:root {
    --first-color: #295fa7;
    --second-color: #d1e7e5;
    --third-color: #2ad2a1;
    --fourth-color: #404656;
}

.first-color {
    color: var(--first-color);
}

.second-color {
    color: var(--second-color);
}

.third-color {
    color: var(--third-color);
}

.fourth-color {
    color: var(--fourth-color);
}

.page-content {
    position: relative;
    width: 100%;
}

.left-header {
    width: 30%;
}

.right-header {
    width: 70%;
}

.top-header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 8;
    transition: 0.5s;
    background-color: #fff;
    box-shadow: 0px 4px 40px rgba(39, 32, 120, 0.1);
}

.img-responsive {
    width: 100%;
    height: auto;
}

.my-wallet {
    padding: 5px 12px;
    border-radius: 10px;
    align-items: center;
    display: flex;
    border: 1px solid rgba(16, 16, 16, 0.13);
    background: #fff;
}

.avaliable-balance {
    display: flex;
    align-items: center;
}

.avaliable-balance img.wallet-img {
    height: 24px;
    width: auto;
    padding-right: 10px;
}

.right-header {
    align-items: center;
    display: flex;
}

.header-content {
    align-items: center;
    padding: 9px 29px;
    position: relative;
}

img.whatsapp-img {
    margin-left: 5px;
    width: 20px;
    margin-top: -3px;
}

.my-wallet .text p {
    margin-bottom: 0px;
    font-size: 15px;
}

.avaliable-balance .text span {
    font-size: 10px;
}

.my-wallet a.add-money-btn {
    border-radius: 8px;
    padding: 5px 11px;
    text-decoration: none;
    font-size: 12px;
    color: #fff;
    margin-bottom: 0px;
    background: var(--third-color);
    margin-left: 17px;
}

.head-icons ul {
    display: inline;
    padding-left: 0px;
}

.head-icons ul li {
    display: inline-block;
}

.left-header p.support {
    margin-bottom: 0px;
}

.left-header p.support a {
    text-decoration: none;
    color: #000c;
}

.left-header p.support i {
    padding-left: 10px;
}

.head-icons ul li a svg {
    fill: #0d6efd;
}

.head-icons ul li {
    padding: 0 9px;
    position: relative;
}

.head-icons {
    margin-left: auto;
}

.head-icons ul li a {
    text-decoration: none;
}

.head-icons ul li a.user-icon i.fa.fa-user {
    border-radius: 50%;
    background: #fff;
    padding: 6px 8px;
    border: 1px solid;
}

.head-icons ul li a.user-icon i.fa.fa-chevron-down {
    color: var(--third-color);
    font-size: 9px;
    margin-left: 3px;
}

span.notification-no {
    top: -6px;
    right: 4px;
    position: absolute;
    color: #fff;
    line-height: 14px;
    background-color: var(--third-color);
    font-size: 9px;
    border-radius: 50%;
    font-weight: 500;
    padding: 0px 4px;
}

.body-sidebar {
    position: fixed;
    top: 0;
    z-index: 9;
    height: auto;
    line-height: inherit;
    background: #fff;
    width: 265px;
    text-align: left;
    transition: 0.3s;
    box-shadow: 0 0 21px 0 rgba(89, 102, 122, 0.1);
}

.logo-block {
    position: relative;
    padding: 5px 60px !important;
    box-shadow: -9px 0 20px rgba(89, 102, 122, 0.1);
}

.logo-block a img {
    width: auto;
    height: 68px;
}

.logo-block .back-btn {
    display: none;
}

.logo-block .toggle-sidebar {
    position: absolute;
    right: 30px;
    top: 40px;
    cursor: pointer;
}

.sidebar-content {
    height: calc(100vh - 104px);
    left: -300px;
    z-index: 99;
    transition: color 1s ease;
    overflow: auto;
    color: rgba(0, 0, 0, 0);
    margin-top: 4px;
    background: var(--first-color);
}

.sidebar-block {
    background: var(--first-color);
    width: inherit;
    max-width: inherit;
    /*height: inherit;
    max-height: inherit;*/
}

.sidebar-block ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

.sidebar-block ul li a.menu-heading {
    text-decoration: none;
}

.sidebar-block ul li a.menu-heading .menu-icon {
    width: 18px;
    margin-right: 10px;
    color: #fff;
    font-size: 18px;
}

.sidebar-block ul li {
    color: rgba(82, 82, 108, 0.8);
    font-size: 11px;
    font-weight: 600;
    list-style: none;
    letter-spacing: 0.065rem;
    text-transform: uppercase;
    padding: 10px 20px;
    white-space: nowrap;
    position: relative;
    cursor: pointer;
}

.sidebar-block ul li span.menu-label {
    font-size: 13px;
    color: #fff;
}


/**/

.sidebar-block ul li a:hover {
    background: #2ad2a191;
    transition: 0.3s ease;
}

.dropdown {
    position: absolute;
    right: 15px;
    margin: 0;
    top: 14px;
    transition: 0.3s ease;
}

