@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&family=Exo:ital,wght@0,100..900;1,100..900&display=swap');
.container{
    max-width: 1200px;
    width: 80%;
}
header.header nav.navbar {
    border-bottom: 1px solid #f7f7f7 !important;
    box-shadow: 0px 0px 17px 0px rgb(0 0 0 / 5%);
    padding: 10px 0 !important;
}
header.header nav.navbar h4.text-light {
    margin: 0;
    color: #000 !important;
    font-weight: 700;
}
header.header nav.navbar .navbar-collapse ul.navbar-nav li a {
    color: #000;
}
.authentication .card-plain.card-plain {
    max-width: 480px;
    width: 100%;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 9%);
    padding: 40px;
    background: #fff;
}
.card-plain .header h5 {
    color: #000;
}
.bot_forgot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 11px 0 0;
}

.bot_forgot a {
    color: #7c7c7c;
}

.authentication .link {
    color: #7c7c7c;
    font-weight: 700;
    font-size: 14px;
}
.authentication .card-plain.card-plain .form-control {
    border: 1px solid #ddd;
    color: #000 !important;
}

.authentication .card-plain.card-plain .form-control::placeholder {
    color: #000 !important;
}
.authentication .card-plain.card-plain .input-group-addon {
    background: #0cbed3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 47px;
    padding-right: 5px;
}
.authentication .card-plain.card-plain .input-group-addon i {
    color: #fff;
}













.container{
    max-width: 1200px;
    width: 80%;
}
header.header nav.navbar {
    border-bottom: 1px solid #f7f7f7 !important;
    box-shadow: 0px 0px 17px 0px rgb(0 0 0 / 5%);
    padding: 10px 0 !important;
}
header.header nav.navbar h4.text-light {
    margin: 0;
    color: #000 !important;
    font-weight: 700;
}
/*
header.header nav.navbar .navbar-collapse ul.navbar-nav li a {
    color: #000;
}
*/
.authentication .card-plain.card-plain {
    max-width: 480px;
    width: 100%;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 9%);
    padding: 40px;
    background: #fff;
}
.card-plain .header h5 {
    color: #000;
}
.bot_forgot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 11px 0 0;
}

.bot_forgot a {
    color: #7c7c7c;
}

.authentication .link {
    color: #7c7c7c;
    font-weight: 700;
    font-size: 14px;
}
/*
.authentication .card-plain.card-plain .form-control {
    border: 1px solid #ddd;
    color: #000 !important;
}
*/

.authentication .card-plain.card-plain .form-control::placeholder {
    color: #000 !important;
}
.authentication .card-plain.card-plain .input-group-addon {
    background: #0cbed3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 47px;
    padding-right: 5px;
}
.authentication .card-plain.card-plain .input-group-addon i {
    color: #fff;
}

/*** flatu css ****/
.remember_div label {
    color: #000;
}
.copyright {
    color: #000;
}
.factory_manager_signin_form_res.com_err.extra_err, .admin_sign_form_res.com_err.extra_err, .driver_signin_form_res.com_err.extra_err {
    left: 50%;
    transform: translateX(-50%);
}



nav.navbar.navbar-expand-lg.fixed-top.navbar-transparent:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background: white;
    background: rgb(255 255 255 / 50%);
}


.page-header {
    height: 92.5vh !important;
}

.authentication .card-plain.card-plain .input-group-focus .input-group-addon {
    background-color: rgb(12 190 211);
}

header.header nav.navbar .navbar-collapse ul.navbar-nav li a {
    color: #000000;
    background-color: transparent !important;
    text-transform: uppercase !important;
    font-weight: 800;
    position: relative;
    padding: 0;
    font-family: "Exo", serif;
}
header.header nav.navbar .navbar-collapse ul.navbar-nav li a:hover {
    color: #c71519;
}
header.header nav.navbar .navbar-collapse ul.navbar-nav li a:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: #c71519;
    width: 50%;
    height: 1px;
    transition: all 300ms ease-in-out;
    transform: scale(0);
}
header.header nav.navbar .navbar-collapse ul.navbar-nav li a:hover:before {
    width: 100%;
    transform: scale(1);
}


