.un-approved-notification {
    position: fixed;
    right:2%;
    top:-30%;
    background-color: #fff4e5;
    color: #8a6d3b;
    border: 1px solid #f0c36d;
    padding: 12px 16px;
    border-radius: 6px;
    font-size: 14px;
    max-width: 380px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: .3s ease-in-out;
    margin: 16px 0;
    animation: bounce 1.2s infinite ease-in-out;
}

.notification-content {
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1.4;
}

.un-approved-notification i {
    font-size: 16px;
    color: #e67e22;
}

.review-btn {
    background-color: #e67e22;
    color: #fff;
    border: none;
    padding: 6px 12px;
    font-size: 13px;
    border-radius: 4px;
    cursor: pointer;
    align-self: flex-start;
    transition: background 0.2s ease;
}

.review-btn:hover {
    background-color: #cf711c;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-3px);
    }
}

.changeOrganization{
    cursor: pointer;
    float: right;
}

.inner-search{
    max-height: 200px;
    min-height: 100px;
    width: 100%;
    padding: 10px;
    display: block;
    overflow: auto;
}
.search-drop-down{
    max-height: 300px;
    min-height: 100px;
    width: 100%;
    top: 120%;
    padding: 10px;
    display: block;
    opacity:0;
    transition:.1s ease-in-out;
    visibility:hidden;
    background-color: white;
    position: absolute;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.search-drop-down a{
    color: unset;
    text-decoration: unset;
}
.search-drop-down .search-row:hover{
    transform: scale(1.05,1);
    transition: .3s ease-in-out;
}
.search-drop-down .search-row{
    min-height: 40px;
    display: flex;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 128, 0, 0.26);
    width: 100%;
    padding: 10px;
    flex-direction: column;
}
.search-drop-down .search-client-name{
    min-height: 20px;
    display: flex;
    opacity: 0.9;
    font-weight: 600;
    width: 100%;
    justify-content: center;
    flex-direction: column;
}
.search-drop-down .search-latest-token{
    min-height: 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    opacity: 0.55;
    width: 100%;
    justify-content: space-between;
    font-size: 13px;
}
.disconnectedCard{
    /*background-color: rgba(0, 100, 0, 0.75);*/
    background-color: white;
    /*color: white !important;*/
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease; /* Smooth transition for hover effect */
    margin-bottom: 5px;
}
.disconnectedCard:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}
.disconnectedCard .widget-numbers{
    color: #f7b924 !important;
}
.disconnectedCard .widget-content-icon{
    color: #f7b924 !important;
}

.list-group-flush a{
    text-decoration: unset !important;
    color: unset !important;
}
.dashboard-card-header{
    overflow: hidden !important;
}

label{
    font-weight: bold;
    opacity: .7;
}

.card-header{
    height: 120px !important;
    width: 100% !important;
}
.card-title{
    font-size: 1.4em !important;
    text-transform: unset !important;
}
.card-title img{
    width: 50px;
    height: 50px;
}
.file-input{
    display: none;
}
.input-group .btn{
    border-radius: unset !important;
}


.app-sidebar__inner ul li{
    color: white;
    opacity: 1;
}
.app-sidebar__inner ul li a{
    color: white;
    opacity: .9;
}
.app-sidebar__inner ul li i{
    color: white;
    opacity: .9 !important;
    width: 100%;
}
.app-sidebar__inner ul li a:hover{
    color: black;
}
.app-sidebar__inner ul li i:hover{
    color: black;
    opacity: .9;
}
.menuIcon{
    color: white;
}
.metismenu-icon{
    color: unset !important;
}
.logo-src{
    width: 100%;
    height: 100%;
}
.logo-src img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.logo-container{
    width: 100%;
    height: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.logo-container img{
    width: 70%;
    height: 100%;
    object-fit: contain;
}
.app-main{
    display: block !important;
}
.login-card{
    width: 100%;
    min-height: 300px;
    display: block;
    margin-top: 80px;
}
.login-card .login-logo {
    width: 100%;
    height: 150px;
    display: block;
}
.login-card .login-logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.login-card .login-input{
    padding-top: 15px;
    width: 100%;
    height: 300px;
    display: block;
    background-color: white;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
}
.app-main__inner{
    /*width: 100%;*/
    /*display: block !important;*/
    /*height: 200%;*/
    background-image: url('../../assets/images/logo/dash.webp');
    background-size: cover !important;
    background-attachment: fixed;
    background-position: right;
}
.login-page{
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('../../assets/images/logo/login.webp');
    background-size: cover !important;
    background-position: left;
}
tbody img{
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 6px;
}
dotIndicator{
    width: 8px;
    float: right;
    margin-top: 5px;
    margin-right: 5px;
    height: 8px;
    display: block;
    border-radius: 5px;
}
.client-info-card{
    width: 100%;
    min-height: 300px;
    display: inline-block;
}
.client-info-card .client-photo{
    width: 100%;
    height: 50px;
    display: block;
}
.client-info-card .client-photo{
    width: 90%;
    height: 100px;
    display: block;
}
.client-info-card .client-photo img{
    width: 50%;
    height: 100%;
    object-fit: contain;
}
.client-info-card .client-info-container{
    width: 100%;
    margin-top: 10px;
    height: 100%;
    display: inline-block;
}
.client-info-card .client-info-container .client-info-table td:first-child{
    width: 100px;
}
.containImage{
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    border-radius: 12px;
}
.containImage:hover{
    object-fit: contain;
    transform: scale(1.5,1.5);
    transition: .3s ease-in-out;
    background-color: white;
}
#map{
    width: 100%;
    height: 300px;
    display: block;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    border-radius: 6px;
}