.sub-menu {
    background: var(--second-color);
    display: none;
}

.rotate {
    transform: rotate(90deg);
}

ul.sub-menu li a.sub-item {
    text-decoration: none;
    font-size: 12px;
    padding: 10px 13px 15px 42px;
    color: var(--first-color);
    text-align: left;
    text-transform: capitalize;
}

ul.sub-menu li a.sub-item.sub-item-second.sub-btn {
    background: var(--third-color);
    padding: 10px 13px 15px 42px;
}

ul.sub-menu li a.sub-item.sub-item-second.sub-btn i {
    font-size: 13px;
    color: #fff;
}

.sidebar-block ul li.item.item-second ul.sub-menu li a.sub-item {
    padding: 10px 13px 15px 70px;
    background: #2ad2a159;
}

.sidebar-block ul li.item.item-second ul.sub-menu li a.sub-item:hover {
    background: #2ad2a191;
}

.body-content {
    min-height: calc(100vh - 80px);
    margin-top: 75px;
    margin-left: 265px;
    background: #f7f8f9;
}

.block-title {
    padding: 10px 20px;
    margin: 0 0px 28px;
    box-shadow: 0px 0px 15px rgba(39, 32, 120, 0.1);
    background-color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "/";
}

.breadcrumb {
    justify-content: end;
    margin-bottom: 0;
}

.block-title h4 {
    font-size: 20px;
    margin-bottom: 0px;
}

li.breadcrumb-item {
    font-size: 13px;
    letter-spacing: 1px;
}

li.breadcrumb-item.active {
    color: #7366ff;
}

.banner-img-block img {
    height: auto;
    width: 100%;
}

.top-box1 {
    width: 25%;
}

.top-box2 {
    width: 37.5%;
}

.main-dashboard-block {
    margin: 20px 0;
}

.dashboard-inner {
    background: #f4f5f7;
    padding: 15px;
    border-radius: 18px;
}

.white-box {
    border: 1px solid rgb(226 232 240 / 1);
    border-bottom-width: 2px;
    border-bottom-style: solid;
    margin-right: 16px;
    margin-bottom: 18px;
    border-radius: 0.375rem;
    box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
    padding: 12px 17px;
    background: #fff;
}

.white-box:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-radius: 0.375rem;
    transition: all 0.2s ease-in-out;
    z-index: -1;
    color: var(--first-color);
}

.b-box1 {
    border-bottom-color: var(--first-color);
}

.white-box.b-box1::after {
    border-bottom-color: var(--first-color);
}

.b-box2 {
    border-bottom-color: #228a81;
}

.white-box.b-box2::after {
    border-bottom-color: #228a81;
}

.b-box3 {
    border-bottom-color: var(--third-color);
}

.white-box.b-box3::after {
    border-bottom-color: var(--third-color);
}

.b-box4 {
    border-bottom-color: var(--fourth-color);
}

.white-box.b-box4::after {
    border-bottom-color: var(--fourth-color);
}

.white-box:hover {
    transform: translateY(-5px);
    transition: 0.5s;
}

.white-box .icon {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
}

.white-box .icon i {
    margin-right: 13px;
    background: #ddd;
    padding: 8px 13px;
    font-size: 30px;
    border-radius: 5px;
}

.top-box3 {
    width: 37.5%;
}

.mr-0 {
    margin-right: 0px !important;
}

h4.main-heading {
    color: var(--first-color);
    margin-bottom: 11px !important;
    font-weight: 600;
    width: fit-content;
    margin: 0 auto;
    position: relative;
    font-size: 39px;
}

p.sub-main-heading {
    border-bottom: 1px solid;
    width: fit-content;
    font-weight: 500;
    font-size: 18px;
    color: var(--fourth-color);
    margin-left: 25px;
}

.white-box p.heading1 {
    margin-bottom: 1px;
    color: #000;
    font-size: 16px;
}

.white-box p.heading2 {
    font-size: 14px;
    color: #766c6c;
    margin-bottom: 5px;
}

