:root {
  --bs-border-width: 1px;
  --bs-border-color:  rgba(168, 168, 168, 0.51);
  --bs-input-focus-border-color: black;
  --bs-input-focus-box-shadow: none;
  --tagify-input-bg-color: rgba(255, 255, 255, 0) !important; 
  --tagify-dd-color-primary: rgb(0, 0, 0) !important;
  --profile-picture-placeholder-background: #ffc107;

}

.form-control:focus {
    border: var(--bs-border-width) solid var(--bs-input-focus-border-color);
    -webkit-box-shadow: var(--bs-input-focus-box-shadow);
            box-shadow: var(--bs-input-focus-box-shadow);
}



body, html {
    height: 100%;
    margin: 0;

}

body, p, div {
    word-wrap: break-word;
    overflow-wrap: break-word;
}


.main-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
            min-height: 100vh;
            max-height: 100vh;
            -ms-flex-wrap: nowrap;
            padding-top: 60px;
            height: 100vh;
}

.header {
  -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            height: 60px;
        
        
    }

.main-row {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 100%;
    height: 100%;
    min-height: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: var(--border-width-light05); 
    border-color: var(--border-color);

   
}
@media (min-width: 768px) {
    
   
    .main-row  {
      -ms-flex-wrap: wrap;
        flex-wrap: nowrap;
    }
}
   

.navbar-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    max-width: 450px;
    left: 1px;
    padding-bottom: 20px;
    border-right: 1px solid rgba(168, 168, 168, 0.14);
}

.main-content {-webkit-box-flex: 1;
        /* -ms-flex: 1 */-webkit-box-flex: 1;-ms-flex: 1;flex: 1;overflow-y: auto;
}



.nav-bar-toggle {
    border-width: 0px;
}

.nav-bar-profile-pic {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    cursor: pointer;
    background-color: var(--profile-picture-placeholder-background);
}

.nav-drop-down-menu {
    margin-top: 0.7rem !important;
}

.sidebar-new-task-btn {
    padding-left: 15px;
    padding-right: 15px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.side-nav-btn-icon{
    margin-right: 8px;
}

.side-nav-btn {

  margin-bottom: 1px;

  width: 100%;}

.side-nav-btn:hover, .side-nav-btn.active {
  background-color: rgba(0, 0, 0, 0.13);
}

.theme-switcher-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .theme-switcher-container span {
        margin-right: 10px;
    }

    .theme-switcher-container .theme-switcher {
        -webkit-transform: scale(0.7);
                transform: scale(0.7); /* Adjust the scale to make it smaller */
    }

    /* Override hover and focus states */
    .theme-switcher-container:hover,
    .theme-switcher-container:focus,
    .theme-switcher-container:active {
        background-color: inherit !important;
        color: inherit !important;
    }

    /* Remove background change on  hover */
    .theme-switcher-container:hover .theme-switcher,
    .theme-switcher-container:focus .theme-switcher,
    .theme-switcher-container:active .theme-switcher {
        background-color: transparent !important;
    }
    .theme-switcher {}
    .task-container {
    min-height: 100px;
    border-color: rgba(168, 168, 168, 0.44);
    border-style: none;
   
    }
    .task-id {
    font-size: 12px;
    }
    .main-wrapper {
    width: 100%;
    height: 100%;
    max-width: 1200px;
    }

    .task-status-tag {
    display: -webkit-box;
        display: -ms-flexbox;
        display: flex; /* Enables Flexbox */
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; /* Centers the content horizontally */
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; /* Centers the content vertically */
        text-align: center;
        border-radius: 30px; /* Shorthand for all corners */
        margin: 0;
        padding: 0;
        height: 35px;
    }

   .task-status-tag-complete {
    background-color: #a3cfbb;
    }

    .task-status-tag-inprogress {
   
    background-color: #FFC312;
    }

    .task-status-tag-queued {
    background-color: #04446b;
    }

    .task-status-tag-onhold {
    background-color: #c23616;
    }



    .task-datetime {
    font-size: 12px;}
    
    .new-task-btn-icon {
    padding-left: 9px;}
    
   
    .search-bar {
    font-size: 12px;}
   
    .new-task-btn {
    width: 100%;
    font-size: 14px;}
    
   
    @media (min-width: 768px) {
    
   
    .new-task-btn {
        width: auto;
    }


.task-detail-name-heading {
        font-size: 1.25rem;

    }


.task-details-header {
        border-top-width: 0px !important;
        border-left-width: 0px !important;
        border-right-width: 0px !important;
        border-style: none !important;
        

    }



.task-status-dropdown {
        width: auto;

    }


}
    
   
    .task-status-dropdown-toggle {
    width: 100%;
    border: 1px solid rgba(168, 168, 168, 0.35);
    font-size: 12px;}
    
   
    .task-name {}
    
   
    .task-name:hover {
    text-decoration: underline;
}
    
   
    
   
    @media (min-width: 992px) {


.unselectable {
        font-size: 1rem;

    }
.task-reply-area-wrapper {
    position: static;

  }



}



img, video, iframe {
    max-width: 100%;
    height: auto;
}

img.emoji {
    width: 1em; /* or a specific size like 16px */
    height: 1em; /* or a specific size like 16px */
    vertical-align: middle; /* Adjust alignment with text */
}


.task-msg-pp-img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1 / 1;
    max-width: 60px;
}

