@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    box-sizing: border-box;
}

body {
    color: #504f50;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow: hidden;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
textarea,
input {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
    font-family: "Inter", sans-serif;
}

body {
    overflow-y: scroll;
}

body:has(.modal-bio.open) {
    overflow: hidden;
}

body:has(.modal-overlay.active) {
    overflow: hidden;
}

a {
    text-decoration: none;
    transition: all 0.25s ease-out 0s;
}

p,
p span {
    font-family: "Inter", sans-serif;
}

img {
    border: 0px;
}

ol,
ul,
li {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.container {
    max-width: 1800px;
}

main.login-wrapp {
    width: 100%;
    display: block;
    min-height: 100vh;
    background: #06153E;
}

main.login-wrapp>.row {
    height: 100%;
    min-height: inherit;
}

main.login-wrapp>.col-md-6 {
    height: 100%;
}

.login-wrapp .col-md-6 {
    display: flex;
    flex-wrap: wrap;
}

main.login-wrapp .login-row1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: auto;
    max-width: 666px;
    margin: 0 auto 0;
    flex-direction: column;
    background: #152B68;
    margin-block: auto;
    padding: 38px 32px;
    border-radius: 12px;
}

main.login-wrapp .login-row2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: #fff;
    flex-direction: column;
}

main.login-wrapp h2 {
    font-size: clamp(24px, 4vw, 46px);
    color: #ffffff;
    line-height: 1.20;
    letter-spacing: normal;
    font-weight: 500;
    margin: 0 0 20px;
}

main.login-wrapp .login-row1 .conten-grid {
    width: 100%;
    display: grid;
    gap: 0rem;
    margin: 1rem 0 0;
}

main.login-wrapp .conten-grid .conten-box {
    width: 100%;
    background: #152B68;
    border-radius: 10px;
    padding: 0;
    margin: 0 0 1rem;
}

main.login-wrapp .conten-grid .conten-box:last-child {
    margin: 0;
}

main.login-wrapp h4 {
    font-size: 20px;
    color: #fff;
    line-height: 1.38;
    letter-spacing: normal;
    margin: 0;
}

main.login-wrapp .logo-head {
    width: 100%;
    max-width: 480px;
    margin: 0 auto 24px;
    text-align: center;
}

main.login-wrapp img {
    width: 100%;
}

main.login-wrapp .logo-head .logo-since {
    width: 160px;
    display: block;
    margin: 0 auto 20px;
}

main.login-wrapp .logo-head .head-logo {
    width: 330px;
    display: block;
    margin: 0 auto 20px;
}

main.login-wrapp .login-box {
    width: 100%;
    max-width: 490px;
    display: block;
    border: 1px solid #f2f2f2;
    border-radius: 16px;
    box-shadow: 0 0 3px 3px rgba(0 0 0 / 0.04);
    padding: 32px 28px;
}

main.login-wrapp h3 {
    font-size: 25px;
    color: #000;
    text-align: center;
    font-weight: 600;
    margin: 0 0 24px;
    line-height: 1.45;
}

main.login-wrapp .login-box .form-group {
    width: 100%;
    display: block;
}

main.login-wrapp .login-box .form-group label {
    font-size: 15px;
    line-height: 1.35;
    color: #000;
    font-weight: 400;
    margin: 0 0 10px;
}

main.login-wrapp .login-box .form-group input.form-control {
    width: 100%;
    height: 49px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    font-size: 16px;
    color: #000;
    line-height: normal;
    margin: 0 0 12px;
}

main.login-wrapp .login-box .form-group input.form-control::placeholder {
    color: #b3b6ba;
}

main.login-wrapp .login-box .login-btn {
    width: 100%;
    background: #E94646;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-radius: 50px;
    padding: 16px 25px;
    line-height: normal;
    margin: 10px 0 0;
    transition: all 0.25s ease-in;
}

main.login-wrapp .login-box .login-btn:hover {
    background: #152b68;
}

header {
    width: 100%;
    background: #DB3A3F;
    display: block;
    padding: 12px 0;
}

header nav .navbar-brand {
    font-size: 18px;
    color: #fff;
    c#: ;
    font-weight: bold;
}

header .navbar .nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

header .navbar li.nav-item .dropdown-toggle {
    position: relative;
}

header .navbar li.nav-item .dropdown-toggle:after {
    content: "";
    border: 0;
    background: url(../images/drop-arrow-white.svg) no-repeat 100%;
    background-size: 12px;
    width: 14px;
    height: 6px;
    vertical-align: 0;
    margin: 0 0 0 0.255em;
}

header .navbar li.nav-item {
    width: auto;
    display: inline-block;
    padding: 0 8px;
}

header .navbar-nav {
    width: 100%;
    padding: 0 30px 0 30px;
    justify-content: end;
}

header .collapse {
    position: relative;
    z-index: 1;
}

header .header-btns {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 13px;
    position: relative;
    z-index: 1;
}

header .navbar .collapse,
header .header-btns {
    z-index: 99999;
}

header .header-btns .chat-btn {
    background: #F43F44;
    padding: 12px;
    border-radius: 50%;
    width: auto;
    display: inline-block;
    position: relative;
    margin: 0;
}

header img {
    width: 100%;
    display: block;
}

header .header-btns .addbio-btn {
    background: #F43F44;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    display: inline-block;
    position: relative;
    margin: 0;
}

header .header-btns .addbio-btn:after {
    content: "Add BioData";
    position: absolute;
    left: 50%;
    bottom: calc(0% - 30px);
    transform: translateX(-50%) translateY(5px);

    min-width: 80px;
    padding: 8px 10px;
    font-size: 11px;
    color: #fff;
    background: rgba(244, 63, 68, 0.7);
    border-radius: 6px;
    text-align: center;
    white-space: nowrap;
    backdrop-filter: blur(8px);

    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    pointer-events: none;
}

header .header-btns .addbio-btn:hover:after {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0px);
}


header .header-btns .log-btn {
    letter-spacing: 0.24px;
    width: auto;
    display: inline-block;
    background: #293138;
    padding: 10px 22px 11px 18px;
    border-radius: 50px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
}

header .header-btns .log-btn span {
    width: 16px;
    display: inline-block;
    margin: 0 8px 0 0;
    position: relative;
    top: 2px;
}

header .header-btns .chat-btn #unreadBadge {
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 9px;
    background: #293138;
    border: 2px solid #293138;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
}

.main-wrapp {
    width: 100%;
    display: block;
    min-height: calc(100vh - 81px);
    background: #fff;
}



/* chat-set */

#contactList {
    position: absolute;
    right: 28px;
    top: 69px;
    width: 305px;
    height: auto;
    max-height: 320px;
    background: #fff;
    border: #f5f5f5;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
    z-index: 19;
    opacity: 0;
    transform: translateY(12px) scale(0.98);
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease;
}

#contactList.open {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

#contactList .chat-head {
    padding: 20px;
    background: #293138;
}

#contactList header {
    padding: 20px 20px 14px;
    border-bottom: 1px solid var(--line);
}

#contactList .chat-head h2 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

#contacts {
    list-style: none;
    margin: 0;
    padding: 0 5px;
    overflow-y: auto;
    flex: 1;
}

#contacts::-webkit-scrollbar {
    width: 6px;
}

#contacts::-webkit-scrollbar-thumb {
    background: var(--panel-2);
    border-radius: 3px;
}

.contact {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 15px;
    border-radius: 8px;
    cursor: pointer;
    transition: background .15s ease, transform .15s ease;
    position: relative;
}

.contact:hover {
    background: var(--panel-2);
    transform: translateX(2px);
}

.contact:nth-child(even) {
    background: #f5f5f5;
}

.contact.active-open {
    background: rgba(255, 107, 74, 0.12);
}

.avatar {
    width: 40px;
    height: 40px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 14px;
    color: var(--ink);
    flex-shrink: 0;
    position: relative;
}

.status-dot {
    position: absolute;
    right: -2px;
    bottom: -2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid var(--panel);
}

.status-dot.online {
    background: #5FD98A;
}

.status-dot.away {
    background: var(--gold);
}

.status-dot.offline {
    background: #5A6584;
}

.contact-info {
    min-width: 0;
    flex: 1;
}

.contact-info .name {
    font-size: 14px;
    font-weight: 600;
}

.contact-info .preview {
    font-size: 12px;
    color: var(--text-dim);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 2px;
}

.contact-time {
    font-family: var(--font-mono);
    font-size: 10px;
    color: var(--text-dim);
    align-self: flex-start;
    margin-top: 2px;
}

#contactList .chat-sort {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 5% 2%;
    gap: 2%;
}

#contactList .chat-sort .filter-btn {
    width: 20px;
    display: inline-block;
    background: #293138;
    border-radius: 6px;
    padding: 4px;
}

#contactList .chat-sort ul {
    width: calc(100% - 26px);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3px;
}

#contactList .chat-sort li a {
    width: 100%;
    display: inline-block;
    padding: 8px 4px;
    font-size: 10px;
    border: 1px solid #f5f5f5;
    border-radius: 50px;
    color: #000;
    font-weight: 600;
    text-align: center;
}

#contactList .chat-sort li a:hover {
    background: #cfcfcf;
    color: #fff;
}

#contactList .chat-sort li {
    width: auto;
    display: inline-block;
    position: relative;
}

#contactList .chat-sort li .msg-nos {
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 18px;
    height: 18px;
    padding: 0 3px;
    border-radius: 9px;
    background: #293138;
    border: 2px solid #293138;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    font-weight: 600;
    color: #fff;
}

.urgent-popup {
    position: fixed;
    top: 72px;
    right: 50%;
    transform: translateX(50%);
    width: 100%;
    max-width: 1320px;
    z-index: 9999;
    display: none;
    animation: chatPopup 0.35s ease;
}

.urgent-popup.show {
    display: block;
}

.urgent-popup-content {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.10);
}

/* Header */
.urgent-popup-header {
    background: linear-gradient(135deg, #ff4d4f, #ff7875);
    color: #fff;
    padding: 14px 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.urgent-popup-header h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.urgent-popup-close {
    font-size: 22px;
    cursor: pointer;
    line-height: 1;
    transition: 0.2s;
}

.urgent-popup-minimize:hover {
    transform: scale(1.06);
}

.urgent-popup-close:hover {
    transform: scale(1.06);
}

.urgent-popup.minimized {
    bottom: 0;
    width: 220px;
    height: 39px;
    padding: 0;
    border-radius: 0 0 8px 8px;
    cursor: pointer;
    left: 10px;
    top: inherit;
    transform: none;
}

.urgent-popup.minimized .urgent-popup-content .urgent-texts {
    display: none;
}

.urgent-popup-minimize {
    width: fit-content;
    background: #115cc0;
    padding: 0px 6px 3px;
    font-size: 22px;
    font-weight: 300;
    border-radius: 50%;
    line-height: 20px;
    transition: all 0.25s ease-in;
    z-index: 9;
    color: #fff;
    border: 2px solid #fff;
    cursor: pointer;
}

.urgent-popup-close {
    width: fit-content;
    background: #115cc0;
    padding: 0px 4.5px 3px;
    font-size: 22px;
    font-weight: 300;
    border-radius: 50%;
    line-height: 20px;
    transition: all 0.25s ease-in;
    z-index: 9;
    color: #fff;
    border: 2px solid #fff;
    position: relative;
    top: inherit;
    right: inherit;
}

.urgent-popup.minimized .urgent-popup-controls {
    position: static;
    justify-content: center;
    width: 100%;
}

.urgent-popup-content .urgent-head {
    background: #115cc0;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    padding: 12px;
    gap: 8px;
}

.urgent-popup-content .urgent-texts {
    width: 100%;
    padding: 16px 21px;
    text-align: center;
    min-height: 100px;
    display: flex;
    flex-wrap: wrap;
}

.urgent-popup-content .urgent-texts p {
    color: #8a8a8a;
    font-size: 16px;
}

.urgent-popup-content .filter-group.last {
    margin-left: auto;
}

.urgent-popup-content .filter-group .filter-btn {
    width: 24px;
    display: inline-block;
    background: none;
    border-radius: 6px;
    padding: 0;
    margin: 0 14px 20px 0;
    margin-left: auto;
    border: 0;
}

.urgent-popup-content .filter-group .filter-btn img {
    width: 100%;
    display: block;
    filter: invert(1);
}

.urgent-popup-content .filter-group .prvw-btn {
    border-radius: 30px;
    font-size: 15px;
    line-height: normal;
    background: #115cc0;
    border: 1px solid #115cc0;
    color: #ffffff;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
}

/* Body */
.urgent-popup-body {
    padding: 18px;
}

.urgent-popup-body p {
    margin: 0;
    color: #555;
    line-height: 1.5;
    font-size: 14px;
}

.urgent-popup-content .urgent-head .urgent-title {
    margin-right: auto;
    margin-left: 1%;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    transition: all 0.25s ease-in;
}

.urgent-popup.minimized .urgent-title {
    font-size: 14px;
}


@keyframes chatPopup {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* ---------- Floating Chat Window ---------- */
.chat-window {
    position: fixed;
    width: 320px;
    background: #efeae2;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 9px 9px rgba(0, 0, 0, 0.10);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    z-index: 10;
}

.chat-window.minimized {
    width: 220px;
}

.chat-window.dragging {
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.6);
}

.chat-titlebar {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 12px;
    background: #06153E;
    cursor: grab;
    user-select: none;
    border-bottom: 1px solid #06153E;
}

.chat-titlebar:active {
    cursor: grabbing;
}

.chat-titlebar .avatar {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    font-size: 11px;
}

.chat-titlebar .titles {
    flex: 1;
    min-width: 0;
}

.chat-titlebar .titles .name {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
}

.chat-titlebar .titles .status-text {
    font-size: 10px;
    color: #ccc8c8;
}

.win-controls {
    display: flex;
    gap: 6px;
}

.win-btn {
    width: 22px;
    height: 22px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(243 236 224 / 41%);
    transition: background .15s ease;
}

.win-btn:hover {
    background: rgba(243, 236, 224, 0.15);
}

.win-btn.close:hover {
    background: var(--coral);
}

.win-btn svg {
    width: 10px;
    height: 10px;
}

.win-btn.close svg path {
    stroke: #f5f5f5;
}

.win-btn.min svg path {
    stroke: #f5f5f5;
}

.chat-body {
    height: 340px;
    padding: 14px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 5px;
    transition: height .18s ease, padding .18s ease, opacity .15s ease;
}

.chat-window.minimized .chat-body,
.chat-window.minimized .chat-input {
    height: 0;
    padding: 0;
    opacity: 0;
    overflow: hidden;
    border: none;
}

.bubble {
    max-width: 78%;
    padding: 9px 12px;
    border-radius: 13px;
    font-size: 13px;
    line-height: 1.4;
}

.bubble.them {
    background: #06153ec7;
    align-self: flex-start;
    border-bottom-left-radius: 4px;
    color: #fff;
}

.bubble.me {
    background: #db3a3fc2;
    color: var(--ink);
    align-self: flex-end;
    border-bottom-right-radius: 4px;
    font-weight: 500;
    color: #fff;
}

.bubble-time {
    font-size: 9px;
    color: #f5f5f5;
    margin-top: 2px;
}

.chat-input {
    display: flex;
    gap: 8px;
    padding: 10px 12px;
    border-top: 1px solid rgba(243, 236, 224, 0.09);
    transition: padding .18s ease;
    background: #d9d9d9;
}

.chat-input input {
    flex: 1;
    background: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    padding: 8px 10px;
    color: #000;
    font-size: 12px;
    outline: none;
}

.chat-input input::placeholder {
    color: #858585;
}

.chat-input button {
    background: #d9a94a;
    border: none;
    border-radius: 10px;
    width: 34px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-input button svg path {
    stroke: #1b2333;
}

#emptyHint {
    position: absolute;
    left: 340px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-dim);
    font-family: var(--font-mono);
    font-size: 12px;
    letter-spacing: 0.02em;
    max-width: 280px;
}

/* modal-pop */

.modal-overlay {
    /* position: absolute; */
    inset: 0;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
    z-index: 9999;
    margin-top: 0;
    display: none;
    /* position: static; */
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
    height: calc(100% - 82px);
    margin-top: auto;
    display: block;
}

.modal-overlay img {
    width: 100%;
    display: block;
}

.modal-overlay .modal-bio {
    width: calc(100% - 60px);
    overflow: visible;
    box-shadow: -1px 2px 6px 5px rgba(0 0 0 / 0.05);
    border-radius: 12px;
    position: fixed;
    left: 0;
    right: 0;
    margin: 20px auto 0;
    max-width: 70%;
    max-height: 95vh;
    display: flex;
    flex-wrap: wrap;
    top: 50%;
    transform: translateY(-50%);
}

.modal-overlay .modal-bio .modal {
    position: relative;
    display: inline-block;
    transform: none;
    width: calc(100% - 66px);
}

.modal-overlay.chat-modal-high-z .modal-bio {
    z-index: 99999;
}

body:has(.chat-modal-high-z) .image-confomation.active {
    z-index: 99999;
}

.modal-overlay .bio-header button[title="Minimize"] {
    width: fit-content;
    background: #115cc0;
    padding: 2px 7px 1px;
    font-size: 19px;
    height: 27px;
    font-weight: 400;
    border-radius: 50%;
    line-height: 20px;
    transition: all 0.25s ease-in;
    z-index: 9;
    color: #fff;
    border: 2px solid #fff;
}

.modal-overlay .bio-header button[title="Minimize"]:hover {
    transform:scale(1.05);
}

.modal-overlay:not(:has(.sidbar-itm)) .modal-bio {
    width: 100%;
}

.modal-overlay:not(:has(.sidbar-itm)) .modal-bio .modal {
    width: 100%;
}

.modal-overlay.sub-modal .modal-body .form-group > .d-flex {
    width: 100%;
}

.modal {
    position: absolute;
    width: 90%;
    max-width: 100%;
    right: 0;
    left: auto;
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    transform: translateY(20px);
    transition: .3s ease;
    display: block;
    float: right;
    z-index: inherit;
}

.modal-overlay.active .modal {
    transform: translateY(0);
}

.modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    border: none;
    background: none;
    font-size: 24px;
    cursor: pointer;
}

.modal input,
.modal textarea {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-sizing: border-box;
}

.modal textarea {
    min-height: 120px;
    resize: vertical;
}

.modal button[type="submit"] {
    padding: 10px 20px;
    border: none;
    background: #f43f44;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
}

.modal-overlay .modal-body .modal-content {
    width: 100%;
    display: block;
    border: 1px solid #cfcfcf;
    border-bottom: 0;
    border-radius: 0;
    padding: 12px 15px 12px;
}

.modal-overlay .modal-body .modal-content:last-child {
    border-bottom: 1px solid #cfcfcf;
    border-radius: 0 0 10px 10px;
    padding-bottom: 10px;
}

.modal-overlay .modal-body .modal-content .modal-content {
    border: 0;
    border-radius: 0;
    padding-inline: 0;
    padding-top: 0;
}

.modal-overlay .modal-body .modal-content .form-group {
    width: 100%;
    display: block;
}

.modal-overlay .modal-body .form-group label {
    font-size: 15px;
    color: #000;
    letter-spacing: 0.15px;
    line-height: 1.45;
    font-weight: 400;
    margin: 0 0 2px;
    width: 100%;
    min-height: 23px;
}

.modal-overlay.sub-modal .modal-body .form-group .form-select {
    font-size: 17px;
    font-weight: 500;
}


.modal-overlay .modal-body .modal-content .col-md-2:has(.select2) {
    width: auto;
}

.modal-overlay .modal-body h3 {
    font-size: 22px;
    color: #115cc0;
    font-weight: 600;
    line-height: 1.45;
    margin: 0 0 20px;
}

.modal-overlay .modal-body .reminder-popup-actions {text-align: left;
    margin: 0 0 0;}

.modal-overlay .modal-body .reminder-popup-actions .btn {
    border: none;
    background: #db3a3f;
    color: #fff;
    padding: 11px 24px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    line-height: normal;
}

.modal-overlay .modal-body .reminder-popup-actions .btn:hover {
    background: #115cc0;
}

.modal-overlay.sub-modal {
    position: absolute;
    max-width: 1080px;
    margin: auto;
}

.modal-overlay.sub-modal .modal-bio {
    max-width: 1100px;
}

.modal-overlay.sub-modal:has(.common-draggable-modal) {
    position: unset;
}

.modal-overlay.sub-modal .modal {
    padding: 0;
}

/* body:has(.chat-modal-high-z) .modal-overlay.sub-modal {
    z-index: 999999;
} */

.modal-overlay#addBioModal .modal-content .form-group label small {
    font-size: 11px;
    display: block;
    letter-spacing: normal;
    color: #000 !important;
    font-weight: 600;
}

.modal-overlay .modal-body .form-group .select2 .selection textarea.select2-search__field {
    width: 100% !important;
    min-height: auto;
    position: relative;
    background: url(../images/search-icon22.svg) no-repeat 100%;
    background-size: 16px;
    background-position-x: calc(100% - 12px);
    height: 38px;
    padding: 9px 10px 0;
    margin: 0;
    color: #000;
    font-size: 17px;
    font-weight: 500;
}

.modal-overlay.sub-modal .modal-body .form-group .select2 .selection textarea.select2-search__field {
    width: 100% !important;
    background-color: #eff4ff;
    margin: 0 0 3px;
    margin-inline: 0;
}

.modal-overlay .modal-body .form-group .select2-selection__clear {
    background: #115cc0;
    border-color: #115cc0 !important;
    border-radius: 50%;
    color: #fff;
    height: auto;
    z-index: 1;
    padding: 2px !important;
    width: 1.50rem;
    top: 0px;
    position: relative;
    margin-right: 5px;
}

.modal-overlay .modal-body .form-group .select2 .selection #select2-aa_diary_post-container.select2-selection__rendered {
    position: absolute;
    width: calc(100% - 38px);
    top: 0;
    left: 0;
    right: 0;
    align-items: flex-start;
}

.modal-overlay .modal-body .form-group .select2 .selection textarea.select2-search__field::placeholder {
    color: #000;
}


.modal-overlay .modal-body .form-group .select2 .selection .select2-selection.select2-selection--multiple {
    padding: 0;
}

.modal-overlay .modal-body .form-group .select2 .selection .select2-selection.select2-selection--multiple:has(.select2-selection__choice) {
    height: auto;
}

.modal-overlay .modal-body .form-group .select2 .selection #select2-aa_diary_post-container.select2-selection__rendered .select2-selection__choice {
    background: #eff4ff !important;
    margin-block: 4px;
    padding: 5px 7px 5px;
    display: inline-block;
    color: #000 !important;
    font-weight: 500;
}

.modal-overlay .modal-body .form-group .select2 .selection #select2-aa_diary_post-container.select2-selection__rendered .select2-selection__choice button {
    font-size: 12px !important;
    width: 1rem;
    height: 1rem;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 8px !important;
    background: #115cc0;
    border-color: #115cc0 !important;
    top: 8px;
    left: 3px;
    color: #fff;
    line-height: 12px !important;
}

.modal-overlay .modal-body .form-group .select2 .selection #select2-aa_diary_post-container.select2-selection__rendered .select2-selection__choice .select2-selection__choice__display {
    padding-left: 18px;
}

.modal-overlay .modal-body .form-group .select2 .selection #select2-aa_diary_post-container.select2-selection__rendered:has(.select2-selection__choice__display) {
    position: relative;
    height: auto !important;
}

.modal-overlay#addBioModal .row-modal-overlay .modaltable-row div .form-group .select2.select2-container .select2-selection:has(.select2-selection__choice) {
    height: auto;
    max-height: max-content;
}

.modal-overlay .modal-body .form-group .select2 .selection #select2-aa_diary_post-container.select2-selection__rendered:has(.select2-selection__choice__display) + .select2-search {
    display: none;
}

.modal-overlay .modal-body .form-group .select2.select2-container--open .selection #select2-aa_diary_post-container.select2-selection__rendered:has(.select2-selection__choice__display) + .select2-search {
    display: flex;
}

.modal-overlay .modal-body .form-group .form-control {
    margin: 0 0 0;
    width: 100%;
    height: auto;
    padding: 0.55rem 0.85rem;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 500;
    color: #000;
    display: block;
    line-height: normal;
    resize: none;
    box-shadow: none;
}

.modal-overlay .modal-body .form-group textarea.form-control {
    min-height: 38px;
    height: revert-rule;
}

.modal-overlay .modal-body .form-group textarea.form-control[read-only] {
    background: #eee;
}

.modal-overlay .modal-body .form-group select.form-control {
    background: url(../images/dropdown-arrow.svg) no-repeat 100%;
    background-size: 16px;
    background-position-x: 95%;
}

.modal-overlay .modal-body .modal-content .form-group:has(.new-reg) {
    display: flex;
    flex-wrap: wrap;
}

.modal-overlay .modal-body .modal-content .form-group select {
    cursor: pointer;
}

.modal-overlay .modal-body .col-12 .form-group select.form-control {
    background-position-x: 98.5%;
}

.modal-overlay .modal-body .col-md-8 .form-group select.form-control {
    background-position-x: 98%;
}

.modal-overlay .modal-body .col-md-8 .form-group select.form-control {
    background-position-x: 98%;
}

.modal-overlay .modal-body .modal-content .form-group .checkbox-row {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 3%;
}

.modal-overlay .modal-body .modal-content .checkbox-row label {
    width: auto;
    display: flex;
    align-items: center;
    margin: 0 0 22px 10px;
    gap: 6px;
}

.modal-overlay .modal-body .modal-content .checkbox-row label input[type="checkbox"] {
    -webkit-appearance: none;
    border: 1px solid #b3b3b3;
    width: 18px;
    height: 18px;
    padding: 0;
    border-radius: 2px;
    margin: -2px 0 0 0;
}

.modal-overlay .modal-body .modal-content .checkbox-row label input[type="checkbox"]:checked {
    background: #115cc0;
    border: 2px solid #fff;
    outline: 1px solid #b3b3b3;

}

.modal-overlay .modal-body .form-group .new-reg {
    border-radius: 30px;
    font-size: 14px;
    line-height: normal;
    background: #115cc0;
    border: 1px solid #115cc0;
    color: #fff;
    padding: 0.65rem 1.45rem;
    letter-spacing: 0.95px;
    display: inline-block;
    height: 100%;
    margin: 0 0 0 auto;
    transition: all 0.25s ease-in;
}

.modal-overlay .modal-body .form-group .new-reg:hover {
    color: #115cc0;
    background: none;
}

.modal-overlay .modal-body .modal-content .form-group:has(.new-reg) select.form-control {
    width: calc(100% - 95px);
}

.modal-overlay .modal-body .modal-content .form-group:has(input[type="search"]) {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5%;
    position: relative;
}

.modal-overlay .modal-body .modal-content .form-group:has(input[type="search"]) .form-control {
    width: 100%;
}

.modal-overlay .modal-body .modal-content .col-md-1 .form-group:has(input[type="search"]) .form-control {
    width: 100%;
}

.modal-overlay .modal-body .modal-content .form-group:has(button.new-reg) input[type="search"] {
    width: calc(96% - 80px);
    margin-right: 0.5%;
}

.modal-overlay .modal-body .modal-content .form-group:has(button.new-reg) input[type="number"] {
    width: 64%;
}

.modal-overlay .modal-body .modal-content .multi-col .form-group {
    width: 48%;
    display: inline-block;
}

.modal-overlay .modal-body .modal-content .multi-col .form-group:nth-child(2) {
    float: right;
}

.modal-overlay .modal-body .modal-content .multi-col .form-group {
    width: 48%;
    display: inline-block;
}

.modal-overlay .modal-body .modal-content .multi-col .form-group:nth-child(2) {
    float: right;
}

.modal-overlay .modal-body .form-group input[type="search"] {
    background: url(../images/search-icon22.svg) no-repeat 100%;
    background-size: 16px;
    background-position-x: 95%;
}

.modal-overlay .modal-body .modal-content .form-group .add-btn {
    padding: 0;
    background: url(../images/add-circle.svg) no-repeat 100%;
    background-size: 26px;
    width: 26px;
    border: 0;
    margin: 0 0 13px;
}

.modal-overlay .modal-body .modal-content .form-group .remove-btn3 {
    padding: 0;
    background: url(../images/minus-circle.svg) no-repeat 100%;
    background-size: 26px;
    width: 26px;
    height: 28px;
    border: 0;
    margin: 5px 0 20px;
    position: absolute;
    right: 1px;
}

.modal-overlay .modal-body .modal-content .multiCol:has(+ .multiCol) .remove-btn3 {
    display: block !important;
}


.modal-overlay .modal-body .modal-content .form-group .nxt-prv-btn {
    width: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    margin: 10px 0 0;
    margin-bottom: auto;
}

.modal-overlay .modal-body .modal-content .form-group .nxt-prv-btn button[disabled] {
    opacity: 0.5;
    pointer-events: none;
}

.modal-overlay .modal-body .modal-content .col-md-2 .form-group #aa_sms_form_new_badge {
    position: absolute;
    top: 0;
    right: 42px;
    border-radius: 4px;
}

.modal-overlay .modal-body .modal-content .form-group:has(#aa_sms_form_ref_no) {
    position: relative;
}

#addSMSModal.modal-overlay .modal-body .modal-content .form-group .nxt-prv-btn {
    float: right;
    flex-direction: row;
}

.modal-overlay .modal-body .modal-content .col-md-2 .form-group:has(.nxt-prv-btn) .form-control {
    width: calc(100% - 44px);
    display: inline-block;
}

.modal-overlay .modal-body .modal-content .form-group .nxt-prv-btn button {
    width: auto;
    background: none;
    border: 0;
    box-shadow: none;
    padding: 0;
}

.modal-overlay .modal-body .modal-content .form-group .nxt-prv-btn .nxt-btn {
    border-left: 13px solid #115cc0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.modal-overlay .modal-body .modal-content .form-group .nxt-prv-btn .prv-btn {
    border-right: 13px solid #115cc0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.modal-overlay#addBioModal {
    max-width: 100%;
    right: 0;
    left: 0;
    width: 100%;
    padding-left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in;
    margin: 0 auto 0;
    margin-top: auto;
    background: none;
}

.modal-overlay#addBioModal.active {
    opacity: 1;
    visibility: visible;
}

.modal-overlay#addBioModal .modal-bio {
    width: calc(100% - 60px);
    overflow: visible;
    box-shadow: -1px 2px 6px 5px rgba(0 0 0 / 0.05);
    border-radius: 12px;
    position: fixed;
    left: 0;
    right: 0;
    margin: 20px auto 0;
    max-width: 88%;
    max-height: 95vh;
    display: flex;
    flex-wrap: wrap;
}

.modal-overlay#addBioModal.active .modal-bio {
    display: flex !important;
}

.modal-overlay#addBioModal .modal-bio .modal {
    position: relative;
    display: inline-block;
    width: calc(100% - 66px);
    transform: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.modal-overlay .bio-header {
    width: 100%;
    position: relative;
    background: #115cc0;
    right: 0;
    left: 0;
    margin: 0 auto 0;
    z-index: 9;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    gap: 0.45rem;
    padding: 8px 14px;
    border-radius: 10px 10px 0 0;
}

.modal-overlay#addBioModal #closeBioModal {
    width: fit-content;
    background: #115cc0;
    padding: 0px 4.5px 2px;
    font-size: 20px;
    font-weight: 400;
    border-radius: 50%;
    line-height: 20px;
    transition: all 0.25s ease-in;
    color: #fff;
    border: 2px solid #fff;
    position: relative;
    top: inherit;
    right: inherit;
}

.modal-overlay#addBioModal #minimizeBioModal {
    width: fit-content;
    background: #115cc0;
    padding: 2px 7px 1px;
    font-size: 19px;
    height: 27px;
    font-weight: 400;
    border-radius: 50%;
    line-height: 20px;
    transition: all 0.25s ease-in;
    z-index: 9;
    color: #fff;
    border: 2px solid #fff;
}

.modal-overlay .bio-header h2 {
    line-height: 1;
    margin: 5px 0 0;
    margin-right: auto;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.31px;
}

.modal-overlay#addBioModal .modal-body {
    width: 100%;
    padding: 0;
    max-height: 76vh;
    overflow-y: auto;
    border-radius: 10px 10px 0 0;
}

.modal-overlay#addBioModal .modal-bio .modal:has(.row-modal-overlay.active) {
    position: relative;
}

/* .modal-overlay#addBioModal .modal-bio .modal:has(.row-modal-overlay.active):after {
    content: "";
    position: absolute;
    background: rgba(255 255 255 /0.85);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
} */

.modal-overlay#addBioModal .modal-body h2 {
    width: 100%;
    display: block;
    padding: 12px 27px;
    background: #115CC0;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.31px;
    position: relative;
    z-index: 9;
}

.modal-overlay#addBioModal .modal-body .modal-content {
    width: 100%;
    display: block;
    border: 1px solid #cfcfcf;
    border-bottom: 0;
    border-radius: 0;
    padding: 12px 25px 12px;
}

.modal-overlay#addBioModal .modal-body .modal-content:last-child {
    border-bottom: 1px solid #cfcfcf;
    border-radius: 0 0 12px 12px;
}

.modal-overlay#addBioModal .modal-body .modal-content#bioDataContent11+.modal-content {
    border-top: 0;
    padding-top: 0;
}

.modal-overlay#addBioModal .modal-body .modal-content .multi-row {
    width: auto;
    gap: 0.5%;
    flex-wrap: nowrap;
}

.modal-overlay#addBioModal .modal-body .modal-content .multi-row .form-row {
    width: 49%;
    display: flex;
    column-gap: 2rem;
}

/* .modal-overlay#addBioModal .modal-body .modal-content .multi-row button.add-btn {
    right: -27px;
} */

.modal-overlay#addBioModal .modal-body .modal-content .multi-row button.remove-btn {
    right: -27px;
    display: block;
}

.modal-overlay#addBioModal .modal-body .modal-content .multi-row .form-row .form-group:first-child .remove-btn {
    display: none;
}

.modal-overlay#addBioModal .modal-content h3 {
    font-size: 22px;
    color: #115cc0;
    font-weight: 600;
    line-height: 1.45;
    margin: 0 0 10px;
}

.modal-overlay#addBioModal .modal-content h3 .badge {
    font-size: 0.95rem;
    margin-left: 7px;
    border-radius: 99px;
    font-weight: 500;
    line-height: normal;
}

.modal-overlay#addBioModal .modal-bio.minimized .modal-body {
    height: 0;
}

.modal-overlay#addBioModal .minimized #minimizeBioModal {
    padding: 0px 6px 0;
    line-height: 18px;
}

.modal-overlay#addBioModal .modal-body .modal-content:last-child {
    border-bottom: 1px solid #cfcfcf;
    border-radius: 0 0 12px 12px;
}

.modal-overlay#addBioModal .modal-body .modal-content:first-child .form-row .col-md-3 {
    width: 28.65%;
}

.modal-overlay#addBioModal .modal-body .modal-content:first-child .form-row .col-md-10 {
    width: 86%;
}

.modal-overlay#addBioModal .modal-body .modal-content:first-child .form-row .col-md-10 .col-md-2 {
    width: 20.26%;
}

