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

:root {
  --desaturated-light: #F9F9FA;
  --desaturated-light2: #E9EAEB;
  --colored-light: #f6fcfa;
  --colored-light2: #d4eee7;
  --colored2-light: #E5F3FF;
  --colored2-light2: #CCE0F5;
  --colored-standard: #3B7D5C;
  --colored-standard2: #2C5D46;
  --colored-standard3: #1F3E31;
  --colored2-standard: #0077CC;
  --colored2-standard2: #0059A6;
  --colored2-standard3: #003C80;
  --text-color: #373F4C;
  --text-color-desaturated: #6E707C;   
  --text-color-emphasis: #666666;
}

.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 {
    margin: 0 0 15px;
    color: #373F4C;
    font-family: 'Montserrat', sans-serif;
}

body {
    color: var(--text-color);
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    background: #F8F9FD;
}


.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: 'Montserrat';
    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:focus {
    /* border-color: #51A97D !important; */
    /* color: var(--text-color); */
}

input:focus:hover {
    /* border-color: #51A97D !important;
    border-width: 1px; */
}

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

/* textarea:hover {
    border-color: #D4EEE1 !important;
    border-width: 1px;
} */

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;
    background:white;
}

.cards-wrapper {
    background: #FFFFFF;
    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: 'Montserrat';
    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: 'Montserrat';
    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: 'Montserrat';
    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: 'Montserrat';
    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: 'Montserrat';
    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:hover{
    color: #FFFFFF;
    background: #2C5D46!important;
}

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

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

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

.step-item {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--text-color-desaturated);
}

.step-item.active {
    font-weight: 700;
    font-size: 14px;
    color: var(--text-color)
}

.step-item.complete {
    color: var(--text-color-desaturated);
}

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

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

.section-title h5 {
    font-weight: 500;
    font-size: 22px;
    line-height: 18px;
    text-transform: uppercase;
    color: #373F4C;
    margin-bottom: 5px;
}

.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: 'Montserrat';
    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: 'Montserrat';
    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 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.06em;
    color: var(--colored-standard);
    text-decoration: none;
    background: #FFFFFF;
    border: 0px solid #CBC8C8;
    border-radius: 5px;
    padding: 10px;
    margin-left: 8px;
    box-shadow: rgba(15, 15, 15, 0.05) 0px 0px 0px 1px, rgba(15, 15, 15, 0.05) 0px 2px 4px;
    text-align: center;
    text-transform: uppercase;
}

.cards-wrap-links a:hover {
    color: #fff;
    background: var(--colored-standard);
}    

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

.cards-wrap-links a:active {
    color: #fff;
    background: var(--colored-standard);
}    

.toolbar-wrap-links a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0.06em;
    font-variant: small-caps;
    color: var(--colored-standard);
    text-decoration: none;
    background: #FFFFFF;
    border: 0px solid #CBC8C8;
    border-radius: 5px;
    padding: 10px 6px;
    margin-left: 8px;
    box-shadow: rgba(15, 15, 15, 0.05) 0px 0px 0px 1px, rgba(15, 15, 15, 0.05) 0px 2px 4px;
    text-align: center;
    width:90px;

}   

.toolbar-wrap-links a:hover{
    background: var(--colored-standard);
    color:white;    
}


.toolbar-wrap-links {
    margin-top: 0px;
    position: fixed;
    bottom:60px;
    width: 44%;
}

.main {
    padding-bottom: 30px;
}

.icon-button {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0.06em;
    font-variant: small-caps;
    color: var(--colored-standard);
    text-decoration: none;
    background: #FFFFFF;
    border: 0px solid #CBC8C8;
    border-radius: 5px;
    padding: 10px;
    margin-left: 8px;
    box-shadow: rgba(15, 15, 15, 0.05) 0px 0px 0px 1px, rgba(15, 15, 15, 0.05) 0px 2px 4px;
    text-align: center;
    width:40px;

}  

.icon-button:hover {
    background: var(--colored-standard);
    color:white;
}

.modal-close {
    font-family: 'Montserrat';
    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: 'Montserrat';
    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: 'Montserrat';
    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: 'Montserrat';
    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: 'Montserrat';
    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: right;
    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;
}

.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: 'Montserrat';
    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: 'Montserrat';
    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: var(--colored-standard);
    padding-right: 22px;
    text-align: center;
}

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

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

