@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 {
    background: linear-gradient(45deg, #f54266, var(--primary-bg-color));
    box-shadow: 5px 7px 26px -5px #502965;
    -webkit-box-shadow: 0px -1px 15px -5px #26a6e0;
    padding-top: 12px;
}

.cp_card_img_bg {
    background: linear-gradient(45deg, var(--primary-bg-color), #8e79fd);
    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 #0096da;
    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;
}

.select2.select2-container {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 0px;
}

.control-group.form-group input {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.addroles-btn {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 20px;
    font-weight: 500;
}

.edit-btn-box {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    font-size: 12px;
    font-weight: 600;
}

.delete-btn-box {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    font-size: 12px;
    font-weight: 600;
}

.control-group.form-group label {
    font-weight: 400 !important;
    font-size: 12px !important;
}

button.api-setting-add-btn {
    padding: 4px 20px;
    font-weight: 500;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

button.api-branch-add-btn {
    padding: 5px 20px;
    font-weight: 500;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.tabs-menu1.customs-tabs ul li a.active {
    font-weight: 600;
}

input.column_filter_search_box {
    padding: 5px;
    border: 1px solid #6969694a;
    border-radius: 5px;
}

.dataTables_wrapper {
    padding-bottom: 20px;
}

.heading-title {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.add-heading-repo-text {
    font-size: 15px;
    padding: 6px 20px;
}

span.icon-box {
    width: 25px;
    background: white;
    height: 25px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 4px;
}

span.icon-box i {
    color: #4257f3;
    margin-top: 6px;
}

.add-btn-icon-repo {
    border-radius: 20px;
    margin-top: -9px;
}

nav.custom-breadcrumb-style {
    border: 1px solid white;
    padding: 6px 14px;
    border-radius: 5px;
}

.welcome-title h4 {
    border: 1px solid #69696940;
    padding: 9px 25px;
    border-radius: 10px;
    background-color: white;
    color: black !important;
    font-size: 17px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

span.current_financial_year {
    padding: 5px 15px;
    border-radius: 5px;
    background-color: #1281ea;
    color: white;
    border-radius: 8px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.owl-item.cloned.policy-list-tab-card {
    width: 220px;
    /* background-color: white; */
}

.owl-item.cloned.policy-list-tab-card .policy-type-scroll-cover .item.card.policy-list-card {

    padding: 0px !important;
    border: 1px solid #fff;
    background: radial-gradient(circle at 12.3% 19.3%, rgb(102, 155, 255) 0%, rgb(247, 249, 252) 100.2%) !important;
    border-radius: 16px !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    margin-top: 2px;

}

.item.card.policy-list-card a .policy-list-icon-box {
    width: 50px;
    display: flex;
    border: 1px solid blue;
    height: 50px;
    background-color: white;
    border-radius: 11px;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.item.card.policy-list-card a {
    display: flex;
    align-items: center;
}

.item.card.policy-list-card a .policy-list-icon-box img {
    width: 70%;
}

.item.card.policy-list-card a span {
    margin-left: 25px;
    font-size: 20px;
}

li.header-select-display-custom {
    /* border: 1px solid black; */
    background: white;
    border-radius: 5px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.main-header-message>a,
.main-header-notification>a,
.nav-item.full-screen>a,
.header-setting-icon>a,
.main-layout .dark-layout,
.main-layout .light-layout {
    border: 1px solid rgb(50 47 47 / 13%);
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.main-content:after {
    background-color: aliceblue !important;
}

.card-body.policy-details-card-body {
    background: transparent linear-gradient(95deg, #70D3FF 0%, #1DB9FF 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 10px #70D3FF8C;
    border-radius: 20px;
    padding: 18px;
}

.policy-details-icon-box img {
    width: 80%;
}

.policy-details-icon-box {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    /* background: white; */
    justify-content: center;
    margin-right: 15px;
    border-radius: 5px;
    margin: 0 auto;
}
.policy-details-icon-box-pre {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: self-end;
    /* background: white; */
    justify-content: flex-start;
    border-radius: 5px;
    gap: 10px;
    /* margin: 0 auto; */
}
.repo-tepo-clover-repo li{
    display: flex;
}
.project-content.policy-details-title h6 {
    /* color: white !important; */
    font-size: 15px;
    margin-bottom: 0px;
}

.project-content.policy-details-title ul li strong {
    /* color: white !important; */
    font-size: 14px;
    font-weight: 500;
}
.project-content.policy-details-title ul {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
}
.project-content.policy-details-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* gap: 29px; */
}
.project-content.policy-details-title ul li span {
    color: #1d91ff !important;
    font-size: 16px;
}
.main-sidebar-head.active {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.repo-tepo-clover-repo li {
    display: flex;
    gap: 10px;
    align-items: center;
}
ul.repo-tepo-clover-repo {
    margin-top: 8px;
}
.my-auto.policy-details-icon-box-pre i {
    transform: rotate(90deg);
    font-size: 22px;
    color: #1c3299;
}
.repo-imge img {
    width: 28px !important;
}
.class-repo-clover-depo {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
}
.project-content.policy-details-title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.policy-list-card-box {
    border: 1px solid #4bc4f9c4;
    border-top: none;
    display: flex;
    justify-content: center;
    padding: 23px;
    border-left: none;
    cursor: pointer;
    /* width: 95%; */
}

.repo-data-clover-boxs {
    border: 0px solid #4bc4f9c4 !important;
    border-radius: 10px;
    padding: 10px !important;
    text-align: center;
}

.policy-list-card-box {
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.policy-list-card-box:hover {
    transform: scale(1.05);
    /* Slightly enlarge the box */
    background: rgba(255, 255, 255, 0.3);
    /* Increase opacity for frosted effect */
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    /* Apply frosted-glass effect */
    border: 1px solid rgba(255, 255, 255, 0.4);
    /* Subtle border */
}

.policy-list-icon-box img {
    transition: transform 0.3s ease;
}

.policy-list-card-box:hover {
    background: radial-gradient(rgba(232, 236, 239, 0), rgb(203 239 255));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.policy-list-card-box:hover .policy-list-icon-box img {
    transform: rotate(5deg);
    /* Slight rotation on hover for effect */
}

.policy-list-card-box span {
    font-weight: bold;
    color: #fff;
    /* White text for contrast */
    transition: color 0.3s ease;
}

.repo-p-tag-repo {
    margin-bottom: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
    cursor: pointer;
}
.policy-type-scroll-cover {
    margin-bottom: 15px;
}

.policy-list-icon-box img {
    width: 40px;
}

.main-policies-cover-wrapper {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 4px #70D3FF8C;
    padding: 16px 25px;
    border-radius: 20px;
    margin-top: 10px;
    height: 320px;
}

.policy-list-card-box.rem-border-bottom {
    border-bottom: 0px;
}

.policy-list-card-box.remove-border-right {
    border-right: 0px;
}

.policy-list-card-box a span {
    font-weight: 500;
    color: #464646;
    font-size: 13px;
}

.policy-list-icon-box img {
    margin: 0 auto;
}

.policy-list-icon-box {
    margin-bottom: 10px;
    display: flex;
}

.policy-modal-body {
    border: 1px solid #69696912;
    padding: 15px;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0px 3px 7px #70d3ff47;
}

.policy-modal-body a {
    color: black;
    text-decoration: none;
    font-weight: 500;
}

.policy-modal-body-main-cover-wrapper {
    height: 320px;
    overflow-y: scroll;
    overflow-x: hidden;
}

/* .page.custom-index {
    background: white;
} */

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 #0096da;
    text-decoration: none;
    color: #0096da !important;
    background: white;
    border-left: 0px;
}

.slide:hover .side-menu__item {
    color: #fff;
    font-weight: 500;
    border-top: 0;
    background: #0096da;
    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, #0096da, #0096da96);
    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 #0096da;
    border-radius: 10px !important;
    margin: 28px 0px;
}

.project-card .primary {
    fill: #fff;
    background: linear-gradient(11deg, #0096da8f, #0096da);
    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, #0096da8f, #0096da);
    padding: 11px;
    border-radius: 5px;
    box-shadow: none;
}

.project-card .success {
    fill: #fff;
    background: linear-gradient(11deg, #0096da8f, #0096da);
    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, #0096da8f, #0096da);
    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, #28a7e1, #21a4df);
    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: #0096DA !important;
    border-color: #0096DA !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: #0096da4f 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 #0096DA !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: #0096DA;
}

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

.policy-header-title h5 {
    color: #0096DA;
    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: #0096DA;
}

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

.side-menu__item.active .side-menu__icon {
    color: #24a5e0 !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 #20a3df;
}

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

.dropdown.nav-item.main-header-notification {
    background: #0096da;
    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: #0096da;
    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: #0096DA;
    border: 1px solid dimgray;
    font-weight: 600;
}

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

a.btn.btn-pinc{
    background: #0096DA;
    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 #0096DA;
}
.side-menu__label, .side-menu__label, .side-menu__item:focus .side-menu__label {
    color: #212a2e !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 #0096DA;
    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;
}