.summary-container{
    width: 100%;
    overflow: auto;
    min-height: 300px;
    display: inline-block;
}
.summary-container .summary-card{
    width: 23%;
    height: 180px;
    display: block;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    background-color: #e2f3f6;
    margin-top: 30px;
    border-radius: 3px;
    border:1px solid rgba(51, 50, 34, 0.22);
}
.summary-container .summary-card .summary-card-title{
    width: 80%;
    margin: auto;
    height: 30px;
    display: block;
    line-height: 50px;
    font-size: 1.2em;
}
.summary-container .summary-card .summary-card-value{
    width: 80%;
    margin: auto;
    height: 60px;
    line-height: 60px;
    display: block;
    font-size: 1.3em;
    font-weight: 700;
}
.summary-container .summary-card .summary-card-label{
    width: 80%;
    margin: auto;
    height: 20px;
    line-height: 20px;
    display: block;
    font-size: 1em;
}
.summary-container .summary-card .summary-card-button{
    width: 80%;
    margin: auto;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: right;
    font-weight: bolder;
}
.link{
    color: #0b5885;
}
body{
    scrollbar-width:none !important
}
.pages{
    display: none;
    transition: .3s ease-in-out;
}
.page1{
    display: block;
}
.customer-image-upload{
    width: 100%;
    height: 250px;
    display: block;
}
.customer-image-upload .customer-image-upload-container{
    width: 70%;
    height: 200px;
    margin: auto;
    display: block;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    border-radius: 6px;
}
.customer-image-upload .customer-image-upload-container:hover{
    transform: scale(1.08,1.08);
    cursor: pointer;
    transition: .3s ease-in-out;
}
.customer-image-upload .customer-image-upload-container img{
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: contain;
}
.customer-image-upload .customer-upload-image-text{
    width: 70%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    margin: auto;
    display: block;
}
.registerAccountTable th:first-child{
    width: 50%;
}
.registerAccountTable td{
    text-transform: capitalize;
}
.wrapper{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out;
}
.map-container{
    position: fixed;
    right: 0;
    transform: scale(.6,.6);
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out;
    width: 60%;
    bottom: 0;
    z-index: 9999 !important;
    background-color: white;
    display: block;
}
.map-container .map-header{
    width: 90%;
    height: 50px;
    display: block;
    line-height: 50px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.5em;
    margin: auto;
    text-align: center;
}
.map-container .map-search{
    width: 70% !important;
    margin: auto !important;
    height: 50px;
    display: block;
    line-height: 50px;
}
.map-container .map-body{
    width: 100%;
    height: 70%;
    display: inline-block;
}
.map-container .map-footer{
    width: 70%;
    height: 50px;
    display: block;
    margin: auto;
}
.map-container .map-footer button{
    width: 25%;
}
.iconImage img{
    width: 100%;
    height: 200px;
    object-fit: contain;
    transform: rotate(10deg);
    margin-top: 30px;
}
/*.card{*/
/*    min-height: 400px;*/
/*}*/
.registration-steps{
    width: 100px;
    line-height: 40px;
    border-radius: 4px;
    text-align: center;
    height: 40px;
    display: inline-block;
    background-color: rgba(0, 100, 0, 0.66);
    color: white;
    font-size: 1.3em;
    margin-top: 10px;
    font-weight: bolder;
}
.check-icon{
    width: 100%;
    height: 150px;
    margin-top: 10px;
}
.check-icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

 /*FIXED TABLE HEADER*/
