/*==font-family: 'Roboto', sans-serif;==*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");

body {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    overflow-x: hidden;
    color: #231f20;
    background-color: #e6e7e8;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 10px;
}

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    box-sizing: border-box;
}

p {
    font-size: 14px;
    color: #171430;
    line-height: 1.6;
    margin: 0 0 15px;
    font-weight: 400;
}

a {
    color: #171430;
    text-decoration: none !important;
    transition: ease-in-out 0.3s;
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    color: #231f20;
    margin: 0;
    margin-bottom: 10px;
}

h1 {
    font-size: 36px;
    font-weight: 400;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

ul {
    margin: 0;
}

input,
select,
textarea,
button,
input:focus,
button:focus {
    outline: none;
}

button {
    transition: ease-in-out 0.3s;
}

img {
    max-width: 100%;
}

header,
section,
footer {
    width: 100%;
}

.container {
    max-width: 1024px;
}

.wrapper_ {
    width: 100%;
    height: calc(100vh - 40px);
    position: relative;
    border-radius: 30px;
    background-color: #d1d3d4;
    background-image: linear-gradient(145deg, #d1d3d4, #fff);
    padding: 10px;
}

    .wrapper_ .lbl_for_input {
        padding: 15px 15px;
        height: 60px !important;
    }

.lbl_for_input {
    width: 400px;
    font-size: 24px !important;
}

.input_width {
    width: 400px;
}

.logo_ {
    height: 65px;
    margin-bottom: 40px;
}

.iclogo {
    position: absolute;
    right: 20px;
}

.h1 {
    font-weight: 300;
    text-transform: uppercase;
}

.h2 {
    font-weight: 300;
    text-transform: uppercase;
}

    .h2 span {
        background-color: #d1d3d4;
        border-radius: 50px;
        display: inline-block;
        padding: 10px 20px;
    }

.countryList {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: auto;
}

    .countryList li {
        width: 25%;
        padding: 16px;
        text-align: center;
    }

        .countryList li a {
        }

            .countryList li a img {
                max-width: 110px;
                transition: all 0.5s;
            }

            .countryList li a:hover img {
                transform: scale(1.2);
            }

.barcodeCard {
    position: relative;
    margin: 20px auto;
    width: 100%;
    max-width: 500px;
}

.scanbox {
    position: absolute;
    top: 20px;
    right: 40px;
    width: 100%;
    max-width: 300px;
    height: 250px;
    display: flex;
    align-items: center;
    text-align: left;
    padding: 20px;
}

.scanboxText {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 300;
}

.scanboxTextbox {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 300;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0 !important;
    line-height: normal !important;
}

.barcodeCardImg {
    width: 100%;
}

.btn_ {
    font-size: 24px;
    padding: 10px 20px;
    border-radius: 50px;
    background-color: #6d6e70;
    color: #fff;
    min-width: 150px;
    text-transform: uppercase;
}

    .btn_:hover {
        color: #fff;
        background-color: #b93a18;
    }

.icHome {
    position: absolute;
    left: 20px;
    top: 20px;
}

    .icHome:hover {
        transform: scale(0.9);
    }

.input_ {
    font-size: 24px;
    color: #fff;
    padding: 10px 15px;
    border-radius: 50px;
    background-color: #6d6e70;
    color: #fff;
    text-transform: uppercase;
    border: none;
    text-align: center;
}

    .input_::placeholder {
        color: #fff;
        text-align: center;
    }

.input_NoCase {
    font-size: 24px;
    color: #fff;
    padding: 10px 15px;
    border-radius: 50px;
    background-color: #6d6e70;
    color: #fff;
    border: none;
    text-align: center;
}

    .input_NoCase::placeholder {
        color: #fff;
        text-align: center;
    }

.prevNextBtnNext {
    width: 200px;
    padding: 7px;
    text-transform: uppercase;
    font-family: monospace;
    height: 50px;
    font-size: 25px;
    font-weight: 400;
    color: black;
    text-align: center;
    border-radius: 3px;
    background-color: #279F1E;
    position: absolute;
    bottom: 20px;
}

.prevNextBtnBack {
    width: 200px;
    padding: 7px;
    text-transform: uppercase;
    font-family: monospace;
    height: 50px;
    font-size: 25px;
    font-weight: 400;
    color: white;
    text-align: center;
    border-radius: 3px;
    background-color: #808180;
    position: absolute;
    bottom: 20px;
}

.prevNextBtnSmall {
    position: absolute;
    bottom: 20px;
    transform: scale(0.9);
}

.prevNextBtn {
    position: absolute;
    bottom: 20px;
}

.btn_left {
    left: 20px;
}

.btn_right {
    right: 20px;
}

.numberPlateGroup {
    width: 100%;
    max-width: 450px;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
}

    .numberPlateGroup .input_ {
        width: 100%;
    }

.p_2 span {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    background-color: #939598;
    padding: 5px 10px;
    border-radius: 50px;
}

.input_Big {
    font-size: 32px;
    font-weight: 500;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.thanksMsg {
}

    .thanksMsg .h2 span {
        font-size: 36px;
        font-weight: 500;
        padding: 10px 30px;
        color: #fff;
        background-color: #6d6e70;
    }

    .thanksMsg .p_2 span {
        padding: 20px 30px;
        background-color: #a7a9ac;
    }



.signature-component {
    text-align: left;
    display: inline-block;
    max-width: 100%;
}

    .signature-component h1 {
        margin-bottom: 0;
    }

    .signature-component h2 {
        margin: 0;
        font-size: 100%;
    }

    .signature-component button {
        padding: 5px 15px;
        font-size: 14px;
        text-transform: uppercase;
        color: #fff;
        background-color: #404041;
        margin-top: 0.5em;
        border: none;
        border-radius: 50px;
        min-width: 120px;
    }

        .signature-component button#save {
            display: none;
        }

        .signature-component button.toggle {
            background: rgba(255, 0, 0, 0.2);
        }

    .signature-component canvas {
        display: block;
        position: relative;
        background-color: #a7a9ac;
        border-radius: 20px;
        margin: 0px auto;
    }

    .signature-component img {
        position: absolute;
        left: 0;
        top: 0;
    }


.keypad {
    margin: 30px auto 0px;
    margin-top: 150px;
    width: 100%;
    max-width: 770px;
}

    .keypad ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

        .keypad ul li {
            padding: 5px;
            font-weight: bold;
            font-size: 20px;
            line-height: 40px;
        }

            .keypad ul li span {
                display: inline-block;
                min-width: 60px;
                cursor: pointer;
                padding: 5px 10px;
                background-color: #fff;
                border-radius: 5px;
                box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3);
            }

                .keypad ul li span:hover {
                    background-color: #cfcfcf;
                }

                .keypad ul li span img {
                    height: 24px;
                }

.key_number {
}

.key_alphabet {
}

    .key_alphabet li {
        text-transform: uppercase;
    }

.key_alphabet_lower li {
    text-transform: lowercase;
}

.key_option {
}

    .key_option .spaceBar {
        width: 260px;
    }

    .key_option img {
    }

.demoText {
    width: 100%;
    max-width: 500px;
    margin: 50px auto;
}

    .demoText p {
        font-size: 22px;
    }

.btnFull {
    width: 100%;
    line-height: 78px;
    border-radius: 10px;
}


.orderList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}

    .orderList li {
        width: calc(33.33% - 10px);
        margin: 5px;
        font-size: 24px;
        color: #fff;
        padding: 10px 15px;
        border-radius: 50px;
        background-color: #6d6e70;
        text-transform: uppercase;
        text-align: center;
    }

.safetyList {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: auto;
}

    .safetyList li {
        width: 50%;
        padding: 16px;
        text-align: center;
    }

        .safetyList li img {
            max-width: 110px;
            transition: all 0.5s;
        }

            .safetyList li img:hover {
                transform: scale(1.2);
            }

.safetyListBtn {
    display: flex;
    justify-content: center;
}

    .safetyListBtn a {
        margin: 15px;
    }

        .safetyListBtn a img {
            height: 60px;
        }

.widthFull {
    width: 100%;
}

.max500 {
    width: 100%;
    max-width: 500px;
    margin: 10px auto;
}

.inputList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}

    .inputList li {
        width: calc(50% - 10px);
        margin: 5px;
        padding: 0px 10px;
        text-align: center;
    }

        .inputList li .input_ {
            width: 100%;
        }

.col_2List {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}

    .col_2List li {
        width: calc(50% - 10px);
        margin: 5px;
        padding: 0px 10px;
        text-align: center;
    }


.select_ {
    font-size: 20px;
    width: 100%;
    color: #fff;
    padding: 15px 15px;
    padding-right: 40px;
    border-radius: 50px;
    background-image: url(../images/arrow_down.png);
    background-repeat: no-repeat;
    background-position: center right 20px;
    background-color: #6d6e70;
    color: #fff;
    text-transform: uppercase;
    border: none;
    text-align: center;
    -webkit-appearance: none;
}

select::-ms-expand {
    display: none;
}

.select_ option {
    font-size: 20px;
}


.input_wrap {
    display: flex;
    position: relative;
}

    .input_wrap input {
        width: 100%;
        height: 50px;
        padding: 4px;
        border-radius: 10px;
        border: 1px solid #333;
        font-weight: 500;
        font-size: 19px;
        margin-right: 10px;
        position: relative;
        z-index: 1;
        background: #fff
    }

    .input_wrap button {
        width: 130px;
        border: none;
        background: #6d6e70;
        color: #fff;
        padding: 7px 0;
        border-radius: 10px;
        font-size: 20px;
        position: relative;
        z-index: 1;
    }

.search_result {
    text-align: left;
    position: absolute;
    top: 86%;
    border: 1px solid #333;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 8px;
    max-height: 150px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.result_list {
    background: #6d6e70;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    padding: 7px;
    border-radius: 4px;
    margin: 4px;
    cursor: pointer;
}

.result_list_add {
    background: #6d6e70;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    padding: 7px;
    border-radius: 4px;
    margin: 4px;
    cursor: pointer;
}

.wrap_buttons {
    margin-top: 22px;
}

.search_result div:last-child {
    margin-bottom: 0;
}


.redText {
    color: red;
    font-weight: bold;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    white-space: pre-line;
    position: relative;
    top: -7px;
}

::-moz-placeholder { /* Firefox 19+ */
    white-space: pre-line;
    position: relative;
    top: -7px;
}