.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: 'Montserrat';
    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: 'Montserrat';
    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: 'Montserrat';
    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: #387054;
    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: #387054;
    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: 'Montserrat';
    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: 'Montserrat';
    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: 'Montserrat';
    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: 'Montserrat';
    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: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.07em;
    color: #373F4C;
}

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

.text-10{
    font-size: 10px;
}

.alert-dismissible .btn-close{
    padding: 10px 10px!important;
    color:#666;
    background-image: none;
    font-size: 14px;
}

.alert {
    padding: 10px;
    padding-right: 32px !important;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    border-radius: 5px;
    background-color: #fff;
    display:none;
}

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

.alert-info {
    border: 2px solid #99BCE6;
}

.alert-info-color {
    color: #0077CC!important;
}

.alert-status{
    border: 2px solid #71B996!important;
}

.alert-status-color {
    color: #3B7D5C!important;
}


.alert-warning {
    border: 2px solid #FAE5A2!important;
}

.alert-warning-color {
    color: #F5D033!important;
}

.alert-error{
    border: 2px solid #ED999E!important;
}

.alert-error-color {
    color: #DB335D!important;
}


.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: 'Montserrat';
    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: 'Montserrat';
    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: 'Montserrat';
    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: 'Montserrat';
    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-links a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px!important;
    line-height: 1;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #666;
    text-decoration: none;
    border-left: 1px solid #e0e0e0;
    margin-left: 23px;
    padding-left: 25px;
    gap: 4px;
}



.footer-links a .link-btn {
    font-weight: 700;
    font-size: 14px!important;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.06em;
    color: #3B7D5C;
    background: #fff;
    border-radius: 5px;
    padding: 8px 10px;
    box-shadow: rgba(15, 15, 15, 0.05) 0px 0px 0px 1px, rgba(15, 15, 15, 0.05) 0px 2px 4px;
}

.footer-links a .link-btn:hover {
    background: #2C5D46;
    color: #fff;
}

.link-btn-buttombar {
    font-weight: 700;
    font-size: 15px;
    border-left: 16px solid #CACACA;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.06em;
    color: #FFFFFF;
    background: #3B7D5C;
    border-left: 1px solid #CACACA;
    margin-left: 23px;
    padding-left: 25px;
    border-radius: 3px;
    padding: 8px 15px;
    border-right: none;
    border-bottom: none;
    border-top: none;
}


.footer-links a span {
    color: #666;
    font-weight: 700;
    margin: 0 0px;
}

.footer-links {
    display: flex;
}

.footer-bottom p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #666;
    margin: 0;
}

.footer-bottom {
    overflow-y: auto;
    background: var(--desaturated-light);
    border-top: 1px solid #e0e0e0;
    border-radius: 0px;
    padding: 4px 4px 5px 4px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 722222;
}

