:root {
    --primary-blue: #FFCC33;
    --bg-body: #fcfcfc;
    --gray: #888;
    --bs-light: #F9F9F9;
    --bs-gray-300: #DBDFE9;
    --bs-btn-active-color: #FFCC33;
    --bs-primary: #3e97ff;
    --dz-blue: #f1faff;
    --dz-border: #56a4ff;
    --bs-primary-light: #f1faff;
    --bs-btn-active-bg: #f1faff;
    --bs-primary-lightHover: #c4eaff;
    --bs-btn-active-border-color: #f1faff;
    --icones: #99a1b7;
    --bg-lightt: #f8f9f8;
}

@font-face {
    font-family: 'Gilroy';
    src: url(../assets/font/Gilroy-Regular.ttf) format('truetype')
}

body {
    font-family: 'Gilroy' !important;
}

.h-15px {
    height: 15px !important;
}

.w-15px {
    width: 15px !important;
}

body {

    background-image: url("../assets/fasilitas-bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--bg-body);

}

.bg-secondary2 {
    background-color: var(--bg-lightt) !important;
}

.bg-body {
    background-color: var(--bg-body) !important;
}

.search-container {
    position: relative;
}

.search-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #888;
}

.border-dash {

    border: 1px dashed var(--gray) !important;
}

#headers {
    min-height: 12rem;
}

.cursor-pointer{
    cursor: pointer !important;
}

.hover-scale {
    transition: transform 0.3s ease;
 }
.hover-scale:hover{
    transform:scale(1.1) !important;
}

.bg-wave {


    background-color: #fafafa;
    opacity: 1;
    background-image: repeating-radial-gradient(circle at 0 0, transparent 0, #fafafa 40px), repeating-linear-gradient(#eeeeee55, #eeeeee);
}


.bg-glass {
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(11.5px);
    -webkit-backdrop-filter: blur(11.5px);
}
.min-h-screen{
    min-height:100vh !important;
}
.dropzone {
    min-height: auto !important;
    text-align: center;
    cursor: pointer !important;
    border: 3px dashed var(--bs-primary) !important;
    background-color: var(--bs-primary-light) !important;
    border-radius: 0.475rem !important;
}
.bg-lblue{
    background-color: var(--bs-primary-light) !important;
}

.bg-lblue:hover{
    background-color: var(--bs-primary-lightHover) !important;
}
.group-hover:hover .bg-lblue {
    background-color: var(--bs-primary-lightHover) !important;
}
  }

.bg-dot {
    background: radial-gradient(circle at top left, transparent 9%, #dfdfdf 10%, #dfdfdf 15%, transparent 16%), radial-gradient(circle at bottom left, transparent 9%, #dfdfdf 10%, #dfdfdf 15%, transparent 16%), radial-gradient(circle at top right, transparent 9%, #dfdfdf 10%, #dfdfdf 15%, transparent 16%), radial-gradient(circle at bottom right, transparent 9%, #dfdfdf 10%, #dfdfdf 15%, transparent 16%), radial-gradient(circle, transparent 25%, #ffffff 26%), linear-gradient(45deg, transparent 46%, #dfdfdf 47%, #dfdfdf 52%, transparent 53%), linear-gradient(135deg, transparent 46%, #dfdfdf 47%, #dfdfdf 52%, transparent 53%);
    background-size: 4em 4em;
    background-color: #fafafa;
    opacity: 1
}

.select2-container {
    width: 100% !important;
}

#dropdown-hover :hover {
    background-color: #EBEBEB;
    border-radius: 5px;
}

.dt-buttons {
    margin-bottom: 2rem !important
}

.radiolabel {
    background-color: rgb(174, 182, 177);
    border-radius: 3px;
    min-width: 4em;
    width: inherit;
}

.radiolabel>input {
    /* HIDE RADIO */
    visibility: hidden;
    /* Makes input not-clickable */
    position: absolute;
    /* Remove input from document flow */
}

.radiolabel>input+div {
    /* DIV STYLES */
    cursor: pointer;
    border: 2px solid transparent;
}

