@font-face {
    font-family: 'Hortensia';
    src: url('/css/hortensia.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --Roboto: "Roboto", sans-serif;
    --Nunito: "Nunito", sans-serif;
}

/* Global Scrollbar Styles */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: #FAFAFA;
}

::-webkit-scrollbar-thumb {
    background-color: #FFE0B2;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #FFD180;
}

/* Hide default browser search clear button */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    appearance: none;
}

/* Firefox support */
* {
    scrollbar-width: thin;
    scrollbar-color: #FFE0B2 #FAFAFA;
}

/* Custom orange spinner for loaders */
.spinner-border.text-orange {
    color: #F57C00 !important;
    border-color: currentColor;
    border-right-color: transparent;
}

/* Custom Bootstrap Tooltip Styling */
.tooltip {
    --bs-tooltip-bg: #FFF3E0;
    --bs-tooltip-color: #616161;
    --bs-tooltip-opacity: 1;
    pointer-events: none !important;
    transition: opacity 0.1s linear !important;
}

.tooltip .tooltip-inner {
    background-color: #FFF3E0 !important;
    color: #616161 !important;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 13px;
    font-family: 'Poppins', sans-serif !important;
    text-align: left;
    max-width: 300px;
}

.request-file-tooltip .tooltip-inner {
    background-color: #FFF3E0 !important;
    color: #616161 !important;
    font-size: 12px;
    max-width: 191px;
}

/* Tooltip Arrow Color & Shadow */
.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
    border-top-color: #FFF3E0 !important;
    filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.2));
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
    border-bottom-color: #FFF3E0 !important;
    filter: drop-shadow(0px -4px 2px rgba(0, 0, 0, 0.2));
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
    border-left-color: #FFF3E0 !important;
    filter: drop-shadow(4px 0px 2px rgba(0, 0, 0, 0.2));
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
    border-right-color: #FFF3E0 !important;
    filter: drop-shadow(-4px 0px 2px rgba(0, 0, 0, 0.2));
}

/* Scrollbar Buttons (Arrows) */
::-webkit-scrollbar-button {
    background-color: #FAFAFA;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
}

::-webkit-scrollbar-button:single-button:vertical:decrement {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23FFE0B2'><polygon points='50,0 0,100 100,100'/></svg>");
}

::-webkit-scrollbar-button:single-button:vertical:increment {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23FFE0B2'><polygon points='0,0 100,0 50,100'/></svg>");
}

.btn,
.pointer {
    cursor: pointer !important
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
input,
label,
select,
option,
button,
td,
th,
tr thead,
tbody,
table,
.btn,
.dropdown-item,
div,
a,
header,
nav {
    /*font-family: "Roboto", sans-serif;*/
    font-family: 'Poppins', sans-serif !important;
}

a {
    text-decoration: none;
}

.f-100 {
    font-weight: 100 !important;
}

.f-200 {
    font-weight: 200 !important;
}

.f-300 {
    font-weight: 300 !important;
}

.f-400 {
    font-weight: 400 !important;
}

.f-500 {
    font-weight: 500 !important;
}

.f-600 {
    font-weight: 600 !important;
}

.f-700 {
    font-weight: 700 !important;
}

.f-800 {
    font-weight: 800 !important;
}

.f-900 {
    font-weight: 900 !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-small {
    font-size: small !important;
}

.fs-15 {
    font-size: 15px !important
}

.f-16,
.fs-16 {
    font-size: 16px !important
}

.fs-17 {
    font-size: 17px !important
}



.f-12 {
    font-size: 12px !important;
}

.f-10,
.fs-10 {
    font-size: 10px !important
}

.light-grey {
    color: #424242 !important
}

.left-0 {
    left: 0 !important;
}

ul {
    padding-inline-start: 5px;
    list-style: none;
}

body {
    background-color: #EDF0F7;

}

header {
    position: sticky;
    top: 0;
    z-index: 999;
}

.btn-disabled {
    background-color: #E0E0E0;
    color: white;
    box-shadow: 0px 3px 1px -2px #00000033;
    box-shadow: 0px 2px 2px 0px #00000024;
    box-shadow: 0px 1px 5px 0px #0000001F;
}

.navbar-brand img {
    max-width: 196px;
}

.navbar a {
    cursor: pointer;
}

.btn-outline-orange {
    background-color: white;
    color: #F57C00 !important;
    border: 1px solid #F57C00;
}

.navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.mainDiv {
    width: 100%;
    min-height: calc(100vh - 89.59px);
    display: flex;
    align-content: center;
    align-items: center;
    padding: 20px;
}

.h1 {
    font-weight: 500;
    font-size: 34px;
    line-height: 124%;
    letter-spacing: 0.25px;
    color: #424242;
    text-align: center;
}

.card {
    border-radius: 8px;
    border: 0px;
}

input,
select,
button {
    box-shadow: none;
}

.btn:focus {
    box-shadow: none;
}

.btn-orange,
.btn-orange:hover,
.swal2-confirm,
.swal2-confirm:hover {
    color: white;
    background-color: #F57C00;
}

.card-heading {
    font-family: var(--Nunito) !important;
    color: #424242;
    font-weight: 600;
    font-size: 28px;
    line-height: 133%;
    letter-spacing: 0px;
    text-align: center;
}

.card-image {
    width: 88px;
    height: 88px;
}

.btn-box-shadow {
    box-shadow: 0px 3px 1px -2px #00000033;
    box-shadow: 0px 2px 2px 0px #00000024;
    box-shadow: 0px 1px 5px 0px #0000001F;
}

.card-para {
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: 0.17px;
    text-align: center;
    color: #757575;
}

.padding {
    padding: 4rem 5rem;
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    box-shadow: none;
}

.form-control:focus {
    border-color: #E0E0E0
}

.form-floating label {
    color: #757575;
}

.text-orange {
    color: #F57C00 !important;
}

.text-grey {
    color: #757575 !important;
}

.code-recieve {
    font-size: 14px;
}

.code-inputs {
    display: flex;
    justify-content: center;
    margin-bottom: 00px;
    width: 244px;
    margin-left: auto;
    margin-right: auto;
}

.code-inputs .code::placeholder {
    color: transparent;
}

.code-inputs .code:placeholder-shown {
    background-color: #EEEEEE;
    border-color: #EEEEEE;
    color: #424242;
}

.code-inputs .code:not(:placeholder-shown) {
    background-color: white;
    border-color: #424242;
    color: #424242;
}

.code-inputs .code {
    margin: 0 0.5rem;
    padding: .5rem;
    border: 1px solid #333;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 2rem;
    background-color: #EEEEEE;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
}

.code-inputs .code:focus {
    outline: none;
    border: 1px solid #F57C00;
    background-color: white;
}

.validations {
    display: flex;
    justify-content: end;
    margin-bottom: 00px;
    width: 244px;
    margin-left: auto;
    margin-right: auto;
}

.code.error {
    border-color: #EF5350;
}

.homeNav {
    padding-top: .6rem;
    padding-bottom: .6rem;
}

.sidebar {
    width: 100px;
    position: sticky;
    left: 0;
    top: 76.78px;
    overflow-y: visible;
    /* overflow-x:hidden;*/
    height: calc(100vh - 79px);
    box-shadow: 0px 2px 1px -1px #00000033;
    box-shadow: 0px 1px 1px 0px #00000024;
    box-shadow: 0px 1px 3px 0px #0000001F;
    color: #616161;
    background: white;
    z-index: 9;

}

.sidebar ul {
    width: 100px;
    background-color: white;
    height: auto;
}

.sidebar ul {
    list-style: none;
    padding-inline-start: 0px;
    margin-top: 0px;
    padding-top: 64px;
    margin-bottom: 0px;
    padding-bottom: 15px;
}

.sidebar ul li {
    display: block;
}

.sidebar ul li a {
    display: block;
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 166%;
    letter-spacing: 0.4px;
    color: #616161;
    text-align: center;
}

.sidebar ul li img {
    text-align: center;
    margin-bottom: 3px;
}

.sidebar ul li span {
    display: block;
    text-align: center;
    margin-bottom: 3px;
}

.sidebar li {
    padding: 15px;
    border-bottom: 1px solid #7272729e;
}

.sidebar li:hover,
.sidebar li.active {
    background: #F57E04;
    box-shadow: 4px 6px 10px 0 rgba(109, 141, 173, 0.10);
}

.sidebar li.active .simple-icon {
    display: none;
}

.sidebar li.active .hover-icon {
    display: inline-block;
}

.sidebar li:hover a,
.sidebar li.active a {
    color: #fff;
}

.sidebar .normal-li {
    margin-bottom: 0px;
    border-bottom: none;
}

.sidebar .normal-li:hover {
    background: none !important;
    box-shadow: none !important;
}

.sidebar .normal-li:hover a {
    color: #616161;
}


.home-main {
    margin-left: auto;
    width: calc(100% - 00px);
    padding: 15px;
    /*position: fixed;*/
    left: 100px;
    height: calc(100vh - 77px);
}

.home-main .card {
    border-radius: 4px;
}

.home-main .chat-card {
    height: calc(100vh - 105px);
    padding: 20px 20px 20px 20px;
    box-shadow: 0px 2px 1px -1px #00000033;
    box-shadow: 0px 1px 1px 0px #00000024;
    box-shadow: 0px 1px 3px 0px #0000001F;
    position: sticky;
    top: 91px;
    padding-top: 45px
}

.stickyChat {
    position: sticky;
    top: 91px;
    max-width: 25%;
}

.card-footer {
    border: 0px;
    background-color: white;
    padding-top: 0px;
}

.chat-card .form-control {
    border-radius: 30px;
    border-top: 1px solid #E0E0E0;
    padding: 10px 56px 10px 20px;
    overflow: hidden;
}

.chat-card .form-control::placeholder {
    color: #E0E0E0;
}

.form-control:focus {
    box-shadow: none;
}

.chat-icon-1 {
    position: absolute;
    bottom: 10px;
    right: 88px;
}

.chat-icon-2 {
    position: absolute;
    bottom: 7px;
    right: 40px;
}

.chat-icon-send {
    position: absolute;
    bottom: 8px;
    right: 14px;
    cursor: pointer;
}

.chat-icon-send svg {
    transition: stroke 0.3s ease;
}

#chatInput {
    padding-right: 100px !important;
}

.chat-icon-3 {
    margin-bottom: 10px;
}

.chats {
    list-style: none;
    padding-inline-start: 0px;
}


    .chats .icon {
        width: 24px;
        border-radius: 50%;
        height: 24px;
    }

.chats .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

    .chats .text {
        /*border: 1px solid #FFE0B2;
        background: linear-gradient(180deg, #FFF1E3 0%, #FFF9F3 25.8%, #FFFFFF 100%);*/
        border: 1px solid #E0E0E0;
        border-radius: 16px;
        padding: 17px;
        color: #616161;
        font-weight: 400;
        font-family: Poppins;
        font-size: 12px;
        /*line-height: 143%;*/
        letter-spacing: 0.17px;
        width: 100%;
    }

    .chats .user-msg {
        border: none !important;
        border-radius: 20px;
        background: #F5F5F5 !important;
    }

.chats .user-icon {
    border: 3px solid #F57C00;
}

.card-header {
    background-color: white;
    border: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.card-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.15px;
    color: #000000DE;
    margin: 0px;
}

.activity-sidebar-card .card-title {
    font-size: 16px !important;

}

.card-alert {
    background-color: #FFF9C4;
    width: 100%;
    display: flex;
    padding: 15px;
    margin-bottom: 20px;
}

.card-alert p {
    font-weight: 500;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #616161;
}

.card-alert a {
    color: #616161;
    text-decoration: underline;
}


/*checkbox custom*/
.custom-checkbox {
    display: inline-flex;
    align-items: center;
    justify-content: start;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 12px;
    letter-spacing: 0.17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #616161;
    text-wrap-mode: wrap;
}

/* Hide the browser's default checkbox */
.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.custom-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: transparent;
    border: 2px solid #757575;
    border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input~.checkmark {
    background-color: white;
    border: 2px solid #F57C00;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked~.checkmark {
    background-color: #F57C00;
    border-color: #F57C00;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
    left: 4px;
    top: -3px;
    width: 6px;
    height: 15px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.table .error {
    background-color: #FEEBEE;
    border-radius: 5px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    color: #D32F2F;
}

.workflow {
    background-color: #FFF9C4;
    border-radius: 5px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    color: #6C6400;
    font-size: 12px;
    text-wrap-mode: nowrap;
}

.spam {
    background-color: #FEEBEE;
    border-radius: 5px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    color: #D32F2F;
    font-size: 12px;
    text-wrap-mode: nowrap;
}

.accessible {
    background-color: #E8F5E9;
    border-radius: 5px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    color: #388E3C;
    font-size: 12px;
    text-wrap-mode: nowrap;
}

.new-accessible {
    background-color: #E8F5E9;
    border-radius: 5px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    color: #388E3C;
    font-size: 12px;
    text-wrap-mode: nowrap;
}

.completed {
    background-color: #E8F5E9;
    border-radius: 5px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    color: #1B5E20;
    font-size: 12px;
    text-wrap-mode: nowrap;
}

/* Task status chips (NonCoraUser table + shared usage) */

.inprogress,
.newrequest {
    background-color: #F3E5F5;
    border-radius: 5px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    color: #4A148C;
    font-size: 12px;
    text-wrap-mode: nowrap;
}

.new-status {
    background-color: #E1F5FE;
    border-radius: 5px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    color: #004B73;
    font-size: 12px;
    text-wrap-mode: nowrap;
}

.submitted {
    background-color: #E8F5E9;
    border-radius: 5px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    color: #1B5E20;
    font-size: 12px;
    text-wrap-mode: nowrap;
}

.waitingapproval {
    background-color: #F3E5F5;
    border-radius: 5px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    color: #7B1FA2;
    font-size: 12px;
    text-wrap-mode: nowrap;
}

.approved {
    background-color: #E8F5E9;
    border-radius: 5px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    color: #1B5E20;
    font-size: 12px;
}

.rejected {
    background-color: #FEEBEE;
    border-radius: 5px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    color: #D32F2F;
    font-size: 12px;
    text-wrap-mode: nowrap;
}

.archived {
    background-color: #EEEEEE;
    border-radius: 5px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    color: #424242;
    font-size: 12px;
    text-wrap-mode: nowrap;
}

.main-card {
    /*border: 1px solid #F57C00;*/
    height: calc(100vh - 105px);
    overflow: auto;
    position: sticky;
    top: 91px;
}

.table-responsive {
    max-height: calc(100vh - 200px);
    overflow: auto;
}

.bg-light-orange {
    background-color: #FFF3E0 !important
}

.bg-orange {
    background-color: #F57C00 !important;
}

.btn-light-orange,
.btn-light-orange:hover,
.btn-light-orange:focus,
.btn-organe-hover:hover {
    color: #F57C00;
    border-color: #F57C00;
    background-color: #FFF3E0;
}

.btn-organe-hover:hover .greyShield {
    display: none !important;
}

.btn-organe-hover:hover .orangeShield {
    display: inline-block !important;
}

.btn-outline-grey {
    color: #616161;
    border-color: #616161;
    background-color: transparent;
}

.nav-pills .nav-link {
    background-color: transparent;
    border-radius: 0px;
    border-bottom: 2px solid transparent;
    color: #9E9E9E;
    font-weight: 400;
    font-size: 14px;
    line-height: 12px;
    letter-spacing: 0px;
}

.nav-pills .nav-link.active {
    background-color: transparent;
    border-bottom: 2px solid #F57C00;
    color: #424242;
}

.nav-pills .nav-link:disabled {
    color: #00000033
}

.card.file-selectcard {
    background-color: #F5F5F5;
    border-radius: 8px;
    padding: 0px;
}


/* Global User Initials Avatar */
.user-initials-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #fff !important;
    flex-shrink: 0;
}

/* Smaller variant for activity lists */
.user-initials-avatar-small {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    flex-shrink: 0;
    border: 1px solid #fff !important;
}

/* .user-initials-avatar-small {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    flex-shrink: 0;
    border: 1px solid #fff !important;
} */

.step1filesList,
.filesList {
    list-style: none;
}

.step1filesList li,
.filesList li {
    display: flex;
    width: 100%;
    padding: 18px 10px;
    border-radius: 8px;
    background-color: white;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 166%;
    letter-spacing: 0.4px;
    color: #424242;
}

.step1filesList li:last-child,
.filesList li:last-child {
    margin: 0px;
}

.step1filesList .file-Icon,
.filesList .file-Icon {
    width: 24px;
    height: 24px;
}

.step1filesList .fileName,
.filesList .fileName {
    width: 100%;
    word-break: break-word;
}

.pointer {
    cursor: pointer;
}

.custom-radio {
    font-weight: 400;
    font-size: 12px;
    line-height: 143%;
    letter-spacing: 0.17px;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #616161
}

/* Hide the browser's default radio button */
.custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.custom-radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #616161;
}

/* On mouse-over, add a grey background color */
.custom-radio:hover input~.checkmark {
    background-color: transparent;
}

/* When the radio button is checked, add a blue background */
.custom-radio input:checked~.checkmark {
    background-color: transparent;
    border-color: #F57C00;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.custom-radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-radio input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.custom-radio .checkmark:after {
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f57c00;
}

.radio-list {
    list-style: none;
    padding-inline-start: 5px
}

.custom-tooltip-content,
.tooltip-inner,
.tooltip.bs-tooltip-top .tooltip-arrow::before {
    background: #FFF3E0;
    border-color: #FFF3E0;
}

