.VueCarousel-dot-container {
    margin-top: 10px;
}

.VueCarousel-dot {
    width: 10px !important;
    height: 10px !important;
    margin: 5px 7px !important;
    border-radius: 3px !important;
    transition: all 0.5s ease;
    background: rgba(47, 85, 212, 0.5) !important;
    padding: 0 !important;
}

.VueCarousel-dot:focus {
    outline: none !important;
}

.VueCarousel-dot--active {
    background-color: #2f55d4 !important;
    transform: rotate(45deg);
}

.spinner-border {
    vertical-align: middle;
}

.upload-photo-dark-text {
    cursor: pointer;
    margin-top: 10px;
    display: block;
    color: #000;
    text-align: center;
    font-size: 12px;
}

.upload-photo-dark,
.upload-photo {
    cursor: pointer;
    margin-top: 10px;
    display: block;
    color: #aaa;
}

.upload-photo:hover {
    color: #333;
}

.upload-photo-dark:hover {
    color: #FFF;
}

.upload-photo-dark-text:hover {
    color: #aaa;
}

#upload-photo {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

#upload-photo-back {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.upload-photo-input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.upload-btn {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 200px !important;
    font-size: 14px;
}

.bounce-enter-active {
    animation: bounce-in .3s;
}

.bounce-leave-active {
    animation: bounce-in .3s reverse;
}

@keyframes bounce-in {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
}

.form-error {
    color: red;
    font-size: 8pt;
}

.form-group form-control:focus {
    border-color: red !important;
}

.form-group-check {
    margin-bottom: 10px;
}

.form-group-check label {
    font-size: 0.875rem;
    line-height: 1.4rem;
    vertical-align: top;
}

.has-error:focus,
.has-error {
    border-color: red !important;
}