.table-fixed{
    overflow-y: auto;
    border: none;
    /*height: 270px;*/
    scrollbar-width: thin !important;
    scrollbar-color: #f5f5f5;
    -ms-scrollbar-width: thin !important;
    scrollbar-color: rgba(0, 128, 0, 0.44) white;
}

.table-fixed thead th{
    position: sticky;
    top: 0;
    background: #fff;
    padding: 10px;
    color: #000 !important;
    font-weight: bolder;
    z-index: 999 !important;
}
.table-fixed tfoot th{
    position: sticky;
    bottom: 0;
    background: #fff;
    padding: 10px;
    color: #000 !important;
    font-weight: bolder;
}
/*html{*/
/*    overflow: hidden !important;*/
/*}*/

/*bodu{*/
/*    overflow: scroll;*/

/*}*/

button[disabled]{
    cursor: not-allowed !important;
}
.modal-product-image{
    width: 100%;
    height: 150px;
    display: inline-block;
}
.modal-product-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.modal-product-image2{
    width: 100%;
    height: 150px;
    display: inline-block;
}
.modal-product-image2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.user-add-icon{
    width: 80px;
    height: 80px;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    border-radius: 50%;
}
.user-add-icon img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.rights-modal{
    overflow: auto;
}
.distribution-map-container{
    position: fixed;
    width: 90%;
    right: 3%;
    top: 0;
    bottom: 0;
    z-index: 99999;
    background-color: white;
    opacity: 0;
    visibility: hidden;
    /*transform: scale(.3,.2);*/
    transition: .3s ease-in-out;
}
.distribution-map-container .distribution-map-header{
    width: 90%;
    height: 10%;
    display: block;
    font-weight: bolder;
    font-size: 2em;
    text-align: center;
    overflow: hidden;
    margin: auto;
    line-height: 70px;
    background-color: white;
}
.distribution-map-container .distribution-map-body{
    width: 100%;
    height: 80%;
    display: block;
    margin: auto;
    background-color: white;
}
.distribution-map-container .distribution-map-footer{
    width: 90%;
    height: 10%;
    display: block;
    margin: auto;
    /*background-color: #ad1515;*/
    text-align: center;
}
.distribution-map-container .distribution-map-footer .row{
    margin-top: 10px;
}
searchArea{
    text-transform: uppercase !important;
}
.spinning-globe{
    width: 100px;
    height: 90%;
    display: block;
    float: right;
}
.spinning-globe img{
    width: 100%;
    height: 90%;
    margin-top: -5px;
    object-fit: contain;
}
.custom-marker{
    width: 150px;
    height: 50px;
    display: inline-block;
}
.custom-marker .custom-marker-header{
    width: 100%;
    line-height: 25px;
    font-weight: 700;
    font-size: 1.2em;
}
.page1-{
    display: block;
}
.profile-image{
    width: 100%;
    height: 250px;
    display: inline-block;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    border-radius: 6px !important;
    overflow: hidden !important;
    margin-bottom: 15px;
}
.profile-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}
.profile-image:hover{
    transform: scale(.95,.95);
}
thead th{
    text-transform: uppercase;
}
.imageFile{
    display: none !important;
}
.app-footer{
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);

}
body{
    overflow: hidden  !important;
}
.app-main__outer{
    overflow: auto;
    scrollbar-width: thin !important;
    scrollbar-color: #f5f5f5;
    -ms-scrollbar-width: thin !important;
    scrollbar-color:#006400 white;
    overflow: hidden;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out;
}
.widget-content-icon{
    width: 19%;
    height: 100%;
    display: block;
    float: left;
    font-size: 2.8em;
}

.blinkActiveClients{
    animation:blinkActiveClients 700ms infinite;
    -webkit-animation:blinkActiveClients 700ms infinite;
}
@-webkit-keyframes blinkActiveClients {
    from {
        color: #00FF00;
    }
    50% {
        color: white;
    }
    to {
        color: #00FF00;
    }
}

.disconnectedBlink{
    animation:blinkDisconnected 700ms infinite;
    -webkit-animation:blinkDisconnected 700ms infinite;
}
@-webkit-keyframes blinkDisconnected {
    from {
        color: orange;
    }
    50% {
        color: white;
    }
    to {
        color: orange;
    }
}