.modal-overlay#addBioModal .modal-body .modal-content .col-md-2:has(.checkbox-row) {
    width: auto !important;
    min-width: 12.66%;
}

.modal-overlay#addBioModal .modal-body .modal-content .form-row .col-md-3:has(.image-upload) {
    width: 12.5%;
    margin-inline: auto;
}

.modal-overlay#addBioModal .modal-body .modal-content .form-row .col-md-10 .col-md-2:has(.attachment-preview-wrapper:empty) {
    display: none;
}

.modal-overlay#addBioModal .modal-body .modal-content .form-row .col-md-10 .col-md-2:has(.attachment-preview-wrapper:not(empty)) {
    width: 100%;
}

.modal-overlay#addBioModal .modal-body .modal-content .form-row .col-md-10 .col-md-2 .attachment-preview-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1.32%;
}

.modal-overlay#addBioModal .modal-body .modal-content .form-row .col-md-10 .col-md-2 .attachment-preview-wrapper .attachment-preview-item {
    padding: 13px 0 0;
    width: 18.90%;
    background: #fffdfd;
    box-shadow: 0px 1px 6px 3px rgba(0 0 0 / 0.05);
    border-radius: 12px;
    position: relative;
    aspect-ratio: 16 / 9;
    margin: 0 0 35px;
}

.modal-overlay#addBioModal .modal-body .modal-content .form-row .col-md-10 .col-md-2 .attachment-preview-wrapper .attachment-preview-item .remove-file-btn.attach-remove {
    position: absolute;
    right: 0;
    background-color: #fff;
    top: 0;
}

.modal-overlay#addBioModal .modal-body .modal-content .form-row .col-md-10 .col-md-2 .attachment-preview-wrapper .attachment-preview-item img {
    height: 100%;
    object-fit: contain;
    max-width: calc(100% - 20px);
    margin-inline: auto;
    padding: 2px 0 12px;
}

.modal-overlay#addBioModal .modal-body .modal-content .form-row .col-md-10 .col-md-2 .attachment-preview-wrapper .attachment-file-name {
    text-align: center;
    padding: 12px 10px;
    background: #f2f2f2;
    font-size: 15px;
    color: #000;
    text-overflow: ellipsis;
}

.modal-overlay#addBioModal .modal-body .modal-content .multi-row .col-md-4 {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.modal-overlay#addBioModal .modal-body .modal-content .form-row .col-md-10 .col-md-2 .attachment-preview-wrapper .attachment-preview-item .remove-existing-attachment {
    margin: -10px 2px 5px 0;
    background: #f10000 url(../images/delete-application.svg) no-repeat 100%;
    background-size: 18px;
    background-position: center;
    width: 26px;
    height: 27px;
}

.modal-overlay#addBioModal .modal-body .modal-content .form-row .col-md-10 .col-md-2 .attachment-preview-wrapper .attachment-preview-item .attachment-download {
    float: none;
    position: absolute;
    background: #115cc0 url(../images/download-icon.svg) no-repeat 100%;
    background-size: 18px;
    background-position: center;
    width: 26px;
    height: 27px;
    border: 0;
    padding: 0;
    top: 3px;
    right: 27px;
}

.modal-overlay#addBioModal .modal-body .modal-content .multi-row .col-md-4 .form-group {
    width: 47%;
    margin: 0 3% 0 0;
}

.modal-overlay#addBioModal .modal-body .modal-content .multi-row .col-md-4 .form-group:nth-child(2) {
    margin: 0;
}

.modal-overlay#addBioModal .modal-body .modal-content .form-row .col-md-2:has(#selectedFile) {
    display: none;
}

.modal-overlay#addBioModal .modal-body .modal-content .form-row .col-md-2:has(#selectedFile.file-selected) {
    display: flex;
}

.modal-overlay#addBioModal .modal-body .modal-content .form-row .col-md-2:has(#selectedFile) input#selectedFile {
    width: calc(100% - 40px);
    display: inline-block;
}

.modal-overlay#addBioModal .modal-body .modal-content .form-row .col-md-2 .remove-file-btn {
    font-size: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: url(../images/minus-circle.svg) no-repeat 100%;
    background-size: 100%;
    border: 0;
    margin: 4px 0 0;
    display: inline-block;
    float: right;
}

.modal-overlay#addBioModal .modal-body .modal-content button.add-btn {
    border: 0;
    background: url(../images/add-circle.svg)no-repeat 100%;
    background-size: 100%;
    padding: 0;
    width: 23px;
    height: 23px;
    position: absolute;
    right: -4px;
    top: 32px;
    margin: 0;
    font-size: 0;
}

.modal-overlay#addBioModal .modal-body .modal-content button.remove-btn {
    border: 0;
    background: url(../images/minus-circle.svg)no-repeat 100%;
    background-size: 100%;
    padding: 0;
    width: 23px;
    height: 23px;
    position: absolute;
    right: -4px;
    top: 9px;
    display: none;
    margin: 0;
    font-size: 0;
}

.modal-overlay#addBioModal .modal-body .modal-content button.remove-btn2 {
    border: 0;
    background: url(../images/minus-circle.svg)no-repeat 100%;
    background-size: 100%;
    padding: 0;
    width: 23px;
    height: 23px;
    position: absolute;
    right: -4px;
    top: 2px;
    display: none;
    margin: 0;
    font-size: 0;
}


.modal-overlay#addBioModal .modal-body #attachModal {
    background: #fff;
    position: fixed;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto 0;
    justify-content: center;
    max-width: 600px;
    border-radius: 12px;
    padding: 0;
    box-shadow: 0px 2px 4px 2px rgba(0 0 0 / 0.15);
    transition: all 0.3s ease-in;
    z-index: 999999;
}

.modal-overlay#addBioModal .modal-body #attachModal .attach-modal-content {
    width: 100%;
}

.modal-overlay#addBioModal .modal-body #attachModal .close-modal {
    width: fit-content;
    background: #115cc0;
    padding: 0px 4px 3px 5px;
    font-size: 22px;
    font-weight: 300;
    border-radius: 50%;
    line-height: 20px;
    transition: all 0.25s ease-in;
    color: #fff;
    border: 2px solid #fff;
    top: 9px;
    right: 12px;
    position: absolute;
    z-index: 1;
}

.modal-overlay#addBioModal .modal-body #attachModal h5 {
    width: 100%;
    position: relative;
    background: #115cc0;
    right: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 0.45rem;
    padding: 13px 16px;
    border-radius: 10px 10px 0 0;
    line-height: 1;
    margin: 0 0 8px;
    margin-right: auto;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.31px;
}

.modal-overlay#addBioModal .modal-body #attachModal .attach-modal-body {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 1rem 1.85rem 1.5rem;
}

.modal-overlay#addBioModal .modal-body #attachModal .attach-modal-body button {
    margin: auto 9px 0 auto;
    background: #115cc0;
    padding: 10px 15px;
}

.modal-overlay#addBioModal .modal-body #attachModal .attach-modal-body button:hover {
    background: rgba(17 92 192 / 80%);
}

.modal-overlay#addBioModal .modal-body #attachModal .attach-modal-body .form-group {
    width: calc(100% - 150px);
}

.modal-overlay#addBioModal .modal-body #attachModal .attach-modal-body .form-group .form-control {
    margin: 0;
}


.modal-overlay#addBioModal .modal-body .modal-content .interview-table {
    margin: 0 0 40px;
}

.modal-overlay#addBioModal .modal-content .col-md-2:has(select.form-control#aa_doc_status) {
    display: flex;
    flex-wrap: wrap;
}

.modal-overlay#addBioModal .modal-content .col-md-2:has(select.form-control#aa_doc_status) .form-group {
    display: flex;
    flex-wrap: wrap;
}

.modal-overlay#addBioModal .modal-content .col-md-2:has(select.form-control#aa_doc_status) .form-group select.form-control {
    margin-top: auto;
}

.modal-bio.minimized #sidbarItm {
    display: none;
}

.modal-overlay#addBioModal:has(.minimized) {
    z-index: 0;
}

.modal-overlay.minimized {
    z-index: 0;
}

.modal-overlay#addBioModal .modal-bio.minimized .modal {
    width: 100%;
    padding: 0;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
    min-height: 45px;
}

.modal-overlay#addBioModal .modal-bio.minimized {
    bottom: -2px !important;
    width: 350px;
    border-radius: 0;
    right: 1% !important;
    left: auto !important;
    top: auto !important;
    margin: 0 0 0 auto;
}

.modal-overlay .minimized .bio-header {
    width: 100%;
}


.modal-overlay#addBioModal .modal-content .modal-col1 {
    width: 100%;
    display: block;
    height: 100%;
    /* border: 1px dashed #cfcfcf; */
    max-height: 160px;
    border-radius: 50%;
    position: relative;
}

.modal-overlay#addBioModal .modal-content .form-group {
    width: 100%;
    display: block;
    position: relative;
}

.modal-overlay#addBioModal .modal-body .modal-content:first-child .form-row .col-md-10 .col-md-1 {
    width: 12.333333%;
}

.modal-overlay#addBioModal .modal-body .modal-content:first-child .form-row .col-md-10 .col-md-1:has(label[for="time"]) {
    width: 17.333333%;
    padding-right: 0.5%;
}

.modal-overlay#addBioModal .modal-content .col-md-3:has(label[for="aa_form_address"]) {
    width: 41.53%;
}

.modal-overlay .modal-body .modal-content .form-group .aa-new-badge {
    position: absolute;
    top: 0;
    right: 42px;
    border-radius: 4px;
}

.modal-overlay#addBioModal .modal-content .form-group.search-col .nxt-prv-btn {
    float: right;
    flex-direction: row;
}

.modal-overlay#addBioModal .modal-content .form-group.search-col .nxt-prv-btn button {
    width: auto;
    background: none;
    border: 0;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    margin: 0;
}

.modal-overlay#addBioModal .modal-content .form-group.search-col .nxt-prv-btn button.prv-btn {
    border-right: 13px solid #115cc0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.modal-overlay#addBioModal .modal-content .form-group.search-col .nxt-prv-btn button.nxt-btn {
    border-left: 13px solid #115cc0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.modal-overlay#addBioModal .modal-content .form-group label {
    font-size: 15px;
    color: #000;
    letter-spacing: 0.15px;
    line-height: 1.45;
    font-weight: 400;
    margin: 0 0 2px;
}

.modal-overlay .modal-body .modal-content .form-row {
    padding-inline: 0;
}

.modal-overlay .modal-body .modal-content .row {
    margin-inline: 0;
    gap: 0.75%;
    row-gap: 0.75rem;
}

.modal-overlay .modal-body .modal-content .row.form-row + .modal-content {
    margin-top: 0.75rem;
}

.modal-overlay .modal-body .modal-content .row > div {
    padding-inline: 0;
}

.modal-overlay#addBioModal .modal-body .modal-content .form-row > div {
    padding-inline: 0;
}

.modal-overlay#addBioModal .modal-body .modal-content .row > div {
    padding-inline: 0;
}

.modal-overlay#addBioModal .modal-body .modal-content#bioDataContent11 {
    padding-bottom: 12px;
}

.modal-overlay#addBioModal .modal-body .modal-content .col-md-2 .form-group .checkbox-row {
    margin-top: 30px;
}

#addBioModal.modal-overlay .modal-body .modal-content .form-group label:has(img) {
    padding-left: 34px;
}

#addBioModal.modal-overlay .modal-body .modal-content .form-group label:has(img) span {
    width: 25px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -2px;
}

.modal-overlay#addBioModal .modal-content .form-group label:has(input[type="checkbox"]) {
    cursor: pointer;
}

.modal-overlay .modal-body .form-group .select2 .selection {
    margin: 0 0 0;
    display: block;
}

.modal-overlay#addBioModal .modal-content .form-group .select2-selection__clear {
    padding: 2px 5px 3px;
    background: #115cc0;
    border-color: #115cc0 !important;
    position: relative;
    z-index: 1;
    top: 7px;
    border-radius: 50%;
    color: #fff;
    height: auto;
    line-height: 16px;
}

.modal-overlay#addBioModal .modal-content .form-group .select2-selection__clear:hover {
    background: #293138;
    border-color: #293138 !important;
}

.modal-overlay#addBioModal .modal-content #phone_container {
    position: relative;
    width: auto;
    max-width: min-content;
    display: flex;
    gap: 0.5rem;
}

.modal-overlay#addBioModal .modal-content #phone_container .col-md-3 {
    width: auto;
    position: relative;
    min-width: 12.97vw;
    margin: 0;
}

.modal-overlay#addBioModal .modal-content #phone_container .form-group {
    width: calc(100% - 30px);
}

.modal-overlay#addBioModal .modal-content #phone_container button.add-btn {
    right: 3px;
}

.modal-overlay#addBioModal .modal-content #phone_container button.remove-bttn {
    border: 0;
    background: url(../images/minus-circle.svg) no-repeat 100%;
    background-size: 100%;
    padding: 0;
    width: 23px;
    height: 23px;
    position: absolute;
    right: 4px;
    top: 2px;
    display: none;
    margin: 0;
    font-size: 0;
}

.modal-overlay#addBioModal .modal-content .multi-call-col1 .form-row.guardian-item {
    position: relative;
    gap: 2%;
}

.modal-overlay#addBioModal .modal-content .multi-call-col1 {
    position: relative;
    width: 48.80%;
}

.modal-overlay#addBioModal .modal-content .multi-call-col1 .form-row {
    width: 100%;
    display: flex;
    gap: 3%;
}

.modal-overlay#addBioModal .modal-content .multi-call-col1 .relationship-repeater {
    position: relative;
}

.modal-overlay#addBioModal .modal-content .multi-call-col1 .col-md-2 {
    width: 30.66%;
    position: relative;
}

.modal-overlay#addBioModal .modal-content .multi-call-col1 .row {
    flex-wrap: nowrap;
}

.modal-overlay#addBioModal .modal-content .multi-call-col1 button.add-btn {
    right: 0;
}

.modal-overlay#addBioModal .modal-content .multi-call-col1 button.remove-bttn {
    border: 0;
    background: url(../images/minus-circle.svg) no-repeat 100%;
    background-size: 100%;
    padding: 0;
    width: 23px;
    height: 23px;
    position: absolute;
    right: 0;
    top: 9px;
    display: none;
    margin: 0;
}

.modal-overlay#addBioModal .modal-content .form-group .form-control {
    margin: 0 0 22px;
    width: 100%;
    height: 38px;
    padding: 0.55rem 0.85rem;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    font-size: 15px;
    color: #000;
    display: block;
    line-height: normal;
}

.modal-overlay#addBioModal .modal-content .form-group input[readonly] {
    background: #eeeeee;
}

.modal-overlay#addBioModal .modal-content .form-group select.form-control {
    cursor: pointer;
}

.modal-overlay#addBioModal .modal-content .col-md-2:has(.select2) .select2.select2-container .select2-selection--multiple textarea.select2-search__field {
    position: absolute;
    top: 0;
    padding: 10px 10px 0;
}

.modal-overlay#addBioModal .modal-content .form-group.search-col input[type="search"] {
    width: 100%;
    background-position-x: 94%;
    display: inline-block;
}

.modal-overlay#addBioModal .modal-content .form-group.search-col input[type="number"] {
    width: 74.5%;
    display: inline-block;
}

.modal-overlay#addBioModal .modal-content .form-group.search-col input[type="text"] {
    width: calc(100% - 40px);
    display: inline-block;
}

.modal-overlay#addBioModal .modal-content .form-group .form-control {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 17px;
}

.modal-overlay#addBioModal .modal-body .modal-content .form-group .select2-selection .select2-selection__rendered {
    font-size: 17px;
    font-weight: 500;
}

.modal-overlay#addBioModal .modal-body .form-group .select2 .selection textarea.select2-search__field {
    font-size: 17px;
    font-weight: 500;
}

.modal-overlay#addBioModal .modal-content .col-md-4 .modal-col1 {
    display: flex;
    flex-wrap: wrap;
    height: auto;
}

.modal-overlay#addBioModal .modal-content .col-md-4 .modal-col1 .form-group {
    width: 48%;
    margin: 0 4% 0 0;
}

.modal-overlay#addBioModal .modal-content .col-md-4 .modal-col1 .form-group.search-col {
    margin: 0;
}

.modal-overlay#addBioModal .modal-content .col-md-4 .modal-col1 .form-group:nth-child(2) {
    margin: 0;
}

.modal-overlay#addBioModal .modal-content .col-md-4 .modal-col1.full .form-group {
    margin: 0;
    width: 100%;
}

.modal-overlay .modal-body .modal-content .form-row.row > div {
    padding-inline: 0;
}

.modal-overlay#addBioModal .modal-content .modal-col1 .image-upload {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
    padding: 0;
    position: relative;
    justify-content: center;
    margin: 0 0 0;
}

.modal-overlay#addBioModal .modal-content .modal-col1:before {
    content: "";
    position: absolute;
    width: 106%;
    height: 106%;
    top: -3%;
    left: -3.5%;
    right: 0;
    background: #fff;
    border: 1px solid #3071c8;
    border-radius: 12px;
    box-shadow: 0 0 4px 4px rgb(239 244 255 / 0.05);
}

.modal-overlay#addBioModal .modal-content .modal-col1 .image-upload label {
    /* background: radial-gradient(#115cc0, transparent); */
    border-radius: 10px;
    width: 100%;
    position: relative;
}

.modal-overlay#addBioModal .modal-content .modal-col1 .image-upload #removeProfileImage {
    font-size: 19px;
    position: absolute;
    top: -8px;
    background: radial-gradient(circle at center, #f10000 0%, #f10000 45%, #f10000 100%);
    border-color: #f10000;
    color: #fff;
    padding: 3px 8px;
    font-weight: 600;
    right: -8px;
    margin: 0;
    box-shadow: 0 0 2px 2px rgba(0 0 0 / 0.15);
    z-index: 9;
}

.modal-overlay#addBioModal .modal-content .modal-col1 .image-upload #removeProfileImage:hover {
    opacity: 0.8;
}

.modal-overlay#addBioModal .modal-content .modal-col1 .image-upload .preview-container {
    width: 100%;
    height: 100%;
    margin: 0 auto 0;
    border-radius: 10px;
    aspect-ratio: 4/4;
    cursor: pointer;
    transition: all ease-in;
    overflow: hidden;
    border: 1px dotted #9DC7FF;
    text-align: center;
}

.modal-overlay#addBioModal .modal-content .modal-col1 .image-upload .preview-container.preview-saved img {
    max-width: 100%;
    margin: 0 auto 0;
    height: 100%;
    z-index: 9;
    position: relative;
    background-color: #fff;
    object-fit: cover;
}

.modal-overlay#addBioModal .modal-content .modal-col1 .image-upload .preview-container img {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin: 30px auto 0;
    border-radius: 10px;
    /* background: #115cc0bd; */
    transform: none;
    /* transition: all 0.25s ease-in; */
    max-width: 37px;
}

.modal-overlay#addBioModal .modal-content .image-upload .prf-up-con {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 94%;
    margin-inline: auto;
    left: 0;
    right: 0;
    margin: 0 auto 24px;
}

.modal-overlay#addBioModal .modal-content .image-upload .prf-up-con h4 {
    font-size: 13.5px;
    color: #0057a9;
    letter-spacing: 0.31px;
    line-height: 1.45;
    font-weight: 500;
    margin: 0 0 8px;
}

.modal-overlay#addBioModal .modal-content .image-upload .prf-up-con h5 {
    font-size: 12px;
    color: #3071c8;
    letter-spacing: 0.31px;
    line-height: 1.45;
    font-weight: 500;
    margin: 0 0 8px;
}

.modal-overlay#addBioModal .modal-content .modal-col1 .image-upload input {
    border: 1px solid #cfcfcf;
    border-radius: 5px;
}

.modal-overlay#addBioModal .modal-content .form-group textarea.form-control {
    min-height: 38px;
    height: revert-rule;
    max-height: 300px;
}

.modal-overlay#addBioModal .modal-content .form-group textarea.form-control[readonly] {
    background: #eee;
}

.modal-overlay#addBioModal .modal-content .form-group textarea.form-control[name="narration"],
.modal-overlay#addBioModal .modal-content .form-group textarea.form-control[name="new_narration"] {
    height: auto;
}

.modal-overlay#addBioModal .modal-body #editNarrationHistory {
    font-size: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M21.2799 6.40005L11.7399 15.94C10.7899 16.89 7.96987 17.33 7.33987 16.7C6.70987 16.07 7.13987 13.25 8.08987 12.3L17.6399 2.75002C17.8754 2.49308 18.1605 2.28654 18.4781 2.14284C18.7956 1.99914 19.139 1.92124 19.4875 1.9139C19.8359 1.90657 20.1823 1.96991 20.5056 2.10012C20.8289 2.23033 21.1225 2.42473 21.3686 2.67153C21.6147 2.91833 21.8083 3.21243 21.9376 3.53609C22.0669 3.85976 22.1294 4.20626 22.1211 4.55471C22.1128 4.90316 22.0339 5.24635 21.8894 5.5635C21.7448 5.88065 21.5375 6.16524 21.2799 6.40005Z' stroke='%23115cc0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='transparent'/%3E%3Cpath d='M11 4H6C4.93913 4 3.92178 4.42142 3.17163 5.17157C2.42149 5.92172 2 6.93913 2 8V18C2 19.0609 2.42149 20.0783 3.17163 20.8284C3.92178 21.5786 4.93913 22 6 22H17C19.21 22 20 20.2 20 18V13' stroke='%23115cc0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='transparent'/%3E%3C/svg%3E") no-repeat;
    background-size: 28px;
    width: 30px;
    height: 30px;
    border-radius: 0;
    margin: 0 0 12px;
    padding: 0;
    transition: all 0.25s ease-in;
}

.modal-overlay#addBioModal .modal-body #editNarrationHistory:hover {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M21.2799 6.40005L11.7399 15.94C10.7899 16.89 7.96987 17.33 7.33987 16.7C6.70987 16.07 7.13987 13.25 8.08987 12.3L17.6399 2.75002C17.8754 2.49308 18.1605 2.28654 18.4781 2.14284C18.7956 1.99914 19.139 1.92124 19.4875 1.9139C19.8359 1.90657 20.1823 1.96991 20.5056 2.10012C20.8289 2.23033 21.1225 2.42473 21.3686 2.67153C21.6147 2.91833 21.8083 3.21243 21.9376 3.53609C22.0669 3.85976 22.1294 4.20626 22.1211 4.55471C22.1128 4.90316 22.0339 5.24635 21.8894 5.5635C21.7448 5.88065 21.5375 6.16524 21.2799 6.40005Z' stroke='%23115cc0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='transparent'/%3E%3Cpath d='M11 4H6C4.93913 4 3.92178 4.42142 3.17163 5.17157C2.42149 5.92172 2 6.93913 2 8V18C2 19.0609 2.42149 20.0783 3.17163 20.8284C3.92178 21.5786 4.93913 22 6 22H17C19.21 22 20 20.2 20 18V13' stroke='%23DB3A3F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='transparent'/%3E%3C/svg%3E") no-repeat;
}

.modal-overlay#addBioModal .modal-body .modal-content .col-md-8 .form-group {
    width: 100%;
    display: inline-block;
}

.modal-overlay#addBioModal .modal-body .modal-content .col-md-8 .form-group:nth-child(2) {
    float: right;
}

.modal-overlay#addBioModal .modal-body .modal-content .col-md-8 .form-group:nth-child(3) {
    width: 100%;
}

.modal-overlay#addBioModal .modal-content .col-md-4 .form-group:has(input[type="checkbox"]) {
    display: flex;
    flex-wrap: wrap;
}

.modal-overlay#addBioModal .modal-content .col-md-4 .form-group:has(input[type="checkbox"]) input.form-control {
    width: calc(100% - 100px);
}

.modal-overlay#addBioModal .modal-content .col-md-4 .form-group:has(input[type="checkbox"]) label {
    width: 100%;
}

.modal-overlay#addBioModal .modal-content .col-md-4 .form-group:has(input[type="checkbox"]) label:has(input[type="checkbox"]) {
    width: auto;
    display: flex;
    align-items: center;
    margin: 0 0 22px 10px;
    gap: 5px;
}

.modal-overlay#addBioModal .modal-content .form-group input[type="checkbox"] {
    -webkit-appearance: none;
    border: 1px solid #b3b3b3;
    width: 18px;
    height: 18px;
    padding: 0;
    border-radius: 2px;
    margin: -2px 0 0 0;
}

.modal-overlay#addBioModal .modal-content .form-group input[type="checkbox"]:checked {
    background: #115cc0;
    border: 2px solid #fff;
    outline: 1px solid #115cc0;
}

.modal-overlay#addBioModal .modal-content .add-row {
    border: 0;
    background: url(../images/add-circle.svg) no-repeat 100%;
    background-size: 100%;
    padding: 0;
    width: 24px;
    height: 24px;
    font-size: 0;
}

.modal-overlay#addBioModal .modal-body .modal-action {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #cfcfcf;
    border-radius: 0 0 6px 6px;
    padding: 14px 28px;
}

.modal-overlay#addBioModal .modal-body .modal-action ul {
    width: auto;
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0 14px 0 11px;
}

.modal-overlay#addBioModal .modal-body button {
    font-size: 16px;
    letter-spacing: 0.24px;
    border-radius: 30px;
    font-weight: 500;
    padding: 8px 15px;
    line-height: normal;
    margin: 0 7px 0 0;
    -webkit-appearance: none;
    outline: none;
    box-shadow: none;
    border: 1px solid;
}

.modal-overlay#addBioModal .modal-body .aa-diary-modal .select2-selection__clear {
    z-index: 1;
    position: relative;
    top: 5px;
    display: inline-block;
    float: right;
}

.modal-overlay#addBioModal .modal-body .save-btn {
    background: #279E5A;
    border-color: #279E5A;
    color: #fff;
}

.modal-overlay#addBioModal .modal-body .clear-btn {
    border-color: #e2e2e2;
    background: #e2e2e2;
}

.modal-overlay#addBioModal .modal-body .note-btn {
    border-color: #e2e2e2;
    background: #e2e2e2;
}

.modal-overlay#addBioModal .modal-body .dairy-btn {
    background: #000;
    color: #fff;
}

.modal-overlay#addBioModal .modal-body .del-btn {
    background: #000;
    color: #fff;
}

.modal-overlay#addBioModal .modal-body .modal-content .multi-row:has(.post-applied-item) {
    flex-wrap: wrap;
    margin-bottom: 0.75rem;
}

.modal-overlay#addBioModal .modal-body .modal-content .multi-row .col-md-8 {
    display: flex;
    position: relative;
    gap: 0.5%;
    width: auto;
    padding-right: 26px;
}

.modal-overlay#addBioModal .modal-body .modal-content .multi-row .col-md-8.post-applied-item:first-child {
    margin-top: 0;
}

.modal-overlay#addBioModal .modal-body .modal-content .multi-row .col-md-8.post-applied-item {
    margin-top: 0.5rem;
}

.modal-overlay#addBioModal .modal-body .modal-content .multi-row .col-md-8 .form-group {
    width: 21vw;
    margin: 0;
}

.modal-overlay#addBioModal .modal-body .modal-content .multi-row .col-md-8 .form-group:nth-child(3) {
    width: 23.55%;
}

#sidbarItm {
    position: relative;
    left: 0;
    width: 66px;
    background: #115CC0;
    height: inherit;
    bottom: 0;
    padding: 25px 10px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

#sidbarItm li a {
    padding: 9px;
    display: block;
}

#sidbarItm li img {
    width: 100%;
    display: block;
}

#sidbarItm .sidbar-lists {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 0.65rem;
}

#sidbarItm .sidbar-lists li {
    position: relative;
}

#sidbarItm .sidbar-lists li .tool-help {
    position: absolute;
    background: #f4f5f7;
    padding: 6px 8px;
    font-size: 14px;
    border-radius: 4px;
    z-index: 999999;
    left: 41px;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    letter-spacing: 0.31px;
    box-shadow: 2px 1px 4px 1px rgba(0 0 0 / 0.25);
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in;
}

#sidbarItm .sidbar-lists li:hover .tool-help {
    opacity: 1;
    visibility: visible;
}

/* new-chat-pop */

header .newchat {
    position: absolute;
    width: 100%;
    max-width: 600px;
    display: none;
    background: #fff;
    box-shadow: 0 0 4px 4px rgba(0 0 0 / 0.05);
    border-radius: 10px;
}

header .newchat.open {
    display: block;
}

header .newchat .newchatheader {
    background: #293138;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 15px 20px;
    border-radius: 10px 10px 0 0;
}

header .newchat .chat-filter {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 3% 2% 3%;
    gap: 2%;
    position: relative;
    background: #f5f5f5;
}

header .newchat .chat-filter ul {
    width: calc(100% - 26px);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
    max-width: 86%;
}

header .newchat .chat-filter #filter-btn1 {
    width: 26px;
    display: inline-block;
    background: #293138;
    border-radius: 6px;
    padding: 2px;
    margin-left: auto;
}

header .newchat .chat-filter ul li a {
    text-align: center;
    width: 100%;
    display: block;
    border: 1px solid;
    border-radius: 30px;
    padding: 8px 4px;
    font-size: 14px;
    border: 1px solid #c9c9c9;
    color: #000;
    font-weight: 600;
}

header .newchat .chat-filter ul li {
    width: 100%;
    text-align: center;
}

header .newchat .chat-filter .filter-drop {
    position: absolute;
    background: #fff;
    top: 0;
    right: 0;
    min-width: 280px;
    padding: 15px;
    display: none;
}

header .newchat .chat-filter .filter-drop h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 8px;
}

header .newchat .chat-filter .filter-drop .form-row {
    width: 100%;
    display: flex;
    gap: 4%;
}

header .newchat .chat-filter .filter-drop .form-row .form-group {
    width: 48%;
}

header .newchat .chat-filter .filter-drop label {
    font-size: 15px;
    color: #000;
    margin: 0 0 10px;
}

header .newchat .chat-body {
    height: auto;
    width: 100%;
    display: block;
    padding: 0;
}

header .newchat .chat-body .chat-content {
    width: 100%;
    display: block;
    margin: 0 0 0;
    position: relative;
    padding: 3% 4% 3%;
}

header .newchat .chat-body .chat-content .chat-top {
    width: 100%;
    display: block;
}

header .newchat .chat-body .chat-content .chat-top ul {
    width: 100%;
    display: flex;
    margin: 0 0 10px;
    align-items: center;
}

header .newchat .chat-body .chat-content .chat-top h3 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

header .newchat .chat-body .chat-content .chat-top ul li {
    color: #858585;
    font-size: 13px;
    position: relative;
}

header .newchat .chat-body .chat-content .chat-top ul li:nth-child(2) {
    margin-inline: auto;
}

header .newchat .chat-body p {
    font-size: 16px;
    color: #000;
    line-height: 1.45;
    margin: 0 0 1rem;
    font-weight: 500;
}

header .newchat .chat-body .chat-content .chat-main {
    width: 100%;
    background: #f5f5f5;
    padding: 15px;
    padding-bottom: 5px;
    border-radius: 12px;
}

header .newchat .newchatheader h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-right: auto;
}

header .newchat .newchatheader button {
    background: rgba(243 236 224 / 41%);
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: normal;
    padding: 2px 6px 4px;
}

header .newchat .chat-body .new-chat-content {
    width: 100%;
    display: block;
}

header .newchat .chat-body .new-chat-content textarea.form-control {
    width: 100%;
    border: 1px solid #c9c9c9;
    border-radius: 12px;
    resize: none;
    padding: 1.115rem 1rem 0;
    min-height: 100px;
    height: auto;
    color: #000;
    font-size: 16px;
    margin: 0 0 1.25rem;
}

header .newchat .chat-body .new-chat-content {
    width: 100%;
    display: block;
    padding: 3% 4% 3%;
    background: #ededed;
}

header .newchat .chat-body .new-chat-content textarea.form-control {
    width: 100%;
    border: 1px solid #c9c9c9;
    border-radius: 12px;
    resize: none;
    padding: 1.115rem 1rem 0;
    min-height: 100px;
    height: auto;
    color: #000;
    font-size: 16px;
    margin: 0 0 1.25rem;
}

header .newchat .chat-body .new-chat-content {
    width: 100%;
    display: block;
    padding: 3% 4% 3%;
    background: #ededed;
}

header .newchat .chat-body .new-chat-content textarea.form-control {
    width: 100%;
    border: 1px solid #c9c9c9;
    border-radius: 12px;
    resize: none;
    padding: 1.115rem 1rem 0;
    min-height: 100px;
    height: auto;
    color: #000;
    font-size: 16px;
    margin: 0 0 1.25rem;
}

header .newchat .chat-body .new-chat-content .chat-field {
    width: 100%;
    display: block;
}

header .newchat .chat-body .new-chat-content .bottom-chat-panel {
    width: 100%;
}

header .newchat .chat-body .chat-panel1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 1.15rem;
    gap: 1.82%;
}

header .newchat .chat-body .chat-panel1 input.search-panel {
    width: 28%;
    border: 1px solid #c9c9c9;
    border-radius: 30px;
    padding: 0 1rem 0;
    height: 45px;
    color: #000;
    font-size: 16px;
}

header .newchat .chat-body .chat-panel1 input.search-result {
    width: 70%;
    border: 1px solid #c9c9c9;
    border-radius: 30px;
    padding: 0 1rem 0;
    height: 45px;
    color: #000;
    font-size: 16px;
}

header .newchat .chat-body .new-chat-content .chat-panel2 {
    width: 100%;
    display: flex;
    align-items: center;
}

header .newchat .chat-body .new-chat-content .chat-panel2 .send-btn {
    background: #d9a94a;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 0.65rem 1.5rem;
}

header .newchat .chat-body .new-chat-content .chat-panel2 label {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

header .newchat .chat-body .new-chat-content .chat-panel2 label input[type="checkbox"] {
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid #c9c9c9;
    background: #fff;
    margin: 0 8px 0 0;
    position: relative;
    top: 2px;
}

header .newchat .chat-body .new-chat-content .chat-panel2 .form-group {
    width: auto;
    margin-inline: auto;
    display: flex;
    align-items: center;
    gap: 0.48rem;
}

header .newchat .chat-body .new-chat-content .chat-panel2 .form-group select.form-control {
    border-radius: 30px;
    min-width: 205px;
    border: 1px solid #c9c9c9;
    min-height: 46px;
}

header .newchat .chat-body .new-chat-content .chat-panel2 .form-group label {
    white-space: nowrap;
}

header .newchat .chat-body .chat-content .view-icon {
    padding: 0;
    background: url(../images/eye-icon.svg) no-repeat 14px;
    background-size: contain;
    background-position: center;
    width: 30px;
    height: 17px;
    display: inline-block;
    position: relative;
    top: 3px;
}

header .newchat .chat-body .chat-content .more-opt {
    padding: 0;
    background: url(../images/option-icon.svg) no-repeat 14px;
    background-size: 100%;
    width: 30px;
    display: inline-block;
    height: 14px;
    background-position: center;
}

header .newchat .chat-body .chat-content .chat-top ul li ul.drop-more {
    position: absolute;
    margin: 0;
    padding: 6px 12px;
    min-width: 60px;
    left: -13px;
    box-shadow: 0 0 2px 2px rgba(0 0 0 / 0.05);
    background: #fff;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
}

header .newchat .chat-body .chat-content .chat-top ul li ul.drop-more a {
    color: #000;
    font-size: 14px;
}

header .newchat.minimized .chat-filter {
    display: none;
}

header .newchat.minimized .chat-body {
    display: none;
}

header .newchat.minimized .newchatheader h3 {
    font-size: 16px;
}

header .newchat.minimized .newchatheader {
    padding: 10px 20px;
}

header .newchat.minimized .newchatheader button {
    font-size: 16px;
    padding: 0px 5px 2px;
}

.newchat.minimized {
    bottom: 0;
    top: inherit;
    right: 3;
    max-width: 300px;
    position: fixed;
}

.newchat-overlay {
    position: fixed;
    width: 100%;
    right: 0;
    max-width: 50%;
    display: none;
}

.newchat-overlay:has(.newchat.open) {
    display: block;
}

#urgentPopup .filters2 {
    display: flex;
    align-items: flex-end;
    gap: 28px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

#urgentPopup .filters2 .filter2-group label {
    display: block;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 12px;
    text-align: left;
    color: #000;
}