.has-error .form-control {
    border-color: red !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.col-form-label {
    line-height: 2;
}

hr.primary {
    border-top: 3px solid #161c2d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

hr.primary-sm {
    border-top: 1px solid #161c2d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

form-control:disabled,
.form-control[readonly] {
    background-color: #f8f9fc;
    opacity: 1;
}

.nav-tabs .nav-link.active {
    color: white !important;
    background-color: #161c2d !important;
}

.nav-tabs {
    border-bottom: 3px solid #161c2d;
}

.nav-tabs .nav-item {
    margin-bottom: 1px;
}

.nav-link.active {
    border: 1px solid transparent !important;
}

.nav-link:hover {
    border: 1px solid transparent !important;
    background-color: #2f56d427;
}

.nav-link.active2 {
    border: 1px solid transparent !important;
    background-color: #2f56d427;
}

.nav-tabs {
    padding-left: 10px;
    border-bottom-left-radius: 10px;
}

.vuenoti.warn {
    background: rgb(255, 152, 0);
    background: linear-gradient(173deg, rgba(255, 152, 0, 1) 0%, rgba(255, 193, 7, 1) 100%);
}

.vuenoti.danger {
    background: rgb(255, 87, 34);
    background: linear-gradient(173deg, rgba(255, 87, 34, 1) 0%, rgba(216, 67, 21, 1) 100%);
}

.vuenoti.success {
    background: rgb(76, 175, 80);
    background: linear-gradient(173deg, rgba(76, 175, 80, 1) 0%, rgba(85, 139, 47, 1) 100%);
}

.signature-pad {
    position: relative;
    height: 300px;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 15px;
    display: inline-block;
}

.btn-sm {
    font-weight: 300;
}

.bg-overlay-white {
    background-color: #161c2d !important;
}

.bg-overlay-img {
    /* background-image: url(/images/logo/AWARIS_Logo_BW.png) no-repeat center center fixed; */

    background-image: url(/images/logo/AWARIS_Logo_lightgrey.png);
    /* background-image: url(/images/logo/AWARIS_Logo_1080px_darkgrey.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 55%;
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    margin-bottom: 40px !important;
}

#topnav-login {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
    background-color: transparent;
    border: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

#topnav-login .navigation-menu>li>a {
    display: block;
    color: #fff;
    font-size: 13px;
    background-color: transparent !important;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-family: "Nunito", sans-serif;
    padding-left: 15px;
    padding-right: 15px;
}

#topnav-login .navigation-menu>li>a:hover,
#topnav-login .navigation-menu>li>a:active {
    color: #fff !important;
}

#topnav-login .navigation-menu>li>a {
    color: #fff;
    padding: 20px 20px;
}

#topnav-login .navigation-menu>li>a:after {
    position: absolute;
    right: 15px;
}

#topnav-login .navigation-menu>li>a:hover,
#topnav-login .navigation-menu>li .submenu li a:hover,
#topnav-login .navigation-menu>li.has-submenu.open>a {
    color: #fff !important;
}

#topnav-login .navigation-menu {
    justify-content: left;
}

.border-bottom-nav {
    /* color: #3c4858; */
    border-bottom: 1px solid #3c4858 !important;
}

.footer-login {
    color: #fff;
    background-color: #161c2d;
    font-size: 10px;
    font-weight: 200;
}

.footer-login.footer-bar {
    border-top: none;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.bg-home {
    /* height: auto; */
    background-color: #f5f5f5;
}

.card {
    border-radius: 0px;
}

.card-signup {
    padding-top: 100px;
}

.card-signup p {
    font-size: 10px;
    color: #828282;
}

.rounded-login {
    border-radius: 20px !important;
}

@media (min-width: 992px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .container {
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin-right: auto;
        margin-left: auto;
    }

    .bg-home {
        padding: 0px 0 !important;
        height: 88vh;
    }
}

@media (min-width: 992px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .container {
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin-right: auto;
        margin-left: auto;
    }

    .bg-home {
        padding: 0px 0 !important;
    }
}

@media (min-width: 768px) {

    .signup-logo {
        width: 200px !important;
    }

    .card .card-body-signup {
        padding: 50px 70px 20px 70px !important
    }

    .card .card-body-login {
        padding: 50px 70px 50px 70px !important;
    }

    .login-page {
        width: 500px;
    }
}

@media (max-width: 767px) {
    .container {
        padding-right: 20px !important;
        padding-left: 20px !important;
        margin-right: auto;
        margin-left: auto;
    }

    .signup-logo {
        width: 150px !important;
    }

    .bg-home,
    .bg-half-170,
    .bg-half-260,
    .main-slider .slides .bg-slider,
    .bg-marketing,
    .swiper-slider-hero .swiper-container .swiper-slide {
        padding: 0px 0 !important;
        height: auto !important;
    }

    .card .card-body-signup {
        padding: 50px 30px 50px 30px !important;
    }

    .card .card-body-login {
        padding: 50px 30px 50px 30px !important;
    }

    .login-page {
        width: 350px !important;
    }

}

@media (min-width: 1024px) {

    .card .card-body-signup {
        padding: 50px 200px 50px 200px !important;
    }

    .card .card-body-login {
        padding: 50px 30px 50px 30px !important;
    }
}

.first-letter::first-letter {
    text-transform: capitalize;
}

.bg-secondary {
    color: white;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

.step {
    position: relative;
    min-height: 32px
        /* circle-size */
    ;
}

.step>div:first-child {
    position: static;
    height: 0;
}

.step>div:last-child {
    margin-left: 32px;
    padding-left: 16px;
}

.circle {
    background: #5a6d90;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    position: relative;
    color: white;
    text-align: center;
}

.circle-active {
    background: blue;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    position: relative;
    color: white;
    text-align: center;
}

.line {
    position: absolute;
    border-left: 1px solid gainsboro;
    left: 16px;
    bottom: 10px;
    top: 42px;
}

.step:last-child .line {
    display: none;
}

.title {
    line-height: 32px;
    font-weight: bold;
}

#content {
    position: relative;
    /* width:360px; */
    /* height:200px; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5cm;
}

#content-ic {
    position: relative;
    /* width:360px; */
    /* height:200px; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5cm;
}

/* #content h2 {
    position: absolute;
    display: flex;
    padding: 10px;
    background-color: rgba(255,255,255,0.8);
  }   */
#content p {
    /* flex: 0.6; */
    display: flex;
}

#content img {
    object-fit: cover;
    width: 70%;
    height: 100%;
}

#content:before,
#content:after,
#content>:last-child:before,
#content>:last-child:after {
    z-index: 1;
    position: absolute;
    width: 60px;
    height: 50px;
    border-color: red;
    border-style: solid;
    content: ' ';
}

#content:before {
    top: 5%;
    left: 25%;
    border-width: 1px 0 0 1px
}

#content:after {
    top: 5%;
    right: 25%;
    border-width: 1px 1px 0 0
}

