/* input(257,26): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':' */
* {
    font-family: 'SimplerProRegular';
}

.firstPart {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    direction: rtl;
}

.midllePart {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    overflow-y: unset;
}


.imgUp {
    transform: rotate(180deg);
    position: absolute;
    z-index: 1 !important;
    bottom: 292px;
    right: 316px;
}

#toApproveId {
    width: 238px;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.26px;
    text-align: right;
    color: #8a8a8a;
    direction: rtl;
    padding-left: 98px;
}

#dataPark {
    /* margin: 60px auto 0px; */
}

#cancelParkText {
    /* margin: 100px 0px; */
}

#cancelParking {
    width: 138px;
    height: 56px;
    margin: 0 0.6px 6.5px 13.4px;
    font-size: 30px;
    line-height: 0.92;
    letter-spacing: -0.27px;
    text-align: right;
}

#notPayText {
    font-size: 16px;
    letter-spacing: -0.28px;
    text-align: right;
}

#cannotBeCancelled {
    height: 24px;
    margin: 7px 105.5px 248.5px 8.5px;
    font-size: 20px !important;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.21px;
    text-align: center;
    color: #636363;
}

#canelLink {
    height: 31px;
    margin: 0px 0px 7px 7px;
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.28px;
    text-align: center;
    color: #2e69e7;
}

#btnparkanyway {
    font-family: SimplerProBold;
    font-size: 20px;
    width: 280px;
    height: 50px;
    margin: 0px 47px 0px 48px;
    padding: 12.2px 90.4px 9.8px 82.6px;
    border-radius: 25.5px;
    background-color: #2e69e7;
}

#NotMyCarText {
    width: 375px;
    height: 23px;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: -0.3px;
    text-align: center;
    color: #2e69e7;
    text-decoration-line: underline;
}


#btnnotnow {
    width: 280px;
    height: 50px;
    background: white;
    box-shadow: none;
    border: solid;
}

#btnnotnowtext {
    width: 94px;
    height: 28px;
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 0.06px;
    text-align: center;
    color: #2e69e7;
}

.display_none {
    display: none;
}

span.selected {
    white-space: nowrap;
    min-width: 73px;
}

.ui-checkbox .ui-btn, .ui-radio .ui-btn {
    white-space: nowrap;
}
/*.inner-part .custom-inner-part .select-box .ui-radio .ui-btn {
    margin: 0;
    text-align: left;
    white-space: nowrap !important;
    z-index: 2;
}*/



.select-box .options-container.active {
    margin-top: 34px !important;
    border-radius: 5px !important;
    border: 1px solid #f4f4f4 !important;
}

.option {
    margin-bottom: 2px !important;
    border-radius: 0px !important;
    border: 1px solid #eaeaea;
}

.select-box label {
    padding: 4px 10px !important;
    z-index: -1 !important;
    border: 0 !important;
    border-radius: 5px;
}

.ui-checkbox, .ui-radio {
    margin: 0 !important;
}

.select-box label {
    margin: 0 !important;
}

.option {
    border-bottom: none !important;
}

    .option:nth-child(2) {
        padding-bottom: 1px;
    }

    .option:nth-child(1) {
        margin-bottom: 0;
    }


/* Style for selected (checked) options */
select option:checked {
    background-color: #fff !important;
}

select option:default {
    background-color: #fff !important;
}

select option:hover {
    background-color: #fff !important;
}

.change_bg {
    background-color: #fff !important;
}

select option:checked {
    -webkit-background-color: #fff !important;
}

select option:default {
    -webkit-background-color: #fff !important;
}

select option:hover {
    -webkit-background-color: #fff !important;
}

.change_bg {
    background-color: #fff !important;
}


#cars option {
    text-align: center !important;
    color: #000 !important;
    /*    width: 100px !important;*/
}

.option {
    border-bottom: 1px solid grey;
}

.select-box {
    position: relative;
    display: flex;
    flex-direction: column;
}

    .select-box .options-container {
        background: #fff;
        color: #000;
        max-height: 0;
        border: 1px solid grey;
        width: 115px;
        opacity: 0;
        border-radius: 5px;
        overflow: auto;
        transition: order: 1;
        position: absolute;
        z-index: 100;
    }

.selector-wrapper > .arrow {
    fill: #2e69e7 !important;
    margin-left: 5px;
}

.selected {
    background: #fff;
    border-radius: 5px;
    color: #2e69e7;
    border: 1px solid #2e69e7;
    position: relative;
    order: 0;
}

    .selected::after {
        content: "";
        background-size: contain;
        background-repeat: no-repeat;
        disaply: flex;
        height: 100%;
        width: 32px;
        right: 10px;
        top: 5px;
        top: 120%;
        transition: all 0.4s;
    }

.select-box .options-container.active {
    max-height: 240px;
    opacity: 1;
    overflow-y: hidden;
    margin-top: 40px;
    border-radius: 5px !important;
}

.selector-wrapper > .arrow {
    transition: 0.2s;
}

