@keyframes animate-loading {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.5, 1.5);
    }
    100% {
        transform: scale(1, 1);
    }
}

.table thead th {
    vertical-align: middle;
}

.disable {
    pointer-events: none;
    background-color: #d1d1d1;
}

.label-upload {
    background-color: #3051d3;
    color: white;
    padding: 0.4rem;
    font-family: sans-serif;
    border-radius: 0.3rem;
    cursor: pointer;
    margin-top: 0rem;
}

.file-chosen{
    margin-left: 0.3rem;
    font-family: sans-serif;
}

.dt-body-right {
    text-align: right;
}

.copy-to-clipboard input {
    border: none;
    background: transparent;
}

.copied {
    position: absolute;
    background: #1266ae;
    color: #fff;
    font-weight: bold;
    z-index: 99;
    width: 100%;
    top: 0;
    text-align: center;
    padding: 15px;
    display: none;
    font-size: 18px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #00A7E1;
    color: white;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: white;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

html, body {
    margin: 0; 
    width: 100%; 
    overflow-x: hidden;
    /* zoom: 0.9; */
    /* -moz-transform: scale(0.6); */
    /* -moz-transform-origin: 0 0; */
}

/* .modal-backdrop {
    background-color: transparent !important;
}

.modal-content {
    background-color: ghostwhite;
} */

html {
    font-size: smaller;
    /* font-family: monospace; */
} 

.metismenu li a span {
    font-size: smaller;
}

.select2 {
    width:100%!important;
}

.select2-container .select2-selection--single {
    height:33px!important;
}

.select2-selection__arrow {
    height:32px!important;
}

.select2-selection__rendered {
    padding-top: 2px!important;
}

body {
    font-family: sans-serif!important;
}

.form-control[type=file]:not(:disabled):not([readonly]),.select2-container--default .select2-search--dropdown [type=file].select2-search__field:not(:disabled):not([readonly]),[type=file].typeahead.tt-hint:not(:disabled):not([readonly]),[type=file].typeahead.tt-input:not(:disabled):not([readonly]) {
    cursor: pointer
}

/* .box-card {
  background-color: #3051D3;
  background-image: url("../../images/bg-pattern.png");
  background-size: cover;
} */

.div-box {
    border: 1px solid #eeeded;
    border-radius: 10px;
}

.div-box-title {
    margin-top: -37px;
}

.div-box-title-h {
    color: #3051D3;
    background-color: white;
}

.div-box-title-h-child {
    background-color: white;
}

.div-box-title-child {
    margin-top: -40px;
}

.div-box-row {
    margin-top: 20px;
}