/* Base CSS */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

/* img {
    max-width: 100%;
    height: auto;
} */

h1, h2, h3, h4, h5, h6 {
    color: #121A3C;
    font-family: 'Inter', sans-serif;
}

body {
    height: 100% !important;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    background: #F9F9FA;
}


.selector-for-some-widget {
    box-sizing: content-box;
}

a:hover {
    text-decoration: none
}

.g-card-right {
    padding-left: 10px;
}

/*---------------------- Header area start ----------------------*/

.menu-close {
    font-size: 22px;
    color: #3d424e;
    position: absolute;
    top: 18px;
    left: 19px;
    cursor: pointer;
    transition: .4s;
}

.menu-close:hover {
    color: #2AB66A;
}

.offcanvas-area {
    position: fixed;
    right: -100%;
    height: 100%;
    width: 300px;
    background: #F5FCFF;
    z-index: 6;
    padding-top: 35px;
    -webkit-transition: .4s;
    transition: .4s;
    visibility: hidden;
    top: 0;
}

.offcanvas-area.active {
    right: 0;
    visibility: visible;
}

.offcanvas-area .main-menu ul li a {
    font-size: 18px;
    color: #3D424E;
    margin-left: 30px;
    margin-bottom: 18px;
    display: block;
}

.offcanvas-area .main-menu ul li a:hover, .offcanvas-area .main-menu ul li a[aria-expanded="true"] {
    color: #2AB66A;
}

.offcanvas-menu .main-menu ul {
    display: block;
    padding-top: 94px;
    padding-left: 0;
    margin-bottom: 65px;
}

.offcanvas-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 5;
}

.offcanvas-overlay.active {
    opacity: .4;
    visibility: visible;
}

.menu-open {
    font-size: 27px;
    color: #2AB66A;
    display: none;
    cursor: pointer;
    position: relative;
    top: 2px;
    margin-left: 20px;
    margin-right: 8px;
}

.offcanvas-menu .common-btn {
    font-size: 17px;
    padding: 9px 30px;
    border-radius: 12px;
}

.subb-menu {
    padding-left: 10px;
}

.offcanvas-area .main-menu .subb-menu a {
    font-size: 16px;
    margin: 0px;
    padding-left: 10px;
    margin-left: 26px;
    margin-bottom: 10px;
}

.offcanvas-area .main-menu .subb-menu a:last-child {
    margin-bottom: 20px;
}


.no-after::after {
    display: none;
}



.header-nav ul li a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 11.5px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #373F4C;
    text-decoration: none;
    margin-right: 40px;
    transition: .3s;
    position: relative;
    top: -1px;
}

.header-nav {
    padding-left: 40px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 5px;
    padding-bottom: 5px;
}

.header-nav ul li a:hover {
    color: #51A97D;
}

.header-logo {
    padding: 0 10px;
    margin-right: 26px;
}

.header {
    padding: 11px 10px;
    background: #FFFFFF;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    transition: .3s;
    position: sticky;
    top: 0;
    z-index: 8;
}

.offcanvas-area {
    position: fixed;
    right: -100%;
    height: 100%;
    width: 300px;
    background: #f5fcff;
    z-index: 92;
    padding-top: 35px;
    transition: 0.4s;
    visibility: hidden;
    top: 0;
    max-height: 100vh;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 50px;
}

.offcanvas-area::-webkit-scrollbar {
    display: none;
}

.offcanvas-area .menu-close {
    font-size: 22px;
    color: #575E65;
    position: absolute;
    top: 18px;
    left: 19px;
    cursor: pointer;
    transition: 0.4s;
}

.offcanvas-area .menu-close:hover {
    color: #8282fe;
}

.offcanvas-area .main-menu ul li a {
    font-size: 16px;
    color: #575E65;
    display: block;
    transition: 0.3s;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid #ddd;
    padding: 10px 19px;
    margin: 0;
}

.offcanvas-area .main-menu ul li:first-child a {
    border-top: 1px solid #ddd;
}

.offcanvas-area .main-menu ul li a:hover {
    color: #8282fe;
}

.offcanvas-area.active {
    right: 0;
    visibility: visible;
}

.offcanvas-menu .main-menu ul {
    display: block;
    padding-top: 94px;
    padding-left: 0;
    margin-bottom: 65px;
}

.offcanvas-menu .common-btn {
    font-size: 17px;
    padding: 9px 30px;
    border-radius: 12px;
}

.offcanvas-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    z-index: 91;
}

.offcanvas-overlay.active {
    opacity: 0.4;
    visibility: visible;
}

.menu-open {
    font-size: 24px;
    color: #323232;
    display: none;
    cursor: pointer;
    position: relative;
    top: 2px;
    margin-left: 17px !important;
    margin-right: 5px;
    transition: 0.3s;
}

input:hover {
    border-color: #7eb9f4 !important;
    border-width: 2px;
}

textarea:hover {
    border-color: #7eb9f4 !important;
    border-width: 2px;
}

textarea:focus {
    border-color: #51A97D !important;
}

.form-item .form-control {
    box-shadow: none !important;
    height: 46px;
}

.form-item textarea.form-control {
    height: auto;
}

.form-item .form-control:hover {
    border-width: 1px;
}

.g-card-collapse .row .col-lg-5 .row .col-md-6:first-child {
    width: 56%;
}

.g-card-collapse .row .col-lg-5 .row .col-md-6:last-child {
    width: 44%;
}

.custom-input {
    display: inline-block;
    background: #fff;
    height: 32px;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
    border-radius: 4px !important;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #757575;
    padding: 5px 5px;
    width: 80px !important;
    margin-right: 7px;
    margin-bottom: 5px;
    outline: none;
    flex: 0 0 auto !important;
    text-align: center;
}

.accordion-button:focus {
    box-shadow: unset;
}

.select2.select2-container {
    width: 100% !important;
}

.select2-selection.select2-selection--single {
    min-height: 35px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
}

.question-modal .modal-body {
    max-height: 567px;
    overflow-y: auto;
}

.accordion-item {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border-top: 1px solid rgba(0, 0, 0, .125);
    box-shadow: none !important;
}


.menu-open:hover {
    color: #3d424e;
}

.card-item-body {
    min-height: 104px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
}

.card-item {
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
}

.card-item-body::-webkit-scrollbar, .card-item::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}


.container.px-4 {
    padding: 0 45px !important;
}

/*---------------------- Header area end ----------------------*/


/*---------------------- Main area start ----------------------*/
.main {
    padding-bottom: 10px;
}

.cards-wrapper {
    background: #F9F9FA !important;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    padding: 22px 0;
    margin-top: 12px;
}

.section-title {
    padding-bottom: 15px;
}

.section-title h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 1.1;
    margin-bottom: 0;
}

.search-form {
    width: 270px;
    position: relative;
    flex: 0 0 auto;
    margin-left: 10px;
}

.search-form input {
    width: 100%;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    padding: 5px 9px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #8A8A8A;
    height: 35px;
    outline: none;
}

.search-form button {
    position: absolute;
    right: 8px;
    background: transparent;
    border: 0;
    top: 5px;
    z-index: 1;
    font-size: 15px;
    color: #8A8A8A;
}

.card-item {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    padding: 16px;
    position: relative;
    margin-bottom: 15px;
    padding-top: 14px;
    cursor: pointer;
    height: 200px;
    overflow-y: scroll;
    transition: .3s;
}

.card-item:hover {
    border-color: #dceee5;
}

.card-item-top p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0;
}

.card-item-top .bulb-icon {
    position: relative;
    flex: 0 0 auto;
    margin-left: 10px;
}

.card-item-body h5 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.1;
    letter-spacing: -0.021em;
    margin-bottom: 8px;
}

.card-item-top {
    margin-bottom: 15px;
}

.card-item-body p {
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0.007em;
    margin-bottom: 11px;
    word-break: break-all;
}

.card-item-preview {
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    bottom: auto;
    left: 0;
}

.card-item:hover .card-item-preview,
.card-item.active .card-item-preview {
    opacity: 1;
    visibility: visible
}

.card-item-preview a {
    background: rgb(220, 238, 229);
    border-radius: 3px 3px 0px 0px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    display: flex;
    align-items: center;
    letter-spacing: 0.06em;
    color: #373F4C;
    text-decoration: none;
    padding: 12px 0;
}

.cards-footer p {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: center;
    color: #8A8A8A;
    margin: 0;
}

.text-btn {
    flex: 0 0 auto;
    margin-left: 20px;
    display: inline-block;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #51A97D;
    background: #FFFFFF;
    border: 1px solid #51A97D;
    border-radius: 3px;
    transition: .3s;
}

.cards-footer p a {
    color: #8A8A8A;
    margin-left: 5px;
}

.text-btn:hover {
    background: #51A97D;
    color: #fff;
}

.project-nav-links {
    display: flex;
}

.project-nav-links a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: center;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #8A8A8A;
    text-decoration: none;
    margin-left: 25px;
    transition: .3s;
}

.project-nav-links a:hover {
    color: #51A97D;
}

.project-nav-links a.active {
    color: #373F4C;
    font-weight: 600;
}

.project-nav {
    padding-bottom: 14px;
}

.project-nav p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #373F4C;
    margin: 0;
}

.dot-circle {
    width: 10px;
    height: 10px;
    display: inline-block;
    border: 2px solid #0099FF;
    border-radius: 6px;
    margin-left: 3px;
    position: relative;
    top: 1px;
}

.count {
    background: #F2F2F2;
    border: 1px solid #E0E0E0;
    border-radius: 3px;
    font-family: 'Inter';
    font-size: 12px;
    line-height: 15px;
    display: inline-block;
    text-align: center;
    color: #373F4C;
    padding: 0 6px;
}

.card-progress-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0.0085em;
    color: #8A8A8A;
    margin-bottom: 9px;
}

.card-progressbar {
    border-radius: 3px;
    background: #9BCCB3;
    width: 100%;
    height: 4px;
}

.card-item-body.project-card-body p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 159.02%;
    letter-spacing: -0.021em;
    color: #373F4C;
    min-height: 70px;
}

.dot-circle.dot-green {
    border-color: #51A97D;
}

.dot-circle.dot-red {
    border-color: #D74058;
}

.dot-circle.dot-gray {
    border-color: #CACACA;
}

.project-form {
    border-left: 2px dashed #E0E0E0;
    padding-left: 45px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.mw-450 {
    max-width: 450px;
}

.common-content h4 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 1.1;
    color: #373F4C;
    margin-bottom: 25px;
}

.common-content h4 span {
    position: relative;
    top: -2px;
    margin-right: 4px;
}

.common-content h6 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #4B4B4B;
    margin-bottom: 10px;
}

.p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #6B6B6B;
    margin-bottom: 15px;
}

.form-item label {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    color: #4B4B4B;
    margin-bottom: 7px;
}

.form-item {
    margin-bottom: 28px;
}

.btn {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0.06em;
    color: #FFFFFF;
    border-radius: 3px;
    min-width: 100px;
    padding: 10px;
}

.btn.btn-success {
    background: #51A97D;
    border-color: #51A97D;
}

.btn.btn-success:hover {
    border-color: #373F4C;
    background: #373F4C;
}

.step {
    background: #FFFFFF;
    border: 1px solid #CBC8C8;
    border-radius: 3px;
    flex-wrap: wrap;
    padding: 2px 13px;
    padding-bottom: 3px;
    margin-bottom: -12px;
    z-index: 1;
    position: relative;
}

.step-item {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0.06em;
    font-variant: small-caps;
    color: #A8A8A8;
}

.step-item.active {
    color: #51A97D;
}

.step-item.complete {
    color: #373F4C;
}

.step-item i {
    font-size: 12px;
}

.step-border {
    background: #A8A8A8;
    width: 25px;
    height: 1px;
    margin: 0 6px;
    opacity: .8;
    position: relative;
    top: 1px;
}

.g-card {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    padding: 8px 11px;
    margin-top: 12px;
}

.g-card-content h5 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
    color: #373F4C;
    margin-bottom: 6px;
}

.g-card-content p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.0063em;
    color: #8A8A8A;
    margin-bottom: 6px;
}

.g-card-tags a {
    background: #EAECEE;
    border: 1px solid rgba(55, 63, 76, 0.2);
    border-radius: 3px;
    text-decoration: none;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    display: inline-block;
    text-align: center;
    letter-spacing: 0.06em;
    color: #4B4B4B;
    padding: 0 5px;
}

