
:root {
  --primary: #7f2b04;
  --secondary: #4ba31a;
}

.card-header {
    padding: 0px;
}

.iti--allow-dropdown {
    width: 100%;
}

.card-body {
    padding: 30px;
}

.card-footer a {
    color: #333;
    text-decoration: none;
    font-weight: normal;
}

.page_title {
    font-size: 20px;
    margin: 15px 0px;
    color: #2a4c9b;
    text-align: center;
}

.footerText {
    font-size: 16px;
    margin: 15px 0px;
    text-align: center;
}

.red, .error{
    color: #ed1b24;
}

.form-select, .form-control {
    border-radius: 4px;
    border: 1px solid #ccc;
    /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); */
    height: 40px;
}

.btn-primary, .btn-primary:active, .btn-primary:hover, .btn-primary:focus {
    background-image: linear-gradient(to right, var(--primary), var(--secondary)) !important;
    border: none;
    padding: 10px;
}

.customRow {
    margin-bottom: 15px !important;
}

#error-msg {
    color: red;
}

#valid-msg {
    color: green;
}

.hide{
    display: none !important;
}

.page_message {
    font-size: 18px;
    margin: 15px 0px;
    color: #333;
    text-align: center;
}

.categoryBadge {
    background: #2c4899;
    color: #fff;
    padding: 5px;
}

.qrCode {
    width: 80px;
    height: 80px;
    border-radius: 5px;
}

.resultRow {
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px;
    margin: 0px;
}

.previewBox {
    width: 80px;
    border-radius: 5px;
}

.bold {
    font-weight: 700;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.capitalize {
    text-transform: capitalize;
}

.entryFormcard {
    min-height: 300px;
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 20px;
    border-radius: 10px; */
}

.profileCard {
    width: 300px;
    margin: 0px auto;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 10px 0px;
    border-radius: 10px;
}

.profileCard .profilePhoto{
    width: 100px;
    /* height: 100px; */
    border-radius: 50%;
    margin-bottom: 20px;
    border: 2px solid #f6ef45;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.profileCard h3{
    font-size: 18px;
}

.profileCard h4{
    font-size: 14px;
}

.profileCard .successGif {
    width: 50px;
}

.customBoxFaceAuthMain {
    margin: 0px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 100vh;    */
    width: 100vw; 
    height: 100vh; 
    max-width: 100vh;
    /* background: linear-gradient(90deg, rgba(13, 106, 139, 1) 0%, rgba(21, 22, 70, 1) 48%, rgba(35, 32, 111, 1) 100%); */
}

.customBoxFaceAuthMain .card {
    
}

.customBoxFaceAuth canvas {
    visibility: hidden;
    height: 0px;
    position: absolute;
    z-index: -1;
}
.customBoxFaceAuth video {
    /* margin-top: -18px; */
    width: 100%;
    border-radius: 10px;
}
.customBoxFaceAuth .videoBox {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
    /* height: 100%; */
    margin: 0px auto;
    padding: 8px 8px 3px 8px;
    float: left;
}
.customBoxFaceAuth .outputBox {
    width: 45%;
    margin: 0px auto;
    float: left;
    margin-top:10%;
    transform: scaleX(-1);
}
.customBoxFaceAuth #myImage {
    display: none;
    width: 200px;
    height: 200px;
    background-color: orange;
    border: 1px solid #ccc;
    border-radius: 50%;
    transform: scaleX(-1);
}
.customBoxFaceAuth .profileCard {
    width: 100%;
    height: 100%;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    /* padding: 20px 0px; */
    border-radius: 10px;
}

.customBoxFaceAuth .profileCard .profilePhoto{
    width: 100px;
    /* height: 100px; */
    border-radius: 50%;
    margin-bottom: 20px;
    border: 2px solid #f6ef45;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.previewNotification {
    font-size: 14px;
    color: green;
}

.backBUttonFace {
    margin-top: 20px;
}

@media (max-width: 600px) {

  .customBoxFaceAuthMain{
    padding: 0px !important;
    height: 100vh;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    scrollbar-width: none; 
  }
  .customBoxFaceAuthMain .card{
    border: none;
  }
  
  .customBoxFaceAuth {
    padding: 5px;
  }
  .col-12, .col-12 {
    min-height: 45vh;
    padding: 0px;
  }
    .backBUttonFace {
        position: absolute;
        top: 0;
        right: 0;
        /* display: none; */
    }
    .backBUttonFace .col-lg-12 {
        padding: 5px;
        margin-right: 20px;
    }
    .customBoxFaceAuth video {
        max-height: 45vh;
        border-radius: 0px !important;
        background-color: #333;
    }
    .customBoxFaceAuth .videoBox {
        max-height: 45vh;
        border-radius: 0px !important;
        background-color: #333;
    }
    .customBoxFaceAuth .profileCard {
        border-radius: 0px !important;
        box-shadow: none;
        justify-content: start;
    }
}