@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {

    font-family: Montserrat, sans-serif;

    background-color: #f8f9fa;

    overflow-x: hidden;

}



a {

    cursor: pointer;

}
.bg-label-danger {
    background-color: color-mix(in sRGB, #ffffff 84%, #ff4c51) !important;
    color: #ff4c51 !important;
}
a.addnewBtn {
    border: 1px solid #eb577b !important;
    background: transparent;
    color: #000;
    border-radius: 2px;
    padding: 10px 27px;
}

.content{

    overflow-x: hidden;

}

li.paginate_button.page-item.active {
    background-color: transparent !important;
}
.animate-circle {
    animation: heartbit 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border: 5px solid #4C40ED;
    border-radius: 70px;
    position: absolute;
    left: -6px;
    top: -6px;
    width: 52px;
    height: 52px;
    z-index: -1;
}

@keyframes heartbit {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    25% {
        transform: scale(0.1);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.5);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.8);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}
.user-img {

    margin-right: 3px;

    position: relative;

    border-radius: 50px;

    display: flex

;

    align-items: center;

    justify-content: center;

}




/* Sidebar */

.sidebar {

    width: 250px;

    min-height: 100vh;

    background-color: #fff;

    padding-top: 20px;

    position: fixed;

    border-right: 1px solid #ddd;

    /* position: absolute; */

    z-index: 2;

    transition: width 0.3s ease-in-out;

}



.sidebar.collapsed {

    width: 80px;

}



.sidebar .nav-link {

    color: #333;

    padding: 10px;

    text-align: left;

    display: flex;

    align-items: center;

    gap: 12px;

}



#toggleSidebar {

    display: flex;

    justify-content: left;

    align-items: center;

}



/* .collapsed + .content {

    margin-left: 100px;

  } */

.content {

    margin-left: 250px;

    transition: 0.3s ease-in-out;

    padding: 20px;

}



.sidebar .nav-link span {

    opacity: 1;

    max-width: 100%;
    font-weight: 600;
    overflow: hidden;

    display: inline-block;

    white-space: break-spaces;

    transition: opacity 0.3s ease-in-out, max-width 0.3s ease-in-out;

    font-size: 12px;
    width: -webkit-fill-available;


}
ul.subchilds li a{
    font-size: 12px;

}

ul.subchilds li{

    font-size: 14px;

    list-style-type: revert;

   padding: 10px;

   cursor: pointer;

   transition: 0.3s ease-in-out;

}

ul.subchilds li:hover{

    background-color: #cfe2ff00 !important



}

ul.subchilds.ps-3 {

    padding-left: 29px !important;

}

.accordion-button:not(.collapsed) {

    background-color: #cfe2ff00;

    box-shadow: none !important;

}

.accordion-button:focus {

    outline: 0;

    box-shadow: none !important;

}

.sidebar.collapsed .nav-link span {

    opacity: 0;

    max-width: 0;

    overflow: hidden;

}



.sidebar.collapsed .nav-link i {

    margin-right: 0;

}



.content {

    margin-left: 260px;

    padding: 20px;

    transition: margin-left 0.3s ease-in-out;

}



/* .collapsed + .content {

    margin-left: 100px;

  } */

.collapsed+.navbar {

    margin-left: 80px;

}



.navbar {

    margin-left: 250px;

    transition: 0.3s ease-in-out;

    position: fixed;

    width: -webkit-fill-available;

    z-index: 99;

    padding-right: 10px;

}



.collapsed~.content {

    margin-left: 80px;

}



.content {

    margin-left: 250px;

    transition: 0.3s ease-in-out;

}



ul li {

    list-style-type: none;

}



.sidebar ul.navbarul {

    padding: 10px 14px;

    overflow-y: auto;

    height: calc(100vh - 100px);
    overflow-x: hidden;
}



.img1 {

    display: block;

    opacity: 1;

    transition: opacity 0.3s ease-in-out;

}



.img2 {

    display: none;

    opacity: 0;

    transition: opacity 0.3s ease-in-out;

}