.counter {
    text-align: center;
    padding-top: 16px;
    font-weight: 600;
    background: linear-gradient(90deg, #6ebc68 0%, #ffff00 100%);
    -webkit-background-clip: text;
    -webkit-text-stroke: thin transparent;
    color: #8f7979;
    padding-bottom: 3px;
    font-size: 37px;
}

.card-body {
    padding: 30px;
    background-color: transparent;
}

.flot-chart-container {
    height: 350px;
}

.flot-chart-container {
    box-sizing: border-box;
    width: 100%;
    height: 400px;
}

.flot-chart-placeholder {
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 1.2em;
    text-align: center;
}

.chart-block canvas {
    width: 100% !important;
}

.chart-block {
    padding-top: 17px;
}

.flex2 .top-block .white-box {
    width: 100%;
}

.flex2 .increase-knowledge.white-box {
    width: 30%;
    position: relative;
}

.flex2 .top-block {
    width: 70%;
}

.increase-knowledge h4 {
    font-size: 21px;
    border-bottom: 1px solid #ecf3fa;
    padding: 0px 0px 7px 0px;
}

.increase-knowledge .d-flex {
    justify-content: space-between;
    align-items: center;
}

a.btn.btn-small {
    padding: 1px 9px 3px 9px;
    font-weight: 500;
    font-size: 14px;
    background-color: var(--first-color);
    border-color: var(--first-color);
    transform: translateZ(0);
    color: #fff;
    border-radius: 6px;
}

img.learn-img {
    right: 0;
    position: absolute;
    bottom: 11px;
    overflow: hidden;
    width: 223px;
}

.increase-knowledge p {
    width: 86%;
    font-size: 14px;
}

.increase-knowledge .d-flex a {
    margin-top: 50px;
}

.btn:hover {
    animation: push 0.5s linear 1;
}

.flex2 .top-block .white-box img.family {
    margin-top: 14px;
    width: 64px;
}

.flex2 .top-block .white-box .counter img.family {
    width: 38px;
    margin-top: -15px;
    margin-left: 11px;
    height: auto;
}

.service-box {
    position: relative;
    padding: 12px 10px;
    text-align: center;
    margin-right: 0px;
}

.service-box img.service-icon {
    background: #6cfffa70;
    width: 76px;
    z-index: 1;
    position: relative;
    height: auto;
    padding: 7px 5px;
    border-radius: 12px;
}

.d-flex .f-gap {
    width: inherit;
}

.d-flex.utility1 .f-gap {
    width: 17.3%;
}

.d-flex.utility2 .f-gap {
    width: -webkit-fill-available;
}

.service-box p.text {
    position: relative;
    z-index: 1;
    line-height: 18px;
    padding-top: 5px;
    font-weight: 500;
    font-size: 14px;
    color: var(--first-color);
    margin-bottom: 0px;
}

.service-box.bg1 img {
    background: rgb(251, 238, 231);
}

.service-box.bg2 img {
    background: #ebe6fca1;
}

.service-box.bg3 img {
    background: #b1e8fe91;
}

.service-box.bg4 img {
    background: #fcb8b86e;
}

.service-box.bg5 img {
    background: #0f3e6724;
}

.service-box.bg6 img {
    background: #1080b736;
}

.service-box.bg7 img {
    background: #a3ffe273;
}

.service-box.bg8 img {
    background: #ffbc7a4a;
}

.service-box.bg9 img {
    background: #e3ff8e96;
}

.service-box.bg10 img {
    background: #cee3eac7;
}

.service-box.bg11 img {
    background: #f3a6ff78;
}

.service-box.bg12 img {
    background: #97ffaf9c;
}

.service-box.bg13 img {
    background: #6cfffa70;
}

.service-box.bg14 img {
    background: #77baff69;
}

.service-box.bg15 img {
    background: #1080b736;
}

.service-box.bg16 img {
    background: #ffefd4a6;
}

.service-box.bg17 img {
    background: #7affdb5e;
}

.service-box.bg18 img {
    background: #e4000014;
}

.service-box.style2::after {
    position: relative;
}

h4.main-heading:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background-color: var(--first-color);
    opacity: 8%;
}

.service-box:after {
    position: relative;
}

.service-box.style2.bg1 {
    background: rgb(251, 238, 231);
}

.service-box.style2.bg2 {
    background: #ebe6fca1;
}

.service-box.style2.bg3 {
    background: #b1e8fe91;
}

.service-box.style2.bg4 {
    background: #fcb8b86e;
}

.service-box.style2.bg5 {
    background: #0f3e671a;
}

.service-box.style2.bg6 {
    background: #1080b736;
}

.service-box.style2.bg7 {
    background: #1080b71c;
}

.service-box.style2.bg8 {
    background: #ffbc7a4a;
}

.service-box.style2.bg9 {
    background: #e3ff8e96;
}

.service-box.style2.bg10 {
    background: #cee3eac7;
}

.service-box.style2.bg11 {
    background: #f3a6ff78;
}

.service-box.style2.bg12 {
    background: #97ffaf9c;
}

.service-box.style2.bg13 {
    background: #6cfffa70;
}

.service-box.style2.bg14 {
    background: #77baff69;
}

.service-box.style2.bg15 {
    background: #1080b736;
}

.service-box.style2.bg16 {
    background: #ffefd4a6;
}

.service-box.style2.bg17 {
    background: #7affdb5e;
}

.service-box.style2.bg18 {
    background: #e4000014;
}

.service-block a {
    text-decoration: none;
}

.service-box.style2 img {
    background: transparent;
    padding: 0;
    width: 65px;
    border-radius: 0;
}

.service-box.style2 {
    padding: 25px 20px;
    border: 1px solid rgba(153, 153, 153, 0.2);
    text-align: center;
    border-radius: 8px 30px 8px 30px;
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059), 0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071), 0 25px 40px -30px rgba(0, 0, 0, 0.2);
}

