@charset "UTF-8";

body {
    font-family: 'Poppins';
    background: linear-gradient(180deg, #064858 0%, #07242C 104.75%);
    -webkit-font-smoothing: antialiased;
    list-style-type: none;
    height: 100%;
}

::-webkit-scrollbar {
    width: 6px;
    height: 7px;
    background: #052D37;
  }
  
::-webkit-scrollbar-thumb {
  background: #5ED4FF;
  border-radius: 10px;
}

h1, h2, h4, h5, h6, p{
    color: #ffffff;
    margin: 0px 0px 12px 0px;
    font-family: 'Poppins';
}

.target-i {
    color: #ffffff;
    font-size: 12px;
}

.row1 {
    margin-top: 15px;
    margin-bottom: 5px;
}

.performa-p {
    font-size: 13px;
}

.progress {
    width: 100%;
    background-color: #003545;
    color: #5ED4FF;
    height: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
}
  
.progress-bar {
    width: 0;
    text-align: center;
    line-height: 10px;
    height: 10px;
    color: #fff;
    background-color: #5ED4FF;
}
  
.progress-text {
    text-align: center;
    margin-bottom: 5px;
    font-weight: bold;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

span {
    color: #ffffff;
    font-family: 'Poppins';
    font-size: 11px;
    font-weight: normal;
}

.span-pp {
    font-size: 13px;
}

.navbar-i {
    color: #fff;
}

a {
    color: #004D63;
    font-size: 13px;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
    color: #3d3f5d;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 15px;
    color: #71748d;
}

.upload-form {
    margin-left: auto;
    margin-right: 20px;
    margin-bottom: 15px;
}

.form-control {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 2;
    color: #BBE9FF;
    background-image: none;
    background-color: #004D63;
    border: 1px solid #5ED4FF;
    border-radius: 5px;
}

.form-cari {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 2;
    background-image: none;
    color: #E6FAFF;
}

input[type="file"] {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-right: 10px;
    font-size: 12px;
    color: #fff;
}

input[type="search"] {
    border-radius: 999px;
    border: 1px solid #063541;
    background: #064A5C;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: url('/assets/images/calendar.png') no-repeat;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    border: none;
    cursor: pointer;
}

.col-form-label {
    font-size: 15px;
}

select.form-control {
    color: #5ED4FF;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: 99% 52%;
    background-size: auto;
    background-repeat: no-repeat;
    background-image: url(/images/down-arrow.png);
    padding-right: 15px;
    border: 1px solid #d2d2e4;
    border-radius: 2px;
}

textarea.form-control {
    height: auto;
    color: #5ED4FF;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d2d2e4;
    border-radius: 2px;
    padding: 12px 16px;
}

.form-group {
    margin-bottom: 12px;
}

.form-control-lg {
    padding: 12px;
}

.input-group-text {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #073743;
    border: 1px solid #073743;
    border-radius: 4px;
    width: auto;
}

.input-group {
    width: auto;
}

.bg-primary {
    background-color: #5969ff !important;
    color: #fff !important;
}

.bg-brand {
    background-color: #ffc750 !important;
}

.bg-secondary {
    background-color: #ff407b !important;
    color: #fff !important;
}

.bg-success {
    background-color: #2ec551 !important;
}

.bg-danger {
    background-color: #ef172c !important;
}

.bg-warning {
    background-color: #ffc108 !important;
}

.bg-info {
    background-color: #25d5f2 !important;
}

.bg-light {
    background-color: #f9f9ff !important;
}

.bg-dark {
    background-color: #2e2f39 !important;
}

.bg-primary-light {
    background-color: #dbdeff !important;
    color: #fff !important;
}

.bg-info-light {
    background-color: #dffaff !important;
    color: #fff;
}

.bg-secondary-light {
    background-color: #ffdbe6 !important;
}

.bg-danger-light {
    background-color: #fbd3d5 !important;
}

.bg-brand-light {
    background-color: #fff2d5 !important;
}

.bg-success-light {
    background-color: #c5fad3 !important;
}

.text-primary {
    color: #5969ff !important;
}

.text-brand {
    color: #ffc750 !important;
}

.text-secondary {
    color: #F87E94 !important;
}

.text-success {
    color: #C9F06C !important;
}

.text-danger {
    color: #FC8E84 !important;
}

.text-warning {
    bcolor: #ffc108 !important;
}

.text-info {
    color: #25d5f2 !important;
}

.text-light {
    color: #f0f0f8 !important;
}

.text-dark {
    color: #3d405c !important;
}

.border-top-primary {
    border-top-color: #5969ff !important;
}

.border-3 {
    border-width: 3px !important;
}

.border-secondary {
    border-color: #ff407b !important;
}

.border-brand {
    border-color: #ffc750 !important;
}

.border-info {
    border-color: #25d5f2 !important;
}

.dashboard-header .navbar {
    padding: 0px;
    min-height: 60px;
}

.brand {
    position: absolute;
    left: 50%;
    margin-left: -50px !important;
    display: block;
}

.navbar-center {
    display: flex;
    align-items: center;
}

.navbar-right-top .nav-item .nav-link {
    padding: 10px 10px;
    font-size: 16px;
    line-height: 2;
}

.card-header .form-inline .btn-info {
    margin-right: 5px;
}

.dropdown-menu {
    background: #BBE9FF;
    color: #BBE9FF;
}

.dropdown-item {
    display: block;
    color: #3d405c;
    text-align: inherit;
    white-space: nowrap;
    cursor: pointer;
}

.video-dropdown {
    min-width: 200px;
    padding: 0px;
    margin: 0px;
}

.profile-dropdown {
    min-width: 260px;
    padding: 0px;
    margin: 0px;
    border-radius: 0px 8px 8px 8px;
    background: linear-gradient(180deg, #064858 0%, #07242C 104.75%);
    box-shadow: 1px 2px 8px 0px rgba(0, 171, 214, 0.22);
}

.pesanan-dropdown, .pengiriman-dropdown {
    min-width: 190px;
    border-radius: 0px 8px 8px 8px;
    background: linear-gradient(180deg, #064858 0%, #07242C 104.75%);
    box-shadow: 1px 2px 8px 0px rgba(0, 171, 214, 0.22);
}

.pengiriman-dropdown2 {
    min-width: 150px;
    padding: 0px;
    margin: 0px;
    border-radius: 0px 8px 8px 8px;
    background: linear-gradient(180deg, #064858 0%, #07242C 104.75%);
    box-shadow: 1px 2px 8px 0px rgba(0, 171, 214, 0.22);
}

.info-status {
    display: flex;
    padding: 4px 8px;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    border-radius: 120px;
    background: #F5FDFF;
    color: #00ABD6;
    font-size: 10px;
    font-weight: 600;
}

.btn-transaksi.active, .dropdown-item.active-dropdown-item, .btn-transaksi:focus {
    color: #00A3CC !important;
    font-weight: bold;
    border: none;
    outline: none;
    box-shadow: none;
}

.btn-transaksi.dropdown-toggle::after {
    display: none;
}

.btn-transaksi:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.etalase-dropdown {
    padding: 0px;
    margin: 0px;
}

.dropdown-toggle::after {
    content: none;
}

.dashboard-main-wrapper {
    padding-top: 0px;
    position: relative;
}

.dashboard-content {
    padding: 30px;
}

.btn {
    font-size: 12px;
    padding: 9px 16px;
    border-radius: 2px;
}

.btn-reset {
    background-color: #073743;
    margin: 0px 0px 15px 5px;

}

.btn-reset i {
    color: #fff;
    font-size: 20px;
}

.btn-success {
    color: #fff;
    background-color: #2ec551;
    border-color: #2ec551;
}

.btn-success:hover {
    color: #fff;
    background-color: #21ae41;
    border-color: #21ae41;
}

.btn-danger {
    color: #fff;
    background-color: #ef172c;
    border-color: #ef172c;
}

.btn-danger:hover {
    color: #fff;
    background-color: #da0419;
    border-color: #da0419;
}

.btn-warning {
    color: #2e2f39;
    background-color: #ffc108;
    border-color: #ffc108;
}

.btn-warning:hover {
    color: #2e2f39;
    background-color: #f3b600;
    border-color: #f3b600;
}

.btn-info {
    background-color: #25d5f2;
    border-color: #25d5f2;
}

.btn-info:hover {
    color: #fff;
    background-color: #17c0dc;
    border-color: #17c0dc;
}

.btn-outline-secondary {
    color: #FFB4AB;
    background-color: transparent;
    border-color: #FFB4AB;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #FFB4AB;
    border-color: #FFB4AB;
}

.btn-outline-success {
    color: #2ec551;
    background-color: transparent;
    border-color: #2ec551;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #2ec551;
    border-color: #2ec551;
}

.btn-outline-danger {
    color: #ef172c;
    background-color: transparent;
    border-color: #ef172c;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #ef172c;
    border-color: #ef172c;
}

.btn-md {
    font-size: 15x;
    width: 88px;
    height: 40px;
    color:#003545;
    font-weight: bold;
    border-radius: 4px;
}

.btn-sm {
    font-size: 10px;
    width: 65px;
    height: 30px;
    margin-right: 10px;
    color:#003545;
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
}

.button-container {
    display: flex;
    align-items: center;
}

.btn-edit {
    color: #5ED4FF;
}

.btn-cari {
    color: #003545;
    font-size: 13px;
    border-radius: 10px;
}

.btn-lg {
    font-size: 14px;
    margin-bottom: 15px;
    width: 185px;
    height: 40px;
    color:#004D63;
    background-color: #BBE9FF;
    border-radius: 4px;
}

.btn-upload {
    font-size: 15x;
    width: 88px;
    height: 40px;
    color:#003545;
    border-radius: 4px;
}

.card {
    margin-bottom: 16px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 1px 2px 1px rgba(154, 154, 204, 0.22);
    -moz-box-shadow: 0px 1px 2px 1px rgba(154, 154, 204, 0.22);
    box-shadow: 0px 1px 2px 1px rgba(154, 154, 204, 0.22);
    background: #073743;
}

.card-pesanan {
    padding: 16px;
    margin-bottom: 16px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 1px 2px 1px rgba(154, 154, 204, 0.22);
    -moz-box-shadow: 0px 1px 2px 1px rgba(154, 154, 204, 0.22);
    box-shadow: 0px 1px 2px 1px rgba(154, 154, 204, 0.22);
    background: #073743;
}

.card-transaksi {
    padding: 12px;
    border-radius: 8px;
    background: #064A5C;
}

.card-outside {
    padding: 15px;
    margin-top: 10px;
}

.card-rangkuman{
    padding: 15px;
}

.col-md-4, .col-md-5 {
    padding-left: 2px;
}

.list-card {
    background-color: #073743;
    max-height: 650px;
    overflow-x: auto;
    padding: 20px;
    border-radius: 10px;
}

#list-pages tbody tr {
    background-color: #073743;
}

#etalase-pages tbody tr {
    background-color: #084351;
}

.etalase-card {
    background-color: #084351;
    max-height: 100%;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
}

.table-list {
    min-width: 1450px;
    width: 100%;
}

.pagination-container{
    display: flex;
    justify-content: center;
}

.pagination-buttons {
    padding-top: 15px;
    display: flex;
    justify-content: center;
    background-color: #084351;
}

.pagination-buttons-pesanan {
    padding-top: 15px;
    display: flex;
    justify-content: center;
    background-color: #073743;
}

.pagination-buttons-list {
    padding-top: 15px;
    display: flex;
    justify-content: center;
    background-color: #073743;
}

.pagination-buttons button, .pagination-buttons-list button, .pagination-buttons-pesanan button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    padding: 5px 10px;
    margin: 0;
    color: #fff;
}

.forward-btn, .forward-previous-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding-top: 15px;
}

.forward-btn img, .forward-previous-btn img {
    width: 25px;
    height: 25px;
}

.forward-previous-btn img {
    transform: scaleX(-1);
}

.disabled-img img  {
    filter: grayscale(100%) brightness(40%);
}

.pagination-buttons button:hover {
    background-color: #5ED4FF;
}

.pagination-buttons button:focus, .forward-btn:focus, .forward-previous-btn:focus {
    outline: none;
}

.page-btn.active {
    background-color: #5ED4FF;
    color: #000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.card-header {
    background-color: #084351;
}

.content-margin {
    margin: 10px 10px 0px 10px;
}

.card-body {
    background-color: #084351;
    border-radius: 10px;
}

.demografi {
    background-color: #073743;
    border-radius: 8px;
    padding: 15px;
}

.column1-card {
    background: #052F3A;
    border-radius: 10px;
    padding: 8px;
}

.toolbar {
    font-size: 18px;
}

.live-stream__card:hover {
    cursor: pointer;
}

.live-stream__card {
    border-radius: 16px;
    aspect-ratio: 9 / 16;
    min-width: 300px;
    padding: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
}

.live-stream__header {
    padding-left: 14px;
    padding-right: 14px;
}

.live-stream__store img{
    width: 32px;
    height: 32px;
}

.live-stream__store h1{
    font-size: 12px;
    font-weight: 700;
}

.live-stream__store span{
    font-size: 8px;
    font-weight: 400;
}

.live-stream__store p{
    font-size: 12px;
    font-weight: 400;
}

.live-stream__footer h6{
    font-size: 14px;
    font-weight: 700;
}

.live-stream__incoming {
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.20);
    inset: 0;
    margin: 0 15px;
}

