b, strong {
    font-weight: 600;
}

.reset-h {
    height: auto;
}

input[type="radio"],
input[type="checkbox"]{
    margin-right: 10px;
}

input[type="text"]{
    border-radius: 13px;
    border: 1px solid #646464;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
}

.error .error_text{
    color: #900F19;
    position: absolute;
    right: 0;
    top: 0;
}

.main-container p{
    font-size: 18px;
    line-height: 27px;
}

.align-items{
    align-items: center;
}

a {
    color: #101010;
}

a:hover {
    color: #101010;
    font-weight: 600;
}

/* GENERAL */

@media screen and (max-width: 767px) {
    .content-wrapper{
        padding: 0 15px !important;
    }
    .dashboard_list{
        margin-top: 40px;
    }
}


.main-container {
    max-width: 1180px;
    margin: 0 auto;
}

label {
    font-weight: normal;
}

.sample-edit {
    border: 1px solid #646464;
    font-weight: bold;
    border-radius: 13px;
    padding: 6px 24px;
}

.sample-edit:hover {
    border: 1px solid #646464;
    background-color: #646464;
    color: #fff;
}

.sample-save {
    font-weight: bold;
    border-radius: 13px;
    padding: 6px 24px;
    background-color: #646464;
    color: #fff;
    border: 1px solid #646464;
}

.sample-save:hover {
    border: 1px solid #646464;
}

.form-control,
input.custom-combobox-input {
    border-radius: 5px!important;
    height: 50px !important;
    border: none !important;
    padding: 0.375rem 1.2rem !important;
    font-size: 1.1rem !important;
}

.form-control#status-id {
    min-width: 281px;
    font-weight: 600;
    height: 35px !important;
}

input.form-control::placeholder,
textarea.form-control::placeholder {
    color: #C8C8C8;
}

select.form-control {
    color: #C8C8C8;
}

input.form-control,
textarea.form-control {
    color: #000;
    border: 1px solid #fff !important;
}

.select2-selection--single .select2-selection__rendered {
    color: #C8C8C8 !important;
}

.has-value .select2-selection--single .select2-selection__rendered,
.has-value select.form-control {
    color: #000 !important;
}

input.form-control:hover::placeholder,
input.form-control:hover,
textarea.form-control:hover,
textarea.form-control:hover::placeholder,
.select2-selection--single:hover .select2-selection__rendered {
    color: #646464 !important;
}

input.form-control:hover,
textarea.form-control:hover,
.select2-selection--single:hover,
select.form-control:hover {
    color: #646464;
    border-color: #C8C8C8 !important;
}

input.form-control:focus::placeholder,
input.form-control:focus,
textarea.form-control:focus,
textarea.form-control:focus::placeholder,
.select2-selection--single:focus .select2-selection__rendered,
select.form-control:focus {
    color: #232323 !important;
}

input.form-control:focus,
.select2-selection--single:focus,
select.form-control:focus {
    border-color: #AE9040 !important;
}


input.form-control.error,
textarea.form-control.error,
.select2-selection--single.error,
select.form-control.error {
    color: #232323 !important;
    border:1px solid #900F19 !important;
}

input.form-control.error::placeholder,
textarea.form-control.error::placeholder,
.select2-selection--single.error .select2-selection__rendered {
    color: #232323 !important;
}

.select2-container .select2-selection--single{
    height: 50px;
}
.select2-container--default .select2-selection--single{
    background-color: #fff;
    border: none;
    border-radius: 5px;
}

.error .select2-container--default .select2-selection--single {
    border:1px solid #900F19 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 45px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 50px;
}

.form-group {
    margin: 5px 0;
    position: relative;
}

.form-group label {
    z-index: 1;
    pointer-events: none;
    -webkit-transition: color 200ms cubic-bezier(0,0,.2,1) 0ms,-webkit-transform 200ms cubic-bezier(0,0,.2,1) 0ms;
    transition: color 200ms cubic-bezier(0,0,.2,1) 0ms,-webkit-transform 200ms cubic-bezier(0,0,.2,1) 0ms;
    transition: color 200ms cubic-bezier(0,0,.2,1) 0ms,transform 200ms cubic-bezier(0,0,.2,1) 0ms;
    transition: color 200ms cubic-bezier(0,0,.2,1) 0ms,transform 200ms cubic-bezier(0,0,.2,1) 0ms,-webkit-transform 200ms cubic-bezier(0,0,.2,1) 0ms;
    font-weight: 500;
    font-size: 13px;
    line-height: 21px;
    text-align: left;
    width: 400px;
    display: block;
    opacity: 0;
    visibility: hidden;
    min-height: 21px;
}

