
/*  added by krishna Marakana STARTT */
.hidden{
	display: none !important;
}
.error{ color:red; }
.loader {background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;display: none;float: left;height: 100%;position: fixed;top: 0;width: 100%;z-index: 1070;}
.loader img {left: 50%;position: absolute;top: 50%;transform: translate(-50%, -50%);width: 64px;}
.removeUserImage {
    position: relative;
    z-index: 1;
}
#header_profile_image img{ border-radius:50px; }

.no-data-transaction{padding: 20px;}
/*chat CSS ==========================*/


/*chat CSS ==========================*/

/*google login*/


.google-center-btn {
    display: flex !important;
    justify-content: center !important;
}

.google-center-btn iframe {
    margin: 0 auto !important;
}
/*google login*/

.flatpickr-buttons{
    display:flex;
    justify-content:space-between;
    padding:10px;
    border-top:1px solid #ddd;
}

.flatpickr-buttons button{
    padding:5px 12px;
    border:none;
    background:#0d6efd;
    color:#fff;
    border-radius:4px;
    cursor:pointer;
}

/*  added by krishna Marakana END */

/*added by janvi*/
.avatar-circle {
    width: 36px;
    height: 36px;
    background: #f0eaf5;
    color: var(--brand-purple);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
}

.font-size-cls{
    font-size: 14px;
}

/*added by janvi*/
