:root {
    --bs-primary: #009323;
    --bs-primary-rgb: 0,147,35;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}

::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: #009323;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: #e7771d;
}

.scanner {
    margin: auto;
    position: relative;
    width: 40%;
}
table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td{
    text-align: center !important;
}
.scanner>video {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
}
.select-line1 tags{
        background: white;
        border: 1px solid;
        --placeholder-color: black;
}
.scanner>canvas.drawing,
canvas.drawingBuffer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border: 1px solid black;
}
.form-select:focus {
    border-color: #009323;
    box-shadow: 0 0 0 0.25rem rgb(0 147 35 / 25%);
}
/*start main rulez*/

body{
    background-color: #ffffff;
}
.ltr{
    direction: ltr;
}
.rtl{
    direction: rtl;
}
a{
    text-decoration: none!important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/*end main rulez*/

/*start login form*/

.dce-btn-close{
    display: none;
}
.login{
    width: 450px; 
    margin: auto;
    padding:10px;
}
.signup-data{
    width: 90%;
}

.login h4{
    color: #888;
    margin-bottom: 30px;
    margin-top: 10px;
    font-size:50px;
}
.signup-data h4{
    margin-bottom: 10px;
}
.out-input-form{
    margin-bottom: 20px;
}

.login .form-control{
    border: 2px solid #ced4da;
    border-radius: 7px;
}

.login .btn{
    background-color: #009323;
    border-color: #009323;
}

/*end login form*/
.avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
   /* object-fit: cover;*/
    object-position: center right;
}
.navbar,.offcanvas-header{
    border-bottom: 1px solid #000;
}
.navbar-brand, .navbar-section2{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-left: 20px;
    margin-right: 20px;
}
.navbar-brand{
    margin:0px;
}
.client-side-nav-ar .navbar-brand,.client-side-nav-en .navbar-brand{
    width:230px;
}
.navbar-toggler{
    margin-left: 20px;
    margin-right: 20px;
    font-size: 20px;
}
.nav-btn{
    font-size: 20px;
    font-weight: bold;
}
.nav-btn-menu[data-bs-popper]{
    right: 10px;
    left: unset;
    padding: 0;
}
.dropdown-menu{
    min-width: 10rem;
}
.dropstart .dropdown-menu[data-bs-popper]{
    top:57px;
    right: -3px;
    width: 220px;
}
.dropend .dropdown-menu[data-bs-popper]{
    top:57px;
    left: -3px;
    width: 220px;
}
.dropdown-item{
    font-weight: bold;
    height: 56px;
    line-height: 56px;
    padding: 0 1rem;
    text-align: initial;
}
.dropdown-item:focus, .dropdown-item:hover{
    background-color: #e7771d; 
    color:#fff
}
.dropdown-item.active, .dropdown-item:active{
    background-color: #009323; 
    color:#fff
}
.btn-close{
    font-size: 35px;
    margin-right: 25px;
}
.brand-name{
    font-family: 'El Messiri', sans-serif;
    font-size: 48px;
    color: #009323;
    padding: 0px 20px 0;
    font-weight: bold;
}
.dropdown-toggle:focus{
    background-color: #e7771d;
    border-color: #e7771d;
    box-shadow: 0 0 0 0.25rem rgb(231 119 29 / 39%);
}
.form-control:focus{
    border-color: #009323;
    box-shadow: 0 0 0 0.25rem rgb(0 147 35 / 25%);
}
.forget-link{
    font-size: 15px;
    margin:auto; 
    text-align:center;
}
.main-spinner{
    width: max-content;
    margin: auto;
    top: 110px;
    position: relative;
    color: #009323;
    padding: 14px 21px;
    border-radius: 15px;
    box-shadow: 0 0 44px 2px rgb(10 150 43);
    background-color: #fff;
}
.main-spinner strong,.spinner-border{
    margin: 0px 13px;
}
.pop-succes{
    box-shadow: 0 0 44px 2px rgb(10 150 43);
    border-radius: 15px;
    margin: auto;
    max-width: 90%;
    background-color: #fff;
    font-weight: bold;
    padding: 22px 15px ;
    width: max-content;
}
.pop-fail{
    box-shadow: 0 0 44px 2px rgb(255 0 0);
    border-radius: 15px;
    margin: auto;
    max-width: 90%;
    background-color: #fff;
    font-weight: bold;
    padding: 22px 15px ;
    width: max-content;
}
.pop{
    border: none;
    box-shadow: none;
    border-radius: unset;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 55%);
    top: 0;
    padding-top: 110px;
    z-index: 10;
}
.white-screen{
    background: rgb(255 255 255 / 55%);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 10;
}
.btn-primary {
    background-color: #009323;
    border-color: #009323;
}
.btn-primary:hover{
    background-color: #e7771d;
    border-color: #e7771d;
}
.btn-primary:focus,.btn-primary:active:focus ,.btn-primary:active{
    box-shadow: 0 0 0 0.25rem rgb(231 119 29 / 39%);
    background-color: #e7771d;
    border-color: #e7771d;
}
.card-404{
    position: relative;
    top:20px;
}
.counter{
    width: max-content;
    padding: 15px;
    top: 47px;
    position: relative;
}
.resend-btn{
    display: none;
    top: 0px;
    cursor: pointer;
    font-weight: bold;
    color: #fff;
    background: #009323;
    border-radius: 7px;
    font-size: 18px;
    padding: 3px 14px;
}
.resend-btn:hover{
    background-color: #e7771d;
}
.resend-count{
    top:0px;
    font-weight:bold;
    color: rgb(255, 0, 0);
    font-size: 18px;
}
.date-label{
    background: white;
    top: -11px;
    position: absolute;
    left: 30px;
    padding: 0 7px;
    font-size: 13px;
}
.client-side-nav-en,.client-side-nav-ar{
    position: absolute;
    opacity: 0;
    top:0px;
    width: 100%;
    display: none;
    z-index: -11;
    background-color: #009323;
    transition: visibility 0s, opacity 0.8s linear;
}
.client-side-nav-ar{
    right: 0px;
}
.client-side-nav-en{
    left: 0px;
}
.client-top-nav{
    border-radius: 0;
    position: fixed;
    z-index: 7;
    width: 100%;
}
.client-side-nav-ar ul,.client-side-nav-en ul{
    padding: 0px;
}
.client-main-area-en,.client-main-area-ar{
    z-index: 1;
    display: block;
    position: relative;
    visibility: visible;
    width: 100%;
    border-radius: 50px 50px 0 0 ;
    transition: transform .3s ease-in-out;
    height: 100%;
    overflow: unset;
    background-color: white;
}
.collapse:not(.show) {
    display: block;
    transform: none;
}