.customToolTip {
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.customToolTip img {
    width: 15px;
    height: 15px;
}

.custom-tooltip-content {
    color: #616161;
    text-align: left;
    min-width: 400px;
    right: 0;
    position: absolute;
    padding: 15px;
}

.custom-tooltip-content p {
    font-size: 10px;
    margin: 0px;
}

.custom-tooltip-content .col-md-4 {
    padding-right: 0;
}

.btn-white {
    border: 1px solid #F57C00;
    background-color: white;
    text-align: left;
}

.border-orange {
    border: 1px solid #F57C00 !important;
}

.border-grey {
    border: 1px solid #E0E0E0 !important;
}

.userlist {
    list-style: none;
}

.userlist li {
    margin-bottom: 15px;
}

.userTitle {
    color: #757575;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.17px;
}

.name {
    color: #424242;
    font-weight: 400;
    font-size: 12px;
    line-height: 143%;
    letter-spacing: 0.17px;
    margin: 0px;
}

.email {
    color: #757575;
    font-weight: 400;
    font-size: 10px;
    line-height: 166%;
    letter-spacing: 0.4px;
    margin: 0
}

.userlist img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

/* Intentionally left blank (marker class) */
.selectFilesModal {
    display: block;
}

.modal-title {
    color: #424242;
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    letter-spacing: 0.15px;
}

.file-access {
    font-weight: 400;
    font-size: 7.29px;
    line-height: 166%;
    letter-spacing: 0.21px;
    color: #757575;
    margin: 0;
}

.docType {
    color: #424242;
}

.file-title {
    margin: 0px;
    font-weight: 500;
    font-size: 9.34px;
    line-height: 157%;
    letter-spacing: 0.05px;
    color: #424242;
}

.btn-review {
    color: #7B1FA2;
    border: 1px solid #7B1FA2;
    background-color: transparent;
    font-weight: 400;
    font-size: 9.24px;
    /*line-height: 5.24px;*/
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
}

.file-iframe {
    width: 100%;
    height: 136px;
}

.card-file {
    background-color: #EEEEEE;
    border: 1px solid #EEEEEE;
}

.card-file iframe body img {
    width: 100%;
    height: 100%;
}

.card-requested-files {
    background-color: #F5F5F5;
}

.file-names {
    margin: 0px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 7.08px;
    line-height: 157%;
    letter-spacing: 0.05px;
    vertical-align: middle;
    color: #424242;
}

.file-names img {
    margin-right: 5px;
    width: 15px;
}

.file-names .filetypes {
    font-weight: 400;
    font-size: 6.07px;
    line-height: 166%;
    letter-spacing: 0.2px;
    text-align: center;
    vertical-align: middle;
    color: #757575;
    margin-left: 5px;
}

.popup-small-text {
    font-weight: 400;
    font-size: 8.47px;
    line-height: 175%;
    letter-spacing: 0.08px;
    color: #424242
}

.popup-small-text img {
    width: 15px;
}

.card-requested-files .card-body {
    padding-top: 5px;
    padding-bottom: 5px;
}

.bordered-titled-div {
    position: relative;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 45px;
}

.bordered-titled-div .assigned-title {
    position: absolute;
    background-color: #EEEEEE;
    padding: 10px 35px;
    border-radius: 30px;
    top: -22px;
    left: 30px;
}

.assigned-title p {
    margin: 0px;
}

.card-success-alert {
    position: absolute;
    box-shadow: 0px 6px 6px -3px #00000033;
    box-shadow: 0px 10px 14px 1px #00000024;
    box-shadow: 0px 4px 18px 3px #0000001F;
    border: 1px solid #F57C00;
    background-color: #FFFBF4;
    padding: 15px 20px;
    border-radius: 8px;
    left: 30%;
}

.swal2-popup {
    width: 363px;
    padding: 30px 20px 30px;
    border: 0;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.22);
    color: #424242;
}

.swal2-icon.swal2-warning {
    width: 42px;
    height: 42px;
    margin: 0 auto 18px;
    border: 0;
    background: #F57C00;
    color: #fff;
}

.swal2-icon.swal2-warning .swal2-icon-content {
    color: #fff;
    font-size: 30px;
    line-height: 42px;
}

.swal2-actions {
    gap: 16px;
    margin: 30px 0 0;
}

