

.field-validation-error {
    color: #ff0000;
}

.error_message {
    border-radius: 40px;
    /*padding: 8px 15px;*/
    min-height: 20px;
    line-height: 20px;
}

main.pb-3 {
    padding-bottom: 0 !important;
}

.display-none {
    display: none !important;
}

.login-flds .eye-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
}

.drag-button ul {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    list-style-type: none;
    display: flex;
}

.accessurlpanel {
    align-items: baseline;
}

    .accessurlpanel .theme-form-control {
        width: 150px;
    }

.position-relative {
    position: relative;
}

.delete-icon-forrntity-type {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.user-list-panel-wide {
    max-width: 700px;
}

.txt-w-270 {
    width: 270px;
}

.bussiness-hour input.timepicker {
    border: none;
    border-bottom: 1px solid #CED4DA;
    height: 35px;
}

    .bussiness-hour input.timepicker:focus {
        outline: none;
        box-shadow: none;
    }

.bussiness-hour tr td {
    vertical-align: middle;
}


.shift input.timepicker {
    border: none;
    border-bottom: 1px solid #CED4DA;
    height: 35px;
}

    .shift input.timepicker:focus {
        outline: none;
        box-shadow: none;
    }

.shift tr td {
    vertical-align: middle;
}

.display-none {
    display: none;
}

.bussiness-hour input.timepicker {
    border: none;
    border-bottom: 1px solid #CED4DA;
    height: 35px;
}

    .bussiness-hour input.timepicker:focus {
        outline: none;
        box-shadow: none;
    }

.bussiness-hour tr td {
    vertical-align: middle;
}


.shift input.timepicker {
    border: none;
    border-bottom: 1px solid #CED4DA;
    height: 35px;
}

    .shift input.timepicker:focus {
        outline: none;
        box-shadow: none;
    }

.shift tr td {
    vertical-align: middle;
}

.ui-timepicker-container.ui-timepicker-standard {
    z-index: 9999 !important;
}

.max-height-300 {
    max-height: 300px;
}

.check-20 {
    width: 20px;
    height: 20px;
}

.add-holiday-save {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-top: 29px;
    justify-content: center;
}

.min-w-131 {
    min-width: 131px;
}

.w-40 {
    width: 40% !important
}

.project-tab-nav .footerbuttons button.btn-primary {
    background-color: var(--primary-color);
    color: #fff;
}

.project-tab-nav .footerbuttons button.btn-danger {
    background-color: #D70128;
    border-color: #D70128;
    color: #fff;
}

.email-placeholder-icon-field-settings label {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 3px;
    display: block;
    text-transform: capitalize;
}

.email-placeholder-icon-field-settings {
    display: flex;
    gap: 1rem;
    padding: 8px 0;
}

.email-text-inner-color p {
    color: #D7D7DE;
}

.email-line-borderred-height {
    border-radius: 10px;
    height: 60px;
}

.email-placeholder-icon-field-settings-scroolbar {
    max-height: calc(100vh - 465px);
    overflow-y: auto;
    padding-right: 30px;
    padding-left: 30px;
}

    .email-placeholder-icon-field-settings-scroolbar::-webkit-scrollbar {
        width: 5px;
    }

    .email-placeholder-icon-field-settings-scroolbar::-webkit-scrollbar-track {
        border-radius: 10px;
        background: #fff;
    }

    .email-placeholder-icon-field-settings-scroolbar::-webkit-scrollbar-thumb {
        background: #C5CBDE;
        border-radius: 10px;
    }

.divcoderulesection {
    min-height: 355px;
}

.div-head-name {
    padding-right: 70px;
}

div#loaderdiv {
    background: none repeat scroll 0 0 rgba(150,150,150,0.60);
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

    div#loaderdiv div.loader {
        left: 48%;
        position: absolute;
        top: 30%;
        z-index: 1000;
    }

.align-items-baseline {
    align-items: baseline !important;
}

.div-head-name {
    padding-right: 40px;
}

.upload-button-area {
    position: relative;
}

    .upload-button-area input {
        opacity: 0;
        position: absolute;
        inset: 0;
        z-index: 1;
        cursor: pointer;
    }

