/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url("../frontend/font-family/Poppins-Thin.ttf");
}

/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url("../frontend/font-family/Poppins-Thin.ttf");
}

/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("../frontend/font-family/Poppins-Light.ttf");
}

/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../frontend/font-family/Poppins-Regular.ttf");
}

/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../frontend/font-family/Poppins-Medium.ttf");
}

/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../frontend/font-family/Poppins-SemiBold.ttf");
}


/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../frontend/font-family/Poppins-Bold.ttf");
}

/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url("../frontend/font-family/Poppins-SemiBold.ttf");
}

/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("../frontend/font-family/Poppins-ExtraBold.ttf");
}

/*** Common CSS ***/
html {
    width: 100%;
    overflow: auto;
    font-size: inherit !important;
}

body {
    font-family: "Poppins", sans-serif;
}

.d-flex {
    display: flex;
}

.d-block {
    display: block;
}

.align-items-center {
    align-items: center;
}

.text-align-center {
    text-align: center;
}

.justify-content-space,
.is-content-justification-space-between {
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center !important;
}

.mb-5 {
    margin-bottom: 25px !important;
}

.mb-2 {
    margin-bottom: 15px !important;
}

.mb-4 {
    margin-bottom: 10px !important;
}

.mb-3 {
    margin-bottom: 5px !important;
}

.mt-5 {
    margin-top: 15px !important;
}

.plr-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.fw-600 {
    font-weight: 600;
}

.wp-container-core-group-is-layout-13 .wp-container-core-group-is-layout-8,
.wp-container-core-group-is-layout-13 .wp-container-core-group-is-layout-10,
.wp-container-core-group-is-layout-13 .wp-container-core-group-is-layout-12 {
    flex-direction: column;
    align-items: stretch;
}

/******* header & footer CSS ************/
.footer-link {
    margin-left: 25px;
    margin-right: 25px;
}

.footer-link-wrapper.bz-footer-link {
    padding: 30px 0px 0px;
    margin-bottom: 15px;
}

.footer-link-wrapper.bz-footer-link-col-2 {
    margin-bottom: 15px;
}

.footer-link a {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    color: #000000;
    font-weight: 500;
}

.page-template-default {
    overflow: hidden;
}

.footer-img-container {
    width: 100%;
}

.row.header-row {
    padding: 20px 0px;
    display: inline;
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
}

/********* Login, Register and Dashboard CSS *********/
.login-form-row,
.registration-form-row {
    /* width: 35%; */
    margin: auto;
    padding: 25px;
    background: #fbfcfc;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.login-form-row h5,
.registration-form-row h5 {
    font-family: "Poppins", sans-serif;
}

.login-form-row h2,
.registration-form-row h2 {
    font-family: "Poppins", sans-serif;
    text-align: left;
    margin-bottom: 15px;
    font-size: 36px;
}


.login-form-row a.title-href,
.registration-form-row a.title-href {
    color: #202020 !important;
    text-decoration: underline !important;
    font-family: "Poppins", sans-serif;
}

.form-row {
    margin-bottom: 5px;
    position: relative;
}

.form-row label {
    display: block;
}

.form-row input,
.form-row input:focus {
    border: 0px;
    outline: none;
}

.form-row input.middle:focus {
    outline-width: 0;
}

.form-row .input-field {
    padding: 15px 5px;
    /* background: light-dark(rgb(232, 240, 254), rgba(70, 90, 126, 0.4)) !important; */
    border: 1px solid #d1c3c3;
    border-radius: 5px;
}

.input-field input {
    width: 100%;
}

.input-field #password {
    width: 92%;
}

.form-row input {
    background-color: transparent !important;
    border-color: transparent !important;
    outline: transparent !important;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
}

#loginform input {
    font-family: "Poppins", sans-serif !important;
}

.form-row label {
    font-size: 12px;
    display: inline;
    padding: 0px 5px;
    position: relative;
    left: 10px;
    top: 10px;
    background: #fbfcfc;
    font-family: "Poppins", sans-serif;
}


.form-row input,
.form-row input:-webkit-autofill,
.form-row input:-webkit-autofill:hover,
.form-row input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 50px rgba(255, 255, 255, 0) inset !important;
    background-color: transparent !important;
    background-clip: text;
}

.wp-submit.login-button,
.wp-submit.register-button {
    background-color: var(--default-color);
    color: #fff;
    font-size: 14px;
    padding: 10px 40px;
    border: 0px;
    border-radius: 10px;
    font-family: "Poppins", sans-serif;
}

.wp-submit.login-button:hover,
.wp-submit.register-button:hover,
.view-icon:hover {
    cursor: pointer;
}

.wp-submit.register-button {
    text-align: center;
    margin-top: 25px;
}

.category-button {
    width: 100%;
}

.forgot-link {
    text-decoration: none;
    color: #47464a !important;
    font-size: 14px !important;
    font-family: "Poppins", sans-serif;
}

.divider {
    margin-top: 30px;
}

.divider-text {
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #47464a !important;
}

.divider-text::before,
.divider-text::after {
    flex: 1;
    content: '';
    padding: 0.5px;
    background-color: #dbdadd;
    margin: 5px;
}

.social-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
}

.social-wrapper .button-wrapper img {
    height: 25px;
    margin-right: 5px;
}

.error-msg {
    color: red;
    font-size: 14px;
    display: none;
}

.social-wrapper .social-text {
    font-size: 14px !important;
    color: #202020 !important;
    font-weight: 500 !important;
    font-family: "Poppins", sans-serif;
}

.social-wrapper .button-wrapper {
    border: 1px solid #dbdadd;
    padding: 10px 25px;
    /* width: 135px; */
    justify-content: center;
    text-decoration: none;
    border-radius: 10px;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
}

.bz-nvarbar .drop-down {
    background: transparent;
    border: 0px;
    outline: 0px;
    /* width: 165px; */
    font-size: 18px;
}

.bz-nvarbar .dropdown-menu .dropdown-item {
    display: block;
    width: 100%;
    padding: 5px 5px;
}

.bz-nvarbar.navbar-default .navbar-nav>.open>a {
    background-color: transparent;
}

.bz-nvarbar .dropdown-menu .dropdown-item:hover {
    background-color: var(--default-color);
    color: #fff;
    text-decoration: none;
}

.input-field-drop-down .form-control,
.phone-input-field {
    padding: 15px 12px;
    border: 1px solid #d1c3c3;
    border-radius: 5px;
    height: 55px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}

.input-field.register-password-field .pwd {
    width: 80% !important;
}

