/* style side bar */
body[data-sidebar=dark] .navbar-brand-box {
    background: #fff !important;
}

body[data-sidebar=dark] .vertical-menu {
    background: linear-gradient(48deg, #0687dc 0%, #0e4254 100%) !important;
}

body[data-sidebar=dark] #sidebar-menu ul li a {
    color: #fff;
}

/* side bar hover */
/* body[data-sidebar=dark] #sidebar-menu ul li a:hover, i:hover, span:hover { */
    /* color: #00fffd !important; */
    /* color: #000000 !important; */
/* } */


.select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
    background-color: #0063c7;
    color: #ffffff;
}

body[data-sidebar=dark] #sidebar-menu ul li a i {
    color: #fff;
}

body[data-sidebar=dark] #sidebar-menu .mm-active>a  {
    color: #eada48 !important;
}

/* body[data-sidebar=dark] #sidebar-menu .mm-active>a:hover i:hover  {
    color: #00fffd !important;
} */

.img-side {
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    margin-bottom: 20px;
    pointer-events: none;
}

/* slideshow img */
.mySlides {
    display: none;
}

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    max-width: 100%;
    min-height: 100%;
    position: relative;
    /* margin: auto; */
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    height: 15px;
    width: 15px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

/* .active { */
    /* background-color: #717171; */
/* } */

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

/* @keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
} */

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .text {
        font-size: 11px
    }
}

.auth-full-bg {
    /* height: 100vh; */
    /* min-height: 100vh; */
    height: 100%;
    position: relative;
}

.auth-full-bg .content {
    position: relative;
    z-index: 1;
    color: #fff;
}

.img-login {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    /* height: 100vh; */
    /* min-height: 100vh; */
    height: 100%;
}

.img-login::before {
    content: "";
    top: 0;
    left: 0;
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 34, 34, 0.5);
}

.img-login img {
    /* height: 100vh; */
    /* min-height: 100vh; */
    height: 100%;
    object-fit: cover;
}

.auth-full-page-content {
    /* height: 100vh; */
    min-height: 100vh;
    background-color: #f1f5fd;
}

.auth-full-page-content .more::after {
    font-size: .5rem;
    vertical-align: .15rem;
}

.bg-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    /* opacity: .7; */
    background-color: rgba(34, 34, 34, 0.5);
}

.bg-size {
    height: 100vh;
}

/* style logo */
.styl-logo {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.size-logo {
    height: 55px;
}

/* text style */
.styl-txt-h2 {
    color: #0e5396 !important;
}

.styl-txt-h5 {
    color: #595ca4 !important;
}

/* style card */
.card-lay {
    border-radius: 15px;
    border: 1px solid #0e4d92;
    backdrop-filter: blur(1px);
    background: rgb(255 255 255);
}

/* style btn */
.btn-cstm {
    color: #fff;
    background-color: #2663a0;
    border-color: #2663a0;
}

.btn-cstm:hover {
    color: #fff;
    background-color: #1c5084;
    border-color: #1c5084;
}



/* responsive */
/* smartphone */
@media (max-width: 400px) {
    .bg-size {
        height: 100%;
    }

    .h-100 {
        height: 100% !important;
    }
}

@media (max-width: 667px) {
    .bg-size {
        height: 100%;
    }

    .h-100 {
        height: 70% !important;
    }
}

/* laptop */
@media screen and (min-width: 1367px) {
    .size-logo {
        height: 55px;
    }
}

/* nest hub */
@media screen and (max-width: 1024px) and (min-width: 600px) {
    .size-logo {
        height: 55px;
    }
}

/* fhd only */
@media screen and (min-width: 1920px) {
    .size-logo {
        height: 85px;
    }
}


/* ---------------- */
/* bg overlay */
.bg-overlay-login {
    position: absolute;
    min-height: 100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(90deg, rgb(0 24 57 / 62%) -10%, rgb(0 103 150 / 69%) 96%, rgb(15 100 128 / 82%) 100%);
}

/* card logo multipel */
.card-lay {
    display: flex;
    width: 90%;
    margin-left: 5%;
    flex-direction: row;
    justify-content: center;
    border-radius: 15px;
    border: 1px solid #0e4d92;
    backdrop-filter: blur(1px);
    background: rgb(255 255 255);
}

.size-logo {
    height: 60px;
    padding-left: 10px;
    padding-right: 10px;
}

/* btn */
.btn.btn-peruri {
    background: #57a9ef !important;
    border: 1px solid #57a9ef !important;
    color: #ffffff !important;
}

.btn.btn-peruri:hover {
    border-color: #2871ef !important;
    background-color: #2871ef !important;
    color: #ffffff;
}

/* form */
.form-control {
    background: rgb(255 255 255 / 50%);
}

/* size carousel */
.size-carousel {
    position: fixed;
    width: 100%;
}

/* responsive */
/* fhd only */
@media screen and (min-width: 1920px) {
    .t-res {
        top: 20%;
    }
}

/* side */