.noticeboard {
    width: 30%;
    margin-right: 16px;
    margin-bottom: 18px;
    border-radius: 15px;
    box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
    background: #fff;
    border: 1px solid #ecf3fa;
}

.header-text {
    padding: 12px 17px;
    border-bottom: 1px solid #ecf3fa;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-text h4.heading {
    margin-bottom: 0px;
}

.noticeboard-inner ul {
    position: relative;
    padding-left: 0px;
}

.noticeboard-inner ul li {
    border-bottom: 1px solid #295fa766;
    align-items: flex-start;
    padding-bottom: 3px;
    margin-bottom: 16px;
}

.notification-inner .activity-dot {
    margin-top: 12px;
    animation: round 1.3s ease-in-out infinite;
}

.noticeboard-inner ul li:last-child {
    border-bottom: none;
}

.activity-dot {
    margin-top: 12px;
    min-width: 6px;
    height: 6px;
    border-radius: 100%;
    position: relative;
    z-index: 2;
}

span.date-content {
    font-size: 11px;
    background-color: var(--first-color);
    color: #fff;
    padding: 4px 8px;
    border-radius: 5px;
}

.noticeboard-inner {
    padding: 4px 8px;
    border-radius: 5px;
}

.noticeboard-inner h6 {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.69px;
}

p.f-light {
    color: #52526c;
    opacity: 0.8;
    font-size: 12px;
    font-weight: 400;
}

span.badge.txt-success {
    background-color: #d6eed4;
    color: #54ba4a !important;
}

.notification-inner ul::before {
    position: absolute;
    content: "";
    border: 1px dashed #52526c;
    opacity: 0.3;
    top: 12px;
    left: 2px;
    height: -webkit-fill-available;
}

.noticeboard-inner {
    padding: 19px 25px;
}

.video-info {
    margin-right: 0;
    padding: 20px;
    margin-bottom: 18px;
    border-radius: 15px;
    box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
    background: #fff;
    border: 1px solid #ecf3fa;
}

.video-info .video-slider button.slick-arrow {
    top: -60px;
    border: 1px solid #dee2e6 !important;
    z-index: 1;
    padding: 10px;
    position: absolute;
}

button.PrevArrow.slick-arrow {
    right: 31px;
}

button.NextArrow.slick-arrow {
    left: unset;
    right: -5px;
}

.video-info .video-slider {
    height: fit-content;
}

.video-info .video-slider iframe {
    height: 300px;
}

.service-box.white-box.style3 {
    background: url(../images/bg.png);
    background-position: center center;
    border: 2px solid #10101021;
    border-radius: 10px;
    overflow: hidden;
    opacity: 1.3;
    background-repeat: no-repeat;
    background-size: cover;
}

.video-info .header-text {
    padding: 0px 0px 8px;
    border-bottom: 1px solid #ecf3fa;
    margin-bottom: 15px;
}

.f-gap {
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 0;
}

