

.app-btn-primary {
    background: #ee567c !important;
    color: #fff;
    border-color: #ee567c !important;
}

/*.business-logo img{
        width: 18%;
}*/

.app-nav .nav-link.active {
    color: #ee567c !important;
    background: #ee567c14 !important;
    border-left: 3px solid #ee567c !important;
}
.app-nav .nav-link:hover {
    color: #ee567c;
}

.app-btn-secondary:hover {
    color: #ee567c;
    border: 1px solid #ee567c;
    background: #fff;
}
.form-text-area{
    height: auto;
}

.Neon {
    font-family: sans-serif;
    font-size: 14px;
    color: #494949;
    position: relative;


}
.Neon * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.Neon-input-dragDrop {
    display: block;
    width: 343px;
    margin: 0 auto 25px auto;
    padding: 25px;
    color: #8d9499;
    color: #97A1A8;
    background: #fff;
    border: 2px dashed #ee567c;
    text-align: center;
    -webkit-transition: box-shadow 0.3s, border-color 0.3s;
    -moz-transition: box-shadow 0.3s, border-color 0.3s;
    transition: box-shadow 0.3s, border-color 0.3s;
}
.Neon-input-dragDrop .Neon-input-icon {
    font-size: 48px;
    margin-top: -10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.Neon-input-text h3 {
    margin: 0;
    font-size: 18px;
}
.Neon-input-text span {
    font-size: 12px;
}
.Neon-input-choose-btn.blue {
    color: #ee567c;
    border: 1px solid #ee567c;
}
.Neon-input-choose-btn {
    display: inline-block;
    padding: 8px 14px;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    font-size: 12px;
    font-weight: bold;
    color: #8d9496;
    border-radius: 3px;
    border: 1px solid #c6c6c6;
    vertical-align: middle;
    background-color: #fff;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.05);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    width: 50%;
}

.app-card.border-left-decoration {
    border-left: 3px solid #ee567c;
}

.form-switch .form-check-input{
    width: 4em !important;
    height: 2em !important;
}

.form-check-input:checked {
    background-color: #ee567c;
    border-color: #ee567c;
}

.food-logo{
    width: 10%;
}
.food-logo img{
    width: 60%;
    border-radius: 50%;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important;
}

.bootstrap-select .btn-light {
    background: #fff;
    color: #5d6778 !important;
    border: 1px solid #ced4da !important;
    height: 2.5rem;
    font-size: 1rem !important;
    font-weight: 400 !important;
}

.nutrition-input .form-control{
    width: 15%;
    margin: 0 20px;
    border: none;
    border-bottom: 1px solid #5d6778;
    border-radius: 0px;
    padding: 0;
}
.nutrition-input span{
    color: #0fcc0f;
}

.toggle-label {
    position: relative;
    display: block;
    width: 300px;
    height: 100px;
    margin-top: 8px;
    border: 1px solid #808080;
    margin: 200px auto;
}
.toggle-label input[type=checkbox] { 
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
.toggle-label input[type=checkbox]+.back {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ed1c24;
    transition: background 150ms linear;  
}
.toggle-label input[type=checkbox]:checked+.back {
    background: #00a651; /*green*/
}

.toggle-label input[type=checkbox]+.back .toggle {
    display: block;
    position: absolute;
    content: ' ';
    background: #fff;
    width: 50%; 
    height: 100%;
    transition: margin 150ms linear;
    border: 1px solid #808080;
    border-radius: 0;
}
.toggle-label input[type=checkbox]:checked+.back .toggle {
    margin-left: 150px;
}
.toggle-label .label {
    display: block;
    position: absolute;
    width: 50%;
    color: #ddd;
    line-height: 80px;
    text-align: center;
    font-size: 2em;
}
.toggle-label .label.on { left: 0px; }
.toggle-label .label.off { right: 0px; }

.toggle-label input[type=checkbox]:checked+.back .label.on {
    color: #fff;
}
.toggle-label input[type=checkbox]+.back .label.off {
    color: #fff;
}
.toggle-label input[type=checkbox]:checked+.back .label.off {
    color: #ddd;
}

.price-toggle .btn-check:checked+.btn-primary, .btn-check:active+.btn-primary, .btn-primary:active, .btn-primary.active, .show>.btn-primary.dropdown-toggle {
    color: #fff !important;
    background-color: #0fcc0f;
    border-color: #0fcc0f;
}
.price-toggle .btn {
    color: #ee567c;
    border: 1px solid #ee567c !important;
}
#iteminfoModal .item-img{
    width: 15%;
}

#iteminfoModal .item-img img{
    width: 100%;
    border-radius: 50px;
}