#content>:last-child:before {
    bottom: 5%;
    right: 25%;
    border-width: 0 1px 1px 0
}

#content>:last-child:after {
    bottom: 5%;
    left: 25%;
    border-width: 0 0 1px 1px
}

#content-ic:before,
#content-ic:after,
#content-ic>:last-child:before,
#content-ic>:last-child:after {
    z-index: 1;
    position: absolute;
    width: 60px;
    height: 50px;
    border-color: red;
    border-style: solid;
    content: ' ';
}

#content-ic:before {
    top: 10%;
    left: 17%;
    border-width: 1px 0 0 1px
}

#content-ic:after {
    top: 10%;
    right: 17%;
    border-width: 1px 1px 0 0
}

#content-ic>:last-child:before {
    bottom: 10%;
    right: 17%;
    border-width: 0 1px 1px 0
}

#content-ic>:last-child:after {
    bottom: 10%;
    left: 17%;
    border-width: 0 0 1px 1px
}

@media (max-width: 991px) {
    .btn-hai {
        display: none;
    }

    .nav-user {
        display: block !important;
    }

    .show-max {
        display: block;
    }
}

@media (min-width: 990px) {
    .nav-user {
        display: none !important;
    }

    .show-max {
        display: none;
    }
}

.swal2-styled.swal2-confirm {
    background-color: #161c2d !important;
}

.swal2-input {
    font-size: 13px !important;
    padding: .375rem .75rem !important;
    height: 42px !important;
    border-radius: 6px !important;
}

.swal2-file:focus,
.swal2-input:focus,
.swal2-textarea:focus {
    border-color: #161c2d !important;
    box-shadow: none !important;
}

.login-page {
    width: 500px;
}

/* Footer */
.footer-title {
    font: normal bold 14px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    text-transform: uppercase;
}

.footer-copyright {
    font: 12px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    text-transform: uppercase;
}

.right {
    /* position: absolute; */
    /* right: 0px !important;
    vertical-align: right !important; */
    float: right;
    margin-bottom: 30px !important;
}

.text-secondary,
.text-foot {
    color: #adb5bd !important;
    font: 14px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
}

/* Language */
.lang-bg {
    background-color: #000;
    border-radius: 5px;
    font-size: 10px;
    padding: 5px 10px 5px 10px;
    color: #3c4858;
}

.lang-bg span:hover {
    font-weight: 900;
    color: #adb5bd;
}

/* span.span-lang:active {
    font-weight: 900;
    color: #adb5bd;
} */

.p-lang {
    font-size: 10px;
    margin-top: 20px;
}

/* Dashboard */
.btn-primary-db {
    background-color: rgb(24, 37, 77);
    color: #FFF;
    border-radius: 10px;
    font-size: 14px;
    padding: 12px 20px;
}

.btn-primary-db:hover {
    color: #FFF;
    background-color: #161c2d;
}

/* Text Transform */
.uppercase {
    text-transform: uppercase;
}

/* Button Upload */
.btn-upload {
    border-radius: 5px;
    width: 40%;
}

/* Wasiat verification page */
.verification-page {
    width: 1200px;
}

/* Declaration Hibah Korporat */
.digit-group input {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 5px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    color: #333;
    margin: 0 2px 4px;
}

.splitter {
    padding: 0 5px;
    color: #333;
    font-size: 14px;
}

