.modal-content-my-rental{
    /* background-color: white; */
    border-radius: 10px;
    padding:10px 20px;
    /* display: flex;
    flex-direction: column;
    height: 500px;
    padding:50px 0px; */

}
.modal-header-my-rental{
    margin-right: auto;
    padding:18px;
}
.modal-body-my-rental{
    display: flex;
    flex-direction: column;
    /* align-items: center; */

}
.modal-footer-my-rental{
    display: flex;
    flex-direction: column;
    padding: 0.75rem;
}
.btn-primary-theeb-cancel{
    color: red;
    background-color: transparent;
    border: 1px solid red;
    border-radius: 12px;
    text-align: center;
    /* width: 100%; */
    padding:12px 0px;
    height: 50px;
    transition: all 0.5s;
}
.btn-primary-theeb-cancel:hover{
    color: white;
    background-color: red;
    /* border: 1px solid red;
    border-radius: 12px;
    text-align: center;
    width: 100%;
    padding:12px 0px;
    height: 50px; */
}
.btn-secondary-theeb-cancel{
    background-color: transparent;
    color:#3F4751;
    transition: all 0.5s;
}
.btn-secondary-theeb-cancel:hover{
    background-color: transparent;
    color: var(--theme-primarty-color);
}
.credit-card{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--theme-primarty-color);
    padding: 16px 0px;
    border-radius: 8px;
    margin-bottom: 20px;

}
.credit-card img{
    margin-left:10px;
    width:30px;
    height:20px;
}
.credit-card input{
    border:none;
    outline: none;
    margin-left:10px;
    margin-right:10px;
}
.credit-card input:focus{
    border:none;
    outline: none;
}
.credit-card input:active{
    border:none;
    outline: none;
}
#cardInfo-ccv{
    margin:0px;
    width:30px;
    margin-left: 5px;
}
.credit-card label{}

