body {
    min-width: 320px;
    font-family: sans-serif !important;
    font-size: 14px;
    color: #333;
    background-color: #fff;
}

.container {
    margin: 0 auto;
    padding: 0 15px;
}

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

.flex-column {
    display: flex;
    flex-direction: column;
}

.margin-top {
    margin-top: 15px;
}

.news-logo {
    width: 200px;
    margin: 75px;
}

.panel {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    background-color: #fff;
}

.panel__header {
    padding: 10px 15px;
}

.panel__header > h3 {
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
}

.panel__body {
    position: relative;
    padding: 75px 50px;
    border-top: 1px solid #b2d234;
    border-bottom: 5px solid #b2d234;
    background-color: #f9f9f9;
}

.panel__body::before {
    content: " ";
    width: 0;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -15px;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #b2d234 transparent transparent transparent;
}

.panel__list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 10px;
    padding: 8px 16px;
    border: 1px solid lightgray;
    border-radius: 4px;
    background-color: #f9f9f9;
    cursor: pointer;
}

.panel__list-item:active {
    scale: 0.99;
    background-color: #b2d23480;
}

.panel__list-item > svg {
    display: none;
}

.panel__list-item:hover {
    background-color: #ececec;
    border-color: #bdbdbd;
}

.panel__list-item:hover > svg {
    display: block;
}

.panel__list-item-content {
    display: flex;
    align-items: center;
    gap: 16px;
}

.panel__list-item-content > span {
    font-size: 16px;
    font-weight: bold;
}

.form-group {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
}

.form-group > label {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.form-group > input {
    flex: 1;
    padding: 8px 16px;
    border: 2px solid lightgray;
    border-radius: 4px;
    outline: none;
    font-size: 16px;
    font-family: sans-serif;
}

.form-group > input:focus {
    border-width: 2px;
    border-color: #b2d23480;
}

.button {
    padding: 12px 32px;
    border: 0;
    border-radius: 4px;
    font-size: 14px;
    font-family: sans-serif;
    font-weight: bold;
    color: white;
    background-color: #b2d234;
    cursor: pointer;
}

.button[disabled="true"] {
    opacity: 0.7;
    pointer-events: none;
}

.button:hover {
    background-color: #a0bd2e;
}

.loading {
    display: none;
    align-items: 'center';
    gap: 4px;
    margin-bottom: 24px;
}

.tab-pill {
    padding: 8px 16px;
    border: 0;
    border-radius: 4px;
    font-size: 14px;
    font-family: sans-serif;
    font-weight: bold;
    color: #b2d234;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
}

.tab-pill:not(.active):hover {
    background-color: #efefef;
}

.tab-pill.active {
    color: white;
    background-color: #b2d234;
}

.table {
    width: 100%;
    border: 0;
    border-spacing: 0;
}

.table > thead th {
    padding: 10px;
    border-bottom: 2px solid #b2d234;
    text-align: left;
}

.table > tbody td {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    text-align: left;
    /* vertical-align: top; */
}

a.button-page {
    padding: 4px 8px;border: 0;border-radius: 4px;font-size: 14px;
    font-family: sans-serif;
    font-weight: bold;
    color: white;
    text-decoration: none;
    background-color: #bdbdbdcc;
    cursor: pointer;
}

a.button-page:hover {
    background-color: #bdbdbd;
}

a.button-page.active {
    background-color: #b2d234;
}

a.button-page.active:hover {
    background-color: #b2d234;
}

.link,
.link:visited,
.link:link {
    text-decoration: none;
    color: #00793f;
}

span.divider {
    width: 1px;
    height: 16px;
    margin: 1px 4px 1px 8px;
    background-color: #bdbdbd;
}

button.link {
    border: 0;
    outline: none;
    font-size: 14px;
    font-family: sans-serif;
    background-color: transparent;
    cursor: pointer;
}

.link:hover {
    text-decoration: underline;
}

.dropzone {
    position: relative;
    border: 1px solid lightgray;
    border-radius: 4px;
    cursor: pointer;
}

.dropzone .dz-default.dz-message {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
}

.dropzone .dz-preview .dz-image img {
    width: 80px !important;
    height: 80px !important;
    object-fit: cover !important;
    border-radius: 0 !important;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.dropzone .dz-preview .dz-image {
    width: 80px !important;
    height: 80px !important;
    border-radius: 0 !important;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.dropzone .dz-preview {
    margin: 5px;
}

.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 0.5em !important;
    font-size: 14px !important;
}

.dropzone .dz-preview .dz-progress {
    width: 60px;
    height: 12px;
    margin-top: -6px;
    margin-left: -30px;
}

.dropzone .dz-preview .dz-progress .dz-upload {
    background: linear-gradient(to bottom, #b2d234, #a0bd2e);
}

.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
    margin-left: -18px;
}

.dropzone .dz-preview .dz-success-mark > svg,
.dropzone .dz-preview .dz-error-mark > svg {
    width: 36px;
    height: 36px;
}

.dropzone .dz-preview .dz-btn-remove {
    position: absolute;
    width: 100%;
    border: 1px solid #dc2626;
    outline: 0;
    color: white;
    background-color: #ef4444;
    cursor: pointer;
    z-index: 30
}

.dropzone .dz-preview .dz-btn-remove:hover {
    background-color: #dc2626;
}

.dropzone .dz-preview .dz-btn-remove:active {
    background-color: #b91c1c;
}

.alert {
    display: none;
    width: 100%;
    margin-bottom: 20px;
    padding: 16px;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}

.alert.warning {
    border: 1px solid #ffe69c;
    color: #664d03;
    background-color: #fff3cd;
}

.alert.danger {
    border: 1px solid #f1aeb5;
    color: #58151c;
    background-color: #f8d7da;
}

.alert.success {
    border: 1px solid #a3cfbb;
    color: #0a3622;
    background-color: #d1e7dd;
}

/* .loading {
    display: none;
    align-items: center;
    gap: 8px;
    margin: 16px 0 32px;
} */

.loader {
    width: 16px;
    height: 16px;
    border: 3px solid #b2d234;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 540px) {
    .panel__body {
        padding: 75px 100px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}