@import url("../fonts/fonts.css");

body{
  font-family: 'FiraSansRegular';
  font-size: 13px;
  font-weight: normal;
}
table > tbody{
  color: #595b62;
}
a, 
a:hover {
  color: #595b62;
}
img {
    max-width: 100%;
}
.flex-container {
    display: flex;
    height: 100vh;
}
.fs-11 {
  font-size: 11px !important;
}
.fs-13 {
  font-size: 13px !important;
}
.cl-white {
  color: #fff !important;
}
.red {
  color: #d43f3a !important;
}
.green {
  color: #5cb85c !important;
}
.cl-black {
  color: #000 !important;
}
.c9900ff {
  color: #9900ff !important;
}
.cl-gray {
  color: gray !important;
}
.cl-purple,
.cl-purple:hover {
    color: #6182e8 !important;
}
.bg-purple {
    background: #6182e8 !important;
}
.bg-purple:hover {
    background: #516cc2 !important
}
.btn-danger {
  background-color: #eb4856;
  border-color: #eb4856
}
.btn-danger:hover {
  background-color: #bf414c;
  border-color: #bf414c
}
.btn-danger.disabled, 
.btn-danger:disabled {
  background-color: #f3d4d8;
  border-color: #f3d4d8;
}
.w-300 {
  width: 300px !important;
}
.mb-5px {
    margin-bottom: 5px;
}
.w-auto {
  width: auto !important;
}
.fw-bold {
  font-weight: bold !important;
}
.hidden {
    display: none !important;
}
.select2-selection {
  width: 100% !important;
}
.select2-container--default .select2-selection--multiple {
  margin-bottom: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  float: right;
  margin-left: 6px;
  margin-right: 0;
  color:#fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color:#fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #6182e8;
  color: #fff;
  white-space: initial;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
  background-color: #ebecf2;
  color: #38393e !important;
}
.navbar-light .navbar-nav .nav-link{
  color: #38393e;
  font-weight: normal;
}
.form-control{
  color: #595b62;
  font-size: 13px;
  font-family: 'FiraSansRegular';
}
/* BUTTON */
.btn-secondary{
  background-color: #787a84 !important;
  border-color: #787a84 !important;
}
.btn-secondary:hover{
  background-color: #595b62 !important;
  border-color: #595b62 !important;
}
.btn-small {
  height: 22px !important;
  line-height: 22px !important;
}
.btn{
  padding: 0 0.87rem;
  height: 34px;
  line-height: 32px;
  font-size: 13px;
  font-family: 'FiraSansRegular';
  cursor: pointer;
}
.btn-secondary a {
  color: #fff;
  text-decoration: none;
}
.colorwhite{
  color:#fff !important;
}
.btn-purple {
    background: #6182e8;
    border-color: #6182e8;
    color:#fff;
}
.btn-purple:not(:disabled):not(.disabled).active, 
.btn-purple:not(:disabled):not(.disabled):active, 
.show>.btn-purple.dropdown-toggle,
.btn-purple:hover {
    color:#fff;
    background: #516cc2;
    border-color: #516cc2;
}
.btn-purple.disabled, 
.btn-purple:disabled {
    color: #fff;
    background-color: #b1c2f6;
    border-color: #b1c2f6;
    pointer-events: none;
}
.btn-badge-number {
  position: relative;
  padding-left: calc(.375rem + 42px) !important;
  font-size: 13px;
  font-family: 'FiraSansRegular';
}
.btn-badge-number > span.number-filter {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 34px;
  background: #595b62;
}
.btn-badge-number > .fas {
    margin-left: 5px;
}
input[type="text"]::-webkit-input-placeholder, 
input[type="password"]::-webkit-input-placeholder, 
input[type="search"]::-webkit-input-placeholder {
  color: #999ba1;
  opacity: 1;
  font-family: 'FiraSansRegular';
  font-size: 13px;
}
input[type="text"]:-ms-input-placeholder, 
input[type="password"]:-ms-input-placeholder, 
input[type="search"]:-ms-input-placeholder {
  color: #999ba1;
  opacity: 1;
  font-family: 'FiraSansRegular';
  font-size: 13px;
}
input[type="text"]::placeholder, 
input[type="password"]::placeholder, 
input[type="search"]::placeholder { 
  color: #999ba1;
  opacity: 1;
  font-family: 'FiraSansRegular';
  font-size: 13px;
}
/* END BUTTON */