.live-stream__incoming h1{
    font-size: 20px;
    font-weight: 600;
}

.live-stream__incoming h2{
    font-size: 28px;
    font-weight: 600;
}

.live-stream_incoming-text {
    position: absolute;
    width: 100%;
    top: 40%;
    text-align: center;
}

.list-group-item {
    position: relative;
    display: block;
    background-color: #BBE9FF;
    font-size: 13px;
    border: none;
    color: #004D63;
}

.list-group-profile {
    position: relative;
    display: block;
    font-size: 13px;
    border: none;
    color: #FFFFFE;
    padding: 5px;
}

.dropdown-pesanan, .dropdown-pengiriman {
    position: relative;
    display: block;
    font-size: 13px;
    border: none;
    color: #FFFFFE;
    padding: 5px;
}

.dropdown-pesanan:hover, .dropdown-pengiriman:hover {
    background-color:#006782;
}

input[type="checkbox"] {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
}

.form-check-label {
    color: #FFFFFE;
  }

.img-profile {
    width: 24px;
    height: 24px; 
}

.btn-siapkan, .btn-pengiriman, .btn-cetak {
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 42px;
    background: #00A3CC;
    color: #FFFFFE;
    font-size: 12px;
    font-weight: 500;
    height: 35px;
}

.btn-siapkan2, .btn-pengiriman2, .btn-cetak2 {
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #00A3CC;
    color: #FFFFFE;
    font-size: 14px;
    font-weight: 500;
    height: 38px;
}