.sidebar.collapsed .img1 {

    display: none;

    opacity: 0;

}



.sidebar.collapsed .img2 {

    display: block;

    opacity: 1;

}



.img1 {

    width: 127px !important;

    height: 56px;

}



.img2 {

    width: 48px;

    height: 56px;

}



.wrapper {

    display: flex;

}



/* Dashboard CSs */

.col-xl-3.col-sm-6.col-12 {

    padding: 10px;

}



.card {

    border: none;

    border-radius: 10px;

    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);

    background: #fff;

}



.card-body {

    padding: 20px;

}



.dash-widget-header {

    display: flex;

    align-items: center;

    justify-content: space-between;

}



.dash-widget-icon {

    width: 50px;

    height: 50px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 10px;

    font-size: 20px;

    color: #fff;

}



.bg-5 {

    background-color: #ffb800;

}



.bg-1 {

    background-color: #ff9b44;

    /* Customize this color */

}



.bg-2 {

    background-color: #d1f3ff;

    /* Customize this color */

}



.bg-3 {

    background-color: #ceffd5;

}



.bg-7 {

    background-color: #52fb6a;

}



.bg-4 {

    background-color: #fccaff;

}



.bg-8 {

    background-color: #f555ff;

}



.bg-6 {

    background-color: #42cdff;

}



.dash-count {

    flex-grow: 1;

    padding-left: 15px;

}



.dash-title {

    font-size: 13px;

    font-weight: 600;

    color: #666;

}



.dash-counts p {

    font-size: 18px;

    font-weight: 700;

    margin: 0;

}



.progress-sm {

    height: 6px;

    border-radius: 4px;

    background-color: #f0f0f0;

}

.text-muted {

    font-size: 12px;

}



.text-danger {

    font-weight: 600;

}

/* .................. Dashboard Charts ................ */

.card .card-header, .card .card-body {

    border: #e1e1e1;

    padding: 1.5rem;

}

.btn-white {

    background-color: #fff;

    border-color: #e7eaf3;

    color: #7539FF;

    box-shadow: inset 0 0 0 0 #fff;

}
.main-content{
    margin-top: 0px !important;
}
.main .btn-white:hover {

    background-color: #7539FF;

    border-color: #7539FF;

    color: #fff;

    box-shadow: inset 0 50px 0 0 #7539FF;

}

.SalesAnalytics .card-body span{

    color: #8A8E9C;

    font-size: 13px;

}

.text-primary {

    color: #7539FF !important;

}

p.h3 {

    font-size: 20px;

}

.progress.progress-md {

    height: 8px;

}

.bg-success {

    background-color: #22cc62 !important;

}

.text-success {

    color: #22cc62 !important;

}

.col-auto i{

    font-size: 14px;

}

.col-auto{

    font-size: 13px;

    color: #8A8E9C;

}

body::-webkit-scrollbar {

    width: 3px;

  }

   

  body::-webkit-scrollbar-track {

    background: #18c1e8;

    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);

  }

   

  body::-webkit-scrollbar-thumb {

    /* background: red; */

    border: 3px solid #2c558e;


  }

.navbarul::-webkit-scrollbar {

    width: 3px;

  }

   

  .navbarul::-webkit-scrollbar-track {

    background: #18c1e8;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);

  }

   

  .navbarul::-webkit-scrollbar-thumb {

    /* background: red; */

    border: 3px solid #2c558e;

  }



.marginTop{

    margin-top: 66px;

}

  @media (max-width: 768px) {

    .marginTop{

        margin-top: 129px !important;

    }

   

}

@media (max-width: 569px) {

    .marginTop{

        margin-top: 147px !important;

    }

    

}

.dropdown-toggle::after{

    display: none;

}

.dropdown-menu[data-bs-popper] {

  left: auto;

    right: 23px;

}



.dropdown {

    position: relative;

    display: inline-block;

}



