@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;
}

.hidden {
    display: none;
}

.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;
}

.cus-item-media-file .ant-form-item-label {
    text-align: center !important;
}

.cus-upload-file .ant-upload-list-item-name {
    max-width: 130px;
}