#iteminfoModal h4, p{
    margin: 0 !important;
    padding: 0 !important;
}

#iteminfoModal  .price-toggle .btn-check:checked+.btn-primary, .btn-check:active+.btn-primary, .btn-primary:active, .btn-primary.active, .show>.btn-primary.dropdown-toggle {
    color: #fff !important;
    background-color: #ee567c !important;
    border-color: #ee567c !important;
}
#iteminfoModal .btn-primary {
    color: #fff;
    background-color: #ee567c;
    border-color: #ee567c;
}
.app-page-title {
    margin-bottom: 0px;
}

.active-sale-title h2{
    font-size: 20px;
    color: #fff;
    margin: 0;
}

.active-sale-dashboard h4{
    font-size: 15px;
}
.active-sale-dashboard h5{
    font-size: 17px;
    font-weight: 700;
}
/*.active-sale-dashboard{
  background: #fff;
    padding: 45px;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
}*/

.active-sale-title{
    /*background: #ee567c;*/
    padding: 24px 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.sale-box{
    background: #fff;
    padding: 25px;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
}
.quantity-item{
    color: #ee567c !important;
    font-size: 16px;
    font-weight: 600;
}

.active-sale-title .sale-title-icon {
    color: #ee567c !important;
    font-size: 25px !important;
}

#search-orders{
    height: 36px;
}



.bootstrap-select.show-tick .dropdown-menu li a span.text::before {
    content: "";
    border: 1px solid #000;
    padding: 0px 10px;
    border-radius: 5px;
    margin-right: 10px;

}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    top: 9px !important;
    left: 23px !important;
}
.bootstrap-select .bs-ok-default:after {
    content: '';
    display: block;
    width: .5em !important;
    height: 1em !important;
    border-style: solid;
    border-width: 0 .15em .15em 0 !important;
}

.food-item-images .Neon-input-dragDrop {
    width: 220px;
    height: 125px;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #eaeaea;

}
.food-item-images .Neon-input-dragDrop .add-icon{
    font-size: 30px;
    color: #ee567c ;
}

.Neon-input-dragDrop-images{
    overflow: hidden !important;
}

.Neon-input-dragDrop-images img{
    width: 100%;
}
.cross-icon{
    position: absolute;
    color: #000;
    font-size: 25px;
    right: 5px;
    top: 20px;
}

#pills-order-tab .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #ee567c !important;
}
#pills-order-tab .nav-link {
    border: 1px solid #ee567c !important;
    border-radius: 0 !important;
    color: #ee567c;
    border-left: 0px !important;
}

#pills-order-tab .border-left{
    border-left: 1px solid #ee567c !important;
}

.app-card-body ul{
    margin: 0;
    padding: 0;
}
.app-card-body li{
    list-style: none;
}
.form-select:focus {
    border-color: #ee567c;
    outline: 0;
    box-shadow: none;
}

.app-card-body td .form-select {
    width: 70% !important;
}

.city-image {
    width: 250px;
}
.city-image img{
    width: 80%;
    border-radius: 7px;
}
.app-nav .submenu-link.active {
    color: #ee567c;
}
.app-nav .submenu-link.active:before {
    background-color: #ee567c;
}
.app-card .app-icon-holder {
    background: #ee567c26  !important;
    color: #ee567c !important;
}
.food-stats h4{
    font-size: 16px;
}

#offerdetailModal .item-img img{
    border-radius: 50%;
    width: 25%;
}
.order-details .row{
    padding: 15px 0;
    border-bottom: 1px solid #00000017;
    /* margin: 0 -15px;*/
}

.order-details .value-box{
    /*border: 1px solid #00000017;
  padding: 10px;
  border-radius: 10px;*/
    font-weight: 600;
    color: #000;
    line-height: 20px;
}

#offerdetailModal .modal-footer{
    border-top: 0px;
    padding-top: 0px;
}

.order-details .item-title{
    opacity: 0.8;
}
#offerdetailModal .modal-body {
    padding: 1rem 2rem;
}