/*---------------------- 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: 'Montserrat';
    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: #3B7D5C;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    border: 0;
    color: #fff;
    font-family: 'Montserrat';
    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: 10px 30px!important;
    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: #666666;
    margin-bottom: 9px;
    margin-top: 30px;
}

.support-box-content p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px!important;
    line-height: 19px;
    color: #666666;
}

.support-box-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 24px!important;
    line-height: 29px;
    color: #373F4C;
    border-bottom: 0px solid #E0E0E0;
    padding-top: 40px!important;
    padding-left: 30px!important;
    text-align: left;
}

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

.chat-form .btn {
    background: #387054;
    border-radius: 3px;
    border-color: transparent;
    font-family: 'Montserrat';
    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: #2C5D46;
}

.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: 'Montserrat';
    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: 'Montserrat';
    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: #387054;
    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: 'Montserrat';
    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: 'Montserrat';
    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: 'Montserrat';
    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: 12px;
}

.on-off\/off {
    background: #F6F6F6;
    padding: 2px 6px;
    border-radius: 5px;
    min-width: 35px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    box-shadow: rgba(15, 15, 15, 0.05) 0px 0px 0px 1px, rgba(15, 15, 15, 0.05) 0px 2px 4px;
}

.pointer {
    cursor: pointer;
}



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

.on-off-btn.active .on-off\/off {
    color: #549F7B;
}



.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: #387054;
}

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

.text-dark-green {
    color: #3B7D5C !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;
}

.table thead th {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #666666;
}

.select-input-th {
    text-align: center;
}

.table tbody td {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-transform: capitalize;
    color: #666666;
}

.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: 400;
    font-size: 14px !important;
    line-height: 20px;
    margin-left: 0 !important;
    color:var(--text-color-desaturated);
}

.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: #387054;
}

.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: #387054 !important;
}

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

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

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

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


.switch-on {
    background-color: #387054;
    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: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.1;
    text-transform: uppercase;
    color: var(--colored-standard);
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    padding-left: 11px;
    padding-top: 6px;
    margin-bottom: 0px !important;
    padding-bottom: 6px;
}

.collapse-link :hover{
    color: var(--colored-standard2);
}

.mr-5{
    margin-right: 5px;
}

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

.tab-nav {
    display: flex;
    border-bottom: 0px solid #E9EAEB;
    margin:5px 0px 2px 0px;
}

.tab-nav button {
    font-weight: 500;
    font-family: Inter;
    font-size: 14px!important;
    line-height: 1.1;
    color: #3B7D5C!important;
    border: 0 !important;
    outline: none;
    transition: .3s;
    margin: 0px 0px;
    padding:10px;
    text-align: left;
    flex: 1 1 auto;
    background-color: transparent!important;
    border-radius: 5px;
}

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

.tab-nav button.active {
    background: var(--colored-standard)!important;
    border-radius: 5px;
    color: #ffffff!important;
}

.tool-question-item {
    box-shadow: rgba(15, 15, 15, 0.05) 0px 0px 0px 1px, rgba(15, 15, 15, 0.05) 0px 1px 0px;
    border-radius: 5px;
    background: white;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--text-color-desaturated);
    font-size:14px!important;
    margin: 5px 2px 8px 2px;
    transition: 300ms ease-out 0s;
    border: 1px solid #fff;
}

.tool-question-item:hover {
    box-shadow: rgba(15, 15, 15, 0.05) 0px 0px 0px 1px, rgba(15, 15, 15, 0.05) 0px 2px 4px;
    cursor: pointer;
    border: 1px solid var(--colored-standard3);
}

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

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

.tool-question-item[aria-expanded="true"] {
    color: var(--colored-standard) !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 {
    margin-left:0px;
}


.tool-settings-item {
    box-shadow: rgba(15, 15, 15, 0.05) 0px 0px 0px 1px, rgba(15, 15, 15, 0.05) 0px 1px 0px;
    border-radius: 5px;
    background: white;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--text-color-desaturated);
    font-size:14px!important;
    margin: 5px 2px 5px 2px;
    border: 1px solid #fff;
    transition: 300ms ease-out 0s;
}

.tool-settings-item:hover {
    cursor: pointer;
    box-shadow: rgba(15, 15, 15, 0.05) 0px 0px 0px 1px, rgba(15, 15, 15, 0.05) 0px 2px 4px;
}

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

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

.tool-settings-item[aria-expanded="true"] {
    color: #666666 !important;
}

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

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

.tool-collapse .tool-settings-item {
    margin-left:20px;
}

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

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

.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: 14px;
    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: 10px 10px;
    border-bottom: 0px solid #E9EAEB;
    color:#666666;
    font-size: 14px;
}

.question-answer-btn button {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    display: inline-block;
    color: #3B7D5C;
    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;
}

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

.q-card {
    padding: 15px 24px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: rgba(15, 15, 15, 0.05) 0px 0px 0px 1px, rgba(15, 15, 15, 0.05) 0px 2px 4px;
    margin-top:10px;
}

.q-count {
    background: var(--desaturated-light);
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: 8px 13px;
    line-height: 1.2;
    color: var(--text-color-desaturated);
    display: block;
    width: 50px;
    min-width: 50px;
    text-align: center;
    font-size: 14px;
    box-shadow: rgba(15, 15, 15, 0.05) 0px 0px 0px 1px, rgba(15, 15, 15, 0.05) 0px 1px 0px;
    margin-right: 4px;
}

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

.q-item-text {
    background: var(--desaturated-light);
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: 8px 13px;
    line-height: 1.2;
    color: var(--text-color);
    display: block;
    width: 200px;
    font-size: 14px;
    box-shadow: rgba(15, 15, 15, 0.05) 0px 0px 0px 1px, rgba(15, 15, 15, 0.05) 0px 1px 0px;
}

.q-item-id {
    background: var(--desaturated-light);
    border: 0px solid var(--colored-standard);
    border-radius: 5px;
    padding: 8px 13px;
    line-height: 1.2;
    color: var(--text-color-desaturated);
    display: block;
    width: 50px;
    min-width: 50px;
    text-align: center;
    font-size: 14px;
    box-shadow: rgba(15, 15, 15, 0.05) 0px 0px 0px 1px, rgba(15, 15, 15, 0.05) 0px 1px 0px;
    margin-right: 4px;
}

.q-item-question-text {
    background: var(--desaturated-light);
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: 8px 13px;
    line-height: 1.2;
    color: var(--text-color);
    display: block;
    width: 496px;
    font-size: 14px;
    box-shadow: rgba(15, 15, 15, 0.05) 0px 0px 0px 1px, rgba(15, 15, 15, 0.05) 0px 1px 0px;
}

.q-item-label {
    background: #FFFFFF;
    border: 0px solid #E9EAEB;
    border-radius: 3px;
    display: inline-block;
    margin-left: 0px;
    margin-bottom: -10px;
    z-index: 1;
    position: relative;
    bottom: -1px;
    padding: 0px 5px;
    font-size: 12px;
    color:#666666;
    font-family: Montserrat;
}

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

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

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

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

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

.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: #3B7D5C;
} */
.q-answer:hover .q-answer-box {
    border-color: #3B7D5C;
}

