/*************************NeurialGrotesk font*************************/
@font-face {
    font-family: "NeurialRegular";
    src: url("../fonts/Neurial/NeurialGrotesk-Regular.woff2") format("woff2"),
        url("../fonts/Neurial/NeurialGrotesk-Regular.woff") format("woff"),
        url("../fonts/Neurial/NeurialGrotesk-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "NeurialBold";
    src: url("../fonts/Neurial/NeurialGrotesk-Bold.woff2") format("woff2"),
        url("../fonts/Neurial/NeurialGrotesk-Bold.woff") format("woff"),
        url("../fonts/Neurial/NeurialGrotesk-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "NeurialMedium";
    src: url("../fonts/Neurial/NeurialGrotesk-Medium.woff2") format("woff2"),
        url("../fonts/Neurial/NeurialGrotesk-Medium.woff") format("woff"),
        url("../fonts/Neurial/NeurialGrotesk-Medium.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "NeurialLight";
    src: url("../fonts/Neurial/NeurialGrotesk-Light.woff2") format("woff2"),
        url("../fonts/Neurial/NeurialGrotesk-Light.woff") format("woff"),
        url("../fonts/Neurial/NeurialGrotesk-Light.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "NeurialSemiBold";
    src: url("../fonts/Neurial/NeurialGrotesk-Extrabold.woff2") format("woff2"),
        url("../fonts/Neurial/NeurialGrotesk-Extrabold.woff") format("woff"),
        url("../fonts/Neurial/NeurialGrotesk-Extrabold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
.uneditable-input:focus {
    border-color: rgba(150, 161, 195, 0.2) !important;
    outline: 0 none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

.body {
    background: #ede9e4;
}

/******** Custom Task Dropdown ******/

.custom-task-dropdown .dropdown-menu {
    width: 350px;
    padding: 15px;
    background: #eaecf3;
    box-shadow: 0px 10px 12px rgba(23, 16, 62, 0.06);
    border-radius: 15px;
    transform: none !important;
    right: 0 !important;
    left: auto !important;
    top: 40px !important;
}

.custom-task-dropdown .form-group {
    margin-bottom: 20px;
}

.custom-task-dropdown .form-group label {
    font-size: 16px;
    font-weight: 700;
    color: #1a356a;
    font-family: "Lato", sans-serif;
    margin-bottom: 12px;
}

.custom-task-dropdown
    .form-group-single-select
    .bootstrap-select
    .btn.dropdown-toggle {
    padding-left: 12px;
}
.custom-task-dropdown .dropdown-menu .inner {
    width: 100%;
}
.custom-task-dropdown .dropdown-menu .dropdown-menu {
    padding: 0;
    width: calc(100% - 40px);
    padding: 0 10px 10px;
    border-radius: 0;
    background: #fff;
    top: 42px !important;
    border-top: 0;
}

.custom-task-dropdown .form-group-single-select .bootstrap-select .active {
    background: transparent;
}
.custom-task-dropdown .form-group-single-select .bootstrap-select li a {
    padding-left: 0;
}

.custom-task-dropdown .bootstrap-select.show > .dropdown-toggle:after,
.custom-task-dropdown .bootstrap-select.dropup.show > .dropdown-toggle:after {
    transform: rotate(180deg);
}
.custom-task-dropdown .dropdown-close {
    width: 12px;
    height: 12px;
    margin-left: 10px;
    margin-right: 0 !important;
    display: none;
}
.custom-task-dropdown > button.show > .dropdown-close {
    display: inline-block;
}
.custom-task-dropdown
    .form-group-multi-checkbox-select
    span.multiselect-native-select
    .btn-group
    > button {
    padding-left: 15px;
}
.custom-task-dropdown .form-group-multi-checkbox-select .dropdown-menu {
    width: 100%;
}
.custom-task-dropdown .form-group-multi-checkbox-select .form-check-input {
    width: 16px !important;
    height: 16px !important;
    margin-top: 3px;
}
.custom-task-dropdown
    .form-group-multi-checkbox-select
    .multiselect-container
    .multiselect-option.dropdown-item
    .form-check-label {
    margin-bottom: 0;
    position: relative;
    top: -1px;
}
.custom-task-dropdown
    .form-group-multi-checkbox-select
    .multiselect-container
    .multiselect-option.dropdown-item
    .form-check-label
    img {
    position: relative;
    top: -1.5px;
}
.custom-task-dropdown
    .form-group-multi-checkbox-select
    .multiselect-container
    .multiselect-all.active:not(.multiselect-active-item-fallback),
.custom-task-dropdown
    .form-group-multi-checkbox-select
    .multiselect-container
    .multiselect-all:not(.multiselect-active-item-fallback):active,
.custom-task-dropdown
    .form-group-multi-checkbox-select
    .multiselect-container
    .multiselect-group.active:not(.multiselect-active-item-fallback),
.custom-task-dropdown
    .form-group-multi-checkbox-select
    .multiselect-container
    .multiselect-group:not(.multiselect-active-item-fallback):active,
.custom-task-dropdown
    .form-group-multi-checkbox-select
    .multiselect-container
    .multiselect-option.active:not(.multiselect-active-item-fallback),
.custom-task-dropdown
    .form-group-multi-checkbox-select
    .multiselect-container
    .multiselect-option:not(.multiselect-active-item-fallback):active {
    background-color: transparent !important;
}
@media (min-width: 768px) {
    .body {
        min-height: 100vh;
    }
}

a {
    text-decoration: none !important;
}

.container {
    height: 100%;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}

input[data-autocompleted] {
    background-color: transparent !important;
}

.btn:focus {
    box-shadow: none !important;
}

.form-control:focus {
    box-shadow: none !important;
    color: #1a356a !important;
}

ul {
    padding-left: 0px !important;
    margin-bottom: 0px !important;
}

.banner {
    filter: drop-shadow(2px 4px 6px black);

    /* height: calc(100vh - 104px); */
    background: url(../images/banner_img.jpg) no-repeat center;
    background-size: cover !important;

    /* height: 750px;*/
    min-height: 100vh;
    padding: 50px 0;
}

/* .banner .banner_layout{
	height: calc(100vh - 110px);
}  */
.invite_banner {
    filter: contrast(0.7);
}

.subtitle {
    margin-top: 20px;
}

.chapter {
    position: relative;
    height: 1200px;
    z-index: 1;
}

.vslogo {
    padding-top: 40px;
    padding-left: 50px;
}

.contents {
    display: flex;
    justify-content: center;
    padding: 15px;
}

.contents p {
    font-weight: 400;
    font-size: 34px;
    line-height: 41px;
    display: flex;
    align-items: center;
    color: #fff;
    font-family: "NeurialRegular";
    width: 517px;
    margin-bottom: 0px;
}

.card_layout {
    background: #ffffff;
    border-radius: 15px;
    width: 350px;
    margin: auto;

    /* max-height: calc(100vh - 130px); */
    overflow: auto;
}

.rounded_input {
    border-radius: 25px !important;
}

.delbtn {
    width: 100px !important;
}

.logincard_body {
    padding: 48px;
    text-align: center;
}

.logincard_body h3 {
    margin-bottom: 7px;
    color: #1a356a;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    font-family: "NeurialMedium";
}

.logincard_body .form-group {
    padding-top: 8px;
}

.logincard_body .form-group .form-input {
    border: 1px solid rgba(150, 161, 195, 0.2);
    border-radius: 15px;
    padding: 12px 10px 10px 16px;
    font-size: 16px;
    color: #aaaaaa;
    line-height: 19px;
    width: 235px;
    height: 40px;
    font-weight: 400;
    font-family: "Lato", sans-serif;
}

.form-input::placeholder {
    color: #aaaaaa;
}

input:focus {
    outline: none !important;
    border: 1px solid rgba(150, 161, 195, 0.2) !important;
}

.forgot p {
    color: #aaaaaa;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 0px;
    font-family: "Lato", sans-serif;
}

.login-btn {
    background: #e0ff9c;
    border: 1px solid #e0ff9c;
    border-radius: 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #1a356a;
    width: 230px;
    height: 35px;
    margin: 15px 0px 30px 0px;
    font-family: "NeurialMedium";
}

.login-btn img {
    padding-left: 10px;
    padding-bottom: 6px;
}

@media (min-width: 992px) {
    .mem-sts {
        width: 325px !important;
    }
}

.sociallayoutlogin {
    margin-top: 30px !important;
}

.sociallayout {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 22px;
}

.sociallayout p {
    color: #1a356a;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0px;
    padding-left: 12px;
    font-family: "NeurialMedium";
}

.card_body {
    padding: 20px 27px 20px 28px;
}

.card_body .card_title {
    color: #1a356a;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    font-family: "Lato", sans-serif;
    margin-bottom: 15px;
}

.card_body .form-group:first-child {
    padding-top: 0px !important;
}

.card_body .form-group {
    padding-top: 8px;
}

.card_body .form-group .form-input {
    border: 1px solid rgba(150, 161, 195, 0.2);
    border-radius: 15px;
    padding: 12px 10px 10px 16px;
    width: 295px;
    height: 40px;
    min-width: 100%;
}

.card_body .profile-btn {
    background: #1a356a;
    border: 1px solid #1a356a;
    border-radius: 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    width: 100%;
    height: 35px;
    margin: 15px 0px 0px 0px;
    font-family: "NeurialRegular";
    min-width: 100%;
    display: inline-block;
}

.card_body .profile-btn img {
    margin-left: 10px;
}

.card_body .businesses-btn {
    background: #eeeeee;
    border-radius: 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #1a356a;
    min-width: 100%;

    /* width: 295px; */
    height: 35px;
    margin: 15px 0px 0px 0px;
    font-family: "NeurialRegular";
    border: 1px solid #eeeeee;
    display: inline-block;
    align-items: center;
    justify-content: center;
}

.card_body .businesses-btn img {
    margin-right: 10px;
    padding-bottom: 6px;
}

.carousel-contents .carousel-indicators {
    position: relative !important;
    margin: 0;
}

.carousel-contents .carousel-indicators [data-bs-target] {
    border-radius: 50%;
    width: 9.33px;
    height: 9.33px;
    background-color: #96a1c3;
}

.carousel-contents .carousel-indicators .active {
    background-color: #fff;
}

.carousel-contents .carousel {
    display: grid;
    justify-content: center;
}

.card_body .form-radio {
    background: #ffffff;
    border-radius: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.card_body .card_content {
    background: #1a356a;
    box-shadow: 0px 10px 12px 8px rgba(23, 16, 62, 0.06);
    border-radius: 20px;
    margin-bottom: 5px;
}

.columns {
    padding: 0px !important;
}

.card_inner_item {
    color: #ffffff;
    padding: 14px;
    font-family: "Lato", sans-serif;
}

.card_inner_item .columns h5 {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 1px;
    font-family: "Lato", sans-serif;
    font-weight: 500;
}

.card_inner_item .columns p {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 1px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
}

.card_body .businesses_contant {
    background: rgba(150, 161, 195, 0.2);
    border-radius: 20px;
    margin: 15px 0px;
}

.businesses_inner_contant {
    padding: 15px;
}

.card_body .businesses_contant h3 {
    color: #1a356a;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    font-family: "Lato", sans-serif;
    margin-bottom: 5px;
}

.card_body .businesses_contant .form-group .form-input {
    width: 265px;
}

.radio-toolbar {
    margin-top: 10px;
    background: #ffffff;
    border-radius: 15px;
    display: flex;

    /* box-shadow: 0px 10px 12px 8px rgba(23, 16, 62, 0.06); */
    filter: drop-shadow(0px 8px 12px rgba(23, 16, 62, 0.05));
}

.radio-toolbar input[type="radio"] {
    display: none;
}

.radio-toolbar label {
    display: inline-block;
    background-color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    cursor: pointer;
    color: #1a356a;
    font-family: "Lato", sans-serif;
    margin: 5px;
    padding: 7px;
    width: 143px;
    text-align: center;
}

.radio-toolbar input[type="radio"]:checked + label {
    background-color: #1a356a;
    border-radius: 10px;
    color: #fff;
}

.form-flating-input {
    border: 1px solid rgba(150, 161, 195, 0.2) !important;
    border-radius: 15px !important;

    /* padding-top: 20px !important; */
    color: #1a356a;
}

.form-floating > .form-control,
.form-floating > .form-select {
    height: calc(2.5rem + 2px) !important;
}

.floating-text {
    font-weight: 500;
    font-size: 11px;
    line-height: 12px;
    color: #aaaaaa;
    font-family: "Lato", sans-serif;
    height: 0px !important;
}

.form-input {
    color: #1a356a;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    font-family: "Lato", sans-serif;
}

.custom_imguplad {
    background: rgba(150, 161, 195, 0.2);
    border-radius: 20px;
    margin-top: 15px;
}

.custom_imguplad-input {
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom_imguplad-input .custom_image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    min-width: 70px;
    height: 70px;
    max-width: 70px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: revert;
    object-fit: contain;
    background: #fff;
}

.circle-img {
    position: relative;
}

/* .camera-img {
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
} */

.file-upload {
    background-color: #ffffff;
    width: 600px;
    margin: 0 auto;
    padding: 20px;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.image_upload_wrap {
    position: relative;
    padding: 15px;
}

.custom_imguplad-input .drag-text h3 {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #1a356a;
    font-family: "Lato", sans-serif;
    margin-bottom: 0px;
}

.businesses_contant .businesses_add_btn {
    text-align: center;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.delete_btn {
    background: #ffffff;
    border-radius: 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    font-family: "NeurialRegular";
    color: #1a356a;
    border: 1px solid #fff;
    width: 100%;
    height: 35px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.delete_btn img {
    margin-right: 10px;
}

.save_btn img {
    margin-right: 10px;
}

.save_btn {
    background: #1a356a;
    border: 1px solid #1a356a;
    color: #fff;
    border-radius: 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    font-family: "NeurialRegular";
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form_checkbox_layout {
    background: #ffffff;
    border: 1px solid rgba(150, 161, 195, 0.2);
    border-radius: 20px;
    display: flex;
    align-items: center;
    margin-top: 5px;
    padding: 17px 15px !important;
    width: 100%;
}

.form_checkbox_layout.active {
    background-color: rgba(150, 161, 195, 0.2);
}

.form_checkbox_layout .form_checkbox_label h6 {
    color: #1a356a;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    font-family: "Lato", sans-serif;
    margin-bottom: 2px;
}

.form_checkbox_layout .form_checkbox_label p {
    color: #1a356a;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    font-family: "Lato", sans-serif;
    margin-bottom: 2px;
}

.form_checkbox_layout.selected {
    background: rgba(150, 161, 195, 0.2);
    border-color: rgba(150, 161, 195, 0.2);
}

.form_checkbox_selected_layout {
    background: #1a356a;
    border: 1px solid rgba(150, 161, 195, 0.2);
    border-radius: 20px;
    display: flex;
    align-items: center;
    margin-top: 5px;
    padding: 17px 15px !important;
    width: 100%;
}

.form_checkbox_label {
    width: 90%;
}

.form_checkbox_selected_layout .form_checkbox_label h6 {
    font-weight: 700;
    line-height: 17px;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    margin-bottom: 2px;
    color: #ffffff;
}

.form_checkbox_selected_layout .form_checkbox_label p {
    font-weight: 500;
    line-height: 17px;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    margin-bottom: 2px;
    color: #ffffff;
}

.form_checkbox_layout .form_checkbox {
    width: 10%;
    text-align: end;
}

.round {
    position: relative;
}

.round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
}

/* .round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 3px;
    opacity: 0;
    position: absolute;
    top: 5px;
    transform: rotate(-45deg);
    width: 12px;
} */

.round input[type="checkbox"] {
    visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
    background-color: #1a356a;
    border-color: #1a356a;
}

.round input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

.round input:checked + .form_checkbox_layout {
    background-color: red;
}

.card_body > .form_checkbox_layout:last-child {
    margin-bottom: 15px;
}

.terms_layout {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 300px);
    margin-right: -27px;
}

.terms_layout .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #aebcd7 !important;
    border-radius: 8px;
}

.terms_layout .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
}

.terms_layout .terms_head {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #1a356a;
    font-family: "Lato", sans-serif;
    margin-bottom: 5px;
}

.terms_layout p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #1a356a;
    font-family: "Lato", sans-serif;
}

.terms_layout p strong {
    font-weight: 700;
    display: block;
}

.terms_checkout {
    margin: 20px 0px;
}

.terms_checkout .checkmark {
    width: 20px;
    height: 20px;
    background-color: #fff;
    vertical-align: middle;
    border: 1px solid #ddd;
    outline: none;
    cursor: pointer;
}

.box_checkbox span {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #1a356a;
    font-family: "Lato", sans-serif;
    padding-left: 11px;
}

.box_checkbox {
    position: relative;
    margin: 20px 0px;
}

.box_checkbox label {
    background-color: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    height: 19px;
    left: 0;
    position: absolute;
    top: 0;
    width: 19px;
}

.box_checkbox label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 3px;
    opacity: 0;
    position: absolute;
    top: 4px;
    transform: rotate(-45deg);
    width: 12px;
}

.box_checkbox input[type="checkbox"] {
    visibility: hidden;
}

.box_checkbox input[type="checkbox"]:checked + label {
    background-color: #1a356a;
    border-color: #1a356a;
}

.box_checkbox input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

.card_body .invite_card {
    background: rgba(150, 161, 195, 0.2);
    border-radius: 20px;
    margin-bottom: 5px;
}

.invite_inner_item {
    padding: 15px;
    flex-direction: row;
    width: 100%;
}

.team-content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #1a356a;
    font-family: "Lato", sans-serif;
    margin-bottom: 0px;
}

.invite_card_input {
    background: #ffffff;
    border: 1px solid rgba(150, 161, 195, 0.2);
    border-radius: 20px;
    margin-bottom: 15px;
}

.invite_card_input_item {
    padding: 11px 15px;
    flex-direction: row;
    width: 100%;
}

.invite_card_text p {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #1a356a;
    font-family: "Lato", sans-serif;
    margin-bottom: 0px;
}

.account_card {
    background: rgba(150, 161, 195, 0.2);
    border-radius: 20px;
    margin-bottom: 5px;
}

.account_card_inner_item {
    padding: 20px 15px;
    flex-direction: row;
    width: 100%;
}

.team-content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #1a356a;
    font-family: "Lato", sans-serif;
    margin-bottom: 0px;
}

.account_card_input {
    background: #ffffff;
    border: 1px solid rgba(150, 161, 195, 0.2);
    border-radius: 20px;
    margin-bottom: 5px;
}

.account_card_input_item {
    padding: 20px 15px;
    flex-direction: row;
    width: 100%;
}

.account_card_text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #1a356a;
    font-family: "Lato", sans-serif;
    margin-bottom: 0px;
}

.invite_input input {
    border: none !important;
}

.card_layout .far_body {
    padding: 70px 27px 30px 28px;
    text-align: center;
    margin: auto;
}

.far_body_content h1 {
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    color: #1a356a;
    font-family: "NeurialBold";
    margin-top: 20px;
    margin-bottom: 0px;
}

.far_body_content p {
    font-size: 20px;
    line-height: 35px;
    color: #1a356a;
    font-family: "NeurialRegular";
}

.far_btns {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 50px;
}

.far_btns button {
    background: #1a356a;
    border: 1px solid #1a356a;
    border-radius: 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    width: 295px;
    height: 35px;
    margin: 10px 0px 0px 0px;
    font-family: "NeurialRegular";
}

.far_btns button img {
    padding-right: 10px;
}

.dashboard_btn {
    background: #6d79a4;
    border: 1px solid #6d79a4;
}

.dashboard_btn img {
    padding-left: 10px;
}

.header {
    overflow: hidden;
    background-color: #577ab5;
    height: 90px;
    color: #fff;
    padding: 0px 20px 0 10px;
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid #e0ff9c;
}

.head_profile_pic {
    border: 2px solid #e0ff9c;
    border-radius: 50%;
    padding: 0;
    width: 50px;
    height: 50px;
  }
  
  .head_profile_pic img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: scale-down;
  }

.header-right-cont h3 {
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 5px;
    font-family: "Lato", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 300px;
  }
  
  .header-right-cont h4 {
    font-size: 12px;
    color: #c6d1eb;
    line-height: 15px;
    margin-bottom: 0;
    font-family: "Lato", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 300px;
  }

.web_header p {
    color: #e0ff9c;
    font-weight: 400;
    font-size: 12px;
    border-left: 1px solid #e0ff9c;
    padding-left: 12px;
}

.studio_layout {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.studio_layout h1 {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #1a356a;
    text-align: center;
    font-family: "NeurialBold";
}

.header-right h1 {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    font-family: "NeurialRegular";
    color: #ffffff;
}

.header-right a {
    color: #e0ff9c;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
}

@media (min-width: 768px) {
    .box_content {
        padding-top: 90px;
    }
}

.box_innerlayout {
    padding: 20px 14px 20px 70px;
    min-height: 475px;
}

@media (min-width: 768px) {
    .box_innerlayout {
        min-height: 475px;
    }
}

.has-sidebar .box_innerlayout {
    padding-right: 30px;
}

.has-sidebar.has-scrollbar .box_innerlayout {
    padding-right: 55px;
}

.task_card {
    background: #577ab5;
    border-radius: 20px;
    padding: 15px;
    min-height: 100px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.training_img {
    padding: 10px;
    background-color: #fff;
    height: 70px;
    width: 70px;
    border-radius: 50%;
}

.training_img img {
    text-align: center;
    height: 50px;
    width: 50px;

    /* border: 1px solid #fff; */
    border-radius: 50%;
    min-width: 50px;
    min-height: 50px;
    max-width: 50px;
    max-height: 50px;
    overflow: hidden;
    color: transparent;
}

/* .task_card_header {
	color: #fff;
} */

.task_card_header {
    margin-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 240px !important;

    /* margin-bottom: 10px; */
}

.task_card_header h5 {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    font-family: "NeurialMedium";
    margin: 0;
    color: #ffffff;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .task_card_header {
        max-width: 100%;
        margin-right: 55px;
    }

    #body-pd {
        background: #577ab5 url(../images/BG.svg) no-repeat top right;
    }

    .box_content {
        background-color: #eae6e1;
    }

    .task_card_header h5 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .task_card_header.studio_head.mxw-auto h5 {
        white-space: normal;
    }
}

.task_card_header p {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    font-family: "Lato", sans-serif;
    margin: 0px;
    color: #ffffff;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.task_card .stats-numbers {
    border-left: 2px solid #aebcd7;
    margin-left: 10px;
    padding-left: 10px !important;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
}

.task_card .stats-numbers > li {
    padding: 6px 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    white-space: nowrap;
}

.task_card .stats-numbers > li > span {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}

.task_card .stats-numbers > li + li {
    margin-left: 18px;
}

.blad_count {
    margin-left: 30px !important;
}

.overview_count {
    text-align: center;
    color: #fff;
}

.overview_count h5 {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    font-family: "NeurialMedium";
    margin-bottom: 0px;
}

.overview_count p {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    font-family: "NeurialRegular";
    margin-bottom: 0px;
    display: flex;
}

.task_card_title {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    float: left;
    color: #1a356a;
}

.task_card_wrap {
    display: flex;
    align-items: center;
    float: right;
}

.btn-group {
    margin-right: 15px;
}

.task_card_wrap .btn-group .dropdown-toggle {
    background: #ffffff;
    border-radius: 15px;
    width: 200px;
    height: 35px;
    position: relative;
    z-index: 2;
    padding: 5px 23px 5px 70px;
    color: #1a356a;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    font-family: "Lato", sans-serif;
}

/* .task_card_wrap .show {
    width: 200px !important;
} */
.task_card_wrap .btn-group .dropdown-toggle::before {
    content: "Assigned  :";
    position: absolute;
    bottom: 7px;
    left: 0px;
    background-image: url(../images/notebad.svg);
    background-repeat: no-repeat;
    background-position: 12px 1px;
    padding-left: 36px;
    left: 2px;
}

/* .task_card_wrap .btn-group .dropdown-toggle::after {
    content: "";
    position: absolute;
    transition: all 0.3s;
    top: 15px !important;
    right: -4px;
    background-image: url(../images/chevron_down.svg);
    background-repeat: no-repeat;
    background-size: auto;
    display: block;
    width: 25px;
    height: 20px;
    border: none;
} */
.change_btn {
    background: #e0ff9c;
    border: 1px solid #e0ff9c;
    border-radius: 15px;
    height: 35px;
    position: relative;
    z-index: 2;
    color: #1a356a !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    font-family: "NeurialMedium";
    display: flex;
    align-items: center;
    padding: 10px;
}

.change_btn img,
.change_btn svg {
    margin-right: 8px;
}

/* .change_btn::before{
	content: "";
    position: absolute;
    top: 10px;
    background-image: url(../images/pipe.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 15px;
    left: 16px;
}  */

.studio_btn {
    background: #e0ff9c;
    border: 1px solid #e0ff9c;
    border-radius: 15px;

    /* width: 208px; */
    height: 35px;
    position: relative;
    z-index: 2;
    padding: 10px;
    color: #1a356a;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    font-family: "NeurialMedium";
    display: flex;
    text-align: center;
    align-items: center;
    padding: 10px 16px;
}

.studio_btn img,
.studio_btn svg {
    margin-right: 8px;
}

.studio_btn a,
a.studio_btn {
    color: #1a356a;
}

.studio_btn a:hover,
a.studio_btn:hover {
    color: #1a356a;
}

/* .studio_btn::before{
	content: "";
    position: absolute;
    top: 10px;
    background-image: url(../images/arrows.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 15px;
	left: 16px;
} */

.box_innerlayout .tab_content {
    margin: 10px 0px;

    /* opacity: 0.5; */
}

.tab_content .tab_inner_content {
    display: flex;
    flex-direction: row;

    /* justify-content: center; */
    align-items: center;
}

.overview_tab_content {
    opacity: 3 !important;
}

.tab_btn_left {
    /* flex: 1; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.tab_btn_right {
    /* flex: 1; */
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.tab_btn_right .tab_btn {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0px 10px 12px rgb(23 16 62 / 6%);
    padding: 5px;
    display: inherit;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.tab_inner_content .tab_btn {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0px 10px 12px rgb(23 16 62 / 6%);
    padding: 5px;
    display: inherit;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.tab_btn_left .tab_btn {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0px 6px 40px 0px rgb(23 16 62 / 6%);
    padding: 5px;
    display: flex;
    justify-content: space-evenly;
}

.tab_btn_left .tab_btn .btn {
    color: #1a356a;
    display: block;
    width: 100%;
    white-space: nowrap;
}

.tab_btn_left .tab_btn a {
    width: 100%;
}

.tab_inner_content .tab_btn .btn {
    color: #1a356a;
}

.tab_inner_content .over_btn.active {
    background: #1a356a;
    border-radius: 10px;
    color: #ffffff;
}

.tab_btn .btn {
    margin-right: 10px;
    padding: 5px 5px;
    color: #1a356a;
    font-size: 14px;
    line-height: 17px;
    font-family: "Lato", sans-serif;
    border: 0 !important;
}

.tab_btn .btn:last-child {
    margin-right: 0px;
}

.tab_btn .btn:focus {
    box-shadow: none !important;
}

.tab_btn button:hover {
    color: #1a356a;
}

.tab_btn_left .over_btn.active {
    background: #1a356a;
    border-radius: 10px;
    color: #ffffff;
}

.tab_btn_left .over_btn.active:hover {
    color: #ffffff;
}

.cal_btn.active {
    background: #1a356a;
    border-radius: 10px;
    color: #ffffff;
}

.task_btn .create_btn {
    background: #1a356a;
    box-shadow: 0px 10px 12px rgba(23, 16, 62, 0.06);
    border: 1px solid #1a356a;
    border-radius: 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
    font-family: "NeurialMedium";
    padding: 10px 11px;
    height: 40px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.task_btn .create_btn a {
    color: #ffffff;
    display: flex;
    align-items: center;
}

.task_btn {
    display: flex;
}

.create_btn:last-child {
    margin-right: 0px;
}

.create_btn img {
    padding-right: 5px;
}

.tab_content .calender_btn {
    margin-right: 10px;
    margin-left: 10px;
    width: 200px;
}

.calender_btn .calender_icons {
    padding-left: 35px;
}

.calender_btn .dropdown-toggle {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0px 10px 12px rgba(23, 16, 62, 0.06);
    width: 200px;
    height: 40px;
    position: relative;
    z-index: 2;
    padding: 12px 20px;
    color: #1a356a;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    font-family: "Lato", sans-serif;
    text-align: left;
}

.calender_btn .calender_icons {
    padding-left: 35px;
}

.calender_btn .dropdown-toggle::after {
    display: none;
}

.task_layout {
    height: 100%;
    text-align: center;

    /*   width: 430px; */
    margin: 100px auto 100px auto;
}

.task_layout h1 {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #1a356a;
    text-align: center;
    font-family: "NeurialBold";
}

.task_layout p {
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    color: #1a356a;
    text-align: center;
    font-family: "NeurialLight";
}

.edit_btn {
    background: #1a356a;
    box-shadow: 0px 10px 12px rgba(23, 16, 62, 0.06);
    border: 1px solid #1a356a;
    border-radius: 15px;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    font-family: "NeurialMedium";
    padding: 5px 10px;
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.edit_btn img {
    padding-right: 10px;
}

.edit_modal .modal-content {
    padding: 20px;
    border-radius: 15px;

    /* height: 800px; */
    /* overflow-y: scroll; */
}

.test {
    top: 80px;
}

.test1 {
    top: 0px;
}

.edit_modal .modal-dialog .modal-body {
    padding: 0px !important;
}

.edit_modal .modal-content .modal-header {
    border-bottom: none !important;
    background: #577ab5;
    box-shadow: 0px 7px 8.4px 5.6px rgba(23, 16, 62, 0.06);
    border-radius: 14px;
    margin-bottom: 10px;
    padding: 15px;
    min-height: 70px;
}

.edit_modal .modal-content .modal-header .row {
    margin-left: 0px !important;
}

.edit_modal .modal-content .modal-header h1 {
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    font-family: "Lato", sans-serif;
    margin-bottom: 0px;
    word-break: break-word;
}

.edit_modal .modal-content .modal-header .header_btn {
    background: #fff;
    border-radius: 15px;
    color: #1a356a;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    font-family: "NeurialMedium";
    padding: 5px 15px;
    border: 1px solid #fff;
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.edit_modal .modal-content .modal-header .header_btn img {
    padding-right: 10px;
}

.edit_modal .modal-content .modal-header .close {
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    font-family: "NeurialMedium";
    float: right;
    margin-left: 20px;
    display: flex;
    align-items: center;
}

.edit_modal .modal-content .modal-header .close:hover {
    cursor: pointer;
}

.edit_modal .modal-content .modal-header .close img {
    padding-right: 10px;
}

.edit_modal .modal-content .modal-header .traning_img {
    height: 49px;
    width: 49px;
    margin-right: 10px;
}

.traning_img {
    border-radius: 50%;
}

.card_item {
    background: #fff;
    box-shadow: 0px 10px 12px 8px rgb(23 16 62 / 6%);
    border-radius: 20px;
    padding: 15px;
    margin: 10px 0px;
}

.card__header h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: #1a356a;
    font-family: "Lato", sans-serif;
    overflow-wrap: break-word;
}

.follow_content {
    display: flex;
    align-items: center;
    color: #1a356a;
    margin-top: 10px;
}

.follow_content p {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    font-family: "Lato", sans-serif;
    margin-left: 10px;
    margin-bottom: 0px;
}

.card_item:last-child {
    margin-bottom: 0px;
}

.card_item .modal_img .training_img img {
    height: 50px;
    width: 50px;
    margin-left: 10px;
    border: 2px solid #aebcd7;
}

.lib_btn {
    background: #eeeeee;
    border-radius: 15px;
    color: #1a356a;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    font-family: "NeurialMedium";
    padding: 5px 10px;
    border: 1px solid #eeeeee;
    margin-right: 6px;
    display: flex;
    text-align: center;
    align-items: center;
}

.lib_btn img {
    padding-right: 10px;
}

.lib_btn:hover {
    color: #1a356a;
}

.lib_btn a {
    color: #1a356a;
    display: flex;
    align-items: center;
}

.lib_btn a:hover {
    color: #1a356a;
}

/* .lib_btn:nth-child(2){
	margin-right: 0px;
 } */
.library_accordion .accordion-collapse {
    width: 100% !important;
}

.library_accordion .accordion-item {
    border: none !important;
    margin-bottom: 10px;
}

.accordion-item {
    background-color: transparent !important;
}

.library_accordion .accordion-item .accordion-header {
    background: #577ab5;
    box-shadow: 0px 7px 8.4px 5.6px rgba(23, 16, 62, 0.06);
    border-radius: 14px !important;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    font-family: "Lato", sans-serif;
    padding: 12px 18px;
}

.modal .library_accordion .accordion-item .accordion-header,
.modal .library_accordion .accordion-button.collapsed,
.modal .library_accordion .accordion-button:not(.collapsed) {
    background-color: #aebcd7 !important;
}

.library_accordion .accordion-button {
    color: #ffffff !important;
    padding: 0px;
    border-color: #577ab5 !important;
    background-color: #577ab5;
}

.accordion-button:not(.collapsed) {
    box-shadow: none !important;
}

.library_accordion .accordion-header {
    margin-bottom: 10px;
}

.library_accordion .accordion-header .accordion-button:focus {
    box-shadow: none !important;
}

.library_accordion .accordion-button:not(.collapsed) {
    background-color: #577ab5 !important;
}

.library_accordion .accordion-button::before {
    flex-shrink: 0;
    width: 18px;
    height: 12px;
    content: "";
    background: url(../images/chevron_up_white.svg) no-repeat !important;
    transition: transform 0.2s ease-in-out;
    transform: rotate(-180deg);
    margin-right: 15px;
}

.library_accordion .accordion-button:not(.collapsed)::before {
    background: url(../images/chevron_down_white.svg) no-repeat !important;
    transform: rotate(-180deg);
    margin-right: 15px;
}

.library_accordion .accordion-button::after {
    background: none !important;
}

.card_item_body {
    padding: 0px !important;
}

.card_item_body .card_item {
    font-family: "Lato", sans-serif;
    font-weight: 400;
}

.card_item_body .select_form:active {
    color: red;
    background: #6d79a4;
}

.list_item ul li:first-child {
    font-size: 16px;
    line-height: 19px;
}

.list_item ul li {
    display: flex;
    align-items: center;
    list-style-type: none;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 12px;
    color: #1a356a;
    font-family: "Lato", sans-serif;
    font-weight: 400;
}

.list_item ul li:last-child {
    margin-bottom: 0px;
}

.list_item ul li img {
    height: 18px;
    width: 18px;
    margin-right: 8px;
}

.list_item ul li span {
    font-family: "Lato", sans-serif;
}

.list_item .list_new {
    background: #96a1c3;
    border-radius: 15px;
    margin-left: 10px;
    height: 19px;
    width: 45px;
    text-align: center;
}

.list_new span {
    padding: 3px;
    font-size: 12px;
    line-height: 14px;
    font-family: "Lato", sans-serif;
    color: #ffffff;
    justify-content: center;
    display: flex;
}

.list_item .list_span {
    padding-left: 10px;
}

.list_item ul li .list_online {
    background: #7edbb4;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    margin: 0px 8px;
}

.list_item ul li p {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #1a356a;
    margin-bottom: 0px;
}

/* .card_item .lib_btn{
	margin-top: 0px !important;
} */

.create_modal {
    margin-bottom: 12px;
    position: relative;
}

.create_modal .form-label {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: #1a356a;
    font-family: "Lato", sans-serif;
    margin-bottom: 3px;
}

.create_modal .form-control {
    border: 1px solid #dddddd;
    background: #ffffff;
    border-radius: 0px;
    padding: 11px 16px 10px 16px;
    font-size: 16px;
    line-height: 19px;
    color: #1a356a;
    font-family: "Lato", sans-serif;
}

.create_modal textarea {
    height: 150px;
}

#input-container {
    position: relative;
}

#input-container > img {
    position: absolute;
    top: 14px;
    left: 15px;
}

#input-container > input {
    padding-left: 40px;
}

.flex_item {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.flex_item .edit_btn {
    margin-top: 0px;
}

.task_drp .btn-group {
    border: 1px solid #dddddd;
    width: 100%;
}

.task_drp .btn-group .dropdown-toggle {
    background: #ffffff;
    border-radius: 15px;
    width: 335px;
    height: 40px;
    position: relative;
    z-index: 2;
    padding: 5px 23px 5px 35px;
    color: #1a356a;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    font-family: "Lato", sans-serif;
    text-align: left;
}

.repeat_task_drp {
    display: flex;
    align-items: center;
    position: relative;
}

.repeat_task_drp select {
    border: 1px solid #dddddd;
    border-radius: 0px;
    padding: 12px;
    font-size: 16px;
    line-height: 19px;
    color: #1a356a;
    font-family: "Lato", sans-serif;
    padding-left: 37px;
    text-indent: 1px;
    outline: none;
    position: relative;
    background: none;
    cursor: pointer;
    width: 100%;
}

.repeat_task_drp .drp_img {
    position: absolute;
    z-index: 1;
    padding-left: 10px;
    padding-bottom: 5px;
}

.repeat_task_drp .drp_img img {
    height: 14px;
    width: 14px;
}

.repeat_task_drp .caret_img {
    position: absolute;
    right: 5px;
    bottom: 12px;
}

.caret_img img {
    height: 10px;
    width: 10px;
}

/* .task_drp .show {
    width: 200px !important;
} */
.task_drp .btn-group .dropdown-toggle::before {
    content: "";
    position: absolute;
    top: 10px;
    background-image: url(../images/notebad.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 12px;
    height: 13px;
    left: 12px;
}

.day_task_drp .btn-group .dropdown-toggle::before {
    background-image: url(../images/refresh_black.svg);
}

.month_task_drp .btn-group .dropdown-toggle::before {
    background-image: url(../images/calender_black.svg);
}

.schedule_task_drp::before {
    background-image: url(../images/calender_black.svg) !important;
    width: 14px;
    height: 14px;
}

.task_drp .btn-group .dropdown-toggle::after {
    content: "";
    position: absolute;
    transition: all 0.3s;
    top: 15px !important;
    right: -4px;
    background-image: url(../images/chevron_down.svg);
    background-repeat: no-repeat;
    background-size: auto;
    display: block;
    width: 25px;
    height: 20px;
    border: none;
}

.edit_content {
    background: rgba(150, 161, 195, 0.2);

    /* box-shadow: 0px 7px 8.4px 5.6px rgba(23, 16, 62, 0.06); */
    border-radius: 14px;
    align-items: center;
    display: flex;
    padding: 0 15px;
    min-height: 70px;
    margin-top: 10px;
}

.edit_content p {
    margin-bottom: 0px;
    color: #1a356a;
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    font-family: "Lato", sans-serif;
    margin-left: 12px;
}

.overview_card {
    background: #96a1c3;
    border-radius: 20px;
    padding: 25px 15px;
}

.overview_card .task_card_title {
    color: #ffffff !important;
}

.weekly_table .table_bg {
    background: #96a1c3;
    opacity: 0.9;
    box-shadow: 0px 7.0253px 8.43037px 5.62024px rgba(23, 16, 62, 0.06);
    border-radius: 14.0506px;
    padding: 5px 10px;

    /* width: 169px; */
    height: 22px;
}

.weekly_table thead tr th h1 {
    font-family: "Lato", sans-serif;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    align-items: center;
    text-align: center;
    color: #ffffff;
    margin-bottom: 0px;
}

.weekly_table tbody,
td,
tfoot,
th,
thead,
tr {
    border-style: none !important;
}

.weekly_table tbody td {
    padding-bottom: 7px;
    cursor: pointer;

    /* width: 169px; */
}

.weekly_table tbody tr td table {
    display: grid;
    justify-content: center;
}

.weekly_table tbody tr td table tbody tr td {
    width: 169px;
}

.weekly_table > :not(caption) > * > * {
    padding: 7px 7px 0px 0px !important;
}

.table_item {
    background: #ffffff;
    box-shadow: 0px 7.0253px 8.43037px 5.62024px rgba(23, 16, 62, 0.06);
    border-radius: 14.0506px;
    padding: 10px;
}

.table_item ul {
    padding-left: 0px;
    margin-bottom: 0px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    background: #fff;
    color: #1a356a;
}

.table_item ul li {
    list-style-type: none;
    padding-bottom: 5px;
}

.table_item ul li img {
    height: 14px;
    width: 13px;
    margin-right: 5px;
}

.table_item ul li:last-child {
    padding-bottom: 0px;
}

.table_item ul li p {
    font-weight: 400;
    margin-bottom: 0px;
}

.CellWithComment {
    position: relative;
}

.CellComment {
    display: none;
    position: absolute;
    z-index: 100;
    border: 1px;
    background-color: white;
    border-style: solid;
    border-width: 1px;
    background: #ffffff;
    box-shadow: 5px 5px 20px 10px rgba(23, 16, 62, 0.18);
    border-radius: 20px;
    padding: 20px;
    border: 1px solid #ffff;
    top: 41px;
    left: 133px;
    width: 335px;

    /*  height: 249px; */
}

.CellWithComment:hover div.CellComment {
    display: block;
}

.CellComment .list_item ul li img {
    height: 22px;
    width: 16px;
}

.CellComment .list_item ul li {
    font-size: 16px;
    line-height: 19px;
}

.CellComment .list_item ul li:nth-child(2) {
    font-size: 14px;
    line-height: 17px;
}

.CellComment_btn .lib_btn {
    width: 148px;
    padding: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.CellComment_btn .lib_btn:last-child {
    margin-right: 0px;
}

.CellComment_btn .lib_btn img {
    height: 25px;
    width: 25px;
}

.CellComment_btn_edit {
    display: flex;
    justify-content: center;
    margin-top: 17px;
}

.CellComment_btn_edit button {
    width: 305px;
    height: 35px;
}

.lib_btn_content {
    display: flex;
    align-items: center;
    justify-content: end;
}

.form-control-select {
    font-size: 14px;
    height: 32px;
}

.btn-group-select {
    border: 1px solid #dddddd;
    width: 100%;
}

.btn-group-select .input-group-text {
    background: #fff;
    border: none;
}

.btn-group-select select {
    border: none;
    width: 85%;
    color: #1a356a;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    font-family: "Lato", sans-serif;
}

.input-group-text {
    height: 32px;
}

.admin_list_item ul li {
    display: flex;
    align-items: flex-start;
    list-style-type: none;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 12px;
    color: #1a356a;
    font-family: "Lato", sans-serif;
    font-weight: 400;
}

.admin_list_item ul li:last-child {
    margin-bottom: 0px;
}

.admin_list_item ul li img {
    height: 20px;
    width: 20px;
    margin-right: 8px;
}

.remarks_list {
    margin-top: 12px;
}

#search-bar {
    /* width: 300px; */
    border-style: solid;
    border-width: 1px;
    border-color: white;
    background: #ffffff;
    box-shadow: 0px 10px 12px rgba(23, 16, 62, 0.06);
    border-radius: 15px;
    height: 40px;
    background-image: url(../images/search.svg);
    background-position: 10px center;
    background-repeat: no-repeat;
    padding-left: 40px;
    font-size: 16px;
    line-height: 19px;
    color: #1a356a;
    font-family: "Lato", sans-serif;
    font-weight: 500;
}

#search-bar::placeholder {
    color: #aaaaaa;
}

/*drop-bar*/
#drop-bar {
    /* width: 300px; */
    border-style: solid;
    border-width: 1px;
    border-color: white;
    background: #ffffff;
    box-shadow: 0px 10px 12px rgba(23, 16, 62, 0.06);
    border-radius: 15px;
    height: 40px;
    background-image: url(../images/pipe.svg);
    background-position: 10px center;
    background-repeat: no-repeat;
    padding-left: 40px;
    font-size: 16px;
    line-height: 19px;
    color: #1a356a;
    font-family: "LatoMedium";
    font-weight: 400;
}

#drop-bar::placeholder {
    color: #aaaaaa;
}

.admin_total_card {
    padding: 0px 15px 0px 30px;
}

.admin_total {
    border-left: 2px solid #aebcd7;
    display: flex;
    text-align: center;
}

.admin_total .task_card_header {
    margin-left: 40px;
}

.social_total {
    border-left: 2px solid #fff;
}

.modal-header .admin_modal_header {
    padding: 10px 0px;
}

.admin_title h5 {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #1a356a;
    font-family: "Lato", sans-serif;
    margin-top: 15px;
}

.studio_drp::before {
    content: "";
    position: absolute;
    transition: all 0.3s;
    top: 15px;
    background-image: url(../images/notebad.svg);
    background-repeat: no-repeat;
    background-size: auto;
    display: block;
    width: 25px;
    height: 16px;
    border: none;
    left: 15px;
}

/* .studio_drp::after {
    content: "";
    position: absolute;
    transition: all 0.3s;
    top: 49px;
    right: 0px;
    background-image: url(../images/chevron_down.svg);
    background-repeat: no-repeat;
    background-size: auto;
    display: block;
    width: 25px;
    height: 20px;
    border: none;
    right: 9px;
} */
.select_drp {
    position: relative;
}

.select_drp select + .has-error {
    position: absolute;
    top: 100%;
}

.select_drp select {
    border: 1px solid #dddddd;
    background: #ffffff;
    border-radius: 0px;
    padding: 12px;
    font-size: 16px;
    line-height: 19px;
    color: #1a356a;
    font-family: "Lato", sans-serif;
    padding-left: 37px;
}

.select_drp .datepicker {
    border: 1px solid #dddddd;
    background: #ffffff;
    border-radius: 0px;
    padding: 12px;
    font-size: 16px;
    line-height: 19px;
    color: #1a356a;
    font-family: "Lato", sans-serif;
    padding-left: 37px;
}

.select_drp .drp_img {
    position: absolute;
    top: 12px;
    left: 10px;
    z-index: 1;
    display: block;
    line-height: 1;
}

.drp_img img {
    height: 14px;
    width: 14px;
}

.select_drp .caret_img {
    position: absolute;
    top: 38px;
    right: 5px;
}

.caret_img img {
    height: 10px;
    width: 10px;
}

.select_drp select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    outline: none;
    position: relative;
    background: none;
    cursor: pointer;
    width: 100%;
}

.select_assign {
    padding: 9px 0px 5px 77px !important;
}

.select_assign .select_drp select {
    width: 175px;
}

.select_drp .datepicker {
    width: 100%;
}

.select_drp option:hover {
    background-color: red;
}

.admin_count {
    flex: 0 0 10.333%;
    width: 10.333%;
    text-align: center;
}

.social_count {
    flex: 0 0 15.333%;
    width: 10.333%;
    text-align: center;
}

.strategy_count {
    flex: 0 0 20.333%;
    width: 20.333%;
    text-align: center;
}

.member_count {
    flex: 0 0 36.333%;
    width: 26.333%;
    text-align: center;
}

.admin_count .admin_count_header {
    margin-bottom: 0px;
    color: #1a356a;
    text-align: center;
}

.admin_count_header h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    font-family: "NeurialBold";
    margin-bottom: 5px;
    color: #ffffff;
}

.admin_count_header p {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    font-family: "NeurialRegular";
    margin-bottom: 0px;
    color: #ffffff;
    display: flex;
    justify-content: center;
}

.studio_head h5 {
    color: #1a356a !important;
}

.studio_head p {
    color: #1a356a !important;
}

.vrline {
    border-right: 2px solid #aebcd7;
}

.mobile_header {
    display: none;
}

.edit_modal .modal-content .modal-header .header_btn:first-child {
    margin-left: 0px;
}

.schedule_task_drp .btn-group {
    width: 335px;
}

.dashboard_card {
    background: #577ab5;
    box-shadow: 0px 10px 12px 8px rgba(23, 16, 62, 0.06);
    border-radius: 20px;
    color: #ffffff;
    padding: 15px;
    margin-top: 20px;
}

.dashboard_title h1 {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    font-family: "NeurialRegular";
    margin-bottom: 0px;
}

.dashboard_close {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    font-family: "Lato", sans-serif;
}

.dashboard_close img {
    margin-right: 10px;
}

.profile_card {
    display: flex;
}

.profile_card_item {
    background: #ffffff;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    width: 128px;
    margin-right: 15px;
    margin-top: 12px;
}

.profile_card_item p {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    font-family: "Lato", sans-serif;
    color: #1a356a;
    margin-top: 14px;
    margin-bottom: 0px;
    text-decoration: none;
}

.dashboard_grid {
    padding: 0px 10px;
    margin: 20px 0px !important;
}

.dashboard_col {
    padding: 0px 10px !important;
    margin-top: 20px !important;
}

.dashboard_col .card_item {
    margin-top: 0px;
}

.dashboard_head p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    font-family: "NeurialRegular";
    color: #1a356a;
    margin-bottom: 0px;
    margin-left: 13px;
}