.swal2-styled.swal2-confirm {
    min-width: 130px;
    height: 30px;
    margin: 0;
    padding: 0 14px;
    border: 1px solid #F57C00 !important;
    border-radius: 4px;
    background: #F57C00 !important;
    box-shadow: none !important;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

.swal2-styled.swal2-confirm:hover {
    background: #e87200 !important;
    border-color: #e87200 !important;
}

.swal2-styled.swal2-cancel {
    min-width: 72px;
    height: 30px;
    margin: 0;
    padding: 0 12px;
    border: 1px solid #bdbdbd !important;
    border-radius: 4px;
    background: #fff !important;
    box-shadow: none !important;
    color: #424242;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

.alert-title,
.swal2-title {
    margin: 0;
    padding: 0;
    color: #424242;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0;
}

.alert-text,
.swal2-popup p,
.swal2-html-container {
    margin: 24px 0 0;
    padding: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: 0;
    color: #424242;
    text-align: start !important;
}

div:where(.swal2-container) div:where(.swal2-actions){
    justify-content: end !important;
}

.content2 {
    width: 150px !important;
    max-width: 150px !important;
    min-width: 150px !important;
}

.content3 {
    width: 250px !important;
    max-width: 250px !important;
    min-width: 250px !important;
}

.border-box-input {
    padding: 10px 15px;
    border: 1px solid #00000033;
    color: #757575
}

.border-box-input input {
    height: 0px;
    visibility: hidden;
    opacity: 0;
    transition: height 0.5s ease-in-out;
}

.border-box-input:hover input {
    height: 40px;
    visibility: visible;
    opacity: 1;
    transition: height 0.5s ease-in-out;
    display: block;
    background-color: white;
}

.border-box-input .btn {
    height: 0px;
    visibility: hidden;
    opacity: 0;
    transition: height 0.5s ease-in-out;
}

.border-box-input:hover .btn {
    height: 40px;
    visibility: visible;
    opacity: 1;
    transition: height 0.5s ease-in-out;
    display: block;
}

.progress {
    height: .5rem;
}

.pagination {
    border: 0px;
}

.pagination li {
    padding: 5px;
}

.pagination .page-link {
    border-radius: 50% !important;
    color: #616161;
    font-size: 12px;
    height: 28px;
    width: 28px;
    text-align: center;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination .active .page-link {
    background-color: #FFF3E0;
    color: #F57C00;
    border-color: #F57C00;
}

.pagination .disabled {
    opacity: .6;
}

.form-floatings-div {
    padding: 10px 15px;
    border: 1px solid #00000033;
    color: #757575;
    border-radius: 5px;
    /*min-height: 80px;*/
    overflow: hidden;
}

.form-floatings-div label {
    font-size: 12px;
}

.form-floatings-div .form-control {
    border: 0px;
    font-size: 14px;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
    font-size: 14px;
}

.comment-dropdown {
    min-width: 300px;
}

.comment-dropdown .form-control {
    overflow-y: hidden;
}

.btn-xs {
    padding: 4px 6px !important;
    border-radius: 0.64px !important;
    font-size: 10px !important;
}

.menu-user-list {
    width: 350px;
    padding: 18px;
}

.dropdown-menu .dropdown-item:active,
.dropdown-item:hover {
    background-color: transparent;
}

.dropdown-menu {
    border-radius: 5px;
    border: 0px;
    box-shadow: 0px 5px 5px -3px #00000033;
    box-shadow: 0px 8px 10px 1px #00000024;
    box-shadow: 0px 3px 14px 2px #0000001F;

    z-index: 1000;
}

.notes-list {
    list-style: none;
    margin-top: 10px;
    /* max-height: 450px; */
    height: 100%;
    /* Approximately 3 notes */
    overflow-y: auto;
}

.notes-list::-webkit-scrollbar {
    width: 5px;
}

.notes-list::-webkit-scrollbar-track {
    background: #FAFAFA;
}

.notes-list::-webkit-scrollbar-thumb {
    background-color: #FFE0B2;
    border-radius: 4px;
}

.notes-list li {
    background-color: #FAFAFA;
    color: #616161;
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 15px;
    border: 1px solid #E0E0E0
}

.notes-list li:last-child {
    margin-bottom: 0px;
}

.notes-list .notes-Icon {
    width: 32px;
    height: 32px;
}

.notes-content {
    width: calc(100% - 32px);
    padding: 8px;
    padding-top: 0px;
}

.notes-list .notes-title {
    color: #424242;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 12px;
}

.notes-list .notes-text {
    font-weight: 400;
    text-wrap-mode: wrap;
    margin-bottom: 5px;
    font-size: 12px;
}

.notes-list .notes-date {
    color: #9E9E9E;
    font-size: 10px;
    margin: 0px;
}

.New-Note {
    border: 1px solid #BDBDBD;
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
}

.notes-back-btn {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0;
    line-height: 1;
    min-width: auto;
}

.notes-back-btn:hover,
.notes-back-btn:focus,
.notes-back-btn:active {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    outline: none;
}

.New-Note .form-control {
    margin: 0px;
}

.minList {
    position: absolute;
    top: 20px;
    left: 23px;
}

.form-check-input:checked {
    background-color: #F57C00;
    border-color: #F57C00;
}

.form-check-input:focus {
    box-shadow: none;
    border-color: #FFF3E0;
}

.form-check-input {
    border-color: #F57C00 !important;
}

.card-file:hover {
    border-color: #00000033;
    background-color: #00000033;
}

.drag-drop {
    border-radius: 2px;
    border: 1px dashed #616161;
    color: #616161;
    font-size: 12px;
    padding: 2px 15px;
    background-color: transparent;
}

.comment-list li {
    border: 1px solid #E0E0E0;
    background-color: transparent;
}

.comment-list li:hover {
    background-color: #EEEEEE;

}

.letters {
    border: 1px solid #9E9E9E;
    width: 25px;
    display: flex;
    height: 25px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    color: white;
    background-color: #9E9E9E;
    text-transform: uppercase;
}

.comment-box {
    border: 1px solid #E0E0E0;
    padding: 10px;
    border-radius: 8px;
}

.comment-box .form-control {
    border: 0px;
}

.send-Message-box {
    border: 2px solid #F57C00;
    border-radius: 5px;
    padding: 12px;
}

.w-max {
    width: max-content;
}

.text-dark-grey {
    color: #424242 !important
}

.success-message {
    color: #388E3C;
    padding: 5px;
    border-radius: 5px;
    font-size: 10px;
    background-color: #DCEDC8;
}

.mw-200 {
    min-width: 210px !important;
}

.tasks-list {
    list-style: none;
    /*padding:0px 15px;*/
    padding-inline-start: 0px;
}

.tasks-list li {
    margin-bottom: 20px;
    margin-top: 25px;
    position: relative;
    background-color: #F5F5F5 !important;
    border: none !important;
}

.tasks-list li:last-child {
    margin-bottom: 0px;
}

.tasks-list .taskbar {
    position: absolute;
    top: -15px;
    left: 15px;
    font-size: 12px;
    color: #00B8D4;
    background-color: #E0F7FA;
    padding: 3px 6px;
    border-radius: 2px;
}

.collap-card {
    border: 1px solid #00000033;
    border-radius: 8px !important;
}

.collapse-btn {
    position: relative;
    color: #424242 !important;
    font-size: 14px !important;
    font-weight: 400;
    background-color: #FFF3E0;
}

.collapse-btn.collapsed {
    background-color: white;
}

.card-collapse-colab {
    border: 1px solid #E0E0E0;

}

.card-collapse-colab:hover {
    background-color: #F2FBFF
}

.bulkActionMenu {
    box-shadow: 0px 5px 5px -3px #00000033;
    box-shadow: 0px 8px 10px 1px #00000024;
    box-shadow: 0px 3px 14px 2px #0000001F;
    width: 150px;
    position: absolute;
    z-index: 1;
    top: 10px;
    right: -140px;
}

.bg-focus-light-orange:focus {
    background-color: #FFF3E0;
}

.dropdown-toggle {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid #757575;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(50%, 0px);
}

.toggleBtnRight.dropdown-toggle::after {
    right: -10px;
}

.searchListDiv,
#AddNewUserForm1 {
    position: relative;
    height: 280px;
    overflow: hidden;
    overflow-y: auto;
}

.searching-items {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    z-index: 111;
    background-color: #F5F5F5;
    padding: 5px;
    overflow-x: hidden;
}

.requestDropdown .custom-checkbox {
    margin: 0px;
}

.requestDropdown .custom-checkbox .checkmark {
    top: 3px;
}

.requested-files-dropdown .requested-files-toggle {
    min-height: 45px;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    background: #fff;
    color: #757575;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 6px 34px 6px 14px !important;
    line-height: 1.2;
    box-shadow: none;
}

.requested-files-dropdown .requested-files-toggle:focus,
.requested-files-dropdown .requested-files-toggle.show {
    border-color: #F57C00;
    box-shadow: 0 0 0 1px rgba(245, 124, 0, 0.08);
}

.requested-files-dropdown .requested-files-label {
    color: #616161;
    font-size: 10px;
    line-height: 14px;
}

.requested-files-dropdown .requested-files-toggle:not(.has-selection) .requested-files-label {
    color: #757575;
    font-size: 12px;
}

.requested-files-dropdown .requested-files-count {
    color: #424242;
    font-size: 12px;
    line-height: 16px;
}

.requested-files-dropdown .dropdown-menu {
    margin-top: 4px !important;
    border: 0;
    border-radius: 3px;
    padding: 16px 16px 12px;
    box-shadow: 0 7px 18px rgba(0, 0, 0, 0.24);
    max-height: 555px;
    overflow-y: auto;
}

.requested-files-dropdown .dropdown-item {
    padding: 0;
    color: #424242;
    background: transparent;
    white-space: normal;
}

.requested-files-dropdown .dropdown-item:active,
.requested-files-dropdown .dropdown-item:hover,
.requested-files-dropdown .dropdown-item:focus {
    background: transparent;
    color: #424242;
    padding-left: 0px;
}

.requested-files-dropdown .request-search-box {
    height: 34px;
    border: 1px solid #E0E0E0;
    border-radius: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 9px;
    margin-bottom: 10px;
    background: #fff;
}



.requested-files-dropdown .request-search-box i {
    color: #616161;
    font-size: 14px;
}

.requested-files-dropdown .request-search-box .form-control {
    border: 0;
    box-shadow: none;
    min-height: 30px;
    padding: 0;
    font-size: 12px;
}

    .requested-files-dropdown .request-search-box .form-control::placeholder {
        color: #9E9E9E !important;
    }

    .requested-files-dropdown .request-search-clear {
        border: 0;
        background: transparent;
        padding: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 16px;
        height: 16px;
    }

.requested-files-dropdown .request-custom-toggle {
    height: 28px;
    border: 1px solid #757575;
    border-radius: 3px;
    background: #fff;
    color: #757575;
    font-size: 12px;
    line-height: 1;
    padding: 0 8px;
    margin-bottom: 12px;
}

.requested-files-dropdown .request-custom-action-item.is-active .request-custom-toggle,
.requested-files-dropdown .request-custom-toggle:hover {
    border-color: #F57C00;
    background: #FFF3E0;
    box-shadow: none;
}

.requested-files-dropdown .request-custom-toggle:focus {
    box-shadow: none;
}

.requested-files-dropdown .request-custom-input-item {
    display: none !important;
}

.requested-files-dropdown .request-custom-action-item.is-active + .request-custom-input-item {
    display: block !important;
}

.requested-files-dropdown .reqCustomFileBox {
    position: relative;
    min-height: 48px;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    padding: 7px 8px;
    margin: 5px 0 7px;
    background: #fff;
    transition: border-color 0.16s ease, box-shadow 0.16s ease;
    cursor: text;
    font-size: 14px;
    margin-bottom: 12px;
}

.requested-files-dropdown .reqCustomFileBox:focus-within {
    border-color: #E0E0E0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.requested-files-dropdown .reqCustomFileBox .customInput {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: block !important;
    visibility: visible !important;
    width: 100%;
    min-height: 100%;
    color: #424242;
    font-size: 14px;
    height: 100% !important;
    line-height: 24px;
    padding: 27px 12px 8px;
    background: transparent;
    box-shadow: none;
    opacity: 1 !important;
    transition: none;
    cursor: text;
}

.requested-files-dropdown .reqCustomFileBox:focus-within .customInput,
.requested-files-dropdown .reqCustomFileBox .customInput:not(:placeholder-shown),
.requested-files-dropdown .reqCustomFileBox.has-value .customInput {
    opacity: 1 !important;
}

.requested-files-dropdown .reqCustomFileBox .custom-file-floating-label {
    position: absolute;
    z-index: 3;
    left: 12px;
    right: 12px;
    top: 50%;
    display: flex;
    align-items: center;
    width: max-content;
    max-width: calc(100% - 24px);
    color: #757575;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    transform: translateY(-50%);
    transform-origin: left top;
    transition: top 0.16s ease, transform 0.16s ease, font-size 0.16s ease, line-height 0.16s ease;
    pointer-events: none;
    cursor: text;
    background: #fff;
}

.requested-files-dropdown .reqCustomFileBox:focus-within .custom-file-floating-label,
.requested-files-dropdown .reqCustomFileBox .customInput:not(:placeholder-shown) + .custom-file-floating-label,
.requested-files-dropdown .reqCustomFileBox.has-value .custom-file-floating-label {
    top: 8px;
    color: #757575;
    font-size: 12px;
    line-height: 16px;
    transform: translateY(0);
}

.requested-files-dropdown .reqCustomFileBox .custom-file-floating-label .customToolTip {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    pointer-events: auto;
}

.requested-files-dropdown .reqCustomFileBox .custom-file-floating-label img {
    width: 16px;
    height: 16px;
}

.requested-files-dropdown .dynamic-template-item {
    margin-bottom: 7px;
}

.requested-files-dropdown .dynamic-template-item .d-flex {
    min-height: 20px;
}

.requested-files-dropdown .custom-checkbox {
    min-height: 15px;
    margin: 0;
    padding-left: 20px;
    color: #000000DE;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0;
}

.requested-files-dropdown .custom-checkbox .checkmark,
.requested-files-dropdown .requestDropdown .custom-checkbox .checkmark {
    width: 11px;
    height: 11px;
    top: 2px;
    border-radius: 1px;
    border-width: 1px;
}

.requested-files-dropdown .custom-checkbox .checkmark:after {
    left: 3px;
    top: 0;
    width: 4px;
    height: 8px;
    border-width: 0 1px 1px 0;
}

.requested-files-dropdown .request-template-name {
    display: inline-block;
}

.requested-files-dropdown .request-template-delete {
    width: 14px;
    height: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0.55;
}

.requested-files-dropdown .request-template-delete img {
    width: 11px;
    height: 11px;
}

.crossWidth {
    width: 22px !important;
}

.table tbody tr:hover,
.table tbody tr:focus {
    background-color: #FFF3E0 !important;
}

table.table.dataTable.table-hover>tbody>tr:hover>* {
    box-shadow: none !important;
}

/* Table paragraph styling - removed, handled by column-specific rules */

.dropdown-item.bg-hover:hover {
    background-color: #00000014;
}

.btn-outline-orange-white {
    border: 0.2px solid #F57C00;
    background-color: white;
}

.btn-active {
    background-color: #E8F5E9;
    color: #1B5E20;
    padding-right: 35px;
}

.btn-deactivated {
    background-color: #FAFAFA;
    padding-right: 35px;
    color: #616161;
}

.btn-light-danger {
    background-color: #FEEBEE;
    padding-right: 35px;
    color: #D32F2F;
}

.pr-35 {
    padding-right: 35px;
}

.editUserModalWidth {
    max-width: 400px !important;
}

.bg-black {
    background-color: #000000;
}

.radius-50 {
    border-radius: 50% !important;
}

.innerBoxShadow {
    box-shadow: inset 2px 0px 4px 11px #FFF3E0;
}

.pills-orange.active {
    background-color: #FFECCD;
    color: #F57C00;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.15px;
    border: 0px;
    padding: 15px;
    border-radius: 10px;
}

.overflowbar {
    max-height: 370px;
    overflow-y: hidden;
}

.overflowbar:hover {
    overflow-y: scroll;
}

.dropdown-login {
    min-width: 300px;
    padding: 10px;
    /* position:fixed!important;*/
}

.dropdown-login a {
    display: flex;
    text-align: left !important;
    font-size: 15px !important;
}

.dropdown-login span {
    display: inline-block !important;
}

.mw-900 {
    max-width: 900px !important
}

.select2-container {
    z-index: 1055;
    /* Bootstrap modal z-index is usually 1050 */
}

.select2-container--default .select2-selection--single {
    border: 0px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px !important;
}

.select2-container .select2-selection--single {
    height: 31px !important
}

.account-layout {
    overflow: hidden;
}

.accountdivmain {
    height: 100vh;
    height: 100dvh;
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

    .accountdivmain .account-image-div {
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
        height: 100vh;
        background: #FFF3E0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.account-image-div img {
    object-fit: cover;
    max-width: 100%;
}

.accountdivmain .account-inputs-div {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    height: 100%;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 24px 0;
}

.account-inputs-div > .row {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.login-heading {
    font-family: var(--Nunito) !important;
    font-weight: 600;
    font-size: 28px;
    line-height: 133%;
    letter-spacing: 0px;
    text-align: center;
    color: #424242;
    margin-bottom: 0px
}

.login-subtext {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.15px;
    text-align: center;
    color: #424242;
}

.account-inputs-div .form-control {
    font-size: 16px;
    color: #424242;
}

.account-inputs-div .form-floating .form-label {
    color: #757575;

    opacity: 1 !important;
}

.accountdivmain .btn:disabled {
    background-color: #E0E0E0 !important;
    color: #9E9E9E;
}

.passwordCriteria {
    font-weight: 500;
    background-color: #FFF3E0;
    width: max-content;
    padding: 8px;
    border-radius: 8px;
    color: #616161;
    font-size: 12px;
    position: absolute;
    z-index: 9;
    right: 0%;
}

.showpassword {
    position: absolute;
    right: 5px;
    top: 10px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loaderdiv {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    background-color: #F49F0C29;
    left: 0;
    top: 0;
}

.loader {
    border: 16px solid #f7f7f7;
    border-radius: 50%;
    border-top: 16px solid #F49F0C;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
    position: absolute;
    z-index: 22;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 50%);
}

.dt-search {
    display: none;
}

.customSearch {
    display: inline-block;
    width: 0px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}

.customSearch.ShowSearch {
    display: inline-block;
    width: 200px;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}


.filter-icon-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 5px;
    border-radius: 3px;
    padding: 0px 6px;
}

.filter-icon {
    color: #333;
    font-size: 14px;
    cursor: pointer !important;
}

/* Active filter state – soft bg + border */
.filter-icon-wrapper.filter-active {
    background-color: #FFF3E0;
    border: 1px solid #F57C00;
}

.filter-icon-wrapper.filter-active .filter-icon {
    color: #F57C00;
}

/* Index page: hide row selection checkboxes in Request Files Only tab */
body.request-files-only #document-table thead tr>th:first-child,
body.request-files-only #document-table tbody tr>td:first-child {
    display: none !important;
}

.dropdown-filter {
    position: fixed;
    /* Forces it entirely out of the scrollable table area */
    top: 0;
    left: 0;
    background: #fff;
    width: 160px;
    padding: 6px 0;
    border: 1px solid #ccc;
    z-index: 9999;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.dropdown-filter .custom-checkbox {
    box-sizing: border-box;
    width: 100%;
    min-height: 28px;
    margin-bottom: 0 !important;
    padding: 6px 10px 6px 34px;
    color: #616161;
    line-height: 16px;
    transition: background-color 0.15s ease, color 0.15s ease,;
}

.dropdown-filter .custom-checkbox:hover,
.dropdown-filter .custom-checkbox:focus-within {
    background-color: #FFF3E0;
    color: #F57C00;
}

.dropdown-filter .custom-checkbox .checkmark.top3 {
    top: 8px !important;
    left: 10px;
}

.dynamic-notification {
    position: relative;
}

.notification-actions {
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 0;
    visibility: hidden;
    z-index: 1001;
    /* Ensure it is above subsequent notifications */
}

.dynamic-notification:hover .notification-actions,
.dynamic-notification:focus-within .notification-actions {
    opacity: 1;
    visibility: visible;
}

.notification-actions-toggle {
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 2px;
    border: 0.2px solid var(--orange-700, #F57C00);
    background: var(--orange-50, #FFF3E0);
    color: #6c757d;
}

/* Remove global dropdown-item "slide" padding-left on hover */
.notification-actions .dropdown-item:hover,
.notification-actions .dropdown-item:focus {
    transition: none !important;
}

.notification-actions .dropdown-item {
    transition: none !important;
    padding: 0px 20px !important;
}

/* Notification actions dropdown: spacing + hover style */
.notification-actions-menu {
    padding: 8px;
}

.notification-actions-menu>li+li {
    margin-top: 6px;
}

.notification-actions-menu .dropdown-item {
    border-radius: 6px;
}

.notification-actions-menu .dropdown-item:hover,
.notification-actions-menu .dropdown-item:focus {
    background: rgba(0, 0, 0, 0.08) !important;
    color: inherit !important;
}

.filter-status-label {
    color: #616161;
    background-color: #00000014;
    margin-top: 5px;
    padding: 2px 8px;
    border-radius: 5px;
    font-size: 12px;
    max-width: max-content
}

.filter-status-wrapper {
    width: fit-content;
    position: relative;
}

.filter-status-wrapper .clear-column-filter {
    position: absolute;
    top: -4px;
    right: -6px;
    z-index: 10;
    line-height: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    background: #fff;
    border-radius: 50%;
    color: #6c757d;
    cursor: pointer;
    font-size: 12px;
}

.filter-status-wrapper:hover .clear-column-filter {
    opacity: 1;
    visibility: visible;
}

.top3 {
    top: 3px !important
}

#mainDiv {
    position: sticky;
    top: 91px;
    z-index: 1
}

.MainBodyDiv {
    display: flex;
}

.lock-icon {
    border: 2px solid #F57C00;
    padding: 5px;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lock-icon .icon-div {
    background-color: #FFF3E0;
    border-radius: 50%;
    padding: 5px;
    height: 60px;
    width: 60px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lock-icon i {
    color: #F57C00;
    font-size: 40px;
}

.border-dark-orange {
    border: 1px solid #F64C19
}

.modal-coraWelcome {
    max-width: 728px !important
}

.radius-8 {
    border-radius: 8px;
}

.modal-coraWelcome p,
.modal-coraWelcome h5,
.modal-coraWelcome strong {
    font-family: 'Hortensia';
    color: #424242;
}

.FormFloating .form-floating>.form-control:focus~label {
    font-size: 13px;
    opacity: 1;
}

#step2-subtitle,
#step3-subtitle {
    font-size: 12px;
    margin: 7px 0px 0px 0px;
    color: #424242;
}

.btn-permission {
    max-width: 280px;
    overflow: hidden;
    padding-right: 10px;
    margin-right: 28px;
}

.form-floating-custom {
    border: 1px solid #ced4da;
    padding: .22rem .75rem;
    line-height: 1.25;
    border-radius: .25rem;
    font-family: var(--Roboto);
}

.form-floating-custom .form-control,
.form-floating-custom .form-select {
    border: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding: .22rem 0px;
    box-shadow: none !important;
    font-size: 14px;
}

.form-floating-custom .form-label {
    font-size: 12px !important;
    margin: 0px;
    color: #757575;
}

.form-floating-custom .form-control::placeholder {
    color: #424242;
}

.form-floating .form-select {
    color: #424242;
}

.form-floating-custom .iti--allow-dropdown input,
.iti--allow-dropdown input[type=text] {
    padding-top: .2rem !important;
    padding-bottom: .1rem !important;
    color: #424242;
}

.custom-height .select2-container .select2-selection--single {
    height: 33px !important;
}

.dropdown-item {
    font-size: 14px !important;
}

.dropdown-item:hover {
    background-color: #FFF3E0;
    color: #F57C00 !important;
}

.progress {
    position: relative;
    height: 20px;
}

.progress-bar {
    color: #F57C00 !important;
}

.new {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.3em;
    padding-right: 0.3em;
    position: relative;
    text-align: center;
    vertical-align: middle;
    line-height: 1;
    color: #fff;
    background: #0288D1;
    font-size: 8px !important;
}

.new:before,
.new:after {
    content: '';
    width: 0;
    height: 0;
    border-right: 0.8em solid transparent;
    right: -0.8em;
    position: absolute;
    top: 0;
    border-top: 0.8em solid #F57C00;
}

.new:after {
    top: auto;
    bottom: 0;
    border-top: none;
    border-bottom: 0.8em solid #F57C00;
}

.rating .fa {
    font-size: 16px;
    cursor: pointer;
    color: #ccc;
    transition: color 0.2s;
}

.rating .fa:hover,
.rating .fa.hovered,
.rating .fa.selected,
.rating .fa-star {
    color: gold !important;
}

.voice-box {
    position: fixed;
    bottom: 60px;
    right: 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 8px 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 10000;
    width: 280px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: top 0.3s ease, left 0.3s ease, transform 0.3s ease;
}

.web-indicator {
    position: absolute;
    bottom: 60px;
    right: 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 8px 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 100;
    width: 280px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mic-active {
    color: #F57C00 !important;
    animation: micPulse 1.5s infinite;
}

@keyframes micPulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.wave-container {
    display: flex;
    align-items: center;
    flex: 1;
    overflow: hidden;
    height: 40px;
    position: relative;
}

.dots {
    font-size: 18px;
    color: #bbb;
    margin-right: 10px;
    white-space: nowrap;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    pointer-events: none;
}

.wave {
    display: flex;
    gap: 3px;
    position: absolute;
    right: 0;
    height: 100%;
    align-items: flex-end;
}

.wave span {
    display: block;
    width: 3px;
    background: #F57C00;
    border-radius: 2px;
}


.voice-actions {
    display: flex;
    gap: 8px;
    margin-left: 10px;
}

.voice-actions i {
    font-size: 18px;
    cursor: pointer;
    padding: 6px 10px;
    border-radius: 50%;
    transition: background 0.2s;
}

.cross-btn {
    color: #dc3545;
}

.tick-btn {
    color: #28a745;
}

.voice-actions i:hover {
    background: #f1f1f1;
}

.card-footer img {
    cursor: pointer;
}

.dt-info {
    font-size: 12px;
}


.notification-item:hover {
    background: #f8f9fa;
    transition: 0.2s;
}

.bg-purple {
    background-color: #8e44ad;
    color: #fff;
}

.notification-scroll::-webkit-scrollbar {
    width: 6px;
}

.notification-scroll::-webkit-scrollbar-thumb {
    background: #E0E0E0;
    border-radius: 4px;
}

.simple-img,
.hover-img {
    width: 24px;
    height: 24px;
}

.hover-img,
.hover-icon {
    display: none;
}

.notes-search-toggle,
.notes-add-toggle {
    border-color: transparent;
    background-color: transparent;
}

    .notes-search-toggle:hover,
    .notes-search-toggle.active,
    .notes-add-toggle:hover,
    .notes-add-toggle.active {
        background-color: #FFF3E0 !important;
        border-color: #F57C00 !important;
    }

.notes-add-toggle {
    color: #616161;
    font-size: 14px;
    line-height: 1;
    height: 25px;
    width: 25px;
}

    .notes-add-toggle:hover,
    .notes-add-toggle.active {
        color: #616161;
    }

.btn-hover:hover .simple-img,
.btn-hover:hover .simple-icon,
.btn-hover.active .simple-img,
.btn-hover.active .simple-icon,
.dropdown.show > .btn-hover .simple-img,
.dropdown.show > .btn-hover .simple-icon,
.btn-hover.show .simple-img,
.btn-hover.show .simple-icon {
    display: none;
}

.btn-hover:hover .hover-img,
.btn-hover:hover .hover-icon,
.btn-hover.active .hover-img,
.btn-hover.active .hover-icon,
.dropdown.show > .btn-hover .hover-img,
.dropdown.show > .btn-hover .hover-icon,
.btn-hover.show .hover-img,
.btn-hover.show .hover-icon {
    display: inline-block;
}

.dropdown.show > .btn-hover,
.btn-hover.show {
    background-color: #FFF3E0 !important;
    border-color: #F57C00 !important;
    color: #F57C00 !important;
}

.table-label {
    background: #00000014;
    padding: 4px 8px;
    border-radius: 4px;
    color: #616161;
    font-family: Roboto;
    font-weight: 400;
    display: inline-block;
    font-size: 12px;
    margin-top: 5px;
}

.table .btn {
    font-size: 12px !important;
}

.tag-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 6px;
    padding: 6px;
    min-height: 45px;
    cursor: text;
}

/* Input inside tag box */
.tag-input {
    border: none;
    outline: none;
    flex: 1;
    min-width: 120px;
}

/* Tag style */
.tag {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #BDBDBD;
    border-radius: 20px;
    padding: 4px 6px 4px 10px;
    margin: 4px;
    font-size: 14px;
    color: #F57C00 !important;
    /* orange text */
    font-weight: 500;
}

/* Remove button */
.tag .remove-tag {
    border: none;
    margin-left: 6px;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
    background: #BDBDBD;
    border-radius: 50%;
    padding: 0px 7px;
}

.tag .remove-tag:hover {
    color: #e74c3c;
    /* red hover */
}

.custom-select-wrapper {
    position: relative;
    display: flex;
    flex-grow: 1;
}

.custom-select-wrapper select {
    width: 100%;
    padding-right: 30px;
    /* space for the arrow */
    appearance: none;
    /* removes default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* Custom dropdown arrow */
.custom-select-wrapper::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    pointer-events: none;
    /* Triangle arrow with border */
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #757575;
    /* arrow color */
}

.switch {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 22px;
}

/* Hide checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* Slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    border: 2px solid #aaa;
    border-radius: 34px;
    transition: 0.3s;
}

/* Dot inside */
.slider:before {
    position: absolute;
    content: "";
    height: 23px;
    width: 23px;
    left: -4px;
    bottom: -2px;
    background-color: #fff;
    border: 1px solid grey;
    border-radius: 50%;
    transition: 0.3s;
}

/* Checked State */
.switch input:checked+.slider {
    border: 2px solid #F57C00;
    /* orange border */
    background-color: transparent;
}

.switch input:checked+.slider:before {
    transform: translateX(20px);
    background-color: #F57C00;
    /* orange dot */
    border: 1px solid #F57C00;
}

/* Info icon styling */
.info-icon {
    display: inline-block;
    font-size: 12px;
    margin-left: 4px;
    color: #888;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 0px 7px;
    font-weight: bold;
}

/* Works in Chrome, Edge, Safari */
::-webkit-scrollbar {
    width: 8px;
    /* scrollbar width */
    height: 8px;
    /* scrollbar height for horizontal */
}

::-webkit-scrollbar-thumb {
    background-color: #E0E0E0 !important;
    /* scrollbar handle color */
    border-radius: 4px;
}

::-webkit-scrollbar-track {
    background: #FAFAFA !important;
    /* track background */
    padding: 5px;
    max-width: 50px;
    max-height: 100px;

}

* {
    scrollbar-color: #E0E0E0;
}

::-webkit-scrollbar-thumb:hover {
    background: #E0E0E0 !important;
    cursor: pointer;
}

.main-card::-webkit-scrollbar-thumb {
    height: 80px !important;
}

.fixed-td {
    max-width: 150px;
    /* Adjust width accordingly */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 100%;
}

.fixed-td span {
    display: inline-block;
    max-width: 30ch !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.custom-tooltip {
    opacity: 1 !important;
}

/*.tooltip-arrow {
    --bs-tooltip-bg: #F57C00 !important;
}

.tooltip-inner {
    max-width: var(--bs-tooltip-max-width);
    color: #fff !important;
    text-align: center;
    background-color: #F57C00 !important;
    padding: 5px !important;
    font-size: 12px !important;
    border-radius: var(--bs-tooltip-border-radius);
    max-width: 300px;
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #F57C00 !important;

}*/

.navbar-light .navbar-nav .nav-link span:first-child {
    padding: 2px;
    border: 0.2px solid transparent;
    border-radius: 5px;
}

.navbar-light .navbar-nav .nav-link:hover span:first-child,
.navbar-light .navbar-nav .nav-link.active span:first-child {
    background-color: #FFF3E0 !important;
    border-color: #F57C00 !important;
}


.statusButton {
    padding-right: 30px;
}


.btn-active-workflow {
    background: #FFF3E0 !important;
    color: #F57C00 !important;
}

.btn-error {
    background: #FEEBEE !important;
    color: #D32F2F !important;
}

.btn-accessible {
    background-color: #E8F5E9 !important;
    color: #1B5E20 !important;
}

.btn-archived {
    background-color: #FAFAFA !important;
    color: #616161 !important;
}

.table .dropdown-menu {
    z-index: 1050 !important;
    background-color: #fff !important;
    /* Ensure opaque background */
}

/* Stacking fix: Ensure row with open dropdown stays above subsequent rows */
.table tr:has(.show),
.table tr:focus-within {
    position: relative;
    z-index: 5;
}

.notifiction-dropdown {
    width: 400px;
    padding: 20px;
}

.notifiction-dropdown .dropdown-header {
    padding: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.notifiction-dropdown .dropdown-header a {
    cursor: pointer;
}

#notificationList {
    height: 65vh;
    overflow-y: auto;
    padding: 15px 0px;
}

.notifiction-dropdown .nav-tabs {
    margin: 10px 0px;
    position: relative;
    z-index: 999;
    /* Higher than the scrollable content */
    display: flex;
    flex-wrap: nowrap;
    /*overflow-x: auto;*/
    scrollbar-width: none; /* Hide scrollbar for Chrome/Safari */
}

.notifiction-dropdown .nav-tabs::-webkit-scrollbar {
    display: none;
}

.notifiction-dropdown .filter-dropdown {
    z-index: 1003;
    /* Highest priority */
}

.notifiction-dropdown .nav-tabs .nav-link {
    border: none;
    width: auto;
    padding: 8px 10px;
    font-size: 13px;
    white-space: nowrap;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notifiction-dropdown .nav-tabs .nav-link.active {
    border-bottom: 3px solid #F57C00;
}

.notifiction-dropdown .dynamic-notification {
    list-style: none;
    padding: 0px;
    margin-bottom: 25px;
    margin-right: 10px;
    border-radius: 4px;
    padding: 15px;
    position: relative;
    background: #FAFAFA !important;
    border: 1px solid #E0E0E0;
}

.notifiction-dropdown .dynamic-notification:first-child {
    margin-top: 18px !important;
}

.notification-tools {
    justify-content: end;
    gap: 8px;
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

.notifiction-dropdown .dynamic-notification:hover {
    background: #EEEEEE !important;
    border-color: #E0E0E0 !important;
}

.notifiction-dropdown .dynamic-notification:hover .notification-tools {
    opacity: 1;
    visibility: visible;
}

.notifiction-dropdown .dynamic-notification.notification-pinned .notification-tools {
    opacity: 1;
    visibility: visible;
}

.notifiction-dropdown .dynamic-notification.notification-pinned:not(:hover):not(:focus-within) .notification-tools .notification-action-item:not(.notification-pin-action) {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.notifiction-dropdown .dropdown-item {
    padding: 0px;
    display: flex;
    gap: 10px;
    align-items: start;
}

.notifiction-dropdown .dropdown-item:hover {
    background: none !important;
    color: inherit !important;
    padding-left: 0px;
    cursor: pointer;
}

.notifiction-dropdown .filter-dropdown li,
.notifiction-dropdown .mute-dropdown li {
    margin-bottom: 2px;
}

.notifiction-dropdown .filter-dropdown .dropdown-item,
.notifiction-dropdown .mute-dropdown .dropdown-item {
    box-sizing: border-box;
    width: 100%;
    min-height: 32px;
    padding: 6px 10px !important;
    border-radius: 2px;
    transition: background-color 0.15s ease, color 0.15s ease,;
}

.notifiction-dropdown .filter-dropdown .dropdown-item:hover,
.notifiction-dropdown .filter-dropdown .dropdown-item:focus,
.notifiction-dropdown .mute-dropdown .dropdown-item:hover,
.notifiction-dropdown .mute-dropdown .dropdown-item:focus-within {
    background-color: #FFF3E0 !important;
    color: #F57C00 !important;
}

.notifiction-dropdown .label-task {
    background: #B2EBF2 !important;
    color: #006064 !important;
}

.notifiction-dropdown .label-news {
    background: #FFE0B2 !important;
    color: #E65100 !important;
}

.notifiction-dropdown .label-reminder {
    background: #D1C4E9 !important;
    color: #311B92 !important;
}

.notifiction-dropdown .label-comment {
    background: #C5CAE9 !important;
    color: #283593 !important;
}

.notifiction-dropdown .label-message {
    background: #FFE0B2 !important;
    color: #E65100 !important;
}

.notifiction-dropdown .label-team-news {
    background: #E1BEE7 !important;
    color: #7B1FA2 !important;
}

.notifiction-dropdown .label-due {
    background: #FECDD2 !important;
    color: #F44336 !important;
}

.notifiction-dropdown .profile-icon {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    position: relative;
}

.notifiction-dropdown .profile-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.profile-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #BDBDBD !important;
    border-radius: 50%;
    border: 1px solid #fff;
    position: absolute;
    bottom: 0px;
    right: 2px;
}

.profile-dot.active {
    background-color: #2E7D32 !important;
}


.notification-body {
    display: flex;
    flex-direction: column;
    width: calc(100% - 40px);
    white-space: normal;
}

.notification-body .time-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #0288D1 !important;
    border-radius: 50%;
}

.red-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #E53935 !important;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    top: 2px;
}

.notification-body .time-text {
    color: #9E9E9E;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.4px;
}

.notification-body .msg {
    color: #616161;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.17px;
}

.notifi-label {
    position: absolute;
    top: -14px;
    left: 10px;
    padding: 8px;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    border-radius: 2px;
}


.filter-dropdown li,
.mute-dropdown li {
    margin-bottom: 10px;
}

.filter-dropdown .dropdown-item,
.mute-dropdown .dropdown-item {
    align-items: center;
    color: #424242;
    font-size: 14px;
    font-weight: 400;
}

.filter-dropdown .dropdown-item {
    color: #000;
}

/* Remove default look */
.mute-dropdown input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
    border-radius: 50%;
    position: relative;
    /* important for centering dot */
    cursor: pointer;
    outline: none;
    margin-right: 8px;
    vertical-align: middle;
    /* helps align with text */
}

/* Checked state */
.mute-dropdown input[type="radio"]:checked {
    border-color: #F57C00;
    background-color: #fff;
}

/* Add inner dot */
.mute-dropdown input[type="radio"]:checked::after {
    content: "";
    width: 9px;
    height: 9px;
    background: #F57C00;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* perfectly center */
}


.pageloader {
    background: rgba(255, 255, 255, 0.5);
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.3s ease;
    pointer-events: all;
}

.loader-wrapper {
    width: 120px;
    height: 120px;
    position: relative;
}

/* Rotating group */
.rotating-group {
    position: relative;
    width: 100%;
    height: 100%;
    animation: rotateGroup 3s linear infinite;
    transform-origin: center;
}

/* Full glowing orange ring */
.circle {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid #ff7a00;
    border-radius: 50%;
    box-shadow: 0 0 14px 2px rgba(255, 136, 0, 0.8);
    animation: pulseRing 2s ease-in-out infinite;
    background: rgba(255, 122, 0, 0.1);
}

/* Center tooth SVG */
.tooth-svg {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100px;
    height: 100px;
}

/* Molar tooth style */
.tooth {
    stroke: #ff6a00;
    stroke-width: 2;
    fill: transparent;
    animation: fillTooth 3s ease-in-out infinite;
    filter: drop-shadow(0 0 3px rgba(255, 136, 0, 0.4));
}

/* Shine inside tooth */
.shine {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 90px;
    height: 90px;
    overflow: hidden;
    border-radius: 50%;
}

.shine::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 40%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.8), transparent);
    animation: shineMove 3s ease-in-out infinite;
}

/* === Animations === */
@keyframes rotateGroup {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Tooth keeps refilling */
@keyframes fillTooth {
    0% {
        fill: transparent;
    }

    50% {
        fill: rgba(255, 140, 0, 0.4);
    }

    100% {
        fill: transparent;
    }
}

/* Shine slides across */
@keyframes shineMove {
    0% {
        left: -100%;
    }

    50% {
        left: 100%;
    }

    100% {
        left: 100%;
    }
}

/* Subtle breathing for ring */
@keyframes pulseRing {

    0%,
    100% {
        box-shadow: 0 0 18px 3px rgba(255, 136, 0, 0.8);
    }

    50% {
        box-shadow: 0 0 25px 5px rgba(255, 136, 0, 1);
    }
}






input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
    display: none;
}

input[type="password"]::-webkit-credentials-auto-fill-button,
input[type="password"]::-webkit-clear-button,
input[type="password"]::-webkit-reveal {
    display: none;
}

.hover-tr .three-dots {
    opacity: 1;
    display: inline-block;
}

.hover-tr:hover .three-dots {
    opacity: 1;
}

.img-border {
    border: 3px solid #F57C00;
}

.page-count {
    font-size: 12px !important;
}

.hover-none:hover {
    background: none !important;
    background-color: transparent !important;
}

.requestCustomBtn {
    text-wrap-mode: wrap;
}

.locked {
    position: relative;
    background-color: #CDCDCD36 !important;
    box-shadow: 4px 6px 10px 0 rgba(109, 141, 173, 0.10);
}

.sidebar .locked:hover a {
    color: #616161 !important;
}

.locked-img {
    position: absolute;
    top: 10px;
    right: 6px;
}

.iti__country-list {
    z-index: 10555 !important;
}

table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order:after {
    display: none !important;
}

/* Override/remove DataTables dt-column-header/dt-column-footer flex layout */
table.dataTable thead>tr>th div.dt-column-header,
table.dataTable thead>tr>th div.dt-column-footer,
table.dataTable thead>tr>td div.dt-column-header,
table.dataTable thead>tr>td div.dt-column-footer,
table.dataTable tfoot>tr>th div.dt-column-header,
table.dataTable tfoot>tr>th div.dt-column-footer,
table.dataTable tfoot>tr>td div.dt-column-header,
table.dataTable tfoot>tr>td div.dt-column-footer {
    display: block !important;
}

.dropdown-filter .custom-checkbox {
    display: block;
}

.btn-outline-secondary:hover {
    color: #F57C00 !important;
    border-color: #F57C00 !important;
    background-color: #FFF3E0 !important;
}

@media(min-width: 1400px) {
    .sidebar ul {
        position: fixed !important;
        height: 100%;
    }
}

#RightDiv>.card:nth-child(1) {
    /*position: sticky;
    top: 91px;*/
    max-height: calc(100vh - 106px);
    overflow: auto;
    height: auto;
}

#RightDiv2>.card:nth-child(1) {
    /*position: sticky;
    top: 91px;*/
    max-height: calc(100vh - 106px);
    overflow: auto;
    height: auto;
}

