html[data-placement=horizontal] .nav-container .logo .img, html[data-placement=horizontal] .nav-container .logo img, html[data-placement=vertical] .nav-container .logo .img, html[data-placement=vertical] .nav-container .logo img {
    width: 133px;
}

.cursor-pointer {
    cursor: pointer !important;
}

.select2-container {
    width: 100% !important;
}

.hide {
    display: none !important;
}

.center-align {
    display: table;
    margin: 0 auto !important;
}

.fix-logo-login {
    width: 60% !important;
}

.fix-logo-app {
    width: 150px !important;
}

.btn-icon-only {
    font-size: 12px !important;
    line-height: 15px !important;
}

.fix-image-40 {
    height: 40px !important;
    width: 40px !important;
}

.fix-image-48 {
    height: 48px !important;
    width: 48px !important;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: #ff000017 !important;
    cursor: not-allowed !important;
}

.min-height-120 {
    min-height: 120px !important;
}

.max-height-400 {
    max-height: 400px !important;
    overflow: auto;
}

.pagination {
    margin-bottom: 0 !important;
}

.page-link {
    width: auto !important;
}

.fix-btn-export {
    margin-top: 44px;
    float: right !important;
}

.btn-fix-top {
    margin-top: 29px !important;
}

.datepicker {
    z-index: 999999 !important;
}

.select2-selection__arrow {
    display: none !important;
}

.mr-1 {
    margin-right: .25rem !important;
}

.ml-1 {
    margin-left: .25rem !important;
}

.new-size-checkbox{
    width: 24px !important;
    height: 24px !important;
}

.bg-primary-2{
    background-color: #1ea8e7 !important;
}