.ck-editor__editable {
    min-height: 200px;
}

.ck.ck-balloon-panel.ck-powered-by-balloon .ck.ck-powered-by {
    line-height: var(--ck-powered-by-line-height);
    display: none !important;
}

.choosefile {
    position: relative;
}

    .choosefile input {
        position: absolute;
        inset: 0;
        z-index: 2;
        opacity: 0;
        cursor: pointer;
    }

.choosefolder {
    flex: 1;
}

    .choosefolder label {
        white-space: nowrap;
    }

#frmentitytypecoderule .divcoderulesection .email-placeholder-icon-field-settings-scroolbar {
    max-height: 240px;
    overflow-y: auto;
}

.icon-font-size {
    font-size: 53px !important;
}

.sticky {
    position: sticky;
    top: 0;
}

.templatepreview {
    max-height: 80vh;
    overflow: auto;
}

.w-210 {
    width: 210px;
}

.quarterlt-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

    .quarterlt-btn span {
        margin: 0 !important;
        white-space: nowrap;
    }

.badge.red-badge {
    background-color: color-mix(in oklab, var(--primary-color), black 10%) !important;
}

.text-align-right {
    text-align: right;
}

.mt-10 {
    margin-top: 10px;
}

.error-message {
    position: absolute;
    /* bottom: -21px;*/
    left: 0;
    font-size: 10px;
}

.emailtemplatereviewmodal-body ol {
    padding-left: 15px;
}

.emailtemplatereviewmodal-body ul {
    list-style-type: inherit;
    list-style-position: inside;
}

.emailtemplatereviewmodal-body table td, .emailtemplatereviewmodal-body table th {
    border-width: 1px !important;
}

.documenttemplatereviewmodal-body ol {
    padding-left: 15px;
}

.documenttemplatereviewmodal-body ul {
    list-style-type: inherit;
    list-style-position: inside;
}

.documenttemplatereviewmodal-body table td, .documenttemplatereviewmodal-body table th {
    border-width: 1px !important;
}

.document-template-details-html ol {
    padding-left: 15px;
}

.document-template-details-html ul {
    list-style-type: inherit;
    list-style-position: inside;
}

.document-template-details-html table td, .document-template-details-html table th {
    border-width: 1px !important;
}

.email-template-details-html ol {
    padding-left: 15px;
}

.email-template-details-html ul {
    list-style-type: inherit;
    list-style-position: inside;
}

.email-template-details-html table td, .email-template-details-html table th {
    border-width: 1px !important;
}

.modal-scrool-stop-fromback-block {
    height: 100vh;
    overflow: hidden;
}

.width-60 {
    width: 60% !important;
}

.padding-bottom {
    padding-bottom: 4px;
}

.companybranch-name-show {
    display: block !important;
    max-width: 500px;
    width: 100% !important;
}

.entitytype-name-show {
    display: block !important;
    max-width: 500px;
}

.word-break-break-word {
    word-break: break-word;
}

.document-template-name {
    width: 200px;
    display: block !important;
}

.document-templatetype-name {
    max-width: 19dvw;
    display: block;
}

.document-type-cont {
    width: 40%;
    flex-shrink: 0;
}

.user-profile-cont h3 {
    width: 15dvw;
}

.btn-height {
    height: 40px
}

#divchangeemail input, #divchangeemail .btn-primary, #divchangemobile input, #divchangemobile .btn-primary {
    margin-right: 20px;
}