/* Sticky header sidebar — only .activity-sidebar-card is affected */
.activity-sidebar-card {
    height: calc(100vh - 106px) !important;
    max-height: calc(100vh - 106px) !important;
    overflow: hidden !important;
    display: flex;
    flex-direction: column;
}

.activity-sidebar-card>.card-header {
    flex-shrink: 0;
}

.activity-sidebar-card>.card-body {
    flex: 1;
    /* overflow-y:visible so position:sticky inside .tab-content works; card still clips via .activity-sidebar-card */
    overflow-x: hidden;
    overflow-y: visible;
    min-height: 0;
    display: flex;
    flex-direction: column;
    padding: 0px;
}

.activity-sidebar-card>.card-body>.nav-pills {
    flex-shrink: 0;
    padding: 0px 16px;
}

.activity-sidebar-card>.card-body>.tab-content {
    flex: 1;
    overflow-y: auto;
    padding-right: 10px;
    min-height: 0;
    padding: 0px 16px 16px;
}


.OrganizeRightCard>.card:nth-child(1) {
    max-height: calc(100vh - 106px);
    overflow: auto;
    height: auto;
}

.organizeCard {
    max-height: calc(100vh - 100px);
    overflow: auto;
}

#editor .fr-element {
    border: 1px solid #E0E0E0;
    border-radius: 9px;
    border-top-left-radius: 0px;
    border-top: 0px;
}

.tags-input::placeholder,
.tags-input {
    font-size: 11px !important;
}

#editor textarea.fr-code {
    overflow: auto;
    height: calc(100vh - 380px) !important;
    border-radius: 9px !important;
}

.editorView iframe {
    overflow: auto;
    /*height: calc(100vh - 320px) !important;*/
}

.fr-box.fr-basic .fr-wrapper {
    border-radius: 9px !important;
}

.fr-wrapper,
.fr-toolbar {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.fr-wrapper div:first-child a:first-child {
    opacity: 0;
    pointer-events: none !important;
}

/*div.fr-wrapper > div > a[href="https://www.froala.com/wysiwyg-editor?k=u"] {
    font-size: 0px !important;
    padding: 0px !important;
    height: 0px !important;
}*/
.form-control {
    -webkit-appearance: auto;
    appearance: auto;

}

.small.text-danger {
    font-size: .675em;
    margin-top: 3px;
}

.comment-actions {
    bottom: 12px;
    position: relative !important;
    opacity: 0;
    transition: all 0.3s ease;
    text-align: right;
    margin-top: 15px;
    height: 0px;

}

.btn-outline-orange.dropdown-toggle::after {
    border-top-color: #F57C00;
}

/* Intentionally left blank (marker class) */
.comment-actions {
    display: block;
}

.comment-card:hover .comment-actions {
    opacity: 1;
    height: 37.5px;
    transition: all 0.3s ease;
}

.reply-actions {
    height: 0px;
    opacity: 0;
    transition: all 0.3s ease;
}

.reply-item {
    /* border removed */
}

.reply-item:hover .reply-actions {
    height: 35.5px;
    opacity: 1;
    transition: all 0.3s ease;
}

#pdfpages>.card>.card-body {
    height: 398.65px;
    overflow: auto;
}

#pdfpages canvas,
#documentViewer iframe,
#documentViewer canvas {
    height: 250px;
}

/* ========================================
   TABLE COLUMN WIDTHS - OPTIMIZED
   ======================================== */

#mainDiv .table th:last-child,
#mainDiv .table td:last-child {
    min-width: 50px !important;
    max-width: 60px !important;
    /* border: 1px solid green !important; */
}

#mainDiv .table th:nth-child(2),
#mainDiv .table td:nth-child(2) {
    min-width: 180px;
    max-width: 320px;

    /* border: 1px solid red !important; */
}

#mainDiv .table td:nth-child(2) .new-fixed-td {
    max-width: 100% !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    max-height: 2.8em;

    /* border: 1px solid blue !important; */
    margin-right: 20px;
}

#mainDiv .table td:nth-child(2) .new-fixed-td span {
    max-width: 100% !important;
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
}

/* ----------------------------------------
   File Information cell: single-line ellipsis
   - Icon (Public/Private/Template) is fixed and never shrinks.
   - File name flexes to fill remaining space and truncates with "...".
   - Copy button + NEW badge stay aligned to the right of the name.
   - Full file name is available via the Bootstrap tooltip on hover.
   ---------------------------------------- */
#document-table td:nth-child(2) .file-info-cell {
    min-width: 0;
    max-width: 100%;
    gap: 6px;
    flex-wrap: nowrap;
}

#document-table td:nth-child(2) .file-info-cell .file-info-icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    white-space: nowrap;
}

#document-table td:nth-child(2) .file-info-cell .file-info-icon-img {
    width: 20px;
    height: 20px;
    display: block;
}

#document-table td:nth-child(2) .file-info-cell .file-info-icon-img--template {
    width: 32px;
    height: 28px;
}

#document-table td:nth-child(2) .file-info-cell .file-info-icon--template {
    flex: 0 0 auto;
    margin-left: 4px;
}

#document-table td:nth-child(2) .file-info-cell .file-info-name {
    flex: 1 1 auto;
    min-width: 0;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#document-table td:nth-child(2) .file-info-cell .copy-doc-name,
#document-table td:nth-child(2) .file-info-cell > .ms-2 {
    flex: 0 0 auto;
}

#mainDiv .table th:not(:first-child):not(:nth-child(2)):not(:last-child),
#mainDiv .table td:not(:first-child):not(:nth-child(2)):not(:last-child) {
    min-width: 135px;
}

.tag-text {
    font-size: 12px;
}

.notifiction-dropdown .dynamic-notification.notification-unread {
    background: #E1F5FE !important;
    border-color: #81D4FA !important;
}

.notifiction-dropdown .notification-read .notification-body .time-dot {
    display: none !important;
}

.notification-unread .dropdown-item {
    background-color: transparent;
}

.notification-read .dropdown-item {
    background-color: transparent;
    color: #6c757d;
}

.notification-unread .msg {
    color: #212529;
}

.notification-read .msg {
    color: #6c757d;
}

.comment-dropdown {
    position: absolute !important;

    top: 0 !important;
    transform: translateY(-10px);
    width: 250px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    background: #fff;
    z-index: 1055;
}

#pills-Task .comment-dropdown {
    max-width: 280px;
    min-width: 280px;
}

.comment-dropdown::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 6px;
    border: 6px solid transparent;
    border-left-color: #fff;
}

@media(min-width:768px) {
    .p-md-editor {
        padding: 0px 20px 0px 30px !important;
    }
}

.ps-12 {
    padding-left: 12px !important;
}

.remove-file-btn {
    border: none;
    background: transparent;
    color: #c00;
    font-size: 14px;
    cursor: pointer;
}

.remove-file-btn:hover {
    color: #900;
}

.fr-second-toolbar {
    display: none
}

#signaturePreview {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-action-dropdown {
    min-width: 320px;
    max-width: 380px;
    width: 100%;
    overflow: visible;
    max-height: 60vh;
    overflow-y: visible;
}

.permission-dropdown-menu {
    min-width: 228px;
    max-width: 320px;
    overflow-wrap: anywhere;
    max-height: 50vh;
    overflow-y: visible;
}

