body {
    background: #eee;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #11827B;
}

h1, h2, h3, h4, h5, h6 {
    color: #03472E;
    font-weight: 500;
}

a {
    color: #11827B;
    text-decoration: none;
}

.bg-production {
    background-color: #478f0c;
}
.bg-rescue {
    background-color: #3E958C;
}
.bg-initiation {
    background-color: #A15F1D;
}

.text-green {
    color: #11827B !important;
}
.text-sage {
    color: #73C295 !important;
}

.btn {
    min-width: 130px;
    border-radius: 30px;
    font-weight: 300;
    font-size: 14px;
}
.btn-default {
    box-shadow: none !important;
    border: none !important;
    width: 170px;
    font-size: 14px;
    font-weight: 300;
}
.btn-danger {
    background-color: #AA1D43;
    border-color: #AA1D43;
}

.login-card {
    max-width: 360px;
    margin: auto;
    padding-top: 80px;
}
.btn-login {
    background: #6c829d;
    border-radius: 999px;
}
.btn-login:hover {
    background: #5a6f89;
}
.btn-sage{
    background-color: #73C295;
    border-color: #73C295;
}

.form-control{
    font-size: 14px;
    border: none;
}
.form-check-input:checked {
    background-color: #73C295;
    border-color: #73C295;
}
.form-check-input:focus {
    box-shadow: 0 0 0 .25rem rgb(115 194 149 / 25%);
}
select.form-select {
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance: none;
    background-image: none;
    --bs-form-select-bg-img: none;
    color: #11827B;
}
.input-custom {
    position: relative;
}
.input-custom::after {
    content: "\f282";
    font-family: "Bootstrap-icons";
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    pointer-events: none;
    color: #11827B;
    font-size: 14px;
}
input[type="text"], input[type="number"], input[type="password"], .form-select {
    border-radius: 999px !important;
    text-align: center;
    padding: 10px 20px;
}

.form-control.disable-dark:disabled {
    background-color: #BEBEBE;
    color: #fff;
}
.form-control:disabled {
    background-color: #E8E8E8;
    color: #11827B;
}

.form-switch .form-check-input {
    --bs-form-switch-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='%2373C295'/></svg>");
    background-color: #D8D5D5;
    border-color: #D8D5D5;
}

.form-switch .form-check-input:focus {
    --bs-form-switch-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='%2373C295'/></svg>");
    box-shadow: none;
}

.form-switch .form-check-input:checked {
    --bs-form-switch-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='%23fff'/></svg>");
    background-color: #73C295;
    border-color: #73C295;
}

.fw-500 {
    font-weight: 500 !important;
}

header {
    background-color: rgb(232 232 232 / 80%);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
}
.navbar {
    padding: 20px 0;
}
nav .dropdown-menu.dropdown-menu-end.show {
    position: fixed;
    z-index: 9;
    top: 67px;
    border: none;
}
main {
    padding-top: 100px;
    padding-bottom: 32px;
}

/* Login */
.wrapper-logo {
    margin-bottom: 46px;
}
.wrapper-logo img {
    display: block;
    margin: auto;
}
.login-card small {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.project-card {
    transition: all .2s ease;
    display: flex;
    background-color: #fff;
    border-radius: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}
.library-card{
    transition: all .2s ease;
    display: flex;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
}
.project-card:hover, .library-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
}
.wrap-fetured-image img {
    max-width: 108px;
    height: 100%;
    aspect-ratio: 94 / 101;
    object-fit: cover;
}
.wrap-card-info {
    padding: 16px 10px 16px 16px;
    width: calc(100% - 108px);
}
.card-infoheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    color: #11827B;
}
.card-infoheader small {
    font-size: 10px;
    text-transform: capitalize;
}
.wrap-badge {
    display: flex;
    gap: 8px;
}
.wrap-badge .badge {
    font-weight: 300;
    font-size: 10px;
    min-width: 60px;
    padding: 5px;
    border-radius: 30px;
}
.title-plant {
    font-size: 14px;
    color: #11827B;
    font-weight: 300;
    text-transform: capitalize;
}
.wrap-btnfilter {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}
.wrap-filter {
    display: none;
}
.btn-filter {
    border: none;
    box-shadow: none;
    background-color: transparent;
    color: #11827B;
    font-weight: 300;
    font-size: 14px;
    padding: 0;
}
.search-bar {
    position: relative;
    margin-bottom: 32px;
}
.search-bar input[type="text"] {
    width: 100%;
    padding: 10px 90px 10px 30px;
    border: none;
}
input[type="text"]::placeholder {
    color: #11827B;
    font-size: 14px;
}
.icon-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    font-size: 18px;
    color: #11827B;
    padding: 0;
    cursor: pointer;
}
.icon-btn.search-btn {
    right: 65px;
}
.icon-btn.scan-btn {
    right: 30px;
}
.separator-btnsearch {
    position: absolute;
    top: 50%;
    right: 55px;
    transform: translateY(-50%);
    color: #11827B;
    font-size: 14px;
    width: 2px;
    height: calc(100% - 20px);
    background: #11827b;
}
.search-bar.no-qr input[type="text"] {
    padding-right: 60px;
}
.no-qr .icon-btn.search-btn {
    right: 30px;
}

.detail-project main, .detail-checkpoint main, .create-checkpoint main {
    padding-top: 0;
}
.featured-img {
    aspect-ratio: 75 / 47;
    object-fit: cover;
    max-height: 40vh;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.wrap-detail-header {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}
.detail-header {
    width: calc(100% - 48px);
}
.export-project {
    background-color: #fff;
    border-radius: 9px;
    color: #11827B;
    outline: none;
    border: none;
    width: 40px;
    height: 40px;
    font-size: 18px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.part:not(:last-child) {
    margin-bottom: 32px;
}
.title-part {
    font-size: 14px;
    color: #11827B;
}
.placeholder-uploader {
    /* min-width: 153px;
    min-height: 127px; */
    width: 153px;
    height: 127px;
    margin: auto;
    background-color: #E8E8E8;
    border-radius: 20px;
    cursor:pointer;
    overflow:hidden;
    /* aspect-ratio: 4 / 3; */
}
.placeholder-uploader:hover {
    background: #e9ecef;
}
.remove-btn {
    width: 28px;
    height: 28px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    color: #fff;
    border: none;
    top: 0;
    background: transparent;
    right: 9px;
    font-size: 18px;
}

.unit-custom {
    position: relative;
}
.unit-label {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    font-weight: 200;
    font-size: 12px;
    height: 90%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 30px;
}
.modal-content {
    background-color: #f3f3f3;
}
.wrap-project-details input.form-control {
    max-width: 90%;
    display: block;
    margin: auto;
}
.checkpoint-img {
    aspect-ratio:4/3; 
    object-fit:cover;
}
.wrap-btn-action .btn {
    margin-left: auto;
    margin-right: auto;
    padding: 6px 10px;
    min-width: 155px;
}

#previewContainer {
    max-width: 100%;
    overflow: hidden;
}
#previewContainer img {
    aspect-ratio: 1 / 1;
    width: 100%;
    max-width: 100%;
}

.form-flexgroup {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 80%;
    margin: auto;
}
.form-flexgroup label {
    margin-bottom: 0;
}
.form-flexgroup input {
    width: 65px;
    padding: 5px;
}

@media screen and (max-width: 767px) {
    .login-card {
        max-width: 100%;
        padding: 80px 20px;
    }
    .wrap-fetured-image img {
        max-width: 90px;
    }
    .wrap-card-info {
        width: calc(100% - 90px);
    }
}