.nav-active .client-main-area-en.show{
    transform: translate(230px,20px);
    box-shadow: -9px -1px 20px 8px rgb(0 0 0 / 59%);
    display: block; 
    z-index: -8;
    position: fixed;
}
.nav-active .client-main-area-ar.show {
    transform: translate(-230px,20px);
    box-shadow: 9px -1px 20px 8px rgb(0 0 0 / 59%);
    display: block;
    z-index: -8;
    position: fixed;
}
.client-main-area-ar.show nav{
    border-radius: 0 50px 0 0 ;
}
.client-main-area-en.show nav{
    border-radius: 50px 0 0 0 ;
}
.collapse.show button{
    margin:7px 30px 7px 30px;
}
.side-top-nav{
    background-color: white;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -10;
}
.side-top-nav.active{
    background-color: #009323;
}
.nav-active .brand-name{
    font-size: 50px;
    color: white;
}
.client-nav-btn{
    margin:0px -5px 0px -5px;
}
.client-nav-btn:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: unset;
}
.client-side-list .list-group-item{
    padding: 8px 13px;
    background-color: unset;
    border: unset;
    border-bottom: 1px solid rgb(174 174 174);
    color: white;
}
.client-side-list .list-group-item:hover{
    background-color: #2bbb4d;
}
.client-side-list .list-group-item.active, .bg{
    background-color: #e7771d;
    border-color: unset;
}
.client-side-list .list-group-item.active .bg{
    background-color: #009323;
}
.bg{
    margin:auto;
    font-size: 14px;
}
.out-badge{
    width: 60px;
    display: flex;
}
.out-backage-sidebar{
    font-size: 20px;
    width:155px;
}
.out-backage-sidebar span{
    font-size: 15px;
}
.out-backage-sidebar .fa{
    width: 30px;
}
.show{
    opacity: 1;
    display: block;
}
.line15 {
    width: 1px;
    height: 15px;
    position: relative;
    background: #a9a9a9;
}
.line35 {
    width: 1px;
    height: 35px;
    position: relative;
    background: #a9a9a9;
}
.welcom-area{
    padding: 0 5px;
    font-size: 17px;
}
.client-username-area{
    padding: 0 5px; 
    font-size:12px;
}
.client-subscription-area{
    padding: 0 5px; 
    font-size:11px;
}
.out-main-part-client{
    position: relative;
    margin: 10px auto;
    width: 33%;
}
.shadow-main-part-client{
    box-shadow: 0px 0px 15px 0px #0093235e;
    padding: 2px 20px 0px 20px;
    border-radius: 15px;
    margin: 0 12px;
    min-height: 187px;
}
.warm{
    box-shadow: 0px 0px 15px 0px #e70303;
}
.upper-money{
    padding: 10px 0px 5px 0px;
}
.calc-out{
    padding: 20px 10px 0 10px ;
    text-align: center;
}
.calc-in{
    text-align: center;
    width: 125px;
    height: 25px;
}
#main_client_div{
    position: relative;
    top:77px;
}
.iner_white_screen {
    width: 100%;
    height: 100%;
    background-color: #ffffffbd;
    position: fixed;
    top: 0;
    z-index: 10;
}
.popover {
    -webkit-transform: translate(293.333px, 178.889px);
}
.circle_load {
    position: sticky;
    width: 85px;
    height: 85px;
    margin: auto;
    top: 40%;
}
.myani {
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 10px solid rgba(0, 0, 0, 0.2);
    border-top-color: #009323;
    width: 100%;
    height: 100%;
}
.message_box_m {
    position: relative;
    font-size: 11px;
    font-weight: bold;
    color: #e7771d;
    height: max-content;
    padding: 14px;
    margin: auto;
    background: #ffffff;
    border: 1px solid #009323;
    width: max-content;
    border-radius: 18px;
}
.login-out {
    max-width: 600px;
    margin: auto;
    top: 50px;
    position: relative;
    border: 1px solid;
    box-shadow: 0px 5px 40px 8px rgb(17 195 39 / 28%);
}
.out-fill {
    height: 20px;
    position: relative;
}
.order-section{
    height: auto;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
}
.order-section .list-group-item{
    padding: 5px 3px;
    background-color: unset;
    border: 1px solid rgb(0 0 0);
    border-radius: 2px;
    color: #000;
    width: 160px;
    text-align: center;
    margin: 3px;
}
.order-section .list-group-item.active{
    background-color: #009323;
    border-color: unset;
    color: #fff;
    font-weight: bold;
    margin-top: 7px;
}
.order-section .list-group-item.stop-click{
    background-color: #868686;
    border-color: unset;
    color: #fff;
    font-weight: bold;
    cursor: no-drop;
}
.out-backage-sidebar-order{
    font-size: 20px;
}
.hold-button{
    background-color: #a9a9a9;
}