.circle-img {
    padding: 25px 25px;
    background-color: #f6f7f9;
    background-image: radial-gradient(95.56% 95.56% at 50% 50%, #ffffff 0%, var(--third-color) 100%);
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
    border: 1px solid #295fa782;
}

.mt-20 {
    margin-top: 20px;
}

.circle-img img.service-icon {
    padding: 0;
    border-radius: 0;
    background: transparent;
    width: 53px;
}

.circle-img:hover {
    transform: translateY(-5px);
    transition: 0.5s;
}

.d-flex.last-two-box {
    width: 100%;
}

.d-flex.last-two-box .f-gap {
    width: 20%;
}

.circle-img.circle2 {
    padding: 31px 33px;
    background-image: radial-gradient(95.56% 95.56% at 50% 50%, #ffffff 0%, var(--first-color) 100%);
    border: 1px solid var(--first-color);
}

.circle-img.circle2 img.service-icon {
    width: 65px;
}

.circle-img.circle3 {
    background-image: radial-gradient(95.56% 95.56% at 50% 50%, #ffffff 0%, var(--second-color) 100%);
    border: 1px solid #2ad2a170;
}

.d-flex.utility2 .circle-img.circle3 {
    padding: 35px 25px;
}

.service-block:last-child {
    padding-bottom: 30px;
}

.d-grid.gbox1 {
    grid-template-rows: repeat(4, 155px);
    grid-template-columns: repeat(5, 1fr);
}

.d-grid.gbox2 {
    grid-template-rows: repeat(2, 168px);
    grid-template-columns: repeat(7, 1fr);
}

.head-icons ul li a.notification i.fa.fa-bell {
    animation: swing 0.8s ease infinite;
    color: var(--first-color);
}

.swing {
    transform-origin: top center;
    animation-name: swing;
}

.head-icons ul li a.user-icon img.user-img {
    width: 34px;
    border-radius: 50%;
}

.user-profile-block {
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    z-index: 111;
    width: 180px;
    top: 36px;
    position: absolute;
    box-shadow: 0 0 20px rgba(89, 102, 122, 0.1);
    background-color: #fff;
    transition: all linear 0.3s;
    right: 0px;
}

.head-icons ul li.user-profile-section:hover .user-profile-block {
    transform: translateY(0px);
    border-radius: 5px;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
}

.profile-header {
    align-items: center;
    background: var(--first-color);
    padding: 12px 18px 12px;
    display: flex;
    justify-content: space-between;
}

.user-profile-block h4.name {
    color: #fff;
    margin-bottom: 2px;
    font-size: 17px;
}

.profile-header img.user-img {
    width: 44px;
    border-radius: 50%;
}

.profile-header p {
    margin-bottom: 0px;
    font-size: 13px;
    color: #fff;
}

.user-profile-block ul {
    display: inline-block;
}

.user-profile-block ul li {
    font-size: 14px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #dee2e6a1 !important;
    padding: 8px 19px;
}

.user-profile-block ul li i {
    margin-right: 6px;
    font-size: 14px;
}

.user-profile-block ul li svg {
    margin-right: 6px;
    font-size: 14px;
}

.user-profile-block ul li a {
    color: var(--first-color);
}

.user-profile-block ul li:hover {
    background: var(--second-color);
    transition: 0.3s;
}

.head-icons ul li a svg {
    fill: var(--first-color);
}

.sidebar-block ul li a {
    display: flex;
    align-items: center;
    padding: 13px 20px;
    border-bottom: 1px solid #e2e8f038;
}

.sidebar-block ul li {
    padding: 0 !important;
}

.top-header {
    margin-left: 265px;
    width: 84%;
}

body.sidebar-hide .top-header {
    margin-left: 0;
    width: 100%;
}

body.sidebar-hide .body-sidebar {
    display: none;
}

body.sidebar-hide .body-content {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0;
}

.toggle-sidebar {
    padding: 4px 5px;
    width: fit-content;
    border-radius: 50%;
    border: 1px solid var(--fourth-color);
    margin-right: 20px;
}

.toggle-sidebar i {
    font-size: 10px;
    color: var(--fourth-color);
}

.left-header {
    align-items: center;
    display: flex;
}

.left-header .form-group.search-box input {
    width: 460px!Important;
    padding-right: 30px;
    padding-left: 50px;
    height: 48px;
    background: #f8faff 0% 0% no-repeat padding-box;
    border: 1px solid #295fa787;
    border-radius: 50px;
    font-size: 14px;
}

.left-header .form-group.search-box {
    position: relative;
}

.left-header .form-group.search-box .header-search-box {
    top: 15px;
    left: 20px;
    position: absolute;
}

.left-header .form-group.search-box input:focus-visible {
    outline: none;
    border-color: var(--third-color);
}

body.sidebar-hide .circle-img {
    padding: 30px 25px;
}

body.sidebar-hide .service-box {
    position: relative;
    padding: 12px 21px;
}

.b-box1 .icon i {
    background: #295fa724;
    color: var(--first-color);
}

.b-box2 .icon i {
    background: #228a812e;
    color: #228a81;
}

.b-box3 .icon i {
    background: #2ad2a124;
    color: var(--third-color);
}

.b-box4 .icon i {
    background: #4046561f;
    color: var(--fourth-color);
}

.white-box .icon span.text {
    font-weight: 500;
    line-height: 1.37;
    font-size: 1.375rem;
    color: #5d596c;
}

h4.box-heading {
    padding-bottom: 10px;
    margin-bottom: 19px;
    font-size: 21px;
    border-bottom: 1px solid #ecf3fa;
}

.d-grid.gbox3 {
    grid-template-rows: repeat(1, 155px);
    grid-template-columns: repeat(7, 1fr);
}

.white-box.counter-box .icon i {
    background: #e1e8f3;
    color: var(--first-color);
}

.white-box.counter-box .text h5 {
    margin-bottom: 0px;
    color: var(--third-color);
    font-size: 18px;
}

.white-box.counter-box .text p {
    margin-bottom: 0px;
    font-size: 12px;
}

.white-box.counter-box span.icon {
    margin-right: 11px;
    margin-bottom: 0px;
}

.white-box.counter-box .d-flex {
    align-items: center;
    margin-top: 16px;
    margin-bottom: 17px;
}

footer.footer {
    margin-left: 87px;
    border-top: 1px solid var(--third-color);
    color: #fff;
    transition: 0.18s ease-in-out;
    background-color: var(--first-color);
    box-shadow: 0 0 20px rgba(89, 102, 122, 0.1);
    padding: 11px;
}

body.sidebar-hide .footer {
    margin-left: 0px;
}

ul.sub-menu li a.sub-item i {
    margin-right: 4px;
    color: var(--first-color);
    font-size: 8px;
}

.d-grid.gboxTop {
    grid-template-rows: repeat(1, 155px);
    grid-template-columns: repeat(4, 1fr);
}

.notification-block {
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    z-index: 111;
    width: 180px;
    top: 19px;
    position: absolute;
    box-shadow: 0 0 20px rgba(89, 102, 122, 0.1);
    background-color: #fff;
    transition: all linear 0.3s;
    right: -7px;
}

li.notification-block-icon:hover .notification-block {
    transform: translateY(0px);
    border-radius: 5px;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
}

.notification-block {
    padding: 10px;
    width: 285px;
}

.notification-block ul {
    list-style: none;
    position: relative;
    display: inline-block;
}

.notification-block ul li {
    margin-bottom: 15px;
    position: relative;
}

.notification-block ul:before {
    top: 20px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    left: 9px;
    margin-right: -1.5px;
    background: #F4F5F9;
}

.notification-block {
    /* position: relative; */
}

.notification-block ul li:before {
    content: '';
    display: table;
}

.timeline-badge {
    border-radius: 50%;
    height: 22px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 22px;
    border-width: 2px;
    border-style: solid;
    background: #fff;
    padding: 4px;
}

.timeline-badge.primary {
    border-color: #295fa7b5;
}

.timeline-badge:after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: block;
}

.timeline-badge.primary:after {
    background-color: #EA7A9A !important;
    box-shadow: 0 5px 10px 0 rgba(234, 122, 154, 0.2);
}

.notification-block ul li.primary .timeline-badge.primary:after {
    background-color: var(--first-color) !important;
}

.notification-block ul li.primary .timeline-panel {
    border-color: var(--first-color);
}

.notification-block ul li.primary .timeline-panel:after {
    background: var(--first-color);
}

.notification-block ul li.secondary .timeline-badge.primary:after {
    background-color: #228a81 !important;
}

.notification-block ul li.secondary .timeline-panel {
    border-color: #228a81;
}

.notification-block ul li.secondary .timeline-panel:after {
    background: #228a81;
}

.notification-block ul li.secondary .timeline-badge.primary {
    border-color: #228a818f;
}

.notification-block ul li.tertiary .timeline-badge.primary {
    border-color: #2ad2a1ab;
}

li.secondary .timeline-badge.primary:after {
    background-color: #228a81 !important;
}

.notification-block ul li.tertiary .timeline-badge.primary:after {
    background-color: var(--third-color) !important;
}

.notification-block ul li.tertiary .timeline-panel {
    border-color: var(--third-color);
}

.notification-block ul li.tertiary .timeline-panel:after {
    background: var(--third-color);
}

li.tertiary .timeline-badge.primary:after {
    background-color: var(--third-color) !important;
}

a.timeline-panel.text-muted {
    color: rgba(126, 126, 126, 0.75);
    position: relative;
    display: block;
    margin-left: 40px;
    background: transparent !important;
    border-style: solid;
    border-width: 0 0 0 5px;
    border-radius: 0;
    padding: 5px 10px 5px 15px;
}

.timeline-panel {
    border-color: #EA7A9A;
}

.timeline-panel span {
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
    opacity: 0.8;
    letter-spacing: 1px;
}

strong.text-primary {
    color: var(--third-color)!important;
}

.timeline-panel:after {
    content: '';
    transform: rotate(45deg);
    display: block;
    position: absolute;
    top: 15px;
    border: 0;
    left: -9px;
    width: 7px;
    background: #EA7A9A;
    height: 7px;
}

.d-grid.gboxTop .f-gap {
    padding-right: 0;
    padding-left: 0;
    margin-top: 0;
}

@keyframes swing {
    20% {
        transform: rotate(15deg);
    }
    40% {
        transform: rotate(-10deg);
    }
    60% {
        transform: rotate(5deg);
    }
    80% {
        transform: rotate(-5deg);
    }
    to {
        transform: rotate(0deg);
    }
}

@keyframes round {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes push {
    50% {
        transform: scale(0.95);
    }
    100% {
        transform: scale(1);
    }
}


/* recharge page  */

.select-list {
    position: relative;
}

.select-operator,
.select-circle {
    border-radius: 2px;
    padding: 10px 20px;
    color: var(--first-color);
    font-weight: 500;
    border-radius: 5px;
    font-weight: 500;
    border: 1px solid rgba(16, 16, 16, .13);
    cursor: pointer;
}

.select-operator img,
.select-circle img {
    width: 19px;
    margin-top: -5px;
}

.select-operator img.down-arrow {
    margin-top: 7px;
    float: right;
    width: 12px;
}

.select-list .select-list-div {
    position: absolute;
    z-index: 9;
    width: 100%;
}

.operator-options ul,
.circle-options ul {
    list-style: none;
    background: #fff;
    box-shadow: 0 0px 15px rgb(0 0 0 / 20%);
    padding: 11px;
}

.operator-options ul li,
.circle-options ul li {
    margin-bottom: 7px;
    width: 100%;
    cursor: pointer;
}

.select-list .select-list-div span {
    display: block;
    width: 100%;
}

.operator-options ul li img,
.circle-options ul li img {
    width: 19px;
    margin-right: 10px;
}

.select-list #selectCircle img {
    margin-top: 7px;
    float: right;
    width: 12px;
}

a.btn.btn-style.w-100.proceed-btn.sent-otp {
    margin-top: 15px;
    margin-bottom: 15px;
}

#right_viewSidebar .modal-dialog {
    position: relative;
    width: auto;
    margin: 0 0 0 auto !important;
    transform: translate(0, 0);
    pointer-events: none;
    height: 100%;
    box-shadow: -2px 0px 7px rgb(0 47 99 / 20%);
    max-width: 50% !important;
}

.modal-content {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 0px;
}

#right_viewSidebar {
    background: #00000066;
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-header h4.heading {
    margin-bottom: 0px;
    color: var(--first-color);
}

button.close.close_link {
    border: none;
    font-size: 25px;
    padding: 0;
    background: transparent;
    font-weight: 700;
}

.d-flex.fliter-option {
    justify-content: space-between;
}

.d-flex.fliter-option .form-group {
    width: 92%;
}

.form-group input:focus-visible {
    outline: 0!important;
    border: 1px solid var(--first-color)!important;
}

.wallet-box {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 8px 0;
    border-color: #1010105e;
}

.wallet-box p {
    margin-bottom: 0px;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    color: var(--first-color);
}

.wallet-box p span.amt-rs {
    text-align: right;
    margin-left: auto;
    float: right;
}

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

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

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px!important;
}

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

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 8px!important;
}