#urgentPopup .filters2 .filter2-group .from-to-label {
    display: flex;
    align-items: center;
    gap: 10px;
}

#urgentPopup .filters2 .filter2-group .range-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e6e8eb;
    border-radius: 22px;
    padding: 10px 16px;
    min-width: 220px;
    color: #555;
    font-size: 14px;
    position: relative;
}

.urgent-popup-content .urgent-texts select.pill,
.urgent-popup-content .urgent-texts .pill-select {
    appearance: none;
    border: 1px solid #e6e8eb;
    border-radius: 22px;
    padding: 10px 36px 10px 18px;
    font-size: 14px;
    color: #1a1a1a;
    background: #fff url(../images/drop-arrow.svg) no-repeat 100%;
    background-size: 16px;
    background-position-x: 90%;
    min-width: 130px;
    cursor: pointer;
}

.urgent-popup-content .filter-group {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 1%;
}

.urgent-popup-content .filter-group label {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 12px;
    text-align: left;
    color: #000;
}

.urgent-popup-content table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.urgent-popup-content table th {
    text-align: left;
    font-weight: 500;
    padding: 10px 12px;
    border-bottom: 1px solid #dedfdf;
    white-space: nowrap;
    background: #f7f8f9;
    color: #000;
}

.urgent-popup-content table td {
    text-align: left;
    font-weight: 400;
    padding: 10px 12px;
    border-bottom: 1px solid #dedfdf;
    white-space: nowrap;
    background: #f7f8f9;
    color: #777;
    box-shadow: none;
}

.urgent-popup-content table td.dataTables_empty {
    text-align: center;
}

.urgent-popup-content table td input.urgent-chat-check {
    -webkit-appearance: none;
    width: 20px;
    height: 18px;
    border: 1px solid #c9c9c9;
    background: none;
    margin: 0;
    position: relative;
    top: 2px;
    border-radius: 1px;
    padding: 0;
    cursor: pointer;
    position: relative;
}

.urgent-popup-content table td:has(input[type="checkbox"]) {
    padding-right: 0;
}

.urgent-popup-content table td input.urgent-chat-check:checked {
    background: #fff;
}

.urgent-popup-content table td input.urgent-chat-check:checked:after {
    content: "\2713";
    position: absolute;
    left: 5px;
    line-height: normal;
    font-size: 14px;
    top: -2.5px;
}




.urgent-popup-content .footer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-top: 1px solid #e6e8eb;
    margin-top: 8px;
}

.urgent-popup-content .footer button {
    border-radius: 30px;
    font-size: 16px;
    line-height: normal;
    background: #115cc0;
    border: 1px solid #115cc0;
}

.urgent-popup-content #urgentChatTable_wrapper {
    width: 100%;
}

.urgent-popup-content .filter-group .select2.select2-container {
    min-width: 205px;
    margin: 0 0 0;
    width: calc(205px - 75px) !important;
}

.urgent-popup-content .filter-group .select2.select2-container .selection {
    width: 100%;
    display: block;
    position: relative;
}

.urgent-popup-content .filter-group .select2.select2-container .select2-selection {
    height: 38px;
    background: #fff;
    border: 1px solid #c9c9c9;
    padding: 0 0 0 15px;
    box-shadow: none;
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: inherit;
}

.urgent-popup-content .filter-group .select2.select2-container .select2-selection .select2-selection__rendered {
    padding: 0;
    font-size: 14px;
    color: #000;
}

.urgent-popup-content .filter-group .select2.select2-container .select2-selection .select2-selection__rendered .select2-selection__placeholder {
    color: #000;
}

.urgent-popup .select2-dropdown {
    border-radius: 8px;
    border-color: #c9c9c9;
}

.urgent-popup .select2-dropdown input.select2-search__field {
    border-radius: 6px;
    border-color: #c9c9c9;
}

.urgent-popup-content .filter-group .select2.select2-container .select2-selection .select2-selection__arrow {
    height: 34px;
    background: url(../images/drop-arrow.svg) no-repeat 100%;
    background-size: 16px;
    background-position-x: 95%;
    right: 6%;
}

.urgent-popup-content .filter-group .select2.select2-container .select2-selection .select2-selection__arrow b {
    display: none;
}

#urgentPopup .filters2 .filter2-group .range-input>span {
    height: 34px;
    background: url(../images/drop-arrow.svg) no-repeat 100%;
    background-size: 16px;
    background-position-x: 95%;
    right: 6%;
    position: absolute;
    font-size: 0;
    width: 20px;
}

.urgent-popup-content #urgentChatTable_wrapper .row .col-sm-12.col-md-6 {
    margin: 0 0 30px;
    width: auto;
}

.urgent-popup-content #urgentChatTable_wrapper .dataTables_length {
    width: auto;
    display: inline-block;
}

.urgent-popup-content #urgentChatTable_wrapper .dataTables_length label {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    gap: 0.5rem;
    color: #000;
}

.urgent-popup-content #urgentChatTable_wrapper .dataTables_length select.form-select {
    appearance: none;
    border: 1px solid #e6e8eb;
    border-radius: 22px;
    padding: 10px 36px 10px 18px;
    font-size: 14px;
    color: #1a1a1a;
    background: #fff url(../images/drop-arrow.svg) no-repeat 100%;
    background-size: 16px;
    background-position-x: 52px;
    min-width: auto;
    cursor: pointer;
    line-height: normal;
    min-height: 40px;
    box-shadow: none;
}

.urgent-popup-content #urgentChatTable_wrapper #urgentChatTable_filter {
    width: auto;
}

.urgent-popup-content #urgentChatTable_wrapper #urgentChatTable_filter label {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    gap: 0.5rem;
    color: #000;
}

.urgent-popup-content #urgentChatTable_wrapper #urgentChatTable_filter input.form-control {
    border: 1px solid #cfcfcf;
    border-radius: 30px;
    padding: 0 1rem 0;
    height: 40px;
    color: #000;
    font-size: 16px;
    background: #fff;
    box-shadow: none;
}

.urgent-popup-content #urgentChatTable_wrapper .row .col-sm-12.col-md-5 {
    width: auto;
}

.urgent-popup-content #urgentChatTable_wrapper .dataTables_info {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    line-height: 1.35;
    padding: 7px 0 7px;
}

.urgent-popup-content #urgentChatTable_wrapper .dataTables_paginate {
    width: auto;
    display: inline-block;
}

.urgent-popup-content #urgentChatTable_wrapper .row .col-sm-12.col-md-7 {
    width: auto;
}

.urgent-popup-content #urgentChatTable_wrapper .dataTables_paginate .pagination {
    gap: 0.65rem;
}

.urgent-popup-content .dataTables_paginate .pagination .previous.page-item .page-link {
    background: none;
    border: none;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    color: #115cc0;
    padding: 0.41rem 0;
    transition: all 0.25s ease-in;
    width: auto;
}

.urgent-popup-content .dataTables_paginate .pagination .previous.disabled .page-link {
    opacity: 0.65;
}

.urgent-popup-content .dataTables_paginate .pagination .next.page-item .page-link {
    background: none;
    border: none;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    color: #115cc0;
    padding: 0.41rem 0;
    transition: all 0.25s ease-in;
    width: auto;
}

.urgent-popup-content .dataTables_paginate .pagination .next.disabled .page-link {
    opacity: 0.65;
}

.urgent-popup-content .dataTables_paginate .pagination .page-item .page-link {
    background: none;
    border: none;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    color: #115cc0;
    padding: 0.41rem 0.25rem;
    width: auto;
    transition: all 0.25s ease-in;
    text-align: center;
    margin: 0;
}

.urgent-popup-content .dataTables_paginate .pagination .page-item .page-link:hover {
    color: #191919;
}










.modal-overlay.open {
    visibility: visible;
    opacity: 1;
    display: flex !important;
}

.modal-overlay:has(.open) {
    visibility: visible;
    opacity: 1;
}

.modal-overlay:has(.open.closed) {
    visibility: visible;
    opacity: 1;
}


/* .modal-overlay:has(.closed) {
    visibility: hidden;
    opacity: 0;
} */

#newChatList.modal-bio {
    width: calc(100% - 60px);
    overflow: visible;
    box-shadow: -1px 2px 6px 5px rgba(0 0 0 / 0.05);
    border-radius: 12px;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 900px;
    max-height: calc(100% - 92px);
    background: #fff;
    height: 90%;
    display: block;

}

#newChatList.modal-bio .newchatheader {
    width: 100%;
    position: relative;
    background: #115cc0;
    right: 0;
    left: 0;
    margin: 0 auto 0;
    z-index: 9;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    gap: 0.45rem;
    padding: 8px 14px;
    border-radius: 10px 10px 0 0;
}

#newChatList.modal-bio .newchatheader h3 {
    line-height: 1;
    margin: 5px 0 0;
    margin-right: auto;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.31px;
}

#newChatList.modal-bio .newchatheader .chatmini {
    width: fit-content;
    background: #115cc0;
    padding: 0px 5px 3px;
    font-size: 22px;
    font-weight: 300;
    border-radius: 50%;
    line-height: 20px;
    transition: all 0.25s ease-in;
    z-index: 9;
    color: #fff;
    border: 2px solid #fff;
}

#newChatList.modal-bio .newchatheader .chat-close {
    width: fit-content;
    background: #115cc0;
    padding: 0px 4px 3px 5px;
    font-size: 22px;
    font-weight: 300;
    border-radius: 50%;
    line-height: 20px;
    transition: all 0.25s ease-in;
    color: #fff;
    border: 2px solid #fff;
    position: relative;
    top: inherit;
    right: inherit;
}

#newChatList.modal-bio .modal-body {
    width: 100%;
    padding: 0;
    border-radius: 10px 10px 0 0;
    overflow: visible;
    height: calc(100% - 44px);
    max-height: 100%;
}

#newChatList.modal-bio .chat-filter {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 14px 4% 14px;
    gap: 2%;
    position: relative;
    background: #f7f8f9;
}

#newChatList.modal-bio .chat-filter ul {
    width: calc(100% - 26px);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
    max-width: 86%;
}

#newChatList.modal-bio .chat-filter ul li {
    width: 100%;
    text-align: center;
    position: relative;
}

#newChatList.modal-bio .chat-filter ul li:has(.clear-chat-btn) {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#newChatList.modal-bio .chat-filter ul li .badge {
    background: #e60278;
    border-radius: 50%;
    top: -7px;
    right: -7px;
    position: absolute;
    min-width: 27px;
    min-height: 27px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-shadow: 0px 3px 4px 4px rgba(0 0 0 / 0.05);
}

#newChatList.modal-bio .chat-filter ul li:has(.clear-chat-btn) .badge {
    right: 34px;
}

#newChatList.modal-bio .chat-filter ul li a {
    text-align: center;
    width: 100%;
    display: block;
    border: 1px solid;
    border-radius: 30px;
    padding: 8px 4px;
    font-size: 16px;
    border: 1px solid #ddd;
    color: #000;
    font-weight: 600;
}

#newChatList.modal-bio .chat-filter ul li:has(.clear-chat-btn) a {
    width: calc(100% - 36px);
}

#newChatList.modal-bio .chat-filter ul li .clear-chat-btn {
    background: url(../images/sb-delete-icon.svg) no-repeat 100%;
    background-size: 16px;
    font-size: 0;
    background-color: #db3a3f;
    border: 0;
    width: 1.75rem;
    height: 1.75rem;
    background-position: center;
    border-radius: 99px;
    box-shadow: 0 0 2px 2px rgba(0 0 0 / 0.16);
}

#newChatList.modal-bio .chat-filter ul li.active a,
#newChatList.modal-bio .chat-filter ul li a:hover {
    background: #115cc0;
    color: #fff;
}

#newChatList.modal-bio .chat-filter #filter-btn1 {
    width: 24px;
    display: inline-block;
    background: none;
    border-radius: 6px;
    padding: 0;
    margin-left: auto;
    border: 0;
}

#newChatList.modal-bio .chat-filter #filter-btn1 img {
    filter: invert(1);
}

#newChatList.modal-bio .chat-filter .filter-drop {
    position: relative;
    background: #fff;
    top: 0;
    right: 0;
    min-width: 280px;
    padding: 0;
    display: none;
}

#newChatList.modal-bio .chat-filter .filter-drop.open {
    display: block;
    top: 91%;
    z-index: 9;
    width: 100%;
    margin: 5px 0 0;
    background: #f7f8f9;
    padding-top: 15px;
    padding-bottom: 5px;
    border-top:1px solid #e8e8e8;
}

#newChatList.modal-bio .chat-filter .filter-drop .form-row .form-group .form-control {
    border: 1px solid #cfcfcf;
    border-radius: 30px;
    padding: 0 1rem 0;
    height: 45px;
    color: #000;
    font-size: 16px;
    background: #fff;
    box-shadow: none;
}

#newChatList.modal-bio .chat-filter .filter-drop .form-row .form-group .form-control::placeholder {
    color: #000;
}

#newChatList.modal-bio .chat-filter .filter-drop .form-row .select2-selection {
    height: 45px;
    border: 1px solid #cfcfcf;
    border-radius: 30px;
    padding: 0 1rem 0;
}

#newChatList.modal-bio .chat-filter .filter-drop .form-row .select2-selection .select2-selection__rendered {
    line-height: normal;
    padding: 0;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #000;
    font-size: 16px;
}

#newChatList.modal-bio .chat-filter .filter-drop .form-row .select2-selection .select2-selection__placeholder {
    color: #000;
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#newChatList.modal-bio .chat-filter .filter-drop .form-row .select2-selection .select2-selection__arrow {
    height: 39px;
    background: url(../images/drop-arrow.svg) no-repeat 100%;
    background-size: 17px;
    background-position-x: 95%;
    right: 6%;
}

#newChatList.modal-bio .chat-filter .filter-drop .form-row .select2-selection .select2-selection__arrow b {
    display: none;
}

#newChatList.modal-bio .chat-filter .filter-drop h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 8px;
}

#newChatList.modal-bio .chat-filter .filter-drop .form-row {
    width: 100%;
    display: flex;
    gap: 1%;
}

#newChatList.modal-bio .chat-filter .filter-drop .form-row .form-group {
    width: 48%;
}

#newChatList.modal-bio .chat-filter .filter-drop .filter-actions #clearChatFilter {
    font-size: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #F44336 url(../images/clear.svg) no-repeat 100%;
    background-size: 100%;
}

#newChatList.modal-bio .chat-filter .filter-drop .form-row .form-group label {
    font-size: 15px;
    color: #000;
    margin: 0 0 3px;
}

#newChatList.modal-bio .modal-body .chat-body {
    width: 100%;
    display: block;
    padding: 0;
    max-height: 100%;
    border-radius: 0 0 12px 12px;
    height: calc(100% - 64px);
    display: flex;
}

#newChatList.modal-bio .modal-body:has(.filter-drop.open) .chat-body {
    height: calc(100% - 182px);
}

#newChatList.modal-bio .modal-body .chat-body #chatMessages {
    padding: 0 4%;
    display: block;
    gap: 1%;
}

#newChatList.modal-bio .modal-body .chat-body .chat-content {
    width: 100%;
    display: inline-block;
    margin: 0 0 0;
    position: relative;
    margin-top: 5px;
    color: #1e3a8a;
    border: 1px solid #b8b8b8;
    border-radius: 6px;
}

#newChatList.modal-bio .modal-body .chat-body .chat-content {
    padding-bottom: 0;
}

#newChatList.modal-bio .modal-body .chat-body .own-message .chat-top ul li:first-child {
    order: 1;
}

#newChatList.modal-bio .modal-body .chat-body .chat-content .chat-main:before {
    content: "";
    position: absolute;
    left: -1px;
    top: -14px;
    width: 25px;
    height: 21px;
    background: #f4f5f7;
    transform: rotate(272deg);
    border-radius: 10% 500% 0 10%;
    border: 0;
    opacity: 0;
    visibility: hidden;
}

#newChatList.modal-bio .modal-body .chat-body .chat-content.own-message .chat-main:before {
    left: inherit;
    right: -1px;
    background: #f4f4f5;
    border-radius: 0 10% 500% 10%;
    transform: rotate(269deg);
}

#newChatList.modal-bio .modal-body .chat-body .chat-content .urgn-tag {
    z-index: 2;
    position: absolute;
    top: 41px;
    right: 1.5%;
    background: #f172733b;
    border: 1px solid #F17273;
    color: #F17273;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 50px;
    font-weight: 500;
    display: none;
}

#newChatList.modal-bio .modal-body .chat-body .chat-content .chat-reply-preview {
    background: none;
    margin: 0 0.715rem;
    border-radius: 4px;
    padding: 3px 6px;
    display: flex;
    flex-wrap: wrap;
    color: #7576b9;
    font-size: 14px;
}

#newChatList.modal-bio .modal-body .chat-body .chat-content .chat-reply-preview .reply-text {
    text-overflow: ellipsis;
    max-width: 29ch;
    white-space: nowrap;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

#newChatList.modal-bio .modal-body .chat-body .chat-content.urgent .chat-reply-preview {
    /* background: #f6d3d3; */
    margin: 0 0 0 0.715rem;
    border-radius: 4px;
    padding: 3px 6px;
}

#newChatList.modal-bio .modal-body .chat-body .chat-content.urgent .chat-reply-preview .reply-sender-name {
    font-weight: 400;
}

#newChatList.modal-bio .modal-body .chat-body .chat-content.urgent .chat-reply-preview .reply-arrow {
    font-weight: 400;
}

#newChatList.modal-bio .modal-body .chat-body .chat-content.urgent .chat-reply-preview .reply-label {
    font-size: 1rem;
    font-weight: 400;
}

#newChatList.modal-bio .modal-body .chat-body .chat-content.urgent .chat-reply-preview .reply-text {
    font-size: 1rem;
    font-weight: 400;
}

#newChatList.modal-bio .modal-body .chat-body .chat-content.own-message {
    margin-left: auto;
}

#newChatList.modal-bio .modal-body .chat-body .chat-content .chat-top {
    width: 100%;
    display: flex;
    padding: 8px 15px;
    border-bottom: 1px solid #b8b8b8;
}

#newChatList.modal-bio .modal-body .chat-body .chat-content  .chat-header-left {
    width: auto;
    display: flex;
    align-items: center;
    gap: 0.05rem;
}

#newChatList.modal-bio .modal-body .chat-body .chat-content .chat-header-right {
    width: auto;
    margin-left: auto;
    display: flex;
    gap: 0.45rem;
    align-items: center;
}

#newChatList.modal-bio .modal-body .chat-body .chat-content .chat-header-right .chat-date {
    color: #115cc0;
    font-size: 0.75rem;
    font-weight: 500;
}

#newChatList.modal-bio .modal-body .chat-body .chat-content .chat-header-left .chat-sender-name {
    font-weight: 400;
    font-size: 1rem;
    color: #1e3a8a;
    white-space: nowrap;
}

#newChatList.modal-bio .modal-body .chat-body .chat-content .chat-header-left .chat-sender-name.own {
    color: #000;
}

#newChatList.modal-bio .modal-body .chat-body .chat-content .chat-header-left .chat-receiver-name {
    font-size: 0.875rem;
    font-weight: 500;
}

#newChatList.modal-bio .modal-body .chat-body .chat-top ul {
    width: auto;
    display: flex;
    margin: 5px 0 0;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background: #f2f2f2;
    right: -2px;
}

#newChatList.modal-bio .modal-body .chat-body .chat-top ul.show {
    opacity: 1;
    visibility: visible;
    z-index: 9;
}

#newChatList.modal-bio .modal-body .chat-body .chat-top ul li {
    color: #777;
    font-size: 13px;
    position: relative;
}

#newChatList.modal-bio .modal-body .chat-body .chat-top ul .chat-reply-btn {
    padding: 0.25rem 0.725rem;
    display: inline-block;
    border-radius: 4px;
    color: #293138;
    box-shadow: 0 0 2px 2px rgba(0 0 0 / 0.10);
    font-size: 1rem;
    font-weight: 600;
    background: #f2f2f2;
}

#newChatList.modal-bio .modal-body .chat-body .chat-top ul h3 {
    font-size: 16px;
    font-weight: 700;
    color: #656565;
}


#newChatList.modal-bio .modal-body .chat-body .chat-top ul li:nth-child(2) {
    margin-inline: auto;
}

#newChatList.modal-bio .modal-body .chat-body .chat-content .view-icon {
    padding: 0;
    background: url(../images/eye-icon.svg) no-repeat 14px;
    background-size: contain;
    background-position: center;
    width: 34px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 0;
    order: -1;
}

#newChatList.modal-bio .modal-body .chat-body .chat-top ul li .drop-more.show {
    opacity: 1;
    visibility: visible;
}

#newChatList.modal-bio .modal-body .chat-body .chat-content .more-opt {
    padding: 0;
    background: url(../images/option-icon.svg) no-repeat 14px;
    background-size: 100%;
    width: 30px;
    display: inline-block;
    height: 14px;
    background-position: center;
}

#newChatList.modal-bio .modal-body .chat-body .chat-top ul li .drop-more {
    position: absolute;
    margin: 0;
    padding: 6px 12px;
    min-width: 60px;
    left: -13px;
    box-shadow: 0 0 2px 2px rgba(0 0 0 / 0.05);
    background: #fff;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}



#newChatList.modal-bio .modal-body .chat-body .chat-top ul li .drop-more.open {
    opacity: 1;
    visibility: visible;
}

#newChatList.modal-bio .modal-body .chat-body .chat-content .chat-main .chat-replied-name {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 8px;
}

#newChatList.modal-bio .modal-body .chat-body .chat-content .chat-main .chat-replied-text {
    font-size: 16px;
    color: #000;
    line-height: 1.45;
    margin: 0 0 1rem;
    font-weight: 500;
}

#newChatList.modal-bio .modal-body .chat-body .chat-top ul li .drop-more a {
    color: #000;
    font-size: 14px;
}

#newChatList.modal-bio .modal-body .chat-body .chat-content .chat-main {
    width: 100%;
    padding: 5px 15px;
    padding-bottom: 5px;
    position: relative;
    margin: 0 0 0;
    display: block;
    background: #fff;
    border-radius: 0 0 8px 8px;
}

/* #newChatList.modal-bio .modal-body .chat-body .chat-content.urgent .chat-main {
    padding-bottom: 40px;
} */

#newChatList.modal-bio .modal-body .chat-body .chat-content.own-message .chat-main:has(.urgn-tag) {
    padding-bottom: 40px;
    background: #f1f1f1;
}

#newChatList.modal-bio .modal-body .chat-body .chat-content.own-message .chat-main:has(.urgn-tag):before {
    background: #f1f1f1;
}

#newChatList.modal-bio .modal-body .chat-body .chat-content.own-message .chat-main:has(.chat-replied-message) {
    padding-bottom: 0;
}

#newChatList.modal-bio .modal-body .chat-body .chat-content .chat-main:has(.chat-replied-message) .urgn-tag {
    position: absolute;
    top: 12px;
    bottom: auto;
    right: 2%;
    left: auto;
    display: block;
    width: fit-content;
    margin: 0 0 8px 12px;
}

#newChatList.modal-bio .modal-body .chat-body .chat-content.urgent .urgn-tag.replay {
    position: absolute;
    font-size: 0;
    padding: 0;
    border: 0;
}

#newChatList.modal-bio .modal-body .chat-body .chat-content.urgent .chat-top {
    /* background: #F17273; */
    border-radius: 4px 4px 0 0;
    border-color: #F17273;
}

#newChatList.modal-bio .modal-body .chat-body .chat-content.urgent .chat-top .chat-sender-name {
    color: #F17273;
}

#newChatList.modal-bio .modal-body .chat-body .chat-content.urgent .chat-header-left .chat-arrow {
    color: #888;
}

#newChatList.modal-bio .modal-body .chat-body .chat-content.urgent .chat-header-left .chat-receiver-name {
    color: #888;
}

#newChatList.modal-bio .modal-body .chat-body .chat-content.urgent .chat-top .chat-date {
    color: #888;
}

#newChatList.modal-bio .modal-body .chat-body .chat-content.urgent {
    border-color: #F17273;
}

/* #newChatList.modal-bio .modal-body .chat-body .chat-content.own-message .chat-main:has(.urgn-tag) .chat-current-message {
    padding-bottom: 26px;
} */

#newChatList.modal-bio .modal-body .chat-body p {
    font-size: 17px;
    color: #000;
    line-height: 1.45;
    margin: 0 0 0.85rem;
    font-weight: 500;
}

#newChatList.modal-bio .modal-body .chat-body p:last-child {
    margin: 0 0 0;
}

#newChatList.modal-bio .chat-filter #filter-btn1 img {
    filter: invert(1);
}

#newChatList.modal-bio .chat-filter ul li a:hover {
    background: #115cc0;
    color:#fff;
}


/* #newChatList.modal-bio .modal-body .chat-body .chat-content.own-message.urgent .chat-main {
    padding-bottom: 40px;
} */

#newChatList.modal-bio .modal-body .chat-body .new-chat-content {
    width: 100%;
    display: block;
    padding: 0;
    position: sticky;
    bottom: 0;
    background: #f7f8f9;
}

#newChatList.modal-bio .modal-body .new-chat-content .chat-field {
    width: 100%;
    display: block;
    padding: 1.5% 4% 0;
}

#newChatList.modal-bio .modal-body .new-chat-content .chat-field .form-control {
    width: 100%;
    border: 1px solid #cfcfcf;
    border-radius: 12px;
    resize: none;
    padding: 1rem 0.85rem 0;
    min-height: 110px;
    height: auto;
    color: #000;
    font-size: 16px;
    margin: 0 0 0.35rem;
}

#newChatList.modal-bio .modal-body .new-chat-content .chat-field .form-control::placeholder {
    color: #a4aebf;
}

#newChatList.modal-bio .modal-body .new-chat-content .bottom-chat-panel {
    width: 100%;
    display: block;
    background: #f7f8f9;
    padding: 0 0 1.5%;
}

#newChatList.modal-bio .modal-body .new-chat-content .chat-panel1 {
    width: 100%;
    display: flex;
    gap: 2%;
    padding: 0% 4% 2%;
}

#newChatList.modal-bio .modal-body .new-chat-content input {
    border: 1px solid #cfcfcf;
    border-radius: 30px;
    padding: 0 1rem 0;
    height: 45px;
    color: #000;
    font-size: 16px;
    background: #fff;
}

#newChatList.modal-bio .modal-body .chat-body .chat-content .chat-main .chat-replied-name {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 8px;
}

#newChatList.modal-bio .modal-body .chat-body .chat-content .chat-main .chat-replied-text {
    font-size: 16px;
    color: #000;
    line-height: 1.45;
    margin: 0 0 1rem;
    font-weight: 500;
}

#newChatList.modal-bio .modal-body .chat-body .chat-content .chat-main:has(.chat-replied-message) .chat-current-message {
    background: #C5DBFA;
    width: 100%;
    padding: 13px 15px;
    padding-bottom: 2px;
    border-radius: 0 0 12px 12px;
}

#newChatList.modal-bio .modal-body .chat-body .chat-content .chat-main:has(.urgn-tag.replay) .chat-current-message {
    background: #f172733b;
    border: 1px solid #F17273;
    color: #F17273;
}

#newChatList.modal-bio .modal-body .chat-body .chat-content .chat-main:has(.chat-replied-message) {
    padding: 0;

}

#newChatList.modal-bio .modal-body .chat-body .chat-content.own-message .chat-main {
    background: #f4f4f5;
}

#newChatList.modal-bio .modal-body .chat-body .chat-content .chat-main .chat-replied-message {
    padding: 15px;
    padding-bottom: 5px;
}

#newChatList.modal-bio .modal-body .new-chat-content .chat-reply-preview .chat-reply-info {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.275rem;
    margin: 0 0 0.55rem;
}

#newChatList.modal-bio .modal-body .new-chat-content .chat-reply-preview .chat-reply-info .chat-reply-name {
    font-weight: 600;
    font-size: 1rem;
}

#newChatList.modal-bio .modal-body .new-chat-content .chat-reply-preview .chat-reply-info .chat-reply-remove {
    background-color: #db3a3f;
    border: 0;
    width: 1.45rem;
    height: 1.45rem;
    background-position: center;
    border-radius: 99px;
    box-shadow: 0 0 2px 2px rgba(0 0 0 / 0.16);
    color: #fff;
    line-height: 0;
    padding: 0 0 2px;
}



#newChatList.modal-bio .modal-body .new-chat-content input[type="search"] {
    width: 25%;
    background: url(../images/search-icon.svg) no-repeat 100%;
    background-size: 18px;
    background-position-x: 90%;
    background-color: #fff;
}

#newChatList.modal-bio .modal-body .new-chat-content input[type="text"] {
    width: 73%;
    background: url(../images/submit-arrow.svg) no-repeat 100%;
    background-size: 18px;
    background-position-x: 96%;
    background-color: #fff;
}

#newChatList.modal-bio .modal-body .new-chat-content .chat-panel2 {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 5px 4% 0;
    gap: 3%;
}

#newChatList.modal-bio .modal-body .new-chat-content .chat-panel2 label {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0;
}

#newChatList.modal-bio .modal-body .new-chat-content .chat-panel2 input[type="checkbox"] {
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid #c9c9c9;
    background: #fff;
    margin: 0 8px 0 0;
    position: relative;
    top: 2px;
    border-radius: 1px;
    padding: 0;
}

#newChatList.modal-bio .modal-body .new-chat-content .chat-panel2 input[type="checkbox"]:checked {
    background: #115cc0;
    border: 2px solid #fff;
    outline: 1px solid #c9c9c9;
}

#newChatList.modal-bio .modal-body .new-chat-content .chat-panel2 .form-group {
    width: calc(100% - 200px);
    margin: 0 auto 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.48rem;
    order: -1;
}

#newChatList.modal-bio .modal-body .new-chat-content .chat-panel2 .form-group .vscomp-ele {
    max-width: 100%;
}

#newChatList.modal-bio .modal-body .new-chat-content .chat-panel2 .form-group .vscomp-ele .vscomp-dropbox-container {
    background: none;
    overflow: visible;
    position: absolute;
    width: 40vw;
    height: 40vw;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0vw;
}

#newChatList.modal-bio .modal-body .new-chat-content .chat-panel2 .form-group .vscomp-ele .vscomp-dropbox-container .vscomp-dropbox {
    max-height: calc(100% - 100px);
    height: 100%;
    box-shadow: 0 0 2px 2px rgba(0 0 0 / 0.05);
    border-radius: 6px;
    width: 100%;
}

#newChatList.modal-bio .modal-body .new-chat-content .chat-panel2 .form-group .vscomp-ele .vscomp-dropbox-container .vscomp-dropbox .vscomp-options-container {
    max-height: 100% !important;
    background: #fff;
    height: calc(100% - 82px);
    border-radius: 0 0 6px 6px;
}

#newChatList.modal-bio .modal-body .new-chat-content .chat-panel2 .form-group .vscomp-ele .vscomp-dropbox-container .vscomp-search-wrapper {
    padding: 0;
}

#newChatList.modal-bio .modal-body .new-chat-content .chat-panel2 .form-group .vscomp-ele .vscomp-dropbox-container .vscomp-dropbox .vscomp-options-container .vscomp-option:hover {
    background-color: #115cc0;
    color: #fff;
}

#newChatList.modal-bio .modal-body .new-chat-content .chat-panel2 .form-group .vscomp-ele .vscomp-dropbox-container .vscomp-dropbox .vscomp-options-container .vscomp-option:hover .checkbox-icon:after {
    border-color: #fff;
}

#newChatList.modal-bio .modal-body .new-chat-content .chat-panel2 .form-group .vscomp-ele .vscomp-dropbox-container .vscomp-dropbox .vscomp-options-container .vscomp-option.selected {
    background-color: #115cc0;
    color: #fff;
}

#newChatList.modal-bio .modal-body .new-chat-content .chat-panel2 .form-group .vscomp-ele .vscomp-dropbox-container .vscomp-dropbox .vscomp-options-container .vscomp-option.selected .checkbox-icon:after {
    border-color: #fff;
    border-left-color: transparent;
    border-top-color: transparent;
}


#newChatList.modal-bio .modal-body .new-chat-content .chat-panel2 .form-group .vscomp-ele .vscomp-dropbox-container .vscomp-search-container {
    padding: 18px 15px;
    height: auto;
    background: #115cc0;
    border-radius: 4px 4px 0 0;
}

#newChatList.modal-bio .modal-body .new-chat-content .chat-panel2 .form-group .vscomp-ele .vscomp-dropbox-container .vscomp-dropbox-close-button {
    background: none;
    box-shadow: none;
    transition: all 0.25s ease-in;
    position: absolute;
    bottom: inherit;
    top: 27px;
    right: 16px;
    transform: none;
    left: inherit;
    color: #fff;
    border: 2px solid #fff;
    font-weight: 400;
    font-size: 20px;
    width: 28px;
    height: 28px;
}

#newChatList.modal-bio .modal-body .new-chat-content .chat-panel2 .form-group .vscomp-ele .vscomp-dropbox-container .vscomp-dropbox-close-button:hover {
    transform: scale(1.05);
}

#newChatList.modal-bio .modal-body .new-chat-content .chat-panel2 .form-group .vscomp-ele .vscomp-dropbox-container .vscomp-search-container .vscomp-toggle-all-button {
    display: none;
}

#newChatList.modal-bio .modal-body .new-chat-content .chat-panel2 .form-group .vscomp-ele .vscomp-dropbox-container .vscomp-dropbox-close-button .vscomp-clear-icon:before,
#newChatList.modal-bio .modal-body .new-chat-content .chat-panel2 .form-group .vscomp-ele .vscomp-dropbox-container .vscomp-dropbox-close-button .vscomp-clear-icon:after {
    background-color: #fff;
}

#newChatList.modal-bio .modal-body .new-chat-content .chat-panel2 .form-group .vscomp-ele .vscomp-toggle-button {
    width: 100%;
    border: 1px solid #115cc0;
    border-radius: 30px;
    min-height: 50px;
    box-shadow: none;
    padding-left: 20px;
}

#newChatList.modal-bio .modal-body .new-chat-content .chat-panel2 .form-group .vscomp-ele .vscomp-toggle-button .vscomp-value {
    color: #000;
    padding-bottom: 0;
    opacity: 1;
    font-size: 16px;
    font-weight: 500;
}