.problem-area{
    background: #d8d8d894;
    box-shadow: 0px 0px 16px 5px #51a26485;
    height: 100%;
    top: 70px;
    max-width: 20%;
    position: fixed;
    left: 7px;
}
.close-problem{
    width: 30px;
    height: 30px;
    background: red;
    position: absolute;
    z-index: 29;
    top: 80px;
    left: 21%;
}



.single-chart {
	width: 70px;;
	justify-content: space-around ;
}
.circular-chart {
	display: block;
	margin: 10px auto;
	max-width: 80%;
	max-height: 250px;
}
.circle-bg {
	fill: none;
	stroke: #d8d8d8;
	stroke-width: 3.8;
}
.circle {
	fill: none;
	stroke-width: 2.8;
	stroke-linecap: round;
	animation: progress 1s ease-out forwards;
}
.t-can-edit{
    background: #50ff5070 !important;
    border: 1px solid #e7771d !important;
    border-radius: 15px !important;
}
@keyframes progress {
	0% {
		stroke-dasharray: 0 100;
	}
}
.circular-chart.color .circle {
	stroke: #009323;
}
.circular-chart.red .circle {
	stroke: red;
}
.circular-chart.hold .circle {
	stroke: rgb(255, 0, 242);
}
.circular-chart.delay .circle {
	stroke: rgb(238, 255, 0);
}
.circular-chart.done .circle {
	stroke: rgb(0, 0, 0);
}
.percentage {
	fill: #666;
	font-family: sans-serif;
	font-size: 0.5em;
	text-anchor: middle;
}
.main-discription{
	position: relative; 
	width: 100%;
	text-align: center;
	border-bottom: 1px solid;
	font-size:17px;
	font-weight:600;
	padding:10px;
}
.money-value{
	font-size:13px;
	color:black;
	font-weight:600;
}
.list-group-item{
    cursor: pointer;
}
.abs-button{
    position: absolute;
    bottom: -135px;
    padding-bottom: 50px;
}
.form-text.title {
    font-size: 23px;
    border-bottom: 1px solid #000;
}
.new-succ-btn{
    margin: auto;
    width: 200px;
    margin-top: 20px;
    font-weight: bold;
    display: inline-block;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.data-another-phone{
    cursor: pointer;
    color: #002eff;
    border-radius: 11px;
    padding: 0px 20px 3px;
}
.data-another-phone:hover{
    color: white;
    background: #009323;
}

#barcodeScanner {
    text-align: center;
    font-size: 10px;
    height: 500px;
    width: 90%;
    margin: auto;
    position: relative;
    display: none;

}
#sourceSelectPanel{
    margin: 20px 0 10px 0;
}
#sourceSelect{
    margin: 0 15px;
}
.submit_data{
    margin-left: 10%;
}
#status1 {
    font-size: 11px;
    align-items: baseline;
}        
#status.offline {
    color: red;
}
#status.online {
    color: green;
}
#status_circle{
    width: 10px;
    height: 10px;
    border-radius: 83px;
    margin: 0 7px;
}
#status_circle.offline {
    background-color: red;
}
#status_circle.online {
    background-color: green;
}
.main-logo-navbar{
    width: 65px;
    height: 65px;
}
.out-each-city-select.inactive{
    background: #e0e0e0;
}
.out-each-city-select.active:hover{
    background-color: #a9a9a9;
    cursor: pointer;
}
.out-each-city-select.inactive:hover{
    cursor: no-drop;
}
.out-each-city-select{
    min-height: 40px;
    display: flex;
    align-items: center;
}
.status_inactive{
    background-color: gray;
    border-radius: 9px;
    padding: 0 8px;
    color: white;
    margin: 0 15px;
    height: max-content;
}
.city_name_table{
    margin: 0 15px;
}
#city_main_table{
    width: 100%; 
    max-height:100%; 
}
.x_button_ltr{
    display: none; 
    position:absolute; 
    right:50px; 
    top:6px;
}
.x_button_rtl{
    display: none; 
    position:absolute; 
    left:23px; 
    top:6px;
}
#main_div_city_search{
    max-height: 350px;
    box-shadow: 0px 10px 13px 0px #8c8c8c;
    background: white;
    right: 0;
    position: relative;
    display: block;
}
.main_div_city_search{
    width: 200%;
    position: absolute;
    padding: 0 13px;
    display: none;
}
.main_div_city_search.en{
    right: 0;
}
.main_div_city_search.ar{
    left: 0;
}
.co-select-city{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.in-each-gov-select{
    background-color: #e7771d;
    padding: 0 8px;
    color: white;
    font-size: 20px;
    text-align: center;
}
.in-each-gov-city-select{
    background: #e9e9e9;
}
.out-main-part-area {
    position: relative;
    margin: 15px auto;
    width: 19%;
}
.out-client-pick-area {
    position: relative;
    margin: 15px auto;
    width: 20%;
    padding:8px; border-radius:11px; 
    box-shadow:0px 0px 5px 0px #009323;
    background: white; 
    top:35%
}
#governorate option{
    font-size:14px;
}
.add-area{
    height: 100%;
    width: 100%;
    background: #c8c8c896;
    position: fixed;
    top: 0;
    z-index: 5;
    display:none;
}
.form-select, .form-control {
    min-height: 40px;
}
#example_wrapper .row , #example1_wrapper .row ,#pick_hub_client_wrapper .row{
    direction:rtl;
}
.dataTables_wrapper .row.dt-row{
    direction: rtl;
    font-size: 10px;
    overflow: auto;
}
#example_wrapper,#pick_hub_client_wrapper{
    width: 90%;
    margin: auto;
    display:block;
}
#example1_wrapper{
    width: 90%;
    margin: auto;
    display:none;
}
#example th,#example1 th,#pick_hub_client th{
    text-align:right;
}
#example ,#example1,#pick_hub_client {
        direction: rtl;
    text-align:center;
}
#example_length select,#example1_length select,#pick_hub_client select{
    min-height: 30px;
}
#example_filter input,#example1_filter input,#pick_hub_client input{
    min-height: 30px;
}
#example_length,#example1_length,#pick_hub_client_length{
    padding: 5px 10px;
}
#example_filter,#example1_filter,#pick_hub_client_filter{
    padding:  5px 10px;
}
#example tbody tr:hover,#example1 tbody tr:hover,#pick_hub_client tbody tr:hover{
    background-color:#4c4c4c4f;
}
.page-item.active .page-link {
    background-color: #009323;
    border-color: #009323;
}
.page-link {
    color: #009323;
}
.page-link:focus {
    box-shadow: 0 0 0 0.25rem rgb(0 147 35 / 25%);
}
.iner-name{
    padding: 0px 23px 1px 0;
    font-weight: bold;
}
.whats-area{
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 2px 10px;
}
.customer-shipment-show-area{
    margin: 0 0px 11px 0;
    border-right: 7px solid #00942f;
    height: fit-content;
    padding: 0 11px 0 0;
}
.show-input{
    width: 130px;
    margin: 1px 0 0 60px;
}
.tex{
    margin: 0;
    width: 72%;
    height: 80px;
}
.out-header-tag-list{
    display: flex;
    justify-content: space-between;
}
.tagify {
    width: 100%;
}
.hub_admin_select{
    background: #e7771d;
    color: white;
    border: none;
    font-size: 12px!important;
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
    padding: inherit;
    font-weight: bold;
}
#main_client_order_spinner{
    z-index:8;
}
@keyframes spinner {
    100% {transform: rotate(360deg);}
  }
