@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);
body {
    font-family: "Roboto", sans-serif;
    background: #f8f9fa;
    font-weight: 400;
}
.form-control::-moz-placeholder {
    color: #646262 !important;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #646262 !important;
}
.form-control::-webkit-input-placeholder {
    color: #646262 !important;
}
.md-8 {
    margin: 0 -8px;
}
.pd-8 {
    padding: 0 8px;
}
.md-10 {
    margin: 0 -10px;
}
.pd-10 {
    padding: 0 10px;
}
.wrapper {
    display: flex;
    align-items: stretch;
    padding-left: 240px;
    transition: all 0.3s;
    padding-top: 103px;
    height: 100vh;
}
.wrapper.full {
    padding-left: 60px;
    transition: all 0.3s;
}
.content_area {
    margin: 0;
    padding: 20px;
    background: #f3f4f6;
    height: 100vh;
}
.btn-primary {
    background: #d81b60;
}
.btn-primary:hover {
    background: #d81b60;
}
.header-area {
    display: flex;
    justify-content: space-between;
    padding: 7px 12px;
    position: relative;
    background: #fff;
    width: 100%;
    position: fixed;
    left: 0;
    z-index: 99;
    border-bottom: #dadce0 1px solid;
    top: 0;
}
.header-area .left {
    display: flex;
    align-items: center;
}
.header-area .search-area {
    width: 500px;
    position: relative;
}
.header-area .search-area .form-control {
    border: none;
    background: #f2f2f2;
    border-radius: 8px;
    font-size: 14px;
    min-height: 40px;
    color: #000;
    padding: 0 15px 0 40px;
}
.header-area .search-area .form-control:focus {
    border: none;
}
.header-area .search-area i {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 16px;
    color: #5f6368;
}
.header-area .btn-menu {
    width: 18px;
    height: 14px;
    border: none;
    background: #fff0;
    position: relative;
    padding: 0;
    transition: all 0.5s ease;
    margin: 0 15px 0 13px;
}
.header-area .btn-menu span {
    width: 100%;
    height: 2px;
    background: #333;
    display: block;
    transition: all 0.5s ease;
}
.header-area .btn-menu span:nth-of-type(3n + 1) {
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
}
.header-area .btn-menu span:nth-of-type(3n + 2) {
    position: absolute;
    top: 6px;
    left: 0;
    transition: all 0.5s ease;
}
.header-area .btn-menu span:nth-of-type(3n + 3) {
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease;
}
.header-area .btn-menu.active span:nth-of-type(3n + 1) {
    transform: rotate(-45deg);
    left: 0;
    top: 6px;
    transition: all 0.5s ease;
}
.header-area .btn-menu.active span:nth-of-type(3n + 2) {
    display: none;
}
.header-area .btn-menu.active span:nth-of-type(3n + 3) {
    transform: rotate(45deg);
    left: 0;
    transition: all 0.5s ease;
    bottom: 6px;
}
.header-area .logo-icon {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 0 20px 0 0;
}
.header-area .logo-icon img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}
.header-area .logo-icon span {
    font-size: 1.2rem;
    color: #000;
    white-space: nowrap;
}
.header-area .right {
    display: flex;
    align-items: center;
    gap: 4px;
}
.header-area .right .btn-primary {
    margin-right: 10px;
    background: #d81b60;
    padding: 14px 25px;
    border-radius: 25px;
}
.header-area .user-menu {
    display: flex;
    align-items: center;
    position: relative;
    background: #fff;
    padding: 0;
    border: none;
}
.header-area .status-notification {
    display: flex;
    align-items: center;
    position: relative;
    background: #fff;
    padding: 0;
    border: none;
}
.header-area .user-menu .circle-code {
    width: 32px;
    height: 32px;
    background: #d81b60;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.header-area .status-notification .circle-code {
    width: 32px;
    height: 32px;
    background: #d81b60;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.header-area .user-menu .circle-code i {
    margin-top: 8px;
    font-size: 16px;
}
.header-area .status-notification .circle-code i {
    margin-top: 8px;
    font-size: 16px;
}
.header-area .user-menu::after {
    content: none;
}
.header-area .status-notification::after {
    content: none;
}
.titlebar-area {
    z-index: 1;
    background: #fff;
    border-bottom: #dadce0 1px solid;
    position: fixed;
    top: 55px;
    left: 0;
    width: 100%;
    padding: 8px 16px 8px 256px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.5s ease;
    min-height: 49px;
}
.titlebar-area.full {
    padding-left: 76px;
    transition: all 0.5s ease;
}
.titlebar-area h1 {
    font-size: 1rem;
    line-height: 20px;
    color: #202124;
    margin: 0;
}
.titlebar-area .right {
    display: flex;
    align-items: center;
}
.titlebar-area .right .btn-gray {
    background: #fff;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.titlebar-area .right .btn-gray:hover {
    background: #f8f9fa;
}
.titlebar-area .right .btn-gray svg {
    fill: rgb(0 0 0 / 0.54);
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 1.3333333333333333rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    -moz-user-select: none;
}
.titlebar-area .right .btn-add,
.btn-edit,
.referrals-btn,
.interested-btn,
.btn-lead,
.btn-info,
.btn-interview,
.btn-view {
    padding: 4px 10px;
    font-size: 0.8rem;
    background: #d81b60;
    color: #fff;
    border: none;
    font-weight: 400;
    line-height: 24px;
    border-radius: 4px;
}
.change-chip {
    display: inline-block;
    background: #eef2ff;
    border: 1px solid #c7d2fe;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 12px;
    margin: 2px;
}
.titlebar-area .right .btn-add i,
.btn-edit .btn-info i,
.referrals-btn i,
.btn-cancel i,
.interested-btn i,
.btn-clear i,
.btn-delete-single i,
.btn-submit i,
.btn-view i {
    margin-right: 5px;
}
.titlebar-area .right .btn-add:hover,
.btn-edit:hover,
.referrals-btn:hover,
.interested-btn:hover,
.btn-lead:hover,
.btn-info:hover,
.btn-view:hover,
.btn-save-jobs:hover {
    background: #971243;
}
.titlebar-area .right .btn-export {
    color: #d81b60;
    background: #fff;
    border: 1px solid #dadce0;
    margin-right: 8px;
    border-radius: 3px;
    padding: 7px 6px;
}
.titlebar-area .right .btn-export:hover {
    background: #f8f9fa;
}
.titlebar-area .right .btn-lead-edit, .btn-application-status-edit {
    color: #d81b60;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 4px;
    border: 1px solid #dadce0;
    margin-right: 8px;
    border-radius: 3px;
    padding: 5px 8px;
    font-size: 14px;
}
.titlebar-area .right .btn-lead-edit:hover, .btn-application-status-edit:hover {
    background: #f8f9fa;
}
.titlebar-area .right .btn-job-edit {
    color: #d81b60;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 4px;
    border: 1px solid #dadce0;
    margin-right: 8px;
    border-radius: 3px;
    padding: 5px 8px;
    font-size: 14px;
}
.titlebar-area .right .btn-job-edit:hover {
    background: #f8f9fa;
}
.main-table-area {
    width: 100%;
    overflow: auto;
    padding: 0 0 10px 0;
    height: 100%;
}
.main-table-area > table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 0;
    background-color: #fff;
    border-bottom: 1px solid #dadce0;
}
.main-table-area > table > * > tr > th {
    white-space: nowrap;
    padding: 10px 15px 10px 15px;
    border: 1px solid #dadce0;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 600;
    border-left: none;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: none;
    color: #202124;
    line-height: 17px;
}
.main-table-area > table > * > tr > td {
    white-space: nowrap;
    padding: 8px 15px;
    border-top: 1px solid #dadce0;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 400;
    border-left: none;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: none;
    line-height: 20px;
}
.main-table-area > table > tbody > tr:not(.blacklisted):hover > * {
    background: #fbf0f4;
}
.row-trigger.blacklisted {
  background: #766c7a73;
  color: #f70101;
}
.black-fade,
.black-box,
.black-referrals-box,
.black-box-application-list,
.black-fade-email,
.black-box-candidate-list,
.black-box-candidatelog,
.black-box-view,
.black-fade-formate,
.black-fade-changepassword,
.black-fade-changeprofile,
.black-fade-sourceby,
.black-fade-applicationsState,
.black-fade-status,
.black-fade-product,
.black-fade-role,
.black-fade-wp {
    background: rgb(0 0 0 / 0.65);
    backdrop-filter: blur(5px);
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 111;
    opacity: 0;
    transition: all 0.5s ease;
}
.black-fade.active,
.black-box.active,
.black-referrals-box.active,
.black-box-application-list.active,
.black-fade-email.active,
.black-box-candidate-list.active,
.black-box-candidatelog.active,
.black-box-view.active,
.black-fade-changepassword.active,
.black-fade-formate.active,
.black-fade-changeprofile.active,
.black-fade-sourceby.active,
.black-fade-applicationsState.active,
.black-fade-status.active,
.black-fade-product.active,
.black-fade-role.active,
.black-fade-wp.active {
    right: 0;
    opacity: 1;
    transition: all 0.5s ease;
}
.form-main-area {
    position: fixed;
    top: 0;
    right: -1600px;
    width: 70%;
    background: #fff;
    height: 100%;
    z-index: 1111;
    box-shadow: -14px 0 34px 0 #0000002b;
    transition: all 0.5s ease;
}
.form-main-area.active {
    opacity: 1;
    right: 0;
    transition: all 0.5s ease;
}
.form-main-area .top-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}
.form-main-area .top-part .left {
    display: flex;
    align-items: center;
}
.form-main-area .top-part .left h3 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    color: #212121;
}
.form-main-area .top-part .left .form-close {
    padding: 0;
    width: 14px;
    height: 14px;
    margin-right: 18px;
    margin-left: 7px;
}
.form-main-area .top-part .left .form-close img {
    width: 100%;
}
.form-main-area .top-part .btn-submit {
    background: #d81b60;
    border: #d81b60 1px solid;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding: 5px 20px;
    border-radius: 5px;
    line-height: 20px;
    box-shadow: none;
    text-transform: capitalize;
}
.form-main-area .top-part .btn-cancel,
.btn-clear,
.form-main-area .top-part .btn-delete-single {
    background: #fff;
    border: #d81b60 1px solid;
    color: #d81b60;
    font-size: 13px;
    font-weight: 400;
    padding: 5px 20px;
    border-radius: 5px;
    line-height: 20px;
    box-shadow: none;
    text-transform: capitalize;
}
.form-main-area .form-block {
    padding: 20px 130px;
    overflow-y: auto;
    overflow-x: hidden;
    scroll-behavior: smooth;
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 0;
    width: 100%;
}
.form-main-area .form-block h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
.form-main-area .form-block .mb-3 {
    margin-bottom: 22px !important;
}
.form-main-area .form-block label {
    font-size: 0.722rem;
    color: #3c4043;
    /* margin: 0 0 5px 0; */
    letter-spacing: 0.5px;
    line-height: 14px;
}
.form-main-area .form-block .whatsapp-label {
    font-weight: 700;
    margin-top: 5px;
    font-size: 12px;
}
.form-main-area .form-block .form-control,
.form-main-area .form-block .form-select {
    border: #bdc1c6 1px solid;
    font-size: 15px;
    line-height: 19px;
    margin: 0;
    padding: 12px 16px;
    box-shadow: none;
}
.form-main-area .form-block .form-control:focus,
.form-main-area .form-block .form-select:focus {
    box-shadow: none;
    border: #d81b60 1px solid;
}
.form-main-area ul.radio-area {
    margin: 0 -5px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.form-main-area ul.radio-area li {
    padding: 0 5px;
    width: 33.33%;
}
input[type="radio"].css-radio {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
input[type="radio"].css-radio + label.css-radiolabel {
    cursor: pointer;
    position: relative;
    margin: 0;
    width: 100%;
    background: #f8f9fa;
    padding: 16px 15px;
    border-radius: 3px;
    font-size: 0.9rem;
    color: #5f6368;
    text-align: center;
    border: #dadce0 1px solid;
}
input[type="radio"].css-radio:checked + label.css-radiolabel {
    background: #d81b60;
    color: #fff;
    border: #d81b60 1px solid;
}
.filter-area {
    position: fixed;
    top: 0;
    right: -500px;
    width: 320px;
    background: #fff;
    height: 100%;
    z-index: 1111;
    box-shadow: -14px 0 34px 0 #0000002b;
    transition: all 0.5s ease;
}
.filter-area.active {
    opacity: 1;
    right: 0;
    transition: all 0.5s ease;
}
.filter-area .top-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}
.filter-area .top-part .left {
    display: flex;
    align-items: center;
}
.filter-area .top-part .left h3 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    color: #212121;
}
.filter-area .top-part .left .close-filter {
    padding: 0;
    width: 14px;
    height: 14px;
    margin-right: 18px;
    margin-left: 7px;
}
.filter-area .top-part .left .close-filter img {
    width: 100%;
}
.filter-area .top-part .btn-submit,
.btn-add-field {
    background: #d81b60;
    border: #d81b60 1px solid;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding: 5px 20px;
    border-radius: 5px;
    line-height: 20px;
    box-shadow: none;
    text-transform: capitalize;
}
.filter-area .top-part .btn-cancel,
.btn-clear {
    background: #fff;
    border: #d81b60 1px solid;
    color: #d81b60;
    font-size: 13px;
    font-weight: 400;
    padding: 5px 20px;
    border-radius: 5px;
    line-height: 20px;
    box-shadow: none;
    text-transform: capitalize;
}
.filter-area .sub-title {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    background: #fbe7ef;
    padding: 10px 20px;
    color: #c21856;
}
.filter-area .inside {
    padding: 15px 20px;
}
.filter-area .inside .mb-3 {
    margin-bottom: 22px !important;
}
.filter-area .inside label {
    font-size: 0.722rem;
    color: #3c4043;
    margin: 0 0 5px 0;
    letter-spacing: 0.5px;
    line-height: 18px;
}
.filter-area .inside .form-control,
.filter-area .inside .form-select {
    border: #bdc1c6 1px solid;
    font-size: 15px;
    line-height: 19px;
    padding: 12px 16px;
    box-shadow: none;
}
.filter-area .inside .form-control:focus,
.filter-area .inside .form-select:focus {
    box-shadow: none;
    border: #d81b60 1px solid;
}
.filter-area .inside .form-check {
    display: flex;
    align-items: center;
    /* min-height: auto; */
    margin-bottom: 15px;
}
.filter-area .inside .form-check .form-check-input[type="checkbox"] {
    margin-top: 0;
}
.filter-area .inside .form-check label {
    margin: 0;
    font-size: 13px;
}
.filter-area .inside .form-check .form-check-input:checked:focus::before {
    box-shadow: 0 0 0 13px #d81b60;
}
.filter-area .inside .form-check .form-check-input:checked {
    border-color: #d81b60;
    background: #d81b60;
}
.filter-area .inside .form-check .form-check-input:checked:focus {
    border-color: #d81b60;
    background: #d81b60;
}
.filter-area .inside .form-check .form-check-input[type="checkbox"]:checked {
    background: #d81b60;
}
.filter-area .inside .form-check .form-check-input[type="checkbox"]:checked:focus {
    background-color: #d81b60;
}
.dl-menuwrapper li.dl-back > a::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 11.9998L3.99998 11.9998' stroke='%23c21856' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15 17C15 17 20 13.3176 20 12C20 10.6824 15 7 15 7' stroke='%23c21856' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 24px;
    height: 24px;
    transform: rotate(180deg);
    position: absolute;
    top: 10px;
    left: 20px;
}
.sign-in-fullscreen-area {
    background: #fff url(../images/terrain-line.png);
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sign-in-fullscreen-area .sign_in_up_form_area {
    background-color: #fff;
    position: relative;
    z-index: 1;
    max-width: 460px;
    width: 100%;
    display: flex;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 15px 0 rgb(0 0 0 / 0.1);
    -moz-box-shadow: 0 3px 15px 0 rgb(0 0 0 / 0.1);
    box-shadow: 0 3px 15px 0 rgb(0 0 0 / 0.1);
}
.sign-in-fullscreen-area .sign_in_up_form_area .form-box {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
}
.sign-in-fullscreen-area .sign_in_up_form_area .form-box .full {
    width: 100%;
}
.sign-in-fullscreen-area .sign_in_up_form_area .form-box .full .logo {
    width: 80px;
    margin: 15px auto;
}
.sign-in-fullscreen-area .sign_in_up_form_area .form-box .full .logo img {
    width: 100%;
    position: relative;
}
.sign-in-fullscreen-area .sign_in_up_form_area .form-box .full h2 {
    font-size: 24px;
    text-align: center;
    margin: 15px 0 0 0;
    line-height: 30px;
    color: #d81b60;
    font-weight: 700;
    background: #fbe7ef;
    padding: 15px 0;
}
.sign-in-fullscreen-area .sign_in_up_form_area .form-box .full h2 span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #141414;
}
.sign-in-fullscreen-area .sign_in_up_form_area .form-box .full .form_area {
    padding: 30px;
}
.sign-in-fullscreen-area
    .sign_in_up_form_area
    .form-box
    .full
    .form_area
    .form-outline
    .form-control.form-control-lg
    ~ .form-label {
    padding-top: 0.6rem;
}
.sign-in-fullscreen-area .sign_in_up_form_area .form-box .full .form_area .btn-submit,
.btn-add-field {
    background: #d81b60;
    border: #d81b60 1px solid;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 10.5px 30px;
    width: 100%;
}
.sign-in-fullscreen-area .sign_in_up_form_area .form-box .full .form_area .link {
    font-size: 16px;
    color: #141414;
    line-height: 16px;
    margin: 20px 0 0 0;
    display: block;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
}