.input-field.reset-password-field .pwd {
    width: 95% !important;
}

.input-field.dashboard-password-field .pwd {
    width: 90% !important;
}

.drop-down.drop-down-master-db {
    width: 100%;
}

.register-btn-row {
    width: 100%;
    text-align: center;
}

.form-col-1 {
    padding-right: 5px;
}

.form-col-2 {
    padding-left: 5px;
}

.login-notice.warning-msg,
.register-notice.warning-msg,
.update-profile-notice.warning-msg,
.verification-notice.warning-msg,
.quetionary-submit-notice.warning-msg,
.resetpassword-notice.warning-msg {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 10px;
}

.login-notice.success-msg,
.register-notice.success-msg,
.update-profile-notice.success-msg,
.verification-notice.success-msg,
.quetionary-submit-notice.success-msg,
.resetpassword-notice.success-msg {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding: 10px;
}

h1.login-title-text {
    font-family: "Poppins", sans-serif;
    font-size: 42px;
    font-weight: 500;
    color: #202020;
    line-height: 55px;
    margin-bottom: 25px;
}

.login-desc-text,
.register-left-contain-text {
    font-family: "Poppins", sans-serif;
    font-size: 18.41px;
    color: #47464a;
    font-weight: 300;
    margin-bottom: 35px;
}

.register-left-contain-text {
    margin-top: 40px;
    margin-bottom: 15px;
}

.call-us-text {
    font-size: 18.24px;
    color: #202020;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.review-wrapper {
    display: flex;
    align-items: center;
}

.review-text {
    font-family: "Poppins", sans-serif;
    font-size: 18.41px;
    color: #202020;
    font-weight: 500;
    margin-left: 10px;
}

.bootstrap-modal .white-background {
    background-color: #fff !important;
}

.col-lg-6.col-md-6.first-login-col {
    padding-right: 15px;
}

.col-lg-6.col-md-6.second-login-col {
    padding-left: 15px;
}

.recaptch-text {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    color: #000000;
}

.recaptch-text a {
    color: var(--default-color);
}

.picture-wrapper {
    height: 105px;
    width: 105px;
    position: relative;
    overflow: hidden;
    margin: auto;
    border-radius: 80px;
    margin-bottom: 15px;
}

.picture-wrapper img {
    height: 105px;
    width: 105px;
    object-fit: cover;
}

.update-profile-text {
    background-color: #fbfcfc;
    position: absolute;
    bottom: 30px;
    left: -10px;
    width: 100%;
    text-align: center;
}

.update-profile-text:hover {
    cursor: pointer;
}

h2.dashboard-title {
    font-size: 24px;
}

.digit-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0px;
}

.digit-group input {
    width: 45px;
    height: 45px;
    border: none;
    line-height: 50px;
    text-align: center;
    margin: 0 2px;
    border: 1px solid #47464a;
    border-radius: 10px;
}

.digit-group input::-webkit-outer-spin-button,
.digit-group input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.digit-group input[type=number] {
    -moz-appearance: textfield;
}

.digit-group .splitter {
    padding: 0 5px;
    color: white;
    font-size: 24px;
}

.prompt {
    margin-bottom: 20px;
    font-size: 20px;
    color: white;
}

.otp-send-text,
.resend-link {
    display: block;
    margin-bottom: 15px;
}

.otp-send-text {
    font-size: 14px;
    font-weight: 400;
}

.resend-link {
    font-size: 14px;
    font-weight: 400;
    color: #fd0101;
    text-decoration: underline;
}

.sub-title-form {
    line-height: 24px;
}

.select2-container .select2-selection--single {
    height: 55px !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ccc !important;
    border-radius: 5px !important;
    padding: 15px 0px;
}

.select2-selection__arrow b {
    display: none !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: var(--default-color);
    color: #fff;
}

.sub-master-col {
    margin-top: 30px;
}

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

.title-col,
.title-col-inner {
    background: var(--default-color);
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}

.progress-bar-row {
    margin-top: 15px;
}

.questionary-search {
    background: var(--default-color);
    color: #fff;
    font-size: 24px;
    padding: 10px 50px;
}

.search-textbox {
    height: 55px;
}

.questionary-data .sub-request-title-row {
    margin-top: 30px;
}

.sub-request-title-row {
    /* margin-top: 50px; */
    margin-bottom: 30px;
}

.sub-request-row-data {
    margin-top: 50px;
}

.sub-request-row-data .error-msg {
    text-align: center;
}

.logged-in .box-container {
    width: 150px;
    height: 150px;
}

.box-container {
    display: flex;
    width: 125px;
    margin: auto;
    height: 125px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    font-size: 14px;
    color: #202020;
    font-weight: 400;
    text-align: center;
}

.box-container-type {
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    font-size: 14px;
    color: #202020;
    font-weight: 400;
    text-align: center;
    padding: 45px 10px;
    min-height: 130px;
}

.sub-request-row-data .col-lg-3 {
    margin-bottom: 50px;
}

.sub-questionary-type-row-data {
    margin-bottom: 40px;
}

.box-container:hover,
.box-container-type:hover {
    text-decoration: none;
    background: var(--default-color);
    color: #fff;
    cursor: pointer;
}

#progress-bar {
    width: 100%;
    height: 10px;
    background-color: #f0f0f0;
    margin-bottom: 20px;
    border-radius: 10px;
}

#progress {
    height: 100%;
    background-color: var(--default-color);
    width: 0%;
    border-radius: 10px;
}

.img-src {
    height: 40px;
    width: 40px;
    object-fit: cover;
    border-radius: 10px;
}

.checkbox {
    margin-right: 30px;
}

.img-src,
.youtube-icon {
    margin-left: 30px;
    margin-right: 30px;
}

.button-row {
    margin-top: 30px;
    width: 100%;
    position: relative;
}

.question-row .question-title {
    font-family: 'Poppins';
    font-size: 22px;
    color: #202020;
    margin-bottom: 15px;
    line-height: 30px;
}

.prev-step,
.next-step,
.final-submit {
    font-size: 18.47px;
    background-color: var(--secondary-color);
    color: #fff;
    padding: 10px 50px;
    border-radius: 10px;
    box-shadow: none;
    border: 0px;
}

.bootstrap-modal .modal-body {
    padding: 40px;
    padding-top: 10px;
}

.bootstrap-modal .modal-body,
.bootstrap-modal .modal-content {
    background: #0006;
    border: 0px;
}

.bootstrap-modal .modal-header {
    border-bottom: 0px;
}