#orderdetailModal .modal-body {
    padding: 1rem 2rem;
}
#orderdetailModal .modal-footer{
    border-top: 0px;
    padding-top: 0px;
}
#orderdetailModal .item-img img{
    border-radius: 50%;
    width: 25%;
}
#fundeddetailModal .modal-body {
    padding: 1rem 2rem;
}
#fundeddetailModal .modal-footer{
    border-top: 0px;
    padding-top: 0px;
}
/*#fundeddetailModal .item-img img{
  border-radius: 50%;
  width: 25%;
}*/

.border-row .row{
    padding: 4px 15px;
    border-bottom: 0px;
}
.border-row{
    border-bottom: 0px !important;
    padding: 10px 0 !important;
}
.border-row h5{
    font-size: 15px;
    color: #000 !important;
}

.vendor-details h4{
    font-size: 17px;
    color: #000;
}
.vendor-details p{
    font-size: 15px;
    color: #000;
}

.funded-details p{
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #525252;
    font-weight: 500;
    margin-bottom: 5px !important;
}
.funded-details span{
    font-size: 15px;
    color: #000;
    font-weight: 500;
}

.border-row .item-title{
    opacity: 1 !important;
    color: #000;
    font-size: 15px;
}

.border-row .value-box {
    color: #000;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
}

.food-images img{
    height: 80px;
    width: 80px;
    border-radius: 10px;
    margin-right: 15px;
}
@media (max-width: 767px){
    .app-page-title {
        font-size: 20px;
    }
}

.dropdown-menu-content{
    height: 400px;
    overflow-x: scroll;
}

.orignal-price-for-offer{
    font-size: 0.8rem;
    color: gray;
    margin-right: 8px;
}
.offer-price{
    font-size: 1rem;
}
.funder-img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
}



#reserveModal #carouselExampleIndicators{
    padding: 0;
}

#reserveModal .modal-content{
    width: 530px;
}
.food-info-header ul{
    margin: 0;
    padding: 0;
    margin-left:  10px !important;
}

.food-info-header ul li{
    list-style: none;
    margin-right: 10px;
}

.food-info-header h4{
    font-weight: 500;
    font-size: 21px;
    color: #303030;
    margin-top: 10px !important;
}
.food-info-header p{
    font-size: 15px;
    color: #303030;
}

.food-info-header h5{
    font-size: 15px;
    color: #939393;
    text-decoration: line-through;
    font-weight: 400;
}

.food-info-header h3{
    font-size: 21px;
    color: #f36387;
    font-weight: 700;
    margin-left: 10px !important;
}

.food-details-row h5{
    color: #1e1e1e;
    font-size: 18px;
    font-weight: 500;
}
.food-details-row p{
    color: #939393;
    font-size: 15px;
}




.quantity-label{
    color: #878787;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 12px !important;
}

#reserveModal .total-price{
    color: #303030;
    font-size: 18px;
    font-weight: 500;
}

#reserveModal .deliver-text{
    color: #3fc333;
    font-size: 16px;
    font-weight: 500;
    text-decoration: initial;
}

#reserveModal .view-more-btn{
    width: 70%;
    border-radius: 50px;
    padding: 10px 30px;
}

#reserveModal .bottom-text{
    color:  #878787;
    font-size: 15px;
}

#reservationslistModal .order-details .item-img img{
    height: 50px;
    border-radius: 50px;
}

#reservationslistModal .order-details .vendor-details h4{
    font-size: 20px;
}
#reservationslistModal .order-details .vendor-details p{
    opacity: 0.7;
    font-weight: 500;
}

#reservationsdetailModal .order-details .item-img img{
    height: 50px;
    border-radius: 50px;
}

#reservationsdetailModal .order-details .vendor-details h4{
    font-size: 20px;
}
#reservationsdetailModal .order-details .vendor-details p{
    opacity: 0.7;
    font-weight: 500;
}

.hover-row:hover{
    background: whitesmoke;
}


.funder-img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.food-item-slide-img{
    max-height: 250px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}



/*.restaurant-list img{
  width: 30%;
}*/

.add-restaurant-btn{
    background: #ffffff !important;
    color: #ee567c;
    border-color: #ee567c !important;
    border: 1px solid;
    padding: 5px 8px;
    font-size: 13px;
}

.add-restaurant-btn:hover{
    background: #ee567c !important;
    color: #FFF;
    border-color: #ee567c !important;
}