.d-flex .amount-tt-box {
    font-weight: 600;
    margin-bottom: 0px;
}

.d-flex span.amt-rs {
    font-weight: 600;
}

.bank-select2 span {
    margin-right: 0px!important;
}

p.heading2 {
    font-size: 20px;
    margin-bottom: 6px;
    font-weight: 600;
    color: var(--first-color);
}

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

.comm-div span.comm-icon {
    right: 0;
    top: 0;
    padding: 4px 15px;
    font-size: 23px;
    font-weight: 400;
    height: 100%;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #295fa721;
    position: absolute;
    cursor: pointer;
}

.comm-div span.comm-icon.firs-icon {
    right: 39px;
}

.list-line.line2 {
    padding: 15px 0px;
    background: transparent;
}

a {
    text-decoration: none;
}

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

.comm-div.icon-left span.comm-icon {
    right: unset;
    left: 0;
}

.comm-div.icon-left input {
    padding-left: 50px;
}

span.comm-icon.first-left-icon {
    right: unset;
    left: 0;
}

.pl-50 {
    padding-left: 50px!important;
}

.customer-charge p {
    display: inline-block;
}

.customer-charge p a.default-charge {
    display: inline-block;
    cursor: pointer;
}

.list-line2 {
    padding: 15px 0!important;
}