@media screen and (min-width: 810px) {
    .nav-btn {
        padding-top: 0;
    }
}
@media screen and (max-width: 1115px) {
    .out-main-part-client{
        width: 48%;
    }
    .out-main-part-area {
        width: 32%;
    }
    .out-client-pick-area {
        width: 40%;
    }
}
@media screen and (max-width: 860px) {
    .navbar-toggler{
        margin-left: 10px;
        margin-right: 10px;
    }
    .client-nav-btn{
        margin:7px 0px ;
    }
    .nav-btn{
        margin-left: 10px; 
        margin-right: 10px;
    }
    .dropstart .dropdown-menu[data-bs-popper]{
        top:57px;
        right: 7px;
        width: 165px;
    }
    .dropend .dropdown-menu[data-bs-popper]{
        top:57px;
        left:7px;
        width: 165px;
    }
    .form-text.title{
        font-size: 20px;
    }
    .form-select ,.form-control{
        font-size:9px;
    }
    .invalid-feedback{
        font-size:9px;
    }
}

@media screen and (max-width: 810px) {
    .avatar {
        width: 60px;
        height: 60px;
    }
    .main-logo-navbar{
        width: 65px;
        height: 65px;
    }
    .welcom-area{
        padding: 0 2px;
        font-size: 13px;
    }
    .client-username-area{
        padding: 0 3px; 
        font-size:10px;
    }
    .client-subscription-area{
        padding: 0 3px; 
        font-size:9px;
    }
    .client-nav-btn{
        margin:7px 0px ;
    }
    .brand-name{
        font-size: 40px;
        padding: 5px 8px 0;
    }
    .navbar-toggler{
        font-size: 23px;
    }
    .nav-btn{
        font-size: 15px;
    }
    .login {
        width: 60%;
    }
    .signup-data{
        width: 100%;
    }
    .login h4{
        font-size: 42px;
    }
    .dropstart .dropdown-menu[data-bs-popper]{
        top:42px;
        right: 7px;
    }
    .dropend .dropdown-menu[data-bs-popper]{
        top:42px;
        left:7px;
    }
    .out-main-part-client{
        width: 90%;
    }
    #main_client_div{
        top:77px;
    }
    .form-text.title{
        font-size: 18px;
    }
    .out-main-part-area {
        width: 46%;
    }
    .out-client-pick-area {
        width: 70%;
    }
    
  }