.reply-input-wrapper {}

.ticket-details-side-bar-wrapper {}

.task-msg-wrapper {
    overflow-x: hidden; 
    overflow-y: scroll; 
     -webkit-box-flex: 1; 
         -ms-flex: 1 1 auto; 
             flex: 1 1 auto; /* Allows the element to grow and shrink */ /* Adds scroll if content overflows */ overflow: auto; 
}


.task-msg-row {
    padding: 20px 20px 10px;
    background: rgba(255, 255, 255, 0.26);
    border-color: rgba(168, 168, 168, 0.14);
    border-style: none;
    }

.task-msg-creator-fname {
    font-weight: bold;}

.light-sub-text{
    color: #9c9c9c;
    font-size: 12px;}

.task-msg-text-content {
    font-size: 14px;}

.unselectable {
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
                font-size: 0.4rem;
    }

.task-attachment-wrapper {
    border-bottom-color: rgba(168, 168, 168, 0.3);
    border-top: 0.5px solid rgba(168, 168, 168, 0.3);
    border-bottom-style: none;
    border-left: 0.1px solid rgba(168, 168, 168, 0.3);
    border-right: 0.1px solid rgba(168, 168, 168, 0.3);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: rgba(204, 204, 204, 0.18);}

.file-upload-wrapper {
    min-height: 190px;}

.editor-tabs-item {
    font-size: 12px;
    z-index: 10000;
}
.editor-tab-nav-list {
    border-style: none;
}


.editor-control-wrapper {
    border-color: rgba(168, 168, 168, 0.14);
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;

    }


.reply-send-btn {
    margin-right: 10px;
}



.flex-container-sml-height {
    height: 35px;}

.attachment-file-container {
    border-bottom: 0.5px solid rgba(168, 168, 168, 0.14);}

.attachment-file-icon {
    color: rgb(156 163 175);}

.attachment-uploader-icon {
    font-size: 23px;
}


.upload-zone-wrapper {
    min-height: 120px;
    max-height: 300px;
    height: 100%;
    overflow: auto;
    border-color: rgba(168, 168, 168, 0.14);
    border-style: none;
}

.file-upload-zone {
  
    width: 100%;
    border: 1px dashed #000;
}

.icon-complete {
    font-size: 20px;
    padding-left: 8px;
    display: inline; /* Ensure the icon is inline */
    vertical-align: middle; /* Align it vertically with the text */
    }



.panel-p-sf {
    font-size: 14px;}


.panel-status-tag {
    font-size: 14px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;}

.panel-tag-p {
    font-size: 12px;}

.task-details-header {
    position: sticky;
    border-top-color: rgba(168, 168, 168, 0.14);
    border-top-style: none;
    border-bottom: 1px solid rgba(168, 168, 168, 0.14);
    top: 0px;z-index: 5;}

.panel-info-wrapper {
    min-height: 220px;
    border-color: rgba(168, 168, 168, 0.14);
    border-style: none;
    margin-top: 40px;}