.pl-10 {
    padding-left: 10px!important;
}

td.dataTables_empty {
    font-size: 17px;
}

.form-group input.w-auto {
    width: auto!important
}

span.delete-offline {
    cursor: pointer;
}

.bg-trans {
    background: transparent!important;
}

.pb-13 {
    padding-bottom: 13px!important;
}

.comm-div span.comm-icon.d2 {
    right: -35px;
    background-color: transparent;
}

.comm-div span.comm-icon.d3 {
    padding: 4px 16px;
    right: -35px;
    background-color: transparent;
}

.pl-0 {
    padding-left: 0px!important;
}

.btn.active {
    background-color: var(--second-color);
    color: black;
}

.top-header {
    margin-left: 265px;
    width: -webkit-fill-available;
}

.head-icons ul li.balance-icon span.topbar-icons img {
    width: 20px;
    height: auto;
}

.head-icons ul li.balance-icon {
    padding: 0 11px;
    position: relative;
    display: inline-flex;
}

.head-icons ul li.balance-icon span.topbar-icons {
    margin-right: 10px;
}

.head-icons ul li.balance-icon p {
    margin-bottom: 0px;
}

.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    border-radius: 50%;
    text-decoration: none;
}

.pagination a.active {
    background-color: #4CAF50;
    color: white;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

.balance-block .d-grid.gboxTop {
    grid-template-rows: repeat(1, auto);
}

.balance-block .white-box .icon img {
    margin-right: 13px;
    background: #295fa71c;
    padding: 8px 6px;
    width: 36px;
    border-radius: 5px;
}

.balance-block .white-box .icon {
    margin-bottom: 0px;
}

.balance-block .white-box .icon span.text {
    font-size: 19px;
}

.balance-block {
    display: none;
}

.pagination-div .pagination {
    display: inline-flex;
    box-shadow: 0 5px 25px 0 rgb(0 0 0 / 11%);
    border-radius: 20px;
}

.pagination-div .page-item:first-child .page-link {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.pagination-div .pagination a {
    background: #fff;
    border-radius: 0px;
}

.page-item.active .page-link {
    background-color: var(--first-color);
    border-color: var(--first-color);
    box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.1), 0 2px 5px rgba(0, 0, 0, 0.5);
}

.pagination-div .page-item:last-child .page-link {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

a.white-box.b-box1 {
    display: inline-block;
}

.head-icons ul li.balance-icon a {
    display: inline-flex;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    body.sidebar-hide .body-sidebar {
        display: block;
    }
    .body-sidebar {
        display: none;
        width: auto;
    }
    .body-content {
        margin-left: 0px;
        margin-top: 66px;
    }
    .top-header {
        padding: 9px 9px;
        margin-left: 0;
        width: 100%;
    }
    .left-header .form-group.search-box input {
        width: auto!important;
    }
    .d-grid.gboxTop .white-box {
        margin-right: 0px;
    }
    .d-grid.gboxTop {
        grid-template-rows: repeat(2, 182px);
        grid-template-columns: repeat(2, 1fr);
    }
    .d-flex.flex2 {
        display: block !important;
    }
    .flex2 .top-block .white-box {
        margin-right: 0px;
    }
    .flex2 .top-block {
        width: 100%;
    }
    .noticeboard {
        width: 100%;
    }
    .head-icons ul li {
        padding: 0 5px;
    }
    .d-grid.gbox1 {
        grid-template-rows: repeat(6, 168px);
        grid-template-columns: repeat(3, 1fr);
        margin-bottom: 25px;
    }
    .d-grid.gbox1 .f-gap {
        padding-right: 0;
        padding-left: 0;
        margin-top: 0;
    }
    p.sub-main-heading {
        margin-left: 14px;
    }
    .d-grid.gbox3 {
        grid-template-rows: repeat(3, 190px);
        grid-template-columns: repeat(2, 1fr);
    }
    .d-grid.gbox2 .f-gap {
        padding-right: 0;
        padding-left: 0;
    }
    .d-grid.gbox2 {
        grid-template-rows: repeat(5, 168px);
        grid-template-columns: repeat(3, 1fr);
    }
    footer.footer {
        margin-left: 0px;
    }
    .header-content {
        padding: 0!important;
    }
    .left-header {
        width: 70%;
    }
    .right-header {
        width: 30%;
    }
    .logo-block .back-btn {
        display: block;
        top: 0px;
        right: 16px;
        position: absolute;
    }
    body.sidebar-hide .body-content {
        padding-left: 0;
        padding-right: 0;
    }
    body.sidebar-hide .body-content .dashboard-inner {
        padding: 0;
    }
    .dashboard-inner {
        padding: 0;
    }
    .logo-block .back-btn i {
        padding: 2px 4px 3px 4px;
        border-radius: 50%;
        color: var(--fourth-color);
        font-size: 13px;
        border: 1px solid var(--fourth-color);
    }
    body.sidebar-hide .body-content:after {
        content: '';
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 2;
        cursor: pointer;
    }
    body.sidebar-hide .service-box {
        position: relative;
        padding: 12px 10px;
    }
    .d-grid.gboxTop .f-gap {
        padding-right: 10px;
    }
    .md-mb-10 {
        margin-bottom: 10px!important;
    }
    .form-number-sec {
        padding: 10px 0;
    }
    .form-data {
        padding: 11px 0!important;
    }
    .md-block {
        display: block!important;
    }
    .top-header {
        padding: 9px 9px;
        margin-left: 0!important;
        width: 100%!important;
    }
    .registerForm .logo-img {
        position: relative;
    }
    .body-sidebar {
        height: 100%;
    }
    .sidebar-content {
        height: -webkit-fill-available;
    }
    .balance-block {
        display: block;
    }
    .head-icons ul li.balance-icon.main {
        display: none;
    }
    .head-icons ul li.balance-icon {
        display: none;
    }
    .toggle-sidebar {
        margin-right: 5px;
    }
    .balance-block .white-box .icon span.text {
        font-size: 15px;
    }
    .balance-block .white-box .icon img {
        margin-right: 6px;
    }
}


.Success{
      border-color: #1F9D57!important;
      background-color: #28C76F!important;
      color: #FFF !important;
      border-radius:10px;
      padding:5px;
    }

    .Failure{
        border-color: #E42728!important;
        background-color: #EA5455!important;
        color: #FFF !important;
        border-radius:10px;
        padding:5px;
    }
    
    .Pending{
      border-color: #FF8510!important;
      background-color: #FF9F43!important;
      color: #FFF !important;
      border-radius:10px;
      padding:5px;
    }
    
    .Refunded{
      background-color: #1E1E1E!important;
      color: #FFF !important;
      border-radius:10px;
      padding:5px;
    }
    
    .Credit{
        color: #FFF !important;
        background-color: #5344ED;
        border-color: #4839EB;
        border-radius:10px;
        padding:5px;
    }
    
    .Debit{
        border-color: #00A1B5!important;
        background-color: #00CFE8!important;
        color: #FFF !important;
        border-radius:10px;
        padding:5px;
    }