.selector-wrapper > .arrow {
    cursor: pointer;
    float: right !important;
    display: block;
    flex-direction: row;
    position: absolute;
    align-items: center;
    background-color: transparent;
    border-radius: 15px;
    height: 100%;
    top: 25%;
    height: 20px;
    z-index: 99;
}

.rotated {
    transform: rotate(180deg) !important;
}

.select-box .options-container::-webkit-scrollbar {
    width: 8px;
    border-radius: 15px;
    scrollbar-width: 5px;
    width: 5px;
    margin-top: -10px;
    overflow: hidden;
    background: transparent;
    display: none;
}


.select-box .options-container::-webkit-scrollbar-thumb {
    background: #525861;
    border-radius: 15px;
    scrollbar-width: 5px;
    height: 5px;
    length: 10px;
    margin-top: -10px;
}

.select-box .options-container::-webkit-scrollbar-track {
    background: transparent;
    display: none;
}

.options-container {
    overflow: overlay !important;
}

.select-box .option,
.selected {
    /* padding: 12px 24px; */
    cursor: pointer;
}

.selected {
    padding: 5px 10px 5px 30px;
    float: left;
}


.select-box label {
    cursor: pointer;
    display: block;
    padding: 0px 10px;
    text-align: center !important;
    font-weight: 400 !important;
    color: #000 !important;
    z-index: -1 !important;
    border: 0px !important;
    background: #fff !important;
}

    .select-box label:after {
        display: none !important;
    }

.select-box .option .radio {
    display: none;
}

/* Searchbox */

.search-box input {
    width: 100%;
    padding: 12px 16px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    position: absolute;
    border-radius: 8px 8px 0 0;
    z-index: 100;
    border: 8px solid #2f3640;
    opacity: 0;
    pointer-events: none;
}

.options-container.active {
    pointer-events: auto;
}

.options-container {
    border-radius: 15px !important;
}

.option {
    margin: 0px;
    border-radius: 0px;
}

.selector-wrapper {
    position: relative;
    display: flex;
}





.ui-btn-icon-left:after, .ui-btn-icon-right:after, .ui-btn-icon-top:after, .ui-btn-icon-bottom:after, .ui-btn-icon-notext:after {
    background-color: #666;
    background-color: transparent !important;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-border-radius: 1em;
    border-radius: 1em;
}

.ui-btn-icon-right:after {
    left: 0 !important;
}

.ui-icon-carat-d:after {
    background-image: url("../images/d-arw.png") !important;
    background-size: 11px !important;
}

#cars-button span {
    font-family: 'Open Sans Hebrew',Arial,sans-serif;
    font-weight: 500;
}

.ui-select .ui-btn > span:not(.ui-li-count) {
    padding-top: 2px;
    padding-left: 20px;
}

div#cars-button {
    background-color: transparent !important;
    color: #2e69e7 !important;
    font-size: 15px;
    border: 1px solid !important;
    border-radius: 5px;
    height: 24px;
    /*    width: 101px;*/
    line-height: 20px;
    padding: 0 5px;
    text-align: right;
    background-repeat: no-repeat;
    background-position: 6px 55%;
    background-size: 11px;
    box-shadow: none !important;
    margin-bottom: 1px;
}

#cars option {
    text-align: center !important;
    background-color: transparent !important;
    color: #2196F3 !important;
    width: 100px !important;
}

.ui-btn-icon-left:after, .ui-btn-icon-right:after, .ui-btn-icon-top:after, .ui-btn-icon-bottom:after, .ui-btn-icon-notext:after {
    background-color: #666;
    background-color: transparent !important;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-border-radius: 1em;
    border-radius: 1em;
}

.ui-btn-icon-right:after {
    left: 0 !important;
}

.ui-icon-carat-d:after {
    background-image: url("../images/chevron.png") !important;
    background-size: 14px !important;
}

.ui-select .ui-btn > span:not(.ui-li-count) {
    padding-top: 2px;
    padding-left: 20px;
}

div#cars-button {
    background-color: transparent !important;
    color: #2e69e7 !important;
    font-size: 15px;
    border: 1px solid !important;
    border-radius: 5px;
    height: 24px;
    width: 101px;
    line-height: 20px;
    padding: 0 5px;
    text-align: right;
    background-repeat: no-repeat;
    background-position: 6px 55%;
    background-size: 11px;
    box-shadow: none !important;
    margin-bottom: 1px;
}

.cs_run_btn .run-parking-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 324px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 10px;
    gap: 20px;
}

.cs_run_btn button#popupparkcancel {
    max-width: 150px;
    width: 100%;
    border-radius: 25.2px;
    border: solid 1.3px #2e69e7;
    font-size: 17.8px;
    font-weight: normal;
    letter-spacing: normal;
    text-align: center;
    color: #2e69e7;
    font-family: 'SimplerProBold';
    background: transparent;
}

.cs_run_btn .run-parking-button .run-btn-blue {
    max-width: 150px;
    width: 100%;
    object-fit: contain;
    border-radius: 25.2px;
    border: solid 1.3px #2e69e7;
    text-align: center;
    background-color: #2e69e7;
    color: #fff;
}

