﻿.card.custom-card .card-body.panel.panel-bd .panel-heading .panel-title h4 {
    color: #1d212f;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 15px;
    letter-spacing: 0.2px;
    font-size: 14px;
}

.monthly-header-title-date, .monthly-header-title-date:hover {
    background: #19b159 !important;
    border: #534d81 !important;
    color: #ffffff !important;
    cursor: default;
    padding-top: 1px !important;
}

.monthly-today .monthly-day-number {
    color: #FFF;
    background: #19b159;
}

ul.nav-sub li.active a {
    color: #ffffff !important;
}


.col-sm-12.custom-box .col-md-6 {
    padding-left: 10px !important;
}

.panel.panel-bd .row.mg-b-25 .col-md-6 {
    padding-left: 10px !important;
}

/*textarea {
    height: -webkit-calc(2.25rem + 30px) !important;
}*/



table td .showhidetable {
    transform: rotate(90deg) translate(15px, -14px) !important;
    font-size: 32px !important;
    text-align: center;
    margin-top: -30px;
    cursor: pointer;
    -webkit-transform: rotate(88deg);
    -moz-transform: rotate(88deg);
    -o-transform: rotate(88deg);
    writing-mode: lr-tb;
    margin-left: -12px;
}

table td .actions {
    position: absolute;
    background: #ffffff !important;
    z-index: 9;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #000000;
    width: 82px;
}

.card-body123 {
    padding: 0 15px;
}

.k-grid-content.k-auto-scrollable table tr:last-child td .actions, .k-grid-content.k-auto-scrollable table tr:nth-last-child(2) td .actions {
    position: relative;
}

select.kendoDropdown.form-control, select.feKendoSelect.form-control {
    appearance: auto;
}

ul.nav-sub.workspace_selection {
    margin-left: 0;
    margin-right: 15px;
}

.dark-theme .k-grid.k-widget.k-grid-display-block.k-reorderable.k-editable {
    background: #24243e;
}

.dark-theme .k-toolbar.k-grid-toolbar {
    background: #24243e;
}

.dark-theme .k-grouping-header {
    background: #24243e;
    color: #ffffff;
}

.dark-theme .k-grid-header {
    background: #92929f;
}

.dark-theme .k-pager-wrap.k-grid-pager.k-widget.k-floatwrap {
    background: #0e0e23;
    color: #ffffff;
}

.dark-theme .k-grid-norecords {
    background: #0e0e23;
    color: #ffffff;
}

.dark-theme .k-grid-header-wrap.k-auto-scrollable table span.k-state-default {
    background: transparent;
    border-color: #000000;
    transition: all 0.4s;
}

.k-grid-header-wrap.k-auto-scrollable table span.k-state-default {
    transition: all 0.4s;
}

.dark-theme table span.k-select {
    background: transparent;
    border: 0;
}

table span.k-select {
    transition: all 0.4s;
}

.dark-theme fieldset legend.scheduler-border {
    color: #ffffff;
}

.dark-theme .table-striped > tbody > tr:nth-of-type(even) {
    background: #92929f !important;
}

.dark-theme .card-content-languages.card-grey-bkg {
    background: #0e0e23;
}

.dark-theme .k-tabstrip .k-content.k-state-active {
    background: #0e0e23;
    border: 1px solid #ffffff;
}

.dark-theme .k-grid.k-widget.k-grid-display-block {
    background: #0e0e23;
    border: 1px solid #ffffff;
}

.dark-theme .k-panelbar > .k-item > .k-link {
    background: #252540;
    color: #ffffff;
}

