@charset "UTF-8";

.ng-cloak,
.ng-hide:not(.ng-hide-animate),
.x-ng-cloak,
[data-ng-cloak],
[ng-cloak],
[ng\:cloak],
[x-ng-cloak] {
    display: none !important
}

ng\:form {
    display: block
}

.ng-animate-shim {
    visibility: hidden
}

.ng-anchor {
    position: absolute
}

body.bg-light.h-100 {
    zoom: 75%;
}

body .modal-backdrop {
    width: 100%;
    height: 100%;
}

.multiselect__input {
    float: left;
    width: 100%;
    height: auto;
    display: none;
}

.multiselect__input.active {
    float: left;
    width: 100%;
    height: auto;
    display: block;
}

.mi__search {
    float: left;
    width: 100%;
    height: 38px;
}

.mi__search input {
    width: 100%;
    height: 38px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    color: black;
    padding-left: 10px;
    outline: none;
}

.mi__search input:focus-visible {
    border: 1px solid #ced4da;
}

.mi__search label {
    font-size: 12px;
    float: left;
    margin: 0;
    margin-right: 10px;
    font-family: sans-serif;
    color: #949494;
}

.mi__select {
    position: absolute;
    width: calc(100% - 10px);
    max-height: 280px;
    margin-top: 38px;
    background-color: #ebebeb;
    z-index: 2;
    border: 1px solid #ced4da;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.mi__select.active {
    display: block;
}

button.multiselect__button__display {
    height: 38px;
    width: 100%;
    background-color: white;
    border: 1px solid #ced4da;
    border-radius: .25rem !important;
    text-align: left;
    padding-left: 12px;
    font-weight: 300;
    outline: none;
}

button.multiselect__button__display:focus,
button.multiselect__button__display:active {
    outline: none;
}

button.multiselect__button__display .fas {
    float: right;
    margin-right: 0px;
    margin-top: 7px;
    font-size: 12px;
}

.mi__template {
    float: left;
    width: 100%;
    height: 20px;
    overflow: hidden;
    overflow-y: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}

.mi__template .mi__template__item {
    float: left;
    width: auto;
    font-size: 12px;
    margin-right: 10px;
    color: black;
    background-color: white;
    border-radius: 5px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    min-width: 35px;
    cursor: pointer;
}

.mi__template .mi__template__item:hover {
    background-color: #eee;
}

.mi__template .mi__template__item.active {
    background-color: #007bff;
    color: white;
    ;
}

.mi__select__container {
    float: left;
    width: 100%;
    height: 150px;
    overflow: hidden;
    overflow-y: auto;
}

.mi__select__container.radio {
    height: auto;
    min-height: 75px;
    max-height: 150px;
}

.mi__select .select__row {
    float: left;
    width: 100%;
    padding: 5px 15px;
    padding-bottom: 0px;
    line-height: 0px;
    cursor: pointer;
}

.mi__select .select__row .fa,
.mi__select .select__row .far {
    margin-right: 5px;
    font-size: 14px;
    display: block;
    float: left;
    color: #676767;
    width: 13px;
    height: 13px;
    background-color: white;
}

.mi__select .select__row .far.fa-check-square {
    background-color: red;
}

.mi__select .select__row .fa.fa-check.text-success {
    background-color: #007bff;
    width: 13px;
    height: 13px;
    font-size: 9px;
    color: white !important;
    text-align: center;
    line-height: 13px;
}

.mi__select .select__row span {
    font-size: 14px;
    line-height: 15px;
    float: left;
    margin-left: 5px;
    width: calc(100% - 30px);
}

.mi__submit {
    float: left;
    font-size: 14px;
    padding: 5px 22px;
    border-radius: 5px;
    margin-left: 15px;
    color: white;
    outline: none;
    cursor: pointer;
    min-width: 81px;
    text-align: center;
}

.mi__submit.bg-d {
    background-color: #747474;
}

.clear__line {
    float: left;
    width: 100%;
    margin: 10px 0;
    height: 1px;
    background-color: #e4e4e4;
}

.label_float {
    width: 100%;
    height: 30px;
    overflow: hidden;
    overflow-y: auto;
}