.cs_run_btn button#btnparkanyway:hover {
    background-color: #346de7 !important;
    border-color: #346de7 !important;
    color: #fff;
    box-shadow: none !important;
}

button#notMyCarLinklbl {
    color: #2e69e7 !important;
}

.modal-not-my-car {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,.4);
}

.run-parking-button button#btnparkanyway {
    width: 280px;
}

.pop-up-not-my-car {
    top: 50%;
    position: fixed !important;
    left: 0;
    right: 0;
}

button.dropbtn.ui-btn.ui-shadow.ui-corner-all {
    text-overflow: ellipsis;
    width: 100px;
    padding-left: 20px;
}
/* 16/10/23 */

.new_btn {
    max-width: 100% !important;
    font-weight: normal;
    cursor: pointer;
    box-shadow: none !important;
}

    .new_btn:hover {
        background: #2e69e7 !important;
        border-color: #2e69e7 !important;
        box-shadow: none !important;
    }

    .new_btn.trans_parent {
        cursor: pointer;
        box-shadow: none !important;
    }

        .new_btn.trans_parent:hover {
            background: transparent !important;
            color: #2e69e7;
            box-shadow: none !important;
        }

.number_plate {
    font-weight: 700 !important;
}

.new_btn.trans_parent {
    background: transparent;
    color: #2e69e7;
    font-weight: normal;
    width: fit-content;
    margin: 0 auto;
    border: none;
    box-shadow: none;
    text-decoration: underline !important;
}

.cs_ellips {
    white-space: nowrap;
    width: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ms_zero {
    max-width: 336px;
    margin: 0px auto !important;
    display: block;
    padding: 15px 0px;
}

#customTheme {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.image_ccc {
    display: block;
    text-align: right;
}

header img {
    padding: 15px;
}

.run-parking {
    width: 100%;
    /*max-width: 324px;*/
    margin: 0px auto 0px;
    padding: 0px;
}

    .run-parking h3 {
        font-size: 26px !important;
    }

.activated-parking {
    margin: 26px auto 0px;
    width: 100%;
    max-width: 290px;
    padding: 0;
}

    .activated-parking h3 {
        font-size: 29px !important;
        line-height: 0.83 !important;
        letter-spacing: -0.31px !important;
        margin: 0px !important;
        direction: rtl;
    }

    .activated-parking p {
        margin: 19px auto 30px !important;
        font-size: 18px !important
    }

        .activated-parking p span {
            display: block;
            font-family: 'SimplerProSemibold';
        }

.activate-content a {
    text-decoration: none;
    direction: rtl;
    /*font-weight: 600 !important;*/
    font-family: 'SimplerProSemibold';
}

.footerScreen3 img {
    margin-top: 0 !important;
}

.run-margin {
    margin-bottom: 0 !important;
}

.run-parking h3,
.activated-parking h3 {
    font-family: 'SimplerProBold';
    font-size: 1.4rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.28px;
    text-align: center;
    color: #2e69e7;
    direction: rtl;
    width: 100%;
    max-width: 324px;
    margin-left: auto;
    margin-right: auto;
}

.run-parking p,
.activated-parking p {
    margin: 34px auto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: -0.28px;
    text-align: center;
    color: #636363;
    margin-bottom: 42px;
    direction: rtl;
}

.run-parking span {
    display: block;
    font-family: 'SimplerProSemibold';
}

.run-parking-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 324px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 10px;
}

    .run-parking-button a {
        max-width: 150px;
        width: 100%;
        padding: 12px 0px;
        object-fit: contain;
        border-radius: 25.2px;
        border: solid 1.3px #2e69e7;
        direction: rtl;
        text-align: center;
        text-decoration: none;
        font-size: 17.8px;
        font-weight: normal;
        letter-spacing: normal;
        text-align: center;
        color: #2e69e7;
        font-family: 'SimplerProBold';
    }

    .run-parking-button .run-btn-blue {
        max-width: 150px;
        width: 100%;
        padding: 10px 0px;
        object-fit: contain;
        border-radius: 25.2px;
        border: solid 1.3px #2e69e7;
        text-align: center;
        background-color: #2e69e7;
        color: #fff;
        direction: rtl;
    }

        .run-parking-button .run-btn-blue:hover, .run-parking-button .run-btn-blue:focus {
            color: #fff !important;
        }

.ui-page-theme-c a:hover, html .ui-bar-c a:hover, html .ui-body-c a:hover, html body .ui-group-theme-c a:hover {
    color: #2e69e7;
}

.ui-page-theme-c a:active, html .ui-bar-c a:active, html .ui-body-c a:active, html body .ui-group-theme-c a:active {
    color: #2e69e7;
}

.run-content,
.activate-content {
    text-align: center;
    /*padding: 0px 10px;*/
}

