﻿@media (min-width: 768px) { /* For medium screens and above */
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .wrapper {
        width: 90%;
        margin-top: 20px;
        transition: width 0.3s ease-in-out;
    }
}

@media (max-width:1400px) {
    .step-responsive {
        width: 90% !important;
        padding: 50px;
    }
}

@media (max-width:1200px) {
    .step-responsive {
        width: 75% !important;
        padding: 50px;
    }
}

@media (max-width:992px) {
    .step-responsive {
        width: 55% !important;
        padding: 50px;
    }

    .next-prev .prev {
        width: 100%;
        margin-bottom: 10px;
    }

    .next-prev .next, .next-prev .apply {
        width: 100%;
    }
}

@media (max-width: 768px) { /* For small screens and below */
    .col-sm-4 {
        width: 33.3%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .step-responsive {
        width: 41% !important;
        padding: 45px !important;
    }

    .number-qatar-full {
        font-size: 20px !important;
    }

    .number-jordan-full {
        font-size: 24px !important;
    }

    .number-emarat-left {
        font-size: 20px !important;
    }

    .number-emarat-full {
        font-size: 20px !important;
    }

    .number-saudi-up-left {
        top: 26% !important;
        font-size: 20px !important;
        letter-spacing: 12px !important;
    }

    .number-saudi-down-left {
        top: 50% !important;
        left: 25% !important;
        font-size: 20px !important;
        letter-spacing: 12px !important;
    }

    .char-saudi-up-right-1st {
        top: 20% !important;
        font-size: 20px !important;
        width: 14px !important;
    }

    .char-saudi-up-right-2nd {
        top: 20% !important;
        font-size: 20px !important;
        width: 14px !important;
    }

    .char-saudi-up-right-3rd {
        top: 20% !important;
        font-size: 20px !important;
        width: 14px !important;
    }

    .char-saudi-down-right-1st {
        top: 50% !important;
        font-size: 20px !important;
        width: 14px !important;
    }

    .char-saudi-down-right-2nd {
        top: 50% !important;
        font-size: 20px !important;
        width: 14px !important;
    }

    .char-saudi-down-right-3rd {
        top: 50% !important;
        font-size: 20px !important;
        width: 14px !important;
    }

    .number-bahrain-full {
        font-size: 22px !important;
        letter-spacing: 5px !important;
    }

    .number-oman-full {
        top: 35% !important;
        font-size: 15px !important;
        letter-spacing: 5px !important;
    }

    .number-kuwait-full {
        font-size: 20px !important;
        letter-spacing: 4px !important;
    }
}

.step-responsive-important {
    width: 100% !important;
}

.applySelect2After select + span::after {
    top: 30% !important;
}

.collapsed::before {
    content: "" !important;
}

main {
    /*padding: unset;*/
    padding-bottom: 20px;
    overflow-x: hidden;
}

.wrapper {
    width: 60%;
    margin-top: 20px;
    transition: width 0.3s ease-in-out;
}
.wrapper-policy {
width:90%!important;
margin:0 auto;
}
    img#imgDefaultUser {
        width: 125px;
        display: block;
        margin: 0 auto;
        margin-bottom: 35px;
    }

.width-50 {
    width: 50px;
}

    .width-30 {
        width:30px;
    }

    .loading-verify-email {
        position: absolute;
        width: 30px;
        bottom: 16px;
        right: 15px;
    }

.filter-blur1px {
    filter: blur(1px);
}

.verify-email {
    position: absolute;
    top: 0;
    right: 0;
}

.valid-text {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #44ae4c;
}

.inValid-text {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #e44061;
}

.qr-img {
    max-width: 250px;
    height: auto;
    margin: 0 auto;
    display: block;
}

#success {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 20;
}

/* Tooltip container */
[data-tooltip] {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    /* Tooltip text */
    [data-tooltip]::after {
        content: attr(data-tooltip);
        position: absolute;
        bottom: 125%; /* Position above the element */
        left: 50%;
        transform: translateX(-50%);
        padding: 8px;
        background-color: rgba(0, 0, 0, 0.75);
        color: #fff;
        border-radius: 5px;
        white-space: nowrap;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
        z-index: 10;
    }

    /* Show tooltip on hover */
    [data-tooltip]:hover::after {
        opacity: 1;
        visibility: visible;
    }


span.or-hr {
    position: absolute;
    top: -10px !important;
    background: white;
    padding: 0 10px;
    left: calc(50% - 20px);
    width: 40px;
}

#step0 img:hover {
    filter: contrast(0.5);
    transition: 0.5s all ease-out;
}

#step1 .next-prev {
    justify-content: space-between;
}

.text-sm {
    font-size: 14px !important
}

.image-container {
    position: relative;
    display: inline-block;
}

.plate-image {
    width: 100%;
    height: auto;
}

.number-overlay {
    position: absolute;
    transform: translate(-50%, -50%);
    font-weight: bold;
    color: black;
    text-align: center;
    font-family: 'Arial', sans-serif;
    /*text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);*/
}

