﻿@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;
}

/* Custom orange spinner for loaders */
.spinner-border.text-orange {
    color: #F57C00 !important;
    border-color: currentColor;
    border-right-color: transparent;
}

.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 {
    font-size: 16px !important
}

.fs-17 {
    font-size: 17px !important
}



.f-12 {
    font-size: 12px !important;
}

.f-10 {
    font-size: 10px !important
}

.light-grey {
    color: #424242 !important
}

.left-0 {
    left: 0 !important;
}

ul {
    padding-inline-start: 5px;
}

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::-webkit-scrollbar {
    width: 5px;
    /* Change width here */
}

.sidebar::-webkit-scrollbar-track {
    background: #FAFAFA;
    /* Optional: track background */
    padding: 5px;
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: #FFE0B2;
    /* Scrollbar color */
    border-radius: 4px;
    /* Rounded corners */
}

.sidebar::-webkit-scrollbar-thumb:hover {
    background: #FFE0B2;
}

.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: 15px;
    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: 23.16%;
}

.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: 12px;
    right: 63px;
}

.chat-icon-2 {
    position: absolute;
    bottom: 9px;
    right: 35px;
}

.chat-icon-3 {
    margin-bottom: 10px;
}

.chats {
    list-style: none;
    padding-inline-start: 0px;
}

.chats .text {
    border: 1px solid #FFE0B2;
    background: linear-gradient(180deg, #FFF1E3 0%, #FFF9F3 25.8%, #FFFFFF 100%);
    border-radius: 26px;
    padding: 20px;
}

.chats .icon {
    width: 50px;
    border-radius: 50%;
    height: 50%;
}

.chats .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.chats .text {
    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: 400;
    font-size: 13px;
    line-height: 150%;
    letter-spacing: 0.15px;
    color: #000000DE;
    margin: 0px;
}

.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-block;
    align-items: center;
    justify-content: start;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 12px;
    line-height: 24px;
    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: #FFF3E0;
    border-radius: 5px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    color: #F57C00;
    font-size: 12px;
}

.accessible {
    background-color: #E8F5E9;
    border-radius: 5px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    color: #388E3C;
    font-size: 12px;
}

.completed {
    background-color: #E8F5E9;
    border-radius: 5px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    color: #388E3C;
    font-size: 12px;
}

.newrequest {
    background-color: #E1F5FE;
    border-radius: 5px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    color: #0288D1;
    font-size: 12px;
}

.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: #424242;
    font-weight: 400;
    font-size: 12px;
    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: 10px;
}


/* 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;
    margin-right: 8px;
    text-transform: uppercase;
    border: 1px solid #fff !important;
    flex-shrink: 0;
}

/* Dynamic Avatar Color Combinations */
.user-avatar-color-0 {
    background-color: #A9E8E8;
    color: #2C5F5F;
}

.user-avatar-color-1 {
    background-color: #83CCD2;
    color: #1C4A52;
}

.user-avatar-color-2 {
    background-color: #F5E29E;
    color: #6B5D1F;
}

.user-avatar-color-3 {
    background-color: #E2CF88;
    color: #6B5A1F;
}

.user-avatar-color-4 {
    background-color: #D2CCF2;
    color: #4A3F7A;
}

.user-avatar-color-5 {
    background-color: #BEB9E2;
    color: #3F3A6B;
}

.user-avatar-color-6 {
    background-color: #E8B7CA;
    color: #7A3E52;
}

.user-avatar-color-7 {
    background-color: #D8B0C8;
    color: #6B3A5A;
}

.user-avatar-color-8 {
    background-color: #F68BA2;
    color: #8B3A4A;
}

.user-avatar-color-9 {
    background-color: #DFCFF3;
    color: #5A3F7A;
}

.user-avatar-color-10 {
    background-color: #ADE1EF;
    color: #2C5A6B;
}

.user-avatar-color-11 {
    background-color: #B2EAD3;
    color: #2F5F47;
}

.user-avatar-color-12 {
    background-color: #EDBDD5;
    color: #7A3E5A;
}

.user-avatar-color-13 {
    background-color: #C0F3EA;
    color: #2C6B5F;
}

.user-avatar-color-14 {
    background-color: #F5F4D6;
    color: #6B6A2C;
}

.user-avatar-color-15 {
    background-color: #C8EAEF;
    color: #2C5F6B;
}

.user-avatar-color-16 {
    background-color: #EDDBDD;
    color: #7A4A4F;
}

.user-avatar-color-17 {
    background-color: #B1E8ED;
    color: #2C5F6B;
}

.user-avatar-color-18 {
    background-color: #F5D4D6;
    color: #8B4A52;
}

.user-avatar-color-19 {
    background-color: #C0F3EA;
    color: #2F6B5F;
}

/* Smaller variant for activity lists */
.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;
}

.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%;
}

.selectFilesModal {}

.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 {
    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;
}

