@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500;600;700&display=swap);

@media (max-width: 768px) {
    .drivers-list{
        padding: 10px;
        margin-top: 10px;
        margin-bottom: 50px;
    }

    .recent-packages {
        padding: 10px;
        margin-top: 10px;
        margin-bottom: 50px;
    }
    .package-form{
        /*
        width: 900px;
        height: auto;
        margin-left: 27%;
        margin-top: 50px;
    */

        /* new*/
        width: 95%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: 5%;

    }

}

@media (min-width: 768px) {
    .drivers-list{
        padding: 40px;
        margin-top: 60px;
        margin-bottom: 100px;
    }

    .recent-packages {
        padding: 40px;
        margin-top: 60px;
        margin-bottom: 100px;
    }

    .package-form{
        /*
        width: 900px;
        height: auto;
        margin-left: 27%;
        margin-top: 50px;
    */

        /* new*/
        width: 70%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: 5%;

    }
}

/* index css */
/* new */
.span-label{
    font-size:smaller;

}
.button-full-width{
    width: max-content;
}




/*/new / */
body {
    font-family: "Poppins", sans-serif !important;

    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgb(246, 241, 241) 100%) !important;


    /* 1e3d59*/
    /*
    background: rgb(245,240,225);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, lightgoldenrodyellow 100%) !important;

     */
}

.c-image {
    object-fit: cover;
    /*height: 450px;*/
    filter: brightness(75%);

}



    .c-title {
        color: white;
        font-size: 5rem;
        margin-right: 650px;
    }



.logout-btn {
    font-size: 0.8rem;
    margin-left: 6px;
}

.welcome-title {
    margin-top: 50px;
    margin-bottom: 25px;
}

.create-package{
    margin-right: 650px;
    margin-bottom: 140px;

}




.form-holder{
    padding: 10px;
}

.create-btn{
    margin-left: 550px;
}

.page-footer{

    width: 100%;
    height: 100px;
    line-height: 60px;
}

.price-tag{
    font-weight: bold;

}

.pill{
    color: black;
    /*
    background-color: #30a444;
    */
    background-color: #1f3b59;
    font-weight: bold;
}

.alert-message {
    text-align: center;
}



.recent-packages-table {
    margin-top: 30px;
}



.title-add {
    height: 100%;
    width: 100%;
    display: flex;
}

.title-in-add {
    width: 70%;
}

.btn-in-add {
    margin-left: 80px;
    width: 20%;
}

.btn-in-back {
    margin-left: 10px;
    width: 20%;
}

.btn-dispute {
    width: 30%;
}

.btn-in-add-txt {
    margin-left: 140px;
    width: 20%;
}

.badge-in-add {
    width: 20%;
}

.btn-in-add:hover {
    color: white !important;
}

.add-driver-btn{
    margin-top: 20px;
    margin-left: 530px;

}

.txt-in-box{
    width: 30%;
    text-align: right;
}

.driver-details-tacking{
    margin-top: 20px;
    margin-left: 15px;
}

.title-search{
    width: 50%;
}

.btn-search{
    width: 50%;
}

.tracking-card{
    padding: 10px;
    margin-top: 60px;
    margin-bottom: 100px;
}



input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/*<!---->tracking*/

.bs4-order-tracking {
    margin-bottom: 30px;
    overflow: hidden;
    color: #878788;
    padding-left: 0px;
    margin-top: 30px
}

.bs4-order-tracking li {
    list-style-type: none;
    font-size: 13px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
    color: #878788;
    text-align: center
}

.bs4-order-tracking li:first-child:before {
    margin-left: 15px !important;
    padding-left: 11px !important;
    text-align: left !important
}

.bs4-order-tracking li:last-child:before {
    margin-right: 5px !important;
    padding-right: 11px !important;
    text-align: right !important
}

.bs4-order-tracking li>div {
    color: #fff;
    width: 29px;
    text-align: center;
    line-height: 29px;
    display: block;
    font-size: 12px;
    background: #878788;
    border-radius: 50%;
    margin: auto
}

.bs4-order-tracking li:after {
    content: '';
    width: 150%;
    height: 2px;
    background: #878788;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 15px;
    z-index: -1
}

.bs4-order-tracking li:first-child:after {
    left: 50%
}

.bs4-order-tracking li:last-child:after {
    left: 0% !important;
    width: 0% !important
}

.bs4-order-tracking li.active {
    font-weight: bold;
    color: black;
}

.bs4-order-tracking li.active>div {
    background: #f76e40;
}

.bs4-order-tracking li.active:after {
    background: #f76e40;
}

.card-timeline {
    background-color: #fff;
    z-index: 0
}


/*sds*/

.form-control-borderless {
    border: none;
}

.form-control-borderless:hover, .form-control-borderless:active, .form-control-borderless:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

/*deliveries*/
.container {

}
/*
ul.tabs {
    margin: 0px;
    padding: 0px;


    list-style: none;
}
ul.tabs li {
    text-align: center;
    background: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 393px;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
}

ul.tabs li.current {
    font-weight: bold;
    background: #ededed;
    color: #222;
}

.tab-content {
    display: none;
    background: #ededed;
    padding: 15px;
}

.tab-content.current {
    display: inherit;
}
*/


