@import url('https://fonts.googleapis.com/css2?family=Patua+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

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

.hidden {
    display: none;
}

.select2-drop-active {
    margin-top: -25px;
}

.select2-search--hide {
    display: block !important;
}

.error {
    color: red;
}

td.ui-datepicker-current-day a.ui-state-default.ui-state-active {
    background: #003eff;
    color: white;
}

.viewpass {
    float: right !important;
    color: #808080a3;
    margin-top: -26px !important;
    font-size: 15px !important;
    margin-right: 10px;
}

.dataTables_wrapper .dt-buttons {
    margin-left: 20px;
}

.cp_cards_bg {
    box-shadow: 5px 7px 26px -5px #502965;
    -webkit-box-shadow: 0px -1px 15px -5px #e3066f;
    padding-top: 12px;
}

.cp_card_img_bg {
    background: #e3066f;
    padding: 11px;
    border-radius: 8px;
    width: 60px !important;
}

.header-select-display-custom select {
    background: none;
    border: none;
    padding: 4px 6px;
    margin: 0px 0px !IMPORTANT;
    border: 1px solid #e3066f;
    margin-right: 15px !important;
    border-radius: 15px;
    box-shadow: 0px 3px 6px #55555528;
    font-size: 12px;
}

.header-select-display-custom option {
    color: black !important;
}

.header-select-display-custom select:focus {
    outline: none;
    box-shadow: none;
}

.call_to_action {
    margin-top: -1rem;
    font-size: 12px;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: inherit !important;
}

.autor-name {
    display: flex;
    justify-content: flex-end;
}

.chart_not_found {
    font-size: 25px;
    text-align: center;
    margin: -5%;
    color: #ba4994;
    font-weight: 500;
}

.chart-no-data-found {
    color: #ba4994;
    font-weight: 500;
}

.total-row {
    background-color: #dbd0d0 !important;
}

.overflow_column_fix {
    width: 50% !important;
    white-space: normal !important;
}

.pdf-icon {
    width: 100px !important;
}

.not_found {
    color: #e1589d;
    font-weight: 800;
    font-size: 30px;
}

span.pdf-name-text {
    display: block;
    overflow: hidden;
    font-size: 13px;
    margin-left: 19px;
    word-wrap: break-word;
    margin-top: 5px;
    font-weight: 500;
}

/* .card-background::before {
	position: absolute;
	margin-block-start: -10px;
	content: "";
	width: 85%;
	background-color: #fff3;
	height: 82%;
	box-shadow: 0 .15rem .1rem #0000000a;
	border-radius: .4rem;
	margin-inline: auto;
	inset-inline: 0;
} */

.card-background::before {
    position: absolute;
    margin-block-start: -10px;
    content: "";
    width: 85%;
    background-color: #fff3;
    height: 82%;
    box-shadow: 0 .15rem .1rem #0000000a;
    border-radius: 30px 0;
    margin-inline: auto;
    inset-inline: 0;
    margin-right: 2px;
    margin-top: -10px;
}

.das-quick-cou-strip {
    margin-top: 25px;
}

.card.custom-card.project-card {
    border-radius: 30px 0 30px 0 !important;
}

thead {
    background-image: linear-gradient(to right top, #76999b, #76999b, #76999b, #76999b, #76999b) !important;
    border: 1px dashed !important;
    /* border-left: none; */
    /* box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.25); */
    font-family: initial !important;
}

.border-bottom-0.sorting_disabled.sorting_asc {
    background-color: #8ec0de !important;
    font-family: initial !important;
}

thead .column_filter_search_box {
    border-radius: 15px;
    /* width: 100%; */
    padding: 0px 10px;
}

/* h1, h2, h3, h4, h5 {
	  font-family: initial ;
      font-weight: bold;

} */


/* body {
	  font-family: "Calistoga", serif !important ;

} */



.form-group {
    font-family: 'Gabarito';
}

.side-menu__item.active,
.side-menu__item:hover,
.side-menu__item:focus {
    border: 1px solid #e3066f;
    text-decoration: none;
    color: red !important;
    background: white;
    border-left: 0px;
}

.slide:hover .side-menu__item {
    color: #fff;
    font-weight: 500;
    border-top: 0;
    background: #e3066f;
    box-shadow: 0 6px 14px 2px rgba(0, 0, 0, 0.1);
}

.app-sidebar .slide.is-expanded .side-menu__item {
    color: #fff;
    font-weight: 500;
    border-top: 0;
    background: linear-gradient(291deg, #e3066f, #e1909f);
    box-shadow: 0 6px 14px 2px rgba(0, 0, 0, 0.1);
    border-radius: 0 100px 100px 0;
}

.card.overflow-hidden.project-card.project-card-box {
    height: 104px;
    box-shadow: 0px -4px 8px -6px lightgray !important;
    border-bottom: 2px solid #ff499c;
    border-radius: 10px !important;
    margin: 28px 0px;
}

.project-card .primary {
    fill: #fff;
    background: linear-gradient(11deg, #ff69ad, #cb1768);
    padding: 11px;
    border-radius: 5px;
    box-shadow: 0 7px 30px rgba(128, 116, 252, 0.2);
}

.project-card .danger {
    fill: #fff;
    background: linear-gradient(11deg, #ff69ad, #cb1768);
    padding: 11px;
    border-radius: 5px;
    box-shadow: none;
}

.project-card .success {
    fill: #fff;
    background: linear-gradient(11deg, #ff69ad, #cb1768);
    padding: 11px;
    border-radius: 5px;
    box-shadow: 0 7px 30px rgba(11, 163, 96, 0.2);
}

.project-card .warning {
    fill: #fff;
    background: linear-gradient(11deg, #ff69ad, #cb1768);
    padding: 11px;
    border-radius: 5px;
    /* box-shadow: 0 7px 30px rgba(11, 163, 96, 0.2); */
}

#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    display: none;
    text-align: center;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 4px;
    z-index: 10000;
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    background: linear-gradient(39deg, #e46c90, #cc6b97);
    color: #fff;
    border-radius: 50%;
    border: 1px solid #dedcfb;
}

.goog-te-gadget .goog-te-combo {
    margin: 0px 0;
}

.main-header.side-header.fixed-header {
    position: fixed !important;
    background: linear-gradient(45deg, #4656a1, #4457a3);
    box-shadow: 5px 7px 26px -5px #502965;
    -webkit-box-shadow: 5px 2px 22px -5px #4557a2;
}

.integrated-btn {
    color: #fff !important;
    background-color: #cb1768 !important;
    border-color: #cb1768 !important;
}

.card.overflow-hidden.project-card h6 {
    font-family: "Gabarito", sans-serif !important;
    /* font-optical-sizing: auto; */

    font-weight: 600 !important;
}

.min-title {
    font-family: "Gabarito", sans-serif !important;
}

/* .min-title{
    font-family: "Patua One", serif;
} */
.side-menu .slide {
    position: relative;
    padding: 0;
    border-bottom: 1px dotted #ecedf2;
    font-family: 'Gabarito';
}

.table-responsive {
    font-family: 'Gabarito';
}

/* REVAMP CSS ------------------- */
li.policy_type_navs.custom-policy-type-tabs a.active {
    background: #FFC5E1 0% 0% no-repeat padding-box;
    margin-left: 0px;
    color: black;
}

li.policy_type_navs.custom-policy-type-tabs a {
    border-radius: 12px 12px 0px 0px;
    padding: 7px 15px !important;
    display: flex !important;
    align-items: end;
}

li.policy_type_navs.custom-policy-type-tabs a img {
    margin-left: 13px;
}

li.policy_number_navs.custom-policy-number-navs a {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #55555528;
    border-radius: 14px;
    padding: 3px 10px !important;
    border: none !important;
    margin-top: 10px;
    margin-bottom: 5px;
}

li.policy_number_navs.custom-policy-number-navs a.active {
    border: 1px solid #E3066F !important;
}

.policy-overview-main-cover-wrapper {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #55555528;
    border-radius: 10px;
    padding: 15px;
    padding-bottom: 5px;
}

ul.policy-details-list {
    padding: 0px;
    margin-bottom: 0px;
}

h6.policy-details-list-title {
    margin-bottom: 3px;
    color: #E3066F;
}

ul.policy-details-list li {
    margin-bottom: 15px;
}

.policy-header-title h5 {
    color: #E3066F;
    font-weight: 600;
    margin-bottom: 20px;
}

ul.policy-details-list li span {
    font-size: 13px;
}

.dashboard-inception-box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #55555528;
    border-radius: 10px;
    padding: 10px 15px;
}

h5.inception-count-box a {
    font-size: 25px;
    color: #363636;
    margin-bottom: 0px;
}

h5.inception-count-box {
    margin-bottom: 0px;
}

.dashboard-inception-box h6 {
    color: #E3066F;
}

.policy-dashboard-banner img {
    width: 70%;
    margin: 0 auto;
    display: flex;
    margin-bottom: 30px;
}

.dashboard-inception-box img {
    width: 28px;
    margin-bottom: 10px;
    margin-top: 4px;
}

.custom-revamp-dashboard {
    margin-top: 30px;
}

.enrollment-graph-cover-wrapper {
    margin: 20px;
}

.custom-inner-cover {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 0.5px solid #e3066f30;
    padding: 15px;
    border-radius: 0px 15px 15px;
    padding-top: 0px;
}

.dashboard-corporate-graph-box img {
    width: 50%;
    margin: 0 auto;
    display: flex;
}

.dashboard-inception-cover-wrapper.dashboard-corporate-graph-box-cover {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #55555528;
    border-radius: 10px;
    padding: 20px 15px;
    margin-top: 15px;
}

.dashboard-corporate-graph-box h5 {
    margin-bottom: 18px;
    color: #363636;
    font-size: 14px;
}

.enrollment-status-box-cover-wrapper.dashboard-inception-box {
    height: 100%;
}

.side-menu__item.active .side-menu__label {
    color: #e3066f !important;
}


.side-menu__item.active .side-menu__icon {
    color: #e3066f !important;
}

.side-menu__item.active .side-menu__icon:hover {
    color: white !important;
}

.side-menu__item.active .side-menu__label:hover {
    color: white !important;
}

.main-header.side-header.nav.nav-item {
    background: #ffffff;
    border-bottom: 1px solid #e3066f;
}

.nav-item.full-screen.fullscreen-button {
    background: #e3066f;
    padding: 0px;
    width: 30px;
    display: flex;
    justify-content: center;
    height: 30px;
    align-items: center;
    border-radius: 9px;
}

.dropdown.nav-item.main-header-notification {
    background: #e3066f;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 9px;
    margin-left: 9px;
    margin-right: 10px;
}

.app-sidebar__toggle.mobile-toggle {
    background: #e3066f;
    border-radius: 9px;
    margin-right: 10px;
    padding: 3px;
    border: none;
}

.canvas_row.revamp-canvas-graph canvas {
    width: 200px;
    margin-top: 12px;
}

.wellness-vidoes-box-cover {
    position: relative;
}

.dashboard-wellness-play {
    align-items: center;
    background: #00000038;
    border-radius: 15px;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    top: 0;
    width: 100%;
}
.wellness-videos-footer h6 {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}

.wellness-videos-footer {
    color: #fff;
    margin-top: -27px;
    padding: 0 10px;
    position: relative;
    z-index: 999;
}

.dashboard-wellness-play svg {
    color: #fff;
    font-size: 37px;
    cursor: pointer;
}

/* .wellness-video-box-cover video {
    width: 100%;
    border-radius: 15px;
} */

.wellness-video-box-cover video {
    width: 50%;
    border-radius: 15px;
    border: 6px solid black;
}

.panel-heading1.custom-panel-heading a {
    color: #e3066f;
    border: 1px solid dimgray;
    font-weight: 600;
}

button.btn.btn-pinc {
    background: #e3066f;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 8px;
}

a.btn.btn-pinc{
    background: #e3066f;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 8px;
}

.tabs-menu1 ul li.pinc-custom-tab .active {
    border-bottom: 3px solid #e3066f;
}
 .side-menu__label, .side-menu__label, .side-menu__item:focus .side-menu__label  {
    color: #e3066f !important;
    border: none;
}

.app-sidebar .slide.is-expanded .side-menu__item span.side-menu__label {
    color: white !IMPORTANT;
}
.online-enrol-header-cov {
    border: 1.5px solid #e3066f;
    color: black !important;
    border-radius: 10px;
}
.online-enrol-header-cov .panel-title1 a {
    display: block;
    color: black !important;
    padding: 15px;
    position: relative;
    font-weight: 500;
    font-size: 15px;
}