/* .row {
    justify-content: center;
} */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
    overflow-x: hidden;
}

.body-wrapper {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
}

.container {
    max-width: 90%;
}

div.text-danger,
span.text-danger {
    color: #2771c2 !important;
}

.table-head tr td {
    background-color: #2771c2;
    color: #fff;
}

label.error,
div.text-danger .error,
div.text-danger .error-message,
span.text-danger .error,
span.text-danger .error-message {
    color: #800;
    background: #fee;
    padding: 4px 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.block-visitor-name {
    max-width: 900px;
    margin: 0px auto;
}

.title-logo {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    align-items: center;
}

.home-title-heading {
    color: red;
}

.grid-item {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;

}

.home-img-right img {
    width: 112%;
}

.card-body .col-form-label,
.card-body .form-control,
.check-list label {
    font-size: 30px;
}

#results {
    font-size: 16px;
    color: #155724;
    background-color: #d4edda;
    border:1px solid #c3e6cb;
    padding: 10px;
    font-weight: 400;
    line-height: 1em;
    margin-top: 10px;
    display: inline-block;
}
.snapshot-button:hover, .btn-take-snapshop-again:hover{
    background-color: #000;
    color: #fff;
}
.btn.btn-success {
    font-size: 22px;
    padding: 10px 35px 10px 26px
}

.card-grid {
    background-color: #2771C2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-link {
    text-decoration: none;
}

.card-title {
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 40px;
}

.login-link:hover {
    color: white;
}



.checkin-card-title {
    background-color: #2771C2;
    color: white;
    border-radius: 0%;
    padding: 10px;
    border: none;
}

.checkin-card-title h5 {
    font-size: 19px;
}

.market-body {
    font-size: 16px;
    padding: 28px;
}

.card-body.market-body {
    background-color: #f8f8f8;
}

.market-body .form-control {
    height: auto;
}

.market-label {
    margin-bottom: 0;
    font-weight: 400 ;
    color: black;
    font-size: 15px;
}

.block-visitor-name .btn-wrapper {
    max-width: 100%;
    justify-content: center;
    font-size: 38px;
    margin-left: 0px;
    height: 130px;
}

.btn-wrapper {
    display: flex;
    align-items: center;
    max-width: 160px;
    background-color: #2771C2;
    margin-left: 140px;
    color: white;

}

.home-wrapper {
    display: flex;
    align-items: center;
    max-width: 190px;
    background-color: #2771C2;
    margin-left: 140px;
    color: white;

}

.bi-floppy {
    margin-right: 0;
    background-color: black;
    color: white;
    padding: 7px 8px;
    padding-bottom: 8px;
}

.bi-floppy::before {
    font-size: 14px;
}

.create-btn {
    border-radius: 0%;
    color: rgb(255, 255, 255);
    border: none;
    font-size: 32px;
    padding: 10px;
}

.block-visitor-form {
    max-width: 900px;
    margin: 0px auto;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
}

.check-list label {
    margin-left: 10px;

}

.form-block-container label,
.market-label {
    color: #2771C2;
    font-size: 30px;
}

label.error {
    font-size: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 30px;
    height: 40px;
}

.snapshot-button,
.btn-take-snapshop-again {
    margin-top: 10px;
    padding: 15px 25px;
    font-size: 20px;
    background: #198754;
    color: #fff;
    border: 0px;
}

input.sal {
    margin-right: 5px;
    transform: scale(2);
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    height: 64px;
    padding: 14px;
}

.content-title {
    color: white;
    background: #2771C2;
    margin: 48px 0;
    padding: 25px;
    font-size: 40px;
    margin-bottom: 30px;
    text-align: center;
}

.input-with-check input[type=radio] {
    width: 20px;
    height: 20px;
    margin-right: 16px;
}

.form-control {
    font-size: 30px;
}

.filter-block {
    background: #fcdfe1;
    color: #2771C2;
    margin-bottom: 23px;
    border-radius: 5px;
    padding-bottom: 20px !important;
    background-color: #ededf9;
    font-size: 30px;
    padding: 20px 15px !important;

}

.filter-btn {
    background-color: #2771C2;
    color: white;
    border: 2px solid white;
    border-radius: 43px;
    padding: 10px 54px;
    width: 300px;
}

