/*  Google Font import - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;1,400&display=swap');

/* Main styles */

body{
    font-family: 'Poppins', sans-serif !important;
    font-size: 11px !important;
}

p {
    margin: 0;
}
a {
    text-decoration: none !important;

}
a.link {
    text-decoration: none !important;
    color: #232323 !important;
}

a.link:hover {
    color: #ff6600 !important;
}

label, input {
    font-size: 11px !important;
}

.main-logo img{
    max-width: 8em;
    padding: .5rem 1rem;
}

.navbar-nav li a{
    color: #232323 !important;
    font-weight: 500;
}

.navbar-nav li a.active{
    color: #ff6600 !important;
    font-weight: 500;
}

.navbar-nav li a:hover{
    color: #e25a00 !important;
}

ul.navbar-nav{
    gap: .5rem;
}

.navbar{
    background: transparent !important;
}

.navbar .container{
    border-radius: 15px;
    background: #fff;
    box-shadow: rgb(112 112 112 / 12%) 0px 1px 9px 3px;
    border: 1px solid #ff66002e;
}

.body-container{
    margin-top: 1rem;
    border-radius: 15px;
    background: #fff;
    box-shadow: rgb(112 112 112 / 12%) 0px 1px 9px 3px;
    border: 1px solid #ff66002e;
}

.button-orange{
    padding: .75rem 1.5em;
    border: none;
    border-radius: 5px;
    background-color: #ff6600b2;
    font-weight: 600;
    color: #fff;
}

.anchor{
    color: gray;
    text-decoration: none;
}

.social-container{
    display: flex;
    gap: .7rem;
    align-items: center;
}

.social-icon{
    width: 40px;
    height: 40px;
    padding: 10px;
    border-radius: 5px;
    transition: 0.3s all ease-in;
}

.social-icon:hover {
    transform: scale(1.2);
}

.google{
    background-color: #e72734;
}

.twitter{
    background-color: #1da0f2;
}

.facebook{
    background-color: #3b5998;
}

.main-form{
    margin: 1rem;
    border-radius: 10px;
    padding: 2rem 2rem 2rem 0;
    box-shadow: rgb(112 112 112 / 12%) 0px 1px 9px 3px;
}

.main-form-right{
    margin: 1rem;
    border-radius: 10px;
    padding: 2rem 0 2rem 2rem;
    box-shadow: rgb(112 112 112 / 12%) 0px 1px 9px 3px;
}

.form-input-container{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.459);
    padding: 5px;
}

.dark-bg{
    background-color: #666666 !important;
}

.form-input-container img{
    width: 18px;
    height: 18px;
    margin-right: 1rem;
}

.form-input{
    width: 100%;
    border: none;
    width: 100%;
    outline: none !important;
}


.cta-btn {
    text-decoration: none !important;
    background-color: #ff6600;
    color: #fff;
    padding: .5rem 1rem;
    border-radius: .5rem;
}

.cta-btn:hover {
    background-color: #e75d00;
    color: #fff;
    cursor: pointer;
}

ul.social-container {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 0;
}

ul.login-container {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 0;
    font-size: 14px;
}

ul.lang-switch {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding-right: 2rem;
    gap: .5rem;
}

.leftbar{
    list-style: none;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    gap: .6rem;
    padding: 0;
}

ul.leftbar li div.list-item{
    display: flex;
    align-items: center;
    gap: 1rem;
}

ul.leftbar li div.list-item p{
    margin: 0;
}

ul.leftbar li div.list-item i{
    color: #ff6600;
}

ul.leftbar li {
    background-color: #f8f9fa;
    border-radius: 0.5rem;
    border: 1px solid #ff6600;
    padding: 0.3rem 1rem;
}

ul.lang-switch li img{
    height: 35px;
}

ul.lang-switch li img:hover{
    cursor: pointer;
    background-color:#ff6600;
    border-radius: 50%;
}

.video-container {
    border: 1px solid #ff6600;
    background-color: antiquewhite;
    border-radius: .5rem;
}

.offers ul{
    list-style: none;
    padding: 0;
}

.offers ul li{
    border-bottom: 1px solid gray;
}

.offers ul li div:first-child{
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: .5rem 0;
}

.offers ul li p{
    margin: 0;
}

.offers ul li p:first-child{
    font-weight: 500;
}

.p-main-header{
    background-color: #ff6600;
    color: #fff;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 10px 0 0 0;
}

.p-main-header p{
    margin: 0 !important;
}

.p-container{
    padding: .5rem;
}

.p-header{
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    background-color: #f1f1f1;
    padding: 0.1rem 0.8rem;
    border-bottom: 2px solid #e3e3e3;
}

.p-left{
    padding: 0.5rem 0;
    display: flex;
    gap: 1rem;
}

.p-right{
    gap: .5rem;
    display: flex;
    align-items: center;
}

.highlight{
    color: #ff6600;font-weight: 600;
}

#sidebar_{
    display: none;
}

.close_btn{
    background-color: rgb(253, 51, 51);
    outline: 0;
    border: none;
    padding: 0.5rem 1rem;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    border-radius: 5px;
}

.leftbar_mobile{
    padding: 1rem;padding: 1rem;
    position: fixed;
    gap:.5rem;
    top: 0;
    left: 0;
    height: 100vh;
    background: #fff;
    width: calc(100% - 40%);
    z-index: 99999;
}

.home-tabs nav button{
    font-size: 13px !important;
    font-weight: 600;
}

.home-tabs nav button.nav-link{
    padding: 4px 8px !important;
    color: #232323 !important;
    border: none !important;
}

.home-tabs nav button.nav-link.active:nth-child(1) {
    background-color: #ff6600 !important;
    color: #fff !important;
}

.home-tabs nav button.nav-link.active:nth-child(2){
    background-color: #0066cc !important;
    color: #fff !important;
}

.home-tabs nav button.nav-link.active:nth-child(3),
.home-tabs nav button.nav-link.active:nth-child(4),
.home-tabs nav button.nav-link.active:nth-child(5),
.home-tabs nav button.nav-link.active:nth-child(3) .header-tab,
.home-tabs nav button.nav-link.active:nth-child(4) .header-tab,
.home-tabs nav button.nav-link.active:nth-child(5) .header-tab
{
    background-color: #676767 !important;
    color: #fff !important;
}

.header-tab-content{
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-radius: 0 0 8px 8px;
}

.header-tab{
    padding: 5px 15px;
}

.header-tab i{
    font-size: 13px;
    letter-spacing:0.09em;
}

#nav-trips .header-tab{
    background-color:  #ff6600;
}

#nav-objects .header-tab{
    background-color:  #0066cc;
}

#nav-vehicles .header-tab,
#nav-feedback_history .header-tab,
#nav-send_feedback .header-tab{
    background-color:  #676767;
}



.info-form,
.info-form input,
.info-form textarea{
    font-size: 13px;
}

.stats{
    font-size: 14px;
}

@media only screen and (max-width: 500px) {

    #hide_m{
        display: none;
    }
}


.form-control {
    font-size: 11px; !important;
    /*font-weight: 100; !important;*/
    line-height: 1; !important;
}

.error{
    color: #ff5959;
}
.hover-div {
    background-color: #e0e0e0; /* Set the initial background color */
    transition: background-color 0.3s ease; /* Add a smooth transition effect */
}

.hover-div:hover {
    background-color: #ff6600; /* Set the background color on hover */

}
.hover-div a:hover {
    color: white; /* Change text color to white on hover */
}
.hover-div a:hover .gg-arrow-right-o {
    color: white; /* Change icon color to white on hover */
}