:-ms-input-placeholder { /* IE 10+ */
    white-space: pre-line;
    position: relative;
    top: -7px;
}

:-moz-placeholder { /* Firefox 18- */
    white-space: pre-line;
    position: relative;
    top: -7px;
}

::placeholder {
    color: lightgray;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: lightgray;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: lightgray;
}

.popup-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}


.btnPopupRed {
    width: auto;
    min-width: 170px;
    padding: 4px;
    font-family: monospace;
    height: 40px;
    font-size: 25px;
    font-weight: 800;
    color: white;
    text-align: center;
    border-radius: 3px;
    background-color: #E82515;
    border: none;
    outline: none;
}

.btnPopupGreen {
    width: auto;
    min-width: 170px;
    padding: 7px;
    font-family: monospace;
    height: 40px;
    font-size: 25px;
    font-weight: 800;
    color: black;
    text-align: center;
    border-radius: 3px;
    background-color: #279F1E;
    border: none;
    outline: none;
}

.prevNextBtnGreen {
    width: 200px;
    padding: 7px;
    font-family: monospace;
    height: 50px;
    font-size: 25px;
    font-weight: 400;
    color: black;
    text-align: center;
    border-radius: 3px;
    background-color: #279F1E;
    position: absolute;
    bottom: 20px;
}