.panel-info-wrapper-mobile-modal {
    min-height: 220px;
    border-color: currentcolor rgba(168, 168, 168, 0.14) rgba(168, 168, 168, 0.14);
    margin-top: 50px;}


.info-column {
    border-color: rgba(168, 168, 168, 0.14);
    border-style: none;}


.task-app {
    min-height: 100vh;
    max-height: 100vh;
    height: 100vh;}


.task-detail-name-heading {}


@media (min-width: 576px) {


.unselectable {
        font-size: 0.7rem;

    }

}


@media (min-width: 1200px) {


.unselectable {
        font-size: 1rem;

    }

}


.tasks-repeat-container-col {
    margin-left: 12px;
    margin-right: 12px;
    border-color: rgba(0, 0, 0, 0.67);}


.task-status-dropdown-menu {
    font-size: 12px;

}

[data-bs-theme="dark"] {

 
.task-list-name-url {
 color : white;
}

.light-border {
    border: 1px solid rgba(168, 168, 168, 0.14) !important;
    --placeholder-color:rgba(255, 255, 255, 0.751) !important;
    --placeholder-color-focus: rgba(255, 255, 255, 0.751) !important;


}

.light-border::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.751);
}

.light-border::-moz-placeholder {
    color: rgba(255, 255, 255, 0.751);
}

.light-border:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.751);
}

.light-border::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.751);
}

.light-border::placeholder {
    color: rgba(255, 255, 255, 0.751);
}



}




[data-bs-theme="dark"] .btn-outline-primary {
    color: rgba(255, 255, 255, 0.646); /* Sets the text color to white */
    border-color:  rgba(255, 255, 255, 0.451); /* Sets the border color to white */
}



.task-container:hover {
    background-color: rgba(0, 0, 0, 0.09);

}

.task-list-name-url {

}

.task-analytics-widget {

  border-color: rgba(0, 0, 0, 0.18);}


.task-analytics-widget-icon-inprogress {
    color: #ffc107;
    vertical-align: top;
}



.task-analytics-widget-icon-onhold {
    color: #c23616;}



.task-analytics-widget-icon-complete {
    color: #a3cfbb;}


.task-status-dropdown {
    width: 100%;}

.selected-opt-btn{
    background-color: rgb(0, 0, 0) ;
    color: white ;
}

.dpt-select-btn:hover {
    background-color: #000;
    color: #fff;

}

.dpt-select-btn-inactive {
    background-color: #ecf2f7;
    color: #525252;}

.NewTaskbrandTag {
    width: 200px;
    border-color: #fff;
    border-style: none;
    display: block;

}

.light-border {
    --placeholder-color: rgb(88, 88, 88) !important;
    --placeholder-color-focus: rgb(88, 88, 88) !important;
    border: 1px solid rgba(168, 168, 168, 0.14);


}


.light-border::-webkit-input-placeholder {
    color: rgb(88, 88, 88);
}


.light-border::-moz-placeholder {
    color: rgb(88, 88, 88);
}


.light-border:-ms-input-placeholder {
    color: rgb(88, 88, 88);
}


.light-border::-ms-input-placeholder {
    color: rgb(88, 88, 88);
}


.light-border::placeholder {
    color: rgb(88, 88, 88);
}



.task-form-group {
    padding-top: 30px;
    padding-bottom: 30px;
    border-color: rgba(168, 168, 168, 0.14);
    border-style: none;}


.form-input-secondary-text {
    font-size: 14px;}


.
.form-input-thumbnail-secondary-text-container {
    padding-top: 3.5px;}

#newTask ::-webkit-input-placeholder {
        font-size: 12px; /* Adjust the font size */
        color: #cccccc; /* Adjust the color to a lighter gray */
}

#newTask ::-moz-placeholder {
        font-size: 12px; /* Adjust the font size */
        color: #cccccc; /* Adjust the color to a lighter gray */
}

#newTask :-ms-input-placeholder {
        font-size: 12px; /* Adjust the font size */
        color: #cccccc; /* Adjust the color to a lighter gray */
}

#newTask ::-ms-input-placeholder {
        font-size: 12px; /* Adjust the font size */
        color: #cccccc; /* Adjust the color to a lighter gray */
}