.cardInfo-exp{
    display: flex;
    flex-direction: row;
    width:100%;
    
}
.cardInfo-exp input{
    width:17px;
    margin:0px;
}
.cardInfo-exp label{
    margin-right:5px;
    color:#3F4751;
}
.payment-type{
    height: 25px;
    /* width: 10%; */
    /* border: 1px solid #BDC2C6; */
    overflow: hidden;
    /* width: 42px; */
    /* width: 160px; */
    width: auto;
    border-radius: 4px;
    /* padding: 0px 6px; */
    transform: translateX(0px);  
    display: flex;
    flex-direction: row;
    align-items: center;
}
.payment-type > img{
    object-fit: contain;
    width: auto;
    height: 25px;
    max-width: 100px;
}
.payment-type-label{
    margin-left:10px;
    transform: translateY(0px);
    color:black !important;
    font-weight:400;
    width:auto;
    white-space: nowrap;
    flex: 1;
}
.rtl #my-rental-payment-info{
    direction: rtl;
}
.rtl .my-rental-page-title {
    text-align: end;
    padding: 0px 90px;
}
.rtl .car-detail-payment-method{
    flex-direction: row-reverse;
}
.rtl .my-rental-tracking{
    text-align: end;
    padding-right: 50px;
}
.rtl .checkbox-container-sm{
    padding-right: 15px;
    padding-left: 0px;
}
.rtl .my-rental-tracking ~ div{
    /* margin-left: 180px !important; */
    margin-left: 135px;
}
.rtl .my-rental-tracking-container{
    transform: translateX(30%);
}
.car-detail-payment-method{
    display: flex;
    flex-direction: row;
    padding: 10px 50px;
}
.car-detail-payment-method hr{
    height: 8px;
    color: #EFF0F1;
    opacity: 1;
}
.car-summary-details-my-rental{
    display: flex;
    flex-direction: column;
    width: 90%;
}
.cancel-slider-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 80%;
    align-items: center;
    height: 119px;
    
}
.cancel-line{
    height: 8px;
    color: #EFF0F1;
    opacity: 1;
    width: 83%;
}
.rtl .cancel-line{
    width: 84%;
    margin-left: 140px;
}
.rtl .cancel-slider-container{
    width: 56vw;
}
.rtl .cancel-slider-title{
    text-align: right;
}
@media (min-width: 2560px){
    .cancel-line{
        width: 91%;
    }
    .cancel-slider-container{
        width: 70%;
    }
    
}
@media (max-width: 2559px) and (min-width: 1920px){
    .cancel-line{
        width: 87%;
    }
    .cancel-slider-container{
        width: 84%;
    }
}
@media (max-width: 1900px) and (min-width: 1600px){
    .cancel-line{
        width: 81%;
    }
    .cancel-slider-container{
        width: 81%;
    }
}
@media (max-width: 1599px) and (min-width: 1366px){
    .cancel-line{
        width: 71%;
    }
    .cancel-slider-container{
        width: 81%;
    }
    .cancel-slider-container > div{
        width: 95% !important;
    }
}
@media (max-width: 1365px) and (min-width: 1280){
    .cancel-line{
        width: 70%;
    }
    /* .cancel-slider-container{
        width: 81%;
    }
    .cancel-slider-container > div{
        width: 95% !important;
    } */
   
}
@media (max-width: 900px){
    .cancel-line{
        width: 100%;
    }
    #arrow-left{
        display: none !important;
    }
    #arrow-right{
        display: none !important;
    }
    .cancel-slider-content-container{
        overflow-x: scroll !important;
       
    }
    .cancel-slider-container{
        width: 100% !important;
    }
    .cancel-slider-container > div {
        width: 100%!important;
    }
    .rtl .my-rental-tracking ~ div{
        margin-left: 0px !important; 
        margin-left: 0px !important;
    }
    .rtl .car-summary-details-rental-info-location{
        flex-direction: column !important;
    }
    .rtl .my-rental-tracking-container{
        transform: translateX(0px) !important;
    }
    .rtl .my-rental-tracking{
        padding-right: 0px !important;
    }
    .rtl .my-rental-page-title{
        padding: 0px 30px !important;
    }
    .profile-car-tracking{
        margin-right: 0px !important;
    }
    .rtl .car-summary-details-kilos{
        margin-left: 0px !important;
    }
    .rtl .price-summary-container input, .rtl .page-child .price-summary-container input{
        left: 0px !important;
    }
    #totalAmountToPay{
        width: 100% !important;
    }
}
.cancel-slider-content-container{
    /* width: 67%; */
    width: auto;
    align-items: center;
    height: 120px;
    display: flex;
    flex-direction: row;
    display: flex;
    flex-direction: row;
    /* overflow-x: scroll; */
    overflow-x: hidden;
    justify-content: center;
    position: relative;
}
.rtl .cancel-slider-content-container{
    direction: rtl;
}
.cancel-slider-content-container::-webkit-scrollbar{
    display: none;
}
.cancel-slider-container i{
    font-size: 44px;
}
.cancel-slider-content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 600px;
    /* width: auto; */
    margin: 0px 30px;
    position: absolute;
    height: 0px;
    top: 50%;
    left: 0px;
    z-index: 10;
    transition: all 0.5s;
}
.cancel-slider-content >  div{
    margin: 0px 30px;
}
.cancel-slider-content h4{
    /* margin-bottom: 14px; */
}
/* .cancel-slider-content > div{
    background-color: red;
} */
.cancel-slider-content p {
    margin:0px;
}
.cancel-slider-content img{
    height: 88px;
    width: 153px;
    border-radius: 8px;
}
 
.cancel-slider-content button{
    background-color: transparent;
    border: 1px solid var(--theme-primarty-color);
    color: var(--theme-primarty-color);
    border-radius: 8px;
    text-align: center;
    height: 52px;
    width: 125px;
    transition: all 0.5s;
    font-family: "TheSansArabic-Plain";
    font-size: 18px;
}

.cancel-slider-content button:hover{
    background-color: var(--theme-primarty-color);
    border: 1px solid transparent;
    color: white;
}
.rtl .cancel-modal{
    direction: rtl;
}
.cancel-item p{
    padding-left: 10px;
    padding-right: 0px;
}
.rtl .cancel-item p{
    padding-right: 10px;
}
@media only screen and (max-width: 900px) {
    .car-detail-payment-method{
        display: flex;
        flex-direction: column !important;
        padding: 10px !important;
    }
    .car-summary-details-my-rental{
        display: flex;
        flex-direction: column;
        width: 100%;
    }

}