/*.cancelRentalOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}*/
.wrapper h1, .wrapper p, .wrapper ul {
    margin: 0;
    padding: 0;
}
.BLK_CR{
   box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    border-radius: 0.6em;
    padding: 25px 25px;
    font-size: 0.9em;
    margin: 20px auto;
    width: fit-content;
}
.cancelRental ul li:first-child{
    margin-right: 0px;
}
.cancelRental .rezcancel section input[type=text], .cancelRental .rezcancel section input[type=email], .cancelRental .rezcancel section input[type=password], select{
    border: none;
    padding: 0;
    border-bottom: 1px solid #212529;
    width: 100%;
    text-indent: 25px;
    outline: none;
    box-shadow: unset;
    border-radius: unset;
} 
.cancelRental h1{
    margin-bottom: 10px;
}
li:first-child {
    margin-right: 40px;
}

li > div > div {
    position: absolute;
}
li input, li select {
    border: none;
    border-bottom: 1px solid #212529;
    width: 100%;
    height: 32px;
    text-indent: 17px;
    margin-left: 0;
}
li .fa-solid {
    padding: 0;
    min-width: 10px;
    line-height: 32px;
}
li input[name="rezsearch"] , li input[name="send"]  {
    cursor: pointer;
    height: 45px;
    border-radius: 5px;
    background: var(--interactive-color);
    color: white;
    font-size: 1.2em;
    font-weight: 700;
    letter-spacing: 0.05em;
    border: none;
}
.cancelRental {
    display: block !important;
    position: unset;
    transform: none;
     width: auto;
    margin: auto;
    /*top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background: #fff;
    width: 700px;
    border-radius: 10px;
    z-index: 999;*/
}
.cancelRental > .fa-solid{
    display: none;
}
.cancelRental > div{
    margin: 0 !important;
}
.cancelRental  li{
    width: 450px;
    margin: 0;
    margin-top: 15px;
    float: none;
   
}
.cancelRental li.EML{
    width: 100%;
}
/*.cancelRental  li:last-child{
    margin-bottom: 50px;
}*/
.cancelRental > h1{
    text-align: left;
    font-size: 1.8em;
}
.cancelRental li > div{
    margin-top: 4px;
    position: relative;
}
.cancelRental{
    max-width: 1500px;
}
@media only screen and (min-width: 0px) and (max-width: 800px){
    .cancelRental {
         max-width: 94%;
    }
    .cancelRental > div{
        margin: 0 !important;
    }
    .cancelRental li:last-child {
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 0px) and (max-width: 500px) {
    .cancelRental{
        max-width: 94%;
    }
    .cancelRental > h2{
        text-align: start;
    }
    .cancelRental p{
        margin: 10px 0;
    }
    .cancelRental li:last-child {
        margin-bottom: 5px;
    }
    .cancelRental li{
        width: 100%;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .cancelRental {
        max-width: 90%;
    }
}
@media only screen and (min-width: 1281px) and (max-width: 1419px){
    .cancelRental{
        max-width: 1220px;
    }
}
@media only screen and (min-width: 1420px) and (max-width: 1579px){
    .cancelRental{
        max-width: 1370px;
    }
}