.g-country-logo {
    width: 25px;
}

.g-card-left-icons {
    min-width: 30px;
    margin-right: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.g-card-sort {
    margin-left: 6px;
    cursor: pointer;
}

.g-card-sort img {
    transition: .3s;
}

.g-card-sort[aria-expanded="true"] img {
    transform: rotate(180deg);
}

.dropdown-item span {
    flex: 0 0 auto;
    min-width: 12px;
    display: inline-block;
}

.dropdown-menu {
    padding: 0;
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.25));
    min-width: 100px;
}

.dropdown-item {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    display: flex;
    align-items: center;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #6B6B6B;
    border-bottom: 1px solid #E0E0E0;
    padding: 4px 10px;
}

.g-card-label a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    display: inline-block;
    align-items: center;
    letter-spacing: 0.06em;
    color: #6B6B6B;
    background: #E0E0E0;
    border-radius: 3px;
    text-decoration: none;
    padding: 4px 10px;
}

.g-card-label {
    margin-top: 13px;
    text-align: end;
    padding-right: 30px;
}

.cards-wrap-links a.fill {
    color: #fff;
    border-color: #121A3C;
    background: #121A3C;
}

.cards-wrap-links a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0.06em;
    font-variant: small-caps;
    color: #8A8A8A;
    text-decoration: none;
    background: #FFFFFF;
    border: 1px solid #CBC8C8;
    border-radius: 3px;
    padding: 2px 7px;
    margin-left: 8px;
    padding-bottom: 3px;
}

.cards-wrap-links {
    margin-top: -12px;
}

.main {
    padding-bottom: 30px;
}

.modal-close {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 1;
    text-align: right;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #8A8A8A;
    background: transparent;
    border: 0;
    transition: .3s;
    position: absolute;
    left: 15px;
}

.modal-title {
    margin-bottom: 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.07em;
    text-align: center;
    width: 100%;
    color: #51A97D;
}

.modal-close i {
    color: #D0D0D0;
    transition: .3s;
}

.modal-close:hover,
.modal-close:hover i {
    color: #51A97D;
}

.template-cards-left {
    border-right: 1px solid #E0E0E0;
    padding-right: 18px;
    padding-bottom: 20px;
    padding-top: 18px;
}

.template-cards-left {
    border-right: 1px solid #E0E0E0;
    padding-right: 18px;
    padding-bottom: 20px;
    padding-top: 18px;
}

.category-links h5 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #4B4B4B;
    margin-bottom: 10px;
}

.category-links {
    padding-top: 15px;
}

.category-links a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #4B4B4B;
    display: block;
    text-decoration: none;
    line-height: 1.2;
    margin-bottom: 13px;
    padding-left: 14px;
}

.category-links a.active {
    font-weight: 600;
    color: #51A97D;
}

.category-links a:hover {
    color: #51A97D;
}

.s-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #4B4B4B;
    margin-bottom: 14px;
}

.template-cards {
    padding-top: 15px;
}

.modal-title.small {
    font-size: 12px;
    line-height: 15px;
}

.font-600 {
    font-weight: 600 !important;
}

.form-check {
    display: flex;
    align-items: center;
    padding: 0;
    margin-bottom: 12px;
}

.form-check-label {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 173.52%;
    text-align: start;
    letter-spacing: 0.0085em;
    color: #51A97D;
}

.form-check .form-check-input {
    float: none;
    margin-left: 5px;
    margin-top: 0;
    width: 12px;
    height: 12px;
    border-radius: 3px;
    flex: 0 0 auto
}

.form-check-input.bg-green:checked {
    background-color: #51A97D;
    border-color: #51A97D;
}

.form-check-input:checked {
    background-color: transparent;
    border-color: #51A97D;
}

.form-check-input.bg-green:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
    background-size: contain;
}


.form-check-input:checked[type="checkbox"] {
    background-image: url("../img/check.png");
    background-size: 7px 7px;
    background-repeat: no-repeat;
    background-position: center;
}


.test-question-item {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    padding: 10px 16px;
    border-bottom: 1px solid #E0E0E0;
}

.test-question-left h6 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 8px;
    line-height: 10px;
    display: flex;
    align-items: center;
    letter-spacing: 0.06em;
    color: #8A8A8A;
    margin-bottom: 3px;
}

.test-question-left h5 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 139.52%;
    letter-spacing: 0.0085em;
    color: #373F4C;
    margin-bottom: 4px;
}

.modal-footer-left p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #8A8A8A;
    margin-bottom: 0;
    margin-right: 9px;
}

.single-input>label {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #424242;
    margin-bottom: 8px;
    display: block;
}

.single-input {
    margin-bottom: 14px;
}

.select-buttons label {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
    border-radius: 4px !important;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #757575;
    padding: 6px 12px;
    min-width: 59px;
    margin-right: 7px;
    margin-bottom: 5px;
    width: auto;
    flex: 0 0 auto !important;
    letter-spacing: 0;
}

.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
    color: #757575;
    border: 1px solid #51A97D;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
    font-weight: 600;
    background: transparent;
}

.btn-outline-primary:hover {
    border: 1px solid #D4EEE1 !important;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
    background: transparent;
    color: #757575;
}

.select-buttons .btn-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.form-select {
    border: 1px solid #E0E0E0;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
    border-radius: 3px;
    height: 32px;
    padding: 5px 5px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #757575;
    padding-right: 32px;
    text-align: center;
}

.g-card-inner {
    border-right: 1px solid #E0E0E0;
    padding-right: 20px;
    height: 100%;
    margin-bottom: 14px;
}

.container-xl {
    max-width: 1700px;
}

.container-xl.container-2xl {
    max-width: 1830px;
}

.g-card-collapse {
    border-top: 1px solid #E0E0E0;
    padding-top: 10px;
    margin-top: 10px;
    margin-left: 40px;
}

.g-card-collapse .row .col-lg-5 .row {
    height: 98%;
}

.s-input-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
}

.s-input-item>label {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.1;
    color: #424242;
}

.s-input-data {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
    border-radius: 3px;
    width: 40px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #757575;
    text-align: center;
    outline: none;
    transition: .3s;
}

.s-input-data.active {
    border-color: #51A97D;
    font-weight: 600;
}

.s-input-data.active-2 {
    border: 3px solid #D4EEE1;
}

.card-item-footer {
    display: flex;
    align-items: center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 123.52%;
    letter-spacing: 0.0085em;
    color: #6B6B6B;
    padding-top: 10px;
}

.card-item-footer span {
    flex: 0 0 auto;
    margin-right: 3px;
    position: relative;
    top: -1px;
}

.btn.btn-success.btn-bordered {
    background: #fff;
    color: #51A97D;
    border-width: 2px;
}


.btn.btn-success.btn-bordered:hover {
    background: #51A97D;
    border-color: #51A97D;
    color: #fff;
}

.g-data-tags {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.g-data-tags a {
    background: #F2F2F2;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    text-decoration: none;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.06em;
    color: #373F4C;
    padding-left: 7px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-right: 4px;
    margin-bottom: 3px;
    padding-right: 4px;
}

.g-data-tags a span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 8px;
    line-height: 10px;
    text-align: center;
    color: #8A8A8A;
    border-left: 1px solid #E0E0E0;
    padding-left: 3px;
    margin-left: 3px;
    margin-top: -2px;
    margin-bottom: -2px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.test-question-left h4 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #8A8A8A;
    margin-bottom: 9px;
}

.text-italic {
    font-style: italic !important;
}

.accordion-button {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 22px;
    letter-spacing: 0.07em;
    color: #7E7E7E !important;
    padding-left: 0;
    border-left: 0 !important;
}

.accordion-button span {
    margin-left: 20px;
    transition: .3s;
}

.btn.btn-bordered.btn-sm.btn-success {
    border-width: 1px;
    padding: 2px 5px;
    letter-spacing: .1px;
}

.accordion-button::after {
    display: none;
}

.edit-link i {
    margin-right: 3px;
    position: relative;
    top: 2px;
}

.edit-link {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 1.3;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #51A97D;
    background: transparent;
    border: 0;
    display: flex;
    margin-top: 3px;
    text-align: start
}

.audience-data-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E0E0E0;
    padding: 7px 9px;
}

.audience-data-list:last-child {
    border: 0;
}

.audience-data-list h5 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.1;
    letter-spacing: -0.0063em;
    color: #4B4B4B;
    margin: 0;
}

.audience-data-list p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #757575;
    margin: 0;
    margin-left: 4px;
}

.audience-data-box.edit-mode .audience-data-list p span {
    font-size: 14px;
    position: relative;
    right: -4px;
}

.audience-data-box {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    padding: 13px 15px;
    height: 100%;
}

.tag {
    border-radius: 3px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: -0.0063em;
    padding: 2px 9px;
    background: #EFF0F1;
    border: 1px solid #CACDD0;
    color: #4B4B4B;
    border-radius: 3px;
    text-align: start;
    cursor: pointer;
    display: inline-block
}

.tag.red {
    color: #9F6A72;
    background: #FBECEE;
    border: 1px solid #EE8E9D;
}

.tag.green {
    color: #121A3C;
    background: #DCEEE5;
    border: 1px solid #51A97D;
}

.text-green {
    color: #51A97D !important;
}

.audience-answers {
    border-left: 1px solid #E0E0E0;
    padding-left: 26px;
    height: 100%;
}

.audience-data-box.edit-mode .audience-data-list p {
    display: flex;
    align-items: center;
    width: 42px;
    margin-left: 4px;
    padding-left: 0;
    flex: 0 0 auto;
}

.audience-data-box.edit-mode .audience-data-list p input {
    height: 24px;
    width: 100%;
    border: 0;
    font-size: 13px;
    padding: 0;
    outline: none;
    text-align: end;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    padding: 0px 3px;
}

.s-title.small {
    font-size: 11px;
    line-height: 1.2;
    margin-bottom: 4px;
}

.form-input label {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.1;
    color: #424242;
    flex: 0 0 auto;
    margin-right: 10px;
    margin-bottom: 7px;
}

.form-input textarea.form-control {
    height: auto;
    resize: none;
    min-height: 100px;
}

.form-input .form-control {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #757575;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    height: 32px;
    padding: 4px 10px;
}

.font-regular {
    font-weight: 400 !important;
}

.form-input {
    margin-bottom: 20px;
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.customize-list .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.g-card-tags a.green {
    color: #121A3C;
    background: #D4EEE1;
    border: 1px solid #51A97D;
}

.audience-data-list .d-flex .tag {
    margin-right: 6px;
    margin-bottom: 1px;
    margin-top: 2px;
}

.customize-accordion {
    padding-bottom: 16px;
}

.q-title {

    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;

    /* identical to box height */
    letter-spacing: 0.07em;

    color: #373F4C;

    margin-bottom: 0;
}

.cards-wrapper.has-p {
    padding: 20px;
    padding-top: 50px;
}

.ans-list-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #7E7E7E;
    padding: 8px 20px;
    border-bottom: 1px solid #E0E0E0;
    margin: 0 -15px;
}

.ans-list-title span {
    margin-right: 5px;
}

.ans-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E0E0E0;
    padding: 10px 12px;
    margin: 0 -15px;
    padding-left: 19px;
}

.ans-list-item h5 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #424242;
    margin: 0;
}

.ans-list-item p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #8A8A8A;
    margin: 0;
    display: flex;
    align-items: center;
}

.count-itemm {
    border: 1px solid #E0E0E0;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    padding: 6px 9px;
}

.on-off {
    background: #F7F7F7;
    border-radius: 3px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    color: #A8A8A8;
    padding: 6px 7px;
}

.on-off.active {
    border: 1px solid #51A97D;
    color: #51A97D;
    background: transparent;
}

.edit-question {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
}

.edit-question-title {
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E0E0E0;
}

.edit-question-title>a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #51A97D;
    text-decoration: none;
}

.edit-question-title>a img {
    position: relative;
    top: 1px;
}

.edit-question-item {
    padding: 9px 25px;
    border-bottom: 1px solid #E0E0E0;
}

.edit-question-item .s-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.07em;
    color: #373F4C;
}

.edit-question-body {
    padding: 15px 18px;
}

.alert {
    padding: 10px;
    padding-right: 32px !important;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    border-radius: 3px;
}

.alert span {
    flex: 0 0 auto;
    margin-right: 11px;
}