.popup_image_view {
    position: fixed;
    width: calc(70vw - 300px);
    top: 150px;
    left: 150px;
    height: calc(100vh - 300px);
    background: #e9ecef;
    border: 2px solid #bec1c3;
    border-radius: 5px;
    padding: 14px;
    overflow: auto;
    display: none;
}

.popup_image_view.active {
    display: block;
}

.btn__close {
    position: fixed;
    background-color: black;
    border-radius: 50%;
    color: #feff00;
    border: 2px solid black;
    width: 40px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    outline: none;
    cursor: pointer;
    top: 132px;
    right: 114px;
    font-size: 22px;
    z-index: 2;
    display: none;
}

.btn__close.active {
    display: block;
}

.popup_image_view .__view {
    display: table;
    width: 100%;
    height: 100%;
}

.popup_image_view .__view .__view__table {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.popup_image_view .__view .__view__table img {
    max-width: 100%;
    max-height: 100%;
}

@media (max-width: 991px) {
    .popup_image_view {
        position: fixed;
        width: calc(70vw - 45px);
        top: 115px;
        left: 22px;
        height: calc(100vh - 160px);
        background: #e9ecef;
        border: 2px solid #bec1c3;
        border-radius: 5px;
    }

    .btn__close.active {
        top: 100px;
        right: 15px;
    }
}

[ng-controller="documentController"] .form-row {
    margin-bottom: 10px;
}

#alert__box,
.alert__box__custom {
    display: none;
    position: fixed;
    z-index: 1051;
    width: 400px;
    height: 200px;
    background: #ffffff;
    top: calc(50vh - 100px);
    left: calc(70vw - 200px);
    border: 1px solid #bababa;
    border-radius: 3px;
    box-shadow: rgb(0 0 0 / 10%) 0px 20px 25px -5px, rgb(0 0 0 / 4%) 0px 10px 10px -5px;
}

#alert__box.active,
.alert__box__custom.active {
    display: block;
}

#alert__box .box__container,
.alert__box__custom .box__container {
    width: 100%;
    height: 100%;
    padding: 20px;
    text-align: center;
}

#alert__box .box__container .box__head,
.alert__box__custom .box__container .box__head {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0px;
    min-height: 60px;
}

#alert__box .box__container .box__confirm,
.alert__box__custom .box__container .box__confirm {
    width: 120px;
    height: 35px;
    border: 0;
    background: #feff00;
    color: black;
    font-weight: bold;
    border-radius: 3px;
    margin: 0px 12px;
}

#alert__box .box__container .box__confirm.red,
.alert__box__custom .box__container .box__confirm.red {
    background: #9f000f;
    color: white;
}


/* alert box theme : start */

#alert__box.reward .box__container .box__head,
.alert__box__custom.reward .box__container .box__head {
    font-size: 16px;
}

#alert__box.reward .box__container .box__confirm,
.alert__box__custom.reward .box__container .box__confirm {
    background: #242424;
    color: white;
}


/* alert box theme : end */

ul.pagination li.page-item {
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 0;
    margin: 0px 5px;
}

ul.pagination li.page-item .page-link {
    border-color: #cbcbcb;
    color: black;
    width: 40px;
    height: 40px;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    line-height: 37px;
}

ul.pagination li.page-item.active .page-link {
    background-color: #343a40;
    border-color: #343a40;
    color: white;
}

.card__tb {
    display: table;
    width: 100%;
    height: 300px;
    background: #eee;
}

.card__tb .card__tbc {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    text-align: center;
}

.card__tb .card__tbc img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 300px;
}

.container__controller {
    max-width: 1199px;
    margin: 0 auto;
}

