﻿.arrowpad {
    padding-left: 10px;
}
@media (max-width: 600px) {
    .main-content {
        min-height: 552px;
    }
}
.btns-theme:active {
    background: #009688;
    color: #fff;
    font-weight: 500;
}
.logoutHover:hover {
    color: #fff;
}
.profilecard {
    /*border-radius: 0px 0px 100px 100px;*/
    height: 280px;
    background: linear-gradient(90deg, #009688 0%, #00c5b1 100%) !important;
}
.themebtn {
    color: #fff;
}
.balanceprofile {
    border: 1px solid #fff;
    position: relative;
    left: 1px;
    background: #fff;
    top: -55px;
    border-radius: 11px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.card-profile {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.contents {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.iconclr {
    color: #009688;
}
a {
    color: #212529;
}
a:hover {
    color: #212529;
}
.col-md-4.m-auto.mobile_screen {
    margin-bottom: 30px !important;
}
#prof_pic > .profleImg {
    border-radius: 50% !important;
    --bs-bg-opacity: 1;
    padding: 0.25rem !important;
    width: 110px;
    height: 110px;
    background-size: contain;
}
#prof_pic {
    background-color: #000 !important;
    border-radius: 50%;
    width: 110px;
    height: 110px;
}
.txtclr {
    color: #fff;
    font-weight: 500;
}
.profile-info p {
    color: #fff;
}
.radius-30 {
    border-radius: 30px;
}
.btnsty {
    background: linear-gradient(180deg, #0096880%, #009688 100%);
}
.btnsty:active {
    background: linear-gradient(180deg, #0096880%, #009688 100%);
}
.btn-info {
    background-color: #0dcaf0;
    border-radius: 0.375rem !important;
    color: #000;
}
.cropper-canvas {
    width: 100% !important;
    height: 100% !important;
    /*transform: translateX(0) !important*/
}
.cropper-canvas > img {
    width: 100% !important;
    height: 100% !important;
    margin-left: -49.0735px;
}
.btn-info:hover {
    color: #000;
    background-color: #31d2f2;
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    top: 10px;
    width: 100%;
}
.btn-group .pic-btn {
    position: absolute;
    right: 0;
    padding: 6px 10px;
    box-shadow: none;
    border: none;
    border-radius: 4px;
}
#Msgs {
    width: 100%;
    margin-top: 10px;
}
@media (max-width: 767px) {
    .btn-group .pic-btn {
        position: absolute;
        right: 0;
        /*font-size: 12px;*/
        padding: 7px 10px;
        box-shadow: none;
        border: none;
        border-radius: 4px;
    }
    .docs-tooltip {
        display: block;
        margin: -6px -12px;
        padding: 6px 9px;
    }
}
.modal-wrapper {
    position: fixed;
    z-index: 999;
    margin: 0 auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: opacity 200ms;
}
.userimage {
    position: fixed;
    margin: 0 auto;
    left: 22%;
    right: 50%;
    top: 50%;
    bottom: 50%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    height: 90px;
    width: 200px;
    background-color: #ecebeb;
    padding: 0 0 0 0;
}
.imageseted {
    position: absolute;
    top: 41px;
    left: 42px;
}
.loading-texted {
    position: absolute;
    top: 48px;
    left: 85px;
    color: #777777;
}
.wait-plese {
    background-color: #dcdcdc;
    width: 200px;
    color: #777777;
    padding: 7px;
    border-radius: 5px;
}
/*.userimage {
    left: 42% !important;
}*/