.form-control .select-form {
    border: 1px solid #2771C2;
    color: #2771C2;
}

.table-responsive .table .text-danger.status-ok,
.table-responsive .table .text-danger.status-ok td {
    background-color: #080;
    color: #fff;
    font-size: 12px;
}

.table-responsive .table .text-danger.status-not-ok,
.table-responsive .table .text-danger.status-not-ok td {
    background-color: #fdd;
    color: #111;
    font-size: 12px;
}

.table-responsive .table {
    max-width: 100%;
    margin: 0px auto;
}

.table td,
.table th {
    padding: 6px 5px;
    border-top: 1px solid #dee2e6;
    vertical-align: middle;
    text-align: left;
    font-size: 14px;
}

.table-responsive .table .text-danger {
    background-color: #fff;
}

.table td,
.table th {
    border-color: #ebebeb;
}

.lower-table-block {
    padding-right: 20px;
}

.table-responsive .tab-max-width-1 {
    max-width: 100%;
    margin: 0px 0px 30px 0px;
}

.table.tab-max-width-max {
    margin-bottom: 0px;
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 1px;
    font-size: 30px;
}

.table.tab-sheet th {
    padding: 6px 5px;
    font-weight: 400;
    font-size: 14px;
}

.table.tab-sheet input[type="text"] {
    border: 1px solid #ccc;
}

.table thead th {
    border-bottom-width: 1px;
    font-weight: 400;
}

.table tbody td {
    background-color: #fff;
    color: #2771C2;
    font-size: 30px;
}

.table tr.text-danger {
    background-color: #fff;
}

.table .btn-btn {
    font-size: 11px;
    padding: 6px 20px;
}

.table .btn-btn.btn-info.short-btn {
    background-color: #052c65;
}

.table .btn-btn.btn-info.con-btn {
    background-color: #ff7618;
}

.table .btn-btn.btn-info.btn-rej {
    background-color: #2771C2;
}

.table-responsive .table-width-111.table tr td:nth-child(7) {
    width: 15% !important;
}

.table-responsive .table-width-111.table tr td:nth-child(2),
.table-responsive .table-width-111.table tr td:nth-child(3) {
    width: 12% !important;
}

.table-responsive .table-width-111.table tr td:nth-child(6) {
    width: 15% !important;
}

.table-responsive .table-width-111.table tr td:nth-child(8) {
    width: 10% !important;
}

.table-responsive .table-width-111.table tr td:nth-child(9) {
    width: 18% !important;
}

.table-responsive .table.table-width-111 {
    max-width: 950px;
}

.table-responsive .tab-max-width.tab-max-width13 tr td:nth-child(2) {
    width: 20.5% !important;
}

.table-responsive .tab-max-width.tab-max-width13 tr td:nth-child(3) {
    width: 13% !important;
}

.table-responsive .tab-max-width.tab-max-width13 tr td:nth-child(4) {
    width: 15% !important;
}

.table-responsive .tab-max-width.tab-max-width13 tr td:nth-child(5) {
    width: 12% !important;
}

.table-responsive .tab-max-width.tab-max-width13 .check-list input:checked+label:after {
    top: 4px;
    left: 7px;
}

.table-responsive .tab-max-width.tab-max-width13 tr td:nth-child(7) {
    width: 11% !important;
}

.table-responsive .table .table-footer tr td:nth-child(1) {
    width: 60% !important;
    display: table-cell;
}

.table-responsive .table .table-footer tr td:nth-child(2) {
    width: 40% !important;
    display: table-cell;
}

.table.table-space {
    margin-bottom: 20px;
}

.table-responsive .table.tab-max-width-max.tab-max-width-max-1 tr td:nth-child(3) {
    width: 15% !important;
}

.table-responsive .table.tab-max-width-max.tab-max-width-max-1 tr td:nth-child(4) {
    width: 15% !important;
}

.table-responsive .table.tab-max-width-max.tab-max-width-max-1 tr td:nth-child(5),
.table-responsive .table.tab-max-width-max.tab-max-width-max-1 tr td:nth-child(6) {
    width: 6% !important;
}

