@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Outfit:wght@100..900&display=swap');

:root {
    --primary-blue: #1A4E6A;
    --accent-teal: #4F9CA6;
    --green-leaf: #7FBF68;
    --light-aqua: #A8DADC;
    --active-bg: #EAF7F7;
    --header-height: 85px;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
}

.dropdown-li-hover {
    background: #606683;
}

.foot_text .fcopy {
    float: left;
}

.foot_text #google_translate_element {
    float: right;
}

.lang-translate .goog-te-combo {
    color: #000;
}

.top_rightmenu.navbar-nav>li {
    float: left;
    padding: 24px 10px 20px !important;
}

.top_rightmenu.navbar-nav>li.dropdown {
    height: auto !important;
}

.top_rightmenu.navbar-nav>li a.dropdown-toggle {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    background-color: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    text-decoration: none !important;
    transition: color 0.2s;
    height: auto !important;
}

.top_rightmenu.navbar-nav>li a.dropdown-toggle:hover {
    background-color: transparent !important;
}

.top_rightmenu.navbar-nav>li a.dropdown-toggle img {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    margin-right: 12px;
    object-fit: cover;
}

.top_rightmenu.navbar-nav>li a.dropdown-toggle .username {
    font-size: 20px !important;
    font-weight: 600;
    color: var(--primary-blue, #1A4E6A) !important;
    font-family: 'Inter', 'Montserrat', "Open Sans", sans-serif;
    display: inline-block;
}

/*.top_rightmenu.navbar-nav>li a.dropdown-toggle > img{
    margin-top: -18px !important;
}*/
.goog-logo-link {
    display: none !important;
}

.goog-te-gadget {
    color: transparent !important;
}

.dashboard-stat2 .display .number {
    float: left;
    display: inline-block;
    max-width: 85%;
}


.dashboard-stat2 .display .number h3 {
    margin: 0 0 2px;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    text-overflow: ellipsis;
    width: 100%;
    height: 35px;
    white-space: nowrap;
    overflow: hidden;

}

.height-150 {
    height: 150px;
}

.margin-b-30 {
    margin-bottom: 30px;
}

.reward-image {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.pricing-content-1 .price-table-pricing>h3>.price-sign {
    margin-left: 5px !important;
}

.modal-content {
    border-radius: 6px !important;
}

.modal-button {
    border-radius: 4px !important;
}

.top30px {
    margin-top: 30px;
}

.right {
    float: right;
}

.contact-headquarters {
    margin-top: 40px;
}

.contact-feedback {
    margin-top: 40px;
}

.contactDetails .contact-headquarters,
.contactDetails .contact-feedback {
    margin-top: 0;
}

.contact-headquarters>.portlet-body>.row {
    margin-top: 10px;
}

.contact-headquarters>.portlet-body>.row a {
    color: #32c5d2 !important;
}

.table-text-left {
    text-align: left !important;
    padding-left: 10px !important;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #e7ecf1 !important;
}

#header_notification_bar>a,
.profile_image .username,
#header_notification_bar>a i,
.dropdown-user .username {
    color: #1A4E6A !important;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown .dropdown-toggle>i {
    color: #fff !important;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown .dropdown-toggle:hover,
.page-header.navbar .top-menu .navbar-nav>li.dropdown.open .dropdown-toggle {
    background-color: transparent !important;
}

.language-box .ct-language__dropdown {
    z-index: 9999;
}

.language-box a i {
    display: inline-block !important;
    vertical-align: middle !important;
    font-size: 35px !important;
    /* color: #28858a !important; */
    color: #1A4E6A;
}

/*toggle-and-logo17-12-18*/
/*.logo-default{
    display: block !important;
}
.page-sidebar-closed.page-sidebar-closed-hide-logo .page-header.navbar .page-logo{
    width: 262px;
}
.page-sidebar {
    width: 54px !important;
} 
#sidebar-toggle {
    display: none;
}
*/
.page-logo a img {
    width: 100% !important;
}

.navbar-main .custom-menu .navbar-brand {
    margin-top: 0px !important;
}

.page-header {
    background: white !important;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .3) !important;
}

.left-email-section ul {
    padding: 0;
    list-style: none;
}

.tabing-box {
    display: flex;
}

.textarea-box {
    padding: 28px 0;
}

.portlet.light.bordered {
    display: flow-root;
}

.nav-pills,
.nav-tabs {
    margin-bottom: 0px;
}

/*  bhoechie tab */
div.bhoechie-tab-container {
    z-index: 10;
    padding: 0 !important;
    /*margin-top: 20px;*/
    margin-left: 0px;
}

div.bhoechie-tab-menu div.list-group>a.active:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -8px;
    border-left: 0;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    border-left: 7px solid #32c5d2;
}

.bg-gray {
    background: #1A4E6A;
    color: #fff;
    border-color: #1A4E6A;
}

.bg-gray:hover {
    background: #1A4E6A;
    color: #fff;
    border-color: #1A4E6A;
}

/*******3-01-2022*******/

.section.feautures.pad.bg-gray {
    background: none !important;
}

/********end*******/
#home {
    margin-top: 15px;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    background: #32c5d2;
    color: #fff;
    border-color: #32c5d2;
}

a.list-group-item.active {
    background: #32c5d2;
    border-color: #32c5d2;
}

div.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

div.bhoechie-tab-menu div.list-group {
    margin-bottom: 0;
}

div.bhoechie-tab-menu div.list-group>a {
    margin-bottom: 0;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}

.portlet-body .fileinput .fileinput-new.thumbnail {
    margin-top: 10px;
    margin-bottom: 15px;
    display: block;
}

.notes-file-input span:last-of-type {
    margin-left: 5px;
    margin-bottom: 5px;
    line-height: 25px;
}

.left-side-bar-img {
    width: 40%;
    float: left;
}

.left-side-bar-img img {
    width: 100%;
    height: 100%;
}

.right-side-bar-img {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}

.main-colume-img-block {
    position: relative;
    display: inline-block;
    width: 100%;
}

.button-rightbar {
    position: absolute;
    bottom: 20px;
}

.list-icon-account .nav-tabs {
    width: 100%;
}

.list-icon-account .nav-tabs li {
    width: 25%;
    text-align: center;
}

.list-icon-account .nav-tabs li i {
    font-size: 30px;
}

.profile-content .portlet.light>.portlet-title>.nav-tabs>li>a {
    padding: 12px 10px 13px;
}

.custom-div {
    margin-top: 15px;
    clear: both;
    display: inline-block;
}

#banner-url label {
    padding: 7px 0;
    margin: 0;
}

#banner-url .col-sm-10 {
    padding: 0;
}

.right-side-bar-btn {
    padding: 10px 0 10px 10px;
    display: inline-block;
    float: right;
}

.right-side-bar-btn .btn.label-danger {
    color: #fff;
}


/* panner banner section */
.panel_banner_sec.left-side-bar-img {
    width: 100%;
}

.upload_panel_banner {
    width: 100%;
}

.error {
    color: red;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown-user .dropdown-toggle>img {
    width: 39px;
}

.fileinput .form-control.error_msg {
    border-color: red;
    color: red;
}

/* dashboard tiles */
.page-sidebar .page-sidebar-menu>li:hover>a>i {
    transition: 0.9s;
    -webkit-transition: 0.9s;
    -moz-transition: 0.9s;
    -ms-transition: 0.9s;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
}

.page-sidebar .page-sidebar-menu>li:hover>a>i,
.page-sidebar .page-sidebar-menu>li:hover>a {
    color: #326666
}

.page-sidebar .page-sidebar-menu {
    margin: 0;
}

.home_survey_table.table.table-light>tbody>tr:last-child>td {
    border-bottom: 1px solid #F2F5F8;
}

.view_more_survey a {
    color: #8896a0;
}

.accordian_icons a {
    color: #333;
}

.note-editor.note-frame.fullscreen {
    z-index: 9999999 !important;
}

.email_template_sec ul li {
    width: 100%;
}

.email_template_sec .nav-tabs>li.active>a,
.email_template_sec .nav-tabs>li.active>a:focus,
.email_template_sec .nav-tabs>li.active>a:hover {
    color: #fff;
    background-color: #32c5d2;
    border: 1px solid #32c5d2;
    /* border-bottom-color: transparent;*/
}

.accept_conditions label {
    display: inline-block;
    margin-bottom: 5px;
}

.accept_conditions label p {
    margin: 0;
}

table.dataTable thead th,
table.dataTable thead td {
    border-bottom: 1px solid #e7ecf1;
}

.social_feed_section .social_Feed_Mark {
    clear: both;
    display: block;
}

.template-email-tool li {
    list-style: none;
}

.template-email-tool {
    padding-left: 0;
}

.template-email-tool li .main {
    background-color: #fff;
    padding: 5px 15px;
    margin-bottom: 10px;
    box-shadow: 0 0 20px #ddd;
}

.template-email-tool li .main .row {
    border-bottom: 1px solid #b7c9d6;
    /*padding-bottom: 10px*/
}

.template-email-tool .main>ul {
    margin-left: 0;
}

.template-email-tool .main>ul li {
    background-color: #fff;
    width: 19.4%;
    box-shadow: 0 0 3px #ddd;
    text-align: center;
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.template-email-tool .main>ul li p {
    margin: 0;
    border-top: 1px solid #EEE;
    padding: 5px 5px 0;
    margin-top: 5px;
    font-size: 22px;
}

.bordered .template-email-tool .text-right i {
    font-size: 16px;
    line-height: normal;
    background-color: #f5f5f5;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: #3b3f51;
    margin-bottom: 5px;
}

.bordered .template-email-tool .col-md-4 span {
    margin-top: 3px;
    display: inline-block;
    font-size: 17px;
}

.select_btn button {
    background: #32c5d2;
    color: #fff;
    border-color: #32c5d2;
    margin-right: 10px;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: bold;
}

ul.listing_item {
    padding-left: 10px;
    min-width: 120px;
}

ul.listing_item li {
    list-style: none;
}

ul.listing_item li input {
    margin-right: 5px;
}

.custom_list_btn {
    font-size: 18px;
    padding: 12px 21px;
    text-transform: uppercase;
    margin-top: 5px;
}

.custom_list_btn {
    font-size: 18px;
    padding: 12px 21px;
    text-transform: uppercase;
    margin-top: 5px;
}

.containe1r .page-header-sec .page-title {
    display: block;
    float: none;
}

#user_list_id input[type="checkbox"] {
    margin-right: 5px;
}

#country_list {
    height: 250px;
    width: 180px;
}

.note-editable {
    height: 400px !important;
    ;
}

/*-----------------tiles---------------------------*/
.stats-detail {
    background-color: #fff;
    padding: 5px 0;
    margin-bottom: 20px;
    box-shadow: 0 0 5px #eee;
}

.stats-detail span {
    display: block;
    border-bottom: 1px solid rgb(50, 197, 210);
    color: rgb(50, 197, 210);
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 18px;
}

.basic-detail.data_enble input {
    width: 50%;
}

.stats-detail span:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    font-weight: bold;
    color: rgb(29, 167, 179);
    font-size: 26px;
}

.loader_main_col {
    padding-top: 150px;
}

div#menu6 {
    min-height: 465px;
}

.note-view_list button {
    background-color: #1A4E6A;
    color: #fff;
}

#preview_temp_modal .modal-body {
    overflow-y: scroll;
}

#preview_temp_modal .modal-body span,
#preview_temp_modal .modal-body p {
    word-break: break-all;
}

.sidebar-color {
    color: #1A4E6A !important;
}

button.btn.green.blue-custom,
button.btn.bg-gray.blue-custom,
a.btn.green.blue-custom,
button.btn.green.blue-custom:hover,
a.btn.green.blue-custom:hover,
a.btn.green.blue-custom:focus {
    background-color: #1A4E6A;
    border-color: #1A4E6A;
    color: #FFF;
}

.tabbable-line>.nav-tabs>li.event-border.active {

    border-bottom: 4px solid #326666;
}

.page-sidebar .page-sidebar-menu>li:hover>a {
    border-bottom: 1px solid #326666;
    background: #fff;
}

button.btn.btn-block.q-button.answer-button.answer-selected.answer_options {
    background-color: #28858a;
    border-color: #28858a;
}

#preview_temp_modal .modal-dialog {
    width: fit-content;
    margin: 30px auto;
    max-width: 1200px;
    min-width: 400px;
}

.social-media a i {
    color: #326666;
    font-size: 20px;
}

.social-media a {
    background-color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    line-height: 44px;
    text-align: center;
}

.show_lang_in_mob>a {
    font-size: 22px;
    color: #336665;
}

textarea#to_email_address {
    width: 50%;
    min-height: 100px;
}

.restPasswordBox a {
    padding: 5px 10px;
    background: #1A4E6A;
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.portlet-body.form .restPasswordBox a {
    color: #fff !important;
}

.resetPassword label {
    padding: 0;
}

.restPasswordBox {
    color: #28858a !important;
    cursor: pointer;
    font-size: 16px;
    word-break: break-all;
    border-radius: 5px !important;
}

#email_verification a {
    padding: 5px 10px;
    background: #1A4E6A;
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
}

.bhoechie-tab-content input {
    display: inline-block;
    width: calc(100% - 60px);
    margin-bottom: 10px;
}

/*29-08-19  MVP-292 start*/
.ans_pending .dashboard-stat2 .display,
.ans-completed .dashboard-stat2 .display {
    min-height: 67px;
}

/*29-08-19 end*/
.panel-name {
    font-size: 12px;
    margin: 5px 0 5px;
    width: 100%;
    text-align: right;
}

.generate_report .panel-heading a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
}

.generate_report .panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.generate_report .panel-title a {
    display: block;
    padding: 15px 15px;
}

.generate_report .panel-heading {
    padding: 0;
}

.redemption_action,
.enabled_country {
    min-width: 148px;
}

.margin-b-30.rewards_block {
    max-width: 357px;
    /* max-height: 250px;
    margin: 0 auto 100px; */
    width: 100%;
    display: inline-block;
    float: none;
    padding: 0 15px;
    padding-bottom: 50px;
    word-break: break-all;
}


.media.survey-media .media-body h3 {
    text-shadow: none;
    color: #016A63;
    font-size: 18px !important;
    font-weight: 400 !important;
}

/* MVP-604 issue css start */
form#report_generator ul.multiselect-container.dropdown-menu {
    max-height: 250px;
    width: 314px;
}

form#report_generator ul.multiselect-container>li {
    padding: 0;
}

form#report_generator ul.multiselect-container.dropdown-menu a {
    padding: 0 !important;
}

form#report_generator ul.multiselect-container.dropdown-menu a label {
    margin-bottom: 0;
    font-weight: 400;
    color: #000;
    font-size: 14px;
}

form#report_generator .multiselect-container>li>a.multiselect-all label {
    font-weight: 700 !important;
}

.reports_lbl p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #666666;
}

.report-lbl-height {
    min-height: 75px;
}

.large.tooltip-inner {
    max-width: 280px;
    width: 280px;
}

/* MVP-604 issue css end */


/* panel new css start */
/*.home_survey_table.table.table-light>thead>tr>th{
    color: #d2d2d8;
}*/
.survey_tiles.bg-info .profile-stat-title {
    color: #28858a;
}

.survey_tiles.bg-info .profile-stat-text {
    color: #28858a;
}

.survey_tiles.bg-info .right-sec {
    border-left: 2px solid #28858a;
}

.btn.yellow:not(.btn-outline),
.btn.yellow:not(.btn-outline):hover,
.btn.yellow:not(.btn-outline).active.focus,
.btn.yellow:not(.btn-outline).active:focus,
.btn.yellow:not(.btn-outline).active:hover,
.btn.yellow:not(.btn-outline):active.focus,
.btn.yellow:not(.btn-outline):active:focus,
.btn.yellow:not(.btn-outline):active:hover,
.open>.btn.yellow:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.yellow:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.yellow:not(.btn-outline).dropdown-toggle:hover {
    background-color: #1A4E6A;
    border-color: #1A4E6A;
}

.label-info {
    background-color: #1A4E6A;
}

.pricing-content-1 .bg-blue {
    background: #28858a !important;
}

.pricing-content-1 .border-top-after-blue:after,
.border-top-before-blue:before,
.border-top-blue {
    border-top-color: #28858a !important;
}

.mt-element-list .bg-red {
    background: #28858a !important;
}

.page-head .page-title>h1 {
    color: #1A4E6A;
}

.page-title .page-breadcrumb.breadcrumb a {
    color: #28858a;
}

.btn-danger,
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #1A4E6A;
}

.btn.green:not(.btn-outline) {
    background-color: #1A4E6A;
    border-color: #1A4E6A;
    color: #FFF !important;
}

.btn.green:not(.btn-outline).active.focus,
.btn.green:not(.btn-outline).active:focus,
.btn.green:not(.btn-outline).active:hover,
.btn.green:not(.btn-outline):active.focus,
.btn.green:not(.btn-outline):active:focus,
.btn.green:not(.btn-outline):active:hover,
.open>.btn.green:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.green:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.green:not(.btn-outline).dropdown-toggle:hover {
    background-color: #1A4E6A;
    border-color: #1A4E6A;
}

.tabbable-line>.nav-tabs>li.event-border.active {
    border-bottom: 4px solid #28858a;
}

.profile-usermenu ul li.active a {
    color: #28858a;
    border-left: 2px solid #28858a;
}

.tabbable-line>.nav-tabs>li:hover {
    border-bottom: 4px solid #28858a;
}

.btn.green:not(.btn-outline)[disabled]:hover {
    background-color: #1A4E6A;
    border-color: #1A4E6A;
}

.font-blue-sharp {
    color: #28858a !important;
}

.font-blue {
    color: #28858a !important;
}

.faq-content-1 .faq-section>.faq-content .panel-heading .accordion-toggle:hover {
    color: #28858a !important;
}

.font-green {
    color: #28858a !important;
}

.contact-headquarters>.portlet-body>.row a {
    color: #28858a !important;
}

.msg_send_file {
    background: #1A4E6A none repeat scroll 0 0 !important;
}

button#btn-chat {
    background: #1A4E6A none repeat scroll 0 0 !important;
}

.font-blue-madison {
    color: #1A4E6A !important;
}

.page-breadcrumb a {
    color: #1A4E6A !important;
}

.portlet-body.form a {
    color: #1A4E6A !important;
}

.dataTables_paginate .pagination .active a {
    color: #FFF !important;
}

.open>.btn.green:not(.btn-outline).dropdown-toggle {
    background-color: #1A4E6A;
    border-color: #1A4E6A;
}

.btn.green:not(.btn-outline).disabled.focus,
.btn.green:not(.btn-outline).disabled:focus,
.btn.green:not(.btn-outline).disabled:hover,
.btn.green:not(.btn-outline)[disabled].focus,
.btn.green:not(.btn-outline)[disabled]:focus,
.btn.green:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.green:not(.btn-outline).focus,
fieldset[disabled] .btn.green:not(.btn-outline):focus,
fieldset[disabled] .btn.green:not(.btn-outline):hover {
    background-color: #1A4E6A;
    border-color: #1A4E6A;
}

.btn.blue:not(.btn-outline),
.btn.blue:not(.btn-outline):hover,
.btn.blue:not(.btn-outline).active.focus,
.btn.blue:not(.btn-outline).active:focus,
.btn.blue:not(.btn-outline).active:hover,
.btn.blue:not(.btn-outline):active.focus,
.btn.blue:not(.btn-outline):active:focus,
.btn.blue:not(.btn-outline):active:hover,
.open>.btn.blue:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.blue:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.blue:not(.btn-outline).dropdown-toggle:hover {
    background-color: #1A4E6A;
    border-color: #1A4E6A;
    font-family: "Poppins", sans-serif;
}

#getRecruitmentData,
#clearRecruitmentData,
.submit_bttn .btn.default,
.addtop_bttn #submit_btn {
    background-color: #d2d2d8;
}

.tab-pane .btn.default:not(.btn-outline) {
    background-color: #d2d2d8;
    border-color: #d2d2d8;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.btn-default.dropdown-toggle.focus,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle:hover {
    background-color: #d2d2d8;
}

#template_li a,
#stats a,
#basic_li a {
    color: #1A4E6A !important;
}

.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus {
    background-color: #1A4E6A;
    border-color: #1A4E6A;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
    border-color: #28858a;
    color: #FFF;
    background-color: #28858a;
}

.btn_custom,
.btn_custom:hover {
    background: #1A4E6A;
    color: #FFF;
}

.generate_report_form_box,
.generate_report_form_sec {
    color: #1A4E6A;
}

.btn.green:not(.btn-outline).active,
.btn.green:not(.btn-outline):active,
.btn.green:not(.btn-outline):hover,
.open>.btn.green:not(.btn-outline).dropdown-toggle,
.btn.green:not(.btn-outline):focus {
    background-color: #1A4E6A;
    border-color: #1A4E6A;
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #28858a;
    border-color: #28858a;
}

.messagecounter .badge-info {
    background-color: #1A4E6A;
}

/* panel new css end */
.og_admin_inner_tiles {
    padding: 20px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 5px !important;
    width: 100%;
    min-height: 150px;
}

.page-container {
    display: block;
}

/*Admin home page css start 31-05-2024*/

.og_tiles_box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.og_admin_icon img {
    padding: 20px;
    width: auto;
}

.og_admin_icon {
    width: auto;
    border-radius: 50px !important;
}

.og_tiles_content {
    padding-left: 0px;
    width: 75%;
}

.og_tiles_content .profile-stat-title {
    font-size: 30px;
    color: #333;
    text-align: left;
}

.og_tiles_content .profile-stat-text.sidebar-color {
    color: #1A4E6A !important;
    text-align: left;
}

.red_box {
    background: #e63a36;
}

.green_box {
    background: #4ca64e;
}

.yellow_box {
    background: #fea21d;
}

.blue_box {
    background: #11b2c6;
}

.sky_box {
    background: #8e69b1;
}

.og_admin_tiles .portlet-title .caption-subject.font-blue-madison,
.og_admin_recruitment .portlet-title .caption-subject.font-blue-madison,
.og_admin_latest_rewards .portlet-title .caption-subject.font-blue-madison {
    color: #1A4E6A !important;
}

.og_admin_recruitment ul.nav.nav-tabs a.sidebar-color {
    color: #1A4E6A !important;
}

.og_admin_recruitment ul.nav.nav-tabs li.event-border.active {
    border-color: #1A4E6A;
}

.og_admin_recruitment input#getRecruitmentData,
.og_admin_recruitment #clearRecruitmentData {
    background-color: #1A4E6A;
    color: #fff;
}

.og_admin_recruitment .slimScrollDiv {
    margin-top: 20px;
}

.og_admin_recruitment table#recruitment_source thead,
.og_admin_latest_rewards table thead {
    position: sticky;
    top: 0;
    background: #1A4E6A;
}

.og_admin_recruitment table#recruitment_source thead th,
.og_admin_latest_rewards table thead th {
    color: #fff !important;
}

.og_admin_latest_rewards a.sidebar-color {
    color: #1A4E6A !important;
}

.og_admin_recruitment .slimScrollDiv .scroller {
    padding: 0;
}

.red_border {
    border-left: 5px solid #e63a36;
}

.green_border {
    border-left: 5px solid #4ca64e;
}

.yellow_border {
    border-left: 5px solid #fea21d;
}

.blue_border {
    border-left: 5px solid #11b2c6;
}

.purple_border {
    border-left: 5px solid #8e69b1;
}

/*03-06-2024 css start chat page*/
.og_chat_page .recent_heading h4 {
    color: #1A4E6A;
}

.og_chat_page .type_msg button,
.og_chat_page .type_msg button#btn-chat {
    background: #1A4E6A !important;
}

.og_chat_page .page-content {
    margin-left: 0;
    width: 100%;
    padding-right: 20px;
}

section #chart-wrap {
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: center;
    margin: auto;
    max-width: 500px;
    position: relative;
    width: 100%;
}

section #chart-wrap .chart-tooltip {
    margin-left: 15px;
    position: absolute;
    z-index: 10;
}

section #chart-wrap .chart-tooltip .chart-tooltip-wrap {
    background-color: #181818;
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    display: block;
    padding: 0.875rem;
}

section #chart-wrap .chart-tooltip .chart-tooltip-wrap p {
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.75;
    margin: 0;
}

section #chart-wrap svg {
    margin: auto;
}

section #chart-wrap svg .text {
    fill: #fff;
    font-size: 0.875rem;
    text-anchor: middle;
}

section #chart-wrap .legend {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
    margin: 2rem auto;
    width: 100%;
}

section #chart-wrap .legend .legend-group {
    align-items: center;
    display: flex;
    flex-basis: 100px;
    flex-direction: row;
    gap: 8px;
    justify-content: flex-start;
}

section #chart-wrap .legend .legend-group .legend-box {
    height: 20px;
    margin: 0;
    width: 20px;
}

section #chart-wrap .legend .legend-group .legend-label {
    margin: 0;
}

.og_admin_tiles .portlet-body .number-stats {
    margin: 0 !important;
}

.og_admin_tiles .profile-stat {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.og_chart_admin .portlet-title span.caption-subject {
    color: #1A4E6A !important;
}

/*manager view page css start 05-06-2024*/
.og_view_tab.portlet-body.form li a {
    font-family: "Poppins", sans-serif;
    color: #333 !important;
    font-size: 15px !important;
    border: 1px solid #1A4E6A;
}

.og_view_tab li {
    width: 100%;
    text-align: left;
}

.og_view_tab.portlet-body.form li.active a {
    background: #1A4E6A;
    color: #fff !important;
}

.og_manager_view .form-actions .form-group.custom-form-group {
    margin-left: 0;
    padding: 0;
    margin-right: 10px;
    margin-bottom: 10px;
}

.og_manager_view .form-actions .form-group.custom-form-group button.btn.green.approve-award {
    background-color: #1A4E6A;
    border-color: #1A4E6A;
    border-radius: 5px !important;
}

.og_view_tab table th,
.og_view_tab table td {
    color: #333;
    font-family: "Poppins", sans-serif;
}

.og_view_tab table th label {
    font-weight: 500;
}

.og_member_details_table {
    margin-bottom: 50px;
}

.og_manager_form {
    border: 1px solid #ddd;
    display: inline-block;
    padding: 20px;
}

.og_manager_form .form-actions {
    margin-top: 5px;
}

.og_manager_form .form-actions button.btn.green {
    background-color: #1A4E6A;
    border-color: #1A4E6A;
    border-radius: 5px !important;
}

.og_manager_textbox {
    display: flex;
    align-items: end;
}

.og_manager_action_form {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.og_member_details_table .restPasswordBox {
    color: #1A4E6A !important;
}

.og_view_tab .form-body {
    padding-top: 0;
}

.og_view_tab #consents table thead,
#transactions table thead tr:first-child {
    background: #1A4E6A;
}

.og_view_tab #consents table thead tr th,
#transactions table thead tr th {
    color: #fff;
}

.og_view_tab #transactions table.dataTable.no-footer {
    border: 1px solid #e7ecf1 !important;
}

.og_view_tab #transactions table thead tr:nth-child(2) {
    background: #eeeeee;
}

.og_view_tab #profile .panel-body .striped {
    padding: 10px 0 10px 0;
}

.panel-admin-table table thead {
    background: #1A4E6A;
    font-family: "Poppins", sans-serif;
}

.panel-admin-table table thead th {
    color: #fff;
    font-family: "Poppins", sans-serif;
}

.panel-admin-table table thead tr.filter {
    background: #eeeeee;
    font-family: "Poppins", sans-serif;
}

.panel-admin-table button.reset-data {
    background: #1A4E6A;
    color: #fff;
    border-radius: 5px !important;
    font-family: "Poppins", sans-serif;
}

.panel-admin-table span.label.label-sm {
    border: 1px solid #1A4E6A;
    background: #fff;
    color: #1A4E6A;
    border-radius: 5px !important;
    padding: 5px 10px;
    font-family: "Poppins", sans-serif;
}

.panel-admin-table .table-responsive {
    margin-bottom: 15px;
}

.panel-admin-table table td {
    font-family: "Poppins", sans-serif;
}

.panel-admin-list .icon-bag:before {
    color: #1A4E6A !important;
}

.panel-admin-table #rewards_list table.dataTable thead .sorting:after {
    color: #fff;
}

.panel-admin-table #country_list table.dataTable thead .sorting:after {
    color: #fff;
}

.panel-admin-table #manager_users_list_1_wrapper .btn.btn-outline.grey-salsa,
.btn.btn-outline.grey-salsa.active,
.btn.btn-outline.grey-salsa:active,
.btn.btn-outline.grey-salsa:active:focus,
.btn.btn-outline.grey-salsa:active:hover,
.btn.btn-outline.grey-salsa:focus,
.btn.btn-outline.grey-salsa:hover {
    border-color: #1A4E6A;
    color: #1A4E6A;
    background: none;
}

.og_view_tab .panel-heading {
    color: #fff;
    background-color: #1A4E6A;
    border-color: #1A4E6A;
}

.pricing-content-1 .price-table-content .row {
    padding-top: 0;
    padding-bottom: 10px;
}

.mobile-padding {
    display: flex;
    align-items: center;
}

span.label_text {
    color: #000;
    max-width: 50%;
    width: 100%;
}

.mt-head-title {
    text-align: left;
    font-size: 24px;
    color: #000;
    letter-spacing: 0.8px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.mt-head-price {
    text-align: left;
    margin-bottom: 15px;
    word-wrap: break-word;
}

span.label_right_field {
    display: flex;
    align-items: center;
}

span.label_right_field select {
    margin-left: 10px;
}

.price-table-footer .btn.btn-outline.grey-salsa {
    background: #0A8283 !important;
    color: #fff !important;
}

.pricing-content-1 .price-table-footer {
    text-align: left;
}

.price-table-pricing {
    border: 1px solid #eee;
    border-radius: 5px !important;
}

.pricing-content-1 .price-column-container.border-active {
    border: 0;
}

.pricing-content-1 {
    padding-top: 50px;
}

.pricing-content-1 .price-table-content .row:first-child {
    padding-top: 0;
}

.price-table-pricing .margin-b-30.rewards_block {
    max-width: 357px !important;
    margin: 0 !important;
    padding: 45px 0;
}

.products_details_tab {
    padding: 20px;
    background: #fff;
    margin: 20px 0;
    border: 1px solid #ddd;
}

.products_details_tab ul.nav.nav-tabs {
    border: 0;
    margin-bottom: 20px;
}

.products_details_tab ul.nav.nav-tabs li {
    width: 33.3333%;
    text-align: center;
}

.products_details_tab ul.nav.nav-tabs li a {
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
}

.products_details_tab ul.nav.nav-tabs li.active a {
    background: #28858a !important;
    color: #fff;
    font-size: 16px;
    border-radius: 5px !important;
}

.products_details_tab .tab-content .tab-pane {
    font-size: 18px;
}

.products_details_tab .tab-content {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 5px !important;
    height: 600px;
    overflow-y: auto;
}

.products_details_tab .tab-content .tab-pane#Description p {
    margin: 0;
}

.products_details_tab ul.nav.nav-tabs li a:hover {
    background: inherit;
    box-shadow: none;
    border-color: transparent;
}

@media (min-width: 1400px) {
    .col-lg-3-questions {
        width: 33%;
    }
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.striped:nth-of-type(odd) {
    background-color: #eeeeee;
}

.row.make-columns {}

.row.make-columns>div.col {
    width: 50%;
}

.profile-sidebar {
    width: 250px !important;
}

.logo-default {
    margin: 5px 10px 0 !important;
}

.page-header.navbar .page-logo {
    width: 285px;
}

.price-table-content .col-xs-9 {
    padding-right: 30px;
}

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

.list-group li.active {
    background: #32c5d2;
    border-color: #32c5d2;
}

.list-group li.active a {
    color: #1A4E6A;
}


/*01-10-18 start*/
.reward-image .mt-container.bg-purple-opacity.custom-rewards {
    background: rgba(179, 168, 183, 0.8) !important;
}

.input-icon.custom_reward_img img {
    width: 30%;
}

div#tab_1_4 {
    margin-left: 20px;
}




/*16-10-18 start*/
.portlet-body ul li a {
    padding: 10px 10px;
    margin: 0;
    font-size: 13px;
}

.questionRowMain {
    display: none;
}

.questionRowMain:first-of-type {
    display: block;
}

.profile-content .portlet-fit .btn.btn-outline.green {
    border-color: #32c5d2 !important;
    color: #32c5d2 !important;
    background: #fff !important;
}

