﻿:root {
    --maincolor: #2a69b2;
    --subcolor: #ef7e22;
}

@import url('https://fonts.googleapis.com/css2?family=Spline+Sans&display=swap');
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Spline Sans', sans-serif;
    outline: 0;
}

.navbar {
    display: flex;
    justify-content: center !important;
    align-items: center;
    box-shadow: 0 0.125rem 0.8rem rgb(0 0 0 / 10%) !important;
    z-index: 5;
}

.fa {
    line-height: revert !important;
}

.d-flex {
    display: flex;
}

.padd-left {
    padding-left: 10px;
}


#main {
    transition: margin-left .5s;
    padding: 16px;
    margin-left: 70px;
    padding-top: 82px;
    position: relative;
    top: 0px;
}

.card {
    box-shadow: 0 0.125rem 0.8rem rgb(0 0 0 / 10%);
}

header {
    position: fixed;
    width: 100%;
    z-index: 4;
}

header nav span {
    position: absolute;
    left: 26px;
    font-size: 30px;
}

header nav span img {
    width: 30px !important;
}

header nav img {
    width: 50px;
}

.menu span i {
    font-size: 23px;
}

.signature canvas {
    width: 250px;
    height: 200px;
    border: 2px dotted #CCCCCC;
    cursor: crosshair;
}

.btn-close {
    position: absolute;
    right: -8px;
    top: -12px;
    width: 20px !important;
    height: 20px !important;
    background: var(--subcolor) !important;
    color: #fff !important;
    border: 0;
    line-height: 0;
    opacity: 1 !important;
    border-radius: 50px !important;
}

.btn-close span {
    font-size: 30px;
    color: #fff !important;
}

.side-header {
    display: none;
}

.font-18 {
    font-size: 18px;
}

.font-12 {
    font-size: 12px;
}

.closebtn-mob {
    display: none;
}

.border-primary {
    border: 1px solid var(--maincolor) !important;
    border-radius: 10px !important;
    cursor: pointer;
}

.border-primary:hover {
    background-color: var(--maincolor) !important;
    border: 1px solid var(--subcolor) !important;
}

.border-primary:hover p {
    color: #fff !important;
}

.box-shadow {
    box-shadow: rgba(0, 0, 0, 0.35) 1.95px 1.95px 2.6px !important;
    border-radius: 4px;
    cursor: pointer;
    border: none;
}

.box-shadow p {
    line-height: 1;
    color: #4c3434;
    font-size: 14px;
}

.box-shadow-none {
    box-shadow: none;
}

.card-header {
    background-color: rgb(127 176 233 / 20%) !important;
}