.MakeDivUnclickble {
    opacity: 0.3;
    pointer-events: none;
}

.totals-numbers-style {
    border: 1px dashed;
    background: transparent;
    text-align: center;
    text-shadow: 0 0 4px gray;
    font-size: 30px;
    border-radius: 5px;
}

.premium-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    background: linear-gradient(135deg, #f9f9f9, #e0e0e0);
    border: 1px solid #ddd;
    border-radius: 12px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.premium-item {
    display: flex;
    flex-direction: column;
}

.premium-label {
    font-size: 14px;
    color: #555;
    margin-bottom: 6px;
    font-weight: 600;
}

.totals-input {
    padding: 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #f4f4f4;
    color: #333;
    transition: border-color 0.3s ease, background-color 0.3s ease;
}

    .totals-input:focus {
        border-color: #007bff;
        background-color: #fff;
        outline: none;
    }

    .totals-input[readonly] {
        cursor: not-allowed;
        opacity: 0.8;
    }

.premium-container:hover {
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
}

.premium-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    background: linear-gradient(135deg, #f9f9f9, #e0e0e0);
    border: 1px solid #ddd;
    border-radius: 12px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}


.premium-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

    .premium-item:last-child {
        border-bottom: none;
    }

.premium-label {
    font-size: 14px;
    color: #555;
    font-weight: 600;
}

.premium-value {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.premium-container:hover {
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
}

.flags-container img {
    cursor: pointer;
    height: 100px;
    width: 100px;
    transition: .5s all;
}
/* saudi arabia */
.number-saudi-up-left {
    top: 28%;
    left: 25%;
    font-size: 32px;
    letter-spacing: 25px;
}

.number-saudi-down-left {
    top: 60%;
    left: 25%;
    font-size: 32px;
    letter-spacing: 25px;
}

.char-saudi-up-right-1st {
    top: 28%;
    right: 4%;
    font-size: 32px;
    text-align: center;
    width: 20px;
}

.char-saudi-down-right-1st {
    top: 60%;
    right: 5%;
    font-size: 32px;
    text-align: center;
    width: 20px;
}

.char-saudi-up-right-2nd {
    top: 28%;
    right: 15%;
    font-size: 32px;
    text-align: center;
    width: 20px;
}

.char-saudi-down-right-2nd {
    top: 60%;
    right: 16%;
    font-size: 32px;
    text-align: center;
    width: 20px;
}

.char-saudi-up-right-3rd {
    top: 28%;
    right: 26%;
    font-size: 32px;
    text-align: center;
    width: 20px;
}

.char-saudi-down-right-3rd {
    top: 60%;
    right: 26%;
    font-size: 32px;
    text-align: center;
    width: 20px;
}
/* saudi arabia */

/* kwait */
.number-kuwait-full {
    top: 50%;
    left: 64%;
    font-size: 33px;
    text-align: center;
    width: 100%;
}
/* kwait */

/* qatar */
.number-qatar-full {
    top: 50%;
    left: 64%;
    font-size: 33px;
    text-align: center;
    width: 100%;
    letter-spacing: 10px;
}
/* qatar */

/* oman */
.number-oman-full {
    top: 37%;
    left: 21%;
    font-size: 25px;
    letter-spacing: 7px;
}

.char-oman-up-left {
    top: 20%;
    right: 47%;
    font-size: 20px;
    text-align: center;
    width: 20px;
}

.char-oman-down-left {
    top: 50%;
    right: 47%;
    font-size: 15px;
    text-align: center;
    width: 20px;
}

.char-oman-up-right {
    top: 20%;
    right: 38%;
    font-size: 20px;
    text-align: center;
    width: 20px;
}

.char-oman-down-right {
    top: 50%;
    right: 38%;
    font-size: 15px;
    text-align: center;
    width: 20px;
}
/* oman */

/* jordan */
.number-jordan-full {
    top: 50%;
    left: 60%;
    font-size: 33px;
    text-align: center;
    width: 100%;
    letter-spacing: 6px;
}

.jordan-plate-style {
    border: 3px solid;
    border-radius: 5px;
}
/* jordan */

/* bahrain */
.number-bahrain-full {
    top: 50%;
    left: 46%;
    font-size: 40px;
    text-align: center;
    width: 100%;
    color: #0d1e85;
}
/* bahrain */

/* emarat */
.number-emarat-left {
    top: 50%;
    left: 9%;
    font-size: 25px;
    text-align: center;
    width: 100%;
}

.number-emarat-full {
    top: 50%;
    left: 68%;
    font-size: 25px;
    text-align: center;
    width: 100%;
    letter-spacing: 14px;
}

.white-text {
    color: white;
}

.black-text {
    color: black;
}
/* emarat */

/* others */
.number-others-full {
    top: 50%;
    left: 50%;
    font-size: 40px;
    text-align: center;
    width: 100%;
    letter-spacing: 8px;
}
/* others */


.nav-link {
    font-size: 14px !important;
    margin: 0 10px;
}

    .nav-link.active {
        border-bottom: 2px solid #8A1739;
    }

.btn-custom-login {
    width: 100%;
    height: 60px;
    background: linear-gradient(45deg, #0172B2, #001645);
    padding-top: 17px;
}
.choose-custom {
    max-width: 128px;
    max-height: 110px;
}
.loader-personalInfo-posotion-cusom {
    position: absolute;
    top: 27%;
    left: 50%;
    z-index: 999999;
}
.please-wait-personal-info-custom {
    margin-left: -90%;
    color: #5578eb !important
}
.loader-vehicleinfo-posotion-cusom {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999999;
}
.please-wait-vehicle-info-custom {
    margin-left: -90%;
    color: #5578eb !important;
}
.loader-periodinfo-posotion-cusom {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999999;
}
.please-wait-period-info-custom {
    margin-left: -90%;
    color: #5578eb !important;
}
.width-50 {
    width:50px;
}
.mt-40px {
    margin-top: 40px;
}
.calender-icon-custom {
    width: 20px;
    vertical-align: sub;
}
.resend-link-custom {
    display: none;
    text-decoration: underline;
    cursor: pointer;
}

.radio-label {
    cursor: pointer;
    display: inline-block;
    margin: 5px 0;
}

#datePickerWrapper {
    margin-left: 20px;
}

.text-right {
    text-align:right;
}

#lbl_TermsAndCondition {
    cursor: pointer;
    text-decoration: underline;
    color: dodgerblue;
    font-size: 12px;
}
.bottom-45 {
    bottom: 45px;
}

.height-28-8px {
    height: 28.8px;
}
.periodCards-loading {
    width: 50px;
    margin-bottom: 70px;
}
.color-gray { 
    color:gray;
}
.border-summary-custom {
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 20px;
}
.width-100 {
    width:100%;
}
.margin-top-min-30px {
    margin-top: -30px;
}
.download-width-60 {
    color: white;
    text-decoration: none;
    width: 60%;
}
.otp-custom-style {
    min-height: 70px;
    font-size: 35px;
}
.border-dashed {
    border-style: dashed;
}

@media (max-width: 600px) { /* For medium screens and above */
    .wrapper {
        width: 90%!important;
        margin-top: 20px!important;
        transition: width 0.3s ease-in-out;
    }
    .flags-container img {
    margin-bottom: 20px!important;
    }
}


.AbuDhabi {
    height: 80px;
    background-repeat: no-repeat;
    background-image: url(uaeplates/abudhabi.svg);
    display: block;
    width: 304px;
    background-size: 85px;
    border: 2px solid #eee;
    border-radius: 8px;
    padding: 10px;
    background-position: 30px;
}

.alfjeirah {
    height: 80px;
    background-repeat: no-repeat;
    background-image: url(uaeplates/alfjeirah.svg);
    display: block;
    width: 304px;
    background-size: 38px;
    border: 2px solid #eee;
    border-radius: 8px;
    padding: 10px;
    background-position: 69px;
}
.rasAlKhaimah {
    height: 80px;
    background-repeat: no-repeat;
    background-image: url(uaeplates/rasAlKhaimah.svg);
    display: block;
    width: 304px;
    background-size: 51px;
    border: 2px solid #eee;
    border-radius: 8px;
    padding: 10px;
    background-position: 62px;
}
.sharjah {
    height: 80px;
    background-repeat: no-repeat;
    background-image: url(uaeplates/sharjah.svg);
    display: block;
    width: 304px;
    background-size: 62px;
    border: 2px solid #eee;
    border-radius: 8px;
    padding: 10px;
    background-position: 59px;
}
.umAlQuwain {
    height: 80px;
    background-repeat: no-repeat;
    background-image: url(uaeplates/umAlQuwain.svg);
    display: block;
    width: 304px;
    background-size: 45px;
    border: 2px solid #eee;
    border-radius: 8px;
    padding: 10px;
    background-position: 65px;
}
.dubai {
    height: 100px;
    background-repeat: no-repeat;
    background-image: url(uaeplates/dubai.svg);
    display: block;
    width: 304px;
    background-size: 66px;
    border: 2px solid #eee;
    border-radius: 8px;
    padding: 10px;
    background-position: 11px 7px;
}
.ajman {
    height: 80px;
    background-repeat: no-repeat;
    background-image: url(uaeplates/ajman.svg);
    display: block;
    width: 304px;
    background-size: 85px;
    border: 2px solid #eee;
    border-radius: 8px;
    padding: 10px;
    background-position: 200px;
}
.ajman .number-emarat-full {
    top: 50%;
    left: 43%!important;
    font-size: 25px;
    text-align: center;
    width: 100%;
    letter-spacing: 14px; 
}

html[dir="rtl"] .number-jordan-full {
    left: 19%;
}
html[dir="rtl"] .number-emarat-full {
    left: 44%;
}
html[dir="rtl"] .number-emarat-left {
    right: 35%;
}