@media (max-width: 768) {
    .container__controller {
        max-width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .number-pagination {
        display: none !important;
    }

    ul.pagination {
        margin-bottom: 15px !important;
    }

    ul.pagination li.page-item {
        width: 38px;
        height: 38px;
        margin: 0px 3px;
    }

    ul.pagination li.page-item a {
        padding: 0px;
        margin: 0px;
        width: 38px;
        height: 38px;
        line-height: 24px;
        font-size: 16px;
    }
}

.home__table {
    display: table;
    width: 100%;
    height: calc(100vh - 85px);
}

.home__table .home__table__cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.home__table .home__table__cell .l1 {
    font-size: 36px;
    font-weight: bold;
    margin-top: -175px;
}

.home__table .home__table__cell .l2 {
    font-size: 36px;
    font-weight: bold;
}

.content__hover .hover {
    position: relative !important;
}

.d-table {
    display: table;
    width: 100%;
    height: 100vh
}

.d-table .d-table-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.overflow__loading__text {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 4;
    color: white;
    display: none;
}

.overflow__loading__text.active,
.overflow__loading.active {
    display: block;
}

.overflow__loading__text .percent {
    text-align: center;
    font-size: 3rem;
}

.overflow__loading__text .text {
    text-align: center;
    font-size: 1.3rem;
}

.overflow__loading {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 60%);
    z-index: 3;
    display: none;
}

@media (max-width: 768px) {
    .home__table .home__table__cell .l1 {
        font-size: 26px;
        margin-top: -75px;
    }

    .home__table .home__table__cell .l2 {
        font-size: 26px;
    }

    .content__hover .hover {
        display: none !important;
    }

    .content__hover:hover .display {
        visibility: visible !important;
    }
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #3490dc;
    background-color: #3490dc;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(52, 144, 220, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(52, 144, 220, 0.5);
}

.multi__select {
    float: left;
    width: 100%;
    height: auto;
}

.multi__select__input {
    height: 38px;
    width: 100%;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    outline: none;
}

.multi__select__input:focus {
    border-color: #d1d1d1;
}

.multi__select__input.search {
    font-size: 14px;
    padding-left: 28px;
}

.multi__select__items {
    float: left;
    width: calc(100% - 10px);
    height: 125px;
    overflow: hidden;
    overflow-y: auto;
    background-color: #f2f2f3;
    position: absolute;
    z-index: 2;
}

.multi__select__item {
    float: left;
    width: 100%;
    height: auto;
    cursor: pointer;
}

.multi__select__item i {
    float: left;
    line-height: 25px;
    width: 25px;
    height: 25px;
    text-align: center;
    cursor: pointer;
    color: #878787;
    padding-left: 5px;
}

.multi__select__item i.fa-check {
    width: 14px;
    height: 14px;
    font-size: 9px;
    color: white !important;
    text-align: center;
    line-height: 16px;
    padding: 0;
    margin-left: 7px;
    margin-right: 4px;
    margin-top: 5px;
}

.multi__select__item span {
    float: left;
    line-height: 25px;
    margin-left: 5px;
    width: calc(100% - 30px);
    font-size: 14px;
    word-break: break-word;
}

.multi__select__close {
    position: absolute;
    margin-top: 125px;
    height: auto;
    width: calc(100% - 10px);
    background: #f2f2f3;
}

.multi__select_input__search_del {
    position: absolute;
    margin-top: 6px;
    right: 14px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
}

.multi__select__display {
    height: 38px;
    overflow-x: hidden;
    width: 100%;
    border: 1px solid #d1d1d1;
    cursor: pointer;
    padding-top: 5px;
    padding-left: 5px;
}

.multi__select__display.disabled {
    color: #6c757d;
    background-color: #e9ecef;
    cursor: not-allowed;
    pointer-events: none;
}

.multi__select__display span.all {
    display: block;
    margin-left: 10px;
    margin-top: 2px;
}

.multi__select__display span.item {
    background: #007bff;
    color: white;
    padding: 10px;
    font-size: 12px;
    line-height: 1px;
    height: 15px;
    margin-bottom: 4px;
    display: block;
    float: left;
    border-radius: 11px;
    margin-right: 5px;
}

.multi__select__display span.item .fa {
    display: block;
    float: right;
    line-height: 0;
    padding-top: 2px;
    padding-left: 5px;
    cursor: pointer;
}

.news-head {
    font-size: 21px;
    font-weight: bold;
    color: #1C1C1C;
    margin-bottom: 31px;
}

