﻿@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
}

h1 {
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
h2 {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
select {
    text-transform: none;
    background-color: #f5f5f5;
    border: 0 !important;
    outline: 0;
    height: 40px;
    border-radius: 3px;
    width: 100%;
    font-size: 11px;
    height: 38px;
}
input {
    text-transform: none;
    background-color: #f5f5f5;
    border: 0 !important;
    height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    width: 100%;
    height: 38px;
    font-size: 13px;
}
a: hover {
    text-decoration: none;
}

.copyright {
    font-size: 14px;
}

h4 {
    font-size: 20px;
}

label {
    font-family: 'Poppins', sans-serif;
}



@media only screen and (min-width:320px) and (max-width:759px) {
    .carbon-text {
        font-size: 14px
    }
}

@media only screen and (max-width:1023px) {
    .jquery-script-ads {
        display: none
    }
}

ul.list1 {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.list1 li {
    margin: 0 0 15px 0;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 10px;
}
ul.list-checkbox {
    margin: 0;
    padding: 0;
    list-style: none;
}

 ul.list-checkbox li {
     float: left;
     display: inline-block;
 }
h2 {
    margin-bottom: 0.2rem;
    font-weight: 500;
    line-height: 1;
}


.dashboard-btn {
    transition: 0.5s;
    display: table;
    background-image: linear-gradient(to right, #207fb7, #25aeb1);
    border-radius: 10px;
    min-width: 403px;
    color: #fff;
    margin: 0 0 20px 15px;
}

.dashboard-img {
    float: left;
    margin: -20px 12px 0 8px;
    display: inline-block;
}

.dashboardtext {
    float: left;
    margin: 32px 14px 0;
    display: inline-block;
}

.dashboardtext h3 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 5px;
}

.dashboardtext p {
    color: #fff;
    font-size: 14px;
}

.arrowbtn-d {
    float: left;
    margin: 63px 15px 0;
    display: inline-block;
}


.dashboard-btn:hover {
    background-image: linear-gradient(to right, #25aeb1, #207fb7);
    cursor: pointer;
}

ul.nav-dashboard {
    /*margin: 40px 0 30px 0;*/
    padding: 0;
    list-style: none;
    display: table;
}

ul.nav-dashboard li {
    display: inline-block;
    float: left;
    margin-right: 20px;
    font-size: 28px;
    font-weight: 500;
    line-height: 20px;
}

ul.nav-dashboard li a {
    background-image: linear-gradient(to right, #207fb7, #25aeb1);
    padding: 7px 9px;
    color: #fff;
    border-radius: 10px;
    font-size: 13px;
}

ul.nav-dashboard li a:hover {
    background-image: linear-gradient(to right, #25aeb1, #207fb7);
    padding: 9px 11px;
    color: #fff;
    border-radius: 10px;
}

ul.sp-dashboard-box {
    margin: 20px 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}

ul.sp-dashboard-box li {
    display: inline-block;
    float: left;
    margin: 0 15px 20px 0;
    cursor: pointer;
    width: 23.8%;
}

ul.sp-dashboard-box li:last-child {
    margin: 0 0 20px 0;
}

ul .sp-dashboard-box li a {
    display: block;
    cursor: pointer;
}

ul.sp-dashboard-box li a:hover {
    text-decoration: none;
    cursor: pointer;
}

.sp-dashboard-content {
    padding: 5px 20px;
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px
}
.sp-dashboard-content:hover {
    cursor: pointer;
    transition: 0.5s;
    box-shadow: 0px 0px 20px 0px #e7e7e7;
    border-radius: 10px
}

.spd1 {
    background-image: url("../Img/otp-verified.png");
    background-repeat: no-repeat;
    background-position: right;
    border: 1px solid #2295b4;
}
.spd2 {
    background-image: url("../Img/paid.png");
    background-repeat: no-repeat;
    background-position: right;
    border: 1px solid #2295b4;
}
.spd3 {
    background-image: url("../Img/rejected.png");
    background-repeat: no-repeat;
    background-position: right;
    border: 1px solid #fe333b;
}
.spd4 {
    background-image: url("../Img/pending.png");
    background-repeat: no-repeat;
    background-position: right;
    border: 1px solid #2295b4;
}
.sp-dashboard-content p {
    font-size: 15px;
    text-decoration: none;
    color: #222;
    font-weight: 500;
    margin-top: 12px;
}
.sp-dashboard-content h3 {
    font-size: 24px;
    color: #222;
    font-weight: 600;
}
.spdbtn {
    margin-top: 13px;
}
.spdbtn img {
    width: 35px;
}
a {
    text-decoration: none !important;
}

@keyframes mexample {
    from {
        color: #000;
    }

    to {
        color: #ff0000;
    }
}

.blickmessage {
    background-color: #fff;
    width: 100%;
    padding: 30px 0;
}


@keyframes mexample2 {
    from {
        color: #000;
    }

    to {
        color: #ff0000;
    }
}

.spd .accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none !important;
}

.spd .container {
    max-width: 1160px;
}

ul.du-list {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: normal;
    flex-wrap: wrap;
}

ul.du-list li {
    float: left;
    display: inline-block;
    margin: 0 15px 10px 0;
    border-radius: 50px;
    border: 1px solid #ccc;
    padding: 4px 15px;
    font-size: 14px;
}

.sp-dashboard-box2 ul.sp-dashboard-box li {
    display: inline-block;
    float: left;
    margin: 0 17px 20px 0;
    cursor: pointer;
    /* width: 45%; */
}

.sp-dashboard-box2 ul.sp-dashboard-box {
    margin: 10px 0 0;
}

.sp-dashboard-box2 ul.sp-dashboard-box li a {
    margin: 0;
}

.sp-dashboard-box2 ul.sp-dashboard-box li a:hover {
    margin: 0;
}

ol, ul {
    list-style: none
}
.left-sidebar {
    width: auto;
}
.nav a, .nav label {
    display: block;
    padding: .65rem .0rem;
    color: #000;
    background-color: transparent;
    /* box-shadow: inset 0 -1px #dfd9d9; */
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    font-weight: 500;
    font-size: 16px;
}

.nav a:focus, .nav a:hover, .nav label:focus, .nav label:hover {
    background: #f7f7f7;
}

.nav label {
    cursor: pointer;
}


.group-list a, .group-list label {
    padding-left: 2rem;
    box-shadow: none;
    font-size: 14px;
}

    .group-list a:focus, .group-list a:hover, .group-list label:focus, .group-list label:hover {
        background: #f7f7f7;
    }

.sub-group-list a, .sub-group-list label {
    padding-left: 4rem;
    background: #353535;
    box-shadow: inset 0 -1px #474747;
}

    .sub-group-list a:focus, .sub-group-list a:hover, .sub-group-list label:focus, .sub-group-list label:hover {
        background: #232323;
    }

.sub-sub-group-list a, .sub-sub-group-list label {
    padding-left: 6rem;
    background: #454545;
    box-shadow: inset 0 -1px #575757;
}

    .sub-sub-group-list a:focus, .sub-sub-group-list a:hover, .sub-sub-group-list label:focus, .sub-sub-group-list label:hover {
        background: #333333;
    }

.group-list, .sub-group-list, .sub-sub-group-list {
    height: 100%;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .2s ease-in-out;
    transition: max-height .2s ease-in-out;
}

.nav__list input[type=checkbox]:checked + label + ul { /* reset the height when checkbox is checked */
    max-height: fit-content;
}

label > span {
    float: right;
    -webkit-transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
}

.nav__list input[type=checkbox]:checked + label > span {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.left-sidebar ol, .left-sidebar ul {
    padding-left: 0rem;
}

.left-sidebar .nav {
    display: block;
}

.spd {
    padding: 20px;
}

.mapboxtext {
    box-shadow: 0px 0px 18px 0px #efefef;
    min-height: 300px;
    box-sizing: border-box;
}

.imagetext {
    color: #9f9c9c;
    font-size: 12px;
}

.remove-image-btn {
    margin: 9px 0 0 0px;
}

.upload-img {
    margin-top: 21px;
}

.empImage-img img {
    width: 80px;
}

.DUlist {
    background-color: #f1f1f1;
}

.DUlist option {
    padding: .4rem;
    cursor: pointer;
    border-radius:.5rem;
}

.tablinks-button .button-common {
    background: none;
}


tablinks {
    display: none !important;
}

.tabcontent {
    display: block !important;
}

.tab {
    box-shadow: 0px 0px 36px 0px #efefef;
}

.text-info {
    color: #3a819b;
}

.color-common {
    background-image: linear-gradient(to right, #207fb7, #25aeb1);
    color: white;
}

.table-container {
    max-height: 400px;
    overflow-y: auto;
    position: relative;
}

.table {
    width: 100%;
    border-collapse: collapse;
}

.table thead {
    position: sticky;
    top: 0;
    z-index: 1;
}

.table tfoot {
    position: sticky;
    bottom: 0;
    z-index: 1;
}

.apexcharts-toolbar {
    display: none;
}
.flatpickr-calendar {
    margin-top: 5px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    width: 100%;
}

.flatpickr-innerContainer {
    display: flex;
    justify-content: center;
}

#dateInput {
    font-size: 15px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.flatpickr-wrapper {
    position: relative;
}
.pd-lr {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
}