.authentication .card-plain .logo-container {
    width: 200px;
    margin: 0 auto 20px !important;
}
.card-plain .header h5 {
    display: inline-block;
    font-size: 30px;
    font-weight: 800;
    line-height: normal;
    font-family: "Exo", serif;
}

.form_but.text-center input {
    width: 100% !important;
    padding: 10px;
    border-radius: 50px;
    background: #c71519;
    color: #fff;
    border: none;
    margin-top: 10px;
    font-weight: 800;
    font-family: "Exo", serif;
}
.authentication .card-plain.card-plain .form-control, input#cant_login_form_otp {
    border: 1px solid #232323 !important;
    color: #000 !important;
    border-radius: 100px;
    box-shadow: none !important;
    outline: 0 !important;
}
.authentication .card-plain.card-plain .form-control:focus, input#cant_login_form_otp:focus {
    border-color: #fff;
    background-color: rgba(0,0,0,0);
    color: #fff;
    border: 1px solid #232323 !important;
    border-radius: 100px !important;
    padding-right: 0 !important;
}
input#cant_login_form_otp {
    width: 100%;
    padding: 14px 18px;
    line-height: normal;
    font-size: 14px;
}
/*------cannot login form start----------*/

.authentication .card-plain.card-plain .input-group-addon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    right: 0px;
    background: #232323 !important;
    z-index: 4;
    padding-right: 0 !important;
}

form#cant_login_form .input-field {
    width: 100% !important;
}
form#cant_login_form .footer.text-center {
    padding: 0;
}
form#cant_login_form .footer.text-center input#cant_login_btn {
    background: #c71519 !important;
    font-weight: 800;
    font-family: "Exo", serif;
}
form#cant_login_form span {
    display: block;
    color: #000;
}


.authentication .card-plain.card-plain .input-group-addon i {
    color: #fff;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}
.footer .copyright {
    font-size: .8571em;
    font-family: "Exo", serif;
    font-weight: 700;
}

.card-plain .content .com_err {
    width: auto;
    position: absolute;
    bottom: -20px;
    text-align: left;
}

.card-plain .content .com_err.extra_err {
    bottom: 18px;
}

.card-plain .content .com_err span {
    color: #c71519 !important;
    font-size: 12px;
    font-weight: 600;
    margin-left: 16px;
}

.header h5 {
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
}

.com_err.cant_login_form_res span.com_res {
    color: #c71519 !important;
    font-weight: 600;
}

form#factory_manager_signin_form .input-group {
    margin-bottom: 20px !important;
}


.form#factory_manager_signin_form span.log_fail, span.log_fail  {
    margin-left: 0 !important;
} 

.l-cyan {
/*    background: linear-gradient(45deg, #49cdd0, #00bcd4) !important;*/
    color: #fff !important;
    background: #c71519 !important;
}




/*----------------------------------DRIVER LOGIN PAGE DESINE START----------------------------------*/

/*----------admin cssss start-----*/
form#driver_signin_form .input-group {
    margin-bottom: 20px !important;
}


/*------------------dashbord main pages start----------------*/

section.content.home {
    padding: 30px 50px;
    background: #f5f6fa;
    min-height: calc(100vh - 70px);
    z-index: 99;
}



.del_ff.content_table_all thead tr th:last-child, .del_ff.content_table_all tbody td:last-child {
    text-align: right;
}




/*------------------dashbord main pages end----------------*/




/*------------------add a new delivery page start----------------*/
/*
section.content.add-delivery {
    margin-top: 100px;
    z-index: 999;
}
*/