.blue-circle {
    width: 30px;
    height: 30px;
    background-color: var(--maincolor);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.blue-circle i {
    color: #fff;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    --moz-appearance: textfield;
}


/* .bottom-tr tr {
    border-bottom: 1px solid #2a69b2;
} */

.camera-card {
    border: 1px solid #000;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font: 13px;
    padding: 8px;
    margin-top: 5px;
    position: relative;
}

.font-11 {
    font-size: 11px;
}

.radius {
    border-radius: 30px;
}

.file-name {
    white-space: nowrap;
    width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.preview {
    width: 100px;
    height: 100px;
    margin-top: 4px;
    border: 1px solid #ccc;
    cursor: pointer;
}

.close-image {
    display: none;
}

.remove-image {
    text-align: center;
    position: absolute;
    cursor: pointer;
    color: #f7f7f7;
    border: 0;
    display: inline-block;
    background: #ff0000cf;
    margin: -6px -11px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 1;
}

.cursor {
    cursor: pointer;
}

.del {
    position: absolute;
    top: -7px;
    right: -10px;
    width: 20px;
    height: 20px;
    background-color: #f5d5d5;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    border-radius: 50%;
    cursor: pointer;
}




.profile-camera {
    position: absolute;
    top: 75px;
    right: -1px;
    width: 20px;
    height: 20px;
    background-color: white;
    color: var(--maincolor);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    border-radius: 50%;
    cursor: pointer;
}

.profile-circle {
    display: block;
    width: 100px;
    height: 100px;
    border: 1px solid var(--maincolor);
    border-radius: 50%;
    padding: 2px;
    background-color: white;
}

.profile-del i {
    font-size: 12px !important;
}

.del i {
    color: #ff1c1c;
}



.profile-img {
    border: 1px dashed #ccc !important;
    padding: 2px !important;
    border-radius: 50% !important;
    width: 100px !important;
    height: 100px !important;
}

input[type='file']+img {
    border: 1px dashed #ccc;
    padding: 2px;
    width: 200px;
    height: 100px;
}

input[type='file']~label img {
    width: 45px;
}

.font-13 {
    font-size: 13px
}

.font-14 {
    font-size: 14px
}

.close-modal {
    position: absolute;
    top: -9px;
    right: -9px;
    background: #ff0000;
    border-radius: 50%;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.close-modal i {
    font-size: 12px;
}

.border-blue {
    border: 1px solid #2a69b2;
}

.active-circle {
    background: #a8eba88c;
    padding: 4px 8px;
    border-radius: 50px;
    color: green !important;
}

.bg-blue {
    background: #2a69b2;
    color: #fff;
}

.multiple-items .card {
    border: 2px solid #2a69b2;
}

.multiple-items .card .card-body {
    padding: 7px;
}

.multiple-items .card .card-body p {
    font-size: 14px !important;
}


/* sidebar */

.sidenav {
    height: 100vh;
    width: 70px;
    position: fixed;
    float: left;
    z-index: 2;
    left: 0;
    top: 0;
    background: var(--maincolor);
    overflow-x: hidden;
    overflow-y:scroll !important;
    transition: 0.5s;
    padding-top: 30px;
    display: flex;
    align-items: center;
   /* align-content: center;*/
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    overflow: visible;
}

    .sidenav::-webkit-scrollbar {
        width: 5px; 
    }

    .sidenav::-webkit-scrollbar-track {
        background: transparent; /* background */
    }

    .sidenav::-webkit-scrollbar-thumb {
        background: #007bff; /* 👈 blue color */
        border-radius: 10px;
    }

        .sidenav::-webkit-scrollbar-thumb:hover {
            background: #0056b3; /* darker blue on hover */
        }
/* .side-text {
    display: none;
    color: #fff !important;
} */

.sidenav #menu>li>a,
.sidenav #menu>li>a~ul li a {
    padding: 8px 0px 8px 0px;
    text-decoration: none;
    font-size: 13px;
    color: var(--maincolor);
    display: block;
    transition: 0.3s;
    width: 100%;
    font-weight: 500;
    cursor: pointer;
}

.sidenav #menu>li>.active,
.sidenav #menu>li>a:hover,
.sidenav #menu>li>a~ul li a:hover {
    /* color: var(--subcolor)!important; */
    border-bottom: 2px solid var(--subcolor);
}

.sidenav #menu>li>.active~ul li a {
    color: var(--maincolor)
}

.sidenav #menu>li>.active~ul li .active {
    /* color: var(--subcolor)!important; */
    border-bottom: 2px solid var(--subcolor);
}

.sidenav #menu>li>.active~ul li a:hover {
    color: var(--subcolor);
    border-bottom: 2px solid var(--subcolor);
}

.sidenav-collpased #menu ul a {
    color: var(--gray) !important;
}

.sidenav-collpased #menu ul a:hover {
    color: var(--subcolor) !important;
}

.arrow:after {
    content: "";
    position: absolute;
    background: inherit;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    --webkit-transform: rotate(45deg);
    --ms-transform: rotate(45deg);
    --moz-transform: rotate(45deg);
    left: -5px;
    top: 20px;
    /* background-color: var(--blue); */
}

.submenu-card {
    position: absolute !important;
    left: 55px !important;
    top: 0px;
    z-index: 9;
    background: #fff;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    white-space: nowrap;
    font-size: 14px;
    padding: 10px !important;
}

.submenu li .submenu-card {
    position: absolute !important;
    left: 92px !important;
    top: 40px;
    z-index: 9;
    background: #fff;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    white-space: nowrap;
    font-size: 14px;
    padding: 10px !important;
}

.sidenav a~ul {
    position: relative;
    display: none;
    padding-inline-start: 45px;
}

.rotate-0 {
    transform: rotate(0deg);
    transition: all 0.5s ease-out;
}

