
@font-face {
    font-family: 'UKPlate';
    src: url('/wp-content/plugins/rege/fonts/reg-plate/UKNumberPlate.ttf')  format('truetype');
}

.platecon {
    width: 100%;
    height: 300px;
    padding: 0;
    margin: 0;
}
.bg-image{
    max-width: 100%;
    height: auto;
}
.plate {
    font-family: 'UKPlate', sans-serif;
    font-size: 3vw;
}

.plateimage {
    position:relative;
    max-width: 100%;
    height: auto;
}

.platetext {
    font-family: 'UKPlate', sans-serif;
    font-size: 4.5vw;
    left: 1.5vh;
    position:absolute;
    text-align:center;
    top: 0px;
    width: 100%
}

.regetext {
    font-family: 'UKPlate', sans-serif;
    font-size: 2vw;
    left: 1.5vh;
    position:absolute;
    text-align:center;
    top: 1.5vw;
    width: 100%
}
.tr {
    font-family: 'UKPlate', sans-serif;
    text-align:center;
    font-weight: bold;
}
.downAr,.downAr2 {
    font-size: 30px;
}
.down {
    font-size: 30px;
}

.title {
    font-size: 16px;
    min-width: 50px;
    padding: 10px;
}

.spark {
    width: 100%;
    height: 110px;
    padding: 0;
    border: 4px solid #2a4c76;
    margin: 0 0 55px;
}
.bits {
    width: 100%;
    height: 170px;
    padding: 0;
    border: 4px solid #2a4c76;
    margin: 0;
}

.rob-box {
    width: 100%;
    height: 80px;
    padding: 0;
    border: 4px solid #2a4c76;
    margin: 0 0 55px;
}


.rob-title {
    width: 100%;
    margin: -28px 6px 0 -4px;
    background-color: #2a4c76;
    text-align:center;
    color: white;
    border: 4px solid #2a4c76;
}

.rob-chose {
    margin-top: 5px;
    color: #2a4c76;
}
.gen-title {
    width: 100%;
    margin: -10px 6px 0 -4px;
    background-color: #2a4c76;
    text-align:center;
    color: white;
    border: 4px solid #2a4c76;
}
.button-div {
    margin: auto;
    width: 50%;
}

.button {
    background-color: #2a4c76;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}
.s3cent {
    text-align: center;
}
.box{
    margin: auto;
    width: 70%;
}

input {
    background-color: #2a4c76;
    color: white;
    font-size: 16px;
    width: 60%;
    padding: 15px;
    border-radius: 5px;
    box-sizing: border-box;
}

input:hover {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.94);
}


.G {
    float:right;
}
.T {
    font-weight: bold;
    display:inline-block;
    text-align: center;
}
.C {
    float:left;
    text-align: center;
    font-weight: bold;
}
.gt-label {
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
}

/* Hide native radio and restyle */
.radio-label input[type="radio"] {
    appearance: none;
    margin: 0;
    width: .5em;
    height: .5em;
    border-radius: 50%;
    
    /* White border gap between dot and ring */
    border: 0.10em solid #FFF;
    
    /* Outline for the ring */
    outline: 0.1em solid #999;
    
    /* Pull the ring so it sits against the border */
    outline-offset: -0.05em;
    
    /* Center the dot */
    display: grid;
    place-content: center;
}

/* Smooth animation with scale and transform */
.radio-label input[type="radio"]::before {
    content: "";
    width: 0.6em;
    height: 0.6em;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    
    /* Printer-friendly: box-shadow inset instead of background-color */
    box-shadow: inset 1em 1em #FF5722;
}

/* Keyboard accessible: since outline is taken, box-shadow handles the focus */
.radio-label input[type="radio"]:focus-visible {
    outline-color: currentColor;
    box-shadow: 0 0 0 max(2px, 0.1em) currentColor;
}

.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.dashicons {
font-size: 20px;
width: 20px;
height: 20px;
color: rgb(255, 0, 0);
}

.dashicons-privacy {
font-size: 60px;
width: 60px;
height: 60px;
color: rgb(255, 0, 0);
}

.dashicons-unlock, .dashicons-lock, .dashicons-warning, .dashicons-yes-alt{
font-size: 25px;
width: 25px;
height: 25px;
}

.dashicons-lock, .dashicons-yes-alt{
color: darkblue;
}

.warn {
color: rgb(255, 0, 0);
}

.styled-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-left: auto;margin-right: auto;
    text-align: center;
    color: #fff;
    background-image: url(/wp-content/plugins/rege/css/down-arrow-20.png),
    linear-gradient(
            to right,
            #2a4c76 25%,
            #2a4c76 50%,
            #2a4c76 100%,
            #2a4c76  200%
    );
    background-position: 95% 50%;
    background-repeat: no-repeat;
    overflow: hidden;
    white-space: nowrap;
    font-size: 20px;
    height: 50px;
    width: 60%;
    padding: 5px 15px 10px;
    border-radius: 5px;
}

.rob-select {
    width: 100%;
    margin: 0px 6px 0 -4px;
    background-color: #2a4c76;
    height: 20px;
    text-align:center;
    color: white;
    border: 4px solid #2a4c76;
}

.rob-wrap {
    padding-right:7.5%;
    font-size: 15px;
}

#wb {
    width: 15px;
    height: 15px;
    float: right;
    vertical-align: middle;
}
.sel {
    width: 15px;
    height: 15px;
    float: right;
    vertical-align: middle;
}
#somelabel {
    float: right;
    height: 15px;
    padding-right: 5px;
    vertical-align: middle;
}


.checkboxes label {
    display: inline-block;
    padding-right: 10px;
    white-space: nowrap;
}
.checkboxes input {
    vertical-align: middle;
}
.checkboxes label span {
    vertical-align: middle;
}



@media only screen
and (min-device-width: 402px)
and (max-device-width: 402px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: portrait) {
    
    
    
    /* Styles for iPhone 17 Pro */
    
    
    .platetext {
        font-family: 'UKPlate', sans-serif;
        font-size: 70px;
        left: 10px;
        position:absolute;
        text-align:center;
        top: 0px;
        width: 100%
    }
    .regetext {
        font-family: 'UKPlate', sans-serif;
        font-size: 30px;
        left: 10px;
        position:absolute;
        text-align:center;
        top: 25px;
        width: 100%
    }
    
    .button-div {
        margin: auto;
        width: 100%;
    }
    input {
        font-size: 16px;
        width: 90%;
        
    }
    
    
    .spark {
        height: 110px;
    }
    .bits {
        height: 190px;
    }
    
    .rob-box {
        height: 90px;
    }
    
    .styled-select {
        width: 80%;
    }
    
    #wb {
        width: 7px !important;
        height: 7px !important;
        float: right;
        vertical-align: middle;
    }
    #somelabel {
        float: right;
        height: 7px !important;
        padding-right: 5px;
        vertical-align: middle;
    }
    
}