:root{
    --bs-link-color-rgb: 3, 98, 173;
    --bs-pagination-active-bg: #033462;
    --bs-pagination-active-border-color: #033462;
}
.brand-logo a.login_logo{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.brand-logo a.login_logo img{
    max-width: 43%;
    height: 100%;
    padding: 0 10px;
}
.brand-logo.brand-logo-sm a.login_logo img{
    max-width: 300px;
}
.float-alert.alert span[data-notify="icon"] {
    font-size: 20px;
    display: block;
    left: 13px;
    position: absolute;
    top: 50%;
    margin-top: -11px;
}

.alert.float-alert .alert-title {
    margin-left: 30px;
}

.alert.float-alert .alert-title {
    margin-left: 30px;
}

.alert:not(.float-alert) .alert-title {
    margin-left: 10px;
}
.f-size-16{
    font-size: 16px;
}
.alert button.close {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -13px;
    z-index: 1033;
    background-color: #FFFFFF;
    display: block;
    border-radius: 50%;
    opacity: .4;
    line-height: 11px;
    width: 25px;
    height: 25px;
    outline: 0 !important;
    text-align: center;
    padding: 3px;
    font-weight: 400;
}

.alert button.close:hover {
    opacity: .55;
}

.alert .close~span {
    display: block;
    max-width: 89%;
}

.float-alert.alert span[data-notify="icon"] {
    font-size: 20px;
    display: block;
    left: 13px;
    position: absolute;
    top: 50%;
    margin-top: -11px;
}

.alert.float-alert .alert-title {
    margin-left: 30px;
    font-weight: 500;
}

body.rtl .alert.float-alert .alert-title {
    float: left;
}

.alert:not(.float-alert) .alert-title {
    margin-left: 10px;
}

.alert.float-alert{
    position: fixed;
    top: 25px;
    z-index: 999999;
    right: 60px;
}

.alert.float-alert button.close {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -13px;
    z-index: 1033;
    background-color: #FFFFFF;
    display: block;
    border-radius: 50%;
    opacity: .4;
    line-height: 11px;
    width: 25px;
    height: 25px;
    outline: 0 !important;
    text-align: center;
    padding: 3px;
    font-weight: 400;
}

.alert.float-alert button.close:hover {
    opacity: .55;
}

.alert.float-alert .close~span {
    display: block;
    max-width: 89%;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #033462;
    --bs-btn-border-color: #033462;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0362ad;
    --bs-btn-hover-border-color: #0362ad;
    --bs-btn-focus-shadow-rgb: 124, 139, 255;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0362ad;
    --bs-btn-active-border-color: #0362ad;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(16, 25, 36, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0362ad;
    --bs-btn-disabled-border-color: #0362ad;
}
.nk-header-app-logo{
    width: inherit;
    height: 30px;
    display: flex;
}

.nk-header-app-logo img{
   margin-left: 20px;
}
.auth_language{
    border: 1px solid #d7d7d7;
    border-radius: 50%;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #033462;
    background-color: #033462;
    box-shadow: none;
}
.dropdown-menu-s1 {
    border-top: 3px solid #033462;
}
.nk-menu-link:hover .nk-menu-icon, .nk-menu-item.active > .nk-menu-link .nk-menu-icon, .nk-menu-item.current-menu > .nk-menu-link .nk-menu-icon,
.nk-menu-link:hover, .active > .nk-menu-link{
    color: #033462;
}
.apps-menu .nk-menu-link:before {
    background: #033462;
}
.nk-sidebar .nk-menu-content{
    display: none;
}
.nk-sidebar .nk-menu-content.menu-active{
    display: block;
}
.text-throught{
    text-decoration: line-through;
}
.dataTable .drodown.text-end .dropdown-toggle.btn-trigger {
    padding: 0 !important;
}
.pagination{
    --bs-pagination-active-bg: #033462;
    --bs-pagination-active-border-color: #033462;
}
div.dataTables_wrapper div.dataTables_length span.select2-selection{
    margin: -23px -8px;
}
div.dataTables_wrapper div.dataTables_length .select2-container--default .select2-selection--single .select2-selection__arrow{
    width: auto;
    margin-top: -3px;
}
.nav-tabs .nav-link.active {
    color: #033462;
}
.nav-tabs .nav-link:after {
    background: #033462;
}
.btn-dim.btn-outline-primary {
    color: #033462;
    background-color: #03346224;
    border-color: #c1c8ff;
}
.language-form{
    min-width: 350px;
}
.card-header{
    background: #fff;
    font-weight: 600;
}
.db_profile_image{
    max-width: 50px;
    margin-right: 5px;
}
.survey_questions .question{
    padding-bottom: 25px;
    padding-top: 25px;
    border-bottom: 1px solid #d5d5d5;
}
.survey_questions .question.last{
    border-bottom: 0;
    padding-bottom: 0;
}
.survey_questions .question:first-child{
    padding-top: 0;
}
.survey_questions .question .number{
    vertical-align: top;
    display: table-cell;
}
.survey_questions .question .question_detail{
    width: 100%;
    display: table-cell;
}
.survey_questions .question .question_detail .form-group{
    margin-top: 8px;
}
.survey_questions .br-theme-bootstrap-stars .br-widget a{
    font-size: 24px;
    margin-right: 10px;
}
.survey_questions .heading-number{
    line-height: 2;
}
.review_stars_results{
    color: #00365a;
    font-weight: 900;
    font-size: 14px;
    margin-left: 5px;
}
.review_stars_progress .progress{
    margin-top: 8px;
}
.review_stars_title .total_nu{
    text-align: right;
    font-size: 40px;
    font-weight: 200;
}
.review_stars_title .total_nu .total_averge_to{
    font-size: 22px;
    font-weight: 400;
}
.review_stars_title .total_re{
    text-align: left;
    padding: 0;
}
.review_stars_title .total_re .number{
    display: block;
    font-size: 22px;
    font-weight: 600;
    padding: 0 10px;
    margin-top: 18px;
}
.review_stars_title .star .text {
    margin-top: 8px;
    text-align: right;
}
.review_stars_title .star .progress {
    margin-top: 7px;
}
#questions_inner .question_item{
    position: relative;
    border-bottom: 1px solid #dbdfea;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
#questions_inner .question_item:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.delete_icon_survey{
    position: absolute;
    right: 0;
    z-index: 99;
}
span.static_number{
    font-size: 24px;
    font-weight: 600;
}
span.static_name{
    font-weight: bold;
    font-size: 14px;
}
.nk-ecwg .amount {
    font-size: 1.8rem;
}
.card-stats .nk-ecwg{
    border-right: 1px solid #dbdfea;
}
.card-stats:last-child .nk-ecwg{
    border-right: none;
}
.mt--6{
    margin-top: -6px;
}
.card-stats .nk-ecwg .data{
    margin-bottom: -6px;
}
.cursor-p{
    cursor: pointer;
}
.link-check li a {
    font-weight: 500;
}
.datatable-filter .justify-content-end.btn{
    padding-top: 0;
}
.nav-wrapper {
    position: relative;
    overflow: auto;
    white-space: nowrap;
}