button#btnAddExistingInsurance {
    width: auto;
    text-align: center;
    padding: 10px 10px;
    line-height: 1;
}
input#DobYear {
    border: 1px solid #e8e8f7;
    color: #a8afc7;
}
input#DobYear:focus {
    border: 1px solid #80bdff;
}
.light-theme .country_select select.form-control.select-lg.select2.select2-hidden-accessible {
    color: #d0d0e2;
    background-color: #0e0e23;
    border-color: rgba(255,255,255,0.15);
}
.light-theme .country_select span.select2-selection.select2-selection--single {
    background-color: #0e0e23;
    border-color: rgba(255,255,255,0.15) !important;
}
.light-theme .country_select span.select2-selection__rendered {
    color: #d0d0e2;
}
.light-theme .country_select span.select2-selection__placeholder {
    color: rgba(255, 255, 255, 0.4);
}
.light-theme ul.select2-results__options li.select2-results__option {
    color: rgba(255, 255, 255, 0.4) !important;
    background: #0e0e23;
    margin: 0;
}
.light-theme ul.select2-results__options .select2-results__option--highlighted[aria-selected] {
    background: #24243e !important;
    color: #19b159 !important;
}
.country_select span.select2.select2-container.select2-container--default {
    width: 88% !important;
    margin-left: 14px !important;
}
.k-textbox:invalid {
    border-color: rgba(33,37,41,.15) !important;
    color: #333333 !important;
}
.k-textbox:invalid:focus {
    border-color: #80bdff !important;
}
.search-wrapper {
    width: 12% !important;
    top: 9px !important;
    right: 10px !important;
    background: #ffffff !important;
    border-radius: 0 !important;
    border: 1px solid #ffffff !important;
    outline: 0 !important;
}
.search-wrapper:hover {
    border: 1px solid rgb(214 214 214) !important;
}
.search-wrapper input#search:focus .search-wrapper {
    box-shadow: 0 0 0 2px rgb(0 0 0 / 8%) !important;
    border: 1px solid rgb(214 214 214) !important;
}
.search-wrapper input#search {
    width: 100%;
    padding-left: 10px;
}
.search-wrapper input#search {
    color: #000000 !important;
}
.clickableview {
    cursor: pointer;
}
a.main-logo img.header-brand-img.icon-logo {
    max-width: 70% !important;
    width: 70% !important;
    margin: 0 auto !important;
}
.btn.btn-secondary {
    background: #19b159 !important;
    border: 1px solid #19b159 !important;
}
button.btn-close.close {
    font-size: 15px;
}
select.kendoDropdown.form-control, select.kendoCombo.form-control {
    border-color: rgba(33,37,41,.15) !important;
    color: #333333;
}
body.dark-theme select.kendoDropdown.form-control, body.dark-theme select.kendoCombo.form-control, body.dark-theme input#DobYear, body.dark-theme input#FirstName, body.dark-theme input#userFirstName, body.dark-theme input#userLastName, body.dark-theme input#userEmail, body.dark-theme input#Password, body.dark-theme input#LeadInterestTitle, body.dark-theme input#SortOrder, body.dark-theme input#LeadReferrerTitle, body.dark-theme input#LeadStatusTitle, body.dark-theme textarea, body.dark-theme textarea#companyDescription {
    border-color: var(--dark-border) !important;
    color: #d0d0e2;
}
body.dark-theme input, body.dark-theme select, body.dark-theme input#CampaignEmailSubject {
    border-color: var(--dark-border) !important;
    color: #d0d0e2 !important;
    background: transparent !important;
}
body.dark-theme input#scheduleStartTime {
    border-color: var(--dark-border) !important;
    color: #d0d0e2 !important;
    background: #0e0e23 !important;
}
body.dark-theme select option, textarea#companyDescription, textarea#companyAddress, textarea#txtBody {
    background: #0e0e23 !important;
}
body.dark-theme .search-wrapper {
    border-color: var(--dark-border) !important;
    color: #d0d0e2 !important;
    background: transparent !important;
}
body.dark-theme .search-wrapper i.k-input-icon.k-icon.k-i-search {
    color: #d0d0e2 !important;
}
body.dark-theme .search-wrapper input#search {
    color: #d0d0e2 !important;
}
body.dark-theme div.k-list-container.k-popup.k-group.k-reset {
    background: #0e0e23 !important;
    color: #d0d0e2 !important;
}
body.dark-theme .table-striped > tbody > tr:nth-of-type(odd):hover {
    color: #000000;
}
.dark-theme .k-multiselect-wrap.k-floatwrap {
    background: #0e0e23 !important;
    border-color: rgba(255,255,255,0.15);
}
.padd_bot {
    padding-bottom: 20px;
    position: relative;
}
.right_btn {
    position: absolute;
    right: 0;
}
tr.k-filter-row span.k-dropdown-wrap.k-state-default span {
    font-size: 13px;
}
.k-animation-container ul.k-list.k-reset li.k-item {
    font-size: 13px;
}
.k-list-container .k-list-optionlabel {
    font-size: 13px;
}
span.km-switch.km-widget input.km-widget {
    display: none;
}
span.km-switch.km-widget span.km-switch-wrapper span.km-switch-background {
    margin-left: auto !important;
}
span.km-switch.km-widget span.km-switch-container {
    border: 1px solid #686868;
    padding: 7px 10px;
    font-size: 11px;
    position: relative;
    left: 0;
    background: #ffffff;
    display: inline-block;
    line-height: 1;
    width: 60px;
    height: 25px;
    cursor: pointer;
}
span.km-switch.km-widget.km-switch-off span.km-switch-label-on {
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
span.km-switch.km-widget.km-switch-on span.km-switch-label-off {
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
span.km-switch.km-widget span.km-switch-wrapper span.km-switch-background {
    margin-left: auto !important;
    width: 20px !important;
    height: 20px;
    position: absolute;
    left: 0;
    border-radius: 100%;
    top: 1px;
    z-index: 9;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}
span.km-switch.km-widget {
    position: relative;
}
span.km-switch.km-widget.km-switch-on span.km-switch-wrapper span.km-switch-background {
    right: 3px;
}
span.km-switch.km-widget.km-switch-off span.km-switch-wrapper span.km-switch-background {
    right: 35px;
    background: #000000;
}
th.k-header span.km-switch.km-widget span.km-switch-wrapper span.km-switch-background {
    top: -2.5px !important;
}
.footer_padding {
    padding: 20px 0;
}
.custom_padd {
    padding: 20px 0 0;
    position: relative;
}
.pos-r {
    position: relative;
}
.card .panel-body .card .card-content-languages.card-grey-bkg h4 {
    font-size: 14px;
}
.card-content-languages.card-grey-bkg ul.list-group li.list-group-item {
    border: 0;
}
.custom_paddd2 {
    padding: 20px 0;
    position: relative;
}
.padd-15 {
    margin: 0 15px 20px;
}
select.k-dropdown {
    display: none;
}
ul.k-pager-numbers {
    padding: 0;
}

.light-theme ul#select2-termLengthsArr-results li, .light-theme ul#select2-FaceAmountArr-results li, .light-theme ul#select2-ridersArr-results li, .light-theme ul#select2-healthClassesArr-results li, .light-theme ul#select2-proCat-results li {
    background: #ffffff !important;
    color: #000000 !important;
}
.light-theme ul#select2-country-rl-results {
    background: #24243e !important;
}
.light-theme ul#select2-termLengthsArr-results li.select2-results__option--highlighted, .light-theme ul#select2-FaceAmountArr-results li.select2-results__option--highlighted, .light-theme ul#select2-ridersArr-results li.select2-results__option--highlighted, .light-theme ul#select2-healthClassesArr-results li.select2-results__option--highlighted, .light-theme ul#select2-proCat-results li.select2-results__option--highlighted {
    background: #c9c9c9 !important;
}