.run-content-anchor {
    text-align: center;
    margin-top: 40px;
    /*margin-bottom: 69px;*/
    padding: 0px 10px;
    direction: rtl;
}

    .run-content-anchor a {
        color: #2e69e7;
        font-size: 17px;
        font-weight: normal
    }

.run-content form {
    max-width: 330px;
    width: 100%;
    margin: 30px auto 30px;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.26px;
    text-align: center;
    color: #8a8a8a;
}

.run-content a,
.activate-content a {
    max-width: 324px;
    width: 100%;
    margin: 7.2px auto 14px;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: -0.3px;
    text-align: center;
    color: #2e69e7;
}

    .run-content a:hover,
    .activate-content a:hover {
        color: #2e69e7;
    }

.run-content .ui-checkbox {
    display: flex;
    justify-content: center;
    background: transparent;
    padding: 0px 25px 0px 0px;
    margin: 24px 7px 7.2px 10px;
}

    .run-content .ui-checkbox label {
        background: transparent;
        border: none;
        direction: rtl;
        color: #8a8a8a !important;
        font-size: 15px;
        text-align: right;
        padding: 0px 5px 0px 0px;
        font-weight: normal;
        position: relative;
    }

.run-content form {
    position: relative;
}

.run-content .checkCon {
    position: absolute;
    left: 18%;
    top: 51%;
    z-index: 99;
}

    .run-content .checkCon a {
        color: #2e69e7;
        font-size: 15px;
    }

.run-content .ui-checkbox input, .ui-radio input {
    position: absolute;
    left: auto;
    top: 50%;
    width: 22px;
    height: 22px;
    margin: -11px 0 0 0;
    outline: 0 !important;
    z-index: 1;
    right: -2px;
}

.ui-btn.ui-checkbox-on.ui-checkbox-on:after, .ui-btn.ui-checkbox-off:after {
    background-color: none;
    background-image: none;
    content: inherit !important;
}

.run-content .ui-checkbox label:hover, .run-content .ui-checkbox label:active, .run-content .ui-checkbox label:focus {
    background: transparent;
    border: none;
    color: #8a8a8a !important;
    box-shadow: none;
}

.run-content .ui-checkbox input#vehicle1 {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-left: 10px;
}

.activate-timing {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 297px;
    margin: 0 auto;
    padding: 0px 10px;
}

.acti-time-list {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #e6e6e6;
    padding-bottom: 0px;
}

.content-icon {
    display: flex;
    justify-content: space-evenly;
    justify-content: center;
    align-items: center;
}

.acti-time-list p {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: -0.18px;
    color: #636363;
}

.content-icon p {
    font-size: 16.8px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.12;
    letter-spacing: -0.2px;
    text-align: right;
    direction: rtl;
    color: #191919;
    font-family: 'SimplerProSemibold';
}

.content-icon img {
    width: 25px;
    height: 25px;
    margin: 0 0 0 10px;
    object-fit: contain;
}

.activate-content {
    /* margin-top: 20px; */
}

.cancel-payment h3 {
    direction: rtl;
    width: 322px;
    margin: 0px auto 28.5px;
    font-family: SimplerPro;
    font-size: 29px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.31px;
    text-align: center;
    color: #2e69e7;
    font-family: 'SimplerProBold';
}
/*.cancel-content{
  max-width: 270px;
  width: 100%;
  margin: 37px auto 35px;
  text-align: center;
  padding: 0px 10px ;
}*/

/*.cancel-content p{
  padding-top: 15px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  direction: rtl;
  letter-spacing: -0.19px;
  text-align: center;
  color: #636363 !important;
  margin-bottom: 50px;
  font-family: 'SimplerProLight';
}*/

.cancel-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    /*margin-bottom: 55px;*/
}

    .cancel-content p {
        width: 100%;
        max-width: 280px;
        margin: 37px auto 40px;
        /*padding: 28px 250.3px 1px 11.5px;*/
        font-family: 'SimplerProLight';
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -0.19px;
        text-align: center;
        color: #636363;
        direction: rtl;
    }

    .cancel-content .cancel-btn {
        /*width: 100%;*/
        max-width: 270px;
        /*margin: 40px auto 52px;*/
        padding: 12px 35px;
        object-fit: contain;
        border-radius: 25.2px;
        background-color: #2e69e7;
        font-size: 17.8px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.51;
        letter-spacing: normal;
        text-align: center;
        color: #fff;
        direction: rtl;
        text-decoration: none;
        font-family: 'SimplerProBold';
    }

        .cancel-content .cancel-btn:focus, .cancel-content .cancel-btn:hover {
            color: #fff !important;
        }

.cancel-payment-sucess {
    max-width: 324px;
    margin: 132px auto 50px;
    padding: 0px 10px;
}

    .cancel-payment-sucess h3 {
        font-size: 23px;
        font-weight: normal;
        direction: rtl;
        font-stretch: normal;
        font-style: normal;
        line-height: 30px;
        letter-spacing: -0.41px;
        text-align: center;
        color: #2e69e7;
        margin: 0px;
        font-family: 'SimplerProLight';
    }


        .cancel-payment-sucess h3 span {
            font-family: 'SimplerProBold';
            font-size: 24px;
            display: block;
        }

    .cancel-payment-sucess p {
        width: 209px;
        margin: 50.6px auto;
        font-size: 26px;
        direction: rtl;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.92;
        letter-spacing: -0.28px;
        text-align: center;
        color: #636363;
    }

