body {
    background-color: #093545;
    overflow-x: hidden;
    font-family: "Poppins", sans-serif;
}

::-webkit-scrollbar {
    width: 10px;
    background: white;
}

::-webkit-scrollbar-thumb {
    background: #27595e;
}

.datepicker td.active {
    background: #27595e !important;
}

.datepicker td,
.datepicker th {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.85rem;
}

.progressbar {
    padding-left: 10rem;
    padding-top: 2rem;
}
*Icon progressbar*/ #progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: #455a64;
    padding-left: 20px;
    margin-top: 30px;
}

#progressbar li {
    list-style-type: none;
    font-size: 13px;
    width: 15%;
    float: left;
    position: relative;
    font-weight: 400;
}

#progressbar .step0:before {
    font-family: FontAwesome;
    content: "\f10c";
    color: #fff;
}

#progressbar li:before {
    width: 40px;
    height: 40px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    background: #c5cae9;
    border-radius: 50%;
    margin: auto;
    padding: 0px;
}

/*ProgressBar connectors*/
#progressbar li:after {
    content: "";
    width: 100%;
    height: 12px;
    background: #c5cae9;
    position: absolute;
    left: 0;
    top: 16px;
    z-index: -1;
}

#progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    left: -50%;
}

#progressbar li:nth-child(2):after,
#progressbar li:nth-child(3):after,
#progressbar li:nth-child(4):after {
    left: -50%;
}

#progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    left: 50%;
}

#progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

#progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before,
#progressbar li.active:after {
    background: #577883;
}

#progressbar li.active:before {
    font-family: FontAwesome;
    content: "\f00c";
}

.icon {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

.icon-content {
    padding-bottom: 20px;
}

@media screen and (max-width: 992px) {
    .icon-content {
        width: 50%;
    }
}

aside {
    background-color: #27595e;
    color: white;
    padding: 30px 20px 0 30px;
    height: 100%;
    border-top-right-radius: 10px;
}

a {
    color: white;
    text-decoration: none;
}

a:hover {
    color: white;
}

aside ul {
    list-style-type: none;
}

aside ul li {
    margin-bottom: 2rem;
    font-size: 1.2rem;
}

aside ul li .active {
    color: white;
}

aside ul li a {
    color: #90a7ae;
}

@media (max-width: 992px) {
    aside {
        color: #27595e;
        background-color: white;
        padding: 0;
        height: auto;
    }

    aside ul li {
        margin: 0;
        font-size: 1.2rem;
    }

    aside ul li .active {
        color: #27595e;
    }

    aside ul li a {
        color: #27595e;
    }

    a:hover {
        color: #27595e;
    }
}

textarea:focus,
textarea.form-control:focus,
.form-select:focus,
#select2:focus,
input[type="text"]:focus,
#tglKunjungan:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="checkbox"]:focus,
.uneditable-input:focus {
    border-color: #20df7f;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
        0 0 8px rgba(126, 239, 104, 0.6);
    outline: 0 none;
    background-color: white;
    color: black;
}

.select2-dropdown {
    height: 200px;
    margin-top: 0.5rem;
    overflow-y: scroll;
}

.select2-results__option:hover {
    background-color: #27595e;
    color: white;
}

#tglKunjungan::placeholder {
    color: black;
}

.form-select {
    background-color: white;
    color: black;
}

.select2 {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url(
        data:image/svg + xml,
        %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 16 16"%3e%3cpathfill="none"stroke="%23343a40"stroke-linecap="round"stroke-linejoin="round"stroke-width="2"d="m2 5 6 6 6-6"/%3e%3c/svg%3e
    );
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="text"],
input[type="password"],
input[type="checkbox"] {
    background-color: white;
}

input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder {
    color: black;
}

.content {
    padding: 0 3rem 3rem 3rem;
}

.btnSimpan {
    border-radius: 5px;
    padding: 0.5rem;
    border: none;
    width: auto;
    font-weight: 500;
}

.modal-content {
    background-color: #093545;
    border-radius: 10px;
    color: white;
}

.bukti {
    margin-top: 5% auto;
    width: 100%;
    padding: 10px;
}

.select2-container {
    width: 100% !important;
}
.select2-search--dropdown .select2-search__field {
    width: 98%;
}