.radiolabel>input:checked+div {
    /* (RADIO CHECKED) DIV STYLES */
    background-color: green;
    border-radius: 3px;
}

.radiolabel2,
.radiolabel2tidak {
    background-color: rgb(213, 219, 216);
    color: gray;
    border-radius: 3px;
    min-width: 4em;
    width: inherit;
}

.radiolabel2>input,
.radiolabel2tidak>input {
    /* HIDE RADIO */
    visibility: hidden;
    /* Makes input not-clickable */
    position: absolute;
    /* Remove input from document flow */
}




.radiolabeltidak {
    background-color: rgb(174, 182, 177);
    border-radius: 3px;
    min-width: 4em;
    width: inherit;
}

.radiolabeltidak>input {
    /* HIDE RADIO */
    visibility: hidden;
    /* Makes input not-clickable */
    position: absolute;
    /* Remove input from document flow */
}

.radiolabeltidak>input+div {
    /* DIV STYLES */
    cursor: pointer;
    border: 2px solid transparent;
}

.radiolabeltidak>input:checked+div {
    /* (RADIO CHECKED) DIV STYLES */
    background-color: rgb(156, 6, 6);
    border-radius: 3px;
}



.switch-field {
    display: flex;
    margin-bottom: 36px;
    overflow: hidden;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 8px 16px;
    margin-right: -1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.1s ease-in-out;
}


.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked+label {
    background-color: #a5dc86;
    box-shadow: none;
}

.switch-field label:first-of-type {
    border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
    border-radius: 0 4px 4px 0;
}

#showall {
    text-align: center;
    background-color: #FFCC33;
    border-radius: 0 0 5px 5px;
    color: white;
}

#showall:hover {
    background-color: #54B754;
}

#headers {
    background-image: url("../assets/cover2.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.logo-new {
    width: 32rem;
}

.logo-old {
    height: 8rem;
}



#dropdown-custom {
    width: 450px;
}

@media only screen and (max-width: 768px) {

    /* For mobile phones: */
    #headers {
        background-position: center center;
    }

    #container-headers {
        justify-content: center;
    }

    #header-wrapper {
        margin: 0.67em 0;
    }

    #header-wrapper-2 {
        margin: 0.67em 0;
    }
}


@media only screen and (max-width: 468px) {
    #dropdown-custom {
        width: 100vw;
        right: -4.3vw;
        left: auto;
    }
}

@media only screen and (max-width: 992px) {

    /* For mobile phones: */
    #header-wrapper-2 img {
        height: 0;
    }

    #header-wrapper-2 {
        margin: 0;
        padding: 0;
        height: 0;
    }

    #header-wrapper-2 a {
        margin: 0;
        padding: 0;
        height: 0;

    }


}

.badge1 {
    position: relative;
}

.badge1[data-badge]:after {
    content: attr(data-badge);
    position: absolute;
    top: -15px;
    right: -15px;
    font-size: 0.8em;
    background: red;
    color: white;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    box-shadow: 0 0 1px #333;
}


.VerticalLine {
    border-left: 6px solid rgb(62, 60, 60);
    height: 35em;
}


.carousel-image {
    /* 1:4 aspect ratio (height/width * 100%) */

    /* Maintain aspect ratio and fill the container */
    object-fit: cover;
}


#perjanjian-wrap {
    background: #FFFFFF;
    box-shadow: 0px 9px 24px -4px rgba(0, 0, 0, 0.25);
    border-radius: 54px;
}

#btn-submit {
    background-color: white;
    color: black;
    outline-color: #FFC404;
    outline-style: solid;
    outline-width: 3px;
    border-radius: 35px;
}

.file-upload {
    width: 700px !important;
    margin: 0 auto;
    padding: 20px;
}

.file-upload-content {
    display: none;
    text-align: center;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.document-upload-wrap {

    border: 4px dashed #D9D9D9;
    position: relative;
}

#myDropzone,
#myDropzone2,
.dropzone {
    background: white;
    border-radius: 5px;
    border: 4px dashed #D9D9D9;
}

.document-dropping,
.document-upload-wrap:hover {
    background-color: beige;
    border: 4px dashed #D9D9D9;
}

.document-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}