#newTask ::placeholder {
        font-size: 12px; /* Adjust the font size */
        color: #cccccc; /* Adjust the color to a lighter gray */
}

.btn-select-long-format {
    width: 300px;
    height: 200px;

}

.btn-select-short-format {
    width: 160px;
    height: 200px;

}


.new-task-task-detail-secondary-text {
    margin-left: -12px;}

.new-task-app-root {
    min-height: 100vh;
    max-height: 100vh;
    height: 100vh;}

.brands-app-root {
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;}

.brand-container {
    position: relative;
}

.brand-description {
    font-size: 12px;}



.delete-brand-button {
    font-size: 12px;
    padding-top: 0px;
    padding-bottom: 0px;}

.brand-dropdown-menu {
    height: 30px;
    min-height: 30px;
    max-height: 30px;
    padding-top: 5px;}

.brand-dropdown-menu-button {
    padding: 0px;}

.brand-dropdown-menu-button:focus {
    border-style: none;

}


.colorCodeInput {
    width: 120px;
    max-width: 100%;
    height: 30px;
    border-style: solid;}

.addColorBtnForm {
    padding-top: 5px;
    padding-bottom: 5px;
    height: 30px;}

.colorPickerModal {}

.brandColorRepeatWrapper {
    border: 1px solid rgba(168, 168, 168, 0.14);}

.brand-media-file-flex-wrapper {
    width: 100px;
    max-width: 100px;
    height: 100px;
    text-decoration: none; 
    color: inherit; 
    max-height: 100px;
}



.brand-media-file-link-text {
    white-space: nowrap;text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%; 
    position: relative;
     z-index: 1;
    color: #ffffff;
    font-size: 12px;
    padding: 0px !important;
    }




.files-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.05); /* Dark overlay */
    z-index: 2;
}

.files-content-wrapper {
    position: relative;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.7); 
    margin-bottom: 0px; 
    padding-top: 2px; 
    padding-left: 6px; 
    padding-right: 6px;
    text-decoration: none; 
    
}

.brand-media-delete-button {
     z-index: 4;
     padding-top: 0px;
     padding-bottom: 0px;
     font-size: 12px
}

.files-icon-bi {}

.file-not-found-p {
    font-size: 12px;
    }



.my-account-profile-picture {
  max-width: 90px;
  height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1 / 1;
    width: 90px;
    min-width: 90px;
    background-color: var(--profile-picture-placeholder-background);
    border-width: 1px;
    border-style: solid;


}



.my-profile-form {

  width: 100%;

}







[data-bs-theme="dark"] .tagify__dropdown__wrapper {
    --tagify-dd-bg-color: #343a40 !important;
    
}


.tagify__dropdown[placement="top"] .tagify__dropdown__wrapper {
    border: var(--bs-border-width) solid var(--bs-input-focus-border-color) !important;
    border-bottom: none !important; 
}

.tagify__dropdown[placement="bottom"] .tagify__dropdown__wrapper {
    border: var(--bs-border-width) solid var(--bs-input-focus-border-color) !important;
    border-top: none !important; 
}
.tagify__dropdown[placement="top"] {
        margin-bottom: 0px; 

}

.tagify__dropdown[placement="bottom"] {
    margin-top: 0px; 
    
}






.tagify {
    background-color: var(--tagify-input-bg-color) !important;
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
   
    
}

.tagify:focus-within {
    border-color: var(--bs-input-focus-border-color) !important;
}


.tagify__tag__removeBtn {
    color: rgba(189, 94, 94, 0.94) !important;
}

.tagify__tag__removeBtn:hover {
    background-color: rgba(189, 94, 94, 0.5) !important; /* Set background color on hover */
}


.tagify-input {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    }

.tagify--select::after {
 content: "" !important;
}

*.tagify span {
    padding: 0 !important;
}


.my-account-pp-form-group {
  margin-left: -10px;
  padding-bottom: 14px;}




.form-control.is-valid, .was-validated .form-control:valid {
    border-color: var(--bs-border-color);
    background-image: none;
}



.my-account-profile-pictre-placeholder-text {
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
                font-size: 1.5rem;
    }



.my-account-profile-picture-upload-icon {
  position: absolute;
  right: 0px;
  padding-left: 0px;
  padding-right: 0px;
  bottom: 0px;
  max-width: 20px;

}

