.style-checkbox:focus:after {
    border-color: #efa270!important;
    box-shadow: none!important;
}
.gap-4{
    gap: 0.25rem;
}
.gap-8{
    gap: 0.55rem;
}
.gap-12{
    gap: 0.75rem;
}
.lobibox.lobibox-confirm .lobibox-header {
    color: var(--text-color) !important;
    background-color: #fff !important;
    padding: 15px 20px;
    border-bottom: 1px solid #D5D5D5;
    border-radius: 10px 10px 0 0;
}
.lobibox.lobibox-confirm .lobibox-header .lobibox-title {
    color: var(--text-color);
    font-size: 18px;
    font-weight: 700;
    max-width: 96%;
    display: inline-block;
}

.lobibox .lobibox-btn.lobibox-btn-no {
    border: 1px solid rgba(115, 119, 122, 1) !important;
    color:rgba(68, 73, 77, 1) !important;
    background-color: #fff!important;
    border-radius: 8px !important;
    padding: 0 14px !important;
    line-height: 34px !important;
    min-width: 72px !important;
}
.modal .modal-dialog.modal-fullscreen {
    width: 100% !important;
    left: 0;
    height: 100vh !important;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1111;
    right: 0;
}
.modal .modal-dialog.modal-fullscreen .modal-content {
    height: 100%;
    display: block;
    background: #fafafa;
    border-radius: 0;
    border: none;
}
.modal .modal-dialog.modal-fullscreen .modal-content .modal-header {
    border-radius: 0;
    background: #FFFFFF !important;
    border-bottom: 1px solid #D0D5DD;
}
.modal .modal-dialog.modal-fullscreen .modal-content .modal-header .modal-title {
    color: var(--text-color) !important;
    font-weight: 700;
    width: calc(100% - 180px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.modal .modal-dialog.modal-fullscreen .modal-content .modal-header button.close {
    opacity: 1;
    color: var(--text-color) !important;
}
.modal .modal-dialog.modal-fullscreen .modal-content .modal-body {
    background: #FFFFFF;
    padding: 24px 24px 0 24px !important;
    height: calc(100vh - 60px);
    margin: 0;
    overflow-y: auto !important;
    width: 100%;
    padding-bottom: 60px !important;
}

.modal .modal-dialog.modal-fullscreen .modal-content .form-button-action {
    position: fixed;
    bottom: 0 !important;
    padding: 12px 24px 12px 24px !important;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 99;
    border-top: 1px solid #D0D5DD;
    width: 100%;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.05);
}

.modal .modal-dialog.modal-fullscreen.modal-fullwidth {
    width: 100% !important;
    left: 0;
}

.modal .modal-dialog.modal-fullscreen.modal-50 {
    width: 50% !important;
    left: 50%;
}

.btn-action-info[data-dismiss="modal"],
.lobibox-btn.lobibox-btn-no
{
    border: 1px solid rgba(115, 119, 122, 1) !important;
    color:rgba(68, 73, 77, 1) !important;
}
.lobibox-btn.lobibox-btn-no:hover {
    background-color: #d4d4d4 !important;
    border: 1px solid rgba(115, 119, 122, 1) !important;
    color:rgba(68, 73, 77, 1) !important;
}
.lobibox.lobibox-confirm .lobibox-body .lobibox-icon{
    color: var(--text-color) !important;
    -webkit-text-stroke: 1px #fff;
}
.lobibox-notify.lobibox-notify-success{
    background: rgba(230, 249, 239, 1)!important;
    color: #006735!important;
    border-radius: 8px;
    border-color:#006735!important;
}
.lobibox-notify.lobibox-notify-error{
    background: rgba(253, 229, 234, 1)!important;
    color: rgba(203, 0, 43, 1)!important;
    border-radius: 8px;
    border-color: rgba(203, 0, 43, 1)!important;
}
.lobibox-notify.lobibox-notify-info{
    background: rgba(254, 247, 243, 1)!important;
    color: rgba(181, 79, 13, 1)!important;
    border-radius: 8px;
    border-color: rgba(181, 79, 13, 1)!important;
}
.lobibox-notify.lobibox-notify-info .lobibox-delay-indicator>div{
    background-color: rgba(181, 79, 13, 1)!important;
}
.lobibox-notify.lobibox-notify-error .lobibox-delay-indicator>div{
    background-color: rgba(203, 0, 43, 1)!important;
}
.lobibox-notify.lobibox-notify-success .lobibox-delay-indicator>div{
    background-color: #006735!important;
}
.lobibox-notify.lobibox-notify-success .lobibox-notify-icon .icon-el{
    background-image: url('/Common/images/icon_success.png') !important;
}
.lobibox-notify.lobibox-notify-error .lobibox-notify-icon .icon-el{
    background-image: url('/Common/images/icon_error.png') !important;
}
.lobibox-notify.lobibox-notify-info .lobibox-notify-icon .icon-el{
    background-image: url('/Common/images/icon_info.png') !important;
}
.lobibox-notify-icon .icon-el{
    background-size: unset;
    background-repeat: no-repeat;
    background-position: top center;
    text-indent: -99999px;
}
.lobibox-notify .lobibox-notify-icon-wrapper{
    position: absolute;
    left: 10px!important;
    top: 0!important;
    width: 56px!important;
    height: 100%;
}
.lobibox-notify .lobibox-notify-body{
    margin: 10px 20px 10px 80px!important;
}
.lobibox-notify .lobibox-notify-icon{
    position: relative;
    top: 8px;
}
.lobibox-notify .lobibox-notify-title{
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 18px!important;
}
.lobibox-notify .lobibox-notify-msg{
    font-size: 16px!important;
}
.modal-content .modal-header {
    padding: 15px 24px;
}
.modal-content .modal-header .modal-title {
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 24px;
}
.modal-content .modal-header .close {
    font-size: 20px;
    margin-top: 4px!important;
    font-weight: normal;
    color: #1e1e1e;
    opacity: 1;
}
.modal-content .modal-body {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    padding: 15px 24px;
}

.highcharts-tooltip-box {
    fill: #F2F4F7;
    fill-opacity: 1;
    stroke-width: 1;
}

.highcharts-tooltip text {
    fill: #000;
    text-shadow: none;
}
.form-control.error,.error-parent,
.form-control.error + select[multiple] + .smartselect > button,
.form-control.error + .select2 .select2-selection--single,
.vhv-form-number.error + .form-control, .error+.select2-container--default .select2-selection--single{
    box-shadow: none !important;
}
.daterangepicker td.in-range,
.ui-datepicker-calendar a.ui-state-highlight
{
    background-color: var(--brand-primary-10) !important;
    color: #000 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true],
.smartselect .dropdown-menu > .active > a,
.smartselect .dropdown-menu > .active > a:focus,
.daterangepicker .ranges li.active,
.daterangepicker td.active,
.ui-datepicker-calendar a.ui-state-active,
.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).active,
.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).active,
.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).active,
.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).active,
.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).active,
.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).active,
.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).active,
.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).active
{
    background-color: var(--brand-primary-20) !important;
    color: #000 !important;
}
.select2-container--default .select2-results__options .select2-results__option:hover,
.smartselect .dropdown-menu .ss-option > a:hover,
.smartselect .dropdown-menu > .active > a:hover,
.daterangepicker td.active:hover,
.daterangepicker .ranges li:hover,
.daterangepicker td.available:hover,
.daterangepicker th.available:hover,
.ui-datepicker-calendar a.ui-state-hover,
.tempus-dominus-widget.light .date-container-days div:not(.no-highlight):hover,
.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight):hover,
.tempus-dominus-widget.light .date-container-months div:not(.no-highlight):hover,
.tempus-dominus-widget.light .date-container-years div:not(.no-highlight):hover,
.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight):hover,
.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight):hover,
.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight):hover,
.tempus-dominus-widget.light .time-container-second div:not(.no-highlight):hover
{
    background-color: #F0F0F0 !important;
    color:#000 !important;
}