.footer-img {
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .footer-img p {
        font-family: 'SimplerProLight';
    }

.Ran-parking-problem {
    max-width: 273px;
    width: 100%;
    height: 62px;
    margin: 0px auto 27px;
}

    .Ran-parking-problem h3 {
        font-size: 26px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -0.28px;
        text-align: center;
        color: #2e69e7;
        direction: rtl;
        padding: 0px 20px;
        font-family: 'SimplerProBold';
    }

.message {
    width: 291px;
    height: 83px;
    margin: 27px auto 80px;
}

    .message p, .message span {
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.56;
        letter-spacing: -0.19px;
        text-align: center;
        color: #636363;
        direction: rtl;
        margin: 10px 0px;
    }

    .message span {
        font-family: 'SimplerProSemibold';
        display: flex;
        justify-content: center;
        font-size: 20px;
    }

.future-inq {
    max-width: 195px;
    width: 100%;
    margin: 10px auto 20px;
}

    .future-inq p {
        width: 195px;
        margin: 10px auto 3px;
        font-family: 'SimplerProLight';
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -0.19px;
        text-align: center;
        color: #636363;
        direction: rtl;
    }

.link-inactivate {
    width: 100%;
    margin: 131px auto 7px;
}

    .link-inactivate h3 {
        font-size: 26px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -0.28px;
        text-align: center;
        color: #2e69e7;
        direction: rtl;
        margin-bottom: 10px;
        font-family: 'SimplerProBold';
    }

    .link-inactivate p {
        margin: 7px auto 120px;
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -0.21px;
        text-align: center;
        color: #636363;
        font-family: 'SimplerProSemibold';
    }

.paid-parking {
    display: block;
    margin: 0 auto 0px;
}

    .paid-parking h3 {
        width: 100%;
        max-width: 250px;
        margin: 0px auto 0.8px;
        font-family: 'SimplerProBold';
        font-size: 26px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -0.28px;
        text-align: center;
        color: #2e69e7;
    }



    .paid-parking h4 {
        width: 100%;
        max-width: 185px;
        margin: 5px auto 33px;
        font-size: 25px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -0.27px;
        text-align: center;
        color: #636363;
        direction: rtl;
        font-family: 'SimplerProSemibold';
    }

    .paid-parking p {
        max-width: 195px;
        width: 100%;
        margin: 33px auto 19px;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -0.19px;
        text-align: center;
        color: #636363;
        direction: rtl;
        font-family: 'SimplerProLight';
    }

.not-pay {
    max-width: 334px;
    width: 100%;
    margin: 0px auto 0px;
}

    .not-pay h3 {
        font-size: 26px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -0.28px;
        text-align: center;
        color: #2e69e7;
        margin: 0px auto 10px;
        direction: rtl;
        font-family: 'SimplerProBold';
    }

    .not-pay h4 {
        max-width: 375px;
        width: 100%;
        margin: 10px auto 34px;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -0.21px;
        text-align: center;
        color: #636363;
        direction: rtl;
        font-family: 'SimplerProSemibold';
    }

    .not-pay p {
        max-width: 375px;
        margin: 34px auto 19px;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -0.19px;
        text-align: center;
        color: #636363;
        direction: rtl;
        font-family: 'SimplerProLight';
    }

        .not-pay p span {
            display: block;
            font-family: 'SimplerProLight';
            font-weight: normal;
        }

.expire-code {
    /*max-width: 194px;
  width: 100%;*/
    margin: 0 auto 0px;
}

    .expire-code h3 {
        width: 100%;
        max-width: 210px;
        margin: 0px auto 4px;
        font-size: 26px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -0.28px;
        text-align: center;
        color: #2e69e7;
        direction: rtl;
        font-family: 'SimplerProBold';
        box-shadow: none !important;
    }

.ui-page-theme-c .ui-focus {
    box-shadow: none !important;
}

.expire-code p {
    max-width: 195px;
    width: 100%;
    margin: 27px auto 60px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    /*line-height: normal;*/
    letter-spacing: -0.19px;
    text-align: center;
    color: #636363;
    direction: rtl;
    font-family: 'SimplerProLight';
}

.footer-img img {
    /*max-width: 375px;*/
    margin: 0;
    object-fit: contain;
    width: 100%;
}

.footer-img p {
    direction: rtl;
    margin: 0px 0 10px;
    object-fit: contain;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    color: #636363;
    width: 100%;
    max-width: 365px;
}


.inner-part .lg-text {
    font-size: 30px;
    line-height: 27px;
    text-align: right;
    color: #2e69e7;
    max-width: 280px;
    letter-spacing: 0.4px;
    margin: 0 0.6px 6.5px 80.4px;
}

.inner-part {
    display: flex;
    max-width: 450px;
    justify-content: center;
    align-content: center;
    margin: 7% 4%;
    padding: 0 10px;
}

    .inner-part .lf-part {
        margin-right: auto;
    }


    .inner-part #select-3-button {
        background: transparent;
        color: #2e69e7;
        font-size: 15px;
        font-weight: 40;
        border: 1px solid;
        border-radius: 50px;
        height: 28px;
        width: 95px;
        line-height: 28px;
        padding: 0 10px;
        text-align: right;
        background-image: url(../images/d-arw.png);
        background-repeat: no-repeat;
        background-position: 10%;
        background-size: 13px;
    }


