@font-face {
    font-family: "nunito";
    src: url("./../fonts/nunito/Nunito-VariableFont_wght.ttf") format("truetype");
}


body {
    margin: 0;
    padding: 0;
    font-family: "nunito", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.full-screen {
    height: 100vh;
    width: 100vw;
}

.bg-green-light {
    --tw-bg-opacity: 1;
    background-color: rgb(236 241 235 / var(--tw-bg-opacity));
}

.outline-text {
    text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000
}

.text-green-light {
    font-weight: 900 !important;
    font-size: 3.75rem;
    --tw-text-opacity: 1;
    color: rgb(236 241 235 / var(--tw-text-opacity)) !important;
    line-height: 0.9;
}

.text-green-dark {
    font-weight: 900 !important;
    font-size: 3.75rem;
    line-height: 0.9;
    --tw-text-opacity: 1;
    color: rgb(36 57 34 / var(--tw-text-opacity))
}

.login-card {
    background-color: white;
    width: 24rem;
    padding: 2rem;
    border-radius: 1rem;
    margin-top: 1rem;
}


.ant-form-item .ant-form-item-label>label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
    display: none !important;
}

.ant-form-item .ant-form-item-label>label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::after {
    visibility: unset !important;
    display: inline-block;
    margin-inline-end: 4px;
    color: #d03f3fde;
    font-size: 14px;
    font-family: SimSun, sans-serif;
    line-height: 1;
    content: "*";
}

.cus-form-vertical-item-horiziontal .ant-form-item-row {
    flex-direction: row !important;
}

.cus-form-vertical-item-horiziontal .ant-form-item-row .ant-form-item-label {
    display: flex;
    flex-direction: row;
}

.cus-form-vertical-item-horiziontal .ant-form-item-row .ant-form-item-control {
    margin-left: 10px;
    width: auto !important;
}

.text-danger {
    color: #d03f3fde !important;
}

.text-success {
    color: #3fd03f !important;
}

.text-warning {
    color: #d0d03f !important;
}

.text-info {
    color: #3f3fd0 !important;
}

.text-black {
    color: #000 !important;
}

.text-white {
    color: #fff !important;
}

.bill-status_active {
    color: #3f3fd0 !important;
}

.bill-status_wrongly-charged-bill {
    color: #d0d03f !important;
}

.bill-status_cancel {
    color: #d03f3fde !important;
}

.price-text {
    color: #d03f3fde !important;
}

.sidebar-add-product-number-customer {
    display: none !important;
}