.print-content .table.tab-sheet-1 td:nth-child(4),
.print-content .table.tab-sheet-1 td:nth-child(10) {
    text-align: center;
}

.print-content .table.tab-sheet-1 th {
    color: #000;
    font-weight: 600;
}

.print-content .table.tab-sheet-1 td.claimed-amount {
    border-right: 1px solid #ebebeb;
}

.table-bg-white {
    background-color: white;
}

.table-head {
    background-color: #2771C2;
    color: white;
    text-align: center;
}

.dt-search {
    display: none;
}

/* otp */
.login-body-wrapper {
    text-align: left;
}

.login-body-wrapper .form-group-label label {
    margin-bottom: 8px;
    font-weight: 400;
    color: #4c4d4d;
    line-height: 1em;
}

.textbox-list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.textbox-list .form-control {
    width: 80px;
    height: 80px;
    margin-right: 36px;
    background-color: #d5d5f5;
    border: 0px;
    color: black;
    font-size: 30px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 5px;
    text-align: center;
}

.code-box {
    height: calc(100vh - 100px);
    align-items: center;
}

.select2 {
    width: 100% !important;
}


.body-wrapper.container label{
    font-size: 18px;
    margin: 0px;
    font-weight: 400;
    color: #333;
    line-height: 1em;
}
.form-control {
    font-size: 18px;
    padding: 12px 15px;
    color: #333;
}
.card-body .col-form-label, .card-body .form-control, .check-list label {
    font-size: 18px;
    color: #000;
}

.input-with-check input[type=radio] {
    width: 12px;
    height: 12px;
    margin-right: 16px;
}

.body-wrapper.container  .check-list label{
    margin-left: 10px !important;
}
 .check-list  p{
    font-size: 18px;
    margin: 0px;
    font-weight: 400;
    color: #333;
    line-height: 1em;
    margin:8px 0px;

}
.body-wrapper.container .form-container-block label{
    margin-bottom: 6px;
}
.body-wrapper.container .form-container-block select{


    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #fff url(../images/chevron-down.svg) no-repeat center;
    background-position: 97% 54%;
    background-size: 11px;
}

.pic-vist{
    margin: 0px;
    
    padding: 15px 20px;
    background-color: #def4ea;
}
.form-container-top .col-md-6.left{
    padding-left: 50px;
}
html .pic-vist label{
    color: #198754;
}
.body-wrapper.container .form-container-block label.error{
    color: #721c24;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 400;
}
  
img{
    max-width: 100%;
}
.alert.success-error,.alert.success-error h3{
    font-size: 14px;
    margin: 0px;
    line-height: 1em;
}
.alert.success-error{

    display: flex;
    justify-content: flex-start !important;
    padding: 0px;
    align-items: center;
    padding: 10px;
}