.dashboard_item {
    color: #1a356a;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    font-family: "Lato", sans-serif;
    justify-content: end;
    margin-top: 34px;
}

.dashboard_item span {
    margin: 0px 15px;
    color: #1a356a;
}

.studio_arrow {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    display: none;
    text-align: end;
}

.overlayout {
    height: calc(100% - 100px);
}

.layout_row {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-left {
    margin-left: 10px;
}

.create_card_item {
    background: #7e95c0;
}

.create_card_item p a {
    color: #fff !important;
}

.accordion_edit {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    font-family: "Lato", sans-serif;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.accordion_edit + .accordion_edit {
    margin-left: 20px;
}

.accordion_edit img,
.accordion_edit svg {
    margin-right: 10px;
}

.location_list ul {
    padding-left: 0px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.location_list ul li {
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: #1a356a;
    margin-bottom: 0px;
    list-style-type: none;
    margin-right: 15px;
    display: flex;
    align-items: center;
    padding: 3px 0;
}

.location_list ul li img,
.location_list ul li svg {
    margin-right: 10px;
}

.accodion_trachsheet {
    display: flex;
    justify-content: flex-end;
}

.accodion_trachsheet .accordion_edit:first-child {
    margin-right: 10px;
}

.strategy_listitem {
    border: 1px solid rgba(150, 161, 195, 0.2);
    padding: 10px;
    color: #1a356a;
}

.strategy_listitem ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

.strategy_listitem ul li {
    display: flex;
    align-items: center;
    list-style-type: none;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 20px;
    color: #1a356a;
    font-family: "Lato", sans-serif;
    font-weight: 400;
}

.strategy_listitem ul li:last-child {
    margin-bottom: 0px;
}

.strategy-label {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #1a356a;
    font-family: "Lato", sans-serif;
    margin-bottom: 10px;
    margin-top: 8px;
}

.msg_conten p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    font-family: "Lato", sans-serif;
}

.strategy-batch {
    display: inline-block;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.strategy-batch span {
    width: 80px;
    height: 22px;
    background: #eeeeee;
    border-radius: 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #1a356a;
    font-family: "Lato", sans-serif;
    padding: 5px 10px;
}

.follow_list ul {
    list-style: none;
    counter-reset: "item";
}

.follow_list ul li {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    width: 100%;
    margin-bottom: 12px;
}

.follow_list_item {
    display: flex;
    align-items: center;
    background: #96a1c3;
    border-radius: 10px;
    padding: 5px 16px;
}

.follow_list_item p {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    font-family: "Lato", sans-serif;
    margin-bottom: 0px;
    padding-left: 12px;
}

.follow_list ul li:before {
    margin-right: 10px;
    color: #1a356a;
    border-radius: 100%;
    width: 1.2em;
    text-align: center;
    display: inline-block;
}

.status-toggle-opt {
    background: #ffffff;
    border-radius: 15px;
    height: 40px;
    position: relative;
    z-index: 2;
    padding: 9px 0px 5px 0px;
    color: #1a356a;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    font-family: "Lato", sans-serif;
    display: inline-flex;
    align-items: center;
    width: 230px;
    box-shadow: 0px 10px 12px rgba(23, 16, 62, 0.06);
}

.status-toggle-opt .show {
    width: 230px !important;
    left: -2px !important;
}

.status-toggle::before {
    content: "Status  :";
    position: absolute;
    bottom: 7px;
    left: 0px;
    background-image: url(../images/pipe.svg);
    background-repeat: no-repeat;
    background-position: 13px 5px;
    padding-left: 36px;
    left: 2px;
}

.status-toggle::after {
    content: "";
    position: absolute;
    transition: all 0.3s;
    top: 15px !important;
    right: -4px;
    background-image: url(../images/chevron_down.svg);
    background-repeat: no-repeat;
    background-size: auto;
    display: block;
    width: 25px;
    height: 20px;
    border: none;
}

.status-toggle:focus {
    box-shadow: 0px 10px 12px rgb(23 16 62 / 6%) !important;
}

.select_option {
    background: #ffffff;
    border-radius: 15px;
    height: 40px;
    position: relative;
    z-index: 2;
    padding: 5px 20px 5px 112px;
    color: #1a356a;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    font-family: "Lato", sans-serif;
    display: flex;
    align-items: center;
}

.select_option::before {
    content: "Status  :";
    position: absolute;
    bottom: 12px;
    left: 0px;
    background-image: url(../images/notebad_blue.svg);
    background-repeat: no-repeat;
    background-position: 12px 0;
    padding-left: 36px;
    left: 2px;
    line-height: 1;
}

/* .select_option::after {
    content: "";
    position: absolute;
    transition: all 0.3s;
    top: 15px !important;
    right: -4px;
    background-image: url(../images/chevron_down.svg);
    background-repeat: no-repeat;
    background-size: auto;
    display: block;
    width: 25px;
    height: 20px;
    border: none;
} */
.select_option select {
    border: none;
    background: none;
}

.select_option select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: "";
    outline: none;
    padding: 0 30px 0 0px;
}

/* select {
	width: 250px;
  } */

option {
    width: 400px;
}

.card_label {
    margin-bottom: 5px;
}

.daily_btn {
    padding: 5px;
}

.daily_btn:last-child {
    margin-right: 0px;
}

.daily_btn:first {
    margin-right: 10px;
}

.tab_btn button.active:hover {
    color: #fff;
}

.modal_col_1 {
    width: 6.333333% !important;
}

.modal_col_11 {
    width: 92.666667% !important;
}

.modal_btn_save button {
    padding: 5px 20px;
}

.modal_btn_save {
    display: flex;
    justify-content: flex-end;
}

.modal_btn_save button:nth-child(2) {
    margin-right: 0px;
}

.modal_header_btn {
    float: right;
}

.add-more-studio {
    padding: 5px 20px;
}

.stuio-remove-btn button {
    padding: 5px 20px;
    margin-top: 0px !important;
    height: 35px;
}

.one_btn {
    margin-right: 0px;
}

.remove_drp select {
    width: 375px;
}

.stuio-remove-btn {
    display: flex;
}

.remove_drp {
    display: block;
    position: relative;
}

.remove_drp .drp_img {
    background-image: url("../images/notebad.svg");
    position: absolute;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat, repeat;
    top: 13px;
    left: 18px;
}

.report_drp {
    display: block;
    position: relative;
}

.report_drp .drp_img {
    background-image: url("../images/notebad.svg");
    position: absolute;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat, repeat;
    top: 13px;
    left: 10px;
}

.calender_drp {
    display: block;
    position: relative;
}

.calender_drp .cal_img {
    background-image: url("../images/calender_black.svg");
    position: absolute;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat, repeat;
    top: 13px;
    left: 10px;
}

.calender_drp .caret_img {
    background-image: url("../images/chevron_down.svg");
    position: absolute;
    height: 6px;
    width: 10px;
    background-repeat: no-repeat, repeat;
    top: 19px;
    cursor: pointer;
}

.view_text a {
    color: red;
    text-transform: capitalize;
}

.datepicker-cal {
    background: #ffffff;
    box-shadow: 0px 10px 12px rgba(23, 16, 62, 0.06);
    border-radius: 15px;
    margin-right: 10px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    width: 190px;
    height: 40px;
}

.datepicker-cal picture {
    display: block;
    line-height: 1;
}

.datepicker-cal .datepicker {
    border: none;
    background: transparent;
}

.datepicker-cal input {
    width: 118px;
}

.datepicker-cal input:focus {
    border: none !important;
}

.calendericons {
    margin-right: 10px;
    height: 17px;
    width: 15px;
}

.chevronricons {
    margin-left: 10px;
    height: 10px;
    width: 10px;
    float: right;
}

.datepickertext {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #1a356a;
    font-family: "Lato", sans-serif;
    width: 200px;
    margin-top: 0;
}

.editradio-toolbar {
    margin-top: 10px;
    background: #ffffff;
    border-radius: 15px;
    display: flex;
    box-shadow: 0px 10px 12px 8px rgba(23, 16, 62, 0.06);
    justify-content: center;
}

.editradio-toolbar input[type="radio"] {
    display: none;
}

.editradio-toolbar label {
    display: inline-block;
    background-color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    cursor: pointer;
    color: #6d79a4;
    font-family: "Lato", sans-serif;
    margin: 5px;
    padding: 7px 20px;
    text-align: center;
}

.editradio-toolbar input[type="radio"]:checked + label {
    background-color: #1a356a;
    border-radius: 10px;
    color: #fff;
}

.form-floating > .form-control,
.form-floating > .form-select {
    height: calc(2.5rem + 2px) !important;
}

.floating-text {
    font-weight: 500;
    font-size: 11px;
    line-height: 12px;
    color: #aaaaaa;
    font-family: "Lato", sans-serif;
    height: 0px !important;
}

.mark_btn {
    background: #577ab5;
    border-radius: 15px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    font-family: "NeurialMedium";
    padding: 5px 8px;
    border: 1px solid #eeeeee;
    float: right;
    margin-right: 10px;
    text-align: center;
    align-items: center;
}

.mark_btn img {
    padding-right: 10px;
}

.mark_btn:hover {
    color: #fff;
}

.mark_btn a {
    color: #fff;
}

.mark_btn a:hover {
    color: #fff;
}

.form-check-input {
    background-color: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    height: 20px !important;
    width: 20px !important;
    margin-right: 10px;
}

.form-check-input:checked {
    background-color: #1a356a !important;
    border-color: #1a356a !important;
}

.form-check-input[type="checkbox"] {
    border-radius: 0px !important;
}

.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 15px !important;
    padding-bottom: 0.625rem;
}

.form-floating > label {
    padding-top: 20px !important;
}

.lead-btn {
    background: #ffffff;
    border-radius: 15px;
    border: 2px solid #bbbbbb;
    color: #bbbbbb;
    padding: 5px 20px;
    margin-right: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    font-family: "NeurialRegular";
}

.status_btn img {
    padding-bottom: 5px;
    padding-right: 10px;
}

.lead-act-btn {
    background: #1a356a;
    border-radius: 15px;
    border: 1px solid #6d79a4;
    color: #ffffff;
    font-family: "NeurialRegular";
    padding: 5px 20px;
    margin-right: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
}

.select_drp_social select {
    width: 220px !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #bbbbbb;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 40px;
    height: 20px;
}

.toggle-slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.toggle-switch {
    margin-top: 8px;
}

.toggle-switch input:checked + .toggle-slider {
    background-color: #1a356a;
}

.toggle-switch input:focus + .toggle-slider {
    box-shadow: 0 0 1px #2196f3;
}

.toggle-switch input:checked + .toggle-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.toggle-slider.round {
    border-radius: 34px;
}

.toggle-slider.round:before {
    border-radius: 50%;
}

.toggle-switch p {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    font-family: "Lato", sans-serif;
    margin-bottom: 0px;
}

.link_btn {
    margin-left: 8px;
}

/* .view_btn {
    font-size: 12px !important;
    padding: 5px;
} */
.view_btn.daily_btn {
    font-size: 14px !important;
    padding: 5px 10px;
    white-space: nowrap;
}

.seq_no {
    font-weight: 700;
    font-size: 16px;
    padding-right: 10px;
    width: 32px !important;
}

.editcap_radio {
    display: flex;
}

.editcap_radio input[type="radio"] {
    display: none;
}

.editcap_radio label {
    display: inline-block;
    padding: 8px;
    opacity: 0.5;
    cursor: pointer;
}

.editcap_radio input[type="radio"]:checked + label {
    opacity: 1;
}

.lead_calender_drp {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.lead_calender_drp .drp_img {
    position: absolute;
    padding-left: 14px;
    padding-bottom: 5px;
}

.lead_calender_drp .cal_img {
    background-image: url(../images/calender_black.svg);
    position: absolute;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat, repeat;
    left: 10px;
    top: 15px;
}

.lead_calender_drp .caret_img {
    background-image: url(../images/chevron_down.svg);
    position: absolute;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat, repeat;
    top: 20px;
    right: 5px;
}

.lead_calender_drp .datepicker {
    padding-left: 37px !important;
    cursor: pointer;
}

.lead_calender_drp select {
    border: 1px solid #dddddd;
    border-radius: 0px;
    padding: 12px;
    font-size: 16px;
    line-height: 19px;
    color: #1a356a;
    font-family: "Lato", sans-serif;
    padding-left: 37px;
    text-indent: 1px;
    outline: none;
    position: relative;
    background: none;
    cursor: pointer;
    width: 232px;
}

.best_task_drp {
    border: 1px solid #dddddd;
}

.best_task_drp select {
    -webkit-appearance: none;
    appearance: none;
    background: #ffffff;
    border-radius: 0px;
    padding: 10px;
    font-size: 16px;
    line-height: 19px;
    color: #1a356a;
    font-family: "Lato", sans-serif;
    border: none;
    width: 217px;
}

/* .best_task_drp::after {
    content: "";
    position: absolute;
    transition: all 0.3s;
    top: 49px;
    right: 0px;
    background-image: url(../images/chevron_down.svg);
    background-repeat: no-repeat;
    background-size: auto;
    display: block;
    width: 25px;
    height: 20px;
    border: none;
    right: 2px;
} */
.view_btn img {
    padding-right: 3px !important;
    vertical-align: text-bottom;
}

.atsocial {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.atsocial img {
    position: absolute;
    padding-left: 15px;
    top: 15px;
}

.atsocial .atsocial_input {
    padding-left: 35px !important;
}

.overview_total:first-child {
    margin-left: 20px;
}

.overview_total {
    margin-left: 10px;
}

.vslogo p {
    color: #ffffff;
    font-size: 14px;
    border-left: 1.5px solid #e0ff9c;
    padding-left: 15px;
}

.vslogo .web_img {
    height: 73px;
    width: 333px;
}

.payment_drp {
    height: 43px;
    width: 70px;
}

.payment_mobilelabel select,
.payment_label select {
    border: 1px solid rgba(150, 161, 195, 0.2) !important;
    border-radius: 15px !important;
    background-color: #fff;
}

.usermodal_header {
    padding: 10px 0px;
    display: flex;
    align-items: center;
    width: 100%;
}

.usermodal-left {
    flex: 1;
    display: flex;
    justify-content: flex-start;
}

h5.modal-header-text {
    font-size: 16px;
    color: #fff;
}

.accordion-header-social {
    display: grid;
    grid-template-columns: 1fr max-content max-content;
    align-items: center;
}

.msg_btn {
    background: #eeeeee;
    border-radius: 15px;
    color: #1a356a;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    font-family: "NeurialMedium";
    padding: 5px 15px;
    border: 1px solid #eeeeee;
    float: right;
    margin-right: 10px;
    display: flex;
    text-align: center;
    align-items: center;
}

.msg_btn svg {
    margin-right: 10px;
}

.msg_btn:hover {
    color: #1a356a;
}

.msg_edit_btn {
    background: #eeeeee;
    border-radius: 15px;
    color: #1a356a;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    font-family: "NeurialMedium";
    padding: 5px 15px;
    border: 1px solid #eeeeee;
    float: right;
    display: flex;
    text-align: center;
    align-items: center;
    margin-right: 10px;
}

.msg_edit_btn img {
    padding-right: 10px;
}

.msg_edit_btn:hover {
    color: #1a356a;
}

.msg_btn_content {
    display: flex;
    align-items: center;
    justify-content: end;
}

.msg_btn:last-child {
    margin-right: 0px;
}

.toggle3 {
    display: block;
}

#more {
    display: block;
}

.msg_btn svg {
    fill: #17103e;
}

.mobile_create_btn svg {
    fill: #fff;
    margin-right: 10px;
}

.leade_header {
    display: flex;
    align-items: center;
}

.card_leade_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.theme-color {
    color: #1a356a !important;
}

.studio_head h5.vspotter-warning {
    color: #f79175 !important;
}

.rem_btn {
    padding: 7px 21px;
}

.sheet_head {
    justify-content: flex-end;
}

.sheet_head .edit_btn {
    margin-right: 0px;
}

.social_tr button {
    margin-right: 0px;
}

.popup-error-sucess {
    align-items: center;
}

.admin_location input {
    width: 100%;
    height: 40px;
}

.admin_location .remScnt {
    margin-left: 10px;
}

.status-toggle-opt .status-toggle {
    padding-left: 95px;
    text-align: left;
}

.account-header {
    background: #577ab5;
    box-shadow: 0px 7px 8.4px 5.6px rgb(23 16 62 / 6%);
    border-radius: 14px;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    font-family: "Lato", sans-serif;
    padding: 12px 15px;
}

.account-subheader {
    color: #ffffff;
    padding: 0px;
    border-color: #577ab5;
    background-color: #577ab5;
}

.account-item {
    background: rgba(150, 161, 195, 0.2);
    border-radius: 20px;
    padding: 22px 18px;
    margin: 10px 0px;
}

.account-subitem p {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    font-family: "Lato", sans-serif;
    margin-left: 17px;
    margin-bottom: 0px;
    color: #17103e;
}

.account-instaitem {
    background: #ffffff;
    border: 2px solid rgba(150, 161, 195, 0.2);
    border-radius: 20px;
    padding: 22px 18px;
    margin: 10px 0px;
}

.account-edit {
    margin-right: 0px;
}

.my_btn {
    background: none;
    border: none;
    padding: 0px;
}

.my_btn_end {
    position: relative;
}

/*************************Media query***************************/
@media (max-width: 360px) {
    .msg_edit_btn {
        padding: 5px 15px;
    }

    .msg_btn {
        padding: 5px 14px;
    }
}

@media (min-width: 361px) and (max-width: 480px) {
    .msg_edit_btn {
        padding: 5px 15px;
    }

    .msg_btn {
        padding: 5px 20px;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 1000px !important;
    }
}

@media (max-width: 641px) {
    .admin_count {
        flex: 0 0 20%;
        width: 20%;
    }

    .social_count {
        flex: 0 0 20%;
        width: 20% !important;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .banner {
        height: 100vh;
    }

    .banner .contents_card {
        padding: 0px !important;
    }

    .banner .contents_card .card_layout {
        width: 100%;
        margin: auto;
        position: fixed;
        bottom: 0px;
        border-radius: 50px 50px 0px 0px;
        /* min-height: 460px; */
        left: 0;
        right: 0;
    }

    .contents p {
        display: none;
    }

    .mobile_banner_far {
        filter: none;
        height: 100%;
        background: url(../images/BG3.svg) no-repeat;
        background-size: cover;
        width: 100%;
    }

    .mobile_banner {
        filter: none;
        height: 100%;
        background: url(../images/profile_BG.svg) no-repeat;
        background-size: contain !important;
        /* min-height: 812px; */
    }

    .mobile_banner_img {
        filter: drop-shadow(2px 4px 6px black);
        height: 100%;
        background: url(../images/mobile_banner1.png) no-repeat !important;
        background-size: contain !important;
        /* min-height: 812px; */
        padding-top: 0;
    }

    .mobile_banner .vslogo {
        padding-top: 20px;
    }

    .mobile_banner .vslogo .web_img {
        display: none;
    }

    .mobile_banner_far .vslogo .web_img {
        display: none;
    }

    .mobile_banner_far .mobile_content {
        margin: 37px 10px 0px 10px;
    }

    .mobile_banner .mobile_content {
        margin-top: 37px;
        margin-left: 20px;
    }

    .mobile_banner .mobile_content h1 {
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
        color: #fff;
        font-family: "NeurialBold";
        margin-bottom: 0px;
    }

    .mobile_banner .mobile_content p {
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        color: #fff;
        font-family: "NeurialRegular";
        margin-bottom: 20px;
    }

    /* .mobile_banner .carousel-contents {
        padding: 0px !important;
    } */
    .mobile_banner .carousel-contents .carousel-indicators {
        top: -26px;
        right: 0px;
        position: absolute !important;
        margin-left: 33px !important;
        margin-right: 0px !important;
        justify-content: start;
        margin-bottom: 10px;
    }

    .mobile_banner .carousel-contents .carousel-indicators .active {
        background-color: #1a356a;
    }

    .mobile_banner .card_layout {
        box-shadow: 0px 10px 12px 8px rgba(23, 16, 62, 0.06);
        border-radius: 20px;

        /* height: 622px; */
        height: calc(100% - 220px);
        /* min-height: 670px; */
        width: 370px;
        margin: 0px auto;
        margin-bottom: 20px;
        position: relative;
        z-index: 9999;
    }

    .mobile_banner_far .card_layout {
        background: transparent;
        width: 100%;
    }

    .mobile_banner_far .card_layout .far_body {
        padding: 260px 27px 30px 28px;
    }

    .card_body .form-group .form-input {
        width: 100%;
    }

    .card_body .profile-btn {
        /* 	position: fixed;
		bottom: 50px;
		width: 80%;
		min-width: 70%; */
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .card_body .invite_card .invite_inner_item .team-content p {
        padding-top: 5px;
    }

    .repeat_task_drp .btn-group .dropdown-toggle {
        width: 100% !important;
    }

    .box_innerlayout {
        padding: 10px 20px 20px 20px;
    }

    .task_card {
        background: #1a356a;
        box-shadow: 0px 10px 12px 8px rgba(23, 16, 62, 0.06);
        border-radius: 20px;
        width: 100%;
    }

    .web_header {
        display: none;
    }

    /* .lib_btn_content {
        padding-top: 10px;
    } */
    .admin_list_item,
    .list_item ul li:last-child {
        margin-bottom: 10px;
    }

    .body {
        padding-top: 0px;
        border-right: none;
    }

    .body {
        filter: none;

        /* height: 100%; */
        background: #fff;

        /* background-size: contain !important; */
        position: relative;
    }

    .mobile_view {
        position: absolute;

        /* top: 75px; */
    }

    /* .mobile_header{
		margin-top: 20px;
	} */
    .mobile_img {
        height: 25px;
        width: 25px;
    }

    .mobile_content h1 {
        font-weight: 400;
        font-size: 16px;
        line-height: 1;
        font-family: "Lato";
        margin-bottom: 0px;
        color: #ffffff;

        /* margin-left: 20px; */
    }

    .admin_count .admin_count_header {
        margin-bottom: 20px;
    }

    .mobile_header {
        padding: 0 20px 40px;
    }

    #search-bar {
        width: 100%;
    }

    .studio_arrow {
        display: block;
    }

    .task_card_wrap {
        display: block;

        /*  margin-top: 10px; */
        float: none;
    }

    .task_card_wrap .btn-group {
        margin-right: 0px;
    }

    .btn-group {
        width: 100%;
        margin-bottom: 10px;
    }

    .studio_btn {
        width: 100%;
    }

    .task_card_wrap .btn-group .dropdown-toggle {
        padding: 5px 100px 5px 19px;
    }

    .change_btn {
        width: 100%;
    }

    .list_item ul li:first-child {
        font-size: 14px;
    }

    .edit_modal .modal-content {
        padding: 10px;
    }

    /* .edit_modal .modal-content .modal-header .close {
		display: none;
	} */
    .edit_modal .modal-content .modal-header {
        padding: 10px;
    }

    .edit_modal .modal-content .modal-header .traning_img {
        height: 50px;
        width: 50px;
    }

    .edit_modal .modal-content .modal-header .header_btn {
        padding: 2px 10px;
        margin-top: 10px;
        font-size: 12px;
    }

    .mobile-btn {
        width: 100%;
    }

    .mobile-btn,
    .lib_btn,
    .edit_btn {
        width: 100%;
        justify-content: center;
        margin-top: 10px;
        margin-right: 0px;
    }

    .flex_item {
        display: block;
    }

    .select_drp {
        margin-bottom: 10px;
    }

    .lib_btn:nth-child(2) {
        margin-right: 0px;
    }

    .schedule_task_drp .btn-group {
        width: 100%;
    }

    .tab_btn .btn {
        padding: 5px;
    }

    .tab_content .tab_inner_content {
        display: block;
    }

    .tab_inner_content .tab_btn {
        margin-bottom: 10px;
        margin-right: 0px;
    }

    .tab_content .calender_btn {
        width: 100%;
        margin-left: 0px;
        margin-bottom: 10px;
    }

    .calender_btn .dropdown-toggle {
        width: 100%;
    }

    .task_btn .create_btn {
        align-self: flex-start;
    }

    .lib_btn_content {
        display: block;
    }

    .dashboard_grid {
        margin: 0px !important;
    }

    .profile_card {
        display: block;
    }

    .profile_card_item {
        width: 100%;
    }

    .card_body {
        padding: 20px;
    }

    .social_total {
        border-left: none;
    }

    .blad_count {
        margin-left: 0px !important;
    }

    .task_card {
        color: #fff;
    }

    .task_card_title {
        color: #fff;
    }

    .mobile_wrap {
        display: none;
    }

    /* .right-side-menu {
        display: none;
    } */
    .dashboard_card {
        display: none;
    }

    .dashboard_head p {
        font-size: 16px;
        line-height: 19px;
        font-family: "Lato", sans-serif;
    }

    /* .dashboard_content{
		padding-top: 10px;
	} */
    .admin_total {
        border-left: none;
        justify-content: center;
    }

    

    /* .task_card_header p {
        display: none;
    } */
    .modal_btn {
        display: block;
    }

    .modal_btn button {
        width: 100%;
        margin-bottom: 8px;
    }

    .select_drp select {
        width: 100%;
    }

    .select_drp .datepicker {
        width: 100%;
    }

    .repeat_task_drp select {
        width: 100%;
    }

    .repeat_task_drp {
        margin-bottom: 10px;
    }

    .admin_input {
        margin-bottom: 10px;
    }

    /* .task_card_header p {
        display: none;
    } */
    .modal_col_1 {
        width: 25% !important;
    }

    .modal_col_11 {
        width: 75% !important;
    }

    .modal_header_btn {
        float: unset;
    }

    .tab_btn_left {
        width: 100%;
        text-align: center;
        display: block;
        /* margin-bottom: 10px; */
    }

    .tab_btn_right {
        width: 100%;
        display: none;
    }

    .datepicker-cal {
        background: #96a1c3;
        box-shadow: 0px 10px 12px 8px rgb(23 16 62 / 6%);
        border-radius: 15px;
        color: #ffffff;
        margin-right: 0px;
        width: 100%;
    }

    .mobile_btn {
        display: none !important;
    }

    .datepickertext {
        color: #ffffff;
    }

    .datepicker-cal input {
        color: #ffffff;
        width: 170px;
        outline: none;
    }

    .datepicker-cal input[type="text"] {
        color: #ffffff;
    }

    .datepicker-cal input[type="text"]:focus {
        background-color: #96a1c3 !important;
        color: #ffffff !important;
    }

    .mobilesearch-bar-form {
        margin-top: 10px;
    }

    .logincard_body .form-group .form-input {
        width: 100%;
    }

    .login-btn {
        width: 100%;
    }

    .sociallayoutlogin {
        margin-top: 0px !important;
    }

    .overview_total:first-child {
        margin-left: 0px;
    }

    .vslogo .web_img {
        height: 33px;
        width: 146px;
    }

    .vslogo {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 0;
    }

    .payment_drp {
        width: 100%;
    }

    .chevronricons {
        margin-left: 85px;
    }

    .rem_btn {
        margin-top: 5px;
    }

    .common-modal .lib_btn,
    .common-modal .edit_btn {
        margin-top: 0px;
    }

    .accordion_edit span {
        display: none;
    }

    .accordion_edit img {
        padding: 0 0px 0px 10px;
    }

    .msg_btn {
        background: #1a356a;
        color: #ffffff;
        border: 1px solid #1a356a;
    }

    .msg_btn:hover {
        color: #fff;
    }

    .msg_btn_content {
        justify-content: space-between;
    }

    .msg_btn svg {
        fill: #fff !important;
        stroke: #fff;
    }

    .lead-edit-mbl {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    #search_date::placeholder {
        color: #fff;
    }

    .strategy_listitem {
        border: none;
    }

    .toggle_icons {
        display: flex;
        align-items: center;
    }

    .toggle_icons .boxArrow {
        margin-right: 10px;
    }

    .follow_content {
        display: none;
    }

    .task_btn .mobile_create_btn {
        position: absolute;
        top: 130px;
        left: 120px;
        background: #fff;
        border: 1px solid #fff;
        color: #1a356a;
        padding: 5px 10px;
        height: 23px;
        width: auto;
    }

    .mobile_create_btn svg {
        fill: #1a356a;
    }

    .leade_header {
        align-items: flex-start;
    }

    .status-toggle-opt {
        background: #96a1c3;
        box-shadow: 0px 10px 12px 8px rgb(23 16 62 / 6%);
        border-radius: 15px;
        margin-right: 0px;
        width: 100%;
    }

    .status-toggle {
        color: #ffffff !important;
    }

    .status-toggle::before {
        color: #ffffff;
    }

    .search-bar-form {
        align-items: center;
        width: 100%;
    }

    .status-toggle::before {
        background-image: url(../images/pipe_white.svg);
    }

    .status-toggle::after {
        background-image: url(../images/chevron_down_white_sm.svg);
    }

    .toggle3 {
        display: none;
    }

    #more {
        display: none;
    }

    .lib_btn_content .lib_btn {
        margin-bottom: 10px;
    }

    .best_task_drp::after {
        top: 290px;
    }

    .lead_calender_drp .caret_img {
        left: 308px;
    }

    .follow_list_item {
        padding: 5px;
    }

    .follow_list_item p {
        min-width: 100% !important;
        padding-left: 5px;
    }

    .follow_list ul li {
        width: 100%;
    }

    .lead-act-btn {
        padding: 5px;
    }

    .lead-btn {
        padding: 5px 6px;
    }

    .lead-btn:last-child {
        margin-right: 0px;
    }

    .status_btn img {
        padding-right: 5px;
    }

    .sheet_head .msg_edit_btn {
        margin-bottom: 10px;
    }

    .account-edit {
        margin-left: 10px;
    }

    .account-item {
        padding: 15px;
    }

    .my_btn_end {
        position: relative;
    }

    .plus_btn {
        position: absolute;
        bottom: 7px;
        right: 1px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .mobile_banner .vslogo .mobile_img {
        display: none;
    }

    .mobile_banner .mobile_content {
        display: none;
    }

    .mobile_banner_far .vslogo .web_img {
        display: none;
    }

    .lib_btn_content {
        padding-top: 10px;
    }

    .list_item ul li:last-child {
        margin-bottom: 10px;
    }

    .studio_show button {
        margin-bottom: 10px;
    }

    .card_layout {
        width: 290px;
    }

    .logincard_body {
        padding: 30px;
    }

    .vslogo {
        padding-left: 20px;
        padding-right: 20px;
    }

    .nav_link {
        padding: 4px 15px 4px 20px;
    }
}

@media (min-width: 992px) {
    .mobile_banner .mobile_content h1 {
        display: none;
    }

    .mobile_banner .mobile_content p {
        display: none;
    }

    .mobile_banner .vslogo .mobile_img {
        display: none;
    }

    .mobile_banner .mobile_content {
        display: none;
    }

    .admin_input {
        padding-right: 0px !important;
    }

    .repeat_left {
        padding-right: 5px !important;
    }

    .repeat_right {
        padding-left: 5px !important;
    }

    .repeat_both {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

    .form-floating > .form-control,
    .form-floating > .form-select {
        height: calc(2.5rem + 2px) !important;
    }

    .floating-text {
        font-weight: 500;
        font-size: 11px;
        line-height: 12px;
        color: #aaaaaa;
        font-family: "Lato", sans-serif;
        height: 0px !important;
    }

    .text-danger {
        display: block;
    }

    .toggle_icons .boxArrow {
        display: none;
    }

    #myBtn {
        display: none;
    }

    .card_leade_header img {
        display: flex;
        justify-content: flex-end;
        height: 20px;
        width: 20px;
    }

    .see-more {
        display: none;
    }

    .card_leade_header img {
        display: none;
    }
}

.theme-color {
    color: #1a356a;
}

.studio_head h5.vspotter-warning {
    color: #f79175 !important;
}

@media (min-width: 992px) {
    .banner .vslogo {
        position: absolute;
    }

    .banner .overlayout {
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

.business-details form {
    margin: 0;
}

@media (max-width: 767px) {
    .task_card_header .task_btn .create_btn {
        background-color: #fff;
        color: #1a356a;
        height: 25px;
        line-height: 25px;
    }

    .task_card_header .task_btn .create_btn svg {
        width: 12px;
    }

    .create_btn img {
        width: 17px;
    }

    .task_card_header .task_btn .create_btn a {
        color: #1a356a;
    }

    #assigned-user-search-form .select_option {
        background: #96a1c3;
        box-shadow: 0px 10px 12px 8px rgb(23 16 62 / 6%);
        height: 40px;
        color: #ffffff;
        padding: 5px 0 5px 112px;
    }

    #assigned-user-search-form .select_option::before {
        bottom: 10px;
        background-image: url(../images/notebad_white.svg);
        padding-left: 44px;
    }

    #assigned-user-search-form .select_option::after {
        right: 2px;
        top: 18px !important;
        background-image: url(../images/chevron_down_white_sm.svg);
    }

    #assigned-user-search-form .select_option select {
        color: #fff;
        width: 100%;
    }

    #assigned-user-search-form .select_option select option {
        color: #000;
    }

    .ui-widget.ui-widget-content {
        z-index: 99999 !important;
    }
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.btn-checkbox {
    background: #ffffff;
    box-shadow: 0px 10px 12px 8px rgba(23, 16, 62, 0.06);
    border-radius: 20px;
    line-height: 49px;
    padding: 0 15px;
    color: #17103e;
    font-weight: 400;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
}

.btn-check:checked + .btn-checkbox {
    background: #6d79a4;
    color: #fff;
}

.repeat-heading {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
}

.repeat-text {
    color: #6d79a4;
}

.repeat-text strong {
    font-weight: 700;
}

.repeat-block {
    display: none;
}

@media (min-width: 992px) and (max-width: 1280px) {
    .task_card_wrap .btn-group {
        margin-right: 5px;
    }

    .msg_btn {
        padding: 5px 10px;
    }

    .box_innerlayout {
        padding: 15px 14px 15px 70px;
    }

    .overview_total {
        margin-left: 10px;
    }

    .btn-group {
        margin-right: 10px;
    }
}

.ui-datepicker {
    border: 1px solid #dddddd !important;
    border-radius: 0 !important;
}

.ui-datepicker .ui-datepicker-header {
    background: none !important;
    border: 0 !important;
}

.ui-datepicker .ui-datepicker-title,
.ui-datepicker th {
    color: #1a356a;
    font-family: "Lato", sans-serif;
}

.ui-datepicker td {
    font-family: "Lato", sans-serif;
}

.ui-datepicker td span,
.ui-datepicker td a {
    text-align: center !important;
    border: 0 !important;
    width: 28px !important;
    height: 28px !important;
    border-radius: 50% !important;
    background: none !important;
}

.ui-datepicker td span.ui-state-default,
.ui-datepicker td a.ui-state-default {
    color: #1a356a !important;
    font-weight: 500;
}

.ui-datepicker td span.ui-state-default.ui-state-highlight,
.ui-datepicker td span.ui-state-default.ui-state-active,
.ui-datepicker td a.ui-state-default.ui-state-highlight,
.ui-datepicker td a.ui-state-default.ui-state-active {
    color: #1a356a !important;
    background: #e0ff9c !important;
    font-weight: 700;
}

.ui-datepicker .ui-datepicker-header > a {
    background: none !important;
    border: 0 !important;
}

.ui-datepicker .ui-datepicker-header > a.ui-datepicker-prev {
    top: 2px !important;
    left: 2px !important;
}

.ui-datepicker .ui-datepicker-header > a.ui-datepicker-next {
    top: 2px !important;
    right: 2px !important;
}

.ui-datepicker .ui-datepicker-header .ui-icon.ui-icon-circle-triangle-w {
    background: url("../images/icon-next.svg") no-repeat center;
    transform: rotate(180deg);
}

.ui-datepicker .ui-datepicker-header .ui-icon.ui-icon-circle-triangle-e {
    background: url("../images/icon-next.svg") no-repeat center;
}

ul.pagination .page-item:not(.disabled) .page-link {
    color: #577ab5;
}

ul.pagination .page-item.active .page-link {
    background-color: #577ab5;
    border-color: #577ab5;
    color: #fff;
}

.bootstrap-select .btn.dropdown-toggle {
    border: 1px solid #dddddd !important;
    background: #ffffff !important;
    border-radius: 0px !important;
    color: #1a356a !important;
    font-family: "Lato", sans-serif !important;
    outline: 0 !important;
    padding: 10px 5px;
    padding-left: 37px;
}

.bootstrap-select .btn.dropdown-toggle.bs-placeholder {
    color: #aaaaaa !important;
}

.btn-group .bootstrap-select .btn.dropdown-toggle {
    border: 0 !important;
    padding: 0 5px !important;
    height: auto !important;
}

.task_card_wrap .btn-group .bootstrap-select .dropdown-toggle::before {
    display: none;
}

.bootstrap-select {
    width: 100% !important;
}

.bootstrap-select .dropdown-item {
    color: #1a356a;
}

.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
    background-color: #e0ff9c;
    color: #1a356a;
}

