@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

:root {
    --bs-primary: #077560;
    --bs-blue: #077560;
    --bs-link-color: #077560;
    --bs-btn-color: #077560;
    --bs-btn-hover-color: #077560;
    --bs-btn-hover-bg: #077560;
    --bs-btn-hover-border-color: #077560;
    --bs-body-color: rgb(230, 230, 230);
}
body {
    background: rgb(245, 245, 245);
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: black;
}
.btn-primary,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:target,
.btn-primary:hover,
.sidebar-wrapper .menu .sidebar-item.active > .sidebar-link {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
}
.active {
    color: #077560;
}
.btn-outline-primary {
    border-color: var(--bs-primary);
    color: var(--bs-primary);
}
.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:target,
.btn-outline-primary:active,
.btn-outline-primary:visited {
    background-color: var(--bs-primary);
    box-shadow: none;
}

.nav-tabs .nav-link {
    color: gray;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: #f0f0f0;
    color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.text-muted {
    color: gray !important;
}

.sidebar-wrapper .menu .sidebar-title {
    color: black;
}
.sidebar-wrapper .menu .sidebar-link,
.sidebar-wrapper .menu .sidebar-link i,
.sidebar-wrapper .menu .sidebar-link svg {
    color: #252525;
}
.sidebar-wrapper .menu .submenu .submenu-item a {
    color: #252525;
}
.sidebar-wrapper .menu .submenu .submenu-item a:hover {
    color: black;
}
body {
    font-family: "Poppins";
    color: black;
}
.form-control,
.form-select {
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    font-size: 14px;
}
.btn {
    border-radius: 10px;
    padding: 10px 18px;
}

.step-wizards ul {
    display: flex;
    padding: 0px;
    list-style: none;
}
.step-wizards ul li {
    margin-right: 30px;
    padding: 20px 50px 20px 10px;
    -webkit-clip-path: polygon(0% 0%, 89% 0, 100% 51%, 90% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 89% 0, 100% 51%, 90% 100%, 0% 100%);
    border-radius: 20px;
    background-color: #f5f5f5;
}
.step-wizards ul li a {
    display: flex;
    grid-gap: 10px;
    color: #8f8f8f;
}
.step-wizards ul li a:hover {
    color: #8f8f8f;
}
.step-wizards ul li a .circle {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e9e9e9;
    color: #8f8f8f;
    font-weight: bold;
    border-radius: 50%;
    margin-left: 10px;
}
.step-wizards ul li.step-wizards__active {
    background-color: #e0f4ff;
}
.step-wizards ul li.step-wizards__active a {
    color: black;
    font-weight: bold;
}
.step-wizards ul li.step-wizards__active a .circle {
    background-color: #aae0ff;
    color: #030f27;
    font-weight: bold;
    border-radius: 50%;
}
.floating-wizards-button {
    position: fixed;
    bottom: 0px;
    padding: 30px;
    z-index: 1;
    background: white;
    width: 100%;
    left: 0px;
    box-shadow: 0px -10px 20px rgba(145, 145, 145, 0.1);
}
.floating-wizards-button .container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.floating-wizards-button .btn.btn-primary {
    padding: 12px 25px;
    border-radius: 10px;
    font-weight: bold;
    background-color: #28a7ee;
    border: none;
    color: white;
    margin-left: 20px;
}
.media-card-checkbox {
    width: 100px;
    height: 200px;
    display: block;
    overflow: hidden;
}
.media-card-checkbox .media-card {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.media-card-checkbox input {
    position: absolute;
    top: -99;
    opacity: 0;
}
.media-card-checkbox input:checked ~ .media-card {
    border: 2px solid #0061f7;
}
.media-card-checkbox {
    width: 100%;
}
.media-card {
    background-color: white;
    position: relative;
    border: 1px solid rgb(196, 196, 196);
    overflow: hidden;
}
.media-card:hover {
    cursor: pointer;
}
.media-card:hover .media-card__action {
    opacity: 1;
}
.media-card__img img {
    margin-bottom: 0px;
}
.media-card__action {
    opacity: 0;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.btn-media-nav {
    background-color: white !important;
    padding: 20px;
    cursor: pointer;
}
.btn-media-nav:active,
.btn-media-nav:target,
.btn-media-nav:hover {
    outline: none !important;
}
.btn-media-nav.active {
    border-bottom: 2px solid #0061f7;
}

.media-wrapper {
    height: 300px;
}
.media-wrapper .tab-1 {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-group label {
    margin-bottom: 6px;
}
.ck-editor__editable {
    min-height: 500px;
}
.product-image-wrapper {
    gap: 20px;
    margin-bottom: 20px;
}
.product-image-card {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e6e6e6;
    width: 120px;
    height: 120px;
    position: relative;
}
.product-image-card img {
    object-fit: contain;
    vertical-align: middle;
    aspect-ratio: 1/1;
    width: 100%;
}
.product-image-card .btn-delete {
    position: absolute;
    background: transparent;
    border: none;
    top: -10px;
    right: -10px;
}
.media-card-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
}
.media-card_2 {
    width: 100%;
    height: 100%;
    border: 1px solid rgb(202, 202, 202);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-right: 10px;
}
.product-image-uploader {
    width: 120px;
    height: 120px;
    border: 1px dashed #e6e6e6;
    background-color: transparent;
    color: #8f8f8f;
}

.auth-right {
    height: 100vh;
    background: url(http://stg.idpods.co.id/assets/auth.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#auth {
    overflow: hidden;
}
.note-html ul {
    list-style-type: disc;
    padding-left: 20px;
}

.dashboard-card {
    box-shadow: 2px 2px 20px rgba(165, 165, 165, 0.2);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #077560;
    border-color: #077560 !important;
    background: rgb(248, 248, 248);
}
.nav-tabs .nav-link.active:after {
    background-color: #077560 !important;
}