@media screen and (min-width: 992px) and (max-width: 1199px) {
    .modal-content.select_avatar {
        width: 67%;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .page.main-signin-wrapper img.d-lg-none.header-brand-img.text-start.float-start.mb-4 {
        display: none;
    }
}
@media screen and (max-width: 991px) {
    .modal-content.select_avatar {
        width: 80%;
        position: relative;
        right: auto;
    }
}

    @media screen and (max-width: 767px) {
        .responsive-logo a img {
            width: 60%;
        }

        .search-wrapper {
            width: 28% !important;
            right: 72px !important;
        }

        .page.main-signin-wrapper img.d-lg-none.header-brand-img.text-start.float-start.mb-4 {
            display: none;
        }

        .main-container.container-fluid .inner-body .row.row-sm .card.custom-card .card-body .panel.panel-bd .panel-body .col-xs-12 .search-wrapper {
            right: 17% !important;
        }

        .k-pager-numbers-wrap select.k-dropdown {
            display: none;
        }

        .k-pager-numbers-wrap ul.k-pager-numbers {
            padding: 0;
        }
    }

@media only screen and (max-width: 600px) {
    .share_product .card-footer.rounded-0 button.btn, .share_product .card-footer.rounded-0 a {
        margin-top: 15px;
    }
}

.share_product a.btn.btn-primary.gray-btn, button.btn.btn-primary.gray-btn { border: 1px solid #CCCCCC !important; background: #cccccc !important; color: #fff; opacity: 1; }

    .share_product p.color-gray {
        color: #ccc;
    }


/**:not(p):not(div):not(span):not(i) {
    font-family: 'Nunito Sans', sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0.00938em !important;
}*/

    /* Change font family for all paragraphs */
p {
    font-family: 'Nunito Sans', sans-serif !important;
    /*font-weight: 600 !important;*/
    letter-spacing: 0.00938em !important;
    font-size: 15px !important;
}

/* Change font family for all headings */
h1, h2 {
    font-family: 'Nunito Sans', sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0.00938em !important;
    /*font-size: 25px !important;*/
}
h3, h4, h5, h6 {
    font-family: 'Nunito Sans', sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0.00938em !important;
}


/* Change font family for all labels */
label {
    font-family: 'Nunito Sans', sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 0.00938em !important;
    font-size: 15px;
}
/* Change font family for button text */
button {
    font-family: 'Nunito Sans', sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0.00938em !important;
    /*font-size:15px !important;*/
}

/* Change font family for span text */
/*span:not([class]) {
    font-family: 'Nunito Sans', sans-serif !important;
    font-weight: 600 ;
    letter-spacing: 0.00938em !important;
    font-size:15px !important;
}*/
li, input {
    font-family: 'Nunito Sans', sans-serif !important;
    font-weight: 500 !important;
    letter-spacing: 0.00938em !important;
    font-size: 15px !important;
}
th a {
    font-family: 'Nunito Sans', sans-serif !important;
    font-weight: 550 !important;
    letter-spacing: 0.00938em !important;
    /*font-size: 15px !important;*/
}

a.btn {
    font-family: 'Nunito Sans', sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0.00938em !important;
}
.form-control{
    color:black !important;
}
ul.menu-nav.nav li.nav-item.active a.nav-link i.sidemenu-icon.menu-icon {
    background: #3b78ce !important;
}

ul.menu-nav.nav li.nav-item.active a.nav-link span.sidemenu-label {
    color: #3b78ce !important;
}
    .table-striped tbody tr:nth-of-type(2n + 1) {
    background-color: #f9f9f9 !important;
}

.k-pager-numbers .k-state-selected, .k-pager-numbers .k-state-selected:hover {
    background-color: #19b159 !important;
    border: 1px solid #19b159 !important;
    color: #ffffff !important;
}
li.nav-item.active .sidemenu-icon.menu-icon {
    background-color: #6259ca !important;
}
.k-pager-nav, .k-pager-numbers .k-link {
    color: #19b159 !important;
}
ul.k-pager-numbers li span.k-link.k-state-selected {
    color: #ffffff !important;
}
.table-striped > tbody > tr:nth-of-type(odd):hover {
    background: #f3f3f3 !important;
}
.row.quote_Form_fields_row .col-lg-6.col-md-6.col-sm-6.col-12.left_side_form {
    background-color: #eaf1f975 !important;
}
span.add_quote_field i {
    color: #19b159 !important;
    border: 1px solid #19b159 !important;
}

@media screen and (max-width: 768px) {
    .row.signpages.text-center {
        width: 100% !important;
    }
    form.insta_login_mian_form .form-group.text-start input { 
        width: 100% !important;
    }
    div#customModal {
        width: 100% !important;
        max-width: 80% !important;
    }
    .right_sidebar_quoterForm_inr ul.quote_Form_fields li .quote_btn {
        margin-bottom: 30px;
    }
    .sticky_table_head .k-grid-header {
        width: 77.5% !important;
        top: 70px !important;
        border-radius: 0 !important;
    }
    .custom-card.card-dashboard-calendar .table-responsive.tasks table.table-vcenter.text-nowrap tr td span.mt-1 {
        font-size: 11px;
    }
}
@media screen and (min-width: 1373px) and (max-width: 1490px) {
    .custom-card.card-dashboard-calendar .table-responsive.tasks table.table-vcenter.text-nowrap tr td span.mt-1 {
        font-size: 12px;
    }
    .custom-card.card-dashboard-calendar .table-responsive.tasks table.table-vcenter.text-nowrap tr td span.badge {
        font-size: 9px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1372px) {
    .custom-card.card-dashboard-calendar .table-responsive.tasks table.table-vcenter.text-nowrap tr td span.mt-1 {
        font-size: 8px;
    }
    .custom-card.card-dashboard-calendar .table-responsive.tasks table.table-vcenter.text-nowrap tr td span.badge {
        font-size: 8px;
    }
}


.prospects_main_table table colgroup col {
    width: 160px !important;
}
.prospects_main_table table colgroup col:nth-child(1) {
    width: 90px !important;
}
.prospects_main_table table colgroup col:nth-child(11) {
    width: 180px !important;
}
.quotation_main_table table colgroup col {
    width: 200px !important;
}
.quotation_main_table table colgroup col:nth-child(5), .quotation_main_table table colgroup col:nth-child(6), .quotation_main_table table colgroup col:nth-child(7) {
    width: 230px !important;
}
.quotation_main_table table colgroup col:nth-child(8), .quotation_main_table table colgroup col:nth-child(11) {
    width: 250px !important;
}
.sales_main_table table colgroup col {
    width: 210px !important;
}
.sales_main_table table colgroup col:last-child {
    width: 250px !important;
}
.sticky_table_head .k-grid-header {
    position: fixed;
    top: 73px;
    z-index: 3;
    width: 87.3%;
}
.sticky_table_head .wrapper1 {
    position: fixed;
    top: -5px;
    z-index: 9;
    width: 88.5%;
}
.right_sidebar_quoterForm_inr {
    width: 100%;
}


.wrapper1 {
    width: 100%;
    border: none 0px RED;
    overflow-x: scroll;
    overflow-y: hidden;
}
.div1 {
    width: 2300px;
    height: 10px;
}
::-webkit-scrollbar {
    height: 10px !important; /* Width of the scrollbar */
}

.inner_cookieNotice {
    padding: 15px;
    background: #3b78ceed;
    margin: 0 auto;
    max-width: 980px;
    color: #ffffff;
    border-radius: 10px 10px 0 0;
}

body, h1, h2, h3, h4, h5, h6, p, span, a, font, ul, ol, li, table, th, td, tr, div {
    font-family: 'Nunito Sans', sans-serif !important;
}
.k-icon {
    font-family: WebComponentsIcons !important;
}
.main-sidebar-body .nav-sub-link {
    font-size: 14px;
    text-align: left !important;
}
.page-header .white_text .breadcrumb-item a, .page-header .white_text .breadcrumb-item {
    color: #ffffff !important;
}
.white_text .breadcrumb-item::before {
    color: #ffffff;
}
.k-grid-header:nth-child(3) th a.k-grid-filter {
    padding-top: 0;
    padding-left: 0;
}
.k-grid-header:nth-child(3) th a.k-link {
    display: flex;
}
.k-grid-header:nth-child(3) th a.k-link span.k-icon {
    margin: 0 0 0 5px !important;
}
.k-grid-header:nth-child(4) thead tr[role="row"]:nth-child(2) th {
    border: 0;
}
.k-grid-header:nth-child(3) thead tr[role="row"]:nth-child(2) th {
    border: 0;
}
.k-filter-menu-container button.k-button {
    border: 1px solid #19b159 !important;
    background: #19b159 !important;
    color: #ffffff !important;
    border-radius: 3px !important;
}
.k-grid-header th a.k-link span.k-icon {
    color: #19b159 !important;
    font-size: 20px !important;
    margin: 0 0 0 5px !important;
}
table#leads-table tr th.wd-lg-20p {
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 20px !important;
    color: #000000 !important;
    padding-bottom: 15px !important;
}


@media screen and (min-width: 1349px) and (max-width: 1450px) {
    .sticky_table_head .wrapper1, .sticky_table_head .k-grid-header {
        width: 87.2% !important;
    }
}
@media screen and (min-width: 1451px) and (max-width: 1600px) {
    .sticky_table_head .wrapper1, .sticky_table_head .k-grid-header {
        width: 88.52% !important;
    }
}
@media screen and (min-width: 1601px) and (max-width: 1800px) {
    .sticky_table_head .wrapper1, .sticky_table_head .k-grid-header {
        width: 89.7% !important;
    }
}
@media screen and (min-width: 1801px) {
    .sticky_table_head .wrapper1, .sticky_table_head .k-grid-header {
        width: 91% !important;
    }
}

label.k-label.k-checkbox-label span:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    top: 0;
    border-radius: .25rem;
    left: 0;
}
label.k-label.k-checkbox-label input:checked ~ span:before {
    background-color: #19b159;
}
label.k-label.k-checkbox-label span:after {
    content: "";
    position: absolute;
    display: none;
}
label.k-label.k-checkbox-label input:checked ~ span:after {
    display: block;
}
label.k-label.k-checkbox-label span:after {
    left: 5px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.userProfileHeader.page-header .white_text .breadcrumb-item a, .userProfileHeader.page-header .white_text .breadcrumb-item {
    text-shadow: 0 0 12px black;
}


@media screen and (max-width: 768px) {
    #userback_button_container .userback-button-sw {
        left: auto !important;
        right: 68px !important;
    }
    .app_btn {
        bottom: 100px !important;
        right: 30px !important;
    }
    .k-grid-header:nth-child(3) thead tr[role="row"] th.highlighted, .k-grid-content.k-auto-scrollable table tr td.highlighted {
        position: relative !important;
        left: auto !important;
    }
    .sticky_table_head .wrapper1 {
        width: 77% !important;
        margin-top: 55px;
        z-index: 999;
    }
    .k-grid-header:nth-child(3) th a.k-link {
        justify-content: center;
        text-align: center;
    }
}
.otpselectBTN {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.otpselectBTN button {
    width: 31%;
    height: 40px;
    margin-top: 0 !important;
}
.otp_show {
    display: none;
}
button#backBTN {
    width: 200px;
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: 0px;
}
.main-menu.main-sidebar.main-sidebar-sticky.side-menu.ps {
    z-index: 99999;
}
form#dynamicQuestionsForm select.form-control {
    border-color: rgba(33,37,41,.15) !important;
}
form#dynamicQuestionsForm span.select2-selection.select2-selection--single span.select2-selection__arrow {
    display: none;
}
form#dynamicQuestionsForm span.select2-selection.select2-selection--single {
    height: 37px;
    padding-top: 4px;
    border-radius: 4px !important;
    border-color: rgba(33,37,41,.15) !important;
}
form#dynamicQuestionsForm span.select2-selection.select2-selection--single span.select2-selection__placeholder {
    font-size: 15px !important;
    color: black !important;
}
form#dynamicQuestionsForm .table-responsive {
    border-radius: 10px 10px 0 0;
    border: 1px solid #D2D2D2;
    margin-bottom: 20px;
}
form#dynamicQuestionsForm .table-responsive thead {
    border-bottom-color: black;
}
form#dynamicQuestionsForm table th, form#dynamicQuestionsForm table td {
    font-size: 15px;
    line-height: normal;
    padding: 15px 12px !important;
    text-transform: none !important;
    border: 0 !important;
}
form#dynamicQuestionsForm table th {
    font-weight: bold;
}
form#dynamicQuestionsForm table tr:nth-child(odd) {
    background: #F8F9FA !important;
}
form#dynamicQuestionsForm table tr:nth-child(even) {
    background: #ffffff !important;
}
.row.filterByDays {
    margin-bottom: 20px;
    text-align: center;
}
.row.filterByDays .card.custom-card {
    margin: 0;
}
.row.filterByDays .card-body {
    padding: 10px;
}
.row.filterByDays label {
    margin: 0;
    font-size: 13px;
}
.row.filterByDays select {
    width: 300px;
    font-size: 13px;
    padding: 3px;
    border-radius: 3px;
    color: #19b159;
    border-color: #19b159;
    outline: none;
}