/* NAVIGATION */
.navbar {
    padding-top: 0;
    padding-bottom: 0;
}
.dropdown-dark {
  padding: 0;
  margin-top: 0;
  border: none;
  border-radius: 0;
  background:#787a84;
}
.dropdown-item {
    padding: .55rem 1.2rem;
    color:#fff;
}
.dropdown-item:hover {
    background: #595b62;
    color:#fff;
}
/* END NAVIGATION */

/* SPACING */
.pb-10, .py-10 {
  padding-bottom: 10px !important;
}
.pt-10, .py-10 {
  padding-top: 10px !important;
}
/* END SPACING */

/* BREADCRUMB */
.breadcrumb-item+.breadcrumb-item {
  padding-left: 1rem;
  line-height: 30px;
  height: 34px;
}

.breadcrumb-item+.breadcrumb-item::before {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-size: 14px;
    padding-right: 1rem;
    color: #a5a7b9;

}
/* END BREADCRUMB */

/* The switch - the box around the slider */
.switch {
    position: relative;
    float: right;
    display: inline-block;
    width: 38px;
    height: 24px;
    margin-bottom: 5px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {display:none;}
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border: thin solid #dedede;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider.round:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 0;
    bottom: -1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: 0 0 7px #999;
  }
  
  input.default:checked + .slider {
    background-color: #444;
  }
  input.primary:checked + .slider {
    background-color: #6182e8;
  }
  input.success:checked + .slider {
    background-color: #8bc34a;
  }
  input.info:checked + .slider {
    background-color: #3de0f5;
  }
  input.warning:checked + .slider {
    background-color: #FFC107;
  }
  input.danger:checked + .slider {
    background-color: #f44336;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #6182e8;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(12px);
    -ms-transform: translateX(12px);
    transform: translateX(12px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

  /* PANEL */
  .panel-default {
    background-color: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    padding: 20px;
  }
  /* END PANEL */
  
  /* DATATABLE */
  div.dataTables_wrapper div.dataTables_info {
    height: 34px;
    line-height: 34px;
    padding: 0;
  }
  table.dataTable thead > tr > th{
    border: none;
    font-family: 'FiraSansSemiBold';
    font-weight: normal;
  }
  table{
    color: #38393e !important;
    margin-top: 0 !important;
  }
  .pagination > li.dot {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    pointer-events: none;
}
  .table-footer > div:nth-child(2) {
    flex: 1;
    align-items: center!important;
    justify-content: center!important;
    display: flex;
  }
  .dataTables_length label{
    margin: 0;
    margin-right: 10px;
  }
  #performanceCQCTable_paginate ul{
    margin: 0;
    padding: 0;
  }
  table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
      display: none;
      opacity: 1;
      font-family: 'Font Awesome 5 Free';
      font-size: 14px;
      color:#6182e8;
      bottom: inherit ;
      top: inherit !important;
  }
  table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
    bottom: 10px;
    right: 0;
  }
  table.dataTable thead .sorting_asc:before {
    display: block;
    content: "\f078";
  }
  table.dataTable thead .sorting_desc:before {
    display: block;
    content: "\f077";
  }
  .rotate-header.sorting_asc:before{
    -ms-transform: skew(20deg,0deg);
    -moz-transform: skew(20deg,0deg);
    -webkit-transform: skew(20deg,0deg);
    -o-transform: skew(20deg,0deg);
    transform: skew(20deg,0deg);
  }
  .rotate-header.sorting_desc:before{
    -ms-transform: skew(20deg,0deg);
    -moz-transform: skew(20deg,0deg);
    -webkit-transform: skew(20deg,0deg);
    -o-transform: skew(20deg,0deg);
    transform: skew(20deg,0deg);
  }

  td.actions .fas {
    cursor: pointer;
  }
  td .fas:hover{
    opacity: 0.7;
  }
  .overflow-ellipsis{
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
  td.mw-180,
  td.mw-200,
  td.mw-300,
  td.mw-360,
  td.mw-380,
  td.mw-400,
  td.mw-500,
  th.mw-180,
  th.mw-200,
  th.mw-300,
  th.mw-360,
  th.mw-380,
  th.mw-400,
  th.mw-500 {
    width: auto;
  }
  .mw-180,
  .mw-200,
  .mw-300,
  .mw-360,
  .mw-380,
  .mw-400,
  .mw-500 {
    width: 100%;
  }
  .mw-300{
    margin-left: auto;
    margin-right: auto;
  }
  .break-word{word-break: break-word;  word-wrap: break-word;}
  .break-all{word-break: break-all;}
  /* table.dataTable thead .sorting:before, 
  table.dataTable thead .sorting_asc:before, 
  table.dataTable thead .sorting_desc:before, 
  table.dataTable thead .sorting_asc_disabled:before, 
  table.dataTable thead .sorting_desc_disabled:before {
    display: block;
    content: "\f078";
  } */
  /* table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:after {

  }
  table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {

  } */
  /* END DATATABLE */

  /* TOGGLE JS */
  .toggle-group label.btn-success.toggle-on {
    background: #6182e8 !important;
  }
  .toggle-group label.btn-light.toggle-off[disabled="disabled"],
  .toggle-group span.btn-light.toggle-handle[disabled="disabled"] {
    background: #f0f0f4 !important;
  }
  div.toggle {
    background: none !important;
    border: none !important;
    width: 40px !important;
    height: 25px !important;
    min-height: 1.85rem !important;
    min-width: 2.8rem !important;
  }
  .toggle-group label.toggle-off {
    border: thin solid #ccc !important;
    background: #fff !important;
  }
  .toggle.ios, 
  .toggle-on.ios, 
  .toggle-off.ios {
    border: none !important;
  }
  .toggle .toggle-handle {
    border-radius: 50% !important;
    padding: 0;
    width: 30px;
    height: 30px;
    margin-right: 30px;
    box-shadow: 0 0 2px #999;
    border: thin solid #cccc;
  }
  .toggle.off .toggle-handle {
    margin-right: -30px !important;
  }
  .toggle.ios .toggle-handle {
    background: #fff !important;
    border-color: #d3d9df !important;
  }
  .toggle-group label, 
  .toggle-group span {
    color:rgba(0,0,0,0) !important;
    border-radius: 20rem !important;
  }
  .btn-toggle-purple{
    background: #6182e8;
  }
  a.btn {
    cursor: pointer;
  }
  /* END TOGGLE JS */
  

  /* FILTER */
  .group-filter {
    width: 100% !important;
  }
  .width-input-filter{
    min-width: 250px;
  }
  .form-group-button{
    min-width: 210px;
  }
  .group-filter .btn-group{
    margin-bottom: .5rem;
    margin-right: .5rem;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
  }
  .group-filter .btn-group.show,
  .dropdown-menu.show {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
  }
  .form-inline .multiselect-container li a label.checkbox input[type=checkbox], 
  .form-inline .multiselect-container li a label.radio input[type=radio] {
    margin-left: -33px;
  }
  .dropdown-menu.show {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-right: 10px;
  }
  .dropdown-menu.dropdown-dark.show {
    background:#787a84
  }
  .group-filter .btn-group .multiselect.dropdown-toggle{
    text-align: left !important;
    height: 32px;
  }
  .group-filter .btn-group .multiselect.dropdown-toggle:after{
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    content: "\f078";
    font-size: 10px;
    right: 10px;
    position: absolute;
    top: 0px;
    border: none !important;
  }
  .group-filter .form-control:focus, .group-filter .form-control.selected  {
    color: #595b62; 
  }
  .group-filter .btn-group .btn[title="None selected"],  .group-filter .form-control{
    color: #999ba1;
  }
  .group-filter .btn-group .btn, .group-filter .btn-group.show .btn, input[type="text"]:not([value=""]){
    color: #595b62;
  }
  input.form-date:not([value=""]) {
    color: #595b62;
  }
  .select-zero,
  .select-zero:focus option {
    color: #595b62;
  }
  .active-zero {
    color: #999ba1;
  }
  .custom-select:focus, .btn:focus, .form-control:focus, .form-control{
    box-shadow: inherit !important;
  }
  .group-filter .btn-group .multiselect-container .multiselect-reset .btn-default{
    border: 1px solid #ccc;
  }
  .group-filter .btn-group .multiselect-container .multiselect-item .multiselect-search{
    width: 100%;
    border-radius: .25rem;
  }
  .group-filter .btn-group .multiselect-container .multiselect-item .multiselect-clear-filter{
    display: none;
  }
  .group-filter .btn-group .multiselect-container>li label{
    display: list-item;
    vertical-align: top;
  }
  .group-filter .btn-group .multiselect-container>li label>input{
    margin-bottom: 0px;
    vertical-align: middle;
  }
  .select2-selection--multiple {
    border-radius: .25rem;
    margin-bottom: 7px;
    margin-right: 7px;
    background: #fff;
    
  }
  .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
  .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
  .select2-dropdown {
    border: thin solid #80bdff !important;
  }
  .select2-dropdown {
    border-top: none !important;
  }
  .select2-container--default .select2-selection--multiple, .select2-container .select2-selection--single{
    background: #fff;
    line-height: 1.5;
    min-height: 34px;
    border-radius: .25rem;
    border: 1px solid #ced4da !important;
    box-shadow: inherit;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
  }
  .form-date{
    min-width: 260px;
    background: #fff !important;
  }
  .closeText:before {content: "Clear";font-weight: bold; font-style: normal;}
  .closeTextMb:before {content: "Close";font-weight: bold; font-style: normal;}

  .custom-select{
     background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICBpZD0ic3ZnMiIKICAgdmlld0JveD0iMCAwIDM1Ljk3MDk4MyAyMy4wOTE1MTgiCiAgIGhlaWdodD0iNi41MTY5Mzk2bW0iCiAgIHdpZHRoPSIxMC4xNTE4MTFtbSI+CiAgPGRlZnMKICAgICBpZD0iZGVmczQiIC8+CiAgPG1ldGFkYXRhCiAgICAgaWQ9Im1ldGFkYXRhNyI+CiAgICA8cmRmOlJERj4KICAgICAgPGNjOldvcmsKICAgICAgICAgcmRmOmFib3V0PSIiPgogICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2Uvc3ZnK3htbDwvZGM6Zm9ybWF0PgogICAgICAgIDxkYzp0eXBlCiAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4KICAgICAgICA8ZGM6dGl0bGU+PC9kYzp0aXRsZT4KICAgICAgPC9jYzpXb3JrPgogICAgPC9yZGY6UkRGPgogIDwvbWV0YWRhdGE+CiAgPGcKICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjAyLjAxNDUxLC00MDcuMTIyMjUpIgogICAgIGlkPSJsYXllcjEiPgogICAgPHRleHQKICAgICAgIGlkPSJ0ZXh0MzMzNiIKICAgICAgIHk9IjYyOS41MDUwNyIKICAgICAgIHg9IjI5MS40Mjg1NiIKICAgICAgIHN0eWxlPSJmb250LXN0eWxlOm5vcm1hbDtmb250LXdlaWdodDpub3JtYWw7Zm9udC1zaXplOjQwcHg7bGluZS1oZWlnaHQ6MTI1JTtmb250LWZhbWlseTpzYW5zLXNlcmlmO2xldHRlci1zcGFjaW5nOjBweDt3b3JkLXNwYWNpbmc6MHB4O2ZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MXB4O3N0cm9rZS1saW5lY2FwOmJ1dHQ7c3Ryb2tlLWxpbmVqb2luOm1pdGVyO3N0cm9rZS1vcGFjaXR5OjEiCiAgICAgICB4bWw6c3BhY2U9InByZXNlcnZlIj48dHNwYW4KICAgICAgICAgeT0iNjI5LjUwNTA3IgogICAgICAgICB4PSIyOTEuNDI4NTYiCiAgICAgICAgIGlkPSJ0c3BhbjMzMzgiPjwvdHNwYW4+PC90ZXh0PgogICAgPGcKICAgICAgIGlkPSJ0ZXh0MzM0MCIKICAgICAgIHN0eWxlPSJmb250LXN0eWxlOm5vcm1hbDtmb250LXZhcmlhbnQ6bm9ybWFsO2ZvbnQtd2VpZ2h0Om5vcm1hbDtmb250LXN0cmV0Y2g6bm9ybWFsO2ZvbnQtc2l6ZTo0MHB4O2xpbmUtaGVpZ2h0OjEyNSU7Zm9udC1mYW1pbHk6Rm9udEF3ZXNvbWU7LWlua3NjYXBlLWZvbnQtc3BlY2lmaWNhdGlvbjpGb250QXdlc29tZTtsZXR0ZXItc3BhY2luZzowcHg7d29yZC1zcGFjaW5nOjBweDtmaWxsOiMwMDAwMDA7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmU7c3Ryb2tlLXdpZHRoOjFweDtzdHJva2UtbGluZWNhcDpidXR0O3N0cm9rZS1saW5lam9pbjptaXRlcjtzdHJva2Utb3BhY2l0eToxIj4KICAgICAgPHBhdGgKICAgICAgICAgaWQ9InBhdGgzMzQ1IgogICAgICAgICBzdHlsZT0iZmlsbDojMzMzMzMzO2ZpbGwtb3BhY2l0eToxIgogICAgICAgICBkPSJtIDIzNy41NjY5Niw0MTMuMjU1MDcgYyAwLjU1ODA0LC0wLjU1ODA0IDAuNTU4MDQsLTEuNDczMjIgMCwtMi4wMzEyNSBsIC0zLjcwNTM1LC0zLjY4MzA0IGMgLTAuNTU4MDQsLTAuNTU4MDQgLTEuNDUwOSwtMC41NTgwNCAtMi4wMDg5MywwIEwgMjIwLDQxOS4zOTM0NiAyMDguMTQ3MzIsNDA3LjU0MDc4IGMgLTAuNTU4MDMsLTAuNTU4MDQgLTEuNDUwODksLTAuNTU4MDQgLTIuMDA4OTMsMCBsIC0zLjcwNTM1LDMuNjgzMDQgYyAtMC41NTgwNCwwLjU1ODAzIC0wLjU1ODA0LDEuNDczMjEgMCwyLjAzMTI1IGwgMTYuNTYyNSwxNi41NDAxNyBjIDAuNTU4MDMsMC41NTgwNCAxLjQ1MDg5LDAuNTU4MDQgMi4wMDg5MiwwIGwgMTYuNTYyNSwtMTYuNTQwMTcgeiIgLz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPgo="); 
    background-position: right 9px center;
  }
  .require {
    color: red;
  }

  /* .select2-container--default .select2-search--inline .select2-search__field {
    width: 100% !important;
  } */
  .select2-container{
    min-width: 240px;
    margin-bottom: .5rem !important;
    margin-right: .5rem !important;
    min-height: 34px;
  }
  .select2-container--default .select2-search--inline .select2-search__field {
    text-indent: 5px;
    margin-top: 8px;
    height: 16px;
    color: #595b62;
    font-family: 'FiraSansRegular';
    font-size: 13px;
    margin-top: 9px;
  }
  .select2-container--default .select2-search--dropdown .select2-search__field{
    outline: none;
    outline-offset: 0;
  }
  .custom-select2 .select2-container{
    margin: 0 !important;
  } 
  .custom-select2 .select2-container--default.select2-container--disabled .select2-selection--single{
    background-color: #f0f0f4 !important;
  }
  .custom-select2 .select2-container .select2-selection--single, 
  .custom-select2 .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 34px;
  }
  .custom-select2 .select2-container .select2-selection--single{
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border: 1px solid #ced4da;
  }
  .custom-select2 .select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: #595b62;
  }
  .custom-select2 .select2-container--default .select2-selection--single .select2-selection__arrow b{
    border: solid #595b62;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2.5px;
    transform: rotate(45deg);
    position: absolute;
    top: 40%;
    right: 7px;
  }
  .was-validated .custom-select2 select.select2-hidden-accessible:invalid ~ span.select2-container--default .select2-selection{
    border-color: #dc3545 !important;
    background: inherit;
    color: #dc3545;
  }
  .was-validated .custom-select2 select.select2-hidden-accessible:invalid ~ .select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: #dc3545;
  }
  .was-validated .custom-select2 select.select2-hidden-accessible:invalid ~ .select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: #dc3545 !important;
  }

  .modal-title{
    font-family: 'FiraSansSemiBold';
    font-weight: normal;
    font-size: 13px;
    color: #38393e;
  }
  /* END FILTER */
  /*  MODAL */
  .loader.min {
    width: 35px;
  }
  .loader {
    display: none;
  }
  .non-overflow {
    overflow: hidden;
  }
  /* MODAL */
  /* CHECKBOX DEFAULT */
  .radio label,
  .radio-inline label,
  .checkbox label,
  .checkbox-inline label {
    padding-left: 25px;
  }
  
  .radio input[type="radio"],
  .radio input[type="checkbox"],
  .radio-inline input[type="radio"],
  .radio-inline input[type="checkbox"],
  .checkbox input[type="radio"],
  .checkbox input[type="checkbox"],
  .checkbox-inline input[type="radio"],
  .checkbox-inline input[type="checkbox"] {
    margin-left: -25px;
  }
  
  input[type="checkbox"],
  .checkbox input[type="checkbox"],
  .checkbox-inline input[type="checkbox"] {
    position: relative;
    border: none;
    margin-bottom: -4px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
  }
  
  input[type="checkbox"]:focus,
  .checkbox input[type="checkbox"]:focus,
  .checkbox-inline input[type="checkbox"]:focus {
    outline: none;
  }
  
  input[type="checkbox"]:focus:after,
  .checkbox input[type="checkbox"]:focus:after,
  .checkbox-inline input[type="checkbox"]:focus:after {
    border-color: #dedfe7;
  }
  
  input[type="checkbox"]:after,
  .checkbox input[type="checkbox"]:after,
  .checkbox-inline input[type="checkbox"]:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    border: 1px solid #dedfe7;
    border-radius: 2px;
    -webkit-transition: 240ms;
    transition: 240ms;
  }
  
  input[type="checkbox"]:checked:before,
  .checkbox input[type="checkbox"]:checked:before,
  .checkbox-inline input[type="checkbox"]:checked:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    display: table;
    width: 13px;
    height: 13px;
    border: 3px solid #fff;
  }
  
  input[type="checkbox"]:checked:after,
  .checkbox input[type="checkbox"]:checked:after,
  .checkbox-inline input[type="checkbox"]:checked:after {
    background-color: #6182e8;
    border-color: #dedfe7;
  }
  
  input[type="checkbox"]:disabled:after,
  .checkbox input[type="checkbox"]:disabled:after,
  .checkbox-inline input[type="checkbox"]:disabled:after {
    border-color: #dee2e6;
  }
  
  input[type="checkbox"]:disabled:checked:after,
  .checkbox input[type="checkbox"]:disabled:checked:after,
  .checkbox-inline input[type="checkbox"]:disabled:checked:after {
    background-color: #dee2e6;
    border-color: transparent;
  }
  .checkbox label {
      margin-bottom: 0;
  }
  /* END CHECKBOX DEFAULT */

  /* PAGE */
  .page-item.active .page-link {
    background-color: #6182e8;
    border-color: #6182e8;
  }
  .page-link:hover {
    color:#516cc2;
  }
  .page-link{
    color: #595b62;
    padding: 0;
    width: 60px;
    height: 34px;
    text-align: center;
    line-height: 32px;
  }
  i.fas {
    font-size: 14px;
  }
  .page-item.disabled .page-link{
    color: #999ba1;
  }
  ul.pagination li .fas {
    position: relative;
    top: 2px;
  }
  /* END PAGE */

  /* MEDIA */
   /* MEDIA */
   @media (min-width: 10px) {
    .mw-300{
        max-width: 100% !important;
        margin-left: auto;
        margin-right: auto;
    }
  }
  @media (min-width: 768px) {
    .mw-180 {
      max-width: 180px;
    }
    .mw-200 {
      max-width: 200px;
    }
    .mw-300{
      max-width: 300px !important;
    }
    .mw-360 {
      max-width: 360px;
    }
    .mw-380 {
      max-width: 380px !important;
    }
    .mw-400{
      max-width: 400px ;
    }
    .mw-500 {
      max-width: 500px;
    }
    .mb-2rem {
      margin-bottom: 2rem !important;
    }
    .dropdown-menu.show {
      padding: inherit;
    }
  }
  /* END MEDIA */