.green-link {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    display: inline-block;
    align-items: center;
    color: #3B7D5C;
    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: #3B7D5C !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: 3px 15px;
    border-bottom: 0px solid #E9EAEB;
    font-family: "Montserrat";
    font-size:14px;
    font-weight: 400;
    color:#666666;
    letter-spacing: 0.07em;
}

.q-action-card-title h4 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.1;
    letter-spacing: 0.0em;
    color: #3B7D5C;
    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: 12px;
}

.input-box {
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    color: var(--text-color);
    width: 36px;
    border: 0;
    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: visible;
    max-height: 6000vh!important;
    border-radius: 3px!important;
}

.text-gray {
    color: var(--text-color-desaturated);
}

.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: var(--text-color-desaturated);
    min-width: auto;
    max-width: 40px;
    width: 100%;
    background: var(--desaturated-light);
    border: 1px solid #fff;
    border-radius: 5px!important;
    padding: 3px 2px;
    display: inline-block;
    margin-top:5px;
}

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

.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: 10px;
    font-size: 16px;
    padding:10px;
    border-radius: 5px;
}

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

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

.force-right-align{
    text-align: right!important;
}

.force-center-align{
    text-align: center!important;
}

.close-gray {
    color: #ffffff;
    font-size: 15px;
    background: transparent;
    border: 0;
    padding: 0;
    transition: .2s;
    margin-left: 10px;
    opacity: 0;
    visibility: visible;
    color:#D74058;
    font-size: 16px;
}

.q-answer:hover .close-gray {
    opacity: 1;
}

.half-left{
    width: 50%;
    text-align:left;
}

.half-right{
    width: 50%;
    text-align:right;
}

.btn.btn-ok {
    background: #3B7D5C;
    border-color: #3B7D5C;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;
}

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

.btn.btn-cancel {
    background: #ffffff;
    border-color: #ffffff;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 14px;
    color: #3B7D5C;
}

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

.q-icon{
    margin-right: 10px;
    font-size: 14px;
    padding:10px;
    background: var(--desaturated-light);
    border-radius: 5px;
    color:var(--text-color-desaturated)!important;
}

.q-id{
    font-weight: 500; 
    font-size: 14px;
}

.q-sa{
}

