
@media screen and (max-width:810px){
	.title h3 {
    font-size: 25px;
    margin: 10px 0rem;
    left: 31px;
    padding: 0px 1rem;
}
	
	.back_button_main {    background: white;
    color: red;
    position: fixed;
    z-index: 100;
    width: 47px;
    height: 48px;
    display: grid;
    align-items: center;
    text-align: center;
    font-size: 37px;
    bottom: 6px;
    left: 6px;
    font-weight: 700;
    border-radius: 40px;
    border: 2px solid;
	cursor:pointer;
	}
	
	.back_button_main:hover {
		background:black;
		color:white;
	}
.login {
       height: auto;
    margin: 0px;
    box-shadow: 0px 0px 10px 0px #00000024;
    border-radius: 0px;
    padding: 34px 24px;
    width: -webkit-fill-available;
    height: 92%;
    left: 0px;
}
.dashboard {
        width: 100vw;
    height: 100vh;
    display: grid;
    grid-template-columns: 80% auto;
}

.dash-collapse {
    grid-template-columns: 0% 100%;
}

.input_area {
            max-width: -webkit-fill-available;
    grid-template-columns: 100%;
    margin: 13px 5px;
    border: 1px solid black;
}

.sp_input {
              display: grid;
    grid-template-columns: auto !important;
    align-items: center;
    background: transparent;
    margin: 10px 0px;
    border: 1px solid;
    border-radius: 3px;
}
.sp_input input, .sp_input select, .sp_input textarea {
           height: auto;
    margin: 0px 3px;
    padding: 12px 10px;
    border-radius: 0px;
    outline: none;
    border: 0px;
    width: -webkit-fill-available;
    font-size: 25px;
    border: 1px solid #d0d0d0;
    font-weight: 600;
}


.sr_no {
    text-align: center;
    font-size: 12px;
    background: #efefef00;
    border-radius: 14px;
    width: 15px;
    padding: 2px;
    width: 1px;
}

.dashboard .dash_side1 .dash_min {
            padding: 7px;
    position: absolute;
    right: -41px;
    width: 22px;
    top: 5px;
    text-align: center;
    border-radius: 2px;
    z-index: 3;
    font-size: 25px;
    border: 2px solid #000000;
    background: white;
}

.dash_box {
        
        margin: 5px;
    display: inline-block;
    padding: 1rem;
    min-width: 130px;
    width: -webkit-fill-available;
}

.title {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#jobCardPopup {
   
        width: 85%;
    height: 100vh;
    max-width: 500px;
    text-align: center;
    min-height: 200px;
    left: -1px;
    z-index: 1000;
    top: -1px;
    transform: unset;
}

.sp_input img {
           width: 70px;
    max-height: 150px;
    margin: 9px 20px;
    border-radius: 6px;
}

.filter_form input,.filter_form select {
    width: -webkit-fill-available;
    padding: 6px;
    border-radius: 3px;
    margin: 3px;
    font-size: 14px;
    border: 1px solid #d3d3d3;
}
.filter_input {
    width: 100%;
    padding: 5px 0px;
}
.filter_form {
    display: flex;
    max-width: 500px;
    width: -webkit-fill-available;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.p_header img {
    width: 250px;
    width: 117px;
}

.p_header .p_head_name {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    color: white;
    font-size: 12px;
}

.p_header {
    display: grid;
    grid-template-columns: 39% 61%;
    background: #008eff;
    align-items: center;
    padding: 12px;
}

.popup_confirmation {
    color: white;
    position: fixed;
    top: 50%;
    left: 50%;
    background: #000000;
    min-width: 300px;
    min-height: auto;
    max-width: -webkit-fill-available;
    text-align: center;
    border: 0px solid gray;
    z-index: 2;
    padding: 10px 0px 25px;
    transform: translate(-50%,-50%);
    scale: 0;
    user-select: none;
}

#jobCardPopup input {
              width: -webkit-fill-available;
    padding: 10px;
    border-radius: 5px;
    margin: 1rem 0rem;
    border: 0px;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.popup_message {
       
    color: white;
    padding: 10px;
    width: 90%;
    
}

.user_payment_row {   
    
    padding: 2px;}
	
	.input_area p {
  
        font-size: 15px;	
    
}
.spare_parts p {
    margin: 0px;
    font-weight: 600;
    font-size: 19px;
    padding: 6px;
    background: #dcdcdc;
}

.popup_msg_main {    
       top: 0;
    transform: unset;
    z-index: 339;
    left: 0;
    width: -webkit-fill-available;
    height: -webkit-fill-available;}
	
	.close_btn_popmsg {    padding: 10px;
    margin: 10px;
    border: 1px solid white;}
	
	.popup_msg_main  button {
    background: #03A9F4;
    color: white;
    padding: 10px 20px;
    margin: 8px 10px;
    width: -webkit-fill-available;
    border-radius: 5px;
}

.input_area input, .input_area textarea, .input_area select {
    border: 0px;
    width: -webkit-fill-available;
    padding: 9px;
    outline: none;
    text-align: left;
    font-weight: 600;
}