.reward-image .mt-container.bg-purple-opacity.custom-rewards {
    background: rgba(255, 255, 255, 0.4) !important;
    width: 100%;
    position: absolute;
    right: 0px;
    top: 0;
}

.reward-image {
    position: relative;
    cursor: pointer;
}

.reward-image .custom-rewards .mt-head-title {
    color: black;
    font-size: 20px;
}

#privacy1.modal .modal-backdrop.fade.in {
    display: block !important;
}

#terms.modal .modal-backdrop.fade.in {
    display: block !important;
}

.modal-backdrop.fade.in {
    display: none !important;
}

.page-title.page-profile-error {
    width: 100%;
}

.page-head .page-title.page-profile-error h1 {
    float: left;
    width: 13%;
    padding: 10px;
}

.page-profile-error span {
    width: 20%;
    text-align: center;
    display: block;
    font-size: 14px;
    background-color: #981721;
    float: left;
    padding: 18px;
    color: #ffffff;
    position: fixed;
    right: 0;
    text-transform: capitalize;
    top: 82px;
    z-index: 9999;
    border-radius: 7px 0px 0px 6px !important;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    transform: translate3d(100%, 00px, 0px);
    -webkit-transform: translate3d(100%, 00px, 0px);
}

.pointer-event {
    pointer-events: none;
}

.page-profile-error span.transfirm {
    transform: translate3d(0%, 00px, 0px);
    -webkit-transform: translate3d(0%, 00px, 0px);
}

#loginerror .modal-dialog-custom button.custom-btn-agree {
    padding: 4px 22px;
    border-radius: 5px;
    font-size: 16px;
}

#loginerror .modal-dialog-custom .modal-footer {
    text-align: right;
}

#loginerror .modal-dialog-custom .modal-content {
    padding-bottom: 5px;
}

#loginerror .modal-dialog-custom p {
    font-size: 16px;
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    margin: auto;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}

.tooltips .tooltiptext {
    visibility: hidden;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 7px;
    position: absolute;
    z-index: 1;
    bottom: 3px;
    left: -90%;
    margin-left: 0;
    opacity: 0;
    transition: opacity 0.3s;
    margin: 0;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;

    border-left: 60px solid green;
}

td.tooltips {
    position: relative;
}

#selected-file-name-wrapper {
    max-width: fit-content !important;
    background: #ebebeb none repeat scroll 0 0;
    height: fit-content;
    margin-bottom: 3px;
}

.tooltips .tooltiptext::after {
    content: "";
    position: absolute;
    top: 30%;
    left: 104%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #555;
    right: auto;
}

.tooltips:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.page-header.navbar .page-logo {
    float: left;
    display: block;
    width: 80% !important;
    ;
    height: 100%;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin: 0 !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important
}

.page-logo.og_panel_logo a {
    display: block;
    width: 100%;
}

.page-logo.og_panel_logo a img {
    width: 78% !important;
    height: auto !important;
}

/*.page-header.navbar .page-logo {
    width: 285px !important;
}*/
.page-sidebar-closed.page-sidebar-closed-hide-logo .page-header.navbar .page-logo .logo-default {
    display: block !important;
}

.page-sidebar-closed.page-sidebar-closed-hide-logo .page-header.navbar .menu-toggler.sidebar-toggler {
    margin-right: 0 !important;
}

.secondary_input i {
    font-size: 18px;
    margin-top: 10px;
    cursor: pointer;
    color: grey;
}


i.survey-msg {
    margin-right: 5px;
}

#google_translate_element select.goog-te-combo {
    border: 0;
    color: #aeb2c4 !important;
    background: transparent;
    margin: 2px 0 !important;
    cursor: pointer;
    outline: none !important;
}

/*.home_navbar_menu #google_translate_element select.goog-te-combo {
    color: #fff !important;
    background: transparent;
    margin: 2px 0 !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 20px;
}*/
#google_translate_element .goog-te-combo option {
    background: #646b89;
    color: #fff;
    padding: 5px 0 !important;
}

/*.home_navbar_menu #google_translate_element .goog-te-combo option {
    background-image: -webkit-linear-gradient(0deg, rgba(67,205,162,0) 0%, rgba(24,79,134,0.44)100%);
    color: #fff;
    padding: 5px 0 !important;
}*/
.ans-completed .dashboard-stat2 {
    cursor: default;
}

/*04-02-2019*/
.navbar-collapse.collapse.page-sidebar {
    width: 54px !important;
    overflow-x: scroll !important;
    z-index: 999;
    box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.2) !important;
    position: fixed;
    top: 74px;
    /* change 110px */
    height: calc(100% - 74px) !important;
}

::-webkit-scrollbar {
    width: 0px;
    /* background: #e9ecf3 !important; */
}

.page-content ::-webkit-scrollbar {
    width: 10px;
    /* background: #e9ecf3 !important; */
}

/* Track */
.page-content ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.page-content ::-webkit-scrollbar-thumb {
    background: #ccc;
}

/* Handle on hover */
.page-content ::-webkit-scrollbar-thumb:hover {
    background: #888;
}

.page-content-wrapper .page-content {
    width: 100%;
    box-sizing: border-box;
    padding: 35px 20px 0 20px;
}

.page-sidebar-closed .page-content-wrapper .page-content {
    margin-left: 0 !important;
}

.navbar-collapse.collapse.page-sidebar:hover,
.navbar-collapse.collapse.page-sidebar:hover .page-sidebar-menu {
    width: 235px !important;
    float: left;
    margin-right: -100%;
    transition: all 0.1s linear;
}

.page-sidebar .page-sidebar-menu>li>a>.title {
    display: none;
}

.page-sidebar:hover .page-sidebar-menu>li>a>.title {
    display: inline-block;
}

.page-sidebar .page-sidebar-menu>li a {
    transition: all 0.1s linear;
    transform: scale(1.0);
}

.page-sidebar .page-sidebar-menu>li:hover>a {
    box-shadow: 1px 0px 3px 0px rgba(0, 0, 0, 0.3) !important;
    border-bottom: 1px solid #326666;
}

.page-sidebar .page-sidebar-menu>li:last-of-type:hover>a {
    border-bottom: none;
}

.page-sidebar .page-sidebar-menu li>a>.badge {
    margin-top: -33px;
    margin-right: -23px;
}

.page-sidebar:hover .page-sidebar-menu li>a>.badge {
    margin-top: 1px;
    margin-right: 0;
}

.progress-info .progress.blur_bottom_green-sharp {
    box-shadow: 70px 70px 52px #fffdfc, 0px 2px 5px #0d9096;
}

.progress-info .progress.blur_bottom_red-haze {
    box-shadow: 20px 0px 52px #fffdfc, 0px 2px 5px #f7cdc3;
}

.progress-bar.red-haze {
    background: linear-gradient(to right, #8a1103, #ef311b, #fd7f70) !important;
}

.progress-bar.green-sharp {
    background: linear-gradient(to right, #297579, #41b8c1, #0cebff) !important;
}

.progress.blur_bottom_blue-sharp {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.col-lg-3-questions.ans_pending .dashboard-stat2,
.col-lg-3-questions.ans-completed .dashboard-stat2 {
    transform: scale(1.0);
    transition: all 0.2s linear;
}

.col-lg-3-questions.ans_pending .dashboard-stat2:hover,
.col-lg-3-questions.ans-completed .dashboard-stat2.bordered:hover {
    transform: scale(1.015);
    box-shadow: 0px 0px 14px 4px rgba(0, 0, 0, 0.2) !important;
}

/*.col-lg-3-questions.ans-completed .dashboard-stat2.bordered:hover {
    transform: scale(1.015);
    box-shadow: 0px 0px 14px 4px rgba(0,0,0,0.2) !important;
}*/
/*.col-lg-3-questions.ans-completed .dashboard-stat2 { 
    transform: scale(1.0);
    transition: all 0.2s linear;
}*/
/***5-2-19***/
/*.page-sidebar-wrapper .collapse .page-sidebar-menu.page-sidebar-menu-closed {
    width: 235px !important;
}*/
.page-sidebar-closed .page-sidebar,
.page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed {
    width: auto !important;
}

.page-sidebar:hover,
.page-sidebar:hover .page-sidebar-menu {
    width: 235px !important;
    float: left !important;
    margin-right: -100%;
    transition: all 0.1s linear;
}

.reset-data {
    background: #1A4E6A;
    color: #fff;
    border: none;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 600;
    transition-duration: 0.4s;
    border-radius: 5px !important;
}

.reload-data {
    margin-right: 15px;
    background: #d2d2d8;
    color: #666;
    border: none;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 600;
    transition-duration: 0.4s;
}

.reset-data:hover {
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.19);
}

.redemption_action,
.enabled_country {
    margin-right: 15px;
    background: #1A4E6A;
    color: #fff;
    border: none;
    padding: 5px 11px;
    font-size: 14px;
    font-weight: 600;
    transition-duration: 0.4s;
    border-radius: 5px !important;
    font-family: "Poppins", sans-serif;
}

.redemption_action:hover,
.enabled_country::hover {
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.19);
}

/*.reset-data:focus {
    outline: none;
}*/

.page-sidebar-wrapper .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed>li:not(.heading):hover {
    width: 235px !important;
}

.page-sidebar-wrapper .page-sidebar:hover .page-sidebar-menu>li>a>.title {
    display: inline-block !important;
}

.page-sidebar-wrapper .page-sidebar-menu.page-sidebar-menu-closed>li:hover {
    box-shadow: none;
}

.page-sidebar-wrapper .page-sidebar-menu.page-sidebar-menu-closed>li:not(.heading):hover>a>.title {
    padding-left: 0px !important;
}

.btn.green:not(.btn-outline):hover {
    transform: scale(1.015);
}

.profile-content .portlet-fit .btn.btn-outline.green {
    transform: scale(1.015);
    background-color: #28858a !important;
    border-color: #28858a !important;
    color: #fff !important;
}

/*.profile-content .portlet-fit .btn.btn-outline.green{
    transform: scale(1.015);
    background-color: #1f6961 !important;
    border-color: #1f6961 !important;
    color: #fff !important;
}*/
.bordered .text-right i {
    font-size: 25px;
    line-height: normal;
}

.error-bg {
    background: #a94442;
}

.success-bg {
    background: #3c763d;
    /*top: 45% !important;*/
}

.warning-bg {
    background: #8a6d3b;
    /*top: 65% !important;*/
}

.information-bg {
    background: #316f8f;
    /*top: 85% !important;*/
}

.error-red {
    z-index: 2147483647;
    position: fixed;
    padding: 14px 14px;
    color: #fff;
    width: 23%;
    right: -100%;
    opacity: 0;
    top: 15px;
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -ms-transition: 0.2s ease all;
    box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
}

.error-text p,
.error-text h3 {
    margin: 0;
}

.error-text h3 {
    font-size: 17px;
    font-weight: 600;
}

.arrow {
    display: table-cell;
    vertical-align: middle;
}

.error .mr-auto {
    margin-right: auto;
}

.error .close {
    margin-left: 10px;
}

.error-text {
    display: table-cell;
    vertical-align: middle;
}

.arrow i {
    font-size: 32px;
    padding: 10px 10px 0 0;
}

.btn_close span {
    color: #fff;
    font-size: 20px;
    float: right;
    top: -8px;
    position: relative;
}

.tab-icon {
    display: none;
}

/* -------------------------------------------------------------------------
  VERTICAL STEPPERS
-------------------------------------------------------------------------- */

/* Steps */
.step {
    position: relative;
    min-height: 2em;
    color: gray;
}

.step+.step {
    margin-top: 1.5em
}

.step>div:first-child {
    position: static;
    height: 0;
}


.step.step-active {
    color: #4285f4
}

.step.step-active .circle {
    background-color: #28858a;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.step.completed .circle {
    background-color: #28858a;
}

/*.progressBar {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    right: 65px;
    text-align: center;
}*/
.progressBar.moreQuestions .progressBarSec {
    max-height: 480px;
    height: 100%;
    padding-left: 7px;
    padding-top: 6px;
    overflow: hidden;
    width: 45px;
}

/* Circle */
.circle {
    background: gray;
    position: relative;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    box-shadow: 0 0 0 3px #fff;
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -ms-transition: 0.2s ease all;
}

/* Vertical Line */
.circle:after {
    content: ' ';
    position: absolute;
    display: block;
    top: 33px;
    /*right: 50%;*/
    bottom: 1px;
    left: 50%;
    height: 100%;
    width: 2px;
    transform: scale(1, 1) translate(-50%, 0);
    -webkit-transform: scale(1, 1) translate(-50%, 0);
    -moz-transform: scale(1, 1) translate(-50%, 0);
    -ms-transform: scale(1, 1) translate(-50%, 0);
    transform-origin: 50% -100%;
    -webkit-transform-origin: 50% -100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: -1;
}

.completed .circle:after {
    background-color: #32c5d2;
}

.step:last-child .circle:after {
    display: none
}

/* Stepper Titles */
.title {
    line-height: 1.5em;
    font-weight: bold;
}

.caption {
    font-size: 0.8em;
}

.circle i.fa.fa-check {
    line-height: 30px;
}

.progressbar {
    /*height: 100%;*/
    position: fixed;
    right: 40px;
    top: 120px;
    top: calc(50% + 37px);
    padding-bottom: 35px;
    max-height: 620px;
    box-sizing: border-box;
    width: 45px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}

.progressbar .progressBarSec {
    max-height: 530px;
    overflow: hidden;
    padding-left: 7px;
    padding-top: 7px;
    padding-bottom: 7px;
    /*position: absolute;
    top: 60px;
    top: calc(50% + 37px);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    width: 45px;*/
}

.progressbar.moreQuestions:before {
    /*content: '\f142';
    font-family: FontAwesome;*/
    left: 50%;
    content: '';
    position: absolute;
    top: -35px;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    width: 12px;
    height: 30px;
    background: url("../images/blue_circle.png");
    text-align: center;
    line-height: 30px;
    z-index: 99;
    display: none;
}

.progressbar.moreQuestions.show-ellipsis:before {
    display: block;
}

.progressbar.moreQuestions.hidden-ellipsis:after {
    display: none;
}

.progressBar li a {
    background: #000;
    color: #fff;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    border-radius: 50% !important;
    line-height: 30px;
    text-decoration: none;
}

.progressbar.moreQuestions:after {
    /*content: '\f142';*/
    /*font-family: FontAwesome;*/
    content: '';
    background: url("../images/grey_circle.png");
    left: 50%;
    position: absolute;
    bottom: -2px;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    width: 12px;
    height: 30px;
    /*background: #e9ecf3;*/
    text-align: center;
    line-height: 30px;
    z-index: 99;
    background-repeat: no-repeat;
}


.page-header-sec {
    background: #fff;
    padding: 12px 20px 15px;
    box-sizing: border-box;
    border: 1px solid #e7ecf1;
    margin-bottom: 10px;
    position: relative;
}

.page-header.navbar .top-menu {
    vertical-align: middle;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown.profile_image>.dropdown-toggle {
    margin-top: -4px;
}

/* dashboard tiles */
.survey_tiles_sec .survey_tiles {
    width: 100%;
    display: inline-block;
    padding: 15px 25px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.87);
    min-height: 155px;
}

.survey_tiles_sec .left-sec {
    max-width: 37%;
    float: left;
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.survey_tiles_sec .right-sec {
    max-width: 60%;
    float: left;
    width: 100%;
    display: table;
    vertical-align: middle;
    text-align: left;
    padding-left: 10px;
    box-sizing: border-box;
    border-left: 2px solid #fff;
    min-height: 125px;
}

.survey_tiles_sec .profile-stat-title {
    color: #fff;
    font-size: 30px;
    text-align: left;
    line-height: 30px;
    margin-bottom: 0;
}

.survey_tiles_sec .profile-stat-text {
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-align: left;
}

.bg-success.survey_tiles {
    background: #28858a !important;
}

.survey_tiles.bg-info {
    background: #d2d2d8;
}

.survey_tiles.bg-warning {
    background: #1A4E6A !important;
}

.page-sidebar .page-sidebar-menu>li>a.active i,
.page-sidebar .page-sidebar-menu>li>a.active {
    color: #fff !important;
}

.page-sidebar .page-sidebar-menu>li {
    border-bottom: 1px solid transparent;
}

.page-sidebar .page-sidebar-menu>li>a.active {
    box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.7) !important;
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    background: #1A4E6A;
    ;
}

.navbar-collapse.collapse.page-sidebar:hover .page-sidebar-menu>li>a.active {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
}

.page-sidebar .page-sidebar-menu>li:hover>a.active {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
}

/*.page-sidebar .page-sidebar-menu>li>a.active{
    border-bottom: 1px solid #36c6d3;
}*/
/*.page-sidebar .page-sidebar-menu>li>a.active:after {
    content: '';
    border-left: 10px solid #36c6d3;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    z-index: 999999;
}*/
.feeds_sec p {
    margin: 0;
    padding: 2px 10px;
    font-size: 20px;
    color: #fff;
    text-align: left;
}

.social_feed_section .feeds_sec p i {
    float: left;
    margin-top: 4px;
    font-size: 20px;
}

.alert_link_text {
    color: #e73d4a;
    text-decoration: underline;
}

.survey-activate-url {
    color: red;
    text-decoration: underline;
}

.facebook_feed p {
    background: #3b5998;
}

.social_feed_section .feeds_sec a {
    text-decoration: none;
}

.social_feed_section .feeds_sec p {
    text-align: right;
    font-size: 16px;
    padding: 5px;
    font-weight: bold;
}

.feeds_sec .feed_carousel a,
.feeds_sec .feed_carousel .item {
    display: inline-block;
    width: 100%;
}

.feeds_sec .feed_carousel a {
    padding: 15px;
}

.linkedin_feed p {
    background: #0077B5;
}

.twitter_feed p {
    background: #38A1F3;
}

.instagram_feed p {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.social_feed_section li>div {
    background: #fff;
    margin-bottom: 25px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.47);
    /*padding-bottom: 15px;*/
    position: relative;
    min-height: 160px;
}

.feeds_sec img {
    height: 100px;
    width: 100px;
    float: left;
    margin: 10px;
}

.feeds_sec video {
    width: 100%;
    object-fit: fill;
    height: 220px;
}

.social_feed_section li span {
    font-size: 15px;
    /*padding-top: 15px;*/
    display: inline-block;
    width: 100%;
}

.social_feed_section li span:hover .video_hover_text {
    opacity: 1;
}

.social_feed_section li .feeds_sec .social_Feed_Mark span {
    width: 130px;
    text-align: left;
    margin-top: 10px;
}

.video_hover_text {
    position: absolute;
    top: 24%;
    color: #fff;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 15px;
    font-size: 14px
}

table.table-bordered.dataTable tbody td {
    vertical-align: middle;
}

.page-content .profile-content {
    overflow: hidden;
}

.country_dropdown_listt {
    float: left;
    width: 250px;
    position: relative;
}

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

.country_dropdown_listt .search_ul_list {
    height: 140px;
    position: absolute;
    padding-left: 0;
    background-color: #fff;
    width: 100%;
    z-index: 99999;
    overflow-y: scroll;
    display: none;
}

.search_ul_list li {
    list-style: none;
    padding: 10px;
    cursor: pointer;
}

.country_dropdown_listt li input {
    margin-right: 5px;
}

.country_dropdown_listt li.active {
    background-color: #578ebe;
    color: #fff;
}

.listimenu_Optional label {
    float: left;
    margin-top: 10px;
    margin-right: 10px;
}

.page-head .page-title {
    display: contents;
    float: left;
    padding: 0 0 10px;
}

.page-head .page-title-panelist {
    display: inline-block !important;
    float: none;
    width: 100%;
    max-width: 30%;
    vertical-align: middle;
    padding: 0;

}

.header-message {
    display: inline-block;
    width: 100%;
    max-width: 80%;
    vertical-align: middle;
    padding: 0px 15px !important;
}

.survey-disable-message {
    color: red;
    padding-bottom: 15px;

}

.popup_conf {
    margin-top: 15px;
}

.page-head .page-title .header-message.space_Extra {
    margin-top: 18px;
}

.basic-detail {
    padding: 25px 50px;
}

.feed_carousel.owl-carousel .owl-item img {
    width: 100px;
}


/* prev temp */
.close_prev_temp {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
}

/* 3-4-2019*/
.preview_btnchat,
.preview_btn {
    display: inline-block;
    float: right;
    margin-right: 15px;
}

.addchatbanner_btn,
.addbanner_btn,
.preview_btn a,
.preview_btnchat a {
    display: inline-block;
    padding: 5px 20px;
    background: #28858a;
    color: white;
    font-size: 15px;
    float: right;
    clear: both;
    margin: 10px 0 0 0;
    text-decoration: none;
}

.addchatbanner_btn,
.addfbanner_btn,
.preview_btn a,
.preview_btnchat a {
    display: inline-block;
    padding: 5px 20px;
    background: #28858a;
    color: white;
    font-size: 15px;
    float: right;
    clear: both;
    margin: 10px 0 0 0;
    text-decoration: none;
}

.preview_btn a,
.preview_btnchat a {
    margin-top: 0;
}

.middle_section {
    margin-bottom: 15px;
}

.main_container .tab-content {
    display: inline-block;
    width: 100%;
}

.head_title {
    display: inline-block;
    padding: 0;
    margin-top: -5px;
    width: 65%;
}

.head_title label {
    display: inline-block;
    color: black;
    font-size: 21px;
    padding: 0 20px 0 0;
    margin: 0;
}

.head_title input {
    display: inline-block;
    padding: 0 5px;
    height: 30px;
    border: 0 none;
    box-shadow: none;
    border-bottom: 2px solid #28858a;
    vertical-align: text-bottom;
    width: 80%;
}

div.pannl_id {
    display: inline-block;
}

#preview_temp_modal .modal-body p {
    margin: 0;
}

.dropdown.multiselect_dropdown {
    display: inline-block;
    margin: 0 15px;
    float: right;
}

.price-table-pricing .margin-b-30.rewards_block {
    max-width: 600px;
    max-height: 600px;
    margin: 20px;
    width: 100%;
    display: inline-block;
}

.price-table-footer .btn.btn-outline.grey-salsa {
    border-color: #0A8283;
    color: #0A8283;
}

/*********27-12-2021-issue-MVP-709_new**********/
@media (min-width: 992px) {
    .dropdown.multiselect_dropdown.panels {
        display: inline-block;
        margin: 0px;
        float: left;
    }
}

.dropdown.multiselect_dropdown.panels .dropdown-toggle b.caret:after {
    content: "\f107" !important;
    font-family: 'FontAwesome';
    top: 5px !important;
    position: absolute;
    right: 5px;
    font-size: 15px;
}

.dropdown.multiselect_dropdown.panels .dropdown-toggle .caret {
    border-top: 0px dashed;
    border-right: 0px solid transparent;
    border-left: 0px solid transparent;
}

.dropdown.multiselect_dropdown.panels b.caret {
    top: 0;
    right: -1px !important;
}

@media (max-width: 700px) {
    .dropdown.multiselect_dropdown.panels .dropdown-toggle {
        width: 250px !important;
    }

    .form-control#trigger_pixel {
        width: 250px !important;
    }

    .recruitment-form .form-control#amount,
    .recruitment-form .form-control#name {
        width: 250px !important;
    }
}

.dropdown.multiselect_dropdown.panels .multiselect-selected-text {
    margin-left: -200px;
    display: table-cell;
}

.recruitment-form .form-control#amount,
.recruitment-form .form-control#name {
    width: 352px;
}

.dropdown.multiselect_dropdown.panels .dropdown-toggle {
    font-size: 15px;
    padding: 4px 25px 4px 20px;
    width: 352px;
    height: 34px;
    display: inline-block;
    background: white;
    border-color: #c2cad8;
    position: relative;
    color: #555
}

.form-control#trigger_pixel {
    width: 352px;
    padding: 6px 15px;
}

@media (max-width: 992px) {
    .dropdown.multiselect_dropdown.panels {
        display: block;
        margin: 0px 0px;
        float: none;
    }

    .recruitment-form .form-control#amount,
    .recruitment-form .form-control#name {
        width: 352px !important;
    }
}

.checkbox,
.form-horizontal .dropdown.multiselect_dropdown.panels .checkbox {
    padding-left: 25px;
}

.dropdown.multiselect_dropdown.panels .dropdown-menu>li>a {
    display: block !important;
}

.dropdown.multiselect_dropdown.panels .dropdown-menu li {
    padding: 0px;
    margin: 0px;
}

.dropdown.multiselect_dropdown.panels .dropdown-toggle .caret {
    right: 4px;
}

@media (min-width: 1260px) {
    .dropdown.multiselect_dropdown.panels {
        display: inline-block;
        margin: 0px;
        float: left;
    }

    .dropdown.multiselect_dropdown.panels .dropdown-toggle {
        font-size: 15px;
        padding: 4px 25px 4px 20px;
        width: 352px;
        height: 34px;
        display: inline-block;
        background: white;
        border-color: #c2cad8;
        position: relative;
        color: #555
    }


    .col-md-offset-3.col-md-9.edit-btn {
        margin-left: 12.4%;
    }

    .form-horizontal .form-group.edit {
        margin-left: -120px;
        margin-right: 195px;
    }


    .form-control#trigger_pixel {
        width: 352px !important;
        padding: 6px 15px;
    }

}

/***************27-12-2021-end******************/


/*.dropdown.multiselect_dropdown .dropdown-menu{
    min-width:200px;
    width:200px;
}*/
.dropdown.multiselect_dropdown .dropdown-menu>li>a {
    padding: 5px 10px;
    color: #6f6f6f;
    text-decoration: none;
    display: block;
    clear: both;
    font-weight: 300;
    line-height: 18px;
    white-space: nowrap;
    display: inline-block;
}

.dropdown.multiselect_dropdown .dropdown-menu li {
    padding: 0 10px;
    margin: 2px 0;
}

.dropdown.multiselect_dropdown .container span:first-of-type {
    padding-left: 25px;
}

.dropdown.multiselect_dropdown .dropdown-menu {
    max-height: 200px;
    overflow: auto;
}

.dropdown.multiselect_dropdown .dropdown-toggle {
    font-size: 15px;
    padding: 4px 25px 4px 20px;
    display: inline-block;
    background: white;
    border-color: #28858a;
    position: relative;
    color: #28858a
}

.dropdown.multiselect_dropdown .dropdown-toggle .caret {
    position: absolute;
    top: 14px;
    right: 10px;
}

.dropdown.multiselect_dropdown .dropdown-toggle:hover {
    font-size: 15px;
    padding: 4px 25px 4px 20px;
    display: inline-block;
    background: white;
    border-color: #28858a;
    position: relative;
    color: #28858a
}

.dashboard_header .panel-heading {
    padding: 0;
}

.dashboard_header .panel-heading h4>a:first-of-type {
    display: inline-block;
    /*width: 95%;*/
    padding: 10px;
    /* pointer-events: none;*/
    font-weight: bold;
}

.dashboard_header .panel-heading .accordian_icons {
    padding: 0;
    display: inline-block;
}

.dropdown_values {
    display: inline-block;
    max-width: 82%;
    vertical-align: middle;
    margin-top: -6px;
    margin-left: 15px;
    padding: 0;
}

.dropdown_value {
    display: inline-block;
    max-width: 82%;
    vertical-align: middle;
    margin-top: -6px;
    margin-left: 15px;
    padding: 0;
}

.dropdown_values span {
    padding: 2px 10px;
    font-size: 12px;
    background: #28858a;
    margin: 0 2px;
    color: white;
    border-radius: 22px !important;
    display: none;
}

.dropdown_value span {
    padding: 2px 10px;
    font-size: 12px;
    background: #28858a;
    margin: 0 2px;
    color: white;
    border-radius: 22px !important;
    display: none;
}

/* The container */
.dropdown.multiselect_dropdown .container {
    display: inline-block;
    position: relative;
    padding-left: 0;
    margin-bottom: 3px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
    width: 100%;
    vertical-align: top;
    margin-top: 3px;
}

/* Hide the browser's default checkbox */
.dropdown.multiselect_dropdown .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.dropdown.multiselect_dropdown .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #ccc;
}

/* On mouse-over, add a grey background color */
.dropdown.multiselect_dropdown .container:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.dropdown.multiselect_dropdown .container input:checked~.checkmark {
    background-color: #28858a;
}

/* Create the checkmark/indicator (hidden when not checked) */
.dropdown.multiselect_dropdown .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.dropdown.multiselect_dropdown .container input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */
.dropdown.multiselect_dropdown .container .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* diabled enabled css */
.dropdown-menu li.disabled_val {
    background-color: #ddd;
    display: none;

}

.dropdown-menu li.disable_val {
    background-color: #ddd;
    display: none;

}

.dropdown-menu li.disabled_val label {
    cursor: initial !important;
}

.dropdown-menu li.disable_val label {
    cursor: initial !important;
}

a.addbanner_btn:hover,
a.addbanner_btn:focus {
    color: white;
    text-decoration: none;
}

a.addfbanner_btn:hover,
a.addfbanner_btn:focus {
    color: white;
    text-decoration: none;
}

.dropdown-menu ul {
    padding: 0;
}

.allselect_checkbox {
    padding: 0 10px;
}

.allselect_checkbox1 {
    padding: 0 10px;
}

.allselect_checkbox label.container {
    padding: 0;
}

.allselect_checkbox1 label.container {
    padding: 0;
}

.allselect_checkbox.disabled_val {
    background: #ddd;
}

.allselect_checkbox.disable_val {
    background: #ddd;
}

.allselect_checkbox1.disabled_val {
    background: #ddd;
}

.allselect_checkbox1.disable_val {
    background: #ddd;
}

.allselect_checkboxchat {
    padding: 0 10px;
}

.allselect_checkboxchat label.container {
    padding: 0;
}

.allselect_checkboxchat.disabled_val {
    background: #ddd;
}

.allselect_checkboxchat.disable_val {
    background: #ddd;
}

.addbanner_btn.disabled_bttn,
.addchatbanner_btn.disabled_bttn {
    pointer-events: none;
    background: #ddd;
}

.addfbanner_btn.disable_bttn,
.addchatbanner_btn.disable_bttn {
    pointer-events: none;
    background: #ddd;
}

.banner_head {
    padding: 10px;
    display: inline-block;
    width: 100%;
    margin: 0;
}

.banner_head h4 {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.banner_head h4 p {
    display: inline-block;
    margin: 0;
    width: auto;
    vertical-align: top;
}

.rewards_block .mt-widget-4 .mt-container .mt-footer-button {
    margin-top: 30px;
    position: absolute;
    right: 0;
    bottom: 25px;
}

.rewards_block .mt-head-title {
    /* text-align: center; */
    margin: 10px 0;
    font-size: 17px;
    font-weight: 500;
}

.rewards_block .mt-head-price {
    font-weight: bold;
    height: 60px;
}

.more_btn {
    display: inline-block;
    font-size: 13px;
    cursor: pointer;
    display: none;
}

.language-box a i.fa-caret-down {
    font-size: 22px !important;
    padding-left: 0 !important;
    text-align: left;
}

.language-box .ct-language__dropdown {
    top: 50px;
}

.social_feed_section li .feeds_sec .social_Feed_Mark span {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 100px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

div#feautures.bg-gray {
    color: #979797 !important;
}

div#feautures.bg-gray:hover {
    background: #f8f8f8 !important;
    color: #979797 !important;
}

.reward_img {
    width: 22%;
    display: inline-block;
    padding: 0 10px;
}

.survey_tiles_sec .left-sec {
    max-width: 25%;
}

.page-sidebar-menu i {
    color: #1A4E6A !important;
}

/*.btn.green:not(.btn-outline) {
    color: #FFF;
    background-color: #326666;
    border-color: #326666;
}*/
.select_panel_options .dropdown.multiselect_dropdown {
    float: left;
    display: inline-block;
    margin: 0;
}

.select_panel_options .dropdown-menu {
    display: block;
    margin: 0;
    position: relative;
    top: auto;
    left: auto;
    box-shadow: none;
    border: 1px solid #ccc;
}

.checked_panels {
    display: inline-block;
    width: auto;
    padding: 10px;
    padding-left: 20px;
    /*max-width: calc(100% - 195px);*/
    width: 100%;
    max-height: 180px;
    overflow: auto;
}

.checked_panels>span {
    display: inline-block;
    margin: 3px;
    background: #28858a;
    padding: 3px 10px;
    border-radius: 25px !important;
    font-size: 12px;
    color: white;
}