.question-text{
    font-size: 12px;
    line-height: 15px;
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    max-width: 300px;
    height: 360; /* Fallback for non-webkit */
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.question-type{
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    color: var(--text-color);
}

.selected-question{
    background: #3B7D5C;
    color:#fff;
    box-shadow: rgba(15, 15, 15, 0.05) 0px 0px 0px 1px, rgba(15, 15, 15, 0.05) 0px 2px 4px;
}

.q-type-title{
    font-size:14px;
    font-weight: 600;
    color: var(--colored-standard);
}

.half-left{
    width: 50%;
    text-align:left;
}

.half-right{
    width: 50%;
    text-align:right;
}

.tool-card{
    background: var(--desaturated-light);
    border-radius:5px;
    padding-left:5px;
    padding-right: 5px;
}

.question-tag {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    padding: 5px;
    background: #D3E5EF;
    color: #1C3829;
    border-radius: 3px;
    text-align: start;
    cursor: pointer;
}

.question-tag a:hover{
    background: white;
    color: #1C3829;
}

.position-icon {
  position: relative;
  left: -20px;
  color: var(--text-color-desaturated);
}

.text-tip{
    font-size: 10px;
}

.tool-question-section {
    box-shadow: rgba(15, 15, 15, 0.05) 0px 0px 0px 1px, rgba(15, 15, 15, 0.05) 0px 1px 0px;
    border-radius: 5px;
    background: var(--colored-standard);
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    font-size:14px!important;
    margin: 10px -5px;
    transition: 300ms ease-out 0s;
    border: 1px solid #fff;
}

.section-count{
    font-weight: 400;
}


.tool-question-section:hover {
    box-shadow: rgba(15, 15, 15, 0.05) 0px 0px 0px 1px, rgba(15, 15, 15, 0.05) 0px 2px 4px;
    cursor: pointer;
    border: 1px solid var(--colored-standard3);
}

.tool-question-system {
    box-shadow: rgba(15, 15, 15, 0.05) 0px 0px 0px 1px, rgba(15, 15, 15, 0.05) 0px 1px 0px;
    border-radius: 5px;
    background: white;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--text-color-desaturated);
    font-size:14px!important;
    margin: 0px;
    transition: 300ms ease-out 0s;
    border: 1px solid #fff;
}

.tool-question-system:hover {
    box-shadow: rgba(15, 15, 15, 0.05) 0px 0px 0px 1px, rgba(15, 15, 15, 0.05) 0px 2px 4px;
    cursor: pointer;
    border: 1px solid var(--colored-standard3);
}

.tool-question-system:hover .question-answer-btn {
    opacity: 1;
    visibility: visible;
}

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

.tool-question-system[aria-expanded="true"] {
    color: var(--colored-standard) !important;
}

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

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

.tool-collapse .tool-question-system {
    margin-left:20px;
}

/* dev css */
  
.tool-question-item.highlight{
    border: #3c763d dashed 2px;
}

.survey-side-column{
    width: 23%;
}

.survey-middle-column{
    width: 54%;
}

@media screen and (max-device-width: 800px) {
    .survey-side-column{
        width: 100%;
    }
    
    .survey-middle-column{
        width: 100%;
    }
}

.toolbar-wrap-links {
    position: fixed !important;
    width: 500px !important;
    margin: 60px auto !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
}

.Drag-gray {
    color: #ffffff;
    font-size: 15px;
    background: transparent;
    border: 0;
    padding: 0;
    transition: .2s;
    margin-right: 5px;
    opacity: 0;
    visibility: visible;
    color: #a09d9d;
    font-size: 16px;
}

.q-answer:hover .Drag-gray {
    opacity: 1;
}

.icon{
    margin-left: -25px;
    margin-right: 15px;
    color:#6E707C;
}

.tool-question-section{
    margin: 10px 0px !important;
}

.tool-card{
   padding-left: 0px;
   padding-right: 0px;
}

.ck-powered-by{
    display: none !important;
}

.ck-content{
    background: #F9F9FA;
}

.q-answer img{ 
    position: relative;
    left: 8px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: #6E707C;
    object-fit: cover;
}

.q-answer .img-icon { 
    position: relative;
    left: 8px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: #6E707C;
    margin-right: -19px;
}

.punch-answer{
    padding-left: 35px !important;
}

.image-delete-icon{
    position: relative;
    left: -33px;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 0px;
    margin-right: -36px;
}

.image-delete-icon:hover{
    color: red;
    font-size: 20px;
    background: #ececec82;
}

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

.blue-link {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    display: inline-block;
    align-items: center;
    color: #0077CC;
    background: transparent;
    border: 0;
    padding: 0;
}

.choice-wrapper{
    border: 1px solid #E9EAEB;
    padding: 20px;
}

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

.form-control.choice-input.lg {
    font-size: 20px;
    min-height: 40px;
    padding: 10px 14px;
    height:auto;
}

.choice-input .ck-content{
    border: none !important;
}

/* .choice-input:focus-within{
    border-color: #51A97D !important;
} */

.choice-input:hover {
    border-color: #D4EEE1;
}

.w-90 {
    width: 90px;
}

.single-choice-form-input-bottom {
    padding-left: 75px;
}