.alert.alert-primary {
    background: rgba(0, 153, 255, 0.1);
    color: #6B9CBC;
}

.alert.alert-danger {
    background: rgba(215, 64, 88, 0.1);
    color: #EE8E9D;
}

.summary-box {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    margin-bottom: 24px;
}

.summary-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.07em;
    color: #51A97D;
    padding: 8px 12px;
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
}

.summary-body {
    padding: 20px;
}

.summary-inner-box {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    margin-bottom: 12px;
    list-style: none;
}

.sb-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.07em;
    color: #4B4B4B;
    padding: 9px 10px;
    text-align: center;
    border-bottom: 1px solid #E0E0E0;
}

.sb-body {
    padding: 15px;
}

.sb-list li {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.06em;
    color: #4B4B4B;
    display: flex;
    margin-bottom: 11px;
    text-align: start;
}

.sb-list li span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #000000;
    min-width: 104px;
    text-align: left;
    margin-right: 10px;
}

.summary-box .test-question-item {
    border: 0;
    border-bottom: 1px solid #E0E0E0;
}

.cost-list {
    list-style: none;
}

.cost-list li {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #4C4C4C;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E0E0E0;
    padding: 10px 1px;
}

.cost-list p {
    margin: 0;
}

.cost-list li span {
    font-size: 15px;
    margin-left: 5px;
}

.text-red {
    color: #D74058 !important;
}

.total-cost {
    display: flex;
    justify-content: end;
    align-items: start;
    padding-top: 9px;
}

.total-cost h5 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    color: #51A97D;
    min-width: 98px;
}

.total-cost h5:last-child {
    min-width: 98px;
    text-align: end;
}

.pay-wrap li {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.07em;
    color: #8A8A8A;
    margin-bottom: 10px;
}

.pay-wrap li b {
    font-weight: 600;
    min-width: 175px;
    display: inline-block;
}

.pay-wrap li span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.07em;
    color: #4B4B4B;
}

.pay-wrap h5 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.0063em;
    color: #4B4B4B;
}

.pay-wrap {
    padding: 17px 25px;
    list-style: none;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
}

.pay-wrap li:last-child {
    margin: 0;
}

.btn.btn-success.btn-gray {
    background: #CBC8C8;
    border-radius: 3px;
    width: 100%;
    border-color: #cbcbcb;
}

.g-card-tags a.light-green {
    color: #51A97D;
    background: rgba(81, 169, 125, 0.2);
    border-color: rgba(81, 169, 125, 0.2);
    padding: 3px 6px;
}

.cards-wrap-links a.active {
    color: #51A97D;
    border-color: #51A97D;
}

.g-card-label a.active {
    background: #51A77C1C;
    color: #51A97D;
}

.g-select {
    width: 200px;
}

.charrt-box {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 3px;
    padding: 12px;
    margin-bottom: 20px;
}

.chart-box-column {
    padding: 0 10px;
    width: 14.286%;
    flex: 0 0 auto;
}

.chart-boxes {
    display: flex;
    margin: 0 -10px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.charrt-box h6 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.07em;
    color: #A8A8A8;
    margin-bottom: 5px;
}

.charrt-box h5 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #373F4C;
    margin-bottom: 5px;
}

.charrt-box p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #51A97D;
    display: flex;
    align-items: center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #51A97D;
}

.charrt-box p span {
    position: relative;
    top: -1px;
    margin-left: 3px;
}

.charrt-box h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 1;
    color: #373F4C;
    margin: 1px;
    min-height: 45px;
    display: flex;
    align-items: end;
    justify-content: end;
    padding-right: 2px;
}

.select2-selection {
    transition: .3s;
}

.select2-selection:hover {
    border-color: #D4EEE1 !important;
}

.select2.select2-container--open .select2-selection {
    border-color: #51A97D !important;
}

input {
    outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    font-size: 14px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #aaa 1px;
    outline: 0;
}

/*---------------------- Main area end ----------------------*/


/*---------------------- Footer area start ----------------------*/


/*---------------------- Footer area end ----------------------*/
.modal-questions {
    border-left: 1px solid #E0E0E0;
    height: 100%;
}

.modal-questions .test-question-item {
    border: 0;
    border-bottom: 1px solid #EAECEE;
    box-shadow: unset;
}

.modal-content>.row>.col-lg-3 {
    width: 360px;
}

.modal-content>.row>.col-lg-9 {
    width: auto;
    flex: inherit;
}

.modal-content>.row.g-0 {
    flex-wrap: nowrap;
}

.h-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 149.02%;
    letter-spacing: -0.021em;
    color: #373F4C;
    margin-bottom: 8px;

}

.check-box {
    position: absolute;
    right: 13px;
    top: 10px;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

.select-template.selected {
    background: #F4F3F3;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}

.select-template.selected .check-box {
    opacity: 1;
    visibility: visible;
}

.card-item.select-template.disabled {
    opacity: .3;
    pointer-events: none;
}

.card-inner-title h5 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.07em;
    color: #4B4B4B;
    margin-bottom: 2px;
}

.min-h-370 {
    min-height: 370px;
}

.age-card {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    padding: 14px;
    margin-bottom: 20px;
    max-width: 570px;
}

.age-left {
    border-right: 1px solid #E0E0E0;
    padding-right: 12px;
    padding-bottom: 4px;
    height: 100%;
}

.age-card .audience-data-list {
    max-width: 206px;
    margin: 0 auto;
}

.s-title.text-sm {
    font-size: 12px;
    margin-bottom: 8px;
}

.age-range-item {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.hiphen {
    width: 27px;
    text-align: center;
}

.age-range-close {
    color: #D74058;
    font-size: 15px;
    background: transparent;
    border: 0;
    padding: 0;
    transition: .3s;
    margin-left: 10px;
    opacity: 0;
    visibility: hidden;
}

.age-range-item:hover .age-range-close {
    opacity: 1;
    visibility: visible;
}

.age-range-item:hover input {
    border-color: #D4EEE1 !important;
    border-width: 1px;
}

.age-ranges .s-title {
    margin-right: 29px;
    padding-left: 8px;
}

.select2-results__option {
    font-size: 14px;
    line-height: 17px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #51a97d;
    color: white;
}

.select2-search--dropdown .select2-search__field {
    font-size: 14px;
}

/* Welcome Page Css */
.action-card-thumb {
    border-bottom: 1px solid #E0E0E0;
    height: 215px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

.action-card {
    border: 1px solid #E0E0E0;
    border-radius: 3px 3px 0px 0px;
    margin-bottom: 24px;
    position: relative
}

.action-card-body a.stretched-link {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 33px;
    color: #373F4C;
    text-decoration: none;
    display: block;
}

.action-card-body p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #373F4C;
    margin: 0;
}

.action-card-body {
    padding: 16px 21px;
}

.chat-box-open button {
    background: #121A3C;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    border: 0;
    color: #fff;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 8px 12px;
    transition: .3s;
}

.chat-box-open {
    transform: rotate(-90deg);
    position: relative;
    bottom: 240px;
    left: 70px;
}

.chat-box {
    position: fixed;
    right: 0;
    bottom: 90px;
    z-index: 5;
}

.chat-box.open .support-box {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.support-box {
    position: absolute;
    width: 735px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    right: 17px;
    bottom: 0;
    transform: scale(.7);
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

.support-box-body {
    padding: 21px 33px;
    max-height: 570px;
    overflow-y: auto;
}

.support-box-content h5 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #373F4C;
    margin-bottom: 9px;
}

.support-box-content p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.007em;
    color: #6B6B6B;
}

.support-box-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #121A3C;
    border-bottom: 1px solid #E0E0E0;
    padding: 12px 20px;
    text-align: center;
}

.chat-form textarea.form-control {
    height: 150px;
    resize: none;
    box-shadow: none !important;
}

.chat-form .btn {
    background: #121A3C;
    border-radius: 3px;
    border-color: transparent;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 7px 16px;
    width: auto;
    min-width: auto;
    margin-top: 16px;
    box-shadow: unset !important;
}

.chat-form .btn:hover,
.chat-box-open button:hover {
    background: #373F4C;
}

.summary-box .g-card-left-icons {
    min-width: 22px;
    margin-right: 10px;
    top: -1px;
    position: relative;
    margin-left: 7px;
}

.summary-box .g-card {
    border: 0;
    border-bottom: 1px solid #E0E0E0;
    box-shadow: unset;
    border-radius: 0;
    padding: 8px 0;
    margin-top: 0;
}

.summary-box .g-card .test-question-item {
    background: #FFFFFF;
    box-shadow: unset;
    border-radius: 0;
    padding: 10px 0px;
    border-bottom: 1px solid #E0E0E0;
}

.summary-box .g-card .test-question-box {
    padding-left: 25px;
}

.g-card-tags.capitalize.pt-2.text-end {
    padding-right: 10px;
}




.data-box {
    border: 1px solid #E0E0E0;
    border-radius: 3px;
    max-width: 650px;
    margin-bottom: 16px;
}

.data-box-title {
    display: flex;
    align-items: center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #373F4C;
    justify-content: space-between;
    padding: 14px 20px;
    border-bottom: 1px solid #E0E0E0;
    cursor: pointer;
}


.data-box-inner-item {
    border-bottom: 1px solid #E0E0E0;
}

.data-box-inner-item .col-5 {
    border-right: 1px solid #E0E0E0;
    text-align: start;
    padding: 10px 20px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #373F4C;
}

.data-box-inner-item .col-6:first-child {
    border-right: 1px solid #E0E0E0;
    min-height: 40px;
}

.data-box-inner-item .row {
    height: 100%;
}

.data-box-inner-item .row .col-6 {
    padding: 10px 16px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.data-box-inner-item .col-6 b {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.1;
    color: #373F4C;
}

.data-box-inner-item .col-6 p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #373F4C;
    margin: 0;
}

.data-box-inner-item .col-6 span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 10px;
    color: #121A3C;
    position: relative;
    top: 1px;
}

.data-box-inner-item .data-text {
    width: 100%;
    padding: 0 7px;
}

.data-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 620px;
}

.tag-link {
    background: #EFF0F1;
    border-radius: 3px;
    margin: 0 6px;
    margin-bottom: 4px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.06em;
    color: #0099FF;
    text-decoration: none;
    padding: 4px 10px;
}

.tag-link.stopped {
    color: #D74058;
}

.tag-link.active {
    color: #51A97D;
}

.tag-link::after {
    display: none;
}

.link-block {
    margin-bottom: 15px;
    border-bottom: 1px solid #E0E0E0;
    padding: 7px 0;
}

.link-item {
    margin-bottom: 16px;
}

.link-block h4 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.07em;
    color: #373F4C;
    margin-bottom: 20px;
}

.link-item h6 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.07em;
    color: #4B4B4B;
    margin-bottom: 8px;
}

.link-box {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    padding: 6px 12px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #4B4B4B;
    width: 100%;
    outline: none;
    height: 38px;
}

.list-close {
    color: #D74058;
    font-size: 14px;
    background: transparent;
    border: 0;
    padding: 0;
    transition: .3s;
    margin-left: 7px;
    opacity: 0;
    visibility: hidden;
    margin-right: -10px;
    position: relative;
    top: .5px;
}

.audience-data-list:hover .list-close {
    opacity: 1;
    visibility: visible;
}

.audience-data-box .tag.red {
    background: #FDE2D4;
    color: #212121;
    font-weight: 600;
}

.audience-data-box .tag.green {
    background: #CBFBD6;
    font-weight: 600;
}

.audience-data-box .tag {
    border: 0 !important;
}

.text-btn.btn-gray {
    color: #6B6B6B;
    border-color: #6B6B6B;
}

.text-btn.btn-gray:hover {
    background: #6B6B6B;
    color: #fff;
}

.font-500 {
    font-weight: 500 !important;
}

.text-sm {
    font-size: 11px;
}

.on-off\/off {
    background: #F6F6F6;
    padding: 2px 6px;
    border-radius: 3px;
    min-width: 35px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
}

.pointer {
    cursor: pointer;
}



.on-off-btn {
    cursor: pointer;
    flex: 0 0 auto;
}

.on-off-btn.active .on-off\/off {
    background: #51a97d;
    color: #fff;
}



.on {
    display: none;
}

.active .on {
    display: block;
}

.active .off {
    display: none;
}