.total_panel_count>p {
    margin: 0;
    color: #1A4E6A;
}

.checked_panels>span i {
    display: inline-block;
    padding-left: 5px;
    cursor: pointer;
}

.total_panel_count {
    display: inline-block;
}

.campaigns_basic_setting .basic-detail {
    padding: 10px;
}

.campaigns_basic_setting .basic-detail.data_enble input {
    width: 50%;
    padding: 5px;
}

.campaigns_basic_setting .basic-detail.data_enble select {
    background: white;
    padding: 5px;
    width: 20%;
}

.campaigns_basic_setting {
    position: relative;
}

.send_status {
    position: absolute;
    top: 10px;
    right: 10px;
    background: grey;
    color: white;
    padding: 7px 20px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 17px;
}

.send_status.not_started {
    background: #ccc;
}

.send_status.failed {
    background: red;
}

.send_status.in_queue {
    background: #e1ad01;
}

.send_status.complete {
    background: #2d7d04;
}

.disabled_class {
    pointer-events: none;
    background: #eee;
}

span.disabled_class {
    background: #ccc !important;
}

/* 14-5-2018 */
.all_panels {
    display: inline-block;
    width: 100%;
}

.panel_section {
    display: inline-block;
    width: 50%;
    float: left;
    padding: 0 20px;
}

.custom_container {
    display: inline-block;
    /*margin: 0 20px;*/
    background: #1A4E6A;
    color: white;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    position: relative;
}

.panel-header {
    position: relative;
    padding-right: 30px;
}

.panel_icon {
    position: absolute;
    top: 0;
    right: 0;
    /*font-size: 25px;*/
    cursor: pointer;
}

.panel_icon .fa-download {
    font-size: 16px;
    padding-right: 7px;
}

.panel_section h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    max-width: 80%;
}

.export_btn {
    background: none;
    border: 1px solid #fff;
    padding: 2px 10px;
    color: #fff;
}

ul.panel_details {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

ul.panel_details li {
    display: inline-block;
    padding: 0 10px;
    float: left;
    position: relative;
    width: 20%;
}

ul.panel_details li:before {
    position: absolute;
    content: "";
    top: 15px;
    right: 0;
    width: 2px;
    height: 60%;
    background: white;
}

ul.panel_details li:first-of-type {
    padding-left: 0;
}

ul.panel_details li:last-of-type {
    padding-right: 0;
}

ul.panel_details li:last-of-type:before {
    display: none;
}

.panel_attribute p {
    margin: 0;
    font-size: 14px;
    color: white;
    text-align: center;
}

p.count {
    font-size: 14px;
}

p.listname {
    margin: 2px 0 0;
    font-size: 12px;
}

p.percent {
    font-size: 12px;
}

.panel_buttons button {
    background: white;
    color: #1A4E6A;
    border: 2px solid #1A4E6A;
    font-weight: bold;
}

.page-banner>ul>li {
    width: 100%;
}

.post-survey-notification>.container {
    width: 100% !important;
}

#confirm_box .modal-dialog,
#confirm_delete .modal-dialog {
    width: 400px;
    margin: 30px auto;
}

#confirm_box .modal-body p,
#confirm_delete .modal-body p {
    font-size: 17px;
    text-align: center;
    margin: 0;
}

#confirm_box .modal-body,
#confirm_delete .modal-body {
    text-align: center;
}

#confirm_box .modal-body span,
#confirm_delete .modal-body span {
    font-size: 17px;
}

#confirm_box .btn.btn-default.ok_bttn,
#confirm_delete .btn.btn-default.ok_click {
    background: #1A4E6A;
    color: white;
    border: 1px solid #1A4E6A;
    padding: 6px 25px;
}

#confirm_box .modal-header i,
#confirm_delete .modal-header i {
    font-size: 25px;
    color: #1A4E6A;
    display: inline-block;
    line-height: 20px;
}

#confirm_box .modal-header i.red_icon,
#confirm_delete .modal-header i.red_icon {
    color: #e90808;
}

.lang_dropdown {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0 0 0;
    background: #1A4E6A;
}

.lang_dropdown select {
    padding: 10px;
    min-width: 170px;
    width: 100%;
    border: 1px solid #ddd;
    background: transparent;
    color: white;
    font-size: 16px;
}

.lang_dropdown select option {
    color: #333;
}


/* summernote custom dropdown css*/
.tags_name li {
    padding: 6px 8px;
}

.tags_name li a {
    color: #000;
}

.note-view_list button.note-btn.btn.btn-default.btn-sm span.preview_modal {
    padding: 5px 10px;
    display: block;
    border: 1px solid #ccc;
}

.note-view_list button.note-btn.btn.btn-default.btn-sm {
    padding: 0;
    border: none;
}

#preview_temp_modal {
    z-index: 9999999 !important;
}

a.adddata {
    background: #326666;
    padding: 5px 10px;
    color: #fff;
    margin-left: 10px;
}

.data_list {
    margin-bottom: 10px;
}

.custom_space {
    margin-bottom: 10px;
}

#report_generator select {
    width: 100%;
}

#report_generator .date_inputs label {
    display: block;
    padding-right: 10px;
    padding-top: 5px;
}

#report_generator .date_inputs input {
    display: block;
    float: left;
    width: 100%;
}

#report_generator .submit_bttn {
    padding-top: 29px;
    float: right;
    text-align: right;
    position: absolute;
    bottom: 15px;
    right: 0;
}

.collapse.in {
    position: relative;
}

#report_generator label {
    margin-bottom: 5px;
    display: block;
}

.multiple_select {
    height: 150px !important;
}


.selectBox {
    position: relative;
}

.selectBox select {
    width: 100%;
    font-weight: bold;
}

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#checkboxes {
    display: none;
    border: 1px #dadada solid;
}

#checkboxes label {
    display: block;
}

#checkboxes label:hover {
    background-color: #1e90ff;
}

.datepicker.dropdown-menu {
    z-index: 9999;
}

/*14-10-2019*/
.survey-media p {
    font-size: 18px;
}

.survey-media h2 {
    color: #0f174a;
    font-weight: 500;
    line-height: 35px;

}

.survey-media .media-object {
    width: 120px;
}

.survey-media {
    background: #f6f9f6;
}

.survey-media .media-body {
    text-align: center;
}

/* for panelist search loader start*/
#manager_users_list_1_processing {
    display: block;
    z-index: 999999;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    margin-top: 0;
}

#manager_users_list_1_processing i {
    top: 50%;
    position: relative;
}

.table-scrollable-borderless {
    max-height: 300px;
}

/* for panelist search loader end*/

.privacy_card {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    margin-bottom: 25px;
    border-left: 6px solid #7FBF68;
    text-align: left;
}

.pfr_privacy_wrapper h1 {
    font-size: 42px !important;
    color: #fff;
    font-weight: 700;
    font-family: "Nunito", sans-serif !important;
    text-align: left;
    margin: 0;
}

.pfr_privacy_wrapper .last-updated {
    margin: 0 0 30px;
    text-align: left;
    font-size: 16px;
    color: #fff;
    font-family: "Nunito", sans-serif !important;
}

.privacy_card h2 {
    color: #1A4E6A;
    margin-top: 0;
    font-family: "Nunito", sans-serif !important;
}

.privacy_card p {
    line-height: 1.5;
    font-size: 16px;
    color: #000;
    margin: 10px 0 16px;
}

.privacy_card ul {
    padding-left: 25px;
    display: flex;
    flex-direction: column;
    margin: 10px 0 0;
}

.pfr_privacy_wrapper .privacy_card li {
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 16px;
    font-weight: normal;
    list-style: disc;
    padding: 0;
    display: list-item;
    text-align: left;
}

.privacy_card p a {
    color: #000;
}

.privacy_card .contact {
    background: #f2fbfb;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #e3f2f2;
    margin-top: 15px;
}

.panel-endpage.pfr_privacy_wrapper {
    width: 100%;
}

.pfr_privacy_wrapper {
    padding-top: 170px;
}

.panel-main-endpage.pfr_main_endpage {
    border-bottom: 1px solid #fff;
}

/*14-10-2019*/
.survey-media p {
    font-size: 18px;
}

.survey-media h2 {
    color: #0f174a;
    font-weight: 500;
    line-height: 35px;

}

.survey-media .media-object {
    width: 120px;
}

.survey-media {
    background: #f6f9f6;
}

.survey-media .media-body {
    text-align: center;
}

/* 9-4-2020 */
#recruitment_list_wrapper .table-responsive {
    min-height: 100%;
    overflow: unset !important;
}

#addRecruitmentName>.addtop_bttn {
    padding-left: 0 !important;
}

#addRecruitmentName .name_input {
    width: auto !important;
}

.reward-image .mt-container.bg-purple-opacity.custom-rewards:hover {
    /* background: rgba(0,0,0,0.8)!important; */
    cursor: pointer;
}

.reward_description {
    width: 100%;
    min-height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    font-size: 20px;
    opacity: 0;
    z-index: 9999;
    position: relative;
}

.reward_description p {
    width: 100%;
    box-sizing: border-box;
    word-break: break-word;
    margin: 0;
    font-size: 17px;
    text-align: center;
}

.reward-image .mt-container.bg-purple-opacity.custom-rewards:hover .reward_description {
    opacity: 1;
}

.reward-image .mt-container.bg-purple-opacity.custom-rewards:hover .mt-footer-button button {
    opacity: 1 !important;
    cursor: pointer !important;
    position: relative;
    z-index: 999999;
}

.reward_amount {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #28858a;
    padding: 25px 5px;
    border-radius: 0px 0px 85px 0px ! important;
    width: 75px;
    height: 75px;
    color: #fff;
    font-size: 25px;
    line-height: 12px;
}

td.info_icon i {
    padding-left: 8px;
    cursor: pointer;
}

/* 14-04-2020 */
.img_section {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center;
}

.loading-image .img_section img {
    max-width: 50px;
    margin: 0 auto;
}

.img_section p {
    color: white;
    font-size: 17px;
    display: inline-block;
    margin: 20px 0 20px 15px;
}

/* for subject line emoji on communication email css start */
.template_emoji {
    position: relative;
    margin-bottom: 10px;
}

.template_emoji label {
    vertical-align: top;
    padding-top: 7px;
}

.template_emoji .emoji-wysiwyg-editor {
    height: 37px;
    display: inline-block;
    width: calc(100% - 70px);
    margin-left: 10px;
    overflow: auto;
}

.template_emoji .emoji-picker-icon {
    right: 20px !important;
    top: 10px;
}

.email_template .emoji-menu {
    top: 40px !important;
    right: 5px;
}

/* for subject line emoji on communication email css end */

/* for transaction update confirm box css start*/
#confirm_box .updateTransactionBox {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 450px;
}

#confirm_box .updateTransactionBox .v_ptxt {
    text-align: left;
    margin-bottom: 10px;
}

#confirm_box #secondPopMsg p {
    text-align: left;
}

/* for transaction update confirm box css end*/

/*10-03-2021*/
#report_generator textarea#selected_column {
    height: 35px;
    width: 100%;
}

#report_generator .btn-group {
    width: 100%;
}

#report_generator .multiselect.dropdown {
    min-width: 100%;
}

@media (min-width: 768px) {
    .panel_bonus .form-control {
        max-width: 100%;
    }

    .panel_bonus input[type="text"],
    .panel_bonus input[type="number"] {
        width: 100%;
        max-width: calc(100% - 80px)
    }

}

@media (min-width: 1260px) and (max-width: 1290px) {
    .survey_tiles_sec .survey_tiles {
        padding: 15px 20px;
    }
}

@media (min-width: 991px) and (max-width: 1300px) {
    .social_feed_section li .feeds_sec .social_Feed_Mark span {
        width: 70px;
        font-size: 14px;
    }

}

@media (min-width: 992px) and (max-width:1272px) {
    .survey_tiles_sec .profile-stat-text {
        word-break: break-word;
    }
}

@media(max-width:1199px) {
    .survey_tiles_sec .left-sec {
        max-width: 28%;
        padding-right: 5px;
        width: auto;
    }

    .survey_tiles_sec {
        min-height: 225px;
        display: table;
        padding: 15px 10px;
    }

    .survey_tiles_sec .survey_tiles {
        display: table-cell;
        min-height: auto;
        vertical-align: middle;
        padding: 15px 10px;
    }

    .bhoechie-tab-container .bhoechie-tab-menu {
        display: inline-block;
        width: 100%;
    }

    .error-red.error-bg,
    .error-red.success-bg,
    .error-red.warning-bg,
    .error-red.information-bg {
        width: 375px;
        z-index: 9999;

    }

}

@media(max-width:1100px) {
    .social_feed_section .feeds_sec p {
        font-size: 14px;
    }

    #addRecruitmentName .name_input input {
        display: inline-block;
        width: calc(100% - 50px);
    }
}

@media (max-width: 1024px) {
    .page-head .page-title .header-message {
        float: none;
        max-width: 100%;
        margin: 0px 20px 0 0 !important;
        line-height: 20px;
        position: inherit;
        margin-left: 0;
        display: block;
    }

    .social_feed_section .feeds_sec p {
        font-size: 13px;
    }

    .social_feed_section li .feeds_sec .social_Feed_Mark span {
        width: 60px;
    }

    .price-table-content .col-xs-9,
    .price-table-content .col-xs-3 {
        padding-right: 0px;
        margin: auto;
    }

    .price-table-content .mobile-padding {
        padding: 0 2px 0 15px;
    }

    .price-table-content .mobile-padding .input-group input {
        font-size: 12px;
    }

    .products_details_tab ul.nav.nav-tabs {
        display: flex;
        justify-content: space-between;
    }

    .products_details_tab ul.nav.nav-tabs li {
        width: auto;
    }
}


@media (max-width: 991px) {
    .survey_tiles_sec .left-sec {
        max-width: 28%;
        padding-right: 5px;
        width: auto;
    }

    .navbar-collapse.collapse.page-sidebar {
        width: 100% !important;
        display: inline-block;
        margin: 0 !important;
        top: 0 !important;
        height: auto !important;
        position: relative;
    }

    .page-sidebar .page-sidebar-menu>li>a>.title {
        display: inline-block;
    }

    .navbar-collapse.collapse.page-sidebar,
    .navbar-collapse.collapse.page-sidebar.in {
        margin: 0 !important;
    }

    .navbar-collapse.collapse.page-sidebar:hover,
    .navbar-collapse.collapse.page-sidebar:hover .page-sidebar-menu,
    .page-sidebar-closed .page-sidebar,
    .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed {
        width: 100% !important;
        margin: 0;
    }

    .profile-sidebar {
        width: 100% !important;
    }

    .page-content-wrapper .page-content {
        width: 100%;
    }

    .page-sidebar .page-sidebar-menu>li>a.active {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
        -moz-transform: scale(1.0);
        -ms-transform: scale(1.0);
    }

    .social_feed_section li .feeds_sec .social_Feed_Mark span {
        font-size: 14px;
        width: 130px;
        float: left;
        padding-left: 5px;
    }

    .social_feed_section {
        margin: 0 -15px;
    }

    .social_feed_section li {
        width: 33%;
        float: left;
        padding: 0 15px;
    }

    .social_feed_section li:first-of-type {
        margin-left: 0;
    }

    .social_feed_section li:last-of-type {
        margin-right: 0;
    }

    .dropdown_values {
        max-width: 80%;
    }

    .dropdown_value {
        max-width: 80%;
    }

    .reward_img {
        width: 40%;
    }

    .price-table-content .mobile-padding {
        padding: 0 15px;
    }

    .price-table-content .mobile-padding .input-group input {
        font-size: 14px;
    }

    .page-sidebar .page-sidebar-menu li>a>.badge {
        margin-top: 0;
        margin-right: 0;
    }

    .page-head .page-title-panelist {
        max-width: 100%;
    }

    #recruitment_list_wrapper .table-responsive .btn-group .dropdown-menu {
        left: auto !important;
        right: 0 !important;
        min-width: auto !important;
    }

}

@media(max-width:898px) {
    .social_feed_section li .feeds_sec .social_Feed_Mark span {
        width: 85px;
        padding-left: 5px;
    }

    .social_feed_section .feeds_sec p {
        font-size: 14px;
    }
}

@media(max-width:847px) {
    .products_details_tab ul.nav.nav-tabs {
        display: block;
    }

    .products_details_tab ul.nav.nav-tabs li {
        width: 100%;
    }
}

@media (max-width: 767px) {

    #manager_users_list_1_paginate,
    #manager_users_list_1_length,
    #manager_users_list_1_info {
        display: none;
    }

    .reset-data {
        margin-bottom: 10px;
    }

    #header_notification_bar .input-icon.right {
        width: 100% !important;
    }

    .top_rightmenu.navbar-nav>li {
        padding: 20px 10px 20px !important;
    }

    .page-header.navbar .top-menu .navbar-nav>li.dropdown-user .dropdown-toggle>.username {
        display: none;
        vertical-align: middle;
        margin-top: 0;
        width: auto;
    }

    .goog-te-gadget>div {
        margin-top: 10px;
    }

    .page-header.navbar .top-menu .navbar-nav>li.dropdown-user .dropdown-toggle {
        padding-top: 0;
    }

    .page-header.navbar .top-menu .navbar-nav>li.dropdown-user .dropdown-toggle img {
        margin-top: 0 !important;
    }

    li#header_notification_bar {
        margin-top: 10px;
    }

    .button-rightbar {
        position: relative;
        bottom: auto;
    }

    .left-side-bar-img {
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
        display: table;
        text-align: center;
        float: none;
    }

    .left-side-bar-img.panel_banner_sec {
        max-width: 100%;
        text-align: left;
    }

    .right-side-bar-img {
        float: left;
        margin-left: 10px;
        margin-top: 10px;
        width: 100%;
    }

    .main-colume-img-block {
        text-align: center;
    }

    .progressBar {
        display: none;
    }

    .page-header.navbar .page-logo {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center;
    }

    .page-header.navbar .page-logo img {
        width: 100%;
    }

    .page-header.navbar .menu-toggler.responsive-toggler {
        float: left;
    }

    .page-header.navbar .page-logo>a {
        float: none;
    }

    .page-header.navbar .page-logo>a img {
        width: 100%;
        max-width: 210px;
        margin: 7px auto 0 !important;
    }

    .page-header.navbar .menu-toggler.responsive-toggler {
        margin-left: 10px;
    }

    .page-header.navbar .top-menu .navbar-nav>li.dropdown-notification .dropdown-menu {
        margin-right: 0;
    }

    .survey_tiles_sec {
        margin-bottom: 10px;
    }

    .page-header.navbar .menu-toggler {
        width: 25px;
        height: 22px;
    }

    .social_feed_section li {
        width: 100%;
    }

    .social_feed_section li .feeds_sec .social_Feed_Mark span {
        width: calc(100% - 100px);
    }

    .page-header .page-top {
        background: white !important;
        box-shadow: 0 1px 8px rgba(0, 0, 0, .3) !important;
    }

    .page-header.navbar {
        border-bottom: 0 none !important;
    }

    .dropdown_values {
        max-width: 75%;
    }

    .dropdown_value {
        max-width: 75%;
    }

    .survey_tiles_sec .survey_tiles {
        padding: 10px 25px !important;
    }

    .survey_tiles_sec {
        min-height: auto;
    }

    .panel_bonus .custom_space #resetPasswordBonusAdd div {
        margin-bottom: 10px;
    }

    #report_generator>div {
        margin-bottom: 10px;
    }

    /* 9-4-2020 */
    .description_table {
        overflow: auto;
    }

    .description_table table {
        min-width: 600px;
    }

    .addtop_bttn {
        text-align: right;
        margin-top: 10px;
    }

    #addRecruitmentName .name_input {
        width: 100% !important;
    }

    .products_details_tab .tab-content .tab-pane {
        font-size: 16px;
    }
}

@media(max-width:600px) {
    .dropdown_values {
        max-width: 65%;
    }

    .dropdown_value {
        max-width: 65%;
    }

}

@media(max-width: 480px) {
    .page-content-wrapper .page-title {
        margin-bottom: 0 !important;
    }

    /* .page-sidebar{
        width: 300px !important;
    }*/
    /*.page-sidebar .page-sidebar-menu>li>a>.title{
        display: inline-block !important;
    }
    .page-sidebar.navbar-collapse.in{
        top: 0;
    }*/
    .btn.green.btn-block.q-button.answer-button.answer-selected.answer_options {
        white-space: normal;
    }

    .profile-sidebar {
        width: 100% !important;
    }

    .portlet-title .nav-tabs li {
        min-height: 50px;
    }

    .input-medium {
        width: 100% !important;
    }

    .page-sidebar .page-sidebar-menu li>a>.badge {
        margin-top: 0;
        margin-right: 0;
    }

    .tab-text {
        display: none;
    }

    .tab-icon {
        display: block;
    }

    /* .portlet>.portlet-title>.nav-tabs{
        float: none;
    }*/
    .tab-icon i {
        font-size: 25px;
    }

    .active .tab-icon i {
        color: #9fe4ea;
    }

    .tabbable-line>.nav-tabs>li.active {
        border-bottom: 0;
    }

    .caption {
        float: left !important;
    }

    .responsive_width {
        width: 200px;
        display: block;
    }

    .username.username-hide-on-mobile {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100px;
        /*display: inline-block !important;*/
    }

    .top_rightmenu {
        margin: 0 !important;
    }

    .page-header.navbar .top-menu .navbar-nav>li.dropdown-notification .dropdown-menu {
        margin-right: 0px;
    }

    .input-icon.right {
        width: 100% !important;
    }

    /*.language-box {
        display: none !important;
    }*/
    /*.page-header.navbar .top-menu .navbar-nav>li{
        float: right !important;
    }*/

    .page-header.navbar .top-menu .navbar-nav>li.dropdown-user>.dropdown-menu {
        right: 0;
    }

    .portlet.light>.portlet-title>.caption.caption-md>.caption-subject {
        font-size: 14px;
    }

    .reward_img {
        width: 38%;
        padding: 0 5px;
    }

    .team-1 {
        margin: 0 auto 15px !important;
    }

    .team-1 .media {
        min-height: 120px !important;
    }

    /*14-10-2019*/
    .survey-media .media-left {
        display: block;
    }

    .survey-media .media-left img {
        margin: 0 auto;
    }

    .survey-media .media-body {
        text-align: center;
    }
}


img {
    max-width: 100%;
}

.inbox_people {
    background: #f8f8f8 none repeat scroll 0 0;
    float: left;
    overflow: hidden;
    width: 40%;
    border-right: 1px solid #c4c4c4;
}

.inbox_msg {
    border: 1px solid #c4c4c4;
    clear: both;
    overflow: hidden;
}

.top_spac {
    margin: 20px 0 0;
}


.recent_heading {
    float: left;
    width: 40%;
}

.srch_bar {
    display: inline-block;
    text-align: right;
    width: 60%;
}

.headind_srch {
    padding: 20px 29px 20px 20px;
    overflow: hidden;
    border-bottom: 1px solid #c4c4c4;
    height: 70px;
}

.headind_srchn {
    padding: 9px 15px 10px 20px;
    overflow: hidden;
    border-bottom: 1px solid #c4c4c4;
    height: 70px;
}

.headind_srchn .recent_heading {
    width: 100%;
    position: relative;
}

.undread_dropdown .dropdown-content a {
    text-decoration: none !important;
    color: #1A4E6A;
    font-family: 'Montserrat', sans-serif;
}

.pp_name span.punread {
    width: 17px;
    height: 17px;
    background: #1A4E6A;
    border-radius: 50% !important;
}

.undread_dropdown .dropdown-content:hover a {
    color: white;
}

.undread_dropdown .dropdown-content:hover {
    background-color: #1A4E6A;
}

.undread_dropdown .dropdown-content {
    padding: 5px 14px;
    display: none;
    position: relative;
    left: -20px;
    top: -8px;
    background-color: white;
    border-radius: 24px !important;
    font-size: 12px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.undread_dropdown {
    position: absolute;
    right: 0;
    top: 0;
    text-align: end;
}

.undread_dropdown .dropbtn:after {
    content: '\2807';
    font-size: 32px;
    color: #1A4E6A;
    margin: 0;
    padding: 0;
    height: 36px;
    display: block;
}

.input_msg_write #input-default {
    min-height: 40px !important;
}

.input_msg_write .emojiPickerIcon {
    right: 7px;
    background-color: inherit !important;
}

.recent_heading h4 {
    color: #1A4E6A;
    font-size: 21px;
    margin: auto;
    font-weight: 400;
}

.srch_bar input {
    border: 1px solid #cdcdcd;
    border-width: 0 0 1px 0;
    width: 80%;
    padding: 2px 0 4px 6px;
    background: none;
}

.srch_bar .input-group-addon button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    padding: 0;
    color: #707070;
    font-size: 18px;
}

.chat_ib h5 {
    font-size: 15px;
    color: #464646;
    margin: 0 0 8px 0;
    font-weight: 400;
}

.chat_ib h5 span {
    font-size: 13px;
    float: right;
}

.chat_ib p {
    font-size: 14px;
    color: #989898;
    margin: auto
}

.chat_img {
    float: left;
    width: 11%;
}

.chat_ib {
    float: left;
    padding: 0 0 0 15px;
    width: 88%;
}

.chat_people {
    overflow: hidden;
    clear: both;
}

.chat_list {
    border-bottom: 1px solid #c4c4c4;
    margin: 0;
    padding: 18px 16px 10px;
}

.inbox_chat {
    height: 550px;
    overflow-y: scroll;
}

.active_chat {
    background: #ebebeb;
}

.incoming_msg_img {
    display: inline-block;
    /* width: 6%; */
}

.received_msg {
    display: inline-block;
    padding: 0 0 0 10px;
    vertical-align: top;
    width: 100%;
}

.received_withd_msg p {
    background: #ebebeb none repeat scroll 0 0;
    border-radius: 3px;
    color: #646464;
    font-size: 14px;
    margin: 0;
    padding: 5px 10px 5px 12px;
    width: 100%;
}

.time_date {
    color: #747474;
    display: block;
    font-size: 12px;
    margin: 8px 0 0;
}

.msgtxt {
    word-wrap: break-word;
    max-height: 40px;
    overflow: hidden;
}

.received_withd_msg {
    width: 60%;
    word-wrap: break-word;
}

.mesgs {
    float: left;
    padding: 15px 15px 0 15px;
    width: 60%;
}

.sent_msg p {
    background: #1A4E6A none repeat scroll 0 0;
    border-radius: 3px;
    font-size: 14px;
    margin: 0;
    color: #fff;
    padding: 5px 10px 5px 12px;
    width: 100%;
}

.outgoing_msg {
    overflow: hidden;
    margin: 26px 0 26px;
    padding: 0 10px;
}

.sent_msg {
    float: right;
    width: 60%;
}

.input_msg_write input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #4c4c4c;
    font-size: 15px;
    min-height: 48px;
    width: 100%;
}

.type_msg {
    position: relative;
}

.msg_send_btn {
    background: #326666 none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0px;
    width: 33px;
}

.msg_send_file {
    background: #326666 none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    height: 40px;
    right: 40px;
    position: absolute;
    top: 0px;
    width: 33px;
}

.messaging {
    padding: 0 0 50px 0;
}

.msg_history {
    height: 470px;
    overflow-y: auto;
    margin-bottom: 10px;
    overflow-wrap: anywhere;
}

.incoming_msg {
    margin-bottom: 15px;
}

.outgoing_msg {
    overflow: hidden;
    margin: 15px 0 15px;
}

.incoming_msg_img img,
.chat_img img {
    border-radius: 50% !important;
    height: 50px;
    width: 50px;
}

.chat_list:hover {
    cursor: pointer;
}

.boldtest {
    font-weight: bold;
}

.emoji-wysiwyg-editor {
    height: 40px !important;
    width: calc(100% - 90px);
}

i.emoji-picker-icon.emoji-picker.fa.fa-smile-o {
    right: 13%;
    top: 14px;
}

.msg_send_file input {
    min-height: 33px;
    width: 33px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.emoji-menu {
    top: -225px;
}

.stylish-input-group {
    display: flex;
    justify-content: flex-end;
}

.srch_bar .input-group-addon {
    width: calc(100% - 85%);
    border: 0;
    border-bottom: 1px solid #ccd0d2;
}

/****** 19/04/2021 ************/
.page-sidebar .page-sidebar-menu>li>a .messagecounter {
    position: absolute;
    left: 98px;
    top: 10px;
}

.page-sidebar .page-sidebar-menu>li>a .messagecounter .badge {
    font-size: 10px !important;
    padding: 4px 6px;
    font-weight: bold;
}

textarea.write_msg.chat_input {
    width: 89%;
    height: 40px;
    padding: 9px 30px 9px 9px;
}

.sent_msg p,
.received_withd_msg p {
    white-space: pre-wrap;
}

.emojiPicker {
    top: 354.889px !important;
}


.heatdesc p {
    margin: 5px 0;
    font-weight: bold;
    text-align: right;
}

.panelchat .recent_heading {
    width: 100%;
}

.panelchat .recent_heading h4 {
    padding: 13px 0px;
    font-weight: bold;
}

.panelchat .mesgs {
    width: 100%
}

.panelchat .received_withd_msg {
    width: 50%
}

.panelchat .sent_msg {
    width: 50%;
}

.panelchat textarea.write_msg.chat_input {
    width: 100% !important;
}

.panelchat .emojiPickerIconWrap {
    width: 93.5% !important;
}

.panelchat .type_msg {
    margin-bottom: 10px;
}

.panel-default>.panel-heading {
    padding: 0px;
}

.panel-default>.panel-footer {
    padding: 0px;
}

.main_container {
    padding: 15px 0;
}

.basic-detail input {
    border-width: 1px;
    border-style: solid;
}

.basic-detail #language_list {
    width: 50% !important;
}

.basic-detail .emoji-wysiwyg-editor {
    width: 50% !important;
    border: 1px solid #a9a9a9 !important;
    height: 32px !important;
    min-height: 32px !important;
}

.basic-detail .emoji-picker-icon {
    right: 0px !important;
    left: 47% !important;
    top: 4px !important;
}

.basic-detail .emoji-menu {
    top: -160px !important;
}

.mesgs a {
    color: #fab422;
}

.p_name {
    margin: 5px 0 !important;
}

span.custom_tiktok_icon_footer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}

span.custom_tiktok_icon_footer img {
    width: 20px;
}

a.footer_tiktok_anchor:hover .footer_tiktok_img {
    display: none;
}

a.footer_tiktok_anchor:hover .footer_tiktok_hv_img {
    display: block !important;
}

.portlet-title.homepage {
    display: flex;
    align-items: center;
    padding-bottom: 10px !important;
}

.homepage .custom-progress-bar {
    margin: 0 auto;
}

.custom-progress-bar {
    position: relative;
    border: #ccc solid 1px;
    width: 565px;
    height: 35px;
    line-height: 35px;
    vertical-align: midle;
    overflow: hidden;
    /*  margin: 100px auto 50px;*/
    font-family: arial, sans-serif;
    font-weight: 600;
    font-size: 12px;
    box-shadow: 0 4px 10px -5px rgba(0, 0, 0, 0.25);
    border-radius: 50px !important;
}

.custom-progress-bar.profilesection,
.custom-progress-bar.profilesection .bar span {
    width: 800px;
}

.progress_bar_info {
    width: 565px;
    margin: 0 auto;
    text-align: right;
}

.progress_bar_info p {
    margin: 0;
    font-size: 11px;
    font-style: italic;
    padding-right: 25px;
}

.progress-header {
    width: 100%;
    background: #fff;
    display: inline-block;
    padding: 15px;
}

.custom-progress-bar-section {
    width: 800px;
    margin: auto;
}

.custom-progress-bar-section .custom-progress-bar.profilesection {
    margin: auto;
}

.custom-progress-bar-section .progress_bar_info {
    width: auto;
    margin: 0 auto;
    text-align: right;
}

.progress-header .custom-progress-bar {
    width: 800px;
}

.progress-header .custom-progress-bar .bar span {
    width: 800px;
}

.custom-progress-bar .bar {
    position: absolute;
    top: 0;
    height: 100%;
    overflow: hidden;
}

.custom-progress-bar .bar span {
    position: absolute;
    display: block;
    width: 565px;
    height: 100%;
    text-align: center;
}

.custom-progress-bar .bar.positive {
    background: #326666;
    left: 0;
    -webkit-animation: animate-positive 4s;
    animation: animate-positive 4s;
}

.custom-progress-bar .bar.positive span {
    left: 0;
    color: #d2d2d8;
}

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

