
@media screen and (max-width:700px){
	
	header {
    background: white;
    width: -webkit-fill-available;
    padding: 0;
    overflow: hidden;
    position: sticky;
    display: block;
    padding: 3px;
    top: 0;
    z-index: 22;
    height: 70px;
    box-shadow: 0px 0px 10px 0px #00000026;
}

header .logo h3 {
    color: #231f20;
    margin: 14px -1px 0px;
    font-size: 18px;
    font-weight: 500;
    width: 150px;
}

.mobile_home {display:block;    display: block;
    position: absolute;
    top: 6px;
    right: 14px;
    padding: 10px;
    font-size: 40px;
    font-weight: 800;
    color: black;
	
	}
	
	header .head_txt {
    position: relative;
    right: auto;
    width: -webkit-fill-available;
    color: black;
}

.add_height{
	height: 185px !important;
	transition:0.3s;
}

.dash_side1 .dash_link li {
   overflow: hidden;
    width: 12px;
    height: 10px;
    font-size: 20px;
    padding: 4px 13px 17px 12px;
    border-radius: 100px;
    text-align: center;
    margin: 26px 5px;
}

.dashboard {
    display: grid;
    grid-template-columns: 20% auto;
    min-height: 570px;
}

.dash_side2 .das_box {
   
    width: -webkit-fill-available;
  
}

.user_details {
    
    margin: 10px 10px;
    
}
.login {
    background: white;
    height: auto;
    margin: 3% 5px;
    box-shadow: 0px 0px 10px 0px #00000024;
    border-radius: 0px;
    padding: 34px 24px;
    width: -webkit-fill-available;
}

.main3 h1 {
    font-weight: 400;
    margin: 13px 0px 33px;
    font-size: 16px;
    text-align: center;
}

.main3 form .input_box {
 border: 1px solid #c1c1c1;
    width: auto;
    border-radius: 4px;
    margin: 16px auto;
}
.main3 form .input_box p {
    padding: 0px;
    margin: 0px;
    font-size: 10px;
    color: gray;
    position: absolute;
    top: -9px;
    background: white;
    width: fit-content;
    left: 16px;
}
.main3 {
   margin: 0px;
    background: white;
    padding: 15px;
    box-shadow: 0px 0px 10px 0px #80808036;
    border-radius: 0px;
}


.container {
   background: white;
    margin: 0px;
    padding: 0px;
    min-height: -webkit-fill-available;
    box-shadow: 0px 0px 10px 0px #0000001f;
    overflow-x: auto;
    height: 400px;
}

.card_row {
        background: #015fb1;
    margin: 0px;
    padding: 0px;
    display: flex;
    box-shadow: 0px 0px 10px 0px #0000001f;
    width: 800px;
    color: white;
    font-weight: 600;
}

.card_row2 {
    display: flex;
    width: 800px;
}
.divider {
    background: transparent;
    width: 250px;
    padding: 10px;
    display: inline-block;
    box-shadow: 0px 0px 10px 0px #00000026;
    margin: 5px;
}
.main3 form img {
   width: 100px;
   max-width: 80%;
    height: 100px;
    border: 0px;
    margin: 0 auto;
    position: relative;
    transform: unset;
    left: unset;
}

.divider .num {
    width: fit-content;
    background: #5097d4;
    color: white;
    padding: 5px 10px;
    position: absolute;
    z-index: 5;
    left: -17px;
    top: -6px;
    border-radius: 0px;
}

.block_screen_loading .loader {
  width: 50px;
    height: 50px;
    border: 10px solid white;
    border-bottom: 10px solid black;
    border-radius: 100%;
    margin: 50% auto;
    animation: loader 2s linear infinite;
    background: #015fb182;
}

.user_details {
     width: auto; 
    left: auto;
    margin: 10px 0px;
    transform: unset;
    box-shadow: 0px 0px 10px 0px #00000024;
}

.main2 {
    margin: 0px;
    background: white;
    padding: 9px;
    box-shadow: 0px 0px 10px 0px #80808036;
    border-radius: 0px;
}

#Success, #Created, #Failed {
    background: #01ce01;
    color: white;
    padding: 6px 13px;
    margin: 5px 5px;
    border-radius: 5px;
    font-size: 10px;
    width: fit-content;
}

.container2 {
    background: white;
    margin: 0px;
    padding: 0px 0px 35px;
    min-height: 500px;
    box-shadow: 0px 0px 10px 0px #0000001f;
    height: auto;
}