.bootstrap-select > .dropdown-toggle:after,
.bootstrap-select.dropup > .dropdown-toggle:after {
    border: 0;
    min-width: 15px;
    height: 6px;
    background: url(../images/chevron_down.svg) no-repeat right center;
    margin: 0;
    line-height: 1;
    display: block;
}

.dropdown.bootstrap-select.select-studio .has-error {
    position: absolute;
    bottom: -17px;
}

.list_item.task-meta ul li {
    white-space: nowrap;
}

.list_item.task-meta ul li:first-child {
    font-size: 14px;
    line-height: 17px;
}

.business-list-item {
    display: flex;
    align-items: center;
    padding: 15px;
}

.business-list-item .business-logo {
    width: 40px;
    height: 40px;
    background-color: #fff;
}

.business-list-item .businesss-name-address {
    width: 100%;
    margin-left: 15px;
    margin-right: 20px;
}

.business-list-item .businesss-name-address h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    margin: 0;
}

.business-list-item .businesss-name-address p {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    margin: 0;
}

.modal#confirm-modal {
    z-index: 99999;
}

.btn-theme {
    background: #1a356a;
    border: 1px solid #1a356a;
    border-radius: 15px;
    outline: 0;
    line-height: 38px;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    font-size: 14px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    align-self: center;
}