@media screen and (max-width: 767px){
    .main_div_city_search {
        max-width: 100%;
    }
}
@media screen and (max-width: 580px) {
    #status_circle{
        width: 8px;
        height: 8px;
    }
    #status1 {
        font-size: 10px;
    } 
    .avatar {
        width: 50px;
        height: 50px;
    }
    .main-logo-navbar{
        width: 55px;
        height: 55px;
    }
    .brand-name{
        font-size: 35px;
    }
    .navbar-toggler{
        font-size: 20px;
    }
    .client-nav-btn{
        margin:7px 0px ;
    }
    .nav-btn{
        font-size: 12px;
    }
    .login {
        width: 90%;
        position: relative;
        top:20px;
    }
    .signup-data{
        width: 100%;
    }
    .login h4{
        margin-bottom: 40px;
        margin-top: 0;
    }
    .signup-data h4{
        margin-bottom: 10px;
    }
    .navbar-brand, .navbar-section2{
        margin-left: 0px; 
        margin-right: 0px;
    }
    .forget-link{
        font-size: 15px;
    }
    .card-404{
        top:50px;
    }
    .dropstart .dropdown-menu[data-bs-popper]{
        top:32px;
    }
    .dropend .dropdown-menu[data-bs-popper]{
        top:32px;
    }
    .out-backage-sidebar-order{
        font-size: 14px;
    }
    .order-section .list-group-item{
        width: 120px;
    }
    #main_client_div{
        top:71px;
    }
    .out-backage-sidebar span{
        font-size: 14px;
    }
    .abs-button{
        bottom: -350px;
    }
    .form-text.title{
        font-size: 14px;
    }
    .form-select ,.form-control{
        font-size:11px;
    }
    .invalid-feedback{
        font-size:11px;
    }
    .order-section .list-group-item.btn-admin-area{
        width:85px;
    }
}
@media screen and (max-width: 370px) {
    .avatar {
        width: 40px;
        height: 40px;
    }
    .main-logo-navbar{
        width: 40px;
        height: 40px;
    }
    .brand-name{
        font-size: 25px;
        padding: 5px 2px 0;
    }
    .navbar-toggler{
        font-size: 16px;
        margin-left: 2px;
        margin-right: 2px;
    }
    .nav-btn{
        font-size: 1px;
        margin-left: 2px;
        margin-right: 2px;
    }
    .client-nav-btn{
        margin:7px 0px ;
    }
    .nav-btn-menu[data-bs-popper]{
        right: 1px;
    }
    .login {
        width: 100%;
    }
    .input-group-lg>.form-control{
        font-size: 12px;
    }
    .login h4{
        margin-bottom: 20px;
        margin-top: 10px;
        font-size:30px;
    }
    .submit-btn{
        font-size: 13px;
        height: 35px;
    }
    .forget-link{
        font-size: 12px;
    }
    .pop-fail{
        margin:15px;
    }
    .pop-succes{
        margin:15px;
    }
    .out-backage-sidebar span{
        font-size: 12px;
    }
}