.qr-container-main{
    margin-top: 60px !important;
}
.qr-container-main p{
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5em;
    color: #555;
}
.qr-container-main h3{
    font-size: 30px;
    font-weight: 600;
}
.qr-container-main a{
    display: block;
    margin-top: 20px;
}
.qr-container-main img{
    box-shadow: 0 1rem 3rem rgba(0,0,0,.105);
}
.scan-qr{
    text-align: center;
    margin-top: 30px;
}
#my-qr-reader{
    margin: 0 auto;
}
.scan-qr h1{
    font-size: 28px;
    font-weight: 600;
}
.scan-qr button{
    font-size: 15px;
}
#html5-qrcode-anchor-scan-type-change{
    text-decoration: none !important;
}
#html5-qrcode-select-camera{
    font-size: 9px;
    margin: 20px 0px;
}
#html5-qrcode-button-camera-stop{
    border: 0px;
    background-color: #721c24;
    color: #fff;
    padding: 10px;
}
#html5-qrcode-button-camera-stop:hover,#html5-qrcode-button-camera-start:hover{
    color: #fff;
    background-color: #000;
}
#html5-qrcode-button-camera-start{
    margin-top: 20px;
    background-color: #198754;
    border: 0px;
    color: #fff;
    padding: 10px;
}
.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 1px;
    font-size: 17px;
}
.table tbody td {
    background-color: #fff;
    color: #333;
    font-size: 16px;
}
table .filter-btn {
    background-color: #2771C2;
    color: white;
    border: 2px solid white;
    border-radius: 21px;
    padding: 10px 17px;
    width: 122px;
    font-size: 14px;
    line-height: 1em;
}
.vist-con{
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    font-size: 13px;
    font-weight: 400;
    padding: 8px;
    line-height: 1em;
    margin: 0px;
    display: inline-block;
}
.table-wit{
    margin-bottom: 40px;
}
.step-inner{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.step-item{
    width: 50%;
    padding: 0px 10px;
}
.step-item{
    margin-bottom: 20px;
}
.step-item-inner{
    text-align: center;
    background-color: #C5DEF8;
    padding: 15px;
    border-radius: 5px;
}
.step-item-inner img{
    height: 150px;
    margin-bottom: 15px;
}
.step-item-inner p span{
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #2771C2;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 12px;
    margin-right: 10px;
    line-height: 1em;
}
.step-item-inner p{
    display: flex;
    align-items: center;
    color: #555;
    font-size: 13px;
    line-height: 1.2em;
    font-weight: 500;
    justify-content: center;
    margin: 0px;
    background-color: #fff;
    padding: 5px;
}
#exampleModal .modal-header{
    border: 0px;
}
#exampleModal .modal-header h2{
    font-weight: 700;
    font-size: 25px;
    line-height: 1em;
    color: #000;
}
.form-last-inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}
.form-container-top,.form-container-last{
    transition: opacity .15s linear;

}
.form-container-last{
    display: none;
}

.form-last-inner .form-last-left{
    width: 60%;
    padding-right: 50px;
}
.form-last-inner .form-last-left iframe{
  box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
  border: 6px solid #ffff;
}
/* .form-last-inner .form-last-right{
max-width: 500px;
margin: 0 auto;
    
} */
.form-last-inner .form-last-right .image-vid-container{
/* max-width: 800px; */
margin: 0 auto;
display: flex;
gap: 20px;
margin-bottom: 20px;
width: 100%;
justify-content: center;
align-items: center;
    
}
.form-last-inner .form-last-right{
    width: 100%;
}
.form-last-right img{
    background-color: #fff;
    padding: 10px;
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    margin-top: 15px;
        width: 50%;
    height: 420px;
    object-fit: cover;
    object-position: top;
}
.steps-last h2{
        text-align: center;
    font-weight: 700;
    color: #000;
    font-size: 28px;
}
.main-checkbox input[type=checkbox] + label {
    display: block;
    margin: 0.2em;
    cursor: pointer;
    padding: 0.2em;
  }
  
.main-checkbox  input[type=checkbox] {
    display: none;
  }
  
 .main-checkbox input[type=checkbox] + label:before {
    content: "\2714";
    border: 0.1em solid #ccc;
    border-radius: 0.2em;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding-left: 3px;
    padding-bottom: 0px;
    margin-right: 5px;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
    background-color: #fff;
    padding-top: 3px;
  }
  #datetimepicker3{
    position: relative;
  }
  #datetimepicker3 #basicDate-error{
    position: absolute;
    left: 0px;
    top:60px;
  }
  .visitor-company,.company-block{
    background:  #EDEDF9;
    padding: 15px;
    padding-bottom: 0px;
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .form-container-top h3{
    background-color: #2771C2;
    padding: 10px;
    margin: 0px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
  }
    #datetimepicker3 {
        align-items: center;
       
            
    }

   form .form-control.error{
        font-size: 18px;
    padding: 12px 15px;
    color: #333;
    background-color: #fff;
    }
  #datetimepicker3 .input-group-text {
    height: 53px;
    
  }
 .main-checkbox input[type=checkbox] + label:active:before {
    transform: scale(0);
  }
  
 .main-checkbox input[type=checkbox]:checked + label:before {
    background-color: #BB1823;
    border-color: #BB1823;
    color: #fff;
  }
  
 .main-checkbox input[type=checkbox]:disabled + label:before {
    transform: scale(1);
    border-color: #aaa;
  }
  
  .main-checkbox input[type=checkbox]:checked:disabled + label:before {
    transform: scale(1);
    background-color: #e1eaf4;
    border-color: #e1eaf4;
  }

  .steps-last ul{
    margin: 0px;
    padding: 0px;
  }
  .steps-last ul li{
    display: flex;list-style: none;
    align-items: center;
  }
  .steps-last ul li p{
    margin: 0px;
    padding-left: 10px;
  }
  .steps-last ul li{
    color: #666;
    font-size: 14px;
    font-weight: 400;
    background-color: #fff;
    padding: 6px 10px;
    margin-bottom: 15px;

  }
  .form-last-right .main-checkbox label{
    color: #E71D2B;
    font-size: 14px;
    font-weight: 400;
    margin: 0px !important;
    display: flex !important;
    align-items: center;

  }
  .form-last-right .main-checkbox label span{
    padding-left: 5px;
  }
  .form-last-right .main-checkbox{
    background-color: #FFD6DB;
    padding: 6px 10px;
    margin-top: 10px;
    display: flex;
    align-items: center;
  }
  .steps-last ul li i{
    color: #2771C2;
  }
  .onb-embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    margin-bottom: 1em;

   
}