.btn-theme.brand {
    background: #577ab5;
    border: 1px solid #577ab5;
    color: #fff;
    box-shadow: 0px 10px 12px rgba(23, 16, 62, 0.06);
}

.btn-theme.dark {
    background: #1a356a;
    border: 1px solid #1a356a;
    color: #fff;
    box-shadow: 0px 10px 12px rgba(23, 16, 62, 0.06);
}

.btn-theme.dark svg path,
.btn-theme.brand svg path {
    fill: #fff;
    stroke: #fff;
}

.btn-theme.light {
    background: #eeeeee;
    border: 1px solid #eeeeee;
    color: #1a356a;
}

.btn-theme.white {
    background: #ffff;
    border: 1px solid #fff;
    color: #1a356a;
}

.btn-theme.yellow {
    background: #e0ff9c;
    border: 1px solid #e0ff9c;
    color: #1a356a;
}

.btn-theme.light svg path,
.btn-theme.white svg path,
.btn-theme.yellow svg path {
    fill: #1a356a;
    stroke: #1a356a;
}

.btn-small {
    line-height: 33px;
}

.btn-extrasmall {
    line-height: 24px;
}

.btn-theme > img,
.btn-theme > svg {
    margin-right: 10px;
}

svg.no-fill path {
    fill: none !important;
}