.btn-tag {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 8px;
    line-height: 10px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.06em;
    color: #4B4B4B;
    background: rgba(55, 63, 76, 0.08);
    border: 1px solid rgba(55, 63, 76, 0.2);
    border-radius: 3px;
    padding: 1px 4px;
    position: absolute;
    bottom: 0px;
}

.audience-list-tags.edit-tags .tags {
    background: rgba(81, 169, 125, 0.2);
    border: 1px solid #D3D6D8;
    padding: 2px;
    margin-right: 4px;
}

.audience-list-tags.edit-tags .tags .tag {
    background: rgba(55, 63, 76, 0.08);
    border: 1px solid rgba(55, 63, 76, 0.2) !important;
    border-radius: 3px;
}

.audience-list-tags {
    margin-right: 12px;
}

/* New Css  Start  */



.select-input {
    width: 13px;
    height: 13px;
    border: 1px solid #6B6B6B;
    border-radius: 3px;
    flex: 0 0 auto;
    margin-right: 7px;
    position: relative;
    top: 1px;
    cursor: pointer;
    margin-left: 0 !important;
    display: inline-block;
}



.list-selected>* {
    color: #121A3C;
}

.list-selected .select-input {
    border-color: #121A3C !important;
    background-color: #121A3C !important;
}

.text-dark-blue {
    color: #121A3C !important;
}

.payment-steps {
    margin-left: 20px;
    position: relative;
}

.payment-steps li {
    display: flex;
    list-style: none;
    margin-bottom: 25px;
    position: relative;
}

.payment-steps li::after {
    background: #D9D9D9;
    content: '';
    width: 4px;
    position: absolute;
    left: 8px;
    top: 26px;
    height: calc(100% - 7px);
}

.payment-steps li:last-child::after {
    display: none;
}

.payment-steps li .p {
    margin: 0;
}

.payment-status-content h6 {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 5px;
    color: #333;
    font-family: 'Inter';
}

.check-round {
    flex: 0 0 auto;
    margin-right: 10px;
    position: relative;
    top: -3px;
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #b8b8b8;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #515151;
    border-color: #6c757d;
}

.select-input-th {
    text-align: center;
}
.table tbody>* {
    vertical-align: middle;
}

.toggle {
    cursor: pointer;
    border-radius: 3px;
    border: 0;
    background: #F6F6F6;
    padding: 2px 6px;
    border-radius: 3px;
    min-width: 35px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #6B6B6B;
    letter-spacing: .3px
}

.toggle.on {
    background-color: #51a97d;
    color: white;
}

.toggle.on {
    display: block;
}

.text {
    display: none;
    padding: 7px 20px;
    border: 0;
}

.text.off {
    display: block;
}

.select-label {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px !important;
    line-height: 20px;
    margin-left: 0 !important;
}

.checked {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
}

.text-small {
    font-size: 14px;
    line-height: 1.3;
}

.data-box.small .data-box-inner-item .row>* {
    border-right: 1px solid #E0E0E0;
    text-align: start;
    padding: 9px 16px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    text-transform: uppercase;
    color: #6B6B6B;
    justify-content: start;
}

.progress {
    height: 4px;
    background-color: #C6C9CE;
}

.progress-bar {
    background-color: #121A3C;
}

.form-check-input:checked[type="radio"] {
    background: #51A97D;
}

.form-check-input[type="radio"] {
    border-radius: 50px !important;
    box-shadow: unset !important;
}

.payment-method .form-check-label {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    padding-left: 4px;
}

.cost-list .form-check-input:checked~* {
    color: #121A3C !important;
}

.form-check-input {
    box-shadow: unset !important;
}

.form-check-input[type="radio"]:checked~.form-check-label {
    color: #121A3C !important;
}

.cost-list .form-check-input:checked {
    background: #121A3C;
    border-color: #121A3C !important;
}

.cost-list .form-check-input {
    margin-top: 1px;
    margin-right: 4px;
}


.switch-on {
    background-color: #121A3C;
    color: white;
    border: 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
}

.switch-off {
    background-color: #F6F6F6;
    border: 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #6B6B6B;
}

#content-block {
    display: block;
}

.select-table.cost-list .form-check-input {
    margin-top: 0;
    margin-right: 0;
    position: relative;
    top: 3px;
}

.sort-icon {
    transition: .3s;
}

[aria-expanded="true"] .sort-icon {
    transform: rotate(180deg);
}

.form-check-input[type="radio"]:hover {
    border-color: #51a97d !important;
}

.collapse-link .sort-icon {
    margin-left: 4px
}

.collapse-link {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #666666;
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    padding-left: 11px;
    padding-top: 8px;
    background: #fff;
    margin-bottom: 6px !important;
    padding-bottom: 8px;
    box-shadow: 0 0 5px #0000000f;
    width: 100%;
}

.truncate-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 270px
}

.tab-nav {
    display: flex;
    border-bottom: 1px solid #E9EAEB;
}

.tab-nav button {
    font-weight: 400;
    font-size: 17px;
    line-height: 1.1;
    letter-spacing: 0.07em;
    color: #666666;
    background: transparent !important;
    border: 0 !important;
    outline: none;
    transition: .3s;
    padding: 10px 12px;
    text-align: center;
    flex: 1 1 auto;
    margin-bottom: -1px;
    border-bottom: 2px solid transparent !important;
}

.table-wrapper.logo-table {
    box-shadow: 0 0 5px #ddd;
    max-height: 187px;
    overflow-y: auto;
}

.tab-nav button.active {
    color: #121A3C;
    border-color: #121A3C !important;
}

.tool-question-item {
    border-bottom: 1px solid #E9EAEB;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

[aria-expanded="true"] [src="assets/img/sot-down.svg"] {
    transform: rotate(180deg);
}

.tool-question-item[aria-expanded="true"] {
    color: #121A3C !important;
}

.tool-question-item[aria-expanded="true"] .will-hide {
    display: none;
}

.tool-question-item[aria-expanded="true"] b {
    font-weight: 400;
}

.tool-collapse .tool-question-item {
    border-left: 4px solid #E9EAEB !important;
}

.logo-collapse {
    position: fixed;
    bottom: 53px;
    left: 5px;
    z-index: 4;
    max-width: 434px;
    width: 100%;
}


.question-inner-item {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.12;
    color: #666666;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E9EAEB;
    padding: 10px 18px;
    position: relative;
}

.question-item {
    padding: 6px 18px;
    border-top: 1px solid #E9EAEB;
}

.question-answer-btn button {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    display: inline-block;
    color: #121A3C;
    background: transparent;
    border: 0;
    outline: none;
    line-height: 1.1;
    margin-right: 10px;
}

.question-answer-btn button:hover {
    text-decoration: underline
}

.question-answer-btn {
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

.question-inner-item:hover {
    color: #121A3C;
}

.question-inner-item:hover .question-answer-btn {
    opacity: 1;
    visibility: visible;
}

.q-card-title .tag-link {
    color: #666666;
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 4px;
}

.q-card {
    padding: 15px 24px;
}

.q-count {
    background: #FFFFFF;
    border: 1px solid #E9EAEB;
    border-radius: 2px;
    padding: 7px 4px;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #121A3C;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
    min-width: 50px;
    max-width: 200px;
    width: 50px;
}

.q-item {
    margin-bottom: 15px;
}

.q-item-text {
    background: #FFFFFF;
    border: 1px solid #E9EAEB;
    border-radius: 2px;
    padding: 9px 13px;
    line-height: 1.2;
    padding-top: 12px;
    color: #8A8A8A;
    display: block;
    width: 100%;
    font-size: 15px;
}

.q-item-label {
    background: #FFFFFF;
    border: 1px solid #E9EAEB;
    border-radius: 3px;
    display: inline-block;
    margin-left: 20px;
    margin-bottom: -10px;
    z-index: 1;
    position: relative;
    bottom: -7px;
    padding: 3px 9px;
    font-size: 12px;
}

.q-card-title {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-bottom: 9px;
}

.q-card-title .tag-link {
    margin-top: 7px;
}

.q-answer-box {
    background: #FFFFFF;
    border: 1px solid #E9EAEB;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 14px;
    transition: .3s;
    cursor: pointer;
    width: 100%;
    padding-right: 10px;
}

.q-answer-icon {
    flex: 0 0 auto;
    margin-right: 8px;
    min-width: 27px;
}

.q-answer {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.q-answers .q-item-label {
    margin-left: 45px;
}

.check {
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

.q-answer:hover .check {
    opacity: 1;
    visibility: visible;
}

.q-answer-box.active .check {
    opacity: 1;
    visibility: visible
}

/* .q-answer-box.active {
	border-color: #121A3C;
} */
.q-answer:hover .q-answer-box {
    border-color: #121A3C;
}

.green-link {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    display: inline-block;
    align-items: center;
    color: #121A3C;
    background: transparent;
    border: 0;
    padding: 0;
}

.green-link:hover {
    text-decoration: underline;
}

.footer-text p {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: end;
    color: #666666;
    padding-top: 6px;
}

.footer-text p a {
    color: #666666;
}

.survey-cards .col-xxl-3 {
    width: 28%;
}

.survey-cards .col-xxl-6 {
    width: 44%;
}

.bg-dark-green {
    background: #121A3C !important;
}

.btns-box {
    background: #FFFFFF;
    border: 1px solid #E9EAEB;
    border-radius: 3px;
    display: flex;
    padding: 6px;
    gap: 11px;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.action-btns {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.action-btns .save-btn {
    flex: 0 0 auto;
}

.q-action-card-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 15px;
    border-bottom: 1px solid #E9EAEB;
}

.q-action-card-title h4 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.1;
    letter-spacing: 0.07em;
    color: #121A3C;
    margin: 0;
}

.q-action-card-title button {
    background: transparent;
    border: 0;
    margin-left: 5px;
}

.tool-question-item .on-off\/off {
    font-weight: 500;
    font-size: 11px;
}

.input-box {
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    color: #666666;
    width: 36px;
    border: 0;
    border-bottom: 1px solid #8A8A8A;
    text-align: center;
    outline: none;
    margin-right: 5px;
    border-radius: 5px;
    height: 20px;
}

.text-sm .input-box {
    border-bottom: 1px solid transparent
}

.text-sm .input-box:hover {
    border-color: #8A8A8A !important;
    ;
}

.questions-card .tab-content {
    overflow-y: auto;
    max-height: 60vh;
}

.text-gray {
    color: #8A8A8A;
}

.time-input {
    display: none;
}

.tool-question-item.show .time-input {
    display: block;
}

.s-title.text-capitalize {
    text-transform: capitalize !important;
    letter-spacing: 0;
}

.q-count.sm {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    min-width: auto;
    max-width: 40px;
    width: 100%;
}

.q-count.sm.lengthy {
    max-width: 130px;
}

.q-alert {
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 2px;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    padding: 9px 14px;
    color: #6a6a6a;
}

.alert-text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
}

.alert-icon {
    flex: 0 0 auto;
    margin-right: 15px;
}

.q-alert.primary {
    background: rgba(47, 130, 255, 0.1);
    border: 1px solid #70A0E1;
    color: #134587;
}

.q-alert.danger {
    background: rgba(255, 0, 0, 0.05);
    border: 1px solid #ECC2C2;
    color: #940202;
}

.questions-card.has-scroll .tab-content {
    max-height: 60vh;
}


/* Result Box */
.result-question {
    border-radius: 12px;
    padding: 16px;
    margin: 24px 0;
    box-shadow: rgba(25, 25, 25, 0.027) 0px 4px 12px 0px, rgba(25, 25, 25, 0.02) 0px 1px 2px 0px, rgba(0, 100, 45, 0.09) 0px 0px 0px 1px;
}

.result-question-open-sr {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    color: #121A3C;
    display: flex;
    /*! flex-wrap: wrap; */
    margin-bottom: 12px;
}

.result-question-open-sr span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    color: #6E707C;
    margin-right: 8px;
}

.result-question-open-sr .sort-icon {
    position: relative;
    margin-left: 10px;
}

.label-sm {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.1;
    color: #6E707C;
}

.result-inner-form-inner .form-select {
    width: 201px;
    height: 37px;
    background-color: #F9F9FA;
    border-radius: 4px;
    text-align: left;
    padding-left: 32px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #121A3C !important;
    border: 0;
    box-shadow: unset;
}

.result-inner-form-inner span {
    position: absolute;
    left: 10px;
    max-width: 15px;
    bottom: 9px;
    font-size: 16px;
    color: #121A3C;
}

.result-inner-form-inner span i {
    position: relative;
    top: 2px
}

.result-progress-title p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    color: #373F4C;
    margin: 0;
}

.result-progress-title p span {
    color: #6E707C;
    margin-right: 7px;
    display: inline-block;
    font-weight: 300;
    font-family: 'Inter', sans-serif;
    min-width: 19px;
}

.result-progressbar .progress {
    background: var(--mo-bg-1);
    border: 1px solid var(--mo-border-1);
    border-radius: 1px;
    height: 12px !important;
    margin-top: 8px;
}

.result-progressbar .progress-bar {
    background: #0077CC;
}

.result-progress {
    margin-bottom: 26px;
}

.result-progress:last-child {
    margin: 0;
}

.survey-result-right p {
    font-size: 14px;
    line-height: 14px;
    display: flex;
    align-items: center;
    text-align: start;
    color: #121A3C !important;
    margin: 0;
    /* margin-left: 20px; */
    font-weight: 600;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
}

.survey-result-right p span {
    color: #6E707C;
    font-weight: 400;
    margin-right: 5px;
    display: inline-block;
}

.result-progress-vertical-box {
    background: #F9F9FA;
    height: 204px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 12px;
}

.result-progress-vertical-box-body {
    background: #0077CC;
    width: 100%;
}

.result-progress-row {
    margin: 0 -5px;
    padding-top: 8px;
}

.result-progress-row .col-md-4 {
    width: 20%;
    padding: 0 5px;
}

.result-progress-row .result-progress-title {
    text-align: center;
}

.result-progress-row .result-progress-title p {
    margin-bottom: 12px;
}

.result-progress-vertical {
    margin-bottom: 20px;
}

.filter-icon {
    max-width: 24px;
    position: relative;
    top: -1px;
}

.total-progress-box {
    background: #FFFFFF;
    border: 1px solid #E9EAEB;
    border-radius: 4px;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.total-progress-box-left {
    width: 100%;
}

.total-progress-text {
    flex: 0 0 auto;
    text-align: center;
    margin-left: 30px;
}

.total-progress-text h3 {
    font-weight: 700;
    font-size: 38px;
    text-align: center;
    color: #0077CC;
    line-height: 1;
    margin-bottom: 5px;
    font-family: 'Inter';
}

.total-progress-text p {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #373F4C;
    margin: 0;
    font-weight: 300;
}

.total-progress-box-left h5 {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.1;
    color: #373F4C;
    margin-bottom: 15px;
    font-family: 'Inter';
}

.result-progressbar.lg .progress {
    height: 25px;
}

.search-form.gray input {
    background: #F5F7F9;
    border-radius: 3px;
    border: 0;
    padding: 10px 16px;
}

.search-form.gray {
    width: 100%;
    flex-shrink: 1;
}

.download-btn button {
    height: 37px;
    background: #0070E0;
    border-radius: 4px;
    width: 305px;
    border: 0;
    color: #fff;
    font-size: 14px;
    transition: .3s;
}

.survey-opinion-list-item {
    border-bottom: 1px solid #E9EAEB;
    padding: 16px 0px;
}

.survey-opinion-list-item h6 {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #373F4C;
    margin-bottom: 3px;
}

.survey-opinion-list-item p {
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #6E707C;
}

.survey-opinion-list-item p a {
    color: #121A3C;
    text-decoration: none;
}

.survey-opinion-list-item:last-child {
    border: 0;
}

.detail-link {
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #121A3C;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.1;
    transition: .3s;
    margin-left: 7px;
    font-family: 'Inter';
}

.result-inner-form-inner .form-select.lg {
    width: 245px;
}

.social-progressbar .progress {
    height: 12px !important;
    margin-bottom: 2px;
    background: #F9F9FA !important;
    border-radius: 1px;
}

.progress.one .progress-bar {
    background: #E5F3FF !important;
}

.progress.two .progress-bar {
    background: #CCE0F5 !important;
}

.progress.three .progress-bar {
    background: #99BCE6 !important;
}

.progress.four .progress-bar {
    background: #4D94D1 !important;
}

.progress-percentage {
    display: flex;
    margin: 0 -8px;
}

.progress-percentage p {
    padding: 0 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #6E707C;
    flex: 1 1 auto;
}

.social-progress-data-list-item {
    background: #F9F9FA;
    border-radius: 4px;
    padding: 4px 8px;
    margin: 3px 6px;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #373F4C;
    font-family: 'Inter', sans-serif;
}

.social-progress-data-list-item span {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 8px;
    background: #E5F3FF;
}

.social-progress-data-list-item.one span {
    background: #CCE0F5;
}

.social-progress-data-list-item.two span {
    background: #99BCE6;
}

.social-progress-data-list-item.three span {
    background: #4D94D1;
}

.social-progress-data-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}

.h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;

    /* Base/Body AA Text */
    color: #373F4C;

    font-family: 'Inter';
}