.nav {
    position: relative;
    display: inline-block;
}

.scroll-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    z-index: 99;
}

.scroll-button.scroll-left {
    left: 0;
    background: #fff;
}

.scroll-button.scroll-right {
    right: 0;
    background: #fff;
}
.accordion-item:hover .btn_actions{
    display: block;
}
.accordion-item .btn_actions{
    display: none;
    position: absolute;
    top: 1px;
    right: 58px;
    padding: 10px;
}
.timepicker{
    padding-bottom: 5px;
}
.timepicker .icon-down, .timepicker .icon-up{
    visibility: hidden;
}
.timepicker .cell-4 {
    height: 15px;
}
.timepicker .cell-2 {
    min-height: 15px;
}
.dataTables_empty {
    padding-top: 15px !important;
    padding-bottom: 160px !important;
    text-align: left !important;
    font-size: 14px;
    background: url(../images/table-no-data.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 130px;
    opacity: .7;
}
.datatable-loader{
    position: absolute;
    top: 50%;
    left: 43%;
}
.nk-wizard-simple .steps ul li.done h5, .nk-wizard-simple .steps ul li.done .h5, .nk-wizard-simple .steps ul li.done .number, .nk-wizard-simple .steps ul li.current h5, .nk-wizard-simple .steps ul li.current .h5, .nk-wizard-simple .steps ul li.current .number {
    color: #033462;
}
.nk-wizard-simple .steps ul li.done:after, .nk-wizard-simple .steps ul li.current:after {
    background: #033462;
}
.badge-dim.bg-outline-primary {
    color: #033462;
    background-color: #e4e8f2;
    border-color: #c1c8ff;
}
.student_evaluation ul.les_evaluation_view{
    margin: 5px 5px;
    padding-left: 15px;
    border-left: 1px solid;
    list-style: none;
}
.student_evaluation ul.les_evaluation_view li::marker{
    display: none;
}
#les_evaluatie_score-error{
    top: 19px;
    width: 200px;
}
.modal-content{
    background: #fff;
}
textarea.form-control.erk_textarea{
    min-height: 75px;
}
table tr.student_evaluation td {
    padding-left: 60px !important;
    background: #f3f3f3;
}
table tr.student_evaluation {
    background: #f3f3f3;
    position: relative;
}
table tr.student_evaluation p{
   margin: 0;
}
table tr.student_evaluation td:before {
    content: "\e9b2";
    font-family: 'Nioicon';
    position: absolute;
    font-size: 29px;
    color: #9d9d9d;
    left: 15px;
}
.datetimepicker-position tr td{
    position: relative;
}
.datetimepicker-position .timepicker{
    left: 10px !important;
    top: 40px !important;
}
.multiple_db_select{
    min-width: 200px;
}
.fc .fc-toolbar-title, .fc .fc-col-header-cell-cushion, .fc-direction-ltr .fc-list-day-text {
    text-transform: capitalize;
}
.calander_legende ul{
    list-style: none;
    padding: 0;
}
.calander_legende ul li{
    display: flex;
    float: left;
    padding-right: 20px;
    font-size: 12px;
    padding-bottom: 10px;
}
.calander_legende ul li span{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 5px;
}
.fc-day-grid-event .fc-content {
    white-space: inherit;
}
.calander_legende{
    display: block;
    overflow: hidden;
    margin-bottom: -10px;
}
.calander_legende li.legend{
    text-transform: uppercase;
}
span.static_number{
    font-size: 24px;
    font-weight: 600;
}
span.static_name{
    font-weight: bold;
    font-size: 14px;
}
a.fc-event0 {
    background-color: #131113 !important;
    border-color: #131113 !important;
    color: #ffffff !important;
}
.fc-event0 .fc-list-event-dot{
    border-color: #131113 !important;
}
a.fc-event1 {
    background-color: #3195a5bd !important;
    border-color: #3195a5bd !important;
    color: #ffffff !important;
}
.fc-event1 .fc-list-event-dot{
    border-color: #131113 !important;
}
a.fc-event2 {
    background-color: #00365aab !important;
    border-color: #00365aab !important;
    color: #fff !important;
}
.fc-event2 .fc-list-event-dot{
    border-color: #00365aab !important;
}
a.fc-event3 {
    background-color: #3e884f !important;
    border-color: #3e884f !important;
    color: #fff !important;
}
.fc-event3 .fc-list-event-dot{
    border-color: #3e884f !important;
}
a.fc-event4 {
    background-color: #c43d4b !important;
    border-color: #c43d4b !important;
    color: #fff !important;
}
.fc-event4 .fc-list-event-dot{
    border-color: #c43d4b !important;
}
.fc-daygrid-event-dot{
    display: none;
}
.progress-banner em{
    font-size: 50px;
}
.dt-buttons .buttons-collection.btn-secondary {
    padding: 0 15px;
}
.dt-buttons .buttons-collection.btn-secondary span {
    display: block;
    line-height: 1;
}
.dt-buttons .btn-secondary span{
    display: block;
    line-height: 1.3;
    padding: 0 7px;
}
.dt-buttons .btn-secondary span .ni-reload{
    font-size: 15px;
}
.datatable-filter .extra-datatables-div .btn-toolbar{
    float: right;
    margin-left: 5px;
}
.dataTable tbody tr.requires-confirmation td a {
    color: #5c0007;
    border-bottom: 1px dashed;
}
.dataTable tbody tr.hours_completed td a {
    color: #0c5c00;
    border-bottom: 1px dashed;
}
.alert-danger2 {
    color: #ffffff;
    background-color: #ed6d6de0;
    border-color: rgba(62,136,79,.1);
}
.dataTable tbody tr.hours_completed_erk_missing td a {
    color: #ffffff;
    border-bottom: 1px dashed;
}
.dataTable tbody tr.alert-success td, .legend-box.alert-success {
    color: #3e884f;
    background-color: #d3e2d6;
    border-color: rgba(62, 136, 79, .1);
}
.dataTable tbody tr.alert-danger td, .legend-box.alert-danger {
    color: #c43d4b;
    background-color: #eed3d5;
    border-color: rgba(196, 61, 75, .1);
}