.dashboard-card{
    background-color: white;
    margin-top: 10px;
    padding: unset;

}
.dashboard-card .dashboard-card-header{
    width: 95%;
    margin: auto;
    height: 70px;
    display: block;
    line-height: 70px;
}
.dashboard-card .dashboard-card-header h4{
    line-height: 70px;
    font-size: 1.3em;
    font-weight: bolder;
    opacity: .9;
}
.dashboard-card .dashboard-card-header .input-group{
    margin-top: 15px;
}
.dashboard-card .dashboard-card-body{
    width: 95%;
    margin: auto;
    margin-bottom: 80px;
    height: 210px;
}
.custom-col{
    width: 100% !important;
    padding: 7px !important;
}
.custom-row{
    width: 98.5%;
    margin: auto;
}
.custom-money-figures div{
    font-size: 1.8em !important;
}
.login-page-container{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.login-page-container .login-page-card{
    width: 30%;
    min-height: 70%;
    margin: auto;
    display: block;
    background-color: rgba(255, 255, 255, 1);
    /*color: white;*/
    box-shadow: 0 6px 6px rgba(0,0,0,0.2);
}
.login-page-container .login-page-card .login-logo{
    width: 100%;
    height: 100px;
    display: inline-block;
}
.login-page-container .login-page-card .login-logo img{
    width: 100%;
    height: 100%;
    margin-top: 20%;

    object-fit: contain;
}
.login-page-container .login-page-card .login-input-row{
    width: 80%;
    margin: auto;
    height: 400px;
    display: block;
}

.login-page-footer{
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    color: white;
    /*justify-content: center;*/
    font-size: 1em;
    font-weight: bolder;
    text-transform: uppercase;
    position: fixed;
    bottom: 0;
    background-color: #164468;
}
.login-page-footer .login-page-footer-container{
    width: 90%;
    height: 100%;
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
}
.login-page-footer .login-page-footer-container div{
    display: flex;
    height: 60%;
    width: 10%;
    flex-wrap: wrap;
    align-items: center;
    float: left;
    justify-content: center;
}
.login-page-footer .login-page-footer-container div:first-child{
    width: 80%;
    margin-right: 3%;
    font-size: 1.7em;
    text-align: center !important;
    justify-content: center;
    font-weight:700;
}
.login-page-footer .login-page-footer-container div:nth-child(2){
    width: 47%;
    border-left: 2px solid white;
    padding-left: 3%;
    text-align: center !important;
    /* justify-content: center; */
    font-size: 1.5em;
    font-weight: 100;
    display: none;
}


.company-attachments-container{
    width: 100%;
    height: 280px;
    margin-bottom: 4px;
    display: inline-block;
}
.company-attachments-container .company-attachment-file{
    width: 31.3%;
    margin-left: 1%;
    margin-right: 1%;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.17);
    display: inline-block;
    float: left;
}
.company-attachments-container .company-attachment-file div:first-child{
    width: 100%;
    height: 80%;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.company-attachments-container .company-attachment-file div:first-child img{
    width: 60%;
    height: 60%;
    object-fit: contain;
}
.company-attachments-container .company-attachment-file div:first-child span{
    font-size: 10em;
}

.company-attachments-container .company-attachment-file div:last-child{
    width: 100%;
    height: 20%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}


.company-attachments-view-container{
    width: 100%;
    display: inline-block;
    min-height: 500px;
}
.company-attachments-view-container .company-attachments-view-card{
    width: 100%;
    padding: 2%;
    padding-top: unset !important;
    min-height: 150px;
    margin-bottom: 10px;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.25);
}
.company-attachments-view-container .company-attachments-view-card div:first-child{
    width: 100%;
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-weight: bolder;
    align-items: center;
    text-transform: uppercase;
}
.company-attachments-view-container .company-attachments-view-card div:nth-child(2){
    width: 100%;
    height: 100px;
    display: inline-block;
}
.company-attachments-view-container .company-attachments-view-card div:last-child{
    width: 100%;
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.company-attachments-view-container .company-attachments-view-card div:last-child button{
    width: 40%;
    float: left;
    margin-right: 5%;
    margin-left: 5%;
    margin-top: 10px;
}

.company-attachments-view-container .company-attachments-view-card img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.billing-card{
    width: 16%;
    margin-left: .3%;
    margin-right: .3%;
    float: left;
    height: 90px;
    background-color: white;
    display: block;
    margin-bottom: 10px;
}
.billing-card .billing-card-icon{
    width: 30%;
    height: 100%;
    display: flex;
    float: left;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.billing-card .billing-card-info{
    width: 70%;
    height: 100%;
    display: flex;
    float: left;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.billing-card .billing-card-info div{
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    height: 50%;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
    align-items: center;
}
.billing-card .billing-card-info div:last-child{
    font-size: 1.4em;
    font-weight: bolder;
    margin-top: -30px;
}
.billing-card-amount{
    border-left: 1px solid rgba(0, 128, 0, 0.42);
}

.billing-card-amount .billing-card-info div:last-child{
    color: green;
    opacity: .7;
}
.billing-graph-row{
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    margin: 0;
    margin-top: 10px !important;
}
.billing-graph-row .billing-graph-header{
    width: 100%;
    min-height: 70px;
    display: flex;
}
.billing-graph-row .billing-graph-header > div{
    width: 50%;
    padding: 10px;
    height: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.billing-graph-row .billing-graph-header > div:first-child{
    font-size: 1.2em;
}
.billing-graph-row .billing-graph-header > div .input-group{
    width: 70%;
}
.billing-graph-row .billing-graph-body{
    width: 100%;
    height: 200px;
    display: block;
}
.billing-table-data{
    width: 100%;
    padding: 15px;
    min-height: 200px;
    display: inline-block;
    background-color: white;
    margin-top: 10px;
}
.billing-table-data .billing-table-header{
    width: 98%;
    margin-left: 1%;
    height: 70px;
    display: flex;
    flex-wrap: wrap;
}
.billing-table-data .billing-table-header > div{
    width: 50%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.billing-table-data .billing-table-header > div .input-group{
    width: 60%;
}
.billing-table-data .billing-table-header > div:first-child{
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 600;
    color: #006400;
}
.billing-table-data .billing-table-body{
    width: 98%;
    margin-right: 1%;
    margin-left: 1%;
    min-height: 20px;
    display: inline-block;
}
.account-transaction-container{
    width: 97.6%;
    margin-left: 1.2%;
    margin-right: 1.2%;
    min-height: 120px;
    padding: 10px;
    display: block;
    background-color: #fff;
}
.account-transaction-container .account-transaction-card{
    width: 23%;
    border: 1px solid rgba(0, 0, 0, 0.12);
    min-height: 150px;
    float: left;
    display: inline-block;
    background-color: white;
    margin-right: 1%;
    margin-left: 1%;
}
.account-transaction-container .account-transaction-card .account-transaction-card-icon{
    width: 29%;
    margin-right: 1%;
    margin-top: 20px;
    height: 110px;
    display: flex;
    font-size: 4em;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    float: left;
    border-right: 1px solid rgba(0, 0, 0, 0.16);
}
.account-transaction-container .account-transaction-card .account-transaction-card-icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.account-transaction-container .account-transaction-card .account-transaction-card-info{
    width: 70%;
    height: 100%;
    display: inline-block;
    float: left;
}
.account-transaction-container .account-transaction-card .account-transaction-card-info div:first-child{
    width: 90%;
    margin-top: 10px;
    padding-left: 5%;
    padding-right: 5%;
    min-height: 40px;
    display: flex;
    flex-wrap: wrap;
    font-size: 2em;
    /*justify-content: center;*/
    color: orange;
    align-items: center;
    font-weight: bolder;
    /*border-left: 1px solid rgba(0, 0, 0, 0.29);*/
}

.account-transaction-container .account-transaction-card .account-transaction-card-info div:nth-child(2){
    width: 90%;
    margin-top: 10px;
    padding-left: 5%;
    padding-right: 5%;
    min-height: 40px;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
    align-items: center;
    font-size: 1.3em;
    /*border-left: 1px solid rgba(0, 0, 0, 0.29);*/
}
.account-transaction-container .account-transaction-card .account-transaction-card-info div:last-child{
    width: 90%;
    /*border-left: 1px solid rgba(0, 0, 0, 0.29);*/
    padding-left: 5%;
    padding-right: 5%;
    min-height: 40px;
    display: flex;
    flex-wrap: wrap;
    color: #4ba54b;
    /*justify-content: center;*/
    align-items: center;
    font-size: 1.3em;
    font-weight: 700;
}


.transactions-summary-container{
    width: 90%;
    margin-left: 5%;
    height: 100%;
    display: inline-block;
}
.transactions-summary-container .transactions-summary-card{
    width: 100%;
    min-height: 100px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.24);
    display: inline-block;
}
.transactions-summary-container .transactions-summary-card .transactions-summary-card-div{
    width: 50%;
    height: 100px;
    display: block;
    float: left;
}
.transactions-summary-container .transactions-summary-card .transactions-summary-card-div:first-child{
    width: 50%;
}
.transactions-summary-container .transactions-summary-card .transactions-summary-card-div:first-child div{
    width: 100%;
    height: 60%;
    display: block;
}
.transactions-summary-container .transactions-summary-card .transactions-summary-card-div:first-child div:last-child{
    width: 100%;
    height: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.transactions-summary-container .transactions-summary-card .transactions-summary-card-div:first-child img{
    width: 100%;
    height: 90%;
    margin-top: 10%;
    object-fit: contain;
}
.transactions-summary-container .transactions-summary-card .transactions-summary-card-div:last-child{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 2.2em;
    font-weight: bolder;
}
.airtel{
    color: #ec1b24;
}

.tnm{
    color: #6fb974;
}
.bank{
    color: #233b91;
}
.admin-dashboard-card:hover{
    cursor: pointer;
    /* background-color: #f2f2f2; */
}
/*.company-attachments-view-container .company-attachments-view-card:first-child img{*/
/*    object-fit: contain !important;*/
/*}*/

.app-footer{
    z-index: 10 !important;

}

.mobileOnly{
    display: none !important;
}
.desktopOnly{
    display: block !important;
}

/* .moreInfoCard{
    height: 100px !important
} */


.collections-row{
    width: 100%;
    min-height: 130px;
    display: flex;
    justify-content: space-between;
}
.collections-row .collections-card{
    width: 19%;
    background-color: white;
    height: 130px;
    display: flex;
    flex-direction: column;
}
.collections-row .collections-card div{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    height: 90px;
    margin-top: 15px;
    font-size: 2em;
    opacity: .95;
    font-weight: bold;
}
.collections-row .collections-card div:last-child{
    height: 50px;
    margin-top: -35px;
    font-size: 1.1em;
    font-weight: unset !important;

}

.collectiongraph-row{
    width: 100%;
    background-color: white;
    display: inline-block;
    height: auto;
    justify-content: center;
}
.collectiongraph-row .collection-graph-header{
    width: 95%;
    margin: auto;
    min-height: 70px;
    display: flex;
    flex-wrap: wrap;
}
.collectiongraph-row .collection-graph-header > div{
    flex: 3;
    display: flex;
    align-items: center;
}
.collectiongraph-row .collection-graph-header > div:first-child{
    font-size: 1.2em;
}
.collectiongraph-row .collection-graph-header > div:last-child{
    flex: 2;
}
.collectiongraph-row .collection-graph-body{
    width: 95%;
    margin: auto;
    height: auto;
    display: flex;
}
.collectiongraph-row .collection-graph-body .collection-graph-body-sections{
    flex: 1;
    min-height: 250px;
    margin-left: 10px;
}
.collectiongraph-row .collection-graph-body .collection-graph-body-sections:last-child{
    flex: 3;
}

.collectiongraph-row .collection-graph-body .collection-graph-body-sections .collections-graph-card{
    width: 100%;
    height: 80px;
    margin-bottom: 10px;
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.2);
    flex-direction: column;
}
.collectiongraph-row .collection-graph-body .collection-graph-body-sections .collections-graph-card > div{
  display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    height: 30px;
    margin-top: 15px;
    font-size: 1.6em;
    opacity: .95;
    font-weight: bold;
}
.collectiongraph-row .collection-graph-body .collection-graph-body-sections .collections-graph-card > div:last-child{
    height: 40px;
    margin-top: -5px;
    font-size: 1.1em;
    font-weight: unset !important;
}

/* .collections-card{
    border: 3px solid rgba(11, 128, 0, 0.055);
    border-radius: 5px;
} */
/* .modified-sales-row .collections-card > div:first-child{
    opacity: 1;
} */

.chat-container{
    width: 90%;
    height: 400px;
    display: flex;
    flex-direction: column;
}
.chat-container .chat-body{
    display: inline-block;
    flex: 1;
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
    flex-direction: column;
}
.chat-container .chat-footer{
    display: flex;
    flex: .2;
    flex-direction: column;
}
.flex-chat-wrapper{
    display: flex;
    flex-direction: column;
}
.chat-container .chat-body .chat-row{
    width: 52%;
    border-radius: 20px;
    padding: 10px;
    min-height: 100px;
    display: flex;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    flex: 1;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.22);
    margin-bottom: 10px;
}
.chat-container .chat-body .chat-row div:first-child{
    flex:.6;
    font-weight: bolder;
    display: flex;
    font-size: .9em;
    margin-bottom: 5px;
}
.chat-container .chat-body .chat-row div:nth-child(2){
    flex:5;
    display: flex;
}
.chat-container .chat-body .chat-row div:last-child{
    flex:.6;
    margin-top: 5px;
    font-size: .9em;
    display: flex;
    color: rgba(32, 63, 32, 0.62);
}
.left-chat{
    border-top-left-radius: unset !important;
    float: left;
    align-self: start;
}
.right-chat{
    border-top-right-radius: unset !important;
    align-self: end;
}

.custom-footer{
    display: none;
}


.new-invoice-container{
    top: -600px;
    opacity: 0;
    width:100%;
    height:100%;
    visibility: hidden;
    transition: .5s ease-in-out;
    padding: 0 15px 0 15px;
    color: orange;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 99999 !important;
    background-color: red;
    border-radius: 2px;
}
.new-invoice-container .new-invoice-message{
    flex: 10;
    padding: 0 100px 0 100px;
    background-color: black;
}

.new-invoice-container .new-invoice-header{
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bolder;
    text-transform: uppercase;
    width: 100%;
    /*background-color: silver;*/
    font-size: 2em;
}

.new-invoice-container .new-invoice-body p:first-child{
    font-size: 1.5em;
}
.new-invoice-container .new-invoice-body p:nth-child(2){
    font-size: 1.5em;
}
.new-invoice-container .new-invoice-body p:nth-child(4){
    font-size: 1.5em;
}
.new-invoice-container .new-invoice-body p:last-child{
    text-align: center;
}

.new-invoice-container .new-invoice-button{
    flex: 2.3;
    padding-bottom: 10px;
    justify-content: center;
    align-items: center;
    background-color: black;
    display: flex;
}
.new-invoice-container .new-invoice-button button{
    border-radius: 0 !important;
    margin: 0 10px 0 10px;
}
highlight{
    background-color: #0b5885;
    color: whitesmoke;
}



@media screen and (max-width : 600px){

    .new-invoice-container{
        display: none !important;
    }
    
    .custom-row{
        width: 95%;
        margin: auto;
    }
    .last-custom-row-child{
        margin-bottom: 50px;
    }
    .dashboard-card .dashboard-card-body{
        margin-bottom: unset !important;
    }

   .widget-heading{
       margin-left: 15px !important;
   }
    .billing-graph-row .billing-graph-header > div{
        width: 100%;
        padding: 10px !important;
        height: auto;
    }

    .billing-graph-row .billing-graph-header > div:nth-child(2){
        margin: unset !important;
        display: none;
    }

    .billing-graph-row{
        background-color: white;
        display: flex;
        flex-wrap: wrap;
        flex: 1;
        padding: 10px;
        margin-left: 1px;
        margin-right: 1px;
    }
    .account-transaction-container{
        margin-left: 14px;
        margin-right: 14px;
        padding: unset !important;
    }
    .billing-table-data .billing-table-header > div{
        width: 50%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .billing-table-data .billing-table-header > div .input-group{
        width: 60%;
    }
    .billing-table-data .billing-table-header > div:first-child{
        font-size: 1.2em;
        text-transform: uppercase;
        font-weight: 600;
        color: #006400;
    }
    .custom-footer{
        display: flex;
        flex-wrap: wrap;
        height: 50px;
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 0;
        background-color: white;
        right: 0;
        align-content: center;
        justify-content: center;
    }
    .custom-footer .center-button{
        display: flex;
        flex-wrap: wrap;
        height: 70px;
        width: 70%;
        align-content: center;
        justify-content: center;
    }

    .app-wrapper-footer{
        display: none;
    }


    .mainDashboard{
        margin-top: 0% !important;
    }
    .account-transaction-container .account-transaction-card{
        width: 98%;
    }
    .app-page-title{
        margin-top: -7% !important;
    }
    .app-footer{
        right: 0 !important;
        left: 0 !important;
        width: 100% !important;
    }
   .login-page-card{
        width: 90% !important;
   }
   .login-page-footer-container{
        font-size: .6em !important;
   }

   .mobileOnly{
        display: block !important;
   }
   .desktopOnly{
        display: none !important;
   }
   .pages button{
        margin-bottom: 10px;
   }
   .map-container{
        width: 100;
   }
   .map-container .map-footer button{
    width: 40%;
   }

   .main-card .card-header{
        height: unset !important;
        display: inline-block;
   }
   .moreInfoCard .card-header{
        height: 300px !important;
        display: inline-block !important;
   }
   .main-card .card-header input{
       width: 100% !important;
       margin-top: 10px;
   }
   .main-card .card-header button{
       margin-top: 10px;
       width: 100% !important;
   }
   .main-card .card-header .card-title{
       width: 100% !important;
       font-size: 1.2em !important;
   }
   .moreInfoCard{
        display: inline-block;
        height: auto !important;
   }

   .moreInfoCard .card-header{
       height: auto !important;
   }
   .moreInfoCard .card-header .nav-item{
       flex: 1;
   }

   /*.moreInfoCard > .nav{*/
   /*    width: 100%;*/
   /*    display: flex;*/
   /*    !* height:100px !important; *!*/
   /*    !* display: inline-block;*/
   /*    width: 100px !important; *!*/
   /*}*/

   /*.moreInfoCard .nav-item{*/
   /*     !*background-color: red;*!*/
   /*     margin-left: 1px;*/
   /*     width: 50%;*/
   /*}*/

   .collections-row{
     flex-direction: column;
   }
   .collections-row .collections-card{
     width: 100%;
     margin-bottom: 10px;
   }

    .mobileAccountInfoMenu{
        width: 100%;
        min-height: 100px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;

    }

    .mobileAccountInfoMenu div{
        width:48%;
        margin-left: 1%;
        margin-right: 1%;
        border: 1px solid rgba(0, 0, 0, 0.15);
        display: inline-block;
        float: left;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .mobileAccountInfoMenu div a{
        flex: 1;
        color: rgba(0, 0, 0, 0.6);
        font-weight: 400 !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .custom-active{
        background-color: #327a32;
        color: white !important;
        border: 0 !important;
        transition: .1s ease-in-out;
    }

    .custom-active a{
        color: white !important;
    }

    .summary-container .summary-card{
        width: 98%;
    }
    .moreInfoCard{
        margin-bottom: 100px !important;
    }
    .summary-container{
        min-height: 300px;
        display: inline-block;
    }
    .progress{
        margin-top: unset !important;
    }
    .tab-pane > .row h5{
        text-align: center;
        font-size: 1.2em !important;
    }
    .tab-pane > .row .col-md-6:last-child > div{
       justify-content: center;
        width: 100%;
        font-size: 1.2em !important;
    }

    .tab-pane > .row .col-md-6:last-child button{
        width: 100%;
        margin-bottom: 5px;
    }


    .collectiongraph-row .collection-graph-header{
        width: 95%;
        margin-left: 2.5%;
        min-height: 70px;
        display: inline-block;
    }


    .collectiongraph-row .collection-graph-header > div{
        width: 100% !important;
        display: flex !important;
        align-items: center;
        margin-top: 15px;
    }

    .collectiongraph-row .collection-graph-header button{
        width: 100% !important;
        margin-bottom: 12px;
        margin-top: 12px;
    }

    .collectiongraph-row .collection-graph-body{
        width: 95%;
        margin: auto;
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }
    .collectiongraph-row .collection-graph-body .collection-graph-body-sections{
        width: 100%;
    }
    .collectiongraph-row .collection-graph-body .collection-graph-body-sections:last-child{
        width: 100%;
    }

    .billing-row{
        width: 90%;
        margin: auto;
    }
    .billing-card{
        width: 100%;
    }

    .billing-table-data{
        width: 90%;
        margin: auto;
        margin-top: 10px !important;
    }

    .billing-table-data .billing-table-header{
        width: 98%;
        margin-left: 1%;
        min-height: 70px;
        display: inline-block;
        margin-bottom: 40px;
        flex-wrap: wrap;
    }
    .billing-table-data .billing-table-header >  div{
        width: 100%;
        display: inline-block;
        min-height: 70px;
    }
    .billing-table-data .billing-table-header > div .input-group{
        width: 100%;
    }
    .
}