.form-group.has-value label,
.form-group.error label {
    display: block;
    opacity: 1;
    visibility: visible;
    color: #232323;
}

.form-group.input.select .select2-selection__arrow {
    display: none !important;
}


.disable-label-animation .form-group label {
    position: relative;
    -webkit-transform: translate(0,0) scale(1);
    transform: translate(0,0) scale(1);
}

/* LIST PAGE */
.info_icon a
{
    float: right;
}

.info_icon img
{
    width: 50px;
}

.page_content
{
    margin-top: 48px;
}

.white_display{
    border-radius: 13px;
    width: 100%;
    padding: 0;
}

/* GRID TABLE */

.box-table .table tbody tr td{
    vertical-align: middle;
}

.box-table .table > thead > tr > th {
    font-weight: normal;
    font-size: 14px;
}

.statusIndicator{
    width: 14px;
    height: 14px;
    display: block;
    border-radius: 50%;
}
.subtitle{
    font-size: 13px; font-weight: normal;
}


.grid_inner_details {
    width: 100%;
}
.grid_inner_details tr, .grid_inner_details tbody {
    border: 0px !important;
}

.row_details td {
    font-size: 14px;
}

.grid_inner_details tr.row_details
{
    border-top: 1px solid rgb(174 144 64) !important;
}

/* Data tables */

table.dataTable thead th {
    font-size: 14px;
}

table.dataTable thead th, table.dataTable tfoot th {
    font-weight: normal;
}

.page_content .dataTables_wrapper {
    margin-left: 0px;
    margin-right: 0px;
}

/* Grid Filtering */

.filterColumns{
    resize: horizontal;
    display: flex;
    justify-content: space-between;
}
.filterColumns .itm{
    padding-right: 15px;
}
.filterColumns .itm:last-child{
    padding: 0;
}
.initial {
    flex: initial;
  }

  .auto {
    flex: auto;
  }

.filterGrid{
    font-size: 14px;
    font-weight: 600;
}

.box.box-table .dataTables_wrapper {
    display: flex;
    flex-wrap: wrap;
}

.box.box-table .dataTables_wrapper > * {
    order: 5;
}

.box.box-table .dataTables_wrapper .dataTables_filter {
    order: 1;
}

.box.box-table .dataTables_wrapper .dataTables_filter > label {
    display: flex;
    align-items: center;
}

.box.box-table .dataTables_wrapper .dt-buttons {
    order: 2;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    width: 250px;
    justify-content: flex-end;
    position: relative;
}

.dataTables_wrapper .dt-buttons .dt-button-collection {
    left: auto !important;
    right: 0;
}

.dataTables_wrapper .dt-buttons .dt-button-collection .dt-button.button-page-length {
    background: transparent !important;
    box-shadow: none !important;
}

.dataTables_wrapper .dt-buttons .dt-button-collection .dt-button.button-page-length.active {
    background: #000 !important;
    color: #fff !important;
}

.dataTables_wrapper .dt-buttons .dt-button-collection .dt-button.button-page-length.active > span {
    color: #fff;
}

.box.box-table .dataTables_wrapper .dt-buttons .dt-button.buttons-collection {
    order: 10;
    margin-left: auto;
    border: none;
    position: relative;
}

.box.box-table .dataTables_wrapper .dt-buttons .dt-button.buttons-collection:after {
    content: "...";
    font-size: 21px;
    padding-left: 8px;
}

.box.box-table .dataTables_wrapper .dt-buttons > * {
    order: 1;
    background: #fff;
    border: 1px solid #646464;
    border-radius: 12px;
    margin-right: 0;
    margin-left: 9px;
    margin-bottom: 17px;
}

.box.box-table .dataTables_wrapper .dt-buttons > .dt-button-background {
    display: none !important;
}


.box.box-table .dataTables_wrapper .dt-buttons span {
    color: #232323;
    font-size: 14px;
    font-weight: 700;
}
.box.box-table .dataTables_wrapper table.dataTable {
    width: 100%;
}
.dataTables_wrapper .dataTables_paginate span > .paginate_button {
    color: #000 !important;
    font-size: 18px;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 12px;
    border: none !important;
    margin: 0 5px !important;
    border-radius: 20px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: transparent !important;
}

.dataTables_wrapper .dataTables_paginate span > .paginate_button:hover {
    background: #AE9040 !important;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
    border: none !important;
    padding: 0 !important;
}