/*
.content.add-delivery .container-fluid {
    box-shadow: 0 10px 30px rgb(162 182 212 / 10%);
    border-radius: 13px !important;
    padding: 40px;
    background: #ffffff;
    margin: 0px auto;
    position: relative;
}
*/
.content .trtxt {
    max-width: 620px;
    box-shadow: 0 10px 30px rgb(162 182 212 / 10%);
    border-radius: 13px !important;
    padding: 40px;
    background: #ffffff;
    margin: 0 auto;
    position: relative;
}
.name_head_button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.name_head_button h2 {
    margin-bottom: 0;
}

.name_head_button a {
    padding: 11px 22px;
    margin-bottom: 10px;
    overflow: hidden !important;
    line-height: 17px;
    font-size: 15px;
    border-radius: 3px !important;
    background: #5eb2f6;
    color: #fff;
    font-weight: 600;
    font-family: "Exo", serif;
    border: none !important;
    text-transform: uppercase;
    margin-top: 0;
}



/*
.content.add-diary .fm_all_form .col-md-12 label.form-label, .manage_prd .trtxt form label.form-label, .add-delivery form label.form-label, form.edit_list_fixing label.form-label {
    display: block;
    font-weight: 600;
    font-size: 18px;
    font-family: "Exo", serif;
}
*/

/*
.content.add-diary .fm_all_form .col-md-12 input[type=date], .content.add-diary .fm_all_form .col-md-12 input, .content.add-diary .fm_all_form .col-md-12 textarea, .content.add-diary .fm_all_form button, .content.add-diary .fm_all_form select.form-input, .manage_prd .trtxt form textarea, .manage_prd .trtxt form input, .add-delivery form input, .add-delivery form select, .add-delivery form textarea, form.edit_list_fixing input, form.edit_list_fixing textarea, .contact-form.edit_list_fixing select {
    padding: 10px;
    width: 100%;
    border-radius: 3px;
    margin-bottom: 10px;
    border: 1px solid #ababab;
    overflow: hidden !important;
}
*/
.content.add-diary .fm_all_form button, .manage_prd .trtxt form button.btn, .profile_buttons button, button#manager_edit_submit_pass, button#manager_edit_submit {
    padding: 15px !important;
    border-radius: 3px !important;
    background: #5eb2f6;
    color: #fff;
    border: none;
    margin-top: 10px;
    font-weight: 800;
    font-family: "Exo", serif;
    border: none !important;
    text-transform: uppercase;
    width: 100%;
}


.content.add-factory .container-fluid, .content.view-projects .container-fluid, .content.edit-prj-prd .container-fluid {
    box-shadow: 0 10px 30px rgb(162 182 212 / 10%);
    border-radius: 13px !important;
    padding: 40px;
    background: #ffffff;
    margin: 0px auto;
}
.content.add-delivery .dt-container {
    width: 100%;
}

.content_table_all tbody td:last-child, .content_table_all thead th:last-child {
    text-align: right;
}
/*
.pro_ss.content_table_all tbody td a {
    border: none;
    padding: 7px 11px;
    border-radius: 3px;
    line-height: normal;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background: #5eb2f6;
    color: #fff;
}
*/
/*------------------add a new delivery page end----------------*/


/*-------driver my profile start---------*/
/*
.driver_prof_dets {
    max-width: 620px;
    box-shadow: 0 10px 30px rgb(162 182 212 / 10%);
    border-radius: 13px !important;
    padding: 40px;
    background: #ffffff;
    margin: 0 auto;
    position: relative;
}

.driver_prof_dets .container-fluid {
    box-shadow: none !important;
    padding: unset !important;
}
*/



.container-fluid.editl_box {
    max-width: 620px;
}

/*-------driver my profile end---------*/

.content.add-delivery form button {
    width: 100%;
}

/*----------------------------------DRIVER LOGIN PAGE DESINE end----------------------------------*/


/*------------- Completed delivaries ppopup start------------*/


.doc_slip {
    padding-top: 10px;
}

.all_details.popup_content.popup_active .container-fluid {
    padding: 0;
}


.driver_dashbord .row.dt-layout-table {
    margin: 0;
}

.driver_dashbord .row.dt-layout-table .d-md-flex.col-12 {
    padding: 0;
    overflow-y: hidden;
}