.rotate-90 {
    transform: rotate(90deg);
    transition: all 0.5s ease-out;
}

.fa-chevron-right {
    display: none;
}

.sidenav i {
    color: #fff !important;
}

.list-unstyled {
    list-style-type: none;
    position: relative;
}

.closebtn {
    display: none;
    text-decoration: none;
}

.d-flex-center {
    display: flex !important;
    justify-content: center;
}

.submenu li a {
    color: #fff !important;
}

.fw-bolder {
    font-weight: bolder!important;
    color: #424242;
}


/*  title*/

.title h5 {
    color: var(--maincolor);
    font-weight: 700!important;
}

.title h5:after {
    background-color: var(--subcolor);
    height: 2.0px;
    width: 60px;
    position: relative;
    content: "";
    display: block;
}

.title+div i {
    font-size: 16px;
    cursor: pointer;
}

.font-15 {
    font-size: 15px !important;
}

table th,
table td {
    font-size: 14px !important;
}

.button-back {
    background-color: white;
    border: none;
    width: 20px;
}

.button-back i {
    color: var(--maincolor);
}


/* dashboard */

.grid-progres {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.backgroundColor {
    background-color: #2a69b2 !important;
}

.graph canvas {
    width: 200px !important;
    height: 200px !important;
}

.bg-color {
    background-color: #ffa55d;
}

.bg-color1 {
    background-color: #866ae0;
}

.bg-color2 {
    background-color: #61e6a0;
}

.bg-color3 {
    background-color: #70c7fc;
}

progress[value] {
    appearance: none;
    border: none;
    width: 100%;
    background-color: whiteSmoke;
}

progress[value]::-webkit-progress-bar {
    background-color: rgb(227, 224, 224);
    border-radius: 6px;
}

progress[value]::-webkit-progress-value {
    position: relative;
    background-size: 25px 20px, 100% 100%, 100% 100%;
    border-radius: 6px;
}

.Approved {
    color: #26E7A6;
}

.Enrolment {
    color: #FEBC3B
}
.review {
    color: #9731ff9e
}

.Verification {
    color: #94DAFB
}

.Rejected {
    color: #FD8080
}

.active-slick-slide {
    background-color: #2a69b2;
    color: white;
}

.bglight {
    background-color: #e3edf7;
    color: #393939 !important;
    padding: 1px 5px;
    border-radius: 3px;
    font-size: 11.5px;
    /* font-weight: 500; */
}

.orange-label {
    background-color: orange;
    padding: 1px 5px;
    color: white !important;
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
}

.submission-card {
    border-left: 5px solid orange;
}

.lightblue-label {
    background-color: rgb(85, 171, 247);
    color: white !important;
    padding: 1px 5px;
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
}

.Verification-card {
    border-left: 5px solid rgb(85, 171, 247);
}

.green-label {
    background-color: rgb(16 207 7);
    color: white !important;
    padding: 1px 5px;
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
}

.approved-card {
    border-left: 5px solid rgb(16 207 7);
}

.red-label {
    background-color: rgba(255, 0, 0, 0.712);
    color: white !important;
    padding: 1px 5px;
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
}

.rejected-card {
    border-left: 5px solid rgba(255, 0, 0, 0.712);
}

.blue-label {
    background-color: #2A69B2;
    color: white !important;
    padding: 1px 5px;
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
}

.doc-verification-card {
    border-left: 5px solid #2A69B2;
}

.bglight>small {
    color: black !important;
}

.terms-line {
    text-decoration: underline;
}

.circle {
    width: 60px;
    border-radius: 50%;
    height:60px;
}

.month-card-header {
    background-color: #F44336 !important;
    color: white;
}

.month-number {
    color: #F44336;
}

.earn-card-header {
    background-color: #8BC34A !important;
    color: white;
}

.earn-number {
    color: #8BC34A;
}

.pending-card-header {
    background-color: #5ec4d1 !important;
    color: white;
}

.pending-number {
    color: #5ec4d1;
}

.invoice-header {
    background-color: var(--maincolor);
    color: white;
}

.title {
    color: var(--maincolor);
    font-size: 18px;
    font-weight: bold !important;
}


/* thead th {
    color: var(--maincolor);
} */

.loaderdiv {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999999;
    background-color: rgb(48 43 43 / 62%);
    --webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    pointer-events: all;
}

.loader {
    width: 70px;
    height: 70px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader::after,
.loader::before {
    content: '';
    box-sizing: border-box;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 6px solid var(--subcolor);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    animation: animloader 2s linear infinite;
}

.loader::after {
    animation-delay: 1s;
}

@keyframes animloader {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.d-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
}

.width-30 {
    width: 30%;
}

.bxs-edit {
    font-size: 16px;
    position: relative;
    top: 6px;
}

.side-text {
    display: none;
    /* height: 0;
    opacity: 0;
    overflow: hidden; */
    color: #fff;
    /* transition: display 350ms ease-in-out 2s, opacity 750ms ease-in-out; */
}


/* .side-text.is-visible {
    display: block;
    height: auto;
    opacity: 1;
    transition: display 350ms ease-in-out 2s, opacity 750ms ease-in-out;
} */


/* LAYOUT */

#container {
    height: 330px;
    width: 100%;
    padding: 40px;
    border-radius: 5px;
}


/* PROGRESS BAR */

#progressbarContainer {
    display: grid;
    margin: auto;
    width: 550px;
}