.promoter-score-chart-wrap p {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #373F4C;
}

.promoter-score-chart-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 0;
    max-width: 510px;
    margin: 0 auto;
}

.promoter-score-chart-left {
    min-height: 245px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 30px;
}

.promoter-score-chart-right {
    padding-top: 30px;
}

.net-promoter-list-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding: 14px 12px;
}

.net-promoter-list-item:first-child {
    border-top: 1px solid #ddd;
}

.net-promoter-list-item p {
    margin: 0;
    font-size: 16px;
    line-height: 16px;
    color: #373F4C;
}

.net-promoter-list-item-left {
    color: #373F4C;
    display: flex;
    align-items: center;
    margin-right: 4px;
}

.net-promoter-list-item-left span {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 8px;
    background: #ED999E;
    border-radius: 2px;
}

.detractor {
    background-color: #ED999E !important;
}

.passive {
    background-color: #FAE5A2 !important;
}

.promoters {
    background-color: #71B996 !important;
}

.form-check-dark .form-check-label {
    font-size: 16px;
    line-height: 20px;
    color: #373F4C;
    font-family: 'Inter';
    font-weight: 400;
    margin-left: 8px;
}

.form-check-dark .form-check-label span {
    color: #6E707C;
}

.form-check-dark .form-check-input {
    float: none;
    margin-left: 3px;
    margin-top: 0;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #F9F9FA;
    border: 2px solid #E9EAEB !important;
    border-radius: 2px;
    position: relative;
    top: -1px;
}

.form-check-dark .form-check-input:checked[type="checkbox"] {
    border: 2px solid #121A3C !important;
}

.form-check-dark .form-check-input:checked[type="checkbox"] {
    background-image: url("../img/check-2.png");
    background-size: 10px 8px;
    background-repeat: no-repeat;
    background-position: center;
}

.result-question-open-sr.text-body {
    font-size: 16px;
    color: #121A3C !important;
}

.result-question-open-sr span {
    font-size: 20px;
    margin-right: 9px;
}

.modal-checkbox-wrap {
    padding: 10px 20px;
}

.form-check-input.op-1:disabled {
    opacity: 1 !important;
}

.modal-checkboxes {
    max-height: 300px;
    overflow-y: auto;
}

.cursor-pointer {
    cursor: pointer !important;
}

.modal-text-title {
    padding-bottom: 15px;
}

.modal-text-title h4 {
    font-size: 24px;
    margin: 0;
    font-family: 'Inter';
}

.modal-text-title button {
    color: #AFB0B7;
    font-size: 22px;
    line-height: 1;
}

.modal-text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #373F4C;
    padding-top: 4px;
}

/* @media (min-width:576px) {
    .modal-dialog {
        max-width: 550px;
        margin: 1.75rem auto
    }
} */

.modal-2 .modal-content>* {
    padding: 30px;
}

/* Result Box */

.btn.btn-ok {
    background: #0070E0 !important;
    border-color: #0070E0 !important;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 16px;
    color: #ffffff !important;
}

.btn.btn-ok:hover {
    border-color: #121A3C;
    background: #121A3C;
    color: #ffffff;
}

.btn.btn-cancel {
    background: #ffffff !important;
    border-color: #ffffff !important;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 14px;
    color: #121A3C !important;
}

.btn.btn-cancel:hover {
    border-color: #121A3C;
    background: #121A3C;
    color: #ffffff;
}

.net-promoter-list {
    margin-bottom: 40px;
}

.survey-opinion-list-item-play {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.survey-opinion-list-item-play h6 {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #373F4C;
    margin: 0;
}

.play-link {
    font-size: 15px;
    line-height: 1;
    background: #AFB0B7;
    width: 36px;
    color: #fff;
    height: 36px;
    border-radius: 50px;
    flex: 0 0 auto;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: .3s;
}

/* New CSS  */
.btn-green {
    background: #121A3C;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    padding: 10px 18px;
    display: inline-block;
    transition: .3s;
}

.btn-green.btn-white {
    background: #FFFFFF;
    border: 1px solid #E9EAEB;
    color: #121A3C;
}

.btn-green:hover {
    background: #212121;
    color: #fff;
}

.btn-green.btn-white:hover {
    background: #121A3C;
    color: #fff;
}


.progress-stats {
    display: flex;
    flex: 0 0 auto;
    margin-left: 30px;
}

.progress-stats li {
    list-style: none;
    padding: 0 24px;
    border-left: 1px solid #E9EAEB;
    text-align: center;
}

.progress-stats li p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #6E707C;
    margin-bottom: 2px;
    font-family: 'Inter';
}

.progress-stats li h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    text-align: center;
    color: #373F4C;
    margin-bottom: 9px;
    font-family: 'Inter';
}

.navigation-links {
    padding-top: 21px;
}

.navigation-links a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    color: #AFB0B7;
    text-decoration: none;
    padding: 12px 20px;
    transition: .3s;
    margin-right: 4px;
    border-bottom: 3px solid transparent;
}

.navigation-links a.active {
    color: #0077CC;
    border-color: #0077CC;
}

.social-progress-data-list.second>* {
    background: transparent;
}

.payment-progress {
    display: flex;
}

.payment-progress>* {
    flex: 1 1 auto;
    height: 40px;
}

.comparison-progress-bar {
    height: 12px;
    background: #F9F9FA;
    border-radius: 1px;
}

.comparison-progress-inner {
    height: 12px;
}

.comparison-progress-item {
    margin-bottom: 10px;
}

.comparison-progress-item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19.5px;
    color: #607D3B;
    margin-bottom: 8px;
}

.comparison .result-progress {
    margin-bottom: 10px;
}

.quiz-modal .modal-dialog {
    max-width: 730px;
}

.quiz-modal .modal-content {
    padding: 15px;
}

.modal-input label {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: #373F4C;
    display: block;
    margin-bottom: 8px;
}

.min-h-200 {
    min-height: 200px;
}

.modal-main-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 5px;
}

.modal-main-title h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    color: #373F4C;
}

.close-modal {
    color: #CCCDD1;
    cursor: pointer;
    background: transparent;
    border: 0;
    padding: 0;
    font-size: 24px;
    line-height: 1;
    transition: .3s;
    margin-left: 10px;
}

.close-modal:hover {
    color: #940202;
}

.modal-nav-link {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 5px;
}

.modal-nav-link a {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #AFB0B7;
    text-decoration: none;
    margin-bottom: 4px;
    margin-right: 3px;
    padding: 8px 15px;
    border-bottom: 2px solid transparent;
    transition: .3s;
}

.modal-nav-link a.active {
    color: #0077CC;
    border-color: #0077CC;
}

.modal-nav-link a:hover {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #6E707C !important;
    text-decoration: none;
    margin-bottom: 4px;
    margin-right: 3px;
    padding: 8px 15px;
    border-bottom: 2px solid #6E707C;
    transition: .3s;
}

.modal-text-wrap p {
    font-size: 16px;
    line-height: 1.45;
    text-align: center;
    color: #373F4C;
}

.btn-green.btn-bordered {
    text-transform: uppercase;
    color: #121A3C;
    border: 1px solid #121A3C;
    background: #fff;
    font-weight: 700;
}

.btn-green.btn-bordered:hover {
    background-color: #121A3C;
    color: #fff;
}

.modal-form-item .form-check-input:checked[type="radio"] {
    background: #121A3C;
    border-color: #FFF !important;
    outline: 1px solid #121A3C;
}

.modal-form-item .form-check-input[type="radio"]:checked~.form-check-label {
    color: #080808 !important;
}

.modal-form-label {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #373F4C;
    margin-bottom: 8px;
}