@media (min-width: 700px) and (max-width: 768px) {
    .sticky_table_head .k-grid-header, .sticky_table_head .wrapper1 {
        width: 87.5% !important;
    }
}
@media (min-width: 600px) and (max-width: 700px) {
    .sticky_table_head .k-grid-header, .sticky_table_head .wrapper1 {
        width: 84.5% !important;
    }
}
@media (min-width: 500px) and (max-width: 600px) {
    .sticky_table_head .k-grid-header, .sticky_table_head .wrapper1 {
        width: 84.5% !important;
    }
}
@media only screen and (max-width: 1000px) {
    .main-footer.text-center {
        padding-bottom: 50px !important;
    }
}
@media only screen and (max-width: 460px) {
    button#backBTN {
        margin: 20px 0 0 !important;
    }
}
@media (min-width: 460px) and (max-width: 470px) {
    button#backBTN {
        margin: 0 !important;
    }
}
@media only screen and (max-width: 768px) {
    .row.filterByDays select {
        width: 200px;
    }
}



@media only screen and (max-width: 498px) {
    table#leads-table tr th.wd-lg-20p {
        font-size: 8px !important;
        line-height: 10px !important;
        padding-left: 3px !important;
        padding-right: 2px !important;
        font-weight: 600 !important;
    }
    table#leads-table tr td {
        font-size: 6px;
        padding: 5px 2px !important;
    }
}
@media only screen and (max-width: 397px) {
    .custom-card.card-dashboard-calendar .table-responsive.tasks table.table-vcenter.text-nowrap tr td label.ckbox.my-auto.me-4 {
        margin-right: 0px !important;
    }
    .custom-card.card-dashboard-calendar .table-responsive.tasks table.table-vcenter.text-nowrap tr td .ckbox span:before, .custom-card.card-dashboard-calendar .table-responsive.tasks table.table-vcenter.text-nowrap tr td .ckbox span:after {
        width: 11px;
        height: 11px;
    }
    .custom-card.card-dashboard-calendar .table-responsive.tasks table.table-vcenter.text-nowrap tr td span.mt-1 {
        font-size: 8px;
        line-height: 1;
    }
    .custom-card.card-dashboard-calendar .table-responsive.tasks table.table-vcenter.text-nowrap tr td span.badge.bg-pill {
        font-size: 6px;
        padding: 3px 5px;
    }
}