.dataTables_wrapper .dataTables_paginate span > .paginate_button.current {
    color: #fff !important;
}

div.dataTables_wrapper div.dataTables_filter input[type=search] {
    height: 35px;
    width: 555px;
    background-color: #EBEBEB;
    border: 1px solid #EBEBEB;
    padding-left: 25px;
    padding-right: 25px;
    color: #232323;
    font-size: 14px;
    font-weight: 600;
    background-image: url('../img/filter_search.png');
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: right 10px center;
}

.box.box-table .dataTables_wrapper .dataTables_info{
    display: none;
}

.box.box-table .dataTables_wrapper .dataTables_paginate{
    margin: auto;
    display: flex;
}

.box.box-table .dataTables_wrapper .dataTables_length {
    order: 2;
    margin-left: auto;
}


.dashboard_item_content .filterColumns .filterGrid{
    background-color: #F5F5F5;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    width: 70%;
    padding: 2px 15px;
    background-image: url('../img/arrow-filter.png');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 8px;
    color: #232323;
    max-width: 190px;
}

.dashboard_item_content .filterColumns .filterGrid:hover {
    color: #232323;
}

.dashboard_item_content .filterColumns .itm {
    width: 100%;
    margin-top: 15px;
}

.box-grid-white {
    background-color: #fff;
}

/* TABS */

.tab_open {
    display: block !important;
}

.tabs_black > .tabs_header > div {
    color: #fff;
}
.tabs_green .tabs_header .current {
    background-color: #000;
}
.tabs_black .tabs_header .current {
    background-color: #000;
}

.flat_block{
    width: 100%;
}

.tabs_content_div{
    width: 100%;
    position: relative;
}

.tabs_content .tabs_content_div .content{
    min-height: unset;
}

.tabs_content .tabs_content_div .content .box{
    margin-bottom: 0;
}

.tabs_footer{
    display: flex !important;
    gap: 10px !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-content: flex-start !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    margin-top: -10px !important;
}

.tabs_content .content{
    padding: 0;
}

.tabs_footer {
    display: flex;
    gap: 10px;
    margin-top: -50px;
}
.tabs_footer>div {
    padding: 6px 12px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 280px;
    font-weight: normal;
    cursor: pointer;
    text-align: center;
}
.tabs_footer>.current {
    font-size: 14px;
    padding: 5px 25px 17px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 280px;
}

.tabs_footer>div{
    padding: 21px 25px 17px !important;
}

/*@media screen and (max-width: 767px) {*/
@media screen and (max-width: 1023px) {
    .tabs_header {
      display: flex;
      margin-bottom: 10px;
      margin-top: 48px;
      flex-direction: column;
      width: 100%;
      max-width: 100%;
      overflow: hidden;
    }
    .tabs_header .current {
        padding: 10px 17px;
        border-radius: 10px;
        width: 100%;
        display: table;
    }
    .tabs_header div {
        padding: 10px 17px;
        border-radius: 10px;
        width: 100%;
        font-weight: 600;
        display: none;
    }

    .tabs_footer {
      display: flex !important;
      gap: 10px !important;
      flex-direction: column !important;
      flex-wrap: nowrap !important;
      align-content: flex-start !important;
      justify-content: flex-start !important;
      align-items: flex-start !important;
      margin-top: 10px !important;
    }
    .tabs_footer>.current {
        width: 100%;
    }
    .tabs_footer>div {
        padding: 20px 17px !important;
    }
    .tabs_footer>div {
        padding: 6px 12px;
        border-radius: 10px;
        width: 100%;
    }
}

/* */



.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
    border: none !important;
    font-size: 0;
    padding: 5px 0 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous:before,
.dataTables_wrapper .dataTables_paginate .paginate_button.next:before {
    content: "";
    background-image: url('../img/arrow-table_tr.png');
    display: block;
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous:before {
    margin-right: 15px;
    transform: rotate(-180deg);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next:before {
    margin-left: 15px;
}

.wizard > .steps > ul > li {
    width: 16% !important;
    font-size: 13px;
}


.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
    margin: 0;
    padding: 1em 6px;
}

.lead-notify-text .form-group.input.text {
    display: inline-block;
    margin: 0 10px;
}

.proposal-followup-wrapper {
    margin-top: 40px;
}

.remainder-count .form-group.input.text {
    display: inline-block;
    padding-right: 5px;
}

.ramainder-type-wrapper {
    margin-top: 20px;
}

.remainder_type {
    vertical-align: top;
    margin-bottom: 8px !important;
}

#preview {
    max-height: 400px;
}