.food-item-images .item-img {
    width: 100% !important;
    height: auto !important;
}
.select-category-label{
    font-size:15px;
}

#grocery-item-list-layout .app-btn-secondary{
    color: #ffffff;
    border: 1px solid #ee567c;
    background: #ee567c;
}

.form-label {
    font-weight: 500;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #bfbfbf !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #bfbfbf !important;
    font-size: 16px !important;
    font-weight: 300 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #bfbfbf !important;
    font-size: 16px !important;
    font-weight: 300 !important;
}
/*.quantity-select .form-select {
    color: #bfbfbf !important;
    }*/

.city-list th{
    font-size:13px;
    color:#5d6778;
}
.city-list td {
    border: none !important;
}
.city-list th {
    border-bottom-color: #e7e9ed !important;
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
}
.tax-box{
    height: 100px;
    width: 100px;
    box-shadow: 2px 2px 10px #00000017;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    position: relative;
    font-size: 20px;
}

.cross-icon{
    position: absolute;
    top: 8px;
    right: 8px;
}
.cross-icon:hover{
    background: #f1f1f1;
    border-radius: 5px;
}

.tip-list ul{
    display: flex;
}

.tip-list ul li{
    padding-right: 20px;
}

.app-content{
    padding-top: 0 !important;
}
.order-details-row ul{
    margin: 0;
    padding: 0;    		
}
.order-details-row ul li{
    list-style: none;    		
}
.delivery-detail-box{
    background: #fff;
    padding: 25px;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
    width: 100%;
    border-radius: 10px;
    height: 100%;

}
.delivery-detail-box h4{
    font-weight: 700;
}
.payment-detail-box h5{
    font-weight: 400 !important;
    font-size: 15px;
}
.red-dot{
    /*height: 10px;
    width: 10px;
    background: red;
    border-radius: 50%;
    margin-top: 6px;*/
}
/* .green-dot{
     height: 10px;
     width: 13px;
     background: green;
     border-radius: 50%;
     margin-top: 6px;
 }*/
.red-dot:after {
    content: "";
    position: relative;
    display: block;
    width: 1px;
    top: -4px;
    left: 7px;
    height: 110%;
    border: 1px dashed #cfcfcf;
}
.payment-detail-box{
    background: #fff;
    padding: 25px;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
    width: 100%;
    border-radius: 10px;
    height: 100%;
}

.payment-detail-box h5{
    font-size: 1rem;
    color: #5d6778;
}
.payment-detail-box h4{
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}



.openingHours {
    padding-left: 15px;
}
.openingHours li {
    border-bottom: 2px solid #433d51;
}
.openingHours li {
    margin-bottom: 0px;
    border-radius: 0px;
    border-bottom: 1px solid #ccc;
}
.openingHours li {
    background-color: transparent !important;
}
.openingHours li {
    background-color: rgb(237, 247, 255);
    padding: 12px 10px;
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    border-bottom: 1px solid #433d51;
    display: flex;
}
.left-side {
    line-height: 47px;
    padding-right: 30px;
}


.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 20px;
    vertical-align: middle;
    float: right;
}
.switchery {
    background-color: #ec7063 !important;
    border: 1px solid #dfdfdf!important;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    position: relative;
    vertical-align: middle;
    width: 50px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: content-box;
    background-clip: content-box;
}
/*.switch-btn{
    background-color: #ec7063;
    border: none;


}*/

.switch-btn:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none !important;
}
.form-switch .form-check-input:focus {
    /*    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");*/
}

.switch-btn:checked {
    background-color: #64bd63;
    border-color: #64bd63;
}

.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    /*    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");*/
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out;
}
.right-side {
    text-align: center;
    padding: 0px;
    display: flex;
    justify-content: space-around;
}
.right-side span.time {
    width: 88px;
    margin: 0px 7px;
}
.right-side span.time {
    width: 70px !important;
}
.right-side .time .time_time {
    color: #333;
    padding: 5px !important;
    font-size: 14px !important;
    border-radius: 7px !important;
    text-align: center;
    background-color: #f3f3f3;
    border: none;
    box-shadow: none;
    border-radius: 25px;
    padding: 4px 0px;
    font-weight: 500;
    width: 100%;
    line-height: 30px;
}

#infowindow-content .title {
    font-weight: bold;
}