.smartselect .dropdown-menu .ss-option > a:hover span{
    color: #000 !important;
}

.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).today:before,
.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).today:before,
.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).today:before,
.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).today:before,
.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).today:before,
.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).today:before,
.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).today:before,
.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).today:before
{
    border-bottom-color: var(--brand-primary)!important;
}
.smartselect > .dropdown-menu{
    box-shadow: 0 2px 6px rgba(0,0,0,.08),0 2px 6px rgba(0,0,0,.08),0 2px 6px rgba(0,0,0,.08);
}
.list-notification .item.not-read {
    background-color: #f2f4f7 !important;
}
.list-notification .item .time {
    color: #535454 !important;
}
.list-notification .item:hover {
    background-color: var(--brand-primary-10) !important;
}

.caret{
    border-top: 5px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.form-control{
    color: #101828;
}
.form-control::placeholder {
    color: #475467;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #475467;
}

.btn.btn-secondar{
    padding: 7px 16px 7px 16px;
}
.btn.btn-secondary:has(.vi){
    padding: 7px 16px 7px 12px;
}
.btn-action-info.btn-secondary,
.excel-action.btn-secondary{
    border-color: var(--brand-primary) !important;
    color: var(--brand-primary) !important;
    background-color: #fff;
    box-shadow: none;
}
.btn-action-info.btn-secondary:hover,
.excel-action.btn-secondary:hover
{
    border-color: var(--brand-primary) !important;
    color: var(--brand-primary) !important;
    background-color: var(--brand-primary-10) !important;
    box-shadow: none;
}
.btn-action-danger:hover{
    background-color: rgba(183, 1, 0, 0.1) !important;
    border: 1px solid red !important;
    color: red !important;
    box-shadow: none;
}
.btn-action-info.btn-secondary:focus,
.excel-action.btn-secondary:focus
{
    border-color: var(--brand-primary) !important;
    color: var(--brand-primary) !important;
    background-color: var(--brand-primary-20) !important;
    box-shadow: none;
}
.btn.btn-secondary:disabled{
    background-color: #EAECF0 !important;
    color:#475467!important;
}
.btn.btn-default{
    border: 1px solid #D0D5DD!important;
    background: #fff;
    color: #101828!important;
}
.btn.btn-default:hover{
    background: #F9FAFB;
}
.btn.btn-default:focus{
    background: #F2F4F7;
}
.btn.btn-default:focus:not(:focus-visible){
    background: #F2F4F7;
    border: 1px solid #D0D5DD!important;
}
.table-hover>tbody>tr:hover {
    background-color: #f5f5f5;
}
