button[type="submit"]:disabled{
    opacity: 0.5;
}
.toast{
    opacity: 1;
}

.admin-hero-section{
    background-size: cover;
    background-repeat: no-repeat;
    height: 23rem;
    position: relative;
}
.admin-hero-section h3{
    color: white;
    font-size: 4rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 512px){
    .admin-hero-section{
        height: 14rem;
    }
    .admin-hero-section h3{
        font-size: 2.5rem;
    }
}

.admin-menu{
    box-shadow: 0 0rem 10px rgb(0 0 0 / 9%) !important;
}
.admin-menu ul li a{
    font-size: 1.2rem;
    color: black !important;
    padding: 10px 20px !important;
}

@media only screen and (max-width: 991px){
    .admin-menu ul .nav-item.active{
        color: var(--theme-color);
    }
    .admin-menu .logout{
        position: absolute;
        right: 0;
    }
}


.accordion-button:not(.collapsed) {
    color: var(--theme-color);
    background-color: #fff6f8;
}
.accordion-button:focus {
    border-color: var(--theme-color);
    box-shadow: 0 0 0 0.25rem #e8092e1f;
}
.accordion-button::after {
    display: none;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    background-color: var(--theme-color);
}
#pills-tabContent{
    margin-top: 2rem;
}
.nav-pills li{
    margin-right: 8px;
}

.scroll-to-top{
    bottom: 140px;
}
.whatsApp-button{
    position: fixed;
    z-index: 99;
    right: 32px;
    bottom: 30px;
    width: 48px;
    opacity: 1;
    animation: showWhatsApp 4s;
}

@keyframes showWhatsApp {
    0%{
        opacity: 0;
    }
    99%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.dashboard{
    margin: 0;
}
.dashboard .cards{
    box-shadow: 0 0 10px #e5e5e5a1;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 20px;
}
.dashboard .cards p{
    margin: 0;
    font-size: 30px;
    margin-top: 10px;
}


.send-quote-form{
    margin: 0;
}
.send-quote-form .col-sm-3{
    padding-right: 0;
}
.send-quote-form .col-sm-3 span{
    width: 20px;
    display: inline-block;
    float: left;
    font-size: 28px;
    padding-top: 5px;
}
.send-quote-form .col-sm-3 input{
    width: calc(100% - 20px);
    float: left;
}
.send-quote-form .col-sm-9{
    background: #fff6f8;
    border: 1px solid #eaa7b6;
}
.send-quote-form .col-sm-9.total-amount{
    background: #f1ffe9;
    border: 1px solid #c2ffb1;
}
.send-quote-form .col-sm-9 h5{
    font-size: 18px;
    padding-top: 10px;
}
.dataTables_wrapper .dataTables_paginate{
    padding-top: 0.7em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    padding: 0 0.5rem;
}

@media only screen and (max-width: 767px){
    .engine-detail-page{
        flex-direction: column-reverse;
    }
}

.white-block{
    background: white !important;
    box-shadow: 0 0 10px #e5e5e5;
    padding: 25px;
}


.nice-select{
    line-height: 32px !important;
    margin-bottom: 0.8rem;
}
.number-plate-container{
    position: relative;
    background: #f5f5f5;
    padding: 80px;
}
.number-plate{
    text-transform: uppercase;
    background-image: url(../images/gb.webp);
    background-repeat: no-repeat;
    background-color: #ffcb05;
    color: #000;
    font-size: 32px;
    min-height: 55px;
    background-size: contain;
    font-weight: 700;
    text-align: center;
    width: 100%;
}
.number-plate::placeholder  {
    text-align: center;
    font-weight: 600;
}
.number-plate-container button[type="submit"]{
    height: 53px;
    letter-spacing: .2px;
    line-height: 53px;
    /* -webkit-box-shadow: 0 1px 25px 5px #dbdbdb; */
    /* box-shadow: 0 1px 25px 5px #dbdbdb; */
    /* box-shadow: 0 6px #f37b7b; */
    width: 100%;
    background: var(--theme-color);
    color: white;
    font-weight: 700;
    font-size: 22px;
}

@media only screen and (max-width: 512px){
    .main-header .header-upper .search-btn{
        top: 0px;
    }
    .number-plate-container{
        padding: 30px;
    }
    section.about-1-section,
    section.history-1-section{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    section.facts-1-section{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .history-block h4{
        line-height: normal;
    }
    section.facts-1-section h2.facts-1-title{
        text-align: center;
    }
    .facts-1-section .overflow-auto::-webkit-scrollbar {
        display: none;
    }
    section.blog-1-section {
        padding: 50px 0px;
    }

    /* about us page */
    section.about-5-section {
        padding: 60px 0 50px;
    }
    .services-5-left-column {
        padding-top: 80px;
        padding-bottom: 60px;
    }
    section.whychooseus-5-section {
        padding-top: 60px;
    }

    /* services page */
    section.services-2-section {
        padding: 70px 0;
    }
    section.services-2-section.s-two{
        padding-bottom: 40px;
    }

    /* engine pages */
    #avaiableEngines::-webkit-scrollbar {
        display: none;
    }
    #avaiableEngines h2.facts-1-title{
        text-align: center;
    }
    .sidebar-page-container .service-details-1-contact-widget{
        display: none;
    }
    #available-engines .overflow-auto::-webkit-scrollbar {
        display: none;
    }
    .engine-detail-page .feature{
        width: 50%;
    }
    .services-2-section .engine-form{
        margin-top: 15px;
    }

    /* gallery page */
    section.projects-2-section {
        padding: 70px 0 60px;
    }

    /* contact us page */
    section.contactus-1-section{
        padding: 70px 0 60px;
    }
    section.map-section {
        padding-bottom: 60px;
        padding-top: 70px;
    }
    
}