/* ===== Global ===== */
html {
    font-family: "Roboto", sans-serif;
}

/* ===== DD ===== */
dd {
    padding-bottom: 10px;
}

/* ===== Color ===== */
.color-blue-i {
    color: #25476a !important;
}

/* ===== Label ===== */
.control-label {
    font-weight: bold;
}

.label {
    display: inline-block;
}

/* ===== Table ===== */
table thead tr th {
    color: black !important;
}

/* ===== Spinner ===== */
.spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

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

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

/* ===== Scroll ===== */
.hidden-scroll {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.hidden-scroll::-webkit-scrollbar {
    display: none;
}

/* HTML */
div.checkbox {
    display: flex;
    align-items: center;
}

.well.well-xs {
    min-height: 29.9px;
}

.wh-full {
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.w-158 {
    width: 158px;
}

.w-40p {
    width: 40%;
}

.w-80p {
    width: 80%;
}

.w-90p {
    width: 90%;
}

.w-100p {
    width: 100%;
}

.w-fit {
    width: fit-content;
    min-width: fit-content;
    max-width: fit-content;
}

.h-32 {
    height: 32px;
}

.h-40 {
    height: 40px;
}

.h-100p {
    height: 100%;
}

.h-410-i {
    height: 410px !important;
}

.h-460-i {
    height: 460px !important;
}

.i-help-block-p-0-10 .help-block {
    padding: 0 10px;
}

/* Position */
.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.ab-tl-0 {
    top: 0;
    left: 0;
}

/*  */
.hover-pointer:hover {
    cursor: pointer;
}

.textarea-with-count {
    padding: 0 10px;
    position: relative;
}

.count-word {
    position: absolute;
    right: 18px;
    bottom: 4px;
    font-size: 12px;
}

/* Validate */
.validate-error {
    border-color: red !important;
}

/* Form */
.form-horizontal {
    padding: 15px 0;
}

i.form-control-feedback {
    position: absolute;
    right: 12px;
    top: 0;
    line-height: 33px;
    font-size: 30px;
}

.has-feedback .form-control {
    padding-right: 33px;
}

.col-no-padding .help-block {
    margin: 0 10px;
}

.form-group.row {
    margin-bottom: 10px;
}

/* Process */
.progress {
    margin: 4px 0;
    height: 4px;
}

/* Select */
.select2 input.select2-search__field {
    width: 100% !important;
}

/* Modal */
.modal-dialog {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* Tagify */
.tagify.text-data {
    min-height: 150px;
    overflow-y: auto;
    padding: 0 33px 0px 5px;
}

/* Swal */
.swal2-container {
    z-index: 999999999999;
}

body.swal2-height-auto {
    height: 100% !important;
}

#mainnav-menu .collapse {
    visibility: visible !important;
}

#content-container:before {
    background-color: transparent;
}