.progress-steps-panel {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

    .progress-steps-panel ul {
        display: flex;
        justify-content: space-between;
        gap: 15px;
    }

        .progress-steps-panel ul li {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 12px;
            font-size: 15px;
            font-weight: 500;
        }

            .progress-steps-panel ul li span {
                width: 45px;
                height: 45px;
                background-color: #EEF0F2;
                display: flex;
                justify-content: center;
                align-items: center;
                color: #fff;
                color: #545A6D;
                border-radius: 100px;
            }

            .progress-steps-panel ul li.active span {
                background-color: #0152B3;
                color: #fff;
            }

            .progress-steps-panel ul li p {
                white-space: nowrap;
            }

.progress-arrow i {
    width: 175px;
    height: 2px;
    background: #EEF0F2;
    flex-shrink: 0;
    display: block;
    margin-top: 22px;
    position: relative;
}

    .progress-arrow i::before {
        position: absolute;
        content: '';
        display: block;
        width: 14px;
        height: 14px;
        border-top: 2px solid #EEF0F2;
        border-left: 2px solid #EEF0F2;
        top: -6px;
        right: 0;
        transform: rotate(135deg);
    }

.project-radio-btn .form-check-input:checked[type=radio] {
    background-image: none;
    background-size: auto;
}

    .project-radio-btn .form-check-input:checked[type=radio] + label::before {
        content: '';
        width: 8px;
        height: 8px;
        background: var(--primary-color);
        border-radius: 100%;
        display: block;
        position: absolute;
        top: 5px;
        left: -20px;
    }

.module-permission-col {
    width: 10%;
    flex-shrink: 0;
    padding-top: 22px;
    padding-bottom: 22px;
    text-align: center;
}

    .module-permission-col:first-child {
        flex: 1;
    }

.module-permission-table-row.th {
    border-top: 1px solid #DBDEE7;
    border-bottom: 1px solid #DBDEE7;
    color: #43495C;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

.module-permission-table-row.td {
    border-bottom: 1px solid #DBDEE7;
}

.project-radio-btn label {
    position: relative;
}

.module-permission-table-row.th .module-permission-col:first-child,
.module-permission-table-row.td .module-permission-col:first-child {
    padding-left: 80px;
    text-align: left;
}

.module-permission-checkbox {
    display: flex;
    justify-content: center;
}

    .module-permission-checkbox input {
        width: 24px;
        height: 24px;
    }

/*------------ 09-01-2024 start -------------------*/
.module-permission-table-row.collapse {
    display: none !important;
}

    .module-permission-table-row.collapse.show {
        display: flex !important;
    }

.cloapasableSettings .module-permission-table-row.td .module-permission-col:first-child {
    padding-left: 100px;
}

.generalSettings .module-permission-table-row.td .module-permission-col:first-child {
    padding-left: 120px;
}

.role_multiclopasable .module-permission-table-row.td .module-permission-col[aria-expanded="false"] {
    background: url(../img/icon/plus.png) no-repeat 50px center;
    background-size: 25px 25px;
    line-height: 28px
}

.role_multiclopasable .module-permission-table-row.td .module-permission-col[aria-expanded="true"] {
    background: url(../img/icon/minus.png) no-repeat 50px center;
    background-size: 25px 25px;
    line-height: 28px
}

.cloapasableSettings .module-permission-table-row.td .module-permission-col[aria-expanded="false"] {
    background: url(../img/icon/plus.png) no-repeat 70px center;
    background-size: 25px 25px;
    line-height: 28px
}

.cloapasableSettings .module-permission-table-row.td .module-permission-col[aria-expanded="true"] {
    background: url(../img/icon/minus.png) no-repeat 70px center;
    background-size: 25px 25px;
    line-height: 28px
}

.generalSettings .module-permission-table-row.td .module-permission-col[aria-expanded="false"] {
    background: url(../img/icon/plus.png) no-repeat 90px center;
    background-size: 25px 25px;
    line-height: 28px
}

.generalSettings .module-permission-table-row.td .module-permission-col[aria-expanded="true"] {
    background: url(../img/icon/minus.png) no-repeat 90px center;
    background-size: 25px 25px;
    line-height: 28px
}

.user-name-width-150 {
    width: 150px !important;
}

.w-270 {
    width: 270px;
}

.userlist .text-truncate.user-name-width-150 {
    width: 300px !important;
}

.w-84 {
    width: 84px !important;
}

label .error_message {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 14px;
}

.btn-height-46 {
    height: 46px;
}

.w-250 {
    width: 250px !important;
}

.loader {
    width: 50px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--primary-color);
    --_m: conic-gradient(#0000 10%,#000), linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: l3 1s infinite linear;
}

.m-24-state {
    margin-top: 24px;
}

.disable-fkcountryddl {
    pointer-events: none;
    background-color: #ededed !important;
}

.top-alert {
    position: fixed;
    top: 10px;
    left: 10px;
    right: 10px;
    z-index: 99;
}

.context-menu {
    cursor: context-menu;
}

.cursorpointer {
    cursor: pointer;
}

@keyframes l3 {
    to {
        transform: rotate(1turn)
    }
}


/*06-02-2024*/
.divlisttableheader {
    background: color-mix(in srgb, var(--primary-color) 80%, black);
    color: #fff !important;
}

.user-list-block.divlisttableheader:hover h3 {
    color: #fff !important;
}

.divlisttableheader .user-list-content h3 {
    color: #fff !important;
    font-size: 16px;
}

.user-list-block.divlisttableheader:hover {
    background: color-mix(in srgb, var(--primary-color) 80%, black);
}
/*06-02-2024*/
/*08-02-2024*/
#divtowarningmessage, #divtoalertmessage, #divtoinfomessage, #divtodeletemessage {
    z-index: 1060 !important;
}

#formresetpassword .login-flds .email-fld-icon, #formresetpassword .login-flds .pass-eye-icon, #formresetpassword .login-flds .user-fld-icon {
    position: absolute;
    top: 11px !important;
    transform: none;
    right: 12px;
}