#emptyProgressbar {
    height: 5px;
    width: 100%;
    margin: 22.5px 0;
    background: rgb(100, 100, 100);
}

#completedProgress {
    margin-top: -27.5px;
    width: 0;
    height: 5px;
    background: #f85b1c;
    transition: 0.5s;
}

#progressbarContainer ul {
    width: 100%;
    display: flex;
    list-style: none;
    justify-content: space-between;
    margin-top: -50px;
    padding: 0px;
}

#progressbarContainer ul li {
    width: 50px;
    height: 50px;
    font-size: 15px;
    padding: 0px 8px;
    font-weight: bold;
    line-height: 40px;
    color: rgb(100, 100, 100);
    text-align: center;
    border: 5px solid rgb(100, 100, 100);
    border-radius: 50%;
    background: #fffff0;
    transition: 0.5s;
    position: relative;
}

#progressbarContainer ul li:nth-child(1):before {
    content: "Category";
    position: absolute;
    top: 40px;
    right: -14px;
}

#progressbarContainer ul li:nth-child(2):before {
    content: "Beat";
    position: absolute;
    top: 40px;
    right: 4px;
}

#progressbarContainer ul li:nth-child(3):before {
    content: "DB";
    position: absolute;
    top: 40px;
    right: 8px;
}


/* .label-text{
    position: absolute;
    bottom: 0px;
    top: 40px;
    } */

.completedStep {
    border-color: #f85b1c !important;
    background-color: #f85b1c !important;
    color: #f85b1c !important;
}

.activeStep {
    border-color: #f85b1c !important;
    color: #f85b1c !important;
}


/* PAGES */

.stepPage {
    display: none;
    height: 150px;
    padding: 50px;
}


/* NEXT/PREVIOUS BUTTONS */

nav {
    height: 50px;
}


/* button {
    font-family: "Righteous", cursive;
    width: 50px;
    height: 50px;
    font-size: 40px;
    line-height: 40px;
    color: rgb(100, 100, 100);
    text-align: center;
    border: 5px solid rgb(100, 100, 100);
    border-radius: 100%;
    background: #fffff0;
    transition: 0.3s;
    cursor: pointer;
    outline: none;
    } */

#next {
    float: right;
}

#submit {
    float: right;
}

#prev {
    visibility: hidden;
}

.grid-card {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.grid-card .card {
    border-radius: 50px;
    border: 1px solid rgb(0 0 0 / 5%);
    cursor: pointer;
}

.grid-card .card:hover {
    transform: scale(1.05);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

button:hover {
    color: #f85b1c;
    border-color: #f85b1c;
}

.active-card {
    background-color: #90e3908c;
    color: #18691a;
}

.step-data {
    position: absolute;
    right: 8px;
}

@media screen and (max-width:768px) {
    #progressbarContainer {
        width: 100%;
    }
    #progressbarContainer ul li {
        width: 40px;
        height: 40px;
        font-size: 12px;
        padding: 0px 3px;
        font-weight: bold;
        line-height: 30px;
        color: rgb(100, 100, 100);
        text-align: center;
        border: 5px solid rgb(100, 100, 100);
        border-radius: 50%;
        background: #fffff0;
        transition: 0.5s;
        position: relative;
    }
    #emptyProgressbar {
        height: 5px;
        width: 100%;
        margin: 26.5px 0;
        background: rgb(100, 100, 100);
    }
    #completedProgress {
        margin-top: -31.5px;
        width: 0;
        height: 5px;
        background: #f85b1c;
        transition: 0.5s;
    }
}

