﻿.keybordPrewenter {
    position: static;
    overflow: hidden;
}
.mint {
    background-color: transparent;
    position: absolute;
    color: transparent;
    background-color: transparent;
    opacity: 0.1;
    outline: none;
    top: 0px;
    left: 0px;
    border: none;
    overflow-y: hidden;
    overflow-x: hidden;
}
    .mint::-webkit-outer-spin-button,
    .mint::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
.mint {
    caret-color: #3A3A3A;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.mint2 {
    background-color: #fff;
    position: absolute;
    color: #fff;
    background-color: #fff;
    opacity: 0.1;
    outline: none;
}
.cursor2 {
    position: relative;
}

    .cursor2 i {
        position: absolute;
        width: 1px;
        height: 51%;
        background-color: #000;
        left: 50%;
        top: 15px;
        animation-name: blink;
        animation-duration: 800ms;
        animation-iteration-count: infinite;
        opacity: 1;
    }
@keyframes blink {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}
.mhide {
    display: none;
}
.code-inputs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 21px;
    margin-bottom: 46px;
}
.register-number-input {
    height: 60px;
    width: 60px;
    background: #ffffff;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    outline: 0;
    color: #222d65;
    font-size: 30px;
    margin-bottom: 37px;
    text-align: center;
    line-height: 60px;
    margin-top: 27px;
}
.logo_img {
    width: 59px !important;
    height: 59px !important;
    object-fit:cover;
}
.overlay {
    height: 100%;
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0); /* Black fallback color */
    /*background-color: rgba(73, 201, 50,0.5);*/ /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.3s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
    display: flex;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .overlay .ologo {
        margin-bottom: 80px;
        width: 60vw;
    }

    .overlay .ospinner {
        margin-bottom: 20px;
        width: 20vw;
    }

    .overlay .otext {
        color: #fff;
        font-size: 19px;
        direction:rtl;
    }
.mt15
{
    margin-top:15px !important;
}
.gback {
    background: linear-gradient(150deg, rgb(26 26 26 / 43%) 10%, rgb(102 102 102 / 43%) 74%) center fixed;
    background-size: cover;
}
.closedatebut {
    color: red;
    position: absolute;
    right: 3px;
    top: 3px;
    font-size: 20px;
    font-weight: bold;
    width: 50px;
    height: 50px;
    line-height: 20px;
    z-index: 99;
}
    .closedatebut span {
        position: absolute;
        border-radius: 50%;
        border: 2px solid red;
        width: 30px;
        height: 30px;
        font-weight: bold;
        font-size: 20px;
        right: 1px;
    }

    .setype {
        font-family: 'IBM Plex Sans Hebrew', sans-serif;
        font-weight: bold;
        font-size: 17px;
    }
.brown_active {
    background-color: #f4daa4 !important;
    border: 1px solid #f4daa4 !important;
}
.green_active {
    background-color: #71d406 !important;
    border: 1px solid #71d406 !important;
}

.dsnone {
    display: none;
}
.prew_vid {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70vh;
    max-width: 100%;
}
.prew_img {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70vh;
    max-width: 100%;
    object-fit: contain;
}
.close-pap {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 26px;
    height: 26px;
    background-image: url(/frontend/img/icon-cancel.svg);
    z-index: 9999;
}
.pup {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    background-color: #000000;
    border: 1px solid gray;
}


.wrapperpdf {
    line-height: 1;
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 2rem 0 2rem;
    font-size: 16px;
    font-family: 'IBM Plex Sans Hebrew', sans-serif;
    font-weight: 400;
    max-height: 80vh;
    overflow-y: scroll;
    text-align: right;
    background-color: #3A3A3A;
}
.cntmh
{
    height:80vh !important;
}
.h30
{
    height:50px !important;
}
.wrapperpdf h1 {
    font-size: 2.5rem;
    text-align: center;
    font-weight: 700;
    margin: 3rem 0 3rem;
}