/* Style the form */
#regForm {
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgb(246, 241, 241) 100%) !important;
    margin: 100px auto;
    padding: 40px;
    width: 70%;
    min-width: 300px;
}

/* Style the input fields */
input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    font-family: Raleway;
    border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
    background-color: #ffdddd;
}

input.noEditable{
    background-color: #e9ecef;
    color:  dimgrey;
}

/* Hide all steps by default: */
.tab {
    display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

/* Mark the active step: */
.step.active {
    opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
    background-color: #04AA6D;
}


/** customisation */

.navbar {
    background-color: #1f3b59 !important;
    --bs-navbar-hover-color:#ff6e40;



}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color:#ff6e40;
}
.list-group{
    /*
    --bs-list-group-bg: rgb(245,230,180);

     */
    --bs-list-group-bg:rgb(246, 241, 241);
    --bs-list-group-active-bg: #1e3d59;
    --bs-list-group-active-border-color: #1e3d59;
  }
/*
.nav-tabs{

    --bs-nav-tabs-link-active-color: #1e3d59;
    --bs-nav-tabs-link-active-bg:rgba(255,165,0, 1 );
    background-color: rgba(255,165,0, 0.6 );

    --bs-nav-tabs-link-hover-border-color:rgba(255,165,0, 1 );
    --bs-nav-tabs-border-color:rgba(255,165,0, 1 );
    --bs-nav-link-color: white;
    --bs-nav-link-hover-color:rgba(255,165,0, 1 );
}

 */
.nav-tabs{

    --bs-nav-tabs-link-active-color: #ff6e40;
    background-color: #316492;
    --bs-nav-link-color: white;
    --bs-nav-link-hover-color:#ff6e40;
    --bs-nav-tabs-link-active-bg:#1e3d59;

}


.bg-beige{
    --bs-bg-opacity: 1;
    background-color:rgb(246, 241, 241);
}

.card-deal{
    background:rgb(246, 241, 241);
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color:#1e3d59 !important;
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(255,165,0, 1 ) !important;
}

.btn-outline-dark {
    --bs-btn-color: #1e3d59;
    --bs-btn-border-color: #1e3d59;
    --bs-btn-hover-color: #ff6e40;
    --bs-btn-hover-bg: #1e3d59;
    --bs-btn-hover-border-color: #1e3d59;
    --bs-btn-focus-shadow-rgb: 33, 37, 41;
    /*
    --bs-btn-active-color: #fff;
     */
    --bs-btn-active-color: #ff6e40;
    --bs-btn-active-bg: #1e3d59;
    --bs-btn-active-border-color: #1e3d59;
}

.btn-outline-primary {
    --bs-btn-color: #1e3d59;
    --bs-btn-border-color: #ff6e40;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ff6e40;
    --bs-btn-hover-border-color: #1e3d59;
    --bs-btn-focus-shadow-rgb: 33, 37, 41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1e3d59;
    --bs-btn-active-border-color: #1e3d59;
    --bs-btn-disabled-color: #1e3d59;

    --bs-btn-disabled-border-color: rgba(255,165,0, 1 );
}

.btn-warning {
    --bs-btn-color: #fff;
    --bs-btn-border-color: #ff6e40;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ff5b27;
    --bs-btn-bg:#ff6e40 ;
    --bs-btn-hover-border-color: #ff5b27;
    --bs-btn-focus-shadow-rgb: 33, 37, 41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ff6e40;
    --bs-btn-active-border-color: #ff6e40;
    --bs-btn-disabled-color: #fff;

    --bs-btn-disabled-bg: rgba( 	255, 110, 64,0.33 );
    --bs-btn-disabled-border-color: rgba(255, 110, 64,0.33 );
}

.btn-info {
    --bs-btn-color: rgba(255, 110, 64, 1 );
    --bs-btn-border-color: #316492;
    --bs-btn-hover-color: rgba(255, 110, 64, 1 );
    --bs-btn-hover-bg: #2b577f;
    --bs-btn-bg:#316492 ;
    --bs-btn-hover-border-color: #2b577f;
    --bs-btn-focus-shadow-rgb: 33, 37, 41;
    --bs-btn-active-color: rgba(255, 110, 64, 1 );
    --bs-btn-active-bg: #316492;
    --bs-btn-active-border-color: #316492;
    --bs-btn-disabled-color: rgba(255, 110, 64, 1 );

    --bs-btn-disabled-bg: rgba( 	49, 100, 146,0.5 );
    --bs-btn-disabled-border-color: rgba( 	49, 100, 146,0.5 );
}

.card-footer {

    color: #fff;
    background-color: rgba( 	 	255, 110, 64,0.33);

}

.form-check-input:checked {
    background-color: #ff6e40;
    border-color: #ff6e40;
}



/** dropdown-menu submenu**/
.dropdown-menu li {
    position: relative;
}
.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}
.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
}