.file-names {
    font-size: 12px;
}

.file-names .filetypes {
    font-size: 9px;
}

.fileName {
    text-overflow: ellipsis;
    width: 130px;
    white-space: nowrap;
    overflow: hidden;
}

@media(min-width:1050px) and (max-width:1600px) {
    .custom-action-dropdown {
        min-width: 202px;
    }

    .border-box-input label {
        font-size: 12px;
    }

    .file-names {
        font-size: 10px;
    }

    .file-names .filetypes {
        font-size: 9px;
    }

    .fileName {
        width: 70px;
    }

}

.field-remove-btn {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: white;
    color: #757575;
    border: 1px solid #757575;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: normal;
    cursor: pointer;
    opacity: 2;
    visibility: visible;
    transition: all 0.3s ease;
    z-index: 10;
    line-height: 1;
    padding: 0;
}

.field-remove-btn:hover {
    background-color: white;
    /* transform: scale(1.1); */
}

.chats li {
    position: relative;
}

.chats .text ul {
    margin-right: 0px !important;
    padding: 0px !important;
    /*border: 1px solid #F57C00;*/
    background-color: #fff;
    border-radius: 8px;
    margin-top: 12px;
    list-style: none;
}

.chats .text ul li b {
    display: inline-block;
}

#categoryText,
#subcategoryText {
    font-size: 14px !important;
}

.chats .text ul li ul {
    list-style: none;
    padding-inline-start: 0px;
}

.chats .text ul li ul li {
    margin-right: 0px;
    background-color: #d3d3d35c;
    padding: 8px 12px;
    border: 0px;
    border-radius: 8px;
    padding-left: 35px;
    position: relative;
}

/*.chats .text ul li ul li::before {
    position: absolute;
    content: "";
    background-image: url(/images/document-icon.svg);
    background-repeat: no-repeat;
    top: 5px;
    left: 7px;
    width: 23px;
    height: 23px;
}*/

.comment-badge {
    position: absolute;
    top: -2px;
    right: -2px;
    background: red;
    color: white;
    width: 12px;
    height: 12px;
    font-size: 9px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.preview-btn {
    /* display: none; */
    position: absolute;
    top: 30px;
    right: 10px;
}

.preview-card:hover .preview-btn {
    display: inline-block;
}

/* Add to your existing styles */
#previewModal .modal-body {
    overflow: hidden;
}

#previewContainer {
    width: 100%;
    height: 100%;
    overflow: auto;
}

/* Ensure content fits within container */
#previewIframe,
#previewImage,
#previewVideo,
#previewAudio,
#previewEditor {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Specific image constraints */
#previewImage img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Office document container constraints */
#docViewer {
    height: 80vh !important;
    min-height: 600px;
    width: 100%;
    border: 1px solid #ddd;
    background-color: #f8f9fa;
}

.main-card .btn-outline-secondary {
    font-size: 14px
}

.searchInputDiv {
    position: relative;
}

.searchInputDiv input {
    padding-left: 38px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.searchInputDiv .s-icon {
    position: absolute;
    top: 8px;
    left: 15px;
    width: 20px;
}

.UserInitial {
    width: 25px;
    height: 25px;
    border: 2px solid #E0E0E0;
    background-color: white;
    color: #757575;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.UserInitial p {
    font-size: 12px;
    margin: 0px;
    text-transform: uppercase;
}

.list-item-width {
    width: calc(100% - 26px);
}

/* Template Dropdown Styles */
.template-dropdown {
    min-width: 320px !important;
}

.template-dropdown .dropdown-header {
    background-color: transparent;
    font-weight: 600;
    padding: 8px 12px;
}

.template-item {
    font-size: 14px !important;
    padding: 8px 16px !important;
    transition: background-color 0.2s;
}

.template-item:hover {
    background-color: #f8f9fa !important;
}

.category-header {
    cursor: pointer;
}

.category-header:hover {
    background-color: #f0f0f0;
}

.category-templates {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.category-templates.show {
    max-height: 500px !important;
}

.category-toggle {
    transition: transform 0.2s;
}

/* ========================================
   EMPLOYEE/INDEX ENHANCEMENTS
   ======================================== */

/* Smooth transitions for existing components */
.btn-organe-hover,
.btn-outline-secondary,
.btn-outline-grey,
.btn-orange,
.table-custom tbody tr,
.dropdown-item,
.customSearch input,
.form-control,
.filter-icon {
    transition: all 0.3s ease;
}

/* Button hover lift */
.btn-organe-hover:hover,
.btn-outline-secondary:hover,
.btn-outline-grey:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-orange:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(245, 124, 0, 0.3);
}

/* Table row hover effect */
.table-custom tbody tr:hover {
    background-color: #FFF9F3;
    box-shadow: 0 2px 8px rgba(245, 124, 0, 0.08);
    transform: translateX(4px);
}

/* Search input focus glow */
.customSearch input:focus {
    box-shadow: 0 0 0 3px rgba(245, 124, 0, 0.15);
    border-color: #F57C00;
}

/* Dropdown slide animation */
.dropdown-menu {
    animation: dropdownFade 0.2s ease;
}

@keyframes dropdownFade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Dropdown item hover */
.dropdown-item:hover {
    background-color: #FFF3E0;
    padding-left: 18px;
}


/* Status badge hover */
.workflow:hover,
.accessible:hover,
.completed:hover,
.newrequest:hover,
.error:hover,
.spam:hover{
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
}

/* Custom scrollbar for table */
.table-responsive::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background: #FFE0B2;
    border-radius: 3px;
}

.table-responsive::-webkit-scrollbar-thumb:hover {
    background: #F57C00;
}

/* Icon hover scale */
.btn:hover img {
    transform: scale(1.08);
}

/* Template dropdown smooth appearance */
.template-dropdown {
    animation: dropdownFade 0.25s ease;
}

/* Search input in template */
.searchInputDiv input:focus {
    box-shadow: 0 0 0 3px rgba(245, 124, 0, 0.1);
}

/* Card hover */
.main-card:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

/* === END ENHANCEMENTS === */

.h-18 {
    height: 18px !important;
}

.share-users-container {
    height: 40vh;
    overflow: scroll;
}

.share-users-container::-webkit-scrollbar {
    width: 5px;
    /* Change width here */
}

.share-users-container::-webkit-scrollbar-track {
    background: #FAFAFA;
    /* Optional: track background */
    padding: 5px;
}

.share-users-container::-webkit-scrollbar-thumb {
    background-color: #FFE0B2;
    /* Scrollbar color */
    border-radius: 4px;
    /* Rounded corners */
}

.share-users-container::-webkit-scrollbar-thumb:hover {
    background: #FFE0B2;
}


/* ========================================
   SHARE NOTES MODAL - FIGMA DESIGN
   ======================================== */

/* Modal Container */
.notes-user-list {
    min-width: 400px !important;
    max-width: 450px !important;
    padding: 0 !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15) !important;
    border: none !important;
}

/* Modal Header */
.share-modal-header {
    padding: 20px 24px 0px;
}

.share-modal-title {
    font-size: 14px;
    font-weight: 500;
    color: #424242;
    margin: 0;
    display: block;
}

/* Search Input Container */
.notes-user-list .searchInputDiv {
    position: relative;
    padding: 8px 24px 16px 24px;
}

.notes-user-list .searchInputDiv .search-icon {
    position: absolute;
    left: 38px;
    top: 46%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    pointer-events: none;
    opacity: 0.5;
}

.notes-user-list .searchInputDiv .share-search {
    width: 100%;
    padding: 10px 16px 10px 40px !important;
    border: 1px solid #E0E0E0 !important;
    border-radius: 24px !important;
    font-size: 14px !important;
    color: #424242 !important;
    transition: all 0.2s ease;
}

.notes-user-list .searchInputDiv .share-search:focus {
    border-color: #F57C00 !important;
    box-shadow: 0 0 0 3px rgba(245, 124, 0, 0.1) !important;
    outline: none;
}

.notes-user-list .searchInputDiv .share-search::placeholder {
    color: #9E9E9E;
    font-size: 14px;
}

/* User Section */
.user-section {
    margin-bottom: 16px;
}

.user-section-title {
    font-size: 13px;
    font-weight: 500;
    color: #757575;
    margin: 0 0 8px 0;
    padding: 0 24px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* User List */


.share-user-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.share-user-item {
    background-color: #fff !important;
    color: #616161;
    margin-bottom: 0px !important;
    padding: 0px !important;
    border: none !important;
}

.share-user-item:last-child {
    border-bottom: none;
}

/* User Label (Clickable Area) - Override .custom-radio defaults for flex layout */
.share-user-label {
    display: flex !important;
    align-items: center;
    padding: 12px 24px 12px 12px !important;
    cursor: pointer;
    margin: 0 !important;
    transition: background-color 0.2s ease;
    position: relative;
}

.share-user-label:hover {
    background-color: #FAFAFA;
}

/* Adjust .custom-radio .checkmark positioning for flex layout */
.share-user-label .checkmark {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    margin-right: 12px;
    margin-left: 12px;
    flex-shrink: 0;
}

/* Recipient list: center checkbox/radio in its parent div */
.recipient-draggable .flex-grow-1>.d-flex.align-items-center.justify-content-center {
    flex-shrink: 0;
    min-width: 24px;
    min-height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recipient-draggable .custom-checkbox,
.recipient-draggable .custom-radio {
    padding-left: 0;
    margin-bottom: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.recipient-draggable .custom-checkbox {
    width: 15px;
    height: 15px;
    min-width: 15px;
    min-height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recipient-draggable .custom-radio {
    width: 21px;
    height: 21px;
    min-width: 21px;
    min-height: 21px;
}

/* AssignedList filters: make dropdown-filter open over the table, not inside cells */
.bordered-titled-div .table-responsive {
    overflow: visible;
}

.bordered-titled-div .filter-icon-wrapper {
    position: relative;
}

.bordered-titled-div .dropdown-filter {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1050;
    background-color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    border-radius: 6px;
    padding: 8px 12px;
}

/* User Avatar */
.notes-user-list .user-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 12px;
    background-color: #FFE0B2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notes-user-list .user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* User Info */
.notes-user-list .user-info {
    flex: 1;
    min-width: 0;
}

.notes-user-list .user-name {
    font-size: 13px;
    font-weight: 500;
    color: #212121;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notes-user-list .user-role,
.notes-user-list .user-email {
    font-size: 12px;
    color: #757575;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Modal Footer */
.share-modal-footer {
    padding: 16px 24px;
    border-top: 1px solid #E0E0E0;
    text-align: right;
    background-color: #FAFAFA;
    border-radius: 0 0 12px 12px;
}

.share-modal-footer .btn-orange {
    padding: 10px 32px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 6px;
    border: none;
    transition: all 0.2s ease;
    text-transform: uppercase;
}

.share-modal-footer .btn-orange:hover {
    background-color: #E67100;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(245, 124, 0, 0.3);
}

.share-modal-footer .btn-orange:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(245, 124, 0, 0.3);
}

/* Scrollbar styling for user container */
.share-users-container {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}

#journeyList li {
    margin-right: 10px;
}

.comment-author {
    font-size: 14px !important;
}

.comment-date {
    font-size: 10px !important;
}

.comment-text {
    font-size: 13px !important;
}

.comment-new-action {
    display: flex;
    justify-content: end;
}

.btn-reply {
    font-size: 13px;
}

body.ai-active {
    animation: aiBlink 1.5s ease-in-out 2;
    /* runs twice */
}

/* Keyframes for blink effect */
@keyframes aiBlink {
    0% {
        background-color: rgba(255, 165, 0, 0.15);
    }

    /* light orange overlay */
    50% {
        background-color: rgba(255, 165, 0, 0);
    }

    100% {
        background-color: rgba(255, 165, 0, 0.15);
    }
}

/* Fullscreen overlay */
.ai-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    /* doesn’t block clicks */
    background: linear-gradient(to left, rgba(255, 165, 0, 0) 0%, rgba(255, 165, 0, 0.3) 50%, rgba(255, 165, 0, 0) 100%);
    transform: translateX(100%);
    animation: aiSweep 1.8s ease-out forwards;
    z-index: 9999;
}

.pac-container {
    z-index: 999999 !important;
}

/* Sweep from right to left */
@keyframes aiSweep {
    0% {
        transform: translateX(100%);
        opacity: 1;
    }

    50% {
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        transform: translateX(-100%);
        opacity: 0;
    }
}

.col-md-9#mainDiv {
    height: calc(100vh - 105px) !important;
}

.pdf-page-wrapper {
    display: flex;
    justify-content: center;
    /* width: 100% !important; */
    /* height: 100% !important; */
}

div.dt-processing>div:last-child>div {
    background: #F57C00 !important;
}

/* X-ray Display Component Styles */
.xray-display-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
    background: #fff;
    border: 1px solid #e0e0e0;
}

.xray-display-wrapper:hover {
    background: #FFF3E0;
    border-color: #F57C00;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(245, 124, 0, 0.15);
}

.xray-icon-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xray-icon {
    width: 24px;
    height: 24px;
    color: #F57C00;
}

.xray-count-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    background: #F57C00;
    color: white;
    font-size: 10px;
    font-weight: 600;
    padding: 0px 6px;
    border-radius: 10px;
    min-width: 18px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.xray-view-text {
    font-size: 13px;
    font-weight: 500;
    color: #666;
    white-space: nowrap;
}

.xray-display-wrapper:hover .xray-view-text {
    color: #F57C00;
}

.xray-display-wrapper.xray-empty {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}

.xray-empty-text {
    font-size: 12px;
    color: #999;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .xray-view-text {
        display: none;
    }

    .xray-display-wrapper {
        padding: 6px;
    }
}

/* X-ray Modal Styles */
.xray-modal-icon {
    width: 48px;
    height: 48px;
    background: #FFF3E0;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xray-modal-icon svg {
    width: 28px;
    height: 28px;
}

/* X-ray Card Styles */
.xray-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.xray-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(245, 124, 0, 0.15);
}

.xray-image-wrapper {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    background: #f5f5f5;
}

.xray-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.xray-card:hover .xray-image {
    transform: scale(1.05);
}

.xray-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.xray-card:hover .xray-overlay {
    opacity: 1;
}

.btn-view-xray {
    width: 56px;
    height: 56px;
    background: #F57C00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-view-xray:hover {
    background: #E65100;
    transform: scale(1.1);
}

.btn-view-xray svg {
    width: 28px;
    height: 28px;
}

.xray-card-body {
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.xray-info {
    margin-bottom: 12px;
}

.xray-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
}

.xray-description {
    font-size: 13px;
    color: #666;
    margin-bottom: 8px;
    line-height: 1.4;
}

.xray-date {
    font-size: 12px;
    color: #999;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 0;
}

.date-icon {
    width: 14px;
    height: 14px;
}

.xray-actions {
    display: flex;
    gap: 8px;
}

.xray-actions .btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: none;
}

.xray-actions .btn svg {
    width: 16px;
    height: 16px;
}

.btn-view {
    background: #F57C00;
    color: white;
    border: none;
}

.btn-view:hover {
    background: #E65100;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(245, 124, 0, 0.3);
}

.btn-sig-action,
#floatingSignatureToolbar .btn-people {
    padding: 3px;
    border: 0.2px solid #fff !important;
    border-radius: 2px;
}

.btn-delete {
    background: transparent;
    color: #666;
    border: none;
}

.btn-delete:hover,
.btn-duplicate:hover,
#floatingSignatureToolbar .btn-people:hover {
    background: #FFF3E0;
    border: 0.2px solid var(--orange-700, #F57C00) !important;
    color: #333;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.sign-alert-box {
    border-radius: 8px;
    background-color: #FFFBF4;
    box-shadow: 0px 4px 18px 3px #0000001F;
}

.security-alert-box {
    background-color: #FFF9C4;
    border-radius: 4px;
    padding: 18px 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.security-alert-text {
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.14px;
    vertical-align: middle;
    color: #424242;
}

/* Upload State Card */
.upload-card-dynamic {
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 25px;
    transition: all 0.3s ease;
}

.upload-card-dynamic .progress {
    height: 6px;
    background-color: #F5F5F5;
    border-radius: 4px;
    overflow: hidden;
}

.upload-card-dynamic .progress-bar {
    background-color: #F57C00;
}

/* Thumbnail / Preview Card Styles - Premium Specialty License Style */
.file-preview-thumbnail-card {
    width: 260px;
    min-height: 320px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #F5F5F5;
    /* Smoke/Grey background */
    padding: 24px;
    position: relative;
    box-shadow: none;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.file-preview-thumbnail-card:hover {
    background-color: #0000000A !important;
}

.thumbnail-category-badge {
    font-size: 16px;
    font-weight: 500;
    color: #424242;
    margin-bottom: 15px;
    display: block;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.thumbnail-image-container {
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    padding: 10px;
    width: 100%;
    aspect-ratio: 8.5 / 11;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 240px;
}

.thumbnail-image-container img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.preview-overlay-toolbar {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #FFFFFF;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-5px);
    transition: all 0.2s ease;
    z-index: 20;
}

.file-preview-thumbnail-card:hover .preview-overlay-toolbar {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.preview-overlay-toolbar .toolbar-btn {
    background: none;
    border: none;
    padding: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s;
}

.preview-overlay-toolbar .toolbar-btn:hover {
    opacity: 0.7;
}

.thumbnail-header-text {
    font-size: 10px;
    color: #9E9E9E;
    margin-top: 12px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-preview-thumbnail-card:hover .preview-overlay-toolbar {
    opacity: 1;
}

.toolbar-btn {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background: white;
    border: 1px solid #E0E0E0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #757575;
}

.toolbar-btn:hover {
    background: #F5F5F5;
    color: #333;
}

.initial-dropzone {
    border: 1px dashed #BDBDBD;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    background: #FAFAFA;
    transition: background 0.2s, border-color 0.2s;
    cursor: pointer;
}

.initial-dropzone:hover {
    background: #FFF3E0;
    border-color: #F57C00;
}

.filetypes-hint {
    font-size: 10px;
    color: #757575;
}

/* Full Screen Preview Overlay */
.full-screen-preview-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #FFFFFF;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    animation: fadeInPreview 0.3s ease-out;
}

body.file-request-preview-open #fileRequestPreviewArea {
    margin-top: 0 !important;
    height: 100%;
    min-height: 0;
    flex-direction: column;
}

body.file-request-preview-open #fileRequestPreviewArea:not(.d-none) {
    display: flex;
}

body.file-request-preview-open #taskDocumentViewer > .card-body {
    overflow: hidden !important;
}

body.file-request-preview-open #fileRequestPreviewArea > .card {
    flex: 1;
    min-height: 0;
}