.dropdown-toggle {

    border: none;

    background: transparent;

    cursor: pointer;

    display: flex;

    align-items: center;

    gap: 10px;

}



.dropdown-toggle img {

    width: 40px;

    height: 40px;

    border-radius: 50%;

    border: 2px solid #fff;

    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);

}



.dropdown-menu {

    position: absolute;

    top: 50px;

    right: 0;

    width: 220px;

    background: #fff;

    border-radius: 10px;

    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);

    padding: 10px;

    display: none;

}



.dropdown-menu.active {

    display: block;

}



.profile-header {

    display: flex;

    align-items: center;

    gap: 10px;

    padding: 10px;

    border-bottom: 1px solid #f0f0f0;

}



.profile-header img {

    width: 45px;

    height: 45px;

    border-radius: 50%;

}



.profile-header .details {

    display: flex;

    flex-direction: column;

}



.profile-header .details h6 {

    margin: 0;

    font-size: 16px;

    font-weight: bold;

}



.profile-header .details small {

    color: #888;

}

.active {

    background-color: #4864850d !important; 
    color: #424773 !important;
    padding: 8px 53px 8px 7px;
    /* border-radius: 6px; */
    border-left: 3px solid #007bff;
    font-weight: 600;
    display: ruby;

}
.accordion-button:focus{
    border-color:#007bff !important;
}
.table-striped {

    text-align: left !important;

    border-color: #e9ecef !important;

    border: 1px solid #e9ecef;

    border-radius: 10px;

}

.table-striped tr td{

    font-size: 14px !important;

    font-weight: 400 !important;

}

.table-striped tr th{

    font-size: 16px !important;

}



.Vendors_section .dt-buttons{

    position: absolute !important;

    top: 3%;

    right: 2%;

}
.Vendors_section .dt-buttons button.buttons-csv{
    float: inline-end !important;
    border-radius: 0px !important;
    background: rgb(15, 52, 96) !important;
}
.dataTables_length label{

    width: -webkit-fill-available !important;

}

.dataTables_filter label {

    display: grid !important;

}

.content .container-fluid {

    margin-top: 76px;
    padding-left: 0;

}