.pq-url a {
    font-size: 13px;
    text-decoration: underline;
}

.custom-progress-bar .bar.negative {
    background: #1A4E6A;
    right: 0;
    -webkit-animation: animate-negative 4s;
    animation: animate-negative 4s;
}

.custom-progress-bar .bar.negative span {
    right: 0;
    color: #fff;
}

@-webkit-keyframes animate-positive {
    0% {
        width: 0%;
    }
}

@keyframes animate-positive {
    0% {
        width: 0%;
    }
}

@-webkit-keyframes animate-negative {
    0% {
        width: 100%;
    }
}

@keyframes animate-negative {
    0% {
        width: 100%;
    }
}

@media (min-width:1199px) {
    .homepage span.caption-subject.font-blue-madison.bold.sidebar-color.title-text.col-md-12.col-lg-2.col-xs-12.px-0.pq-url {
        text-align: right;
    }
}

@media (min-width:1399px) {
    .custom-progress-bar.profilesection.col-md-8.col-md-offset-2 {
        margin-left: 315px
    }
}

@media(min-width:1199px) and (max-width:1300px) {
    .custom-progress-bar {
        width: 425px;
        font-size: 10px;
    }

    .custom-progress-bar .bar span,
    .progress_bar_info {
        width: 425px;
    }
}

@media(max-width:1152px) and (min-width:1025px) {
    .products_details_tab ul.nav.nav-tabs li a {
        font-size: 14px;
        padding: 10px 5px;
    }

    .products_details_tab ul.nav.nav-tabs li.active a {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .panelchat textarea.write_msg.chat_input {
        width: 69% !important;
    }

    .panelchat .received_withd_msg {
        width: 80%;
    }

    .panelchat .sent_msg {
        width: 80%;
    }
}

@media(min-width:320px) and (max-width:359px) {
    .portlet-title.homepage {
        min-height: auto;
        display: inherit;
    }

    .custom-progress-bar {
        width: 245px;
        margin-bottom: 10px;
    }

    /*.custom-progress-bar .bar.negative span {
    display: none;
}*/
    .custom-progress-bar .bar span {
        text-align: left;
        padding-left: 10px;
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 245px;
    }

    .custom-progress-bar-section {
        width: 245px;
    }

    .custom-progress-bar.profilesection,
    .custom-progress-bar.profilesection .bar span {
        width: 245px;
    }

    .progress_bar_info {
        width: 245px;
    }

    .progress_bar_info p {
        padding-right: 0;
        font-size: 10px;
    }
}

@media(min-width:359px) and (max-width:479px) {
    .portlet-title.homepage {
        min-height: auto;
        display: inherit;
    }

    .custom-progress-bar {
        width: 300px;
        margin-bottom: 10px;
    }

    .custom-progress-bar .bar span {
        text-align: left;
        padding-left: 10px;
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 300px;
    }

    .custom-progress-bar.profilesection,
    .custom-progress-bar.profilesection .bar span,
    .custom-progress-bar-section {
        width: 300px;
    }

    .progress_bar_info {
        width: 300px;
    }

    .progress_bar_info p {
        padding-right: 15px;
    }
}

@media(min-width:480px) and (max-width:580px) {
    .portlet-title.homepage {
        min-height: auto;
        display: inherit;
    }

    .custom-progress-bar {
        width: 400px;
        margin-bottom: 10px;
    }

    .custom-progress-bar .bar span {
        text-align: left;
        padding-left: 10px;
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 400px;
    }
}

@media(min-width:581px) and (max-width:767px) {
    .portlet-title.homepage {
        min-height: auto;
        display: inherit;
    }

    .custom-progress-bar {
        width: 530px;
        margin-bottom: 10px;
    }

    .custom-progress-bar .bar span {
        text-align: left;
        padding-left: 10px;
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 530px;
    }

    .custom-progress-bar.profilesection,
    .custom-progress-bar.profilesection .bar span {
        width: 530px;
    }

    .progress_bar_info,
    .custom-progress-bar-section .progress_bar_info,
    .custom-progress-bar-section {
        width: 530px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .portlet-title.homepage {
        min-height: auto;
        display: inherit;
    }

    .custom-progress-bar {
        width: 700px;
        margin-bottom: 10px;
    }

    .custom-progress-bar .bar span {
        text-align: left;
        padding-left: 10px;
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 700px;
    }

    .progress_bar_info,
    .custom-progress-bar-section,
    .custom-progress-bar.profilesection,
    .custom-progress-bar.profilesection .bar span {
        width: 700px;
    }
}

@media(min-width:992px) and (max-width:1198px) {
    .portlet-title.homepage {
        min-height: auto;
        display: inherit;
    }

    .custom-progress-bar {
        width: 600px;
        margin-bottom: 10px;
    }

    .custom-progress-bar .bar span {
        text-align: left;
        padding-left: 10px;
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 600px;
    }

    .progress_bar_info {
        width: 600px;
    }

    .progress-header .custom-progress-bar {
        margin-left: 0;
    }

    .progress-header .custom-progress-bar .bar span {
        text-align: center;
    }
}

@media(min-width:1200px) and (max-width:1300px) {
    .pq-url a {
        font-size: 11px;
    }
}

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

    .progress-header .custom-progress-bar,
    .progress-header .custom-progress-bar .bar span {
        width: 690px;
    }
}

@media(min-width:600px) and (max-width:767px) {

    .progress-header .custom-progress-bar,
    .progress-header .custom-progress-bar .bar span {
        width: 600px;
    }
}

@media(min-width:480px) and (max-width:639px) {

    .progress-header .custom-progress-bar,
    .progress-header .custom-progress-bar .bar span {
        width: 435px;
    }
}

@media(min-width:361px) and (max-width:479px) {

    .progress-header .custom-progress-bar,
    .progress-header .custom-progress-bar .bar span {
        width: 310px;
    }
}

@media(min-width:320px) and (max-width:360px) {

    .progress-header .custom-progress-bar,
    .progress-header .custom-progress-bar .bar span {
        width: 270px;
    }
}

@media(min-width:640px) and (max-width:991px) {
    .progress-header .custom-progress-bar .bar span {
        text-align: center;
    }
}

.logo_bottom .img-fluid {
    width: 250px;
}

#reports_list .label-info,
#recruitment_reports_list .label-info {
    background-color: #1A4E6A;
}

#reports_list .label-success,
#recruitment_reports_list .label-success {
    background-color: #1A4E6A;
}

#user_messages .dataTables_paginate .pagination>.active>a {
    background-color: #28858a;
    border-color: #28858a;
}

#user_messages .dataTables_paginate .fa.fa-angle-left,
.fa.fa-angle-right {
    color: #28858a;
}


.maintain.page .welcome_content {
    margin: 300px 0 300px 0;
}

.maintain.page.welcome_content.text-center.flex {
    display: block !important;
}

.maintain.page .welcome_inner_content p.one {
    font-size: 39px !important;
    text-align: center !important;
    width: 100% !important;
    display: inline-block !important;
}

.maintain.page .welcome_inner_content p.two {
    font-size: 25px !important;
    text-align: center !important;
    width: 100% !important;
    display: inline-block !important;
}

.maintain.page .desktop img {
    max-width: 370px !important;
    padding: 30px 0 !important;
}

.maintain.page .flex {
    width: 100% !important;
}

@media (max-width: 534px) {
    .maintain.page .welcome_inner_content p.one {
        font-size: 23px !important;
        text-align: center !important;
        width: 100% !important;
        display: inline-block !important;
    }

    .maintain.page .welcome_inner_content p.two {
        font-size: 13px !important;
        text-align: center !important;
        width: 100% !important;
        display: inline-block !important;
    }

    .maintain.page .desktop img {
        max-width: 200px !important;
        padding: 30px 0 !important;
    }
}



/*20-05-2024 css start*/
.og_welcome_section .welcome_content {
    position: inherit;
    transform: inherit;
    display: inherit;
    width: 100%;
}

.og_welcome_section div#particle_container {
    display: none;
}

.og_welcome_section {
    margin-top: 0;
    background-color: #1A4E6A;
    padding: 180px 0 100px;
    position: relative;
}

.og_welcome_section .welcome_content .welcome_inner_content {
    background-color: transparent;
    box-shadow: none;
    padding-top: 52px;
}

.og_welcome_section .welcome_content .welcome_inner_content .welcome_content_heading h2 {
    color: #7FBF68;
    font-family: "Outfit", sans-serif;
    font-size: 80px;
}

.og_login_signup .login_signup_container {
    border-top: 0;
}

.og_login_signup .login_signup_section #loginsignuptab li a {
    background-color: #4F9CA6;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.og_login_signup .login_signup_section #loginsignuptab li.active a {
    background-color: inherit;
    color: #333;
    font-family: "Poppins", sans-serif;
}

.og_login_signup .login_signup_container button.login_signup_btn {
    background: #1A4E6A;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

.og_abt_section h2,
.og_reward_section h2,
.og_contact_section h2,
.og_testimonial h2 {
    font-size: 50px;
    color: #7FBF68;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}

.og_contact_section button.btn.form_btn {
    background: linear-gradient(to right, #1A4E6A 50%, #4F9CA6 50%);
    background-size: 200% 100%;
    background-position: left bottom;
    color: #fff !important;
    padding: 15px 20px;
    border: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    border-radius: 45px;
    min-width: 150px;
    transition: .3s;
    outline: 0;
    vertical-align: middle;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

.og_contact_section button.btn.form_btn:hover {
    background-position: right bottom;
    cursor: pointer;
}

.og_reward_section .fancy-box-header.section_description h3 {
    color: #337ab7;
    font-family: "Poppins", sans-serif;
}

.og_reward_section .reward_box {
    box-shadow: 1px 1px 1px 1px rgb(4, 96, 144);
}

.og_abt_section .aboutus_card_contents h3 {
    color: #1A4E6A;
    font-family: "Poppins", sans-serif;
}

.og_footer {
    background-color: #fff;
    border-top: 2px solid #e4e4e4;
}

.og_footer .copy_right_footer span {
    color: #1A4E6A;
    font-family: "Poppins", sans-serif;
}

.copy_right_footer p {
    font-size: 16px;
    color: #333;
    font-family: "Poppins", sans-serif;
}

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

.copy_right_footer .f-link-left {
    display: flex;
}

.copy_right_footer .f-link-left a {
    font-size: 16px;
    color: #333;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
}

.copy_right_footer .f-link-left a span {
    padding: 0 10px;
    color: #333;
    font-family: "Poppins", sans-serif;
}

.og_abt_section h2 span,
.og_reward_section h2 span,
.og_contact_section h2 span,
.og_testimonial h2 span {
    font-family: "Poppins", sans-serif;
}

.og_abt_section .aboutus_des p span {
    font-family: "Poppins", sans-serif;
}

.og_abt_section .aboutus_card_contents p,
.og_abt_section .aboutus_card_contents p font,
.og_abt_section .aboutus_card_contents h3 font,
.og_reward_section .section_description p font,
.og_contact_section .section_description p font,
.og_contact_section .contact_form label,
.og_reward_section .fancy-box-header.section_description h6 a,
.og_reward_section .fancy-box-header.section_description h6 a font,
.og_contact_section .contact_address .address_info p span,
.og_contact_section .contact_address .address_info p span strong {
    font-family: "Poppins", sans-serif;
}

.og_reward_section .reward_box p {
    font-size: 16px;
    text-align: center;
}

.og_contact_section .address_info strong {
    font-weight: 500;
}

.og_abt_section .aboutus_des {
    width: 100%;
}

.og_reward_section .reward_box .reward_image img {
    width: 100%;
    max-width: 110px;
}

.og_reward_section .reward_box .reward_image {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.og_tiles .profile-stat .survey_tiles {
    border-radius: 15px !important;
    min-height: 200px;
    display: grid;
    place-items: center;
    max-width: 100%;
    margin: 0 auto 0px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.og_tiles .number-stats {
    margin: 0;
}

.og_tiles .number-stats .profile-stat {
    border-right: 1px solid #f5f5f5;
    border-bottom: 0;
}

canvas {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 150px;
    box-shadow: -5px 5px 6px -2px rgba(0, 0, 0, 0.2);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.target {
    font-family: Gotham;
    font-weight: 600;
    text-align: center;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding-bottom: 20px;
}

#tierPointsValue {
    line-height: 175px !important;
}

.target-chart {
    border-radius: 50%;
    background-size: cover;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
    box-shadow: inset 0 0 0 35px white;
    position: relative;
    margin: auto;
    border-radius: 50% !important;
}

.target-percentage {
    color: #005989;
    font-size: 20px;
    width: 200px;
    font-family: "Poppins", sans-serif;
}

.points-random {
    margin-top: -150px;
    font-size: 14px;
    font-weight: 700;
}

.target-percentage font {
    font-weight: 700;
    font-size: 35px;
}

/*21-05-2024 css start*/
.og_survey_table .caption span.caption-subject.font-blue-madison {
    color: #1A4E6A !important;
}

.og_survey_table a.start-survey.btn.btn-md {
    background: transparent;
    border-color: #1A4E6A;
    color: #1A4E6A;
}

.og_survey_table .label-info {
    background-color: #1A4E6A;
}

.og_survey_table .table-scrollable-borderless {
    max-height: 550px;
    overflow-y: auto;
}

.og_survey_table .table-scrollable-borderless thead {
    position: sticky;
    top: 0;
    background: #1A4E6A;
}

.og_tiles .profile-stat .bg-success.survey_tiles {
    background: linear-gradient(to right, #1A4E6A 100%, #4F9CA6 100%) !important;
}

.og_tiles .profile-stat .survey_tiles.bg-info {
    background: #7FBF68;
}

.og_tiles .profile-stat .survey_tiles .profile-stat-title,
.og_tiles .profile-stat .survey_tiles .profile-stat-text {
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.og_tiles .survey_tiles.bg-info .right-sec {
    border-left: 0;
}

.og_tiles .profile-stat .survey_tiles span.og_tiles_icon {
    background: #fff;
    width: 45px;
    height: 45px;
    display: block;
    text-align: center;
    line-height: 4;
    border-radius: 50% !important;
    margin: 0 auto;
}

.og_tiles .profile-stat .survey_tiles span.og_tiles_icon i {
    font-size: 30px;
    color: #4F9CA6;
}

.og_tiles .profile-stat .survey_tiles.bg-warning {
    background: #4F9CA6 !important;
}

.og_tiles .survey_tiles_sec .right-sec {
    border-radius: 15px !important;
    border-left: 0;
    padding: 0;
    text-align: center;
    float: none;
    display: block;
    min-height: auto;
    max-width: 100%;
}

.og_top_navbar .page-sidebar.navbar-collapse.collapse {
    position: inherit;
    width: 100% !important;
    overflow-x: inherit !important;
    box-shadow: none !important;
}

.og_top_navbar .page-sidebar .page-sidebar-menu>li>a>.title {
    display: block;
}

.og_top_navbar .page-sidebar {
    width: 60% !important;
    margin-right: 0;
}

.og_top_navbar .page-sidebar ul#panelist-sidebar {
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100% !important;
    gap: 15px;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

.og_top_navbar .page-sidebar .page-sidebar-menu>li {
    display: flex;
    align-items: stretch;
    margin: 0;
    padding: 0;
}

.og_top_navbar .page-sidebar .page-sidebar-menu>li>a>.title {
    display: block;
    color: inherit;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.page-sidebar-wrapper.og_top_navbar {
    display: inline-block;
    width: 40%;
}

.og_top_navbar .navbar-collapse.collapse.page-sidebar:hover,
.og_top_navbar .navbar-collapse.collapse.page-sidebar:hover .page-sidebar-menu {
    margin-right: 0;
    transition: none;
}

.og_top_navbar .page-sidebar .page-sidebar-menu>li>a.active,
.og_top_navbar .page-sidebar .page-sidebar-menu>li>a.active i,
.og_top_navbar .page-sidebar .page-sidebar-menu>li>a.active .title {
    box-shadow: none !important;
    background: transparent;
    color: var(--accent-teal, #4F9CA6) !important;
}

.og_top_navbar .page-sidebar .page-sidebar-menu>li>a.active {
    border-bottom: 3px solid var(--accent-teal, #4F9CA6);
}

.og_top_navbar .page-sidebar .page-sidebar-menu>li:hover>a,
.og_top_navbar .page-sidebar .page-sidebar-menu>li:hover>a i,
.og_top_navbar .page-sidebar .page-sidebar-menu>li:hover>a .title {
    box-shadow: none !important;
    color: var(--accent-teal, #4F9CA6) !important;
}

.og_top_navbar .page-sidebar .page-sidebar-menu>li:hover>a {
    border-bottom: 3px solid var(--accent-teal, #4F9CA6);
}

.og_top_navbar .page-sidebar .page-sidebar-menu>li:hover>a.active,
.og_top_navbar .page-sidebar .page-sidebar-menu>li>a.active {
    transform: none;
    -webkit-transform: none;
    -moz-transform: no;
    -ms-transform: none;
}

.og_top_navbar .page-sidebar .page-sidebar-menu>li a {
    transition: all 0.2s ease-in-out;
    transform: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 65px;
    padding: 0 10px;
    color: var(--primary-blue, #1A4E6A);
    text-decoration: none;
    box-sizing: border-box;
}

.og_top_navbar .page-sidebar .page-sidebar-menu>li a i {
    color: inherit;
    transition: transform 0.2s ease-in-out;
    font-size: 30px !important;
    margin-bottom: 10px !important;
}

.og_top_navbar .page-sidebar .page-sidebar-menu>li:hover a i {
    transform: scale(1.1);
}

.og_top_navbar .page-sidebar:hover .page-sidebar-menu li>a>.badge {
    margin-top: -33px;
    margin-right: -23px;
}

.og_top_navbar.page-sidebar-wrapper .page-sidebar:hover .page-sidebar-menu>li>a>.title {
    display: block !important;
}

.og_survey_table .view_more_survey {
    display: none !important;
}

/*22-05-2024 css start*/
.og_panelist_home .page-content {
    margin-left: 0;
    width: 100%;
    padding-right: 20px;
}

.og_tiles .profile-stat .survey_tiles .left-sec {
    max-width: 100%;
    text-align: center;
    float: none;
    display: block;
    height: auto;
}

.og_tiles .profile-stat .survey_tiles .left-sec .dollar_sign {
    display: none;
}

.og_tiles .profile-stat .survey_tiles .profile-stat-title {
    font-size: 22px;
    padding-bottom: 5px;
    font-weight: bold;
}

.og_tiles_icon {
    background: #fff;
    width: 70px;
    padding: 15px;
    border-radius: 50% !important;
    height: 70px;
    margin: 0 auto;
}

.og_testimonial .testimonial_box {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    margin: 2px auto;
    max-width: 70%;
}

.og_testimonial .testimonial_box .testimonial-quote {
    text-align: center;
}

.og_testimonial .testimonial_box .testimonial-quote p span {
    font-size: 20px;
}

.og_testimonial .testimonial_box .testimonial-details {
    display: block;
    text-align: center;
}

.og_testimonial .testimonial_box .testimonial-details .testimonial-info h5 {
    font-size: 24px;
    font-weight: 600;
}

.og_testimonial .testimonial_box .testimonial-details .rating ul.star-rating {
    justify-content: center;
}

.og_testimonial .testimonial_box .testimonial-details .rating ul.star-rating li {
    color: #ffcc00;
    margin-top: 15px;
}

.og_testimonial .section_description p {
    font-family: "Poppins", sans-serif;
}

.og_testimonial .testimonial_box .testimonial-quote p span em font {
    font-family: "Poppins", sans-serif;
}

.og_cont_section {
    background: #1A4E6A;
}

.og_cont_section .social_icon_section h2 {
    font-size: 24px;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    color: #fff;
}

.og_cont_section .social_icon_section .social_icons_list ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.og_cont_section .social_icon_section .social_icons_list ul li a i {
    font-family: "fontawesome";
    font-style: normal;
}

.og_cont_section .social_icon_section .social_icons_list ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 24px;
}

.og_cont_section .social_icon_section .social_icons_list ul li {
    padding: 0 15px;
}

.need_help p {
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.logo_bottom,
.social_icon_section {
    text-align: center;
}

.need_help p span a {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    color: #fff;
    text-decoration: none;
}

.need_help p span {
    padding-left: 10px;
}

.og_easy_earn .aboutus_icons {
    position: inherit;
    top: 0;
    left: 0;
    z-index: 99999;
    transform: inherit;
}

.og_easy_earn .aboutus_icons img {
    width: 60px;
}

.og_reward_section .reward_box {
    box-shadow: none;
}

/*23-05-2024 start*/
.og_easy_earn .aboutus_card_contents h3,
.og_easy_earn .aboutus_card_contents p,
.og_easy_earn .aboutus_card_contents p font {
    font-family: "Poppins", sans-serif;
}

.og_easy_earn .aboutus_card_contents h3 {
    color: #1A4E6A;
}

.left_pie_chart {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    padding: 15px;
    border-radius: 15px !important;
    background: #fff;
    margin-bottom: 20px;
}

.og_profile_content {
    overflow: inherit !important;
    padding: 0 40px;
}

.pie_chart_info {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.pie_chart_info p {
    margin: 0;
}

.pie_title h3 {
    color: #1A4E6A !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    margin: 0;
    text-transform: uppercase;
}

.pie_chart_info span {
    font-size: 18px;
    color: #666666;
}

.pie_chart_info p {
    margin: 0;
    font-size: 20px;
    color: #808291;
    text-align: center;
    font-weight: 700;
}

.og_easy_earn .aboutus_heading h2 {
    font-weight: 700;
    font-size: 50px;
}

.og_easy_earn .aboutus_heading h2 span {
    font-family: "Poppins", sans-serif;
}

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

.og_top_navbar .page-sidebar ul#panelist-sidebar li {
    padding: 0 8px;
}

.og_nav_drop li a,
.og_nav_drop li a span,
.og_nav_drop li a i {
    color: #1A4E6A !important;
    font-weight: normal;
}

ul.dropdown-menu.dropdown-menu-default.og_nav_drop {
    background: #fff !important;
}

ul.dropdown-menu.dropdown-menu-default.og_nav_drop li {
    border-bottom: 1px solid #ddd;
}

.og_nav_drop li a:hover {
    background: #1A4E6A !important;
    color: #fff !important;
}

.og_nav_drop li a:hover span {
    color: #fff !important;
}

.og_nav_drop li a:hover i {
    color: #fff !important;
}

.og_nav_drop li a span.badge {
    color: #fff !important;
}

.og_survey_table .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fbfcfd;
}

/*24-05-2024 css start*/
.page-header.navbar .page-logo.og_panel_logo {
    width: 30% !important;
}

.og_survey_table .table-scrollable-borderless thead th {
    color: #fff !important;
}

.og_survey_table .table-striped.table-hover>tbody>tr:hover>td {
    background: #1A4E6A1a !important;
}

.og_survey_table .table.table-light>tbody>tr>td i {
    color: #4F9CA69a;
}

/*  bhoechie tab */
.og_profile_section div.bhoechie-tab-container {
    z-index: 10;
    background-color: inherit;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border: 0;
    margin-top: 0px;
    margin-left: 0px;
}

.og_profile_section div.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

.og_profile_section div.bhoechie-tab-menu div.list-group {
    overflow-x: hidden;
    max-height: 70vh;
    overflow-y: auto;
    position: fixed;
    width: inherit;
}

.og_profile_section div.bhoechie-tab-menu div.list-group>a {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: normal;
    height: 60px;
    font-size: 18px;
    color: #1A4E6A;
    font-family: "Poppins", sans-serif;
}

.og_profile_section div.bhoechie-tab-menu div.list-group>a .glyphicon,
.og_profile_section div.bhoechie-tab-menu div.list-group>a .fa {
    color: #1A4E6A;
    padding-right: 15px;
}

.og_profile_section div.bhoechie-tab-menu div.list-group>a:first-child {
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
}

.og_profile_section div.bhoechie-tab-menu div.list-group>a:last-child {
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
}

.og_profile_section div.bhoechie-tab-menu div.list-group>a.active,
.og_profile_section div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
.og_profile_section div.bhoechie-tab-menu div.list-group>a.active .fa {
    background-color: #1A4E6A;
    background-image: #1A4E6A;
    color: #ffffff;
}

.og_profile_section div.bhoechie-tab-content {
    background-color: #ffffff;
    /* border: 1px solid #eeeeee; */
    padding-left: 20px;
    padding-top: 10px;
}

.og_profile_section div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.og_profile_section div.bhoechie-tab-menu div.list-group::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.og_profile_section div.bhoechie-tab-menu div.list-group {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}



.og_profile_section #msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

.og_profile_section #msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
}

.og_profile_section .form-card {
    text-align: left;
}

.og_profile_section #msform fieldset:not(:first-of-type) {
    display: none;
}


.og_profile_section #msform input:focus,
.og_profile_section #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #1A4E6A;
    outline-width: 0;
}

.og_profile_section #msform .action-button {
    width: 100px;
    background: #1A4E6A;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 12px 10px 5px;
    float: right;
    font-family: "Poppins", sans-serif;
}

.og_profile_section #msform .action-button:hover,
.og_profile_section #msform .action-button:focus {
    background-color: #1A4E6A;
}

.og_profile_section #msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right;
    font-family: "Poppins", sans-serif;
}

.og_profile_section #msform .action-button-previous:hover,
.og_profile_section #msform .action-button-previous:focus {
    background-color: #000000;
}

.og_profile_section .card {
    z-index: 0;
    border: none;
    position: relative;
}

.og_profile_section .fs-title {
    font-size: 16px;
    color: #1A4E6A;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left;
    font-family: "Poppins", sans-serif;
}

.og_profile_section .purple-text {
    color: #1A4E6A;
    font-weight: normal;
}

.og_profile_section .steps {
    font-size: 16px;
    color: #1A4E6A;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right;
    margin-right: 12px;
    font-family: "Poppins", sans-serif;
}

.og_profile_section #progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
}

#og_profile_section .progressbar .active {
    color: #1A4E6A;
}

.og_profile_section #progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
}

.og_profile_section #progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e";
}

.og_profile_section #progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007";
}

.og_profile_section #progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030";
}

.og_profile_section #progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c";
}

.og_profile_section #progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

.og_profile_section #progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

.og_profile_section #progressbar li.active:before,
.og_profile_section #progressbar li.active:after {
    background: #1A4E6A;
}

.og_profile_section .progress {
    height: 20px;
    border-radius: 50px 50px 50px 50px !important;
}

.og_profile_section .progress-bar {
    background-color: #1A4E6A;
    border-radius: 50px 0 0px 50px !important;
}

.og_profile_section #msform .form-check {
    border: 1px solid #ddd;
    padding: 0 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    height: 40px;
    margin-right: 10px;
    width: 48%;
}

.og_profile_section div.bhoechie-tab-content input {
    display: block;
    width: auto;
    margin: 0;
}

.og_profile_section div.bhoechie-tab-content label {
    margin-bottom: 0;
    width: 100%;
    padding-left: 10px;
    line-height: 3;
    font-family: "Poppins", sans-serif;
}

/*27-05-2024 css start*/
.og_lang_menu .l-dropdown {
    width: auto;
    margin: 0 auto;
}

.og_lang_menu .custom-dropdown {
    width: 100%;
    position: relative;
}

.og_lang_menu .custom-dropdown::before,
.og_lang_menu .custom-dropdown::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.og_lang_menu .custom-dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #1A4E6A transparent;
    display: none;
}

/* .og_lang_menu .custom-dropdown:before {
    font-family: "FontAwesome";
    content: "\f0ac";
    top: -2px;
    left: 12px;
    line-height: inherit;
    font-size: 18px;
    color: #1A4E6A;
  } */
.og_lang_menu .custom-dropdown select {
    width: auto;
    background-color: white;
    color: #1A4E6A;
    font-size: 14px;
    padding: 2px 12px 2px 5px;
    text-align: left;
    padding-right: 2.5em;
    border: 0;
    margin: 0;
    border-radius: 5px;
    font-family: "Poppins", sans-serif;
    text-overflow: '';
    -webkit-appearance: none;
    font-weight: 400 !important;
    /* hide default arrow in chrome OSX */
}

.og_lang_menu .custom-dropdown img {
    width: 30px;
}

.og_lang_menu .custom-dropdown select:focus {
    outline: none;
}

.og_lang_menu .custom-dropdown select option:first-child {
    text-transform: uppercase;
}

.og_lang_menu .custom-dropdown select[disabled] {
    color: rgba(0, 0, 0, 0.3);
}

.og_lang_menu .custom-dropdown select[disabled]::after {
    color: rgba(0, 0, 0, 0.1);
}

.og_lang_menu .custom-dropdown::after {
    color: #1A4E6A;
}

.og_lang_menu a.dropdown-toggle span {
    color: #1A4E6A !important;
    font-family: "Poppins", sans-serif;
    font-weight: 400 !important;
}

.page-header.navbar .og_lang_menu.top-menu .navbar-nav {
    display: flex;
    align-items: center;
}

.og_tbl_right img {
    width: 50px !important;
    margin: 0 auto;
}

.og_survey_titlehead .portlet-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.og_survey_titlehead .portlet-title:before,
.og_survey_titlehead .portlet-title:after {
    display: none;
}

/* width */
.og_survey_titlehead ::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.og_survey_titlehead ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 0px;
}

/* Handle */
.og_survey_titlehead ::-webkit-scrollbar-thumb {
    background: #1A4E6A;
    border-radius: 0px;
}

/* Handle on hover */
.og_survey_titlehead ::-webkit-scrollbar-thumb:hover {
    background: #1A4E6A;
}

.og_survey_table {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 15px !important;
}

.og_survey_table .table-scrollable-borderless thead th {
    text-align: center;
}

.og_survey_table .table-scrollable-borderless tbody td {
    text-align: center;
}

/*28-05-2024 css start*/
.og_survey_table .media.survey-media .media-body h3 {
    color: #1A4E6A;
}

.og_lang_menu .custom-dropdown label {
    color: #1A4E6A !important;
    font-family: "Poppins", sans-serif;
}

.page-content-wrapper.og_account_page .page-content {
    width: 100%;
    margin-left: 0;
    padding-right: 20px;
}

.og_account_page .profile-content span.caption-subject.font-blue-madison {
    color: #1A4E6A !important;
    font-family: "Poppins", sans-serif;
}

.og_account_page ul.nav li .tab-text {
    color: #333;
    font-family: "Poppins", sans-serif;
    font-size: 15px !important;
}

.og_account_page .tabbable-line>.nav-tabs>li.event-border.active {
    border-bottom: 4px solid #1A4E6A;
}

.og_account_page .tabbable-line>.nav-tabs>li:hover {
    border-bottom: 4px solid transparent;
}

.og_account_form .control-label {
    font-family: "Poppins", sans-serif;
}

.og_account_form a.btn.green.blue-custom {
    background-color: #1A4E6A;
    border-color: #1A4E6A;
    font-family: "Poppins", sans-serif;
}

.og_account_form .btn.green:not(.btn-outline)[disabled]:hover {
    background-color: #1A4E6A;
    border-color: #1A4E6A;
}

.og_account_page .portlet.light>.portlet-title>.nav-tabs>li.active>a .tab-text {
    color: #1A4E6A !important;
}

.og_policy_tabs li.active>a {
    border: 1px solid transparent !important;
    border-bottom: 4px solid #1A4E6A !important;
    color: #1A4E6A !important;
}

.og_policy_tabs li a:hover {
    background-color: transparent;
    border-color: transparent;
}

.og_policy_tabs li a {
    font-family: "Poppins", sans-serif;
    color: #333;
    font-size: 15px !important;
}

.og_policy_tabs li {
    width: 25%;
    text-align: center;
}

.og_endpage .bap-end-inner {
    border-color: #1A4E6A;
}

.og_endpage .bap-end-inner a {
    font-family: "Poppins", sans-serif;
}

.og_endpage .bap-end-inner ul {
    padding-left: 0;
}

.og_endpage .bap-end-inner ul li {
    padding: 0 10px;
}

.og_endpage .bap-end-inner .bap-end-content button {
    background: #1A4E6A;
    font-family: "Poppins", sans-serif;
}

.og_endpage .bap-end-inner .bap-end-content p {
    font-family: "Poppins", sans-serif;
    line-height: inherit;
}

.bap-main-endpage.og_endpage {
    height: auto;
}

.og_endpage .bap-end-inner ul li a {
    color: #1A4E6A;
}