@media only screen and (max-width: 1024px) {
    .k-grid-header:nth-child(3) thead tr[role="row"] th.highlighted, .k-grid-content.k-auto-scrollable table tr td.highlighted {
        position: relative !important;
        left: auto !important;
    }
    .k-grid-header:nth-child(3) th a.k-link {
        justify-content: center;
        text-align: center;
    }
}

/* New Dashboard */
.portal_dashboard {
    margin: 0 -25px;
    background: url("/assets/login/img/radialsunburst.png") top left no-repeat #000c18;
    padding: 45px 25px;
}
.juice_sec {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}
.juice_sec img {
    width: 90%;
}
@media only screen and (min-width: 1600px) {
    .juice_sec img {
        width: 80%;
    }
}
.blendor_content_top {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
}
.blendor_content_top h2 {
    font-size: 38px;
    color: #ffffff;
    font-weight: 300 !important;
    font-family: "Mina", sans-serif !important;
    margin: 0;
}
.blendor_content_bottom {
    position: absolute;
    bottom: 30px;
    text-align: center;
    width: 100%;
}
.blendor_content_bottom h3 {
    margin: 0;
    font-family: "Mina", sans-serif !important;
    font-weight: 300 !important;
    color: #ffffff;
    font-size: 36px;
}
.blendor_content_bottom a {
    padding: 10px 20px;
    display: inline-block;
    background: #ffffff;
    color: #000000;
    font-size: 16px;
    border-radius: 5px;
}
.new_card {
    background: #001f39;
    color: #ffffff;
}
.new_card:last-child {
    margin: 0;
}
.new_card .card-body {
    padding: 20px;
}
.new_card .card-body h2.main-content-title {
    margin: 0 !important;
    color: #ffffff;
}
.news_row {
    padding-top: 10px;
}
.news_row h4 {
    margin: 0;
    color: #cccccc;
    font-size: 12px;
}
.news_row h3 {
    margin: 0;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: bold !important;
}
.news_desc {
    font-size: 14px;
    font-weight: 400 !important;
}
.poll_sec {
    padding-top: 10px;
}
label.poll_label {
    margin: 0;
    font-size: 14px;
    padding-bottom: 10px;
}
label.input_radio {
    margin: 0;
    background: #0e3b61;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 14px;
    line-height: 1;
    border-radius: 5px;
    cursor: pointer;
}
.text-right {
    text-align: right;
}
.news_desc a {
    color: #ffffff;
    font-weight: bold;
}
@media only screen and (max-width: 768px) {
    .new_card:last-child {
        margin: 0 0 20px;
    }
}

.product_main_box {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #E2EBF8, #ffffff);
    padding: 10px;
    border-radius: 10px;
}

.product_main_box h3 {
    font-size: 15px;
    font-weight: 700 !important;
    color: #3b78ce;
    text-align: center;
    width: 100%;
    margin: 0;
    padding-bottom: 0px;
}

a.start_App {
    font-size: 20px;
    font-weight: 700 !important;
    background: #3eae54;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 10px;
}

.product_main_box a.btn.btn-primary {
    padding-top: 10px;
    font-weight: bold !important;
    border-radius: 13px;
}

.product_main_box h4 {
    margin: 0;
    width: 100%;
    text-align: center;
    color: #000000;
    font-weight: 400 !important;
    font-size: 15px;
    margin-top: 10px !important;
}

h4.toggle {
    color: #3b78ce !important;
    text-decoration: underline;
    font-weight: bold !important;
    cursor: pointer;
}

.product_main_box ul {
    margin: 0 0 20px;
    padding: 0 0 0 20px;
    color: #000000;
}

.product_main_box ol {
    margin: 0 0 20px;
    padding: 0;
    color: #000000;
    list-style: none;
}

a.product_box_link {
    color: #5271ff;
}

.product_main_box p {
    margin: 20px 0 0;
    font-size: 15px !important;
    color: #000000;
}

.product_main_box table {
    margin-top: 20px;
}

    .product_main_box table tr {
        background: none;
        text-align: center;
    }

        .product_main_box table tr td, .product_main_box table tr th {
            font-size: 13px;
            padding: 0 5px 8px;
        }

        .product_main_box table tr th {
            font-weight: 700;
            white-space: nowrap;
        }

.product_main_box .table-responsive .table > :not(caption) > * > * {
    border-bottom: 0 !important;
}