.img-transaksi {
    width: 60px;
    height: 60px;
    border-radius: 8px; 
}

.active-column {
    border-bottom: 1px solid #00A3CC;
}

.active-btn {
    color: #5ED4FF !important;
    border: none;
    outline: none;
    box-shadow: none;
}

.active-col {
    border-bottom: 2px solid #5ED4FF;
}

.list-group-profile:hover {
    background-color: #BBE9FF;
    text-decoration: none;
}

.table td, .table th {
    border-top: 1px solid #002834;
    border-bottom: 1px solid #002834;
    font-weight: normal !important;
    color: #fff;
    font-size: 11px;
    vertical-align: middle;
}

.table td {
    padding: 4px; 
}

.page-numbers {
    display: flex;
}

.pagination {
    padding-top: 15px;
    display: flex;
    justify-content: center;
}

.pagination button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    padding: 5px 10px;
    margin: 0;
    color: #000;
}

.page-numbers button {
    border: none;
    background-color: transparent;
    cursor: pointer;
    font-size: 15px;
}

.page-numbers button.active {
    color: #fff;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 18px;
    background: #00A3CC;
}

.user-avatar {
    height: 120px;
    width: 120px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.gambar-produk {
    height: 15px;
    width: 15px;
    border-radius: 2px;
}

.small-box {
    background-color: #BBE9FF;
    color: #006782;
    padding: 9px 19px;
    border-radius: 10px;
    margin-top:10px;
    margin-bottom: 20px;
    height: fit-content;
    display: flex;
    justify-content: space-between
}

.small-box2 {
    background-color: #BBE9FF;
    color: #006782;
    padding: 16px;
    border-radius: 10px;
    height: fit-content;
    display: flex;
    justify-content: space-between
}

.sb-img {
    width: 45px;
    height: 45px;
}

.icon-img {
    width: 20px;
    height: 20px;
}

.icon-video {
    width: 30px;
    height: 30px;
}

.icon-asc, .icon-desc {
    width: 12px;
    height: 12px;
}

.grey-text {
    color: #E6FAFF;
}

.sb-box-fc {
    color: #006782;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sb-box-p {
    color: #006782;
    font-weight: normal;
    font-size: 14px;
}

.sb-box-p2 {
    color: #006782;
    font-weight: normal;
    font-size: 12px;
}

p {
    font-size: 12px;
}

.logo {
    width: 110px;
    height: 55px;
}

.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.metric-value-progress {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 5px;
    margin: 0px 10px 10px 0px;
    width: 155px;
    height: 50px;
}

.custom-input-group {
    background-color: #004D63;
    border: 1px solid #5ED4FF;
}

.btn-pesanan__header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 2px 12px;
    gap: 0.25rem;
    border-radius: 9999px;
    color: #BBE9FF;
    background-color: #00A3CC;
    border: 2px solid #00A3CC;
}

