a.navbar-nav-link,
a.navbar-nav-link i {
    color: white;
}

.backdrop-not-scrollable {
    overflow: hidden !important;
}

.nav-sidebar .nav-item a.add-icon {
    background: #ececec;
    width: 30px;
    text-align: center;
    border-radius: 100px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2px;
    padding-left: 1px;
    opacity: 0;
}

.nav-sidebar .nav-item:hover a.add-icon {
    opacity: 1;
}

.sidebar-xs a.add-icon {
    display: none !important;
}

.uppercase {
    text-transform: uppercase;
}

.form-section-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #172D40;
    margin-bottom: 20px;
    margin-top: 15px;
}

/* ---------- TINYMCE - START ---------------- */
.tox .tox-dialog-wrap__backdrop {
    background: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(4px) !important;
}

.tox-dialog {
    border-radius: 10px !important;
    box-shadow: 0 0 4px rgba(0,0,0,0.1) !important;
    border: 0 !important;
}

.tox .tox-button {
    border-radius: 100px !important;
}

.tox-dialog__footer-end .tox-button,
.tox-dialog__footer-end .tox-button:hover {
    background: #172d49 !important;
    border: 0 !important;
    padding: 7px 20px !important;
    font-weight: 500 !important;
}

.tox-dialog__footer-end .tox-button--secondary,
.tox-dialog__footer-end .tox-button--secondary:hover {
    background: #e4e4e4 !important;
}

.tox-dialog__footer {
    border: 0 !important;
    padding-bottom: 15px !important;
}
/* --------------TINYMCE - END --------------- */

/* ------------- PARSLEY - START ------------- */
.parsley-errors-list.filled {
    color: red !important;
}

input.parsley-error, 
select.parsley-error, 
textarea.parsley-error {
    color: red !important;
    background-color: #ffcece !important;
    border: 0 !important;
    border-bottom: 1px solid #8C949C !important;
}

input.parsley-success, 
select.parsley-success, 
textarea.parsley-success {
    border: 0 !important;
    border-bottom: 1px solid #8C949C !important;
}
/* ------------- PARSLEY - END ------------- */

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #b7b7b7 !important;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #b7b7b7 !important;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #b7b7b7 !important;
}
:-moz-placeholder { /* Firefox 18- */
    color: #b7b7b7 !important;
}

input#daterange_picker {
    min-width: 180px;
}

a.uppy-Dashboard-poweredBy {
    display: none !important;
}

input:disabled, textarea:disabled {
    background: #f5f3f3;
}

.loadinghide {
    display: none !important;
}

td.dataTables_empty {
    padding: 30px !important;
    background: white;
}

.input-label {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #172D40;
    margin-bottom: 15px;
}

input.underlined-input:disabled {
    padding-left: 10px;
    padding-right: 10px;
}
input.underlined-input {
    border: 0;
    border-bottom: 1px solid #8C949C;
    font-size: 16px;
    line-height: 19px;
    color: #172d40;
    margin-bottom: 30px;
    width: 100%;
    padding: 8px 0;
}

input.underlined-input:focus {
    border: 0;
    border-bottom: 1px solid #172d40 !important;
}

.underlined-input-wrapper {
    margin-bottom: 30px;
}

.underlined-input-wrapper input.underlined-input {
    margin-bottom: 0;
}

*:focus {
    outline: none !important;
}

.content-wrapper.main-content {
    background: #fafafa;
}

.content .card {
    padding: 15px;
}

.footer {
    text-align: right;
    margin-right: 15px;
    margin-bottom: 10px;
}

.flag-image {
    margin-right: 7px;
}

.card.extra-padding {
    padding: 35px;
}

i.loading-spinner {
    margin-left: 5px;
}

#filtersModalDialog .select2-underlined input.select2-search__field {
    padding-left: 0!important;
    font-size: 16px!important;
}

#filtersModalDialog .select2-underlined ul.select2-selection__rendered {
    padding-left: 0!important;
}

/* NAVBAR - START */
.navbar {
    background: #172d40;
    color: white;
}

a.navbar-nav-link.sidebar-control.sidebar-main-toggle i {
    color: white;
}

.navbar i.icon-three-bars {
    font-size: 24px;
}

.navbar button {
    color: white;
}
/* NAVBAR - END */


/* TOP BUTTONS - START */
.buttons-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.buttons-section button {
    margin-left: 11px;
    padding: 12px 24px;
    font-weight: 500;
}
/* TOP BUTTONS - END */


