@font-face {
    font-family: 'Proxima Nova Bold';
    src : url('../fonts/Proxima Nova Bold.ttf')  format('opentype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Proxima Nova ExtraBold';
    src : url('../fonts/FontsFree-Net-Proxima-Nova-Xbold.otf')  format('opentype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Proxima Nova Regular';
    src : url('../fonts/FontsFree-Net-ProximaNova-Regular.ttf')  format('opentype'); /* Safari, Android, iOS */
}

button[type="button"]:focus {
    outline:none !important; 
} 

select:focus {
    outline:none !important; 
}


body {
    background-image: url('../img/oh-web-background.jpg');
    background-size: cover;
}

.oh-container {
    /* position: absolute;
    margin: auto;
    left:0; top: 0; right:0; bottom: 0; */
    margin: auto;
    background-color: #e5e5e5;
    max-height:fit-content;
    border-radius: 30px;
    /* overflow-y: scroll; */
}


.logo {
    width: 100%;
    padding-left: 10px;
    padding-top: 5px;
}

.oh-title {
    font-family: 'Proxima Nova ExtraBold';
    font-size: 2rem;
    padding-left: 20px;
    color: #152e51  !important;
}

.oh-label {
    font-family: 'Proxima Nova Regular';
    padding-left: 20px;
    font-size: 1.2rem;
    display:block; 
    margin-top:-15px;
    color:#000000   !important;
}

.oh-icon {
    height: 50px;
    width: 50px;
    margin-right: 5px;
}

/* TIME */
select{
    color: #000000  ;
}
 
select option:hover { 
    box-shadow: 0 0 10px 100px #c39b35 inset !important; 
    background-color:#c39b35 !important; 
    color:white !important;
} 

select:focus > option:checked { 
    background: #c39b35 !important;
}
/* /.TIME */

/* round checkbox */
.container {
    margin-top:-20px;
}

.round {
    position: relative;
  }
  
.round label {
    background-color: #fff;
    border: 2px solid #000000  ;
    border-radius: 50%;
    cursor: pointer;
    height: 17px;
    left: 10px;
    position: absolute;
    margin-top:5px;
    top: 0;
    width: 17px;
}

.round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 4px;
    opacity: 0;
    position: absolute;
    top: 5px;
    transform: rotate(-45deg);
    width: 12px;
}

.round input[type="checkbox"] {
    visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
    background-color: #000000;
    border:1px solid #000000;
    box-shadow:
        0 0 0 1px white,
        0 0 0 2px #000000    ,
        0 0 0 0px #444,
        0 0 0 0px #000;
}

.round input[type="checkbox"]:checked + label:after {
    opacity: 0;
}

.checkbox-label {
    font-family: 'Proxima Nova Regular';
    font-size: 0.64rem;
    margin-left:-35px;
    margin-top:-50px !important;
    color: #000000; 
}
/* /round checkbox */


.oh-place {
    font-family: 'Proxima Nova Bold';
    font-size: 1.2rem;
    color:#000000;
}

.oh-regular-text {
    font-family: 'Proxima Nova Regular';
    font-size: 0.9rem;
    color:#000000   !important;
}

.oh-info-title {
    font-family: 'Proxima Nova Bold';
    color: #000000   !important;
    font-size: 1.1rem;
}

.time {
    width:60%;
    border-radius: 10px;
    font-size:0.7rem;
    position:absolute;
    z-index: 1;
}

.oh-transport-title {
    font-family: 'Proxima Nova ExtraBold';
    font-size: 1.3rem;
    padding-left: 20px;
    color: #000000     ;
}

.transport-button {
    width:200px;
    height:100px;
    border-radius: 10px;
    border:2px solid #f7b76a;
    color: #f7b76a;
    margin-top:10px;
}

#trans_private{
    background-image: url('../img/December 2025 Open House - Web Icons_Normal-Private Car.svg');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top:50px !important;
    border:2px solid #ffb4b0   !important;
    background-color:#f9fbfd !important;
}

#trans_private:hover{
    background-image: url('../img/December 2025 Open House - Web Icons_Hover-Private Car.svg');
    background-size: cover;
    background-repeat: no-repeat;
    border:2px solid #b51d15    !important;
    background-color:#f9fbfd!important;
}

#trans_private.active{
    background-image: url('../img/Private Car White.png');
    background-size: cover;
    background-repeat: no-repeat;
    border:2px solid #b51d15    !important;
    background-color:#b51d15    !important;
}


#trans_pickup{
    background-image: url('../img/December 2025 Open House - Web Icons_Normal-Client Pickup.svg');
    background-size: cover;
    background-repeat: no-repeat;
    border:2px solid #ffb4b0   !important;
    background-color:#f9fbfd !important;
}

#trans_pickup:hover{
    background-image: url('../img/December 2025 Open House - Web Icons_Hover-Client Pickup.svg');
    background-size: cover;
    background-repeat: no-repeat;
    border:2px solid #b51d15    !important;
    background-color:#f9fbfd!important;
}