#entitylist .user-list-block {
    min-height: 115px;
}

.w-38 {
    width: 38%;
}

#addupdateemailtemplate label {
    min-width: 55px;
}

.no-dropdown-arrow::after {
    display: none;
}

#divroleaccesslist .user-list-block {
    min-height: 95px;
}

.email-setting-pass-flds .pass-eye-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
}

.email-setting-pass-flds .eye-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
}

.email-setting-pass-flds .pass-eye-icon, .email-setting-pass-flds .eye-icon {
    height: 24px;
}

.pt-8 {
    padding-top: 8px;
}

.branchcode-placeholder-field-settings label {
    color: #fff;
}

.list-scroll {
    overflow: auto;
    max-height: calc( 100vh - 0px);
}

/*08-02-2024*/
@media (max-width: 1920px) {
    #user-details-panel-section .user-profile-cont h3 {
        width: 30vw;
    }
}

@media (max-width: 1400px) {
    #entitylist .user-list-block {
        min-height: 70px;
    }

    #divdocumentdetails .user-details-panel {
        padding: 24px 14px;
    }

    .mx-width-18vw {
        max-width: 18vw;
    }

    #divroleaccesslist .user-list-block {
        min-height: 75px;
    }

    #user-details-panel-section .user-profile-cont h3 {
        width: 18vw;
    }

    .user_basicinforight h4 {
        font-size: 11px;
    }

    /*28-03-2024*/
    .nav-bottom .navbar-nav.gap-settings-web {
        gap: 28px;
    }
}

select.form-control {
    /* reset */

    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

select.form-control {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), radial-gradient(transparent 70%, transparent 72%) !important;
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - .5em) .5em !important;
    background-size: 5px 5px, 5px 5px, 1.5em 1.5em !important;
    background-repeat: no-repeat !important;
    padding-right: 30px;
}

.login-flds select.form-control {
    background-position: calc(100% - 20px) calc(1em + 7px), calc(100% - 15px) calc(1em + 7px), calc(100% - .5em) .5em !important;
}

select.form-control:focus {
    background-image: linear-gradient(45deg, #484848 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #484848 50%), radial-gradient(#ffffff 70%, transparent 72%);
    background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - .5em) .5em;
    background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
    background-repeat: no-repeat;
    outline: 0;
}

/*12-02-2024*/


.role_multiclopasable .module-permission-table-row.td .module-permission-col[aria-expanded="false"].nobg,
.role_multiclopasable .module-permission-table-row.td .module-permission-col[aria-expanded="true"].nobg {
    background: none !important;
}

.module-permission-table-row.th {
    left: 0;
    position: sticky;
    right: 0;
    top: 0;
}

.role_multiclopasable {
    max-height: calc(100vh - 450px);
    overflow: auto;
}

.norecord-text {
    background-color: color-mix(in oklab, var(--primary-color), white 85%) !important;
}

.pointer-events-none {
    pointer-events: none;
    background-color: #ededed !important;
}

.pointer-events-none-role {
    pointer-events: none;
}