.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    left: 0;
    z-index: 1;
}



.show {
    display: block;
    box-shadow: none;
    background: transparent;
}

.inner-part .dropdown button {
    background-color: transparent !important;
    color: #2e69e7 !important;
    font-size: 15px;
    border: 1px solid !important;
    border-radius: 5px;
    height: 24px;
    width: 101px;
    line-height: 20px;
    padding: 0 5px;
    text-align: right;
    background-image: url(../images/d-arw.png);
    background-repeat: no-repeat;
    background-position: 6px 55%;
    background-size: 11px;
    box-shadow: none !important;
    margin-bottom: 1px;
}



.inner-part #select-3-button::after {
    display: none;
}

.inner-part .sm-cont {
    margin: 10px 0px;
    color: #191919;
    font-size: 15px;
}

.num-text p {
    margin: 0 !important;
    font-size: 26px !important;
    color: #2e69e7;
    font-weight: 300;
    font-family: SimplerProLight;
}


.num-text a {
    font-size: 26px;
    color: #2e69e7;
    text-decoration: none;
    font-weight: 700;
}

.num-text {
    text-align: center;
    margin: 30px 0px;
}

.run-new a {
    max-width: 90% !important;
    font-size: 20px !important;
    margin: 0px auto;
    letter-spacing: 1px;
}

.footer-img p {
    font-size: 14px;
    color: #636363;
}


.run-parking-button.run-new a {
    padding: 10px 0px !important;
}



.inner-part .dropdown {
    position: relative;
}


.dropdown-content a {
    display: block;
    text-decoration: none;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    background-color: #fff;
    color: #2e69e7;
    font-weight: 40;
    margin-bottom: 3px;
    width: 101px;
    text-align: center;
    height: 24px;
    line-height: 26px;
}


.activate-timing.mg-gap {
    /* margin: 60px auto 0px; */
}



.lw-cont {
    font-size: 24px !important;
    color: #636363 !important;
    margin: 0 !important;
    font-weight: 600 !important;
}

.lg-text.lg-bold {
    font-weight: 700;
}



.w-anchor-text p {
    color: #636363;
    font-size: 26px;
}



.nr-text p {
    color: #636363;
    font-size: 20px;
}


.decoration-none {
    text-decoration: none;
}


.num-text .gr-text {
    margin: 30px 0px 0px !important;
}


.in-row-cont {
    max-width: 336px;
    margin: 0px auto;
    display: block;
}



    .in-row-cont p {
        color: #636363;
        font-size: 16px;
        display: flex;
        justify-content: flex-end;
    }

.lst-line b {
    color: #2e69e7;
    margin: 0 10px 0px 0px;
}

.lst-line {
    padding-right: 30px;
}

.in-row-cont p img {
    margin-left: 10px;
}

.in-row-cont p span {
    color: #2e69e7;
}


.blw-text p {
    color: #8a8a8a;
    margin: 0 0 0px 0px;
}


    .blw-text p a {
        color: #8a8a8a;
        font-weight: 40;
        margin: 0 5px 0px 0px;
    }


.blw-text {
    padding-right: 58px;
    margin: 30px auto 30px;
}

/* 26 july 2023 */
.custom-header {
    padding: 20px 20px 0px;
    margin-bottom: 0px;
    direction: ltr;
}

    .custom-header img {
        padding: 0px;
    }

.custom-inner-part {
    padding: 0px 0px;
}

.run-parking-outer {
    padding: 0 15px;
}

.custom-inner-part .lf-part .dropdown button {
    margin-top: 0px;
    font-weight: normal;
}

.custom-inner-part .sm-cont {
    margin-bottom: 0px;
}
/*.custom-num-text{
  margin: 43px auto 39px;
}*/
.custom-blue-btn {
    padding: 11px 0px !important;
}

.custom-run-auth {
    margin-top: 0px !important;
}

.custom-active-time {
    /*    margin: 72px auto 0px !important;*/
    max-width: 100%;
    padding: 0;
}

.cs-inner {
    padding: 0px 3px;
}

.cs-acti {
    margin: 22px auto 19px !important;
}

.cs-num {
    margin: 25px auto 25px !important;
}

