﻿.rtlf1 {
    flex-direction: row-reverse;
    justify-content: space-between;
}
.ltrf1 {
    flex-direction: row;
    justify-content: space-between;
}
/*CultereDDL*/
.ddlpos {
    position: absolute;
    top: 40px;
    left: 120px;
}
.ddlholder {
    display: block;
    position: relative;
    -webkit-font-smoothing: antialiased;
    font-family: 'Barlow', sans-serif;
}
.ddlholder .ddlinput {
    color: #222;
    font-size: 16px;
    padding: 0px 5px 0px 5px;
    cursor: pointer
}
.ddlholder .selectedinput {
    color: #222;
    font-size: 16px;
    padding: 0px 5px 0px 5px;
    cursor: pointer;
    width:50px;
}
    .ddlholder .closed {
        border-left: 1px solid #222;
        border-right: 1px solid #222;
        border-bottom: 1px solid #222;
        border-top: 1px solid #222;
        border-radius: 5px 5px 5px 5px;
    }
    .ddlholder .opened {
        border-left: 1px solid #222;
        border-right: 1px solid #222;
        border-top: 1px solid #222;
        border-radius: 5px 5px 0px 0px;
    }
.ddlholder .ddlinput:hover {
    font-weight: bolder;
}
.ddlholder .chevron {
    font-size:10px;
    padding-left:5px;
}
    .ddlholder .ddlDrop {
        display: flex;
        flex-direction: column;
        justify-items: center;
        align-items:center;
        gap: 5px;
        position: absolute;
        background-color: #fff;
        border-left: 1px solid black;
        border-right: 1px solid black;
        border-bottom: 1px solid black;
        border-radius: 0px 0px 5px 5px;
        width: 50px;
    }
/*CultereDDLEnd*/
.poserror {
    color: red;
    position: absolute;
    right: 18px;
    top: -25px;
}
.undera
{
    text-decoration:underline;
    cursor:pointer;
}
.istyle .btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    padding: 16px 30px;
    padding-left: 55px;
    font-weight: 600;
    border-radius: 3px;
    overflow: hidden;
    text-transform: capitalize;
    vertical-align: middle;
}

    .istyle .btn-style-one:hover {
        color: #fff;
    }

    .istyle .btn-style-one:after {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 0;
        content: "";
        background-color: #000;
        transition: .5s;
        opacity: .1;
        border-top-right-radius: 33px;
        border-bottom-right-radius: 33px;
    }

    .istyle .btn-style-one:hover:after {
        width: 100%;
        border-radius: 0;
    }
    .istyle .btn-style-one:hover:before {
        width: 0%;
        border-radius: 0;
    }

    .istyle .btn-style-one span {
        position: relative;
    }

    .istyle .btn-style-one:before {
        font-family: Flaticon;
        content: "\f115";
        position: absolute;
        left: 26px;
        top: 16px;
        line-height: 25px;
        font-size: 17px;
        color: #fff;
        transform: rotate(0deg);
        font-weight: 400;
        opacity: 1;
    }
.wtlo {
}
.pint {
    display: flex;
    justify-content: space-between;
}
.xpint {
    display: flex;
    gap: 5px;
    position:relative;
}
.pint1 {
    object-fit: contain;
    width: 20px;
    position: absolute;
    right: 5px;
    top: 18px;
}
.payment .input-holder {
    direction: ltr !important;
    padding-left: 18px;
}

.payment-select-group {
    display: flex;
    gap: 48px;
    direction: ltr;
}

.payment-select-group .input-holder {
    position: relative;
    padding: 15px 0 15px 18px;
}

.payment-select-group .input-holder::after {
    content: '';
    background: url('../images/back-ic.svg') center no-repeat;
    background-size: 100%;
    width: 11px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(-90deg);
    pointer-events: none;
}

.payment-select-group .input-holder select {
    width: 100%;
    outline: 0;
}

.payment-card-icons {
    display: flex;
    flex-shrink: 0;
}

.payment-card-icon {
    width: 48px;
    margin-right: 3px;
    object-fit: contain;
    position: absolute;
    right: 20px;
}

.credit-card {
    position: relative;
    width: 100%;
    height: 214px;
    background: linear-gradient(135deg, #0c8af9 0%,#115093 100%);
    border-radius: 15px;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    overflow: hidden;
}

.credit-cards-slider {
    margin-top: 45px;
}
.pricing-block ul {
    position: relative;
    padding: 58px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 35px;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    align-items: center;
}
pricing-block ul li {
    font-size: 18px;
    color: #222;
    margin-bottom: 22px;
    position: relative;
    padding-left: 25px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}
.pricing-block ul li:before {
    content: "";
    display: block;
    height: 14px;
    width: 14px;
    background-image: url(../images/icons/icon-16.png);
}

.langr
{
    text-align:right;
    direction:rtl;
}
.langl {
    text-align: left;
    direction: ltr;
}
.routeimage {
    height: 294.5px !important;
    width: 353px !important;
    object-fit: cover;
}
.logoText {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
    color: #222;
    opacity: 1;
}
#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.validation-message {
    position: absolute;
    top: -5px;
    z-index: 1;
    color: #fa1616;
}

.valmes .validation-message {
    position: absolute;
    top: 0px;
    left: 20px;
    z-index: 1;
    color: #fa1616;
}

.innervalmes .validation-message {
    position: absolute;
    top: 25px;
    left: 15px;
    z-index: 1;
    color: #fa1616;
    font-size: 13px;
}

.mhide {
    display: none !important;
}

.invalid-message {
    position: absolute;
    top: 0px;
    left: 30px;
    z-index: 1;
    color: #fa1616;
}
.overlay {
    height: 100%;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgba(256, 256, 256); /* Black fallback color */
    /*background-color: rgba(73, 201, 50,0.5);*/ /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.3s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
    display: flex;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .overlay .ologo {
        margin-bottom: 80px;
        width: 30vw;
    }

    .overlay .ospinner {
        margin-bottom: 20px;
        width: 20vw;
    }

    .overlay .otext {
        color: #454f63;
        font-size: 19px;
    }
.hidden-blur {
    display: none;
}

.blur-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(39, 39, 39, 0.7);
    backdrop-filter: blur(5px);
    z-index: 4;
}