.email-setting-pass-flds .email-settings-eye-icon .pass-eye-icon,
.email-setting-pass-flds .email-settings-eye-icon .eye-icon {
    transform: none;
    top: 5px;
}

.font-wt-600 {
    font-weight: 600;
}

#fileuploadmodal .choosefile > div {
    display: flex;
    flex-direction: column;
}

#fileuploadmodal .choosefile #spfilename {
    min-height: 19.5px;
}

#fileuploadmodal .mandatory-fileuploader:not(:empty) + .mandatory-fileerror + #spfilename,
#fileuploadmodal .mandatory-fileerror:not(:empty) + #spfilename {
    min-height: 0 !important;
    height: 0;
    overflow: hidden;
}

#fileuploadmodal .error_message:empty {
    display: none;
}

#fileuploadmodal .choosefile {
    min-width: 325px;
}

#fileuploadmodal #spfilename.w-250 {
    width: 300px !important;
}

/*15-02-2024*/
.camelCase {
    text-transform: capitalize;
}

.cke_button__showblocks {
    display: none !important;
}

.btn-alert-close {
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 2;
    transform: translateY(-50%);
}

.btn-alert-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: var(--bs-btn-close-color);
    background: url("../img/alert-close.svg") no-repeat;
    border: 0;
    border-radius: 0.375rem;
    opacity: var(--bs-btn-close-opacity);
}

.top-alert {
    position: fixed;
    top: 35px;
    left: 50%;
    right: 10px;
    z-index: 99;
    max-width: 780px;
    width: 100%;
    transform: translateX(-50%);
}

.user-list-block:hover,
.user-list-block.active {
    opacity: 0.8;
}

#divcompanybranchlist .user-list-content h3.text-truncate.w-50 {
    width: auto !important;
}

.cke_button__smiley {
    display: none !important;
}

#addupdateemailtemplate #FKFromEmailEmployeeID {
    max-width: 240px;
}

.flds-settings-width-25 {
    width: 25px !important;
    margin-top: 7px;
}

/*27-02-2024*/
.margin-top-35 {
    margin-top: 35px;
}

.font-weight-bold {
    font-weight: bold !important;
}
/*28-02-2024*/
.margin-top-10 {
    margin-top: 10px !important;
}

.error-entity-absolute {
    position: absolute;
    bottom: -20px;
    padding: 0;
}

.nav-bottom .navbar-nav > li a:hover {
    color: var(--primary-color);
}

input[type="text"]:disabled, select:disabled {
    background: #ededed;
}

.form-control:disabled {
    border: 1px solid #CED4DA;
    background: #ededed;
}

#addupdateemailtemplate #SMTPConfigurationName {
    max-width: 150px;
}

/*1-03-2024*/
#frmaddupdatedocumenttemplate #documentheader {
    font-size: 10px !important;
}

#frmaddupdatedocumenttemplate #DocumentTemplateName-error {
    font-size: 10px !important;
}

#frmaddupdatedocumenttemplate #documentbody {
    font-size: 10px !important;
}

#frmaddupdatedocumenttemplate #documentfooter {
    font-size: 10px !important;
}

#addupdateemailtemplate #EmailTemplateName-error {
    font-size: 10px !important;
}

#addupdateemailtemplate #EmailSubject-error {
    font-size: 10px !important;
}

#addupdateemailtemplate #emailbody-error {
    font-size: 10px !important;
}

#frmaddupdatedocumentsettings #documentheader {
    font-size: 10px !important;
}

#frmaddupdatedocumentsettings #documentfooter {
    font-size: 10px !important;
}

#formaddupdateemailsettings #SettingsName-error {
    font-size: 10px !important;
}

#formaddupdateemailsettings #MailServer-error {
    font-size: 10px !important;
}

#formaddupdateemailsettings #Username-error {
    font-size: 10px !important;
}

#formaddupdateemailsettings #demaildefaultcc-error {
    font-size: 10px !important;
}

#formaddupdateemailsettings #Password-error {
    font-size: 10px !important;
}

#formaddupdateemailsettings #SMTPPort-error {
    font-size: 10px !important;
}

#formaddupdateemailsettings #defaultbccemail-error {
    font-size: 10px !important;
}

