.upmobile {
font-size: 13px;
}

:root {
    --x-headings-color: #525f7f;
}


@media (max-width: 992px) {
.logo_mobile {
 width: 250px;
}

.maxmob {
width: 145px;
}

.leftmobile {
margin-left: initial !important;
}

.topmobile {
margin-top: 5px;	
}

.avtmobile {
width: max-content;	
}

.overhmobile {
overflow: hidden;
}

.resizemobile {
gap: 0.77rem !important;	
}

.upmobile {
height: 35px;
font-size: 14px;	
}

.datemobile {
color: #5f6377;	
}
}

.avatar-text {
background: #DBAD6A;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: #fff;
line-height: 0;
height: 2.25rem;
width: 2.25rem;
border-radius: 50%;
text-align: center;
line-height: 2.25rem;
font-size: 20px;
}

.avatar-text-s {
background: #DBAD6A;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: #fff;
line-height: 0;
height: 1.75rem;
width: 1.75rem;
border-radius: 50%;
text-align: center;
line-height: 1.75rem;
font-size: 15px;
}

.avatar-text-xs {
background: #DBAD6A;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: #fff;
line-height: 0;
height: 1.25rem;
width: 1.25rem;
border-radius: 50%;
text-align: center;
line-height: 1.25rem;
font-size: 11px;
}

.avatar-text-h {
background: #DBAD6A;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: #fff;
line-height: 0;
height: 100%;
width: 100%;
border-radius: 50%;
text-align: center;
line-height: 2.875rem;
font-size: 28px;
}

.avatar-text-z {
background: #DBAD6A;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: #fff;
line-height: 0;
border-radius: 50%;
text-align: center;
line-height: 2.25rem;
font-size: 20px;
} 

.form-check-label {
  color: #3d3f4d;
}

.errorform {
background-color: #ffdbdb;
}
.errorform_pad {
background-color: #ffdbdb;
padding: 5px;
}

.surlign {
text-decoration:line-through;
}

input[type="checkbox"],
.form-check-input {
    cursor: pointer;
}