.drag-text {
    text-align: center;
}

.drag-text h3 {
    color: #D9D9D9;
}

.drag-text h5 {
    color: #D9D9D9;
}

.file-upload-document {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
}

.remove-document {
    width: 200px;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 10px;
    border-radius: 4px;
    btn=border-bottom: 4px solid #b02818;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

tr td {
    border-bottom: 2px dashed var(--bs-gray-300);
}

.step {
    /* common styles for all steps */
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-zigzag {
    background-color: #ffffff;
    opacity: 1;
    background: linear-gradient(135deg, #f3f3f355 25%, transparent 25%) -23px 0/ 46px 46px, linear-gradient(225deg, #f3f3f3 25%, transparent 25%) -23px 0/ 46px 46px, linear-gradient(315deg, #f3f3f355 25%, transparent 25%) 0px 0/ 46px 46px, linear-gradient(45deg, #f3f3f3 25%, #ffffff 25%) 0px 0/ 46px 46px;
}

.text-light {
    color: var(--icones) !important;
}

.btn-light {
    border-color: var(--bs-light) !important;
    background-color: var(--bs-light) !important;
    color: var(--icones) !important;

}

.btn-light:hover {
    color: var(--bs-primary) !important;
}

.blue-text {
    color: var(--bs-primary) !important;
}

.card-perjanjian:hover {
    border: 2px dashed var(--bs-btn-active-color) !important;
}

.remove-document:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.remove-document:active {
    border: 0;
    transition: all .2s ease;
}

#table-history {
    background-color: #FFC404 !important;
}





#detail-menu-div.perjanjian-sekor {
    background-image: url("../assets/sekor/perjanjian.svg");
    background-repeat: no-repeat;
    background-size: 60%;
    background-origin: border-box;
    background-position: center;
}

#detail-menu-div.permintaan-sekor {
    background-image: url("../assets/sekor/permintaan.svg");
    background-repeat: no-repeat;
    background-size: 60%;
    background-origin: border-box;
    background-position: center;
}



#btn-export {
    background-color: white;
    color: black;
    outline-color: #FFC404;
    outline-style: solid;
    outline-width: 3px;
    border-radius: 35px;
}

.timeline {
    width: 800px;
    height: 20px;
    list-style: none;
    text-align: justify;
    margin: 80px auto;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(45%, rgba(255, 255, 255, 0)), color-stop(51%, rgb(231, 231, 231)), color-stop(57%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, rgb(231, 231, 231) 51%, rgba(255, 255, 255, 0) 57%, rgba(255, 255, 255, 0) 100%);
}

.timeline:after {
    display: inline-block;
    content: "";
    width: 100%;
}

.timeline li {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: var(--icones);
    text-align: center;
    line-height: 1.2;
    position: relative;
    border-radius: 50%;
}

.timeline li:before {
    display: inline-block;
    content: attr(data-status);
    font-size: 1rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.timeline li:nth-child(odd):before {
    top: -40px;
}

.timeline li:nth-child(even):before {
    bottom: -40px;
}


#detail-menu-div {
    width: 12rem;
    height: 12rem;
    background: #FFFFFF;
    box-shadow: 7px 4px 5px rgba(0, 0, 0, 0.25);
    border-radius: 1.5em;
}


#perjanjian-wrap {
    background: #FFFFFF;
    box-shadow: 0px 9px 24px -4px rgba(0, 0, 0, 0.25);
    border-radius: 54px;
}

#btn-submit {
    background-color: white;
    color: black;
    outline-color: #FFC404;
    outline-style: solid;
    outline-width: 3px;
    border-radius: 35px;
}

#form-permintaan {
    padding: 10px 50px 10px 50px;
}

.file-upload {
    width: 700px !important;
    margin: 0 auto;
    padding: 20px;
}

