/*
Theme Name: Luxride Child
Theme URI: 
Description: A child theme of Luxride
Author: 
Author URI: 
Template: luxride
Version: 1.0.0
Text Domain: luxride-child
*/

/* Add your custom styles below this line */

html{
    background-color: #1e1e1e !important;
}

.contact_form_box_all.style_one .wpcf7-form select{
    background-color: #F6F6F6 !important;
    padding: 0px 20px 0px 20px !important;
    margin: 0px 0px 30px 0px !important;
}

.cky-btn-customize , .cky-btn-reject, .cky-btn-preferences{
    color: #1A1A1A !important;
    border: 2px solid #1A1A1A !important;
}

.cky-btn-accept {
    background: #141414 !important;
    color: #999 !important;
    border: 2px solid #141414 !important;
}

button.cky-show-desc-btn:not(:hover):not(:active){
    color: #999 !important;
}

body > div.cky-modal.cky-modal-open > div > div.cky-footer-wrapper > div:nth-child(3){
    display: none !important;
    visibility: hidden !important;
}

.cky-notice .cky-title{
    font-weight: 600 !important;
}

.cky-consent-bar .cky-notice-des p{
    color: #999 !important;
}

.cky-consent-container{
    width: 400px !important;
}
.cky-consent-container .cky-consent-bar, .cky-modal.cky-modal-open, .cky-preference-center{
    border-radius: 15px !important;
}

.cky-notice-btn-wrapper .cky-btn, .cky-prefrence-btn-wrapper .cky-btn{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    border-radius: 10px !important;
}

.cky-btn-customize, .cky-btn-reject{
    color: rgb(244, 244, 244) !important;
    background-color: rgb(0, 0, 0) !important;
}

.cky-consent-bar .cky-btn-accept{
    color: rgb(0, 0, 0) !important;
    background-color: rgb(244, 244, 244) !important;
    border: none !important;
    margin-top: 10px !important;
}

.cky-consent-bar .cky-notice-des p, .cky-notice .cky-title{
    color: rgb(244, 244, 244) !important;
}

.cky-consent-container .cky-consent-bar, .cky-preference-center, .cky-modal.cky-modal-open{
    background-color: #1A1A1A !important;
    border: none !important;
}

.cky-consent-bar .cky-btn-reject, .cky-consent-bar .cky-btn-customize{
    width: 48% !important;
    border: none !important;
}

body .cky-consent-bar .cky-btn-reject{
    margin: 0 0 0 1% !important;
}

body .cky-consent-bar .cky-btn-customize{
    margin: 0 1% 0 0 !important;
}
.cky-consent-bar{
    box-shadow: none !important;
}

.cky-consent-container .cky-box-bottom-right{
    opacity: .985;
}

.cky-consent-bar .cky-notice-des p, .cky-preference-center p{
    line-height: 22px;
    font-size: 12px;
}
.cky-consent-bar .cky-title, .cky-preference-center .cky-preference-title, .cky-accordion-btn{
    font-weight: 500 !important;
}

.cky-preference-center .cky-preference-title, .cky-preference-center p, .cky-accordion-btn{
    color: #fff !important;
}
.cky-footer-shadow{
    display: none !important;
    visibility: hidden !important;
}
body .cky-btn-preferences{
    background-color: #000000 !important;
    color:rgb(244, 244, 244) !important;

}

.cky-accordion-header .cky-always-active, .cky-preference-content-wrapper .cky-show-desc-btn{
    font-size: 10px !important;
}

.cky-prefrence-btn-wrapper .cky-btn-reject,.cky-prefrence-btn-wrapper .cky-btn-preferences{
    border-color: #000000 !important;
}
.cky-prefrence-btn-wrapper .cky-btn-accept{
    color: rgb(0, 0, 0) !important;
    background-color: rgb(244, 244, 244) !important;
}

main .cd-main-content{
    background-color: #000000;
}

.smooth-scroll #content-scroll{
    right: 30px !important;
    left: 30px !important;
    padding-top: 30px;

}

.cky-revisit-bottom-left{
    background-color: #141414 !important;
    border: 2px solid;
}

.cky-btn-revisit-wrapper{
    width: 35px !important;
    height: 35px !important;
}
.cky-btn-revisit-wrapper .cky-btn-revisit img{
    height: 20px !important;
    width: 20px !important;
}


.cky-btn-revisit-wrapper:hover .cky-btn-revisit img:hover {
    animation-name: rotate;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }
  
  @keyframes rotate {
    0% {
      transform: rotate(0);
    }
    50% {
      transform: rotate(-90deg);
    }
    100% {
      transform: rotate(0);
    }
  }


.cky-revisit-bottom-left:hover::before{
    background: #777777 !important;
}
.cky-revisit-bottom-left:hover::after{
    border-right-color: #777777 !important;
}
.cky-consent-bar{
    border: 1px solid #E5E5E50F !important;
}

.job_listings .position{
    text-align: left;
}

.job_filters{
    display: none !important;
    visibility: hidden !important;
}

.fleet-accordion .accordion-header.active{
    border-radius: 10px !important;
}

.same_authour{
    display: none !important;
    visibility: hidden !important;
}

.wc-block-components-payment-method-label{
    margin-left: 35px !important;
}

.elementor-element-5d6cb27 .booking-menu-link a{
    border-color: #E95440 !important;
    background: #E95440 !important;
}