.height-full {
    height: 100%;
}
.hr-content {
    margin-top: 40px;
}
.bg-grey {
    background-color: #cfcfcf;
}
.text-blur {
    color: transparent !important;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5) !important;
}
.cardlist-wrapper > div span.title {
    padding: 0;
    margin: 0;
    font-weight: 100;
    font-size: 2em;
    color: white !important;
    z-index: 1;
}
.cardlist-wrapper > div i {
    font-size: 2em;
    color: white !important;
    z-index: 1;
}
.cardlist-wrapper div,
.cardlist-wrapper span {
    z-index: 1;
}
.cardlist-wrapper {
    background-color: black;
    /* background-color: rgba(0, 0, 0, 0.7); */
    border-radius: 16px;
    color: white;
    padding-left: 1.5rem !important;
    padding-top: 1.63rem !important;
    padding-bottom: 1.63rem !important;
    position: relative;
    overflow: hidden;
}
.cardlist-wrapper > img {
    height: 100%;
    /* filter:blur(0.8px); */
    width: 100%;
    z-index: 0.1;
    top: 0;
    user-select: none;
    left: 0;
    position: absolute;
    transition: 0.3s all;
    object-fit: cover;
    filter: brightness(35%);
    /* opacity: 0.3; */
}
.cardlist-wrapper:hover > img {
    /* filter:blur(1px); */
    transform: scale(1.2);
}
.cardlist-wrapper:hover > .go {
    right: 3%;
    opacity: 1;
}
.go {
    user-select: none;
    opacity: 0;
    transition: 0.2s all;
    font-family: monospace;
    font-size: 4em;
    font-weight: 100;
    position: absolute;
    right: -20%;
    top: 55%;
    transform: translateY(-55%);
    color: #fff;
}
.hover-block:hover {
    background-color: #eee;
}
.badge-sd {
    background-color: #a11b24;
}
.badge-smp {
    background-color: #0d2549;
}
.badge-sma {
    background-color: #84a8da;
}
.badge-smk {
    background-color: #78849a;
}
.badge-pill {
    border-radius: 40px;
}
.table-fe {
    margin-bottom: 0;
}
.no-padding {
    padding: 0 !important;
}
.btn-filter {
    border-radius: 25px;
}
.btn-rounded {
    border-radius: 40px;
}
.pointer:hover {
    cursor: pointer;
}
.inline-flex {
    display: inline-flex;
}
.no-border {
    border: 0px !important;
}
.no-boxshadow {
    box-shadow: none !important;
}
.icon-faq {
    font-size: 30px;
    padding-top: 2px;
    color: #fff;
}
.input-search {
    border-radius: 40px;
}
.input-rounded {
    border-radius: 40px;
}
.label-control.required:after {
    content: " *";
    color: red;
}