.sign-in-fullscreen-area .sign_in_up_form_area .form-box .full .form_area .resend-link {
    font-size: 16px;
    color: #141414;
    line-height: 16px;
    margin: 20px 0 0 0;
    display: block;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}
.sign-in-fullscreen-area .sign_in_up_form_area .form-box .full .form_area p {
    font-size: 15px;
    text-align: center;
    padding: 15px;
    margin: 0;
}
.sign-in-fullscreen-area .sign_in_up_form_area .form-box .full .form_area p a {
    color: #d81b60;
    text-decoration: none;
}
#email-error,
#password-error {
    position: absolute;
    bottom: -21px;
    font-size: 14px;
}
.form-main-area.page-view {
    background: #f8f9fa;
}
.form-main-area.page-view .text-block {
    margin: 25px 20px !important;
    width: 98%;
    border: 0;
    border-radius: 0;
    padding: 0;
}
.form-main-area.page-view .text-block .page-view-area {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}
.form-main-area.page-view .text-block .page-view-area .form-group {
    border: 1px solid #d5e6f0;
    gap: 8px;
    background: #fff;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 7px;
}
.form-main-area.page-view .text-block .page-view-area .form-group.active {
    grid-column: span 2;
}
.form-main-area.page-view .text-block .page-view-area .form-group ul {
    padding-left: 23px;
    margin-top: 3px;
}
.form-main-area.page-view .text-block .page-view-area .gride-three {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
    grid-column: span 2;
}
.form-main-area.page-view .text-block .page-view-area .gride-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    grid-column: span 2;
}
.form-main-area.page-view .text-block .page-view-area .gride-one {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    grid-column: span 2;
}
.form-main-area.page-view .text-block .page-view-area .gride-two.three {
    grid-template-columns: 1fr 1fr 1fr;
}
.form-main-area.page-view .top-part {
    background: #fff;
    border-bottom: 1px solid #dadce0;
}
.form-main-area .page-view-area .form-group label {
    font-size: 12px;
    color: #1d5170;
    margin: 0 0 2px 0;
    letter-spacing: 0.5px;
    max-width: 220px;
    line-height: 12px;
    padding: 8px 10px;
    font-weight: 700;
    margin: 0;
    background: #e9f5fd;
    height: 100%;
    min-width: 220px;
    border-radius: 7px;
    margin: 0;
}
.form-main-area.page-view .text-block h3 {
    color: #2b2b2b;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 13px;
    word-wrap: anywhere;
}
.form-main-area.page-view .text-block .page-view-area .form-group p {
    color: #000;
    font-weight: 400;
    margin: 0;
    line-height: 14px;
    font-size: 12px;
    padding: 7px 14px 7px 5px;
}
.form-main-area .text-block {
    padding: 20px 130px;
    overflow-y: auto;
    overflow-x: hidden;
    scroll-behavior: smooth;
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 0;
    width: 100%;
}
.form-main-area .text-block h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
.form-main-area .text-block .mb-3 {
    margin-bottom: 22px !important;
}
.form-main-area .text-block .form-control,
.form-main-area .text-block .form-select {
    border: #bdc1c6 1px solid;
    font-size: 15px;
    line-height: 19px;
    margin: 0;
    padding: 12px 16px;
    box-shadow: none;
}
.form-main-area .text-block .form-control:focus,
.form-main-area .text-block .form-select:focus {
    box-shadow: none;
    border: #d81b60 1px solid;
}
.loader {
    width: 100px;
    --b: 10px;
    aspect-ratio: 1;
    border-radius: 50%;
    padding: 1px;
    background: conic-gradient(#0000 10%, #d81b60) content-box;
    -webkit-mask: repeating-conic-gradient(#0000 0deg, #000 1deg 20deg, #0000 21deg 36deg),
        radial-gradient(farthest-side, #0000 calc(100% - var(--b) - 1px), #000 calc(100% - var(--b)));
    -webkit-mask-composite: destination-in;
    mask-composite: intersect;
    animation: l4 1s infinite steps(10);
    margin-top: -50px;
    margin-left: 50px;
    top: 50%;
    left: 47%;
    position: fixed;
}
@keyframes l4 {
    to {
        transform: rotate(1turn);
    }
}
.loader-block {
    background: #1c16165e !important;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.main-table-area {
    overflow-y: auto;
    position: relative;
}
.sticky-header {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 10;
    box-shadow: 0 2px 5px rgb(0 0 0 / 0.2);
}
.swal-custom-button {
    background-color: #d81b60 !important;
    color: white !important;
    border: none;
}
.form-check-input[type="checkbox"]:checked:focus {
    background-color: #1d5170 !important;
}
.form-check-input[type="checkbox"]:checked {
    background-image: none;
    background-color: #1d5170 !important;
    border-color: #1d5170 !important;
}
.filter-container {
    display: flex;
    align-items: start;
    padding: 12px 10px 9px 10px;
    box-shadow: unset;
}
.show-filter {
    color: #e01e6f;
    padding: 5px 15px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    min-width: 109px;
    font-size: 15px;
    cursor: pointer;
}
.btn-filter i,
.show-filter i {
    margin-right: 5px;
}
.badge-filter {
    background-color: #fae1ea;
    color: #e01e6f;
    padding: 9px 12px;
    border-radius: 6px;
    margin-right: 0px;
    font-weight: 400;
    font-size: 15px;
    height: fit-content;
}
.clr-filtre {
    margin-left: 5px;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu .always-visible {
    position: absolute;
    left: auto;
    right: 100%;
    top: 0;
    min-width: 200px;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 0.1);
}
.dropdown-submenu button {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 8px 10px !important;
    font-size: 16px;
    width: 185px;
    justify-content: space-between;
    position: relative;
}
.dropdown-submenu button .right-side i,
.dropdown .dropdown-item i {
    margin-right: 10px;
}
.dropdown .dropdown-item {
    font-size: 16px;
    padding: 8px 10px !important;
    width: 100%;
}
.circle-code-wp {
    position: relative;
}
.circle-code-wp .circle-code {
    width: 32px;
    height: 32px;
    background: #14a44d;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.circle-code-wp .circle-code i {
    color: #fff;
    font-size: 18px;
}
.circle-code-wp span {
    position: absolute;
    top: -3px;
    right: -4px;
    background: #fff;
    color: #555;
    border: 1px solid #dadce0;
    display: inline-block;
    font-size: 10px;
    margin: 0;
    line-height: normal;
    width: 14px;
    height: 14px;
    border-radius: 50%;
}
#clearSearch i {
    right: 14px !important;
    left: auto;
}
.swal2-container.swal2-center.swal2-backdrop-show {
    z-index: 11111;
}
.profile-page {
    background: #f5f6fa;
    width: 100%;
}
.profile-page .container {
    margin: 0 25px;
    padding-top: 40px;
    color: #2e323c;
}
.card-body.account-settings {
    height: auto;
    align-content: center;
    justify-content: center;
    margin: 0 auto;
    padding: 1rem 0 0 0;
    position: relative;
}
.account-settings .user-profile {
    margin: 0 0 1rem 0;
    padding-bottom: 1rem;
    text-align: center;
}
.account-settings .user-profile .user-avatar {
    margin: 0 0 1rem 0;
}
.account-settings .user-profile .user-avatar img {
    width: 90px;
    height: 90px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.account-settings .user-profile h5.user-name {
    margin: 0 0 0.5rem 0;
}
.account-settings .user-profile h6.user-email {
    margin: 0;
    font-size: 0.8rem;
    font-weight: 400;
    color: #9fa8b9;
}
.account-settings .about {
    margin: 2rem 0 0 0;
    text-align: center;
}
.account-settings .about h5 {
    margin: 0 0 15px 0;
    color: #007ae1;
}
.account-settings .about p {
    font-size: 0.825rem;
}
.form-control {
    border: 1px solid #cfd1d8;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 0.825rem;
    background: #fff;
    color: #2e323c;
}
.user-avatar img {
    vertical-align: middle;
    height: 250px;
    width: 250px;
    padding: 25px;
}
.card {
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    margin-bottom: 1rem;
}
.form-heading {
    font-size: 18px;
    line-height: normal;
    color: #2e323c !important;
}
.card .form-group {
    position: relative;
    margin-bottom: 10px;
}
.card .form-group label {
    position: absolute;
    top: 14px;
    left: 16px;
    font-size: 12px;
    font-weight: 700;
    color: var(--second-color);
    line-height: 12px;
}
.card .form-group .form-control {
    border: #cee4f2 1px solid;
    font-size: 15px;
    line-height: 15px;
    border-radius: 5px;
    padding: 30px 15px 10px 14px;
    color: var(--main-color);
}
.whatsapp-page {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    height: 100vh;
    margin-top: -104px;
    padding-top: 104px;
}
.whatsapp-page .inner-flex {
    display: flex;
    box-shadow: 0 6px 18px rgba(var(--shadow-rgb), 0.05);
    height: 100%;
}
.whatsapp-page header.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px 15px 16px;
}
.whatsapp-page .inner-flex .left-side {
    width: 35%;
    background-color: #fff;
    padding: 0;
    border-right: #dadce0 1px solid;
    position: relative;
    padding-top: 150px;
}
.whatsapp-page .inner-flex .left-side .wp-top-part {
    background: #fff;
    padding: 12px;
    position: absolute;
    width: 100%;
    z-index: 11;
    top: 0;
}
.whatsapp-page .inner-flex .left-side .wp-top-part h1 {
    font-size: 22px;
    margin: 0 0 12px 0;
    font-weight: 600;
    line-height: normal;
    color: #000;
}
.whatsapp-page .inner-flex .left-side .wp-top-part .searchContact {
    position: relative;
    margin-bottom: 15px;
}
.whatsapp-page .inner-flex .left-side .wp-top-part .searchContact input {
    border: none;
    background: #f2f2f2;
    border-radius: 8px;
    font-size: 14px;
    min-height: 40px;
    color: #000;
    padding: 0 15px 0 40px;
}
.whatsapp-page .inner-flex .left-side .wp-top-part .searchContact i {
    position: absolute;
    top: 13px;
    left: 15px;
    font-size: 14px;
    color: #5f6368;
}
.whatsapp-page .inner-flex .left-side .wp-top-part .wp-tab {
    display: none;
}
.whatsapp-page .inner-flex .left-side .wp-top-part .wp-tab.wp-tab-active {
    display: block;
}
.whatsapp-page .inner-flex .left-side .wp-top-part ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    position: sticky;
    top: 0;
}
.whatsapp-page .inner-flex .left-side .wp-top-part ul .wp-tab-a {
    background-color: #f0f2f5;
    font-weight: 400;
    border-radius: 15px;
    padding: 7px 12px;
    font-size: 15px;
    color: #54656f;
    line-height: normal;
    text-transform: capitalize;
}
.whatsapp-page .inner-flex .left-side .wp-top-part ul .wp-tab-a.wp-active-a {
    background-color: #e7fce3;
    color: #008069;
}
.whatsapp-page .inner-flex .left-side .wb-tab-menu {
    height: 100%;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #bbb #f1f1f1;
}
.whatsapp-page .inner-flex .right-side {
    width: 65%;
    overflow: hidden;
    position: relative;
}
.whatsapp-page .header-dropdown {
    position: relative;
}
.whatsapp-page .header-dropdown button {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 0;
    border: 0;
    background-color: #fff0;
    color: #697881;
    font-size: 13px;
}
.whatsapp-page .header-dropdown button.show {
    background-color: #d9dbdf;
}
.whatsapp-page .header-dropdown button::after {
    display: none;
}
.whatsapp-page .wb-tab-menu .wp-tab-details .wp-tab-col .wp-tab-img {
    margin: 0 15px 0 12px;
}
.whatsapp-page .wb-tab-menu .wp-tab-details .wp-tab-col .wp-tab-img img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
}
.whatsapp-page .wb-tab-menu .wp-tab-details .wp-tab-col .wp-tab-img span {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #d81b60;
    display: block;
    text-align: center;
    color: #fff;
    line-height: 44px;
    font-weight: 700;
}
.whatsapp-page .wb-tab-menu .wp-tab-details .wp-tab-col a {
    display: flex;
    gap: 0;
    height: 72px;
    align-items: center;
}
.whatsapp-page .wb-tab-menu .wp-tab-details .wp-tab-col .wp-tab-contant {
    width: 100%;
    padding-right: 15px;
    border-top: 1px solid #e9edef;
    gap: 4px;
    display: flex;
    flex-basis: auto;
    flex-direction: column;
    height: 72px;
    justify-content: center;
    position: relative;
}
.whatsapp-page .wb-tab-menu .wp-tab-details .wp-tab-col .wp-tab-contant .unread-number {
    position: absolute;
    right: 15px;
    background: #008069;
    width: 20px;
    height: 20px;
    color: #fff;
    font-size: 11px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    bottom: 13px;
}
.whatsapp-page .wb-tab-menu .wp-tab-details .wp-tab-col .wp-tab-contant .wp-tab-contant-title {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.whatsapp-page .wb-tab-menu .wp-tab-details .wp-tab-col .wp-tab-contant .wp-tab-contant-title h5 {
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    margin: 0;
}
.whatsapp-page .wb-tab-menu .wp-tab-details .wp-tab-col .wp-tab-contant .wp-tab-contant-title span {
    font-size: 12px;
    line-height: normal;
    color: #667781;
}
.whatsapp-page .wb-tab-menu .wp-tab-details .wp-tab-col .wp-tab-contant .wp-tab-contant-text {
    position: relative;
    display: flex;
}
.whatsapp-page .wb-tab-menu .wp-tab-details .wp-tab-col .wp-tab-contant .wp-tab-contant-text p {
    font-size: 14px;
    line-height: 16px;
    color: #667781;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    padding-right: 15px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.whatsapp-page .wb-tab-menu .wp-tab-details .wp-tab-col .wp-tab-contant .wp-tab-contant-text .wp-badges {
    position: absolute;
    left: auto;
    right: -6px;
    top: -2px;
}
.whatsapp-page .wb-tab-menu .wp-tab-details .wp-tab-col .wp-tab-contant .wp-tab-contant-text .wp-badges span {
    background-color: #25d366;
}
.whatsapp-page .wb-tab-menu .wp-tab-details .wp-tab-col .wp-tab-contant .wp-tab-contant-text .wp-badges span {
    background-color: #25d366;
    padding: 1px;
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    font-size: 11px;
    color: #fff;
}
.whatsapp-page .wb-tab-menu .wp-tab-details .wp-tab-col.active,
.whatsapp-page .wb-tab-menu .wp-tab-details .wp-tab-col.active .wp-tab-contant {
    background-color: #f5f6f6;
    border: 0;
}
.whatsapp-page .wb-tab-menu .wp-tab-details .wp-tab-col:hover {
    background-color: #f5f6f6;
}
.whatsapp-page .wb-tab-menu .wp-tab-details .wp-tab-col:hover .wp-tab-contant {
    border: 0;
}
.whatsapp-page .wb-tab-menu .wp-tab-details::-webkit-scrollbar {
    width: 6px;
}
.whatsapp-page .wb-tab-menu .wp-tab-details::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.whatsapp-page .wb-tab-menu .wp-tab-details::-webkit-scrollbar-thumb {
    background: #bbb;
    border-radius: 3px;
}
.whatsapp-page .wb-tab-menu .wp-tab-details::-webkit-scrollbar-thumb:hover {
    background: #888;
}
.whatsapp-page .right-side .right-side-top {
    background-color: #f0f2f5;
    padding: 10px 16px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    position: sticky;
    top: 0;
    z-index: 111;
}
.whatsapp-page .right-side .right-side-top .right-side-top-left .right-side-img img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.whatsapp-page .right-side .right-side-top .right-side-top-left .right-side-img span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #d81b60;
    display: block;
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-weight: 700;
}
.whatsapp-page .right-side .right-side-top .right-side-top-left {
    display: flex;
    align-items: center;
    gap: 15px;
}
.whatsapp-page .right-side .right-side-top .right-side-top-left .right-side-title h4 {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #111b11;
    margin: 0;
}
.whatsapp-page .right-side .right-side-top .right-side-top-right .right-side-top-dropdown {
    position: relative;
}
.whatsapp-page .right-side .right-side-top .right-side-top-right .right-side-top-dropdown button {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 0;
    border: 0;
    background-color: #fff0;
    color: #697881;
    font-size: 13px;
}
.whatsapp-page .right-side .right-side-top .right-side-top-right .right-side-top-dropdown button.show {
    background-color: #d9dbdf;
}
.whatsapp-page .right-side .right-side-top .right-side-top-right .right-side-top-dropdown button::after {
    display: none;
}
.whatsapp-page .right-side .right-side-chat .right-side-chat-receive {
    position: relative;
}
.whatsapp-page .right-side .right-side-chat .doc-msg {
    display: flex;
    align-items: center;
}
.whatsapp-page .right-side .right-side-chat .doc-msg img {
    margin-right: 10px;
}
.whatsapp-page .right-side .right-side-chat .right-side-chat-receive .right-side-chat-receive-item {
    background-color: #fff;
    margin-bottom: 3px;
    max-width: 400px;
    width: fit-content;
    padding: 6px 7px 8px 9px;
    position: relative;
    border-radius: 0 6px 6px 6px;
}
.whatsapp-page .right-side .right-side-chat .right-side-chat-receive .highlight {
    width: 12px;
    height: 19px;
    position: absolute;
    top: 0;
    left: -12px;
    background: url(../images/wp-highlight.png) center center no-repeat;
    background-size: contain;
}
.whatsapp-page .right-side .right-side-chat .right-side-chat-receive-item h6::after {
    gap: 7px;
    content: "";
    display: inline;
    margin-left: 47px;
}
.whatsapp-page .right-side .right-side-chat .right-side-chat-receive-item h6 {
    font-size: 14px;
    line-height: normal;
    color: #111b11;
    font-weight: 400;
    margin: 0;
    position: relative;
}
.whatsapp-page .right-side .right-side-chat .right-side-chat-receive-item span {
    font-size: 11px;
    line-height: normal;
    color: #697881;
    bottom: 1px;
    position: absolute;
    right: 4px;
}
.whatsapp-page .right-side .right-side-chat .right-side-chat-receive-item img {
    width: 200px;
    height: auto;
    margin-bottom: 10px;
}
.whatsapp-page .right-side .right-side-chat .right-side-chat-send {
    display: flex;
    justify-content: end;
    position: relative;
}
.whatsapp-page .right-side .right-side-chat .right-side-chat-send .highlight {
    width: 16px;
    height: 20px;
    position: absolute;
    top: 0;
    left: auto;
    right: -15px;
    background: url(../images/highlight-right.png) center center no-repeat;
    background-size: contain;
}
.whatsapp-page .right-side .right-side-chat .right-side-chat-send .right-side-chat-send-items {
    width: fit-content;
    max-width: 400px;
    background-color: #dcf8c6;
    padding: 6px 7px 6px 9px;
    margin-bottom: 3px;
    border-radius: 6px 0 6px 6px;
    min-height: 33px;
}
.whatsapp-page .right-side .right-side-chat .right-side-chat-send .right-side-chat-send-items h6 {
    font-size: 14px;
    line-height: normal;
    color: #111b11;
    font-weight: 400;
    margin: 0;
    position: relative;
}
.whatsapp-page .right-side .right-side-chat .right-side-chat-send .right-side-chat-send-items h6::after {
    content: "";
    display: inline;
    margin-left: 63px;
}
.whatsapp-page
    .right-side
    .right-side-chat
    .right-side-chat-send
    .right-side-chat-send-items
    .right-side-chat-send-time {
    position: absolute;
    right: 5px;
    bottom: 5px;
    display: flex;
    gap: 4px;
}
.whatsapp-page
    .right-side
    .right-side-chat
    .right-side-chat-send
    .right-side-chat-send-items
    .right-side-chat-send-time
    span {
    font-size: 11px;
    line-height: normal;
    color: #697881;
}
.whatsapp-page .right-side .right-side-chat .right-side-chat-send .right-side-chat-send-items img {
    width: 200px;
    height: auto;
    margin-bottom: 10px;
}
.msgcheck.none {
    display: none;
}
.whatsapp-page .right-side .right-side-time-date {
    display: flex;
    justify-content: center;
    margin: 12px 0;
}
.whatsapp-page .right-side .right-side-time-date .right-side-time-date-items {
    width: fit-content;
    padding: 5px 12px 6px;
    color: #54656f;
    background-color: rgb(255 255 255 / 0.95);
    border-radius: 6px;
}
.whatsapp-page .right-side .right-side-time-date .right-side-time-date-items h6 {
    font-size: 12.5px;
    line-height: 21px;
    margin: 0;
}
.whatsapp-page .right-side .right-side-chat {
    height: 100%;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #bbb #f1f1f1;
    padding: 5px 50px 132px 50px;
    background-color: #efeae2;
}
.whatsapp-page .right-side .right-side-chat::-webkit-scrollbar {
    width: 6px;
}
.whatsapp-page .right-side .right-side-chat::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.whatsapp-page .right-side .right-side-chat::-webkit-scrollbar-thumb {
    background: #bbb;
    border-radius: 3px;
}
.whatsapp-page .right-side .right-side-chat::-webkit-scrollbar-thumb:hover {
    background: #888;
}
.whatsapp-page .right-side .right-side-footer-menu {
    background-color: #f0f2f5;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 62px;
    padding: 0 8px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.whatsapp-page .right-side .right-side-footer-menu .footer-dropdown {
    position: relative;
}
.whatsapp-page .right-side .right-side-footer-menu .footer-dropdown button {
    transform: rotate(45deg);
    transition:
        background-color 0.3s ease,
        transform 0.3s ease;
    background-color: #fff0;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 0;
    border: 0;
    background-color: #fff0;
    color: #697881;
    font-size: 14px;
}
.whatsapp-page .right-side .right-side-footer-menu .footer-dropdown button.show {
    background-color: #d9dbdf;
    transform: rotate(280deg);
}
.whatsapp-page .right-side .right-side-footer-menu .footer-dropdown button::after {
    display: none;
}
.whatsapp-page .right-side .right-side-footer-menu .right-side-footer-menu-right {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 10px;
}
.whatsapp-page .right-side .right-side-footer-menu .right-side-footer-menu-right .right-side-footer-menu-input {
    width: 100%;
}
.whatsapp-page .right-side .right-side-footer-menu .right-side-footer-menu-input input {
    width: 100%;
    border: 0;
    background-color: #fff;
    padding: 9px 10px;
    border-radius: 6px;
    font-size: 15px;
}
.whatsapp-page .right-side .right-side-footer-menu .right-side-footer-menu-microphone {
    margin: 0 10px;
}
.whatsapp-page .right-side .right-side-footer-menu .right-side-footer-menu-microphone i {
    font-size: 15px;
}
.show-records {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #555;
    margin: 0 10px;
}
.select2-container {
    z-index: 1111111;
}
.select2-selection {
    min-height: 45px !important;
}
.error-message {
    color: red !important;
    font-size: 13px !important;
}
input.invalid {
    border: 2px solid red !important;
    background-color: beige;
}
.profile-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
}
.profile-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.profile-image span {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #d81b60;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}
.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #aaa !important;
    border-radius: 2px !important;
    border: #bdc1c6 1px solid !important;
    font-size: 15px !important;
    line-height: 19px !important;
    margin: 0px !important;
    padding: 12px 16px !important;
    box-shadow: none !important;
    height: 45px !important;
    position: relative !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 19px !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #646262 !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 12px !important;
    left: auto;
    width: 20px !important;
    right: 9px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 0 !important;
    position: unset !important;
    width: 100% !important;
    padding: 5px 17px !important;
    -moz-padding-start: calc(0.75rem - 3px);
    color: #4f4f4f;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%234f4f4f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    box-shadow: unset;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    display: none !important;
}
.required {
    color: red;
    font-size: 0.722rem;
}
.form-check .select2-container .select2-search--inline .select2-search__field {
    height: 28px;
    margin-top: 9px;
}
.subcheck.m-allign {
    display: flex;
    align-items: center;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #d81b60 !important;
    color: #fff;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible,
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border: #d81b60 1px solid !important;
    outline: none;
}
.permission-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(181px, 1fr));
    gap: 12px;
    margin-top: 10px;
}
.permission-grid .permission-checkbox {
    display: flex;
    align-items: center;
    font-size: 15px;
    margin: 0;
    padding: 10px 16px;
    box-shadow: none;
    position: relative;
    transition: all 0.2s ease-in-out;
    user-select: none;
    gap: 5px;
}
.permission-grid .permission-checkbox:hover {
    background-color: #fbf0f4;
}
.permission-grid .module-box {
    padding: 12px 15px;
    border: #bdc1c6 1px solid;
}
.permission-grid .module-checkbox {
    display: flex;
    align-items: center;
    margin: 0 0 8px 0 !important;
    gap: 4px;
}
.permission-grid .module-checkbox strong {
    font-size: 12px !important;
    font-weight: 400;
    margin: 0 !important;
}
.permission-grid .permission-checkbox .checkmark {
    width: 18px;
    height: 18px;
    border: 2px solid #6c757d;
    border-radius: 4px;
    margin-right: 10px;
    position: relative;
    flex-shrink: 0;
    display: none;
}
.permission-grid .permission-checkbox input[type="checkbox"]:checked + .checkmark {
    background-color: #d63384;
    border-color: #d63384;
}
.permission-grid .permission-checkbox input[type="checkbox"]:checked + .checkmark::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.candidate-salary-row {
    display: flex;
    gap: 10px;
}
.chart-area {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    top: -10px;
}
.chart-area .title {
    text-align: center;
    color: #031d53;
    font-size: 16px;
    font-weight: 400;
}
.chart-area .title strong {
    color: #f95f00;
    font-weight: 700;
}
.chart-area .title span {
    margin: 0 15px;
}
.chart-area .full {
    width: 100%;
    padding: 20px;
    border-bottom: #dadce0 1px solid;
}
.chart-area .halfleft {
    width: 50%;
    padding: 20px;
    border-bottom: #dadce0 1px solid;
}
.chart-area .halfright {
    width: 50%;
    padding: 20px;
    border-left: #dadce0 1px solid;
    border-bottom: #dadce0 1px solid;
}
.chart-area .total-source-bar-chart {
    width: 100%;
    padding: 20px;
    border-bottom: #dadce0 1px solid;
}
.chart-area .total-source-cv-pie-chart {
    width: 50%;
    padding: 20px;
}
.chart-area .total-source-line-chart {
    width: 50%;
    padding: 20px;
    border-left: #dadce0 1px solid;
}
.chart-area .total-source-line-full-chart {
    width: 100%;
    padding: 20px;
    border-top: #dadce0 1px solid;
}
.chart-area #spark2 .apexcharts-canvas {
    margin: 0 auto;
}
.view-table-area {
    width: 100%;
    overflow: auto;
    padding: 0 0 4px 0;
    height: auto;
}
.view-table-area > table {
    width: 100%;
    border-spacing: 0 0;
    background-color: #fff;
    margin-top: 10px !important;
    border: 1px solid #dadce0;
}
.view-table-area > table > * > tr > th {
    white-space: nowrap;
    padding: 8px 10px 8px 10px;
    border: 1px solid #dadce0;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 600;
    border-left: none;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: none;
    color: #202124;
    line-height: 17px;
}
.view-table-area > table > * > tr > td {
    white-space: nowrap;
    padding: 7px 10px;
    border-top: 1px solid #dadce0;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 400;
    border-left: none;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: none;
    line-height: 20px;
}
.view-table-area > table > tbody > tr:hover > * {
    background: rgb(29 81 112 / 0.08);
}
#view_must_have ul li p {
    padding: 2px 5px;
}
#view_description {
    padding-left: 60px;
}
#view_key_responsibility p,
#view_description p {
    line-height: 20px;
}
.view-page-select,
.title-view-table-area {
    margin-top: 30px;
}
.view-page-select h3,
.view-table-area h3 {
    color: #2b2b2b;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 13px;
}
.view-page-select .view-page-status {
    width: 34%;
    position: relative;
}
.view-page-select .select2-container--default .select2-selection--single {
    background-color: #fff;
    border-radius: 8px 0 0 8px !important;
    padding: 25px 15px 10px 14px !important;
    height: 50px !important;
    border: 0 !important;
    font-size: 14px !important;
    line-height: 34px !important;
    font-weight: 400 !important;
    color: #303030 !important;
}
.view-page-status label {
    position: absolute;
    top: 8px;
    left: 14px;
    font-size: 12px;
    font-weight: 700;
    color: #1d5170;
    line-height: 12px;
    z-index: 99111;
}
.view-page-status .status {
    position: relative;
    z-index: 1;
}
.view-page-remark {
    width: 64%;
    margin-left: 0;
    border-left: 1px solid #d5e6f0;
    position: relative;
}
.view-page-select .view-page-remark .form-control {
    border: 0;
    font-size: 14px;
    line-height: 14px;
    margin: 0;
    padding: 25px 15px 10px 14px !important;
    box-shadow: none;
    height: 50px;
    border-radius: 0 8px 8px 0 !important;
}
.view-page-remark .form-control:focus {
    box-shadow: none;
    border: none !important;
}
.view-page-remark label {
    position: absolute;
    top: 8px;
    left: 14px;
    font-size: 12px;
    font-weight: 700;
    color: #1d5170;
    line-height: 12px;
    z-index: 99111;
}
.form-change-app-status .btn-save-jobs {
    background-color: #1d5170 !important;
    border: 1px solid #1d5170 !important;
    display: flex;
    margin: 9px 10px 9px 0 !important;
    align-items: center;
    gap: 5px;
    position: absolute;
    right: -1px;
    padding: 8px 10px;
    top: -1px;
}
.form-change-app-status .btn-save-pipeline-status {
    background-color: #1d5170 !important;
    border: 1px solid #1d5170 !important;
    color: #FFFFFF !important;
    display: flex;
    margin: 9px 10px 9px 0 !important;
    align-items: center;
    gap: 5px;
    position: absolute;
    right: -1px;
    padding: 8px 10px;
    top: -1px;
}
.view-log-btn {
    background-color: #1d5170 !important;
    border: 1px solid #1d5170 !important;
}
.view-interview-btn {
    background-color: #1d5170 !important;
    border: 1px solid #1d5170 !important;
}
.view-log-btn-list {
    background-color: #1d5170 !important;
    border: 1px solid #1d5170 !important;
}
.form-change-app-status {
    position: relative;
    border: 1px solid #d5e6f0;
    border-radius: 7px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f5f5f5 !important;
    border: #bdc1c6 1px solid !important;
    margin-left: 7px !important;
    margin-top: 7px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 1px solid #bdc1c6 !important;
}
.select2-container .select2-search--inline .select2-search__field {
    font-size: 15px !important;
    margin-top: 12px !important;
    margin-left: 15px !important;
    color: #444 !important;
}
.chart-filter-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 20px auto;
}
.filter-toggle input[type="checkbox"] {
    display: none;
}
.filter-toggle label {
    padding: 8px 18px;
    border-radius: 50px;
    font-weight: 500;
    border: 1px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    cursor: pointer;
    transition: all 0.2s ease;
    user-select: none;
    font-size: 1rem;
    line-height: 20px;
    color: #202124;
    font-weight: 450;
}
#show_spark1 + label {
    border-color: #007bff;
    color: #007bff;
}
#show_spark1:checked + label {
    background-color: #007bff;
    color: #fff;
}
#show_spark2 + label {
    border-color: #28a745;
    color: #28a745;
}
#show_spark2:checked + label {
    background-color: #28a745;
    color: #fff;
}
#show_topcompany + label {
    border-color: #ffc107;
    color: #ffc107;
}
#show_topcompany:checked + label {
    background-color: #ffc107;
    color: #000;
}
#show_recruiterchart + label {
    border-color: #dc3545;
    color: #dc3545;
}
#show_recruiterchart:checked + label {
    background-color: #dc3545;
    color: #fff;
}
#show_toprole + label {
    border-color: #17a2b8;
    color: #17a2b8;
}
#show_toprole:checked + label {
    background-color: #17a2b8;
    color: #fff;
}
#show_sourcechart + label {
    border-color: #6c757d;
    color: #6c757d;
}
#show_sourcechart:checked + label {
    background-color: #6c757d;
    color: #fff;
}
#show_recruiter_spark1 + label {
    border-color: #007bff;
    color: #007bff;
}
#show_recruiter_spark1:checked + label {
    background-color: #007bff;
    color: #fff;
}
#show_recruiter_spark2 + label {
    border-color: #28a745;
    color: #28a745;
}
#show_recruiter_spark2:checked + label {
    background-color: #28a745;
    color: #fff;
}
#show_recruiter_spark3 + label {border-color: #ffc107;color: #ffc107;}
#show_recruiter_spark3:checked + label {background-color: #ffc107;color: #000;}
#show_recruiter_spark4 + label {border-color: #dc3545;color: #dc3545;}
#show_recruiter_spark4:checked + label {background-color: #dc3545;color: #fff;}
.btn-job-remove {text-align: center;align-items: center;}
.job-role-group {position: relative;}
.form-table-btn {position: absolute;right: 3px;top: -10px;}
.form-table-btn .btn-add-job,.btn-refer-job,.btn-save-jobs {background: #d81b60;border: #d81b60 1px solid;color: #fff;font-size: 12px;font-weight: 400;padding: 4px 9px;margin-bottom: 10px;border-radius: 4px;}
.btn-remove-job {background: #1d5170 !important;border: #1d5170 1px solid !important;color: #fff;font-size: 12px;font-weight: 400;padding: 4px 8px;margin-bottom: 11px;border-radius: 4px;box-shadow: none;}
.minimum-salary {display: flex;flex-direction: column;gap: 10px;margin-top: 5px;}
.maximum-salary {display: flex;flex-direction: column;gap: 10px;margin-top: 5px;}
.date-separator td span {display: inline-block;background: #9b9b9b52;justify-content: center;align-items: center;padding: 1px 6px;border-radius: 7px;margin-left: 5px;}
.add-job-role {width: 99.7%;}
.text-dark {position: relative !important;padding-left: 10px;}
.btn-whatsapp-message {width: 32px;height: 32px;background: #14a44d;text-align: center;line-height: 32px;border-radius: 50%;color: #fff;font-size: 16px;display: flex;justify-content: center;align-items: center;border: 0 !important;margin-right: 4px;}
.btn-email-message {width: 32px;height: 32px;background: #c6cac8;text-align: center;line-height: 32px;border-radius: 50%;color: #4a4a4a;font-size: 16px;display: flex;justify-content: center;align-items: center;border: 0 !important;margin-right: 4px;}
.btn-add-field:hover {border: 1px solid #d81b60;}
.btn-cancel {padding: 0 !important;width: 40px;height: 32px;display: inline-block;justify-content: center;align-items: center;margin: auto;}
.btn-cancel i {margin: 0 !important;}
.freeze-column {position: sticky;left: 0;background: #fff;}
.view-table-area .inner-flex {display: flex;justify-content: space-between;align-content: end;}
.form-main-area.page-view .text-block .view-table-area .inner-flex h3 {margin: 0;}
.form-main-area.page-view .text-block .view-table-area .inner-flex .refer-job .btn-refer-another-job {background-color: #1d5170;color: #fff;font-size: 12px;line-height: 12px;font-weight: 500;padding: 9px 13px;text-transform: capitalize;display: flex;gap: 6px;}
.job-role-group .form-table-btn .btn-add-job,
.job-role-group .form-table-btn .btn-refer-job {background-color: #1d5170;border: 0;color: #fff;font-size: 12px;line-height: 12px;font-weight: 500;padding: 7px 13px;text-transform: capitalize;display: flex;gap: 6px;}
.form-table-btn.add-role {top: -12px;}
.job-role-group {margin: 25px 0 !important;}
.refer-job-form .top-part {background: #fff;border-bottom: 1px solid #dadce0;}
.refer-job-form {background: #f8f9fa;}
.form-main-area .page-view-area.new-design .form-group label {min-width: 168px;max-width: 168px;}
.form-main-area .page-view-area.new-design-application .form-group label {min-width: 190px;max-width: 190px;}
.form-main-area.page-view .text-block .page-view-area.new-design .form-group p {word-break: break-all;}
.form-main-area.page-view .text-block .page-view-area .gride-two {display: grid;grid-template-columns: 1fr 1fr;gap: 8px;grid-column: span 2;}
.gride-two .form-group:first-child {grid-column: span 1;}
/* .gride-two .form-group:last-child {
    grid-column: span 2;
} */
.refer-job {display: flex;justify-content: end;margin-top: 5px;}
.refer-job .btn-refer-another-job {background-color: #1d5170;color: #fff;font-size: 12px;line-height: 12px;font-weight: 500;padding: 9px 13px;text-transform: unset;display: flex;gap: 6px;}
.form-main-area .form-block h3 {color: #2b2b2b;font-weight: 700;font-size: 22px;line-height: 22px;margin-bottom: 13px;}
.form-change-app-status.review-panel-status {border: 0 aliceblue;flex-wrap: wrap;gap: 10px;}
.form-change-app-status.pipeline-status {border: 0 aliceblue;flex-wrap: wrap;gap: 10px;}
.form-change-app-status.pipeline-status .btn-save-pipeline-status {position: relative;margin-left: auto !important;}
.form-change-app-status.review-panel-status .btn-save-jobs {position: relative;margin-left: auto !important;}
.form-change-app-status.pipeline-status .view-page-status {width: 99%;border: 1px solid #d5e6f0;}
.form-change-app-status.review-panel-status .view-page-status {width: 99%;border: 1px solid #d5e6f0;}
.form-change-app-status.review-panel-status .view-page-remark {width: 99%;border: 1px solid #d5e6f0;}
.form-change-app-status.pipeline-status .view-page-remark {width: 99%;border: 1px solid #d5e6f0;}
.view-log-form-error-message {margin-left: 5px;margin-top: 2px;}
span#selectedFilters {display: flex;gap: 10px;overflow-x: auto;overflow-y: hidden;white-space: nowrap;scrollbar-gutter: stable;height: 45px;}
span#selectedFilters::-webkit-scrollbar {height: 6px;}
span#selectedFilters::-webkit-scrollbar-track {background: #f1f1f1;border-radius: 10px;}
span#selectedFilters::-webkit-scrollbar-thumb {background: #888;border-radius: 10px;}
span#selectedFilters::-webkit-scrollbar-thumb:hover {background: #555;}

/* Firefox */
span#selectedFilters {scrollbar-width: thin;scrollbar-color: #888 #f1f1f1;}
.wrapper.filter-add {height: calc(100vh - 66px);}
.status-notification {position: relative;background: none;border: none;cursor: pointer;outline: none;}
.notification-badge {position: absolute;top: 0px;right: 0px;transform: translate(40%, -40%);background-color: #d81b60;color: white;border-radius: 50%;padding: 4px 4px;font-size: 12px;font-weight: 600;line-height: 1;min-width: 18px;text-align: center;box-shadow: 0 0 5px rgba(0,0,0,0.2);}
.header-area .right-area { display: flex; gap: 30px; background: #fff; padding: 0 0 0 10px; }
#notificationModalLabel {font-size: 20px;line-height: 29px;color: #202124;margin: 0;}
#notificationModal .modal-content .list-group-item {font-size: 14px;line-height: 14px;font-weight: 600;background: #fbe7ef;padding: 16px 13px;color: #1d5170;background: #e9f5fd;border: 1px solid #d5e6f0;}
#notificationModal .modal-content .list-group-item p {color: #000;font-weight: 400;margin: 0;line-height: 14px;font-size: 13px;padding: 7px 14px 7px 5px;margin: 0;color: #1d5170;}
.modal-footer {border: 0;padding-top: 0;}
.modal-footer a {background-color: #1d5170;color: #fff;font-size: 13px;line-height: 12px;font-weight: 500;padding: 9px 13px;text-transform: unset;display: flex;gap: 6px;border-radius: 5px;}
.circle-code.circle-code-notification {background: #dbdbdb !important;}
.circle-code.circle-code-notification i {color: #000;}
.plus-button {display: flex;justify-content: space-between;width: 100%;align-items: center;}
.plus-button button.btn.btn-add-job {color: #fff;font-size: 12px;font-weight: 400;padding: 5px 10px;margin-bottom: 11px;border-radius: 4px;box-shadow: none;margin-right: 2px;background: #d81b60;border: #d81b60 1px solid;}
.domain .select2-selection__arrow { display: none; }
.form_area.password { padding: 35px 53px !important; }
.password .password_box { margin-bottom: 20px; }
.password .otp-block { display: flex; justify-content: center; gap: 10px; margin-bottom: 0px; }
.password .otp-input { width: 50px;  height: 50px; text-align: center; font-size: 20px; font-weight: 600; border: 2px solid #ddd; border-radius: 6px; outline: none; transition: all 0.25s ease; background: #f9f9f9; }
.password .otp-input:focus { border-color: #d81b6094; background: #fff; box-shadow: 0 0 10px #d81b60ab; transform: scale(1.05); }
.dl-subviewopen .form-check-input {min-width: 18px;}
.view-page-new { display: flex; width: 99%; gap: 10px;}
.gride-one .form-group button { padding: 4px 8px; font-size: 0.8rem; background-color: #1d5170 !important; border: 1px solid #1d5170 !important; color: #fff; border: none; font-weight: 400; line-height: 24px; border-radius: 4px; margin: 2px; display: flex; align-items: baseline; gap: 4px; }
.gride-three .form-group button { padding: 4px 8px; font-size: 0.8rem; background-color: #1d5170 !important; border: 1px solid #1d5170 !important; color: #fff; border: none; font-weight: 400; line-height: 24px; border-radius: 4px; margin: 2px; display: flex; align-items: baseline; gap: 4px; }
.form-group .job-info { padding: 4px 8px; font-size: 0.8rem; background-color: #1d5170 !important; border: 1px solid #1d5170 !important; color: #fff; border: none; font-weight: 400; line-height: 24px; border-radius: 4px; margin: 2px; display: flex; align-items: baseline; gap: 4px; }
#load-more-trigger { font-size: 15px; line-height: 18px; color: #1d5170; text-align: center; cursor: pointer;}
.page-form-product {background: #f8f9fa; }
.page-form-product .top-part {    background: #fff; border-bottom: 1px solid #dadce0;}
.page-form-product .form-edit-area-product .form-block .product { font-size: 1rem; line-height: 20px; color: #202124; margin: 0; }
.page-form-product .form-edit-area-product .form-block .product {font-size: 19px;line-height: 26px;color: #202124;margin: 0;text-transform: capitalize;font-weight: 500;margin-bottom: 10px;}
.form-main-area .form-block .mb-3.new {margin-bottom: 22px !important;border: 1px solid #d5e6f0;background: #fff;padding: 20px 10px;}
.page-form-product .form-edit-area-product .form-block label {font-size: 14px;color: #3c4043;letter-spacing: 0.5px;line-height: 17px;}
input[type=checkbox][name='product[]']:checked + label {font-weight: 500;color: #1d5170;}
.page-form-product .form-edit-area-product .form-block input[type="checkbox"] {accent-color: #d81b60;}
.my-custom-tooltip {position: absolute;z-index: 10000;pointer-events: none;max-width: 250px;width: max-content;white-space: normal;word-wrap: break-word;overflow-wrap: break-word;word-break: break-word;background: rgba(33, 37, 41, 0.95);color: #fff;text-align: center;padding: 8px 15px;border-radius: 6px;font-size: 13px;font-weight: 500;line-height: 1.5;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);border: 1px solid rgba(255, 255, 255, 0.1);}
.my-custom-tooltip::after {content: "";position: absolute;top: 100%;left: 50%;margin-left: -10px;border-width: 10px;border-style: solid;border-color: rgba(33, 37, 41, 0.95) transparent transparent transparent;}
.page-form-product .form-block .form-check { display: flex; gap: 4px; align-items: center;}

/*
.freez-colomn {
    position: sticky;
    background: #fff;
    z-index: 2;
}

.freez-colomn:nth-child(1) {
    left: 0;
}

.freez-colomn:nth-child(2) {
    left: 0;
}

.freez-colomn:nth-child(3) {
    left: 68px;
}

.freez-colomn:nth-child(4) {
    left: 168px;
}

.freez-colomn:nth-child(5) {
    left: 283px;
}

.freez-colomn:nth-child(6) {
    left: 412px;
}

.freez-colomn:nth-child(7) {
    left: 647px;
}
.freez-colomn:nth-child(8) {
    left: 731px;
}
.freez-colomn:nth-child(9) {
    left: 854px;
} */


.noUi-horizontal { height: 14px !important; }
.noUi-connect { background: #d81b60 !important; }
.noUi-horizontal .noUi-handle {width: 24px !important;height: 24px !important;right: -8px !important;top: -7px !important;border-radius: 50% !important;border: 1px solid #d5e6f0 !important;box-shadow: none;}
.noUi-handle:after, .noUi-handle:before { background: #E8E7E6; left: 7px !important; top: 7px !important; height: 10px !important; }
.noUi-handle:after { left: 14px !important; }
.salary-range { font-size: 16px; font-weight: 400;  line-height: 1.3; color: #212121; min-height: 40px; position: relative; display: flex; align-items: center; transition: all 0.3s; gap: 6px; }
.noUi-handle:after { left: 13px !important; }
.noUi-handle.noUi-handle-upper { right: -17px !important; }
.btn-back-link {display: inline-flex; align-items: center; gap: 6px; margin-top: 4px; padding: 4px 10px; font-size: 0.85rem; font-weight: 500; color: #6c757d; text-decoration: none; border-radius: 4px; transition: all 0.2s ease;}
.btn-back-link i {font-size: 14px;}
.btn-back-link:hover { color: #0d6efd; background: rgba(13, 110, 253, 0.08); text-decoration: none;}

.sign-in-fullscreen-area.change-plan .sign_in_up_form_area .form-box .full h2 span { font-size: 14px; line-height: 20px; }
.sign-in-fullscreen-area.change-plan .sign_in_up_form_area .form-box .full h2 span:first-child {margin-top: 12px;}
.sign-in-fullscreen-area.change-plan .sign_in_up_form_area {   max-width: 520px; }
.sign-in-fullscreen-area.change-plan .sign_in_up_form_area .form-box .full .form_area select { border: 1px solid #bdbdbd; }
.sign-in-fullscreen-area .sign_in_up_form_area .form-box .full .form_area p { font-size: 15px; text-align: start; padding: 15px; margin: 0; padding: 10px 10px 6px 0px; }
.notification-tab { display: flex; gap: 12px; justify-content: start; padding: 20px 16px; border-bottom: 2px solid #f5f5f5; }
.notification-tab p.active { background-color: #fbe7ef; color: #c21856; font-weight: 500; }
.notification-tab p { cursor: pointer; background-color: #f0f2f5; font-weight: 400; border-radius: 15px; padding: 7px 12px; font-size: 15px; color: #54656f; line-height: normal; text-transform: capitalize; margin: 0; position: relative; }
#notificationModal .modal-content .list-group-item h2 { color: #2b2b2b; font-weight: 700; font-size: 22px; line-height: 22px; margin-bottom: 10px; text-transform: capitalize; position: relative;}

.marquee-container { max-width: 100%; overflow: hidden; height: 40px; background-color: #fff; z-index: 999; }
.marquee { white-space: nowrap; overflow: hidden; display: inline-block; animation: marquee 16s linear infinite; }
.marquee-content { display: inline-block; }
.nav-ticker { padding: 0px 20px; white-space: nowrap; box-sizing: border-box; display: inline-block; font-size: 14px; line-height: 40px; color: #747474; font-weight: 400; position: relative; }
.nav-ticker::after { content: ''; position: absolute; right: -3px; width: 6px; height: 6px; background: #d81b60; border-radius: 50%; top: 16px; }

@keyframes marquee {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-50%, 0, 0);
    }
}

.note-tab { white-space: nowrap; font-size: 15px; font-weight: 400; text-decoration: none; line-height: normal; color: #212121; padding: 10px 8px 8px 20px; }
.label-bar { padding-left: 10px; font-weight: 600; }

/* table.leads-log thead tr:nth-child(1) th { width: 70px; min-width: 70px;}
table.leads-log thead tr:nth-child(2) th { width: 90px; min-width: 90px;}
table.leads-log thead tr:nth-child(3) th { width: 70px; min-width: 70px;}
table.leads-log thead tr:nth-child(4) th { width: 70px; min-width: 70px; }
table.leads-log thead tr:nth-child(5) th { width: 180px; min-width: 180px;} */

#notificationModal .modal-content { min-height: 630px; }
#notificationModal .modal-body .list-group { max-height: 410px; overflow-y: auto; }
.interview-details{ background: #e9f5fd; padding: 10px 12px; border-radius: 6px; border: 1px solid #d5e6f0; font-size: 13px; }
.interview-row{ display: flex; justify-content: space-between; padding: 4px 0; border-bottom: 1px dashed #ddd; gap: 30px; }
.interview-row:last-child{ border-bottom: none; }
.interview-row .label{ font-weight: 600; color: #1d5170; }
.interview-row .value{ color: #666; }
