.pointer{
    cursor: pointer;
}
.bg-primary-gradient{
    background: linear-gradient(var(--bs-primary), #143d72);
}
.text-darklight{
    color: #3f525f;
}
.font-12{
    font-size: 12px;
}
.font-13{
    font-size: 13px;
}
.font-14{
    font-size: 14px;
}
.font-15{
    font-size: 15px;
}
.font-16{
    font-size: 16px;
}
.font-17{
    font-size: 17px;
}
.font-18{
    font-size: 18px;
}
.font-19{
    font-size: 19px;
}
.font-20{
    font-size: 20px;
}
.font-22{
    font-size: 22px;
}
.font-24{
    font-size: 24px;
}
.font-26{
    font-size: 26px;
}
.font-28{
    font-size: 28px;
}
.font-30{
    font-size: 30px;
}
.font-32{
    font-size: 32px;
}
.font-36{
    font-size: 36px;
}
.font-40{
    font-size: 40px;
}
.bg-lightgrey{
    background-color: #edeeef !important;
}
.table-rent th, .table-rent td{
    font-size: 14px;
}
.table-rent p{
    margin-bottom: 2px;
}
.bg-lightyellow{
    background-color: #fff8db !important;
}
.bg-lightwarning{
    background-color: #ffd2a8 !important;
}
.bg-lightsuccess{
    background-color: #c6ffce !important;
}
.bg-lightdanger{
    background-color: #ffa8b1 !important;
}
.input-text-75{
    background-color: var(--bs-light);
    padding: 4px 8px;
    outline: none;
    border: 1px solid #dee2e6;
    width: 75%;
    height: 36px;
    color: #555;
}
.input-text{
    background-color: var(--bs-light);
    padding: 4px 8px;
    outline: none;
    border: 1px solid #dee2e6;
    width: 100%;
    height: 36px;
    color: #555;
}
.textarea{
    background-color: var(--bs-light);
    padding: 4px 8px;
    outline: none;
    border: 1px solid #dee2e6;
    width: 100%;
    height: 200px;
    color: #555;
}
.h-36px{
    height: 36px;
}
.h-80px{
    height: 80px;
}
label{
    display: block;
    color: var(--bs-secondary);
}
.hover-shadow:hover{
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.preline{
    white-space: pre-line;
}
input[type="radio"] , input[type="checkbox"]{
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    margin-right: 0.5em;
 }
@media screen and (max-width: 540px){
    .xs-none {
        display: none;
    }
    .xs-font-12 {
        font-size: 12px !important;
    }
    .xs-font-13 {
        font-size: 13px !important;
    }
    .xs-font-14 {
        font-size: 14px !important;
    }
    .xs-font-15 {
        font-size: 15px !important;
    }
    .xs-font-16 {
        font-size: 16px !important;
    }
    .mx-auto-xs {
        margin-right: auto !important;
        margin-left: auto !important;
      }
}