@media (max-width: 2036px) {
    .product_main_box h3 {
        height: 44px;
    }
}
@media (min-width: 1200px) and (max-width: 1450px) {
    .product_main_box h3 {
        font-size: 13px;
        height: 36px !important;
    }
    a.start_App {
        font-size: 15px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .product_main_box h3 {
        font-size: 12px;
    }

    .product_main_box a.btn.btn-primary {
        font-size: 0.5rem;
        padding-top: 7px;
    }

    .product_main_box h4 {
        font-size: 12px;
    }

    .product_main_box ul li {
        font-size: 12px !important;
    }
}
@media (max-width: 992px) {
    .product_main_box h3 {
        height: auto;
    }
} 
.products_row2 .col-lg-4.col-md-12.col-12 {
    margin-bottom: 20px;
}



/* New dashboard */
.page-header.dashboard_header {
    margin: 0 -25px 0 -25px;
    padding: 25px;
    background: #E3E3E3;
}
.dashboard_header h2.main-content-title {
    font-family: Inter !important;
    font-weight: 500 !important;
    line-height: 28px !important;
    color: #2D2D2D !important;
}
.dashboard_header ol.breadcrumb {
    align-items: center;
}
.dashboard_header li.breadcrumb-item {
    font-family: Inter !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #2D2D2D !important;
    display: flex;
    align-items: center;
    height: 24px;
}
.dashboard_header li.breadcrumb-item a {
    font-weight: 400 !important;
    color: #2D2D2D !important;
    font-family: Inter !important;
}
.dashboard_header .breadcrumb-item + .breadcrumb-item::before {
    color: #2D2D2D !important;
    content: "";
    width: 14px;
    height: 10px;
    background: url('/assets/login/img/breadcrumb_icon.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    margin-right: .5rem;
}
a.site_btn {
    font-family: Inter !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 24px !important;
    color: #4677BB;
}
a.site_btn span {
    margin-right: 10px;
    text-decoration: underline;
}
a.site_btn img {
    width: 18px;
}
.DashboardwithProducts {
    margin: 0 -25px;
    padding: 0 25px 25px;
}
.daily_commmissions {
    background: url('/assets/login/img/dashboard.png');
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    border: 1px solid #4677BB;
    height: 100%;
}
.daily_commmissions_inr {
    padding: 30px 50px;
    background: linear-gradient(239.89deg, rgba(246, 145, 59, 0.5) 14.6%, rgba(44, 75, 119, 0.5) 85.4%);
    border-radius: 10px;
    height: 100%;
}
.daily_commmissions_inr h3 {
    font-family: Inter !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #F6913B;
}
.daily_commmissions_inr h2 {
    font-family: Inter !important;
    font-weight: 700 !important;
    font-size: 24px !important;
    line-height: 28px;
    color: #F1F2F2;
}
.daily_commmissions_inr h4 {
    font-family: Inter !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    color: #F1F2F2;
}
.daily_commmissions_inr p {
    margin: 0;
    font-family: Inter !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #F1F2F2;
}
.insta_news_slider {
    background: #ffffff;
    padding: 30px 60px;
    border-radius: 10px;
    border: 1px solid #4677BB;
    height: 100%;
}
.insta_news_slider h2 {
    font-family: Inter !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #6CB864;
}
.insta_news_slider .insta_news_slide h2 {
    font-size: 24px !important;
    line-height: 28px !important;
    color: #2C4B77 !important;
    margin-top: 10px;
}
.insta_news_slider .insta_news_slide h2 a {
    color: #2C4B77 !important;
}
.insta_news_slider .insta_news_slide p {
    font-family: Inter !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 20px;
    color: #2C4B77;
}
.insta_news_slider .insta_news_slide p a {
    color: #2C4B77 !important;
    text-decoration: underline;
}
.insta_news_slide {
    margin: 0;
}
.instabrain_news_slider button.slick-arrow {
    color: #4677BB;
    position: absolute;
    border: 0;
    background: none;
    padding: 0;
    font-size: 30px;
    top: 30%;
}
.instabrain_news_slider button.slick-next.slick-arrow {
    right: -40px;
}
.instabrain_news_slider button.slick-prev.slick-arrow {
    left: -40px;
}
.products_sec2 h2 {
    font-family: Inter !important;
    font-weight: 500 !important;
    font-size: 24px !important;
    line-height: 28px !important;
    margin: 30px 0 25px;
    color: #2D2D2D;
}
.products_sec2 h2 img {
    cursor: pointer;
    width: 15px;
}
.products_mian_box2 {
    background: #ffffff;
    padding: 30px 30px 54px;
    border-radius: 10px;
    border: 1px solid #4677BB;
    height: 100%;
    position: relative;
}
.product_icon_image {
    padding: 4px 6px;
    border-radius: 4px;
    width: max-content;
    background: #4677BB;
}
.product_main_boxes2 .col-12:nth-child(1) .product_icon_image {
    background: #4677BB;
}
.product_main_boxes2 .col-12:nth-child(2) .product_icon_image {
    background: #F6913B;
}
.product_main_boxes2 .col-12:nth-child(3) .product_icon_image {
    background: #6CB864;
}
.product_main_boxes2 .col-12:nth-child(4) .product_icon_image {
    background: #ED5E5C;
}
.product_main_boxes2 .col-12:nth-child(5) .product_icon_image {
    background: #5F356E;
}
.product_icon_image img {
    width: 24px;
}
.products_mian_box2 h3 {
    font-family: Inter !important;
    font-weight: 700 !important;
    font-size: 22px !important;
    line-height: 28px !important;
    margin: 20px 0;
    color: #000000;
}
.products_mian_box2 ul, .products_mian_box2 ol, .products_mian_box2 p, .products_mian_box2 a.product_box_link, .products_mian_box2 table, .products_mian_box2 table th, .products_mian_box2 table td {
    margin: 0 0 20px;
    font-family: Inter !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 20px !important;
    padding-left: 24px;
    color: #2C4B77;
}
.product_bottom {
    display: flex;
    align-items: center;
    position: absolute;
    width: 85%;
    bottom: 30px;
    gap: 10px;
}
.col-lg-6 .product_bottom {
    width: 90%;
}
.products_mian_box2 .product_bottom h4 {
    font-family: Inter !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 24px !important;
    color: #4677BB !important;
    margin: 0;
    display: block;
}
.product_bottom h4 a {
    color: #ffffff !important;
    background: #4677BB;
    padding: 6px 10px;
    border-radius: 100px;
    border: 1px solid #4677BB;
}
.product_bottom h4 a span {
    padding-right: 8px;
}
.product_bottom ul {
    margin: 0;
    padding: 0 !important;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
}
.product_bottom ul li {
    position: relative;
}
.product_bottom ul img {
    cursor: pointer;
    width: 20px;
}
.product_bottom ul li a {
    color: #4677BB !important;
    background: transparent;
    padding: 6px 10px;
    border-radius: 100px;
    border: 1px solid #4677BB;
    font-family: Inter !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 24px !important;
    cursor: pointer;
}
.main-sidebar-body .nav-link img {
    width: 17px;
    margin-right: 15px;
}
.main-sidebar-body .nav-link {
    padding: 13px 0 !important;
}
.prodct_tooltip {
    position: absolute;
    padding: 10px;
    background: #000000;
    color: #ffffff;
    font-family: Inter !important;
    font-weight: 400 !important;
    line-height: 1.4;
    font-size: 12px;
    border-radius: 5px;
    width: 230px;
    top: 40px;
    left: -107px;
    z-index: 9999999;
    display: none;
}
.prodct_tooltip:before {
    content: "";
    position: absolute;
    top: -24px;
    left: 63%;
    transform: rotate(180deg);
    border-width: 12px;
    border-style: solid;
    border-color: #000000 transparent transparent transparent;
}
.product_bottom ul li:hover .prodct_tooltip {
    display: block;
}
.product_bottom ul li:nth-child(2) .prodct_tooltip {
    width: 300px;
    left: -200px;
}
.product_bottom ul li:nth-child(2) .prodct_tooltip:before {
    left: 66%;
}
.product_bottom ul li:nth-child(3) .prodct_tooltip {
    width: 530px;
    left: -450px;
}
.product_bottom ul li:nth-child(3) .prodct_tooltip:before {
    left: 85%;
}
.productModal2 .modal-content {
    border-radius: 10px;
}
.productModal2 .modal-content .modal-header {
    background: #2D2D2D;
}
.productModal2 .modal-content .modal-header h5 {
    color: #F1F2F2;
    font-family: Inter !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 20px !important;
}
.productModal2 .modal-content .modal-header button.btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23F1F2F2'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat;
    opacity: 1;
}
.link_details {
    margin-bottom: 20px;
}
.link_details h2 {
    font-family: Inter !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 28px !important;
    color: #000000E5;
    display: flex;
    align-items: center;
}
.link_details h2 img {
    width: 22px;
    margin-right: 10px;
}
.link_details p {
    margin: 0;
    font-family: Inter !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 20px !important;
    color: #7A7A7A;
}
.link_details:last-child {
    margin: 0;
}
.link_details h3 {
    margin: 0;
    margin-top: 15px;
    font-family: Inter !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 24px !important;
    color: #000000E5;
}
.link_details h3 a {
    color: #6CB864;
    display: flex;
    align-items: center;
}
.link_details h3 a img {
    width: 22px;
    margin-right: 10px;
}
.link_details h3.productModalTitle2 {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700 !important;
    font-size: 21px !important;
    line-height: 28px !important;
}
.link_details h6 {
    margin: 20px 0 10px;
    text-align: right;
    font-family: Inter !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    line-height: 1;
    color: #7A7A7A !important;
}
.productModal2 div#result form label span.required_field {
    color: #FF0000;
}
.productModal2 div#result form button#subbtn {
    background: #6CB864 !important;
    border: 1px solid #6CB864 !important;
    padding: 5px 10px;
    border-radius: 100px;
}
.productModal2 div#result form button#subbtn i.fa.fa-angle-right {
    margin-left: 10px;
}
.link_details .products_mian_box2 h3 {
    font-family: Inter !important;
    font-weight: 700 !important;
    font-size: 22px !important;
    line-height: 28px !important;
    margin: 0 !important;
    color: #000000;
    text-align: left;
}
.link_details .products_mian_box2 p {
    margin: 10px 0;
    color: #2C4B77 !important;
}
.link_details .products_mian_box2 {
    padding: 30px;
    background: #F1F2F2;
}
.products_mian_box2.disabled_product_box {
    pointer-events: none;
    opacity: 0.4;
    cursor: not-allowed !important;
}
#productPureTermModal .link_details h3.productModalTitle2 .product_icon_image {
    background: #ED5E5C;
}
#productFinalExpenseModal .link_details h3.productModalTitle2 .product_icon_image {
    background: #6CB864;
}
.product_bottom.product_bottom2 {
    position: relative;
    bottom: 0;
    width: 100%;
}
.product_bottom.product_bottom2 ul {
    width: 63%;
}
.product_bottom.product_bottom2 ul li:nth-child(2) {
    margin-left: auto;
}
.main-sidebar-body li.nav-item.active .nav-link {
    background: #4677BB;
    color: #FFFFFFB2 !important;
    border-radius: 4px;
}
.main-sidebar-body .nav-item.active .nav-link .shape1, .main-sidebar-body .nav-item.active .nav-link .shape2 {
    display: none;
}
.main-sidebar-body li.nav-item.active .nav-link img {
    margin-left: 20px;
}
.main-sidebar-body ul.menu-nav.nav li.nav-item.active a.nav-link span.sidemenu-label {
    color: #FFFFFFB2 !important;
}
.main-sidebar-body .nav-item.active .nav-link:before, .main-sidebar-body .nav-item.active .nav-link:after {
    display: none;
}
.ProductsPortal {
    margin: 0 -25px;
    padding: 25px;
}
.shareLink_sec {
    padding: 10px 20px;
    background: #2C4B77;
    border: 1px solid #4677BB;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.shareLink_sec h2 {
    display: flex;
    align-items: center;
    font-family: Inter !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    color: #F1F2F2;
    margin: 0;
}
.shareLink_sec h2 img {
    width: 20px;
    margin-right: 10px;
    filter: brightness(0) invert(1);
}
.shareLink_sec h3 {
    display: flex;
    align-items: center;
    font-family: Inter !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #F1F2F2;
    margin: 0;
}
.shareLink_sec h3 a {
    color: #F1F2F2;
}
.shareLink_sec h3 a span {
    text-decoration: underline;
    margin-right: 10px;
}
.shareLink_sec h3 a img {
    width: 15px;
    filter: brightness(0) invert(1);
}
.comingsoonProductBox {
    height: 100%;
    background: linear-gradient(90deg, #DAE5F6 0%, rgba(218, 229, 246, 0.5) 100%);
    border: 1px solid #4677BB;
    border-radius: 10px;
    padding: 30px;
}
.productImageBox {
    padding: 4px 6px;
    border-radius: 4px;
    width: max-content;
    background: #4677BB80;
    margin-bottom: 20px;
}
.productImageBox img {
    width: 24px;
}
.comingsoonProductBox h3 {
    font-family: Inter !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    color: #000000;
    margin: 0;
}
.products_mian_box2 h4 {
    display: none;
    font-family: Inter !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    line-height: 20px !important;
    margin: 20px 0;
    color: #000000 !important;
}
.products_mian_box2 h4.toggle {
    display: block;
}
.products_mian_box2 a.product_box_link {
    text-decoration: underline;
}
.products_mian_box2 p, .products_mian_box2 a.product_box_link {
    padding: 0;
}
.products_mian_box2 table {
    padding: 0;
    margin: 0;
}
.products_mian_box2 table th, .products_mian_box2 table td {
    padding: 11px 19px;
}
.main-sidebar-body.main-body-1 ul.menu-nav.nav li.nav-item a.nav-link {
    padding: 15px 0 !important;
    font-family: Inter !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #FFFFFFB2;
}
.main-sidebar-body.main-body-1 ul.menu-nav.nav li.nav-item a.nav-link span.sidemenu-label {
    font-family: Inter !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #FFFFFFB2;
}
.main-sidebar-body.main-body-1 ul.menu-nav.nav li.nav-item a.nav-link span.sidemenu-label:hover, .main-sidebar-body.main-body-1 ul.menu-nav.nav li.nav-item a.nav-link:hover {
    color: #FFFFFF;
}
.newRibon {
    top: 0;
    position: absolute;
    right: 0;
    background: linear-gradient(90deg, #F6913B 0%, #ED5E5C 100%);
    padding: 7px 38px;
    border-radius: 4px 10px 0 4px;
    font-family: Inter !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 1 !important;
    color: #ffffff;
}
.products_mian_box2.d-flex.align-items-center {
    gap: 15px;
    padding: 30px;
}
.products_mian_box2.d-flex.align-items-center .product_bottom {
    position: relative;
    bottom: 0;
    width: auto;
    margin-left: auto;
}
.products_mian_box2.d-flex.align-items-center ul {
    margin: 0;
}
.dropdown2.main-profile-menu {
    padding: 20px 15px 0;
    border-top: 1px solid #FFFFFF14;
    margin-top: 30px;
}
.dropdown2.main-profile-menu > .d-flex.align-items-center {
    gap: 15px;
}
.main-sidebar-hide .dropdown2.main-profile-menu > .d-flex.align-items-center .userName {
    display: none;
}
.main-sidebar-open .dropdown2.main-profile-menu > .d-flex.align-items-center .userName {
    display: block;
}
.dropdown2.main-profile-menu > .d-flex.align-items-center .userName h6.main-notification-title {
    font-family: Inter !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #FFFFFF;
}
.dropdown2.main-profile-menu > .d-flex.align-items-center .userName h4 {
    font-family: Inter !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 16px !important;
    color: #FFFFFFB2;
    margin: 0;
}
.dropdown2.main-profile-menu > .d-flex.align-items-center .userName h4 a {
    color: #FFFFFFB2;
}
.main-sidebar-hide .doteds.dropdown {
    display: none;
}
.main-sidebar-open .doteds.dropdown {
    display: none;
}
.doteds.dropdown a img {
    width: 4px;
}
div#account_details {
    position: absolute;
    top: -115px;
    left: -190px;
    z-index: 999999999999999999;
    background: #ffffff;
}
.ProductsPortal .prodct_tooltip:before {
    left: 44%;
}
textarea {
    overflow: hidden !important;
}








@media (min-width: 1253px) and (max-width: 1440px) {
    .products_mian_box2 .product_bottom h4 {
        font-size: 10px !important;
    }
    .product_bottom ul li a {
        font-size: 10px !important;
    }
}
@media (min-width: 768px) and (max-width: 1252px) {
    .products_mian_box2 .product_bottom h4 {
        font-size: 5px !important;
    }
    .product_bottom ul li a {
        font-size: 5px !important;
    }
}
@media (max-width: 767px) {
    .insta_news_slider {
        margin-top: 20px;
    }
    .product_bottom ul li:hover .prodct_tooltip {
        display: none;
    }
    .product_bottom {
        width: 100% !important;
        position: relative;
        bottom: 0;
    }
    .product_bottom.product_bottom2 {
        flex-wrap: wrap;
        gap: 20px;
    }
    .product_bottom.product_bottom2 ul {
        width: 100%;
    }
    .products_mian_box2.d-flex.align-items-center {
        display: block !important;
    }
    .page-header.dashboard_header > .d-flex {
        display: block !important;
    }
    .page-header.dashboard_header > .d-flex ol.breadcrumb.ms-3 {
        margin: 0 !important;
    }
    .products_mian_box2.d-flex.align-items-center .product_bottom {
        margin: 20px 0 0;
    }
    .product_bottom ul li a {
        font-size: 8px !important;
    }
    .products_mian_box2 .product_bottom h4 {
        font-size: 8px !important;
    }

}

.custom_alert {
    margin: 0 -25px;
}

    .custom_alert .alert.alert-danger.overflow-hidden.p-0 {
        margin: 0;
    }

#imageModal button.btn-close {
    position: absolute;
    background-color: #ffffff;
    opacity: 1;
    border: 3px solid #000000;
    border-radius: 100%;
    padding: 8px;
    right: -15px;
    top: -15px;
}
.doteds.dropdown {
    display: none;
}


@media only screen and (max-width: 767px) {
    .custom_alert {
        margin-top: 120px;
    }
}

.quotation_main_table, .prospects_main_table, .sales_main_table {
    min-height: 700px !important;
}

@media (min-width: 992px) and (max-width: 1400px) {
    .scroll_head.k-grid.k-widget.k-grid-display-block.k-editable {
        min-height: 550px !important;
    }
}