body.file-request-preview-open #fileRequestPreviewArea > .card > .card-body,
body.file-request-preview-open #previewMainContent {
    min-height: 0;
    height: 100%;
}

@keyframes fadeInPreview {
    from {
        opacity: 0;
        transform: scale(0.98);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.preview-top-bar {
    height: 60px;
    padding: 0 25px;
    background: white;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.preview-title-text {
    font-size: 16px;
    font-weight: 600;
    color: #424242;
    margin: 0;
}

.close-preview-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #F5F5F5;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s;
}

.close-preview-btn:hover {
    background: #EEEEEE;
}

.preview-content-area {
    flex: 1;
    background: #F9F9F9;
    overflow: hidden;
}

.reupload-action {
    color: #F57C00 !important;
}

.delete-action-btn {
    color: #FF5252 !important;
}

.thumbnail-container-clickable {
    cursor: pointer !important;
}


/* Responsive adjustments */
@media (max-width: 768px) {
    .xray-card {
        margin-bottom: 16px;
    }

    .xray-image-wrapper {
        height: 180px;
    }
}

/* Insert Image Modal Styles */
.image-modal-icon {
    width: 48px;
    height: 48px;
    background: #FFF3E0;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-modal-icon svg {
    width: 28px;
    height: 28px;
}

/* Image Upload Tabs */
.image-upload-tabs {
    border-bottom: 2px solid #f0f0f0;
}

.image-upload-tabs .nav-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    color: #666;
    font-weight: 500;
    transition: all 0.3s ease;
    background: transparent;
}

.image-upload-tabs .nav-link .tab-icon {
    width: 20px;
    height: 20px;
}

.image-upload-tabs .nav-link:hover {
    background: #FFF3E0;
    color: #F57C00;
}

.image-upload-tabs .nav-link.active {
    background: #F57C00;
    color: white;
}

/* Upload Zone */
.upload-zone {
    background: #f8f9fa;
    border: 2px dashed #dee2e6;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.upload-zone:hover {
    border-color: #F57C00;
    background: #FFF3E0;
}

.upload-icon svg {
    width: 64px;
    height: 64px;
}

.upload-zone .btn-orange {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.upload-zone .btn-orange svg {
    width: 18px;
    height: 18px;
}

/* No Patient State */
.no-patient-state {
    background: #f8f9fa;
    border-radius: 12px;
}

.state-icon svg {
    width: 64px;
    height: 64px;
}

.no-patient-state .btn-orange {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.no-patient-state .btn-orange svg {
    width: 18px;
    height: 18px;
}

/* Signature Modal Styles */
.signature-modal-icon {
    width: 48px;
    height: 48px;
    background: #FFF3E0;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.signature-modal-icon svg {
    width: 28px;
    height: 28px;
}

/* Signature Tabs */
.signature-tabs {
    border-bottom: 2px solid #f0f0f0;
}

.signature-tabs .nav-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    color: #666;
    font-weight: 500;
    transition: all 0.3s ease;
    background: transparent;
}

.signature-tabs .nav-link .tab-icon {
    width: 20px;
    height: 20px;
}

.signature-tabs .nav-link:hover {
    background: #FFF3E0;
    color: #F57C00;
}

.signature-tabs .nav-link.active {
    background: #F57C00;
    color: white;
}

/* Signature Canvas */
.signature-canvas-wrapper {
    position: relative;
    background: #f8f9fa;
    border: 2px dashed #dee2e6;
    border-radius: 12px;
    overflow: hidden;
}

.signature-canvas-wrapper canvas {
    display: block;
    width: 100%;
    cursor: crosshair;
    touch-action: none;
    background: white;
}

.canvas-hint {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    pointer-events: none;
    opacity: 0.3;
    transition: opacity 0.3s ease;
}

.signature-canvas-wrapper:hover .canvas-hint {
    opacity: 0.5;
}

.canvas-hint svg {
    width: 48px;
    height: 48px;
}

.canvas-hint span {
    font-size: 14px;
    color: #999;
}

/* Signature Type Section */
.signature-type-section {
    padding: 20px;
    background: #f8f9fa;
    border-radius: 12px;
}

.signature-preview-wrapper {
    background: white;
    border: 2px dashed #dee2e6;
    border-radius: 12px;
    padding: 30px;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.signature-preview {
    font-family: 'Brush Script MT', 'Lucida Handwriting', cursive;
    font-size: 42px;
    text-align: center;
    color: #333;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Signature Upload Zone */
.signature-upload-zone {
    text-align: center;
    padding: 40px 20px;
    background: #f8f9fa;
    border-radius: 12px;
}

.upload-icon-sig svg {
    width: 64px;
    height: 64px;
}

.signature-upload-preview {
    max-width: 100%;
    max-height: 200px;
    display: none;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.signature-upload-preview[src] {
    display: block;
}

/* Button with icon */
.btn-orange svg {
    margin-right: 6px;
}

.btn-outline-orange.hover-organe:hover {
    background: #F57C00 !important;
    color: #fff !important;
}

.fillable-field label {
    display: none;
}

/* ========================================
   Reusable Draggable Dropdown Styles
   ======================================== */

.draggable-dropdown {
    position: fixed;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    background: white;
}

.drag-handle {
    background: #f8f9fa;
    padding: 8px;
    text-align: center;
    cursor: move;
    border-bottom: 1px solid #dee2e6;
    border-radius: 8px 8px 0 0;
    user-select: none;
}

.drag-handle:hover {
    background: #e9ecef;
}

.drag-handle i {
    color: #6c757d;
    font-size: 14px;
}


.form-switch .form-check-input {
    width: 40px;
    height: 15px;
    background-color: #9E9E9E;
    border: 2px solid #9E9E9E !important;
    border-radius: 12px;
    position: relative;
    transition: background-color 0.3s ease;
    background-image: none !important;
}

.form-switch .form-check-input:checked {
    background-color: #FFFFFF;
    background-position: right center;
    border: 2px solid #F57C00 !important;
}


.form-switch .form-check-input::before {
    content: "";
    position: absolute;
    top: -4px;
    left: -2px;
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 50%;
    transition: transform 0.3s ease;
    border: 2px solid #9E9E9E;
}

.form-switch .form-check-input:checked::before {
    background-color: #F57C00;
    border-color: #F57C00;
    left: 0px;
    transform: translateX(25px);
}

/* ============================================
   Dynamic Avatar Colors (20 unique pastel colors)
   ============================================ */

.user-avatar-color-0 {
    background-color: #FFB3BA;
    color: #333;
}

/* Pastel Pink */
.user-avatar-color-1 {
    background-color: #FFDFBA;
    color: #333;
}

/* Pastel Peach */
.user-avatar-color-2 {
    background-color: #FFFFBA;
    color: #333;
}

/* Pastel Yellow */
.user-avatar-color-3 {
    background-color: #BAFFC9;
    color: #333;
}

/* Pastel Mint */
.user-avatar-color-4 {
    background-color: #BAE1FF;
    color: #333;
}

/* Pastel Blue */
.user-avatar-color-5 {
    background-color: #D4BAFF;
    color: #333;
}

/* Pastel Lavender */
.user-avatar-color-6 {
    background-color: #FFB3E6;
    color: #333;
}

/* Pastel Magenta */
.user-avatar-color-7 {
    background-color: #C9E4DE;
    color: #333;
}

/* Pastel Teal */
.user-avatar-color-8 {
    background-color: #FFD1DC;
    color: #333;
}

/* Pastel Rose */
.user-avatar-color-9 {
    background-color: #E0BBE4;
    color: #333;
}

/* Pastel Purple */
.user-avatar-color-10 {
    background-color: #FFDFD3;
    color: #333;
}

/* Pastel Coral */
.user-avatar-color-11 {
    background-color: #C7CEEA;
    color: #333;
}

/* Pastel Periwinkle */
.user-avatar-color-12 {
    background-color: #B5EAD7;
    color: #333;
}

/* Pastel Seafoam */
.user-avatar-color-13 {
    background-color: #FFF4E6;
    color: #333;
}

/* Pastel Cream */
.user-avatar-color-14 {
    background-color: #E8D5C4;
    color: #333;
}

/* Pastel Tan */
.user-avatar-color-15 {
    background-color: #D5E1DF;
    color: #333;
}

/* Pastel Sage */
.user-avatar-color-16 {
    background-color: #F0E5CF;
    color: #333;
}

/* Pastel Beige */
.user-avatar-color-17 {
    background-color: #C9D8E8;
    color: #333;
}

/* Pastel Sky */
.user-avatar-color-18 {
    background-color: #F5D5E0;
    color: #333;
}

/* Pastel Blush */
.user-avatar-color-19 {
    background-color: #D5F4E6;
    color: #333;
}

.comment-item {
    border: 1px solid #E0E0E0 !important;
    border-radius: 8px !important;
}

/* Reaction Styles */
.reaction-pill {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 8px;
    background: #F5F5F5;
    border-radius: 12px;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.2s;
}

.reaction-pill:hover {
    background: #E0E0E0;
    transform: scale(1.05);
}

.add-reaction-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: transparent;
    border: 1px solid #E0E0E0;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s;
    color: #757575;
}

.add-reaction-btn:hover {
    background: #F5F5F5;
    border-color: #F57C00;
    color: #F57C00;
    transform: scale(1.1);
}

.reaction-emoji-picker {
    position: absolute;
    background: white;
    border: 1px solid #E0E0E0;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 8px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 4px;
    z-index: 1000;
    margin-top: 4px;
    flex-wrap: wrap;
}

.reaction-emoji-picker .emoji-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    transition: all 0.2s;
}

.reaction-emoji-picker .emoji-item:hover {
    background: #F5F5F5;
    transform: scale(1.2);
}

/* Active Frame Highlight */
/* Active Frame Highlight */
.highlight-frame {
    border: 1px solid #F57C00 !important;
    box-shadow: 0 0 15px rgba(245, 124, 0, 0.2) !important;
    transition: all 0.3s ease-in-out;
}

/* Hover effect for frames - applying to card inside the frame for consistency */
#AiSearch:hover>.card,
#mainDiv:hover>.card,
#RightDiv:hover>.card {
    box-shadow: 0 0 15px rgba(245, 124, 0, 0.4) !important;
    transition: box-shadow 0.3s ease-in-out;
}

/* Uploaded File Removal Styling */
.uploaded-file-item .remove-file-btn {
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    padding: 0px;
}

.uploaded-file-item:hover .remove-file-btn {
    opacity: 1;
}

.sig-name-text {
    color: #616161 !important;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.4px;
}

/* Multi-Doc Alert Animations */
#multiDocAlertBanner {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: 26px 26px;
    /* Anchor to the icon position */
    opacity: 1;
    max-height: 200px;
    /* Restored for transition */
    transform: scale(1) translate(0, 0);
    overflow: hidden;
    /* Restored for clean clipping */
}

#multiDocAlertBanner.alert-hidden {
    opacity: 0;
    max-height: 0;
    margin-bottom: 0 !important;
    transform: scale(0.4) translate(-10px, -10px);
    pointer-events: none;
}

#minimizedMultiDocAlert {
    transition: all 0.4s ease;
    transform-origin: center center;
    opacity: 0;
    transform: scale(0.5);
    height: 0;
    /* Restored to 0 so it doesn't take space when hidden */
    overflow: hidden;
    display: none;
}

#minimizedMultiDocAlert.icon-visible {
    opacity: 1;
    transform: scale(1);
    height: auto;
    overflow: visible;
    display: block;
}

.share-title {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.15px;
    color: #424242;
    margin: 0px;
}

.parent-preview-div {
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    height: 240px;
    padding: 10px;
    background-color: #fff;
}

.thumbnail-card:hover {
    background-color: #00000014 !important;
}

.rich-text-editor-container {
    background: #FFFFFF;
    border: 1.5px solid #E0E0E0;
    border-radius: 8px;
    padding: 10px;
    transition: all 0.3s ease;
}

.rich-text-editor-container.collapsed .rte-collapsible-section {
    display: none !important;
}

.rich-text-editor-container.collapsed .instruction-input-rich {
    min-height: auto !important;
    padding: 4px 0 !important;
}

/* Expanded state (Active look when typing) */
.rich-text-editor-container.active-editor {
    background-color: #fff !important;
    border: 1.5px solid #ff8c00 !important;
    box-shadow: 0 4px 12px rgba(255, 140, 0, 0.15);
}

/* Contenteditable Placeholder Logic */
.instruction-input-rich[contenteditable="true"].is-empty:before {
    content: attr(placeholder);
    color: #9e9e9e;
    cursor: text;
    font-style: italic;
    font-size: 13px;
}


.instruction-display {
    border-radius: 4px;
    padding: 14px !important;
    background-color: #F5F5F5;
}

.instructions-block .instructions-menu {
    position: absolute;
    top: 4px;
    right: 8px;
    display: none;
    z-index: 2;
}

.instructions-block:hover .instructions-menu {
    display: block;
}

.instructions-block .instructions-menu-toggle {
    color: #9e9e9e;
}

.instruction-display:hover .instructions-menu {
    display: block;
}

.reply-tools {
    gap: 10px !important;
}

.cora-emoji-picker {
    position: absolute;
    left: 0;
    bottom: 100%;
    z-index: 1050;
    width: min(360px, calc(100vw - 32px));
    margin-bottom: 8px;
    padding: 10px 12px 0;
    background: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(18, 27, 38, 0.18);
}

.cora-emoji-picker::after {
    content: "";
    position: absolute;
    left: 18px;
    bottom: -7px;
    width: 14px;
    height: 14px;
    background: #fff;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    transform: rotate(45deg);
}

.cora-emoji-search {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 38px;
    padding: 0 12px;
    border: 1px solid #8f8f8f;
    border-radius: 20px;
    color: #606770;
}

.cora-emoji-search-input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    color: #1f2933;
    font-size: 14px;
    background: transparent;
}

.cora-emoji-title {
    margin: 12px 0 8px;
    color: #606060;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.cora-emoji-picker .emoji-grid {
    display: grid;
    grid-template-columns: repeat(8, minmax(30px, 1fr));
    gap: 6px;
    max-height: 285px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 2px 10px 0;
}

.cora-emoji-picker .emoji-grid::-webkit-scrollbar {
    width: 8px;
}

.cora-emoji-picker .emoji-grid::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 999px;
}

.cora-emoji-picker .emoji-grid::-webkit-scrollbar-thumb {
    background: #ffd08a;
    border-radius: 999px;
}

.cora-emoji-picker .emoji-item {
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: transparent;
    font-size: 23px;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.15s ease, transform 0.15s ease;
}

.cora-emoji-picker .emoji-item:hover,
.cora-emoji-picker .emoji-item:focus {
    background: #fff2df;
    transform: scale(1.12);
    outline: none;
}

.cora-emoji-tabs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
    margin: 0 -12px;
    padding: 7px 10px;
    border-top: 1px solid #e2e2e2;
    background: #fbfbfb;
    border-radius: 0 0 12px 12px;
}

.cora-emoji-tab {
    height: 30px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #6d747d;
    cursor: pointer;
}

.cora-emoji-tab.active,
.cora-emoji-tab:hover,
.cora-emoji-tab:focus {
    color: #ff6000;
    background: #fff2df;
    outline: none;
}

.cora-emoji-empty {
    grid-column: 1 / -1;
    padding: 22px 0;
    color: #7d858f;
    font-size: 13px;
    text-align: center;
}

@media (max-width: 575.98px) {
    .cora-emoji-picker {
        width: min(330px, calc(100vw - 24px));
    }

    .cora-emoji-picker .emoji-grid {
        grid-template-columns: repeat(7, minmax(30px, 1fr));
        max-height: 245px;
    }
}

/* Disabled state for file request steps */
.file-selectcard.disabled {
    opacity: 0.6;
    pointer-events: none;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    background-color: #FAFAFA;
}

#uploadedFilesTableBody .custom-checkbox .checkmark {
    border-color: #F57C00 !important;
}

.acknowleged-pending-card {
    /*box-shadow: 0px 4px 18px 3px #0000001F;*/
    border: 1.5px solid #F57C00;
    background-color: #FFF3E0;
    padding: 15px 20px;
    border-radius: 8px;
}

.acknowleged-pending-card .custom-checkbox {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.17px;
}

.acknowleged-done-card {
    border: 1.5px solid var(--grey-300, #E0E0E0);
    background-color: #fff;
    padding: 8px 16px;
    border-radius: 8px;
}

.acknowleged-done-card p {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.17px;
}

.signature-box {
    box-shadow: 0px 3px 14px 2px #0000001F;
    padding: 15px;
}

.signature-box .modal-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.17px;
    color: #424242;
}

/* Dedicated class for the signature modal content (avoids collision with designer .signature-box) */
.sig-modal-content {
    box-shadow: 0px 3px 14px 2px #0000001F;
    border-radius: 12px;
}

.sig-modal-content .modal-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.17px;
    color: #424242;
}

.btn-next {
    box-shadow: 0px 1px 5px 0px #0000001F;
}

/* Suggested Questions Container */
#faqSuggestions {
    margin-top: 10px;
}

.suggested-questions-header {
    font-size: 11px;
    font-weight: 500;
    color: #757575;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    padding-left: 4px;
}

/* Base FAQ Question Button */
.faqs-question {
    font-size: 12px;
    font-weight: 400;
    padding: 12px 16px;
    width: 100%;
    text-align: left;
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    line-height: 1.5;
}

.faqs-question i {
    font-size: 16px;
    flex-shrink: 0;
    width: 20px;
    text-align: center;
    margin-top: 2px;
}