svg.no-stroke path {
    stroke: none !important;
}

@media (min-width: 768px) {
    .btn-theme.btn-md-light {
        background: #eeeeee;
        border: 1px solid #eeeeee;
        color: #1a356a;
        box-shadow: none;
    }

    .btn-theme.btn-md-light svg path {
        fill: #1a356a;
        stroke: #1a356a;
    }

    .btn-theme.btn-md-dark {
        background: #1a356a;
        border: 1px solid #1a356a;
        color: #fff;
        box-shadow: 0px 10px 12px rgba(23, 16, 62, 0.06);
    }

    .btn-theme.btn-md-dark svg path {
        fill: #fff;
        stroke: #fff;
    }
}

svg.no-stroke > path {
    stroke: none !important;
}

.btn-theme.icon-rotate > svg {
    transform: rotate(180deg);
}

.btn-theme:disabled {
    opacity: 1;
}

.btn-theme.link {
    background-color: transparent !important;
    color: #aaaaaa !important;
    border: 0 !important;
    padding: 10px;
}

.btn-theme.link svg path {
    fill: #aaaaaa;
    stroke: #aaaaaa;
}

.list-filtering {
    padding-top: 10px;
    position: relative;
}

/* .list-filtering > * + * {
    margin-top: 10px;
} */
@media (min-width: 767px) {
    .list-filtering > * + * {
        margin-top: 0;
        margin-left: 10px;
    }
}

.list-filtering .filter-tabs {
    background: #ffffff;
    border-radius: 15px;
    padding: 5px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    min-width: 320px;
    filter: drop-shadow(0px 10px 12px rgba(23, 16, 62, 0.06));
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .list-filtering .filter-tabs {
        width: 100%;
    }
}

.list-filtering .filter-tabs > a {
    width: 100%;
    padding: 8px 10px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #1a356a;
    white-space: nowrap;
    border-radius: 10px;
    text-align: center;
}

.list-filtering .filter-tabs > a.active {
    background-color: #1a356a;
    color: #fff;
    font-weight: 700;
}

.list-filtering .filter-tabs > a.red-flag.active {
    background-color: #f2685f;
}

.list-filtering .filter-tabs > a.orange-flag.active {
    background-color: #ec720f;
}

.list-filtering .filter-tabs > a.green-flag.active {
    background-color: #2fa878;
}

@media (max-width: 767px) {
    .list-filtering .filter-calendar-form {
        width: 100%;
    }
}

.list-filtering .filter-calendar {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .list-filtering .filter-calendar {
        max-width: 200px;
    }
}

.list-filtering .filter-calendar .filter-calendar-arrow {
    background: rgba(87, 122, 181, 0.6);
    width: 35px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    display: list-item;
    overflow: hidden;
}

.list-filtering .filter-calendar .filter-calendar-arrow svg {
    margin-top: -1px;
}

.list-filtering .filter-calendar .filter-calendar-arrow svg path {
    fill: #fff;
}

@media (min-width: 768px) {
    .list-filtering .filter-calendar .filter-calendar-arrow {
        background: rgba(174, 188, 215, 0.6);
        width: 25px;
    }

    .list-filtering .filter-calendar .filter-calendar-arrow svg path {
        fill: #1a356a;
    }
}

.list-filtering .filter-calendar .filter-calendar-arrow.prev-date {
    border-radius: 15px 0px 0px 15px;
}

.list-filtering .filter-calendar .filter-calendar-arrow.next-date {
    border-radius: 0px 15px 15px 0px;
}

.list-filtering .filter-calendar .form-control {
    border-radius: 0;
    border: 0 !important;
    outline: 0 !important;
    padding: 0 12px 0 42px;
    line-height: 40px;
    background: #aebcd7 url(../images/calender_white.svg) no-repeat left 17px
        center;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    box-shadow: 0px 10px 12px rgba(23, 16, 62, 0.06);
}

@media (min-width: 768px) {
    .list-filtering .filter-calendar .form-control {
        background: #fff url(../images/calendar_blue.svg) no-repeat left 17px
            center;
        color: #1a356a;
    }
}

.list-filtering .range-calendar-filter {
    margin-right: 10px;
    width: 100%;
    max-width: 335px;
    position: relative;
}

.list-filtering .range-calendar-filter .form-control {
    border-radius: 15px;
    border: 0 !important;
    outline: 0 !important;
    padding: 0 12px 0 42px;
    line-height: 40px;
    background: #fff url(../images/calendar_blue.svg) no-repeat left 17px center !important;
    color: #1a356a;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 16px;
    box-shadow: 0px 10px 12px rgba(23, 16, 62, 0.06);
}

.list-filtering .range-calendar-filter svg {
    position: absolute;
    top: 17px;
    right: 17px;
}

.list-filtering .filter-status {
    width: 100%;
    white-space: nowrap;
    background: #ffffff;
    box-shadow: 0px 10px 12px rgba(23, 16, 62, 0.06);
    border-radius: 15px;
    padding: 8px 15px;
    line-height: 1;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .list-filtering .filter-status {
        max-width: 230px;
    }
}

.list-filtering .filter-status .filter-status-label {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
}

.list-filtering .filter-status .filter-status-label svg {
    margin-right: 8px;
}

.list-filtering .filter-status .bootstrap-select .btn.dropdown-toggle {
    padding: 0;
    border: 0 !important;
    padding-left: 5px;
}

.list-filtering .filter-search {
    width: 100%;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .list-filtering .filter-search {
        max-width: 290px;
    }
}

.list-filtering .filter-search input {
    background: #ffffff url(../images/search.svg) no-repeat left 16px center;
    box-shadow: 0px 10px 12px rgba(23, 16, 62, 0.06) !important;
    border-radius: 15px;
    padding: 8px 12px;
    padding-left: 48px;
    border: 0 !important;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #1a356a;
}

.list-filtering .filter-search input::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    color: #aaaaaa;
}

.list-filtering .filter-search input::-moz-placeholder {
    font-weight: 400;
    font-size: 16px;
    color: #aaaaaa;
}

.list-filtering .filter-search input:-ms-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    color: #aaaaaa;
}

.list-filtering .filter-search input:-moz-placeholder {
    font-weight: 400;
    font-size: 16px;
    color: #aaaaaa;
}

.list-filtering .filter-search .btn-theme {
    border-radius: 0 15px 15px 0;
}

.list-filtering .upload-csv {
    margin-bottom: 10px;
}

.listing-data {
    background: #ffffff;
    box-shadow: 0px 10px 12px 8px rgba(23, 16, 62, 0.06);
    border-radius: 20px;
    padding: 15px;
    margin-bottom: 10px;
}

.listing-data.no-data {
    background: none;
    border-radius: 0;
    box-shadow: none;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}

.listing-data.no-data > p {
    color: #1a356a;
    font-weight: 400;
    font-size: 24px;
}

.listing-data h5 {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #1a356a;
    width: 100%;
}

@media (min-width: 992px) {
    .listing-data h5 {
        min-width: 180px;
        max-width: 180px;
        padding-right: 15px;
    }
}

.listing-data h5 p {
    font-weight: 400;
    margin: 10px 0 0;
    font-size: 14px;
}

.listing-data .listing-meta {
    width: 100%;
    font-family: "Lato", sans-serif;
    color: #1a356a;
}

.listing-data .listing-meta .task-description {
    word-break: break-all;
}

@media (min-width: 1200px) {
    .listing-data .listing-meta:not(.full-w) {
        max-width: 780px;
    }
}

.listing-data .listing-meta li + li {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .listing-data .listing-meta li + li {
        margin-top: 0px;
        margin-left: 15px;
    }
}

.listing-data .listing-meta ul + ul,
.listing-data .listing-meta li > div + div {
    margin-top: 10px;
}

.listing-data .listing-meta li > div {
    position: relative;
    padding-left: 28px;
    min-height: 24px;
}

@media (min-width: 1280px) {
    .listing-data .listing-meta li > div.data-pricing {
        width: 250px;
    }
}

.listing-data .listing-meta li > div > svg {
    width: 20px;
    height: 24px;
    position: absolute;
    left: 0;
}