#newChatList.modal-bio .modal-body .new-chat-content .chat-panel2 .form-group .vscomp-ele .vscomp-dropbox-container .vscomp-search-container .checkbox-icon:after {
    border: 1px solid #fff;
}

#newChatList.modal-bio .modal-body .new-chat-content .chat-panel2 .form-group .vscomp-ele .vscomp-arrow {
    height: 26px;
    width: 26px;
    margin: 9px 9px 0 0;
}

#newChatList.modal-bio .modal-body .new-chat-content .chat-panel2 .form-group .vscomp-ele .vscomp-arrow:after {
    height: 26px;
    background: url(../images/drop-arrow.svg) no-repeat 100%;
    background-size: 16px;
    background-position-x: 95%;
    border: 0;
    width: 100%;
    transform: none;
    margin: 0;
}

#newChatList.modal-bio .modal-body .new-chat-content .chat-panel2 .form-group .vscomp-ele .vscomp-toggle-button .vscomp-clear-button {
    top: 35px;
    transform: translateY(-50%);
    background: #115cc0;
    right: 8px;
}

#newChatList.modal-bio .modal-body .new-chat-content .chat-panel2 .form-group .vscomp-ele .vscomp-clear-button .vscomp-clear-icon:before,
#newChatList.modal-bio .modal-body .new-chat-content .chat-panel2 .form-group .vscomp-ele .vscomp-clear-button .vscomp-clear-icon:after {
    background-color: #fff;
}

#newChatList.modal-bio .modal-body .new-chat-content .chat-panel2 .form-group .vscomp-ele .vscomp-toggle-button .vscomp-value-tag {
    border: 1px solid #000;
    color: #000;
    font-weight: 500;
    font-size: 14px;
}

#newChatList.modal-bio .modal-body .new-chat-content .chat-panel2 .form-group .vscomp-ele .vscomp-toggle-button .vscomp-value-tag .vscomp-value-tag-clear-button {
    background: #115cc0;
    border-radius: 50%;
    width: 26px;
}

#newChatList.modal-bio .modal-body .new-chat-content .chat-panel2 .form-group .vscomp-ele .vscomp-toggle-button .vscomp-value-tag .vscomp-clear-icon:before,
#newChatList.modal-bio .modal-body .new-chat-content .chat-panel2 .form-group .vscomp-ele .vscomp-toggle-button .vscomp-value-tag .vscomp-clear-icon:after {
    background-color: #fff;
}

#newChatList.modal-bio .modal-body .new-chat-content .chat-panel2 .form-group .vscomp-ele .vscomp-toggle-button .vscomp-value-tag .vscomp-value-tag-content {
    margin: 0 6px 0 0;
}

#newChatList.modal-bio .modal-body .new-chat-content .chat-panel2 .form-group .form-control {
    border-radius: 30px;
    min-width: 205px;
    border: 1px solid #c9c9c9;
    min-height: 46px;
}

#newChatList.modal-bio .modal-body .new-chat-content .chat-panel2 .form-group select.form-control {
    background: url(../images/drop-arrow.svg) no-repeat 100%;
    background-size: 18px;
    background-position-x: 96%;
}

#newChatList.modal-bio .modal-body .new-chat-content .chat-panel2 .form-group .select2.select2-container {
    min-width: 205px;
    margin: 0 0 0;
    width: calc(205px - 75px) !important;
}

#newChatList.modal-bio .modal-body .new-chat-content .chat-panel2 .form-group .select2.select2-container #select2-chatSendTo-container {
    min-height: auto;
    border: 0;
    border-radius: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #000;
    font-weight: 500;
    padding: 0;
    overflow-y: auto;
    height: 40px;
    gap: 3px;
}

#newChatList.modal-bio .modal-body .new-chat-content .chat-panel2 .form-group .select2.select2-container #select2-chatSendTo-container:has(li.select2-selection__choice) {
    z-index: 1;
}

#newChatList.modal-bio .modal-body .new-chat-content .chat-panel2 .form-group .select2.select2-container #select2-chatSendTo-container li.select2-selection__choice {
    background: #fff;
    border-radius: 2px;
    margin: 0;
}

#newChatList.modal-bio .modal-body .new-chat-content .chat-panel2 .form-group .select2.select2-container #select2-chatSendTo-container button.select2-selection__choice__remove {
    border-radius: 0;
    font-size: 13px;
    padding: 0 3px;
    background: #115cc0;
    color: #fff;
    font-weight: 300;
}

#newChatList.modal-bio .modal-body .new-chat-content .chat-panel2 .form-group .select2.select2-container #select2-chatSendTo-container .select2-selection__choice__display {
    font-size: 13px;
}

#newChatList.modal-bio .modal-body .new-chat-content .chat-panel2 .form-group .select2-search {
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: -50px;
    transition: all 0.25s ease-in;
    opacity: 0;
    visibility: hidden;
}

#newChatList.modal-bio .modal-body .new-chat-content .chat-panel2 .form-group .select2-container--open .select2-search {
    opacity: 1;
    visibility: visible;
}

#newChatList.modal-bio .select2-results>.select2-results__options .select2-results__option {
    background: #fff;
    color: #000;
    border-bottom: 1px solid #f5f5f5;
}

#newChatList.modal-bio .select2-results>.select2-results__options .select2-results__option.select2-results__option--highlighted {
    background: #115cc0;
    color: #fff;
}

#newChatList.modal-bio .select2-results>.select2-results__options .select2-results__option.select2-results__option--selected {
    background: #115cc0;
    color: #fff;
}

#newChatList.modal-bio .modal-body .new-chat-content .chat-panel2 .form-group .select2.select2-container .selection {
    width: 100%;
    display: block;
    position: relative;
    margin: 0;
}

#newChatList.modal-bio .modal-body .new-chat-content .chat-panel2 .form-group .select2-search textarea.select2-search__field {
    background: #fff;
    margin: 0;
    padding: 15px 20px 0;
    min-height: 48px;
    border: 1px solid #115cc0;
    border-radius: 30px;
    width: 100% !important;
    font-size: 14px;
}

#newChatList.modal-bio .modal-body .new-chat-content .chat-panel2 .form-group .select2.select2-container .select2-selection {
    height: 54px;
    background: #fff;
    border: 1px solid #115cc0;
    padding: 0 0 0 15px;
    box-shadow: none;
    border-radius: 30px;
    /* overflow-y: auto; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: inherit;
}

#newChatList.modal-bio .select2-container .select2-dropdown.select2-dropdown--below {
    border: 0;
    background: none;
}

#newChatList.modal-bio .select2-container .select2-dropdown.select2-dropdown--below li.select2-results__message {
    font-size: 14px;
    color: #9c9c9c;
}

#newChatList.modal-bio .modal-body .new-chat-content .chat-panel2 .form-group .select2.select2-container .select2-selection__arrow {
    height: 39px;
    background: url(../images/drop-arrow.svg) no-repeat 100%;
    background-size: 17px;
    background-position-x: 95%;
    right: 6%;
    top: 7px;
}

#newChatList.modal-bio .modal-body .new-chat-content .chat-panel2 .form-group .select2.select2-container .select2-selection__arrow b {
    display: none;
}

#newChatList.modal-bio .modal-body .new-chat-content .chat-panel2 .form-group label {
    white-space: normal;
    width: fit-content;
}

#newChatList.modal-bio .modal-body .new-chat-content .send-btn {
    background: #115cc0;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    padding: 0.65rem 1.5rem;
}

#newChatList.modal-bio.minimized {
    position: absolute;
    max-width: 350px;
    top: auto !important;
    right: 3px !important;
    bottom: 0;
    margin: 0;
    left: auto !important;
    height: auto;
}

#newChatList.modal-bio.minimized .modal-body {
    display: none;
}

#newChatList.modal-bio .modal-body .new-chat-content .chat-panel2 label[for="chatUrgent"] {
    display: flex;
}

header .navbar li.nav-item .dropdown-menu {
    padding: 0;
    border-radius: 8px;
    display: block;
    opacity: 0;
    visibility: hidden;
    top: 150%;
    transition: all 0.3s ease-in;
}

header .navbar li.nav-item .dropdown-menu a.dropdown-item {
    padding: 0.65rem 1rem;
    font-size: 16px;
    font-weight: 600;
}

header .navbar .nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

/* header .navbar li.nav-item .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    top: inherit;
} */

header .navbar li.nav-item .dropdown-menu a.dropdown-item:hover {
    background: #293138;
    color: #fff;
}

header .navbar li.nav-item .dropdown-menu a.dropdown-item:first-child {
    border-radius: 6px 6px 0 0;
}

header .navbar li.nav-item .dropdown-menu a.dropdown-item:last-child {
    border-radius: 0 0 6px 6px;
}

header .header-btns .log-btn:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

header .header-btns .log-btn .dropdown-menu {
    width: 100%;
    left: 0;
    display: block;
    background: #293138;
    padding: 0;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    top: 150%;
    transition: all 0.3s ease-in;
}

header .header-btns .log-btn .dropdown-menu li {
    padding: 0.65rem 1rem;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    transition: all 0.3s ease-in;
}

header .header-btns .log-btn .dropdown-menu li:first-child {
    border-radius: 6px 6px 0 0;
}

header .header-btns .log-btn .dropdown-menu li:last-child {
    border-radius: 0 0 6px 6px;
}

header .header-btns .log-btn .dropdown-menu li:hover {
    background: #db3a3f;
}

/* staff-list */

.main-wrapp {
    padding: 20px;
    background: #f4f5f7;
    min-height: 100vh;
}

.page-content {
    width: 100%;
}


.staff-wrapp .staff-row1 {}

.staff-wrapp .staff-col1 {}

.staff-wrapp .staff-box1 {
    display: flex;
    align-items: start;
    gap: 18px;
    background: #fff;
    border-radius: 14px;
    padding: 28px 16px 76px;
    min-height: auto;
    position: relative;
    transition: .3s;
    box-shadow: 0 0 4px 2px rgba(0 0 0 / 0.05);
}

.staff-wrapp .staff-box1:hover {
    transform: translateY(-2px);
}

.staff-wrapp .staff-profile {
    border-radius: 50%;
    border: 4px solid #115cc0;
    width: 100%;
    max-width: 116px;
    display: block;
}

.staff-wrapp .staff-profile img {
    width: 100%;
    height: 108px;
    border-radius: 50%;
    object-fit: cover;
    aspect-ratio: 4 / 5;
}

.staff-wrapp .staff-details {
    flex: 1;
}

.staff-wrapp .staff-details h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.3;
}

.staff-wrapp .staff-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.staff-wrapp .staff-list.mobile-view {
    display: none;
}

.staff-wrapp .staff-list li {
    color: #64748b;
    font-size: 18px;
    margin-bottom: 15px;
}

.staff-wrapp .staff-list li a {
    color: #293138;
    text-decoration: none;
}

.staff-wrapp .li-wtsp,
.staff-wrapp .phone {
    display: inline-flex;
    align-items: center;
    margin-right: 18px;
}

.staff-wrapp .wtsp-img img,
.staff-wrapp .pho-img img {
    width: 22px;
    margin-right: 6px;
}

.staff-wrapp .staff-list li.li-wtsp {
    border: 1px solid #5fd568;
    border-radius: 30px;
    padding: 6px 10px;
    padding-right: 12px;
    margin-right: 4px;
}

.staff-wrapp .staff-list li.phone {
    border: 1px solid #ff0000;
    border-radius: 30px;
    padding: 6px 10px;
    padding-right: 12px;
}

.staff-wrapp .staff-list li.li-wtsp a {
    color: #5fd568;
}

.staff-wrapp .staff-list li.phone a {
    color: #ff0000;
}

.staff-wrapp .staff-btn {
    position: absolute;
    bottom: 26px;
    left: 145px;
    display: flex;
    gap: 3%;
}

.staff-wrapp .staff-btn a {
    background: #115cc0;
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    padding: 0.60rem 1.75rem 0.60rem;
    line-height: normal;
}

.staff-wrapp .staff-btn a:hover {
    background: #293138;
    color: #fff;
}

.staff-wrapp .staff-btn .staff-edit {
    background: #293138;
}

.staff-wrapp .staff-btn .staff-edit:hover {
    background: #115cc0;
}

.staff-wrapp .location-link {
    text-decoration: none !important;
}

.staff-wrapp .location-mobile {
    display: none;
}

.staff-wrapp .staffform-wrapp {
    margin-bottom: 25px;
}

.staffform-wrapp {
    width: 100%;
    display: block;
    margin: 0 0 24px;
    position: sticky;
    top: 0px;
    z-index: 9;
}

.staffform-wrapp .search-box {
    background: #115cc0;
    border-radius: 12px;
    padding: 18px 20px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .08);
}

.staffform-wrapp .text-fields {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
}

.staffform-wrapp .text-field {
    display: flex;
    flex-direction: column;
}

.staffform-wrapp .text-field label {
    color: #fff;
    font-size: 15.5px;
    letter-spacing: 0.31px;
    line-height: 1.45;
    font-weight: 500;
    margin: 0 0 8px;
    width: 100%;
    min-height: 23px;
}

.staffform-wrapp .text-field input,
.staffform-wrapp .text-field select {
    height: auto;
    padding: 0.55rem 0.85rem;
    background: #fff;
    border-radius: 5px;
    font-size: 15px;
    color: #000;
    display: block;
    line-height: normal;
    border: 1px solid #fff;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
}

.staffform-wrapp .text-field input::placeholder {
    color: #000;
}

.staffform-wrapp .text-field select {
    cursor: pointer;
    background: #fff url(../images/dropdown-arrow.svg) no-repeat 100%;
    background-size: 12px;
    background-position-x: 95%;
    padding-right: 1.5rem;
}

.staffform-wrapp .filter-field {
    display: flex;
    gap: 12px;
    align-items: flex-end;
}

.staffform-wrapp .apply-btn {
    height: 40px;
    padding: 0 24px;
    border: none;
    border-radius: 25px;
    background: #000;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
}

.staffform-wrapp .apply-btn:hover {
    background: #000;
}

.staffform-wrapp .filter-actions {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 15px;
    flex-wrap: wrap;
    margin-block: auto;
    margin-left: auto;
}

.staffform-wrapp .filter-field {
    display: flex;
    gap: 12px;
}

.staffform-wrapp .apply-btn,
.staffform-wrapp .clear-btn {
    border: none;
    border-radius: 8px;
    padding: 10px 22px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
}

.staffform-wrapp .apply-btn {
    background: #293138;
    color: #fff;
}

.staffform-wrapp .apply-btn:hover {
    background: #fff;
    color: #293138;
}

.staffform-wrapp .clear-btn {
    background: #6b7280;
    color: #fff;
}

.staffform-wrapp .clear-btn:hover {
    background: #4b5563;
}

.staffform-wrapp .add-staff-btn {
    background: #293138;
    color: #fff;
    text-decoration: none;
    padding: 11px 22px;
    border-radius: 8px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: .3s;
}

.staffform-wrapp .add-staff-btn:hover {
    background: #293138;
    color: #fff;
}

.dashboard-wrapp.staff-wrapp h2 {
    font-size: 26px;
    color: #115cc0;
    font-weight: 700;
    line-height: 1.45;
    margin: 0 0 10px;
}

.dashboard-body {
    width: 100%;
    display: block;
    margin: 0 0 30px;
}

.dashboard-body .staff-row1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.33%;
    row-gap: 1.70rem;
}

.dashboard-body .staff-row1 .staff-col1 {
    width: 32.33%;
}

.staff-wrapp .staff-box1 h2 {
    color: #1e2022;
}


.staff-detail-wrapp .dashboard-wrapp .staff-profile-list1 {
    background: #115cc0;
}

.staff-detail-wrapp .dashboard-wrapp .staff-profile-list1 li {
    font-size: 15.5px;
    color: #fff;
    letter-spacing: 0.31px;
    line-height: 1.45;
    font-weight: 500;
    margin: 0;
    border-right: 1px solid rgba(255, 255, 255, .28);
    padding: 14px 18px;
}

.staff-detail-wrapp .dashboard-wrapp .staff-profile-list2 li {
    color: #000;
    font-size: 16px;
    padding: 14px 18px;
    margin-bottom: 0;
    font-weight: 500;
    border-right: 1px solid rgba(0, 0, 0, .08);
}

.staff-detail-wrapp .dashboard-wrapp .staff-profile-list1 li:last-child {
    border-right: 0;
}

.staff-detail-wrapp .dashboard-wrapp .staff-profile-list2 {
    padding: 0;
    gap: 0;
}

.staff-detail-wrapp .dashboard-wrapp .staff-profile-list2 li:last-child {
    border-right: 0;
}

.staff-detail-wrapp .dashboard-wrapp .staff-profile-list2 li a {
    color: #115cc0;
}

.staff-detail-wrapp .dashboard-wrapp .staff-profile-list2 li a:hover {
    color: #000;
}




/* staff-detail-wrapp */

/* Main Sections */

.staff-profile3,
.staff-profile4,
.staff-profile5 {
    background: #fff;
    border-radius: 14px;
    margin-bottom: 28px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .05);
}

/* Header */

.staff-profile-list1 {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #27374d;
    color: #fff;
}

.staff-profile-list1 li {
    flex: 1;
    padding: 14px 18px;
    font-size: 16px;
    font-weight: 600;
    border-right: 1px solid rgba(255, 255, 255, .08);
}

.staff-profile-list1 li:last-child {
    border-right: none;
}

.staff-profile-list1 span {
    display: block;
    font-size: 11px;
    font-weight: 400;
    opacity: .8;
    margin-top: 4px;
}

/* Body */

.staff-profile-list2 {
    display: flex;
    margin: 0;
    padding: 18px;
    list-style: none;
    background: #fff;
    gap: 18px;
}

.staff-profile-list2 li {
    flex: 1;
}

/* Inputs */

.staff-profile-list2 input,
.staff-profile-list2 select,
.staff-profile-list2 textarea {
    width: 100%;
    border: 1px solid #d7dce4;
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 15px;
    transition: .25s;
    background: #fff;
}

.staff-profile-list2 input:focus,
.staff-profile-list2 select:focus,
.staff-profile-list2 textarea:focus {
    border-color: #3559e0;
    box-shadow: 0 0 0 3px rgba(53, 89, 224, .12);
    outline: none;
}

/* Top Profile */

.staff-pro-wrapp-view {
    background: #fff;
    border-radius: 18px;
    padding: 22px 30px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .08);
    margin-bottom: 25px;
}

.staff-pro-row-view {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.staff-user-view {
    display: flex;
    align-items: center;
    flex: 1;
}

.staff-img-view {
    width: 110px;
    height: 110px;
    margin-right: 35px;
    flex-shrink: 0;
}

.staff-img-view img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.staff-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.staff-left {
    min-width: 260px;
}

.staff-left h3 {
    margin: 0 0 12px;
    font-size: 32px;
    font-weight: 700;
    color: #111827;
}

.remove-btn {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 22px;
    height: 22px;
    border: none;
    border-radius: 50%;
    background: #ef4444;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    line-height: 22px;
    padding: 0;
}


.staff-whatsapp {
    display: flex;
    align-items: center;
    gap: 10px;
}

.staff-whatsapp img {
    width: 24px;
    height: 24px;
}

.staff-whatsapp a {
    color: #3d5afe;
    font-size: 26px;
    font-weight: 600;
    text-decoration: none;
}

.staff-address {
    font-size: 28px;
    font-weight: 600;
    color: #111827;
    line-height: 1.6;
    text-align: left;
    margin-left: 80px;
}

/* Labels */

.user-text label {
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
    color: #444;
}

/* Submit */

.form-btn {
    margin-top: 30px;
}

.submit {
    background: #132550;
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 14px 45px;
    font-size: 16px;
    font-weight: 600;
    transition: .3s;
}

.submit:hover {
    background: #3559e0;
}

/* Time */

.time-row {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.field2 {
    display: flex;
    gap: 15px;
}

/* Password */

.password-with-confirm {
    display: flex;
    gap: 20px;
}

.pass-outer {
    flex: 1;
}

.staff-detail-wrapp {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    max-width: 1800px;
    margin: 30px auto 0;
    justify-content: center;
}

.staff-detail-wrapp .staff-pro-wrapp-view {
    width: 22%;
    margin: 0 5% 0 0;
    border-top: 8px solid #115cc0;
    height: 100%;
    padding-bottom: 30px;
    position: sticky;
    top: 5px;
}

.staff-detail-wrapp .dashboard-wrapp {
    width: 72%;
}

.staff-detail-wrapp .staff-pro-wrapp-view .staff-pro-row-view {
    width: 100%;
    display: block;
}

.staff-detail-wrapp .staff-pro-wrapp-view .staff-pro-row-view .view-user {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.staff-detail-wrapp .staff-pro-wrapp-view .staff-pro-row-view .staff-content {
    width: 100%;
    display: block;
    background: #f5f5f5;
    border-radius: 12px;
    padding: 18px 18px 12px;
}

.staff-detail-wrapp .staff-pro-wrapp-view .staff-pro-row-view .staff-address {
    margin: 0;
    color: #64748b;
    font-size: 18px;
    margin-bottom: 15px;
    padding: 0 0 0 22px;
    position: relative;
}

.staff-detail-wrapp .staff-pro-wrapp-view .staff-pro-row-view .staff-address:before {
    content: "";
    width: 18px;
    height: 20px;
    position: absolute;
    left: 0;
    background: url(../images/location-pin.svg)no-repeat 100%;
    background-size: 18px;
    top: 3px;
}

.staff-detail-wrapp .staff-pro-wrapp-view .staff-pro-row-view .resume-row {
    margin: 0;
    text-align: center;
}

.staff-detail-wrapp .staff-pro-wrapp-view .staff-pro-row-view .view-btn {
    background: #293138;
    display: inline-block;
    padding: 12px 25px 12px;
    margin: 16px auto 0;
}

.staff-detail-wrapp .staff-pro-wrapp-view .staff-pro-row-view .staff-img-view {
    width: 100%;
    height: 280px;
    border-radius: 50%;
    margin: 0 auto 25px;
    border: 8px solid #115cc0;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .18);
    max-width: 280px;
}

.staff-detail-wrapp .staff-pro-wrapp-view .staff-pro-row-view .staff-img-view img {
    border-radius: 50%;
    aspect-ratio: 4/5;
}

.staff-detail-wrapp .staff-pro-wrapp-view .staff-content .staff-left {
    min-width: auto;
}

.staff-detail-wrapp .staff-pro-wrapp-view .staff-pro-row-view h3 {
    font-size: 26px;
    color: #1e2022;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 10px;
}

.staff-detail-wrapp .staff-pro-wrapp-view .staff-whatsapp {
    border: 1px solid #5fd568;
    border-radius: 30px;
    padding: 6px 10px;
    padding-right: 12px;
    width: fit-content;
    background: #5fd568;
    gap: 6px;
    margin: 0 0 12px;
}

.staff-detail-wrapp .staff-pro-wrapp-view .staff-whatsapp a {
    font-size: 16px;
    color: #fff;
}

.staff-detail-wrapp .staff-pro-wrapp-view .staff-whatsapp img {
    width: 20px;
    height: 20px;
}





/* company-entry */

#addCompModal .modal-bio {
    width: calc(100% - 60px);
    overflow: visible;
    box-shadow: -1px 2px 6px 5px rgba(0 0 0 / 0.05);
    border-radius: 12px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top:auto;
    max-width: 88%;
    max-height: calc(90% - 82px);
    display: flex;
    flex-wrap: wrap;
    background: #fff;
}

#addCompModal .modal-bio .modal {
    position: relative;
    display: inline-block;
    width: calc(100% - 66px);
    transform: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-inline: 0;
}

#addCompModal .modal-bio .modal:has(.vanacy-modal2.active):after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255 255 255/.85);
    top: 0;
    left: 0;
    right: 0;
}

/* adver company */


.modal-overlay.show_side_bar_modal .modal-bio {
    width: calc(100% - 60px);
    overflow: visible;
    box-shadow: -1px 2px 6px 5px rgba(0 0 0 / 0.05);
    border-radius: 12px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top:auto;
    max-width: 88%;
    max-height: calc(100% - 82px);
    display: flex;
    flex-wrap: wrap;
    /* background: #fff; */
    top:0;
}

.modal-overlay.show_side_bar_modal .modal-bio {
    position: relative;
    display: flex;
    width: calc(100% - 66px);
    transform: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-inline: 0;
    margin: 0 auto 0;
}

.modal-overlay.show_side_bar_modal .modal-bio .modal:has(.vanacy-modal2.active):after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255 255 255/.85);
    top: 0;
    left: 0;
    right: 0;
}

.modal-overlay .minimize-modal {
    width: fit-content;
    background: #115cc0;
    padding: 2px 7px 1px;
    font-size: 19px;
    height: 27px;
    font-weight: 400;
    border-radius: 50%;
    line-height: 20px;
    transition: all 0.25s ease-in;
    z-index: 9;
    color: #fff;
    border: 2px solid #fff;
}

.modal-overlay .minimize-modal:hover {
    transform: scale(1.05);
}

.modal-overlay .modal-close {
    width: fit-content;
    background: #115cc0;
    padding: 0px 4.5px 2px;
    font-size: 20px;
    font-weight: 400;
    border-radius: 50%;
    line-height: 20px;
    transition: all 0.25s ease-in;
    color: #fff;
    border: 2px solid #fff;
    position: relative;
    top: inherit;
    right: inherit;
}

.modal-overlay .modal-close:hover {
    transform: scale(1.05);
}

#addCompModal .modal-bio .bio-header {
    position: relative;
    width: calc(100% - 32px);
    border-radius: 10px;
}

#addCompModal .modal-bio .modal-body {
    padding: 0 17px;
}

#addCompModal .modal-bio .modal-body .modal-content {
    border: 0;
    padding: 0;
}

#addCompModal .modal-bio .modal-body .form-group11 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75%;
    row-gap: 0.75rem;
    padding: 12px 22px;
    border-bottom: 1px solid #cfcfcf;
}

#addCompModal .modal-bio .modal-body .form-group11 .form-group label {
    font-size: 15px;
    letter-spacing: 0.30px;
    color: #000;
    font-weight: 400;
    margin: 0 0 8px;
    min-height: 22px;
    width: 100%;
}

#addCompModal .modal-bio .modal-body .form-group .form-control {
    color: #000;
    font-size: 16px;
    letter-spacing: 0.30px;
    margin: 0 0 0;
    height: 38px;
    border-radius: 5px;
    border: 1px solid #cfcfcf;
    width: 100%;
    box-shadow: none;
}

#addCompModal.modal-overlay .modal-body .modal-content .modaltable-row textarea {
    margin: 10px 0 16px;
    border: 1px solid #cfcfcf;
}

#addCompModal .modal-bio .modal-body .form-group .form-control[readonly] {
    background: #eee;
}

#addCompModal .modal-bio .modal-body .col-12 .form-group textarea.form-control {
    min-height: 95px;
}

#addCompModal .modal-bio .modal-body .form-group11 .form-group:nth-child(2) {
    width: 59.75%;
}

#addCompModal .modal-bio .modal-body .form-group11 .form-group:nth-child(3) select.form-control {
    width: 80%;
    display: inline-block;
}

#addCompModal .modal-bio .modal-body .form-group11 .form-group:nth-child(3) input[type="search"] {
    width: 17%;
    display: inline-block;
    float: right;
    background: url(../images/search-icon22.svg) no-repeat 100%;
    background-size: 16px;
    background-position-x: 94%;
}

#addCompModal .modal-bio .modal-body .form-group11 .form-group:has(select.form-control) {
    padding-right: 35px;
    position: relative;
}

#addCompModal .modal-bio .modal-body .form-group11 .form-group:has(select.form-control):after {
    content: "";
    position: absolute;
    background: url(../images/dropdown-icon11.svg)no-repeat 100%;
    background-size: 25px;
    width: 25px;
    height: 25px;
    right: 0;
    top: 40px;
}

#addCompModal.modal-overlay .modal-body .modal-content .col-md-1:has(label[for="company_grade"]) {
    width: 10.333333%;
}

#addCompModal .modal-bio .modal-body .form-group22 {
    width: 100%;
    display: block;
    padding: 36px 22px 15px;
    position: relative;
}

#addCompModal .modal-bio .modal-body .form-group22 .addcomp-tab {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 38px;
    gap: 0.65%;
}

#addCompModal .modal-bio .modal-body .form-group22 .addcomp-tab ul {
    width: auto;
    display: flex;
}

#addCompModal .modal-bio .modal-body .form-group22 .addcomp-tab ul li a {
    font-size: 18px;
    letter-spacing: 0.30px;
    color: #000;
    font-weight: 500;
    padding: 8px 24px;
    display: inline-block;
    border: 1px solid #9DC7FF;
    border-right: 0;
}

#addCompModal .modal-bio .modal-body .form-group22 .addcomp-tab ul li a:hover {
    background: #115CC0;
    color: #fff;
}

#addCompModal .modal-bio .modal-body .form-group22 .addcomp-tab ul li:last-child a {
    border-right: 1px solid #9DC7FF;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#addCompModal .modal-bio .modal-body .form-group22 .addcomp-tab ul li:first-child a {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#addCompModal .modal-bio .modal-body button.add-row {
    padding: 0;
    background: url(../images/add-circle.svg)no-repeat 100%;
    background-size: 26px;
    width: 26px;
    border: 0;
}

#addCompModal .modal-bio .modal-body button.del-row {
    padding: 0;
    background: url(../images/minus-circle.svg)no-repeat 100%;
    background-size: 26px;
    width: 26px;
    border: 0;
}

#addCompModal .modal-bio .modal-body .form-group22 .addcomp-tab ul li a:hover {
    background: #115CC0;
    color: #fff;
}

#addCompModal .modal-bio .modal-body .form-group22 .addcomp-tab ul li a.active {
    background: #115CC0;
    color: #fff;
}

#addCompModal .modal-bio .modal-body .form-group22 .addcomp-content {
    width: 100%;
    display: block;
}

#addCompModal .modal-bio .modal-body .form-group22 .addcomp-content .tab-content {
    width: 100%;
    display: none;
    transition: all 0.3s ease-in;
}

#addCompModal .modal-bio .modal-body .form-group22 .addcomp-content .tab-content.active {
    display: block;
}

#addCompModal .modal-bio .modal-body .form-group22 .addcomp-content table {
    width: 100%;
}

#addCompModal .modal-bio .modal-body .form-group22 .addcomp-content table th {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    background: #115CC0;
    text-align: center;
    padding: 8px;
}

#addCompModal .modal-bio .modal-body .form-group22 .addcomp-content table th:first-child {
    border-top-left-radius: 5px;
}

#addCompModal .modal-bio .modal-body .form-group22 .addcomp-content table th:last-child {
    border-top-right-radius: 5px;
}

#addCompModal .modal-bio .modal-body .form-group22 .addcomp-content table td {
    font-size: 18px;
    color: #000;
    letter-spacing: 0.30px;
    font-weight: 500;
    background: #F7F8F9;
    padding: 8px;
    min-height: 38px;
}

#addCompModal .modal-bio .modal-body .form-group22 .addcomp-content table tbody tr {
    border-bottom: 1px solid #CCCCCC;
}

#addCompModal .modal-bio .modal-body .form-group22 .addcomp-content table tbody tr:last-child {
    border-bottom: 0;
}

#addCompModal.minimized .modal-bio {
    width: 100%;
    justify-content: center;
    max-width: 400px;
    bottom: 0 !important;
    right: 2% !important;
    margin: 0;
    left: auto !important;
}

#addCompModal.minimized .modal-bio #sidbarItm {
    display: none;
}

#addCompModal.minimized .modal-bio .modal-body {
    display: none;
}

#addCompModal.minimized .modal-bio .bio-header {
    width: 100%;
    border-radius: 10px 10px 0 0;
}

#addCompModal.minimized .modal-bio .modal {
    width: 100%;
    padding: 0;
}

#addCompModal.modal-overlay .modal-body .modal-content .form-group label span:has(img) {
    width: 25px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -2px;
}

#addCompModal.modal-overlay .modal-body .modal-content .form-group {
    position: relative;
}


#addCompModal.modal-overlay .modal-body .modal-content .col-md-2:has(.attachment-preview-wrapper:empty) {
    display: none;
}

#addCompModal.modal-overlay .modal-body .modal-content .form-group:has(.drop-c) input {
    width: calc(100% - 34px);
    margin-right: auto;
}

#addCompModal.modal-overlay .modal-body .modal-content .form-group .drop-c {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 10px 0 0;
}

#addCompModal.modal-overlay .modal-body .modal-content .form-group label:has(img) {
    padding-left: 34px;
}

#addCompModal .modal-bio .modal-body .col-md-6 .form-group11 {
    padding: 0;
    border: 0;
    gap: 4%;
    margin: 0;
}

#addCompModal .modal-bio .modal-body .col-md-6 .form-group11 .form-group {
    width: 48%;
    padding: 0;
}

#addCompModal .modal-bio .modal-body #multiContactRow.col-md-6 .form-group11 {
    padding-right: 3%;
    gap: 3%;
}

#addCompModal .modal-bio .modal-body #multiContactRow {
    position: relative;
}

#addCompModal .modal-bio .modal-body #multiContactRow .add-btn {
    border: 0;
    background: url(../images/add-circle.svg) no-repeat 100%;
    background-size: 100%;
    padding: 0;
    width: 23px;
    height: 23px;
    position: absolute;
    right: 12px;
    top: 40px;
    margin: 0;
}

#addCompModal .modal-bio .modal-body #multiContactRow .remove-bttn {
    border: 0;
    background: url(../images/minus-circle.svg) no-repeat 100%;
    background-size: 100%;
    padding: 0;
    width: 23px;
    height: 23px;
    position: absolute;
    right: 12px;
    top: 9px;
    display: none;
    margin: 0;
}

#addCompModal.modal-overlay .modal-body .modal-content .checkbox-row {
    width: 100%;
    display: flex;
    gap: 1rem;
    margin-top: 32px;
}

#addCompModal.modal-overlay .modal-body .modal-content .checkbox-row label {
    font-weight: 500;
    margin: 8px 0 0;
    gap: 0.5rem;
}

#addCompModal .modal-bio .modal-body .form-group22 .addcomp-content .add-row {
    background-position-x: 95%;
    background-size: 22px;
    position: absolute;
    top: 34px;
    right: 22px;
    width: auto;
    padding: 0.65rem 2.15rem 0.65rem 0.95rem;
    color: #115cc0;
    border: 1px solid #115cc0;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
}

#addCompModal .modal-bio .modal-body .row-modal-overlay {
    width: 100%;
    position: fixed;
    background: #fff;
    top: 50%;
    transform: translateY(-50%) scale(0);
    left: 0;
    right: 0;
    max-width: 1280px;
    margin: 0 auto;
    z-index: 9;
    padding: 0;
    border-radius: 12px;
    box-shadow: 0px 2px 3px 3px rgba(0 0 0 / 0.05);
    transition: all 0.5s ease-in;
    opacity: 0;
    visibility: hidden;
}

#addCompModal .modal-bio .modal-body .row-modal-overlay.active {
    transform: translateY(-50%) scale(1);
    opacity: 1;
    visibility: visible;
}