.faqs-question::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.5s ease;
}

.faqs-question:hover::after {
    left: 100%;
}

.faqs-question:active {
    transform: translateY(0);
}

/* Question 1: Blue Theme - Tasks/General */
.faqs-question-1 {
    color: #1976D2;
    background: linear-gradient(135deg, #E3F2FD 0%, #BBDEFB 100%);
    border: 1.5px solid #64B5F6;
    box-shadow: 0 2px 8px rgba(33, 150, 243, 0.15);
}

.faqs-question-1:hover {
    color: #0D47A1;
    background: linear-gradient(135deg, #BBDEFB 0%, #90CAF9 100%);
    border-color: #42A5F5;
    box-shadow: 0 4px 16px rgba(33, 150, 243, 0.3);
    transform: translateY(-2px);
}

.faqs-question-1:active {
    box-shadow: 0 2px 8px rgba(33, 150, 243, 0.2);
}

/* Question 2: Green Theme - Appointments/Calendar */
.faqs-question-2 {
    color: #388E3C;
    background: linear-gradient(135deg, #E8F5E9 0%, #C8E6C9 100%);
    border: 1.5px solid #81C784;
    box-shadow: 0 2px 8px rgba(56, 142, 60, 0.15);
}

.faqs-question-2:hover {
    color: #1B5E20;
    background: linear-gradient(135deg, #C8E6C9 0%, #A5D6A7 100%);
    border-color: #66BB6A;
    box-shadow: 0 4px 16px rgba(56, 142, 60, 0.3);
    transform: translateY(-2px);
}

.faqs-question-2:active {
    box-shadow: 0 2px 8px rgba(56, 142, 60, 0.2);
}

/* Question 3: Teal Theme - Search/Records */
.faqs-question-3 {
    color: #00796B;
    background: linear-gradient(135deg, #E0F2F1 0%, #B2DFDB 100%);
    border: 1.5px solid #4DB6AC;
    box-shadow: 0 2px 8px rgba(0, 121, 107, 0.15);
}

.faqs-question-3:hover {
    color: #004D40;
    background: linear-gradient(135deg, #B2DFDB 0%, #80CBC4 100%);
    border-color: #26A69A;
    box-shadow: 0 4px 16px rgba(0, 121, 107, 0.3);
    transform: translateY(-2px);
}

.faqs-question-3:active {
    box-shadow: 0 2px 8px rgba(0, 121, 107, 0.2);
}

/* Question 4: Orange Theme - Documents/Forms */
.faqs-question-4 {
    color: #F57C00;
    background: linear-gradient(135deg, #FFF3E0 0%, #FFE0B2 100%);
    border: 1.5px solid #FFB74D;
    box-shadow: 0 2px 8px rgba(230, 81, 0, 0.15);
}

.faqs-question-4:hover {
    color: #F57C00;
    background: linear-gradient(135deg, #FFE0B2 0%, #FFCC80 100%);
    border-color: #FF9800;
    box-shadow: 0 4px 16px rgba(230, 81, 0, 0.3);
    transform: translateY(-2px);
}

.faqs-question-4:active {
    box-shadow: 0 2px 8px rgba(230, 81, 0, 0.2);
}

/* FAQ Suggestions Container Transitions */
#faqSuggestions {
    transition: all 0.3s ease-in-out;
    max-height: 400px;
    opacity: 1;
    overflow: hidden;
}

#faqSuggestions.d-none {
    max-height: 0;
    opacity: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.share-toggle-on-hover {
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
}

.small-checkbox.form-check {
    min-height: 1rem;
}

.small-checkbox.form-switch .form-check-input {
    width: 25px;
    height: 10px;
}

.small-checkbox.form-switch .form-check-input::before {
    content: "";
    position: absolute;
    top: -4px;
    left: -2px;
    width: 15px;
    height: 15px;
}

.small-checkbox.form-switch .form-check-input:checked::before {
    left: 0px;
    transform: translateX(10px);
}

.document-share-row {
    border: 1px solid #E7E7E7;
    background: #fff;
    border-radius: 8px;
}

.note-counter {
    background-color: rgba(220, 53, 69, 1) !important;
    color: #fff;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 10px;
}

.signature-pending-badge,
.signature-complete-badge {
    color: #0288D1;
    font-size: 10px;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #0288D1;
}

.signature-complete-badge {
    background-color: #0288d114;
}

.recipient-complete-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 6px 14px;
    border-radius: 4px;
    background: #E8F5E9;
    color: #388E3C;
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
}

.thumbnail-card.completed {
    border: 1px solid #F57C00 !important;
    background: #FFF3E0 !important;
}

.bg-light {
    background-color: #F5F5F5 !important;
}

.calendar-inline-design {
    background: #fff;
    padding: 15px;
    min-width: 280px;
    /* Prevent crushing on small screens */
}

/* Calendar Grid Styles - STABLE LAYOUT */
.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    row-gap: 8px;
    /* Consistent vertical spacing */
}

.calendar-day {
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    /* Slightly larger for readability */
    margin: 0 auto;
    /* Center in grid cell */
    width: 32px;
    /* Fixed width circle */
}

.calendar-day:hover:not(.bg-orange):not(.cal-past-day) {
    background-color: #f8f9fa;
    border-radius: 50%;
    color: var(--orange-500);
    font-weight: bold;
}

/* Past dates: non-selectable, visually muted */
.cal-past-day {
    color: #c0c0c0 !important;
    opacity: 0.45;
    cursor: not-allowed !important;
    pointer-events: none;
    text-decoration: line-through;
}

/* Adjacent month overflow days (still selectable when not in the past) */
.calendar-day.cal-adjacent-day {
    cursor: pointer;
}

.calendar-day.cal-adjacent-day:hover:not(.bg-orange):not(.cal-past-day) {
    background-color: #fff3e8;
    border-radius: 50%;
    color: var(--orange-500);
    font-weight: bold;
}

.day-label {
    font-size: 12px;
    font-weight: 600;
    color: #6c757d;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Time Section Styles */
.time-container {
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    padding: 5px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 50px;
}

/* Time Dropdowns as Text */
.time-dropdown-btn {
    border: none;
    background: transparent;
    font-size: 16px;
    font-weight: 400;
    color: #454545;
    padding: 0;
    cursor: pointer;
    width: 35px;
    text-align: center;
    display: block;
}

.time-dropdown-btn:after {
    display: none;
    /* Hide default dropdown caret for cleaner look if preferred, or keep it. Screenshot shows just numbers? actually typical inputs dont show caret, but user asked for dropdown. I will hide caret effectively making it look like an input */
}

.time-dropdown-btn:hover {
    background-color: #f8f9fa;
    border-radius: 4px;
}

.time-separator {
    font-weight: bold;
    color: #454545;
    margin: 0 10px;
}

.ampm-toggle-group {
    display: flex;
    border-radius: 6px;
    margin-left: auto;
    /* Push to right */
}

.ampm-btn {
    border: none;
    background: white;
    padding: 0 15px;
    font-size: 13px;
    color: #6c757d;
    border: 1px solid #757575;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.ampm-btn:first-child {
    border-right: none;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.ampm-btn:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.ampm-btn.active {
    background-color: #FFF3E0;
    color: #F57C00;
    border-color: #F57C00 !important;
}

/* Time Dropdowns */
.time-dropdown-menu {
    min-width: 60px;
    max-height: 200px;
    overflow-y: auto;
}

.time-dropdown-menu .dropdown-item {
    font-size: 13px;
    padding: 4px 12px;
    text-align: center;
}

.custom-after {
    padding: 0px 16px 0px 0px;
    font-size: 16px;
    font-weight: 500;
    color: #000000DE;
}

.custom-time {
    font-size: 16px;
    font-weight: 500;
    color: #000000DE;
}

.custom-after::after {
    right: 0px !important;
}

.separator {
    height: 20px;
    width: 1px;
    background-color: #0000001F;
}

.child-m-0 .user-initials-avatar {
    margin: 0px !important;
}

.instruction-textarea {
    background: transparent !important;
    min-height: 40px;
    overflow-y: hidden;
    resize: none;
}


#pills-Journey #journeyList.journey-timeline {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Journey list also uses .notes-list — that class sets overflow-y:auto on <ul>, which breaks sticky month
   headers (sticky would attach to the ul scrollport). Let the sidebar .tab-content be the only scroller. */
#pills-Journey #journeyList.journey-timeline.notes-list {
    overflow-x: visible !important;
    overflow-y: visible !important;
    height: auto !important;
    max-height: none !important;
}

#pills-Journey #journeyList .journey-month-label {
    font-size: 16px;
    font-weight: 600;
    color: #6b7280;
    position: sticky;
    top: 0;
    z-index: 6;
    align-self: stretch;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: 0;
    margin-bottom: 8px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

.journey-count {
    width: 40px;
    position: sticky;
    top: 36px;
    z-index: 5;
    background-color: #fff;
    margin-top: -6px;
    margin-bottom: 0;
    padding: 4px 0;
}

#pills-Journey #journeyList .journey-timeline-item {
    display: flex !important;
    align-items: stretch !important;
    background: transparent !important;
    padding: 0px 0px 0px 30px !important;
}

#pills-Journey #journeyList .journey-axis {
    width: 38px !important;
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    flex-shrink: 0 !important;
}

#pills-Journey #journeyList .journey-dot {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    background: #d9d9d9 !important;
    display: block !important;
}

#pills-Journey #journeyList .journey-line {
    width: 2px !important;
    flex: 1 !important;
    background: #ebebeb !important;
    margin-top: 6px !important;
    min-height: 56px !important;
}

#pills-Journey #journeyList .journey-card {
    flex: 1 !important;
    background: #f5f5f5 !important;
    border-radius: 8px !important;
    padding: 12px !important;
    width: 100% !important;
}

#pills-Journey #journeyList .journey-card-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}

#pills-Journey #journeyList .journey-avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

#pills-Journey #journeyList .journey-action {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.35;
}

#pills-Journey #journeyList .journey-desc {
    margin: 8px 0 0;
    font-size: 12px;
    color: #6b7280;
    text-wrap-mode: wrap;
    word-break: break-all;
}

#pills-Journey #journeyList .journey-time {
    margin: 8px 0 0;
    font-size: 12px;
    color: #9ca3af;
    font-weight: 500;
}

#pills-Journey #journeyList>li {
    margin-right: 0;
}

#pills-Journey #journeyList li {

    margin-top: 0px !important;
}

/* Index page styles */
.hover-tr .copy-doc-name {
    opacity: 0;
    transition: opacity 0.2s;
}

.hover-tr:hover .copy-doc-name {
    opacity: 1 !important;
}

/* Make progress bar thicker */
.progress {
    height: 20px;
    border-radius: 10px;
}

/* Make percentage text bigger and bolder */
.progress-bar {
    font-size: 14px;
    font-weight: 600;
}

.icon-stack {
    display: inline-block;
    position: relative;
}

.overlap-icon {
    position: absolute;
    top: 0;
    border-radius: 50%;
    border: 2px solid white;
    object-fit: cover;
}

.signature-box {
    position: absolute;
    border: 2px dashed #FF6B00;
    background-color: rgba(255, 107, 0, 0.1);
    padding: 10px;
    border-radius: 4px;
    cursor: move;
    z-index: 100;
    width: 200px;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.signature-box:hover {
    background-color: rgba(255, 107, 0, 0.2);
}

.signature-box div:last-child {
    font-size: 12px;
    color: #FF6B00;
}

.signature-box button {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 16px;
    padding: 2px 5px;
}

.signature-box button:hover {
    color: #ff0000;
}


/* NEW: Full-width PDF container and floating toolbar styles */
#pdfContainer {
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto;
}



#mainPdfRow {
    position: relative;
}

#floatingSignatureToolbar {
    position: fixed;
    top: 170px;
    right: calc(27% + 20px);
    /* Position in middle column, accounting for right sidebar */
    z-index: 1000;
    width: 60px;
    /* cursor: move; removed, only handle is draggable */
    transition: box-shadow 0.3s ease;
    background: white;
    padding: 0;
    /* overflow: hidden; Removed to allow dropdowns to show */
    border-radius: 8px;
    /* Ensure main card has radius */
}

.drag-handle {
    background: #f8f9fa;
    padding: 8px 0;
    text-align: center;
    cursor: move;
    border-bottom: 1px solid #dee2e6;
    border-radius: 8px 8px 0 0;
    /* Add radius to top corners */
}

#floatingSignatureToolbar .card-body {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}


.addNewUserForm .form-control {
    font-size: 12px !important;
}


/* File Information column styling - handled in site.css */


/* Custom Scanner Setup Dialog Styles */
#asprise-web-scan-setup-dialog-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    /* Hidden by default */
}

#asprise-web-scan-setup-dialog-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

#asprise-web-scan-setup-dialog {
    position: relative;
    margin: 100px auto;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    max-width: 600px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.asprise-web-scan-setup-instruction {
    width: 100%;
    margin-top: 20px;
}

.asprise-web-scan-setup-instruction td {
    vertical-align: top;
    padding: 10px;
}

.asprise-web-scan-setup-instruction .icon td {
    height: 64px;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.asprise-web-scan-setup-instruction .download {
    background-image: url('https://cdn.asprise.com/scanapp/icon-download.png');
}

.asprise-web-scan-setup-instruction .run {
    background-image: url('https://cdn.asprise.com/scanapp/icon-run.png');
}

.asprise-web-scan-setup-instruction .enjoy {
    background-image: url('https://cdn.asprise.com/scanapp/icon-scan.png');
}

.top-right-closer {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    background: transparent;
    font-size: 20px;
    cursor: pointer;
}

.top-right-closer:after {
    content: "\00d7";
    /* Multiplication sign */
}

#Signusers.show {
    box-shadow: 0px 5px 5px -3px #00000033, 0px 8px 10px 1px #00000024, 0px 3px 14px 2px #0000001F;
    border: 1px solid var(--orange-700, #F57C00);
}

#fileViewDiv.main-card {
    height: calc(100vh - 107px);
    display: flex;
    flex-direction: column;
}

#fileViewDiv.main-card .card-body,
.main-card .card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.f-13 {
    font-size: 13px !important;
}

.fillable-field input[type="checkbox"] {
    cursor: pointer;
    appearance: auto;
    -webkit-appearance: checkbox;
    margin: 0;
    padding: 0;
}

#signatureThumbnailsContainer {
    overflow: auto;
}

/* Template Usage Styles - Migrated from Colaboration.cshtml */
.usage-toolbar {
    background: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 60px;
    flex-shrink: 0;
    position: sticky;
    top: 0;
    z-index: 1;
    border-radius: 4px;
    margin-bottom: 10px;
    border: 1px solid #0000001F;
    box-shadow: 0px 1px 5px 0px #0000001F;
    padding: 10px;
}

.template-title {
    display: flex;
    align-items: center;
    gap: 12px;
}

.template-title h5 {
    margin: 0;
    font-weight: 600;
    color: #333;
}

.template-title .badge {
    font-size: 11px;
    padding: 4px 10px;
}

.p-md-editor {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 0px 30px 20px 30px;
}

.p-md-editor>.row {
    flex: 1;
    overflow: hidden;
}

.toolbar-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

/* Toolbar icon buttons: no borders separating icons */
.toolbar-actions .btn-group>.btn,
.toolbar-actions .btn-group>.btn-sm {
    border-color: transparent !important;
    box-shadow: none !important;
}

.toolbar-actions .btn-group>.btn:not(:disabled):hover,
.toolbar-actions .btn-group>.btn-sm:not(:disabled):hover {
    background-color: #f3f3f3;
}

.btn-toolbar {
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 6px;
    transition: all 0.2s;
}

.btn-toolbar i {
    margin-right: 6px;
}

.template-canvas-area {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    /* Scroll move to wrapper */
}