.og_profile_sidebar .profile-usermenu ul li a:hover {
    color: #1A4E6A;
}

.og_profile_sidebar .profile-usermenu ul li a {
    font-family: "Poppins", sans-serif;
}

.og_profile_sidebar .profile-usermenu ul li.active a {
    color: #1A4E6A;
    border-color: #1A4E6A;
}

.og_account_content .portlet-title .caption span.caption-subject {
    color: #1A4E6A !important;
}

.og_account_form label {
    font-family: "Poppins", sans-serif;
}

.og_policy_tabs h3 {
    color: #1A4E6A;
    font-family: "Poppins", sans-serif;
}

.og_policy_tabs p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}

.og_policy_tabs .tab-content {
    margin-top: 30px;
}

.page-content-wrapper.og_policy_page .page-content {
    width: 100%;
    margin-left: 0;
    padding-right: 20px;
}

.og_profile_sidebar .profile-userpic img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.og_profile_section .answer-type label input {
    border-radius: 0 !important;
}

.og_profile_section .answer-type label {
    width: 100%;
    font-family: "Poppins", sans-serif;
}

.og_profile_section .answer-type label input:checked {
    background: #1A4E6A;
    border-color: #1A4E6A;
    --active: #1A4E6A;
    --focus: 2px #1A4E6A;
}

.og_profile_section .answer-type label input:focus {
    box-shadow: none;
}

.og_profile_section .answer-type[answer-type="0"] label input[type=checkbox] {
    border-radius: 50px !important;
}

.og_profile_section .answer-type[answer-type="0"] label input[type=checkbox]:after {
    display: none;
}

.og_profile_section .profile_decision {
    display: flex;
    align-items: center;
    justify-content: right;
}

.og_profile_section .profile_decision button {
    border-color: #1A4E6A;
    color: #fff;
    background: #1A4E6A;
    margin-left: 5px;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.44;
}

.profile_decision button.submit-btn {
    margin-left: 1px;
}

.og_profile_section .profile_decision button i {
    display: none !important;
}

.profile_decision button.submit-btn {
    background: #fff;
    color: rgb(26 78 100 / 100%);
    padding: 15px 25px;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    min-width: 190px;
    font-size: 18px;
    margin: 0;
    border: 0;
    border-radius: 6px !important;
    text-align: center;
    height: 54px;
}

/* Phones: stack only the page-3 buttons ("Finish & Go to Dashboard" is long and
   distorts side-by-side). All other button rows stay left/right as before. */
@media (max-width: 767px) {
    #page-3 .profile_decision {
        flex-direction: column;
        align-items: stretch;
        gap: 12px !important;
    }

    #page-3 .profile_decision button,
    #page-3 .profile_decision button.submit-btn {
        width: 100%;
        min-width: 0;
        height: auto;
        min-height: 52px;
        margin: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        white-space: normal;
        line-height: 1.3;
    }
}

.og_profile_section .profile_step_form h5 {
    font-family: "Poppins", sans-serif;
}

.og_profile_section .profile_step_form p {
    font-family: "Poppins", sans-serif;
}

.og_profile_section .profile_step_form p.counting_num {
    color: #1A4E6A;
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
}

.og_profile_section .profile_step_form p.counting_num span {
    font-size: 28px;
}

.og_profile_section a.list-group-item.text-center.\35:before {
    content: "\f1b9";
    font-family: fontawesome;
}

.og_profile_section a.list-group-item.text-center.\39:before {
    content: "\f11b";
    font-family: fontawesome;
}

.og_profile_section a.list-group-item.text-center.\31 8:before {
    content: "\f080";
    font-family: fontawesome;
}

.og_profile_section a.list-group-item.text-center.\33:before {
    content: "\f19d";
    font-family: fontawesome;
}

.og_profile_section a.list-group-item.text-center.\38:before {
    content: "\f10b";
    font-family: fontawesome;
}

.og_profile_section a.list-group-item.text-center.\31:before {
    content: "\f247";
    font-family: fontawesome;
}

.og_profile_section a.list-group-item.text-center.\36:before {
    content: "\f0f5";
    font-family: fontawesome;
}

.og_profile_section a.list-group-item.text-center.\31 3:before {
    content: "\f0fa";
    font-family: fontawesome;
}

.og_profile_section a.list-group-item.text-center.\37:before {
    content: "\f008";
    font-family: fontawesome;
}

.og_profile_section a.list-group-item.text-center.\32:before {
    content: "\f015";
    font-family: fontawesome;
}

.og_profile_section a.list-group-item.text-center.\31 0:before {
    content: "\f14d";
    font-family: fontawesome;
}

.og_profile_section a.list-group-item.text-center.\31 5:before {
    content: "\f21e";
    font-family: fontawesome;
}

.og_profile_section a.list-group-item.text-center.\34:before {
    content: "\f0f2";
    font-family: fontawesome;
}

.og_profile_section a.list-group-item.text-center.\31 4:before {
    content: "\f002";
    font-family: fontawesome;
}

.og_profile_section a.list-group-item.text-center.\31 2:before {
    content: "\f0fc";
    font-family: fontawesome;
}

.og_profile_section a.list-group-item.text-center.\31 1:before {
    content: "\f0ac";
    font-family: fontawesome;
}

.og_profile_section a.list-group-item.text-center:before {
    /* margin-right: 15px; */
    width: 50px;
}

.d-none {
    display: none !important;
}

.og_profile_section .answer-type[answer-type="0"] label input[type=checkbox]:checked {
    border: 8px solid #1A4E6A;
    background: #fff;
    /* background: #2f7ca3; */
}

.og_welcome_section .vaildation_errors,
#pass-error {
    color: #a94442;
}

.og_profile_section div.bhoechie-tab-menu div.list-group span.badge {
    position: absolute;
    right: 20px;
    padding: 10px;
    height: auto;
    width: 60px;
    border-radius: 20px !important;
    background: #1A4E6A;
}

.og_profile_section div.bhoechie-tab-menu div.list-group>a.active span.badge {
    background: #fff;
    color: #1A4E6A !important;
    font-weight: 600;
}

/*panel setting css start*/
.og_panel_setting .nav-tabs>li.active>a:after,
.og_panel_setting .portlet-body ul li a:hover:after {
    content: "";
    display: block;
    border-top: 8px solid transparent;
    border-left: 10px solid #1A4E6A;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
}

.og_panel_setting .nav-tabs>li {
    float: none;
    margin-bottom: 5px;
}

.og_panel_setting .portlet-body ul li a {
    color: #333 !important;
    border: 1px solid #ddd;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
}

.og_panel_setting .portlet-body .nav-tabs>li.active>a,
.og_panel_setting .portlet-body .nav-tabs>li:hover a {
    border-color: #1A4E6A;
    color: #fff !important;
    background: #1A4E6A;
}

.og_panel_setting .nav-tabs {
    border: 0;
}

.og_panel_setting a.btn.green.blue-custom,
.og_panel_setting a.btn.green.blue-custom {
    background-color: #1A4E6A;
    border-color: #1A4E6A;
    font-family: "Poppins", sans-serif;
}

.og_panel_setting a.btn.green.blue-custom:hover,
a.btn.green.blue-custom:focus {
    background-color: #1A4E6A !important;
    border-color: #1A4E6A !important;
    font-family: "Poppins", sans-serif;
}

.og_panel_setting div#settings label.control-label,
.og_panel_setting div#settings li,
.og_panel_setting div#settings a.btn.default {
    font-family: "Poppins", sans-serif;
}

.og_panel_setting div#faq table thead {
    background: #1A4E6A;
}

.og_panel_setting div#faq table thead th,
.og_panel_setting div#faq table tbody tr td {
    font-family: "Poppins", sans-serif;
}

.og_panel_setting div#faq table thead th {
    color: #fff;
}

.og_panel_setting .table-toolbar a.btn.btn-lg.blue {
    background: #1A4E6A;
    border-color: #1A4E6A;
}

/*panel setting css end*/

/*07-06-2024 faq css start*/
.og_faq .form-actions button.btn.green {
    background-color: #1A4E6A;
    border-color: #1A4E6A;
}

.og_panel_rewards span.label.label-sm {
    border: 1px solid #1A4E6A;
    background: #fff;
    color: #1A4E6A;
    border-radius: 5px !important;
    padding: 5px 10px;
    font-family: "Poppins", sans-serif;
}

.og_panel_rewards table thead {
    background: #1A4E6A;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

td.dt-center.member-list-action {
    display: flex;
}

td.dt-center.member-list-action img {
    max-width: inherit;
}

/* Admin navbar css start */
.admin-nav.admin-top-navbar {
    display: inline-block;
    width: 100%;
}

.admin-nav.admin-top-navbar .navbar-collapse.collapse {
    position: inherit;
    width: 100% !important;
    overflow-x: inherit !important;
    height: inherit !important;
    box-shadow: none !important;
}

.admin-nav.admin-top-navbar ul.nav.navbar-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: 75px;
}

.admin-nav.admin-top-navbar ul.nav.navbar-nav li {
    padding: 0 12px;
}

.admin-nav.admin-top-navbar ul.nav.navbar-nav>li.active:hover>a,
.admin-nav.admin-top-navbar ul.nav.navbar-nav>li.active>a {
    transform: none;
    -webkit-transform: none;
    -moz-transform: no;
    -ms-transform: none;
}

.admin-nav.admin-top-navbar ul.nav.navbar-nav>li.active>a {
    box-shadow: none !important;
    background: transparent;
    border-bottom: 3px solid #1A4E6A;
}

.admin-nav.admin-top-navbar ul.nav.navbar-nav>li a {
    color: #1A4E6A;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    transition: none;
    transform: none;
    background-color: inherit;
    font-weight: 400;
}

.admin-nav.admin-top-navbar ul.nav.navbar-nav>li:hover>a {
    box-shadow: none !important;
    border-bottom: 2px solid #1A4E6A;
}

.login_custom_header.top-menu.og_lang_menu .top_rightmenu.navbar-nav>li.dropdown {
    height: 75px !important;
    display: flex;
    align-items: center;
}

/* Admin navbar css end */

.list-separated.profile-stat {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 20px;
    padding: 10px;
}

.row.list-separated.profile-stat:before {
    display: none;
}

.page-content-wrapper .page-content {
    margin-left: 0;
}

.panelist-footer.footer {
    background-color: #fff;
}

.panelist-footer.footer .row {
    padding: 0 70px;
}

.panelist-footer.footer p,
.copy_right_footer .f-link-left a,
.copy_right_footer .f-link-left a span {
    color: #1A4E6A;
}

.panelist-footer.footer p,
.copy_right_footer .f-link-left a,
.copy_right_footer .f-link-left a span {
    color: #1A4E6A;
}

.input_msg_write {
    display: flex;
}

.panelchat .emojiPickerIconWrap {
    width: 100%;
}

.action_btn {
    width: auto;
    display: flex;
    justify-content: end;
}

.panelchat button#btn-chat {
    padding: 10px;
    margin: 0 10px;
    width: auto;
}

.panelchat .msg_send_file {
    padding: 10px;
}

.action_btn button {
    position: inherit;
    margin-left: 12px;
    margin-right: 0 !important;
}

.profile-stat-text .verification-link {
    color: #fff;
}

.profile_question_not_available .media-body.media-middle h4 {
    padding-top: 200px;
    padding-bottom: 200px;
    text-align: center;
    font-size: 24px;
}

#conf-pass-error font {
    font-family: 'Montserrat', sans-serif !important;
}

.og_account_page.change-password .control-label {
    color: #666666;
}

header .header-panel ul.navbar-nav li.language-box .l-dropdown {
    height: 100%;
    display: flex;
}

header .header-panel ul.navbar-nav li.language-box .l-dropdown .custom-dropdown {
    display: flex;
    align-items: center;
    gap: 4px;
}

header .header-panel ul.navbar-nav li.language-box .l-dropdown .custom-dropdown>img {
    width: 30px;
}

header .header-panel ul.navbar-nav li.language-box .l-dropdown .custom-dropdown>label {
    margin: 0;
}

header .header-panel ul.navbar-nav li.language-box .l-dropdown .custom-dropdown>label>span {
    color: #333 !important;
    text-decoration: none;
    font-size: 18px !important;
    font-weight: 600;
    cursor: pointer;
    text-transform: capitalize;
    letter-spacing: 0.1em;
}

.top_rightmenu .custom-dropdown ul.panellist-lang-dropdown {
    border-radius: 0;
}

.top_landing_header {
    padding: 0px;
}

.top_landing_header .top_rightmenu .custom-dropdown ul.panellist-lang-dropdown {
    top: 60px
}

.top_landing_header .top_rightmenu.navbar-nav>li {
    padding: 10px 10px 10px !important;
}

.login_custom_header .top_rightmenu.navbar-nav>li a.dropdown-toggle {
    padding-top: 4px !important;
}

.top_landing_header .login_custom_header .top-menu .dropdown-menu-right {
    margin-top: 0;
}

header .header-panel .login_custom_header ul.navbar-nav li.language-box .l-dropdown .custom-dropdown>label>span {
    font-size: 14px !important;
    text-transform: inherit;
    letter-spacing: normal;

}

.survey_profile_container .og_survey_table .reedem-btn.disabled-reward {
    pointer-events: none;
}

/* 23 march css */
.home-about {
    padding-top: 50px;
    padding-bottom: 50px;
}

.home-about .abtprom {
    position: absolute;
    top: auto;
    bottom: 55px;
    right: 120px;
    width: 100px;
    box-shadow: 3px 6px 5px 0 rgba(0, 0, 0, 0.28);
    border-radius: 50%;
    animation: up-down 2s linear infinite alternate;
}

.home-about .about-us-2__shape {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: -80px;
}

.home-about .about-us-2__shape img {
    width: 88px;
}

.home-about .about-us-2__media img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
}

.section_title_home {
    font-size: 40px !important;
    color: #1a4e6a;
    font-weight: 700;
    font-family: "Nunito", sans-serif !important;
}

.section_content p,
.titlepara {
    color: #184e6a !important;
    font-family: "Open Sans", sans-serif;
    line-height: 26px;
    margin-bottom: 20px;
}

.rr-btn {
    border-radius: 0px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 6px 0px;
    position: relative;
    overflow: hidden;
    z-index: 5;
    padding: 16.5px 33.4px;
    background-color: #1a4e6a;
    color: var(--rr-common-white);
    font-family: var(--rr-ff-robo);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: capitalize;
}

.rr-btn .btn-wrap {
    z-index: 1;
    float: left;
    overflow: hidden;
    position: relative;
    display: inline-block;
    border: none;
}

.rr-btn .btn-wrap .text-one,
.rr-btn .btn-wrap .text-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.rr-btn .btn-wrap .text-one {
    position: relative;
    display: block;
    color: #fff;
}

.rr-btn .btn-wrap .text-two {
    position: absolute;
    top: 100%;
    display: block;
    color: #fff;
}

.rr-btn:hover .text-one,
.rr-btn:focus .text-one {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
}

.rr-btn:hover .text-two,
.rr-btn:focus .text-two {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


.workingprocess {
    background: #a3e3e6;
    padding: 50px 0px;
}

.section_titlehome {
    font-size: 40px !important;
    color: #1a4e6a;
    font-family: "Nunito", sans-serif !important;
    text-shadow: 0 0 #1a4e6a;
    font-weight: 700;
}

.working-process__wrapper {
    gap: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.working-process__item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.working-process_wrapper {
    width: 250px;
}

.working-process__icon {
    width: 120px;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 500px;
    border: 2px dashed rgb(255 255 255 / 100%);
    -webkit-filter: drop-shadow(0px 0px 60px rgba(21, 24, 27, 0.1));
    filter: drop-shadow(0px 0px 60px rgba(21, 24, 27, 0.1));
    background-color: #fff;
}

.working-process__icon img {
    width: 64px;
}

.working-process__icon .number {
    font-size: 16px;
    font-weight: 800;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -15px;
    left: -5px;
    width: 40px;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 500px;
    font-family: "Outfit", sans-serif;
    background: #F4F1EE;
    border: 1px dashed rgba(8, 10, 11, 0.3);
}

.working-process a {
    font-size: 18px !important;
    color: #1a4e6a;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 700;
    text-decoration: none;
}

.working-process_wrapper:hover .working-process__icon .number {
    background: #1a4e6a;
    color: #fff;
    -webkit-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}


.welcome-why-choose-us {
    background-color: #ebf5de;
    overflow: hidden;
    position: relative;
}

.welcome-why-choose-us .why-choose-us-2__media img {
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: calc(50% - 80px);
    background-size: cover;
}

.welcome-why-choose-us .why-choose-us-2content {
    position: relative;
    padding-bottom: 50px;
    padding-top: 100px;
    flex: 1 0 calc(25% - 50px);
}

.welcome-why-choose-us .why-choose-us-2content .why-choose-us-2__item:before {
    content: "";
    width: 500px;
    height: 500px;
    background: url("../assets/images/logo-icon.svg");
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 168px;
    left: 35px;
    z-index: 0;
    opacity: .17;
}

.welcome-why-choose-us .why-choose-us-2__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.welcome-why-choose-us .why-choose-us-2__item:not(:last-child) {
    margin-bottom: 30px;
}

.why-choose-us-2__text p {
    color: #1a4e6a !important;
    font-family: "Open Sans", sans-serif;
    line-height: 26px;
    margin-bottom: 20px;
}

.why-choose-us-2content ul li span,
.why-choose-us-2content ul li span strong {
    color: #1a4e6a !important;
    font-family: "DM Sans", sans-serif;
}

.why-choose-us-2__text {
    position: relative;
    z-index: 1;
}

.section-space {
    padding-top: 50px;
    padding-bottom: 50px;
}

.mb-minus-30 {
    margin-bottom: -30px;
}

.our-work-precess-2__nav-tabs {
    row-gap: 10px;
    margin-bottom: 0px;
    position: relative;
}

.our-work-precess-2__nav-tabs .nav {
    gap: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.our-work-precess-2__nav-tabs .nav-link {
    border-radius: 25px;
    font-size: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 28px;
    text-transform: uppercase;
    padding: 10px 24px;
    font-weight: 500;
    color: #1a4e6a;
    border: 1px solid rgba(8, 10, 11, 0.1);
    position: relative;
    background-color: #fff;
    z-index: 1;
}

.our-work-precess-2__nav-tabs .nav-link.active {
    color: #fff;
    background-color: #1a4e6a;
    border-color: transparent;
}

.our-work-precess-2__nav-tabs:after {
    top: 50%;
    background-color: rgba(8, 10, 11, 0.1);
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
}

.our-work-precess-2__content {
    margin-top: 50px;
}

.our-work-precess-2__item {
    padding: 50px 60px;
    height: 400px;
    border: 1px solid rgba(8, 10, 11, 0.1);
    margin-bottom: 30px;
}

.our-work-precess-2 .tab-pane:active .our-work-precess-2__item,
.our-work-precess-2 .tab-pane.active .our-work-precess-2__item {
    background-color: #1a4e6a !important;
}

.our-work-precess-2__icon {
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 500px;
    border: 1px solid rgba(8, 10, 11, 0.1);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.our-work-precess-2 .tab-pane:active .our-work-precess-2__icon,
.our-work-precess-2 .tab-pane.active .our-work-precess-2__icon {
    background-color: #fff !important;
}

.our-work-precess-2__icon img {
    width: 80px;
}

.our-work-precess-2__text {
    text-align: center;
}

.our-work-precess-2 .tab-pane:active .our-work-precess-2__text h6,
.our-work-precess-2 .tab-pane:active .our-work-precess-2__text p,
.our-work-precess-2 .tab-pane.active .our-work-precess-2__text h6,
.our-work-precess-2 .tab-pane.active .our-work-precess-2__text p {
    color: #fff !important;
}

.our-work-precess-2 .fade:not(.show) {
    opacity: 1;
}

.our-work-precess-2 .tab-pane .our-work-precess-2__item .our-work-precess-2__text p {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 26px;
    font-family: "Open Sans", sans-serif;
    color: #767676;
}

.mb-65 {
    margin-bottom: 65px;
}

.work-process p,
.work-process p strong {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 26px;
    font-family: "Open Sans", sans-serif;
    color: #184e6a !important;
}

.work-process p strong {
    font-weight: bolder;
}

.work-process__item {
    position: relative;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 30px 40px 0px rgba(8, 10, 11, 0.1);
    box-shadow: 0px 30px 40px 0px rgba(8, 10, 11, 0.1);
}

.work-process__item::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #080A0B;
    position: absolute;
    top: 0;
    opacity: 0;
}

.work-process__media img {
    top: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.work-process__content {
    padding: 15px 15px;
    position: relative;
    z-index: 9;
    background: #a3e3e6;
    height: 200px;
}
section.work-process.section-space .container{
    width: 75%;
}
.work-process__icon {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 500px;
    margin: auto;
    margin-bottom: 10px;
}

.work-process-icon img {
    width: 80% !important;
}

/* Scoped above ".work-process__content p" (16px) so the intended card text size wins. */
.work-process__content p.wchtxt {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
}
.why-choose-us-2__text span {
    background-color: rgb(255, 255, 255, 0.1) !important;
    color: #1a4e6a !important;
}

.work-process__content p,
.work-process__content p strong {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 26px;
    font-family: "Open Sans", sans-serif;
    color: #184e6a !important;
}

.work-process__content p strong {
    font-weight: bolder;
}


/* footer */
.theme-bg-heading {
    background-color: #1A4E6A;
}

.footer-3__main-wrapper {
    padding-top: 50px;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-2__right-shape {
    position: relative;
    top: 310px;
    left: 970px;
    margin-top: -350px;
}

.footer-2__right-shape img {
    width: 370px;
    transform: rotate(90deg);
}

.mb-minus-50 {
    margin-bottom: -50px;
}

.footer-3__widget {
    margin-bottom: 40px;
    position: relative;
    z-index: 9;
}

.mb-15 {
    margin-bottom: 15px;
}

.footer-3__widget-title img {
    width: 250px;
}

.mb-30 {
    margin-bottom: 30px;
}

.footer-3__social {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    gap: 10px;
}

.footer-3__social a {
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    width: 42px;
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    text-decoration: none;
    transition: all 0.3s 0s ease-out;
}

.footer-3__social a i {
    font-size: 20px;
}

.footer-3__content p {
    font-style: normal;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    color: #fff !important;
    font-family: "Open Sans", sans-serif;
}

.footer-3__widget {
    margin-bottom: 40px;
    position: relative;
    z-index: 9;
}

.footer-3__widget-title h6 {
    margin-bottom: 20px;
    position: relative;
    z-index: 10;
    font-family: "Outfit", sans-serif;
    font-style: normal;
    text-transform: capitalize;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}

.footer-5__resources {
    list-style: none;
    display: -ms-grid;
    display: grid;
    padding: 0;
}

.footer-3__company ul {
    list-style: none;
    display: -ms-grid;
    display: grid;
    padding: 0;
}

.footer-3__company ul li {
    color: rgba(255, 255, 255, 0.7);
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 34px;
    margin-bottom: 2px;
}

.footer-3__company ul li a {
    color: rgba(255, 255, 255, 1);
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 34px;
    text-decoration: none;
}

.footer-3__company ul li a>i {
    color: #fff !important;
    line-height: 22px;
}

.footer-3__company ul li a:hover {
    color: #fff;
}

.footer-3__resources {
    list-style: none;
    display: -ms-grid;
    display: grid;
    padding: 0;
}

.footer-3__resources li {
    color: rgba(255, 255, 255, 0.7);
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 34px;
    margin-bottom: 2px;
}

.footer-3__resources li a {
    color: rgba(255, 255, 255, 0.7);
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 34px;
}

.footer-3__resources li a:hover {
    color: #1a4e6a;
}

.footer-3__contact ul li {
    gap: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-3__contact ul li .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer-3__contact ul li .text span {
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.7);
}

.footer-3__contact ul li .text a {
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    text-decoration: none;
}

.footer-3__contact ul li .text a:hover {
    color: #fff !important;
}

.footer-3__contact ul li .text .location {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.7);
}

.footer-3__contact ul {
    padding: 0;
}

.footer-3__social a:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-color: #1a4e6a;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.footer-5__widget {
    margin-bottom: 40px;
    position: relative;
    z-index: 9;
    padding-left: 20px;
}

.footerlogotxt h6 {
    color: #1a4e6a !important;
    text-align: center !important;
    margin-bottom: 20px;
    position: relative;
    z-index: 10;
    font-style: normal;
    text-transform: capitalize;
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}

.footer-2_gallery {
    display: block;
    grid-gap: 10px;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    margin-top: -4px;
}

.footer-row {
    padding-left: 8px !important;
    padding-right: 8px !important;
    margin-bottom: 8px;
}

.footer_gallery {
    width: 100%;
    height: 100%;
    border: 2px solid #cdcdcd;
    border-radius: 5px;
    margin-bottom: 5px;
}

.footer-2_gallery a {
    display: block;
    position: relative;
    z-index: 1;
}

.footer_gallery img {
    width: 100%;
    height: 100%;
}

.footer-2__bottom {
    padding: 20px 0;
    background-color: #080A0B;
}

.footer-2__bottom-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-2__copyright p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-style: normal;
    color: #fff !important;
    font-family: "Open Sans", sans-serif;
}

.footer-2__copyright-menu ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    gap: 20px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.footer-2__copyright-menu ul li {
    list-style: none;
    position: relative;
}

.footer-2__copyright-menu ul li::before {
    content: "";
    right: -10px;
    width: 1px;
    height: 14px;
    position: absolute;
    top: calc(50% + 0.5px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.7);
}

.footer-2__copyright-menu ul li a {
    color: rgba(255, 255, 255, 0.7);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    font-family: "DM Sans", sans-serif;
    -webkit-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
    text-decoration: none;
}

.footer-2__copyright-menu ul li a:hover {
    color: #1a4e6a;
}

.footer-2__copyright-menu ul li.no_bullet:before {
    display: none;
}

.welcome_section .welcome_content_des p,
.welcome_content_des p strong {
    font-style: normal;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    color: #fff !important;
    font-family: "Open Sans", sans-serif;
    padding: 0;
}

.welcome_content_des p strong {
    font-weight: bolder;
}

.welcome_section .welcome_content_des .join_content p.font_bold {
    font-size: 22px !important;
    font-weight: 700;
    font-family: "Nunito", sans-serif !important;
}




.form-container {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    transition: 0.6s ease-in-out;
}

.sign-in {
    left: 0;
    z-index: 2;
}

.sign-up {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.login_signup_section.active .sign-in {
    transform: translateX(100%);
}

.login_signup_section.active .sign-up {
    transform: translateX(100%);
    opacity: 1;
    z-index: 5;
}


/* OVERLAY FIXED */
.overlay-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    z-index: 10;
    transition: 0.6s ease-in-out;
}

.login_signup_section.active .overlay-container {
    transform: translateX(-100%);
}

.login_signup_section .overlay {
    position: relative;
    width: 200%;
    height: 100%;
    left: -100%;
    display: flex;
    background: #1A4E6A;
    color: #fff;
    transition: 0.6s ease-in-out;
    border-radius: 50px;
}

.login_signup_section.active .overlay {
    transform: translateX(50%);
}

/* PANELS */
.overlay-panel {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px;
}

.overlay-panel h2 {
    margin-bottom: 10px;
}

.overlay-panel button {
    background: transparent;
    border: 2px solid #fff;
    padding: 12px 30px;
}

/* ================= MOBILE ================= */

.mobile-tabs,
.mobile-slider {
    display: none;
}

.login_signup_section#login_signup_section {
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    height: auto;
    min-height: 620px;
    width: 100%;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: #1A4E6A;
    overflow: hidden;
    z-index: 10;
}

.login_signup_section .form-container {
    background: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.form-container form {
    width: 100%;
}

.form-container button.rr-btn {
    border: 0;
    padding: 10px 30px;
    margin-bottom: 20px;
}

.form-container h5 {
    color: #1A4E6A;
    font-family: "Outfit", sans-serif;
    font-size: 32px;
}

.overlay-panel p {
    font-style: normal;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    color: #fff !important;
    font-family: "Open Sans", sans-serif;
    padding: 0;
}

.welcome_section .banner-top_img {
    position: absolute;
    right: -40px;
    top: -76px;
    z-index: 9;
}

.welcome_section {
    overflow: hidden;
}

.banner-bottom-shape {
    width: 250px;
    height: 250px;
    background: #7FBF68;
    position: absolute;
    bottom: -125px;
    border-radius: 50%;
    left: -170px;
    z-index: 0;
}

.banner-bottom-shape .banner-bottom_img {
    position: absolute;
    right: -75px;
    z-index: 99999;
    width: 57%;
    top: 40px;
}

.about_wrapper,
.work_process_wrapper {
    padding-top: 175px;
}

.about_wrapper .about_inner_block,
.work_process_wrapper .work_process_inner {
    overflow: hidden;
    background: #fff;
}

.about_wrapper .about_shape,
.work_process_wrapper .about_shape {
    position: absolute;
    width: 352px;
    right: -118px;
    top: -62px;
    z-index: -2;
}

.who_join_wrappper {
    overflow: hidden;
    padding-top: 110px
}

.who_join_wrappper.section-top_img {
    position: absolute;
    right: -108px;
    top: -155px;
    z-index: 0;
    width: 50%;
    margin-left: auto;
}

.who_join_wrappper .who_join_inner {
    overflow: hidden;
    background: #fff;
    padding-top: 15px;
}

.who_join_wrappper img.section-top_img {
    position: absolute;
    top: -125px;
    width: 765px;
    right: -200px;
    z-index: -1;
}

.login_signup_section .form-outline,
.forget_email_block .form-outline {
    position: relative;
    margin-bottom: 20px;
}

.login_signup_section .form-outline input,
.forget_email_block .form-outline input {
    width: 100%;
    padding: 14px 10px 10px 12px;
    border: 1px solid #1a4e6a;
    outline: none;
    font-size: 14px;
    background: transparent;
    border-radius: 5px;
    font-family: "Open Sans", sans-serif;
}

.login_signup_section .form-outline label,
.forget_email_block .form-outline label {
    position: absolute;
    left: 12px;
    font-size: 14px;
    pointer-events: none;
    transition: 0.3s ease;
    background: #fff;
    padding: 0 0px;
    font-family: "Open Sans", sans-serif;
    top: -10px;
    font-size: 14px;
    color: #1a4e6a;
    font-weight: 600;
}

.login_signup_section .signup-slide .form-outline label,
.forget_email_block .form-outline label {
    left: 24px;
}

.login_signup_section .form-outline input:focus+label,
.login_signup_section .form-outline input:not(:placeholder-shown)+label,
.forget_email_block .form-outline input:focus+label,
.forget_email_block .form-outline input:not(:placeholder-shown)+label {
    top: -10px;
    font-size: 14px;
    color: #1a4e6a;
    font-weight: 600;
}

.login_signup_section .form-outline input:focus,
.forget_email_block .form-outline input:focus {
    outline: 0;
    box-shadow: none;
}

.login_signup_section .form-container.sign-in {
    border-radius: 50px 0 0 50px;
}

.login_signup_section a.forgot_btn {
    color: #1A4E6A;
    font-family: "Outfit", sans-serif;
}

.select_dropdown_wrapper h4 {
    font-size: 16px !important;
    color: #1a4e6a;
    font-weight: 700;
    font-family: "Nunito", sans-serif !important;
    margin-bottom: 15px;
}

.select_dropdown_wrapper select {
    width: 100%;
    padding: 16px 10px 10px 12px;
    border: 0;
    border: 1px solid #1a4e6a;
    border-radius: 5px;
    outline: none;
    font-size: 14px;
    background: transparent;
}

.login_signup_section .signup-slide .select_dropdown_wrapper .form-outline label {
    left: 14px;
}

.select_dropdown_wrapper .form-outline label {
    position: absolute;
    top: -10px;
    background: #fff;
    padding: 0;
    transition: 0.3s;
    pointer-events: none;
    top: -10px;
    font-size: 13px;
    color: #1a4e6a;
    font-weight: 700;
    font-family: "Nunito", sans-serif !important;
    left: 14px;
}

.select_dropdown_wrapper .form-outline select:focus+label,
.select_dropdown_wrapper .form-outline select:valid+label {
    top: -10px;
    font-size: 13px;
    color: #1a4e6a;
    font-weight: 700;
    font-family: "Nunito", sans-serif !important;
}

.login_signup_section .form-container.sign-up {
    display: block;
    overflow: auto;
}

.og_welcome_section .vaildation_errors,
#pass-error {
    font-size: 13px;
}

.form-container .select_dropdown_wrapper h5 {
    font-size: 16px;
    margin-bottom: 15px;
}

.form-container.sign-up h4 {
    color: #1A4E6A;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
}

.og_welcome_section.panel-password-reset .heading {
    font-weight: 700;
    font-family: "Nunito", sans-serif !important;
}

.working-process__wrapper:before {
    content: "";
    display: none;
    position: absolute;
    background: #1a4e6a;
    width: 85%;
    height: 1px;
    top: 68px;
    left: 75px;
}



.custom_card_wrapper {
    padding: 30px 20px;
    background: #fff;
    border-radius: 10px !important;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px !important;
    position: relative;
    height: 100%;
}

.custom_card_wrapper h2.font-headline {
    font-size: 22px !important;
    color: #1a4e6a;
    font-weight: 700;
    font-family: "Nunito", sans-serif !important;
        margin-top: 0px;
}

.custom_card_wrapper h2.font-headline font {
    font-family: "Nunito", sans-serif !important;
}

.custom_card_wrapper p {
    font-size: 16px;
    color: #000000;
}

.poll-option-list .poll-option {
    background-color: #f2f4f6;
    border: 1px solid transparent;
    border-radius: 0.95rem !important;
    padding: 2rem 1rem;
    margin-bottom: 0.75rem;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.2s;
}

.poll-option-list .poll-option span {
    font-weight: 600;
    color: #1a4e6a;
}

.poll-option-list .poll-option input {
    width: 1.2em;
    height: 1.2em;
    margin-top: 0;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #dee2e6;
    border-radius: 50% !important;
}

.poll-option-list .poll-option input:checked {
    background-color: #7FBF68;
    outline: 0;
}

.poll-option-list .poll-option:hover {
    border: 1px solid #7FBF68;
}

.custom_card_wrapper .button_wrapper {
    width: auto;
    background: #1a4e6a;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    border-radius: 20px !important;
    padding: 8px 34px;
    box-shadow: none;
    outline: 0;
    border: 0;
}

.custom_card_wrapper .poll-option-list {
    overflow-y: auto;
    height: 175px;
    padding-right: 4px;
}

.poll-option-list::-webkit-scrollbar {
    width: 5px;
    /* 👈 small width */
}

.poll-option-list::-webkit-scrollbar-track {
    background: transparent;
}

.poll-option-list::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.poll-option-list::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.left_survey_wrapper {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.email_varification_card {
    padding: 29px 20px;
    background: #e6e8ea;
    border-radius: 10px !important;
    /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px !important; */
    position: relative;
    height: 100%;
    border: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 11px;
    padding-right: 38px;
}

.email_varification_card .d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.email_varification_card .email_verify_btn {
    background: #1a4e6a;
    color: #fff;
    font-weight: 500;
    font-size: 19px;
    border-radius: 20px !important;
    padding: 10px 22px;
    box-shadow: none;
    outline: 0;
    border: 0;
}

.email_varification_card>div>span {
    color: #212529;
    font-weight: 500;
    font-size: 20px;
}

.verification_header h6 {
    font-size: 15px !important;
    color: #d40f0f;
    letter-spacing: 0.10em;
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
}

.verification_header {
    display: flex;
    gap: 6px;
}

.verification_header .verify_icon i {
    color: #d40f0f;
    font-size: 24px;
}

.available_survey_block {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 22px;
}

.available_survey_block .rounded-circle {
    width: 48px;
    height: 48px;
    background-color: #7FBF68;
    border-radius: 50% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.available_survey_block>div>p {
    letter-spacing: 0.17em;
    font-size: 10px;
    margin: 0;
}

.available_survey_block>div>p.survey_count {
    font-family: "Nunito", sans-serif !important;
    font-size: 30px;
    letter-spacing: 0;
    margin-top: 4px;
    color: #1a4e6a;
    font-weight: 700;
}

.account_balence_wrapper {
    background-color: #1a4e6a;
    color: #fff;
    padding: 36px 20px;
    border-radius: 8px 8px 0 0 !important;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.account_balence_wrapper>p {
    letter-spacing: 0.17em;
    font-size: 10px;
    margin: 0;
}

.account_balence_wrapper h3 {
    font-family: "Nunito", sans-serif !important;
    font-size: 32px;
    letter-spacing: 0;
    margin: 0;
    color: #fff;
    font-weight: 700;
    margin-top: 8px;
}

.account_balence_wrapper .icon_wrapper {
    position: absolute;
    right: -10px;
    top: -1px;
    background: #6B7280;
    border-radius: 10px !important;
    display: flex;
    opacity: 0.5;
}

.profile_progress_wrapper {
    background: #f7f9fb;
    padding: 25px 20px;
    border-radius: 10px !important;
    position: relative;
}

.profile_progress_wrapper h2 {
    font-size: 14px !important;
    color: #1a4e6a;
    font-weight: 500;
    margin: 0;
    letter-spacing: 0.07em;
}

.profile_progress_wrapper .process_count_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.profile_progress_wrapper .process_count_wrapper .process_count {
    font-family: "Nunito", sans-serif !important;
    font-size: 32px;
    letter-spacing: 0;
    margin-top: 4px;
    color: #1a4e6a;
    font-weight: 700;
}

.profile_progress_wrapper .progress-wrapper {
    height: 16px;
    border-radius: 50rem !important;
    background: #e0e3e5;
    width: 100%;
}

.profile_progress_wrapper .progress-wrapper .progress-bar {
    background: #1a4e6a;
}

.profile_progress_wrapper .progress-box-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    place-content: center;
    place-items: center;
    margin-top: 20px;
    gap: 20px;
}

.profile_progress_wrapper .progress-box-wrapper .progress-box-item {
    background: #f2f4f6;
    padding: 15px;
    border-radius: 10px !important;
    width: 100%;
}

.profile_progress_wrapper .progress-box-wrapper .progress-box-item p {
    letter-spacing: 0.17em;
    font-size: 10px;
    margin: 0;
    color: #767676;
}

.profile_progress_wrapper .progress-box-wrapper .progress-box-item p.progress-number {
    font-family: "Nunito", sans-serif !important;
    font-size: 30px;
    letter-spacing: 0;
    margin-top: 4px;
    color: #1a4e6a;
    font-weight: 700;
}

.survey_table_wrapper .survey_table_heading {
    font-size: 28px !important;
    color: #1a4e6a !important;
    font-weight: 700 !important;
    font-family: "Nunito", sans-serif !important;
    padding: 0px 20px;
}

.survey_table_wrapper {
    padding: 20px 15px;
    background: #fff;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px !important;
    position: relative;
    height: 100%;
    margin-bottom: 20px;
    border-radius: 16px !important
}

.survey_table_wrapper .home_survey_table thead>tr>th {
    background-color: #f2f4f6;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #212529;
    border: none;
    padding: 16px 32px;
}

.survey_table_wrapper .table.table-light>thead>tr:hover>th {
    background-color: #f2f4f6;
}

.survey_table_wrapper .table.table-light>thead {
    position: sticky;
    top: 0;
}

.survey_table_wrapper .table.table-light>tbody>tr>td {
    border: 0;
    color: #767676;
    vertical-align: middle;
    padding: 16px 32px;
    vertical-align: middle;
    border-bottom: 1px solid #f2f2f6;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
}

.survey_table_wrapper .table.table-light>tbody>tr>td font {
    font-family: "Outfit", sans-serif;
}

.survey_table_wrapper .table.table-light>tbody>tr>td:first-of-type {
    color: #1a4e6a;
    font-size: 18px;
}

.survey_table_wrapper .table.table-light>tbody>tr>td:nth-child(3) {
    color: #1a4e6a;
}

.survey_table_wrapper .table.table-light>tbody>tr>td:nth-child(4) {
    color: #7FBF68;
    font-size: 18px;
}

.survey_table_wrapper .table.table-light>tbody>tr>td:nth-child(5) a {
    background-color: #7FBF68;
    border-color: #7FBF68;
    background-color: #7FBF68;
    border-color: #7FBF68;
    padding: 8px 15px;
    font-size: 16px;
}

.survey_table_wrapper .view_more_survey {
    display: none !important;
}

.survey_table_wrapper .table-scrollable,
.available_reward_table {
    max-height: 550px;
    overflow-y: auto
}

.available_reward_wrapper .available_reward_heading_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
    margin-bottom: 10px;
}

.custom_card_wrapper.available_reward_wrapper {
    padding: 20px 0;
}

.custom_card_wrapper.available_reward_wrapper .table thead>tr>th {
    background-color: #f2f4f6;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #212529;
    border: none;
    padding: 16px 32px;
}

.custom_card_wrapper.available_reward_wrapper .table.table-light>tbody>tr>td {
    border: 0;
    color: #1a4e6a;
    font-size: 18px;
    vertical-align: middle;
    padding: 16px 32px;
    vertical-align: middle;
    border-bottom: 1px solid #f2f2f6;
    font-family: "Outfit", sans-serif;
}

.custom_card_wrapper.available_reward_wrapper .table.table-light>tbody>tr>td:nth-child(3) a {
    background-color: #7FBF68;
    border-color: #7FBF68;
}

.custom_card_wrapper.available_reward_wrapper .table.table-light>tbody>tr>td>img {
    width: 50px !important;
    object-fit: cover;
}

.poll_btn_wrapper {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: 20px;
}

.industry_insight_wrapper .blog-item .industry-insight-text {
    flex: 1;
}

.industry_insight_wrapper .blog-item {
    gap: 12px;
}

.industry_insight_wrapper .blog-item .industry-insight-text h6.blog-type {
    margin: 0;
}

.industry_insight_wrapper .blog-item .industry-insight-text h6.blog-type b {
    font-family: "Nunito", sans-serif !important;
    font-size: 14px;
    color: #7FBF68;
}

.industry_insight_wrapper .blog-item .blog-link-title,
.industry_insight_wrapper .blog-item .read-more {
    color: #1a4e6a;
}

.industry_insight_wrapper .blog-item .blog-item-description {
    color: #000000;
}

.available_reward_heading_block .gift_icon svg {
    width: 35px;
    height: 35px;
}

.footer-2__right-shape .circle_bg_shape {
    width: 370px;
    height: 370px;
    display: block;
    background: #fff;
    border-radius: 50% !important;
    margin-top: 30px;
}

header {
    position: absolute;
    width: 100%;
    top: 0;
    background: #fff;
    z-index: 999;
}

.login_signup_section .form-check label {
    font-size: 14px;
    color: #000;
}

.top_row_wrapper {
    padding: 0;
    margin-bottom: 20px;
    display: flex;
}

.form-container,
.overlay-container {
    display: none !important;
}

.login_signup_section .step2 button {
    border: 0 !important;
    box-shadow: none;
    outline: 0;
    padding: 0px 24px;
    height: 44px;
    line-height: normal;
}

.login_signup_section {
    width: 95%;
    height: auto;
}

/* HIDE DESKTOP */
.form-container,
.overlay-container {
    display: none !important;
}

/* MOBILE TABS */
.mobile-tabs {
    display: flex;
    position: absolute;
    background: #eee;
    border-radius: 30px;
    margin: 15px;
    overflow: hidden;
    right: 0;
    top: -41px;
    z-index: 9;
}

.mobile-tabs button {
    flex: 1;
    padding: 12px 50px;
    border: none;
    background: transparent;
    z-index: 2;
}

.tab-indicator {
    position: absolute;
    width: 50%;
    height: 100%;
    background: #1A4E6A;
    border-radius: 30px;
    transition: 0.4s;
    left: 0;
}

.tab-indicator.right {
    left: 50%;
}

.mobile-tabs button.active {
    color: #fff;
}

/* MOBILE SLIDE */
.mobile-slider {
    display: flex;
    width: 200%;
    transition: 0.5s;
    max-height: none;
    overflow: visible;
}

.mobile-slide {
    width: 50%;
    padding: 25px 40px;
}

.slide-active {
    transform: translateX(-50%);
}

.login_container {
    overflow: hidden;
    padding-top: 35px !important;
}

.login_signup_section#login_signup_section {
    background-color: #fff !important;
    height: auto;
    border-radius: 10px;
    padding: 0 0 15px;
    overflow: visible;
}

.mobile-slide.login-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.mobile-slide.login-slide form {
    width: 60%;
}

.select_dropdown_wrapper h5,
.select_dropdown_wrapper h5 font,
.step2 h4,
.step2 h4 font {
    color: #1A4E6A;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
}

.consent_wrapper {
    flex-wrap: wrap;
    gap: 5px 15px;
}

.login-logo {
    width: 100px;
    margin-bottom: 40px;
}

.select_dropdown_wrapper select:focus {
    outline: 0;
    box-shadow: none;
    border-color: #1a4e6a;
}

.custom_header_container {
    width: 100%;
    padding: 0 100px;
}

.custom_header_container .navbar-brand img {
    width: 300px;
    max-width: 300px;
}

/* reser passwod css */
.reset_password_block {
    border-radius: 16px;
    border: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    padding: 50px;
    background: #fff;
}

.icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #e7f0f2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 24px;
    color: #0f4c5c;
}