.prevNextBtnRed {
    width: 200px;
    padding: 7px;
    font-family: monospace;
    height: 50px;
    font-size: 25px;
    font-weight: 400;
    color: white;
    text-align: center;
    border-radius: 3px;
    background-color: #808180;
    position: absolute;
    bottom: 20px;
}

/* Style for the popup content */
.popup-content {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    /*background: #DADEDA;*/
    background: #454546;
    width: 40%;
    height: 30%;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.loader-wrapper {
    position: inherit;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}

.loader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.date-time-icon img {
    width: 60px;
}

.wgt-box span {
    display: block;
    padding: 6px 14px;
    background: #03a9f4;
    border-radius: 6px;
    width: 87%;
    text-align: right;
    color: #fff;
    font-size: 24px;
    margin: 6px auto;
}

.date-time-wrap span {
    margin-right: 7px;
    font-size: 18px;
}

.date-time-box {
    display: inline-block;
    text-align: center;
    background: #f2f2f2;
    padding: 10px;
    border-radius: 4px;
    border: 2px solid #000;
    min-width: 500px;
}

.date-time-icon {
    text-align: left;
}

.top-wrap {
    margin-bottom: 6px;
}

.wgt-box {
    display: block;
}

.bubble {
    background: #388138;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    margin: 0 5px;
    opacity: 0.8;
    animation: bubble 1s ease-in-out infinite;
}

    .bubble:nth-child(2) {
        background: #9F3710;
        animation-delay: 0.2s;
    }

    .bubble:nth-child(3) {
        background: #2C12CE;
        animation-delay: 0.4s;
    }

@keyframes bubble {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

@media screen and (min-width: 1280px) and (max-width: 1360px) {

    .date-time-icon img {
        width: 80px;
    }

    .wgt-box span {
        display: block;
        padding: 6px 14px;
        background: #03a9f4;
        border-radius: 6px;
        width: 87%;
        text-align: right;
        color: #fff;
        font-size: 30px;
        margin: 6px auto;
    }

    .date-time-wrap span {
        margin-right: 7px;
        font-size: 28px;
    }

    .date-time-box {
        display: inline-block;
        text-align: center;
        background: #f2f2f2;
        padding: 10px;
        border-radius: 4px;
        border: 2px solid #000;
        min-width: 700px;
    }

    .date-time-icon {
        text-align: left;
    }

    .top-wrap {
        margin-bottom: 6px;
    }

    .wgt-box {
        display: block;
    }

    h3 {
        font-size: 32px;
    }

    .countryList {
        width: 100%;
        row-gap: 10px;
    }

        .countryList li a img {
            max-width: 150px;
        }

        .countryList p {
            font-size: 22px;
        }

    .container {
        max-width: 1150px;
    }

    .logo_ {
        height: 95px;
        margin-bottom: 30px;
    }

    .wrapper_ h1.h1 {
        font-size: 60px;
        margin-bottom: 10px;
    }

    .icHome img {
        width: 85px;
    }

    .btnFull {
        line-height: 120px;
        font-size: 36px;
    }

    .demoText {
        max-width: 650px;
        margin: 30px auto;
    }

    .prevNextBtnRed {
        width: auto;
        padding: 7px 60px;
        height: auto;
        font-size: 42px;
    }

    .prevNextBtnGreen {
        width: auto;
        padding: 7px 60px;
        height: auto;
        font-size: 42px;
    }

    .keypad {
        max-width: 1030px;
    }

        .keypad ul li span {
            padding: 13px 10px;
            min-width: 88px;
            font-size: 30px;
        }

    .h2 span {
        font-size: 40px;
    }

    .img_barcode_scan {
        width: 160px;
    }

    .p_barcode_scan {
        font-size: 27px;
        font-weight: bold;
    }

    .wrapper_ .input_ {
        padding: 20px 15px;
        font-size: 30px;
    }

    .wrapper_ .lbl_for_input {
        padding: 20px 20px;
    }

    .lbl_for_input {
        width: 510px;
        font-size: 30px;
    }

    .input_width {
        width: 510px;
    }

    .numberPlateGroup {
        max-width: 780px;
    }

    .p_2 span {
        font-size: 35px;
    }

    .h2, h2 {
        font-size: 3rem;
    }

    .safety_inst_table tr td p {
        font-size: 27px !important;
    }

    .btn_approve {
        padding: 10px 30px;
        width: auto;
        font-size: 38px;
    }

    ._sign_pg_lbl {
        font-size: 34px !important;
    }

    .h3_for_sign {
        font-size: 35px;
        margin-bottom: 40px;
    }

    .popup-content {
        width: 50%;
        height: 33%;
    }

    .btnPopupRed {
        height: auto;
        font-size: 38px;
        padding: 8px 20px 8px 20px;
        border-radius: 6px;
    }

    .btnPopupGreen {
        height: auto;
        font-size: 38px;
        padding: 8px 20px 8px 20px;
        border-radius: 6px;
    }

    .thanksMsg .h2 span {
        font-size: 32px;
    }

    .safetyList li img {
        max-width: 160px;
    }

    .safetyListBtn a img {
        height: 80px;
    }

    .input_wrap input {
        height: 70px;
        font-size: 30px;
    }

    .result_list {
        font-size: 32px;
        margin: 8px;
    }

    .result_list_add {
        font-size: 24px;
        margin: 11px;
    }

    .bubble {
        height: 25px;
        width: 25px;
    }

    .wrapper_ .lbl_for_input {
        padding: 25px 15px !important;
        height: 90px !important;
    }

    .lbl_for_input {
        width: 510px;
        font-size: 32px !important;
    }

    .input_width {
        width: 510px;
    }
}