.canvas-header {
    background: white;
    padding: 2px 15px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.canvas-scroll-wrapper {
    flex: 1;
    overflow: auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.blank-pages-container {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.template-form-container {
    margin: 0 auto;
    background: white;
    border-radius: 8px;
    min-height: 800px;
    position: relative;
    width: fit-content;
    /*min-width: 794px;*/
    transition: transform 0.3s ease, margin-bottom 0.3s ease-out;
}

.blank-page-wrapper {
    position: relative;
    margin-bottom: 20px;
}

.blank-page {
    width: 794px;
    height: 1123px;
    background: white;
    position: relative;
    padding: 40px;
    box-sizing: border-box;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.pdf-template-container {
    position: relative;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.pdf-canvas {
    display: block;
    margin: 0 auto;
}

.fillable-field {
    position: absolute;
    z-index: 10;
}

.fillable-field input[type="text"],
.fillable-field textarea,
.fillable-field select,
.fillable-field input[type="date"] {
    width: 100%;
    height: 100%;
    border: 1px solid #FDBA74;
    border-radius: 4px;
    padding: 8px;
    font-size: 14px;
    box-sizing: border-box;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.fillable-field input[type="text"]:focus,
.fillable-field textarea:focus,
.fillable-field select:focus,
.fillable-field input[type="date"]:focus {
    border-color: #FF6B00;
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 107, 0, 0.1);
}

.fillable-field.required label::after {
    content: "*";
    color: #dc3545;
    margin-left: 4px;
}

.fillable-field label {
    position: absolute;
    top: -20px;
    left: 0;
    font-size: 11px;
    color: #666;
    font-weight: 500;
}

.fillable-field .signature-pad {
    width: 100%;
    height: 100%;
    border: 1px solid #FDBA74;
    border-radius: 4px;
    background: white;
    cursor: crosshair;
}

.fillable-field .image-upload {
    width: 100%;
    height: 100%;
    border: 2px dashed #FDBA74;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #f8f9fa;
    transition: all 0.2s;
}

.fillable-field .image-upload:hover {
    border-color: #FF6B00;
    background: #fff5f0;
}

.fillable-field .image-preview {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 4px;
}

.validation-error {
    border-color: #dc3545 !important;
}

.error-message {
    position: absolute;
    bottom: -18px;
    left: 0;
    font-size: 11px;
    color: #dc3545;
}

/* Thumbnail Sidebar Styles */
.usage-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

.usage-body {
    display: flex;
    flex: 1;
    min-height: 0;
    overflow: hidden;
    /* Contain scrollbars */
    position: relative;
}

.thumbnail-sidebar {
    width: 0;
    background: #fff;
    overflow: hidden;
    transition: width 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    position: relative;
}

.thumbnail-sidebar.open {
    width: 180px;
    border-right: 1px solid #dee2e6;
}

.thumbnail-list {
    flex: 1;
    overflow-y: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
}

.sidebar-close-btn-fixed {
    transition: transform 0.2s;
    background: none;
    border: none;
    color: #ff6600;
    font-size: 18px;
    cursor: pointer;
    padding: 0;
}

.sidebar-close-btn-fixed:hover {
    transform: scale(1.1);
    color: #ff4400 !important;
}

.thumbnail-item {
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
    box-sizing: border-box;
    transition: transform 0.2s, width 0.5s ease, height 0.5s ease, background-color 0.2s;
    border: 2px solid transparent;
    border-radius: 6px;
    background-color: #f7f7f9;
    padding: 8px 10px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.thumbnail-item:hover {
    transform: translateY(-2px);
    background-color: #f0f0f4;
}

.thumbnail-item.active {
    border-color: #F57C00;
}

.thumbnail-canvas-wrapper {
    background: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    overflow: hidden;
    pointer-events: none;
    /* Let clicks pass through to container */
    display: flex;
    align-items: center;
    justify-content: center;
}

.thumbnail-number {
    font-size: 6px;
    color: #444;
    font-weight: 600;
    text-align: center;
    width: 100%;
    line-height: 1.2;
}

/* Rotation Feature Overlay */
.thumbnail-item {
    position: relative;
}

.thumbnail-rotate-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    background: rgba(245, 124, 0, 0.85);
    /* Orange brand color with transparency */
    color: white;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.thumbnail-item:hover .thumbnail-rotate-overlay {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.thumbnail-rotate-overlay:hover {
    background: #F57C00;
    transform: translate(-50%, -50%) scale(1.15);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.thumbnail-rotate-overlay i {
    font-size: 16px;
    transition: transform 0.3s ease;
}

/* Professional Styling for Main Document Rotation */
.pdf-page-wrapper,
.blank-page-wrapper {
    transition: width 0.25s ease-out,
        height 0.25s ease-out,
        opacity 0.2s ease-in-out;
    transform-origin: center center;
    position: relative;
    /*overflow: hidden;*/
}

.pdf-page-wrapper.rotating-main {
    opacity: 0.3;
    /* Subtle fade out during rotation for professional feel */
}

/* Stable & Smooth Animation for Thumbnails (Previews) */
.thumbnail-canvas-wrapper {
    transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1),
        width 0.45s ease,
        height 0.45s ease;
    transform-origin: center center;
}

/* Optional: Pulse effect on click */
.thumbnail-item.rotating {
    pointer-events: none;
}

#toggleThumbnailsBtn.active {
    background-color: #ff6600;
    color: white;
    border-color: #ff6600;
}

.floating-controls {
    display: flex;
    gap: 10px;
    pointer-events: auto;
}

.floating-tool-btn {
    border-radius: 8px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border: 1px solid #e0e0e0;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
}

.floating-tool-btn i.fa {
    font-size: 16px;
    color: #555;
}

.template-usage-close-icon {
    filter: brightness(0) invert(0.65);
}

.floating-tool-btn:hover {
    background-color: #f8f9fa !important;
    border-color: #d0d0d0 !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12) !important;
}

.floating-tool-btn:active {
    transform: translateY(0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) !important;
}

/* Avatar Group Overlapping */
.avatar-group {
    display: flex;
    align-items: center;
}

.avatar-group .dynamic-avatar,
.avatar-group .user-initials-avatar,
.avatar-group .user-initials-avatar-small,
.avatar-group .dropdown {
    margin-left: -6px !important;
    border-radius: 50%;
    transition: transform 0.2s ease;
    overflow: visible;
    /* changed from hidden to allow hover transform/tooltips */
}

.avatar-group .dynamic-avatar:first-child,
.avatar-group .user-initials-avatar:first-child,
.avatar-group .user-initials-avatar-small:first-child,
.avatar-group .dropdown:first-child {
    margin-left: 0 !important;
}

.avatar-group .dynamic-avatar:hover,
.avatar-group .user-initials-avatar:hover,
.avatar-group .user-initials-avatar-small:hover,
.avatar-group .dropdown:hover {
    transform: translateY(-2px);
    z-index: 10;
}

/* Clear Search Icon CSS */
.customSearch {
    position: relative;
}

.customSearch input {
    padding-right: 30px !important;
}

.searchNotes input {
    padding-right: 30px !important;
}

.personal-notes-search {
    position: relative;
}

    .personal-notes-search::before {
        content: "";
        position: absolute;
        left: 9px;
        top: 50%;
        width: 24px;
        height: 24px;
        background-image: url('/images/search.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 24px 24px;
        transform: translateY(-50%);
        z-index: 2;
        pointer-events: none;
    }

.personal-notes-search input {
    height: 38px;
    padding-left: 42px !important;
    padding-right: 36px !important;
    border: 1px solid #D5D5D5;
    color: #333333;
    background-color: #FFFFFF;
    box-shadow: none;
}

.personal-notes-search input::placeholder {
    color: #8A8A8A;
}

.personal-notes-search input:focus {
    border-color: #BDBDBD;
    box-shadow: none;
}

.personal-notes-search input::-webkit-search-cancel-button {
    appearance: none;
    -webkit-appearance: none;
}

.doc-notes-dropdown {
    width: 350px;
    padding: 18px;
}

.doc-notes-dropdown .doc-notes-list {
    max-height: 400px;
    overflow-y: auto;
    list-style: none;
    padding: 0;
    margin-top: 16px !important;
}

.doc-notes-dropdown .note-item {
    border-bottom: 0 !important;
    padding-bottom: 15px !important;
}

.doc-notes-dropdown .New-Note {
    border-color: #E0E0E0;
    border-radius: 8px;
    padding: 15px;
}

.doc-notes-dropdown .New-Note .personal-note-reminder-trigger {
    padding: 8px 0;
}

.doc-notes-dropdown .doc-note-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    margin-top: 10px;
}

.toolbar-actions .btn-group .doc-notes-dropdown .doc-note-actions .btn,
.doc-notes-dropdown .doc-note-actions .btn {
    flex: 0 0 auto;
    width: auto !important;
    height: auto !important;
    min-width: 0;
    min-height: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px !important;
    border-radius: 4px !important;
    line-height: 1.2;
    box-shadow: none !important;
}

.doc-notes-dropdown .saveDocNote {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.toolbar-actions .btn-group .doc-notes-dropdown .btn.notes-search-toggle,
.toolbar-actions .btn-group .doc-notes-dropdown .btn.notes-add-toggle,
.doc-notes-dropdown .notes-search-toggle,
.doc-notes-dropdown .notes-add-toggle {
    flex: 0 0 25px;
    width: 25px !important;
    height: 25px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D5D5D5 !important;
    border-radius: 50% !important;
    background-color: #FFFFFF !important;
    padding: 0 !important;
    box-shadow: none !important;
}

.toolbar-actions .btn-group .doc-notes-dropdown .btn.notes-search-toggle:hover,
.toolbar-actions .btn-group .doc-notes-dropdown .btn.notes-search-toggle.active,
.toolbar-actions .btn-group .doc-notes-dropdown .btn.notes-add-toggle:hover,
.toolbar-actions .btn-group .doc-notes-dropdown .btn.notes-add-toggle.active,
.doc-notes-dropdown .notes-search-toggle:hover,
.doc-notes-dropdown .notes-search-toggle.active,
.doc-notes-dropdown .notes-add-toggle:hover,
.doc-notes-dropdown .notes-add-toggle.active {
    background-color: #FFF3E0 !important;
    border-color: #F57C00 !important;
}

.toolbar-actions .btn-group .doc-notes-dropdown .btn.notes-search-toggle img,
.doc-notes-dropdown .notes-search-toggle img {
    width: 15px !important;
    height: 15px !important;
}

.toolbar-actions .btn-group .doc-notes-dropdown .btn.notes-add-toggle,
.doc-notes-dropdown .notes-add-toggle {
    color: #616161 !important;
    font-size: 14px;
    line-height: 1;
}

.doc-notes-dropdown .doc-notes-search .clear-search-icon {
    display: inline-flex !important;
}

.doc-notes-dropdown .text-muted.p-3 {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #6B7280 !important;
}

.personal-notes-search .clear-search-icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    right: 14px !important;
    width: 16px;
    height: 16px;
    font-size: 0;
    color: transparent !important;
}

.personal-notes-search .clear-search-icon::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url('/images/X.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
}

.clear-search-icon {
    font-size: 14px;
    opacity: 0.6;
    transition: opacity 0.2s, color 0.2s;
}

.clear-search-icon:hover {
    opacity: 1;
    color: #F57C00 !important;
}

/* Custom Script-based Dropdown Positioning */
.dropdown-menu {
    position: absolute;
    top: 100%;
    white-space: nowrap;
}

/* Default Right */
.dropdown-menu.open-right {
    left: 0 !important;
    right: auto !important;
}

/* Flip to Left */
.dropdown-menu.open-left {
    right: 0 !important;
    left: auto !important;
}

.download-custom-icon {
    border: 1px solid #616161;
    border-radius: 50%;
    width: 22px;
    padding: 3px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Toolbar Action Icons Sizing */
.toolbar-actions .btn-group .btn-outline-secondary {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    box-shadow: none;
    border-radius: 4px !important;
}

.toolbar-actions .btn-group .btn-outline-secondary img {
    width: 22px !important;
    height: 22px !important;
    object-fit: contain;
}

.text-grey-6 {
    color: #616161 !important;
}

.text-grey-4 {
    color: #424242 !important;
}

.due-date-capsule {
    font-size: 14px;
    color: #616161 !important;
    border: 1px solid #BDBDBD;
    padding: 6px 10px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.non-cora-pending-badge {
    padding: 4px 16px;
    border: 1px solid;
    font-size: 12px;
    border-radius: 20px;
}

.for-acknowledge,
.for-referral {
    background: #E0F7FA;
    border-color: #006064;
    color: #006064;
}

.for-signature,
.for-field {
    background: #E1F5FE;
    border-color: #0288D1;
    color: #0288D1;
}

.for-review {
    background: #F3E5F5;
    border-color: #7B1FA2;
    color: #7B1FA2;
}

.non-cora-complete-badge {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.15px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    gap: 5px;
}

.non-cora-complete-badge::before {
    content: "";
    height: 3px;
    width: 3px;
    display: block;
    border-radius: 50%;
}

.acknowlegement-complete,
.referral-complete {
    color: #006064;
}

.acknowlegement-complete::before,
.referral-complete::before {
    background-color: #006064;
}

.signature-complete,
.field-complete {
    color: #0288D1;
}

.signature-complete::before,
.field-complete::before {
    background-color: #0288D1;
}

.review-complete {
    color: #7B1FA2;
}

.review-complete::before {
    background-color: #7B1FA2;
}

.selected-file-tag {
    padding: 2px 0px;
    font-size: 10px;
    font-weight: 500;
    transition: all 0.2s ease;
    cursor: default;
}

.selected-file-tag:hover {
    transform: translateY(-1px);
}

.selected-file-tag .remove-tag {
    transition: opacity 0.2s;
    opacity: 0;
    background: #fff;
    border-radius: 50%;
    color: #6c757d;
    cursor: pointer;
    font-size: 12px;
}

.selected-file-tag:hover .remove-tag {
    opacity: 1;
}

/*#AddNewUserForm {
    max-height: 500px;
    overflow-y: auto;
}*/

/*.comment-card.new-comment:not(.active) .comment-author-name,
.comment-card.new-comment:not(.active) .comment-time,
.comment-card.new-comment:not(.active) .comment-body,
.comment-card.new-comment:not(.active) .reaction-add-btn,
.comment-card.new-comment:not(.active) .replies-divider,
.comment-card.new-comment:not(.active) .com-reply-name,
.comment-card.new-comment:not(.active) .com-reply-time,
.comment-card.new-comment:not(.active) .com-reply-message,
.comment-card.new-comment:not(.active) .mention-highlight {
    color: #fff !important;
}

.comment-card.new-comment:not(.active) .mention-highlight {
    border-color: #fff !important;
}*/

.error-message.text-danger {
    position: static !important;
}

/* Mobile/Tablet Warning Modal */
#mobileWarningModal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99999;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

    #mobileWarningModal.show {
        display: flex !important;
    }

.mobile-warning-content {
    background: #fff;
    border-radius: 12px;
    max-width: 400px;
    width: 100%;
    padding: 24px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

    .mobile-warning-content .warning-icon {
        font-size: 48px;
        color: #f97316;
        margin-bottom: 16px;
    }

    .mobile-warning-content h3 {
        font-size: 20px;
        font-weight: 600;
        color: #1f2937;
        margin-bottom: 12px;
    }

    .mobile-warning-content p {
        font-size: 14px;
        color: #6b7280;
        line-height: 1.6;
        margin-bottom: 20px;
    }

    .mobile-warning-content .btn-got-it {
        background: #f97316;
        color: #fff;
        border: none;
        padding: 10px 32px;
        border-radius: 6px;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
        transition: background 0.2s;
    }

        .mobile-warning-content .btn-got-it:hover {
            background: #ea580c;
        }

.pagination .page-link.previous,
.pagination .page-link.next{
    font-size: 25px !important;
}

.chats .text .ai-task-box {
    border-bottom: 1px solid #f57c0057;
    border-radius: 0px !important;
}

    .chats .text .ai-task-box:last-child{
        border: none !important;
    }

    .chats .text .ai-task-box li {
    }

        .chats .text .ai-task-box li a,
        .chats .text .ai-task-box a {
        }

        .chats .text .ai-task-box li b,
        .chats .text .ai-task-box b {
        }

.task-card-header {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #F5F5F5;
    padding: 15px;
    border-radius: 4px;
}

.users-profile-div {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    background: #F5F5F5;
    padding: 15px;
    border-radius: 4px;
}

.task-sidebar-title {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 12px;
    letter-spacing: 0px;
    color: #424242 !important;
    margin-bottom: 12px;
}

.file-list-items {
    border-radius: 4px;
    padding: 14px !important;
    background-color: #F5F5F5;
}

    .file-list-items span {
        font-family: Poppins;
        font-weight: 400;
        font-size: 14px;
    }

.katie-profile {
    flex-shrink: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #FFFFFF 0%, #F57C00 135.42%) !important;
    box-shadow: 1px 1px 4px rgba(245, 124, 0, 0.2) !important;
    border-radius: 100%;
    font-family: 'Cormorant Garamond', serif;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    line-height: 1;
    position: relative;
}

.active-dot {
    position: absolute;
    right: -1px;
    bottom: -1px;
    background-color: #2E7D32 !important;
    width: 12px;
    height: 12px;
    border-radius: 50% !important;
    border: 3px solid #fff !important;
    display: inline-block;
}

.user-profile-activity .active-dot {
    right: 10px;
    bottom: 10px;
}

/* Polished compact multi-select filters, including Select2 installer filters. */
.select2-container--default .select2-selection--multiple {
    min-height: 42px !important;
    border: 1px solid #E1E7F0 !important;
    border-radius: 8px !important;
    background: #FFFFFF !important;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04) !important;
    display: flex !important;
    align-items: center !important;
    padding: 4px 34px 4px 8px !important;
    transition: border-color 0.16s ease, box-shadow 0.16s ease;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--open .select2-selection--multiple {
    border-color: #00BBD3 !important;
    box-shadow: 0 0 0 3px rgba(0, 187, 211, 0.12) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    max-width: 112px !important;
    margin: 0 !important;
    padding: 3px 8px !important;
    border: 1px solid #BFEFF6 !important;
    border-radius: 999px !important;
    background: #EAFBFE !important;
    color: #083A4A !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #557383 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    margin: 0 !important;
    order: -1;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #EF4444 !important;
}

.select2-container--default .select2-selection--multiple .select2-search--inline {
    flex: 1 1 70px !important;
    min-width: 64px !important;
}

.select2-container--default .select2-selection--multiple .select2-search__field {
    width: 100% !important;
    min-width: 64px !important;
    height: 28px !important;
    margin: 0 !important;
    color: #31445B !important;
    font-size: 13px !important;
}

.select2-container--default .select2-selection--multiple .select2-search__field::placeholder {
    color: #6F7F91 !important;
}

.select2-container--default .select2-selection--multiple::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    width: 7px;
    height: 7px;
    border-right: 2px solid #74859A;
    border-bottom: 2px solid #74859A;
    transform: translateY(-65%) rotate(45deg);
    pointer-events: none;
}

.select2-container--open .select2-selection--multiple::after {
    transform: translateY(-35%) rotate(225deg);
}

.select2-container--default .select2-dropdown {
    overflow: hidden !important;
    margin-top: 6px !important;
    border: 1px solid #D7E0EA !important;
    border-radius: 8px !important;
    background: #FFFFFF !important;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.16) !important;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 240px !important;
    padding: 6px !important;
}

.select2-container--default .select2-results__option {
    min-height: 34px !important;
    border-radius: 6px !important;
    color: #0F2440 !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    padding: 8px 10px !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background: #EAFBFE !important;
    color: #06384A !important;
    font-weight: 600 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #00BBD3 !important;
    color: #FFFFFF !important;
}

select[multiple].form-control,
select[multiple].form-select {
    min-height: 42px;
    border: 1px solid #E1E7F0;
    border-radius: 8px;
    background-color: #FFFFFF;
    color: #0F2440;
    font-size: 13px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

select[multiple].form-control:focus,
select[multiple].form-select:focus {
    border-color: #00BBD3;
    box-shadow: 0 0 0 3px rgba(0, 187, 211, 0.12);
}

select[multiple].form-control option,
select[multiple].form-select option {
    min-height: 32px;
    padding: 8px 10px;
}