/* Legend box styles */
.legend-box {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid currentColor !important;
}
.legend-box.legend-white {
    background-color: #ffffff;
}
.blog_dashboard img{
    max-width: 100px;
    max-height: 100px;
    border-radius: 10px;
}
.fc-daygrid-dot-event{
    display: block;
}
.overmax{
    width : 100%;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nk-header-tools .nk-sidebar-profile-dropdown.content-active{
    bottom: inherit;
    left: inherit;
    right: 85%;
    top: 29px
}
.select-placeholder.select-lg .select2-container--default .select2-selection--single{
    height: calc(2.125rem + 10px);
    font-size: 14px;
    font-family: inherit;
    border: 1px solid #dbdfea;
    outline: none;
}
.select-placeholder.select-lg .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 1.65rem;
}
.select-placeholder.select-lg .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: calc(2.125rem + 10px);
}
@media (min-width: 992px){
    .settings_menu, .profile_select{
        display: none;
    }
}
@media (min-width: 760px){
    .nk-footer{
        display: none;
    }
}
@media (max-width: 759px){
    .nk-header-wrap .nk-header-tools{
        display: none;
    }
    .nk-header-app-name {
        padding-top: 17px;
        padding-bottom: 17px;
    }
    .dataTable td .dtr-details .text-end{
        text-align: inherit !important;
    }
    .dataTable td ul.dtr-details .drodown{
        margin-top: -15px;
    }
    .calander_legende li.legend{
        display: none;
    }
}
@media (max-width: 600px){
    .dataTables_wrapper .btn_cls .col-7, .dataTables_wrapper .btn_cls .col-5 {
        display: block !important;
        width: 100%;
    }
    .dataTables_wrapper .btn_cls .datatable-filter .btn {
        justify-content: flex-start !important;
        padding-left: 5px;
        margin-bottom: -10px;
        margin-left: -5px;
    }
    .dataTables_wrapper .btn_cls .datatable-filter .btn .dataTables_length{
        margin-top: 3px;
    }
}
@media (max-width: 575px){
    .pagination-table .col-sm-12 {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .dropdown-menu-md {
        min-width: 280px;
        max-width: 280px;
    }
}

@media (max-width: 880px){
    .multiple_db_select span.text-muted.ms-1{
        display: none;
    }
}
@media screen and (max-width: 767px){
    .extra-datatables-div .dt-buttons {
        float: inherit;
        width: inherit;
        text-align: inherit;
        margin-bottom: inherit;
    }
    .dataTables_wrapper .btn_cls .datatable-filter .btn.btn-icon{
        padding-left: 0;
    }
    .extra-datatables-div{
        margin-top: -6px;
    }
    .filter_app .extra-datatables-div{
        margin-top:inherit;
    }
}
.btn-icon-reponsive{
    margin-left: -5px;
    margin-right: -8px;
}
.evaluation_mandetory td, .erk_not_filled td, .erk_not_filled{
    background: #ffe5e7;
}
.btn .icon.ni-chevron-down{
    margin-right: -10px;
    margin-left: 5px;
}
.btn.btn-icon .icon.ni-chevron-down{
    margin-left: -15px;
    margin-right: -4px;
    font-size: 14px;
}
.card-bordered.active {
    border: 1px solid #0163b0;
}
.select_company{
    cursor: pointer;
}
.logo-link.login_logo.nk-sidebar-logo{
    max-width: 500px;
}
.progress-bar {
    background-color: #0163b0;
}
.card.card-m-b + .card:not(.card .card + .card) {
    margin-top: 15px;
}

.btn-outline-primary {
    --bs-btn-color: #0163b0;
    --bs-btn-border-color: #0163b0;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0163b0;
    --bs-btn-hover-border-color: #0163b0;
    --bs-btn-focus-shadow-rgb: 101, 118, 255;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0163b0;
    --bs-btn-active-border-color: #0163b0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(16, 25, 36, 0.125);
    --bs-btn-disabled-color: #0163b0;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0163b0;
    --bs-gradient: none;
}
.remove_education, .remove_subject{
    position: absolute;
    top: 3px;
    right: 5px;
    font-size: 16px;
}
.verify_numeric_form input[type="number"] {
    width: 1.82em;
    text-align: center;
    padding: 0.5rem;
    font-size: 1.9125rem;
    font-weight: 400;
    line-height: 2.5125rem;
    color: #3c4d62;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dbdfea;
    appearance: none;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 0 5px;
}

/* 2 group of 3 items */
.verify_numeric_form  input[type="number"]:nth-child(n+4) {
    order: 2;
}
#register_form .form-group {
    position: relative;
}
#register_form .form-group.has-error p.text-danger {
    position: absolute;
    top: -18px;
    font-size: 12px;
    right: 2px;
}
#register_form .form-group.has-error input.form-control,  #register_form .form-group.has-error .select2-container--default .select2-selection--single{
    border-color: rgba(var(--bs-danger-rgb)) !important;
}
.nk-wizard-simple .steps ul li.current:after, .nk-wizard-simple .steps ul li:after{
    height: 5px;
}
.class_wizard .steps ul li{
    padding: 0.75rem;
    margin-bottom: 0;
}
.class_wizard .steps ul li.current{
    background: #bef9db;
}
.class_wizard .steps ul li.disabled:hover{
    background: #e5f4fd;
}
.class_wizard .steps ul li{
    border-right: 1px solid #e5e9f2;
}
.class_wizard .steps ul li.current{
    border-color: #033462;
}
.class_wizard .steps ul li:last-child{
    border: none;
}
.erk_form_submit .form-group.has-error p.text-danger{
    position: absolute;
    top: -17px;
    right: 5px;
    font-size: 12px;
}
.erk_form_submit .form-group{
    position: relative;
}
.erk_form_submit .form-group.has-error textarea{
    border-color: #e85347;
}
.erk_form_submit .form-group.select-placeholder p.text-danger{
    position: absolute;
    top: 14px;
    right: 5px;
    font-size: 12px;
    z-index: 99;
}
.erk_form_submit .form-group.has-error.select-placeholder .select2-container--default .select2-selection--single{
    border-color: #e85347;
}
.nav-tabs.responsive {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
}
.nav-tabs.responsive > .nav-item {
    flex-shrink: 0;
}
.nav-tabs.responsive::-webkit-scrollbar {
    display: none;
}
.form-group.has-error .verify_numeric_form input{
    border-color: #e85347;
}
#blogCarousel .f-carousel__slide{
    padding: 0 10px;
}
#blogCarousel .f-carousel__slide a{
    display: block;
    margin-bottom: 15px;
    text-align: center;
}
#blogCarousel .f-carousel__slide a img{
    border-radius: 15px;
}
#blogCarousel .f-carousel__slide .list-item-heading {

}
#blogCarousel .f-carousel__slide p.text-muted {
    font-size: 15px;
}
#blogCarousel.is-horizontal .f-carousel__nav .f-button.is-prev{
    left:-25px;
}
#blogCarousel.is-horizontal .f-carousel__nav .f-button.is-next{
    right:-10px;
}
#blogCarousel.f-carousel {
    --f-carousel-slide-width: 100%;
}