.h-150 {
    height: 150px !important;
}
.h-200 {
    height: 200px !important;
}
.w-150 {
    width: 150px !important;
}
.w-200 {
    width: 200px !important;
}
.w-100px {
    width: 100px !important;
}
.right {
    float: right;
}
.pl0 {
    padding-left: 0 !important;
}
.pr0 {
    padding-right: 0 !important;
}
.sProcessing {
    background-color: red !important;
}
.card-custom-img {
    display: none;
}
.shadow-high-w-hover,
.shadow-high-w-hover-low {
    --tw-shadow: 0px 0px 14px 0px rgba(16, 24, 32, 0.22);
}
.shadow-high-w-hover,
.shadow-high-w-hover-low {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
        var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
}
.shadow-high-w-hover:hover {
    --tw-shadow: 0px 0px 14px 0px rgba(16, 24, 32, 0.555);
}
.shadow-high-w-hover-low:hover {
    --tw-shadow: 0px 0px 14px 0px rgba(16, 24, 32, 0.355);
}
.rounded-r32 {
    border-radius: 32px;
}
.rounded-r16 {
    border-radius: 16px;
}
.rounded-t16 {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.rounded-b16 {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}
.break-all {
    word-break: break-all;
}
.card-filter {
    padding-bottom: 0;
    padding-left: 35px;
    padding-right: 35px;
}
.input-outline {
    border: 2px solid;
}

/* Select */
ul.select2-results__options li:hover {
    background-color: #eee;
    cursor: pointer;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    margin-top: 7.5px;
    margin-left: -10px;
}
.select2-selection.select2-selection--single {
    height: 47px !important;
    border-radius: 50px;
}
.select2-container--default.select2-container--open.select2-container--below
    .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
    .select2-selection--multiple {
    border-radius: 50px;
}
.select2-container--open .select2-dropdown--below {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
@media screen and (min-width: 640px) and (max-width: 1098px) {
    .col-sm-6 {
        width: 50% !important;
    }
}
.wa-tim-it {
    position: fixed;
    bottom: 15px;
    left: 15px;
}
.label-wa {
    padding: 5px 10px;
    border-radius: 20px;
    background: white;
    box-shadow: 3px 3px 10px grey;
    color: black;
}
.btn-wa-tim-it {
    border-radius: 100%;
    padding: 10px 16px;
    border: none;
    color: white;
    margin: 10px;
    font-size: 20px;
    background-color: green;
}

.btn-yt {
    color: #dc010f !important;
    border: 1px solid #dc010f;
}

.btn-gd {
    color: #78849a !important;
    border: 1px solid #78849a;
}
.t-btn a {
    margin: 10px;
}
.gallery img {
    cursor: pointer;
}

#fullpage {
    display: none;
    position: fixed;
    cursor: pointer;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-size: contain;
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-color: black;
}
.ctn-provile-avatar {
    border: 1px solid rgb(206, 206, 206);
    border-radius: 5px;
}
.ctn-provile-avatar img {
    border-radius: 5px;
    width: 100%;
}
.ctn-biodata {
    border-left: 1px solid rgb(206, 206, 206);
}
.card-sel-jalur {
    padding: 10px;
    cursor: pointer;
    border-radius: 10px !important;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.29);
    /* display: none; */
}
.card-sel-jalur:hover {
    box-shadow: 0px 0px 10px 1px rgba(0, 111, 255, 0.29);
}
.card-sel-jalur img {
    border-radius: 10px;
    width: 40% !important;
}
.check-icon {
    position: absolute;
    display: none;
    padding-left: 2px;
    border-radius: 100%;
    color: #008ccf;
    border: 1px solid #008ccf;
    width: 20px;
    height: 20px;
}
.card-sub-jalur {
    padding: 10px;
    cursor: pointer;
    border-radius: 10px !important;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.29);
}

.card-active {
    background-color: rgb(229, 246, 255);
}

.bg-drop {
    background-color: #fff;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    display: flex;
    align-content: center;
    align-self: center;
    align-items: center;
    justify-content: center;
}
.card-sec-login {
    display: flex;
    align-content: center;
    align-self: center;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 50%;
    position: fixed;
}
.text-option {
    display: flex;
    align-content: center;
    align-self: center;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 720px) {
    .card-sec-login {
        width: 90%;
        position: fixed;
    }
}
.card-tahapan-waktu {
    background-color: #f89821;
    position: relative;
    top: 15px;
    border-radius: 10px 0px 10px 0px;
    left: 20px;
    padding: 10px;
}
.card-tahapan {
    border: 1px solid #2991cf;

    /* box-shadow: 0px 0px 5px grey !important; */
    border-radius: 10px 0px 10px 0px;
    cursor: pointer;
}
.card-tahapan h1,
.card-tahapan p {
    color: black !important;
}
.card-tahapan-active h1,
.card-tahapan-active p {
    color: #fff !important;
}

.card-tahapan:hover h1,
.card-tahapan:hover p {
    color: #fff !important;
}

.card-tahapan:hover {
    background-color: #2991cf;
}
.card-tahapan-active {
    background-color: #2991cf;
}
.card-dropzone {
    box-shadow: 0px 0px 0px !important;
    border-style: dashed !important;
    border: 1px solid #008ccf;
}
.preview-container {
    display: none !important;
}
.image-container {
    display: none !important;
}
.dz-details {
    width: 100% !important;
    border-bottom: transparent !important;
}
.dz-clickable {
    padding: 0px !important;
}

.bg-info-low {
    background-color: #cdeaf8;
}
.bg-danger-low {
    background-color: #f8cdcd;
}
.bg-success-low {
    background-color: #cdf8d1;
}
.is-session td {
    color: #ff9900 !important;
}
