@import url('https://fonts.googleapis.com/css2?family=Salsa&display=swap');


.main {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(59, 53, 53);

}

.main-phone {
    height: 100vh;
    width: 25%;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.368);
    border: 2px blueviolet solid;
}



.phone-layout {
    height: 100%;
    width: 100%;
    padding: .8vmax;
    background-color: white;
    position: relative;
}

.phone-layout1 {
    padding: 0;
}

.phone-card-over-home {
    padding: 0 .5vmax;
}

/*  start */



.phone-login {
    padding: 7vmax .5vmax 1vmax .5vmax;
}

.phone-login h2 {
    font-size: 25px;
    text-align: center;
    font-weight: 500;
    color: #F37B00;
}

.tab-22 {
    margin-top: -1.5vmax;
}

.phone-login form {
    margin-top: 2vmax;
    display: flex;
    flex-direction: column;
}

.phone-login form div {
    display: flex;
    flex-direction: column;
    margin-bottom: 1vmax
}

.phone-login form div input {
    /* height: 2.5vmax; */
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.393);
    outline: none;
    padding: .5vmax 0;
    margin-top: -.5vmax;

}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.phone-login form a {
    width: 100%;
    padding: .5vmax 0;
    border: none;
    background-color: #F37B00;
    border-radius: 8px;
    outline: none;
    color: white;
    font-size: 24px;
    text-align: center;
}

.phone-card-over-home2 {
    margin-top: 3vmax;
}

.phone-card-over-home3 {
    margin-top: 4vmax;
}


.phone-loader {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    height: 100%;
    width: 100%;
    text-align: center;
    color: #F37B00;
    gap: 1vmax;
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
}

.phone-loader h5 img {
    height: 2vmax;
}

.phone-loader h5 a {
    margin-top: 5vmax;
}

.phone-loader h3 {
    font-size: 50px;
    width: 100%;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
}



.animate1 {
    animation: slideLeftToRight 1s ease forwards;
}

.animate {
    animation: slideLeftToRight 1s ease forwards;
    animation-delay: 1s;
    transform: translatex(-100%);
    font-size: 25px;
}

.animate2 {
    animation: slideLeftToRight 1s ease forwards;
    font-size: 25px;
    animation-delay: 2s;
    transform: translatex(-100%);
}

@keyframes slideLeftToRight {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}

.with-love {
    animation: slideLeftTo 2s ease forwards;
}

.with-love img {
    height: 6vmax;
}

.with-love p {
    color: #2E3192;
}

@keyframes slideLeftTo {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*  end */

/*  phone-location start */

.phone-location {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: 2vmax;
}

.phone-location img {
    height: 10vmax;
}

.phone-location div {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.phone-location a {
    width: 80%;
    padding: .5vmax 0;
    border: none;
    background-color: #F37B00;
    border-radius: 8px;
    outline: none;
    color: white;
    font-size: 24px;
    text-align: center;
    margin-top: 1vmax;
}

/*  phone-location end */

/*  phone-location start */

.phone-language {
    padding: 1.5vmax .5vmax .5vmax .5vmax;
    color: #F37B00;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.reg-icon-main label {
    padding: 1vmax .5vmax .5vmax 1vmax;
    color: black;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
}

.reg-icon-main label h5 {
    font-weight: 500
}

.reg-icon-main label h1 {
    text-align: center;
}

.reg-icon1 {
    background-color: #D9E9F8;
}

.reg-icon2 {
    background-color: #DBF1DB;
}

.reg-icon-main label input {
    position: absolute;
    top: .5vmax;
    right: .5vmax;
}

.phone-language a {
    width: 100%;
    padding: .5vmax 0;
    border: none;
    background-color: #F37B00;
    border-radius: 8px;
    outline: none;
    color: white;
    font-size: 24px;
    text-align: center;
    margin-top: 1vmax;
    font-weight: 400;
}


.login-div {
    /* background-color: red; */
    text-align: center;
    margin-top: -2vmax;
}

.login-div h2 {
    margin-bottom: 4vmax;
}

.login-div h3 {
    font-size: 30px;
    color: #2E3192;
}

/*  phone-location end */


/*  phone-profile start */

.profile-top {
    height: 3.5vmax;
    width: 100%;
    background-color: #F37B00;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    color: white;
    justify-content: space-between;
    padding: 0 1vmax;
}

.logo-img {
    height: 2.5vmax;
    background-color: white;
    border-radius: 5px;
}

.profile-top h5 {
    margin-top: 1vmax;
    font-size: 20px;
    text-align: center;
}





.profile-name img {
    background-color: skyblue;
    height: 3.5vmax;
    width: 3.5vmax;
    border-radius: 50%;
    object-fit: contain;
}

.profile-name span {
    color: rgba(0, 0, 0, 0.53);
    font-weight: 500;
}

.profile-name span b {
    color: black;
    font-size: 18px;
}

.profile-name h4 {
    text-transform: capitalize;
    font-size: 16px;
}

.phone-nav-bar {
    background-color: white;
    color: black;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 1vmax .8vmax .2vmax .8vmax;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.215);
}

.phone-nav-bar a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5vmax;
    padding: 0 0 .3vmax 0;
    width: max-content;
}

