.header .header-top {
    background-color: #f2f3f7 !important;
}

.header-bottom {
    background-color: #7800ff !important;
}

/* Extra small devices (phones, 600px and down) */
.modal-sm, .modal-lg, .modal-xl, .modal-full {
    max-width: 95%;
}

.btn-primary {
    background-color: #d000f0 !important;
    border-color: #d000f0 !important;
}

.btn-primary:hover {
    background-color: #b400cf !important;
    border-color: #b400cf !important;
}

.bg-primary {
    background-color: #7800ff !important;
}

.svg-icon.svg-icon-primary svg g [fill] {
    fill: #7800ff !important;
}

.table.table-head-custom thead tr, .table.table-head-custom thead th {
    padding: 10px !important;
}

.accordion.accordion-solid .card .card-header .card-title {
    font-size: 1rem !important;
}

.image-input .image-input-wrapper {
    width: 13rem !important;
    height: 13rem !important;
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .modal-sm {
        max-width: 40%;
    }

    .modal-lg {
        max-width: 60%;
    }

    .modal-xl {
        max-width: 80%;
    }

    .modal-full {
        max-width: 95%;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .modal-sm {
        max-width: 30%;
    }

    .modal-lg {
        max-width: 55%;
    }

    .modal-xl {
        max-width: 75%;
    }

    .modal-full {
        max-width: 95%;
    }
}

.center-position{
    text-align: center;
}

.typeahead {
    background-color: #fff;
}

.tt-menu {
    border: 0;
    width: 100%;
    box-sizing: border-box;
    display: block;
    position: absolute;
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    border-radius: 0.475rem;
    padding: 1rem 0;
    background-color: #FFFFFF;
}

.tt-suggestion {
    padding: 4px 20px;
    line-height: 24px;
    font-size: 13px !important;
    font-weight: 400;
    max-height: 250px;
    overflow-y: auto;
    color: #5E6278;
    -webkit-font-smoothing: antialiased;
}

.tt-suggestion:hover {
    background-color: #F4F6FA;
    cursor: pointer;
}

.twitter-typeahead {
	width: 100%;
}

input[type=file]::file-selector-button {
    margin-right: 5px;
    border: none;
    background-color: #00BEE3;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
}

input[type=file]::file-selector-button:hover {
    background: #1086ff;
}

.tags-look .tagify__dropdown__item{
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
    padding: .3em .5em;
    border: 1px solid #CCC;
    background: #F3F3F3;
    margin: .2em;
    font-size: .85em;
    color: black;
    transition: 0s;
}

.tags-look .tagify__dropdown__item--active{
    color: black;
}

.tags-look .tagify__dropdown__item:hover{
    background: lightyellow;
    border-color: gold;
}

.tags-look .tagify__dropdown__item--hidden {
    max-width: 0;
    max-height: initial;
    padding: .3em 0;
    margin: .2em 0;
    white-space: nowrap;
    text-indent: -20px;
    border: 0;
}

.file-drop-area {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 8.6rem;
    padding: 0.55rem 0.75rem;
    border: 1px dashed #E4E6EF;
    border-radius: 3px;
    transition: 0.2s;
    /* cursor: pointer; */
}

.file-drop-area.is-invalid {
    border: 1px dashed #F64E60 !important;
}

.choose-file-button {
    flex-shrink: 0;
    background-color: #f3f6f9;
    border-radius: 3px;
    padding: 8px 15px;
    margin-right: 10px;
    font-size: 12px;
}

.file-message {
    font-size: small;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}

.disabled-date {
    opacity: 0.5;
}

.dataTables_processing {
    z-index: 999 !important;
}

.btn.bg-hadir {
    background-color: #1BC5BD !important;
    border-color: #1BC5BD !important;
}

.btn.bg-sakit {
    background-color: #8950FC !important;
    border-color: #8950FC !important;
}

.btn.bg-izin {
    background-color: #FFA800 !important;
    border-color: #FFA800 !important;
}

.btn.bg-cuti {
    background-color: #B5B5C3 !important;
    border-color: #B5B5C3 !important;
}

.btn.bg-alfa {
    background-color: #F64E60 !important;
    border-color: #F64E60 !important;
}

.btn.bg-ranap {
    background-color: #1BC5BD !important;
    border-color: #1BC5BD !important;
}