.wrapperpdf ul {
    margin: 2rem 0;
    padding-right: 20px;
}

.wrapperpdf ul, p, span, a {
    font-size: 1.3rem;
    line-height: 1.5;
}

    .wrapperpdf ul li {
        margin-bottom: 1.5rem;
    }

.wrapperpdf strong {
    font-weight: 700;
}

@media (max-width: 767px) {
    .wrapperpdf {
        font-size: 14px;
    }
}


#pdf-viewer {
    background: #eee;
    padding: 32px 0 16px 0;
}

#pdf-viewer canvas {
    margin: 0 auto;
    display: block;
}
.bholder
{
    margin-top:15px;
}
.loginlink {
    color: #fff;
    text-decoration: underline;
    font-family: 'IBM Plex Sans Hebrew', sans-serif;
    font-weight: 400;
    font-size: 14.7px;
    line-height: 12.8px;
}
.close-page {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 26px;
    height: 26px;
    background-image: url(/frontend/img/icon-cancel.svg);
    z-index: 9999;
    padding: 30px;
    background-repeat: no-repeat;
    background-position: center;
}
.close-page2 {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 26px;
    height: 26px;
    background-image: url(/frontend/img/icon-cancel.svg);
    z-index: 9999;
    padding: 30px;
    background-repeat: no-repeat;
    background-position: center;
}

.VideoContainer {
    height: calc(100vh - (393px));
}
.botom_logo {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.counterspan {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0px;
    left: 5px;
    color: red;
    font-weight: bold;
    z-index: 99999;
    background-color: transparent;
}
.drawingcanvas {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.camtestvid {
    width: 100%;
    min-height: 260px;
    max-height: 270px;
    object-fit: contain;
    display: block;
}
.camtestcan {
    /*width: 100%;
    height:auto;
    object-fit: contain;*/
    display: block;
}
.ogalery_item {
    margin: 0 auto;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.intro__record-pic {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
.fucktive::after {
    width: 100% !important;
}
.hidden
{
    display:none;
}
.vidprevsml2 {
    width: 100% !important;
    height: 100%;
    max-height: 74px !important;
    margin: 0 auto;
    object-fit: cover !important;
    vertical-align: middle;
    border: 0;
}
.vidprevsml {
    width: 100% !important;
    height: 100%;
    max-height: 74px !important;
    margin: 0 auto;
    object-fit: cover !important;
    vertical-align: middle;
    border: 0;
}
.vidprev {
    width: 100%;
    height: auto;
    min-height: 395px;
    margin: 0 auto;
    object-fit: cover;
}
.camerapreview {
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
    width:100%;
}
.imbafit {
    height: calc(100vh - (393px)) !important;
    object-fit: cover !important;
    width: 100%;
}
.PhoneinputError {
    position: absolute;
    top: 32px;
    display: none;
    font-family: 'IBM Plex Sans Hebrew', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #ff0000;
    width: 100%;
}
.visible
{
    display:block;
}

.butomimage {
    max-width: 180px;
    display: block;
    margin: 0 auto;
    vertical-align: central;
}
#blazor-error-ui {
    /*background: lightyellow;*/
    background-color:transparent;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    /*padding: 0.6rem 1.25rem 0.7rem 1.25rem;*/
    padding: 0px;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/*@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
    html {
        transform: rotate(-90deg);
        transform-origin: left top;
        width: 100vh;
        overflow-x: hidden;
        position: absolute;
        top: 100%;
        left: 0;
    }
}*/
@media (min-width: 800px) {
    .botom_logo img{
        width:20% !important;
    }
}
/*@media (min-height: 800px) and (max-height: 950px) {
    .botom_logo {
        position: relative;
        bottom: -15vh;
    }
}
@media (min-height: 700px) and (max-height: 799px) {
    .botom_logo {
        position:relative;
        bottom:-12vh;
    }
}*/
@media (max-height: 600px){
    .botom_logo {
        display:none;
    }
}
