@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

/**
Global variable
*/
:root {
    --red-main-color: #D00000;
    --red-secondary-color: #FFE8E8;
    --black-secondary-color: #4B4B4B;
    --black-v2-color:#222222;
    --green-secondary-color: #F0FFF3;
    --green-main-color: #24AE5F;
    --yellow-secondary-color: #FEF0C7;
    --yellow-main-color: #F79009;
    --blue-secondary-color: #E0F2FE;
    --blue-main-color: #36BFFA;
    --grey-color:#F0F4FD;
}

body {
    background-color: #F7F8FA;
    font-family: "Poppins", sans-serif;
}

.t-25 {
    top: 25%;
}

.t-50 {
    top: 30%;
}

.p-relative {
    position: relative !important;
}

.p-absolute {
    position: absolute !important;
}

.p-fixed {
    position: fixed !important;
}

.p-static {
    position: static !important;
}

.fs-10 {
    font-size: 10 !important;
}

.fs-11 {
    font-size: 11 !important;
}

.fs-12 {
    font-size: 12 !important;
}

.fs-14 {
    font-size: 14 !important;
}

.fs-16 {
    font-size: 16 !important;
}

.fs-18 {
    font-size: 18 !important;
}

.fs-20 {
    font-size: 20 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.gap-7 {
    gap: 7rem;
}

.heading-title-3 {
    font-weight: 600;
    font-size: 26px;
    font-family: "Poppins", sans-serif;
}

.heading-title-4 {
    font-weight: 500;
    font-size: 22px;
    font-family: "Poppins", sans-serif;
}

.paragraf-title-2 {
    font-weight: 400;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    color: #2B2B2B;
}

.paragraf-title-3 {
    font-weight: 400;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #2B2B2B;
}

.paragraf-title-4 {
    font-weight: 500;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    color: #2B2B2B;
}

.text-red-the-good-parent {
    color: var(--red-main-color);
}
.tblack-v2{
    color: var(--black-v2-color) !important;
}

.center {
    position: absolute;
    top: 50%;
    transform: translate(0, 150%);
    padding: 10px;
}

.images-auth {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 693px;
    max-height: 964px;
    border-radius: 30px;
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
}

.authentication-section {
    background-color: #fff !important;
}

.form-authentication {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.form-authentication .form-control {
    background-color: #F3F3F3 !important;
}

.form-label,
.form-check-label {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    color: #9C9C9C;
    margin-bottom: 12px;
}

.form-group-input {
    position: relative;
}

.form-icon-left {
    position: absolute;
    top: 12px;
    left: 15px;
}

.form-icon-right {
    position: absolute;
    top: 12px;
    right: 15px;
}

.form-filter-section .form-input {
    border: 1px solid #B1B1B1 !important;
    background-color: #fff !important;
    padding: 10px 14px;
    border-radius: 6px;
    height: 41px;
}

.form-filter-section .form-input::placeholder {
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    padding-left: 25px !important;
}

.form-check-label {
    color: #8F8F8F;
}

.form-authentication .form-control {
    height: 53px;
}

.form-authentication input::placeholder {
    color: #9C9C9C;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
}

.form-authentication .form-check-input {
    border: 2px solid #8F8F8F;
    border-radius: 4px;
}

.form-authentication input:checked {
    background-color: var(--red-main-color);
}

.form-check-input:checked {
    background-color: var(--red-main-color);
}

.form-switch .form-check-input {
    height: 22px;
    width: 45px;
}

.form-switch .form-check-input:checked {
    background-color: var(--green-main-color);
}

.form-status {
    background-color: #DADADA;
    color: #888888;
    border: none;
    border-radius: 10px;
    width: 98px;
}
.form-input > .p-button.p-component.p-button-icon-only {
    background: none !important;
    border: none !important;
}

.form-input>.p-button.p-component.p-button-icon-only>.pi.pi-calendar.p-button-icon{
    color: #B1B1B1;
}

.btn-red-parent {
    font-family: "Poppins", sans-serif;
    background-color: var(--red-main-color) !important;
    color: #fff;
    height: 52px;
    border-radius: 30px;
}

.btn-close {
    width: 0em;
    height: 0em;
}

.modal-header .btn-close {
    margin-left: 69px !important;
    margin-right: inherit;
}

.modal-header-section {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.btn.btn-sm {
    height: 32px !important;
    width: 32px !important;
    padding: 0px;
}

.btn-thin {
    height: 33px !important;
    border-radius: 10px !important;
    padding: 8px 16px !important;
}

.btn-red {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 500;
    background-color: var(--red-main-color) !important;
    color: #fff !important;
    height: 50px;
    text-align: center;
    border-radius: 6px;
    padding: 16px 23px;
}

.btn-red:hover {
    background-color: #fff !important;
    color: var(--red-main-color) !important;
    border: 1px solid var(--red-main-color) !important;
}

.btn-clear {
    font-family: "Poppins", sans-serif;
    border: none;
    background: none !important;
    font-size: 11px;
    font-weight: 400px;
    color: var(--red-main-color);
}

.btn-red-outline {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 500;
    background-color: #fff;
    color: var(--red-main-color) !important;
    border-color: var(--red-main-color) !important;
    height: 50px;
    text-align: center;
    border-radius: 6px;
    padding: 16px 23px;
}

.btn-red-outline:hover {
    background-color: var(--red-main-color) !important;
    color: #fff !important;
    border: none !important;
}

.btn-red-secondary {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 500;
    background-color: var(--red-secondary-color) !important;
    color: var(--red-main-color) !important;
    height: 50px;
    text-align: center;
    border-radius: 6px;
    padding: 16px 23px;
}

.btn-red-secondary:hover {
    background-color: #fff !important;
    color: var(--red-main-color) !important;
    border: 1px solid var(--red-main-color) !important;
}

.btn-green {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 500;
    background-color: var(--green-main-color) !important;
    color: var(--green-secondary-color) !important;
    height: 50px;
    text-align: center;
    border-radius: 6px;
    padding: 16px 23px;
}

.btn-green:hover {
    background-color: #fff !important;
    color: var(--green-main-color) !important;
    border: none !important;
}

.btn-green-secondary {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 500;
    background-color: var(--green-secondary-color) !important;
    color: var(--green-main-color) !important;
    height: 50px;
    text-align: center;
    border-radius: 6px;
    padding: 16px 23px;
}

.btn-green-secondary:hover {
    background-color: var(--green-main-color) !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}

.btn-green-outline {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 500;
    background-color: #fff !important;
    color: var(--green-main-color) !important;
    height: 50px;
    text-align: center;
    border: 1px solid var(--green-main-color) !important;
    border-radius: 6px;
    padding: 16px 23px;
}

.btn-green-outline:hover {
    background-color: var(--green-main-color) !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}

.btn-warning {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 500;
    background-color: var(--yellow-main-color) !important;
    color: var(--yellow-secondary-color) !important;
    height: 50px;
    text-align: center;
    border-radius: 6px;
    padding: 16px 23px;
}

.btn-warning:hover {
    background-color: #fff !important;
    color: var(--yellow-main-color) !important;
    border: 1px solid var(--yellow-main-color) !important;
}

.btn-warning-secondary {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 500;
    background-color: var(--yellow-secondary-color) !important;
    color: var(--yellow-main-color) !important;
    height: 50px;
    text-align: center;
    border-radius: 6px;
    padding: 16px 23px;
}

.btn-warning-secondary:hover {
    background-color: var(--yellow-main-color) !important;
    color: #fff !important;
    border: var(--yellow-main-color) !important;
}

.btn-blue {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 500;
    background-color: var(--blue-main-color) !important;
    color: var(--blue-secondary-color) !important;
    height: 50px;
    text-align: center;
    border-radius: 6px;
    padding: 16px 23px;
}

.btn-blue:hover {
    background-color: #fff !important;
    color: var(--blue-main-color) !important;
    border: 1px solid var(--blue-main-color) !important;
}

.btn-blue-secondary {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 500;
    background-color: var(--blue-secondary-color) !important;
    color: var(--blue-main-color) !important;
    height: 50px;
    text-align: center;
    border-radius: 6px;
    padding: 16px 23px;
}

.btn-blue-secondary:hover {
    background-color: var(--blue-main-color) !important;
    color: #fff !important;
    border: 1px solid #fff;
}

.btn-filter {
    border: 2px solid #9C9C9C;
    border-radius: 6px;
    padding: 4px 10px 4px 10px;
    color: #9C9C9C;
}

.btn-filter-option {
    height: 38px;
    width: 120px !important;
    padding: 0px;
}
.filter-option-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 0;
}

.filter-option-list .filter-option-item {
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.filter-option {
    padding: 10px 18px;
    border-radius: 20px;
    width: 148px;
    height: 41px;
    background-color: #fff;
    border: 1px solid #B1B1B1;
    color: #B1B1B1;
    text-align: center;
}
.filter-option:hover{
    background-color: var(--red-secondary-color);
    color: var(--red-main-color);
    border: 1px solid var(--red-main-color);
}

.filter-option.active{
    background-color: var(--red-secondary-color);
    color: var(--red-main-color);
    border: 1px solid var(--red-main-color);
}

.badge {
    border-radius: 10px;
    padding: 8px 10px;
    width: 96px;
    height: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 12px;
}

.badge.badge-danger {
    background-color: var(--red-secondary-color);
    color: var(--red-main-color);
}

.badge.badge-success {
    background-color: var(--green-secondary-color);
    color: var(--green-main-color);
}

.badge.badge-warning {
    background-color: var(--yellow-secondary-color);
    color: var(--yellow-main-color);
}

.badge.badge-primary {
    background-color: var(--blue-secondary-color);
    color: var(--blue-main-color);
}
.badge.badge-grey{
    background-color: var(--grey-color);
    color: #475467;
}

.password-container {
    position: relative;
}

.show-password {
    position: absolute;
    top: 38%;
    right: 4%;
    cursor: pointer;
    color: rgba(149, 149, 149, 1);
}

.divider {
    border-bottom: 1px solid #9C9C9C;
    margin-top: 25px;
    margin-bottom: 25px;
}


.wrapper .sidebar {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 225px;
    height: 100%;
    padding: 20px 0;
    transition: all 0.5s ease;
    overflow-y: scroll;
    min-height: 120vh;
}


/** sidebar */
.sidebar-menu li {
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.wrapper {
    overflow-y: auto;
}

.wrapper .sidebar {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 7%;
    padding: 26px 15px;
    transition: all 0.5s ease;
    border: 1px solid #EEEEEE;
    height: 100%;
}

/* width */
.sidebar::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.sidebar::-webkit-scrollbar-track {
    border-radius: 10px;
}

/* Handle */
.sidebar::-webkit-scrollbar-thumb {
    background-color: #e1e0e0;
    border-radius: 10px;
}

/* Handle on hover */
.sidebar::-webkit-scrollbar-thumb:hover {
    background-color: #dfdede;
}

.wrapper .sidebar ul li .item {
    display: none;
}

.wrapper .sidebar ul li .icon {
    font-size: 20px;
    text-align: center;
}

.wrapper .sidebar.active {
    width: 20%;
    max-width: 275px;
}

.collapse-sidebar {
    margin-left: 20px;
}

.wrapper .sidebar.active ul li .menu-parent::after {
    content: "\f078";
    font-family: FontAwesome;
    float: right;
}

.menu-parent::after~:active {
    content: "\f077";
}

.wrapper .sidebar.active ul li .item {
    display: inline-block;
}

.wrapper .sidebar.active ul li .icon {
    font-size: 18px;
    text-align: left;
}

.wrapper .sidebar ul li .menu-parent::after {
    content: '';
}

.wrapper .sidebar .sidebar-brand img {
    margin-bottom: 30px;
    text-align: center;
    width: 192px;
    height: 32px;
}

.wrapper .sidebar.active ul li .sidebar-item {
    display: block;
    color: #B1B1B1;
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    position: relative;
    padding: 16px;
}

.wrapper .sidebar ul li .sidebar-item {
    display: block;
    color: #B1B1B1;
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    position: relative;
    padding: 12px 21px;
}

.wrapper .sidebar ul {
    padding-left: 0px;
}

.wrapper .sidebar ul li .active .icon {
    color: var(--red-main-color) !important;
}

.wrapper .sidebar ul li .sidebar-item .icon {
    color: #dee4ec;
    width: 30px;
    display: inline-block;
}

.wrapper .sidebar ul li .sidebar-item:hover,
.wrapper .sidebar ul li .sidebar-item.active {
    color: var(--red-main-color);
    background: var(--red-secondary-color);
    border-radius: 6px;
}

.wrapper .sidebar ul li .sidebar-item:hover .icon,
.wrapper .sidebar ul li .sidebar-item.active .icon {
    color: var(--red-main-color);
}

.wrapper .sidebar ul li .sidebar-item:hover:before,
.wrapper .sidebar ul li .sidebar-item.active:before {
    display: block;
}

.wrapper .section {
    margin-left: 105px;
    transition: all 0.5s ease;
}

.wrapper .section.show {
    margin-left: 275px;
}

.sidebar-logo-short {
    width: 50px !important;
    height: 50px !important;
}

.wrapper .section .navbar {
    background: #fff;
    height: 70px;
    display: flex;
    align-items: center;
    padding: 0;
    border: 1px solid #EEEEEE;
}

.wrapper .section .navbar .hamburger a,
button {
    font-size: 28px;
    color: #4B4B4B;
}

.wrapper .section .navbar .hamburger a,
button:hover {
    color: #585858;
}

.wrapper .section .navbar .navbar-title {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #4B4B4B;
}

.wrapper .section .wrapper-content {
    padding: 0px;
    margin: 0px;
}

.wrapper .section .wrapper-content .content {
    padding: 27px 20px;
    width: auto;
}

body.active .wrapper .sidebar {
    left: -275px;
}

body.active .wrapper .section {
    margin-left: 0;
}

/** end sidebar */

/** navbar */
.dropdown.no-arrow .dropdown-toggle::after {
    display: none;
}

.btn-profile {
    font-size: 14px;
    font-weight: 500;
}

.btn-notification {
    position: relative;
    font-size: 20px;
}

.total-notification {
    border-radius: 100%;
    background-color: var(--red-main-color);
    padding: 3px;
    font-size: 7px;
    color: #fff;
    position: absolute;
    left: 17px;
    top: 4px;

}

.profile-image {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.rounded-image {
    border-radius: 100%;
}

/** End Navbar */

/** Breadcrumb */
.breadcrumb-item {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #4B4B4B;
}

.breadcrumb-item a {
    color: #4B4B4B;
}

.breadcrumb-item.active {
    color: var(--red-main-color);
}

/** End Breaddrumb */

/** Card content Statistic */
.card-count {
    padding: 0px !important;
}

.card-count .card-body {
    padding: 16px;
}

.card-success-icon {
    width: 40px;
    height: 40px;
    background-color: #D1FADF;
    border-radius: 6px;
    padding: 8px;
    text-align: center;
}

.card-success-icon i {
    border-radius: 100%;
    background-color: #12B76A;
    color: #fff;
    padding: 5px 8px;
    font-size: 12px;
}

.card-danger-icon {
    width: 40px;
    height: 40px;
    background-color: #FF9494;
    border-radius: 6px;
    padding: 8px;
    text-align: center;
}

.card-danger-icon i {
    color: var(--red-main-color);
    text-align: center;
    font-size: 12px;
}

.card-primary-icon {
    width: 40px;
    height: 40px;
    background-color: #E0F2FE;
    border-radius: 6px;
    padding: 8px;
    text-align: center;
}

.card-primary-icon i {
    color: #0BA5EC;
    text-align: center;
    font-size: 14px;
}

.card-warning-icon {
    width: 40px;
    height: 40px;
    background-color: #FEF0C7;
    border-radius: 6px;
    padding: 8px;
    text-align: center;
}

.card-warning-icon i {
    color: #F79009;
    text-align: center;
    font-size: 14px;
}

.card-total-data {
    font-family: "Poppins", sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: var(--black-secondary-color);
    margin-top: 12px;
    margin-bottom: 12px;
}

.card-count-title {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: var(--black-secondary-color);
}

.card-count .card-footer {
    background-color: #F5F5F5;
    border: 1px #EBEBEB solid;
    height: 39px;
}

.card-footer .count-success-subtitle {
    color: #12B76A;
}

.card-footer .count-danger-subtitle {
    color: var(--red-main-color);
}

.count-description {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #9C9C9C;
}

/** End Card Statistic */
/** Chart */
.card-statictic .card-header {
    background-color: #fff;
}

.card-statictic .card-header .card-title {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
}

/** End Chart */

/** Master Data */
.card-data {
    background-color: #fff;
    padding: 0px;
}

.form-search {
    height: 50px;
    width: 100%;
}

.form-search::placeholder {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    padding-left: 16px;
}

.vue3-easy-data-table {
    border-left: none !important;
    border-right: none !important;
}

thead.vue3-easy-data-table__header {
    height: 60px;
}

.thead.vue3-easy-data-table__header tr th {
    border-top: 1px solid #0c0c0c;
}

.vue3-easy-data-table__header thead th {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.vue3-easy-data-table__body tr:nth-child(odd) td {
    background-color: #F8F8F8;
}

.vue3-easy-data-table__body tr td {
    font-family: "Poppins", sans-serif;
    height: 60px;
    font-size: 12px;
}

.easy-checkbox label:before {
    border-radius: 4px !important;
    border-color: #9C9C9C !important;
}

.easy-checkbox input:checked {
    background-color: var(--red-main-color);
}

.easy-checkbox input[type=checkbox]:checked+label:before {
    background-color: var(--red-main-color);
}

.vue3-easy-data-table__footer {
    height: 60px !important;
    /* justify-content: space-between !important; */
}

.easy-data-table__rows-selector {
    border: 1px solid #C7C7CB;
    border-radius: 15px;
    padding: 8px 16px;
    gap: 15px;
    display: flex;
    width: 80px;
    height: 53px;
}

.pagination__rows-per-page {
    margin-right: auto;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.pagination__rows-per-page::first-letter {
    text-transform: uppercase;
}

.pagination__items-index {
    display: none;
}

.easy-data-table__rows-selector .rows-input__wrapper {
    gap: 10px;
    border: none !important;
    margin-top: 7px;
}

.previous-page__click-button {
    margin-right: 16px !important;
}

.next-page__click-button {
    margin-left: 16px !important;
}

.buttons-pagination {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    gap: 10px;
    border: none !important;
}

.buttons-pagination .item.button {
    border-radius: 8px !important;
    border: none;
}

.buttons-pagination .item.button.active {
    background: none !important;
    border-radius: 8px;
    border-color: #000 !important;
    color: #000 !important;
    border-radius: 8px;
}

.form-input {
    background-color: #F3F3F3;
    height: 46px;
    border: none;
    border-radius: 10px;
}

.form-input input {
    background-color: #F3F3F3;
    border: none;
}

textarea.form-input {
    height: 150px;
}

.form-input::placeholder {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    padding-left: 16px;
}

.form-input option {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

/** End Master Data */
/** Konten Video */
.modal-video {
    padding: 0px;
    border-radius: 10px;
    height: 450px;
}

/** End Konten Video */
/** Artikel */
.ql-toolbar.ql-snow {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.ql-container.ql-snow {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 320px;
    background-color: #F3F3F3;
}

.filter-section {
    width: 28%;
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 51;
    transition-duration: 0.4s;
    overflow-y: scroll;
    max-height: 100vh;
}

/* width */
.filter-section::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.filter-section::-webkit-scrollbar-track {
    border-radius: 10px;
}

/* Handle */
.filter-section::-webkit-scrollbar-thumb {
    background-color: #e1e0e0;
    border-radius: 10px;
}

/* Handle on hover */
.filter-section::-webkit-scrollbar-thumb:hover {
    background-color: #dfdede;
}

.filter-section .card {
    border-radius: 0px;
}

.filter-section .card .card-header {
    background: none;
}

.filter-show {
    background-color: #3E3E3E99;
}

.filter-backdrop {
    z-index: 50;
    background-color: #000;
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

.form-filter-section {
    margin-left: -7px;
}

.form-filter-section .form-label {
    font-size: 12px;
    font-weight: 400;
    color: #9C9C9C;
}

.card-footer {
    background: none;
}

/** End Artikel*/
/** Customer page */
.profile-customer {
    width: 100px;
    height: 100px;
}

.modal-content {
    padding: 20px;
}

.label-detail-title {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #9C9C9C;
    margin-bottom: 5px;
}

.label-detail-subtitle {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #222222;
}

.list-group .list-detail-profile {
    margin-bottom: 16px;
}

.btn-whatsapp {
    width: 160px;
    height: 40px;
    padding: 10px;
    border-radius: 10px;
}

.list-transaction .list-group-item {
    border-left: none;
    border-right: none;
    border-top: none;
}

.alert-danger-parent {
    border: none;
    background-color: var(--red-secondary-color);
}

.alert-success-parent {
    border: none;
    background-color: var(--green-secondary-color);
}

.alert-warning-parent {
    border: none;
    background-color: var(--yellow-secondary-color);
}

.card-filter {
    border-bottom: 1px solid #DADADA;
}

/** End Customer page */
/** Mitra */
.drop-zone {
    width: 100%;
    height: 250px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 12px;
    cursor: pointer;
    color: #cccccc;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='%239C9C9CFF' stroke-width='3' stroke-dasharray='7%2c 18' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
    border-radius: 20px;
    position: relative;
}

.drop-zone--over {
    border-style: solid;
}

.drop-zone__input {
    display: none;
}

.drop-zone__thumb {
    width: 80%;
    height: 80%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: absolute;
}

.drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
}
/** End Mitra */
/** Campaign */
.p-multiselect-token {
    font-family: "Poppins", sans-serif !important;
    font-size: 11px !important;
    background: #D00000 !important;
    color: #FCFCFC !important;    
}
/** End Campaign */
/** Comunnity */
.detail-content-list{
   padding: 10px 10px 10px 0px;
   display: flex;
}
.detail-content-list:not(:last-child)::after {
    content: "|";
    color: #D9D9D9;
    margin-left: 40px;
    margin-top: 15px;
}
.card.card-community {
    border: none;
}
.card-community .card-header{
    background-color: #fff;
    border: none;
}
.card-community .card-footer {
    border: none;
}
.card-community .card-footer.border-footer {
    border-bottom: 1px solid #DADADA;
}
/** End Comunnity */