.reset_password_wrapper .right-card {
    border-radius: 16px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.reset_password_wrapper .top-image {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.reset_password_wrapper .top-image img {
    width: 100%;
    display: block;
}

.reset_password_wrapper .top-image p {
    font-size: 24px !important;
    color: #fff;
    font-family: "Nunito", sans-serif !important;
    line-height: 32px;
    padding: 0 15px;
    position: absolute;
    bottom: 0;
}

.reset_password_block .link {
    font-size: 16px !important;
    color: #1a4e6a;
    font-family: "Nunito", sans-serif !important;
    text-decoration: none;
    font-weight: 700;
}

.reset_password_block .link i {
    background-color: #1a4e6a;
    border-radius: 50%;
    line-height: 16px;
    width: 16px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 900;
}

.reset_password_block .link:hover {
    color: #1a4e6a;
    text-decoration: none;
}

.reset_password_block h4 {
    font-size: 32px !important;
    color: #1a4e6a;
    font-family: "Nunito", sans-serif !important;
}

.reset_password_block h4 font {
    font-family: "Nunito", sans-serif !important;
}

.reset_password_block p {
    color: #767676;
    margin-bottom: 24px;
}

.reset_password_block .form-outline input {
    width: 100%;
    padding: 14px 10px 4px 0;
    border: none;
    border-bottom: 1px solid #1a4e6a;
    outline: none;
    font-size: 16px;
    background: transparent;
    border-radius: 0;
    font-family: "Open Sans", sans-serif;
}

.reset_password_block .form-outline label {
    position: absolute;
    left: revert-layer;
    top: 12px;
    color: #767676;
    font-size: 16px;
    pointer-events: none;
    transition: 0.3s ease;
    background: #fff;
    padding: 0 0px;
    font-family: "Open Sans", sans-serif;
}

.reset_password_block .form-outline input:focus {
    outline: 0;
    box-shadow: none;
}

.reset_password_block .form-outline input:not(:placeholder-shown)+label {
    top: -4px;
    font-size: 14px;
    color: #1a4e6a;
    font-weight: 600;
}

.reset_password_wrapper .icon_block {
    width: 40px;
    height: 40px;
    font-size: 16px;
    background: #eeee;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    flex-shrink: 0;
}

.reset_password_wrapper .right-card h6 {
    font-size: 22px !important;
    color: #1a4e6a;
    font-family: "Nunito", sans-serif !important;
}

.reset_password_wrapper .right-card p {
    color: #767676;
}

.reset_password_wrapper .right-card a {
    font-size: 18px !important;
    color: #1a4e6a;
    font-family: "Nunito", sans-serif !important;
    text-decoration: none;
    font-weight: 700;
    text-decoration: underline;
}

.reset_password_wrapper .top-image:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
}

.login_signup_section .step2 button.find_btn {
    width: 100%;
    height: 40px;
    background-color: #7FBF68;
}



.survey_bg_img {
    background: url(../assets/images/medical-bg.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    inset: 0px;
    position: absolute;
}

.survey-wrapper {
    padding-top: 160px;
    padding-bottom: 80px;
}

.survey-wrapper.health_survey_wrapper {
    padding-top: 80px;
}

.survey-wrapper .section-hero-card {
    background: rgb(26 78 106 / 90%);
    ;
    border-radius: 16px !important;
    padding: 34px 40px;
    position: relative !important;
    overflow: hidden;
    margin-bottom: 45px;
    color: #FFFFFF;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.05);
    grid-column: 1 / -1;
}

.survey-wrapper .section-hero-card .shape_1 {
    width: 140px;
    height: 140px;
    border-radius: 9999px !important;
    background-color: #ffffff38;
    position: absolute;
    top: -2rem;
    right: -2rem;
}

.survey-wrapper .section-hero-card .shape_2 {
    width: 60px;
    height: 60px;
    border-radius: 9999px !important;
    background-color: #ffffff38;
    position: absolute;
    bottom: 24px;
    right: 16px;
}

.survey-wrapper .section-hero-card h1 {
    font-weight: 700;
    font-family: "Nunito", sans-serif !important;
    font-size: 32px;
}

.survey-wrapper .section-hero-card .shc-desc {
    width: 75%;
}

.section-hero-card .shc-desc {
    font-size: 16px;
}

.shc-title-row {
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
    z-index: 2;
}

.shc-title-row .shc-title {
    margin: 0;
}

.s4-condition-counter {
    color: #7FBF68;
    white-space: nowrap;
    letter-spacing: normal;
    font-family: "Nunito", sans-serif !important;
    font-weight: 700;
    font-size: 25px;
}

.survey-wrapper .flow-container {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px 30px;
}

/* The vertical connecting line */
/* .survey-wrapper .flow-container::before {
    content: '';
    position: absolute;
    left: 28px;
    top: 40px;
    bottom: 40px;
    width: 2px;
    background: rgba(26, 86, 219, 0.15);
    z-index: 0;
} */

/* Individual Question Block */
.survey-wrapper .question-block {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
    position: relative;
}

/* Cascade z-index so dropdowns overlap properly */
.survey-wrapper .question-block:nth-child(1) {
    z-index: 50;
}

.survey-wrapper .question-block:nth-child(2) {
    z-index: 49;
}

.survey-wrapper .question-block:nth-child(3) {
    z-index: 48;
}

.survey-wrapper .question-block:nth-child(4) {
    z-index: 47;
}

.survey-wrapper .question-block:nth-child(5) {
    z-index: 46;
}

.survey-wrapper .question-block:nth-child(6) {
    z-index: 45;
}

.survey-wrapper .question-block:nth-child(7) {
    z-index: 44;
}

.survey-wrapper .question-block:nth-child(8) {
    z-index: 43;
}

.survey-wrapper .question-block:nth-child(9) {
    z-index: 42;
}

.survey-wrapper .question-block:nth-child(10) {
    z-index: 41;
}

.survey-wrapper .question-block:nth-child(11) {
    z-index: 40;
}

.survey-wrapper .question-block:nth-child(12) {
    z-index: 39;
}

.survey-wrapper .question-block:nth-child(13) {
    z-index: 38;
}

.survey-wrapper .question-block:nth-child(14) {
    z-index: 37;
}

.survey-wrapper .question-block:nth-child(15) {
    z-index: 36;
}

.survey-wrapper .question-block:nth-child(16) {
    z-index: 35;
}

.survey-wrapper .question-block:nth-child(17) {
    z-index: 34;
}

.survey-wrapper .question-block:nth-child(18) {
    z-index: 33;
}

.survey-wrapper .question-block:nth-child(19) {
    z-index: 32;
}

.survey-wrapper .question-block:nth-child(20) {
    z-index: 31;
}

/* When a dropdown is open inside a question-block, raise it above all siblings */
.survey-wrapper .question-block.has-open-dropdown {
    z-index: 200 !important;
}

/* Step Number Left Side */
.survey-wrapper .step-indicator {
    flex-shrink: 0;
    width: 35px;
    height: 35px;
    border-radius: 50% !important;
    background: #FFFFFF;
    border: 2px solid #E0E7FF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    color: var(--medical-blue);
    box-shadow: 0 8px 16px rgba(26, 86, 219, 0.08);
    position: relative;
}

/* Hover effect on step indicator */
.survey-wrapper .question-block:hover .step-indicator {
    border-color: rgb(26 78 106 / 90%);
    ;
    color: white;
    background: rgb(26 78 106 / 90%);
    ;
    transition: all 0.3s ea
}

/* Glassmorphism Card for Content */
.survey-wrapper .content-card {
    flex: 1;
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 20px !important;
    padding: 32px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.survey-wrapper .question-block:hover .content-card {
    transform: translateY(-2px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.07);
}

/* Question Header with Icon */
.survey-wrapper .q-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.question_grid_block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.survey-wrapper .q-icon {
    width: 44px;
    height: 44px;
    background: #EEF2FF;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--medical-blue);
    flex-shrink: 0;
}

.survey-wrapper .q-text {
    line-height: 1.4;
    color: #1A4E6A;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    font-size: 18px;
}

.survey-wrapper .q-text>span {
    line-height: 1.4;
    color: #767676 !important;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
}

/* =========================================================
   UNIQUE MULTISELECT DROPDOWN
   ========================================================= */
.survey-wrapper .custom-select {
    position: relative;
    width: 100%;
}

/* Pill Trigger */
.survey-wrapper .select-trigger {
    background: #FFFFFF;
    border: 1.5px solid #CBD5E1;
    border-radius: 50px !important;
    min-height: 54px;
    padding: 8px 48px 8px 24px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: border-color 0.2s, box-shadow 0.2s;
    position: relative;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.01);
}

.survey-wrapper .select-trigger:hover {
    border-color: #94A3B8;
}

.survey-wrapper .custom-select.open .select-trigger {
    border-color: var(--medical-blue);
    border-radius: 24px 24px 0 0 !important;
    box-shadow: 0 0 0 4px rgba(26, 86, 219, 0.1);
}

/* section.position-relative.survey-wrapper:before {
    content: "";
    display: block;
    inset: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(26 78 100 / 60%);
    z-index: 9;
} */
.survey-wrapper>div.survey-inner-wrapper {
    z-index: 99;
}

.survey-wrapper .select-placeholder {
    color: #94A3B8;
    font-size: 15px;
    font-weight: 400;
}

/* Arrow Icon */
.survey-wrapper .select-trigger::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748B' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform 0.3s ease;
}

.survey-wrapper .custom-select.open .select-trigger::after {
    transform: translateY(-50%) rotate(180deg);
    stroke: var(--medical-blue);
}

/* Chips Container */
.survey-wrapper .selected-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
}

.survey-wrapper .bottom-actions {
    padding: 0 0 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.survey-wrapper .bottom-actions button {
    background: #fff;
    color: rgb(26 78 100 / 100%);
    padding: 15px 25px;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    min-width: 210px;
    font-size: 18px;
}

/* Beautiful Teal Chips */
.survey-wrapper .chip {
    background: rgb(127 191 104 / 100%) !important;
    color: #FFFFFF;
    font-size: 14.5px;
    font-weight: 500;
    padding: 5px 16px 5px 16px !important;
    border-radius: 30px !important;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 2px 6px rgba(13, 148, 136, 0.2);
    animation: fadeIn 0.2s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.survey-wrapper .chip-remove {
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.survey-wrapper .chip-remove:hover {
    color: white;
    background: rgba(0, 0, 0, 0.3);
}

/* Dropdown Panel */
.survey-wrapper .select-panel {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    width: 100%;
    background: #FFFFFF;
    border: 1.5px solid var(--medical-blue);
    border-top: none;
    border-radius: 0 0 24px 24px !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-5px);
    transition: all 0.2s ease;
    z-index: 1000;
    overflow: hidden;
}

.survey-wrapper .custom-select.open .select-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Flip the panel above the field when there isn't enough room below */
.survey-wrapper .custom-select.drop-up .select-panel {
    top: auto;
    bottom: calc(100% - 1px);
    border-radius: 24px 24px 0 0 !important;
    border-top: 1.5px solid var(--medical-blue);
    border-bottom: none;
    transform: translateY(5px);
}
.survey-wrapper .custom-select.drop-up.open .select-panel {
    transform: translateY(0);
}
.survey-wrapper .custom-select.drop-up.open .select-trigger {
    border-radius: 0 0 24px 24px !important;
}

/* Search input */
.survey-wrapper .select-search-wrap {
    padding: 16px 20px;
    background: #F8FAFC;
    border-bottom: 1px solid #E2E8F0;
}

.survey-wrapper .select-search-input {
    width: 100%;
    border: 1px solid #CBD5E1;
    border-radius: 12px !important;
    padding: 10px 16px 10px 40px;
    font-size: 14.5px;
    outline: none;
    background: #FFFFFF url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2394A3B8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E") no-repeat 14px center;
    background-size: 16px;
}

.survey-wrapper .select-search-input:focus {
    border-color: var(--medical-blue);
}

/* Options List */
.survey-wrapper .select-options {
    max-height: 366px;
    overflow-y: auto;
    padding: 8px 12px;
}

.survey-wrapper .select-options::-webkit-scrollbar {
    width: 6px;
}

.survey-wrapper .select-options::-webkit-scrollbar-thumb {
    background: #1A4E6A;
    border-radius: 10px;
}

/* mobile: keep the open dropdown within reach (shorter list + scroll room below) */
@media (max-width: 767px) {
    .survey-wrapper .select-options {
        max-height: 240px;
        overscroll-behavior: contain;
    }
    .survey-inner-wrapper {
        padding-top: 0px !important;
    }
}

.survey-wrapper .option-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 14px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s;
    margin-bottom: 2px;
}

.survey-wrapper .option-item:hover {
    background: #EEF2FF;
}

.survey-wrapper .option-item.hidden {
    display: none !important;
}

.option-text {
    font-size: 16px;
    color: #1A4E6A;
    flex: 1;
}

/* Beautiful Checkbox inside option */
.survey-wrapper .opt-checkbox {
    width: 20px;
    height: 20px;
    border: 2px solid #CBD5E1;
    border-radius: 6px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    flex-shrink: 0;
    background: #FFFFFF;
}

.survey-wrapper .option-item.selected .opt-checkbox {
    background: #7FBF68;
    border-color: #7FBF68;
}

.survey-wrapper .option-item.selected .opt-checkbox::after {
    content: '';
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

.survey-wrapper .option-item.selected .option-text {
    font-weight: 600;
    color: #7FBF68;
}

/* Radio for single select */
.survey-wrapper .custom-select[data-multiple="false"] .opt-checkbox {
    border-radius: 50% !important;
}

.survey-wrapper .custom-select[data-multiple="false"] .option-item.selected .opt-checkbox::after {
    width: 7px;
    height: 7px;
    background: white;
    border-radius: 50%;
}

.custom-select .radio-group .radio-card span {
    position: relative;
    color: #1A4E6A;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
}

.custom-select .radio-group .radio-card input {
    visibility: hidden;
    opacity: 0;
}

.custom-select .radio-group .radio-card span::before {
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid #CBD5E1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    flex-shrink: 0;
    background: #FFFFFF;
    position: absolute;
    left: -30px;
    top: 2px;
}

.custom-select .radio-group {
    display: flex;
    gap: 40px;
    padding-left: 45px;
    margin-top: 23px;
}

.custom-select .radio-group .radio-card input:checked+span::before {
    border: 2px solid #7FBF68;
    background: #7FBF68;
}

.custom-select .radio-group .radio-card input:checked+span::after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    flex-shrink: 0;
    background: #FFFFFF;
    position: absolute;
    left: -24px;
    top: 8px;
}

.custom-select .radio-group .radio-card span.test::before {
    border-radius: 7px;
}

.custom-select .radio-group .radio-card span.test::after {
    content: '';
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat;
    background-position: center;
    background: none;
}

.faq-section {
    display: flex;
    gap: 80px;
    color: white;
    align-items: flex-start;
    position: relative;
    background: #fff;
}

.faq-section h2.faq-title {
    font-size: 56px !important;
    color: #1a4e6a;
    font-weight: 700;
    font-family: "Nunito", sans-serif !important;
}

.faq-title-col {
    flex: 0 0 32%;
}

.faq-list-col {
    flex: 1;
    width: 100%;
}

.faq-item {
    border-top: 1px solid rgb(26 78 106 / 50%);
}

.faq-question {
    width: 100%;
    text-align: left;
    background: transparent;
    border: none;
    padding: 24px 10px;
    font-family: 'Outfit', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #1a4e6a;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: color 0.3s;
}

.faq-icon {
    position: relative;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-icon::before,
.faq-icon::after {
    content: '';
    position: absolute;
    background-color: #1a4e6a;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
}

.faq-icon::before {
    width: 100%;
    height: 1.5px;
}

.faq-icon::after {
    height: 100%;
    width: 1.5px;
}

.faq-answer-wrapper {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease-out;
}

.faq-answer {
    overflow: hidden;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.05rem;
    line-height: 1.6;
    font-weight: 300;
    padding: 0 10px;
}

.faq-answer-content {
    padding-bottom: 24px;
}

.faq-answer-content p {
    margin-bottom: 12px;
}

.faq-item.active .faq-icon::before {
    background-color: #1a4e6a;
}

.faq-item.active .faq-icon::after {
    transform: rotate(90deg);
    opacity: 0;
}

.faq-item.active .faq-answer-wrapper {
    grid-template-rows: 1fr;
}

.faq-answer-content h6 {
    color: #1a4e6a;
    font-weight: 600;
}

.faq-answer-content ul li,
.faq-answer-content p {
    font-family: "Open Sans", sans-serif;
    color: #1a4e6a !important;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
}

.faq-answer-content p {
    margin-bottom: 20px;
}

.faq-answer-content ul.list-style {
    list-style: none;
    padding-left: 25px;
    position: relative;
}

.faq-answer-content ul.list-style li>span.check_icon {
    position: absolute;
    left: 0;
}

/* ===== FAQ responsive ===== */
@media (max-width: 1199px) {
    .faq-section {
        gap: 48px;
    }

    .faq-section h2.faq-title {
        font-size: 44px !important;
    }
}

@media (max-width: 991px) {
    .faq-section {
        flex-direction: column;
        gap: 20px;
    }

    .faq-title-col {
        flex: 0 0 auto;
        width: 100%;
        min-width: 0;
    }

    .faq-list-col {
        flex: 1 1 auto;
        width: 100%;
        min-width: 0;
    }

    .faq-section h2.faq-title {
        font-size: 34px !important;
        margin-bottom: 8px;
    }

    .faq-section h2.faq-title br {
        display: none;
    }
}

@media (max-width: 575px) {
    .faq-section h2.faq-title {
        font-size: 28px !important;
    }

    .faq-question {
        font-size: 17px;
        padding: 18px 4px;
        gap: 16px;
    }

    .faq-icon {
        width: 16px;
        height: 16px;
    }

    .faq-answer {
        padding: 0 4px;
        font-size: 1rem;
    }

    .faq-answer-content ul li,
    .faq-answer-content p {
        font-size: 15px;
        line-height: 24px;
    }
}

/* 1 april custom css */
.page-header.navbar.navbar-fixed-top {
    position: fixed;
    width: 100%;
}

/* mobile only (phones, <=991px): sticky header so the breadcrumb isn't clipped under it. desktop/iPad unchanged. */
@media (max-width: 991px) {
    .page-header.navbar.navbar-fixed-top {
        position: sticky;
        top: 0;
        height: auto;
        min-height: var(--header-height);
    }
}

.survey-wrapper .survey-inner-wrapper .profile_step_form {
    box-shadow: none;
    background-color: inherit;
    border-radius: 0;
    padding: 0;
}

.og_welcome_section.panel-password-reset {
    border-bottom: 1px solid #fff;
}

/* privacy css */
.privacy_card {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    margin-bottom: 25px;
    border-left: 6px solid #7FBF68;
    text-align: left;
}

.pfr_privacy_wrapper h1 {
    font-size: 42px !important;
    color: #fff;
    font-weight: 700;
    font-family: "Nunito", sans-serif !important;
    text-align: left;
    margin: 0;
}

.pfr_privacy_wrapper .last-updated {
    margin: 0 0 30px;
    text-align: left;
    font-size: 16px;
    color: #fff;
    font-family: "Nunito", sans-serif !important;
}

.privacy_card h2 {
    color: #1A4E6A;
    margin-top: 0;
    font-family: "Nunito", sans-serif !important;
}

.privacy_card p {
    line-height: 1.5;
    font-size: 16px;
    color: #000;
    margin: 10px 0 16px;
}

.privacy_card ul {
    padding-left: 25px;
    display: flex;
    flex-direction: column;
    margin: 10px 0 0;
}

.pfr_privacy_wrapper .privacy_card li {
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 16px;
    font-weight: normal;
    list-style: disc;
    padding: 0;
    display: list-item;
    text-align: left;
}

.privacy_card p a {
    color: #000;
}

.privacy_card .contact {
    background: #f2fbfb;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #e3f2f2;
    margin-top: 15px;
}

.panel-endpage.pfr_privacy_wrapper {
    width: 100%;
}

.pfr_privacy_wrapper {
    padding-top: 170px;
}

.panel-main-endpage.pfr_main_endpage {
    border-bottom: 1px solid #fff;
}

.health_condition_wrapper .health_question_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: flex-start;
}

.health_condition_wrapper .health_question_wrapper .faq-container h4.heading_title {
    margin-bottom: 20px;
    font-weight: bold;
    color: #1a4e6a;
    margin-top: 0;
    font-family: "Nunito", sans-serif !important;
    font-size: 24px;
    line-height: 30px;
}

.health_condition_wrapper .health_question_wrapper .faq-container .panel-group.accordion .panel {
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 20px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 15px;
}

.health_condition_wrapper .health_question_wrapper .faq-container .panel-group.accordion .panel .panel-heading {
    padding: 10px 0;
    border-radius: 20px !important;
}

.health_condition_wrapper .health_question_wrapper .faq-container .panel-title a {
    font-size: 18px;
    font-weight: 600;
    color: #1a4e6a;
    background: none !important;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0 !important;
}

.health_condition_wrapper .health_question_wrapper .faq-container .collapse.in {
    display: block;
}

.health_condition_wrapper .health_question_wrapper .faq-container .panel-default>.panel-heading {
    background-color: initial;
}

.health_condition_wrapper .health_question_wrapper .faq-container .panel-body {
    font-family: "Open Sans", sans-serif;
    color: #1a4e6a !important;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    padding-bottom: 20px;
    border-top: 1px solid #1a4e6a;
}

.health_condition_wrapper .health_question_wrapper .accordion .panel .panel-title .accordion-toggle.accordion-toggle-styled:not(.collapsed) .faq-icon::after {
    transform: rotate(90deg);
    opacity: 0;
}

.health_condition_wrapper .health_question_wrapper .accordion .panel .panel-title .accordion-toggle.accordion-toggle-styled .faq-icon::before {
    background-color: #1a4e6a;
}

.health_condition_wrapper .health_question_wrapper .faq-icon::before {
    height: 2px;
}

.ts-card {
    padding: 0 28px;
}

.health_condition_wrapper .health_question_wrapper .faq-container,
.health_condition_wrapper .health_question_wrapper .ts-card {
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(16px);
    padding: 30px;
    border-radius: 20px !important;
}

.health_condition_wrapper .health_question_wrapper .ts-card>.q-label {
    margin-bottom: 20px;
    font-weight: bold;
    color: #1a4e6a;
    margin-top: 0;
    font-family: "Nunito", sans-serif !important;
    font-size: 24px;
    line-height: 30px;
}

.ts-wrapper.multi .ts-control {
    min-height: 54px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.01) 0px 2px 4px inset;
    background: rgb(255, 255, 255);
    border-width: 1.5px;
    border-style: solid;
    border-color: rgb(203, 213, 225);
    border-image: initial;
    padding: 8px 48px 8px 24px;
    transition: border-color 0.2s, box-shadow 0.2s;
    border-radius: 50px !important;
    gap: 3px;
}