.phone-nav-bar a i {
    font-size: 22px;
    color: black;
}

.phone-nav-bar a span {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.452);
}

#manu-line {
    border-bottom: 2px solid #F37B00;
}

#manu-line i {
    color: #F37B00;
}

/*  phone-profile end */

/*  search-input start */

.search-input {
    display: flex;
    flex-direction: column;
    gap: .5vmax;
}

.search-input input {
    height: 2.5vmax;
    border: none;
    outline: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.457);
}

.search-input-main form button {
    width: 100%;
    padding: .8vmax 0;
    border: none;
    background-color: #F37B00;
    border-radius: 8px;
    outline: none;
    color: white;
    font-size: 16px;
    text-align: center;
    margin-top: 1vmax;
}

.profile-name a {
    width: 100%;
    padding: .5vmax 0;
    border: none;
    background-color: #F37B00;
    border-radius: 8px;
    outline: none;
    color: white;
    font-size: 16px;
    text-align: center;
    margin-top: 1vmax;
}

.card-box-main {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.34);
    padding-top: .5vmax;
    border-radius: 10px;
    overflow: hidden;
}





.card-box-main a {
    color: rgba(0, 0, 0, 0.769);
}



.phone-card-over {
    overflow: auto;
    max-height: 60vh;
    padding-bottom: 3vmax;
}

.phone-card-over::-webkit-scrollbar {
    display: none;
}

.tab-content {
    background-color: red;
    width: 100%;
}

.phone-card-over-home {
    max-height: 80vh;
    padding-bottom: 3vmax;
    overflow: auto;
}

.phone-card-over-home11 {
    max-height: 50vh;
}

.phone-card-over-home12 {
    max-height: 65vh;
}

.tab-content {
    background-color: red;
}

.phone-card-over-home::-webkit-scrollbar {
    display: none;
}

/* search-input end */


/* noti-msg satrt */
.noti-msg {
    padding: .7vmax 0 0 0;
    display: flex;
    align-items: flex-start;
    gap: .5vmax;
    border-bottom: 1px solid rgba(0, 0, 0, 0.155);
}

.noti-msg h6 span {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.658);
}

.noti-msg p {
    margin-top: -.6vmax;
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.457);
}

.noti-msg img {
    background-color: skyblue;
    height: 3vmax;
    width: 3vmax;
    border-radius: 50%;
    object-fit: contain;
}

.noti-loine {
    position: relative;
}

.noti-loine p {
    position: absolute;
    top: -.5vmax;
    right: .5vmax;
    background-color: red;
    color: white;
    font-size: 13px;
    width: 1.3vmax;
    height: 1.3vmax;
    padding: 1px 0 0 0;
    text-align: center;
    border-radius: 50%;
}

.Scanner button {
    border: none;
    background-color: #F37B00;
    color: white;
    padding: .5vmax 1vmax;
    border-radius: 5px;
    font-size: 16px;
    outline: none;
}

.Scanner h6 {
    font-size: 16px;
    font-weight: 900;
}

/* noti-msg end */


/* card di start */

.qr-card {
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5vmax 0;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.174);
}

.qr-card img {
    height: 10vmax;
}



/* Input form Style */
.input_wrap input,
.input_wrap select {
    border: 2px solid #afbdcf;
    border-radius: 5px;
    height: 47px;

    color: #000000;
    font-size: 14px;
    padding-left: 20px;
    box-shadow: none;
    width: 100%;
}