.file-upload-content {
    display: none;
    text-align: center;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.document-upload-wrap {
    margin-top: 20px;
    border-radius: 20px;
    border: 4px dashed #D9D9D9;
    position: relative;
}

.document-dropping,
.document-upload-wrap:hover {
    background-color: beige;
    border: 4px dashed #D9D9D9;
}

.document-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}

.drag-text {
    text-align: center;
}

.drag-text h3 {
    color: #D9D9D9;
}

.drag-text h5 {
    color: #D9D9D9;
}

.file-upload-document {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
}

.swiper-home {
    width: 100%;
    position: relative;
}

.swiper-pagination {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.swiper-slide-home img {

    max-width: 100%;
    height: auto;
    object-fit: cover;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
}


.swiper-pagination-bullet-active {
    background: var(--primary-blue);
    /* This will be the color of the active bullet */
}

#js-prev2,
#js-next2 {
    color: var(--primary-blue);
    /* This will be the color of the buttons */
}

.swiper-slide {
    height: auto;
}


.remove-document {
    width: 200px;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #b02818;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.remove-document:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.remove-document:active {
    border: 0;
    transition: all .2s ease;
}

#table-history {
    background-color: #FFC404 !important;
}


body {
    overflow-x: hidden;
}

#footer-img {
    display: flex;
    justify-content: space-between;
}

#container-img img {
    position: relative;
    width: 255.19px;
    height: 90.08px;
    left: 10px;
}

#container-img2 img {
    width: 50px;
    margin-right: 25px;
}

ul {
    list-style: none;
}

#ContentLink {
    display: flex;
    justify-content: center;
}

#contain {
    background-color: #f1f1f1;
}

#ContentLink h4 {
    margin-top: 20px;
}

#ContentLink a {
    text-decoration: none;
    color: black;
    position: relative;
    display: inline-block;
}

#ContentLink a::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #54B754;
    transform-origin: bottom right;
    transition: transform 0.5s ease-out;
}

#ContentLink a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

#ContentLink a:hover {
    padding-left: 1px;
    color: #54B754;
    font-weight: bold;
}

#yellow {
    background-color: #FFCC33;
    position: relative;
    border-radius: 50%;
    width: fit-content;
    height: fit-content;
}

#green {
    background-color: #54B754;
    position: relative;
    border-radius: 50%;
}

#yellow-shadow {
    width: fit-content;
    height: fit-content;
    background: white;
    box-shadow: 3px 4px 4px -1px rgba(218, 137, 2, 0.76);
    border-radius: 10%;
}

#active-menu {
    background: #FFCC33;
    border-radius: 11px;
}

.icon-menu:hover {
    background: #FFF6DC;
    border-radius: 11px;
}

#gray {
    width: fit-content;
    height: fit-content;
    border: 1px solid #BBB9B9;
    box-shadow: 0px 4px 11px #FFFEFF;
    border-radius: 10%;
}

#iconmenu2 {
    display: flex;
    justify-content: flex-end;
}


.body {
    font-family: "Gilroy";
}

#active-menu {
    background: #FFCC33;
    border-radius: 11px;
}

#social-media {
    justify-content: space-between;
    display: flex;
    width: 100%;
    background-color: #f1f1f1;
    padding: 1rem;
}


#social-media h1 {
    color: #484444;
    font-family: 'Gilroy', sans-serif;
    font-weight: 800;
    word-break: break-word;
}

#social-media ul li a {
    text-align: start;
    text-decoration: none;
    color: #484444;
    display: block;
    font-family: 'Gilroy';
}


#copyright {
    display: flex;
    background-color: #484444;
    color: white;
    justify-content: center;
    align-items: center;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
}

.animation a:hover {
    font-weight: bolder;
}

@media only screen and (max-width: 768px) {
    #social-media {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    /* #ContentLink ul li a{
        font-size: 5px;
    }
    #ContentLink h4{
        font-size: 5px;
    }
    #ContentLink{
        line-height: 1px;
    } */

    #contain {
        display: none;
    }

    #hide_hr {
        display: none;
    }
}