#addCompModal .modal-bio .modal-body .row-modal-overlay .row-modal-form {
    width: 100%;
    display: block;
    padding: 30px 25px;
    max-height: calc(80vh - 57px);
    overflow-y: auto;
}

#addCompModal .modal-bio .modal-body .row-modal-overlay .row-modal-header {
    width: 100%;
    padding: 15px 25px;
    background: #115cc0;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    border-radius: 12px 12px 0 0;
    align-items: center;
}

#addCompModal .modal-bio .modal-body .row-modal-overlay .row-modal-header h3 {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    transition: all 0.25s ease-in;
    line-height: normal;
    margin: 0;
}

#addCompModal .modal-bio .modal-body .row-modal-overlay .row-modal-header .row-modal-close {
    width: fit-content;
    background: #115cc0;
    padding: 0px 4.5px 3px;
    font-size: 22px;
    font-weight: 300;
    border-radius: 50%;
    line-height: 20px;
    transition: all 0.25s ease-in;
    z-index: 9;
    color: #fff;
    border: 2px solid #fff;
    position: relative;
    top: inherit;
    right: inherit;
    margin-left: auto;
}

#addCompModal .modal-bio .modal-body .row-modal-overlay .row-modal-header .row-modal-close:hover {
    transform: scale(1.05);
}

#addCompModal .modal-bio .modal-body .row-modal-overlay .row-modal-form .row-modal-fields {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1.55%;
    justify-content: normal;
}

#addCompModal .modal-bio .modal-body .row-modal-overlay .row-modal-form .row-modal-fields label {
    width: 18.76%;
    font-size: 16px;
    color: #000;
    letter-spacing: 0.31px;
    line-height: 1.45;
    font-weight: 500;
}

#addCompModal .modal-bio .modal-body .row-modal-overlay .row-modal-form .row-modal-fields label:first-child {
    width: 60px;
}

#addCompModal .modal-bio .modal-body .row-modal-overlay .row-modal-form .row-modal-fields label:has(input[name="col_0"]) {
    display: none;
}

#addCompModal .modal-bio .modal-body .row-modal-overlay .row-modal-form .row-modal-fields label input {
    color: #000;
    font-size: 16px;
    letter-spacing: 0.30px;
    margin: 8px 0 16px;
    height: 46px;
    border-radius: 5px;
    border: 1px solid #9DC7FF;
    width: 100%;
    box-shadow: none;
    padding: 0.55rem 0.85rem;
    display: block;
    line-height: normal;
    resize: none;
}

#addCompModal .modal-bio .modal-body .row-modal-overlay .row-modal-form .row-modal-actions {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    gap: 0.5%;
    padding-top: 22px;
    margin-top: 16px;
    border-top: 1px solid #cfcfcf;
}

#addCompModal .modal-bio .modal-body .row-modal-overlay .row-modal-form .row-modal-cancel {
    border-radius: 30px;
    font-size: 16px;
    line-height: normal;
    background: #115cc0;
    border: 1px solid #115cc0;
    padding: 0.375rem 0.75rem;
    color: #fff;
}

#addCompModal .modal-bio .modal-body .row-modal-overlay .row-modal-form .row-modal-save {
    border-radius: 30px;
    font-size: 16px;
    line-height: normal;
    background: #115cc0;
    border: 1px solid #115cc0;
    padding: 0.375rem 0.75rem;
    color: #fff;
}

#addCompModal.modal-overlay .modal-body .modal-content .col-md-2:has(#selectedFile1) {
    display: none;
}

#addCompModal.modal-overlay .modal-body .modal-content .col-md-2:has(#selectedFile1) {
    display: none;
}

#addCompModal.modal-overlay .modal-body .modal-content .col-md-2:has(#selectedFile1.file-selected) {
    display: flex;
}

#addCompModal.modal-overlay .modal-body .modal-content .col-md-2:has(#selectedFile1) input#selectedFile1 {
    width: calc(100% - 40px);
    display: inline-block;
}

.modal-overlay#addCompModal .modal-body .modal-content .col-md-2:has(img) .remove-file-btn {
    margin: -10px 2px 5px 0;
    background: #f10000 url(../images/delete-application.svg) no-repeat 100%;
    background-size: 18px;
    background-position: center;
    width: 26px;
    height: 27px;
}

.modal-overlay#addCompModal .modal-body .modal-content .attachment-download {
    float: none;
    position: absolute;
    background: #115cc0 url(../images/download-icon.svg) no-repeat 100%;
    background-size: 18px;
    background-position: center;
    width: 26px;
    height: 27px;
    border: 0;
    padding: 0;
    top: 3px;
    right: 34px;
    border-radius: 30px;
}

#addCompModal.modal-overlay .modal-body .modal-content .form-group img#imagePreview1 {
    max-height: 100px !important;
    object-fit: contain;
    background: #eff4ff;
    border: 1px solid #9DC7FF;
    border-radius: 4px !important;
    padding-block: 8px;
}

#addCompModal.modal-overlay .modal-body .modal-content .form-group input#company_reg_no {
    width: calc(100% - 44px);
    display: inline-block;
}

#addCompModal.modal-overlay .modal-body .modal-content .form-group .nxt-prv-btn {
    float: right;
    flex-direction: row;
    margin: 11px 0 0;
}

#addCompModal.modal-overlay .modal-body .modal-content .form-group #company_form_new_badge {
    position: absolute;
    top: 0;
    right: 42px;
    border-radius: 4px;
}

.modal-overlay#addCompModal .modal-body .modal-content .attachment-download {
    float: none;
    position: absolute;
    background: #115cc0 url(../images/download-icon.svg) no-repeat 100%;
    background-size: 18px;
    background-position: center;
    width: 26px;
    height: 27px;
    border: 0;
    padding: 0;
    top: 3px;
    right: 35px;
    border-radius: 30px;
}

/* Telemodal */

.modal-overlay #bioModal {
    width: calc(100% - 60px);
    overflow: visible;
    box-shadow: -1px 2px 6px 5px rgba(0 0 0 / 0.05);
    border-radius: 12px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 88%;
    max-height: 95vh;
    display: flex;
    flex-wrap: wrap;
}

.modal-overlay #bioModal .modal {
    position: relative;
    display: inline-block;
    width: calc(100% - 66px);
    transform: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.modal-overlay .modal-body {
    width: 100%;
    padding: 0 0 0;
    max-height: 76vh;
    overflow-y: auto;
    border-radius: 10px 10px 0 0;
}

/* #addTeleModal.modal-overlay .modal-body .form-group .form-control {
    background-color: #EFF4FF;
} */

.modal-overlay .modal-body .modal-content .form-group.search-col:has(input[type="search"]) input[type="search"] {
    width: 100%;
    margin: 0;
}

.modal-overlay .modal-body .modal-content .form-group.search-col:has(input[type="search"]) input[type="text"] {
    width: 84%;
}

.modal-overlay .modal-body .modal-content .form-group.search-col:has(button.add-btn) input[type="text"] {
    width: 77%;
}

.modal-overlay .modal-body .modal-content .multiCol .form-group.search-col:has(input[type="search"]) input[type="search"] {
    width: calc(94% - 25px);
}

.daterangepicker.ltr.auto-apply.show-calendar.opensright {
    z-index: 9999;
    background: #185cb8;
}

.daterangepicker.ltr.auto-apply.show-calendar .calendar-table {
    background: #115cc0;
    border-color: #115cc0;
}

.daterangepicker.ltr.auto-apply.show-calendar .calendar-table th.month {
    color: #fff;
}

.daterangepicker.ltr.auto-apply.show-calendar .calendar-table tr th,
.daterangepicker.ltr.auto-apply.show-calendar .calendar-table tr td {
    color: #fff;
}

.daterangepicker.ltr.auto-apply.show-calendar .calendar-table tr td.off.available {
    border-color: #115cc0;
    color: #000;
}

.daterangepicker.ltr.auto-apply.show-calendar .calendar-table tr th {
    background: rgba(255 255 255 /0.15);
    border-color: #115cc0;
}

.daterangepicker.ltr.auto-apply.show-calendar .calendar-table tr th.prev span {
    border-color: #fff;
}

.daterangepicker.ltr.auto-apply.show-calendar .calendar-table tr th.next span {
    border-color: #fff;
}

.modal-overlay .modal-body .form-group .form-control[readonly] {
    background: #eee;
}

.modal-overlay.sub-modal .modal-body .form-group > .d-flex .form-control {
    margin-bottom: auto;
}

.modal-overlay#addCompModal .modal-body #attachModal1 {
    background: #fff;
    position: fixed;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto 0;
    justify-content: center;
    max-width: 600px;
    border-radius: 12px;
    padding: 0;
    box-shadow: 0px 2px 4px 2px rgba(0 0 0 / 0.15);
    transition: all 0.3s ease-in;
    z-index: 9;
}

.modal-overlay#addCompModal .modal-body #attachModal1 .attach-modal-content {
    width: 100%;
}

.modal-overlay#addCompModal .modal-body #attachModal1 .close-modal {
    width: fit-content;
    background: #115cc0;
    padding: 0px 4px 3px 5px;
    font-size: 22px;
    font-weight: 300;
    border-radius: 50%;
    line-height: 20px;
    transition: all 0.25s ease-in;
    color: #fff;
    border: 2px solid #fff;
    top: 9px;
    right: 12px;
    position: absolute;
    z-index: 1;
}

.modal-overlay#addCompModal .modal-body #attachModal1 h5 {
    width: 100%;
    position: relative;
    background: #115cc0;
    right: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 0.45rem;
    padding: 13px 16px;
    border-radius: 10px 10px 0 0;
    line-height: 1;
    margin: 0 0 8px;
    margin-right: auto;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.31px;
}

.modal-overlay#addCompModal .modal-body #attachModal1 .attach-modal-body {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 1rem 1.85rem 1.5rem;
}

.modal-overlay#addCompModal .modal-body #attachModal1 .attach-modal-body button {
    margin: auto 9px 0 auto;
    background: #115cc0;
    padding: 10px 15px;
}

.modal-overlay#addCompModal .modal-body #attachModal1 .attach-modal-body button:hover {
    background: rgba(17 92 192 / 80%);
}

.modal-overlay#addCompModal .modal-body #attachModal1 .attach-modal-body .form-group {
    width: calc(100% - 150px);
}

.modal-overlay#addCompModal .modal-body #attachModal1 .attach-modal-body .form-group .form-control {
    margin: 0;
}

.modal-overlay#addCompModal .modal-body .modal-content .col-md-2 .remove-file-btn {
    font-size: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: url(../images/minus-circle.svg) no-repeat 100%;
    background-size: 100%;
    border: 0;
    margin: 4px 0 0;
    display: inline-block;
    float: right;
}

.modal-overlay .modal-body .interview-table {
    width: 100%;
    display: block;
    transition: all 0.3s ease-in;
}

.modal-overlay .modal-body .interview-table table {
    width: 100%;
}

.modal-overlay .modal-body .interview-table table th {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    background: #115CC0;
    text-align: center;
    padding: 8px;
}

.modal-overlay .modal-body .interview-table table td {
    font-size: 16px;
    color: #000;
    letter-spacing: 0.30px;
    font-weight: 500;
    background: #F7F8F9;
    padding: 8px;
    min-height: 38px;
}

.modal-overlay .modal-body .interview-table table td.sorting_1 + td {
    min-width: 120px;
}

.modal-overlay .modal-body .interview-table table td.dataTables_empty {
    text-align: center;
}

.modal-overlay .modal-body .interview-table table td:has(button) {
    text-align: center;
    min-width: 100px;
}

.modal-overlay .modal-body .interview-table table td:has(button) button {
    margin: 0 !important;
    transition: all 0.25s ease-in;
}

.modal-overlay .modal-body .interview-table table td:has(button) button:hover {
    background: rgba(255 255 255);
}

.modal-overlay .modal-body .interview-table table th:first-child {
    border-top-left-radius: 5px;
}

.modal-overlay .modal-body .interview-table table th:last-child {
    border-top-right-radius: 5px;
}

.modal-overlay .modal-body td button {
    border-color: transparent !important;
    font-size: 0 !important;
    border-radius: 8px !important;
    padding: 6px !important;
    margin: 0 3px 0 0 !important;
}

.modal-overlay .modal-body td button img {
    width: 24px;
}

.modal-overlay .modal-body td button.danger {
    border-color: transparent !important;
}

.modal-overlay .modal-body .interview-table .paginate_button .page-link {
    background: none;
    border: none;
    border-radius: 0;
    font-size: 16px;
    font-weight: 600;
    color: #115cc0;
    padding: 0.41rem 0;
    transition: all 0.25s ease-in;
    width: auto;
}

.modal-overlay .modal-body .interview-table .paginate_button .page-link:hover {
    color: #000;
}

.modal-overlay .modal-body .interview-table .pagination {
    gap: 0.65rem;
}

.modal-overlay .modal-body .interview-table .paginate_button.disabled .page-link {
    opacity: 0.6;
    pointer-events: none;
}

.modal-overlay#addSMSModal .modal-body .modal-content .multi-call-col {
    position: relative;
    width: auto;
    max-width: 100%;
    display: flex;
}

.modal-overlay#addSMSModal .modal-body .modal-content .multi-call-col .col-md-3 {
    width: auto;
    position: relative;
    min-width: 12.97vw;
    margin: 0;
}

.modal-overlay#addSMSModal .modal-body .modal-content .multi-call-col .add-btn {
    border: 0;
    background: url(../images/add-circle.svg) no-repeat 100%;
    background-size: 100%;
    padding: 0;
    width: 23px;
    height: 23px;
    position: absolute;
    right: 7px;
    top: 33px;
    margin: 0;
}

.modal-overlay#addSMSModal .modal-body .modal-content .multi-call-col .form-group {
    width: calc(100% - 34px);
}

.modal-overlay#addSMSModal .modal-body .modal-content .multi-call-col .remove-bttn {
    border: 0;
    background: url(../images/minus-circle.svg) no-repeat 100%;
    background-size: 100%;
    padding: 0;
    width: 23px;
    height: 23px;
    position: absolute;
    right: 7px;
    top: 3px;
    display: none;
    margin: 0;
}

.modal-overlay#addSMSModal .modal-body .modal-content .multi-qualy {
    position: relative;
    width: auto;
    max-width: min-content;
    display: flex;
    gap: 0.5rem;
}

.modal-overlay#addSMSModal .modal-body .modal-content .multi-qualy .col-md-2 {
    width: auto;
    position: relative;
    min-width: 11.55vw;
    gap: 0;
    flex: auto;
}

.modal-overlay#addSMSModal .modal-body .modal-content .multi-qualy .col-md-2 .form-group {
    width: calc(100% - 30px);
}

.modal-overlay#addSMSModal .modal-body .modal-content .multi-qualy .add-btn {
    border: 0;
    background: url(../images/add-circle.svg) no-repeat 100%;
    background-size: 100%;
    padding: 0;
    width: 23px;
    height: 23px;
    position: absolute;
    right: 3px;
    top: 40px;
    margin: 0;
}

.modal-overlay#addSMSModal .modal-body .modal-content .multi-qualy .remove-bttn {
    border: 0;
    background: url(../images/minus-circle.svg) no-repeat 100%;
    background-size: 100%;
    padding: 0;
    width: 23px;
    height: 23px;
    position: absolute;
    right: 3px;
    top: 9px;
    display: none;
    margin: 0;
}

.modal-overlay#addSMSModal .modal-body .modal-content .multi-post {
    position: relative;
    width: auto;
    max-width: min-content;
    display: flex;
    gap: 0.5rem;
}

.modal-overlay#addSMSModal .modal-body .modal-content .multi-post .col-md-2 {
    width: auto;
    position: relative;
    min-width: 12.25vw;
    flex: auto;
}

.modal-overlay#addSMSModal .modal-body .modal-content .multi-post .form-group {
    width: calc(100% - 30px);
    gap: 0;
}

.modal-overlay#addSMSModal .modal-body .modal-content .multi-post .add-btn {
    border: 0;
    background: url(../images/add-circle.svg) no-repeat 100%;
    background-size: 100%;
    padding: 0;
    width: 23px;
    height: 23px;
    position: absolute;
    right: 0;
    top: 40px;
    margin: 0;
}

.modal-overlay#addSMSModal .modal-body .modal-content .multi-post .remove-bttn {
    border: 0;
    background: url(../images/minus-circle.svg) no-repeat 100%;
    background-size: 100%;
    padding: 0;
    width: 23px;
    height: 23px;
    position: absolute;
    right: 0;
    top: 9px;
    display: none;
    margin: 0;
}

.modal-overlay#addTeleModal .modal-body .modal-content .multi-call-col {
    position: relative;
    width: auto;
    max-width: min-content;
    display: flex;
    gap: 0.5rem;
}

.modal-overlay#addTeleModal .modal-body .modal-content .multi-call-col .col-md-3 {
    width: auto;
    position: relative;
    min-width: 11.80vw;
}

.modal-overlay#addTeleModal .modal-body .modal-content .multi-call-col .form-group {
    width: calc(100% - 30px);
}

.modal-overlay#addTeleModal .modal-body .modal-content .multi-call-col .add-btn {
    border: 0;
    background: url(../images/add-circle.svg) no-repeat 100%;
    background-size: 100%;
    padding: 0;
    width: 23px;
    height: 23px;
    position: absolute;
    right: 3px;
    top: 40px;
    margin: 0;
}

.modal-overlay#addTeleModal .modal-body .modal-content .multi-call-col .remove-bttn {
    border: 0;
    background: url(../images/minus-circle.svg) no-repeat 100%;
    background-size: 100%;
    padding: 0;
    width: 23px;
    height: 23px;
    position: absolute;
    right: 3px;
    top: 9px;
    display: none;
    margin: 0;
}

.modal-overlay#addTeleModal .modal-body .form-group label:has(img) {
    padding-left: 34px;
}

.modal-overlay#addTeleModal .modal-body .form-group label:has(img) span {
    width: 25px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -2px;
}

.modal-overlay#addTeleModal .modal-body .form-group {
    position: relative;
}

.modal-overlay#addTeleModal .modal-body .add-btn {
    border: 0;
    background: url(../images/add-circle.svg) no-repeat 100%;
    background-size: 100%;
    padding: 0;
    width: 23px;
    height: 23px;
    position: absolute;
    right: -4px;
    top: 38px;
    margin: 0;
    font-size: 0;
}

.modal-overlay#addTeleModal .modal-body .remove-btn2 {
    border: 0;
    background: url(../images/minus-circle.svg) no-repeat 100%;
    background-size: 100%;
    padding: 0;
    width: 23px;
    height: 23px;
    position: absolute;
    right: -4px;
    top: 2px;
    display: none;
    margin: 0;
    font-size: 0;
}

.modal-overlay#addTeleModal .modal-body .tel-post-applied-item {
    display: flex;
    position: relative;
    gap: 0.65rem;
    width: auto;
    padding-right: 26px;
}

.modal-overlay#addTeleModal .modal-body .tel-post-applied-item .form-group {
    width: 21vw;
    margin: 0;
    display: inline-block;
}

.modal-overlay#addTeleModal .modal-body .tel-post-applied-item .form-group:nth-child(3) {
    width: 23.55%;
}

.modal-overlay#addTeleModal .modal-body .col-md-2:has(#aa_tel_form_ref_no) input[type="text"] {
    width: calc(100% - 42px);
    display: inline-block;
}

/* .modal-overlay .modal-body .modal-content .form-row.row:has(label[for="aa_tel_form_institution"]) {
    row-gap: 15px;
} */

.modal-overlay#addTeleModal .modal-body .col-md-2:has(#aa_tel_form_ref_no) .sms-new-badge {
    position: absolute;
    top: 0;
    right: 42px;
    border-radius: 4px;
}

.modal-overlay#addTeleModal .modal-body .col-md-2:has(#aa_tel_form_ref_no) .nxt-prv-btn {
    float: right;
    flex-direction: row;
}

.modal-overlay#addTeleModal .modal-body .modal-content .multi-qualy {
    position: relative;
    width: auto;
    max-width: min-content;
    display: flex;
    gap: 0.5rem;
}

.modal-overlay#addTeleModal .modal-body .modal-content .multi-qualy .col-md-2 {
    width: auto;
    position: relative;
    min-width: 11.55vw;
    flex: auto;
}

.modal-overlay#addTeleModal .modal-body .modal-content .multi-qualy .form-group {
    width: calc(100% - 30px);
}

.modal-overlay#addTeleModal .modal-body .modal-content .multi-qualy .add-btn {
    border: 0;
    background: url(../images/add-circle.svg) no-repeat 100%;
    background-size: 100%;
    padding: 0;
    width: 23px;
    height: 23px;
    position: absolute;
    right: 3px;
    top: 40px;
    margin: 0;
}

.modal-overlay#addTeleModal .modal-body .modal-content .multi-qualy .remove-bttn {
    border: 0;
    background: url(../images/minus-circle.svg) no-repeat 100%;
    background-size: 100%;
    padding: 0;
    width: 23px;
    height: 23px;
    position: absolute;
    right: 3px;
    top: 9px;
    display: none;
    margin: 0;
}

.modal-overlay#addTeleModal .modal-body .modal-content .multi-post {
    position: relative;
    width: auto;
    max-width: min-content;
    display: flex;
    gap: 0.5rem;
}

.modal-overlay#addTeleModal .modal-body .modal-content .multi-post .col-md-2 {
    width: auto;
    position: relative;
    min-width: 11.55vw;
    flex: auto;
}

.modal-overlay#addTeleModal .modal-body .modal-content .multi-post .form-group {
    width: calc(100% - 30px);
}

.modal-overlay#addTeleModal .modal-body .modal-content .multi-post .add-btn {
    border: 0;
    background: url(../images/add-circle.svg) no-repeat 100%;
    background-size: 100%;
    padding: 0;
    width: 23px;
    height: 23px;
    position: absolute;
    right: 3px;
    top: 40px;
    margin: 0;
}

.modal-overlay#addTeleModal .modal-body .modal-content .multi-post .remove-bttn {
    border: 0;
    background: url(../images/minus-circle.svg) no-repeat 100%;
    background-size: 100%;
    padding: 0;
    width: 23px;
    height: 23px;
    position: absolute;
    right: 3px;
    top: 9px;
    display: none;
    margin: 0;
}

.modal-overlay#addTeleModal .modal-body .form-group .checkbox-row label {
    margin: 5px 0 5px 10px;
}

.modal-overlay#addTeleModal .modal-body .col-md-4 .form-group.search-col input[type="search"] {
    width: 49%;
    margin: 0 0 22px;
}

.modal-overlay#addTeleModal .modal-body .col-md-4 .form-group.search-col .form-control {
    width: 49%;
}

.modal-overlay .modal-body .form-group #editTelNarrationHistory {
    font-size: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M21.2799 6.40005L11.7399 15.94C10.7899 16.89 7.96987 17.33 7.33987 16.7C6.70987 16.07 7.13987 13.25 8.08987 12.3L17.6399 2.75002C17.8754 2.49308 18.1605 2.28654 18.4781 2.14284C18.7956 1.99914 19.139 1.92124 19.4875 1.9139C19.8359 1.90657 20.1823 1.96991 20.5056 2.10012C20.8289 2.23033 21.1225 2.42473 21.3686 2.67153C21.6147 2.91833 21.8083 3.21243 21.9376 3.53609C22.0669 3.85976 22.1294 4.20626 22.1211 4.55471C22.1128 4.90316 22.0339 5.24635 21.8894 5.5635C21.7448 5.88065 21.5375 6.16524 21.2799 6.40005Z' stroke='%23115cc0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='transparent'/%3E%3Cpath d='M11 4H6C4.93913 4 3.92178 4.42142 3.17163 5.17157C2.42149 5.92172 2 6.93913 2 8V18C2 19.0609 2.42149 20.0783 3.17163 20.8284C3.92178 21.5786 4.93913 22 6 22H17C19.21 22 20 20.2 20 18V13' stroke='%23115cc0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='transparent'/%3E%3C/svg%3E") no-repeat;
    background-size: 28px;
    width: 30px;
    height: 30px;
    border-radius: 0;
    margin: 0 0 12px;
    transition: all 0.25s ease-in;
    padding: 0;
    border: 0;
}

.modal-overlay .modal-body .form-group #editTelNarrationHistory:hover {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M21.2799 6.40005L11.7399 15.94C10.7899 16.89 7.96987 17.33 7.33987 16.7C6.70987 16.07 7.13987 13.25 8.08987 12.3L17.6399 2.75002C17.8754 2.49308 18.1605 2.28654 18.4781 2.14284C18.7956 1.99914 19.139 1.92124 19.4875 1.9139C19.8359 1.90657 20.1823 1.96991 20.5056 2.10012C20.8289 2.23033 21.1225 2.42473 21.3686 2.67153C21.6147 2.91833 21.8083 3.21243 21.9376 3.53609C22.0669 3.85976 22.1294 4.20626 22.1211 4.55471C22.1128 4.90316 22.0339 5.24635 21.8894 5.5635C21.7448 5.88065 21.5375 6.16524 21.2799 6.40005Z' stroke='%23115cc0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='transparent'/%3E%3Cpath d='M11 4H6C4.93913 4 3.92178 4.42142 3.17163 5.17157C2.42149 5.92172 2 6.93913 2 8V18C2 19.0609 2.42149 20.0783 3.17163 20.8284C3.92178 21.5786 4.93913 22 6 22H17C19.21 22 20 20.2 20 18V13' stroke='%23DB3A3F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='transparent'/%3E%3C/svg%3E") no-repeat;
    background-size: 26px;
}


.modal-overlay#addTeleModal .modal-body .form-group textarea.form-control {
    min-height: 38px;
    height: revert-rule;
    max-height: 300px;
}

.modal-overlay#addTeleModal .modal-body .form-group textarea.form-control[name="narration"],
.modal-overlay#addTeleModal .modal-body .form-group textarea.form-control[name="new_narration"] {
    height: auto;
}

.modal-overlay#addBioModal .modal-body .modal-content .row-modal-overlay {
    width: 100%;
    position: fixed;
    background: #fff;
    top: 50%;
    transform: translateY(-50%) scale(0);
    left: 0;
    right: 0;
    max-width: 1280px;
    margin: 0 auto;
    z-index: 9;
    padding: 0;
    border-radius: 12px;
    box-shadow: 0px 2px 3px 3px rgba(0 0 0 / 0.05);
    transition: all 0.5s ease-in;
    opacity: 0;
    visibility: hidden;
}

.modal-overlay#addBioModal .modal-body .modal-content .row-modal-overlay.active {
    transform: translateY(-50%) scale(1);
    opacity: 1;
    visibility: visible;
}

.modal-overlay#addBioModal .row-modal-overlay .row-modal-header {
    width: 100%;
    padding: 12px 14px 8px;
    background: #115cc0;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    border-radius: 8px 8px 0 0;
}

.modal-overlay#addBioModal .row-modal-overlay .row-modal-header h3 {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    transition: all 0.25s ease-in;
    line-height: normal;
    margin: 0;
}

.modal-overlay#addBioModal .row-modal-overlay .row-modal-header .row-modal-close1 {
    width: fit-content;
    background: #115cc0;
    padding: 0px 4.5px 3px;
    font-size: 22px;
    font-weight: 300;
    border-radius: 50%;
    line-height: 20px;
    transition: all 0.25s ease-in;
    z-index: 9;
    color: #fff;
    border: 2px solid #fff;
    position: relative;
    top: inherit;
    right: inherit;
    margin-left: auto;
}

.modal-overlay#addBioModal .row-modal-overlay .row-modal-header .row-modal-close1:hover {
    transform: scale(1.05);
}

.modal-overlay#addBioModal .row-modal-overlay #aaInterView {
    width: 100%;
    display: block;
    float: left;
}

.modal-overlay#addBioModal .row-modal-overlay #aaInterView {
    width: 100%;
    display: block;
    float: left;
}

.modal-overlay#addBioModal .row-modal-overlay .modaltable-row div .form-group textarea.form-control {
    width: 100%;
    min-height: 90px;
    height: max-content;
}

.modal-overlay#addBioModal .row-modal-overlay .modaltable-row .col-md-8 .form-group {
    width: 100%;
}

.modal-overlay#addBioModal .row-modal-overlay .modaltable-row {
    padding: 15px 25px;
    margin-inline: 0;
    gap: 0.75%;
    row-gap: 0.5rem;
}

.modal-overlay#addBioModal .row-modal-overlay .modaltable-row > div {
    padding: 0;
}

.modal-overlay#addBioModal .row-modal-overlay .modaltable-row .col-md-4>label {
    font-size: 15.5px;
    color: #115cc0;
    letter-spacing: 0.31px;
    line-height: 1.45;
    font-weight: 600;
    margin: 0 0 8px;
}

.modal-overlay#addBioModal .row-modal-overlay .modaltable-row>div {
    display: flex;
    flex-wrap: wrap;
}

.modal-overlay#addBioModal .row-modal-overlay .modaltable-row div .form-group .text-danger {
    position: absolute;
    bottom: 4px;
}

.modal-overlay#addBioModal .row-modal-overlay .modaltable-row div .form-group:has(.text-danger) {
    position: relative;
}

.modal-overlay#addBioModal .row-modal-overlay .modaltable-row div .form-group {
    display: flex;
    flex-wrap: wrap;
    margin-top: auto;
}

.modal-overlay#addBioModal .row-modal-overlay .modaltable-row .col-md-1 .form-group {
    margin: auto 0 22px;
}

.modal-overlay#addBioModal .row-modal-overlay .modaltable-row .col-md-1:has(.edit-btn) {
    width: auto;
}

.modal-overlay#addBioModal .row-modal-overlay .modaltable-row .col-md-1 .form-group .edit-btn {
    background: #115cc0;
    border-color: #115cc0;
    border-radius: 8px;
    padding: 8px 10px;
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0;
}

.modal-overlay#addBioModal .row-modal-overlay .modaltable-row .col-md-1 .form-group .edit-btn:after {
    content: "";
    position: absolute;
    background: url(../images/edit-icon.svg)no-repeat center;
    background-size: 18px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.modal-overlay#addBioModal .row-modal-overlay .modaltable-row .col-md-1:has(.edit-btn) {
    width: auto;
}

.modal-overlay#addBioModal .row-modal-overlay .modaltable-row>.col-12:has(.save-btn) {
    padding-top: 20px;
    padding-bottom: 10px;
    margin-top: 5px;
    border-top: 1px solid #cfcfcf;
}

.modal-overlay#addBioModal .row-modal-overlay .modaltable-row .save-btn {
    margin: 0 0 22px;
    background: #115cc0;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 0.68rem 1.75rem 0.68rem;
}

.modal-overlay#addBioModal .row-modal-overlay .modaltable-row div .form-group.search-col {
    margin: 0;
    display: block;
    width: 100%;
}

.modal-overlay#addBioModal .row-modal-overlay .modaltable-row div .form-group .select2.select2-container .select2-selection {
    height: 38px;
    background: #fff;
    border: 1px solid #cfcfcf;
    box-shadow: none;
    border-radius: 6px;
}

.modal-overlay#addBioModal .row-modal-overlay .modaltable-row div .form-group .select2.select2-container .select2-selection__rendered {
    font-size: 15px;
    color: #000;
    line-height: normal;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-overflow: ellipsis;
    width: 84%;
}

.modal-overlay#addBioModal .row-modal-overlay .modaltable-row div .form-group .select2.select2-container .select2-selection__arrow {
    height: 36px;
    background: url(../images/dropdown-arrow.svg) no-repeat 100%;
    background-size: 16px;
    background-position-x: 95%;
    right: 4%;
}

.modal-overlay#addBioModal .row-modal-overlay .modaltable-row div .form-group .select2.select2-container .select2-selection__arrow b {
    opacity: 0;
    visibility: hidden;
}

.modal-overlay#addBioModal .row-modal-overlay .modaltable-row div .form-group .select2.select2-container .select2-selection__rendered .select2-selection__placeholder {
    color: #000;
}

.modal-overlay#addBioModal .row-modal-overlay .modaltable-row div .form-group .select2.select2-container .select2-selection__arrow b {
    opacity: 0;
    visibility: hidden;
}

.modal-overlay#addBioModal .row-modal-overlay .modaltable-row .col-md-8 {
    width: 100%;
    gap: 0.75%;
    row-gap: 0.5rem;
}

.modal-overlay#addBioModal .row-modal-overlay .modaltable-row .col-md-8>label {
    font-size: 17px;
    color: #115cc0;
    letter-spacing: 0.31px;
    line-height: 1.45;
    font-weight: 600;
    margin: 0 0 8px;
    width: 100%;
    min-height: 23px;
}

.modal-overlay#addBioModal .row-modal-overlay .modaltable-row .col-md-8>.col-md-6 {
    width: 31.65%;
}

.modal-overlay .select2-container--default .select2-dropdown .aa-reg-search-header {
    width: 100%;
    display: flex;
    gap: 0.15%;
}

.modal-overlay .select2-container--default .select2-dropdown:has(.aa-reg-search-header) {
    min-width: 36.25vw;
}

.modal-overlay .select2-container--default .select2-dropdown .aa-reg-search-header .aa-reg-search-column {
    width: 24.35%;
    background: #115cc0;
    font-size: 1rem;
    color: #fff;
    padding: 7px 10px;
}

.modal-overlay .select2-container--default .select2-dropdown .aa-reg-search-row {
    width: 100%;
    display: flex;
    gap: 0.55%;
}

.modal-overlay .select2-container--default .select2-dropdown .aa-reg-search-row .aa-reg-search-column {
    width: 24.55%;
    padding-left: 5px;
}

/* staff-edit */


/* Body */

.staff-profile-list2 {
    display: flex;
    margin: 0;
    padding: 18px;
    list-style: none;
    background: #fff;
    gap: 18px;
}

.staff-profile-list2 li {
    flex: 1;
}


/* Top Profile */

.staff-pro-wrapp {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .06);
}

