/*for mobile*/
@media only screen and (max-width:760px) {
    
.p-5 {padding: 1.5rem !important;}
.p-4 {padding: 1rem !important;}
.mt-5, .my-5 {margin-top:1.5rem !important;}
.mb-5, .my-5 {margin-bottom:1.5rem !important;}
.pb-5, .py-5 {padding-bottom: 2rem !important;}
.pt-5, .py-5 {padding-top: 2rem !important;}
.mb-4 {margin-bottom: 1rem !important;}
.mt-4 {margin-top: 1rem !important;}
.p-3 {padding: .5rem !important;}
.gap-3 {gap: .5rem !important;}
.gap-4 {gap: 1rem !important;}
.gap-5 {gap: 1.5rem !important;}
.g-5, .gy-5 {--bs-gutter-y: 1.5rem;}
.g-5, .gx-5 { --bs-gutter-x: 1.5rem;}
.g-4, .gy-4 {--bs-gutter-y: 1rem;}
.g-4, .gx-4 { --bs-gutter-x: 1rem;}
.h5, h5 {font-size: 1rem;}

.pb-3 {padding-bottom: .8rem !important;}
.pt-3 {padding-top: .8rem !important;}
.ms-5 {margin-left: 1.5rem !important;}
.ms-4 {margin-left: 1rem !important;}
.login-body .max-width-400{margin: auto;}
.btn-lg {--bs-btn-padding-y: .6rem; font-size: 16px;}
.content-body {padding-left: 15px; padding-right: 15px; padding-top: 90px;}
.user-header{padding: 10px 15px; z-index: 11; padding-right: 60px; left: 0; right: 0; top: 0; position: fixed; background: #fff;}
.mobile_menu {position: fixed; z-index: 111; align-items: center; top: 17px; font-size: 20px; justify-content: center; right: 10px; color: #4B5563 !important; height: 35px; width: 35px; border: none;  border-radius: 50%;}
.app_menu {position: absolute; right: 20px; top: 16px; font-size: 20px;}
.body-padding {padding: 0px 15px;}
.page-title{font-size: 20px;}
.dashboard-bg {min-height: 215px;}
.mobile-none{display: none;}
.desktop-none{display: inline-block;}
.body_box {padding-top: 20px;}
.app_menu_card.card{border: none; border-radius: 0;}
.search_input {width: 200px;}
.check-width-50 .form-check-inline {width: 100%; margin-bottom: 10px;}
.card-body {padding:.6rem}
.accordion-item {padding: 12px;}
.identity_icon {width: 40px;padding: 9px; height: 40px; margin-right: 10px;}
.dashboard-lien-box{padding: 20px;}
.uid-lien {border-top: 1px dashed #cccccc94; padding-top: 15px; border-left: none;}
.not-found-img{max-width: 150px;}
.notfound_content{text-align: center;}
.msg-send-area {padding: 5px 10px;}
.header_logo{width: 150px;}
.ribbon-wrapper .ribbon-section {width: 90px; font-size: 9px;}



}
/*for medium mobile*/
@media only screen and (min-width:480px) and (max-width:760px) {


}
/*for tablet*/
@media only screen and (min-width:760px) and (max-width:1000px) {



}

/*for destop*/
@media (min-width: 1200px){
 

 }




