/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300&display=swap'); */

@font-face {
    font-family: "MinionPro-Regular";
    src: url("../vendor/fonts/MinionPro-Regular.otf") format("truetype");
}

@font-face {
    font-family: "VisbyCF-Bold";
    src: url("../vendor/fonts/VisbyCF-Bold.otf") format("truetype");
}

@font-face {
    font-family: "VisbyCF-Thin";
    src: url("../vendor/fonts/VisbyCF-Thin.otf") format("truetype");
}

@font-face {
    font-family: "VisbyCF-Medium";
    src: url("../vendor/fonts/VisbyCF-Medium.otf") format("truetype");
}

@font-face {
    font-family: "Graphik-Light";
    src: url("../vendor/fonts/Graphik-Light.ttf") format("truetype");
}

@font-face {
    font-family: "Graphik-Medium";
    src: url("../vendor/fonts/Graphik-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "Graphik-Regular";
    src: url("../vendor/fonts/Graphik-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Graphik-Semibold";
    src: url("../vendor/fonts/Graphik-Semibold.ttf") format("truetype");
}

.font-minion {
    font-family: "MinionPro-Regular", sans-serif;
}

.font-visby-bold {
    font-family: "VisbyCF-Bold", sans-serif;
}

.font-visby-regular {
    font-family: "VisbyCF-Medium", sans-serif;
}

.font-visby-thin {
    font-family: "VisbyCF-Thin", sans-serif;
    /* font-family: 'verdana' */
    /* font-family: 'roboto' */
    /* font-family: 'Segoe UI' */
}

:root {
    /* --primary-color: #087f43; */
    --primary-color: rgb(240, 107, 34);
    --secondary-color: #005700;
    --third-color: #ffffff;
    --fourth-color: #000000;
    --font-family-Thin: "VisbyCF-Thin", sans-serif;
    --font-family-Regular: "VisbyCF-Medium", sans-serif;
    --font-family-Bold: "VisbyCF-Bold", sans-serif;
    --font-family-Graphik-Light: "Graphik-Light", sans-serif;
    --font-family-Graphik-Medium: "Graphik-Medium", sans-serif;
    --font-family-Graphik-Regular: "Graphik-Regular", sans-serif;
    --font-family-Graphik-Semibold: "Graphik-Semibold", sans-serif;
    --background-image: linear-gradient(to bottom, #7db17f, #7db17f);
    /* --background-image: linear-gradient(to left, #ffb901, #cacf2d, #95dd62, #5ce699, #00e9cb); */
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    cursor: pointer;
    text-decoration: none;
}

body {
    /* background-color: #dfe3e8; */
    background-color: rgb(218, 232, 216);
    /* font-family: 'VisbyCF-Thin', sans-serif; */
}

/* login */

.login-panel {
    /* font-family: var(--font-family); */
    text-align: center;
    padding: 20px;
    font-family: var(--font-family-Regular);

    h1 {
        font-size: 40px;
        font-weight: 800;
        margin-bottom: 20px;
        font-family: var(--font-family-Bold);

        span {
            color: var(--primary-color);
        }
    }

    p {
        font-size: 13px;
        font-weight: 500;
        margin-bottom: 20px;
        color: #888;
        padding: 0px 12px;
        font-family: var(--font-family-Regular);
        letter-spacing: 1px;
    }

    .ssBold span {
        font-family: var(--font-family-Bold);
    }

    a {
        span {
            font-size: 14px;
            font-weight: 600;
            color: var(--primary-color);
            font-family: var(--font-family-Bold);
            letter-spacing: 1px;
        }
    }

    button {
        font-family: var(--font-family-Bold) !important;
    }
}

.bg-img {
    background-image: var(--background-image);
}

.form-floating>label {
    font-size: 13px;
    font-weight: 500;
    font-family: var(--font-family-Regular);
    letter-spacing: 1px;
}

.login-btn {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    /* background: var(--background-image); */
    background-color: var(--primary-color);
    color: var(--third-color);
    padding: 12px;
    border-radius: 7px;
    border: 0;
    /* font-family: var(--font-family); */
}

.login-btn:hover {
    color: var(--third-color);
    background-color: var(--fourth-color);
}

.text-sm {
    font-family: var(--font-family);
    font-size: 13px;
    font-weight: 600;
    color: #888;
    margin-bottom: 0px;
    letter-spacing: 1px;
}

/* login */

.card_shadow {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
        rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

/* header */
.header {
    /* font-family: var(--font-family); */
    /* background-color: var(--primary-color); */
    background-color: #dae8d8;
    /* box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; */
    font-family: var(--font-family-Regular);
    padding-top: 25px;

    .logo-img {
        height: 45px;
    }

    /* .nav-link {
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 1px;
        margin: 0px 20px;
        color: var(--third-color);
    } */
}

.header-report {
    background-color: #dae8d8 !important;
}

.ss-nav {
    margin-top: 15px;
}

.ss-nav .nav-link {
    font-size: 17px;
    font-weight: 400;
    /* letter-spacing: 1px; */
    /* margin: 0px 5px; */
    /* padding-right: 5px!important; */
    padding: 0px 10px 0px 5px !important;
    color: rgb(49, 57, 50);
    font-family: var(--font-family-Graphik-Light);
}

.ss-nav .nav-link.active,
.ss-nav .nav-link.show {
    color: rgb(49, 57, 50);
    font-weight: 800;
    font-family: var(--font-family-Graphik-Semibold);
}

/* .navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    background-color: #dfe3e8;
    border-radius: 3px;
} */

/* .hover-line::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background-color: var(--third-color);
    transition: all .6s ease 0s;
    transition: width .3;

}

.hover-line:hover::after {
    width: 100%;
    transition: width .34s;
} */

.navbar-brand {
    /* font-family: var(--font-family); */
    font-family: var(--font-family-Regular);

    h1 {
        font-size: 35px;
        font-weight: 700;
        margin-bottom: 0px;
        /* color: #fff; */
        color: var(--fourth-color);
        /* font-family: var(--font-family); */
        font-family: var(--font-family-Bold);

        span {
            color: var(--fourth-color);
        }
    }
}

.tm {
    /* color: white; */
    color: var(--fourth-color);
    font-size: small;
    font-weight: 500;
    font-family: var(--font-family-Regular);
}

.user-details img {
    height: 40px;
    width: 40px;
    border: 2px solid #fff;
    padding: 3px;
    border-radius: 50%;
    cursor: pointer;
    margin-bottom: -4px;
    margin-left: 4px;
}

.user-name {
    /* text-align: center; */
    padding: 0px 15px;

    p {
        font-size: 14px;
        margin-bottom: 4px;
        font-weight: 700;
        color: #888;
        line-height: 16px;
        font-family: var(--font-family-Bold);
        letter-spacing: 0.6px;
    }

    span {
        font-size: 13px;
        font-weight: 500;
        color: #888;
        /* font-family: var(--font-family-Thin); */
        font-family: var(--font-family-Regular);
        letter-spacing: 1px;
    }
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
    background-color: var(--primary-color);
    color: var(--third-color);
}

/* header */

/* content */
.main-content {
    /* margin-top: 60px; */
    padding: 20px 30px 0px 30px;
    transition: all 0.3s;
    font-family: var(--font-family);
    height: 100%;
}

.main-content button {
    font-family: var(--font-family-Bold) !important;
}

.rdt_TableHeadRow {
    font-family: var(--font-family-Bold) !important;
    letter-spacing: 1px;
}

.rdt_TableCell {
    font-family: var(--font-family-Thin) !important;
    letter-spacing: 1px;
}

.MuiInputLabel-root {
    font-family: var(--font-family-Regular) !important;
    letter-spacing: 1px;
}

.heading {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    font-family: var(--font-family-Bold);
}

.heading:after {
    margin-top: 3px;
    content: "";
}

.heading:after,
.heading:before {
    display: block;
    width: 70px;
    height: 2px;
    border-radius: 2px;
    background: var(--secondary-color);
}

.dropdown-item {
    font-size: 13px;
    padding: 8px;
    font-weight: 600;
    color: #888;
}

.userDropdown {
    padding: 8px 15px !important;
    font-family: var(--font-family-Bold);
    letter-spacing: 1px;
}

.dropdown-toggle::after {
    /* color: #dfe3e8; */
    color: var(--fourth-color);
}

.add-btn {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    background-color: var(--fourth-color);
    padding: 9px 12px;
    color: var(--third-color);
    border-radius: 3px;
    border: 0;
    font-family: var(--font-family);
    /* box-shadow: rgb(0 0 0 / 28%) 1.95px 1.95px 2.6px; */
}

.form-control:focus {
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 7%);
}

.save-btn {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    background-color: var(--primary-color);
    padding: 9px 12px;
    color: var(--third-color);
    border-radius: 3px;
    border: 0;
    font-family: var(--font-family);
    /* box-shadow: rgb(0 87 0 / 28%) 1.95px 1.95px 2.6px; */
}

/* toggle */
.material-switch>input[type="checkbox"] {
    display: none;
}

.material-switch>label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

.material-switch>label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: "";
    height: 8px;
    margin-top: -6px;
    position: absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 35px;
}

.material-switch>label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: "";
    height: 17px;
    left: -4px;
    margin-top: -7px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 17px;
}

.material-switch>input[type="checkbox"]:checked+label::before {
    background: var(--primary-color);
    opacity: 0.5;
}

.material-switch>input[type="checkbox"]:checked+label::after {
    background: var(--primary-color);
    left: 20px;
}

/* toggle */

/* table */
.table thead th,
.table tbody td {
    font-size: 13px;
    white-space: nowrap;
    vertical-align: middle;
}

.table tbody td {
    font-weight: 500;
}

.table-icon {
    width: 25px;
    height: 25px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* table */

/* modal */
.modal {
    font-family: var(--font-family);
}

.modal-title {
    font-size: 20px;
    font-weight: 800;
    font-family: var(--font-family-Bold);
}

.ss-close {
    position: absolute;
    background-color: var(--third-color);
    color: rgba(143, 143, 143, 0.7490196078) !important;
    right: -11px;
    top: -11px;
    font-size: 18px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-weight: 800;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.form-label {
    font-size: 12px;
    font-weight: 600;
    font-family: var(--font-family-Bold);
    letter-spacing: 1px;
}

.modal-footer button {
    font-family: var(--font-family-Bold) !important;
}

.form-control,
.form-select,
.input-group-text {
    font-size: 13px;
    font-weight: 500;
    font-family: var(--font-family-Regular);
    letter-spacing: 1px;
}

/* modal */

/* setting */
.new_img {
    height: 80px;
    width: 80px;
    top: -62px;
    position: absolute;
    bottom: 0;
    /* border: 2px solid #fff; */
    border-radius: 18px;
    padding: 3px;
    object-fit: cover;
}

/* setting */

.report-tile div {
    font-size: 30px;
    font-weight: 800;
    color: #dfe3e8;
}

.report-tile div span {
    font-size: 11px;
    font-weight: 600;
    color: #dfe3e8;
}

.txt-color {
    color: #dfe3e8;
}

/* .radioBtn .btn-check:checked+.btn,
.radioBtn .btn.active,
.radioBtn .btn.show,
.radioBtn .btn:first-child:active,
:not(.radioBtn .btn-check)+.radioBtn .btn:active {
    background-color: #dfe3e8;
    border-color: #dfe3e8;
}

.radioBtn .btn{
    font-size: 13px;
    font-weight: 600;
    padding: 6px 12px;
    border-color: #dfe3e8;
    border-radius: 5px;
    color: #dfe3e8;
} */
.ss-Select {
    line-height: 1.2;
    font-size: 12px;
    font-weight: 500;
    border-radius: 3px;
}

.radioBtn {
    display: flex;
    flex-wrap: wrap;
    font-family: var(--font-family);
}

.bankRadio {
    display: inline-block;
    font-family: var(--font-family);
    /* flex-wrap: wrap; */
}

.radioBtn .col {
    flex: 1 1 auto;
    padding: 0 5px;
    text-align: center;
}

.bankRadio .col {
    flex: 1 0 auto;
    padding: 0 5px;
    text-align: center;
}

.bankRadio .col:first-child {
    padding-left: 0px;
}

.radioBtn .btn-check,
.bankRadio .btn-check {
    display: none;
}

.radioBtn .btn,
.bankRadio .btn {
    display: inline-block;
    width: 100%;
    /* padding: 7px 0; */
    /* font-size: 11px; */
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #dfe3e8;
    border-radius: 4px;
    color: #dfe3e8;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    /* letter-spacing: 1px; */

}

.ss-pointer .bankRadio .btn {
    cursor: unset !important;
    font-family: var(--font-family-Graphik-Light) !important;
}

.btn span {
    cursor: pointer;
}

.filterRadioButton .btn {
    font-size: 15px !important;
    /* width: 120px; */
    min-width: 130px;
    max-width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
}

/* .bankRadio .btn {
    font-weight: 600 !important;
} */

.radioBtn .btn:hover,
.bankRadio .btn:hover {
    background-color: #dfe3e8;
}

.radioBtn .btn-check:checked+.btn,
.bankRadio .btn-check:checked+.btn {
    background-color: #dfe3e8;
    /* color: #fff; */
    border-color: #dfe3e8;
}

.mt-15 {
    /* margin-top: 15px; */
    margin-top: 8px;
}

.ssNavTab {
    border: 0;
}

.ssNavTab .nav-item .nav-link {
    margin: 0px 5px !important;
    /* font-size: 15px; */
    font-size: 19px;
    font-weight: 400;
    /* padding: 5px 5px 0px 5px; */
    padding: 5px 0px 0px 5px;
    border-radius: 0;
    background-color: transparent;
    border: 0;
    /* font-family: var(--font-family-Thin); */
    font-family: var(--font-family-Graphik-Light);
}

.ssNavTab .nav-item .nav-link:hover {
    color: rgb(49, 57, 50) !important;
}

.ssNavTab .nav-item.show .nav-link,
.ssNavTab .nav-link.active,
.ssNavTab .nav-link.active:focus,
.ssNavTab .nav-link.active:hover {
    color: rgb(49, 57, 50) !important;
    font-weight: 800;
    font-family: var(--font-family-Graphik-Semibold);
}

/* .ssNavTab .nav-item .nav-link {
    font-size: 13px;
    font-weight: 600;
    padding: 5px 20px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #c7dfd6;
}

.ssNavTab .nav-item .nav-link:hover {
    color: #fff;
}

.ssNavTab .nav-item.show .nav-link,
.ssNavTab .nav-link.active,
.ssNavTab .nav-link.active:focus,
.ssNavTab .nav-link.active:hover {
    color: #000000;
} */

@media (max-width: 767px) {

    /* .ssNavTab .nav-item {
        margin: 0px 3px;
    }

    .ssNavTab .nav-item .nav-link {
        font-size: 10px;
        padding: 3px;
    } */
    .header .logo-img {
        height: 40px;
    }

    .radioBtn .col,
    .bankRadio .col {
        flex: 0 0 auto;
        width: 50%;
    }

    .bankRadio {
        display: flex;
        flex-wrap: wrap;
    }

    .nps-Chart div canvas {
        height: auto !important;
    }

    .user-details img {
        margin-bottom: 4px !important;
    }
}

/* Account Settings */
.nav-link {
    display: block;
    /* padding: 0.5rem; */
    color: #1e2022;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out;
    font-weight: 600;
    /* font-size: 12px; */
}

.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 0.375rem;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link.active:hover,
.nav-pills .nav-link.active:focus {
    background-color: var(--primary-color);
    color: #fff;
    /* box-shadow: 0 0.125rem 0.25rem 0 #087f43 !important; */
    box-shadow: 0 0.125rem 0.25rem 0 #f06b22bf !important;
}

.nav .nav-link:hover,
.nav .nav-link:focus {
    color: #566a7f;
}

.cursor-pointer {
    cursor: pointer;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.3375rem 0.875rem;
    color: #697a8d;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #d9dee3;
    border-radius: 0.375rem;
}

.border-right {
    border-right: 0;
}

/* Account Settings */

/* loader start */
.loader-container {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    background: rgba(255, 255, 255, 0.7);
    z-index: 99999;
    top: 0;
    left: 0;
}

.spinner {
    width: 64px;
    height: 64px;
    border: 8px solid;
    border-color: #087f43 transparent #087f43 transparent;
    /* border-color: #6bb94a transparent #6bb94a transparent; */
    border-radius: 50%;
    animation: spin-anim 1.2s linear infinite;
}

@keyframes spin-anim {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* loader end */

/*Priti*/
.add-btn-outline {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    background-color: var(--third-color);
    padding: 9px 12px;
    color: var(--fourth-color);
    border-radius: 3px;
    border: 1px solid var(--fourth-color);
    font-family: var(--font-family);
    /* box-shadow: rgb(0 0 0 / 28%) 1.95px 1.95px 2.6px; */
}

/*Priti End*/

/* badge */

.ss-badge {
    font-size: 11px !important;
    height: 20px !important;
}

/* badge */

/* select */

.MuiInputBase-input {
    font-size: 13px !important;
    font-weight: 500 !important;
    /* height: 30px!important; */
    font-family: var(--font-family) !important;
}

.MuiInputLabel-root {
    font-size: 13px !important;
    font-weight: 500 !important;
    /* font-family: var(--font-family) !important; */
    font-family: var(--font-family-Regular) !important;
}

.MuiInputBase-root {
    font-family: var(--font-family) !important;
}

.autoComplete-select .MuiAutocomplete-listbox {
    font-family: var(--font-family) !important;
}

.autoComplete-select .MuiInputBase-input {
    /* font-family: var(--font-family) !important; */
    font-family: var(--font-family-Regular) !important;
    letter-spacing: 1px;
}

.MuiPaper-root {
    font-size: 13px !important;
}

/* select */

/* Switch */

.ss-switch {
    height: 32px !important;
}

.ss-switch .Mui-checked {
    color: #087f43 !important;
}

.ss-switch .MuiSwitch-thumb {
    width: 17px !important;
    height: 17px !important;
}

.ss-switch .Mui-checked+.MuiSwitch-track {
    background-color: #087f43 !important;
}

.ss-switch .MuiSwitch-switchBase {
    top: -2px !important;
}

/* Switch */

/* error msg */
.errorMSG {
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    font-family: var(--font-family-Regular);
    letter-spacing: 1px;
}

/* error msg */

.modal-body-custom {
    max-height: 60vh;
    /* Adjust the max height as needed */
    overflow-y: auto;
}

.normHead {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    /* margin-bottom: 25px; */
    font-family: var(--font-family-Bold) !important;
}

.simText {
    font-size: 12px;
    font-weight: 500;
    font-family: var(--font-family-Regular) !important;
    letter-spacing: 1px;
}

.ssDiv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

@media (max-width: 767px) {
    .main-content {
        padding: 5px;
    }

    /* .ss-nav {
        margin-top: 15px;
    }

    .ss-nav .nav-item {
        border-bottom: 1px solid #d5d5d5;
        margin-bottom: 3px;
    }

    .ss-nav .nav-item .nav-link.active {
        color: #ffff;
        border-radius: 3px;
        background-color: transparent;
    } */

    /* .dropdown-menu[data-bs-popper]{
        right: 0px;
        left: unset;
    } */
    .navbar-toggler {
        padding: 3px;
    }

    .modal.show .modal-dialog {
        padding: 15px;
    }

    .radioBtn .col {
        margin-bottom: 5px;
    }

    .ssDiv {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .npsChart {
        font-size: 14px !important;
    }
}

.npsChart {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.fs25 {
    font-size: 25px;
}

.ss-nav-pills .nav-link {
    font-size: 13px;
    font-weight: 600;
    font-family: var(--font-family-Bold);
    letter-spacing: 1px;
}

.card-header {
    font-size: 15px;
    font-weight: 700;
    /* background: #0aa859; */
    background-color: transparent;
    color: #000;
    margin: 10px 0px 0px 0px;
    border-bottom: 1px solid #dedede !important;
    font-family: var(--font-family-Bold);
    letter-spacing: 1px;
}

.save-btn span {
    font-family: var(--font-family-Bold);
    letter-spacing: 1px;
}

.fontFamily,
button {
    font-family: var(--font-family) !important;
}

.reportsAutocompleteInput .MuiInputLabel-root.Mui-focused {
    color: rgb(223 227 232) !important;
}

.reportsAutocompleteInput .MuiInputBase-root {
    background-color: rgb(48, 57, 49);
    color: white;
}

.reportsAutocompleteInput .MuiInputLabel-root {
    color: white;
}

.reportsAutocompleteInput .MuiInputLabel-root.Mui-focused {
    color: white;
}

.reportsAutocompleteInput .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline {
    border-color: white !important;
}

.reportsAutocompleteInput .MuiSvgIcon-root {
    fill: white;
}

/* .npspadding-lr {
    padding-left: 100px !important;
    padding-right: 100px !important;
}

.funnelpadding-lr {
    padding-left: 63px !important;
    padding-right: 63px !important;
} */

@media (max-width: 767px) {
    /* .npspadding-lr,
    .funnelpadding-lr {
        padding-left: 0 !important;
        padding-right: 0 !important;
    } */
}

.tabHeading {
    border-bottom: 1px solid rgb(49, 57, 50);

    h3 {
        font-size: 25px;
        font-weight: 400;
        line-height: 2.1;
        margin-bottom: 0;
        /* font-family: var(--font-family-Thin); */
        font-family: var(--font-family-Graphik-Light);

        span {
            font-weight: 700;
            font-family: var(--font-family-Graphik-Semibold);
        }
    }
}

.filterCheckBox {
    display: flex;
    align-items: center;
    justify-content: left;

    div {
        .btn {
            font-size: 15px;
            /* font-weight: 400; */
            padding: 0px;
            margin-right: 7px;
            /* font-family: var(--font-family-Thin); */
            font-family: var(--font-family-Graphik-Light);
            /* letter-spacing: 1px; */
        }
    }
}

.filterCheckBox .borderStart {
    border-left: 1.9px solid #80b280 !important;
    height: 14px;
    margin: 0px 10px;
}

.filterCheckBox .btn-check:checked+.btn,
.filterCheckBox .btn.active,
.filterCheckBox .btn.show,
.filterCheckBox .btn:first-child:active,
.filterCheckBox :not(.btn-check)+.btn:active {
    color: #506652;
    background-color: transparent;
    border-color: transparent;
    font-weight: 500;
    font-family: var(--font-family-Graphik-Medium);
}

.filterRadioButton .btn-check:checked+.btn,
.filterRadioButton .btn.active,
.btn.show,
.filterRadioButton .btn:first-child:active,
.filterRadioButton :not(.btn-check)+.btn:active {
    color: #fff;
    background-color: #f06b22;
    border-color: #f06b22;
    font-family: var(--font-family-Bold);
}

.lightButton .btn-check:checked+.btn,
.lightButton .btn.active,
.btn.show,
.lightButton .btn:first-child:active,
.lightButton :not(.btn-check)+.btn:active {
    color: rgb(49, 57, 50);
    background-color: #dae8d8;
    border-color: rgb(49, 57, 50);
    font-weight: 500;
    font-family: var(--font-family-Graphik-Regular);
}

.filterRadioButton .btn-check+.btn:hover {
    color: #fff;
    background-color: #f06b22;
    border-color: #f06b22;
}

.lightButton .btn-check+.btn:hover {
    color: rgb(49, 57, 50);
    background-color: #dae8d8;
    border-color: rgb(49, 57, 50);
}

.filterRadioButton {
    display: flex !important;
}

.filterRadioButton .col:first-child .btn {
    color: #fff !important;
    border-color: #f06b22 !important;
    font-family: var(--font-family-Graphik-Regular);
}

.filterRadioButton .btn {
    color: rgb(49, 57, 50);
    border-color: rgb(49, 57, 50);
    /* font-family: var(--font-family-Thin); */
    font-family: var(--font-family-Graphik-Light);
    /* letter-spacing: 1px; */
    /* padding-top: 6px;
    padding-bottom: 3px; */
}

/* .selectLable .reportsAutocompleteInput .MuiInputLabel-root {
    color: black !important;
    top: -5px;
}

.selectLable .reportsAutocompleteInput .MuiInputLabel-root .Mui-focused {
    color: black !important;
    top: -5px !important;
} */

.bg-CardColor {
    background-color: #f9fbf9;
}

.timelineFilter .btn {
    /* border: 1px solid #000 !important; */
    border: 1px solid rgb(49, 57, 50) !important;
    color: rgb(49, 57, 50) !important;
    /* font-family: var(--font-family-Thin); */
    font-family: var(--font-family-Graphik-Light);
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 13px !important;
}

.timelineFilter .btn-check:checked+.btn {
    /* background-color: #000 !important; */
    background-color: rgb(49, 57, 50) !important;
    color: #fff !important;
    /* font-family: var(--font-family-Bold); */
    font-family: var(--font-family-Graphik-Light);
}

.timelineFilter .btn:hover {
    /* background-color: #000 !important; */
    background-color: rgb(49, 57, 50) !important;
    color: #fff !important;
}

.timelineFilter .col {
    width: 33%;
}

@media (max-width: 767px) {
    .mt-15 {
        margin-top: 0px;
    }

    .ssNavTab .nav-item .nav-link {
        margin: 10px 0px 0px !important;
        font-size: 15px;
    }

    /* .ss-content {
        margin-top: 83px !important;
    } */

    .tabHeading h3 {
        font-size: 22px;
        line-height: 1.1;
        padding-bottom: 10px;
    }

    .borderStart {
        display: none;
    }

    .filterCheckBox {
        flex-wrap: wrap;
        line-height: 1;

        div {
            .btn {
                font-size: 14px;
            }
        }
    }

    .filterRadioButton .col {
        /* width: 33%; */
        min-width: 130px;
        max-width: 100%;
    }

    .App canvas {
        width: 100% !important;
        height: 350px !important;
    }

    /* .selectLable .MuiOutlinedInput-root {
        padding-right: 40px !important;
    }

    .selectLable .MuiInputBase-input {
        font-size: 11px !important;
    }

    .selectLable .MuiIconButton-root {
        margin-right: -9px;
    } */

    .metricChart canvas {
        width: 100% !important;
        height: 300px !important;
    }

    /* .npsChart canvas {
        width: 100% !important;
        height: 300px !important;
    } */
    .tilelineFilter {
        display: flex;
        align-items: center;

        .col {
            width: auto;
            margin-bottom: 0px !important;
            line-height: 1;
            margin-right: 10px;
        }
    }

    .tilelineFilter .col .btn {
        font-size: 11.5px !important;
    }

    .filterRadioButton .col {
        margin-bottom: 8px;
        padding-left: 0px;
    }

    .timelineFilter .col {
        padding-left: 0px;
    }
}

.mb-15 {
    margin-bottom: 15px;
}

.filterSelect {
    /* background-color: #000; */
    background-color: rgb(49, 57, 50);
    color: #fff;
    /* --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") */
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23ffffff' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.filterSelect option {
    background-color: #fff;
    color: #000;
    padding: 10px 20px;
}

.filterSelect option:hover {
    background-color: transparent;
    /* Background color for option on hover */
}

.filterSelect:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(0 0 0 / 8%);
}

/* .filterSelect option:hover{
    background-color: transparent!important;
} */

.filterSelect option:checked {
    font-weight: bold;
}

.tilelineFilter .btn-check:checked+.btn {
    background-color: transparent !important;
    border-color: transparent !important;
    font-family: var(--font-family-Graphik-Semibold);
}

.tilelineFilter .col {
    margin-bottom: 5px !important;
    padding: 0px !important;
}

.tilelineFilter .col .btn {
    font-size: 15px;
    font-weight: 500 !important;
    padding: 0px !important;
    border: 0;
    text-align: left !important;
    color: rgb(49, 57, 50);
    /* font-family: var(--font-family-Thin); */
    font-family: var(--font-family-Graphik-Regular);
    /* letter-spacing: 1px; */
}

.tilelineFilter .btn:hover {
    background-color: transparent !important;
}

.tilelineFilter .btn-check:checked+.btn,
.tilelineFilter .btn.active,
.tilelineFilter .btn.show,
.tilelineFilter .btn:first-child:active,
.tilelineFilter :not(.btn-check)+.btn:active {
    color: rgb(49, 57, 50);
    background-color: transparent !important;
    border-color: transparent !important;
    font-weight: 700 !important;
}

.hr-line {
    color: black;
}

.selectWidth .form-select {
    width: 140px !important;
}

.ss-content-2 {
    display: contents !important;
}

.swal2-title {
    font-family: var(--font-family-Bold) !important;
}

.rdt_Pagination {
    font-family: var(--font-family-Regular) !important;
    letter-spacing: 1px;
}

.swal2-html-container {
    font-family: var(--font-family-Regular) !important;
    letter-spacing: 1px;
}

.swal2-actions button {
    font-family: var(--font-family-Bold) !important;
    letter-spacing: 1px;
}

.text-muted {
    font-family: var(--font-family-Thin) !important;
    letter-spacing: 1px;
}

.main_bank-span {
    color: rgb(49, 57, 50) !important;
}

.rdt_Table {
    font-family: var(--font-family-Regular) !important;
    letter-spacing: 1px !important;
}

.select-hover-background:hover {
    background-color: #000f !important;
}

.custom-dropdown {
    position: relative;
    width: 160px;
    /* font-family: "VisbyCF-Medium", sans-serif; */
    font-family: var(--font-family-Graphik-Light);
}

.dropdown-header {
    padding: 3px 10px;
    background-color: rgb(49, 57, 50);
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid transparent;
    border-bottom: none;
    font-size: 13px;
}

.dropdown-list {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid rgb(49, 57, 50);
    border-top: none;
    max-height: 200px;
    overflow-y: auto;
    background-color: #f9fbf9;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.dropdown-header .arrow {
    font-size: 15px;
    transform: scale(1.79);
}

.dropdown-item-select {
    padding: 3px 10px;
    cursor: pointer;
    font-size: 15px;
    font-family: var(--font-family-Graphik-Light);
}

.dropdown-item-select:hover {
    background-color: #f9fbf9;
    color: rgb(49, 57, 50);
}

.dropdown-item-select.selected {
    font-size: 15px;
    font-weight: bold;
    color: rgb(49, 57, 50);
    font-family: var(--font-family-Graphik-Semibold);
    background-color: #f9fbf9;
}

.dropdown-border {
    /* border: 1px solid rgb(49, 57, 50); */
    border-radius: 5px;
}

.border-bottom-left-right-radius {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.border-bottom-right-radius {
    border-bottom-right-radius: 5px;
}

.login-img {
    height: 45px;
    margin-bottom: 20px;
}

@media (min-width: 767px) and (max-width:991px) {
    .filterCheckBox div .btn {
        font-size: 12px !important;
    }

    .filterRadioButton .btn {
        font-size: 12px !important;
        /* padding-top: 3px;
        padding-bottom: 3px; */
        width: 100%;
    }

    .ssNavTab .nav-item .nav-link {
        font-size: 15px;
    }

    .user-details img {
        margin-bottom: 4px !important;
    }

    .tabHeading h3 {
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .custom-dropdown {
        width: 135px !important;
    }

    .tilelineFilter .col {
        margin-bottom: 9px !important;
    }

    .tilelineFilter .col .btn {
        font-size: 13px !important;
        line-height: 15px !important;
    }

    .lineChartFunnel canvas {
        height: 300px !important;
    }

    .lineChartAttributes canvas {
        height: 350px !important;
    }
}


@media (max-width: 767px) {
    .filterRadioButton .btn {
        font-size: 13px !important;
        /* padding-top: 0.375rem; */
        /* padding-bottom: 0.375rem; */
        width: 100%;
    }

    .filterRadioButton {
        margin-bottom: 0px !important;
    }

    .timelineFilter .btn {
        font-size: 13px !important;
    }

    .break-word .col label,
    .break-word-2 .col label {
        word-wrap: unset !important;
        width: 100% !important;
    }

    .lineChart canvas {
        height: 250px !important;
    }

    .dropdown-header {
        font-size: 11px !important;
        width: 130px !important;
    }

    .dropdown-item-select {
        font-size: 11px;
    }

    .dropdown-item-select.selected {
        font-size: 11px;
    }

    .dropdown-list {
        width: 130px;
    }
}

@media (min-width: 320px) and (max-width:375px) {
    .filterRadioButton .btn {
        font-size: 10px !important;
        /* padding-top: 0.375rem;
        padding-bottom: 0.375rem; */
        width: 100%;
    }

    .timelineFilter .btn {
        font-size: 10px !important;
    }

    .header .logo-img {
        height: 30px;
    }

    .user-details img {
        height: 35px;
        width: 35px;
    }

    .ssNavTab .nav-item .nav-link {
        font-size: 13px !important;
    }

    .dropdown-header {
        font-size: 11px !important;
        width: 100px !important;
    }

    .dropdown-list {
        width: 100px;
    }
}

.eye-icon {
    position: absolute;
    top: 0;
    right: 0;
    height: 58px;
    color: #000;
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

@media (min-width: 767px) {
    .break-word .col label {
        text-align: left !important;
        line-height: 18px !important;
    }

    .break-word .col,
    .break-word-2 .col {
        margin-bottom: 10px !important;
    }

    .break-word-2 .col label {
        text-align: left !important;
        line-height: 18px !important;
    }
    body .competerBtn {
        flex-wrap: wrap !important;
        justify-content: start !important;
    }

    body .competerBtn .col {
        min-width: 130px;
        max-width: 100%;
        flex: unset !important;
        margin: 3px 0;
        padding: 0 7px 0 0;
    }

}

.ss-phone .form-control:focus {
    box-shadow: none !important;
    outline: 0 !important;
    border-color: transparent !important;
}

.px-37 {
    padding-left: 37px;
    padding-right: 37px;
}

.breakWord {
    font-size: 13px;
    word-wrap: break-word;
}

.toggle-width{
    width: 145px;
}


/************************** Report Dashboard *************************/

.card {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    min-width: 0 !important;
    word-wrap: break-word !important;
    background-color: #fff !important;
    background-clip: border-box !important;
    border: 0 solid #d9dee3 !important;
    border-radius: 15px !important;
  }

  .card>hr {
    margin-right: 0;
    margin-left: 0;
  }

  .card>.list-group {
    border-top: inherit;
    border-bottom: inherit;
  }

  .card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .card>.card-header+.list-group,
  .card>.list-group+.card-footer {
    border-top: 0;
  }

  .card-body {
    flex: 1 1 auto;
    padding: 1rem;
  }

  .card-title {
    margin-bottom: 0.875rem;
  }
  
  .ss-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .accordion-body{
    background-color: #f6f6f6 !important;
  }

  .accordion-body p{
    margin-bottom: 0.2rem !important;
  }


/************************** Report Dashboard *************************/