@media (min-width: 768px) {
    .listing-data .listing-actions .btn-theme {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .listing-data .listing-actions .btn-theme + .btn-theme {
        margin-left: 10px;
    }
}

.listing-studio-info {
    width: 100%;
    max-width: 400px;
}

.listing-studio-info .studio-profile-logo {
    width: 70px;
    height: 70px;
    min-width: 70px;
    min-height: 70px;
    max-width: 70px;
    max-height: 70px;
    padding: 10px;
    border-radius: 50%;
    border: 3px solid #aebcd7;
    overflow: hidden;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.listing-studio-info .studio-profile-logo img {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    max-width: 50px;
    max-height: 50px;
    overflow: hidden;
    color: transparent;
}

.listing-studio-info .studio-title-address {
    width: 100%;
}

.listing-studio-info .studio-title-address h5,
.listing-studio-info .studio-title-address p {
    margin: 0;
}

.listing-studio-info .studio-title-address h5 {
    color: #1a356a;
    font-weight: 500;
    font-size: 17px;
}

.listing-studio-info .studio-title-address p {
    color: #1a356a;
    font-weight: 400;
    font-size: 12px;
}

.listing-studio-stats {
    width: 100%;
}

.listing-studio-stats .stats-numbers {
    border-left: 2px solid rgba(150, 161, 195, 0.2);
    margin-left: 40px;
    padding-left: 40px !important;
    display: flex;
    align-items: center;
    text-align: center;
    color: #1a356a;
}

.listing-studio-stats .stats-numbers > li {
    padding: 6px 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.listing-studio-stats .stats-numbers > li > span {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}

.listing-studio-stats .stats-numbers > li + li {
    margin-left: 18px;
}

/* .modal-header .listing-studio-info {
    max-width: 90%;
} */
.modal-header .listing-studio-info .studio-profile-logo {
    width: 70px;
    min-width: 70px;
    max-width: 70px;
    height: 70px;
    min-height: 70px;
    max-height: 70px;
    border: 0;
    padding: 10px;
    background-color: #fff;
}

.modal-actions .btn-theme + .btn-theme {
    margin-left: 10px;
}

body .modal {
    z-index: 99999;
}

body .modal-backdrop {
    z-index: 9999;
}

.modal .form-group {
    margin-bottom: 12px;
}

.modal .form-group label {
    color: #1a356a;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 4px;
}

.modal .form-group .form-control {
    border: 1px solid #dddddd;
    border-radius: 0;
    color: #1a356a;
    font-weight: 400;
    font-size: 16px;
}

.bootstrap-select .no-icon + .btn.dropdown-toggle {
    padding: 6px 5px;
    padding-left: 12px;
    color: #1a356a !important;
}

.bootstrap-select .h-42 + .btn.dropdown-toggle {
    padding: 8px 5px;
}

.bootstrap-select .text-dark + .btn.dropdown-toggle {
    color: #1a356a !important;
}

@media (min-width: 992px) {
    .history-logs .history-log-item > div + div {
        margin-left: 10px;
    }
}

.history-logs .history-log-item + .history-log-item {
    margin-top: 15px;
}

.history-logs .history-log-item .history-date {
    font-weight: 700;
    font-size: 16px;
    color: #17103e;
    min-width: 120px;
}

.history-logs .history-log-item .history-flag {
    font-weight: 700;
    font-size: 16px;
    color: #6d79a4;
    min-width: 110px;
}

.history-logs .history-log-item .history-content p {
    font-weight: 400;
    font-size: 16px;
    color: #17103e;
    margin: 0;
}

.history-logs .history-log-item .history-content p + p {
    margin-top: 10px;
}

.modal-backdrop {
    background: #96a1c3;
}

.color-red {
    color: #f79175;
}

.color-orange {
    color: #f79175;
}

.color-green {
    color: #2fa878;
}

.color-red-flag {
    color: #f12525;
}

.color-orange-flag {
    color: #ec720f;
}

body > .mCustomScrollBox .mCSB_scrollTools {
    right: 28px;
}

.modal-dialog-scrollable .modal-body > .mCustomScrollBox .mCSB_scrollTools,
.bootstrap-select
    > .dropdown-menu
    > .inner
    > .mCustomScrollBox
    .mCSB_scrollTools {
    right: -5px;
}

.modal-dialog-scrollable .modal-body .mCSB_inside > .mCSB_container,
.bootstrap-select > .dropdown-menu > .inner .mCSB_inside > .mCSB_container {
    margin-right: 10px !important;
}

body > .mCustomScrollBox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.modal-dialog-scrollable
    .modal-body
    > .mCustomScrollBox
    .mCSB_scrollTools
    .mCSB_dragger
    .mCSB_dragger_bar,
.bootstrap-select
    > .dropdown-menu
    > .inner
    > .mCustomScrollBox
    .mCSB_scrollTools
    .mCSB_dragger
    .mCSB_dragger_bar {
    background-color: #aebcd7 !important;
}

body > .mCustomScrollBox .mCSB_scrollTools .mCSB_draggerRail,
.modal-dialog-scrollable
    .modal-body
    > .mCustomScrollBox
    .mCSB_scrollTools
    .mCSB_draggerRail,
.bootstrap-select
    > .dropdown-menu
    > .inner
    > .mCustomScrollBox
    .mCSB_scrollTools
    .mCSB_draggerRail {
    display: none;
}

.listing-data + .custom-pagination {
    margin: 0;
}

.custom-pagination .pagination {
    flex-wrap: wrap;
}

.import-form label {
    font-weight: 700;
    font-size: 16px;
    color: #1a356a;
    margin-right: 10px;
}

.upload-input button.form-control {
    border-radius: 0;
    border: 1px solid #dddddd;
    color: #aaaaaa;
    font-weight: 400;
    font-size: 16px;
}

.upload-input button.form-control.hasvalue {
    background-color: #f5f5f5;
    color: #1a356a;
}

@media (min-width: 992px) {
    .upload-input button.form-control {
        min-width: 400px;
    }
}

.upload-input button svg {
    margin-right: 10px;
}

.dashboard-stats {
    background: #ffffff;
    border-radius: 20px;
    padding: 18px;
    margin-top: 20px;
}

.dashboard-stats.minh-200 {
    min-height: 220px;
}

.dashboard-stats a {
    line-height: 1;
}

.dashboard-stats h5 {
    margin: 0 0 0 13px;
    font-weight: 400;
    font-size: 20px;
    color: #1a356a;
}

.dashboard-stats-list li {
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #1a356a;
}

.dashboard-stats-list li + li {
    margin-left: 10px;
}

.dashboard-stats-list li span {
    font-weight: 400;
    font-size: 24px;
}

.dashboard-stats svg {
    max-width: 100%;
}

.user-management-list {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 20px;
}

.user-management-list-heading {
    background: #577ab5;
    border-radius: 20px 20px 0px 0px;
    padding: 15px;
}

.user-management-list-heading h5 {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    margin: 0 0 0 13px;
}

.user-management-list-body {
    padding: 15px;
}

.user-management-list-body li {
    color: #1a356a;
    font-weight: 400;
    font-size: 16px;
}

.user-management-list-body li + li {
    margin-top: 15px;
}

.user-management-list-body li span {
    font-weight: 800;
    font-size: 16px;
    min-width: 40px;
    display: inline-block;
}

.user-management-list-body .role-name {
    min-width: 200px;
}

.user-management-list-body .user-name {
    min-width: 250px;
}

@keyframes growProgressBar {
    0%,
    33% {
        --pgPercentage: 0;
    }

    100% {
        --pgPercentage: var(--value);
    }
}

@property --pgPercentage {
    syntax: "<number>";
    inherits: false;
    initial-value: 0;
}

/* div[role="progressbar"] {
    --size: 140px;
    --fg: #bbbbbb;
    --bg: rgba(150, 161, 195, 0.2);
    --pgPercentage: var(--value);
    animation: growProgressBar 3s 1 forwards;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: radial-gradient(
            closest-side,
            white 80%,
            transparent 0 99.9%,
            white 0
        ),
        conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
    font-family: Helvetica, Arial, sans-serif;
    font-size: calc(var(--size) / 5);
    color: var(--fg);
    margin-top: 15px;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    color: #1a356a;
    font-family: "Lato", sans-serif;
    text-align: center;
}

div[role="progressbar"].blue {
    --fg: #577ab5;
}

div[role="progressbar"].red {
    --fg: #f79175;
}

div[role="progressbar"] span {
    font-weight: 700;
    font-size: 24px;
    color: #1a356a;
} */

.profile-header {
    background: #577ab5;
    box-shadow: 0px 10px 12px rgba(23, 16, 62, 0.06);
    border-radius: 20px;
    padding: 15px;
    min-height: 100px;
    margin-bottom: 10px;
    position: relative;
}

.profile-header h5 {
    font-weight: 500;
    font-size: 20px;
    margin: 0;
    line-height: 1;
    color: #fff;
}

.profile-header .filter-search input {
    background: #ffffff url(../images/search.svg) no-repeat left 16px center;
    box-shadow: 0px 10px 12px rgba(23, 16, 62, 0.06) !important;
    border-radius: 15px;
    padding: 8px 12px;
    padding-left: 48px;
    border: 0 !important;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #1a356a;
}

.form-check.form-check-theme {
    min-height: 35px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #1a356a;
}

.form-check.form-check-theme .form-check-input {
    width: 35px !important;
    height: 35px !important;
    border-radius: 15px !important;
    background: #eeeeee;
    border: 0 !important;
    outline: 0 !important;
    margin-top: 0;
    box-shadow: none !important;
}

.form-check.form-check-theme .form-check-input:checked[type="checkbox"] {
    background: #96a1c3
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 11'%3e%3cpath fill='white' stroke='white' stroke-width='0.5' d='M4.99993 7.94651L2.37671 5.32329L2.19994 5.14651L2.02316 5.32329L1.08982 6.25662L0.913048 6.4334L1.08982 6.61017L4.82316 10.3435L4.99993 10.5203L5.17671 10.3435L13.1767 2.34351L13.3535 2.16673L13.1767 1.98996L12.2434 1.05662L12.0666 0.879845L11.8898 1.05662L4.99993 7.94651Z'/%3e%3c/svg%3e")
        no-repeat center !important;
    background-size: 15px !important;
}

.form-check.form-check-theme.theme-green
    .form-check-input:checked[type="checkbox"] {
    background-color: #7edbb4 !important;
}

.other-member-flag p {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 14px;
}

.payment-list-item {
    background: #ffffff;
    box-shadow: 0px 10px 12px 8px rgba(23, 16, 62, 0.06);
    border-radius: 20px;
    margin-bottom: 10px;
    padding: 8px;
    padding-left: 15px;
}

.payment-list-item label {
    font-weight: 400;
    font-size: 16px;
    color: #1a356a;
}

.payment-list-item .form-check-input[type="checkbox"] {
    box-shadow: none !important;
    border-color: #dddddd;
}

.payment-list-item .form-check-input:checked[type="checkbox"] {
    background: #577ab5
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 11'%3e%3cpath fill='white' stroke='white' stroke-width='0.5' d='M4.99993 7.94651L2.37671 5.32329L2.19994 5.14651L2.02316 5.32329L1.08982 6.25662L0.913048 6.4334L1.08982 6.61017L4.82316 10.3435L4.99993 10.5203L5.17671 10.3435L13.1767 2.34351L13.3535 2.16673L13.1767 1.98996L12.2434 1.05662L12.0666 0.879845L11.8898 1.05662L4.99993 7.94651Z'/%3e%3c/svg%3e")
        no-repeat center !important;
    background-size: 15px !important;
    border-color: #577ab5;
}

#myChart,
#revenueChart,
#usercommon {
    margin-top: 10px;
    height: 145px;
}

.donut-outer .canvas {
    height: 145px;
}

.donut-outer {
    position: relative;
    text-align: center;
    margin-top: 10px;
}

.donut-outer .donut-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    font-family: "Lato", sans-serif;
    color: #1a356a;
}

.donut-outer .donut-inner span {
    font-weight: 400;
    font-size: 24px;
    color: #1a356a;
    line-height: 29px;
    margin-bottom: 8px;
}

.logs-list-item .form-group {
    position: relative;
}

.logs-list-item .form-group span.has-error {
    position: absolute;
    bottom: -16px;
    left: 0;
}

.btn-group.status-toggle-opt .dropdown-item:hover {
    background: #e0ff9c;
    color: #1a356a;
}

.tab_content.disabled form,
.tab_content.disabled .tab_btn,
.tab_content.disabled .task_btn,
.task_btn .create_btn:disabled,
a.disable-help-link {
    opacity: 0.6;
    pointer-events: none;
}

.action-btns {
    display: flex;
    align-items: center;
    justify-content: end;
}

.action-btns .btn-theme + .btn-theme {
    margin-left: 10px;
}

.performance-data-list-item {
    margin-top: 10px;
}

.performance-data-list svg,
.performance-data-list img {
    margin: 0 24px;
}

.performance-data-list p {
    color: #1a356a;
}

.performance-data-list p strong {
    font-weight: 700;
}

.performance-data-list .form-control {
    max-width: 200px;
    border: 1px solid #dddddd;
    color: #1a356a;
    font-weight: 400;
    font-size: 16px;
    border-radius: 0;
}

.form-control.input-amount {
    text-align: right;
    /* background: #fff url("../images/usd.svg") no-repeat left 15px center; */
}

.form-control.input-percentage {
    background: #fff url("../images/percent.svg") no-repeat right 15px center;
}

.btn.btn-link {
    color: #577ab5;
    line-height: 1;
    text-decoration: none;
    vertical-align: top;
}

.btn.btn-link svg {
    margin-right: 5px;
}

input.data-icon[readonly] {
    background: #fff url(../images/calendar_blue.svg) no-repeat left 12px center;
    padding-left: 40px;
    min-width: 250px;
    border-radius: 0;
}

.member-list-footer{
    font-size: small;
    border-radius: 15px;
    min-width: 5rem;
    min-width: 6rem;
    padding: 10px;
    color: white;
    background: #1a356a;
}

@media (max-width: 991px) {
    .listing-actions {
        min-width: 100% !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .listing-studio-stats .stats-numbers {
        margin-left: 20px;
        padding-left: 20px !important;
    }
    .md_justify_content_start {
        justify-content: start;
        margin-left: 20px;
    }
    .tab_inner_content .tab_btn {
        display: inline;
    }
}

@media (min-width: 1200px) and (max-width: 1280px) {
    .listing-data .listing-meta li > div.data-pricing {
        width: 260px;
    }
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .list-filtering .filter-tabs {
        min-width: 260px;
    }

    .list-filtering .filter-search {
        max-width: 260px;
    }
}

@media (max-width: 767px) {
    .banner.mobile_banner {
        padding: 20px;
    }

    .banner.mobile_banner .vslogo {
        padding: 0;
    }

    .banner.mobile_banner .mobile_content {
        margin-left: 0;
        margin-top: 0px;
        padding-top: 30px;
    }

    .banner.mobile_banner .mobile_content h1 {
        margin: 0;
        line-height: 29px;
    }

    .banner.mobile_banner .mobile_content p {
        line-height: 24px;
    }

    .banner.mobile_banner .banner_layout .contents {
        display: none;
    }

    .banner.mobile_banner .carousel-contents .carousel {
        display: block;
    }

    .banner.mobile_banner .carousel-inner {
        overflow: visible;
    }

    .banner.mobile_banner .card_layout {
        width: 100%;
        height: 100%;
        box-shadow: 0px 10px 12px 8px rgba(23, 16, 62, 0.06);
    }

    .task_card .stats-numbers {
        margin-left: 0;
        padding-left: 0 !important;
        border: 0;
        width: 100%;
        justify-content: center;
    }

    .listing-studio-stats .stats-numbers {
        margin-left: 0;
        padding-left: 0px !important;
        border: 0;
        margin: 0 0 10px !important;
    }

    .user-management-list,
    .dashboard-stats {
        box-shadow: 0px 10px 12px 8px rgba(23, 16, 62, 0.06);
    }

    .has-sidebar .box_innerlayout {
        padding-right: 20px;
    }

    .dashboard-stats h5 {
        font-size: 16px;
    }

    .dashboard-stats-list li {
        font-size: 12px;
    }

    .dashboard-stats-list li span {
        font-size: 20px;
    }

    .list-filtering .filter-search input {
        width: 100%;
    }

    .action-btns {
        justify-content: space-between;
    }

    .user-management-list-body li span {
        display: block;
    }

    .has-sidebar.has-scrollbar .box_innerlayout {
        padding-right: 20px;
    }

    .listing-actions .btn-theme {
        margin: 5px 0;
        padding: 0 12px;
    }

    .mobile-w-100 {
        width: 100%;
    }

    .payment_mobilelabel {
        margin-top: 8px;
    }

    .vslogo,
    .mobile_banner_img {
        padding-top: 0;
    }
}

@media (min-width: 992px) {
    .mw-lg-260 {
        max-width: 260px;
    }
}

.filter-status .mCSB_inside > .mCSB_container {
    margin-right: 0 !important;
}

.studio_menu_list .mCSB_inside > .mCSB_container {
    margin-right: 10px !important;
}

body .filter-status .mCustomScrollBox .mCSB_scrollTools {
    right: 0;
}

body .studio_menu_list .mCustomScrollBox .mCSB_scrollTools {
    right: -5px;
}

.flagged-members .form-control[readonly] {
    background-color: #fff;
}

.logo-left {
    margin-right: 33px;
}

.select-task.active {
    background-color: #577ab5;
}

.select-task.active .list_item ul li {
    color: #fff;
}

.select-task.active .list_item ul li svg path {
    fill: white;
}

.dropdown.bootstrap-select .has-error {
    position: absolute;
    bottom: -20px;
}

.form_checkbox_layout .has-error {
    position: absolute;
    bottom: -20px;
    width: 300px;
    right: 0;
    display: block;
}

.datepicker-arrow {
    position: relative;
}

.datepicker-arrow svg {
    position: absolute;
    top: 40px;
    right: 17px;
}

.ui-datepicker td.ui-datepicker-current-day a.ui-state-default.ui-state-active {
    color: #1a356a !important;
    background: #eee !important;
}

@media (min-width: 768px) {
    .user-management-list-body {
        max-height: 200px;
    }
}

.donut-outer canvas {
    position: relative;
    z-index: 2;
}

@media (min-width: 768px) {
    .dataTables_wrapper {
        background-color: #fff;
        box-shadow: 0px 10px 12px 8px rgba(23, 16, 62, 0.06);
        border-radius: 20px;
    }
}

table.dataTable,
.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border: 0 !important;
}

table.dataTable thead th {
    font-family: "Lato", sans-serif;
    color: #aebcd7;
    font-weight: 700;
    font-size: 16px;
    padding: 5px 15px;
    white-space: nowrap;
}

table.dataTable tbody td {
    font-family: "Lato", sans-serif;
    color: #1a356a;
    font-weight: 400;
    font-size: 16px;
    padding: 5px 15px;
}

.dataTables_wrapper .mCSB_inside > .mCSB_container {
    margin-right: 0 !important;
}

body .dataTables_wrapper .mCustomScrollBox .mCSB_scrollTools {
    right: 0px;
}

body .dataTables_wrapper .mCSB_inside > .mCSB_container {
    overflow-x: auto;
}

table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting:after {
    content: "";
    background: url("../images/datatable-sort-top.svg") no-repeat center;
    background-size: contain;
    width: 8px;
    height: 8px;
    opacity: 1;
}

table.dataTable thead > tr > th.sorting:after {
    background: url("../images/datatable-sort-bottom.svg") no-repeat center;
}

table.dataTable thead > tr > th.sorting_asc:before {
    background: url("../images/datatable-sort-top-active.svg") no-repeat center;
}

table.dataTable thead > tr > th.sorting_desc:after {
    background: url("../images/datatable-sort-bottom-active.svg") no-repeat
        center;
}

a.backto-login {
    position: fixed;
    right: 30px;
    top: 10px;
    color: #fff !important;
    display: flex;
    align-items: center;
}

a.backto-login svg {
    margin-right: 10px;
}

.create_modal .comment_emoji[style*="display: none"] + span.has-error {
    position: absolute;
    bottom: -20px;
    display: block;
}

.form-group-icon {
    position: relative;
}

.form-group-icon > svg {
    position: absolute;
    left: 10px;
    z-index: 1;
    top: 38px;
}

.bootstrap-select > select.show-tick[multiple] ~ .dropdown-menu li,
.bootstrap-select > select.show-tick[single] ~ .dropdown-menu li {
    position: relative;
}

.bootstrap-select > select.show-tick[multiple] ~ .dropdown-menu li.selected,
.bootstrap-select > select.show-tick[single] ~ .dropdown-menu li.selected,
.bootstrap-select
    > select.show-tick[multiple]
    ~ .dropdown-menu
    li.selected:hover,
.bootstrap-select
    > select.show-tick[single]
    ~ .dropdown-menu
    li.selected:hover {
    background-color: #e0ff9c;
}

.bootstrap-select
    > select.show-tick[multiple]
    ~ .dropdown-menu
    li.dropdown-header {
    color: #1a356a;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
}

.bootstrap-select
    > select.show-tick[multiple]
    ~ .dropdown-menu
    li[class*="optgroup-"]:not(.dropdown-header) {
    margin-left: 20px;
}

.bootstrap-select
    > select.show-tick[multiple]
    ~ .dropdown-menu
    li:not(.dropdown-header, .dropdown-divider)
    a:before,
.bootstrap-select
    > select.show-tick[single]
    ~ .dropdown-menu
    li:not(.dropdown-header, .dropdown-divider)
    a:before {
    position: absolute;
    content: "";
    background: url(../images/checkbox-empty.svg) no-repeat center;
    width: 20px;
    height: 20px;
    left: 10px;
    top: 5px;
    z-index: 1;
}

.bootstrap-select
    > select.show-tick[multiple]
    ~ .dropdown-menu
    li:not(.dropdown-header, .dropdown-divider).selected
    a:before {
    background: url(../images/checkbox-filled.svg) no-repeat center;
}

.bootstrap-select
    > select.show-tick[single]
    ~ .dropdown-menu
    li:not(.dropdown-header, .dropdown-divider)
    a:before {
    background: url(../images/radio-empty.svg) no-repeat center;
}

.bootstrap-select
    > select.show-tick[single]
    ~ .dropdown-menu
    li.selected:not(.dropdown-header, .dropdown-divider)
    a:before {
    background: url(../images/radio-filled.svg) no-repeat center;
}

.bootstrap-select > select.show-tick[multiple] ~ .dropdown-menu li a,
.bootstrap-select > select.show-tick[single] ~ .dropdown-menu li a {
    padding-left: 37px;
}

.bootstrap-select
    > select.show-tick[multiple]
    ~ .dropdown-menu
    li
    a
    span.check-mark,
.bootstrap-select
    > select.show-tick[single]
    ~ .dropdown-menu
    li
    a
    span.check-mark {
    display: none;
}

.bootstrap-select
    > select.show-tick[multiple]
    ~ .dropdown-menu
    .bs-actionsbox
    .btn-group {
    display: flex;
    margin-right: 0;
}

span.multiselect-native-select {
    display: block;
}

span.multiselect-native-select .btn-group {
    margin-right: 0;
    display: block;
}

span.multiselect-native-select .btn-group > button {
    width: 100%;
    border: 1px solid #dddddd;
    background: #ffffff;
    display: block;
    text-align: left !important;
    color: #1a356a !important;
    font-family: "Lato", sans-serif !important;
    outline: 0 !important;
    padding: 10px 5px;
    padding-left: 37px;
}

span.multiselect-native-select .multiselect-container {
    width: 100%;
    max-height: 50vh;
    overflow: auto;
}

.multiselect-container .multiselect-group.dropdown-item .form-check-label {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #1a356a;
}

.multiselect-container .multiselect-option.dropdown-item .form-check-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #1a356a;
}

.multiselect-container .dropdown-item .form-check-input {
    border-color: #dddddd;
}

.multiselect-container .dropdown-item .form-check-input:checked {
    background-color: #577ab5 !important;
    border-color: #577ab5 !important;
}

.multiselect-container .multiselect-option.dropdown-item:hover {
    background-color: transparent !important;
}

.multiselect-container
    .multiselect-all.active:not(.multiselect-active-item-fallback),
.multiselect-container
    .multiselect-all:not(.multiselect-active-item-fallback):active,
.multiselect-container
    .multiselect-group.active:not(.multiselect-active-item-fallback),
.multiselect-container
    .multiselect-group:not(.multiselect-active-item-fallback):active,
.multiselect-container
    .multiselect-option.active:not(.multiselect-active-item-fallback),
.multiselect-container
    .multiselect-option:not(.multiselect-active-item-fallback):active {
    background-color: #e0ff9c !important;
}

@media (max-width: 767px) {
    .mobile-pos-bottom {
        position: fixed;
        bottom: 20px;
        left: 20px;
        right: 20px;
        z-index: 1;
    }

    .error-100 span.has-error {
        width: 100%;
        margin-left: 60px;
    }

    .mobile-header-bg {
        position: absolute;
        left: 0;
        right: 0;
        max-height: 110px;
        overflow: hidden;
    }

    .mobile-header-bg img {
        width: 100%;
    }

    .vrline {
        border: 0;
    }
}

@media (min-width: 576px) {
    .modal-dialog.message-modal .modal-content {
        width: auto;
        margin: 0 auto;
    }
}

@media (min-width: 992px) {
    #flagged-members-list .listing-studio-info,
    .social_tracking_list .listing-studio-info {
        max-width: 100%;
    }
}

.select2-container {
    z-index: 99999;
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #dddddd !important;
}

body
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #f5f5f5;
    border: 1px solid #dddddd;
    border-radius: 5px;
    color: #1a356a;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    padding-top: 2px;
    padding-bottom: 2px;
}

body
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    border-right: 0;
    top: 2px;
}

.popover-contentbox {
    display: none;
    position: fixed;
    background: #e8edf8;
    box-shadow: 0px 8px 15px rgba(26, 53, 106, 0.3);
    border-radius: 20px;
    max-width: 220px;
    padding: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #1a356a;
}

.popover-contentbox a {
    color: #1a356a !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}

.tooltip .tooltip-inner {
    background: #e0ff9c;
    box-shadow: 0px 8px 15px rgba(26, 53, 106, 0.3);
    border-radius: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #1a356a;
    padding: 7px 20px;
    opacity: 1;
}

.tooltip .tooltip-inner.bg-blue {
    background: #e8edf8;
    text-align: left;
    max-width: 300px;
}

.tooltip .tooltip-inner.mw-410.bg-blue {
    max-width: 410px;
}

.tooltip .tooltip-inner.mw-600.bg-blue {
    max-width: 600px;
}

body .tooltip.show {
    opacity: 1 !important;
}

/* Desktop styles (768px and above) */
@media (min-width: 768px) {
    .fixed-tooltip-position {
        left: 1155.22px !important;
        z-index: 10000 !important;
        top: 640px !important;
    }
}

#assigned-user-search ~ .dropdown-menu.show {
    left: auto !important;
    right: 0 !important;
}

.error-page {
    background: #577ab5;
    max-height: 100vh;
    overflow: hidden;
}

.error-page .error-vector {
    position: fixed;
    right: 0;
    bottom: 0;
    max-height: 75vh;
}

.error-content {
    padding: 50px 50px 0;
}

.error-content p {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 34px;
    line-height: 41px;
    color: #fff;
}

.error-content p.small {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}

.error-content .btn-home {
    background: #e0ff9c;
    border-radius: 15px;
    padding: 0 20px;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 35px;
    color: #1a356a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.error-content .btn-home svg {
    margin-right: 8px;
}

.daterangepicker .ranges li {
    color: #1a356a;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 16px !important;
}

.daterangepicker th {
    color: #1a356a;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 12px !important;
}

.daterangepicker .calendar-table th {
    color: #1a356a;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 12px !important;
}

.daterangepicker .calendar-table td {
    color: #1a356a;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 10px !important;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
    color: #bbbbbb;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    font-size: 10px !important;
}

body .daterangepicker .calendar-table th,
body .daterangepicker .calendar-table td {
    min-width: 24px;
    width: 24px;
    height: 24px;
}

body .daterangepicker td.active,
body .daterangepicker td.active:hover {
    background: #e0ff9c !important;
    color: #1a356a !important;
    border-radius: 50%;
}

body .daterangepicker td.in-range {
    background-color: #f3ffd7;
}

.godmode_btn {
    background: #f79175 !important;
    border: 1px solid #f79175 !important;
    border-radius: 15px;
}

.form-check.label-only {
    padding-left: 5px;
}

.form-check.label-only .form-check-input[type="checkbox"] {
    display: none;
}

.form-check.label-only .form-check-input[type="checkbox"] + .form-check-label {
    background-color: #fff;
    border: 1px solid #dddddd;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    font-weight: 500;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #bbbbbb;
    cursor: pointer;
}

.form-check.label-only
    .form-check-input:checked[type="checkbox"]
    + .form-check-label {
    background-color: #577ab5;
    border-color: #577ab5;
    color: #fff;
}

.show-password,
.show-passwords {
    cursor: pointer;
}

.admin_input {
    position: relative;
}

.admin_input .show-password,
.admin_input .show-passwords {
    position: absolute;
    right: 10px;
    top: 40px;
}

.text-theme {
    color: #1a356a;
}

.text-theme-yellow {
    color: #e0ff9c;
}

.additional-expense-item {
    display: flex;
    align-items: center;
    margin-top: 10px;
    position: relative;
}

.additional-expense-item .currency {
    position: absolute;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #1a356a;
    left: 240px;
}

.additional-expense-item .item-label {
    max-width: 216px;
    min-width: 216px;
    margin-right: 10px;
}

.additional-expense-item label.item-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #1a356a;
}

.additional-expense-item input.item-label {
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 0;
}

.additional-expense-item .input-price {
    background: #fff;
    /* background: #fff url(../images/dollar.svg) no-repeat left 16px center; */
    border: 1px solid #dddddd;
    border-radius: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    text-align: right;
    color: #1a356a;
    width: 115px;
    height: 40px;
    padding: 10px 15px;
    margin-right: 10px;
}

.additional-expense-item .input-price.bg-dark {
    background-color: rgba(150, 161, 195, 0.2) !important;
}

.additional-expense-item label.small {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #1a356a;
    position: absolute;
    top: -20px;
}

.additional-expense-item input.business-name,
.additional-expense-item .business-name .dropdown-toggle {
    max-width: 220px;
    min-width: 220px;
    height: 40px;
    background: #fff;
    border: 1px solid #dddddd;
    border-radius: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #1a356a;
    padding: 10px 15px !important;
    margin-right: 10px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.modal-footer-bg {
    background: #1a356a;
    padding: 15px;
    box-shadow: 0px 7px 8.4px 5.6px rgba(23, 16, 62, 0.06);
    border-radius: 14px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #fff;
}

.modal-footer-bg #checkAll {
    color: #aebcd7;
    font-weight: 700;
    font-size: 14px;
    padding-bottom: 3px;
}