/* SWITCHERY - START */
.switchery-container {
    display: flex;
}
.switchery-container .switchery {
    margin: 0 10px;
}
/* SWITCHERY - END */


.card {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: 0;
}

.dropdown-menu {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14) !important;
    border-radius: 7px;
    border: 0;
}

.dropdown-menu a {
    color: #172d40;
}

.dropdown-menu.show {
    z-index: 1100;
}

.badge {
    background: #48eed0;
    color: #172d40!important;
}

.sidebar:not(.sidebar-component) .sidebar-content {
    display: flex;
    top: 0;
}

#page-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
}

.opacity0 {
    opacity: 0 !important;
}
.hidden {
    display: none !important;
}

/* LOADER - START */
div#loading-container {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #00000045;
    z-index: 999;
    backdrop-filter: blur(10px);
    opacity: 1;
    transition: opacity 0.4s ease;
}

.spinner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    flex: 1;
    height: 100%;
}

.reverse-spinner {
    position: relative;
    height: 80px;
    width: 80px;
    border: 3px solid transparent;
    border-top-color: #172d40;
    border-left-color: #172d40;
    border-radius: 50%;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
  
.reverse-spinner::before {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    content: "";
    border: 3px solid transparent;
    border-top-color: #48eed0;
    border-left-color: #48eed0;
    border-radius: 50%;
    -webkit-animation: spinBack 1s linear infinite;
    animation: spinBack 1s linear infinite;
}

@-webkit-keyframes spinBack {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(-720deg);
        transform: rotate(-720deg);
    }
}
  
@keyframes spinBack {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(-720deg);
        transform: rotate(-720deg);
    }
}
 
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
  
@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
  
/* LOADER - END */



/* MODAL - START */
.modal.fade.show {
    backdrop-filter: blur(6px);
}

.modal-dialog {
    border-radius: 10px!important;
    border: 0!important;
}

.modal-content {
    border-radius: 10px;
    border: 0;
    box-shadow: 0 0 6px rgba(0,0,0,0.1);
}

.modal-dialog button.close {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    margin: -11px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-items: center;
    padding: 0;
    font-size: 27px;
}
/* MODAL - END */

/*  */



/* BUTTONS - START */

.button-blue-fill-rounded {
    background: #172d40;
    color: white;
    border-radius: 100px;
}

.button-no-fill {
    background: transparent;
    color: #172d40;
    border-radius: 100px;
    padding: 7px 20px;
}

.button-blue-fill {
    background: #172d40;
    color: white;
    border-radius: 100px;
    padding: 7px 20px;
}

.button-green-fill {
    background: #48EED0;
    color: #172d40;
    border-radius: 100px;
    padding: 7px 20px;
}

.button-gray-fill {
    background: #EFF0F2;
    color: #172d40;
    border-radius: 100px;
    padding: 7px 20px;
}

.button-red-fill {
    background: #DC2133;
    color: white;
    border-radius: 100px;
    padding: 7px 20px;
}

.round-icon-button {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    cursor: pointer;
}

.round-icon-button:hover {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25)!important;
    background: #f1f1f1;
}

.round-button-light {
    border-radius: 100px;
    color: #172d40;
    background: #EFF0F2;
    font-weight: 500;
    padding: 7px 22px;
    font-size: 12px;
}

.search-button {
    background: #eff0f2;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 2px solid #eff0f2;
}