.gr-text.cs-gr {
    font-size: 22px !important;
    font-family: 'SimplerProRegular';
    color: #2e69e7;
    display: flex;
    justify-content: center;
    margin: 0px 0px 16px;
}

.cs-blw-text {
    margin: 20px 0px;
}

    .cs-blw-text p {
        font-size: 16px;
        font-family: 'SimplerProRegular';
    }

.custom-header-new {
    padding: 20px;
    margin-bottom: 129px;
}

    .custom-header-new img {
        padding: 0px;
    }

.cs-run-park {
    margin-bottom: 180px;
}

.part-cs {
    padding: 0px 3px;
}

    .part-cs .sm-cont {
        margin-bottom: 0px;
    }

.map-cs {
    margin: 21px auto 29px;
}

.run-parking-button.run-new.btn-bb {
    margin-top: 24px !important;
}

.header-cs-new {
    padding: 15px 15px;
    margin-bottom: 131px;
}

    .header-cs-new img {
        padding: 0px;
    }
/*.mar-bootom{
  margin-bottom: 134px;
}*/
.mar-bootom .num-text {
    margin: 0px 0px 40px !important;
}

.cs-runcontent {
    margin-top: 0px !important;
}

    .cs-runcontent p {
        margin: 0px !important;
    }

.custom-head {
    padding: 15px;
    margin-bottom: 84px;
}

.cs-mn-text {
    margin: 0px;
}

.nr-txt {
    margin: 30px auto 43px !important;
}

    .nr-txt p {
        margin: 10px 0px;
    }

.run-content-anchor.cs-anc {
    margin-top: 30px !important;
}


.lower-text-head .custom-head {
    margin-bottom: 60px;
}

.lower-text-head {
    justify-content: flex-start !important;
    background: transparent;
}

.num-text .cs-font {
    font-size: 24px !important;
}
/* 26 july 2023 */


.spc-less {
    margin-bottom: 0;
}


.add-spc p {
    margin: 5px 0px 0px;
}


.run-parking-outer.mr-padding {
    padding: 0 35px;
}

.sm-line p {
    line-height: 25px;
}


/* ---Unlock Slider component */
.coins-lottie {
    position:relative;
}
.coins {
    box-shadow: 0 0 2px rgba(0,0,0,0.15);
    background-image: url("images/coinsBackground.png");
    background-size: cover;
    border-radius: 25px;
    border: 1px solid #F9F9F9;
    overflow: hidden;
    width: 328px;
    height: 150px;
    max-width: 100%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    z-index: 0;
}

.coins-title {
    line-height: 1.25rem;
    color: #191919;
}

.coins-title__number {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.75rem;
    color: #FF6550;
}
.slide-container {
    width: 284px;
    height: 48px;
    background-color: #eee;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    direction: rtl;
    margin-bottom: 1.25rem;
}

.slide-track {
    width: 100%;
    height: 100%;
    background-color: #2E69E7;
    position: relative;
    border-radius: 24px;
}

.slide-thumb {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.3s ease;
    cursor: grab;
    position: absolute;
    right: 5px;
    top: calc(50% - 20px);
}

.slide-thumb--loading {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 5px;
    top: calc(50% - 20px);
    justify-content: center;
    align-items: center;
    transition: right 0.3s ease;
    cursor: grab;
    display: none;
}

.slide-text {
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 100px);
    color: #555;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    color: #ffffff;
}

.success-response {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(calc(-50% - 1px), -50%);
    color: #555;
    font-size: 16px;
    font-weight: bold;
    width: calc(100% - 10px);
    margin: auto;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}

.lottie {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 500px;
    opacity: 0;
    visibility: hidden;
}

.coins-animation {
    width: 100%;
    height: 100%;
}


/*----*/

@media (max-width: 480px) {
    .run-parking p {
        margin: 20px 0px;
    }


    .run-parking h3 {
        margin: 0px;
    }


    .run-parking-button a {
        padding: 5px !important;
        font-size: 12px;
    }


    .run-content form {
        margin: 20px auto 20px;
    }

    .run-content-anchor {
        margin-top: 37px;
    }

    .run-parking-button a, .run-parking-button .run-btn-blue {
        max-width: 145px;
    }
}