.prompt {
    margin-bottom: 20px;
    font-size: 20px;
    color: #333;
}

/* Declaration signature pad */
#signature {
    width: 70%;
    height: 250px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

/* Button Copy */
.btn-copy {
    border-radius: 0px 4px 4px 0px;
}

/* Table */
.table thead th {
    background-color: #f8f9fa !important;
}

/* Btn link */
.btn-link-no-underline {
    text-decoration-line: none;
}

/* Heading */
.color-title h2 {
    font-size: 50px !important;
    font-family: 'Mukta', sans-serif;
    font-weight: 900;
    color: #0872ba !important;
}

.color-title h4 {
    font-size: 30px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: #0872ba !important;
}

.color-title p {
    font-family: 'Roboto', sans-serif;
    color: #0872ba !important;
    font-size: 10px;
    margin-top: 10px;
    letter-spacing: 2px;
}

.color-title-db p {
    font-family: 'Roboto', sans-serif;
    color: #0872ba !important;
    font-size: 10px;
    margin-top: 10px;
    letter-spacing: 2px;
}

.siswa-title h1 {
    font-family: 'Audiowide', cursive;
    color: #0872ba !important;
    font-weight: 900;
    font-size: 72px;
    margin-top: 20px;
    letter-spacing: 5px;
}

/* Text */
.text-primary-db {
    color: #0872ba;
}

/* Logo */
.auth .brand-logo img {
    width: 150px;
}

/* Link */
.auth form .auth-link {
    text-decoration: none;
    color: #0d6efd;
    font-size: 16px;
}

/* Navbar */
.navbar .navbar-menu-wrapper {
    /* background: #0872ba !important; */
    /* background: #40E0D0 !important; */
    /* background: rgba(64, 224, 208, 0.62) !important; */
    /* background: rgba(64, 224, 208, 0.3) !important; */
    /* background: #40e0d04d !important; */
    background: #019d9a !important;
    color: #fff;
}

/* Sidebar */
.sidebar {
    background: #d5e4ee;
}

.sidebar .nav .nav-item .nav-link {
    white-space: inherit;
}

.sidebar .nav .nav-item .nav-link .menu-title {
    color: #000;
}

.sidebar .nav .nav-item .nav-link i.menu-arrow {
    color: #000;
}

.sidebar .nav .nav-item .nav-link i.menu-icon {
    color: #ffff;
    padding-right: 1rem;
}

@media (max-width: 991px) {
    .sidebar .nav .nav-item .nav-link i.menu-icon {
        color: var(--bs-gray)
      }
    }

.sidebar .nav:not(.sub-menu)>.nav-item>.nav-link:hover {
    /* background: linear-gradient(to right, rgba(255,0,0,0), rgba(139, 207, 169, 1)); */
    background: linear-gradient(to right, rgba(255,0,0,0), rgba(64, 224, 208, 1));
    /* background: rgba(139, 207, 169, 0.2); */
}

.sidebar .nav:not(.sub-menu)>.nav-item>.nav-link[aria-expanded="true"] {
    background: #8bcfa9;
}

.sidebar .nav>.nav-item>.nav-link.active {
    /* background: #8bcfa9; */
    background: #40E0D0;
}

/* wasiat darker */
.sidebar .nav:not(.sub-menu)>.nav-item.wasiat-item>.nav-link[aria-expanded="true"] {
    /* background: #57b27f; */
    background: #40E0D0;
    background: #35b2a6;
}

.sidebar .nav .nav-item:hover>.nav-link i,
.sidebar .nav .nav-item:hover>.nav-link .menu-title,
.sidebar .nav .nav-item:hover>.nav-link .menu-arrow {
    color: #000;
}

.sidebar .nav.sub-menu {
    background: #8bcfa9;
    padding: 0.25rem 0 0 1.07rem;
}

/* wasiat darker */
.sidebar .nav.sub-menu.wasiat-menu {
    /* background: #57b27f; */
    background: #35b2a6;
    padding: 0.25rem 0 0 1.07rem;
}