@media (min-width: 564px) {
    body .daterangepicker .ranges ul {
        width: 265px;
    }
}

.daterangepicker .ranges li {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    font-size: 14px !important;
}

.daterangepicker .ranges li .dateLabel {
    color: #aaaaaa;
    font-weight: 400;
    margin: 0;
}

.theme-tooltip {
    cursor: pointer;
}

.theme-tooltip-right + .tooltip {
    padding: 0;
    left: -2000px;
    margin-top: -22px;
}

.default-settings-check-all:disabled,
.change-status-check-all:disabled {
    background-color: #aebcd7 !important;
    border-color: #aebcd7 !important;
}

a.tutorial-link {
    background: #bbbbbb;
    border-radius: 15px;
    padding: 4px 5px 1px;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
}

.datepicker-cal picture,
.range-calendar-filter svg {
    cursor: pointer;
}

.tasks-lists
    .ui-datepicker
    td.ui-datepicker-current-day
    a.ui-state-default.ui-state-active {
    color: #1a356a !important;
    background: #e0ff9c !important;
}

.mxw-auto {
    max-width: 100% !important;
}

body .multiselect-container .multiselect-all:focus,
body .multiselect-container .multiselect-all:hover,
body .multiselect-container .multiselect-group:focus,
body .multiselect-container .multiselect-group:hover,
body .multiselect-container .multiselect-option:focus,
body .multiselect-container .multiselect-option:hover {
    background-color: transparent !important;
}

body .multiselect-container .multiselect-group.dropdown-item:hover {
    background-color: #d3d3d3 !important;
}

.bootstrap-select > select {
    display: none !important;
}

.z-1 {
    z-index: 1 !important;
}

.multi-filters-wrap .position-absolute {
    top: 40px;
}

.active-filters .btn-theme {
    margin-left: 10px;
    margin-bottom: 10px;
    padding-right: 35px;
    position: relative;
}

.active-filters .btn-theme span {
    cursor: pointer;
    position: absolute;
    right: 15px;
    width: 10px;
    height: 10px;
    background: #fff url(../images/cancel.svg) no-repeat center;
    background-size: contain;
}

.multi-filters > .btn-theme {
    padding-right: 35px;
    position: relative;
}

.multi-filters > .btn-theme::after {
    content: "";
    cursor: pointer;
    position: absolute;
    right: 15px;
    width: 10px;
    height: 10px;
    background: #1a356a url(../images/chevron_down_white_sm.svg) no-repeat
        center;
    background-size: contain;
}

.multi-filters > .btn-theme.opened::after {
    background: #1a356a url(../images/close.svg) no-repeat center;
    background-size: contain;
}

.multi-filters-dropdown {
    width: 230px;
    background: #aebcd7;
    box-shadow: 0px 10px 12px rgba(23, 16, 62, 0.06);
    border-radius: 15px;
    overflow: hidden;
    display: none;
}

.multi-filters-dropdown ul > li {
    padding: 10px 15px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #1a356a;
    cursor: pointer;
}

.multi-filters-dropdown ul > li:hover {
    background: #eaecf3;
}

.multi-filters-list {
    width: 350px;
    padding: 15px;
    background: #eaecf3;
    box-shadow: 0px 10px 12px rgba(23, 16, 62, 0.06);
    border-radius: 15px;

    /* overflow: hidden; */
    display: none;
}