.input_wrap select {
    color: black;
    font-weight: 600;
}

/* Label style after Input feild is in focus. Can also use input:focus ~ label to select sibling. */

.input_wrap input:focus+label,
.input_wrap input:valid+label {
    font-size: 12px;
    color: #afbdcf;
    top: -5px;
    left: 10px;
    background: #ffffff;
    padding: 0px 5px 0px 5px;
}

.input_wrap {
    width: auto;
    height: auto;
    position: relative;
}

.input_wrap label {
    font-family: arial;
    font-size: 16px;
    color: black;
    padding: 14px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    pointer-events: none;

}

.option {
    color: rgba(0, 0, 0, 0.527);
}

.scan-main {
    overflow: auto;
    max-height: 85vh;
    /* padding-bottom: 3vmax; */
}

.scan-main::-webkit-scrollbar {
    display: none;
}

.card-header a {
    font-size: 18px;
    font-weight: 600;
    color: white;
}

.vi-date {
    display: flex;
    justify-content: space-between;
}

.vi-date span {
    color: blueviolet;
}

/* card di end */

.card1-top {
    display: flex;
    flex-direction: column;
}

.top-heding {
    font-weight: 500;
    font-size: 13px;
}

.top-heding span {
    font-size: 10px;
    color: rgba(0, 0, 0, 0.694);
}

.bottom-heding {
    margin-top: .1vmax;
    font-weight: 500;
    font-size: 13px;
    color: green;
}

#status {
    animation: blink 2s infinite;
    padding: 0 0 0 .5vmax;
}

@keyframes blink {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

.top-heding-date {
    font-size: 10px;
    font-weight: 500;
    color: blueviolet;
}

.top-heding-entered {
    font-size: 14px;
    /* text-align: end; */
    color: green;
}

.v-type i {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.623);
}

.v-type {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.v-number-main {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}



.v-number {
    font-size: 18px;
    font-weight: 500;
    color: orangered;
}

.v-number2 {
    font-size: 14px;
}

.card-bottom {
    padding: 1vmax 2vmax .5vmax 2vmax;
}

.diver-name-main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: -.4vmax;
}

.diver-name {
    font-size: 13px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.694);
}

.diver-name2 {
    font-size: 18px;
    font-weight: 500;
    color: #F37B00;
}

.diver-name-main2 {
    align-items: flex-end;
}

.card-bottom-bottom {
    padding-bottom: .5vmax;
    display: none;
}


.view-more {
    width: 100%;
    text-align: end;
    padding-right: .5vmax;
    color: rgba(0, 0, 255, 0.575);
    font-weight: 500;
    padding-bottom: .5vmax;
    cursor: pointer;
    background-color: rgba(137, 43, 226, 0.096);
}

.view-more:hover {
    color: blueviolet;
}


.diver-name1 {
    font-size: 13px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.463);
}

.diver-name22 {
    font-size: 18px;
    font-weight: 600;
}

.card-qr {
    display: flex;
    justify-content: flex-end;
}

.card-qr img {
    height: 5vmax;
}


.bg-color-card2 {
    background-color: rgba(137, 43, 226, 0.096);
    padding-top: 1vmax;
}

.tour-mian {
    position: relative;
}

.tour-mian img {
    height: 3vmax;
    top: 50%;
    left: 50%;
    transform: translate(-63%, -35%);
    position: absolute;
}