.my-account-profile-picture-delete-button {
  position: absolute;
  right: 0px;
  top: 0px;
  max-width: 20px;
  max-height: 20px;
  height: 20px;
  width: 20px;
  padding: 0px;

}
.my-account-profile-picture-delete-icon 
 {
  font-size: 10px;
  padding-top: 0px;
  padding-bottom: 0px;

}



.my-account-profile-picture-wrapper {
  position: relative;
  width: 90px;
  max-width: 90px;
  min-width: 90px;
  height: 90px;
  max-height: 90px;
  min-height: 90px;

}



.my-account-upload-icon-form-label {
  max-width: 20px;
  max-height: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  width: 20px;
  padding: 0px;
  border: 1px solid #000;

}



.task-reply-area-wrapper {
  bottom: 0px;
  z-index: 1000000;
  position: sticky;

}



.style1 {
  width: 250px;
  max-height: 250px;

}



.client-dashboard-task-filter-dropdown-items 
{
    cursor: pointer;
}





.header-navbar-nav {
  height: 60px;
  min-height: 60px;
  max-height: 60px;}





.routesMainContainer {
  height: 100%;
  max-height: 100%;
  min-height: 100%;

}





.manage-task-modal-task-page 
{
z-index: 500000;
}



.addBrandColorBtn {
    font-size: 20px;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
    width: 40px;
    height: 40px;

}




.spa-full-height{
    height:100%;
}






.taskReplyEditorForm {
  padding-left: 0px;
  padding-right: 0px;

}


                       .rich-text-editor  {
                                                            border-left: none !important;
                                                            border-right: none !important;
                                                            border-bottom: none !important;
                                                            padding-left: 0px;
                                                            padding-right: 0px;
                                                        }

                                                        .ql-toolbar.ql-snow {

                                                            padding-left: 0px;
                                                            padding-right: 0px;
                                                            border: none !important;
                                                            border-bottom: var(--bs-border-width) solid var(--bs-border-color) !important;




                                                        }

                                                        [data-bs-theme="dark"] .ql-toolbar.ql-snow .ql-stroke {
                                                            stroke: #9c9c9c;
                                                        }

                                                        [data-bs-theme="dark"] .ql-toolbar.ql-snow .ql-fill {
                                                            fill: #9c9c9c;
                                                        }




                                                        .ql-container {
                                                            height: 100%;
                                                            max-height: inherit;
                                                            border: none;
                                                            padding: 0;
                                                            width: 100%;

                                                        }

                                                        .ql-editor {
                                                            min-height: 100px;
                                                            max-height: 300px;
                                                            height: 100%;
                                                            padding: 0px;
                                                            overflow-y: auto;
                                                            font-size: 16px;

                                                            width: 100%;

                                                        }

                                                        .ql-attach {
                                                            min-width: 100px;
                                                            padding: 5px 10px;
                                                            width: auto;
                                                            text-align: center;
                                                        }

                                                        .ql-editor ol,
                                                        .ql-editor ul {
                                                            list-style-position: inside;
                                                            margin-left: 1px;
                                                        }

                                                        .ql-editor ol {
                                                            list-style-type: decimal;
                                                        }

                                                        .ql-editor ul {
                                                            list-style-type: disc;
                                                        }

                                                        .ql-editor ol li,
                                                        .ql-editor ul li {
                                                            list-style-type: decimal;
                                                        }



                                                        /* Remove blue outline */
                                                        .ql-editor:focus,
                                                        .ql-container.ql-snow .ql-editor:focus {
                                                            outline: none;
                                                            -webkit-box-shadow: none;
                                                                    box-shadow: none;
                                                        }
                                                        .style2 {}
                                                        .style3 {
  height: 250px;

}
                                                        .style4 {
  height: 150px;

}



div:has(> .custom-centred-toast) {
  position: fixed; /* Fix it relative to the viewport */
  top: 0;
  left: 0;
  min-width: 100vw !important; /* Full viewport width */
  height: 100vh; /* Full viewport height */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Enable flexbox */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* Center vertically */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* Center horizontally */
  z-index: 1050; /* Ensure it's above other content */
}

