.able-wrap {
    margin: 15px 30px;
    padding: 15px;
    background: #fff;
    border-radius: 14px;
}

.able-wrap-bg-none {
    margin: 15px 30px;
    /*padding: 15px;*/
    background: none;
    border-radius: 14px;
}

.able-title {
    font-size: 17px;
    font-weight: 600;
}

.able-filter-item {
    display: flex;
    gap: 15px;
    align-items: center;
    margin: 10px 0;
}

.able-filter-item .able-label {
    font-weight: 600;
}

.able-header {
    font-size: 20px;
    line-height: 1.42;
    font-weight: bold;
    letter-spacing: -0.4px;
    padding: 16px 20px !important;
    border-bottom: 1px solid #eee;
    text-align: center;
}

.able-button {
    z-index: 33;
    width: 100%;
    max-width: fit-content;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 10px;
    display: flex;
    min-height: 38px;
    height: 39px;
    background: var(--main-bg-color);
    outline: 0 !important;
    padding: 0 12px;
    color: #fff !important;
    text-align: center;
    font-weight: 600;
    justify-content: center;
}

.able-button-white {
    z-index: 33;
    width: 100%;
    max-width: fit-content;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 10px;
    display: flex;
    min-height: 38px;
    height: 39px;
    background-color: white !important;
    outline: 0 !important;
    padding: 0 12px;
    color: black !important;
    text-align: center;
    font-weight: 600;
    justify-content: center;
    border: 1px solid #ddd;
}

.able-button-max-width {
    max-width: 190px !important;
}

.bg-color-gray {
    background-color: gray !important;
}

.bg-color-green {
    background-color: green !important;
}

.bg-color-blue {
    background-color: blue !important;
}

.bg-color-red_only {
    background-color: red !important;
}

.bg-color-cadetblue {
    background-color: cadetblue !important;
}

.bg-color-h-gray {
    background-color: hsl(0, 0%, 96.5%) !important;
}

.bg-color-red {
    color: #ff4900 !important;
    background: #feefea !important;
}

.able-d-flex {
    display: flex;
}

.able-label {
    display: flex;
}

.able-input-title {
    font-weight: bold;
}

.able-text-bold {
    font-weight: 600;
}

.able-text-bold-7 {
    font-weight: 700;
}

.able-text-bold-8 {
    font-weight: 800;
}

.able-input-text {
    width: 100%;
    padding: 10px;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 10px;
    box-shadow: none;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    min-height: 38px;
    position: relative;
    box-sizing: border-box;
    height: 40px;
    border: 1px solid rgb(222, 226, 230);
    background: rgb(255, 255, 255);
    outline: 1px !important;
}

.able-input-date {
    align-items: center;
    border-radius: 10px;
    box-shadow: none;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 38px;
    position: relative;
    transition: all 100ms ease 0s;
    box-sizing: border-box;
    height: 39px;
    border: 1px solid rgb(222, 226, 230);
    background: rgb(255, 255, 255);
    outline: 0 !important;
    padding: 0 12px;
    width: 100%;
}

.able-select-box {
    border-radius: 10px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    box-shadow: none;
    cursor: pointer;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    min-height: 38px;
    position: relative;
    box-sizing: border-box;
    height: 39px;
    border: 1px solid rgb(222, 226, 230);
    background: rgb(255, 255, 255);
    outline: 0 !important;
    width: 100%;
    padding-left: 5px;
}

.able-select-box-100w {
    -webkit-box-align: center;
    align-items: center;
    border-radius: 10px;
    box-shadow: none;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    min-height: 38px;
    position: relative;
    transition: all 100ms ease 0s;
    box-sizing: border-box;
    height: 39px;
    border: 1px solid rgb(222, 226, 230);
    background: rgb(255, 255, 255);
    outline: 0px !important;
    padding: 0 12px;
    width: 100%;
    margin-top: 8px;
}

.able-table-wrap {
    display: flex;
    width: 100%;
    margin-top: 20px;
}