.alert-title,
.swal2-title {
    color: #212121;
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0.15px;
    vertical-align: middle;
    margin: 0px;
}

.alert-text,
.swal2-popup p {
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: 0.17px;
    vertical-align: middle;
    color: #424242;
    margin: 0px;
}

.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;
}

.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;
}

.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;
}

.notes-list {
    list-style: none;
    margin-top: 10px;
    max-height: 450px;
    /* 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;
    line-height: 166%;
    margin-bottom: 5px;
    font-size: 12px;
}

.notes-list .notes-date {
    color: #9E9E9E;
    font-size: 10px;
    margin: 0px;
}

.New-Note {
    border: 1px solid #616161;
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
}

.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 {
    position: relative;
}

.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;
}

.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 p {
    max-width: 250px;
    word-break: break-word;
}

.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: #388E3C;
    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%;
}

.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
}

.accountdivmain {
    height: 100vh;
    display: flex;
    align-items: center;
    width: 100%;
}

.accountdivmain .account-image-div {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
}

.account-image-div img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    max-width: 100%;
}

.accountdivmain .account-inputs-div {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
}

.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-block;
    cursor: pointer;
    margin-left: 5px;
}

.filter-icon {
    color: #333;
    font-size: 14px;
    cursor: pointer !important;
}

.dropdown-filter {
    position: absolute;
    top: 20px;
    left: 0;
    background: #fff;
    width: 160px;
    padding: 10px;
    border: 1px solid #ccc;
    z-index: 9999;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.filter-status-label {
    color: #616161;
    background-color: #00000014;
    margin-top: 5px;
    padding: 2px 8px;
    border-radius: 5px;
    font-size: 12px;
    max-width: max-content
}

.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;
}

.selectedListCora>li:not(:last-child) {
    border-top: 1px solid #EEEEEE;
}

.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;
}

.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,
.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;
}

.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;
}

.btn-hover:hover .simple-img,
.btn-hover:hover .simple-icon {
    display: none;
}

.btn-hover:hover .hover-img,
.btn-hover:hover .hover-icon {
    display: inline-block;
}

.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: inline-block;
    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: 16ch;
    /* Limits to 16 characters */
    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: #388E3C !important;
}

.btn-archived {
    background-color: #FAFAFA !important;
    color: #616161 !important;
}

.table .dropdown-menu {
    z-index: 1050 !important;
}

.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;
}

#myTabContent {
    height: 65vh;
    overflow-y: auto;
}

.notifiction-dropdown .nav-tabs {
    margin: 10px 0px;
}

.notifiction-dropdown .nav-tabs .nav-link {
    border: none;
    width: 100px;
    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: #F5F5F5 !important;
}

.notifiction-dropdown .dynamic-notification:first-child {
    margin-top: 18px !important;
}

.notifiction-dropdown .dropdown-item {
    padding: 0px;
    display: flex;
    gap: 10px;
    align-items: start;
}

.notifiction-dropdown .dropdown-item:hover {
    background: none !important;
    color: inherit !important;
}

.notifiction-dropdown .label-task {
    background: #E0F7FA !important;
    color: #00B8D4 !important;
}

.notifiction-dropdown .label-reminder {
    background: #D1C4E9 !important;
    color: #311B92 !important;
}

.notifiction-dropdown .label-news {
    background: #FFF3E0 !important;
    color: #E65100 !important;
}

.notifiction-dropdown .label-comment {
    background: #E8EAF6 !important;
    color: #283593 !important;
}

.notifiction-dropdown .label-team-news {
    background: #F3E5F5 !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-td .three-dots {
    opacity: 0;
    display: inline-block;
}

.hover-td: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;
}

.dropdown-filter .custom-checkbox {
    display: block;
    margin-bottom: 5px !important;
}

.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;
}

.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;
}

.comment-actions {}

.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: 1px#F57C00 solid !important;
}

.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;
}

#mainDiv .table th:not(:first-child),
#mainDiv .table td:not(:first-child) {
    min-width: 150px;
}

.tag-text {
    font-size: 12px;
}

.notifiction-dropdown .notification-unread {
    background-color: #F2FBFF !important;
    font-weight: 600;
}

.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: 210px;
    min-width: 210px;
}

.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 30px 50px 30px;
    }
}

.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
}

.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 {
    margin-right: 5px;
    position: relative;
}

.chats .text ul {
    list-style: decimal;
    padding-inline-start: 0px;
    margin-right: 0px;
}

.chats .text ul li b {
    margin-bottom: 5px;
    display: inline-block;
}

.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 {
    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;
}

/* 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;
}

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-delete {
    background: white;
    color: #dc3545;
    border: 1px solid #dc3545;
}

.btn-delete:hover {
    background: #dc3545;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(220, 53, 69, 0.3);
}

/* 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;
}

.pdf-template-container {
    justify-content: center;
    flex-direction: column;
}


.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;
}

/* Pastel Aqua */