.staff-pro-row {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.staff-user {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.staff-img {
    width: 95px;
    position: relative;
    flex-shrink: 0;
}

.staff-img img.preview-image {
    width: 95px;
    height: 95px;
    border-radius: 8px;
    object-fit: cover;
    border: 1px solid #ddd;
}

.remove-btn {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 22px;
    height: 22px;
    border: none;
    border-radius: 50%;
    background: #ef4444;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    line-height: 22px;
    padding: 0;
}

/* Edit Button */

.edit-profile {
    position: absolute;
    right: -8px;
    bottom: -8px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #0aa845;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.edit-profile img {
    width: 14px;
}

/* Labels */

.user-text label {
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
    color: #444;
}

/* Submit */

.form-btn {
    margin-top: 30px;
}

.submit {
    background: #132550;
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 14px 45px;
    font-size: 16px;
    font-weight: 600;
    transition: .3s;
}

.submit:hover {
    background: #3559e0;
}

/* Time */

.time-row {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.field2 {
    display: flex;
    gap: 15px;
}

/* Password */

.password-with-confirm {
    display: flex;
    gap: 20px;
}

.pass-outer {
    flex: 1;
}

.view-btn {
    background-color: #132550;
    background-image: url('https://web.suryaplacement.com/public/assets/images/paperclip.svg');
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 16px;
    color: #fff !important;
    padding: 12px 25px 12px 45px;
    border-radius: 30px;
}



.staff-edit-wrapp {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    max-width: 1800px;
    margin: 30px auto 0;
    justify-content: center;
}

.staff-edit-wrapp .staff-pro-wrapp {
    width: 22%;
    margin: 0 5% 0 0;
    border-top: 8px solid #115cc0;
    height: 100%;
    padding-bottom: 30px;
}

.staff-edit-wrapp .dashboard-wrapp.staff-detail {
    width: 72%;
}

.staff-edit-wrapp .staff-pro-row {
    width: 100%;
    display: block;
}

.staff-edit-wrapp .staff-pro-row .staff-user {
    width: 100%;
    display: block;
}

.staff-edit-wrapp .staff-pro-row .staff-user .staff-img {
    width: 100%;
    height: 280px;
    border-radius: 50%;
    margin: 0 auto 25px;
    border: 8px solid #115cc0;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .18);
    max-width: 280px;
    position: relative;
}

.staff-edit-wrapp .staff-pro-row .staff-user .staff-img img {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 50%;
    aspect-ratio: 4 / 5;
    transition: all 0.25s ease-in;
}

.staff-edit-wrapp .staff-pro-row .staff-user .staff-img .edit-profile {
    width: 36px;
    height: 36px;
    bottom: 0;
    border: 0;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .18);
    right: -8px;
    transition: all 0.25s ease-in;
    background: #115cc0;
}

.staff-edit-wrapp .staff-pro-row .staff-user .staff-img .edit-profile:hover img {
    opacity: 0.5;
}

.staff-edit-wrapp .staff-pro-row .staff-user .staff-img .remove-btn {
    width: 36px;
    height: auto;
    right: -2px;
    font-size: 30px;
    line-height: 32px;
    padding: 0 0 4px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .10);
    transition: all 0.25s ease-in;
}

.staff-edit-wrapp .staff-pro-row .staff-user .staff-img .remove-btn:hover {
    background: #293138;
}

.staff-edit-wrapp .staff-pro-row .staff-user .info-grid {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.staff-edit-wrapp .staff-pro-row .staff-user .info-grid .field {
    width: 100%;
}

.staff-edit-wrapp .staff-pro-row .staff-user .info-grid .field label {
    font-size: 15.5px;
    color: #000;
    letter-spacing: 0.31px;
    line-height: 1.45;
    font-weight: 500;
    margin: 0 0 8px;
}

.staff-edit-wrapp .staff-pro-row .staff-user .info-grid input[type="text"] {
    margin: 0 0 6px;
    width: 100%;
    height: auto;
    padding: 0.55rem 0.85rem;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    font-size: 15px;
    color: #000;
    display: block;
    line-height: normal;
    min-height: 44px;
}

.staff-edit-wrapp .staff-pro-row .staff-user .info-grid .field textarea {
    margin: 0 0 6px;
    width: 100%;
    height: auto;
    min-height: 100px;
    padding: 0.55rem 0.85rem;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    font-size: 15px;
    color: #000;
    display: block;
    line-height: normal;
}

.staff-edit-wrapp .staff-pro-row .resume-row {
    width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.staff-edit-wrapp .staff-pro-row .resume-row label {
    margin: 0 auto 2px;
}

.staff-edit-wrapp .staff-pro-row .view-btn {
    background-color: #293138;
    display: inline-block;
    padding: 12px 25px 12px 40px;
    margin: 8px auto 0;
    cursor: pointer;
}

.staff-edit-wrapp .staff-pro-row .view-btn:hover {
    background-color: #115cc0;
}

.staff-edit-wrapp .staff-pro-row .staff-user .user-info {
    width: 100%;
    display: block;
    background: #f5f5f5;
    border-radius: 12px;
    padding: 18px 18px 12px;
    margin: 0 0 12px;
}

.staff-edit-wrapp .staff-pro-row .resume-row .resume-file-btn {
    background: #f5f5f5;
    width: 100%;
    margin: 16px 0 0;
    border: 1px dashed #293138;
    border-radius: 16px;
    position: relative;
}

.staff-edit-wrapp .staff-pro-row .resume-row .resume-file-btn .image-preview {
    width: 100%;
    padding: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
    text-align: center;
    align-items: center;
}

.staff-edit-wrapp .staff-pro-row .resume-row .resume-file-btn .image-preview .preview-image {
    width: 100%;
    display: block;
    max-width: 40px;
}

.staff-edit-wrapp .staff-pro-row .resume-row .resume-file-btn .resume-file {
    font-size: 16px;
    color: #115cc0;
    font-weight: 600;
    line-height: 1.45;
    margin: 0;
}

.staff-edit-wrapp .staff-pro-row .resume-row .resume-file-btn .remove-re-btn {
    position: absolute;
    top: -14px;
    width: 32px;
    height: auto;
    right: -12px;
    font-size: 21px;
    text-align: center;
    line-height: 28px;
    padding: 0 0 3px 1px;
    transition: all 0.25s ease-in;
    border: none;
    border-radius: 50%;
    background: #ef4444;
    color: #fff;
    text-transform: lowercase;
}

.staff-edit-wrapp .staff-pro-row .resume-row .resume-file-btn .remove-re-btn:hover {
    background: #293138;
}

.staff-edit-wrapp .staff-profile-list1 {
    background: #115cc0;
}

.staff-edit-wrapp .staff-profile-list1 li {
    font-size: 15.5px;
    color: #fff;
    letter-spacing: 0.31px;
    line-height: 1.45;
    font-weight: 500;
    margin: 0;
    border-right: 1px solid rgba(255, 255, 255, .28);
    padding: 14px 18px;
}

.staff-edit-wrapp .staff-profile-list1 li:last-child {
    border-right: 0;
}

.staff-edit-wrapp .staff-profile-list2 {
    padding: 0;
    gap: 0;
}

.staff-edit-wrapp .staff-profile-list2 li {
    color: #000;
    font-size: 16px;
    padding: 14px 18px;
    margin-bottom: 0;
    font-weight: 500;
    border-right: 1px solid rgba(0, 0, 0, .08);
}

.staff-edit-wrapp .staff-profile-list2 li:last-child {
    border-right: 0;
}

.staff-edit-wrapp .staff-profile-list2 label {
    font-size: 15.5px;
    color: #000;
    letter-spacing: 0.31px;
    line-height: 1.45;
    font-weight: 500;
    margin: 0 0 4px;
    width: 100%;
}

.staff-edit-wrapp .staff-profile-list2 input {
    margin: 0 0 0;
    width: 100%;
    height: auto;
    padding: 0.55rem 0.85rem;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    font-size: 15px;
    color: #000;
    display: block;
    line-height: normal;
    min-height: 44px;
    outline: none;
    box-shadow: none;
}

.staff-edit-wrapp .staff-profile-list2 select {
    background: url(../images/dropdown-arrow.svg) no-repeat 100%;
    background-size: 16px;
    background-position-x: 95%;
    width: 100%;
    height: auto;
    padding: 0.55rem 0.85rem;
    border: 1px solid #cfcfcf;
    min-height: 44px;
    border-radius: 5px;
    font-size: 15px;
    color: #000;
    display: block;
    line-height: normal;
    cursor: pointer;
    -webkit-appearance: none;
    outline: none;
    box-shadow: none;
}

.staff-edit-wrapp .staff-profile-list2 .selection {
    width: 100%;
    display: block;
    height: 100%;
}

.staff-edit-wrapp .staff-profile-list2 .selection .select2-selection {
    width: 100%;
    height: auto;
    padding: 0.55rem 0.85rem;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    font-size: 15px;
    color: #000;
    display: block;
    line-height: normal;
    min-height: 44px;
}

.staff-edit-wrapp .staff-profile-list2 .selection .select2-selection .select2-selection__rendered {
    padding: 0;
}

.staff-edit-wrapp .staff-profile-list2 .selection .select2-selection__clear {
    background: #115cc0;
    margin: 3px 0 0;
    margin-right: 14px;
    padding: 0px 0 2px;
    padding-inline: 6px;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 400;
    height: auto;
}

.staff-edit-wrapp .staff-profile-list2 .selection .select2-selection__clear span {
    color: #fff;
    display: block;
    line-height: normal;
}

.staff-edit-wrapp .staff-profile-list2 .selection .select2-selection .select2-selection__arrow {
    background: url(../images/dropdown-arrow.svg) no-repeat 100%;
    background-size: 14px;
    background-position-x: center;
    border: 0;
    height: 26px;
    width: 20px;
    margin: 11px 2px 0 0;
}

.staff-edit-wrapp .staff-profile-list2 .selection .select2-selection .select2-selection__arrow b {
    display: none;
}

.staff-edit-wrapp .staff-profile-list2 textarea {
    min-height: auto;
    height: 100%;
    padding: 0.55rem 0.85rem;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    font-size: 15px;
    color: #000;
    display: block;
    line-height: normal;
}

.staff-edit-wrapp .staff-profile-list2 .pass-outer {
    width: 100%;
    display: block;
    position: relative;
}

.staff-edit-wrapp .staff-profile-list2 .pass-outer label {
    font-size: 15.5px;
    color: #000;
    letter-spacing: 0.31px;
    line-height: 1.45;
    font-weight: 500;
    margin: 0 0 8px;
    width: 100%;
}

.staff-edit-wrapp .staff-profile-list2 .pass-outer .pswd-icon {
    width: 24px;
    position: absolute;
    bottom: 10px;
    right: 12px;
    cursor: pointer;
}

.staff-edit-wrapp .staff-profile-list2 .pass-outer .pswd-icon .pswd-toggle {
    width: 100%;
    display: block;
    transition: all 0.25s ease-in;
    height: 24px;
}

.staff-edit-wrapp .staff-profile-list2 .pass-outer .pswd-icon img {
    width: 100%;
    display: block;
}

.staff-edit-wrapp .staff-profile-list2 .pass-outer .pswd-icon .pswd-toggle .show-icon {
    width: 100%;
    display: block;
    height: 100%;
    position: relative;
    transition: all 0.25s ease-in;
}

.staff-edit-wrapp .staff-profile-list2 .pass-outer .pswd-icon .pswd-toggle .show-icon .hide-icon {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}

.staff-edit-wrapp .staff-profile-list2 .pass-outer .pswd-icon .pswd-toggle.show .show-icon .hide-icon {
    opacity: 1;
    visibility: visible;
}

.staff-edit-wrapp .staff-profile-list2 .pass-outer .pswd-icon .pswd-toggle.show .show-icon>img {
    opacity: 0;
    visibility: hidden;
}

.staff-edit-wrapp .form-btn {
    text-align: right;
}

.staff-edit-wrapp .form-btn .submit {
    margin: auto 9px 0 auto;
    background: #115cc0;
    padding: 12px 1.75rem;
    font-size: 16px;
    transition: all 0.25s ease-in;
    line-height: normal;
}

.staff-edit-wrapp .form-btn .submit:hover {
    background: #293138;
}


/* staff-create */

.staff-create-wrapp {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    max-width: 1800px;
    margin: 30px auto 0;
    justify-content: center;
}

.staff-create-wrapp .staff-pro-row {
    width: 22%;
    margin: 0 5% 0 0;
    border-top: 8px solid #115cc0;
    height: 100%;
    background: #fff;
    border-radius: 18px;
    padding: 22px 30px;
    padding-bottom: 30px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .08);
    display: block;
}

.staff-create-wrapp .staff-pro-row .staff-user {
    width: 100%;
    display: block;
}

.staff-create-wrapp .staff-pro-row .user-info {
    width: 100%;
    display: block;
    background: #f5f5f5;
    border-radius: 12px;
    padding: 18px 18px 12px;
    margin: 0 0 12px;
}

.staff-create-wrapp .staff-pro-row .user-info .info-grid {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.staff-create-wrapp .staff-pro-row .resume-row {
    width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.staff-create-wrapp .staff-pro-row .staff-user .staff-img {
    width: 100%;
    height: 280px;
    border-radius: 50%;
    margin: 0 auto 25px;
    border: 8px solid #115cc0;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .18);
    max-width: 280px;
    position: relative;
}

.staff-create-wrapp .staff-pro-row .staff-user .staff-img img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    aspect-ratio: 4 / 5;
    border: 0;
}

.staff-create-wrapp .staff-pro-row .staff-user .staff-img label {
    width: 36px;
    height: 36px;
    bottom: 0;
    border: 0;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .18);
    right: -8px;
    transition: all 0.25s ease-in;
    background: #115cc0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    border-radius: 50%;
}

.staff-create-wrapp .staff-pro-row .user-info .info-grid .field {
    width: 100%;
}

.staff-create-wrapp .staff-pro-row .user-info .info-grid .field label {
    font-size: 15.5px;
    color: #000;
    letter-spacing: 0.31px;
    line-height: 1.45;
    font-weight: 500;
    margin: 0 0 8px;
}

.staff-create-wrapp .staff-pro-row .user-info .info-grid .field input {
    margin: 0 0 6px;
    width: 100%;
    height: auto;
    padding: 0.55rem 0.85rem;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    font-size: 15px;
    color: #000;
    display: block;
    line-height: normal;
    min-height: 44px;
}

.staff-create-wrapp .staff-pro-row .user-info .info-grid .field textarea {
    margin: 0 0 6px;
    width: 100%;
    height: auto;
    min-height: 100px;
    padding: 0.55rem 0.85rem;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    font-size: 15px;
    color: #000;
    display: block;
    line-height: normal;
}

.staff-create-wrapp .staff-pro-row .resume-row label {
    width: 100%;
    margin: 0 auto 2px;
    text-align: center;
}

.staff-create-wrapp .staff-pro-row .view-btn {
    background-color: #293138;
    display: inline-block;
    padding: 12px 25px 12px 40px;
    margin: 8px auto 0;
    cursor: pointer;
}

.staff-create-wrapp .staff-pro-row .resume-row .resume-file-btn {
    background: #f5f5f5;
    width: 100%;
    margin: 16px 0 0;
    border: 1px dashed #293138;
    border-radius: 16px;
    position: relative;
}

.staff-create-wrapp .staff-pro-row .resume-row .resume-file-btn #resume-preview {
    width: 100%;
    display: block;
    padding: 16px;
    min-height: 76px;
    background: url(../images/upload-icon.svg) no-repeat center;
    background-size: 40px;
}

.staff-create-wrapp .staff-pro-row .resume-row .resume-file-btn #resume-preview img {
    width: 100%;
    display: inline-block;
    max-width: 44px;
    border-radius: 8px;
}

.staff-create-wrapp .staff-pro-row .resume-row .resume-file-btn #resume-preview .resume-file {
    width: calc(100% - 50px);
    display: inline-block;
    font-size: 16px;
    color: #115cc0;
    font-weight: 600;
    line-height: 1.45;
    padding: 0 0 0 3%;
}

.staff-create-wrapp .staff-pro-row .resume-row .resume-file-btn .remove-re-btn {
    position: absolute;
    top: -14px;
    width: 32px;
    height: auto;
    right: -12px;
    font-size: 21px;
    text-align: center;
    line-height: 28px;
    padding: 0 0 3px 1px;
    transition: all 0.25s ease-in;
    border: none;
    border-radius: 50%;
    background: #ef4444;
    color: #fff;
    text-transform: lowercase;
}

.staff-create-wrapp .staff-pro-row .resume-row .resume-file-btn .remove-re-btn:hover {
    background: #293138;
}






.education-select-row {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 15px;

    align-items: center;

    padding: 8px 10px;

}

.education-name {

    font-weight: 500;

}

.education-category {

    color: #666;

    border-left: 1px solid #ddd;

    padding-left: 15px;

}

.select2-results__option {

    padding: 0 !important;

}

.education-select-count {

    background: #f1f1f1 !important;

    color: #555 !important;

}

.education-select-header {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 15px;

    padding: 9px 10px;

    font-weight: 600;

    background: #f5f5f5;

    border-bottom: 1px solid #ddd;

}

.education-select-header>div+div {

    border-left: 1px solid #ddd;

    padding-left: 15px;

}

.interest-select-row {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 15px;

    align-items: center;

    padding: 7px 10px;

}

.interest-name {

    font-weight: 500;

}

.interest-district {

    color: #666;

    border-left: 1px solid #ddd;

    padding-left: 15px;

}

.select2-results__option {

    padding: 0 !important;

}

.interest-select-header {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 15px;

    padding: 8px 10px;

    font-weight: 600;

    background: #f5f5f5;

    border-bottom: 1px solid #ddd;

}

.interest-select-header>div+div {

    border-left: 1px solid #ddd;

    padding-left: 15px;

}

.selected-count {

    display: inline-block;

    padding: 3px 7px;

    margin: 3px;

    font-size: 12px;

    border-radius: 3px;

    background: #f1f1f1;

    color: #555;

}

.area-select-header {
    display: grid;
    grid-template-columns: 1fr 1.5fr 1fr;
    gap: 15px;
    padding: 9px 10px;
    font-weight: 600;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd
}

.area-select-header>div+div {
    border-left: 1px solid #ddd;
    padding-left: 15px
}

.area-select-row {
    display: grid;
    grid-template-columns: 1fr 1.5fr 1fr;
    gap: 15px;
    align-items: center;
    padding: 8px 10px
}

.area-select-column+.area-select-column {
    border-left: 1px solid #ddd;
    padding-left: 15px
}

.select2-results__option {
    padding: 0 !important
}




.technical-select-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    align-items: center;
    padding: 8px 10px;
}

.technical-name {
    font-weight: 500;
}

.technical-category {
    color: #666;
    border-left: 1px solid #ddd;
    padding-left: 15px;
}

.technical-select-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    padding: 9px 10px;
    font-weight: 600;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
}

.technical-select-header>div+div {
    border-left: 1px solid #ddd;
    padding-left: 15px;
}

.select2-results__option {
    padding: 0 !important;
}

.technical-select-count {
    background: #f1f1f1 !important;
    color: #555 !important;
}

.post-select-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    align-items: center;
    padding: 8px 10px;
}

.post-select-name {
    font-weight: 500;
}

.post-select-category {
    color: #666;
    border-left: 1px solid #ddd;
    padding-left: 15px;
}

.post-select-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    padding: 9px 10px;
    font-weight: 600;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
}

.post-select-header>div+div {
    border-left: 1px solid #ddd;
    padding-left: 15px;
}

.select2-results__option {
    padding: 0 !important;
}

.form-group11 .add-btn {
    border: 0;
    background: url(../images/add-circle.svg) no-repeat 100%;
    background-size: 100%;
    padding: 0;
    width: 23px;
    height: 23px;
    position: absolute;
    right: 12px;
    top: 40px;
    margin: 0;
}

.form-group11 .remove-bttn {
    border: 0;
    background: url(../images/minus-circle.svg) no-repeat 100%;
    background-size: 100%;
    padding: 0;
    width: 23px;
    height: 23px;
    position: absolute;
    right: 12px;
    top: 9px;
    display: none;
    margin: 0;
}


.form-group11 .col-md-2:has(.add-btn),
.form-group11 .col-md-4:has(.add-btn) {
    padding-right: 2.25%;
    position: relative;
}


.vanacy-modal2 .col-md-12:has(.add-btn),
.vanacy-modal2 .col-md-12:has(.add-btn) {
    padding-right: 2.25%;
    position: relative;
}





#addCompModal .modal-bio .modal-body .form-group11.e-form-row .form-group:has(select.form-control):after {
    display: none;
}

#addCompModal .modal-bio .modal-body .form-group11.e-form-row .form-group:has(select.form-control) {
    padding-right: 0%;
}








.form-group11.e-form-row .table-outer {
    width: 100%;
}

.form-group11.e-form-row .tab-content {
    width: 100%;
}

.form-group11.e-form-row table {
    width: 100%;
    min-width: 100%;
}

.form-group11.e-form-row table th {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    background: #115CC0;
    text-align: center;
    padding: 8px;
}

.form-group11.e-form-row table th:first-child {
    border-top-left-radius: 5px;
}

.form-group11.e-form-row table th:last-child {
    border-top-right-radius: 5px;
}

.form-group11.e-form-row table td {
    font-size: 16px;
    color: #000;
    letter-spacing: 0.30px;
    font-weight: 500;
    background: #F7F8F9;
    padding: 8px;
    min-height: 38px;
}

.form-group11.e-form-row table tbody tr {
    border-bottom: 1px solid #CCCCCC;
}

.form-group11.e-form-row table tbody tr:last-child {
    border-bottom: 0;
}

.form-group11.e-form-row table td:has(button) {
    min-width: 100px;
}

.form-group11.e-form-row table td button {
    margin: 0 !important;
}




.vanacy-modal2 button.save-btn {
    margin: 32px 0 0px;
    background: #115cc0;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 0.68rem 1.75rem 0.68rem;
}


.vanacy-modal2 .col-md-2 {
    flex: 0 0 auto;
    width: 20%;
}

.vanacy-modal2 .col-md-2:has(.select2.select2-container) {
    width: auto;
    min-width: 18vw;
}

.modal-overlay .modal-body .vanacy-modal2 .form-group .select2 .selection textarea.select2-search__field {
    position:absolute;
    top:0;
    font-size: 16px;
}

.checkbox-row4 {
    flex-wrap: wrap;
    margin-top: 20px !important;
}

.sms-post-select-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    padding: 9px 10px;
    font-weight: 600;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
}

.sms-post-select-header > div:first-child {
    border-right: 1px solid #ddd;
}

.modal-overlay .modal-body .modal-content .form-group .select2-selection {
    height: 40px;
    background: #fff;
    border: 1px solid #cfcfcf;
    box-shadow: none;
    border-radius: 6px;
    margin: 0 0 0;
}

.modal-overlay#addBioModal .modal-body .modal-content .form-group .select2-selection {
    margin: 0;
}

.modal-overlay#addBioModal .modal-body .form-group .select2 .selection {
    margin: 0;
}

.modal-overlay .modal-body .modal-content .form-group .select2-selection .select2-selection__rendered {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    line-height: normal;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-overflow: ellipsis;
    width: calc(100% - 32px);
}

.modal-overlay .modal-body .modal-content .form-group .select2-selection button.select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px;
    background: #115cc0;
    border-color: #115cc0 !important;
    position: relative;
    z-index: 1;
    top: 7px;
    border-radius: 50%;
    padding: 2px 5px 3px !important;
    color: #fff;
    height: auto;
    width: auto;
    line-height: 16px;
}

.modal-overlay .modal-body .modal-content .form-group .select2-selection .select2-selection__placeholder {
    color: #000;
}

.modal-overlay .modal-body .modal-content .form-group .select2-selection .select2-selection__arrow {
    height: 36px;
    background: url(../images/dropdown-arrow.svg) no-repeat 100%;
    background-size: 16px;
    background-position-x: 95%;
    right: calc(0% + 11px);
}

.modal-overlay .select2-container--default .select2-search--dropdown .select2-search__field {
    width: calc(100% - 4px);
    height: auto;
    padding: 0.55rem 0.85rem;
    border: 1px solid #cfcfcf !important;
    border-radius: 5px;
    font-size: 15px;
    color: #000;
    margin: 4px 2px 6px;
}

.modal-overlay .select2-container--default .select2-dropdown .select2-results ul li {
    font-size: 14px;
    color: #000;
    letter-spacing: 0.31px;
    line-height: 1.45;
    font-weight: 500;
    padding: 0.52rem 0.55rem !important;
    display: block;
    border-top: 1px solid #cfcfcf;
    transition: all 0.25s ease-in;
}

.modal-overlay .select2-container--default .select2-dropdown .select2-results ul li:hover {
    color: #fff;
    background: #000;
}

.modal-overlay .select2-container--default .select2-dropdown .select2-results ul li:first-child {
    border-top: 0;
}

.modal-overlay .select2-container--default .select2-dropdown {
    border-color: #cfcfcf;
    margin-top: 0;
    min-width: 320px;
}

.modal-overlay .select2-container--default .select2-dropdown .select2-results .chat-help-header {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 2.15fr;
    gap: 0.05rem;
    background: #fff;
}

.modal-overlay .select2-container--default .select2-dropdown .select2-results .chat-help-header .chat-help-column {
    background: #115cc0;
    font-size: 1rem;
    color: #fff;
    padding: 7px 10px;
}

.modal-overlay .select2-container--default .select2-dropdown .select2-results .chat-help-row {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 0.05rem;
}

.modal-overlay .select2-container--default .select2-dropdown .select2-results .chat-help-row > div {
    padding: 7px 10px;
    background: #fff;
    color: #000;
}

.modal-overlay .select2-container--default .select2-dropdown .select2-results .chat-help-row:hover div{
    color: #fff;
    background: #115cc0;
}

.modal-overlay#chatModalOverlay .select2-container--default .select2-dropdown .select2-results .select2-results__options li {
    padding: 0 !important;
}

.modal-overlay .modal-body .modal-content .form-group .select2-selection .select2-selection__arrow b {
    opacity: 0;
    visibility: hidden;
}

.modal-overlay .modal-body .modal-content .form-group .select2-selection.select2-selection--multiple {
    padding: 0;
    height: 40px;
    position: relative;
    max-height: 50px;
    font-size: 15px;
    color: #000;

}

.modal-overlay .modal-body .modal-content .form-group .select2-selection.select2-selection--multiple .select2-selection__clear {
    position: absolute !important;
    line-height: 19px !important;
    top: 7px !important;
}

.modal-overlay .modal-body .modal-content .form-group .select2-selection.select2-selection--multiple textarea {
    padding: 9px 10px 0;
    margin: 0;
    color: #000;
    height: max-content;
    border-radius: 5px;
    font-family: "Inter", sans-serif;
}

.modal-overlay .modal-body .modal-content .form-group .select2-selection.select2-selection--multiple textarea::placeholder {
    color: #000;
}

.modal-overlay .modal-body .modal-content .form-group .select2-selection.select2-selection--multiple .select2-selection__rendered {
    position: absolute;
    width: calc(100% - 38px);
    top: 0;
    left: 0;
    right: 0;
    align-items: flex-start;
}

.modal-overlay .modal-body .modal-content .form-group .select2-selection.select2-selection--multiple .select2-selection__choice {
    background: #eff4ff !important;
    margin-block: 4px;
    padding: 5px 7px 5px;
    display: inline-block;
    color: #000 !important;
    font-weight: 500;
}

.modal-overlay .modal-body .modal-content .form-group .select2-selection.select2-selection--multiple .select2-selection__choice.institution-select-count {
    padding: 4px 14px;
    margin: 4px 10px;
    color: #000;
    font-weight: 500;
}

.modal-overlay .modal-body .modal-content .form-group .select2-selection.select2-selection--multiple .select2-selection__choice button.select2-selection__choice__remove {
    font-size: 12px !important;
    width: 1rem;
    height: 1rem;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 8px !important;
    background: #115cc0;
    border-color: #115cc0 !important;
    top: 8px;
    left: 3px;
    color: #fff;
    line-height: 12px !important;
}

.modal-overlay .modal-body .modal-content .form-group .select2-selection.select2-selection--multiple .select2-selection__choice button+.select2-selection__choice__display {
    padding-left: 10px;
}

.modal-overlay .modal-body .modal-content .form-group .select2-selection.select2-selection--multiple button.select2-selection__clear {
    padding: 2px !important;
    background: #115cc0;
    border-color: #115cc0 !important;
    top: 9px;
    color: #fff;
    width: 1.65rem;
    height: 1.65rem;
    margin-top: 0;
}

.modal-overlay .modal-body .modal-content .form-group .select2-selection.select2-selection--multiple .select2-selection__choice.interest-select-count {
    padding: 4px 14px;
    margin: 9px 10px 0;
    color: #000;
    font-weight: 500;
}

.modal-overlay .modal-body .modal-content .form-group .select2-selection.select2-selection--multiple:has(ul.select2-selection__rendered:empty) {
    height: 38px;
    border-radius: 5px;
    margin: 0 0 0;
}

.modal-overlay .modal-body .modal-content .form-group .select2-selection.select2-selection--multiple:not(:has(.interest-select-count)) {
    max-height: max-content;
    margin: 0 0 0;
}

.modal-overlay#addBioModal .modal-body .modal-content:first-child .form-row .col-md-3:has(.select2) {
    width: min-content;
    min-width: 27%;
}

.modal-overlay#addBioModal .modal-body .modal-content:first-child .form-row .col-md-3:has(.select2-selection__choice) {
    width: 67.22%;
}

.modal-overlay#addBioModal .modal-body .modal-content:first-child .form-row .col-md-3:has(.select2-selection__choice.interest-select-count) {
    width: fit-content;
}

.modal-overlay#addBioModal .select2-dropdown:has(.area-select-header) {
    min-width: 450px;
}

.modal-overlay .select2-container--default .select2-dropdown:has(.post-select-header) {
    min-width: 450px;
}

.modal-overlay#addBioModal .modal-content .col-md-2:has(.select2) {
    width: fit-content;
    min-width: 16.667%;
}

.modal-overlay#addBioModal .modal-content .col-md-2:has(.select2) .select2.select2-container .select2-selection--multiple {
    height: auto;
    min-height: 40px;
}

.modal-overlay#addBioModal .modal-content .col-md-2:has(.select2) .select2.select2-container .select2-selection--multiple ul {
    position: relative;
    height: auto;
}

.modal-overlay#addBioModal .modal-body .modal-content .multi-row .form-row:has(.select2) {
    width: auto;
}

/* .modal-overlay#addBioModal .modal-body .modal-content .multi-row:has(.select2) {
    flex-wrap: nowrap;
} */

.modal-overlay .modal-body .modal-content .form-group .select2-selection.select2-selection--multiple .select2-selection__rendered:has(.select2-selection__choice) {
    position: relative;
    height: auto;
    width:calc(100% - 36px);
}

.modal-overlay .modal-body .modal-content .form-group .select2-selection.select2-selection--multiple:has(.select2-selection__choice) {
    height: auto;
}

.modal-overlay .modal-body .modal-content .form-group .select2-selection.select2-selection--multiple .select2-selection__rendered:has(.select2-selection__choice)+.select2-search {
    display: none;
}

.modal-overlay .modal-body .modal-content .form-group .select2-container--open .select2-selection.select2-selection--multiple .select2-selection__rendered:has(.select2-selection__choice)+.select2-search {
    display: block;
}

.modal-overlay#addBioModal .modal-body .modal-content .multi-row .form-row:has(.select2-selection__choice) {
    margin-bottom: 52px;
}

.modal-overlay .modal-body .modal-content .form-group .select2-selection.select2-selection--multiple .select2-selection__rendered:has(.select2-selection__choice)+.select2-search textarea.select2-search__field {
    background-color: #eff4ff;
    margin: 2px 0 0;
    border: 1px solid #cfcfcf;
    height: 38px;
}

.modal-overlay .modal-body .modal-content .form-group .select2-selection.select2-selection--multiple .select2-selection__choice button {
    position: relative;
    top: -1px !important;
}

.modal-overlay .modal-body .modal-content .col-md-2 .form-group .checkbox-row {
    margin-top: 30px;
}

.modal-overlay .modal-body .modal-content .form-group .select2-selection.select2-selection--multiple .select2-search.select2-search--inline textarea {
    width: 100% !important;
    min-height: auto;
    position: relative;
    background: url(../images/search-icon22.svg) no-repeat 100%;
    background-size: 16px;
    background-position-x: calc(100% - 12px);
    height: 40px;
}

.modal-overlay .modal-body .modal-content .form-group .select2-selection.select2-selection--multiple .select2-selection__rendered:has(.select2-selection__choice)+.select2-search textarea.select2-search__field {
    position: relative !important;
    background-color: #eff4ff;
}

div#smsTransferModal {
    display: none;
    position: fixed;
    background: #fff;
    padding: 15px;
    border: 3px solid;
}

div#smsTransferModal.active {
    display: block;
}

div#telTransferModal {
    display: none;
    position: fixed;
    background: #fff;
    padding: 15px;
    border: 3px solid;
}

div#telTransferModal.active {
    display: block;
}

/* #ui-datepicker-div {
    z-index: 9999 !important;
} */

.ui-timepicker-container.ui-timepicker-standard {
    z-index: 9999 !important;
}

.modal-overlay#addBioModal .row-modal-overlay {
    position: fixed;
    top: 50%;
    transform: translateY(-50%) scale(0);
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto 0;
    max-width: 1080px;
    box-shadow: 0 0 3px 3px rgba(0 0 0 / 0.05);
    border-radius: 14px;
    z-index: 999999;
    transition: all 0.25s ease-in;
    max-height: 43vw;
    overflow-y: auto;
}

.modal-overlay#addBioModal .row-modal-overlay.active {
    transform: translateY(-50%) scale(1);
}

div#companyRemoveConfirmModal {
    position: fixed;
    top: 50%;
    transform: translateY(-50%) scale(0);
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto 0;
    max-width: 420px;
    box-shadow: 0 0 3px 3px rgba(0 0 0 / 0.05);
    border-radius: 14px;
    z-index: 9999;
    transition: all 0.25s ease-in;
    bottom: auto;
    padding: 0;
}

div#companyRemoveConfirmModal.active {
    transform: translateY(-50%) scale(1);
}

#companyRemoveConfirmModal .row-modal {
    width: 100%;
    max-width: 100%;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    animation: modalFadeIn 0.2s ease-out;
}

#companyRemoveConfirmModal .row-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 14px;
    background: #db3a3f;
    border-bottom: 1px solid #e5e7eb;
}

#companyRemoveConfirmModal .row-modal-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.31px
}

#companyRemoveConfirmModal .row-modal-close-company-remove {
    width: fit-content;
    background: transparent;
    padding: 0px 4.5px 2px;
    font-size: 20px;
    font-weight: 400;
    border-radius: 50%;
    line-height: 20px;
    transition: all 0.25s ease-in;
    color: #fff;
    border: 2px solid #fff;
    position: relative;
    top: inherit;
    right: inherit;
    transition: color 0.2s ease;
}

#companyRemoveConfirmModal .row-modal-close-company-remove:hover {
    transform:scale(1.05);
}

#companyRemoveConfirmModal .modaltable-row {
    padding: 25px 22px;
}

#companyRemoveConfirmModal p {
    margin: 0 0 20px;
    color: #000;
    font-size: 16px;
    line-height: 1.5;
}

#companyRemoveConfirmModal #companyRemoveError {
    margin-bottom: 15px;
    padding: 10px 12px;
    background: #fff1f2;
    border: 1px solid #fecdd3;
    border-radius: 6px;
    font-size: 14px;
}

#companyRemoveConfirmModal .form-group {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin: 0;
}

#companyRemoveConfirmModal #confirmCompanyRemove {
    border: none;
    background: #db3a3f;
    color: #fff;
    padding: 10px 22px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

#companyRemoveConfirmModal #cancelCompanyRemove {
    padding: 10px 22px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    transition: all 0.2s ease;
}



#aa_interview_shedule_delete {
    position: fixed;
    top: 50%;
    transform: translateY(-50%) scale(0);
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto 0;
    max-width: 420px;
    box-shadow: 0 0 3px 3px rgba(0 0 0 / 0.05);
    border-radius: 14px;
    z-index: 9999;
    transition: all 0.25s ease-in;
    bottom: auto;
    padding: 0;
}

#aa_interview_shedule_delete.active {
    transform: translateY(-50%) scale(1);
}

