.hide {
    display: none;
}
.bg-gradient-login {
    background-color: #232954;
    background-size: cover;
}
.form-group .error,
.form-error {
    color: rgb(248, 7, 7);
    font-size: 1rem;
    width: 100%;
}
.form-control.error {
    width: 100%;
}
.roundframe {
    width: 150px;
    height: 150px;
    border: 2px solid #fff;
    -moz-box-shadow: 6px 6px 6px #ccc;
    -webkit-box-shadow: 6px 6px 6px #ccc;
    box-shadow: 6px 6px 6px #ccc;
    -moz-border-radius: 190px;
    -webkit-border-radius: 190px;
    border-radius: 190px;
}
.bg-navbar {
    background-color: #232954;
}
.sidebar-light .sidebar-brand {
    color: #fafafa;
    background-color: #232954;
}
.text-primary {
    color: #232954 !important;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #232954;
    border-color: #232954;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #3abaf4;
}
.adharcard__view {
    max-height: 300px;
}
.preview-image img,
.preview-image video {
    width: 200px;
    padding: 5px;
    border: 2px solid #cccccc;
    margin: 10px;
    border-radius: 7px;
    box-shadow: 4px 4px 10px #5099bf;
}
#galleryBox div {
    position: relative;
}
#galleryBox {
    margin-top: 36px;
    min-height: 500px;
}
.gallery_trash {
    font-size: 14px;
    position: absolute;
    top: 0;
    cursor: pointer;
    color: #ffffff;
    right: 0;
    background-color: #ff0909;
    padding: 6px 8px;
    border-radius: 50%;
}
.col-form-label {
    font-weight: bold;
}
.radio_present,
.radio_absent {
    width: 20px;
    cursor: pointer;
    display: inline-block;
}
.radio_present {
    border: 1px solid #079412;
}
.radio_absent {
    border: 1px solid #ff0909;
}
.wh-50 {
    width: 50px;
    height: 50px;
}
/** Tab css code start here **/
.tab-content {
    min-height: 500px;
    border: 1px solid #dddfeb;
}

.tab-content .tab-pane {
    padding: 10px;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #267cb0;
    border-color: #dddfeb #dddfeb #fff;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link {
    border-color: #eaecf4 #eaecf4 #dddfeb;
}
.dash-batch {
    font-size: 18px;
    padding-bottom: 10px;
    color: #27aae2;
}
.text-green-800 {
    color: #66bb6a;
}
.text-red-800 {
    color: #ff0909;
}
.dash-view {
    width: 100%;
    display: inline-block;
}
/** Tab css code end here **/

/** Bootstrap switch code start here **/

/** Bootstrap switch code end here **/
.isAbsent:hover {
    cursor: pointer;
}