.modal-body {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-body img {

    height: 15vmax;
}

@media only screen and (max-width: 600px) {
    .main-phone {
        height: 93vh;
        width: 100%;
        border-radius: 0;
        overflow: hidden;
        box-shadow: none;
        border: 0;
    }

    .phone-layout {
        padding: 1vmax;
    }

    .profile-top {
        height: 5vmax;
    }

    .phone-loader h3 {
        line-height: 4vmax;
    }

    .profile-name img {
        height: 5vmax;
        width: 5vmax;
    }

    .search-input {
        display: flex;
        flex-direction: column;
        gap: 1vmax;
    }

    .search-input input {
        height: 2.5vmax;
        padding: 2vmax 0 3vmax 0;
    }

    .Scanner button {
        padding: 1vmax 2vmax;
        font-size: 18px;
    }


    .phone-nav-bar {
        padding: 2.5vmax .8vmax 1vmax .8vmax;
    }

    .noti-loine p {
        top: -.8vmax;
        right: .7vmax;
        width: 3vmax;
        height: 3vmax;
    }

    .noti-msg img {
        height: 5vmax;
        width: 5vmax;
    }

    .phone-card-over-home {
        overflow: auto;
        max-height: 80vh;
        padding-bottom: 10vmax;
    }


    .profile-top {
        height: 8vmax;
        padding: 0 3vmax;
    }

    .logo-img {
        height: 6vmax;
    }

    .nav-tabs1 {
        background-color: red;
    }

    .tab-22 {
        margin-top: -2vmax;
    }

    #tab-not-main {
        justify-content: center;
        justify-content: space-between;
    }

    #tab-not {
        font-size: 13px;
        padding: 0;
        padding: .5vmax;
    }


    .card1-top {
        display: flex;
        flex-direction: column;
    }

    .top-heding {
        font-weight: 500;
        font-size: 15px;
    }

    .top-heding span {
        font-size: 10px;
        color: rgba(0, 0, 0, 0.694);
    }

    .bottom-heding {
        margin-top: .1vmax;
        font-weight: 500;
        font-size: 13px;
        color: green;
    }

    #status {
        animation: blink 2s infinite;
        padding: 0 0 0 .5vmax;
    }

    @keyframes blink {

        0%,
        50%,
        100% {
            opacity: 1;
        }

        25%,
        75% {
            opacity: 0;
        }
    }

    .top-heding-date {
        font-size: 10px;
        font-weight: 500;
        color: blueviolet;
    }

    .top-heding-entered {
        font-size: 14px;
        /* text-align: end; */
        color: green;
    }

    .v-type i {
        font-size: 20px;
        color: rgba(0, 0, 0, 0.623);
    }

    .v-type {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .v-number-main {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }



    .v-number {
        font-size: 18px;
        font-weight: 500;
        color: orangered;
    }

    .v-number2 {
        font-size: 14px;
    }

    .card-bottom {
        padding: 2vmax 5vmax 2vmax 5vmax;
    }

    .diver-name-main {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-top: -.4vmax;
    }

    .diver-name {
        font-size: 13px;
        font-weight: 500;
        color: rgba(0, 0, 0, 0.694);
    }

    .diver-name2 {
        font-size: 18px;
        font-weight: 500;
        color: #F37B00;
    }

    .diver-name-main2 {
        align-items: flex-end;
    }

    .card-bottom-bottom {
        padding-bottom: 2vmax;
        display: none;
    }


    .view-more {
        width: 100%;
        text-align: end;
        padding-right: 2vmax;
        color: rgba(0, 0, 255, 0.575);
        font-weight: 500;
        padding-bottom: 1.5vmax;
        cursor: pointer;
        background-color: rgba(137, 43, 226, 0.096);
    }

    .view-more:hover {
        color: blueviolet;
    }


    .diver-name1 {
        font-size: 13px;
        font-weight: 600;
        color: rgba(0, 0, 0, 0.463);
    }

    .diver-name22 {
        font-size: 18px;
        font-weight: 600;
    }

    .card-qr {
        display: flex;
        justify-content: flex-end;
    }

    .card-qr img {
        height: 12vmax;
    }


    .bg-color-card2 {
        background-color: rgba(137, 43, 226, 0.096);
        padding-top: 1vmax;
    }

    .tour-mian {
        position: relative;
    }

    .tour-mian img {
        height: 6.5vmax;
        top: 50%;
        left: 50%;
        transform: translate(-63%, -35%);
        position: absolute;
    }

    .modal-body {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .modal-body img {

        height: 35vmax;
    }

    .with-love img {
        height: 10vmax;
    }

    .phone-card-over-home2 {
        margin-top: 8vmax;
    }

    .phone-card-over-home3 {
        margin-top: 9vmax;
    }

    .phone-card-over-home11 {
        max-height: 60vh;
    }

    .qr-card img {
        height: 25vmax;
    }

    .phone-card-over-home222 {
        padding: 0 2vmax;
    }

    .phone-card-over-home12 {
        padding: 0 2vmax;
    }

    .profile-name2 {
        margin-top: -1vmax;
    }

    .top-heding-date1 {
        font-size: 12px;
    }
}