.ts-wrapper.multi .ts-control>input {
    color: #1a4e6a;
    font-size: 16px;
    font-weight: 500;
    flex-basis: 100%;
}

.ts-wrapper.multi.focus.dropdown-active .ts-control {
    border-radius: 24px 24px 0 0 !important;
    box-shadow: 0 0 0 4px rgba(26, 86, 219, 0.1);
}

.ts-dropdown {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    width: 100%;
    background: #FFFFFF;
    border: 1.5px solid var(--medical-blue);
    border-top: none;
    border-radius: 0 0 24px 24px !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    transform: translateY(-5px);
    transition: all 0.2s ease;
    z-index: 1000;
    overflow: hidden;
    margin: 0;
}

.ts-dropdown .option {
    font-size: 16px;
    color: #1A4E6A;
    font-weight: 600;
}

.ts-dropdown .option .highlight {
    color: #fff;
}

.ts-dropdown .option:hover,
.ts-dropdown .option.active {
    background: #EEF2FF;
}

.ts-dropdown .option .highlight {
    background: #7FBF68;
    border-radius: 2px !important;
    padding: 0 2px;
}

.ts-wrapper.multi .ts-control>div {
    background: rgb(127 191 104 / 100%) !important;
    color: #FFFFFF;
    font-size: 14.5px;
    font-weight: 500;
    padding: 5px 12px 5px 16px !important;
    border-radius: 30px !important;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 2px 6px rgba(13, 148, 136, 0.2);
    animation: fadeIn 0.2s ease;
    border: 0;
}

.ts-wrapper.multi .ts-control>div .remove {
    border-left: 1px solid #bfdbfe;
    margin-left: 6px;
    padding-left: 6px;
    color: #fff;
}

.ts-dropdown .no-results {
    padding: 14px;
    text-align: center;
    font-size: 16px;
    color: #1a4e6a99;
}

.ts-wrapper.multi .ts-control>div .remove:hover {
    color: #fff;
    background: none;
}

.ts-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    font-weight: 500;
    color: #ffff;
    background: rgb(127 191 104 / 100%) !important;
    padding: 5px 12px;
    border-radius: 999px !important;
}

.ts-badge .count {
    font-weight: 700;
}

.ts-btn-clear {
    background: none;
    border: 1px solid #1a4e6a;
    color: #1a4e6a;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 14px;
    border-radius: 999px !important;
    cursor: pointer;
    transition: all 0.2s;
    opacity: 0;
    pointer-events: none;
}

.ts-btn-clear.visible {
    opacity: 1;
    pointer-events: auto;
}

.ts-btn-clear:hover {
    background: #fff;
}

#back-to-section-2,
#s4-prev-btn,
#back-to-survey-form,
#s6-prev-btn,
#s5-prev-btn,
#s7-prev-btn,
#s8-prev-btn,
#s9-prev-btn {
    padding: 15px 25px;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
    margin: 0;
    border-radius: 6px !important;
    text-align: center;
    font-size: 18px;
    border: 0;
    background: #fff;
    height: 54px;
}

.og_profile_section .profile_decision {
    grid-column: 1/-1;
}

.question_block_wrapper .radio-group.s4-checkbox-group label {
    border: 2px solid #1a4e6a;
    padding: 6px 10px 6px 6px;
}

.question_block_wrapper .radio-group.s4-checkbox-group label.selected {
    border: 2px solid #7FBF68;
}

.survey-wrapper .question_block_wrapper .q-text {
    line-height: normal;
    color: #fff;
    font-weight: 700;
    font-size: 26px;
    font-family: "Nunito", sans-serif !important;
}

.question_block_wrapper .s4-condition-card .content-card {
    background: none;
    backdrop-filter: none;
    border: 0;
    border-radius: 20px !important;
    padding: 0;
    box-shadow: none;
    transition: none;
}

.survey-wrapper .question_block_wrapper .question-block.s4-condition-card:hover .content-card {
    transform: none;
    box-shadow: none;
}

.question_block_wrapper .s4-q-group.s4-q-card {
    backdrop-filter: blur(16px);
    box-shadow: rgba(0, 0, 0, 0.04) 0px 10px 40px;
    flex: 1 1 0%;
    background: rgba(255, 255, 255, 0.65);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.6);
    border-image: initial;
    padding: 32px;
    transition: transform 0.3s, box-shadow 0.3s;
    border-radius: 20px !important;
}

.question_block_wrapper .question-block.s4-condition-card:hover .step-indicator {
    border-color: #E0E7FF;
    color: #000;
    background: #FFFFFF;
    border: 2px solid #E0E7FF;
    transition: none;
}

.question_block_wrapper .s4-q-group.s4-q-card:hover .step-indicator {
    border-color: rgb(26 78 106 / 90%);
    color: white;
    background: rgb(26 78 106 / 90%);
    transition: all 0.3s ease;
}

.question_block_wrapper .s4-q-group.s4-q-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.07);
}

.yes-no-radio-group.custom-select {
    padding-left: 22px !important;
    margin: 0 !important;
}

.question_block_wrapper .s4-questions-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 20px 0;
}

.s4-helper-content {
    border-left: 4px solid rgb(127, 191, 104);
    border-radius: 15px !important;
}

.login_signup_section .consent_wrapper .form-check label a {
    color: #1a4e6a;
    font-weight: 600;
}

.login_signup_section .consent_wrapper .form-check-input:checked {
    background-color: #1a4e6a;
    border-color: #1a4e6a;
}

.login_signup_section .consent_wrapper h4 {
    display: block;
    width: 100%;
    margin-top: 14px;
    margin-bottom: 0;
}

.login_signup_section .consent_wrapper>p {
    font-size: 13px;
    color: #000;
}

.login_signup_section .consent_wrapper .form-check>span {
    display: inline-block;
    font-size: 12px;
    color: #000;
}

.question_block_wrapper .s4-condition-card .content-card .pro_head.q-header .q-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 10px);
    overflow: hidden;
}

.question_block_wrapper .s4-condition-card .content-card .pro_head.q-header {
    display: grid;
    grid-template-columns: 0.81fr 1fr;
    gap: 20px;
}

.page-content-wrapper.pfr-dashboard,
.page-content-wrapper.float-none {
    float: none !important;
}

.pfr-dashboard .page-content {
    background: #fff;
}

.pfr_dashboard_wrapper {
    padding: 0;
}

.pfr_dashboard_wrapper .row.g-4.pb-5 {
    padding-bottom: 48px;
}

.footer-3__area-common .container-md {
    max-width: 1320px;
    margin: auto;
    padding: 0 12px;
}

.footer-3__main-wrapper .container-md .row {
    display: flex;
    flex-wrap: wrap;
}

.footer-3__main-wrapper .container-md .row.justify-content-center {
    justify-content: center;
}

.footer-2__copyright-menu>ul {
    margin: 0;
}

.s4-error-border+.yes-no-radio-group .radio-group label span:before {
    border-color: rgb(239, 68, 68);
}

.s4-error-border+.yes-no-radio-group {
    border: 0 !important;
    padding: 0 0 0 22px !important;
    margin: 0 !important;
}

.s4-helper-trigger {
    width: 26px;
    height: 26px;
    border: 1px solid #1A4E6A;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50% !important;
    background: #1A4E6A;
}

#faq-intro-section .panel-title>a {
    position: relative;
}

#faq-intro-section .panel-title>a span.faq-icon {
    position: absolute;
    right: 15px;
    top: 13px;
}

.survey-wrapper .flow-container#faq-intro-section {
    grid-template-columns: 1fr;
}

.s4-text-input.s4-specify-input {
    font-size: 15px;
    margin-top: 10px;
    min-height: 54px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.01) 0px 2px 4px inset;
    background: rgb(255, 255, 255);
    border-width: 1.5px;
    border-style: solid;
    border-color: rgb(203, 213, 225);
    border-image: initial;
    padding: 8px 48px 8px 24px;
    transition: border-color 0.2s, box-shadow 0.2s;
    border-radius: 50px !important;
    gap: 3px;
    max-width: 100% !important;
}

.question_block_wrapper .s4-q-group.s4-q-card:hover .s4-helper-trigger {
    background: #fff;
    border-color: #1A4E6A;
}

.question_block_wrapper .s4-q-group.s4-q-card:hover .s4-helper-trigger i {
    color: #1A4E6A !important;
}

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

#signup:has(.signup-middle) {
    height: 100%;
}

.question_block_wrapper#section6-form {
    gap: 20px;
}

.question_block_wrapper#section6-form .profile_decision {
    grid-column: 1/-1;
}

/* Section 5: Anti-obesity card wrapper */
.question_block_wrapper.s5-obesity-card {
    gap: 20px;
}

.question_block_wrapper.s5-obesity-card .obesity-grid-table {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.question_block_wrapper.s5-obesity-card .obesity-grid-table thead {
    background: linear-gradient(135deg, #1A4E6A, #2a6f8e) !important;
}

.question_block_wrapper.s5-obesity-card .obesity-grid-table thead th {
    color: #fff;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding: 14px 16px;
    border-color: rgba(255, 255, 255, 0.15);
}

.question_block_wrapper.s5-obesity-card .obesity-grid-table tbody td {
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    color: #000;
    padding: 12px 16px;
    vertical-align: middle;
    border-color: rgba(0, 0, 0, 0.06);
}

.question_block_wrapper.s5-obesity-card .obesity-grid-table tbody tr:hover {
    background: rgba(26, 78, 106, 0.04);
}

/* Fix for Q70 dropdown overlapping under Q71 */
.question_block_wrapper.s5-obesity-card .s4-q-group[data-qkey="q70"] {
    position: relative;
    z-index: 100;
}

.question_block_wrapper.s5-obesity-card .s4-q-group[data-qkey="q71"] {
    position: relative;
    z-index: 10;
}

/* Radio button redesign for Step 5 table (Matching Step 1) */
.obesity-grid-table .s4-radio-item {
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.obesity-grid-table .s4-radio-item input {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
}

.obesity-grid-table .s4-radio-item .radio-mark {
    width: 20px;
    height: 20px;
    border: 1px solid #1A4E6A;
    border-radius: 50% !important;
    display: inline-block;
    transition: all 0.2s;
    background: #FFFFFF;
    position: relative;
}

.obesity-grid-table .s4-radio-item input:checked+.radio-mark {
    border: 2px solid #7FBF68;
    background: #7FBF68;
}

.obesity-grid-table .s4-radio-item input:checked+.radio-mark::after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FFFFFF;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#s4-stepper {
    display: none;
}

#condition-details-form .shc-title-row {
    gap: 8px;
}

/* Section 6 Height/Weight native selects */
#section6-form .section6-measure-input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #FFFFFF url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748B' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") no-repeat right 14px center;
    background-size: 16px;
    border: 1.5px solid rgba(255, 255, 255, 0.8);
    border-radius: 50px !important;
    padding: 12px 40px 12px 20px;
    font-size: 15px;
    font-family: "Outfit", sans-serif;
    color: #1A4E6A;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    width: 100%;
}

#section6-form .section6-measure-input:focus {
    border-color: var(--medical-blue);
    box-shadow: 0 0 0 3px rgba(26, 78, 106, 0.12);
    outline: none;
}

#section6-form .section6-measure-input option {
    font-family: "Outfit", sans-serif;
    padding: 8px;
}

#section6-form .section6-question .form-label {
    color: #1A4E6A;
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    margin-bottom: 8px;
}

.survey-wrapper .survey-inner-wrapper .profile_step_form#anti-obesity-form .s5-obesity-card {
    grid-column: 1/-1;
}

.table.obesity-grid-table-striped>tbody>tr:nth-of-type(odd) {
    backdrop-filter: blur(16px);
    background: rgba(255, 255, 255, 0.65);
}

#section6-form .section-hero-card .shc-text h2,
#anti-obesity-form .section-hero-card .shc-text h2 {
    font-weight: 700;
    font-family: "Nunito", sans-serif !important;
    font-size: 32px;
    margin: 0;
}

.slider-option span {
    font-size: 15px;
}

.slider-value-display {
    color: #7FBF68;
    font-size: 16px;
    background: #fff;
    border: 2px solid #E0E7FF;
    padding: 4px 12px;
    border-radius: 20px !important;
    font-family: "Nunito", sans-serif !important;
}

.login_signup_section .form-outline input#phone {
    border-left: 0;
    border-bottom-left-radius: 0;
}

.login_signup_section .form-outline #phone_code {
    height: 47px;
    border-bottom-right-radius: 0;
    border-right: 0;
    border-color: #1a4e6a;
    box-shadow: none;
    outline: 0;
    font-size: 14px;
    color: #1a4e6a;
    font-weight: 600;
    -webkit-appearance: auto;
    -moz-appearance: initial;
    appearance: auto;
}

.error-show .content-card .custom-select.dropdown-type .select-trigger {
    border: 1px solid red;
}

.error-show .content-card .custom-select .radio-group .radio-card span::before {
    border-color: red;
}

#section8-form #section8-questions-container {
    grid-column: 1/-1;
    backdrop-filter: blur(16px);
    box-shadow: rgba(0, 0, 0, 0.04) 0px 10px 40px;
    flex: 1 1 0%;
    background: rgba(255, 255, 255, 0.65);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.6);
    border-image: initial;
    padding: 32px;
    transition: transform 0.3s, box-shadow 0.3s;
    border-radius: 20px !important;
}

#section8-form #section8-questions-container h4 {
    font-size: 16px;
    color: #1A4E6A;
    font-weight: 600 !important;
    margin: 0;
    line-height: 1.4;
}

#section8-form .profile_decision,
#section7-form .profile_decision {
    grid-column: 1/-1;
}

#section8-form .section-hero-card h2,
#section7-form .section-hero-card h2 {
    font-weight: 700;
    font-size: 32px;
    font-family: Nunito, sans-serif !important;
    margin: 0px;
}

#section9-form .content-card h3 {
    font-size: 20px;
    color: #1A4E6A;
    font-weight: 600 !important;
    margin: 0 0 19px !important;
    line-height: 1.4;
}

#section9-form .content-card {
    color: #000;
    font-size: 16px;
}

#completion-feedback {
    resize: none;
    border-radius: 12px !important;
    padding: 15px;
    font-size: 16px;
}

.share_feedback_block .checkbox-wrapper-13>label input:after {
    display: none !important;
}

#goto-dashboard-btn {
    background: #fff;
    color: #999;
    padding: 15px 25px;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    min-width: 190px;
    font-size: 18px;
    margin: 0;
    border: 0;
    border-radius: 6px !important;
    text-align: center;
    height: 54px;
}

.completion-hero-card .shc-text p.icon {
    font-size: 38px;
    margin: 0 0 15px;
}

.about_wrapper a.rr-btn,
.welcome-why-choose-us a.rr-btn {
    display: none;
}

.q-icon-circle {
    width: 42px;
    height: 42px;
    background: #fff;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    border: 3px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.q-icon-circle i {
    color: #7FBF68;
    font-size: 20px;
}

#condition-details-form.question_block_wrapper .s4-condition-card .content-card .pro_head.q-header .q-text {
    background: linear-gradient(135deg, #7FBF68 0%, #5da84a 100%);
    border-radius: 12px 12px 0 0 !important;
    padding: 20px 25px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 0px;
    width: 100%;
    border: 1px solid #fff;
    border-bottom: 0;
    box-shadow:
        0 -2px 15px rgba(255, 255, 255, 0.9),
        0 8px 23px rgba(255, 255, 255, 0.99);
}

#condition-details-form.question_block_wrapper .s4-questions-grid {
    padding-top: 0 !important;
}

#condition-details-form.question_block_wrapper .s4-condition-card .content-card .pro_head.q-header {
    grid-template-columns: 1fr;
    margin: 0;
}

#condition-details-form.question_block_wrapper .s4-questions-grid .s4-q-group.s4-q-card:first-of-type {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

#condition-details-form.question_block_wrapper .s4-questions-grid .s4-q-group.s4-q-card:nth-child(2) {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.question_block_wrapper .s4-condition-card .content-card .pro_head.q-header .q-text::before,
.question_block_wrapper .s4-condition-card .content-card .pro_head.q-header .q-text::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 51px;
    display: none;
}

.question_block_wrapper .s4-condition-card .content-card .pro_head.q-header .q-text::before {
    top: 0;
    left: 0;
    border-left: 2px solid #7FBF68;
    border-top: 2px solid #7FBF68;
    border-top-left-radius: 12px;
}

.question_block_wrapper .s4-condition-card .content-card .pro_head.q-header .q-text::after {
    bottom: 0;
    right: 0;
    border-right: 2px solid #7FBF68;
    border-bottom: 2px solid #7FBF68;
    border-bottom-right-radius: 12px
}


/* PREMIUM PROFILE BUILDER TILE */
.profile-hero-card {
    background: linear-gradient(to right, #1a4e6a 0%, #003d5e 100%);
    border-radius: 8px !important;
    padding: 10px 60px;
    border: none;
    box-shadow: 0 15px 35px rgba(0, 61, 94, 0.2);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
    margin-bottom: 40px;
}

/* Star Reflections */
.ph-stars {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background-image:
        radial-gradient(circle at 10% 10%, white 1px, transparent 1px),
        radial-gradient(circle at 20% 30%, white 1.5px, transparent 1.5px),
        radial-gradient(circle at 70% 20%, white 1px, transparent 1px),
        radial-gradient(circle at 85% 40%, white 1px, transparent 1px),
        radial-gradient(circle at 40% 15%, white 1px, transparent 1px);
    background-size: 100% 100%;
    opacity: 0.4;
    z-index: 1;
}

/* Decorative Waves at bottom */
.ph-waves {
    position: absolute;
    bottom: -20px;
    left: -20px;
    right: -20px;
    height: 100px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 100% 100% 0 0;
    z-index: 1;
    transform: rotate(-2deg);
}

.ph-bg-blob {
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(0, 163, 255, 0.2);
    filter: blur(80px);
    right: -50px;
    bottom: -50px;
    z-index: 1;
}

.ph-content {
    flex: 1;
    z-index: 2;
    position: relative;
}

.ph-header-block {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 25px;
}

.ph-icon-circle {
    width: 85px;
    height: 85px;
    background: #ffffff;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    flex-shrink: 0;
}

.ph-icon-circle i {
    font-size: 60px;
    color: #1a4e6a;
    /* Teal color matching the screenshot */
}

.ph-titles {
    display: flex;
    flex-direction: column;
}

.ph-welcome {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
    opacity: 0.9;
}

.ph-title {
    font-family: 'Nunito', sans-serif !important;
    font-size: 32px;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
    line-height: 1.15;
    text-transform: none;
    /* Matches lowercase style from image */
}

.ph-meta {
    display: inline-flex;
    align-items: center;
    gap: 25px;
    margin: 12px 0 25px;
}

.ph-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: #f8fafc;
    font-weight: 500;
}

.ph-meta-item i {
    color: #79c379;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ph-meta-item .fa-clock-o {
    font-size: 20px;
    /* Slight bump for clock stroke weight */
}

.btn-ph-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #4cc66c;
    color: #ffffff !important;
    padding: 14px 35px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: 0 8px 20px rgba(76, 198, 108, 0.3);
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    text-transform: capitalize;
    justify-content: center;
}

.btn-ph-cta:hover {
    background: #3eb15d;
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(76, 198, 108, 0.4);
}

.ph-illustration {
    flex: 0 0 45%;
    max-width: 450px;
    z-index: 2;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.ph-illustration img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.15));
}

.profile-shadow-bottom-image {
    position: absolute;
    bottom: -63px;
    width: 400px;
    right: -42px;
    opacity: 0.2;
}

.industry_insight_wrapper {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.industry_insight_wrapper .heading_insight {
    width: 100%;
}

.industry_insight_wrapper .blog-item {
    display: flex;
    align-items: normal;
    border: 1px solid #ddd;
    padding: 15px 20px;
    border-radius: 12px !important;
    width: 100%;
}

.profile-shadow-top-image {
    position: absolute;
    top: -98px;
    right: -68px;
    width: 210px;
    transform: rotate(172deg);
}

@media (max-width: 991px) {
    .profile-hero-card {
        padding: 15px 20px;

    }

    .ph-meta {
        justify-content: center;
    }

    .ph-illustration {
        max-width: 100%;
        margin-top: 20px;
        order: -1;
    }

    .ph-title {
        font-size: 24px;
    }
}

.page-header .page-header-inner .page-top ul.top_rightmenu li>ul.dropdown-menu {
    position: absolute;
    margin: 0 !important;
}

.page-header .page-header-inner .page-top ul.top_rightmenu li>ul.dropdown-menu>li>a.nav-link {
    padding: 8px 12px;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown-dark .dropdown-menu:after {
    border-bottom-color: #1A4E6A;
}

.email_varification_wrapper {
    padding: 30px 20px;
    background: #fff;
    border-radius: 0 0 8px 8px !important;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px !important;
    position: relative;
    height: 100%;
}

.email_varification_wrapper span.font-headline {
    font-size: 18px;
    margin: 15px 0;
    margin-bottom: 0;
    display: block;
    color: #1a4e6a;
    font-family: "Nunito", sans-serif !important;
    font-weight: 600;
}

.email_varification_wrapper .email_verify_btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #1a4e6a;
    color: #ffffff !important;
    padding: 14px 35px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: 0 8px 20px rgba(76, 198, 108, 0.3);
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    text-transform: capitalize;
    margin: 0px 0 0 auto;
    border-radius: 6px !important;
    align-self: flex-end;
}

.email_varification_wrapper .email_verify_wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
}

.shadow_1 {
    position: absolute;
    bottom: -11px;
    left: -15px;
    right: -20px;
    height: 100px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 100% 100% 0 0;
    z-index: 0;
    transform: rotate(-2deg);
    border-radius: 50% !important;
    width: 300px;
    height: 400px;
}

.shadow_2 {
    position: absolute;
    bottom: 96px;
    left: 199px;
    right: -20px;
    height: 100px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 100% 100% 0 0;
    z-index: 0;
    transform: rotate(-2deg);
    border-radius: 50% !important;
    width: 150px;
    height: 200px;
}

.improve_profile_page.question_block_wrapper .improve-grid-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px 30px;
    grid-column: 1/-1;
}

.improve_profile_content .profile_decision {
    justify-content: space-between;
    align-items: center;
}

.improve_profile_content .profile_decision .btn-prev {
    padding: 15px 25px;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
    margin: 0;
    border-radius: 6px !important;
    text-align: center;
    font-size: 18px;
    border: 0;
    background: #fff;
    height: 54px;
    color: #1A4E6A;
}

.improve_profile_content .profile_decision .question_completed {
    margin-left: auto;
}

.improve_profile_page.question_block_wrapper .improve-grid-wrapper .question-card .q-text {
    flex: 1;
    font-size: 16px;
    color: #1A4E6A;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
    align-self: center;
    font-family: "Open Sans", sans-serif !important;
}

.left_survey_wrapper .industry_insight_wrapper .blog-item-image {
    width: 100px;
}

.left_survey_wrapper .industry_insight_wrapper .blog-item-image img {
    object-fit: contain;
}

.page-header-sec.wallet-page-header {
    background: none;
    padding: 12px 20px 8px;
    box-sizing: border-box;
    border: 0;
    margin-bottom: 6px;
    position: relative;
    box-shadow: none;
}

.wallet-wrapper-stats {
    margin-top: 25px;
    padding-top: 20px;
    box-shadow: none;

}

.wallet-wrapper-stats .stats-section {
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.05);
    border-radius: 10px !important;
}













@media (min-width: 576px) {
    .survey-wrapper .container {
        max-width: 650px;
    }
}

@media (min-width: 768px) {
    .survey-wrapper .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .survey-wrapper .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .survey-wrapper .container {
        max-width: 1140px;
    }
}

@media (min-width: 992px) {
    .page-header.navbar.navbar-fixed-top {
        display: block;
    }

    .page-header.navbar.navbar-fixed-top .page-header-inner {
        display: grid;
        height: 100%;
        grid-template-columns: 1fr 3fr 1fr;
        place-content: center;
    }

    .page-header.navbar.navbar-fixed-top .page-header-inner .og_panel_logo {
        width: auto !important;
        padding: 0 0 0 8px !important;
        display: flex;
        align-items: center;
    }

    .page-header.navbar.navbar-fixed-top .page-header-inner .page-sidebar-wrapper {
        width: 100%;
    }

    .page-header.navbar.navbar-fixed-top .page-header-inner .page-sidebar-wrapper .page-sidebar {
        margin: 0 !important;
    }

    .page-header.navbar.navbar-fixed-top .page-header-inner .page-top {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        height: 100%;
    }
}

@media(min-width:1600px) {

    .account_balence_wrapper>p,
    .available_survey_block>div>p,
    .profile_progress_wrapper .progress-box-wrapper .progress-box-item p {
        font-size: 14px;
        letter-spacing: 0.1em;
    }
}

@media (max-width: 1515px) {
    .profile-hero-card {
        gap: 25px;
    }
}

@media(max-width:1440px) {
    .og_top_navbar .page-sidebar ul#panelist-sidebar li {
        padding: 0;
    }
}

@media(max-width:1400px) {
    .footer-2__right-shape {
        display: none;
    }

    .footerlogotxt h6 {
        color: #fff !important;
    }

    .profile-hero-card {
        padding: 10px 20px;
    }
}

@media(max-width:1250px) {
    .ph-title {
        font-size: 26px;
    }

    .ph-illustration {
        flex: 0 0 40%;
        max-width: 350px;
    }
}

@media(max-width:1199px) {
    .og_tiles .survey_tiles_sec {
        padding: 15px;
    }

    .og_profile_section div.bhoechie-tab-menu {
        width: 33.33333%;
    }

    .welcome_section .banner-top_img {
        width: 70%;
        top: -40px;
        right: -250px;
    }

    .page-sidebar .page-sidebar-menu>li>a,
    .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a {
        padding: 12px 10px;
    }

    .og_top_navbar .page-sidebar .page-sidebar-menu>li>a>.title {
        font-size: 14px;
    }

    .dashboard-main-wrapper {
        display: flex;
        flex-direction: column;
    }

    .dashboard-main-wrapper .left_dashboard_block {
        order: 2;
    }

    .dashboard-main-wrapper .right_dashboard_block {
        order: 1;
    }

    .ph-title {
        font-size: 32px;
    }

    .profile-hero-card {
        gap: 80px;
    }
}

@media(max-width: 1024px) {
    .page-header.navbar .page-logo.og_panel_logo {
        width: auto !important;
    }

    .page-sidebar-wrapper.og_top_navbar {
        display: inline-block;
        width: 50%;
    }
}