@media (max-width:768px){

.card{

margin-top:140px;

}

}
.stetled_card .card[class*=card-border-shadow-] {
    position: relative;
    border-bottom: none;
    transition: all .2s ease-in-out;
    z-index: 1;
    border: 1px solid #ccc;
    border-bottom: none;
    box-shadow: none !important;
}
.stetled_card .card.card-border-shadow-primary::after {
    border-bottom-color: #c8c4f9;
}
.stetled_card .card[class*=card-border-shadow-]::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-radius: .375rem;
    transition: all .2s ease-in-out;
    z-index: -1;
}
.bg-label-primary {
    background-color: #e9e7fd !important;
    color: #7367f0 !important;
    font-weight: 400;
    font-size: 13px;
    border-radius: 28px;
}
.stetled_card .card[class*=card-border-shadow-]:hover::after {
    border-bottom-width: 3px;
}
.stetled_card .card.card-border-shadow-primary:hover::after {
    border-bottom-color: #7367f0;
}
.bg-label-warning {
    background-color: color-mix(in sRGB, #ffffff 84%, #ff9f43) !important;
    color: #ff9f43 !important;
    font-weight: 400;
    font-size: 13px;
    border-radius: 28px;
}
.stetled_card .card.card-border-shadow-warning::after {
    border-bottom-color: #ffdab6;
}
.stetled_card .card.card-border-shadow-danger::after {
    border-bottom-color: #ec8e91;
}
.stetled_card .card.card-border-shadow-info::after {
    border-bottom-color: #00bad1;
}
.stetled_card .card.card-border-shadow-info:hover::after {
    border-color: #00bad1;
    border-block-end-width: .1875rem;
}
.stetled_card .card.card-border-shadow-warning:hover::after {
    border-bottom-color: #ff9f43;
}
.bg-label-danger {
    background-color: color-mix(in sRGB, #ffffff 84%, #ff4c51) !important;
    color: #ff4c51 !important;
    font-weight: 400;
    font-size: 13px;
    border-radius: 28px;
}
.bg-label-info {
    background-color: color-mix(in sRGB, #ffffff 84%, #00bad1) !important;
    color: #00bad1 !important;
}
.filter{
    background-color: #ffffff;
    color: #000;
    box-shadow: none;
    border: 1px solid #ededed !important;
    font-weight: 400;
}
.filter:hover{
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .09), 0 2px 3px -1px rgba(0, 0, 0, .07);
    transform: scale(1.02);
    color: #67748e;
    background-color: transparent !important;
}
.exportPayout:hover{
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .09), 0 2px 3px -1px rgba(0, 0, 0, .07);
    transform: scale(1.02);
    color: #ffffff;
    background-color: #6c619f;
}
.exportPayout{
    background-color: #443c66;
    color: #ffffff;
    box-shadow: none;
    border: 1px solid #ededed !important;
    font-weight: 400;
}
.stetled_card .card.card-border-shadow-danger:hover::after {
    border-color: #ff4c51;
    border-block-end-width: .1875rem;
}
.bg-label-primary, .bg-label-warning, .bg-label-danger, .bg-label-info, .bg-label-success, .bg-label-secondary {
    padding: 9px;
    width: 39px;
    height: fit-content;
}
.filtervirtualAccount {
    background-color: #ffffff;
    color: #000;
    box-shadow: none;
    border: 1px solid #ededed !important;
    font-weight: 400;
}
.exportVirtual {
    background-color: #443c66;
    color: #ffffff;
    box-shadow: none;
    border: 1px solid #ededed !important;
    font-weight: 400;
}
.table thead th {
    vertical-align: middle;
    background-color: #ffffff !important;
    color: #000000 !important;
}
.fundTransferTable {
    font-size: 13px !important;
    margin-top: 9px;
    background: #483b80;
    border-radius: 2px;
}
/* .................... Create New Payment Request ............... */
.paymentRequest_section .card-header h4{
    font-size: 16px;
    color: #000;
}
label{
    font-size: 16px;
    color: #212529;
    font-weight: 500;
}
.card{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important; 
}
.userdetailsheading {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    display: flex;
    align-items: anchor-center;
    gap: 10px;
    margin-top: 16px;

}
.userdetailsheading::after {
    content: '';
    display: block;
    width: 12%;
    height: 2px;
    margin-top: 5px;
    background: #ebebeb;
}
.select2-container--default .select2-selection--single{
    border: none !important;
    border-radius: 0px !important;
}
.select2-container .select2-selection--single{
    height: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #d2d6da;
    border-radius: .5rem;
    color: #495057;
    display: block;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.4rem;
    padding: .5rem .75rem;
    transition: box-shadow .15s ease, border-color .15s ease;
    width: 100%;
}
button.btn.btn-primary {
    border-radius: 0px !important;
    background: #0f3460 !important;
    float: inline-end !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: inherit !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: auto !important;
    top: 50% !important;
}
.dropdown-toggle{
    box-shadow: none !important;
}
.addmerchantBtn{
    border: 1px solid #eb577b !important;
    background: transparent;
    color: #000;
    border-radius: 2px;
    padding: 10px 13px;
    width: max-content;
    font-size: 14px;
}
.assignPermission{
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
#roles_table_wrapper .row{
    align-items: center;
}
.uploadBtn{
    background-color: #ffffff;
    color: #000; 
    box-shadow: none; 
    border: 1px solid #ededed !important; 
    font-weight: 400;
    border-radius: 0px;

}
.uploadBtn:hover{
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .09), 0 2px 3px -1px rgba(0, 0, 0, .07);
    transform: scale(1.02);
    background-color: #ffffff !important;
}
@media (max-width: 768px) {
    .horizontal-line{
        display: none !important;
    }
    .dashboard_main .mainheading{
        margin: 16px;
    }
    .total-funding{
        margin-top: 100px !important;
    }
}