 /*.cancelRentalOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}*/
.locRental .BLK_FLL{
    display:none;
}
input[name="continue"] {
    cursor: pointer;
    height: 45px;
    border-radius: 5px;
    background: var(--primary-color);
    color: white;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    border: none !important;
    width: 175px;
    font-size:1em;
    text-indent: 0;
}
input[name="back"] {
    cursor: pointer;
    height: 45px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    width: 162px;
    margin-right: 10px;
    background: white !important;
    border: 1px solid !important;
    border-color: var(--primary-color);
    color: var(--primary-color);
    font-size:1em;
    text-indent: 0;
}
.brandRezCancel .fer,.brandRezCancel .fsd,.brandRezCancel .fss{
    font-size:20px;
}
#cancelRezMsg{
  padding-top: 15px;
  font-size: 20px;
}
li.FLD:first-child {
    margin-right: 40px;
}

li.FLD > div > div {
    position: absolute;
}
li.FLD input, li.FLD select {
    border: none;
    border-bottom: 1px solid #212529;
    width: 100%;
    height: 32px;
    text-indent: 2px;
    font-size: 16px;
    margin-left: 0;
}
li.FLD .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(--primary-color);
    color: white;
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 0.05em;
    border: none;
}
.brand-home-page-form .headerInfo {
    display: flex;
}
.cancelRental .book{
    float: right;
    padding-top: 0px;
    color:var(--primary-color);
    font-size: 1.5em;
    font-weight: bold;
    cursor:pointer;
}
.cancelRental h1{
   float: left;
}
.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.FLD{
    width: 450px;
    margin: 0;
    margin-top: 15px;
    float: none;
   
}
.cancelRental li.FLD.EML{
    width: 100%;
}
.cancelRental  li.FLD:last-child{
    margin-bottom: 50px;
}
.cancelRental > h1{
    text-align: left;
    font-size: 1.8em;
}
.cancelRental li.FLD > div{
    margin-top: 4px;
    position: relative;
}
.cancelRental{
    max-width: 1500px;
    width: 1500px;
    margin-top:20px;
}
@media only screen and (min-width: 0px) and (max-width: 800px){
    .cancelRental {
         max-width: 94%;
         width: 94%;
         margin-top: 30px;
         
    }
    .cancelRental > div{
        margin: 0 !important;
    }
    .cancelRental li.FLD:last-child {
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 0px) and (max-width: 500px) {
    .cancelRental{
        max-width: 94%;
        width: 94%;
        margin-top: 30px;
    }
    .cancelRental .book {
        float: right;
        padding-top: 3px;
        color: var(--primary-color);
        font-size: 20px;
        font-weight: bold;
        cursor: pointer;
     }
     .cancelRental > h1 {
        text-align: left;
        font-size: 22px;
     }
    .cancelRental > h2{
        text-align: start;
    }
    .cancelRental p{
        margin: 10px 0;
    }
    .cancelRental li.FLD:last-child {
        margin-bottom: 5px;
    }
    .cancelRental li.FLD{
        width: 100%;
    }
}
@media only screen and (min-width: 801px) and (max-width: 1024px) {
    .cancelRental{
        max-width: 94%;
        width: 94%;
        margin-top: 30px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .cancelRental {
        max-width: 90%;
        width: 90%;
        margin-top: 30px;
    }
}
@media only screen and (min-width: 1281px) and (max-width: 1419px){
    .cancelRental{
        max-width: 1220px;
        width: 1220px;
        margin-top: 30px;
    }
}
@media only screen and (min-width: 1420px) and (max-width: 1579px){
    .cancelRental{
        max-width: 1370px;
        width: 1370px;
        margin-top: 30px;
    }
}
 