@media(max-width:992px) {
    .improve_profile_page.question_block_wrapper .improve-grid-wrapper {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .og_welcome_section .welcome_content .welcome_inner_content {
        padding: 0;
    }

    .welcome_section .banner-top_img {
        display: none;
    }

    header {
        position: unset;
    }

    .our-work-precess-2__nav-tabs .nav {
        gap: 20px;
    }

    .our-work-precess-2__content .tab-pane.fade {
        display: none;
    }

    .our-work-precess-2__content .tab-pane.fade.active {
        display: block;
    }

    .welcome-why-choose-us .why-choose-us-2__media {
        display: none;
    }

    .welcome-why-choose-us .why-choose-us-2content {
        padding-top: 50px;
    }

    .about-us-2__content {
        margin-left: 0 !important;
        padding: 15px 0;
    }

    .home-about .abtprom {
        top: auto;
        bottom: revert-rule;
        width: 45px;
        right: 20px;
    }

    .working-process .working-process__wrapper {
        flex-direction: column;
        gap: 10px;
        width: 320px;
        margin: auto;
        align-items: center;
    }

    .working-process .working-process__wrapper .working-process_wrapper.working-process__item {
        width: auto;
        display: flex;
        flex-direction: row;
        margin: 0;
        gap: 15px;
    }

    .working-process .working-process__wrapper .working-process__icon {
        flex-shrink: 0;
    }

    .working-process__wrapper:before {
        width: 1px;
        height: 75%;
        top: 68px;
        left: 58px;
    }

    .reset_password_wrapper .top-image {
        display: none;
    }

    .reset_password_wrapper {
        gap: 10px;
    }

    .reset_password_wrapper .reset_password_block,
    .reset_password_wrapper .right-card {
        width: 75%;
        margin: auto;
    }

    .reset_password_wrapper .right-card {
        margin: 0 auto 20px;
    }

    .survey-wrapper .flow-container {
        grid-template-columns: 1fr;
    }

    .question_block_wrapper .s4-questions-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .health_condition_wrapper .health_question_wrapper {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .profile-hero-card {
        padding: 40px;
        gap: 30px;
    }

    .ph-title {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .profile-hero-card {
        flex-direction: column;
        padding: 30px 20px;
    }

    .ph-icon-circle {
        margin: 0;
        width: 50px;
        height: 50px;
        border-radius: 24px;
    }

    .ph-icon-circle i {
        font-size: 28px;
    }

    .ph-content {
        width: 100%;
    }

    .ph-description {
        margin: 0 auto 30px;
    }



    .ph-meta {
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
    }

    .btn-ph-cta {
        width: 100%;
        justify-content: center;
    }

    .ph-illustration {
        position: absolute;
        max-width: 250px;
        right: 0;
        top: 20px;
    }
}

@media(max-width:991px) {
    .og_welcome_section .welcome_content .welcome_inner_content .welcome_content_heading h2 {
        font-size: 60px;
    }

    .og_login_signup .login_signup_section {
        padding: 0;
    }

    .og_login_signup {
        padding: 0;
    }

    .og_welcome_section .welcome_content .welcome_content_des p {
        font-size: 18px;
    }

    .og_profile_row {
        display: inherit;
    }

    .page-header.navbar {
        z-index: 2147483647 !important;
    }

    .page-sidebar-wrapper.og_top_navbar {
        display: inline-block;
        width: 100%;
        position: absolute;
        left: 0;
        top: 75px;
        z-index: 2147483647 !important;
        background-color: #ffffff;
    }

    .og_top_navbar .page-sidebar {
        width: 100% !important;
    }

    .og_top_navbar .page-sidebar ul#panelist-sidebar {
        display: block;
        height: auto;
    }

    .og_top_navbar .page-sidebar .page-sidebar-menu>li a {
        flex-direction: row;
        justify-content: flex-start;
        text-align: left;
        padding: 15px 20px;
        height: auto;
        min-height: 0;
    }

    .og_top_navbar .page-sidebar .page-sidebar-menu>li a i {
        margin-bottom: 0 !important;
        margin-right: 15px;
        font-size: 24px !important;
    }

    .og_top_navbar .page-sidebar .page-sidebar-menu>li>a.active,
    .og_top_navbar .page-sidebar .page-sidebar-menu>li:hover>a {
        border-bottom: none !important;
        border-left: 4px solid var(--accent-teal, #4F9CA6);
        background-color: var(--active-bg, #EAF7F7) !important;
    }

    .copy_right_footer .f-link-left {
        display: block;
    }

    .og_profile_section div.bhoechie-tab-menu div.list-group {
        position: inherit;
        width: inherit;
    }

    .og_profile_section div.bhoechie-tab-menu {
        width: 100%;
    }

    div#question-category-tab {
        width: 100%;
    }

    .og_profile_sidebar .profile-sidebar-portlet {
        height: auto;
        padding-bottom: 30px !important;
    }

    .og_welcome_section {
        padding: 50px 0;
    }

    .welcome-why-choose-us .why-choose-us-2content .why-choose-us-2__item:before {
        width: 300px;
        height: 300px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .page-header .page-header-inner {
        width: 100%;
    }

    .question_block_wrapper .s4-condition-card .content-card .pro_head.q-header {
        grid-template-columns: 1fr;
    }

    .question_block_wrapper .s4-condition-card .content-card .pro_head.q-header .q-text {
        order: 2;
    }

    .question_block_wrapper .s4-condition-card .s4-stepper {
        order: 1;
        justify-content: center;
    }
}

@media(max-width:767px) {

    .survey-wrapper .section-hero-card h1 {
        font-size: 24px;
    }

    /* Let long condition names wrap instead of clipping on phones */
    .question_block_wrapper .s4-condition-card .content-card .pro_head.q-header .q-text {
        white-space: normal;
        text-overflow: clip;
        overflow: visible;
        word-break: break-word;
        align-items: flex-start;
    }

    .copy_right_footer {
        display: block;
        text-align: center;
    }

    .copy_right_footer .f-link-left {
        justify-content: center;
        margin-top: 20px;
    }

    .og_welcome_section .login_signup_section {
        width: 100%;
        padding: 0;
    }

    .og_reward_section .reward_box {
        margin-bottom: 40px;
    }

    .og_testimonial .testimonial_box {
        max-width: 95%;
    }

    .panelist-footer.footer .row {
        padding: 0 12px !important;
    }

    .page-sidebar-wrapper.og_top_navbar {
        top: 152px;
    }

    .page-header.navbar .page-logo.og_panel_logo {
        width: auto !important;
        float: none;
    }

    .og_profile_content {
        padding: 0 0;
    }

    .og_profile_section div.bhoechie-tab-menu div.list-group>a {
        font-size: 14px;
    }

    .og_profile_section div.bhoechie-tab-menu div.list-group span.badge {
        right: 5px;
        padding: 5px;
        width: 40px;
    }

    .og_profile_section a.list-group-item.text-center:before {
        width: 25px;
    }

    .og_profile_section .profile_step_form p.counting_num span,
    .counting_num {
        font-size: 20px;
    }

    .error-red.error-bg,
    .error-red.success-bg,
    .error-red.warning-bg,
    .error-red.information-bg {
        width: 60%;
        z-index: 2147483647;
    }

    .error-text h3 {
        font-size: 14px;
    }

    .error-text p {
        font-size: 12px;
    }

    .about_wrapper .about_shape,
    .work_process_wrapper .about_shape,
    .who_join_wrappper img.section-top_img {
        display: none;
    }

    .about_wrapper,
    .work_process_wrapper {
        padding-top: 50px;
    }

    .who_join_wrappper {
        padding-top: 0;
    }

    .our-work-precess-2__item {
        height: auto;
        padding: 20px;
        margin-bottom: 0;
    }

    .our-work-precess-2__icon {
        margin-bottom: 20px;
    }

    .section_titlehome,
    .section_title_home {
        font-size: 30px !important;
    }

    .mb-65 {
        margin-bottom: 25px;
    }

    .footer-2_gallery>.row {
        justify-content: center;
    }

    .footer-2_gallery>.row>div {
        width: auto;
        padding: 0;
    }

    .footer-2_gallery>.row .footer-row>a {
        width: 200px;
    }

    .custom_header_container {
        padding: 0 15px;
    }

    .mobile-slider {
        max-height: 100%;
        overflow: hidden;
    }

    .mobile-slide.signup-slide {
        max-height: none;
        overflow: visible;
    }

    .survey-wrapper .section-hero-card .shc-desc {
        width: 100%;
        margin-bottom: 0;
    }

    .survey-wrapper .section-hero-card {
        padding: 24px;
    }

    .survey-wrapper .content-card {
        padding: 15px;
    }

    .survey-wrapper .question_block_wrapper .q-header {
        justify-content: center;
    }

    .question_block_wrapper .s4-q-group.s4-q-card {
        padding: 20px;
    }

    .panel-main-endpage.survey-end-page {
        padding: 0 15px;
    }

    .panel-main-endpage.survey-end-page .panel-endpage {
        padding: 70px 0 45px !important;
    }

    .panel-main-endpage.survey-end-page .survey-card {
        padding: 30px 15px !important;
    }

    .faq-intro-card {
        padding: 20px 15px;
    }

    .survey-wrapper.health_survey_wrapper {
        padding-top: 160px;
    }

    .survey-stepper-sidebar {
        top: 190px;
    }
}

@media(max-width: 630px) {
    .ph-header-block {
        flex-direction: column;
    }

    .pat-content p.pat-desc-modern {
        width: 100% !important;
    }
}

@media(max-width: 550px) {
    .ph-illustration {
        max-width: 45%;
        top: 30px;
    }
}

@media(max-width: 480px) {
    .faq-intro-card {
        margin-top: 0;
    }

    .panel-main-endpage.survey-end-page .survey-card .survey-header h2 {
        font-size: 24px !important;
    }

    .panel-main-endpage.survey-end-page .survey-card .survey-header h2+p {
        font-size: 14px !important;
    }

    .pie_title h3 {
        text-align: center;
        margin-bottom: 15px;
    }

    .panelist-transactions .portlet-title .caption {
        display: block;
        float: none !important;
    }

    .input_msg_write textarea#input-default {
        width: 100% !important;
    }

    .emojiPicker {
        left: 50% !important;
        transform: translate(-50%);
    }

    .survey-wrapper .q-text {
        font-size: 16px;
    }

    .survey-wrapper .chip {
        line-height: normal;
    }
}

@media(max-width: 479px) {
    .copy_right_footer .f-link-left a {
        font-size: 12px;
    }

    .price-table-pricing .margin-b-30.rewards_block {
        max-width: 300px !important;
        padding: 30px 0;
    }

    .reward-image {
        background-size: 100% 100% !important;
    }

    span.label_text {
        max-width: 65%;
        font-size: 14px;
    }

    span.label_right_field {
        font-size: 14px;
    }

    .pricing-content-1 .price-table-content {
        padding: 0;
    }

    .pricing-content-1 .price-table-content .row:last-child .mobile-padding span.label_text {
        max-width: 49%;
    }

    .pricing-content-1 .price-table-footer {
        text-align: center;
    }

    .products_details_tab ul.nav.nav-tabs li a,
    .products_details_tab ul.nav.nav-tabs li.active a {
        font-size: 14px;
    }

    .mobile-slide.login-slide form {
        width: 100%;
    }

    .reset_password_wrapper .reset_password_block,
    .reset_password_wrapper .right-card {
        width: 100%;
    }

    .og_welcome_section.panel-password-reset {
        padding: 0;
    }

    .mobile-slide.signup-slide {
        max-height: none;
        overflow: visible;
    }

    .consent_wrapper {
        gap: 0;
    }

    .footer-2_gallery>.row .footer-row>a {
        width: 120px;
        margin: 0;
    }
}

@media(max-width: 420px) {

    .error-red.error-bg,
    .error-red.success-bg,
    .error-red.warning-bg,
    .error-red.information-bg {
        width: 90%;
        z-index: 2147483647;
    }

    .reset_password_wrapper .reset_password_block {
        padding: 40px 20px;
    }

    .ph-welcome,
    .btn-ph-cta {
        font-size: 16px;
    }

    .ph-title {
        font-size: 22px;
    }

    .ph-meta-item {
        font-size: 14px;
    }

    .ph-meta {
        justify-content: flex-start;
    }

    .ph-titles {
        width: 100%;
    }
}

/* Scroll to Top Button */
#pfr-scroll-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50% !important;
    z-index: 9999999;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    background: conic-gradient(#7FBF68 0%, #1A4E6A 0%);
    display: none;
}

#pfr-scroll-btn.is-visible {
    display: none !important;
}

#pfr-scroll-val {
    width: 52px;
    height: 52px;
    background-color: #1A4E6A;
    color: #ffffff;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0;
}

/* Available Rewards Slider Overhaul */
.available_reward_slider {
    display: block;
    width: 100%;
}

.marquee_inner_flex {
    display: flex;
    gap: 15px;
    padding: 10px 5px 20px 5px;
}

.reward_slide_item {
    flex: 0 0 auto;
    text-decoration: none !important;
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.reward_slide_item:hover {
    transform: translateY(-3px);
}

.reward-img-wrapper {
    position: relative;
    border-radius: 8px !important;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    /* width: 140px; */
    height: 55%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.reward-img-wrapper img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.reward-points-tag {
    position: absolute;
    bottom: -5px;
    /* Adjusting to let it overflow properly or stick to bottom right corner */
    right: -5px;
    background: #4cc66c;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    padding: 7px 14px;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(241, 158, 52, 0.4);
    z-index: 2;
    transform: rotate(-10deg);
}

.reward_slide_item.disabled-reward .reward-img-wrapper {
    opacity: 0.6;
    filter: grayscale(0.8);
}

/* MODERN MEDICAL TILES */
.new-profile-tiles-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 30px;
}

.new-profile-tiles-wrapper>div {
    flex: 1;
    min-width: 300px;
}

.profile-action-tile {
    border-radius: 16px !important;
    padding: 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    z-index: 1;
}

/* Gradients for different tiles */
.profile-action-tile.blue-gradient {
    background: linear-gradient(135deg, #1A4E6A 0%, #29729b 100%);
    color: #ffffff;
}

.profile-action-tile.green-gradient {
    background: linear-gradient(135deg, #7FBF68 0%, #2b8b6a 100%);
    color: #ffffff;
}

/* Background medical pattern */
.profile-action-tile::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../assets/images/medial_banner.svg");
    background-size: cover;
    opacity: 0.1;
    z-index: 0;
    pointer-events: none;
}

/* Tile Illustrations */
.tile-illustration {
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 250px;
    height: auto;
    z-index: 0;
    mix-blend-mode: screen;
    opacity: 0.9;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    pointer-events: none;
}

.profile-action-tile:hover .tile-illustration {
    transform: scale(1.05) translateY(-5px);
    opacity: 1;
}

.pat-content {
    position: relative;
    z-index: 2;
}

.pat-content p.pat-desc-modern {
    width: 65%;
}

@media (max-width: 576px) {
    .pat-content {
        padding-right: 0;
        margin-bottom: 80px;
    }

    .tile-illustration {
        width: 180px;
        opacity: 0.5;
        bottom: -20px;
        right: -20px;
    }
}

/* Decorative glass shapes */
.profile-action-tile .glass-shape {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50% !important;
    backdrop-filter: blur(5px);
    z-index: -1;
}

.profile-action-tile:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.pat-icon-modern {
    width: 60px;
    height: 60px;
    border-radius: 12px !important;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 25px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.pat-title-modern {
    font-family: 'Nunito', sans-serif !important;
    font-size: 22px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 12px 0;
    line-height: 1.3;
}

.pat-optional-modern {
    font-size: 14px;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.2);
    padding: 3px 8px;
    border-radius: 6px;
    margin-left: 8px;
    vertical-align: middle;
    display: inline-block;
    backdrop-filter: blur(4px);
}

.pat-coming-soon-badge {
    font-size: 16px;
    font-weight: 700;
    background: #fde68a;
    color: #7c4a03;
    padding: 5px 14px;
    border-radius: 6px;
    margin-left: 8px;
    vertical-align: middle;
    display: inline-block;
    white-space: nowrap;
}

.pat-coming-soon-badge i {
    margin-right: 6px;
    font-size: 16px;
}

.pat-desc-modern {
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 25px 0;
    line-height: 1.6;
    flex-grow: 1;
    margin-bottom: 28px;
}

.pat-link-modern {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 700;
    background: #ffffff;
    padding: 12px 24px;
    border-radius: 50px !important;
    text-decoration: none !important;
    transition: all 0.3s;
    margin-top: auto;
    width: fit-content;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.profile-action-tile.blue-gradient .pat-link-modern {
    color: #1A4E6A;
}

.profile-action-tile.green-gradient .pat-link-modern {
    color: #2b8b6a;
}

.pat-link-modern:hover {
    gap: 15px;
    transform: translateX(5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.profile-action-tile.blue-gradient .pat-link-modern:hover {
    color: #29729b;
}

.profile-action-tile.green-gradient .pat-link-modern:hover {
    color: #4cc66c;
}

.pat-incentive-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: .5px solid rgba(76, 198, 108, 0.5);
    padding: 6px 14px;
    border-radius: 20px !important;
    color: #ffffff !important;
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 25px;
    width: fit-content;
    backdrop-filter: blur(4px);
    transition: all 0.3s ease;
}

.pat-incentive-badge:hover {
    background: rgba(76, 198, 108, 0.25);
    border-color: rgba(76, 198, 108, 0.7);
}

.pat-incentive-badge-tr {
    position: absolute;
    top: 25px;
    right: 25px;
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 10px 18px;
    border-radius: 14px !important;
    backdrop-filter: blur(8px);
    z-index: 10;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.12);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.pat-incentive-badge-tr:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.18);
}

.pat-potli-emoji {
    font-size: 32px;
    line-height: 1;
    display: inline-block;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.15));
}

.pat-badge-text-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.25;
}

.pat-badge-line1 {
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Outfit', sans-serif;
}

.pat-badge-line2 {
    font-size: 18px;
    font-weight: 800;
    color: #FFE600;
    font-family: 'Outfit', sans-serif;
}

@media (max-width: 768px) {
    .pat-incentive-badge-tr {
        position: relative;
        top: 0;
        right: 0;
        margin-bottom: 20px;
        width: fit-content;
    }
}

/* ANIMATED SLIDE-OUT FEEDBACK */
.feedback-slide-container {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 9999;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    pointer-events: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.feedback-slide-container.is-hidden {
    transform: translateY(100px);
    opacity: 0;
}

.feedback-trigger {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #7FBF68;
    color: #fff;
    padding: 18px 10px;
    border-radius: 12px 0 0 12px;
    cursor: grab;
    pointer-events: auto;
    touch-action: none;
    -webkit-user-select: none;
    user-select: none;
    box-shadow: -3px 0 12px rgba(0, 0, 0, 0.18);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.feedback-trigger:active {
    cursor: grabbing;
}

#triggerContent {
    display: flex;
    align-items: center;
    gap: 8px;
    writing-mode: vertical-rl;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.5px;
}

#triggerContent i {
    font-size: 18px;
}

#triggerContent.has-emoji {
    font-size: 16px;
    padding: 5px 0;
}

.emoji-wrapper {
    font-size: 26px;
    margin-bottom: 8px;
    /* space between smiley and the word 'Feedback' */
    display: inline-block;
    text-orientation: upright;
}

#triggerContent.has-emoji i {
    display: none;
}

.feedback-panel {
    background: #ffffff;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
    padding: 20px 24px;
    width: 320px;
    border: 1px solid rgba(26, 78, 106, 0.1);
    border-radius: 20px;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    margin-bottom: 0;
}

.feedback-slide-container:not(.is-open) .feedback-panel {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(20px);
}

.feedback-slide-container.is-open .feedback-panel {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.feedback-slide-container.is-open .feedback-trigger {
    display: none;
}

.feedback-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.feedback-header span {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    color: #1a4e6a;
    font-size: 16px;
}

.feedback-close {
    background: none;
    border: none;
    font-size: 24px;
    line-height: 1;
    color: #999;
    cursor: pointer;
    transition: color 0.2s;
    padding: 0;
    margin-top: -5px;
}

.feedback-close:hover {
    color: #333;
}

.feedback-emojis {
    display: flex;
    justify-content: space-between;
}

.emoji-btn {
    font-size: 32px;
    cursor: pointer;
    transition: transform 0.2s, filter 0.2s;
    filter: grayscale(100%) opacity(0.6);
}

.emoji-btn:hover,
.emoji-btn.active {
    transform: scale(1.3);
    filter: grayscale(0%) opacity(1);
}

.emoji-btn.active {
    filter: drop-shadow(0 0 10px rgba(26, 78, 106, 0.3));
}

@media (max-width: 576px) {
    .feedback-panel {
        width: 280px;
    }

    .feedback-slide-container.is-open .feedback-trigger {
        transform: translateX(280px);
    }
}

.btn-disabled {
    opacity: 0.5;
    filter: grayscale(1);
    cursor: not-allowed !important;
}

/****************** Header menu *****************/
.page-header.navbar {
    height: var(--header-height);
    background-color: #ffffff;
    border-bottom: 1px solid #f1f5f9;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}

.modern-nav-icon {
    font-size: 20px;
    margin-bottom: 6px;
    color: var(--primary-blue);
    transition: color 0.2s ease-in-out;
}

/* ==========================================
   PFR PROFILE PROGRESS STEPPER
   ========================================== */
.pfr-progress-stepper-card {
    background: #ffffff;
    border-radius: 20px !important;
    padding: 28px 32px;
    margin-bottom: 28px;
    box-shadow: 0 4px 24px rgba(26, 78, 106, 0.08), 0 1px 3px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(26, 78, 106, 0.06);
    position: relative;
    overflow: hidden;
    animation: pfr-stepper-fadeIn 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.pfr-progress-stepper-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #1A4E6A 0%, #29729b 40%, #7FBF68 100%);
    border-radius: 20px 20px 0 0;
}

@keyframes pfr-stepper-fadeIn {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Header */
.pfr-stepper-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}

.pfr-stepper-header-left {
    display: flex;
    align-items: center;
    gap: 14px;
}

.pfr-stepper-icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 14px !important;
    background: linear-gradient(135deg, #1A4E6A 0%, #29729b 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 16px rgba(26, 78, 106, 0.25);
    flex-shrink: 0;
}

.pfr-stepper-icon-wrap i {
    font-size: 22px;
    color: #ffffff;
}

.pfr-stepper-title {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #1A4E6A;
    margin: 0 0 2px 0;
    line-height: 1.3;
}

.pfr-stepper-subtitle {
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    color: #8a9bb5;
    margin: 0;
    font-weight: 500;
}

/* Percentage Badge */
.pfr-stepper-percent {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(135deg, rgba(26, 78, 106, 0.06) 0%, rgba(127, 191, 104, 0.06) 100%);
    border: 1px solid rgba(26, 78, 106, 0.08);
    border-radius: 14px !important;
    padding: 10px 18px;
    min-width: 80px;
}

.pfr-stepper-percent-value {
    font-family: 'Nunito', sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: #1A4E6A;
    line-height: 1.2;
}

.pfr-stepper-percent-label {
    font-family: 'Outfit', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #8a9bb5;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

/* Progress Track */
.pfr-stepper-track-wrapper {
    position: relative;
}

.pfr-stepper-track {
    height: 6px;
    background: #edf2f7;
    border-radius: 100px !important;
    overflow: hidden;
    margin-bottom: 24px;
}

.pfr-stepper-track-fill {
    height: 100%;
    background: linear-gradient(90deg, #1A4E6A 0%, #29729b 50%, #7FBF68 100%);
    border-radius: 100px !important;
    transition: width 1.2s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.pfr-stepper-track-fill::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg,
            transparent 0%,
            rgba(255, 255, 255, 0.3) 50%,
            transparent 100%);
    animation: pfr-shimmer 2.5s ease-in-out infinite;
}

@keyframes pfr-shimmer {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

/* Step Nodes */
.pfr-stepper-nodes {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.pfr-stepper-node {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    padding: 14px 16px;
    border-radius: 14px !important;
    background: #f8fafc;
    border: 1.5px solid #edf2f7;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    cursor: default;
}

.pfr-stepper-node:hover {
    border-color: rgba(26, 78, 106, 0.15);
    background: #f1f5f9;
}

/* Node Dot */
.pfr-node-dot {
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    font-weight: 800;
    flex-shrink: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: #e2e8f0;
    color: #94a3b8;
    border: 2px solid #d1d9e6;
}

/* Node Info */
.pfr-node-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.pfr-node-label {
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #475569;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pfr-node-status {
    font-family: 'Outfit', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #94a3b8;
    display: flex;
    align-items: center;
    gap: 4px;
}

.pfr-node-status i {
    font-size: 11px;
}

/* ---- COMPLETED State ---- */
.pfr-stepper-node.completed {
    background: linear-gradient(135deg, rgba(127, 191, 104, 0.08) 0%, rgba(127, 191, 104, 0.03) 100%);
    border-color: rgba(127, 191, 104, 0.25);
}

.pfr-stepper-node.completed .pfr-node-dot {
    background: linear-gradient(135deg, #7FBF68 0%, #5da84a 100%);
    color: #ffffff;
    border-color: #7FBF68;
    box-shadow: 0 4px 12px rgba(127, 191, 104, 0.35);
    animation: pfr-dot-pop 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.pfr-stepper-node.completed .pfr-node-label {
    color: #2d6a4f;
}

.pfr-stepper-node.completed .pfr-node-status {
    color: #7FBF68;
    font-weight: 600;
}

/* ---- ACTIVE State ---- */
.pfr-stepper-node.active {
    background: linear-gradient(135deg, rgba(26, 78, 106, 0.06) 0%, rgba(41, 114, 155, 0.03) 100%);
    border-color: rgba(26, 78, 106, 0.2);
    box-shadow: 0 4px 12px rgba(26, 78, 106, 0.08);
}

.pfr-stepper-node.active .pfr-node-dot {
    background: linear-gradient(135deg, #1A4E6A 0%, #29729b 100%);
    color: #ffffff;
    border-color: #1A4E6A;
    box-shadow: 0 4px 14px rgba(26, 78, 106, 0.35);
    animation: pfr-active-pulse 2s ease-in-out infinite;
}

.pfr-stepper-node.active .pfr-node-label {
    color: #1A4E6A;
}

.pfr-stepper-node.active .pfr-node-status {
    color: #29729b;
    font-weight: 600;
}

@keyframes pfr-dot-pop {
    0% {
        transform: scale(0.5);
    }

    60% {
        transform: scale(1.15);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes pfr-active-pulse {

    0%,
    100% {
        box-shadow: 0 4px 14px rgba(26, 78, 106, 0.35);
    }

    50% {
        box-shadow: 0 4px 20px rgba(26, 78, 106, 0.5), 0 0 0 6px rgba(26, 78, 106, 0.08);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .pfr-progress-stepper-card {
        padding: 20px 18px;
    }

    .pfr-stepper-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        margin-bottom: 20px;
    }

    .pfr-stepper-percent {
        flex-direction: row;
        gap: 6px;
        padding: 8px 14px;
    }

    .pfr-stepper-percent-value {
        font-size: 18px;
    }

    .pfr-stepper-percent-label {
        font-size: 10px;
        align-self: center;
    }

    .pfr-stepper-nodes {
        flex-direction: column;
        gap: 10px;
    }

    .pfr-stepper-node {
        padding: 12px 14px;
    }

    .pfr-node-dot {
        width: 36px;
        height: 36px;
        font-size: 13px;
    }

    .pfr-node-label {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .pfr-stepper-title {
        font-size: 16px;
    }

    .pfr-stepper-icon-wrap {
        width: 40px;
        height: 40px;
    }

    .pfr-stepper-icon-wrap i {
        font-size: 18px;
    }
}

/* ==========================================
   REGISTRATION PAGE IMPROVEMENTS
   Clean SaaS Onboarding Styling
   ========================================== */

/* --- Placeholder styling: italic + light grey for all registration inputs --- */
.og_login_signup input::placeholder {
    font-style: italic;
    color: #a0a0a0 !important;
    opacity: 1;
}

/* --- DOB Date Field + Calendar Picker --- */
.dob-input-wrapper {
    position: relative;
    width: 100%;
}

.dob-input-wrapper input[type="text"].form-control {
    padding-right: 38px;
}

/* Calendar icon overlay — clickable */
.dob-calendar-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #1a4e6a;
    font-size: 15px;
    opacity: 0.55;
    z-index: 1;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.dob-input-wrapper:hover .dob-calendar-icon,
.dob-calendar-icon:hover {
    opacity: 0.85;
}

/* --- Password Helper Text --- */
.password-helper {
    margin-top: 5px;
    font-size: 13px;
    color: #a94442;
    font-family: "Open Sans", sans-serif;
    line-height: 1.4;
}

/* ==========================================================================
   Premium Language Dropdown Switcher Styles (PHP 8 / Modern Polish)
   ========================================================================== */
.ct-language {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

/* Hide mobile language selector on desktop (screen width > 1024px) */
@media (min-width: 1025px) {
    .hidden_lang_in_desk {
        display: none !important;
    }

    .show_lang_in_desk {
        display: inline-block !important;
    }
}

/* Hide desktop language selector on mobile/tablet (screen width <= 1024px) */
@media (max-width: 1024px) {
    .hidden_lang_in_mob {
        display: none !important;
    }

    .show_lang_in_mob {
        display: inline-block !important;
    }
}

/* Base custom dropdown styling */
.ct-language .l-dropdown {
    display: inline-block;
    position: relative;
}

.ct-language .custom-dropdown {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.ct-language .custom-dropdown img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.ct-language .custom-dropdown label {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #1A4E6A;
    cursor: pointer;
    text-transform: capitalize;
}

/* Dropdown list starts hidden */
.ct-language__dropdown.panellist-lang-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 8px;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1) !important;
    min-width: 160px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 99999 !important;
    padding: 6px 0 !important;
    list-style: none !important;
    height: auto !important;
}

/* Show dropdown list on hover */
.ct-language:hover .ct-language__dropdown.panellist-lang-dropdown {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    max-height: 500px !important;
}

/* Dropdown items styling */
.ct-language__dropdown.panellist-lang-dropdown li {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
}

.ct-language__dropdown.panellist-lang-dropdown li a {
    display: block;
    padding: 10px 16px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #475569 !important;
    text-decoration: none;
    transition: all 0.15s ease;
}

.ct-language__dropdown.panellist-lang-dropdown li a:hover {
    background-color: #f1f5f9 !important;
    color: #1a4e6a !important;
}

/* ==========================================================================
   LOQATE ADDRESS LOOKUP DROPDOWN
   Postcode search suggestion dropdown for registration Step 2
   ========================================================================== */

/* --- Postcode search wrapper: relative parent for the full-width dropdown --- */
.postcode-search-wrapper {
    position: relative;
}

.postcode-search-wrapper .row {
    align-items: flex-start;
}

/* --- Dropdown: positioned below the entire postcode+button row --- */
.loqate-suggestions-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-top: 2px solid #1a4e6a;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12), 0 4px 10px rgba(0, 0, 0, 0.06);
    z-index: 1050;
    max-height: 280px;
    overflow-y: auto;
    margin-top: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 #f8fafc;
    /* Animation */
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity 0.25s ease, transform 0.25s ease;
    pointer-events: none;
}

.loqate-suggestions-dropdown.loqate-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.loqate-suggestions-dropdown::-webkit-scrollbar {
    width: 6px;
}

.loqate-suggestions-dropdown::-webkit-scrollbar-track {
    background: #f8fafc;
    border-radius: 0 0 10px 0;
}

.loqate-suggestions-dropdown::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 3px;
}

.loqate-suggestions-dropdown::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

/* --- Suggestion items --- */
.loqate-suggestion-item {
    padding: 14px 18px;
    font-size: 13.5px;
    color: #334155;
    cursor: pointer;
    border-bottom: 1px solid #f1f5f9;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 3px;
    transition: background-color 0.2s ease, color 0.2s ease, border-left-color 0.2s ease;
    border-left: 3px solid transparent;
    position: relative;
}

.loqate-suggestion-item:last-child {
    border-bottom: none;
}

.loqate-suggestion-item:hover {
    background-color: #f0f7ff;
    color: #1a4e6a;
    border-left-color: #1a4e6a;
}

.loqate-suggestion-item:active,
.loqate-suggestion-item.loqate-active {
    background-color: #e0f0ff;
    color: #0f3a52;
    border-left-color: #0f3a52;
}

.loqate-suggestion-item:hover .loqate-suggestion-desc {
    color: #475569;
}

.loqate-suggestion-text {
    font-weight: 600;
    line-height: 1.3;
}

.loqate-suggestion-desc {
    font-size: 12px;
    color: #64748b;
    line-height: 1.3;
    transition: color 0.2s ease;
}

/* --- Header --- */
.loqate-suggestions-header {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    padding: 10px 18px;
    font-size: 11px;
    font-weight: 700;
    color: #1a4e6a;
    border-bottom: 1px solid #e2e8f0;
    text-align: left;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    position: sticky;
    top: 0;
    z-index: 1;
}

/* --- Loading state --- */
.loqate-loading-item {
    padding: 20px 18px;
    font-size: 13px;
    color: #64748b;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.loqate-loading-item i {
    color: #1a4e6a;
    font-size: 16px;
}

/* --- No results state --- */
.loqate-no-results {
    padding: 24px 18px;
    font-size: 13.5px;
    color: #64748b;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.loqate-no-results i {
    font-size: 22px;
    color: #94a3b8;
    margin-bottom: 2px;
}

.loqate-no-results span {
    font-size: 12px;
    color: #94a3b8;
}

/* --- Error state --- */
.loqate-error-message {
    padding: 20px 18px;
    font-size: 13px;
    color: #ef4444;
    font-weight: 500;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.loqate-error-message i {
    font-size: 15px;
}

/* --- View More button --- */
.loqate-view-more {
    padding: 12px 18px;
    font-size: 13px;
    font-weight: 600;
    color: #1a4e6a;
    cursor: pointer;
    text-align: center;
    border-top: 1px solid #e2e8f0;
    background: #f8fafc;
    transition: background-color 0.2s ease, color 0.2s ease;
    border-radius: 0 0 10px 10px;
    position: sticky;
    bottom: 0;
}

.loqate-view-more:hover {
    background-color: #e0f0ff;
    color: #0f3a52;
}

.loqate-view-more i {
    margin-left: 4px;
    font-size: 11px;
    transition: transform 0.2s ease;
}

.loqate-view-more:hover i {
    transform: translateY(2px);
}

/* --- Find button disabled state --- */
.find_btn:disabled {
    cursor: not-allowed;
    opacity: 0.8;
}

/* --- Responsive: mobile/tablet --- */
@media (max-width: 767.98px) {
    .loqate-suggestions-dropdown {
        max-height: 220px;
        border-radius: 0 0 8px 8px;
    }

    .loqate-suggestion-item {
        padding: 12px 14px;
        font-size: 13px;
    }

    .loqate-suggestions-header {
        padding: 8px 14px;
        font-size: 10px;
    }
}