.btn-pesanan__header:hover {
    text-decoration: none;
    color: #00A3CC;
    background-color: transparent;
    border: 2px solid #00A3CC;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.7);
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #073743;
    padding: 10px;
    margin: 0;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.popup-content img, h5 {
    margin-bottom: 15px;
}

.btn-popup {
    margin: 10px;
    width: 210px;
    height: 50px;
    border-radius: 8px;
    font-size: 16px;
}

.popup-hapus {
    color: #003545;
}

.popup-logout {
    border-radius: 8px;
    padding: 24px;
    width: 100%;
    max-width: 28rem;
}

.btn-logout {
    width: 100%;
    border-radius: 9999px;
    padding: 8px;
}

.input-container {
    position: relative;
    width: 180px;
    margin-right: 15px;
}

.input-transaksi {
    position: relative;
    max-width: 100%;
}
  
input[type="text"] {
    width: 100%;
    padding-left: 15px;
    background-color: #084351;
    font-size: 14px;
    color: #5ED4FF;
    height: 40px;
    border: 1px solid #5ED4FF;
    border-radius: 8px;
}

#search::placeholder, #name::placeholder {
    color: #5ED4FF;
}

#userInputHistory::placeholder {
    color: #5ED4FF;
}
  
.icon-etalase {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}

select {
    width: 100%;
    padding-right: 30px;
    font-size: 13px;
    width: 180px;
    height: 40px;
    background-color: #084351;
    color: #5ED4FF;
    border: 1px solid #5ED4FF;
    border-radius: 8px;
    padding-left: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.map-container {
    width: 100%;
    height: 250px;
    position: relative;
}

#user-demography {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.date-form {
    margin-right: 15px;
    width: 140px;
}

.hapus-modal {
    display: none;
    position: fixed;
    top: 10px;
    right: 10px;
    background-color: #073743;
    border: 1px solid #5ED4FF;
    border-radius: 4px;
    padding: 10px;
    z-index: 9999;
}

.hapus-modal p {
    font-size: 20px;
}

.noDataMessage {
    font-size: 13px;
    margin-top: 10px;
    color: #FFFFFE;
    text-align: center;
}

.btn-metodePengiriman {
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #FFFFFE;
    color: #FFFFFE;
    font-weight: normal !important;
}

.btn-metodePengiriman2 {
    padding: 8px;
    border-radius: 42px;
    border: 1px solid #00A3CC;
    color: #FFFFFE;
    font-weight: normal !important;
}