.w-30 {
    width: 30%;
}

.item-card {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(4, 1fr);
}

.item-card .card {
    border-left: 3px solid #346AB2;
    cursor: pointer;
    color: #346AB2;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.pending-text {
    color: #bb6000;
}

.badges {
    background: #ffa50026;
    border-radius: 5px;
}


/* n-css */

.bg-color {
    background-color: #f5f5f5 !important;
}

.ribbon-pop {
    /* background: linear-gradient(270deg, #4f396a 5.25%, #576bb0 96.68%); */
    display: inline-block;
    padding: 6px 40px 6px 20px;
    color: white;
    position: relative;
    font-size: 13px;
    left: -24px;
    background-color: #2a69b2;
}

.ribbon-pop:after {
    content: "";
    width: 0;
    height: 0;
    top: 0;
    position: absolute;
    right: 0;
    border-right: 18px solid #fff;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
}

.ribbon-pop:before {
    height: 0;
    width: 0;
    border-top: 15px solid #0061a7;
    border-left: 7px solid transparent;
    bottom: -15px;
    position: absolute;
    content: "";
    left: 0px;
}

.tablerounededCorner {
    border: 1px solid #006bb233;
    border-radius: 1.2em;
}

.roundedTable {
    border-collapse: collapse;
    border-radius: 1.2em;
    overflow: hidden;
    width: 100%;
    margin: 0;
}

.roundedTable th,
.roundedTable td {
    padding: 0.4em 0.6em;
    border-bottom: 1px solid #efefef;
}

.roundedTable th {
    text-align: left;
}

.roundedTable tr:last-child td {
    border-bottom: none;
}

.profile-dropdown {
    border-radius: 10px;
}

.bx-icon {
    position: relative;
    top: 3px;
    font-size: 18px;
}

.profile-dropdown .bx-icon {
    color: #000000b8;
    background: #0000001f;
    padding: 3px;
    border-radius: 50%;
}

.profilecircle {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.dropdown-item span {
    font-size: 14px;
}

.profile-dropdown[data-bs-popper] {
    right: 0px !important;
    left: unset !important;
}

.profile-dropdown {
    top: 35px !important;
    font-size: 14px;
    width: 210px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.profile-dropdown:after {
    content: '';
    width: 13px;
    height: 13px;
    background: #ffff;
    position: absolute;
    top: -6px;
    right: 9px;
    transform: rotate(45deg);
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.user-name {
    font-size: 14px;
}

.bg-header {
    height: 70px;
}

.edit-chevron {
    position: relative;
    top: 3px;
}

.profile-block {
    bottom: -70px;
}

.grid-table {
    margin-top: 65px;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, 1fr);
}

.grid-table div p:nth-child(2) {
    font-size: 14px;
}

.setting-icon {
    position: relative;
    top: 2px;
}

.profile-dropdown .dropdown-item:focus {
    background-color: unset;
}

.user-block {
    top: -14px;
}

.icon-position {
    position: relative;
    top: 1px;
}

.pointer-event-none {
    pointer-events: none;
}

.email-edit:focus,
.address-edit:focus {
    border-bottom: 1.5px solid var(--subcolor)!important;
}

#payment,
#enrollment {
    min-height: 200px !important;
}

.bg-lightblue {
    background-color: #2a69b21f;
}

#payment,
#enrollment,
#dsr-enrollment,
#dsr-payment {
    min-height: 170px !important;
}

.font-color {
    color: #100c0ce6;
}

.filterCard {
    position: absolute;
    top: 53px;
    right: 0;
    width: 220px;
    display: none;
    cursor: pointer;
    z-index:1;
}

.filterIcon {
    color: var(--maincolor)!important;
    background: #006bb21a;
    padding: 5px;
    font-size: 20px!important;
    border-radius: 50%;
}