#aa_interview_shedule_delete .row-modal {
    width: 100%;
    max-width: 100%;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    animation: modalFadeIn 0.2s ease-out;
}

#aa_interview_shedule_delete .row-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 18px;
    background: #db3a3f;
    border-bottom: 1px solid #e5e7eb;
}

#aa_interview_shedule_delete .row-modal-header h3 {
    margin: 0;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.31px;
}

#aa_interview_shedule_delete .row-modal-close-interview-delete {
    width: fit-content;
    background: transparent;
    padding: 0px 4.5px 2px;
    font-size: 20px;
    font-weight: 400;
    border-radius: 50%;
    line-height: 20px;
    transition: all 0.25s ease-in;
    color: #fff;
    border: 2px solid #fff;
    position: relative;
    top: inherit;
    right: inherit;
}

#aa_interview_shedule_delete .row-modal-close-interview-delete:hover {
    color: rgba(255 255 255 /0.75);
}

#aa_interview_shedule_delete .modaltable-row {
    padding: 25px 22px;
}

#aa_interview_shedule_delete p {
    margin: 0 0 20px;
    color: #000;
    font-size: 16px;
    line-height: 1.5;
}

#aa_interview_shedule_delete #companyRemoveError {
    margin-bottom: 15px;
    padding: 10px 12px;
    background: #fff1f2;
    border: 1px solid #fecdd3;
    border-radius: 6px;
    font-size: 14px;
}

#aa_interview_shedule_delete .form-group {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin: 0;
}

#aa_interview_shedule_delete .save-btn {
    border: none;
    background: #db3a3f;
    color: #fff;
    padding: 10px 22px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

#aa_interview_shedule_delete .save-btn {
    padding: 10px 22px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    background: #115cc0;
    border: 1px solid #115cc0;
    color: #fff;
    transition: all 0.2s ease;
}


#aa_diary_delete {
    position: fixed;
    top: 50%;
    transform: translateY(-50%) scale(0);
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto 0;
    max-width: 420px;
    box-shadow: 0 0 3px 3px rgba(0 0 0 / 0.05);
    border-radius: 14px;
    z-index: 9999;
    transition: all 0.25s ease-in;
    bottom: auto;
    padding: 0;
}

#aa_diary_delete.active {
    transform: translateY(-50%) scale(1);
}

#aa_diary_delete .row-modal {
    width: 100%;
    max-width: 100%;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    animation: modalFadeIn 0.2s ease-out;
}

#aa_diary_delete .row-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 18px;
    background: #db3a3f;
    border-bottom: 1px solid #e5e7eb;
}

#aa_diary_delete .row-modal-header h3 {
    margin: 0;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.31px;
}

#aa_diary_delete .row-modal-close-diary-delete {
    width: fit-content;
    background: transparent;
    padding: 0px 4.5px 2px;
    font-size: 20px;
    font-weight: 400;
    border-radius: 50%;
    line-height: 20px;
    transition: all 0.25s ease-in;
    color: #fff;
    border: 2px solid #fff;
    position: relative;
    top: inherit;
    right: inherit;
}

#aa_diary_delete .row-modal-close-diary-delete:hover {
    color: rgba(255 255 255 /0.75);
}

#aa_diary_delete .modaltable-row {
    padding: 25px 22px;
}

#aa_diary_delete p {
    margin: 0 0 20px;
    color: #000;
    font-size: 16px;
    line-height: 1.5;
}

#aa_diary_delete #companyRemoveError {
    margin-bottom: 15px;
    padding: 10px 12px;
    background: #fff1f2;
    border: 1px solid #fecdd3;
    border-radius: 6px;
    font-size: 14px;
}

#aa_diary_delete .form-group {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin: 0;
}

#aa_diary_delete .save-btn {
    border: none;
    background: #db3a3f;
    color: #fff;
    padding: 10px 22px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

#aa_diary_delete .save-btn {
    padding: 10px 22px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    background: #115cc0;
    border: 1px solid #115cc0;
    color: #fff;
    transition: all 0.2s ease;
}




#attachment_remove_modal {
    position: fixed;
    top: 50%;
    transform: translateY(-50%) scale(0);
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto 0;
    max-width: 420px;
    box-shadow: 0 0 3px 3px rgba(0 0 0 / 0.05);
    border-radius: 14px;
    z-index: 9999;
    transition: all 0.25s ease-in;
    bottom: auto;
    padding: 0;
}

#attachment_remove_modal.active {
    transform: translateY(-50%) scale(1);
}

#attachment_remove_modal .row-modal {
    width: 100%;
    max-width: 100%;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    animation: modalFadeIn 0.2s ease-out;
}

#attachment_remove_modal .row-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 18px;
    background: #db3a3f;
    border-bottom: 1px solid #e5e7eb;
}

#attachment_remove_modal .row-modal-header h3 {
    margin: 0;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.31px;
}

#attachment_remove_modal .row-modal-close-attachment-remove {
    width: fit-content;
    background: transparent;
    padding: 0px 4.5px 2px;
    font-size: 20px;
    font-weight: 400;
    border-radius: 50%;
    line-height: 20px;
    transition: all 0.25s ease-in;
    color: #fff;
    border: 2px solid #fff;
    position: relative;
    top: inherit;
    right: inherit;
}

#attachment_remove_modal .row-modal-close-attachment-remove:hover {
    color: rgba(255 255 255 /0.75);
}

#attachment_remove_modal .modaltable-row {
    padding: 25px 22px;
}

#attachment_remove_modal p {
    margin: 0 0 20px;
    color: #000;
    font-size: 16px;
    line-height: 1.5;
}

#attachment_remove_modal #companyRemoveError {
    margin-bottom: 15px;
    padding: 10px 12px;
    background: #fff1f2;
    border: 1px solid #fecdd3;
    border-radius: 6px;
    font-size: 14px;
}

#attachment_remove_modal .form-group {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin: 0;
}

#attachment_remove_modal #confirmAttachmentRemove {
    border: none;
    background: #db3a3f;
    color: #fff;
    padding: 10px 22px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

#attachment_remove_modal #confirmAttachmentRemove {
    padding: 10px 22px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    background: #115cc0;
    border: 1px solid #115cc0;
    color: #fff;
    transition: all 0.2s ease;
}


.company-contact-item.remove-item-highlight,
.company-branch-item.remove-item-highlight {
    border: 1px solid #ff000033 !important;
    box-shadow: 0 0 6px rgba(255, 0, 0, 0.15);
    background: #f1f1f1;
    border-radius: 5px;
}

#addCompModal .modal-bio .modal-body .common-company-repeater {
    width: 100%;
    position: relative;
}

#addCompModal .modal-bio .modal-body .common-company-repeater .company-branch-item {
    width: 100%;
    position: relative;
}

#addCompModal .modal-bio .modal-body .common-company-repeater .col-md-4 {
    position: static;
    padding-right: 0;
}

#addCompModal .modal-bio .modal-body .common-company-repeater .add-btn {
    top: 7px;
    width: 23px;
    height: 23px;
    right: 8px;
    background-color: #f2f2f2;
    box-shadow: 0 0 0 7px #f2f2f2;
    border-radius: 0 0 2px 2px;
}

#addCompModal .modal-bio .modal-body .common-company-repeater .remove-branch-btn {
    width: 23px;
    height: 23px;
    right: 37px;
    display: block;
    top: 7px;
    background-color: #f2f2f2;
    box-shadow: 0 0 0 7px #f2f2f2;
    border-radius: 0 0 2px 2px;
}

/* #addCompModal .modal-bio .modal-body .form-group11.company_address_sec:before {
    content: "";
    position: absolute;
    right: 0;
    width: 70px;
    height: 35px;
    background: #f2f2f2;
    top: 0;
    border-radius: 0 0 8px 8px;
} */

#addCompModal .modal-bio .modal-body .form-group11 .col-md-2 .add-btn {
    top: 36px;
    right: 6px;
    box-shadow: none;
    background-color: transparent;
}

#addCompModal .modal-bio .modal-body .common-company-repeater .company-branch-item:first-child .remove-branch-btn {
    display: none;
}

#addCompModal .modal-bio .modal-body .form-group11.company-contact-item:first-child .remove-contact-btn {
    display: none;
}

#addCompModal .modal-bio .modal-body .form-group11.company-contact-item .remove-contact-btn {
    display: block;
    width: 23px;
    height: 23px;
    right: 6px;
    top: 4px;
    box-shadow: none;
    background-color: transparent;
}


#addCompModal .modal-bio .modal-body .common-company-repeater .company-branch-item .form-group11 {
    padding-bottom: 0;
    border-bottom: 0;
}

#addCompModal .modal-bio .modal-body .common-company-repeater .company-branch-item .company_contact_repeater {
    padding-bottom: 12px;
    margin-bottom: 0;
    border-bottom: 1px solid #cfcfcf;
}

#addCompNewsModal .modal-bio {
    width: calc(100% - 60px);
    overflow: visible;
    box-shadow: -1px 2px 6px 5px rgba(0 0 0 / 0.05);
    border-radius: 12px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 80px auto 0;
    max-width: 88%;
    max-height: 95vh;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    top:10px;
}

#addCompNewsModal .modal-bio .modal {
    position: relative;
    display: inline-block;
    width: calc(100% - 66px);
    transform: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-inline: 25px;
}

.replied-sender-name {
    color: #FF9900 !important;
}

.chat-message-highlight {
    animation: chatMessageHighlight 1.5s ease;
}


/******  #addSMSModal modal styles */

.modal-overlay#addSMSModal .modal-body .modal-content .row-modal-overlay {
    width: 100%;
    position: fixed;
    background: #fff;
    top: 50%;
    transform: translateY(-50%) scale(0);
    left: 0;
    right: 0;
    max-width: 1280px;
    margin: 0 auto;
    z-index: 9;
    padding: 0;
    border-radius: 12px;
    box-shadow: 0px 2px 3px 3px rgba(0 0 0 / 0.05);
    transition: all 0.5s ease-in;
    opacity: 0;
    visibility: hidden;
}

.modal-overlay#addSMSModal .modal-body .modal-content .row-modal-overlay.active {
    transform: translateY(-50%) scale(1);
    opacity: 1;
    visibility: visible;
}

.modal-overlay#addSMSModal .row-modal-overlay .row-modal-header {
    width: 100%;
    padding: 15px 25px;
    background: #115cc0;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    border-radius: 12px 12px 0 0;
}

.modal-overlay#addSMSModal .row-modal-overlay .row-modal-header h3 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    transition: all 0.25s ease-in;
    line-height: normal;
    margin: 0;
}

.modal-overlay#addSMSModal .row-modal-overlay .row-modal-header .row-modal-close1 {
    width: fit-content;
    background: #115cc0;
    padding: 0px 4.5px 3px;
    font-size: 22px;
    font-weight: 300;
    border-radius: 50%;
    line-height: 20px;
    transition: all 0.25s ease-in;
    z-index: 9;
    color: #fff;
    border: 2px solid #fff;
    position: relative;
    top: inherit;
    right: inherit;
    margin-left: auto;
}

.modal-overlay#addSMSModal .row-modal-overlay .row-modal-header .row-modal-close1:hover {
    transform: scale(1.05);
}

.modal-overlay#addSMSModal .row-modal-overlay .modaltable-row {
    padding: 15px 25px;
}

.modal-overlay#addSMSModal .row-modal-overlay .modaltable-row .col-md-4>label {
    font-size: 15.5px;
    color: #115cc0;
    letter-spacing: 0.31px;
    line-height: 1.45;
    font-weight: 600;
    margin: 0 0 8px;
}

.modal-overlay#addSMSModal .row-modal-overlay .modaltable-row>div {
    display: flex;
    flex-wrap: wrap;
}

.modal-overlay#addSMSModal .row-modal-overlay .modaltable-row div .form-group {
    display: flex;
    flex-wrap: wrap;
    margin-top: auto;
}

.modal-overlay#addSMSModal .row-modal-overlay .modaltable-row .col-md-1 .form-group {
    margin: auto 0 22px;
}

.modal-overlay#addSMSModal .row-modal-overlay .modaltable-row .col-md-1:has(.edit-btn) {
    width: auto;
}

.modal-overlay#addSMSModal .row-modal-overlay .modaltable-row .col-md-1 .form-group .edit-btn {
    background: #115cc0;
    border-color: #115cc0;
    border-radius: 8px;
    padding: 8px 10px;
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0;
}

.modal-overlay#addSMSModal .row-modal-overlay .modaltable-row .col-md-1 .form-group .edit-btn:after {
    content: "";
    position: absolute;
    background: url(../images/edit-icon.svg)no-repeat center;
    background-size: 18px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.modal-overlay#addSMSModal .row-modal-overlay .modaltable-row .col-md-1:has(.edit-btn) {
    width: auto;
}

.modal-overlay#addSMSModal .row-modal-overlay .modaltable-row>.col-12:has(.save-btn) {
    padding-top: 20px;
    padding-bottom: 10px;
    margin-top: 5px;
    border-top: 1px solid #cfcfcf;
}

.modal-overlay#addSMSModal .row-modal-overlay .modaltable-row .save-btn {
    margin: 0 0 22px;
    background: #115cc0;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 0.68rem 1.75rem 0.68rem;
}


.modal-overlay#addSMSModal .modal-bio .modal:has(.row-modal-overlay.active) {
    position: relative;
}

.modal-overlay#addSMSModal .modal-bio .modal:has(.row-modal-overlay.active):after {
    content: "";
    position: absolute;
    background: rgba(255 255 255 /0.85);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.modal-overlay#addSMSModal .row-modal-overlay {
    position: fixed;
    top: 50%;
    transform: translateY(-50%) scale(0);
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto 0;
    max-width: 1080px;
    box-shadow: 0 0 3px 3px rgba(0 0 0 / 0.05);
    border-radius: 14px;
    z-index: 2;
    transition: all 0.25s ease-in;
}

.modal-overlay#addSMSModal .row-modal-overlay.active {
    transform: translateY(-50%) scale(1);
}


.modal-overlay .modal-body .form-group #editSmsNarrationHistory {
    font-size: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M21.2799 6.40005L11.7399 15.94C10.7899 16.89 7.96987 17.33 7.33987 16.7C6.70987 16.07 7.13987 13.25 8.08987 12.3L17.6399 2.75002C17.8754 2.49308 18.1605 2.28654 18.4781 2.14284C18.7956 1.99914 19.139 1.92124 19.4875 1.9139C19.8359 1.90657 20.1823 1.96991 20.5056 2.10012C20.8289 2.23033 21.1225 2.42473 21.3686 2.67153C21.6147 2.91833 21.8083 3.21243 21.9376 3.53609C22.0669 3.85976 22.1294 4.20626 22.1211 4.55471C22.1128 4.90316 22.0339 5.24635 21.8894 5.5635C21.7448 5.88065 21.5375 6.16524 21.2799 6.40005Z' stroke='%23115cc0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='transparent'/%3E%3Cpath d='M11 4H6C4.93913 4 3.92178 4.42142 3.17163 5.17157C2.42149 5.92172 2 6.93913 2 8V18C2 19.0609 2.42149 20.0783 3.17163 20.8284C3.92178 21.5786 4.93913 22 6 22H17C19.21 22 20 20.2 20 18V13' stroke='%23115cc0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='transparent'/%3E%3C/svg%3E") no-repeat;
    background-size: 28px;
    width: 30px;
    height: 30px;
    border-radius: 0;
    margin: 0 0 12px;
    padding: 0;
    transition: all 0.25s ease-in;
    border: 0;
}

.modal-overlay .modal-body .form-group #editSmsNarrationHistory:hover {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M21.2799 6.40005L11.7399 15.94C10.7899 16.89 7.96987 17.33 7.33987 16.7C6.70987 16.07 7.13987 13.25 8.08987 12.3L17.6399 2.75002C17.8754 2.49308 18.1605 2.28654 18.4781 2.14284C18.7956 1.99914 19.139 1.92124 19.4875 1.9139C19.8359 1.90657 20.1823 1.96991 20.5056 2.10012C20.8289 2.23033 21.1225 2.42473 21.3686 2.67153C21.6147 2.91833 21.8083 3.21243 21.9376 3.53609C22.0669 3.85976 22.1294 4.20626 22.1211 4.55471C22.1128 4.90316 22.0339 5.24635 21.8894 5.5635C21.7448 5.88065 21.5375 6.16524 21.2799 6.40005Z' stroke='%23115cc0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='transparent'/%3E%3Cpath d='M11 4H6C4.93913 4 3.92178 4.42142 3.17163 5.17157C2.42149 5.92172 2 6.93913 2 8V18C2 19.0609 2.42149 20.0783 3.17163 20.8284C3.92178 21.5786 4.93913 22 6 22H17C19.21 22 20 20.2 20 18V13' stroke='%23DB3A3F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='transparent'/%3E%3C/svg%3E") no-repeat;
    background-size: 26px;
}


.remove-conformation {
    position: fixed;
    top: 50%;
    transform: translateY(-50%) scale(0);
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto 0;
    max-width: 420px;
    box-shadow: 0 0 3px 3px rgba(0 0 0 / 0.05);
    border-radius: 14px;
    z-index: 9999;
    transition: all 0.25s ease-in;
    bottom: auto;
    padding: 0;
}

.remove-conformation.active {
    transform: translateY(-50%) scale(1);
}

.remove-conformation .row-modal {
    width: 100%;
    max-width: 100%;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    animation: modalFadeIn 0.2s ease-out;
}

.remove-conformation .row-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    background: #db3a3f;
    border-bottom: 1px solid #e5e7eb;
    position: relative;
}

.remove-conformation .row-modal-header h3 {
    margin: 0;
    font-size: 18px;
    color: #fff;
}

.remove-conformation .row-modal-confomation {
    width: fit-content;
    background: transparent;
    padding: 0px 4.5px 2px;
    font-size: 20px;
    font-weight: 400;
    border-radius: 50%;
    line-height: 20px;
    transition: all 0.25s ease-in;
    color: #fff;
    border: 2px solid #fff;
    position: relative;
    top: inherit;
    right: inherit;
}

.remove-conformation .row-modal-confomation:hover {
    color: rgba(255 255 255 /0.75);
}

.remove-conformation .modaltable-row {
    padding: 15px 22px 25px;
}

.remove-conformation p {
    margin: 0 0 20px;
    color: #000;
    font-size: 16px;
    line-height: 1.5;
}

.remove-conformation .form-group {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin: 0;
}

.remove-conformation .conform-save {
    border: none;
    background: #db3a3f;
    color: #fff;
    padding: 10px 22px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.remove-conformation .conform-save {
    padding: 10px 22px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    transition: all 0.2s ease;
}


.image-confomation {
    position: fixed;
    top: 50%;
    transform: translateY(-50%) scale(0);
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto 0;
    max-width: 420px;
    box-shadow: 0 0 3px 3px rgba(0 0 0 / 0.05);
    border-radius: 14px;
    z-index: 9999;
    transition: all 0.25s ease-in;
    bottom: auto;
    padding: 0;
}

.image-confomation.active {
    transform: translateY(-50%) scale(1);
}

.image-confomation .row-modal {
    width: 100%;
    max-width: 100%;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    animation: modalFadeIn 0.2s ease-out;
}

.image-confomation .row-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    background: #db3a3f;
    border-bottom: 1px solid #e5e7eb;
    position: relative;
}

.image-confomation .row-modal-header h3 {
    margin: 0;
    font-size: 18px;
    color: #fff;
}

.image-confomation .row-modal-close-profile-remove {
    width: fit-content;
    background: transparent;
    padding: 0px 4.5px 2px;
    font-size: 20px;
    font-weight: 400;
    border-radius: 50%;
    line-height: 20px;
    transition: all 0.25s ease-in;
    color: #fff;
    border: 2px solid #fff;
    position: relative;
    top: inherit;
    right: inherit;
}

.image-confomation .row-modal-close-profile-remove:hover {
    color: rgba(255 255 255 /0.75);
}

.image-confomation .modaltable-row {
    padding: 15px 22px 25px;
}

.image-confomation p {
    margin: 0 0 20px;
    color: #000;
    font-size: 16px;
    line-height: 1.5;
}

.image-confomation .form-group {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin: 0;
}

.image-confomation .save-btn {
    border: none;
    background: #db3a3f;
    color: #fff;
    padding: 10px 22px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.row-modal-overlay.use-bio-data {
    inset: 0;
    background: none;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
    margin-top: 0;
    display: none;
}


body:has(.chat-modal-high-z) .row-modal-overlay.use-bio-data .row-modal {
    z-index: 99999;
}

.row-modal-overlay.use-bio-data .row-modal {
    width: calc(100% - 60px);
    overflow: visible;
    box-shadow: -1px 2px 6px 5px rgba(0 0 0 / 0.05);
    border-radius: 12px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1180px;
    max-height: 95vh;
    display: flex;
    flex-wrap: wrap;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
}

.row-modal-overlay.use-bio-data.chat-modal-high-z .row-modal {
    z-index: 99999;
}

.row-modal-overlay.use-bio-data .row-modal .row-modal-header {
    width: 100%;
    position: relative;
    background: #115cc0;
    right: 0;
    left: 0;
    margin: 0 auto 0;
    z-index: 9;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    gap: 0.45rem;
    padding: 8px 14px;
    border-radius: 10px 10px 0 0;
}

.row-modal-overlay.use-bio-data .row-modal .row-modal-header h3 {
    line-height: 1;
    margin: 5px 0 0;
    margin-right: auto;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.31px;
}

.row-modal-overlay.use-bio-data .row-modal .row-modal-header .row-modal-close-biodata {
    width: fit-content;
    background: #115cc0;
    padding: 0px 4.5px 2px;
    font-size: 20px;
    font-weight: 400;
    border-radius: 50%;
    line-height: 20px;
    transition: all 0.25s ease-in;
    color: #fff;
    border: 2px solid #fff;
    position: relative;
    top: inherit;
    right: inherit;
}

.row-modal-overlay.use-bio-data .row-modal .row-modal-header .row-modal-close-biodata:hover {
    transform: scale(1.05);
}

.row-modal-overlay.use-bio-data.active {
    opacity: 1;
    visibility: visible;
    height: calc(100% - 82px);
    margin-top: auto;
    display: block;
}

.row-modal-overlay.use-bio-data .row-modal .modaltable-row {
    width: 100%;
    margin-inline: 0;
}

.row-modal-overlay.use-bio-data .row-modal .modaltable-row .col-md-12 {
    padding: 0;
}

.row-modal-overlay.use-bio-data:has(.common-draggable-modal) {
    position: unset;
}

.modal-overlay#addReminderModal #minimizeReminderModal {
    width: fit-content;
    background: #115cc0;
    padding: 2px 7px 1px;
    font-size: 19px;
    height: 27px;
    font-weight: 400;
    border-radius: 50%;
    line-height: 20px;
    transition: all 0.25s ease-in;
    z-index: 9;
    color: #fff;
    border: 2px solid #fff;
}

.modal-overlay#addReminderModal #minimizeReminderModal:hover {
    transform: scale(1.05);
}

#addReminderModal .modal-bio {
    width: calc(100% - 60px);
    overflow: visible;
    box-shadow: -1px 2px 6px 5px rgba(0 0 0 / 0.05);
    border-radius: 12px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 0;
    max-width: 88%;
    max-height: 95vh;
    display: flex;
    flex-wrap: wrap;
}

#addReminderModal .modal-bio .modal {
    position: relative;
    display: inline-block;
    width: calc(100% - 66px);
    transform: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0;
}

#addReminderModal .modal-bio:not(:has(.sidbar-itm)) {
    max-width: 1100px;
}

#addReminderModal .modal-bio:not(:has(.sidbar-itm)) .modal {
    border-radius: 16px;
    width: 100%;
}

#addReminderModal .modal-body .modal-content:last-child {
    border: 0;
}

.modal-overlay .modal-body .modal-content .form-group .reminder-add-btn {
    border: 0;
    background: url(../images/add-circle.svg) no-repeat 100%;
    background-size: 100%;
    padding: 0;
    width: 23px;
    height: 23px;
    position: absolute;
    right: 0;
    top: 8px;
    margin: 0;
    font-size: 0;
}

.modal-overlay .modal-body .modal-content .form-group .reminder-add-field {
    width: 100%;
    display: block;
    position: relative;
}

.modal-overlay .modal-body .modal-content .form-group .reminder-add-field .form-control {
    width: calc(100% - 30px);
}

.modal-overlay .modal-body .modal-content .form-group .reminder-add-field + .text-danger {
    position: relative;
    top: -16px;
    font-size: 13px;
}


#addCompModal .paginate_button .page-link {
    background: none;
    border: none;
    border-radius: 0;
    font-size: 16px;
    font-weight: 600;
    color: #115cc0;
    padding: 0.41rem 0;
    transition: all 0.25s ease-in;
    width: auto;
}

#addCompModal .paginate_button .page-link:hover {
    color: #000;
}

#addCompModal .pagination {
    gap: 0.65rem;
}

#addCompModal .paginate_button.disabled .page-link {
    opacity: 0.6;
    pointer-events: none;
}

.modal-overlay > div {
    margin-top: 80px;
}


.modal-overlay#addCompModal .modal-body .modal-content .attachment-preview-wrapper {
    padding: 13px 0 0;
    width: 18.90%;
    background: #fffdfd;
    box-shadow: 0px 1px 6px 3px rgba(0 0 0 / 0.05);
    border-radius: 12px;
    position: relative;
    aspect-ratio: 16 / 9;
    margin: 0 0 0.75rem;
}

#addCompModal.modal-overlay .modal-body .modal-content .col-md-2:has(.attachment-preview-wrapper) {
    width: auto;
    flex: auto;
}

.modal-overlay#addCompModal .modal-body .modal-content .attachment-preview-wrapper img {
    height: 100%;
    object-fit: contain;
    max-width: calc(100% - 20px);
    margin: 22px 0 0;
    margin-inline: auto;
    padding: 2px 0 12px;
}

.modal-overlay#addCompModal .modal-body .modal-content .attachment-preview-wrapper .attachment-file-name {
    text-align: center;
    padding: 12px 10px;
    background: #f2f2f2;
    font-size: 15px;
    color: #000;
    text-overflow: ellipsis;
}

.modal-overlay #minimizeAdverCompModal {
    width: fit-content;
    background: #115cc0;
    padding: 2px 7px 1px;
    font-size: 19px;
    height: 27px;
    font-weight: 400;
    border-radius: 50%;
    line-height: 20px;
    transition: all 0.25s ease-in;
    z-index: 9;
    color: #fff;
    border: 2px solid #fff;
}

.modal-overlay #minimizeAdverCompModal:hover {
    transform: scale(1.05);
}

.modal-overlay .modal-body .modal-content .col-md-3.phone-item .form-group {
    width: calc(100% - 36px);
}

.modal-overlay .modal-body .modal-content .col-md-3.phone-item {
    position: relative;
    padding-inline: 0;
    margin: 0 0 0.75rem;
}

.modal-overlay .modal-body .modal-content .multi-call-col .phone-item .add-btn {
    border: 0;
    background: url(../images/add-circle.svg) no-repeat 100%;
    background-size: 100%;
    padding: 0;
    width: 23px;
    height: 23px;
    position: absolute;
    right: 7px;
    top: 32px;
    margin: 0;
}

.modal-overlay .modal-body .modal-content .multi-call-col .phone-item .remove-bttn {
    border: 0;
    background: url(../images/minus-circle.svg) no-repeat 100%;
    background-size: 100%;
    padding: 0;
    width: 23px;
    height: 23px;
    position: absolute;
    right: 7px;
    top: 3px;
    display: none;
    margin: 0;
}

#addCompNewsModal.modal-overlay .modal-body .modal-content .form-group {
    position: relative;
}

#addCompNewsModal.modal-overlay .modal-body .modal-content .form-group .sms-new-badge {
    position: absolute;
    top: 0;
    right: 42px;
    border-radius: 4px;
}

#addCompNewsModal.modal-overlay .modal-body .modal-content .form-group .nxt-prv-btn {
    float: right;
    flex-direction: row;
}

#addReminderModal.modal-overlay .modal-body .modal-content .form-group {
    position: relative;
}

#addReminderModal.modal-overlay .modal-body .modal-content .form-group .reminder-action-btn {
    position: absolute;
    background: none;
    border: 0;
    padding: 0;
    color: #115cc0;
    right: 0;
    letter-spacing: 0.31px;
    line-height: 1.45;
    font-weight: 500;
    font-size: 16px;
    transition:all 0.25s ease-in;
}

#addReminderModal.modal-overlay .modal-body .modal-content .form-group .reminder-action-btn:after {
    content:"";
    position:absolute;
    width:0px;
    height:1px;
    bottom: -2px;
    left:0;
    right:0;
    margin: 0 auto 0;
    background: #115cc0;
    transition:all 0.25s ease-in;
}

#addReminderModal.modal-overlay .modal-body .modal-content .form-group .reminder-action-btn:hover:after {
    width:90%;
}

#addCompNewsModal.modal-overlay .modal-body .modal-content .form-group #editAdverNarrationHistory {
    font-size: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M21.2799 6.40005L11.7399 15.94C10.7899 16.89 7.96987 17.33 7.33987 16.7C6.70987 16.07 7.13987 13.25 8.08987 12.3L17.6399 2.75002C17.8754 2.49308 18.1605 2.28654 18.4781 2.14284C18.7956 1.99914 19.139 1.92124 19.4875 1.9139C19.8359 1.90657 20.1823 1.96991 20.5056 2.10012C20.8289 2.23033 21.1225 2.42473 21.3686 2.67153C21.6147 2.91833 21.8083 3.21243 21.9376 3.53609C22.0669 3.85976 22.1294 4.20626 22.1211 4.55471C22.1128 4.90316 22.0339 5.24635 21.8894 5.5635C21.7448 5.88065 21.5375 6.16524 21.2799 6.40005Z' stroke='%23115cc0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='transparent'/%3E%3Cpath d='M11 4H6C4.93913 4 3.92178 4.42142 3.17163 5.17157C2.42149 5.92172 2 6.93913 2 8V18C2 19.0609 2.42149 20.0783 3.17163 20.8284C3.92178 21.5786 4.93913 22 6 22H17C19.21 22 20 20.2 20 18V13' stroke='%23115cc0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='transparent'/%3E%3C/svg%3E") no-repeat;
    background-size: 28px;
    width: 30px;
    height: 30px;
    border-radius: 0;
    margin: 0 0 12px;
    transition: all 0.25s ease-in;
    padding: 0;
    border: 0;
}

#addCompNewsModal.modal-overlay .modal-body .modal-content .form-group #editAdverNarrationHistory:hover {
    background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M21.2799 6.40005L11.7399 15.94C10.7899 16.89 7.96987 17.33 7.33987 16.7C6.70987 16.07 7.13987 13.25 8.08987 12.3L17.6399 2.75002C17.8754 2.49308 18.1605 2.28654 18.4781 2.14284C18.7956 1.99914 19.139 1.92124 19.4875 1.9139C19.8359 1.90657 20.1823 1.96991 20.5056 2.10012C20.8289 2.23033 21.1225 2.42473 21.3686 2.67153C21.6147 2.91833 21.8083 3.21243 21.9376 3.53609C22.0669 3.85976 22.1294 4.20626 22.1211 4.55471C22.1128 4.90316 22.0339 5.24635 21.8894 5.5635C21.7448 5.88065 21.5375 6.16524 21.2799 6.40005Z' stroke='%23115cc0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='transparent'/%3E%3Cpath d='M11 4H6C4.93913 4 3.92178 4.42142 3.17163 5.17157C2.42149 5.92172 2 6.93913 2 8V18C2 19.0609 2.42149 20.0783 3.17163 20.8284C3.92178 21.5786 4.93913 22 6 22H17C19.21 22 20 20.2 20 18V13' stroke='%23DB3A3F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='transparent'/%3E%3C/svg%3E") no-repeat;
    background-size:26px;
}


#addReminderTopicModal.modal-overlay .modal-bio {
    width: calc(100% - 60px);
    overflow: visible;
    box-shadow: -1px 2px 6px 5px rgba(0 0 0 / 0.05);
    border-radius: 12px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -82px;
    max-width: 600px;
    max-height: 95vh;
    display: flex;
    flex-wrap: wrap;
}

#addReminderTopicModal.modal-overlay .modal-bio .modal {
    position: relative;
    display: inline-block;
    width: 100%;
    transform: none;
    border-radius: 16px;
}

#addReminderTopicModal.modal-overlay .modal .modal-body {
    border: 1px solid #cfcfcf;
    border-radius: 0 0 10px 10px;
    padding-bottom: 5px;
    padding: 18px 25px 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    justify-content: start;
}

#addReminderTopicModal.modal-overlay .modal .modal-body .form-group {
    width: 100%;
    display: block;
    position: relative;
}

#addReminderTopicModal.modal-overlay .modal .modal-body .form-group .text-danger {
    position: absolute;
    bottom: 5px;
    font-size: 12px;
}

#addReminderReferenceModal.modal-overlay .modal-bio {
    width: calc(100% - 60px);
    overflow: visible;
    box-shadow: -1px 2px 6px 5px rgba(0 0 0 / 0.05);
    border-radius: 12px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -82px;
    max-width: 700px;
    max-height: 95vh;
    display: flex;
    flex-wrap: wrap;
}

#addReminderReferenceModal.modal-overlay .modal-bio .modal {
    position: relative;
    display: inline-block;
    width: 100%;
    transform: none;
    border-radius: 16px;
}

#addReminderReferenceModal.modal-overlay .modal .modal-body {
    border: 1px solid #cfcfcf;
    border-radius: 0 0 10px 10px;
    padding-bottom: 5px;
    padding: 18px 25px 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    justify-content: start;
}

.modal-overlay.active #smsCustomBioModal {
    display: flex !important;
}

.modal-overlay.active #smsCustomBioModal .modal {
    position: relative;
    display: inline-block;
    width: calc(100% - 66px);
    transform: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.modal-overlay .modal-body .modal-content .form-row.row .col-md-3:has(#sms_custom_method) {
    width: 21%;
}

.modal-overlay .modal-body .modal-content .row > div {
    padding-inline: 0;
}

.modal-overlay .modal-body .modal-content .row > div:has(.select2) {
    width: auto;
    /* max-width: max-content; */
}

.modal-overlay .modal-body .modal-content .form-row.row .multi-call-col {
    width: auto;
    max-width: fit-content;
    gap: 0.30%
}

.modal-overlay .modal-body .modal-content .form-row.row .multi-call-col .phone-item {
    min-width: 13.24vw;
    margin: 0;
}

#addReminderReferenceModal.modal-overlay .modal .modal-body .form-group {
    width: 49%;
    display: inline-block;
    position: relative;
}

#addReminderReferenceModal.modal-overlay .modal .modal-body .form-group .text-danger {
    position: absolute;
    bottom: 5px;
    font-size: 12px;
    width: 100%;
    left: 0;
}

#addReminderReferenceModal.modal-overlay .modal .modal-body button {
    border: none;
    background: #db3a3f;
    color: #fff;
    padding: 11px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    line-height: normal;
    margin: 5px 0 10px;
}

#addReminderReferenceModal.modal-overlay .modal .modal-body button:hover {
    background: #293138;
}

#addReminderTopicModal.modal-overlay .modal .modal-body button {
    border: none;
    background: #db3a3f;
    color: #fff;
    padding: 11px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    line-height: normal;
    margin: 5px 0 10px;
}