/* hibah darker */
.sidebar .nav:not(.sub-menu)>.nav-item.hibah-item>.nav-link[aria-expanded="true"] {
    background: #40E0D0;
    background: #35b2a6;
}

/* hibah darker */
.sidebar .nav.sub-menu.hibah-menu {
    background: #35b2a6;
    padding: 0.25rem 0 0 1.07rem;
}

.sidebar .nav.sub-menu .nav-item .nav-link {
    color: #000;
}

.sidebar .nav.sub-menu .nav-item .nav-link.active {
    /* background-color: #198754; */
    background-color: #019d9a;
}

.sidebar .nav.sub-menu .nav-item .nav-link:hover {
    color: #000;
}

@media (min-width: 992px) {
    .relative {
        position: relative;
    }

    .sidebar-icon-bg {
        position: absolute;
        z-index: -1;
        min-height: 100%;
        width: 60px;
        background-image: linear-gradient(to bottom, #0672ba, #0089c4, #009cb1, #00a985, #24b24b);
    }

    .sidebar-icon-only .sidebar .nav .nav-item .nav-link .menu-title,
    .sidebar-icon-only .sidebar .nav .nav-item .nav-link .badge,
    .sidebar-icon-only .sidebar .nav .nav-item .nav-link .menu-sub-title {
        background: #8bcfa9;
    }
}

/* Pagination */
.page-item.active .page-link {
    background-color: #0872ba;
}

/* Button */
.btn-outline-primary {
    color: #0872ba;
    border-color: #0872ba;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0872ba;
    border-color: #0872ba;
}

/* Badge */
.badge-primary {
    color: #0872ba;
    border: 1px solid #0872ba;
}

/* Content Wrapper */
.content-wrapper-auth {
    background-image: url(/images/mains-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2.375rem 2.375rem;
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.panduan-active {
    color: rgb(9, 88, 206);
}

.panduan-active > p {
    color: rgb(13, 110, 253) !important;
}

.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


/* Sticky top  */
body,
html,
.container-scroller {
    overflow: visible;
}

body,
html {
    height: 100%;
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    z-index: 1020;
}


@media screen and (min-width: 992px) {
    .sidebar-offcanvas {
        /* height: 100%; */
        position: -webkit-sticky;
        position: sticky;
        min-height: calc(100vh - 60px);
        top: 690px;
        /* bottom: 0; */
        /* overflow: auto; */
        /* right: -235px; */
        /* -webkit-transition: all 0.25s ease-out; */
        /* -o-transition: all 0.25s ease-out; */
        /* transition: all 0.25s ease-out; */
        }

}

.pr-2 {
    padding-right: 0.75em;
}

select {
    font-size: 0.875rem;
}

.video {
    position: relative;
    width: 100%;
    top: 0;
    height: auto;
    border-radius: 1rem;

}

.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

/* Mobile */
@media (max-width: 575.98px) {
    .progress.progress-md {
        display: none !important;
    }

    .btn-show {
        display: block !important;
    }

    .btn-hide {
        display: none !important;
    }
}

/* Checkbox Bayaran Tunai Basic Will */
.form-check .form-check-label input[type="checkbox"] + .input-helper:before {
    border: solid #0872ba;
}

.form-check .form-check-label input[type="checkbox"]:checked + .input-helper:after {
    background: solid #0872ba;
}

/* Limit character */
.limit-char {
    overflow: hidden;
    max-width: 40ch;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Blink-blink border */
@keyframes blinking {
    50% { border-color: #ff0000; }
}
.blinking { /*or other element you want*/
    display:inline-block;
    animation-name: blinking;
    animation-duration: 1s;
    animation-iteration-count: 100;
}

.bg-info {
    color: black;
}

.bg-green {
    background-color: #4da34f;
}

.select2-container {
    width:100% !important;
}

/* Remove arrows from number input */
/* For chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For firefox */
input[type=number]{
    -moz-appearance: textfield;
}

/* Box comment */
.text-break {
    word-break: break-word;
}