.modal-form-item-options {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.modal-form-item-options>* {
    margin-right: 15px;
}

.modal-form-item {
    margin-bottom: 18px;
}

.response-item .result-question-open-sr p {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #373F4C;
    display: flex;
    flex-shrink: 0;
    margin-right: 6px;
    position: relative;
    top: -1px;
    border-right: 1px solid #E9EAEB;
    padding-right: 5px;
}

.response-item .result-question-open-sr span {
    font-size: 14px;
    margin-right: 9px;
}



.response-item .result-question-open-sr {
    font-size: 14px;
    margin-bottom: 10px;
}

.response-item {
    border-top: 1px dashed #E9EAEB;
    padding: 14px 0;
}

.response-item .result-progress-title {
    padding: 1px 25px;
    display: block !important;
}

.response-item .result-progress-title p {
    font-size: 14px;
    line-height: 17px;
}

.project-status-list-item .project-status-list-item-data {
    font-size: 14px;
    line-height: 14px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #607D3B;
    flex: 0 0 auto;
}

.project-status-list-item .project-status-list-item-data i {
    font-size: 12px;
}

.project-status-list label {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: start;
    color: #6E707C;
    margin-right: 15px;
    flex: 0 0 auto;
}

.project-status-list {
    display: flex;
    align-items: center;
}

.long-arrow {
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #6E707C;
    width: 50px;
    text-align: center;
    font-size: 15px;
    line-height: 1;
    flex: 0 0 auto;
}

.project-status-list-item {
    display: flex;
    align-items: center;
    width: 100%;
}

.dropdown.project-status-dropdown .dropdown-toggle {
    padding: 10px 13px;
    width: 100%;
    height: auto;
    background: #FFFFFF;
    border: 1px solid #E9EAEB;
    border-radius: 4px;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #AFB0B7;
}

.dropdown.project-status-dropdown {
    width: 100%;
}

.dropdown.project-status-dropdown .dropdown-menu {
    width: 100%;
    filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.11));
}

.dropdown.project-status-dropdown .dropdown-item {
    font-size: 13px;
    line-height: 16px;
    border-bottom: 1px solid #E0E0E0BD;
    padding: 8px 11px;
    color: #121A3C;
}

.dropdown.project-status-dropdown .dropdown-toggle::after {
    display: none;
}

.modal-project-status-wrapper {
    padding-top: 8px;
}

.text-yellow {
    color: #F5D033 !important;
}

.dropdown.project-status-dropdown .dropdown-toggle.item-selected {
    color: #121A3C;
}

.modal-status-title h6 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.1;
    text-align: start;
    color: #373F4C;
    margin-bottom: 2px;
    margin-right: 12px;
}

.modal-status-title-left {
    display: flex;
}

.modal-status-title {
    border-bottom: 1px dashed #E9EAEB;
    padding-bottom: 9px;
}

.modal-status-dropdowns .long-arrow {
    width: 32px;
    font-size: 16px;
}

.modal-status-item {
    border-bottom: 1px dashed #E9EAEB;
    padding: 8px 0;
}

.modal-status-check {
    padding-top: 7px;
}

.modal-status-check .form-check {
    margin: 0;
    align-items: flex-start
}

.modal-status-check .form-check .form-check-input {
    position: relative;
    top: 2px;
}



.diff-title {
    padding-bottom: 5px;
    /* border-bottom: 1px dashed #E9EAEB; */
    align-items: center;
    margin-left: auto;
}

.diff-title h6 {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 1px;
}

.diff-title p {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #6E707C;
    margin-bottom: 3px;
}

.diff-title p span {
    font-weight: 700;
    color: #323232;
}

.modal-checkboxes .result-question-open-sr .sort-icon {
    top: 0px;
}

.result-question-open-sr.text-body span {
    font-size: 16px;
    position: relative;
    top: -1px;
}.modal-status-check.has-mr {
	margin-right: -18px;
}
.modal-check-question-item {
  display: flex;
  align-items: flex-start;
}
.modal-check-question-item > .form-check {
  position: relative;
  top: -2px;
  z-index: 2;
  cursor: pointer;
}
.modal-check-question-item .modal-checkbox-wrap { 
	padding-left: 0;
}

/* developer css */
.horizontal-bar-table .rdt_TableCell{
    display: block !important;
    padding: 0px !important;
}

.horizontal-bar-table .rdt_TableHead{
    display: none !important;
}

.horizontal-bar-table .rdt_TableRow{
    border-bottom:none !important;
}

.surveySurveyBarChartDiv{
    height: 400px;
    width: 100%;
}

.surveySurveyDonutChartDiv{
    height: 290px;
    width: 100%;
}

.surveySliderRoundChartDiv{
    height: 400px;
    width: 100%;
}

.progress-bar-20 .progress-bar{
    background: #B0DBFF !important;
  }
  
  .progress-bar-40 .progress-bar{
    background: #8CB9FF !important;
  }
  
  .progress-bar-60 .progress-bar{
    background: #6797E7 !important;
  }
  
  .progress-bar-80 .progress-bar{
    background: #4177C3 !important;
  }
  
  .progress-bar-100 .progress-bar{
    background: #0759A1 !important;
  }

  .progress.five .progress-bar {
    background: #3e8cd0 !important;
  }

  .progress.six .progress-bar {
    background: #2375bc !important;
  }

  .progress.seven .progress-bar {
    background: #1760a0 !important;
  }

  .progress.eight .progress-bar {
    background: #0a4a81 !important;
  }

  .progress.nine .progress-bar {
    background: #00335f !important;
  }

  .social-progress-data-list-item.four span {
    background: #4D94D1;
  }

  .social-progress-data-list-item.five span {
    background: #3e8cd0;
  }

  .social-progress-data-list-item.six span {
    background: #2375bc;
  }

  .social-progress-data-list-item.seven span {
    background: #1760a0;
  }

  .social-progress-data-list-item.eight span {
    background: #0a4a81;
  }

  .social-progress-data-list-item.nine span {
    background: #00335f;
  }

  .result-question-open-sr p{
    margin-bottom: 0px !important;
  }

  .flexible-modal{
    position: absolute !important;
    z-index: 1111 !important;
  }

  .sliderDiv {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
}

.ml-15 {
    margin-left: 15px;
}

.dv-star-rating-full-star {
    fill: #373F4C;
    color: #373F4C;
}

label.dv-star-rating-star.dv-star-rating-empty-star {
    color: #E9EAEB !important;
    fill: #E9EAEB !important;
}

.rating-average .dv-star-rating-full-star{
    fill: #0077CC !important;
    color: #0077CC !important;
}

.rating-average svg {
    height: 3em;
    width: 3em;
}

.rating-average i {
    font-size: 3em;
}

.result-progress .dv-star-rating-star i{
    font-size: 24px;
}

.bar-top-label span{
    word-wrap: break-word;
    width: 100%;
    line-height: 1;
}

.bar-top-label{
    height: 30px;
    overflow: hidden;
}

/* .result-question{
    margin: 0 0 !important;
} */

.slider-info-content{
    font-family: 'Inter';
    font-style: normal;
    text-align: center;
    margin-right: 30px;
}

.slider-info-content h1{
    font-weight: 700;
    font-size: 36px;
    line-height: 15px;
    color: #0077CC;
    margin-bottom: 0.5rem;
}

.slider-info-content h5{
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #6E707C;
}

.slider-info-content.dark h1{
    color: #373F4C !important;
}

.MuiSlider-valueLabel{
    background: #373F4C !important;
}

.rating-info-content{
    font-family: 'Inter';
    font-style: normal;
    text-align: center;
    margin-right: 30px;
}

.rating-number{
    font-weight: 700;
    font-size: 36px;
    color: #0077CC;
    display: block;
    height: 35px;
    line-height: 40px;
}

.rating-label{
    font-weight: 400;
    font-size: 15px;
    color: #6E707C;
}

#webpack-dev-server-client-overlay{
    display: none !important;
}

.recording-play-btn{
    font-weight: 900;
    font-size: 36px;
    color: #AFB0B7;
}

.recording-play-btn.playing{
    color: #121A3C !important;
}

/* .rdt_TableCell{
    display:block !important;
} */

.player-controls i{
    font-weight: 900;
    font-size: 24px;
    color: #CCCDD1;
    padding: 6px;
}

.player-controls i.green{
    color: #121A3C !important;
}

.audio-duration-label{
    width: 45px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #373F4C;
}

.audio-duration-label.blue
{
    color: #0077CC !important;
}

.rhap_controls-section{
    display: none !important;
}

.rhap_container{
    box-shadow: none !important;
}

.rhap_progress-bar{
    background-color: #F9F9FA !important;
}
.rhap_progress-filled{
    background-color: #0077CC !important;
}
.rhap_progress-indicator{
    background: #0077CC !important;
}

.rhap_current-time{
    color: #0077CC !important;
    font-weight: 700;
    font-size: 16px;
}

.rhap_total-time{
    color: #373F4C !important;
    font-weight: 700;
    font-size: 16px;
}

.audio-recording-table .rdt_TableRow
{
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    margin-top: 15px;
}

.audio-recording-table .rdt_TableHead
{
    display: none!important;
}

.rhap_progress-indicator{
    display: none !important;
}

.pr-4{
    padding-right: 1.5rem!important;
}

.slider-difference{
    font-size: 12px;
    font-weight: 700;
    color: #607D3B;
    margin-bottom: 0px;
    margin-top: -10px;
}

.slider-difference.negative{
    color: #373F4C;
}

#SpinnerAudienceList{
    display:none !important;
}

.rdt_TableRow{
    background-color: #fff !important;
}

.comparison-progress>div{
    overflow: hidden hidden;
}

.table-percentage-label{
    width: 45px;
    text-align: right;
}

.sort-icon{
    color: #6E707C !important;
}

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

/* .result-question-open-sr  span{
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 1.2 !important;
    color: #121A3C !important;
} */

.result-question-open-sr label {
    font-family: 'Inter' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 1.2 !important;
    color: #6E707C !important;
    margin-right: 8px !important;
}

.modal-xl{
    max-width: 1304px;
}

.navigation-links span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    color: #AFB0B7;
    text-decoration: none;
    padding: 12px 20px;
    transition: .3s;
    margin-right: 4px;
    border-bottom: 3px solid transparent;
}

.navigation-links span.active {
    color: #0077CC;
    border-color: #0077CC;
}

.user-detail-title-text-green{
    font-size: 14px;
    font-weight: 700;
}

.result-question-open-sr h5 {
    font-size: 14px;
    margin-right: 9px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    color: #6E707C;
    display: inline;
    margin-bottom:0px;
}

.result-question-open-sr h4 {
    font-size: 16px;
    position: relative;
    top: 8px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    color: #6E707C;    
    margin-right: 9px;
    display: inline;
}

.response-item {
    border-top: 1px dashed #E9EAEB;
    padding: 14px 0;
}

.result-question-open-sr span{
    background: #fff !important;
}

.elements-to-hide{
    display:none !important;
}

.rdt_TableRow:has(.hide-result-row){
    display: none !important;
}

.matrix-detailed-view .rdt_TableRow{
    align-items: center;
}

.survey-nav-tab{
    
}

.survey-nav-item{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: #AFB0B7;
    text-decoration: none;
    padding: 9px 12px !important;
    transition: .3s;
    margin-right: 4px;
    border-bottom: 3px solid transparent;
}