.driver_dashbord .row.dt-layout-table .d-md-flex.col-12 table {
    min-width: 1240px;
}

/*------------- Completed delivaries ppopup end------------*/


/**/

.add_deliveries_dashboard.add_deliveries_dashboard_spcl  a {
    background: #49a8f5;
    color: #fff !important;
    border-radius: 50px;
    padding: 15px 50px;
    position: relative;
    animation: pulse 3s infinite;
    font-size: 18px;
    font-weight: 800;
    display: inline-block;
    font-family: "Exo", serif;
}
@keyframes pulse {
    0% {
    transform: scale(1);
}
50% {
    transform: scale(1.06);

}
100% {
    transform: scale(1);
}
}
.add_deliveries_dashboard_spcl {
    width: auto;
    margin: 0 auto 20px;
    border-radius: 50px;
    background: transparent !important;
}

ul.product_loc_show ul.product_name_show {
    padding-left: 17px;
}
.full_list_width_box.new_view_del_works .driver_new_del_work form#driver_product_delivery_form h3 {
    margin: 20px 0 10px 0px !important;
}

form.delievry-form .cls_one {
    display: flex;
    align-items: flex-start;
    column-gap: 13px;
    padding-top: 4px;
}

form.delievry-form .cls_one .m-upload__file {
    width: 100%;
    border-radius: 3px;
    margin-bottom: 7px;
    overflow: hidden !important;
    background-color: #F5F5F5;
    border: 1px solid #D9D9D9;
    padding: 10px 12px !important;
    box-shadow: unset !important;
    outline: 0 !important;
    font-size: 13px;
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
}

form.delievry-form .cls_one .m-upload__file label {
    margin: 0;
}

/**/

.cls_one {
    display: flex;
    align-items: flex-start;
    column-gap: 13px;
    padding-top: 4px;
}

.cls_one .m-upload__file {
    width: 100%;
    border-radius: 3px;
    margin-bottom: 7px;
    overflow: hidden !important;
    background-color: #F5F5F5;
    border: 1px solid #D9D9D9;
    padding: 10px 12px !important;
    box-shadow: unset !important;
    outline: 0 !important;
    font-size: 13px;
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
}

.cls_one .m-upload__file label {
    margin: 0;
}

form.delievry-form .delivery_location_image, .add_start_delivery_para .driver_start_image {
    display: none;
}


.cls_one .m-upload__file.m_upload_file_pick label i::before {
    background-image: url(../../../assets/images/image-.png);
}




/*-------driver endd-----*/


@media (max-width: 1600px) {
    .card .body {
    flex-direction: column;
}
}



@media (max-width: 1700px) and (min-width: 1601px){
    .card .body p.text-muted a, .card .body p.text-muted {
    font-size: 16px;
    font-weight: 800;
    display: inline-block;
    font-family: "Exo", serif;
}

.card .body h3.number.count-to {
    font-size: 22px;
}
}
@media (max-width: 1470px){

.card .body p.text-muted a, .card .body p.text-muted {
    line-height: 22px;
}

.card .body {
    padding: 24px 5px !important;
    min-height: 124px;
}
}



@media (max-width: 767px) {
.add_deliveries_dashboard_spcl {
    text-align: center;
}
.driver_signin_form_res.com_err.extra_err {
    width: 100% !important;
    bottom: 8px !important;
}  
    
}

@media (max-width: 480px) {
    .total_main_all .main_body ul.product_loc_show ul.product_name_show li {
    display: flex;
    align-items: start !important;
    margin: 2px 0px;
    flex-direction: column !important;
}
.popup_content .all_title h2 {
    font-size: 24px;
    padding: 0 0 10px 0;
}
.full_list_width_box.new_view_del_works .driver_new_del_work {
    padding: 0 2px 0 0;
}

.full_list_width_box.new_view_del_works label.all_title h2 {
    font-size: 28px;
}
.cls_one {
    flex-direction: column;
}
}