.filterCard:after {
    content: '';
    width: 13px;
    height: 13px;
    background: #ffff;
    position: absolute;
    top: -7px;
    right: 22px;
    transform: rotate(45deg);
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.profile-dropdown {
    border-radius: 10px;
}

.profile-dropdown .bx-icon {
    color: #000000b8;
    background: #8f8b8b1f;
    padding: 3px;
    border-radius: 50%;
    margin-right: 6px;
}

.profilecircle {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.dropdown-item span {
    font-size: 14px;
}

.profile-dropdown[data-bs-popper] {
    right: 0px !important;
    left: unset !important;
}

.profile-dropdown {
    top: 35px !important;
    font-size: 14px;
    width: 210px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.del-badges {
    position: relative;
    left: 3px;
}

.appendCard ,.sales-appendCard,.store-appendCard{
    gap: 10px;
    flex-wrap: wrap;
}

.profile-dropdown .bx-refresh,
.bx-log-out {
    font-weight: 700 !important;
}

#canvas2 {
    border: 2px dotted #CCCCCC;
    cursor: crosshair;
    width: 100%;
}

#otp,
#submitotp {
    display: none;
}

#otp1,
#submitotp1 {
    display: none;
}

.blur-text {
    filter: blur(3px);
}

.profile-dropdown .dropdown-item:active {
    color: #000;
    background-color: unset !important;
}

.user-profile {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.cardblue {
    border: unset;
    border-left: 4px solid var(--maincolor);
    background-color: #b8d6f821;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    margin-bottom: 10px;
}

.text-align {
    display: flex;
    margin-bottom: 4px;
}

.text-align p {
    color: #2a69b2!important;
    font-weight: 600;
    font-size: 0.8rem;
}

.text-align span {
    margin-left: 15px;
    font-size: 0.8rem;
    color: #000000f7;
}

.viewBtn {
    border-radius: 100% 0% 0% 100% / 0% 15% 85% 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    position: absolute;
    top: 0;
    right: 0;
    background: #ef7e22;
    cursor: pointer;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: -4;
    width: 
49px
;
    height: 
30px
;
    padding-left: 
8px
;
    padding-bottom: 
4px
;
    font-size: 0.8rem;
}

header nav img+.dropdown {
    position: absolute;
    right: 10px;
}
#filtermonth{
    z-index: 2;
}
#filtermonth1{
    z-index: 99;
}
#store-filtermonth{
    z-index: 99;
}

.lavender-label{ 
    background-color: #9731ff9e;
    color: white !important;
    padding: 1px 5px;
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
}
.review-card{
    
        border-left: 5px solid #9731ff9e
    
}