.input-right-button {
    background: #e8e8e8;
    color: #172d40;
    font-weight: 500;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

/* BUTTONS - END */




/* DATATABLES - START */
.dataTables_paginate .paginate_button {
    border-radius: 10px !important;
}

.dataTables_paginate .paginate_button.current, 
.dataTables_paginate .paginate_button.current:focus, 
.dataTables_paginate .paginate_button.current:hover {
    background: #172D40;
}

.dt-button {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px !important;
    color: #172D40 !important;
    cursor: pointer;
    margin-left: 10px !important;
}

.dt-button:hover {
    background: #fbfbfb !important;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1) !important;
    color: #172d40;
}

.datatable-header input[type="search"] {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border-color: white;
}

.datatable-header textarea:focus, 
.datatable-header input:focus, 
.datatable-header input[type]:focus, 
.datatable-header textarea[type]:focus, 
.datatable-header .uneditable-input:focus {
    border: 1px solid transparent;
}

.dataTable,
.datatable-footer,
.datatable-header,
.dataTable thead th {
    border: 0;
}

.dataTable td, 
.dataTable th {
    border-top: 1px solid #efefef;
}

.dataTable tr:hover {
    background: #FAFAFA;
}

.dt-button-collection .dt-button {
    margin: 5px 0!important;
    background: #ffffff;
}

.dt-button-collection .dt-button.active {
    background: #172d40;
    color: white !important;
}

.dt-button-collection {
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
    border: 0;
}

.dt-button-collection .dt-button:hover {
    background: #f7f7f7;
    color: #172d40;
}

.dt-button-collection .dt-button.active:hover {
    background: #122535 !important;
    color: white !important;
}

.dataTables_wrapper select {
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
    border: 0;
    margin: 0 7px;
    border-radius: 10px;
}

.dataTables_filter input {
    margin-left: 12px;
}

.DTFC_LeftWrapper .DTFC_LeftBodyWrapper, .DTFC_LeftWrapper .DTFC_LeftFootWrapper, .DTFC_LeftWrapper .DTFC_LeftHeadWrapper,
.DTFC_RightWrapper .DTFC_RightBodyWrapper, .DTFC_RightWrapper .DTFC_RightFootWrapper, .DTFC_RightWrapper .DTFC_RightHeadWrapper {
    border: 0;
}

.action-icons, .file-icons {
    display: flex;
}

.action-icons a, .file-icons a {
    width: 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 5px;
    background: #e8e8e8;
    border-radius: 100px;
    display: flex;
}

.action-icons i, .file-icons i {
    margin: 0;
}

.table.with-action-buttons td:last-of-type {
    padding: 0;
}

tr.odd {
    background: #EDFEFB;
}

.dataTable tbody>tr.selected, .dataTable tbody>tr>.selected {
    background-color: #48EED0;
}

.datatable-filter-button {
    margin: 0 0 1.25rem 1.25rem;
}

.master-checkbox.dropdown.show .kt-checkbox {
    margin-top: -10px;
    transition: none;
}

.table{
   width: 100% !important; 
}

/* table.dataTable tbody td.select-checkbox:before, 
table.dataTable tbody th.select-checkbox:before {
    content: ' ';
    margin-top: -10px;
    margin-left: -10px;
    border: 2px solid #a7a7a7;
    border-radius: 3px;
    width: 20px;
    height: 20px;
}

table.dataTable tr.selected td.select-checkbox:after, 
table.dataTable tr.selected th.select-checkbox:after {
    content: '';
    top: 50%;
    left: 50%;
    margin-left: -2px;
    margin-top: -7px;
    width: 5px;
    height: 10px;
    border-width: 0 2px 2px 0!important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    border: solid #a9a9a9;
} */
/* DATATABLES - END */





/* SELECT2 DROPDOWN - START */
span.select2-selection,
span.select2-selection:focus,
span.select2-dropdown.select2-dropdown--below:focus,
span.select2-dropdown.select2-dropdown--below,
.select2-container--open .select2-dropdown--above,
select.filter-select,
input.select2-search__field {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border-color: white !important;
}

span.select2-selection:hover,
span.select2-dropdown.select2-dropdown--below:hover,
select.filter-select:hover {
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
    background: #fbfbfb;
}

.select2-results__option[aria-selected=true] {
    background: #172d40;
}

.select2-selection--multiple .select2-selection__choice {
    background: #172d40;
    border-radius: 100px;
}

input.select2-search__field {
    width: 100%;
}

li.select2-search.select2-search--inline {
    width: 100%;
}

input.select2-search__field {
    width: 100%!important;
    box-shadow: none;
}

input.select2-search__field:focus {
    border: 0!important;
}

li.select2-search.select2-search--inline input {
    box-shadow: none;
}

.select2-underlined span.select2-selection {
    border-bottom: 1px solid #8C949C!important;
    border-radius: 0;
    box-shadow: none;
}
/* SELECT2 DROPDOWN - END */






/* TABS - START */
.section-tabs.nav-tabs-bottom .nav-link.active:before,
.section-tabs.nav-tabs-bottom .nav-link:before {
    height: 0 !important;
}

.section-tabs.nav-tabs {
    border: 0;
}

.section-tabs a.nav-link.active {
    background: #172d40 !important;
    color: white !important;
}

.section-tabs a.nav-link {
    padding: 13px 20px !important;
}

.section-tabs li.nav-item:first-of-type a.nav-link {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.section-tabs li.nav-item:last-of-type a.nav-link {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.section-tabs.nav.nav-tabs {
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: 0;
}

.section-tabs li.nav-item {
    color: #8C949C;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}

.tab-with-indicator:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #48eed0;
    display: block;
    position: absolute;
    top: 20px;
    right: 5px;
    border-radius: 10px;
}
/* TABS - END */





/* SCROLLBARS - START */
::-webkit-scrollbar:vertical {
    width: 13px;
}

::-webkit-scrollbar:horizontal {
    height: 13px;
}
 
::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-track-piece {
    background: #fafafa;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #dadada; 
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #d0cfcf; 
}
/* SCROLLBARS - END */





/* DATEPICKER - START */
.datepicker-input {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: 0;
    color: #363941;
    font-size: 14px;
    line-height: 16px;
    padding: 12px 15px !important;
}

.calendars {
    box-shadow: none;
    border: 0;
}

.daterangepicker {
    border: 0;
    box-shadow: none !important;
}

.calendar {
    border: 0!important;
    box-shadow: 0 0 6px rgba(0,0,0,0.1) !important;
    border-radius: 10px!important;
}

.daterangepicker .calendar, .daterangepicker .ranges {
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    border: 0;
    border-radius: 10px;
}

.daterangepicker .ranges {
    padding: 0 10px;
}

.ranges .range_inputs .btn {
    border-radius: 100px;
    padding: 7px 16px;
    font-size: 14px;
}

.ranges .range_inputs .btn.applyBtn {
    background: #26a69a;
}
/* DATEPICKER - END */





/* FORM INPUTS - START */
.form-control {
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
    border: 0;
    border-radius: 10px;
}

input.with-shadow {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border-color: white;
    border: 0;
    padding: 8px 15px;
}

.filter-group {
    margin-right: 20px;
    display: flex;
}

.filter-group label {
    margin-right: 10px;
}
/* FORM INPUTS - END */





/* DRAGGABLE - START */
span.draggable-fields {
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
    padding: 10px 15px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 0 150px;
}

.container-drag {
    width: auto;
    height: auto;
    display: inline-block;
    flex-direction: row;
    margin: 7px;
    min-width: 150px;
    cursor: grab;
    line-height: 18px;
    font-size: 15px;
    border: 0;
    text-align: center;
    background: white;
}

.collection-drag {
    display: block;
    min-height: unset;
}

.drag-drop-disabled {
    background: #f3f3f3 !important;
    cursor: unset !important;
}
/* DRAGGABLE - END */



/* KT THEME RADIO BUTTONS - START */
.kt-radio {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    text-align: left;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 1rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 14px;
    line-height: 22px;
}
.kt-radio>input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.kt-radio-inline .kt-radio {
    display: inline-block;
    margin-right: 50px;
    margin-bottom: 5px;
}
.kt-radio>input:checked~span {
    border: 2px solid #8c949c;
}
.kt-radio:hover>input:not([disabled]):checked~span, .kt-radio>input:checked~span {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.kt-radio>input:checked~span {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: 0 0;
}
.kt-radio>span {
    border: 2px solid #8c949c;
}
.kt-radio>span {
    background: 0 0;
    position: absolute;
    top: 1px;
    left: 0;
    height: 18px;
    width: 18px;
    border-radius: 50%!important;
}
.kt-radio>input:checked~span:after {
    display: block;
}
.kt-radio>span:after {
    border: solid #8c949c;
    background: #8c949c;
}
.kt-radio>span:after {
    content: '';
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    margin-left: -3px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-radius: 100%!important;
}
.vertical-radio-container {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}
/* KT THEME RADIO BUTTON - END */


/* KT THEME CHECKBOX - START */
.kt-checkbox {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    text-align: left;
    cursor: pointer;
    font-size: 1rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.kt-checkbox-inline .kt-checkbox {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 5px;
}
.kt-checkbox>input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.kt-checkbox>span {
    border: 2px solid #8c949c;
}
.kt-checkbox>span {
    border-radius: 3px;
    background: 0 0;
    position: absolute;
    top: 1px;
    left: 0;
    height: 18px;
    width: 18px;
    background: white;
}
.kt-checkbox>input:checked~span:after,
table tr.selected .kt-checkbox>input~span:after,
.checkbox-indeterminate-container .kt-checkbox>input~span:after,
.checkbox-checked-container .kt-checkbox>input~span:after {
    display: block;
}
.kt-checkbox>span:after,
table tr.selected .kt-checkbox>span:after,
.checkbox-indeterminate-container .kt-checkbox>span:after,
.checkbox-checked-container .kt-checkbox>span:after {
    border: solid #8c949c;
}
.kt-checkbox>span:after {
    content: '';
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    margin-left: -2px;
    margin-top: -6px;
    width: 5px;
    height: 10px;
    border-width: 0 2px 2px 0!important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
label.kt-checkbox.disabled-checkbox span {
    background: #8c949c;
}

.kt-checkbox.disabled-checkbox>span:after {
    border-color: white;
}

table .kt-checkbox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -10px;
}

.checkbox-indeterminate-container .kt-checkbox>span:after {
    transform: rotate(90deg);
    width: 0;
    margin-left: -1px;
    margin-top: -5px;
}
/* KT THEME CHECKBOX - END */



/* LOADING ANIMATION - START */
.loadinganimation {
    height: 20px;
    border-radius: 200px;
    background: #b1b1b1;
    opacity: 1;
    -webkit-animation: 1.7s infinite pulseFading;
    animation: 1.7s infinite pulseFading;
}

.loadinganimation.short { width: 50px; }
.loadinganimation.medium { width: 85px; }
.loadinganimation.long { width: 150; }
.loadinganimation.verylong { width: 250px; }

@-webkit-keyframes pulseFading {
    0%, 100% { opacity: .1 } 50% { opacity: .2 }
}
@keyframes pulseFading {
    0%, 100% { opacity: .1 } 50% { opacity: .2 }
}
/* LOADING ANIMATION - END */



/* TABS - START */
.tabs-section {
    display: flex;
    align-items: center;
    margin-left: 20px;
    flex: 1;
    flex-direction: row;
    justify-content: space-between;
    min-height: 75px;
}

.tabs-section .nav-tabs {
    margin: 0;
    border: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #455766;
}

.tabs-section .nav-tabs .nav-link {
    background: none!important;
    border: 5px solid transparent;
    border-left: 0;
    border-right: 0;
}

.tabs-section .nav-tabs .nav-link.active {
    border-bottom: 5px solid #172d40
}

.tabs-section a.nav-link {
    white-space: nowrap;
    padding: 25px 15px;
}
/* TABS - END */


/* TOASTR - START */
.toastr-buttons {
    justify-content: flex-end;
    display: flex;
    margin-top: 12px;
}

.toastr-buttons #toastr-yes,
.toastr-buttons .toastr-yes {
    background: #172d40;
    color: white;
}

.toastr-buttons #toastr-no, 
.toastr-buttons .toastr-no {
    background: #fafafa;
    color: #172d40;
}

.toastr-buttons button {
    border: 0;
    padding: 5px 20px;
    margin: 0 4px;
    border-radius: 100px;
}

#toast-container>div {
    opacity: 1 !important;
    border-radius: 10px !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.3) !important;
    border: 0 !important;
    transition: all 0.3s ease !important;
}

#toast-container>.toast-info {
    background-color: #224a6d !important;
    overflow-y: auto;
    max-height: 85vh;
}

#toast-container>div:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.7) !important;
}

/* TOASTR - END */

.hide {
    display: none;
}

@media screen and (min-width: 768px) {
    .navbar-collapse.collapse:before {
        border-left: 1px solid #f5f5f5e0;
        content: '';
        height: 35px;
    }
}

@media screen and (max-width: 1024px) {
    .datatable-header {
        flex-direction: column;
    }
}

/* IE 10+ SPECIFIC STYLES */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
    .tabs-section {
        display: inline;
    }

    .tabs-section .nav-tabs {
        margin: 0;
        border: 0;
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        display: flex;
        align-items: center;
        color: #455766;
    }

    .nav-sidebar .nav-item a.add-icon{
        display: inline;
    }

    .buttons-section{
        display: block;
        float:right;
    }

    .switchery-container {
        display: inline;
    }

    .sidebar:not(.sidebar-component) .sidebar-content {
        display: inline;
    }

    .spinner-container {
        display: inline;

    }

    .modal-dialog button.close {
        display: inline;
    }

    .round-icon-button {
        display: inline;
    }

    .action-icons, .file-icons {
        display: inline;
    }

    .action-icons a, .file-icons a {
        display: inline;
    }

    .action-icons a, .file-icons a {
        display: inline;
    }

    .filter-group {
        display: inline;
    }

    .filter-group {
        display: inline;
    }

    .vertical-radio-container {
        display: inline;
    }

    table .kt-checkbox {
        display: inline;
    }

    .toastr-buttons {
        justify-content: flex-end;
        display: inline;
    }

    .collection-drag {
        display: block;
        min-height: 200px;
    }

 }