#trans_pickup.active{
    background-image: url('../img/Pickup White.png');
    background-size: cover;
    background-repeat: no-repeat;
    border:2px solid #b51d15    !important;
    background-color:#b51d15    !important;
} 


.btnNext {
    border: 2px solid #b51d15;
    border-radius: 20px;
    font-family: 'Proxima Nova Bold';
    font-size: 1rem;
    width:100px;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 40px;
    margin-bottom: 40px;
    color: #b51d15;
    background-color:#ffffff;
}


.btnNext:hover {
    border: 2px solid #b51d15;
    background-color: #b51d15;
    color:#ffffff;
}


.btnNext:active {
    border: 2px solid #b51d15;
    background-color: #b51d15;
    color:#f9fbfd;
}

.btnNext:focus {
    border: 2px solid #b51d15;
    background-color: #b51d15;
    color:#f9fbfd;
  }


.btnBack {
    border: 2px solid #b51d15;
    border-radius: 20px;
    font-family: 'Proxima Nova Bold';
    font-size: 1rem;
    margin-top: 40px;
    margin-right: 40px;
    width:100px;
    color: #b51d15      ;
    background-color:#f9fbfd;
}

.btnBack:active {
    border: 2px solid #b51d15;
    background-color: #b51d15;
    color:#f9fbfd;
}

.btnBack:hover {
    border: 2px solid #b51d15;
    background-color: #b51d15;
    color:#f9fbfd;
}

.btnBack:focus {
    border: 2px solid #b51d15;
    background-color: #b51d15;
    color:#f9fbfd;
}

.form-input {
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid #000000   ;
    font-family: 'Proxima Nova Regular';
    font-size: 1rem;
    width:100%;
}

.form-input:focus {
    background: transparent;
}

.btnconfirmsched {
    background-color: #b51d15;
    font-family: 'Proxima Nova Bold';
    font-size: 1.5rem;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom-left-radius: 30px;
    border: 0;
    height:50px;
    color:#f9fbfd;
}

.map-btn {
    border: 1px solid #b51d15    ;
    border-radius: 20px;
    font-family: 'Proxima Nova Bold';
    color: #b51d15    ;
    background-color:   #f9fbfd;
    font-size:1.1rem !important;
}

.map-btn:hover {
    border: 1px solid #b51d15    ;
    background-color: #b51d15    ;
    color:#f9fbfd !important;
    font-size:1.1rem !important;
}


.carousel, .slide {
    height: 100%;
    max-height: 100%;
    max-width: 100%;
}


.carousel-container img {
    height: 100%;
    width: 100%;
}


.carousel-inner {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    height: 100%;
    width:102% !important;
    margin-left:-6px;
}

@media only screen and (max-width: 600px) {
    .carousel-inner{
       border-bottom-right-radius:30px !important;
       border-bottom-left-radius:30px !important;   
       border-top-right-radius:0px !important;
       border-top-left-radius:0px !important;
       width:100% !important;
       margin-left:50px;
    }

    .carousel-container img {
        width:100% !important;
        margin-left:50px;
    }

    .agent{
        margin-top:15px;
    }



}

@media only screen and (max-width: 800px) {
    .carousel-inner{
       border-bottom-right-radius:30px !important;
       border-bottom-left-radius:30px !important;
       border-top-right-radius:0px !important;
       border-top-left-radius:0px !important;
       width:102% !important;
       margin-left:-6.5px !important;
    }

    .carousel-container img {
        border-bottom-right-radius:30px !important;
        border-bottom-left-radius:30px !important;
        border-top-right-radius:0px !important;
        border-top-left-radius:0px !important;
        width:110% !important;
        margin-left:-6.5px !important; 
    }

    .agent{
        margin-top:15px;
    }

}

@media only screen and (max-width: 1000px) {
    .carousel-inner{
       border-bottom-right-radius:30px !important;
       border-bottom-left-radius:30px !important;
       border-top-right-radius:0px !important;
       border-top-left-radius:0px !important;
       width:102.5% !important;
       margin-left:-9px;
     }

    .carousel-container img {
        margin-left:-35px;
        width:110% !important;
        border-bottom-right-radius:30px !important;
        border-bottom-left-radius:30px !important;
        border-top-right-radius:0px !important;
        border-top-left-radius:0px !important;
    }


    .agent{
        margin-top:15px;
    }


}

.carousel-item {
    width:100%;
}

.slideimg {
    /* height: 100vh !important;
    border:1px solid black; */
}

.swalimg {
    width:200px;
    height:200px;
    margin-top:-130px;
    margin-left:-100px;
    position:absolute;
}

.swalimg2 {
    width:200px;
    height:200px;
    margin-top:-130px;
    margin-left:-100px;
    position:absolute;
}

.swaltitle {
    font-family: 'Proxima Nova ExtraBold';
    font-size: 2rem;
    margin-top: 50px;
    margin-left:-45px;
    position:absolute;
    color:#2c3b71    ;
}