.bootstrap-modal .modal-content {
    box-shadow: none;
    border-radius: 0px;
}

.bootstrap-modal .img-responsive {
    width: 100%;
    height: 400px;
    width: 400px;
    text-align: center;
    margin: auto;
}

.bootstrap-modal .button-close {
    opacity: 1;
    font-weight: 400;
    font-size: 30px;
    background-color: #fff;
    border-radius: 50px;
    padding: 5px 10px;
}

.main-container {
    margin-top: 20px;
    margin-bottom: 25px;
}

.divider-title {
    margin-left: 15px;
    margin-right: 15px;
}

.prev-step:hover,
.next-step:hover,
.final-submit:hover {
    cursor: pointer;
}

.level-error-msg {
    margin-top: 30px;
}

.questionary-search {
    border: 0px;
    border-radius: 10px;
    box-shadow: none;
}

.questionary-search:hover,
.questionary-search:focus,
.btn-modal-submit:hover,
.btn-modal-submit:focus {
    color: #fff;
}

.step-container .error-msg {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.bz-login-modal .modal-body {
    padding: 40px 25px;
    /* text-align: center; */
}

.bz-login-modal .modal-body .desc-text {
    font-size: 25px;
    /* text-align: center; */
    margin-bottom: 35px;
}

.bz-login-modal .modal-body .desc-text {
    font-size: 25px;
    text-align: center;
}

.btn-modal-submit {
    text-align: center;
    background: var(--default-color);
    color: #fff;
    font-size: 24px;
    padding: 10px 50px;
    border-radius: 10px;
}

.checkbox {
    accent-color: #18a501;
}

.checkbox.disabled {
    pointer-events: none;
}

#quetionary-form .form-container {
    margin-bottom: 50px;
}

.questionary-container {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding-top: 10px;
    padding-bottom: 30px;
    border-radius: 15px;
    margin-top: 10px;
}

.questionary-search-form,
.quetionary-form-row {
    padding-left: 30px;
    padding-right: 30px;
}

.img-src:hover {
    cursor: pointer;
}

.modal-body .form-row-master-db,
.modal-body .sub-master-col {
    display: none;
}

.no-selected-checkbox {
    align-items: center;
}

.no-selected-checkbox .checkbox {
    margin-top: 0px;
}

.no-selected-checkbox label {
    margin-bottom: 0px;
    margin-left: 15px;
}

.wp-submit.custom-question-button {
    width: 80%;
    text-align: center;
    margin-top: 25px;
    font-size: 20px;
}

.bz-questionary-faq-modal .modal-body {
    padding: 50px 55px;
}

.bz-questionary-type-modal .modal-body {
    padding: 50px 35px;
}

.bz-questionary-faq-modal button.close,
.bz-questionary-type-modal button.close {
    position: absolute;
    right: 25px;
    top: 35px;
    background: #000;
    color: #fff;
    padding: 5px 10px;
    border-radius: 43px;
    opacity: 1;
    font-size: 26px;
    font-weight: normal;
    z-index: 99999;
}

#bz-questionary-faq-form textarea.form-control {
    margin-top: 20px;
}

#bz-questionary-faq-form label {
    font-size: 20px;
    color: #000000;
}

.bz-questionary-type-modal .sub-questionary-type-row-data .col-lg-2,
.bz-questionary-type-modal .sub-questionary-type-row-data-2 .col-lg-2,
.bz-questionary-type-modal .sub-request-title-row .col-lg-12 {
    padding-right: 5px;
    padding-left: 5px;
}

.bz-questionary-type-modal .modal-body .sub-request-title-row {
    margin-top: 40px;
}

.loader {
    margin: auto;
    text-align: center;
}

/* My Outcomes page CSS */
.tab-pane.fade.show.active {
    opacity: 1;
}

h3.heading-title {
    font-size: 36px;
    color: #202020;
}

.w3-bar.w3-black {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0px 60px;
}

.w3-bar-item.w3-button {
    font-size: 18px;
    color: #fff;
    background: var(--tabbing-color);
    box-shadow: none;
    border: 0px;
    padding: 10px 20px;
    width: 18%;
}

.outcome-container {
    margin: 30px 0px 0px;
}

.outcome-container-inner {
    display: flex;
    align-items: center;
    justify-content: unset;
    margin: 10px 0px;
}

.outcome-container-inner .outcome-title {
    font-size: 26px;
    font-weight: 600;
    color: 000000;
}

.outcome-container-answer span {
    font-size: 18px;
    color: #000000;
}

.progressbar-container {
    margin: 30px 0px;
}

.progressbar-main {
    margin-bottom: 60px;
}

.progressbar-container .btn {
    padding: 10px 40px;
    font-size: 24px;
    color: #ffffff;
    font-weight: 400;
    border-radius: 10px;
    background: var(--default-color);
}

.progressbar-wrapper .progress {
    overflow: visible;
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: var(--default-color);
    border-radius: 10px;
    height: 20px;
}

.progressbar-single .progress-bar {
    position: relative;
}