.able-table-wrap tr > th {
    font-weight: 500;
    background: #fafafa;
    border: 1px solid #f0f0f0;
    transition: background 0.3s ease;
    color: rgb(145, 155, 164);
    padding: 13px;
    text-align: center;
    letter-spacing: 1px;
}

.able-table-wrap tr > td {
    border: 1px solid #f0f0f0;
    transition: background 0.3s;
    word-break: keep-all;
    padding: 18px 13px;
    text-align: center;
}

.able-list-table-wrap {
    display: flex;
    width: 100%;
    margin: 0;
}

.able-list-table-wrap table {
    table-layout: fixed;
    width: 100%;
    border-spacing: 0;
}

.able-list-table-wrap tr > th {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 500;
    text-align: center;
    background: #fafafa;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.3s ease;
    color: rgb(145, 155, 164);
    white-space: nowrap;
    user-select: none;
    padding: 13px;
}

.able-list-table-wrap tr > td {
    padding: 4px;
    font-size: 14px;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.3s;
    word-break: keep-all;
}

.able-textarea {
    width: 100%;
    resize: none;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 10px;
}

.able-text-align-center {
    text-align: center !important;
}

.able-text-end {
    text-align: end !important;
}

.able-w-100 {
    width: 100%;
}

.font-weight-600 {
    font-weight: 600;
}

.flex-just-center {
    justify-content: center;
}

.flex-just-end {
    justify-content: end;
}

.flex-align-center {
    align-items: center;
}

.flex-align-baseline {
    align-items: baseline;
}

.flex-direction-column {
    flex-direction: column;
}

.flex-float-right {
    margin-left: auto;
}

.flex-item-100 {
    flex: 1 0 auto;;
}

.opacity-3 {
    opacity: 0.33;
}

.border-bottom-gray {
    border-bottom: 1px solid rgb(227, 230, 232);
}

.margin-tb-5 {
    margin: 5px 0 !important;
}

.margin-tb-15 {
    margin: 15px 0 !important;
}

.padding-tb-5 {
    padding: 5px 0 !important;
}

.padding-tb-10 {
    padding: 10px 0 !important;
}

.padding-tb-15 {
    padding: 15px 0 !important;
}

.padding-tb-20 {
    padding: 20px 0 !important;
}

.margin-0 {
    margin: 0 !important;
}

.margin-5 {
    margin: 5px !important;
}

.margin-l-5 {
    margin-left: 5px !important;
}

.margin-l-10 {
    margin-left: 10px !important;
}

.margin-l-15 {
    margin-left: 15px !important;
}

.margin-r-5 {
    margin-right: 5px !important;
}

.margin-r-10 {
    margin-right: 10px !important;
}

.margin-r-15 {
    margin-right: 15px !important;
}

.margin-t-0 {
    margin-top: 0 !important;
}

.margin-t-5 {
    margin-top: 5px !important;
}

.margin-t-10 {
    margin-top: 10px !important;
}

.margin-t-15 {
    margin-top: 15px !important;
}

.margin-t-20 {
    margin-top: 20px !important;
}

.margin-lr-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.margin-lr-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.margin-lr-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.box-shadow {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.gap-5 {
    gap: 5px !important;
}

.gap-8 {
    gap: 8px !important;
}

.gap-10 {
    gap: 10px !important;
}

.gap-15 {
    gap: 15px !important;
}

.padding-0 {
    padding: 0 !important;
}

.padding-5 {
    padding: 5px !important;
}

.padding-10 {
    padding: 10px;
}

.able-color-blue {
    color: #1E90FF !important;
}

.able-loader-wrap {
    width: 100%;
    height: 100%;
    background-color: #212529;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    color: #dee2e6;
    opacity: 0.43;
}

.able-loader {
    position: fixed;
    background-color: #3b484a;
    left: 50%;
    margin-left: -4em;
    top: 50%;
    margin-top: -4em;
    z-index: 101;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

.small-word {
    font-size: 14px;
    color: #888;
    font-weight: 400;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}