.news-items {
    background: #f2f2f3;
    height: 102px;
    padding: 20px;
    margin-bottom: 18px;
    float: left;
    width: 100%;
    display: block;
}

.news-items-long {
    padding: 40px 20px;
    float: left;
    width: 100%;
    display: block;
    border-bottom: 3px solid #d1d1d1;
}

.news-items-long:last-child {
    border-bottom: 0px;
    padding-bottom: 80px;
}

.news-item-left,
.news-item-right {
    float: left;
}

.news-item-left {
    width: calc(100% - 200px);
}

.news-item-right {
    width: 200px;
    text-align: right;
}

@media (max-width: 991px) {
    .news-items {
        min-height: 102px;
        height: auto;
    }

    .news-item-left,
    .news-item-right {
        width: 100%;
    }

    .news-item-right {
        text-align: left;
        margin-top: 10px;
    }

    .news-items-long {
        padding: 20px 0px;
    }
}

.news-item-head-1 {
    color: #1C1C1C;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 7px;
}

.news-item-head-2,
.news-item-display-date {
    color: #8D8D8D;
    font-size: 15px;
}

.news-detail-head-1,
.news-detail-head-2,
.news-detail-head-3 {
    float: left;
    width: 100%;
}

.news-detail-head-1 {
    font-size: 30px;
    color: #6C757D;
    margin-bottom: 15px;
    margin-top: 60px;
}

.news-detail-head-2 {
    width: calc(100% - 200px);
    font-size: 18px;
}

.news-detail-head-3 {
    width: 200px;
    text-align: right;
}

.news-detail-line {
    border-top: 2px solid #d1d1d1;
    width: 100%;
    display: block;
    float: left;
    margin: 10px auto;
}

.news-detail-html {
    font-size: 18px;
    line-height: 30px;
    color: #1C1C1C;
}

.news-detail-html p {
    font-size: 18px;
    line-height: 30px;
    color: #1C1C1C;
}

.news-detail-html img {
    max-width: 100%;
}

.news-detail-html svg,
.news-detail-html canvas,
.news-detail-html table {
    max-width: 100%;
}

.display-news-detail {
    display: block;
    width: 100%;
    height: calc(100vh - 230px);
    overflow: hidden;
    overflow-y: auto;
}

.display-news-buttonm {
    display: block;
    width: 100%;
    height: 100px;
    line-height: 100px;
}

.news-detail-btn-back,
.news-detail-btn-back:hover {
    border: 0px;
    background-color: #8D8D8D;
    cursor: pointer;
    border-radius: 5px;
    width: 240px;
    height: 50px;
    color: white;
    font-size: 21px;
    line-height: 50px;
    text-decoration: none;
    display: inline-block;
}

@media (max-width: 991px) {

    .news-detail-head-1,
    .news-detail-head-2,
    .news-detail-head-3 {
        float: left;
        width: 100% !important;
    }

    .news-detail-head-1 {
        margin-top: 15px;
    }

    .news-detail-head-3 {
        text-align: left;
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
    ul.pagination li.page-item {
        width: 28px !important;
        height: 28px !important;
    }

    ul.pagination li.page-item a.page-link {
        width: 30px !important;
        height: 30px !important;
        line-height: 27px !important;
        font-size: 13px !important;
    }
}

/**
* user permission
*/

.search_b_container {
    overflow: unset !important;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

.search_b .brand {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.search_b .brand span {
    float: left;
    background-color: #ebebeb;
    border-radius: 5px;
    color: black;
    margin: 5px 5px;
    font-size: 13px;
    outline: none;
    cursor: pointer;
    padding: 2px 7px;
    min-width: 50px;
    text-align: center;
}
.search_b .brand span.active {
    color: white;
    background-color: #007bff;
}
.search_b .input {
     float: left;
    width: 100%;
    height: auto;
}
.search_b .input input,
.search_b .input input:hover,
.search_b .input input:focus,
.search_b .input input:focus-visible,
.search_b .input input:focus-within {
    height: 35px;
    width: 100%;
    padding-left: 10px;
    border: 1px solid #e3e3e3 !important;
}