@media screen and (max-width: 360px) {
    #btnnotnow {
        margin: 0 0 0 0 !important
    }

    .sm-cont {
        font-size: 14px !important;
    }

    .run-parking h3 {
        font-size: 1.2rem !important;
    }

    .cancel-payment h3 {
        font-size: 1.2rem;
    }

    .expire-code h3 {
        font-size: 22px;
    }

    .expire-code p {
        font-size: 14px;
    }

    .run-parking, .paid-parking {
        width: 97%;
    }

        .run-parking p {
            font-size: 10px;
        }

    .cancel-content p {
        font-size: 15px;
    }

    .run-content .ui-checkbox label {
        font-size: 10px;
        text-align: center;
    }

    .activated-parking h3, .activated-parking h3 {
        font-size: 22px !important;
    }

    .footer-img p {
        font-size: 11px;
        max-width: 300px;
    }

    .run-parking-button a,
    .run-parking-button .run-btn-blue {
        max-width: 130px;
    }

    .run-parking-button {
        justify-content: space-evenly;
    }

    .run-parking, .activated-parking, .cancel-payment, .cancel-payment-sucess, .activate-timing, .cancel-content, .activate-timing,
    .activate-content, .run-parking-button {
        width: 97%;
        padding: 0px;
    }

    .not-pay, .paid-parking {
        width: 97%;
    }

        .not-pay h3 {
            font-size: 19px;
        }

        .not-pay h4 {
            font-size: 15px;
        }

        .paid-parking h3 {
            font-size: 20px;
        }

        .paid-parking h4 {
            font-size: 18px;
        }

        .paid-parking p {
            font-size: 16px;
        }

    .message p {
        font-size: 16px;
    }

    .future-inq p {
        font-size: 16px;
    }

    .cancel-payment-sucess p {
        font-size: 21px;
    }

    .activate-content a {
        font-size: 15px;
    }

    .footer-img p {
        font-size: 12px;
    }

    .run-parking p {
        font-size: 10px;
    }


    .num-text p {
        font-size: 24px !important;
    }
}

@media screen and (max-width: 375px) {
    .run-parking-button button#btnparkanyway {
        width: 282px;
    }
}



.image_ccc img {
    position: absolute;
    left: 49%;
    bottom: 31%;
}

.image_ccc.collapase-data.ui-link.cs_ellips {
    display: block;
    width: 300px;
}

.image_ccc.collapase-data.cs_ellips img {
    bottom: 68%;
    left: unset;
    right: -24px;
}

@media only screen and (max-width: 410px) {
    .image_ccc img {
        left: 0;
        bottom: 57%;
    }
}

@media screen and (min-width: 440px) {

    .imgUp {
        position: static;
        z-index: 0;
        bottom: 0;
        right: 0;
        margin: 0px 0px 7px 90px;
    }
}

@media screen and (max-width: 440px) {

    #toApproveId {
        width: calc(100% - 89px);
        padding-left: 82px !important;
    }

    .imgUp {
        bottom: calc(50% - 85px);
        right: 322px;
    }
}

@media screen and (max-width: 432px) {

    #toApproveId {
        width: calc(100% - 89px);
        padding-left: 82px !important;
    }

    .imgUp {
        bottom: calc(50% - 85px);
        right: 322px;
    }
}

@media screen and (max-width: 425px) {
    .imgUp {
        bottom: calc(50% - 88px);
        right: 315px;
    }
}

@media screen and (max-width: 415px) {

    #toApproveId {
        width: calc(100% - 77px);
        padding-left: 82px !important;
    }

    .imgUp {
        bottom: calc(50% - 91px);
        right: 315px;
    }
}

@media screen and (max-width: 400px) {

    #toApproveId {
        width: calc(100% - 65px);
        padding-left: 67px !important;
    }

    .imgUp {
        bottom: calc(50% - 95px);
        right: 315px;
    }
}

@media screen and (max-width: 390px) {

    #toApproveId {
        width: calc(100% - 53px);
        padding-left: 58px !important;
    }

    .imgUp {
        bottom: calc(50% - 96px);
        right: 312px;
    }
}

@media screen and (max-width: 380px) {
    #toApproveId {
        width: calc(100% - 51px);
        padding-left: 52px !important;
    }

    .imgUp {
        bottom: calc(50% - 96px);
        right: 312px;
    }
}

@media screen and (max-width: 375px) {

    #toApproveId {
        width: calc(100% - 39px);
        padding-left: 34px !important;
    }

    .imgUp {
        bottom: calc(50% - 96px);
        right: 312px;
    }
}

@media screen and (max-width: 370px) {
    .inParkingText {
        font-size: 25px !important;
    }

    #toApproveId {
        width: calc(100% - 36px);
        padding-left: 38px !important;
    }

    .imgUp {
        bottom: calc(50% - 99px);
        right: 315px;
    }
}

@media screen and (max-width: 360px) {

    .lg-text {
        font-size: 27px !important;
    }

    .inParkingText {
        font-size: 23px !important;
    }

    #toApproveId {
        width: calc(100% - 36px);
        padding-left: 37px !important;
    }

    .imgUp {
        bottom: calc(50% - 102px);
        right: 315px;
    }
}

@media screen and (max-width: 365px) {

    #toApproveId {
        width: calc(100% - 30px);
        padding-left: 33px !important;
    }

    .imgUp {
        bottom: calc(50% - 102px);
        right: 315px;
    }
}

@media screen and (max-width: 355px) {

    #toApproveId {
        width: calc(100% - 20px);
        padding-left: 23px !important;
    }

    .imgUp {
        bottom: calc(50% - 102px);
        right: 315px;
    }
}


@media screen and (max-width: 345px) {

    #toApproveId {
        width: calc(100% - 11px);
        padding-left: 14px !important;
    }

    .imgUp {
        bottom: calc(50% - 104px);
        right: 310px;
    }
}