@media (min-width: 768px) {
    #blogCarousel.f-carousel {
        --f-carousel-slide-width: calc(100% / 4);
    }
}
table.dataTable.dtr-inline.collapsed > tbody > tr:not(.child) > td:first-child, table.dataTable.dtr-inline.collapsed > tbody > tr:not(.child) > th:first-child {
    display: flex;
    justify-content: start;
    align-items: center;
}
table.dataTable.dtr-inline.collapsed > tbody > tr:not(.child) > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr:not(.child) > th:first-child:before{
    color: #fff;
    background: #033462;
    padding-left: 3px;
    padding-right: 3px;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 10px;
}
@media (min-width: 576px) {
    .nk-tb-item .nk-tb-col:first-child {
        padding-left: 1.2rem;
    }
}
#register_form .straatnummer .form-group.has-error p.text-danger{
    top: -8px;
    background: #fff;
}
#register_form .add_education .form-group.has-error p.text-danger,
#register_form .add_subjects .form-group.has-error p.text-danger{
    top: 10px;
}
.pos-in{
    position: inherit !important;
}
#register_form .add_education .form-group.has-error .pos-in p.text-danger,
#register_form .add_subjects .form-group.has-error .pos-in p.text-danger{
    top: 16px;
    left: 0;
}
#register_form .add_education .form-group p.text-danger,
#register_form .add_subjects .form-group p.text-danger{
    position: absolute;
    top: 10px;
    font-size: 12px;
    right: 2px;
}
.bg-register{
    border-color: #ebeae8;
    background: #ebeae8;
}
.register_bg{
    border-radius: 20px;
    border: 3px solid #feb513;
}
.table_check_billing tbody tr td{
    color: #3e884f;
    background-color: #d3e2d6;
    border-color: rgba(62, 136, 79, .1);
}
.table_check_billing tbody tr.not_equel td{
    color: #c43d4b;
    background-color: #eed3d5;
    border-color: rgba(196, 61, 75, .1);
}
textarea.form-control.textarea-inv{
    min-height: 80px;
}
.table tr.main td{
    background: #f5f6fa;
}
.dt-page-jump {
    display: flex;
    justify-content: start;
}
div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}
.dt-page-jump .dt-page-jump-select {
    max-width: 70px;
    margin-left: 15px;
    margin-top: 2px;
    height: 35px;
}
.dt-page-jump .select2-container{
    width: 80px !important;
    margin-left: 15px;
    margin-top: 2px;
}
.dt-page-jump .select2-container--default .select2-selection--single{
    height: calc(2.125rem + 1px);
}
.dt-buttons .buttons-collection.btn-secondary {
    padding: 0 15px;
}