.image-btn {
    border-radius: 4px;
    border: 2px solid var(--base-gray-200, #E9EAEB);
    background: var(--base-gray-100, #F9F9FA);
    display: flex;
    height: 40px;
    padding: 9px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.answer-image-wrap{
    border-radius: 4px;
    border: 2px solid var(--base-gray-200, #DCEEE7);
    background: #EDF6F4;
    display: flex;
    height: 40px;
    width: 50px;
    align-items: center;
}

.answer-image-wrap img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.input-btn {
    display: flex;
    height: 40px;
    padding: 9px 14px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: var(--base-white, #FFF);
    border-color: transparent;
    transition: .3s;
}

.input-btn:hover {
    background: #f5f5f5;
    color: #3B7D5C;
}

.has-logic{
    background: #0077CC;
}

input.form-control.choice-input:not(:placeholder-shown) {
    background: #EDF6F4;
    border: 2px solid var(--secondary-secondary-200, #DCEEE7);
    color: var(--secondary-secondary-600, #2C5D46);
}

.form-control-editor .ck-content:not(:has(.ck-placeholder)){
    background: #EDF6F4 !important;
    border: 2px solid var(--secondary-secondary-200, #DCEEE7);
}

.form-control-editor.choice-input:not(:has(.ck-placeholder)){
    background: #EDF6F4 !important;
    border: 2px solid var(--secondary-secondary-200, #DCEEE7);
}

.form-control.choice-input:not(:placeholder-shown) .ck-content p{
    color: var(--secondary-secondary-600, #2C5D46);
}

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

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

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

.checkbox-option input:checked~label {
    border: 2px solid var(--secondary-secondary-200, #DCEEE7);
    background: var(--secondary-secondary-100, #EDF6F4);
}

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

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

.checkbox-option label {
    border-radius: 4px;
    border: 2px solid var(--base-gray-200, #E9EAEB);
    background: var(--base-white, #FFF);
    display: flex;
    padding: 7px 10px;
    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 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 input:checked~label span {
    border: 2px solid var(--secondary-secondary-600, #2C5D46);
    background: var(--base-white, #FFF);
}

.selection-mapping-wrapper{
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    border-radius: 4px;
    border: 1px solid var(--base-gray-200, #E9EAEB);
    background: var(--base-gray-100, #F9F9FA);
}

.generator-item .form-select {
    border-radius: 4px;
    border: 2px solid var(--base-gray-200, #E9EAEB);
    background-color: var(--base-gray-100, #F9F9FA);
    text-align: start;
    color: var(--base-gray-600-aa-text, #6E707C);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    padding: 3px 8px;
    padding-right:30px !important;
    box-shadow: unset;
    height: 33px;
    max-width: 155px;
}

.generator-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, #3B7D5C);
}

.choice-input.disabled{
    border: 2px solid var(--base-gray-200, #E9EAEB) !important;
    background: var(--base-gray-100, #F9F9FA) !important;
}

.element-title-wrapper{
    /* width: calc(100% - 90px); */
    width: 100%;
}

.tool-question-content{
    max-width: calc(100% - 25px);
}

.MuiMenu-root{
    z-index: 1111111 !important;
}

.checkbox-option.disabled input{
    cursor: no-drop;
}

.checkbox-option.disabled label{
    color: #6E707C;
}

.custom-tooltip-box{
    border-radius: 4px !important;
    border: 1px solid var(--base-gray-200, #E9EAEB) !important;
    background: var(--base-white, #FFF) !important;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05) !important;
    width: 252px !important;
    padding: 15px !important;
    color: var(--base-gray-600-aa-text, #6E707C) !important;
    font-size: 12px !important;
    font-family: Inter !important;
    font-style: normal !important; 
    font-weight: 400 !important;
    line-height: 16px !important;
    text-align: left !important;
}

.toolbar-wrap-links div {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0.06em;
    font-variant: small-caps;
    color: var(--colored-standard);
    text-decoration: none;
    /* background: #FFFFFF; */
    border: 0px solid #CBC8C8;
    border-radius: 5px;
    padding: 6px 6px;
    margin-left: 8px;
    box-shadow: rgba(15, 15, 15, 0.05) 0px 0px 0px 1px, rgba(15, 15, 15, 0.05) 0px 2px 4px;
    text-align: center;
    /* width:90px; */

}   

.toolbar-wrap-links div:hover{
    background: var(--colored-standard);
    color:white;    
}