.onb-embed-responsive-item {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}


.onb-embed-responsive__16by9 {
    padding-bottom: 56.25%;
}


.onb-embed-responsive__4by3 {
    padding-bottom: 75%;
}

.form-last-left .main-checkbox {
    background-color: #e2fff1;
    padding: 6px 10px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    border: 1px solid #cce4d8;
}
.form-last-left .main-checkbox label {
    color: #137649;
    font-size: 14px;
    font-weight: 400;
    margin: 0px !important;
    display: flex !important;
    align-items: center;
}
.form-last-left .main-checkbox input[type=checkbox]:checked + label:before {
    background-color: #137649;
    border-color: #137649;
    color: #fff;
}
.eng-vid{
    display: none;
}
.form-last-left.active .eng-vid{
    display: block;
}
.form-last-left.active .nepali-vid{
    display: none;
}
.form-last-left-in{
    max-width: 600px;
    margin: 30px auto;
}
.form-last-left-in video{
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
  border: 6px solid #ffff;
}

.ack-block{
    background-color: #fafafa;
    padding: 12px 20px;
    margin:0px;
    margin: 80px 0px;
      
    background-color: #d4edda;
    border:1px solid #c3e6cb;
}

.ack-block h3{
    font-size: 15px;
    line-height: 1.2em;
    font-weight: 400;
    margin: 0px;
      color: #155724;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width:810px;
        
    }
}
@media only screen and (max-width: 767px) {
    .container {
        max-width: 100%;
    }
    .header-main .col-3{
        width: 180px;
        padding:0px
    }
    .header-main .col-6{
        width: calc(100% - 280px);
        padding: 0px;
        display: none;
    }
    .header-main .col-3 img{
        height: auto !important;
        width: 100%;
    }
    .header-main img{
        max-width: 100%;
    }
    .header-main .justify-content-center{
        justify-content: space-between !important;
        margin-top: 15px !important;
    }
    .home-title-heading {
        color: red;
        font-size: 15px;
    }
    .header-main .col-3.text-end{
        width: 112px;
        padding-right: 12px;
    }
    .header-main .col-3.text-end .row{
        margin: 0px;
    }
    .home-wrapper{
        margin-left: 0px;
        max-width: 100%;
        font-size: 14px;
        height: 44px;
    }
    .create-btn {
        border-radius: 0%;

        font-size: 17px;
        padding: 0px;
    }
    .create-btn i{
        font-size: 18px !important;
    }
    .container-form  form{
        margin-top: 20px !important;
    }
    .body-wrapper.container{
        margin-top: 20px;
    }
    .pic-vist{
        padding-left: 12px;
    }
    .market-body {
        font-size: 16px;
        padding:30px 20px;
    }
    .form-last-inner{
        display: block;
      
    }
    .form-last-inner .form-last-left{
        width: 100%;
        padding-right: 0px;
    }
    .form-last-inner .form-last-left iframe{
     height: 200px !important;
     margin-bottom: 20px;
    }
    .form-last-inner .form-last-right{
        width: 100%;
        
    }
    .form-container-top .col-md-6.left{
    padding-left: 12px;
}

}