.border_bottom {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 7px;
    margin-top: 25px;
}

.border_bottom.top_block {
    margin-top: 0;
    padding-top: 0;
}

/*-------------------------------------*/


/* actions */
.menu_dropdown {
    font-size: 13px;
    border-radius: 10px;
    padding: 6px 25px 10px 12px;
    position: absolute;
    width: max-content;
    z-index: 1000000;
}

.actions_drop_list {
    display: none;
}

.content-header-actions{
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    gap: 5px;
    width: 100%;
    justify-content: end;
}


/* Grids */

.flex {
    display: flex;
    align-items: center;
}

.flex-col {
    flex-direction: column;
}

.flex-row {
    flex-direction: row;
}

.gap10 {
    gap: 10px;
}


/* Sidebar widgets */

.sidebar_widget {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sidebar_widget .widget-right {
    width: 100% !important;
}

.widget_app {
    border-bottom: 1px solid #9a9696;
    padding-bottom: 20px;
    margin-bottom: 5px;
}

.weather-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.weather-block .widget-left {
    box-shadow: unset;
}

.widget_app .widget-left.widget-left--compact {
    min-height: 280px;
}

.weather-block .widget-left-menu__links {
    display: none;
}



/* Apps Block */

.apps-bloks_wrap {
    display: flex;
    gap: 10px;
}

.apps-bloks_wrap a{
    font-size: 0;
}


/* Main page Content */

.info_icon {
    position: absolute;
    right: 39px;
    top: 10px;
}



/* accordion global */


.accordion .accordion__item {
    background-color: #fff;
    border-radius: 13px;
    margin-bottom: 10px;
}

.accordion .accordion__item .accordion__title {
    display: flex;
    min-height: 68px;
    align-items: center;
    padding: 0 20px;
    font-size: 18px;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.accordion .accordion__item .accordion__title:after {
    content: "";
    background-image: url("../img/widget-arrow.png");
    position: absolute;
    width: 16px;
    height: 16px;
    background-position: center;
    background-size: 7px;
    background-repeat: no-repeat;
    right: 20px;
    top: 50%;
    margin-top: -8px;
    transition: transform 0.5s ease;
}

.accordion .accordion__item .accordion__title.accordion-active:after {
    transform: rotate(90deg);
}

.accordion__item .accordion__title:hover {
    transition: all 0.5s ease-out;
}
.accordion__item .accordion__title .accordion__arrow {
    position: absolute;
    top: 13px; right: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    font-weight: 700;
    margin-right: 5px;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.accordion__item .accordion__rotate {
    transform: rotate(225deg);
}
.accordion__item .accordion__content {
    margin-bottom: 2px;
    font-size: 14px;
    display: none;
}


.accordion__content_wrap,
.accordion_bottom_actions {
    border-top: 1px solid #C8C8C8;
    padding: 10px 20px;
}

.accordion_bottom_actions {
    display: flex;
    gap: 20px;
}

.accordion__item .accordion__arrow-item {
    font-weight: 700;
}

/* Buttons */


@media (max-width: 767px){
    .btn:not(.btn-xs){
        width: 100%;
        margin: 5px auto;
    }
}

.gold_bttn{
    font-size: 20px;
    height: 50px;
    padding: 0 20px;
    font-weight: 600;
    min-width: 200px;
    line-height: 50px;
    background-color: #AE9040;
    border-color: #AE9040;
    color: #fff;
    border-radius: 13px;
    line-height: 50px;
    border: 1px solid #AE9040;
}

.outline_big_bttn{
    font-size: 20px;
    height: 50px;
    padding: 0 20px;
    font-weight: 600;
    min-width: 200px;
    line-height: 50px;
    background: none;
    border: 1px solid #646464;
    color: #232323;
    border-radius: 13px;
}

.btn_mg
{
    margin: 10px 0 15px;
}

.outline_bttn{
    padding-left: 30px;
    padding-right: 30px;
    color: #232323;
    background: none;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #646464;
    line-height: 25px;
}

.btn-default{
    background-color: #c8c8c8;
    color: #232323;
    border: none;
    border-radius: 13px !important;
    font-weight: 600;
    margin: 5px 0;
}

/*  */

.opened_radio_block{
    margin: 10px 0px 35px;
}
.font18{
    font-size: 18px;
}
.smallfont{
    font-size: 14px;
    font-weight: 600;
    display: table;
    margin: 10px 0;
}
.row_inputs{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
}
.date_field{
    border: 0px !important;
    margin: 0 5px;
    max-width: 80px;
}
.corner13{
    border-radius: 13px;
}

.modal-backdrop{
    display: none;
}

.table_actions {
    font-size: 16px;
}

.group_input_table {
    padding-left: 0 !important;
}

.group_input_table input{
    width: 100%;
    max-width: 100%;
}


.responsive-table {
    width: 100%;
    overflow: auto;
}

.responsive-table table{
    max-width: 100%;
    min-width: 850px;
}

/* width */
.scroll-bar ::-webkit-scrollbar,
.scroll-bar::-webkit-scrollbar
{
    width: 10px;
}
/* Track */
.scroll-bar ::-webkit-scrollbar-track,
.scroll-bar::-webkit-scrollbar-track
{
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}
/* Handle */
.scroll-bar ::-webkit-scrollbar-thumb,
.scroll-bar::-webkit-scrollbar-thumb
{
    --tw-bg-opacity: 1;
    background-color: #585858;
    border-radius: 10px;
}
.scroll-bar ::-webkit-scrollbar-button:vertical:increment,
.scroll-bar::-webkit-scrollbar-button:vertical:increment{
    background-image: url(../img/arrow-filter.png);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position-x: center;
    background-position-y: bottom;
    height: 15px;
}
.scroll-bar ::-webkit-scrollbar-button:vertical:decrement,
.scroll-bar::-webkit-scrollbar-button:vertical:decrement
{
    background-image: url(../img/decr.png);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position-x: center;
    background-position-y: top;
    height: 15px;
}

@media (max-width: 767px){
    .main-sidebar, .left-side {
        top: 95px;
        box-shadow: 0 14px 12px rgb(0 0 0 / 0.3);
    }
    .info_icon {
        position: absolute;
        right: 9px;
        top: 5px;
    }
    .hr-header{
        margin: 5px 15px 30px 0;
    }
    .mobheader{
        margin-top: 40px !important;
    }
}

/* Weather */

.weather-left-card__number{
    font-size: 48px !important;
    line-height: 1.3 !important;
}
.weather-left-card__wind {
    font-size: 12px !important;
    line-height: 1 !important;
}
.weather-left-card__means {
    font-size: 16px !important;
}
#container-openweathermap-widget-22 .widget-left--compact {
    min-height: unset !important;
}
.widget-left-menu__layout{
    margin: 0 auto !important;
}

/* VIDEO PAGE */

.box-body ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
.box-body ol li {
    padding: 0;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
}
.box-body ol li img {
    margin-bottom: 15px;
    width: calc(100% - 20px);
}
@media (min-width: 768px){
    .box-body ol li.col-md-4 {
        flex: 0 0 auto;
        width: 33%;
    }
}

/**/

.available_days{
    display: inline-block;
}
@media (max-width: 767px){
    .available_days{
        margin: 5px 0;
        display: block;
    }
    .available_days span{
        width: 50px;
        display: inline-block;
    }
    .row_inputs {
        display: flex;
        flex-direction: row;
        align-content: flex-start;
        align-items: flex-start;
        gap: 20px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

/*input[type=file]*/

input[type="file"]{
    height: fit-content !important;
    padding: 10px 15px !important;
    border-radius: 13px !important;
    width: fit-content !important;
}

.download_img_form .file {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.download_img_form .file > input[type='file'] {
    display: none;
}

.download_img_form .file > label {
    cursor: pointer;
    outline: 0;
    user-select: none;
    border-radius: 13px;
    background-color: #f5f5f5;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1rem;
    font-weight: 400;
    color: #333;
}

.download_img_form .file > label > i {
    margin-top: 5px;
    color: #AE9040;
    width: 25px;
    height: 25px;
    border: 1px solid #AE9040;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
input[type="search"]:focus-visible,
input[type="text"]:focus-visible
{
    outline: none;
}
@media (max-width: 767px) {
    .download_img_form .file,
    .download_img_form .file > label {
        width: 100%;
    }
}
.page-link.current {
    background: #AE9040;
    color: #fff;
}

.ak_datatable > tbody > tr > td {
    cursor: pointer;
}

.sidebar-menu_dropdown .active {
  font-weight: 700;
}


/* Tablet */

@media (max-width: 1200px) {
    .box.box-table .dataTables_wrapper .dataTables_filter {
        width: 60%;
    }
    div.dataTables_wrapper div.dataTables_filter input[type=search] {
        width: 100%;
    }
}

/* Mobile XL */

@media (max-width: 991px) {
    .box.box-table .dataTables_wrapper .dataTables_filter {
        width: 100%;
        margin-bottom: 10px;
    }
}