#overlay {
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 70%);
    visibility: hidden;
    opacity: 0.5;
    transition: all 0.2s ease-in;
    will-change: opacity;
}
.loader {
    width: 70px;
    height: 70px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.del1 {
    position: absolute;
    top: -7px;
    right: -10px;
    width: 20px;
    height: 20px;
    background-color: #f5d5d5;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    border-radius: 50%;
    cursor: pointer;
}

    .del1 i {
        color: #ff1c1c;
    }

.del2 {
    position: absolute;
    top: -7px;
    right: -10px;
    width: 20px;
    height: 20px;
    background-color: #f5d5d5;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    border-radius: 50%;
    cursor: pointer;
}

    .del2 i {
        color: #ff1c1c;
    }

.del3 {
    position: absolute;
    top: -7px;
    right: -10px;
    width: 20px;
    height: 20px;
    background-color: #f5d5d5;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    border-radius: 50%;
    cursor: pointer;
}

    .del3 i {
        color: #ff1c1c;
    }


.del4 {
    position: absolute;
    top: -7px;
    right: -10px;
    width: 20px;
    height: 20px;
    background-color: #f5d5d5;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    border-radius: 50%;
    cursor: pointer;
}

    .del4 i {
        color: #ff1c1c;
    }

.del5 {
    position: absolute;
    top: -7px;
    right: -10px;
    width: 20px;
    height: 20px;
    background-color: #f5d5d5;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    border-radius: 50%;
    cursor: pointer;
}

    .del5 i {
        color: #ff1c1c;
    }

.width-25 {
    width: 25px;
}
.fs-14 {
    font-size: 14px;
}

.text-blue {
    color: #164e8feb;
    text-shadow: 1px 0px #2a69b252;
}
.text-greynew {
    color: #747487d6;
}

.text-grey {
    font-size: 13px;
    color: grey;
}


/* new search-kyc css */
.fs-14 {
    font-size: 14px;
}

.newbox {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.width-25 {
    width: 25px;
}

.text-blue {
    color: #164e8feb;
    text-shadow: 1px 0px #2a69b252;
}

.width-21 {
    width: 21px;
}

.p-20 {
    padding: 20px;
}



.text-grey {
    font-size: 13px;
    color: grey;
}

#searchInput {
    border-radius: 4px 0px 0px 4px;
}

.new-card {
    padding: 7px;
    border-radius: 4px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    margin-top: 7px;
}

.ms-24 {
    margin-left: 24px;
}

.new-font {
    color: #164e8fad;
    font-weight: 600;
    margin-top: 4px;
}


/*address new roi css */
.bg-grey {
    background-color: #dfdddd85;
}

.w-100 {
    width: 100% !important;
}

.red-label {
    background-color: #FC6600;
    color: white !important;
    padding: 1px 5px;
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
}

.grey-label {
    background-color: #c1c1c1;
    color: white !important;
    padding: 1px 5px;
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
}

.secondary-toast {
    background-color: #ffd5d5;
    color: #d72525;
}

.success-toast {
    background-color: #e1e5e1;
    color: #2c2e2cbf;
}

.grey-border {
    border-left: 5px solid #c1c1c1;
}

/*.rejected-card {
    border-left: 5px solid rgba(255, 0, 0, 0.712);
}*/
.border-container {
    position: relative;
    border: 1px solid #e3e8f7;
    padding: 20px;
}

.border-header {
    position: absolute;
    top: -10px;
    left: 10px;
    background: #fff;
    padding: 0 10px;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.content {
    margin-top: 10px;
}

.edit-icon {
    position: absolute;
    top: -7px;
    right: -10px;
    width: 20px;
    height: 20px;
    background: #345ccb;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    border-radius: 50%;
    cursor: pointer;
}

/* attandance*/
.addaUplaod {
    width: 100%;
    height: 200px;
    border: 2px dotted #0063a7;
    display: block;
    border-radius: 10px;
    background-color: #f0f9ff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* overflow: hidden; */
}

.fs6 {
    font-size: 6rem !important;
}
.cursor-pointer {
    cursor: pointer;
}
.canvasModal #capturedImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
img, svg {
    vertical-align: middle;
}
.adda-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.overlay1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1000;
    display: none;
}

.w-30 {
    width: 30%;
}

.captureImg {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #0063a7;
}

.cameraIcon {
    font-size: 40px !important;
}

#webcam, #openCanvas {
    width: 100%;
}

.canvasModal #close {
    position: absolute;
    top: 0px;
    right: 0px;
    color: white;
}

.canvasModal #capture {
    display: none;
    position: absolute;
    width: 40px;
    height: 40px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
}

.location {
    position: absolute;
    bottom: 75px;
    left: 50%;
    transform: translateX(-50%);
}

.button-container {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.canvasModal #capture img {
    width: 40px;
    height: 40px;
}

.canvasModal #capturedImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.canvasModal #retake img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.canvasModal #confirm img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.captureImg {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #0063a7;
}

    .captureImg img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 2px solid #2a69b2;
        object-fit: cover;
    }

.canvasModal #confirm {
    margin-left: 10px;
}

.successVideo {
    width: 150px;
}
.trashIcon {
    position: absolute;
    top: -12px;
    right: -12px;
    background: #ffa4a4;
    padding: 6px 6px;
    border-radius: 50%;
    color: red;
}
.selfie-text {
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translate(-50%);
    color: white;
    font-size: 14px;
}
@media only screen and (max-width: 575px) {
    #webcam {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        object-fit: cover;
        background: black;
    }
}

.captureimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blue-label {
    background-color: #2a69b236;
    font-size: 12px !important;
    color: black !important;
}

.blue-label {
    /* background-color: #2A69B2; */
    /* color: white !important; */
    padding: 1px 5px;
    /* border-radius: 3px; */
    display: inline-block;
    font-size: 12px;
}