/*codes for Login pages*/
/*.toggle-password2{
	cursor: pointer;
}
.admin .edit-profile {
    margin-top: 80px;
    margin-bottom: 150px;
}
.form-control.is-invalid1 {
    border-color: #dc3545;
}
.is-invalid1 ~ .invalid-feedback{
    display: block;
}
.field-icon{
    top: 25px !important;
}
/*end*

.orderDatatable_actions{
    min-width: auto;
}*/

.account-content .far{
    font-size: 18px;
}

#sidebar .theme-brand div.theme-logo{
    width: 58px;
}
.hide{
    display: none;
}
#viewModal label{
    margin-bottom: 2px;
}
.signature{
    border: 1px solid #ddd;
    border-radius: 5px;
}
.signature img{
    object-fit: fill;
}
.avatar-xxl{
    width: 110px;
    height: 110px;
}
.banner{
    width: 100%;
    height: 150px;
    overflow: hidden;
    background-color: #eee;
    border-radius: 8px;
}
.banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*****************Customer Edit*********************/
/*.customer-profile .shop-photo{
    width: 100%;
    height: 250px;
    overflow: hidden;
}*/
.customer-profile .shop-photo img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.customer-profile .profile-image img{
    height: 100px;
    margin-top: -50px;
}
.customer-profile .user-cont2{
    display: block !important;
}
.customer-profile .user-cont {
    display: flex;
    justify-content: space-between !important;
    margin-top: 0px !important;
    flex-direction: row !important;
}
.customer-profile .user-cont p, .user-cont2 p{
    margin-bottom: 5px;
}
.customer-profile .user-cont .info-title, .user-cont2 .info-title{
    font-size: 14px;
    font-weight: 700 !important;
    color: #3b3f5c;
}
.customer-profile .table tr th{
    font-weight: 700 !important;
    padding: 10px !important;
}
.customer-profile .table tr td{
    padding: 10px !important;
}
.customer-profile .downloadlink {
    font-weight: 600;
    border-bottom: 1px dashed;
    color: #304aca;
}
.customer-profile .shop-photo{
    position: relative;
}
.customer-profile .shop-photo a, .customer-profile .profile-image a{
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    background: #fff;
    padding: 5px;
    border-radius: 7px;
}
.customer-profile .profile-image{
    position: relative;
    display: inline-block;
}
.customer-profile .widget-content-area{
    padding: 20px;
}
/**************************************************/
.content-flex{
    display: flex;
    justify-content: space-between !important;
    margin-top: 0px !important;
    flex-direction: row !important;
    margin-bottom: 20px;
}
/**************************************************/
body.dark .form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.fontIcon i{
    display: inline-flex;
    font-size: 18px;
}
.hidden{ display:none !important; }
/************************************************************/
@media (max-width: 650px){
    .navbar .search-animated {
        display: none;
    }
}
@media (max-width: 550px){
    .widget-table-one .transactions-list .t-item .t-trans {
        display: none;
    }
    .formPage .d-flex{
        display: block !important;
    }
}