.multi-filters-list .radio-toolbar label {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.multi-filters-list .radio-toolbar,
.multi-filters-list p,
.multi-filters-list .form-group {
    margin-bottom: 12px;
}

.multi-filters-list p {
    color: #1a356a;
}

.multi-filters-list .form-control {
    border-radius: 0;
}

.multi-filters-checklist {
    width: 350px;
    padding: 15px;
    background: #eaecf3;
    box-shadow: 0px 10px 12px rgba(23, 16, 62, 0.06);
    border-radius: 15px;

    /* overflow: hidden; */
    display: none;
}

.multi-filters-checklist .radio-toolbar label {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.multi-filters-checklist .radio-toolbar,
.multi-filters-checklist p,
.multi-filters-checklist .form-group {
    margin-bottom: 12px;
}

.multi-filters-checklist p {
    color: #1a356a;
}

.multi-filters-checklist .form-control {
    border-radius: 0;
}

.multi-filters-membership {
    padding: 15px;
    background: #eaecf3;
    box-shadow: 0px 10px 12px rgba(23, 16, 62, 0.06);
    border-radius: 15px;

    /* overflow: hidden; */
    display: none;
}

.multi-filters-membership .radio-toolbar label {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.multi-filters-membership .radio-toolbar,
.multi-filters-membership p,
.multi-filters-membership .form-group {
    margin-bottom: 12px;
}

.multi-filters-membership p {
    color: #1a356a;
}

.multi-filters-membership .form-control {
    border-radius: 0;
}

.non-credit .hasDatepicker {
    background: #fff url(../images/calendar_blue.svg) no-repeat left 10px center;
    color: #1a356a;
    padding-left: 35px;
}

.checklist_select .dropdown-menu .inner.show {
    overflow-y: auto;
}

@media (max-width: 380px) {
    .list-filtering .filter-tabs {
        min-width: 10px;
    }
}

.mb-15 {
    margin-bottom: 15px;
}

.create-user-form .disabled {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}

.select-role .btn.dropdown-toggle {
    padding-left: 15px !important;
}

.daterangepicker {
    left: 0px !important;
    top: 45px !important;
}

@media (max-width: 767px) {
    .theme-tooltip-right + .tooltip {
        position: fixed !important;
    }

    .tooltip .tooltip-inner.bg-blue {
        max-width: calc(100vw - 40px) !important;
    }

    .listing-studio-info .studio-title-address h5 {
        font-size: 14px;
    }

    .page-item .page-link {
        padding: 2px 6px;
    }

    .pcontct-check {
        padding: 11px 15px;
    }

    .daterangepicker {
        width: auto !important;
        left: 0px !important;
        right: 0px !important;
    }

    .daterangepicker .drp-calendar {
        max-width: 100% !important;
    }
}

.delete-user-btn {
    margin-right: 10px;
}

.list_item ul li {
    word-break: break-word;
}

@media (max-width: 480px) {
    .import-form .btn-theme + .btn-theme {
        margin-top: 10px;
    }

    .training_img + .task_card_header {
        /* margin-left: 10px;
        max-width: 55% !important; */
        margin-right: 40px;
    }

    .dashboard-stats-list {
        flex-wrap: wrap;
    }

    .task_card_header h5 {
        white-space: normal;
    }

    .page-item .page-link {
        padding: 2px 6px;
    }
}

@media (max-width: 368px) {
    .import-form .btn-theme + .btn-theme {
        margin-top: 10px;
    }

    .training_img + .task_card_header {
        /* margin-left: 10px;
        max-width: 55% !important; */
        /* margin-right: 35px; */
    }
}

.deactivate-btn {
    margin-right: 8px;
}

.input-message {
    position: absolute;
    right: 15px;
    top: 26px;
    line-height: 40px;
}

.text-gray {
    color: #aaaaaa;
}

.text-orange {
    color: #f79175;
}

.text-green {
    color: #2fa878;
}

.settings-menu-items {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #1a356a;
    box-shadow: 0px 10px 12px rgba(23, 16, 62, 0.06);
    border-radius: 15px;
    overflow: hidden;
    position: absolute;
    left: 48px;
    bottom: 35px;
    z-index: 1;
    display: none;
}

.settings-menu-items li a {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: #ffffff;
    padding: 18px 15px;
    display: block;
    white-space: nowrap;
    padding-right: 40px;
    background: url(../images/submenu_arrow.svg) no-repeat right 15px center;
}

.settings-menu-items li a:hover {
    color: #1a356a;
    background: #e0ff9c url(../images/submenu_arrow_active.svg) no-repeat right
        15px center;
}

.settings-menu-items li + li {
    border-top: 1px solid #fff;
}

.text-status-error {
    color: #f2685f;
}

.text-status-pending {
    color: #ec720f;
}

.text-status-success {
    color: #2fa878;
}

.history-item + .history-item {
    margin-top: 10px;
}

.history-item > .date {
    min-width: 120px;
}

.history-item > .flag-name {
    min-width: 120px;
}

.vslogo img {
    max-width: 100%;
}

.lead_calender_drp .ui-widget.ui-widget-content {
    position: absolute !important;
    top: 40px !important;
    left: 0 !important;
}

.select_drp calender_drp .ui-widget.ui-widget-content {
    position: absolute !important;
    bottom: 40px !important;
    left: 0 !important;
}

.bg-tab-area {
    background-color: #e9ecf3;
    border-radius: 15px;
    padding: 20px;
    margin-top: 20px;
}

.bg-tab-area p {
    color: #1a356a;
    font-size: 16px;
}

.bg-tab-area .btn-theme {
    max-width: 300px;
}

.bg-tab-area ul {
    display: inline-flex;
    align-items: center;
    background-color: #fff;
    padding: 5px !important;
    border-radius: 12px;
}

.bg-tab-area ul li {
    border-radius: 12px;
    color: #1a356a;
    font-size: 16px;
    padding: 6px 15px;
    cursor: pointer;
}

.bg-tab-area ul li.active {
    background-color: #1a356a;
    color: #fff;
}

.input-message {
    position: absolute;
    right: 15px;
    top: 26px;
    line-height: 40px;
}

.text-gray {
    color: #aaaaaa;
}

.text-orange {
    color: #f79175;
}

.text-green {
    color: #2fa878;
}

.btn-theme.green {
    background: #b8f4db;
    border: 1px solid #b8f4db;
    color: #1a356a;
}
.btn-theme.gray {
    background: #cccccc;
    border: 1px solid #cccccc;
    color: #1a356a;
}

.shortcut {
    background-color: #1a356a;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
    display: none;
}

@media (max-width: 767px) {
    .shortcut {
        display: flex;
    }
}

.shortcut p {
    margin: 0;
    color: #fff;
    font-size: 14px;
}

.shortcut p span {
    color: #e0ff9c;
    font-weight: 500;
}

.shortcut .close-buttton {
    display: flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: 0;
    outline: 0;
    color: #fff;
    font-size: 14px;
}

@media (max-width: 767px) {
    .repeat_task_drp.d-block .form-check.label-only {
        padding-left: 0;
    }

    .repeat_task_drp.d-block
        .form-check.label-only
        .form-check-input[type="checkbox"]
        + .form-check-label {
        width: 100%;
        text-align: left;
        padding-left: 15px;
        border-radius: 50px;
        height: 50px;
        line-height: 50px;
        margin-bottom: 10px;
    }

    .bootstrap-select .dropdown-item {
        white-space: normal;
    }
}

.edit_btn.repeat-btn[disabled] {
    opacity: 0.4;
}

.history-item > .remarks {
    width: 100%;
}

@media (min-width: 1400px) {
    .flex-1400-nowrap {
        flex-wrap: nowrap !important;
    }
}

@media (min-width: 1300px) {
    .w-lg-100 {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .mobile-mw-100 {
        max-width: 100% !important;
    }
}

@media (max-width: 374px) {
    .flex-374-column {
        flex-direction: column;
        gap: 5px;
    }
}
.gap-8 {
    gap: 8px;
}
.gap-10 {
    gap: 10px;
}
.gap-15 {
    gap: 15px;
}
.upload-container {
    position: relative;
    border: 1px solid #dddddd;
    height: 40px;
    padding-left: 16px;
    padding-right: 10px;
    font-family: Lato;
    font-size: 16px;
    color: #aaaaaa;
}
.upload-container .form-control[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -moz-opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.file-attachment-item {
    border: 1px solid #aebcd7;
    width: 100%;
    max-width: 300px;
    margin-top: 10px;
}
.img-preview {
    background-color: #bbbbbb;
    width: 55px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.img-preview img {
    object-fit: cover;
    width: 55px;
    height: 60px;
}
.file-name {
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    color: #1a356a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 210px;
}
.file-size {
    font-family: Lato;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
}

.gap-40 {
    gap: 40px;
}

@media (min-width: 768px) {
    .gap-md-40 {
        gap: 40px;
    }
    .gap-md-20 {
        gap: 20px;
    }
}
.gap-20 {
    gap: 20px;
}
.gap-5px {
    gap: 5px;
}
.field-label {
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    color: #1a356a;
}
.field-value {
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    color: #1a356a;
}
.autopay-list {
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0px 10px 12px 8px rgba(23, 16, 62, 0.06);
    padding: 15px;
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    color: #1a356a;
}
.gap-10 {
    gap: 10px;
}
.gap-5px {
    gap: 5px;
}
.view-link-yellow {
    color: #e0ff9c !important;
    font-size: 10px;
    text-decoration-line: underline !important;
    line-height: 1.4;
    display: block;
}
.view-link-gray {
    color: #aaaaaa !important;
    font-size: 10px;
    text-decoration-line: underline !important;
    line-height: 1.4;
    display: block;
}
.social-tracking-filter .list-filtering .filter-calendar .form-control {
    padding: 0px !important;
}

.social-tracking-filter .datepicker-cal {
    padding: 0px !important;
}
.social-tracking-filter .form-control {
    padding: 0 12px 0 10px !important;
}
.social-tracking-filter {
    margin-right: 20px;
}
@media (min-width: 768px) {
    .gap-md-40 {
        gap: 40px;
    }
}

.gap-20 {
    gap: 20px;
}

.gap-10px {
    gap: 10px;
}

.gap-5px {
    gap: 5px;
}

.field-label {
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    color: #1a356a;
}

.field-value {
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    color: #1a356a;
}

.ui-datepicker td {
    border: 0 !important;
    padding: 1px;
}
@media (max-width: 767px) {
    .additional-expense-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .additional-expense-item .input-price,
    .additional-expense-item input.business-name,
    .additional-expense-item .business-name .dropdown-toggle,
    .additional-expense-item input.item-label {
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
        max-width: 100%;
    }
    .additional-expense-item .position-relative {
        width: 100%;
    }
}
.info-bar {
    margin-top: 30px;
    background-color: #96a1c333;
    border-radius: 14px;
    padding: 23px 15px;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #1a356a;
    gap: 5px;
}
@media (min-width: 768px) {
    .additional-expense-item .bootstrap-select.business-name {
        max-width: 230px;
    }
}
.text-brand {
    color: #1a356a !important;
}
.modal .carousel .carousel-item {
    text-align: center;
    background-color: #ddd !important;
}
.modal .carousel .carousel-item img,
.modal .carousel .carousel-item video,
.modal .carousel .carousel-item iframe {
    width: 100%;
    height: calc(100vh - 240px);
    object-fit: contain;
    display: block;
    margin: 0 auto;
}
.carousel-navigation {
    color: #073552;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    margin-top: 10px;
}
.carousel-navigation-item {
    cursor: pointer;
}

.autopay-list {
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0px 10px 12px 8px rgba(23, 16, 62, 0.06);
    padding: 15px;
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    color: #1a356a;
}

.gap-10 {
    gap: 10px;
}

.gap-5px {
    gap: 5px;
}

.view-link-yellow {
    color: #e0ff9c !important;
    font-size: 10px;
    text-decoration-line: underline !important;
    line-height: 1.4;
    display: block;
}

@media (max-width: 767px) {
    .additional-expense-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .additional-expense-item .input-price,
    .additional-expense-item input.business-name,
    .additional-expense-item .business-name .dropdown-toggle,
    .additional-expense-item input.item-label {
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
        max-width: 100%;
    }

    .additional-expense-item .position-relative {
        width: 100%;
    }
}

.social-tracking-filter .list-filtering .filter-calendar .form-control {
    padding: 0px !important;
}

.social-tracking-filter .datepicker-cal {
    padding: 0px !important;
}

.social-tracking-filter .form-control {
    padding: 0 12px 0 10px !important;
}

.social-tracking-filter {
    margin-right: 20px;
}

.ui-datepicker td {
    border: 0 !important;
}

.social-tracking-filter .list-filtering .filter-calendar .form-control {
    padding: 0px !important;
}

.social-tracking-filter .datepicker-cal {
    padding: 0px !important;
}

.social-tracking-filter .form-control {
    padding: 0 12px 0 10px !important;
}

.social-tracking-filter {
    margin-right: 20px;
}

.ui-datepicker td {
    border: 0 !important;
    padding: 1px;
}

.info-bar {
    margin-top: 30px;
    background-color: #96a1c333;
    border-radius: 14px;
    padding: 23px 15px;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #1a356a;
    gap: 5px;
}

.minw-300 {
    min-width: 300px;
}

@media (min-width: 768px) {
    .additional-expense-item .bootstrap-select.business-name {
        max-width: 230px;
    }
}
@media (max-width: 767px) {
    .daterangepicker .calendar-table table {
        width: auto;
        margin: 0 auto;
    }
    body .daterangepicker .calendar-table th,
    body .daterangepicker .calendar-table td {
        min-width: 50px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        display: inline-block;
    }
}
@media (max-width: 424px) {
    body .daterangepicker .calendar-table th,
    body .daterangepicker .calendar-table td {
        min-width: 42px;
        width: 42px;
        height: 42px;
        line-height: 42px;
        display: inline-block;
    }
}
@media (max-width: 374px) {
    body .daterangepicker .calendar-table th,
    body .daterangepicker .calendar-table td {
        min-width: 38px;
        width: 38px;
        height: 38px;
        line-height: 38px;
        display: inline-block;
    }
}

.reason_section {
    width: 200px;
}

.reason_section .bootstrap-select .btn.dropdown-toggle {
    padding-left: 10px;
}

@media (max-width: 767px) {
    .daterangepicker .calendar-table table {
        width: auto;
        margin: 0 auto;
    }

    body .daterangepicker .calendar-table th,
    body .daterangepicker .calendar-table td {
        min-width: 50px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        display: inline-block;
    }

    .mr-mob-0 {
        margin-right: 0 !important;
    }

    .cust-mob-align-items-initial {
        align-items: flex-start !important;
    }

    .cust_box_innerlayout .btn-add-follower {
        position: absolute;
        top: -45px;
        left: 98px;
        background: #fff;
        color: #1a356a;
        height: 25px;
        line-height: 25px;
        padding: 10px 14px;
        font-weight: 500;
        font-size: 14px;
    }

    .cust_box_innerlayout .btn-add-follower svg {
        margin-right: 0.25rem !important;
        width: 12px;
    }

    .cust_box_innerlayout .btn-add-follower svg path {
        fill: #1a356a;
        stroke: unset;
    }

    .cust-socialtracking-listing-action > button:first-child {
        width: 30%;
    }

    .cust-socialtracking-listing-action > button:nth-child(2) {
        width: calc(70% - 10px);
        margin-left: 10px;
    }

    .cust-socialtracking-listing-action > button:nth-child(3),
    .cust-socialtracking-listing-action > button:nth-child(4) {
        width: calc(50% - 5px);
    }

    .cust-socialtracking-listing-action > button:nth-child(3) {
        margin-right: 5px;
    }

    .cust-socialtracking-listing-action > button:nth-child(4) {
        margin-left: 5px;
    }

    .cust-mob-align-items-initial .task_card_header {
        padding-bottom: 40px;
    }
}

@media (max-width: 567px) {
    .cust-edit-studio-btn {
        flex-wrap: wrap;
    }
    .cust-edit-studio-btn > div,
    .cust-edit-studio-btn > div > a,
    .cust-edit-studio-btn > div > button {
        width: 100%;
    }
    .cust-edit-studio-btn > .d-flex {
        flex-wrap: wrap;
    }
    .theme-tooltip-right + .tooltip.mob-create-tooltip,
    .theme-tooltip-right + .tooltip.mob-edit-tooltip {
        position: absolute !important;
    }
    .mob-edit-btn-action .d-flex {
        flex-wrap: wrap;
    }
    .mob-edit-btn-action .d-flex a,
    .mob-edit-btn-action .d-flex button {
        width: 100%;
        margin: 0 0 10px;
    }
    .mob-edit-btn-action .user-type-access {
        margin-bottom: 10px;
        width: 100%;
    }
}

@media (max-width: 424px) {
    body .daterangepicker .calendar-table th,
    body .daterangepicker .calendar-table td {
        min-width: 42px;
        width: 42px;
        height: 42px;
        line-height: 42px;
        display: inline-block;
    }
}

@media (max-width: 374px) {
    body .daterangepicker .calendar-table th,
    body .daterangepicker .calendar-table td {
        min-width: 38px;
        width: 38px;
        height: 38px;
        line-height: 38px;
        display: inline-block;
    }
}

.theme-toggle-trigger {
    cursor: pointer;
    background-color: #577ab5;
    line-height: 40px;
    border-radius: 14px;
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 0 15px;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    color: #fff;
}

.theme-toggle-trigger.active {
    background-color: #577ab5;
}

.theme-toggle-trigger.active svg {
    transform: rotate(180deg);
}

.theme-toggle-area {
    margin: 10px 0;
}

.theme-toggle-area.active {
    background-color: transparent;
}

.theme-toggle-area-social-tracking {
    position: relative;
}

.theme-toggle-area-social-tracking .accordion_edit_parent {
    position: absolute;
    top: 10px;
    right: 20px;
    display: flex;
    align-items: center;
    z-index: 100;
    color: #fff;
}
.listing-data .listing-meta li > div.cust-links {
    padding-left: 0;
}
.listing-data .listing-meta li > div.cust-links a svg {
    margin-right: 8px;
}

.reason_section {
    width: 200px;
}

.reason_section .bootstrap-select .btn.dropdown-toggle {
    padding-left: 10px;
}

.minw-300 {
    min-width: 300px;
}

@media (max-width: 767px) {
    .daterangepicker .calendar-table table {
        width: auto;
        margin: 0 auto;
    }

    body .daterangepicker .calendar-table th,
    body .daterangepicker .calendar-table td {
        min-width: 50px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        display: inline-block;
    }
}

@media (max-width: 424px) {
    body .daterangepicker .calendar-table th,
    body .daterangepicker .calendar-table td {
        min-width: 42px;
        width: 42px;
        height: 42px;
        line-height: 42px;
        display: inline-block;
    }
}

@media (max-width: 374px) {
    body .daterangepicker .calendar-table th,
    body .daterangepicker .calendar-table td {
        min-width: 38px;
        width: 38px;
        height: 38px;
        line-height: 38px;
        display: inline-block;
    }
}

.listing-data .listing-meta li > div.cust-links {
    padding-left: 0;
}

.listing-data .listing-meta li > div.cust-links a svg {
    margin-right: 8px;
}

.cust_flex_svg_cont {
    display: flex;
}

.cust_flex_svg_cont svg {
    width: 100%;
    max-width: 20px;
}

.cust_flex_svg_cont span {
    position: relative;
    top: -5px;
}

@media (max-width: 350px) {
    .checklist_select .dropdown-menu .inner.show {
        max-height: 200px;
    }
}

.checklist_select .dropdown-menu .inner.show {
    max-height: 200px;
}
.cust-modal-search-filter .list-filtering {
    padding-top: 0;
}

.cust-modal-search-filter .select_option {
    box-shadow: 0px 10px 12px rgba(23, 16, 62, 0.06) !important;
    padding-right: 6px;
}

.pl-0 {
    padding-left: 0 !important;
}

.select_option.select_option-double-arrow-icon:before {
    background-image: url(../images/pipe.svg);
}

@media (max-width: 350px) {
    .cust-socialtracking-listing-action > button {
        width: 100% !important;
        margin: 5px 0 !important;
    }
}
.cust_flex_svg_cont {
    display: flex;
}

.cust_flex_svg_cont svg {
    width: 100%;
    max-width: 20px;
}

.cust_flex_svg_cont span {
    position: relative;
    top: -5px;
}
.checklist_select .dropdown-menu .inner.show {
    max-height: 200px;
}
.admin_input_pr {
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
}

.admin_input_pr .show-password {
    right: 20px;
}

.franchise_section .btn.dropdown-toggle {
    padding: 8px 5px;
}
@media (max-width: 350px) {
    .cust-socialtracking-listing-action > button {
        width: 100% !important;
        margin: 5px 0 !important;
    }
}
.close-filter:disabled {
    background-color: #aebcd7 !important;
    border-color: #aebcd7 !important;
}

.multi-filters-checklist .filter-option-inner-inner {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 95%;
}
.field-value-updated {
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    color: #1a356a;
}

.user-type-access {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    color: #aebcd7;
    font-family: "Lato", sans-serif;
    cursor: pointer;
}
.user-type-access svg {
    margin-right: 5px;
}

.cust_task_card_header,
.cust-listing-studio-info {
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    .mobile_bg_img_parent {
        background: none !important;
        padding: 0 !important;
    }
    .banner-content-inner {
        padding: 45px 20px 0px;
    }
    .mobile_bg_img {
        background: #577ab5;
        height: 220px;
        position: absolute;
        width: 100%;
        padding: 12px !important;
    }
    .mobile_bg_img:after {
        position: absolute;
        content: "";
        background: url(../images/mobile-bg-img.svg) no-repeat;
        background-size: 100%;
        width: 232px;
        height: 215px;
        right: 0;
        top: 0;
    }
    .banner-content-inner .mobile_content h1,
    .banner-content-inner .mobile_content p,
    .mobile_banner .mobile_content h1,
    .mobile_banner .mobile_content p {
        color: #fff;
        text-shadow: 0px 3px 10px rgb(0, 0, 0, 0.65);
    }
    .mobile_bg_body .app_logo,
    .mobile_bg_body img.mobile_img {
        display: none;
    }
    body.mobile_bg_body .backto-login {
        position: relative;
        top: -130px;
        left: 0;
        display: inline-flex;
    }
    body.mobile_bg_body .mobile_content {
        position: relative;
    }

    .mobile_banner .vslogo img.app_logo {
        display: none;
    }
    .mobile_banner.mobile_show_logo .vslogo img.app_logo {
        display: block;
    }
    a.backto-login {
        position: relative;
        display: inline;
        right: auto;
        top: -125px;
    }
    .mobile_banner {
        max-height: 280px !important;
        min-height: auto;
        background-size: cover !important;
        position: relative;
    }
    .mobile_banner:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        left: 0;
        top: 0;
    }
    .banner.mobile_banner .mobile_content {
        position: relative;
        z-index: 1000;
    }
    .mobile_img {
        display: none;
    }

    .side-menu.sidemenu-active {
        padding-top: 110px;
      }

      body.sidemenu-active {
        overflow: hidden;
        position: fixed;
      }
}

.card_body .mb_site_id_parent .form_checkbox_layout {
    padding: 17px 15px !important;
}

.mb_site_id_parent.active {
    background: rgba(150, 161, 195, 0.2);
    padding: 10px;
    border-radius: 20px;
}

.mb_site_id_parent.active .form_checkbox_layout {
    border: 0;
    background: transparent;
}

.card_body .mb_site_id_parent .form_checkbox_layout {
    padding: 17px 15px !important;
}
.card_body .mb_site_id_parent.active .form_checkbox_layout {
    padding: 8px 0 !important;
}
.banner .banner_layout .contents {
    padding-top: 90px;
}
.banner .banner_layout .carousel-contents .card_layout button.btn-theme.light {
    height: 35px;
}

@media screen and (max-width: 767px) {
    .nav_list {
        position: relative;
    }
    .settings-menu-items {
        position: initial;
        border-radius: 0;
    }
    .settings-menu-items li a {
        padding-left: 65px;
    }
    .menu-link.menu-link-arrow {
        position: relative;
    }
    .menu-link.menu-link-arrow:after {
        position: absolute;
        content: "";
        background-image: url(../images/submenu_arrow.svg);
        background-repeat: no-repeat;
        width: 12px;
        height: 12px;
        right: 14px;
        transform: rotate(90deg);
    }
    .menu-link.menu-link-arrow.current:after {
        transform: rotate(270deg);
    }
}
.div#body-pd {
    min-height: 100vh;
}

@media screen and (max-width: 767px) {
    .mobile_bg_img_parent {
        background: none !important;
        padding: 0 !important;
    }
    .banner-content-inner {
        padding: 30px 20px 0px;
    }
    .mobile_bg_img {
        background: #577ab5;
        height: 220px;
        position: absolute;
        width: 100%;
        padding: 12px !important;
    }
    .mobile_bg_img:after {
        position: absolute;
        content: "";
        background: url(../images/mobile-bg-img.svg) no-repeat;
        background-size: 100%;
        width: 232px;
        height: 215px;
        right: 0;
        top: 0;
    }
    .banner-content-inner .mobile_content h1,
    .banner-content-inner .mobile_content p,
    .mobile_banner .mobile_content h1,
    .mobile_banner .mobile_content p {
        color: #fff;
        text-shadow: 0px 3px 10px rgb(0, 0, 0, 0.65);
    }
    .mobile_bg_body .app_logo,
    .mobile_bg_body img.mobile_img {
        display: none;
    }
    body.mobile_bg_body .backto-login {
        position: relative;
        top: -130px;
        left: 0;
        display: inline-flex;
    }
    body.mobile_bg_body .mobile_content {
        position: relative;
    }

    @supports (-webkit-touch-callout: none) {
        /* .mobile_banner .card_layout.active,
        .mobile_banner .card_layout.active .card_body { 
            min-height: 620px;
            height: 620px;
            max-height: 620px;
            border-radius: 20px;
        } */
        /* .card_layout_min_height {
            min-height: 670px;
        } */
    }
    .mobile_img {
        display: none;
    }
    .mobile_banner .vslogo img.app_logo {
        display: none;
    }
    .mobile_banner.mobile_show_logo .vslogo img.app_logo {
        display: block;
    }
    .edit_modal .modal-content .modal-header .close {
        margin-right: 0px;
        margin-bottom: 5px;
    }
    a.backto-login {
        position: relative;
        display: inline;
        right: auto;
        top: -125px;
    }
    .mobile_banner {
        max-height: 280px !important;
        min-height: auto;
        background-size: cover !important;
        position: relative;
    }
    .mobile_banner:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.1);
        left: 0;
        top: 0;
    }
    .banner.mobile_banner .mobile_content {
        position: relative;
        z-index: 1000;
    }
    .mobile_img {
        display: none;
    }
}
.cust-tag-inputs-list {
    border: 1px solid #dddddd;
    border-top: 0;
    position: absolute;
    background: #fff;
    width: calc(100% - 24px);
    z-index: 1000;
    max-height: 250px;
    overflow: auto;
    display: none;
}

.cust-tag-inputs-list > div {
    padding: 5px 15px;
    color: #1a356a;
    cursor: pointer;
}
.cust-tag-inputs-list > div:hover {
    background-color: #e0ff9c;
    color: #1a356a;
}
.cust-tag-inputs,
.cust-tag-inputs:focus,
.cust-tag-inputs:active {
    min-height: 46.23px;
}

.form-floating.form-group .cust-tag-inputs-list {
    width: 100%;
    border-radius: 15px;
}

.mb_site_id_parent.active .round label {
    left: -4px;
}
/* Jeba Changes 
.banner .banner_layout .contents {
	padding: 0;
	min-height: 300px;
}
@media (min-width: 992px) {
	.banner .vslogo {
		position: absolute;
		top: 73px;
		left: 63px;
		padding: 0;
	}
}
*/

.cust-status {
    display: inline-flex;
    align-items: center;
    padding: 3px 9px 3px 9px;
    font-size: 12px;
    line-height: 13px;
    color: #1a356a;
    background: rgba(150, 161, 195, 0.2);
    border-radius: 20px;
    font-family: "Lato", sans-serif;
    cursor: pointer;
    margin-top: 10px;
}
.cust-status.cust-status-activation {
    background: #d8cec4;
}
.cust-status.cust-status-minbody-error {
    background: #ffbcaa;
}
.cust-status.cust-status-minbody-connected {
    background: #b8f4db;
}
.cust-status svg {
    margin-right: 6px;
}
.card_item_body .card_item {
    position: relative;
}
.cust-status .tooltip {
    position: absolute;
    z-index: 100;
    top: 110px;
    left: 170px !important;
    max-width: 300px;
}

@media screen and (max-width: 767px) {
    .cust-status .tooltip {
        position: absolute !important;
        top: -10px !important;
        left: 125px !important;
        max-width: 300px !important;
    }
}
@media screen and (max-width: 575px) {
    .cust-status .tooltip {
        top: -10px !important;
        left: 50px !important;
        max-width: 100% !important;
    }
}

/* Jeba Styles for Weekly Tasks Start */
.text-body-copy {
    font-family: Lato;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    color: #1a356a;
}
.text-body-bold {
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #1a356a;
}
.text-body-small {
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #1a356a;
}
.weekly-header {
    background-color: #577ab5;
    border-radius: 14.051px;
    opacity: 0.9;
    box-shadow: 0px 7.025px 8.43px 5.62px rgba(23, 16, 62, 0.06);
    color: #fff;
    font-family: Lato;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 150px;
}
.gap-4px {
    gap: 4px !important;
}
.weekly-item-wrap {
    min-width: 150px;
}
.weekly-item {
    padding: 12px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0px 4px 8px 5px rgba(33, 21, 81, 0.05);
    /* width: 150px; */
}
@media (min-width: 1300px) {
    .weekly-item-wrap,
    .weekly-header {
        min-width: 170px;
    }
    /* .weekly-item {
        width: 193px;
    } */
}
.weekly-item .weekly-sm-svgs {
    height: auto;
}
.weekly-item .cat-icon,
.weekly-item .cat-icon svg {
    position: static;
}
.weekly-item-title {
    color: #17103e;
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 5px 0px;
}
.weekly-item-user {
    color: #17103e;
    font-family: Lato;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.weekly-item:hover,
.weekly-item.focus {
    background-color: #1a356a;
}
.weekly-item:hover .weekly-item-title,
.weekly-item:hover .weekly-item-user,
.weekly-item.focus .weekly-item-title,
.weekly-item.focus .weekly-item-user {
    color: #fff;
}
.weekly-item:hover .hover-fill-white path,
.weekly-item.focus .hover-fill-white path {
    fill: #fff;
}
.weekly-item hr {
    border-color: #577ab5;
}
.weekly-item-bottom {
    display: none;
}
.weekly-item:hover .weekly-item-bottom,
.weekly-item.focus .weekly-item-bottom {
    display: flex;
}
.weekly-item-info {
    border-radius: 14px;
    background: #fff;
    box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.2);
    display: none;
    width: 100%;
    max-width: 305px;
    padding: 16px;
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 0;
}
.weekly-item-info .spacer {
    height: 1px;
}
.weekly-item-bottom .action {
    cursor: pointer;
}
.week-header {
    position: relative;
}
.week-header .week-nav {
    position: absolute;
    top: 2px;
    left: -5px;
    cursor: pointer;
}
.week-header .week-nav.next {
    left: auto;
    right: -5px;
}
.drop-highlight {
    height: 75px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0px 4px 8px 5px rgba(33, 21, 81, 0.05);
}
.weekly-item-reschedule {
    border-radius: 14px;
    background: #fff;
    box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.2);
    display: none;
    width: 100%;
    max-width: 305px;
    padding: 16px;
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 0;
}
.reschedule-close {
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #aaa;
    cursor: pointer;
}
.calendar-switch {
    border-radius: 15px;
    background: #ced7e7;
    padding: 5px;
    display: flex;
    margin-right: 15px;
}
.calendar-switch a {
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #1a356a;
    text-align: center;
    height: 30px;
    min-width: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 10px;
}
.calendar-switch a svg path {
    fill: #1a356a;
}
.calendar-switch a.active {
    border-radius: 10px;
    background: #1a356a;
    color: #fff;
}
.calendar-switch a.active svg path {
    fill: #fff;
}
.min-w-16px {
    min-width: 16px;
}
.min-w-24px {
    min-width: 24px;
}
@media (max-width: 767px) {
    .weeklyTask-wrapper {
        overflow: auto;
    }
    .calendar-switch {
        margin-right: 0;
    }
    .calendar-switch a {
        width: 100%;
    }
}
/* Jeba Styles for Weekly Tasks End */

/* 86cu0vjaa  */
.dashboard-stats-list li.color-brand-light,
.color-brand-light {
    color: #aebcd7;
}
.dashboard-stats-list li.text-brand-small,
.text-brand-small {
    font-family: Lato;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.gap-30 {
    gap: 30px;
}
.dashboard-stats-list li span small,
.listing-studio-stats .stats-numbers > li > span small,
.task_card .stats-numbers > li > span small {
    color: #aebcd7;
    font-family: Lato;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.task_card .stats-numbers > li > span small {
    color: #cbd4e4;
}
.listing-studio-stats .stats-numbers > li > span {
    line-height: 24px;
}
.color-brand-yellow {
    color: #e0ff9c;
}

/* Member Filter  */
.admin_count_header h6 {
    color: #e0ff9c;
    text-align: center;
    font-family: Lato;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}
.admin-stats-new {
    color: #aebcd7;
    font-family: Lato;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.admin-stats-new span {
    color: #fff;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.gap-17 {
    gap: 17px;
}

ul.flagged-status > li > span small {
    color: #cbd4e4;
    margin-bottom: -2px !important;
}
ul.flagged-status > li > span small {
    color: #cbd4e4;
    margin-bottom: -2px !important;
}

/* bug_in_confirmation_tick_86ctt30me  */
.round label:after {
    content: "";
    height: 22px;
    left: -2px;
    position: absolute;
    top: -2px;
    width: 22px;
}
.action-filter-trigger.opened svg {
    transform: rotate(-180deg);
}
.weekly-item-info-desc {
    word-break: break-all;
}
.weekly-item-info-scroll {
    max-height: calc(80vh - 100px);
    overflow-y: auto;
}
@media (min-width: 768px) {
    body .weekly-item-info-scroll .mCSB_inside > .mCSB_container {
        margin-right: 0 !important;
    }
}
body .weekly-item-info-scroll .mCustomScrollBox .mCSB_scrollTools {
    right: -5px;
}
.apply-discount {
    position: absolute;
    top: 6px;
    right: 5px;
    background-color: #1a356a !important;
    border-color: #1a356a !important;
    border-radius: 15px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    font-family: Poppins;
    height: 30px;
    min-width: 85px;
    text-align: center;
}
.popup-error-sucess {
    background-color: #e9ecf3;
    border-radius: 15px;
    padding: 20px;
    margin-top: 10px;
}
/* .popup-error-sucess.popup-sucesss {
    background-color: #fff;
    padding: 0;
    margin: 0;
    height: 75px;
    display: flex;
} */
.popup-error-sucess .confirmation_msg,
.popup-error-sucess .edit_content {
    display: flex;
    gap: 10px;
    align-items: center;
}
.popup-error-sucess p {
    color: #1a356a;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    font-family: Poppins;
}

.round input[type="checkbox"]:checked + label:after {
    background: url(../images/check-circle.svg);
}

.discount-check input[type="checkbox"]:checked + label {
    background-color: transparent !important;
    border-color: transparent !important;
}
.ui-sortable-placeholder {
    border: 1px dashed #ccc;
    border-radius: 14px;
    background-color: #fff;
    visibility: visible !important;
    height: 80px;
}

.theme-check {
    position: relative;
}
.theme-check .theme-check-input {
    display: none;
}
.theme-check .theme-check-input + .theme-check-label {
    padding-left: 34px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #1a356a;
    position: relative;
    cursor: pointer;
    margin: 0;
}
.theme-check .theme-check-input + .theme-check-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 2px solid #dddddd;
}

.theme-check .theme-check-input:checked + .theme-check-label::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 24px;
    height: 24px;
    background: url("../images/checkbox.svg") no-repeat center;
    background-size: contain;
}

.round input[type="checkbox"]:checked + label:after {
    background: url(../images/check-circle.svg);
}

.discount-check input[type="checkbox"]:checked + label {
    background-color: transparent !important;
    border-color: transparent !important;
}

/* Member Filter  start*/
.admin_count_header h6 {
    color: #e0ff9c;
    text-align: center;
    font-family: Lato;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}
.admin-stats-new {
    color: #aebcd7;
    font-family: Lato;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.admin-stats-new span {
    color: #fff;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.gap-17 {
    gap: 17px;
}
/* Member Filter  end */

.ui-sortable-placeholder {
    border: 1px dashed #ccc;
    border-radius: 14px;
    background-color: #fff;
    visibility: visible !important;
    height: 80px;
}
.fs-10px {
    font-size: 10px;
}

.fs-10px {
    font-size: 10px;
}

.accordion-item .color-xs-red {
    color: #f79175;
}

.flagged-members-list .color-xs-orange {
    color: #ecb562;
}

@media only screen and (min-width: 768px) {
    .color-xs-red {
        color: #ffb09b;
    }
    .color-xs-orange {
        color: #ecb562;
    }
}

@media only screen and (max-width: 768px) {
    .color-xs-red {
        color: #f79175;
    }
    .color-xs-orange {
        color: #ecb562;
    }
}

.facebook_accounts_list {
    max-height: 40vh;
    min-height: 10vh;
    overflow-y: auto;
}

.theme-check .theme-check-input[type="radio"] + .theme-check-label::before {
    border-radius: 50%;
    background-color: #dddddd;
}
.theme-check
    .theme-check-input[type="radio"]:checked
    + .theme-check-label::after {
    left: 5px;
    top: 5px;
    width: 14px;
    height: 14px;
    background: #577ab5;
    border-radius: 50%;
}
.text-gray3 {
    color: #666666;
}

.theme-check .theme-check-input[type="radio"] + .theme-check-label::before {
    border-radius: 50%;
    width: 20px;
    height: 20px;
}
.theme-check
    .theme-check-input[type="radio"]:checked
    + .theme-check-label::after {
    left: 5px;
    top: 5px;
    width: 10px;
    height: 10px;
    background: #577ab5;
    border-radius: 50%;
}
.gap-20 {
    gap: 20px;
}
@media (max-width: 767px) {
    .additional-expense-item.no-label .currency {
        top: 62px;
    }
}

/* 86ctv83q0 */
@media (max-width: 1200px) {
    .weeklyTask-wrapper {
        overflow: auto;
    }
}
.task-list-category svg {
    margin-right: 0 !important;
}
@media (min-width: 992px) and (max-width: 1280px) {
    .all-studio {
        margin-left: 0 !important;
    }
    .listing-actions {
        min-width: 100px !important;
    }
}

/* 86ctv83q0 */

/* 86ctv83q0 - Jeba */
.task_card_wrap .btn-group {
    margin: 0;
}
.gap-8px {
    gap: 8px;
}
.btn-group.all-studio {
    margin: 0 !important;
}
@media (max-width: 991px) {
    .timezone-truncate {
        max-width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
/* 86ctv83q0 - Jeba */
.side-bar-display a img {
    max-width: 16px;
}