.progressbar-wrapper .progressbar-single .progress-bar span {
    padding: 0px;
    height: 45px;
    width: 45px;
    position: absolute;
    top: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progressbar-container .btn.btn-blue {
    background: var(--db-ab-color);
}

.progressbar-container .btn.btn-green {
    background: var(--db-a-color);
}

.progressbar-container .btn.btn-yellow {
    background: var(--db-b-color);
}

.progressbar-container .btn.btn-light-green {
    background-color: var(--db-d-color);
}

.progressbar-wrapper .progress-bar {
    text-align: right;
}

.progressbar-wrapper .progress-bar span {
    font-size: 17.97px;
    color: #ffffff;
    padding: 10px 5px;
    border-radius: 40px;
    position: relative;
    right: -5px;
}

.progressbar-wrapper .progress-bar span.percentage-count {
    padding-left: 10px;
    padding-right: 10px;
    right: 0px;
}

.progressbar-wrapper .progress-bar.mutichart-bar:first-child .progress-bar-inner,
.progressbar-wrapper .progress-bar.mutichart-bar:first-child,
.progressbar-wrapper .progress-bar.mutichart-bar:first-child .progress-bar-subinner {
    border-radius: 10px 0px 0px 10px;
}

.progressbar-wrapper .progress-bar.mutichart-bar:last-child .progress-bar-inner,
.progressbar-wrapper .progress-bar.mutichart-bar:last-child,
.progressbar-wrapper .progress-bar.mutichart-bar:last-child .progress-bar-subinner {
    border-radius: 0px 10px 10px 0px;
}

.progressbar-wrapper .progress-bar {
    border-radius: 10px;
}

/* .mutichart-bar,
.progress-bar-inner {
    position: relative;
} */

/* .progressbar-wrapper .progress-bar.mutichart-bar .progress-bar-subinner span {
    padding: 0px;
} */

.title-col.text-align-left {
    text-align: left;
    padding-left: 30px;
}

.outcome-container .button-container {
    width: 100%;
    display: grid;
}

.button-container .show-full-summery-btn {
    background-color: var(--summary-btn-color);
    color: #fff;
    text-align: center;
    padding: 20px 0px;
    font-size: 24px;
}

.button-container .show-full-summery-btn:hover {
    text-decoration: none;
}

.outcomes-box-container .row {
    margin-top: 60px;
    /* margin-bottom: 30px; */
}

.outcomes-box-container .row .col-lg-4 {
    margin-bottom: 40px;
}

.outcomes-box-container .box {
    border: 1px solid var(--default-color);
    padding: 30px 10px;
    text-align: center;
    font-size: 22.24px;
    color: #000000;
}

.outcomes-box-container .box:hover {
    cursor: pointer;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: var(--default-color);
    color: #fff;
}

.outcomes-box-container .box:hover a {
    color: #fff;
}

.bootstrap-modal.summeryModal .modal-body,
.bootstrap-modal.summeryModal .modal-content,
.bootstrap-modal.resultModal .modal-content {
    background: #322c2c;
    border: 0px;
}

.bootstrap-modal.resultModal .modal-body,
.bootstrap-modal.sharableLinkModal .modal-body,
.bootstrap-modal.percentageModal .modal-body,
.bootstrap-modal.deleteQuestionaryModal .modal-body {
    background: #fff;
    padding-left: 0px;
    padding-right: 0px;
}

.bootstrap-modal.resultModal .button-close,
.dbSwitchModal .button-close,
.sharableLinkModal .button-close,
.percentageModal .button-close,
.deleteQuestionaryModal .button-close {
    right: 10px;
    position: relative;
    background-color: #000;
    color: #ffff;
    opacity: 1;
    font-weight: 400;
    font-size: 30px;
    border-radius: 50px;
    padding: 5px 10px;
}

.bootstrap-modal.resultModal .button-close span,
.dbSwitchModal .button-close span,
.sharableLinkModal .button-close span,
.percentageModal .button-close span,
.deleteQuestionaryModal .button-close span {
    display: block;
    position: relative;
    top: -3px !important;
}

.bootstrap-modal.resultModal .button-close {
    top: -30px;
    right: 25px;
}

.bootstrap-modal.sharableLinkModal .button-close,
.bootstrap-modal.percentageModal .button-close,
.bootstrap-modal.deleteQuestionaryModal .button-close {
    top: 10px;
    right: 25px;
}

.drop-down-switch-db {
    height: 45px;
}

.summeryModal .modal-title,
.resultModal .modal-title {
    font-size: 40px;
    color: #ffffff;
}

.summeryModal .modal-desc ul,
.resultModal .modal-desc ul {
    font-size: 24px;
    color: #ffffff;
    list-style: none;
}

.summeryModal .modal-desc ul.parent,
.resultModal .modal-desc ul.parent {
    padding: 5px 0px;
    margin-bottom: 0px;
}

.summeryModal .modal-desc ul li,
.resultModal .modal-desc ul li {
    margin-top: 10px;
    margin-bottom: 10px;
}

.bootstrap-modal.summeryModal .modal-body,
.bootstrap-modal.resultModal .modal-body {
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 30px;
}

.bootstrap-modal.sharableLinkModal .modal-body,
.bootstrap-modal.percentageModal .modal-body,
.bootstrap-modal.deleteQuestionaryModal .modal-body {
    padding-top: 0px;
    padding-bottom: 40px;
    border-radius: 30px;
}

.modal.summeryModal,
.modal.resultModal,
.modal.bz-questionary-submission-modal,
.modal.sharableLinkModal,
.modal.percentageModal,
.modal.deleteQuestionaryModal {
    background: rgba(0, 0, 0, 0.38);
}

.modal.bz-questionary-submission-modal .modal-content {
    /* height: 285px; */
    margin: auto;
    display: flex;
    align-items: center;
    text-align: center;
}

.modal.successModal .modal-desc {
    margin: auto;
    text-align: center;
}

.modal.successModal .modal-body {
    padding-top: 30px;
    padding-bottom: 30px;

}

.modal.bz-questionary-submission-modal .modal-content .modal-body {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.bz-questionary-submission-modal .questionary-msg,
.successModal .questionary-msg {
    font-size: 24px;
    margin-bottom: 30px;
}

.bz-questionary-submission-modal .success-img,
.successModal .success-img {
    height: 80px;
    margin-bottom: 15px;
}

.search-contianer {
    margin-top: 30px;
}

.question-search,
.db-switch {
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
    background: var(--default-color);
    color: #fff;
    font-size: 24px;
    padding: 10px 40px;
}

.question-search {
    margin-right: 15px;
}

.question-search:hover,
.db-switch:hover {
    color: #fff;
}

.my-dashboard-row .dashboard-col.col-lg-12 {
    padding-left: 0px;
    /* padding-right: 0px; */
}

.date-content,
.answer-text {
    font-size: 24px;
    color: #000;
}

.submaster-text {
    font-size: 16px;
    color: #000;
    /* margin-top: 20px; */
}

.answer-text {
    font-weight: 700;
    margin-bottom: 25px;
}

.date-content {
    margin-bottom: 25px;
}

.dashboard-box-container {
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 50px 85px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.dashboard-box-container.my-output-container {
    padding: 50px 35px;
}

.dashboard-box-container .row .col-lg-12 {
    background: #f4f4f4;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 50px;
    border-radius: 5px;
}

.dashboard-box-container .row .col-lg-12 .row {
    display: flex;
    align-items: center;
}

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

.dashboard-box-container .main-dashboard-content {
    margin-bottom: 45px;
}

.pagination-col {
    font-size: 28.94px;
}

.question-search-form .form-control,
.question-search-form .form-control::placeholder {
    font-size: 22px;
    color: #000;
}

.outcome-container-inner-2 {
    margin-top: 30px;
}

.page-template-bz-dashboard-template {
    overflow: hidden;
}

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

.box a {
    font-size: 22.24px;
    color: #000000;
    text-decoration: none;
}

.question-li {
    list-style: none;
}

.question-wrapper .question,
.result-container .question {
    font-size: 24px;
    color: #000000;
    font-weight: 500;
}

.question-wrapper .question-desc,
.result-container .desc {
    font-size: 18px;
    color: #000000;
}

.question-img.img-src {
    height: 80px;
    width: 80px;
}

.box-result-screen .question-img.img-src {
    height: 50px;
    width: 50px;
}

.level-data {
    margin: 25px 0px;
}

.level-data-hirerchy {
    width: 75%;
    position: relative;
}

.ml-0 {
    left: 5%;
}

.ml-1 {
    left: 10%;
}

.ml-2 {
    left: 15%;
}

.ml-3 {
    left: 20%;
}

.final-submit.bz-submit {
    display: block !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield;
    /* Firefox */
}

.tab-content .divider-inner,
.dashboard-box-container .divider-inner {
    border-top: 3px dashed var(--default-color);
    margin: 10px 0px 40px;
}

.db-swap-img {
    height: 45px;
    width: 45px;
    margin: auto;
}

.db-switch-row .img-col {
    text-align: center;
}

.db-switch-row {
    margin-bottom: 25px;
}

.db-switch-form-row {
    text-align: center;
}

.form-control.original_db {
    border: 1px solid #ccc !important;
}

.db-switch-btn {
    font-size: 16px;
    padding: 4px 20px;
}

.bz-login-modal .forgot-link {
    display: none;
}

.db-d-title {
    font-size: 28px;
    font-weight: 500;
    color: #202020;
    margin-top: 30px;
    line-height: 30px;
}

.sub-main-container-11 {
    padding-left: 15px;
    padding-top: 30px;
}

.sub-main-container-12 {
    padding-left: 30px;
    padding-top: 30px;
}

.pl-25 {
    padding-left: 50px;
}

.pl-50 {
    padding-left: 55px;
}

.pl-75 {
    padding-left: 105px;
}

.ml-level-10 {
    margin-bottom: 30px;
}

.ml-level-11 {
    padding-left: 40px;
    margin-bottom: 30px;
}

.ml-level-12 {
    padding-left: 80px;
    margin-bottom: 30px;
}

.ml-level-13 {
    padding-left: 120px;
    margin-bottom: 30px;
}

/* .level-data.level-data-hirerchy{
    margin-bottom: 30px;
} */

.result-container .ml-level-10 {
    padding-left: 50px;
}

.result-container .ml-level-11 {
    padding-left: 90px;
}

.result-container .ml-level-12 {
    padding-left: 130px;
}

.result-container .ml-level-13 {
    padding-left: 170px;
}

input[type=checkbox] {
    width: 20px;
    height: 20px;
}

.no-selected-checkbox label {
    font-size: 26px;
    color: #202020;
    font-family: inherit;
    font-weight: 500;
}

.progressbar-wrapper.progressbar-default-wrapper .progressbar-single span {
    right: -40px;
}

.w3-bar-item.w3-button {
    text-align: center;
}

.w3-bar-item.w3-button:hover {
    text-decoration: none;
    cursor: pointer;
}

.error-ouput-msg {
    color: red;
    font-size: 14px;
}

.my-output-row {
    display: none;
}

.site-main .loader {
    height: 350px;
}

.sharableLinkModal .modal-desc,
.percentageModal .modal-desc {
    padding-left: 40px;
    padding-right: 40px;
}

.copy-container .input-conainer {
    width: 90%;
}

.copy-container .copy-btn {
    width: 10%;
}

.copy-container .form-control {
    height: 45px;
}

.copy-container .copy-btn img {
    height: 40px;
    margin-left: 10px;
}

.copy-btn:hover {
    cursor: pointer;
}

.progressbar-wrapper-mutichart {
    margin-top: 100px;
}

.progress-bar-subinner {
    position: relative;
}

.progress-bar-subinner .graph-title {
    font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: 45px;
    left: 15px;
    border-radius: 10px;
    padding: 5px;
}

.progress-bar-subinner .graph-title:before {
    content: ' ';
    border: 10px solid transparent;
    position: absolute;
    transform: rotate(220deg);
    width: 0;
    bottom: -5px;
    left: 0px;
    right: 0px;
    background: #000;
    z-index: -1;
    margin: 0px auto;
}

.footer-link .col-1 {
    margin: auto;
    margin-top: 25px;
    margin-bottom: 30px;
    text-align: center;
}

.bz-footer-link.footer-link {
    margin-top: 10px;
    margin-bottom: 35px;
}

.footer-link .col-1 .inner-link {
    margin: 10px 25px;
    text-decoration: none;
    text-align: center;
}

.footer-social-link .social-link {
    display: inline-block;
    margin: auto;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}

.footer-social-link .social-link img {
    height: 40px;
    width: 40px;
}

.footer-social-link .social-link a {
    margin: 0px 15px;
}

.footer-social-link .social-link a:hover,
.footer-link a:hover {
    text-decoration: none;
}

.footer-social-link .social-link.bz-social-link a {
    margin: 0px 13px;
}

.form-control.select2 {
    height: 50px;
}

.register-notice {
    margin-bottom: 20px;
}

.picture-wrapper .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: var(--default-color);
}

.picture-wrapper:hover .overlay {
    opacity: 1;
}

.picture-wrapper .icon {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.picture-wrapper .fa-user:hover {
    color: #eee;
}

.spinner-loader {
    position: absolute;
    top: 13px;
    right: 35px;
    width: 30px;
    padding: 5px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--default-color);
    --_m:
        conic-gradient(#0000 10%, #000),
        linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: l3 1s infinite linear;
}

@keyframes l3 {
    to {
        transform: rotate(1turn)
    }
}

.box-container-type.submaster-box {
    min-height: 130px;
}

.box-container-type.submaster-box .spinner-loader {
    position: relative;
    top: 0px;
    right: 0px;
}

.box-container-type.submaster-box:hover .spinner-loader {
    background: #fff;
}

.title-container {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 10px;
}

.w3-container .inner-container {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 10px;
}

.progressbar-wrapper .progress-bar span.no-percentage {
    right: -40px;
}

.db-switch-btn:hover {
    cursor: pointer;
}

.my-output-row.result-output-row {
    display: block;
}

.progressbar-wrapper.progressbar-default-wrapper .progressbar-single span.zero-percentage,
.progressbar-wrapper .progressbar-single .progress-bar span.zero-percentage {
    right: -40px !important;
}

.questionary-container {
    margin-bottom: 50px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    display: block;
    width: 20px;
    height: 20px;
    border-width: thin;
}

.my-dashboard-row .question-search-row .col-lg-8 {
    padding-right: 15px;
}

.my-dashboard-row .question-search-row .col-lg-4 {
    padding-left: 15px;
}

/***** Responsive CSS **********/
@media screen and (min-width:980px) {
    .w3-bar-item.w3-button:first-child {
        border-radius: 10px 0px 0px 10px;

    }

    .search-contianer .col-lg-7,
    .search-contianer .col-lg-2,
    .search-contianer .col-lg-3 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .w3-bar-item.w3-button:last-child {
        border-radius: 0px 10px 10px 0px;
    }

    .question-search-row .col-lg-8 {
        padding-right: 0px;
    }

    .question-search-row .col-lg-4 {
        padding-left: 0px;
    }

    .pagination-col .col-lg-6:first-child {
        padding-left: 45px;
    }

    .pagination-col .col-lg-6:last-child {
        padding-right: 45px;
        float: right;
        text-align: right;
    }

    .db-switch-row {
        display: flex;
        /* align-items: center; */
        justify-content: center;
    }

    .navbar-nav {
        list-style: none;
        float: right;
        display: flex;
        align-items: center;
    }

    .navbar-nav .nav-item,
    .customer-header-menu .wp-block-navigation-item {
        margin-left: 3px;
        margin-right: 3px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }

    .customer-header-menu .wp-block-navigation-item {
        padding: 10px 25px;
    }

    .customer-header-menu .wp-block-navigation-item .wp-block-navigation-item__content:hover {
        text-decoration: none;
    }

    .wp-block-navigation-item__label {
        font-size: 14px;
        font-family: "Poppins", sans-serif;
        color: #000000;
        font-weight: 500;
    }

    .wp-block-navigation-item.current-menu-item {
        background-color: var(--default-color);
        color: #fff;
    }

    .wp-block-navigation-item.current-menu-item .wp-block-navigation-item__label {
        color: #fff;
    }
}

@media screen and (min-width:980px) and (max-width:1080px) {
    .my-dashboard-row .dashboard-col.col-lg-12 {
        width: 100%;
    }

    .dashboard-box-container .row .col-lg-12 .row {
        justify-content: space-between;
    }

    .db-switch-main {
        display: block;
    }

    .db-switch.db-switch-btn {
        margin-top: 25px;
    }

    .my-dashboard-row .question-search-row .col-lg-4 {
        padding-left: 15px;
        margin-top: 25px;
    }

    .my-dashboard-row .question-search-row {
        width: 100%;
        overflow: hidden;
        margin: auto;
    }
}

@media screen and (min-width:769px) and (max-width:980px) {
    .col-lg-6.col-md-6.second-login-col {
        padding-left: 15px !important;
    }

    .col-lg-6.col-md-6.first-login-col {
        padding-right: 15px !important;
    }

    .questionary-search {
        margin-top: 15px;
    }

    .nav-item {
        padding: 10px 10px !important;
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .w3-bar-item.w3-button {
        width: max-content;
    }

    .w3-bar.w3-black {
        overflow: scroll;
    }

    .db-switch-main {
        display: block;
    }

    .my-dashboard-row .dashboard-col.col-lg-12 {
        width: 100%;
    }

    .dashboard-box-container .row .col-lg-12 .row {
        justify-content: space-between;
    }

    .db-switch-main {
        display: block;
    }

    .db-switch.db-switch-btn {
        margin-top: 25px;
    }

    .my-dashboard-row .question-search-row .col-lg-4 {
        padding-left: 15px;
        margin-top: 25px;
    }

    .my-dashboard-row .question-search-row {
        width: 100%;
        overflow: hidden;
        margin: auto;
    }

    .header-row .navbar-nav {
        display: block;
        width: 100%;
    }

    .header-row .navbar-nav li.nav-item {
        display: block;
        width: 100%;
    }
}

@media screen and (min-width:768px) {
    .navbar-toggler {
        display: none;
    }

    .question-li .row {
        display: flex;
        align-items: center;
        width: 100%;
    }

    .bz-nvarbar {
        background-color: transparent !important;
        border-color: transparent !important;
    }

    .bz-nvarbar .navbar-brand {
        padding: 0px;
    }

    .bz-nvarbar .navbar-nav>li>a {
        padding: 0px;
    }

    .bz-nvarbar .navbar-nav>li>a {
        text-decoration: none;
    }

    .bz-nvarbar.navbar-default .navbar-nav>.active>a,
    .bz-nvarbar.navbar-default .navbar-nav>.active>a:focus,
    .bz-nvarbar.navbar-default .navbar-nav>.active>a:hover {
        background-color: transparent;
    }

    .bz-nvarbar .nav-link {
        color: #000000 !important;
    }

    .navbar {
        margin-bottom: 0px;
    }

    .navbar.navbar-expand-lg {
        display: flex;
        align-items: center;
        float: right;
    }

    .navbar .nav-link,
    .dropdown-menu .dropdown-item {
        font-size: 14px;
        font-family: "Poppins", sans-serif;
        color: #000000;
        font-weight: 500;
    }

    .nav-item {
        padding: 10px 15px;
    }

    .navbar-brand img {
        width: 190px;
    }

    .row.header-row {
        position: relative;
    }

    .nav-item.active {
        background-color: var(--default-color);
    }

    .bz-nvarbar .nav-item.active a {
        color: #fff !important;
    }

    .bz-nvarbar .nav-item .dropdown-menu .dropdown-item {
        color: #000000 !important;
        width: 100%;
        display: block;
        padding: 10px;
    }

    .nav-item.active .dropdown-menu .dropdown-item:hover,
    .bz-nvarbar .nav-item .dropdown-menu .dropdown-item:hover {
        background-color: var(--default-color);
        color: #fff !important;
        text-decoration: none;
    }

    .bz-nvarbar .dropdown-menu {
        border-radius: 10px !important;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .bootstrap-modal .youtube-url {
        width: 100%;
        height: 550px;
    }

    .navbar-nav {
        position: relative;
        top: 10px;
    }
}

@media screen and (max-width:768px) {

    .registration-form-row .form-row.d-flex,
    .row.d-flex.align-items-center {
        display: block;
    }

    .col-lg-6.col-md-6.first-login-col {
        padding-right: 15px !important;
    }

    .col-lg-6.col-md-6.second-login-col {
        padding-left: 15px !important;
    }

    .google-login.button-wrapper {
        margin-bottom: 20px;
    }

    .mobile-col {
        margin-top: 30px;
    }

    .mobile-col .drop-down {
        width: 100%;
    }

    .form-col-1 {
        padding-right: 15px;
    }

    .form-col-2 {
        padding-left: 15px;
        margin-top: 25px;
    }

    .picture-wrapper {
        text-align: center;
    }

    .update-profile-text {
        left: 0px;
    }

    .footer-link {
        margin-left: 10px !important;
        margin-right: 10px !important;
        margin-bottom: 10px !important;
    }

    .input-field.register-password-field .pwd {
        width: 94% !important;
    }

    .input-field.dashboard-password-field .pwd {
        width: 94% !important;
    }

    .logo-img {
        position: relative;
        top: -15px;
    }

    .header-container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .header-row .navbar-header {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* .header-row .navbar-collapse.collapse.in {
        position: relative;
        top: 15px
    } */

    .header-row .navbar-collapse.collapse.in {
        /* position: absolute; */
        top: 90px;
        width: 100%;
        z-index: 9999;
        background-color: var(--default-color) !important;
    }

    .bz-nvarbar.navbar-default .navbar-nav a,
    .bz-nvarbar.navbar-default .navbar-nav>.open>a {
        color: #fff !important;
        font-weight: 500;
    }

    .bz-nvarbar.navbar-default .navbar-nav>.active>a,
    .bz-nvarbar.navbar-default .navbar-nav>.active>a:focus,
    .bz-nvarbar.navbar-default .navbar-nav>.active>a:hover {
        background-color: var(--default-color);
        color: #fff;
    }

    .row.header-row {
        padding: 0px;
    }

    .bz-nvarbar .navbar-brand {
        position: absolute;
    }

    .nav-item.active .dropdown-menu .dropdown-item {
        color: #000000 !important;
        width: 100%;
        display: block;
        padding: 10px 5px;
    }

    .nav-item.active .dropdown-menu .dropdown-item:hover {
        background-color: var(--default-color);
        color: #fff !important;
        text-decoration: none;
    }

    .bz-nvarbar .dropdown-menu .dropdown-item {
        padding-left: 20px;
        padding-right: 20px;
    }

    .row.sub-questionary-row {
        width: unset;
        margin: auto;
        /* margin-left: 15px;
        margin-right: 15px; */
    }

    .questionary-search {
        margin-top: 15px;
    }

    .my-dashboard-row .dashboard-col.col-lg-12 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .question-search-row .col-lg-4 {
        margin-top: 20px;
    }

    .question-search-row .col-lg-4 .button-col,
    .pagination-col .row {
        text-align: center;
    }

    .dashboard-box-container {
        padding: 30px 25px;
    }

    .dashboard-box-container .row .col-lg-12 .row {
        display: block;
    }

    .dashboard-box-container .row .col-lg-12 .row .action-btn {
        margin-top: 30px;
    }

    .w3-bar-item.w3-button {
        width: max-content;
    }

    .w3-bar.w3-black {
        overflow: scroll;
    }

    .db-switch-main {
        display: block;
    }

    .db-switch.db-switch-btn {
        margin-top: 25px;
        width: max-content;
    }

    .box-container-type.submaster-box {
        margin-bottom: 30px;
    }

    .verify-otp-row {
        display: block;
    }

    .input-field.reset-password-field .pwd {
        width: 90% !important;
    }

    .social-wrapper .col-lg-6:nth-child(2) {
        margin-top: 20px;
    }

    .bootstrap-modal.resultModal .button-close,
    .dbSwitchModal .button-close {
        font-size: 20px;
        top: -18px;
        right: 0px;
        padding: 5px 9px;
    }

    .se-pre-con {
        top: 46% !important;
        left: 45% !important;
    }

    .w3-container.tabbing .outcome-container-inner.box-output-container {
        display: block;
    }

    .w3-container.tabbing .outcome-container-inner.box-output-container .outcome-title {
        margin-bottom: 15px;
    }

    .img-src {
        height: 60px;
        width: 60px;
    }

    .bootstrap-modal .img-responsive {
        height: max-content;
        width: max-content;
    }

    input[type=checkbox] {
        width: 25px;
        height: 25px;
    }

    .main-container-list-row .col-lg-8 {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .main-container-list-row .my-dashboard-row .col-lg-8 {
        padding-right: 15px;
        padding-left: 15px;
        width: unset !important;
    }

    .main-container-list-row {
        width: unset !important;
    }

    .login-title-text,
    .login-desc-text,
    .register-left-contain-text,
    .call-us-text {
        margin-left: 15px;
        margin-right: 15px;
    }

    .footer-link-wrapper.bz-footer-link,.footer-link-wrapper.bz-footer-link-col-2 {
        display: block !important;
        width: 100%;
        text-align: center;
        margin: auto;
    }
    .footer-social-link{
        margin-top: 25px;
        margin-bottom: 40px;
    }

    .dashboard-box-container.box-result-screen.my-output-container{
        padding: 50px 15px;
    }

    .dashboard-box-container.box-result-screen.my-output-container .row{
        padding-left: 15px;
        padding-right: 15px;
    }
}

.outcome-title-media {
    display: flex;
    align-items: center;
}

@media screen and (min-width:580px) and (max-width: 768px) {
    .navbar-nav>li {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width:480px) {
    .question-row .question-title {
        font-size: 18px;
    }

    .prev-step,
    .next-step,
    .final-submit {
        padding: 10px 25px;
    }

    .digit-group input {
        width: 35px;
        height: 35px;
    }

    .questionary-search {
        font-size: 16px;
    }

    .bootstrap-modal.summeryModal .modal-body,
    .bootstrap-modal.resultModal .modal-body {
        padding: 25px;
    }

    .summeryModal .modal-title,
    .resultModal .modal-title {
        font-size: 30px;
    }

    .summeryModal .modal-desc ul,
    .resultModal .modal-desc ul {
        font-size: 18px;
    }

    .question-li .img-src {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .question-wrapper .question,
    .result-container .question {
        margin-top: 10px;
        font-size: 20px;
        margin-bottom: 5px;
    }

    .question-wrapper .question-desc,
    .result-container .desc {
        font-size: 16px;
        color: #000000;
    }

    .outcome-container-inner .outcome-title {
        font-size: 22px;
    }

    .outcome-container-answer span {
        font-size: 16px;
    }

    .button-container .show-full-summery-btn {
        font-size: 14px;
    }

    .title-col,
    .progressbar-container .btn {
        font-size: 22px;
    }

    .progressbar-wrapper .progress-bar span {
        /* background-color: transparent; */
        font-size: 10px;
        padding: 5px 5px;
    }

    .progressbar-wrapper .progress-bar span.percentage-count {
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
        top: 0px;
    }

    .progressbar-wrapper .progressbar-single .progress-bar span {
        height: 35px;
        width: 35px;
        top: -8px;
    }

    .title-col,
    .progressbar-container .btn {
        font-size: 15px;
        padding: 10px 10px;
    }

    .progress-bar-subinner .graph-title {
        font-size: 10px;
    }

    .progress-bar-subinner .graph-title:before {
        border: 5px solid transparent;
        bottom: -5px;
    }

    .pl-25 {
        padding-left: 10px;
    }

    .pl-50 {
        padding-left: 20px;
    }

    .pl-75 {
        padding-left: 30px;
    }

    .result-container .ml-level-10 {
        padding-left: 0px;
    }

    .result-container .ml-level-11 {
        padding-left: 30px;
    }

    .result-container .ml-level-12 {
        padding-left: 60px;
    }

    .result-container .ml-level-13 {
        padding-left: 90px;
    }

    .level-data.level-data-hirerchy ul {
        padding-left: 0px;
    }

    /* select {
        width: 200px !important;
    } */
}

@media screen and (max-width:410px) {
    .db-switch {
        margin-top: 20px;
    }
}

@media (max-width: 980px) {
    .navbar-default.bz-nvarbar {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .navbar-default.bz-nvarbar .navbar-collapse {
        display: none !important;
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
    }

    .navbar-default.bz-nvarbar .navbar-toggler {
        display: block;
    }

    .navbar-default.bz-nvarbar .navbar-collapse.collapse.show {
        display: flex !important;
    }

    .navbar-default.bz-nvarbar .navbar-collapse.collapse {
        /* transition: .3s transform ease-in-out;
        transition-property: height, visibility;
        transition-duration: .35s; */
        transition: height 0.35s ease !important;
    }

    .navbar-default.bz-nvarbar .navbar-collapse.collapse.in {
        display: block !important;
    }

}

@media screen and (min-width: 768px) and (max-width:980px) {
    .navbar-toggle {
        display: block !important;
    }

    .header-row .navbar-header {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        background: #fff;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .header-row .navbar-collapse.collapse.in {
        /* position: absolute; */
        top: 70px;
        width: 100%;
        z-index: 9999;
        background-color: var(--default-color) !important;
    }

    .navbar-nav {
        margin-bottom: 25px;
    }

    .bz-nvarbar.navbar-default .navbar-nav a {
        color: #fff !important;
        font-weight: 500;
    }

    .bootstrap-modal.resultModal .button-close,
    .dbSwitchModal .button-close {
        font-size: 20px;
        top: -25px;
        right: 10px;
    }

    .form-col-2 {
        margin-top: 25px;
    }

    .input-field.register-password-field .pwd {
        width: 97% !important;
    }

    .social-wrapper .col-lg-6:nth-child(2) {
        margin-top: 30px;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .row.d-flex {
        display: block;
    }

    .picture-wrapper {
        margin: auto;
        text-align: center;
    }

    .form-col-1 {
        padding-right: 15px;
    }

    .form-col-2 {
        padding-left: 15px;
    }
}

@media screen and (min-width:1480px) {
    .bz-custom-header {
        padding-left: 10px;
        padding-right: 5px;
    }

    .container.header-container {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (min-width:1200px) {
    .container.header-container {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (max-width:1180px) {
    .deleteQuestionaryModal .warning-img {
        margin-top: 30px;
    }
}

/**** Loader CSS****/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #fff;
}

.se-pre-con {
    display: block;
    position: relative;
    left: 48%;
    top: 43%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
}

.hidden {
    display: none !important;
}

#level-9 {
    display: none !important;
}

.modal.show .modal-dialog {
    transform: none;
}

@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 5rem);
    justify-content: center;
}

.modal-content,
.modal-body {
    width: 100%;
}

#imgmodal .modal-dialog,
#googleadsmodal .modal-dialog {
    display: block !important;
}

.back-btn-inner {
    display: flex;
    align-items: center;
    background: var(--default-color);
    margin-bottom: 15px;
    padding: 15px 30px;
    border-radius: 10px;
    width: 130px;
}

.back-btn-inner img {
    height: 25px;
    width: 25px;
}

.back-btn-inner span {
    margin-left: 5px;
    color: #fff;
}

.back-btn-inner,
.export-icon,
.delete-icon {
    cursor: pointer;
}

.deleteQuestionaryModal .col-lg-12 {
    margin: auto;
    text-align: center;
}

.deleteQuestionaryModal img {
    height: 125px;
    /* width: 250px; */
    text-align: center;
}

.title-col-warning {
    font-size: 36px;
    font-family: 500;
}

.delete-container {
    justify-content: center;
    margin-top: 35px;
}

.delete-cancel-btn,
.delete-confirm-btn {
    background: var(--default-color);
    color: #fff;
    padding: 10px 30px;
    margin: 0px 5px;
    font-size: 18px;
}

.delete-cancel-btn:hover,
.delete-confirm-btn:hover {
    color: #fff;
}

@media screen and (min-width:980px) {

    .container {
        width: 750px;
        margin: auto;
        padding-left: 0px;
        padding-right: 0px;
    }

    .footer-link.bz-footer-link,
    .footer-wrap,
    .footer-ads-image,
    .bz-custom-header,
    .container.header-container {
        width: 920px;
        margin: auto;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.progress-bar-chart-container {
    display: block;
    position: relative;
}

.progress-bar-chart-container .progressbar-main {
    margin-bottom: 45px;
}

.progress-bar-chart-container .progressbar-wrapper-mutichart {
    margin-top: 80px;
}

.progress-bar-chart-container .progress-bar-subinner .graph-title:before {
    content: ' ';
    border: 4px solid transparent;
    position: absolute;
    transform: rotate(220deg);
    width: 0;
    bottom: -3px;
    left: 0px;
    right: 0px;
    background: #000;
    z-index: 1;
    margin: 0px auto;
}

@media screen and (min-width:1280px) {
    /* .row.sub-questionary-row {
        width: 100%;
        overflow: hidden;
    } */

    /* .questionary-container {
        transform: scale(0.8);
        transform-origin: center center;
        width: 124%;
        margin-left: -12%;
        margin-top: -3%;
    } */

    .footer-top-row .col-lg-12 {
        padding-left: 0px;
    }
}

.main-container-list-row {
    position: relative;
    width: 100%;
}