.swaltitle2 {
    font-family: 'Proxima Nova ExtraBold';
    font-size: 1.5rem;
    margin-top: 60px;
    margin-left:-220px;
    position:absolute;
    color:#2b1912    ;
}

.notimepick{
    color:#000000   ;
}

.junk{
    color:#b2b9bb;
    font-family:'Proxima Nova Regular';
    font-size:0.6em;
}

.consultant{
    font-family:'Proxima Nova Regular';
    color:#000000  ;
}



.swalbtn1 {
    border: 2px solid #b51d15      ;
    border-radius: 20px;
    font-family: 'Proxima Nova Bold';
    font-size: 1rem;
    width:100px;
    height: 30px;
    margin-top:15px;
    color: #b51d15      ;
    background-color:#f9fbfd;
}

.swalbtn1:hover {
    border: 2px solid #b51d15      ;
    background-color: #b51d15      ;
    color:#f9fbfd;
}


.swalbtn1:active {
    border: 2px solid #b51d15      ;
    background-color: #b51d15      ;
    color:#f9fbfd;
}

.swalbtn2 {
    border: 2px solid #b51d15      ;
    border-radius: 20px;
    font-family: 'Proxima Nova Bold';
    font-size: 1rem;
    width:300px;
    height: 40px;
    margin-top:-5px;
    color: #b51d15      ;
    background-color:#f9fbfd;
}

.swalbtn2:hover {
    border: 2px solid #b51d15      ;
    background-color: #b51d15      ;
    color:#f9fbfd;
}


.swalbtn2:active {
    border: 2px solid #b51d15      ;
    background-color: #b51d15      ;
    color:#f9fbfd;
}

.swal1-border-radius { -webkit-border-radius: 30px !important; -moz-border-radius: 30px !important; border-radius: 30px !important; background-color: #f9fbfd;}
.swal2-border-radius { -webkit-border-radius: 30px !important; -moz-border-radius: 30px !important; border-radius: 30px !important; background-color: #f9fbfd;}

.carousel-indicators li{
    width: 10px!important;
    height: 10px!important;
    border-radius: 50%;
}

.carousel-indicators .active{
    background-color:#B0B0B0;
}

.dev_tooltip {
    position: relative;
    color:#b51d15 !important;
}

.dev_tooltip:before {
    content: attr(data-text); /* here's the magic */

    position:absolute;
    
    /* vertically center */
    top:50%;
    transform:translateY(-50%);
    
    /* move to right */
    left:100%;
    margin-left:5px; /* and add a small left margin */
    
    /* basic styles */
    width:290px;
    padding:5px;
    border:1px solid #b51d15  !important;
    background-color: transparent;
    color: #b51d15   !important;
    text-align:center;
    font-size: 0.7rem;
  
    display:none; /* hide by default */

}

.dev_tooltip:hover:before {
    display:block;
}

#increase:hover{
    background-color: #f9fbfd     !important;
    color:#000000 !important;
}

#increase:active{
    background-color: #f9fbfd !important;
    color:#000000     !important;
}

#decrease:hover{
    background-color: #f9fbfd     !important;
    color:#000000 !important;
}

#decrease:active{
    background-color: #f9fbfd     !important;
    color:#000000 !important;
}


#increase2:hover{
    background-color: #f9fbfd     !important;
    color:#000000 !important;
}

#increase2:active{
    background-color: #f9fbfd     !important;
    color:#000000 !important;
}

#decrease2:hover{
    background-color: #f9fbfd     !important;
    color:#000000 !important;
}

#decrease2:active{
    background-color: #f9fbfd     !important;
    color:#000000 !important;
}

.result {
    position: relative;
    height: 27px;
    overflow:hidden;
    width: 40px;
    margin-top: 10px;
    text-align: center;
    margin-left:-2.5px;
    border:1px solid #010101;
}

.number {
    position: relative;
    height: 27px;
    width: 40px;
    text-align: center;
    color:#000000;
    /* border:1px solid #2b1912; */
}

.result_client_pickup {
    position: relative;
    height: 27px;
    overflow:hidden;
    width: 40px;
    margin-top: 10px;
    text-align: center;
    margin-left:-2.5px;
    border:1px solid #010101;
}

.number_client_pickup {
    position: relative;
    height: 27px;
    width: 40px;
    text-align: center;
    color:#000000;
    /* border:1px solid #2b1912; */
}


#private_details{
    font-size:1.1rem !important;
    color:#000000 !important;
}   

#count{
    color:#000000 !important;
    background-color:#f9fbfd;
    font-weight:bold;
}

#count_client_pickup{
    color:#000000 !important;
    background-color:#f9fbfd;
    font-weight:bold;
}

/* #trans_private{
    border:2px solid #f9dbaa;
    background-color:#eee1dd;
}

#trans_private:hover{
    border:2px solid #e9af4f;
}

#trans_pickup{
    border:2px solid #b97c67;
    background-color:#eee1dd;
}

#trans_pickup:hover{
    border:2px solid #543328;
}


#transport-group{
    border:1px solid red;
} */