.authentication-bg {
    background-image: url(../images/cellular-jail.jpg);
    /* background: linear-gradient(90deg, rgba(13,78,100,1) 0%, rgba(79,148,126,1) 100%); */
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
}
.authentication-bg::after {
    /* background-image: url(../images/auth-login-bg.jpg); */
    background-color: #23252470;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 0.2;
    /* filter: brightness(0)invert(1); */
}
.container-fluid .authentication-bg {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.custom-bg {
    background: linear-gradient(
        90deg,
        rgba(13, 78, 100, 1) 0%,
        rgba(79, 148, 126, 1) 100%
    );
    position: relative;
}
.regd-container-section {
    z-index: 1;
    align-items: center;
    justify-content: center;
}
.form-control,
.form-select,
.table-bordered,
.form-check-input {
    border: var(--bs-border-width) solid #cbcedc;
}
.custom-clr {
    background: linear-gradient(
        90deg,
        rgba(13, 78, 100, 1) 0%,
        rgba(79, 148, 126, 1) 100%
    );
    color: #ffffff;
}
.text-custom {
    color: rgba(13, 78, 100, 1);
        font-weight: 500;
}
.container-box {
    position: relative;
    overflow: hidden;
    height: 100vh;
    background-image: url(../images/background/LoginPage.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-box-one {
    position: relative;
    overflow: hidden;
    height: 100vh;
    background-image: url(../images/background/login_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* .log-content {
    position: absolute;
    text-align: left;
    top: 14%;
    left: 6%;
} */
.sub-head-log {
    color: #ffffff !important;
    font-size: 50px;
    font-weight: 200;
}
.head-bda {
    color: #ffffff !important;
    font-size: 50px;
    font-weight: 600;
}
#page-topbar {
    position: fixed;
    top: 0;
    /* right: 0;
    left: 0; */
}

@media screen and (max-width: 767px) {
    .container-box {
        height: auto;
    }

    .container-fluid .authentication-bg {
        height: 40vh;
        min-height: unset !important;
    }
}
body[data-sidebar="colored"] .vertical-menu {
    background: linear-gradient(
        180deg,
        rgba(13, 78, 100, 1) 0%,
        rgba(79, 148, 126, 1) 100%
    );
}
body[data-sidebar="colored"] .navbar-brand-box {
    background: rgba(13, 78, 100, 0.12);
}
body[data-sidebar=colored][data-sidebar-size=sm] .vertical-menu #sidebar-menu ul li.mm-active .active {
    color: #000104 !important;
}
.active > .page-link,
.page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: #1c5e6a;
    border-color: #3d8177;
}
.dash-board-card1 {
    background-color: #67c4aa;
}
.dash-board-card2 {
    background-color: #f46a6acf;
}
.dash-board-card3 {
    background-color: #23788fe3;
}
.dash-board-card4 {
    background-color: #f1b44c;
}
.dash-board-card5 {
    background-color: #c679f1;
}
.dash-board-card6 {
    background-color: #9ef14c;
}
.otp-field {
    flex-direction: row;
    column-gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.otp-field input {
    height: 45px;
    width: 42px;
    border-radius: 6px;
    outline: none;
    font-size: 1.125rem;
    text-align: center;
    border: 1px solid #ddd;
}
.otp-field input:focus {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.otp-field input::-webkit-inner-spin-button,
.otp-field input::-webkit-outer-spin-button {
    display: none;
}

.resend {
    font-size: 12px;
}
.auth-card {
    /*box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    */border-radius: 20px;
    background-color: #ebf0f4de;
    border-radius: 40px;
    border: 1px solid #000;
}
.auth-category .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #be5959 !important;
}

.auth-category .nav-pills .nav-item {
    background-color: #fff;
    border-radius: 5px;
    margin-left: 5px;
    border: 1px solid #d4d4d4;
}

.page-content {
    background-image: url(../images/bg-texture.jpg);
    width: 100%;
    height: 100vh;
    /* background-position: center; */
    background-size: contain;
    background-repeat: no-repeat;
    overflow: scroll;
    background-size: 100% 100%;
 
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.page-content::-webkit-scrollbar {
    display: none; 
}
.footer {
    background-color: #ffffff;
}
.border-dash-bottom::after {
    content: "";
    border-bottom-style: dotted;
    width: 100%;
    height: 0.75rem;
    color: #a9cdca;
    margin: 20px;
}
.check-outbox {
    border: 1px solid #e3dbdb;
    border-radius: 6px;
    padding: 5px 10px;
    background: #dbeee9a1;
}

.cross {
    position: absolute;
    right: 2%;
    /* top: 22%; */
    margin-top: 12px;
}

/* .vertical-menu  {
  width: 300px !important;
 } */

 /* body[data-sidebar="colored"] .page-sidebar {
    background: linear-gradient(
        180deg,
        rgba(13, 78, 100, 1) 0%,
        rgba(79, 148, 126, 1) 100%
    );
} */


.list-section .blog-thumb2 img {
    width: auto;
    max-width: 225px !important;
    height: 225px !important;
}
.list-section .blog-content2 {
    background: #f5f5f5;
    padding: 14px;
    position: relative;
    /* z-index: 1; */
}
.list-section .blog-content2 .b-meta {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 12px;
}
.list-section .b-meta ul li {
    display: inline-block;
    margin-right: 8px;
    border-right: 2px solid #f5f5f5;
    padding-right: 8px;
}
.list-section .blog-content2 .date-home {
    position: absolute;
    font-size: 12px;
    top: -20px;
    background: #b68c5a;
    color: #fff;
    padding: 3px 10px;
    right: 65px;
    box-shadow: 1px 1.732px 30px 0px rgba(182, 140, 90, 0.6);
}
.list-section .blog-content2 h4 {
    font-size: 16px;
    margin-bottom: 15px;
}


/* ------------------------------------------------Satyabrata Swain------------------------------------------ */

fieldset {
    border: solid 1px #d2d2d2;
    margin: 0.6rem 0 1.5rem;
    padding: 1rem 1.3rem;
    position: relative;
}

legend {
    padding: 0 12px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: -0.4px;
    margin-top: -31px;
    display: inline!important;
    background: #fff;
    width: auto;
    margin-bottom: 0.8rem;
    font-family: "Urbanist", sans-serif;
}


table tr th,td{
    text-align: center !important;
    vertical-align: middle;
    font-size: 14px;
}

table.dataTable{
    border-collapse: collapse !important;
}

.select2-container .select2-selection--single{
    height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 38px;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 38px !important;
}

.navbar-brand-box {
    padding: 13px 1.5rem;
}

tr.table-success th {
    background-color: #296b6f;
    color: #fff;
}

.custom_col{
    padding: 10px 10px;
}

.deleteFieldset{
    position: absolute;
    top: -8px;
    right: -2px;
}

.welcome_div{
    text-align: center;
}

.auth-category{
  padding: 0rem 1.5rem 0rem 1.5rem;
}

.capth_img{
    width: 134px;
}

.welcome_div h3{
    font-size: 30px;
    font-weight: 300;
    margin: 0;
    .capital_span{
        font-weight: 400;
    }
}

.custom_control{
    /* border: 1px solid #000; */
    border-radius: 10px;

}

.captcha-img img{
    width: 130px;
}

.border-20{
    border-radius: 20px;
}

.scroll_img{
    width: 670px;
}

.carousel-control-next, .carousel-control-prev{
    width: 35% !important;
}

.custom_login_card{
    background-color: transparent;
    box-shadow: none;
    border: none;
}
 