.field-validation-error {
    font-size: 10px !important;
}

#addupdateemailtemplate #SMTPConfigurationName {
    max-width: 150px;
}

/*1-03-2024*/
#frmaddupdatedocumenttemplate #documentheader {
    font-size: 10px !important;
}

#frmaddupdatedocumenttemplate #DocumentTemplateName-error {
    font-size: 10px !important;
}

#frmaddupdatedocumenttemplate #documentbody {
    font-size: 10px !important;
}

#frmaddupdatedocumenttemplate #documentfooter {
    font-size: 10px !important;
}

#addupdateemailtemplate #EmailTemplateName-error {
    font-size: 10px !important;
}

#addupdateemailtemplate #EmailSubject-error {
    font-size: 10px !important;
}

#addupdateemailtemplate #emailbody-error {
    font-size: 10px !important;
}

#frmaddupdatedocumentsettings #documentheader {
    font-size: 10px !important;
}

#frmaddupdatedocumentsettings #documentfooter {
    font-size: 10px !important;
}

#formaddupdateemailsettings #SettingsName-error {
    font-size: 10px !important;
}

#formaddupdateemailsettings #MailServer-error {
    font-size: 10px !important;
}

#formaddupdateemailsettings #Username-error {
    font-size: 10px !important;
}

#formaddupdateemailsettings #demaildefaultcc-error {
    font-size: 10px !important;
}

#formaddupdateemailsettings #Password-error {
    font-size: 10px !important;
}

#formaddupdateemailsettings #SMTPPort-error {
    font-size: 10px !important;
}

#formaddupdateemailsettings #defaultbccemail-error {
    font-size: 10px !important;
}

.field-validation-error {
    font-size: 10px !important;
}

.hr-menu.show {
/*    display: flex;*/
    transform: translate(-50%, 6px) !important;
    inset: unset !important;
    flex-direction:column !important;
    width:auto;
}

/* 20-03-2024 start */

#divroleaccesslist .user-list-panel {
    max-width: none;
}
/* 20-03-2024 end*/


.rollaccessdetailsname {
    flex-grow: 1 !important;
    white-space: normal !important;
}

.top-link-icon-settings {
    background: url(../img/icon/top-settings.png) no-repeat 0 0 !important;
    background-size: contain !important;
}

.top-link-icon-recruitment {
    background: url(../img/icon/recruitment.png) no-repeat 0 0 !important;
    background-size: contain !important;
}

.top-link-icon-menu-settings {
    background: url(../img/icon/setting-icon.svg) no-repeat 0 0 !important;
    background-size: contain !important;
}

/*28-02-2024*/

#menuentityname {
    width: 100px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.email-template-subject {
    word-break: break-all;
}

.user-list-panel .user-list-block.align-items-center {
    align-items: flex-start !important;
}
.inactive-red {
    color: #fa3838;
}
@media (max-width: 914px) {
    .dashboard-block-wrapper {
        flex-direction: column;
    }

    .dashboard-block {
        width: 100%;
    }

    .about-block-panel {
        flex-direction: column;
    }

        .about-block-panel .vr-divider {
            display: none;
        }

    .self-service-heading {
        flex-direction: column;
        gap: 10px;
    }
}
/*25-07-2024*/
#addupdateemailtemplate .select2-container--default .select2-selection--single {
    height: 100%;
    font-size: 13px !important;
    display: block !important;
    width: 100% !important;
    padding: 0.1rem .1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: var(--bs-body-color) !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-color: var(--bs-body-bg) !important;
    background-clip: padding-box !important;
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
    border-radius: 0 !important;
}

.has-error {
    border-bottom-color: red !important;
    border-top-color: red !important;
    border-left-color: red !important;
    border-right-color: red !important;
    border: 1px solid;
}
#addupdateemailtemplate #employeeemail {
    font-size: 12px;
    color: #555;
}
.emaillist-lineup {
    width: 40%;
    flex-shrink: 0;
}
.dt-length label {
    display: none;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #CED4DA !important;
    height: 48px !important;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 48px !important;
    }


.select2-dropdown--below {
    z-index: 9999 !important;
}

.select2-dropdown--above {
    z-index: 9999 !important;
}