.survey-nav-item.active{
    border-bottom: 3px solid var(--primary-primary-500-aa-text, #07C);
    color: #0077CC;
}
.pr-3{
    padding-right: 1rem!important;
}

.download-btn button{
    width: auto !important;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 700;
}

.survey-top-bar-sticky{
    position: sticky;
    top: 0px;
    z-index: 1;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    background: #F9F9FA;
}

.result-row-scroll{
    overflow: auto hidden;
}

.filter-sticky{
    position: sticky;
    top: 135px;
    z-index: 1;
}

.total-progress-box{
    display: none;
}

.download-btn button{
    color: var(--base-white, #FFF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.84px;
    text-transform: uppercase;
}

.expand-collapse-divider{
    display: flex;
    padding: 0px 2px 0px 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
}

.add-column-btn{
    padding-left: 30px;
}

.filter-green-text{
    color: var(--secondary-secondary-500-aa-text, #121A3C);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.filter-title-text{
    color: var(--base-gray-600-aa-text, #6E707C);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
/* a:hover {
    color: #121A3C !important;
} */

.column-filter-name{
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    line-height: 16px;
    color: var(--primary-primary-500-aa-text, #07C) !important;
}

.line-between-filter-response{
    flex: 1 1 auto;
    height: 1px;
    background: #D9D9D9;
}

.diff-title.top{
    border-bottom: 1px dashed #E9EAEB;
}

.result-column-item{
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
}

.border-right{
    border-right: #E9EAEB solid 1px;
}

.expand-collapse-btn{
    font-size: 14px;
    line-height: 14px;
    display: flex;
    align-items: center;
    text-align: start;
    letter-spacing: 0.06em;
    color: #121A3C;
    margin: 0;
    /* margin-left: 20px; */
    font-weight: 600;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
}

.expand-collapse-buttons{
    display: flex;
    min-height: 32px;
    padding: 8px 14px;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.filter-text{
    color: var(--Text-Main, #121A3C);
    text-align: center;
    /* Font/Size7/Bold */
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 15px; /* 125% */
}

.column-identifier{
    color: var(--base-gray-600-aa-text, #6E707C) !important;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
}

.expand-collapse-btn{
    letter-spacing: 0 !important;
}

.sort-select{
    padding-left: 10px !important;
}

.rotate-90{
    transform: rotate(90deg);
}

.survey-in-progress{
    color: var(--primary-primary-500-aa-text, #07C);
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.survey-in-progress-subtitle{
    color: var(--base-gray-600-aa-text, #6E707C);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.survey-paragraph{
    color: var(--base-gray-600-aa-text, #6E707C);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.survey-in-prog-div{
    display: flex;
    padding: 150px !important;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    height: 83vh;
}

.text-blue{
    color: #0077CC !important;
}

.bg-blue{
    background: #0077CC !important;
}

.result-question-open-sr h3 {
    font-size: 18px;
    position: relative;
    top: 8px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    color: #6E707C;    
    margin-right: 9px;
    display: inline;
}

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

#resultsTabContent{
    margin: 0 auto;
}

.result-small-container{
    max-width: 1200px;
}

.result-question-open-sr img[src]{
    height: 35px !important;
    margin-left: 5px;
    transition: transform .2s; /* Animation */
    border: 2px solid #E9EAEB;
    padding: 2px;
    border-radius: 4px;
    background: #F9F9FA;
    width:auto !important;
}

.result-question-open-sr{
    align-items: center;
}

.result-question-open-sr figure{
    margin:0;
}

.result-question-open-sr img[src]:hover {
    transform: scale(4.5);
    z-index: 1;
    position: relative;
    border: 0.001rem solid #f9f9f9;
    padding: 2.5px;
    background: #ffffff;
    border-radius: 1px;
  }

.static-elements{
    /* text-align: center; */
}

.respondant-dialog{
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-bottom: 1.5rem;
}

.no-border{
    border: none !important;
}
.modal-answers{
    height: 500px;
    overflow-y: scroll;
}

/* .result-question-open-sr :not(img[src]){
    display: none !important;
  } */
.rotate-180{
    transform: rotate(180deg);
}

.filter-modal-select-sr .form-select {
    /* background: none; */
    background-position: right 2% bottom 45%;
    background-repeat: no-repeat;
    background-size: 17px 14px;
    color: var(--secondary-secondary-500-aa-text, #121A3C) !important;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    border-radius: 6px;
    border: 2px solid var(--secondary-secondary-200, #E7E7E7) !important;
    background-color: var(--secondary-secondary-100, #FFF) !important;
    height: 40px;
    text-align: start;
    padding: 4px 10px;
}

.text-button {
    color: var(--secondary-secondary-500-aa-text, #121A3C) !important;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    border: 0;
    background: transparent;
    line-height: 1.1;
    padding: 10px 14px;
    margin-bottom: 10px;
}

/* .filter-modal-select-sr:after {
    content: "\f0d7";
    font-family: FontAwesome;
    position: relative;
    right: 10px;
    top: -35px;
    z-index: 1;
    pointer-events: none;
    font-weight: 900;
    font-size: 20px;
    color: #121A3C;
    float: right;
} */

.search-form {
    width: 275px;
    position: relative;
    flex: 0 0 auto;
    margin-left: 10px;
}

.search-form input {
    width: 100%;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    padding: 5px 9px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #8A8A8A;
    height: 35px;
    outline: none;
}

.search-form button {
    position: absolute;
    right: 8px;
    background: transparent;
    border: 0;
    top: 5px;
    z-index: 1;
    font-size: 15px;
    color: #8A8A8A;
}

.expand-all-btn{
    font-size: 14px;
    font-weight: 700;
    border: 0;
    border-right: 1px solid #E9EAEB;
    line-height: 1;
}

.collapse-all-btn{
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

input:focus {
    border-color: #0070E0 !important;
    box-shadow: unset !important;
}

.search-input:not(:placeholder-shown){
    color: var(--secondary-secondary-500-aa-text, #121A3C);
    border-radius: 4px !important;
    border: 2px solid var(--secondary-secondary-200, #DCEEE7) !important;
    background: var(--secondary-secondary-100, #EDF6F4) !important;
}

.filter-check-wrapper .modal-check-question-collapse {
    border-radius: 4px;
    border: 1px solid var(--base-gray-200, #E9EAEB);
    background: var(--base-white, #FFF);
    padding: 12px;
    margin-bottom: 15px;
}

.filter-check-wrapper .result-collapse {
    padding: 3px 15px;
    padding-bottom: 0;
}

.filter-check-wrapper {
    max-height: 100%;
    margin-bottom: 17px;
}

.checkbox-option-sr label {
    border-radius: 4px;
    border: 2px solid var(--base-gray-200, #E7E7E7);
    background: var(--base-white, #FFF);
    display: flex;
    padding: 4px 8px 4px 4px;
    align-items: center;
    gap: 8px;
    color: var(--base-body-aa-text, #373F4C);
    font-size: 16px;
    font-family: Inter;
    line-height: 20px;
    transition: .3s;
}

.checkbox-option-sr label span {
    display: flex;
    width: 22px;
    height: 22px;
    padding: 1px 2px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    border: 2px solid var(--base-gray-200, #E9EAEB);
    background: var(--base-white, #FFF);
    font-size: 13px;
}

.checkbox-option-sr {
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
}

.checkbox-option-sr.hidden-items {
    display: none;
}

.checkbox-option-sr.hidden-items.show {
    display: block;
}

.checkbox-option-sr label .font-light {
    font-weight: 300;
    color: #6E707C;
}

/* .checkbox-option input:checked~label {
    color: #121A3C;
} */

.checkbox-option-sr input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
}

.checkbox-option-sr input:checked~label {
    background: var(--secondary-secondary-100, #fff) !important;
}

.checkbox-option-sr label span i {
    color: #fff;
    transition: .2s;
    opacity: 0;
}

.checkbox-option-sr input:checked~label span i {
    opacity: 1;
}

.checkbox-option-sr.hidden-items {
    display: none;
}

.checkbox-option-sr.hidden-items.show {
    display: block;
}

.checkbox-option-sr label .font-light {
    font-weight: 300;
    color: #6E707C;
}

.checkbox-option-sr input:checked~label {
    color: #121A3C;
}

.checkbox-option-sr input:checked~label span {
    border: 2px solid var(--secondary-secondary-600, #0070E0);
    background: var(--base-white, #0070E0);
}

.collapse-question .result-question-open-sr span {
    font-size: 20px;
    margin-right: 8px;
    font-weight: 400;
    top: 0;
    font-family: 'Inter';
    font-style: normal;
    line-height: 1.2;
    color: #6E707C;
}


.save-filter-modal .modal-content {
    padding: 15px;
}

.save-filter-icons{
    color: var(--primary-primary-500-aa-text, #07C);
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 54px; /* 112.5% */
}

.save-filter-box {
    display: flex;
    padding: 32px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--base-gray-200, #E9EAEB);
    height: 100%;
}

.filter-input input {
    border-radius: 4px;
    border: 2px solid var(--base-gray-200, #E9EAEB);
    background: var(--base-gray-100, #F9F9FA);
    padding: 9px 12px;
    color: var(--base-gray-600-aa-text, #6E707C);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    border-width: 2px !important;
    box-shadow: unset !important;
}

.save-filter-box h6 {
    color: var(--base-body-aa-text, #373F4C);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 4px;
}

.save-filter-box-icon {
    margin-bottom: 8px;
}

.filter-or {
    color: var(--base-gray-600-aa-text, #6E707C);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-right: 18px;
}

.filter-input {
    width: 100%;
}

.save-filter-wrapper .col-lg-7 {
    width: 56%;
}

.save-filter-wrapper .col-lg-5 {
    width: 44%;
}

.filter-input input.form-control.active {
    color: var(--secondary-secondary-600, #121A3C);
    border: 2px solid var(--secondary-secondary-200, #DCEEE7);
    background: var(--secondary-secondary-100, #EDF6F4);
}

.filter-input .form-select {
    color: var(--base-gray-600-aa-text, #6E707C);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    border-radius: 4px;
    border: 2px solid var(--base-gray-200, #E9EAEB);
    background-color: var(--base-gray-100, #F9F9FA);
    height: 40px;
    text-align: start;
    padding: 9px 12px;
    box-shadow: unset !important;
}

.filter-input .form-select.active {
    color: #121A3C !important;
    border-radius: 4px;
    border: 2px solid var(--secondary-secondary-200, #DCEEE7);
    background-color: var(--secondary-secondary-100, #EDF6F4);
}

.filter-warning {
    color: var(--base-body-aa-text, #373F4C);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    border-radius: 4px;
    background: var(--warning-yellow-100, #FAF7F4);
    padding: 10px 19px;
    margin-top: 20px;
}

.filter-warning i {
    color: #B18C25;
}

.filter-name-input:not(:placeholder-shown){
    color: var(--secondary-secondary-500-aa-text, #121A3C);
    border-radius: 4px !important;
    border: 2px solid var(--secondary-secondary-200, #DCEEE7) !important;
    background: var(--secondary-secondary-100, #EDF6F4) !important;
}

.select-value-filled{
    color: var(--secondary-secondary-500-aa-text, #121A3C);
    border-radius: 4px !important;
    border: 2px solid var(--secondary-secondary-200, #DCEEE7) !important;
    background: var(--secondary-secondary-100, #EDF6F4) !important;
}

.analytics-form-item .btn{
    font-size: 12px;
    border-width: 2px !important;
    line-height: 1;
    box-shadow: unset !important;
    padding: 8px 14px;
    height: 30px;
}

.result-question-open-sr p{
    color: #121A3C !important;
}

.result-question-open-sr p span{
    color: #121A3C !important;
}

.static-elements p{
    color: var(--base-gray-600-aa-text, #6E707C);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 26px; /* 130% */
}

.respondant-dialog{
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}

.analytics-row {
    background:#ffffff;
    border: 1px solid #E9EAEB;
    border-radius: 4px;
    padding:34px 30px;
    margin: 20px 0;
}
.analytics-left-header h2 {
    font-size: 18px;
    font-weight: 700;
    color:#373F4C;
}
.analytics-left-header p {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight:600;
    color:#121A3C;
}
.analytics-left-header p img {
    width:12px;
    height:12px;
}
.analytics-left-header {
    margin-bottom:30.5px;
}
.progress-bar1 p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color:#6E707C;
    margin-bottom:5.5px;
}
.progress-bar1 p span {
    font-family: 'Inter', sans-serif;
    color:#373F4C;
    display:inline-block;
    margin-left:15px;
    font-weight: 400;
}
.progress {
    height:25px !important;
    border-radius:4px;
    background-color:#F9F9FA !important;
}

.progress-bar1 > label {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    display:inline-block;
    margin-top:4px;
}
.progress-bar2 p {
    text-align:right;
}
.progress-bar {
    border-radius:1px;
}
.progress-bar1 > label {
    text-align:right;
    color:#72727E;
    display:none;
}
.progress-bar2 label {
    display:block;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin-top: 4px;
    color:#72727E;
    text-align:right;
    display:none;
}

.progress-bar3 > label {
    text-align:left;
    color:#72727E;
    display:none;
}
.progress-bar3 > p span {
    margin-left:0;
}
.progress-bar1-area {
    padding-right:5px;
    position: relative;
}
.progress-bar1-area::after {
    content:"";
    width:1px;
    height:330px;
    background-color:#E7E7E7;
    position:absolute;
    top:8%;
    left:100%;
}
.progress-bar3-area {
    padding-right:5px;
    position: relative;
}
.progress-bar3-area::after {
    content:"";
    width:1px;
    height:330px;
    background-color:#E7E7E7;
    position:absolute;
    top:8%;
    left:100%;
}
.progress-bottom {
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-top:-15px;
}
.progress-bottom label {
    color:#72727E;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    display: inline-block;
    margin-top: 4px;
    margin-left:-5px;
}
.analyticstop-row {
    position:relative;
}
/* .analyticstop-row::after {
    position:absolute;
    content:"";
    top:0;
    left:25.5%;
    width:1px;
    height:100%;
    background-color: #E7E7E7;
}
.analyticstop-row::before {
    position:absolute;
    content:"";
    top:0;
    right:25.5%;
    width:1px;
    height:100%;
    background-color: #E7E7E7;
} */

.p-l-r-0{
    padding-left: 0px;
    padding-right: 0px
}

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

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

.analytics-form-item {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 0px !important;
}

.analytics-form-item p {
    color: var(--base-gray-600-aa-text, #72727E);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin: 0;
}

.analytics-form-item .form-select {
    border-radius: var(--border-radius-sm, 4px);
    border: 2px solid var(--stroke-default-default, #E7E7E7);
    background-color: var(--bg-default-default, #FFF);
    text-align: start;
    color: var(--text-main, #121A3C);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    padding: 3px 8px;
    box-shadow: unset;
    height: 33px;
    padding-right: 25px !important;
    min-width: 242px;
}


/* .analytics-form-item .form-select.active {
    border: 2px solid var(--secondary-secondary-200, #DCEEE7);
    background-color: var(--secondary-secondary-100, #EDF6F4);
    color: var(--secondary-secondary-500-aa-text, #121A3C);
} */

.analytics-form-item .btn {
    font-size: 12px;
    border-width: 2px !important;
    line-height: 15px;
    box-shadow: unset !important;
    padding: 8px 14px;
    min-height: 32px;
    font-family: Inter;
    letter-spacing: 0;
    min-width: auto;
}

.times-btn {
    border-radius: 4px;
    background: var(--base-white, #FFF);
    width: 36px;
    height: 33px;
    border: 1px solid #e9e9e9;
    color: var(--base-gray-400, #AFB0B7);
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.times-btn:hover {
    background: #e9e9e9;
}

.analytics-form-item .btn {
    flex: 1 1 auto;
}

.analytics-form-item .form-control { 
    color: var(--base-gray-600-aa-text, #6E707C);
    text-overflow: ellipsis;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    border-radius: 4px;
    border: 2px solid var(--base-gray-200, #E9EAEB);
    background: var(--base-gray-100, #F9F9FA);
    height: 33px;
}

.right-border{
    border-right: 1px solid #E7E7E7;
}

.left-border{
    border-left: 1px solid #E7E7E7;
}

.bar-divider{
width: 1px;
background: #E7E7E7;
height: 12px;
}

/* .item-pseudo::before {
    content: '';
    position: absolute;
    top: 0px;
    right: 27.5%;
    bottom: 0px;
    background-color: #E7E7E7;
    width: 1px;
} */

.max-diff-axis-label{
    color: var(--text-muted, #72727E);
/* FontSize7/Regular */
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
}

.markable-image-controls{
    position: absolute;
    right: 5px;
    z-index: 11;
    top: 5px;
    text-align: center;
  }
  
  .markable-image-tooltip{
    position: absolute;
    z-index: 1111111;
      background: #ede7e7fa;
      padding: 10px;
      border: 1px solid #ebe2e2;
      border-radius: 15px;
      min-width: 200px;
      max-width: 360px;
      max-height: 300px;
      overflow-y: auto;
  }

  .visualization {
    position: relative;
    /* box-shadow: 0 32px 64px rgba(0, 0, 0, 0.7);
    overflow: hidden; */
  }
  
  .visualization__heatmap {
    position: absolute;
    /* top: 0;
    left: 0; */
    /* width: 100%; */
    /* height: auto; */
  }
  
  .visualization__map {
    width: 100%;
    /* height: auto; */
  }

  .speech-bubble {
    position: absolute;
    transform-origin: 0% 100%;
    text-align: center;
    background-color: #5a5a5a9e;
    color: white;
    border-radius: 10px;
    padding: 5px;
    z-index: 1;
}

.question-title-content{
    width: 100%;
}

.question-title-content p span{
    font-weight: 700 !important;
    font-size: 24px !important;
    line-height: 1.2 !important;
    color: #121A3C !important;
}

.view-created {
    color: var(--green-green-600, #48572A);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    border-radius: 4px;
    border: 2px solid var(--green-green-200, #E6E9D2);
    background: var(--green-green-100, #F8F9F2);
    padding: 8px 12px;
    text-align: center;
    margin-bottom: 0px !important;
  }

  .view-created.red{
    background: #F7C4C4 !important;
    border: #ff3a3a !important;
  }

  .btn-no-bg-border{
    color: #121A3C !important;
    background: #fff;
    border: none;
  }

  .btn-no-bg-border:hover{
    background: #F9F9FA;
  }

  .pl-r-2{
    padding-left: 10px;
    padding-right: 10px;
  }

  .dar-blue{
    color: #121A3C !important;
    /* Font/Size7/Regular */
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px; /* 125% */
  }

  .light-blue{
    color: var(--text-link, #0070E0);
    /* Font/Size7/Regular */
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px; /* 125% */
  }

  .heatmap-tooltip{
    position: absolute;
    padding: 2px var(--padding-xxs, 4px);
    align-items: center;
    border-radius: var(--border-radius-sm, 4px);
    background: var(--bg-default-default, #FFF);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
  }

  .heatmap-splitter-tooltip{
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 137.5% */
  }

  .heat-map-tooltip-wrapper .positive{
    color: #4E7C1D;
  }

  .heat-map-tooltip-wrapper .negative{
    color: #D92653;
  }
  
  .heatmap-splitter-tooltip .divider{
    font-weight: 400 !important;
    color: #BFBFC7;
  }
  
  .heatmap-single-tooltip{
    display: flex;
    width: 20px;
    height: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 50px;
    background: var(--bg-default-default, #FFF);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
  }

  .heatmap-full-tooltip-wrapper{
    display: flex;
    padding: 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--padding-xs, 8px);
    border-radius: 4px;
    border: 1px solid var(--stroke-default-default, #E7E7E7);
    background: var(--bg-default-default, #FFF);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
    position: absolute;
    z-index: 1;
  }

  .heatmap-feedback-title{
    color: var(--text-main, #121A3C);
    /* Font/Size7/Bold */
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 15px; /* 125% */
  }

  .heatmap-sign-label{
    color: var(--text-muted, #72727E);
    /* Font/Size7/Regular */
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px; /* 125% */
  }

  .heatmap-sign-label .positive{
    color: var(--text-muted, #4E7C1D) !important;
    font-weight: 700 !important;
  }

  .heatmap-sign-label .negative{
    color: var(--text-muted, #D92653) !important;
    font-weight: 700 !important;
  }

  .feedback-table .positive{
    color: #4E7C1D;
  }

  .feedback-table .negative{
    color: #D92653;
  }

  .feedback-table tbody{
    display:block;
    max-height:300px;
    overflow:auto;
  }

  .feedback-table thead,.feedback-table tbody tr {
    display:table;
    width:100%;
    table-layout:fixed;
  }

.feedback-table {
    width:400px;
}

.feedback-table th, .feedback-table td{
    color: var(--text-main, #121A3C) !important;
    font-family: Inter;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 15px;
}

.text-grey-small{
    color: var(--text-muted, #72727E);
    /* Font/Size7/Regular */
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px; /* 125% */
}

.text-grey-small b{
    color: var(--text-main, #121A3C) !important;
    font-weight: 700 !important;
}

.heatmap-tooltip-table{
    width: 420px;
}

.heatmap-tooltip-feedback{
    width: 270px;
}

.heatmap-sign-label .rdt_TableRow{
    align-items: center;
}

.light-blue-only-color{
    color: #0070E0 !important;
}

.btn-blue-border{
    color: #333D60;
    border-radius: var(--border-radius-sm, 4px);
    border: 2px solid var(--stroke-secondary-default, #333D60);
    align-items: center;
    min-width: 142.5px;
}

.btn-blue-border:hover{
    background-color: #edf1ff;
}

.checkbox-option-sr input:hover{
    border: 2px solid var(--secondary-secondary-200, #0070E0);
}

.mr-0{
    margin-right: 0px !important;
}

.MuiSlider-thumb{
    color: #0070E0 !important;
}

.MuiSlider-rail{
    color: #F9F9FA;
}

.MuiSlider-track{
    color: #7EB9F4;
}

.display-none{
    display: none !important;
}

.heatmap-single-tooltip:has(.display-none)
{
    display: none !important;
}

.btn-dark-outline{
    background: #fff;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #333D60;
    padding: 10px 18px;
    display: inline-block;
    transition: .3s;
    border: 2px solid var(--stroke-secondary-default, #333D60);
    border-radius: var(--border-radius-md, 6px);
}

.fw-700{
    font-weight: 700 !important;
}

.checkbox-option-sr.radio label span{
    border-radius: 15px !important;
}

.survey-nav-item-small{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    color: #72727E;
    text-decoration: none;
    padding: 8px !important;
    transition: .3s;
    margin-right: 4px;
    border-bottom: 3px solid transparent;
}

.survey-nav-item-small.active{
    border-bottom: 3px solid var(--primary-primary-500-aa-text, #07C);
    color: #0070E0;
}



.ranking-label{
    color: var(--text-main, #121A3C);
    /* Font/Size6/Regular */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
}

.ranking-label.identifier{
    color: var(--text-muted, #72727E) !important;
}

.ranking-table .rdt_TableRow{
    align-items: center;
}

.ranking-table .rdt_TableCol{
    color: var(--text-muted, #72727E);
text-align: center;
/* Font/Size7/Bold */
font-family: Inter;
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: 15px; /* 125% */
}

.open-end-table-header{
    display: flex;
    padding: var(--Padding-XXS, 4px) 0px;
    align-items: center;
    gap: var(--Border-Radius-XL, 10px);
    align-self: stretch;
}

.open-end-table-header-content{
    color: var(--Text-Main, #121A3C);
    /* Font/Size7/Bold */
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 15px; /* 125% */
}

.open-end-table-header-dropdown{
    display: flex;
    width: 200px;
    min-height: 32px;
    padding: 8px 10px;
    align-items: flex-start;
    gap: 8px;
    border-radius: var(--Border-Radius-SM, 4px);
    border: 2px solid var(--Stroke-Default-Default, #E7E7E7);
    background: var(--Bg-Default-Default, #FFF);
}

.open-end-table-content{
    color: var(--Text-Main, #121A3C);
    /* Font/Size7/Regular */
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px; /* 125% */
}

.open-end-ai-summary{
    display: flex;
    min-height: 40px;
    padding: 9px 16px;
    align-items: center;
    gap: 4px;
    border-radius: var(--Border-Radius-MD, 6px);
    /* background: var(--Bg-Default-Default, #FFF); */
}

.horizontal-divider{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
    background: var(--Stroke-Default-Default, #E7E7E7);
}

/* .cygFkb {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    box-sizing: border-box;
    line-height: normal;
    padding-right: 16px;
} */

.open-end-ai-summary-content{
    display: flex;
    padding: var(--Padding-SM, 16px) var(--Padding-MD, 24px);
    align-items: center;
    gap: var(--Border-Radius-XL, 10px);
    align-self: stretch;
    border-radius: var(--Border-Radius-MD, 6px);
    background: var(--bg-default-1, #F9F9FA);
}

.question-title-content p
{
    display: inline;
}

.sr_surveyPrompt_loader_content {
    padding: 20px 0;
    text-align: center;
}

.sr_loading_title{
    color: #121A3C !important;
    font-size: 1.5rem !important;
    font-weight: 500 !important;
    line-height: 1.2 !important; 
    font-family: 'Inter';
}

.sr_loading_subtitle{
    font-size: 16px;
    font-weight: 400;
    color: #72727e;
    font-family: 'Inter';
}

.modal:has(.results-modal)
{
    z-index: 11111 !important;
}

.dotlottie-player-alignment {
  display: flex;
  justify-content: center;
  align-items: center; 
  height: 100vh; 
}