#addReminderTopicModal.modal-overlay .modal .modal-body button:hover {
    background: #293138;
}

#addReminderReferenceModal.modal-overlay .modal .modal-body .select2-selection {
    padding: 0;
    height: 38px;
    position: relative;
    max-height: 50px;
    font-size: 15px;
    color: #000;
    border: 1px solid #cfcfcf;
    margin: 0 0 22px;
}

#addReminderReferenceModal.modal-overlay .modal .modal-body .select2-selection .select2-selection__rendered {
    font-size: 15px;
    color: #000;
    line-height: normal;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    text-overflow: ellipsis;
    width: calc(100% - 38px);
    top: 0;
    left: 0;
    right: 0;
    align-items: center;
    position: relative;
}

#addReminderReferenceModal.modal-overlay .modal .modal-body .select2-selection .select2-selection__rendered .select2-selection__placeholder {
    color: #000;
}

#addReminderReferenceModal.modal-overlay .modal .modal-body .select2-selection .select2-selection__arrow {
    height: 36px;
    background: url(../images/dropdown-arrow.svg) no-repeat 100%;
    background-size: 16px;
    background-position-x: 95%;
    right: calc(0% + 11px);
}

#addReminderReferenceModal.modal-overlay .modal .modal-body .select2-selection .select2-selection__arrow b {
    opacity: 0;
    visibility: hidden;
}

#addReminderReferenceModal.modal-overlay .modal .modal-body .select2-selection .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px;
    background: #115cc0;
    border-color: #115cc0 !important;
    position: relative;
    z-index: 1;
    top: 7px;
    border-radius: 50%;
    padding: 2px 5px 3px;
    color: #fff;
    height: auto;
    line-height: 16px;
}

.modal-overlay .modal-body #reminderDetailsSection .reminder-save-wrapper {
    text-align: left;
    margin: 0 0 15px;
}

.modal-overlay .modal-body #reminderDetailsSection .reminder-save-wrapper button {
    border: none;
    background: #db3a3f;
    color: #fff;
    padding: 11px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    line-height: normal;
    margin: 18px 0 0;
}

.modal-overlay .modal-body #reminderDetailsSection .reminder-save-wrapper button:hover {
    background: #293138;
}

#addSmsCustomModal.modal-overlay .modal-body .modal-content .form-group {
    position: relative;
}

#addSmsCustomModal.modal-overlay .modal-body .modal-content .form-group .badge {
    position: absolute;
    top: 0;
    right: 42px;
    border-radius: 4px;
}

#addSmsCustomModal.modal-overlay .modal-body .modal-content .form-group .nxt-prv-btn {
    float: right;
    flex-direction: row;
}

.modal-overlay #adverTransferModal {
    z-index: 9;
    transform:  scale(0);
}

.modal-overlay #adverTransferModal.active {
    transform:  scale(1);
}

#addCompNewsModal .modal-bio:has( + .row-modal-overlay.active) {
    filter: brightness(0.5);
    pointer-events: none;
}

.modal-overlay #adverTransferModal .row-modal {
    width: 100%;
    background: #fff;
    max-width: 480px;
    box-shadow: 0 0 3px 3px rgba(0 0 0 / 0.05);
    border-radius: 14px;
    overflow: hidden;
}

.modal-overlay #adverTransferModal .row-modal .row-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 14px;
    background: #db3a3f;
    border-bottom: 1px solid #e5e7eb;
}

.modal-overlay #adverTransferModal .row-modal .modaltable-row.row {
    padding: 25px 22px;
}

.modal-overlay #adverTransferModal .row-modal .row-modal-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.31px;
}

.modal-overlay #adverTransferModal .row-modal #closeAdverTransferModal {
    width: fit-content;
    background: transparent;
    padding: 0px 4.5px 2px;
    font-size: 20px;
    font-weight: 400;
    border-radius: 50%;
    line-height: 20px;
    transition: all 0.25s ease-in;
    color: #fff;
    border: 2px solid #fff;
    position: relative;
    top: inherit;
    right: inherit;
    transition: color 0.2s ease;
}

.modal-overlay #adverTransferModal .row-modal p {
    margin: 0 0 20px;
    color: #000;
    font-size: 16px;
    line-height: 1.5;
}

.modal-overlay #adverTransferModal .row-modal .save-btn {
    padding: 10px 22px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    transition: all 0.2s ease;
}

.modal-overlay #adverTransferModal .row-modal .btn {
    border: none;
    background: #db3a3f;
    color: #fff;
    padding: 10px 22px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}


.modal-overlay#addBioModal .row-modal-overlay#rowModalDiary .modaltable-row div .form-group {
    width: 100%;
}

.modal-overlay#addBioModal .row-modal-overlay#rowModalDiary .modaltable-row div .form-group:has(input[type="checkbox"]) {
    margin-top: 38px;
}

.modal-overlay#addBioModal .row-modal-overlay#rowModalDiary .modaltable-row div .form-group:has(input[type="checkbox"]) label {
    width: auto;
    display: inline-block;
    font-weight: normal;
    min-height: auto;
    margin: 0 8px 0 0;
}

.modal-overlay#addBioModal .row-modal-overlay#rowModalDiary .modaltable-row .form-group input[type="checkbox"] {
    -webkit-appearance: none;
    border: 1px solid #b3b3b3;
    width: 18px;
    height: 18px;
    padding: 0;
    border-radius: 2px;
    margin: 2px 0 0 0;
    cursor: pointer;
}

.modal-overlay#addBioModal .row-modal-overlay#rowModalDiary .modaltable-row .form-group input[type="checkbox"]:checked {
    background: #115cc0;
    border: 2px solid #fff;
    outline: 1px solid #115cc0;
}

.modal-overlay#addBioModal .row-modal-overlay .modaltable-row .col-md-4:has(#aa_diary_post) {
    width: auto;
    min-width: 21vw;
    flex: auto;
}

modal-overlay .row-modal-overlay #aaDiaryForm + div {
    border: 0 !important;
    border-top: 1px solid #cfcfcf !important;
}


.row-modal-overlay .row-modal.aa-diary-modal {
    padding: 15px 25px;
}

.modal-overlay .modal-body .modal-content .reminder-save-wrapper #saveOfficeRulesDetails {
    border: none;
    background: #db3a3f;
    color: #fff;
    padding: 11px 24px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    line-height: normal;
    margin: 0 0 20px;
}

.modal-overlay .modal-body .modal-content .reminder-save-wrapper #saveOfficeRulesDetails:hover {
    background: #115cc0;
}

.modal-overlay#addOfficeRulesModal .modal-body .modal-content .form-group {
    position: relative;
}

.modal-overlay#addOfficeRulesModal .modal-body .modal-content .form-group .btn {
    position: absolute;
    background: none;
    border: 0;
    padding: 0;
    color: #115cc0;
    right: 0;
    letter-spacing: 0.31px;
    line-height: 1.45;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.25s ease-in;
}

.modal-overlay#addOfficeRulesModal .modal-body .modal-content .form-group .btn:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 1px;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: 0 auto 0;
    background: #115cc0;
    transition: all 0.25s ease-in;
}

.modal-overlay#addOfficeRulesModal .modal-body .modal-content .form-group .btn:hover:after {
    width:80%;
}

.modal-overlay.sub-modal .modal-body {
    margin: 0 auto 0;
    max-width: 100%;
    background: #fff;
    box-shadow: 0 0 3px 3px rgba(0 0 0 / 0.05);
    z-index: 9;
    transition: all 0.25s ease-in;
    max-height: 38vw;
    overflow-y: auto;
    width: 100%;
    border-radius: 9px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 1080px;
}

.modal-overlay.sub-modal .modal-bio .modal-body {
    top: inherit;
    transform: none;
    max-width: 100%;
}

.modal-overlay.sub-modal#rowModalDiary .modal-body {
    z-index: 999999;
    top:50%;
    transform: translateY(-50%);
    max-width: 1080px;
}

.modal-overlay.sub-modal .modal-body .form-group .select2-selection__clear {
    top: 6px;
}

body:has(.chat-modal-high-z) .modal-overlay.sub-modal .modal-body {z-index:99999;}

.modal-overlay.sub-modal .modal-body .row-modal-header {
    width: 100%;
    padding: 12px 14px 8px;
    background: #115cc0;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    border-radius: 8px 8px 0 0;
}

.modal-overlay.sub-modal .modal-body .modal-minimize-btn {
    display: none;
}

.modal-overlay.sub-modal .modal-body .row-modal-header h3 {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    transition: all 0.25s ease-in;
    line-height: normal;
    margin: 0;
}

.modal-overlay.sub-modal .modal-body .row-modal-header .row-modal-close1 {
    width: fit-content;
    background: #115cc0;
    padding: 0px 4.5px 3px;
    font-size: 22px;
    font-weight: 300;
    border-radius: 50%;
    line-height: 20px;
    transition: all 0.25s ease-in;
    z-index: 9;
    color: #fff;
    border: 2px solid #fff;
    position: relative;
    top: inherit;
    right: inherit;
    margin-left: auto;
}

.modal-overlay.sub-modal .modal-body .modaltable-row.row {
    padding: 15px 25px;
    margin-inline: 0;
    row-gap: 0.5rem;
}

.modal-overlay.sub-modal .modal-body .form-group {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: start;
    flex-direction: column;
}

.modal-overlay.sub-modal .modal-body #editNotePadNarrationHistory {
    font-size: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M21.2799 6.40005L11.7399 15.94C10.7899 16.89 7.96987 17.33 7.33987 16.7C6.70987 16.07 7.13987 13.25 8.08987 12.3L17.6399 2.75002C17.8754 2.49308 18.1605 2.28654 18.4781 2.14284C18.7956 1.99914 19.139 1.92124 19.4875 1.9139C19.8359 1.90657 20.1823 1.96991 20.5056 2.10012C20.8289 2.23033 21.1225 2.42473 21.3686 2.67153C21.6147 2.91833 21.8083 3.21243 21.9376 3.53609C22.0669 3.85976 22.1294 4.20626 22.1211 4.55471C22.1128 4.90316 22.0339 5.24635 21.8894 5.5635C21.7448 5.88065 21.5375 6.16524 21.2799 6.40005Z' stroke='%23115cc0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='transparent'/%3E%3Cpath d='M11 4H6C4.93913 4 3.92178 4.42142 3.17163 5.17157C2.42149 5.92172 2 6.93913 2 8V18C2 19.0609 2.42149 20.0783 3.17163 20.8284C3.92178 21.5786 4.93913 22 6 22H17C19.21 22 20 20.2 20 18V13' stroke='%23115cc0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='transparent'/%3E%3C/svg%3E") no-repeat;
    background-size: 28px;
    width: 30px;
    height: 30px;
    border-radius: 0;
    margin: 0 0 12px;
    padding: 0;
    transition: all 0.25s ease-in;
    border:0;
}

.modal-overlay.sub-modal .modal-body #editNotePadNarrationHistory:hover {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M21.2799 6.40005L11.7399 15.94C10.7899 16.89 7.96987 17.33 7.33987 16.7C6.70987 16.07 7.13987 13.25 8.08987 12.3L17.6399 2.75002C17.8754 2.49308 18.1605 2.28654 18.4781 2.14284C18.7956 1.99914 19.139 1.92124 19.4875 1.9139C19.8359 1.90657 20.1823 1.96991 20.5056 2.10012C20.8289 2.23033 21.1225 2.42473 21.3686 2.67153C21.6147 2.91833 21.8083 3.21243 21.9376 3.53609C22.0669 3.85976 22.1294 4.20626 22.1211 4.55471C22.1128 4.90316 22.0339 5.24635 21.8894 5.5635C21.7448 5.88065 21.5375 6.16524 21.2799 6.40005Z' stroke='%23115cc0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='transparent'/%3E%3Cpath d='M11 4H6C4.93913 4 3.92178 4.42142 3.17163 5.17157C2.42149 5.92172 2 6.93913 2 8V18C2 19.0609 2.42149 20.0783 3.17163 20.8284C3.92178 21.5786 4.93913 22 6 22H17C19.21 22 20 20.2 20 18V13' stroke='%23DB3A3F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='transparent'/%3E%3C/svg%3E") no-repeat;
}

.modal-overlay.sub-modal .modal-body .modaltable-row.row > div select#suggestion_posts {
    height: 38px;
    background: #fff;
    border: 1px solid #cfcfcf;
    box-shadow: none;
    border-radius: 6px;
}

.modal-overlay.sub-modal .modal-body .modaltable-row.row > div:has(.select2) {
    width: auto;
    min-width: 12vw;
}

.modal-overlay .modal-body .form-group .select2 .selection .select2-selection.select2-selection--multiple .select2-selection__clear {
    display: inline-block;
    float: right;
    margin: 0 6px 0 0;
}

.modal-overlay.sub-modal .modal-body .modaltable-row.row .col-md-4:has(#aa_diary_post) {
    width: auto;
    min-width: 21vw;
    flex: auto;
}

.modal-overlay .modal-body .form-group .select2-selection .select2-selection__rendered:has(.select2-selection__choice) {
    height: auto;
    position: relative;
    width: calc(100% - 34px);
    flex-wrap: nowrap;
}

.modal-overlay .modal-body .form-group .select2-selection .select2-selection__rendered .select2-selection__choice {
    background: #eff4ff !important;
    margin-block: 4px;
    padding: 5px 7px 5px;
    display: inline-block;
    color: #000 !important;
    font-weight: 500;
}

.modal-overlay .modal-body .form-group .select2-selection .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    font-size: 12px !important;
    width: 1rem;
    height: 1rem;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 8px !important;
    background: #115cc0;
    border-color: #115cc0 !important;
    left: 3px;
    color: #fff;
    line-height: 12px !important;
    position: relative;
    top: -1px !important;
}

.modal-overlay .modal-body .form-group .select2-selection .select2-selection__rendered .select2-selection__choice .select2-selection__choice__display {
    padding-left: 10px;
}

/* .modal-overlay .modal-body .form-group .select2 .selection .select2-selection.select2-selection--multiple:has(.select2-selection__choice) {
    height: auto;
} */

.modal-overlay.sub-modal .modal-body .form-group .save-btn {
    margin: 0 0 22px;
    background: #115cc0;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 0.68rem 1.75rem 0.68rem;
}

.modal-overlay.sub-modal .modal-body .form-group:has(.danger.btn) {
    flex-direction: row;
    gap: 0.5%;
}

.modal-overlay.sub-modal .modal-body .form-group .danger.btn {
    display: flex;
    background: #f44336;
    border: 1px solid #f44336;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 0.50rem 1.25rem 0.50rem;
    gap: 5px;
}

.modal-overlay.sub-modal .modal-body .form-group .danger.btn img {
    width: 25px;
    filter: brightness(5);
}

.modal-overlay .modal-body .form-group .select2-selection .select2-selection__rendered:has(.select2-selection__choice) + .select2-search {
    display: none;
}

.modal-overlay .modal-body .form-group .select2-container--open .select2-selection .select2-selection__rendered:has(.select2-selection__choice) + .select2-search {
    display:block;
}

.modal-overlay .select2-container--default .select2-dropdown .select2-results .diary-post-select-header {
    display: grid;
    grid-template-columns: 1fr 1.30fr;
    gap: 15px;
    padding: 8px 10px;
    font-weight: 600;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
}

.modal-overlay .select2-container--default .select2-dropdown .select2-results .diary-post-select-header > div + div {
    border-left: 1px solid #ddd;
    padding-left: 15px;
}

.modal-overlay.sub-modal .modal-body .form-group:has(input[type="checkbox"]) {margin-block: auto;margin: 15px 0;flex-direction: row;}

.modal-overlay.sub-modal .modal-body .form-group:has(input[type="checkbox"]) label {
    width: auto;
    display: inline-block;
    font-weight: 500;
    margin: 11px 8px 0 0;
}

.modal-overlay.sub-modal .modal-body .form-group input[type="checkbox"] {
    -webkit-appearance: none;
    border: 1px solid #b3b3b3;
    width: 18px;
    height: 18px;
    padding: 0;
    border-radius: 2px;
    margin: 10px 0 0 0;
    cursor: pointer;
}

.modal-overlay.sub-modal .modal-body .form-group input[type="checkbox"]:checked {
    background: #115cc0;
    border: 2px solid #fff;
    outline: 1px solid #115cc0;
}

.modal-overlay.sub-modal .modal-body .modaltable-row.row > div:has(.suggestion-check-group) {
    display: flex;
    flex-wrap: revert;
}

.modal-overlay.sub-modal .modal-body .modaltable-row.row > div:has(.suggestion-check-group) .suggestion-check-group {
    margin: 16px 0 0;
    align-items: center;
}

.modal-overlay.sub-modal .modal-body .modaltable-row.row > div {
    display: flex;
    flex-wrap: wrap;
    padding-inline: 0.35%;
}

.modal-overlay.sub-modal .modal-body .modaltable-row.row > .col-md-1 {
    width: 11.333333%;
}

.modal-overlay .modal-body .form-group .select2-selection {
    height: 38px;
    background: #fff;
    border: 1px solid #cfcfcf;
    box-shadow: none;
    border-radius: 6px;
}

.modal-overlay .modal-body .form-group .select2-selection .select2-selection__rendered {
    font-size: 16px;
    color: #000;
    line-height: normal;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-overflow: ellipsis;
    width: 84%;
    font-weight: 500;
}

.modal-overlay .modal-body .form-group .select2-selection .select2-selection__rendered .select2-selection__placeholder {
    color: #000;
}

.modal-overlay .modal-body .form-group .select2-selection .select2-selection__arrow {
    height: 36px;
    background: url(../images/dropdown-arrow.svg) no-repeat 100%;
    background-size: 16px;
    background-position-x: 95%;
    right: 4%;
}

.modal-overlay .modal-body .form-group .select2-selection .select2-selection__arrow b {
    opacity: 0;
    visibility: hidden;
}

#addSmsCustomModal.modal-overlay .modal-body .modal-content .form-group #editSmsCustomNarrationHistory {
    font-size: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M21.2799 6.40005L11.7399 15.94C10.7899 16.89 7.96987 17.33 7.33987 16.7C6.70987 16.07 7.13987 13.25 8.08987 12.3L17.6399 2.75002C17.8754 2.49308 18.1605 2.28654 18.4781 2.14284C18.7956 1.99914 19.139 1.92124 19.4875 1.9139C19.8359 1.90657 20.1823 1.96991 20.5056 2.10012C20.8289 2.23033 21.1225 2.42473 21.3686 2.67153C21.6147 2.91833 21.8083 3.21243 21.9376 3.53609C22.0669 3.85976 22.1294 4.20626 22.1211 4.55471C22.1128 4.90316 22.0339 5.24635 21.8894 5.5635C21.7448 5.88065 21.5375 6.16524 21.2799 6.40005Z' stroke='%23115cc0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='transparent'/%3E%3Cpath d='M11 4H6C4.93913 4 3.92178 4.42142 3.17163 5.17157C2.42149 5.92172 2 6.93913 2 8V18C2 19.0609 2.42149 20.0783 3.17163 20.8284C3.92178 21.5786 4.93913 22 6 22H17C19.21 22 20 20.2 20 18V13' stroke='%23115cc0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='transparent'/%3E%3C/svg%3E") no-repeat;
    background-size: 28px;
    width: 30px;
    height: 30px;
    border-radius: 0;
    margin: 0 0 12px;
    padding: 0;
    transition: all 0.25s ease-in;
    border: 0;
}


#addSmsCustomModal.modal-overlay .modal-body .modal-content .form-group #editSmsCustomNarrationHistory:hover {
    background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M21.2799 6.40005L11.7399 15.94C10.7899 16.89 7.96987 17.33 7.33987 16.7C6.70987 16.07 7.13987 13.25 8.08987 12.3L17.6399 2.75002C17.8754 2.49308 18.1605 2.28654 18.4781 2.14284C18.7956 1.99914 19.139 1.92124 19.4875 1.9139C19.8359 1.90657 20.1823 1.96991 20.5056 2.10012C20.8289 2.23033 21.1225 2.42473 21.3686 2.67153C21.6147 2.91833 21.8083 3.21243 21.9376 3.53609C22.0669 3.85976 22.1294 4.20626 22.1211 4.55471C22.1128 4.90316 22.0339 5.24635 21.8894 5.5635C21.7448 5.88065 21.5375 6.16524 21.2799 6.40005Z' stroke='%23115cc0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='transparent'/%3E%3Cpath d='M11 4H6C4.93913 4 3.92178 4.42142 3.17163 5.17157C2.42149 5.92172 2 6.93913 2 8V18C2 19.0609 2.42149 20.0783 3.17163 20.8284C3.92178 21.5786 4.93913 22 6 22H17C19.21 22 20 20.2 20 18V13' stroke='%23DB3A3F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='transparent'/%3E%3C/svg%3E") no-repeat;
    background-size: 26px;
}

.modal-overlay .modal-body .modal-content:has(.interview-table) .form-row .form-control {
    width: 100% !important;
}

.modal-overlay .modal-body .modal-content:has(.interview-table) .form-row .col-md-2 {
    display: flex;
    flex-wrap: wrap;
}

.modal-overlay .modal-body .modal-content:has(.interview-table) .form-row .col-md-2 .form-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.modal-overlay .modal-body .modal-content:has(.interview-table) .clr-btn-filter {
    padding: 9px 22px;
    border-radius: 99px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    background: #115cc0;
    border: 1px solid #115cc0;
    color: #fff;
    transition: all 0.2s ease;
    margin: 10px 0 0;
}

.modal-overlay .modal-body .modal-content:has(.interview-table) .clr-btn-filter:hover {
    background: #293138;
}



.company-diary-branch-selector {
    position: fixed;
    z-index: 10000;
    display: none;
}

.company-diary-branch-selector.active {
    display: block;
}

.company-diary-branch-overlay {
    display: none;
}

.company-diary-branch-popup {
    position: fixed;
    width: 300px;
    max-width: calc(100vw - 20px);
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px -2px 18px rgba(0, 0, 0, 0.18);
    border: 0;
    z-index: 10001;
    padding: 0;
}

.company-diary-branch-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 8px 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 6px;
    background: #115cc0;
    border-radius: 6px 6px 0 0;
}

.company-diary-branch-header h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.company-diary-branch-close {
    width: fit-content;
    background: #115cc0;
    padding: 0px 4.5px 2px;
    font-size: 20px;
    font-weight: 400;
    border-radius: 50%;
    line-height: 20px;
    transition: all 0.25s ease-in;
    color: #fff;
    border: 2px solid #fff;
    position: relative;
    top: inherit;
    right: inherit;
}

.company-diary-branch-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 0 8px 8px;
}

.company-diary-branch-item {
    width: 100%;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    background: #fff;
    cursor: pointer;
    text-align: left;
    font-size: 14px;
    color: #000;
}

.company-diary-branch-item:hover {
    background: #115cc0;
    color: #fff;
}

.company-diary-branch-item:hover .company-diary-branch-arrow {
    color: #000;
    background-color: #fff;
}

.company-diary-branch-arrow {
    font-size: 14px;
    margin-left: 10px;
    color: #fff;
    background: #115cc0;
    line-height: 1.5;
    padding: 2px 7px 5px;
    border-radius: 50%;
}

.modal-overlay.sub-modal .modal-body .form-group #editDiaryNarrationHistory {
    font-size: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M21.2799 6.40005L11.7399 15.94C10.7899 16.89 7.96987 17.33 7.33987 16.7C6.70987 16.07 7.13987 13.25 8.08987 12.3L17.6399 2.75002C17.8754 2.49308 18.1605 2.28654 18.4781 2.14284C18.7956 1.99914 19.139 1.92124 19.4875 1.9139C19.8359 1.90657 20.1823 1.96991 20.5056 2.10012C20.8289 2.23033 21.1225 2.42473 21.3686 2.67153C21.6147 2.91833 21.8083 3.21243 21.9376 3.53609C22.0669 3.85976 22.1294 4.20626 22.1211 4.55471C22.1128 4.90316 22.0339 5.24635 21.8894 5.5635C21.7448 5.88065 21.5375 6.16524 21.2799 6.40005Z' stroke='%23115cc0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='transparent'/%3E%3Cpath d='M11 4H6C4.93913 4 3.92178 4.42142 3.17163 5.17157C2.42149 5.92172 2 6.93913 2 8V18C2 19.0609 2.42149 20.0783 3.17163 20.8284C3.92178 21.5786 4.93913 22 6 22H17C19.21 22 20 20.2 20 18V13' stroke='%23115cc0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='transparent'/%3E%3C/svg%3E") no-repeat;
    background-size: 28px;
    width: 30px;
    height: 30px;
    border-radius: 0;
    margin: 0 0 12px;
    transition: all 0.25s ease-in;
    padding: 0;
    border: 0;
}

.modal-overlay.sub-modal .modal-body .form-group #editDiaryNarrationHistory:hover {
    background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M21.2799 6.40005L11.7399 15.94C10.7899 16.89 7.96987 17.33 7.33987 16.7C6.70987 16.07 7.13987 13.25 8.08987 12.3L17.6399 2.75002C17.8754 2.49308 18.1605 2.28654 18.4781 2.14284C18.7956 1.99914 19.139 1.92124 19.4875 1.9139C19.8359 1.90657 20.1823 1.96991 20.5056 2.10012C20.8289 2.23033 21.1225 2.42473 21.3686 2.67153C21.6147 2.91833 21.8083 3.21243 21.9376 3.53609C22.0669 3.85976 22.1294 4.20626 22.1211 4.55471C22.1128 4.90316 22.0339 5.24635 21.8894 5.5635C21.7448 5.88065 21.5375 6.16524 21.2799 6.40005Z' stroke='%23115cc0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='transparent'/%3E%3Cpath d='M11 4H6C4.93913 4 3.92178 4.42142 3.17163 5.17157C2.42149 5.92172 2 6.93913 2 8V18C2 19.0609 2.42149 20.0783 3.17163 20.8284C3.92178 21.5786 4.93913 22 6 22H17C19.21 22 20 20.2 20 18V13' stroke='%23DB3A3F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='transparent'/%3E%3C/svg%3E") no-repeat;
    background-size:26px;
}

.modal-overlay#addOfficeRulesReferenceModal .modal-bio {
    max-width: 640px;
}

.modal-overlay#addOfficeRulesReferenceModal .modal-bio .modal-body {
    padding: 14px 14px;
    border: 1px solid #cfcfcf;
    border-radius: 12px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.modal-overlay#addOfficeRulesReferenceModal .modal-bio .modal {
    padding: 14px;
}

.chat-recipients-popup {
    display: none;

    position: fixed;
    inset: 0;

    z-index: 99999;

    align-items: center;
    justify-content: center;

    background: rgba(0, 0, 0, 0.25);
}

.chat-recipients-popup.show {
    display: flex;
}

.chat-recipients-popup-box {
    width: 300px;
    max-width: calc(100% - 30px);

    max-height: 400px;

    background: #fff;

    border-radius: 10px;

    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18);

    overflow: hidden;
}

.chat-recipients-popup-header {
    display: flex;

    align-items: center;
    justify-content: space-between;

    padding: 12px 15px;

    border-bottom: 1px solid #ddd;

    font-size: 16px;
    font-weight: 600;
}

.chat-recipients-popup-close {
    border: 0;
    background: transparent;

    font-size: 24px;
    line-height: 1;

    cursor: pointer;

    color: #555;
}

.chat-recipients-list {
    max-height: 330px;

    overflow-y: auto;

    padding: 5px 0;
}

.chat-recipient-item {
    padding: 9px 15px;

    font-size: 14px;

    color: #333;

    border-bottom: 1px solid #f1f1f1;
}

.chat-recipient-item:last-child {
    border-bottom: 0;
}

.chat-more-recipients {
    margin-left: 5px;

    color: #315ca8;

    font-size: 14px;
    font-weight: 600;

    text-decoration: none;

    cursor: pointer;

    white-space: nowrap;
}

.chat-more-recipients:hover {
    text-decoration: underline;
}

.writing-pad-tabs {
    display: flex;
    gap: 5px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.writing-pad-tab {
    border: none;
    background: #f5f5f5;
    padding: 10px 25px;
    cursor: pointer;
    border-radius: 6px 6px 0 0;
}

.writing-pad-tab.active {
    background: #0d6efd;
    color: #fff;
}

.writing-pad-tab-content {
    display: none;
}

.writing-pad-tab-content.active {
    display: block;
}

#writing_pad_employee,
#writing_pad_employer {
    resize: vertical;
    min-height: 400px;
    font-size: 14px;
    line-height: 1.6;
}

.modal-overlay.sub-modal .modal-body .writing-pad-tabs .writing-pad-tab {
    background: #ddd;
    font-size: 1rem;
    font-weight: 500;
    color: #000;
}

.modal-overlay.sub-modal .modal-body .writing-pad-tabs .writing-pad-tab:hover,
.modal-overlay.sub-modal .modal-body .writing-pad-tabs .writing-pad-tab.active {
    background: #115cc0;
    color: #fff;
}

.modal-overlay.sub-modal .modal-body .writing-pad-tabs {
    width: calc(100% - 45px);
    margin: 15px 0 0;
    margin-inline: auto;
    gap: 3px;
}

.modal-overlay.sub-modal .modal-body .writing-pad-modal .modaltable-row .save-btn {
    margin: 18px 0;
}

.modal-overlay.sub-modal .modal-body .writing-pad-modal .modaltable-row {
    padding-top: 12px;
    padding-inline: 25px;
    padding-bottom: 0;
    width: calc(100% - 46px);
    margin: 0 0 25px;
    margin-inline: auto;
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0 0 8px 8px;
}

.modal-overlay.sub-modal .modal-body.writing-pad-modal .modaltable-row {
    padding: 1rem 1.5rem 0.5rem;
    width: calc(100% - 2.80rem);
    margin: 0 0 1.5rem;
    margin-inline: auto;
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0 0 0.5rem 0.5rem;
}

.modal-overlay.sub-modal .modal-body.writing-pad-modal .modaltable-row .save-btn {
    margin: 18px 0 12px;
}

.modal-overlay .modal-body .form-group .select2 .selection .select2-selection.select2-selection--multiple:has(.select2-selection__rendered:empty) {
    min-height: 40px;
}

.modal-overlay .modal-body .form-group .select2 .selection .select2-selection.select2-selection--multiple .select2-selection__rendered:empty {
    position: absolute;
}

.common-draggable-modal {
    position: fixed !important;
    margin: 0;
    transform: none;
}
 
.common-draggable-header {
    cursor: move;
    user-select: none;
}
 
.common-draggable-header button,
.common-draggable-header input,
.common-draggable-header select,
.common-draggable-header a {
    cursor: pointer;
}

.chat-modal-high-z .select2-container {z-index: 100009; } 
.chat-modal-high-z .select2-container--open, .chat-modal-high-z .select2-dropdown {z-index: 100019; }

body:has(.chat-modal-high-z) .remove-conformation.active,
body:has(.chat-modal-high-z) .image-conformation.active {
    z-index: 99999;
}

@keyframes chatMessageHighlight {

    0% {
        background-color: #248abc;
    }

    100% {
        background-color: transparent;
    }
}

/* media-screen */

@media screen and (max-width:1799px) {

    .container {
        width: 94%;
    }
}

@media screen and (max-width:1399px) {

    main.login-wrapp .login-row1 {
        width: 86%;
    }

    main.login-wrapp .col-md-6 {
        padding-inline: 0;
    }

}

@media screen and (max-width:1299px) {}

@media screen and (max-width:1199px) {

    main.login-wrapp .logo-head {
        width: 90%;
    }

    main.login-wrapp .login-box {
        width: 90%;
    }

    main.login-wrapp h4 {
        font-size: 18px;
    }

    main.login-wrapp .conten-grid .conten-box {
        padding: 28px 22px;
    }

    main.login-wrapp .login-row1 .conten-grid {
        gap: 1.60rem;
    }


    .staff-profile-list1,
    .staff-profile-list2 {
        flex-wrap: wrap;
    }

    .staff-profile-list1 li,
    .staff-profile-list2 li {
        min-width: 250px;
    }

    .staff-pro-row-view {
        flex-direction: column;
    }

    .password-with-confirm {
        flex-direction: column;
    }

    .staff-profile-list1,
    .staff-profile-list2 {
        flex-wrap: wrap;
    }

    .staff-profile-list1 li,
    .staff-profile-list2 li {
        min-width: 250px;
    }

    .staff-pro-row {
        flex-direction: column;
    }

    .password-with-confirm {
        flex-direction: column;
    }

}

@media screen and (max-width:1024px) {

    main.login-wrapp .logo-head {
        width: 86%;
    }

    main.login-wrapp .login-box {
        width: 86%;
    }

    main.login-wrapp h3 {
        font-size: 23px;
    }

    main.login-wrapp .login-box .form-group label {
        font-size: 14px;
    }

    main.login-wrapp .login-box .form-group input.form-control {
        height: 46px;
        font-size: 15px;
    }

}

@media screen and (max-width:991px) {

    main.login-wrapp .login-row1 .conten-grid {
        gap: 1rem;
    }

    main.login-wrapp h4 {
        font-size: 16px;
    }

    main.login-wrapp .conten-grid .conten-box {
        padding: 20px 15px;
    }

    main.login-wrapp .logo-head .logo-since {
        width: 130px;
    }

    main.login-wrapp .logo-head .head-logo {
        width: 100%;
        max-width: 280px;
    }

    main.login-wrapp .logo-head {
        margin: 0 auto 14px;
    }

    main.login-wrapp h3 {
        font-size: 20px;
    }

    main.login-wrapp .login-box {
        padding: 28px 26px;
    }

    main.login-wrapp .login-box .login-btn {
        font-size: 15px;
        padding: 14px 22px;
        margin: 6px 0 0;
    }

    main.login-wrapp .login-box .form-group label {
        margin: 0 0 6px;
    }

}

@media screen and (max-width:767px) {

    main.login-wrapp .login-row1 {
        display: none;
    }

    main.login-wrapp .login-box {
        width: 82%;
        padding: 25px 4.5%;
    }

    main.login-wrapp .logo-head {
        width: 82%;
    }

    main.login-wrapp h3 {
        font-size: 18px;
        margin: 0 0 20px;
    }

    .staffform-wrapp .filter-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .staffform-wrapp .filter-field {
        width: 100%;
    }

    .staffform-wrapp .apply-btn,
    .staffform-wrapp .clear-btn,
    .staffform-wrapp .add-staff-btn {
        width: 100%;
        justify-content: center;
    }

    .staff-pro-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .staff-user {
        flex-direction: column;
        align-items: flex-start;
    }

    .staff-img-view {
        margin: 0 0 20px;
    }

    .staff-content {
        flex-direction: column;
    }

    .staff-address {
        margin: 20px 0 0;
    }

    .resume-row {
        margin: 20px 0 0;
    }

}

@media screen and (max-width:576px) {}

@media screen and (max-width:480px) {

    main.login-wrapp .logo-head .head-logo {
        max-width: 240px;
        margin: 0 auto 12px;
    }

    main.login-wrapp .logo-head .logo-since {
        width: 100px;
    }

    main.login-wrapp .login-box .form-group input.form-control {
        font-size: 14px;
    }

}