
body {  
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    width: 100%;
    overflow-x: hidden;
    height: 50%;
    
}

.addmission_image>img {
    width: 500px;
    height: 50%;
}

.navbar{
    background: #130083;

}

.navbar-nav .nav-item .nav-link{
    color:  white!important;
}

.hide-form {
    display: none !important;
}
.account-verification{
    display: flex;
    justify-content: center;
    gap: 5px;

}

.account-verification .account-verification-image > img{
    width: 50px;
   
}

.green-label {
color: rgb(0, 113, 251);
font-size: 15px;
}

.d-none {
display: none;
}

#user-photo,
#camera-view {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#camera-view {
    object-fit: cover;
}

#photo-adjust, #user-photo{
    display: none;
}
.photo-text > p{
    /* height: 1em; */
    font-size: 14px;
    text-align: left;
}
.photo-upload-container{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    background-color: red;

}

.custom-file-label{
    cursor: pointer;
    font-size:  12px;
    border: none;
    color: black;
    /* background: #130083; */
    margin: auto 0;

}

#webcamButton{
    background: #3071A9;
    color: white;
    font-size:  12px;
}
.custom-file-input{
    cursor: pointer;
    width: 100%;
}



.custom-file-label::after{
    /* background-color: #130083; */
    color:white;
    /* visibility: hidden; */
}



#dpaButton{
    cursor: pointer;
  
}
.label-text{
    float: left;
}
#verifyBtn:disabled {
    cursor: not-allowed!important;
}

.btn-photo{
    background: #130083;    
    color: #fff;
    width: 100%;
    display: inline-block;

    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding:.375rem.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius:.25rem;
    transition: color.15s ease-in-out,background-color.15s ease-in-out,border-color.15s ease-in-out,box-shadow.15s ease-in-out;
}


.btn-photo:hover {
    color: white;
}

.nddu_logo_background{
        background-image: url('../../assets/site/images/gakkousoft_logos/card_steps_container.jpg');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
      
}
.background-image {
    background-image: url('../../assets/site/images/gakkousoft_logos/card_steps_container.jpg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.img-upload{
    width: 200px;
    height: 200px;
    border: 3px solid  #130083;
    background-image: url('../../assets/site/images/web-background/photo-veriicafion-upload.png');
    background-size: contain;
     background-position: center;
     background-repeat: no-repeat;
}


.virifcation_container{
    display: flex;
    justify-content: center;
    align-items: center;
 
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}



/* UPLOAD BUTTON STYLES */

.file {
position: relative;
display: flex;
justify-content: center;
align-items: center;
}

.file > input[type='file'] {
display: none
}

.file > label {
font-size: 12px;
font-weight: 300;
cursor: pointer;
outline: 0;
user-select: none;
/* border-color: rgb(216, 216, 216) rgb(209, 209, 209) rgb(186, 186, 186); */
border-style: solid;
border-radius: 4px;
border-width: 1px;

color: hsl(0, 0%, 29%);
padding-left: 16px;
padding-right: 16px;
padding-top: 16px;
padding-bottom: 16px;
display: flex;
justify-content: center;
align-items: center;
}

.file > label:hover {
border-color: #130083;
color: white;
}

.file > label:active {
background-color: #130083;
}

.file > label > i {
padding-right: 5px;
}

.file--upload > label {
color: #3071A9;
border-color:#3071A9;

}

.file--upload > label:hover {
border-color:#130083;
background-color:#130083;
}

.file--upload > label:active {
background-color:#130083;
}



@keyframes pulse {
0% {
  color: hsl(221, 83%, 59%);
}
50% {
  color: hsl(221, 83%, 59%);
}
100% {
  color: hsl(221, 83%, 59%);
}
}   


.form-floating {
position: relative;
}

.form-floating > label {
position: absolute;
top: 0;
left: 0;
padding: 0.375rem 0.75rem;
pointer-events: none;
border: 1px solid transparent;
border-radius: 0.25rem;
transition: all 0.2s ease-in-out;
}

.form-select:focus + label {
color: #495057;
background-color: #fff;
transform: translateY(-1.25rem) scale(0.8);
padding: 0 0.25rem;
}
.img-fluid {
width: 900px; 


}

.border-radius-image{
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 100px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 100px;
border-top-right-radius: 10px;
border-bottom-right-radius: 100px;
}



.form-label {
float: left;
margin-right: 10px;
font-weight: 500;
}

form-outline {
position: relative;
}


::placeholder {
color: #6c757d;
font-size: 14px;
}


.text-danger {
position: absolute;
bottom: -20px;
left: 20px;
font-size: 11px;
}

.btn {
background-color: #3071A9;
padding: 10px 40px;
color:white;
border-radius: 50px;
text-align: center;

}
.btn:hover{
color: white;
background-color: #411bfe;
}


.button-container{
float: right;
/* width: 25%; */
}

.btn-default{
width: 20%;
}
.btn-default-cap{
width: 22%;
}

.background-nddu{
background-image: url('../../assets/site/images/gakkousoft_logos/card_steps_container.jpg');   
background-size: cover;
background-position: center;
}

.btn-revierVeriifaction{
width: 30%;
text-align: center;
}
.back-button{
background-color: #6c757d;
color:white;
}

.font-weight-bold{
font-weight: 700;

}

.modal-header{
background-color: #130083;
color: white;
}


.container-with-arrow {
display: flex;
align-items: center;
}

.arrow-container {
width: 0;
height: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 10px solid #000;
}

.content-container {
margin-left: 10px;
background-color: #130083;
color: white;
padding: 10px;
border-radius: 5px;
}

.content-container > p {
font-size: 13.5px;
}


.redirect-text{
font-size: 50px;
}



.redirect-container {
display: flex;
align-items: center;

flex-direction: row;
width: 250px; 
}

.redirect-icon {
margin-right: 8px; 
}

.redirect-text {
margin: 0;
}


