:root {
    --primary-color: #4DBEEE;
    --secondary-color: #327EE3;

    --font-family: "Poppins", sans-serif
}

body {
    font-size: 16px;
    color: #000;
    line-height: 1.5;
    font-family: var(--font-family);
    font-optical-sizing: auto;
}

.container {
    max-width: 1250px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.color-main {
    color: var(--primary-color);
}

.color-primary {
    color: #F05404;
}

.color-primary-2 {
    color: #1A4797;
}

.color-secondary {
    color: var(--secondary-color);
}

.font-700 {
    font-weight: 700;
}

.color-secondary-2 {
    color: #3F70ED;
}

.form-input-wrapper {
    margin-bottom: 16px;
}

.form-input-label {
    font-size: 11px;
    font-weight: 700;
    line-height: 13.92px;
    margin-bottom: 8px;
}

.form-input-label .required {
    color: red;
    font-weight: 400;
}

.form-input-control {
    width: 100%;
    height: 42px;
    border-radius: 6px;
    border: 1px solid #0000001A;
    background: #fff;
    padding: 13px 16px;
    outline: none;
    font-size: 13px;
    font-weight: 400;
    line-height: 16.45px;
    color: #00000073;
}

.btn-custom {
    min-width: 129px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #327EE2;
    padding: 8px 32px;
    border: 1px solid #0000001A;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.24px;
    color: #fff;
}

.btn-custom.full-width {
    width: 100%;
}

.btn-custom.primary {
    background: var(--primary-color);
}

.btn-custom.secondary {
    background: #066754;
    color: #FCFDFF;
    border: 1px solid #0000001A;
}

.btn-custom.outline {
    background: #fff;
    border: 1px solid #0000001A;
    color: #0D192973;
}

.logo-common {
    display: flex;
    align-items: center;
    gap: 16px;
}

.logo-common .text {
    font-size: 29px;
    font-weight: 700;
    line-height: 36.69px;
    color: #F05404;
}

.logo-common.white .text {
    color: #fff;
}

a:focus,
a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.col-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.slick-dots {
    bottom: -36px;
    gap: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
}

.slick-dots li.slick-active button {
    background: #EFAB20;
    border-color: #EFAB20;
}

.slick-dots li button {
    width: 12px;
    height: 12px;
    background: #fff;
    border: 1px solid #0000001A;
    border-radius: 100%;
}

.slick-dots li button::before {
    content: none;
}

button {
    border-radius: 0;
    border: 0;
    background: transparent;
    outline: none !important;
    margin: 0;
    padding: 0;
}

.img-wrap {
    position: relative;
    height: auto;
    overflow: hidden;
    background-position: 50% 50%;
    background-size: cover;
    padding-top: 56.25%;
}

.img-wrap img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    transform: translateZ(0);
    margin: 0 auto;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    object-position: 50% 50%;
    object-fit: cover;
}

.error-message {
    font-size: 11px;
    margin-left: 8px;
    color: red;
}

.success-message {
    font-size: 11px;
    color: #0CA121;
}

.flash-message {
    margin-bottom: 16px;
    border-radius: 8px;
}

.flash-message.alert-success {
    --text-flash-message-color: #0CA121;
    background: #25CD3D1A;
}

.flash-message.alert-danger {
    --text-flash-message-color: #a94442;
    background: #a944421a;
}

.flash-message i {
    display: none;
}

.flash-message .flash-message-text {
    color: var(--text-flash-message-color);
    display: inline-block;
    font-size: 13px;
    padding: 14px
}

/* TABLE */
.table-common {
    width: 100%;
    margin: 0;
    padding: 0;
}

.table-common thead th {
    padding-bottom: 15px;
    font-size: 14px;
    font-weight: 700;
    line-height: 17.07px;
    color: #000000D9;
}

.table-td-center thead th {
    text-align: center;
}

.table-common tbody {
    box-shadow: 0 0 0 1px #0000001A;
    border-radius: 10px;
}

.table-common tbody tr {
    border-bottom: 1px solid #0000000F;
}

.table-common tbody td {
    padding: 20px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.07px;
}

.table-common tbody td a {
    font-size: 12px;
    font-weight: 700;
    line-height: 14.63px;
    color: #4DBEEE;
}

.table-td-center tbody td {
    text-align: center;
}

.table-common tbody tr:last-child {
    border-bottom: none;
}

.table-common tbody td .txt-color {
    color: #1A4797;
}

/* MODAL */
.modal-common {
    text-align: center;
}

.modal-common::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-common .modal-dialog {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 100%;
}

.modal-common .modal-content {
    border-radius: 20px;
    border: none;
    box-shadow: none;
}

.modal-common .modal-header,
.modal-common .modal-footer {
    border-color: rgba(0, 0, 0, 0.1);
}

.modal-common .modal-header {
    padding: 28px 20px;
    position: relative;
}

.modal-common .modal-header .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    margin: 0;
}

.modal-common .modal-body {
    padding: 30px;
}

.modal-common .modal-footer {
    padding: 30px;
    justify-content: center;
}

/* PAGINATION */
.pagination-common {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
}

.pagination li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: var(--primary-color);
}

.pagination li a svg {
    fill: currentColor;
}

.pagination li.current a,
.pagination li a:hover {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

.pagination li.disabled a {
    cursor: not-allowed;
    background: gray;
    opacity: 0.5;
}

.pagination .page-item:first-child .page-link {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination .page-item:last-child .page-link {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination .page-link:focus {
    box-shadow: none;
}
/* END PAGINATION */

@media screen and (max-width: 768px) {
    .table-common thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .table-common tbody td,
    .table-td-center tbody td {
        display: block;
        text-align: right !important;
        padding: 12px 16px !important;
    }

    .table-common td::before {
        content: attr(data-label);
        float: left;
        font-size: 14px;
        font-weight: 700;
        line-height: 17.07px;
        color: #000000D9;
    }

    .modal-common::before {
        content: none;
    }

    .modal-common .modal-dialog {
        width: 90%;
    }
}