#infowindow-content {
    display: none;
}

#map #infowindow-content {
    display: inline;
}

.pac-card {
    margin: 10px 10px 0 0;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    font-family: Roboto;
}

#pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
}

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

.pac-controls label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
}

#pac-input {
    background-color: #fff;

    border-color: #e7e9ed !important;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    /*  width: 400px;*/
}


.order-details-list .info-text-box h5{
    font-size: 17px;
    font-weight: 700;
    color: #252930;
}
.order-details-list .info-text-box h6{
    font-size: .875rem;
    font-weight: 400;
    color: #5d6778;
}
.order-details-list .info-text-box h4{
    font-size: .875rem;
    font-weight: 700;
    color: #5d6778;
}

.order-details-list .info-text-box ul{
    padding: 0;
    margin: 0;
}
.order-details-list .info-text-box ul li{
    list-style: none;
    margin-top: 15px !important;
}

.order-details-list .order-row {
    box-shadow: 0 0 6px #00000017;
    border-radius: 10px;
}

.order-details-list .info-text-box .active{
    color: #27B55B;
    font-weight: 500;
}

.price-detail-row{
    box-shadow: 0 0 6px #00000017;
    border-radius: 10px;
}

.price-detail-row h4{
    font-size: 18px;
    font-weight: 500;
    color: #252930;
    opacity: .7;
}
.price-detail-row h3{
    font-size: 22px;
    font-weight: 700;
    color: #252930;
    margin-top: 5px;
}
.client-note-row h4{
    font-size: 17px;
    font-weight: 700;
    color: #252930;
}

.client-note-row h6{
    font-size: .875rem;
    font-weight: 400;
    color: #5d6778;
}
.client-note-row {
    box-shadow: 0 0 6px #00000017;
    border-radius: 10px;
}



.order-item-row{
    font-size: 16px;
    font-weight: 500;
    padding: 20px 0;
}
.item-data ul{
    margin: 0;
    padding: 0;
}
.order-item-row .w-30{
    width: 30%;
}

.app-card-orders-table .table .cell{
    border-bottom: none !important;
}
.order-list-layout tr {
    border-bottom: 1px solid #e7e9ed !important;
}
#edit-order-item-modal table{
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    border: 1px solid #e7e9ed !important;
}

#edit-order-item-modal table thead tr{
    background: #dfdfdf;
}

#edit-order-item-modal table .order-list-layout tr {
    background: #f7f7f7 !important;
}

#edit-order-item-modal .btn-primary {
    background-color: #ee567c !important;
    color: #fff !important;
}

.app-card-account .app-card-body .app-btn-primary {
    background: #fff!important;
    color: #ee567c !important;
    border-color: #ee567c !important;
    border: 1px solid !important;
    padding: 2px 5px !important;
    font-size: 13px !important;
}

.app-card-account .app-card-body .app-btn-primary:hover {
    color: #fff!important;
    background: #ee567c !important;

}

tr {
    border-bottom: 1px solid #e7e9ed !important;
}


.dataTables_wrapper .dataTables_length {
    margin: 10px !important;
}

.dataTables_wrapper  .dataTables_filter {
    margin: 10px !important;
}

.dataTables_wrapper  .dataTables_info {
    margin: 10px !important;
}

.dataTables_wrapper  .dataTables_paginate {
    margin: 10px !important;
}

.app-card-settings .form-control {
    border-color: #ced4da !important;
}

.app-card-settings .form-control:focus {
    border-color: #ee567c !important;
}

.utility-allowance .app-card-settings .form-label {
    font-weight: normal;
    font-size: 16px !important;
}
.utility-allowance .form-control {
    border: none !important;
    padding: 0 !important;
    font-weight: bold !important;
    font-size: 18px !important;
    background: none !important;
}

.utility-allowance .monthly-allowance .form-label {
    font-weight: bold !important;
}
.monthly-allowance h6{
    font-size: 16px;
    opacity: .6;
}
.monthly-allowance h4{
    font-size: 17px;
}
.monthly-allowance h3{
    font-size: 22px;
}

.utility-allowance h5{
		color: #5d6778;
	    font-size: 18px;
	    font-weight: bold;
	    margin-top: 5px;

	}
        
        
        .user-avatar-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
}

.user-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

/* Green Verified Tick */
.verified-badge {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background: #22c55e;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
}
