* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Graphik";
  color: #000;
  background: linear-gradient(0deg, rgba(146, 208, 233, 0.04), rgba(139, 202, 238, 0.04)), #ffffff;
  padding: 0 !important;
}

.modal.overflow_hidden {
  overflow: hidden;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #11263c;
}

/* Buttons */
.login_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(269.36deg, #1e7ab8 -23.62%, #7ebffc 120.63%);
  color: #fff;
  width: 100%;
  height: 56px;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 38px;
}
.login_btn:hover {
  background: linear-gradient(-269.36deg, #1e7ab8 -23.62%, #7ebffc 120.63%);
  color: #fff;
}

.rw_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #fff !important;
  background: linear-gradient(269.36deg, #1e7ab8 -23.62%, #7ebffc 120.63%);
  padding: 0 15px;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
  outline: none;
}

.rw_btn:hover {
  background: linear-gradient(-269.36deg, #1e7ab8 -23.62%, #7ebffc 120.63%);
  color: #fff;
}

.rw_save_btn .rw_btn {
  min-width: 193px;
  max-width: 193px;
  margin: 58px 0 58px auto;
}

.rw_form_inputs .rw_form_label {
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  color: rgb(17 38 60 / 68%) !important;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.rw_form_inputs .rw_form_label.active {
  color: #11263c;
}
.rw_form_inputs .rw_input {
  margin-bottom: 16px;
  position: relative;
}
.rw_form_inputs .rw_input input {
  width: 100%;
  height: 56px;
  background: #ffffff;
  border: 1px solid #ebecf4;
  padding: 0 55px 0 24px;
  font-size: 14px;
  color: #11263c;
  outline: none;
}
.rw_form_inputs .rw_input input::-moz-placeholder {
  font-size: 14px;
  color: #000000;
  opacity: 0.4;
}
.rw_form_inputs .rw_input input:-ms-input-placeholder {
  font-size: 14px;
  color: #000000;
  opacity: 0.4;
}
.rw_form_inputs .rw_input input::placeholder {
  font-size: 14px;
  color: #000000;
  opacity: 0.4;
}
.rw_form_inputs .rw_input input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
          appearance: none;
}
.rw_form_inputs .rw_input input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
}
.rw_form_inputs .rw_input input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
}
.rw_form_inputs .rw_input input[type=date] {
  padding: 0 1px 0 24px;
}
.rw_form_inputs .rw_input input[type=date]::-webkit-calendar-picker-indicator {
  background: url(../images/icons/date.svg);
  background-repeat: no-repeat;
  width: 23.94px;
  height: 24px;
}
.rw_form_inputs .rw_input input[type=number] {
  -moz-appearance: textfield !important;
}
.rw_form_inputs .input_icon {
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
}
.rw_form_inputs.rw_eye {
  cursor: pointer;
}

.rw_inp_focus .rw_form_label {
  color: #11263c !important;
}
.rw_inp_focus .rw_input input {
  border: 1px solid #11263c !important;
}
.rw_inp_focus .rw_input .input_icon {
  opacity: 1;
}

.error .rw_input input {
  border: 1px solid #d94f4f !important;
}
.error .rw_input .input_icon {
  opacity: 1;
}

.rw_dropdown .select_dropdown {
  display: flex;
  align-items: center;
  width: 100%;
  height: 56px;
  background: #ffffff;
  border: 1px solid #ebecf4;
  font-size: 14px;
  color: #11263c;
  color: red;
  position: relative;
}
.rw_dropdown .select_dropdown .input_icon {
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  opacity: 0.4;
}
.rw_dropdown .select_dropdown select {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 100%;
  padding: 0 40px 0 24px;
  text-transform: uppercase;
  outline: none;
}
.rw_dropdown .select_dropdown select option {
  text-transform: uppercase;
  padding: 15px 10px;
  background: #ffffff;
  box-shadow: 0px 4px 16px rgba(1, 33, 105, 0.12);
}
.rw_dropdown .select_dropdown select option.drop_option {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  opacity: 0.4;
  text-transform: uppercase !important;
}

.rw_bootstrap_drop_down .dropdown-toggle {
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.4);
  text-transform: capitalize;
  display: flex;
  align-items: center;
  width: 100%;
  height: 56px;
  background: #ffffff;
  border: 1px solid #ebecf4;
  font-size: 14px;
  position: relative;
  margin-bottom: 16px;
  padding: 0 55px 0 24px;
}
.rw_bootstrap_drop_down .dropdown-toggle::after {
  display: none;
}
.rw_bootstrap_drop_down .dropdown-toggle::before {
  content: url(../images/icons/caret_light.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  color: rgba(0, 0, 0, 0.4);
  opacity: 0.2;
  width: 23.94px;
  height: 24px;
}
.rw_bootstrap_drop_down .dropdown-toggle.show::before {
  transform: rotate(-180deg);
}
.rw_bootstrap_drop_down .dropdown-toggle:focus {
  box-shadow: none !important;
}
.rw_bootstrap_drop_down .dropdown-menu {
  background: #ffffff;
  box-shadow: 0px 4px 16px rgba(1, 33, 105, 0.12);
  padding: 10px 19px;
  border-radius: 0;
  border: none;
  width: 100%;
  min-height: 344px;
  max-height: 344px;
  height: 100%;
  overflow-y: auto;
}
.rw_bootstrap_drop_down .dropdown-menu li a {
  display: block;
  padding: 15px 15px;
  font-size: 16px;
  color: #11263c;
  transition: all 0.3s ease-in-out;
}
.rw_bootstrap_drop_down .dropdown-menu li a:hover {
  background-color: #fffaf6;
}

.rw_inp_focus .dropdown-toggle {
  border: 1px solid #11263c !important;
}
.rw_inp_focus .dropdown-toggle:focus label {
  color: rgba(17, 38, 60, 0.4);
}

/* .rw_inp_focus{
    .dropdown-toggle{
        border-color: #11263c;
        &:focus{
            label{
                color: #11263c !important;
            }
        }
    }
    label{
        color: #11263c !important;
    }
    input{
        &:focus{
            border-color:  #11263c;
        }
    }
} */
.rw_checkbox {
  display: flex;
  align-items: center;
}
.rw_checkbox label {
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  position: relative;
  margin-left: 33px;
}
.rw_checkbox label::before {
  content: "";
  position: absolute;
  left: -31px;
  top: 50%;
  width: 18px;
  height: 18px;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.24);
  border-radius: 2px;
  transform: translateY(-50%);
}
.rw_checkbox label::after {
  content: url("../images/icons/checkmark.svg");
  position: absolute;
  left: -31px;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  z-index: 0;
  display: none;
}
.rw_checkbox .check_input {
  position: absolute;
  left: -99999px;
}
.rw_checkbox .check_input:checked ~ label::before {
  z-index: -1;
}
.rw_checkbox .check_input:checked ~ label::after {
  display: block;
}

table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_desc::before {
  content: url(../images/icons/sorting_up.svg) !important;
  top: 10px;
  bottom: auto;
  right: 10px;
  /* opacity: 0.3; */
}

table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_desc:after {
  content: url(../images/icons/sorting_down.svg) !important;
  bottom: 10px;
  top: auto;
  right: 10px;
}

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 {
  content: url(../images/icons/sorting_up.svg) !important;
  top: 10px;
  bottom: auto;
  right: 10px;
}

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 {
  content: url(../images/icons/sorting_down.svg) !important;
  bottom: 10px;
  top: auto;
  right: 10px;
}

.sorting_none::before {
  display: none !important;
}

.sorting_none::after {
  display: none !important;
}

.action_dropdown ul li a {
  display: block;
}
.action_dropdown .action_submenu {
  position: absolute;
  left: -120px;
  top: 41px;
  background: #ffffff;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.16);
  min-width: 192px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  padding: 19px 15px 0 16px;
  transition: all 0.3s ease-in-out;
  z-index: 9;
}
.action_dropdown .action_submenu::before {
  content: "";
  position: absolute;
  right: 32px;
  top: -12px;
  width: 19px;
  height: 9.5px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 14px solid #fff;
}
.action_dropdown .action_submenu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.action_dropdown .action_submenu li a {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  padding: 0 0 24px;
  text-transform: capitalize;
}
.action_dropdown .action_submenu li a img {
  margin-right: 15px;
}

.rw_table_wrapper {
  padding-top: 20px;
  padding-bottom: 40px;
  background: linear-gradient(0deg, rgba(146, 208, 233, 0.04), rgba(139, 202, 238, 0.04)), #ffffff;
}
.rw_table_wrapper .col-sm-12.col-md-5 {
  display: block !important;
}
.rw_table_wrapper .col-sm-12.col-md-7 {
  width: 100%;
}
.rw_table_wrapper .pagination li {
  margin: 0 8px !important;
}
.rw_table_wrapper .pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 18px !important;
  color: rgba(17, 38, 60, 0.6) !important;
  border: 0.5px solid rgba(17, 38, 60, 0.3);
  border-radius: 6px;
  /* padding: 7px 10px 5px !important; */
  width: 32px;
  height: 32px;
}
.rw_table_wrapper .pagination li.active a {
  background: #11263c !important;
  color: #fff !important;
  border: transparent;
}
.rw_table_wrapper th {
  text-transform: capitalize;
}

.rw_selectbox {
  width: 100%;
  height: 48px;
  border: 1px solid #ebecf4;
  box-sizing: border-box;
  border-radius: 2px;
  position: relative;
}
.rw_selectbox::after {
  content: url(../images/icons/select_down.svg);
  position: absolute;
  top: 50%;
  right: 20px;
  opacity: 0.5;
  transform: translateY(-50%);
  pointer-events: none;
  cursor: pointer;
}
.rw_selectbox select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 100%;
  border: none;
  color: rgba(17, 38, 60, 0.5);
  padding: 0 30px 0 16px;
  text-transform: capitalize;
  outline: none;
  background: #fff;
}
.rw_selectbox select:focus {
  box-shadow: none;
}
.rw_selectbox select option {
  padding: 10px 0 0;
  line-height: 30px;
}

.rw_toggle_switch .rw_switch {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rw_toggle_switch .rw_switch input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 44px;
  height: 22px;
  border-radius: 12px;
  background-color: rgba(17, 38, 60, 0.6);
  margin: 0;
  border: none;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.rw_toggle_switch .rw_switch input::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 2px;
  background: #ffffff;
  border-radius: 50%;
  transform: translateY(-50%);
}
.rw_toggle_switch .rw_switch input:checked {
  background: linear-gradient(269.36deg, #1e7ab8 -23.62%, #7ebffc 120.63%);
}
.rw_toggle_switch .rw_switch input:checked::after {
  left: auto;
  right: 2px;
}

.rw_radio_btns {
  display: flex;
  align-items: center;
}
.rw_radio_btns label {
  font-size: 16px;
  line-height: 16px;
  color: rgba(17, 38, 60, 0.4);
  cursor: pointer;
}
.rw_radio_btns input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-right: 10px;
}
.rw_radio_btns input::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  border: 3px solid transparent;
  background: rgba(17, 38, 60, 0.4);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.rw_radio_btns input::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #fff;
  transform: translate(-50%, -50%);
}
.rw_radio_btns input:checked::before {
  background: linear-gradient(269.36deg, #1e7ab8 -23.62%, #7ebffc 120.63%);
}
.rw_radio_btns input:checked::after {
  background: linear-gradient(269.36deg, #1e7ab8 -23.62%, #7ebffc 120.63%);
}
.rw_radio_btns input:checked ~ label {
  color: rgb(17, 38, 60);
}

.rw_inn_form_box {
  margin: 10px 0;
  padding: 29px 30px 6px;
  background-color: #fff;
  border-radius: 2px;
}
.rw_inn_form_box .form_title h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.4px;
  color: #11263c;
  text-transform: capitalize;
  margin-bottom: 23px;
}
.rw_inn_form_box .row {
  margin-left: -17px;
  margin-right: -17px;
}
.rw_inn_form_box .col-lg-4.col-md-6 {
  padding-left: 17px;
  padding-right: 17px;
}
.rw_inn_form_box .col-lg-8.col-md-12 {
  padding-left: 17px;
  padding-right: 17px;
}

.rw_modal .modal-dialog {
  border-radius: 0;
  /* border: 1px solid rgba(17, 38, 60, 0.2); */
  border: none;
  max-width: 592px;
}
.rw_modal .modal-content {
  border-radius: 2px;
  border: none;
}
.rw_modal .modal-content .modal-body {
  padding: 32px 24px 16px;
}
.rw_modal .modal-content .modal-body .rw_form_label {
  color: rgba(0, 0, 0, 0.4) !important;
}
.rw_modal .modal-header {
  border-radius: 0;
  background: linear-gradient(269.36deg, #1e7ab8 -23.62%, #7ebffc 120.63%);
  padding: 19px 24px 18px;
  border: none;
  border-radius: 2px 2px 0 0;
}
.rw_modal .modal-header .modal_title {
  display: flex;
  align-items: center;
}
.rw_modal .modal-header .modal_title img {
  width: 33.45px;
  height: 32px;
  margin-right: 10px;
}
.rw_modal .modal-header .modal_title h4 {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 0;
}
.rw_modal .modal_title_image {
  padding: 16px 24px !important;
}
.rw_modal .modal-footer {
  /* padding: 28px 24px 20px; */
  padding: 0px 24px 20px;
  border: none;
}

.modal_btns {
  display: flex;
  align-items: center;
}
.modal_btns li .modal_btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  width: 100%;
  min-width: 107px;
  max-width: 132px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(269.36deg, #1e7ab8 -23.62%, #7ebffc 120.63%);
  color: #fff;
  border-radius: 2px;
}
.modal_btns li .modal_btn.cancel {
  min-width: 132px;
  color: #11263c;
  border: 1px solid rgba(17, 38, 60, 0.2);
  background: #fff !important;
  margin-right: 8px;
}

.delete_popup .delete_modal_body {
  text-align: center;
}
.delete_popup .delete_modal_body img {
  max-width: 100%;
  margin-bottom: 30px;
}
.delete_popup .delete_modal_body h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #11263c;
  letter-spacing: 0.4px;
}
.delete_popup .delete_modal_body p {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #11263c;
  margin-bottom: 0;
}
.delete_popup .modal-footer {
  justify-content: center;
  border-top: none;
  padding: 4px 24px 28px;
  border: none !important;
}

.rw_admin_user_table {
  position: relative;
}
.rw_admin_user_table .dataTables_filter {
  position: absolute;
  top: -67px;
  left: 0;
}
.rw_admin_user_table .dataTables_filter label {
  position: relative;
}
.rw_admin_user_table .dataTables_filter label input {
  min-width: 388px;
  max-width: 388px;
  width: 100%;
  height: 48px;
  background: #ffffff;
  border: 1px solid #ebecf4;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 0 20px 0 10px;
  margin-left: 0 !important;
}
.rw_admin_user_table .dataTables_filter label input:focus {
  box-shadow: none;
}
.rw_admin_user_table .dataTables_filter label::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 26px;
  color: #11263c;
  opacity: 0.5;
}
/* .rw_admin_user_table .dataTables_filter label::after {
  content: url(../images/icons/search_light.svg);
  position: absolute;
  top: 13px;
  left: 13px;
} */

.default_label {
  background: rgba(248, 136, 33, 0.22);
  border-radius: 2px;
  padding: 0 9px 1px 6px;
  text-transform: uppercase;
  margin-left: 63px;
}
.default_label span {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  background: linear-gradient(269.36deg, #1e7ab8 -23.62%, #7ebffc 120.63%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.default_label img {
  margin-right: 3px;
  width: 19px;
  height: 21px;
}

.rw_inner_tab_area {
  padding: 34px 48px;
}

.border_none {
  border: none !important;
}

/* .input_icon.dark{
    opacity: 0.1;
} */
.choose_time .rw_input input[type=number] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.choose_time .rw_input input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
}
.choose_time .rw_input input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
}

.input_spinner {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  opacity: 0.4;
}
.input_spinner li {
  margin: 0 !important;
  position: relative;
  cursor: pointer;
  right: 8px;
  display: block;
}
.input_spinner li:nth-child(1) {
  top: 2px;
}
.input_spinner li:nth-child(2) {
  bottom: 7px;
}

.am_pm li {
  pointer-events: none;
}

.rw_modal_backdrop .modal-backdrop.show {
  z-index: 0 !important;
}

.rw_fieldset_wrapper fieldset:not(:first-of-type) {
  display: none;
}

.rw_popup_table_wrapper {
  background-color: #fff;
  padding: 0;
}
.rw_popup_table_wrapper .rw_popup_table {
  background-color: #fff;
}
.rw_popup_table_wrapper .rw_popup_table table th::before {
  content: url(../images/icons/sort_down.svg) !important;
  top: 13px;
}
.rw_popup_table_wrapper .rw_popup_table table th::after {
  content: url(../images/icons/sort_up.svg) !important;
  bottom: 13px;
}
.rw_popup_table_wrapper .dataTables_paginate {
  display: none !important;
}
.rw_popup_table_wrapper .dataTables_filter {
  display: none;
}

.select2-container--default .select2-search--inline .select2-search__field {
  width: 100% !important;
  margin-top: 0px;
}
.select2-container--default .select2-search--inline .select2-search__field::-moz-placeholder {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
}
.select2-container--default .select2-search--inline .select2-search__field:-ms-input-placeholder {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
}
.select2-container--default .select2-search--inline .select2-search__field::placeholder {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
}

.ui-datepicker-prev .ui-icon {
  background: url(../images/icons/chevron_left.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.ui-datepicker-prev .ui-icon:hover {
  background-color: #fff;
}
.ui-datepicker-prev .ui-icon:focus {
  border: none;
}

.ui-datepicker-next {
  margin-right: 10px;
}

.ui-datepicker-next .ui-icon {
  background: url(../images/icons/chevron_left.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  transform: rotate(-180deg);
}
.ui-datepicker-next .ui-icon:hover {
  background-color: #fff;
}
.ui-datepicker-next .ui-icon:focus {
  border: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: none;
  background: transparent;
}

.rw_zoom_in_out {
  position: fixed;
  bottom: 32px;
  right: 48px;
  z-index: 999;
}
.rw_zoom_in_out h6 {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: rgba(17, 38, 60, 0.4);
  text-align: center;
}
.rw_zoom_in_out ul {
  display: flex;
  align-items: center;
}
.rw_zoom_in_out ul li:first-child a {
  border-right: none;
}
.rw_zoom_in_out ul li a {
  border: 1px solid rgba(17, 38, 60, 0.1);
  background-color: #fff;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rw_suc_err_wrapper .rw_suc_err_block {
  display: inline-flex;
  align-items: center;
  background-color: #4bb867;
  padding: 12px 5px 12px 10px;
  margin-bottom: 25px;
  max-width: 342px;
  width: 100%;
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 9999;
}
.rw_suc_err_wrapper .rw_suc_err_block img {
  margin-right: 6px;
}
.rw_suc_err_wrapper .rw_suc_err_block p {
  font-size: 13px;
  color: #fff;
  margin-bottom: 0;
}
.rw_suc_err_wrapper .rw_suc_err_block .close {
  margin-left: auto;
}
.rw_suc_err_wrapper.rw_error_toast {
  display: none;
}
.rw_suc_err_wrapper.rw_error_toast.active {
  display: block;
}
.rw_suc_err_wrapper.rw_error_toast .rw_suc_err_block {
  background-color: #d94f4f !important;
  max-width: 347px;
}
.rw_suc_err_wrapper.rw_success_toast {
  display: none;
}
.rw_suc_err_wrapper.rw_success_toast.active {
  display: block;
}

/* Loader */
.rw_loader {
  position: fixed;
  bottom: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}

.rw_loader_none {
  display: none !important;
}

.loading-dots {
  text-align: center;
  width: 100%;
}
.loading-dots--dot {
  -webkit-animation: dot-keyframes 2s infinite ease-in-out;
          animation: dot-keyframes 2s infinite ease-in-out;
  background: linear-gradient(269.36deg, #1e7ab8 -23.62%, #7ebffc 120.63%);
  border-radius: 50%;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 5px;
}
.loading-dots--dot:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.loading-dots--dot:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.loading-dots--dot:nth-child(4) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.loading-dots--dot:nth-child(5) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

@-webkit-keyframes dot-keyframes {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.4, 1.4);
  }
  100% {
    transform: scale(1, 1);
  }
}

@keyframes dot-keyframes {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.4, 1.4);
  }
  100% {
    transform: scale(1, 1);
  }
}
.rw_custom_dropdown_wrapper .rw_custom_dropdown .select2.select2-container.select2-container--default {
  width: 100% !important;
  height: 56px;
  background: #ffffff;
  border: 1px solid #ebecf4;
  padding: 0 55px 0 24px;
  font-size: 14px;
  color: #11263c;
  outline: none;
}
.rw_custom_dropdown_wrapper .rw_custom_dropdown .select2-container--default .select2-selection--single {
  border: none;
  height: 100%;
  outline: none;
}
.rw_custom_dropdown_wrapper .rw_custom_dropdown .select2-selection__rendered {
  height: 100%;
  display: flex !important;
  align-items: center;
  color: rgb(0, 0, 0) !important;
  padding: 0;
}
.rw_custom_dropdown_wrapper .rw_custom_dropdown .select2-container--default .select2-search--dropdown .select2-search__field {
  display: none !important;
}
.rw_custom_dropdown_wrapper .rw_custom_dropdown .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  border-color: #11263c;
  opacity: 30%;
  outline: none;
}
.rw_custom_dropdown_wrapper .rw_custom_dropdown .selection:focus {
  box-shadow: none;
  outline: none;
}
.rw_custom_dropdown_wrapper .select2-dropdown {
  display: block;
  background: #ffffff;
  box-shadow: 0px 4px 16px rgba(1, 33, 105, 0.12);
  padding: 10px 19px;
  border-radius: 0;
  border: none;
  width: 100%;
  max-height: 300px;
  height: auto !important;
  overflow-y: auto;
}
.rw_custom_dropdown_wrapper .select2-container--default .select2-results > .select2-results__options {
  max-height: 100%;
}
.rw_custom_dropdown_wrapper .select2-results__option {
  display: block;
  padding: 15px 15px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-in-out;
}
.rw_custom_dropdown_wrapper .select2-results__option:hover {
  background-color: #fffaf6 !important;
  color: #11263c !important;
}
.rw_custom_dropdown_wrapper .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #fff !important;
  color: rgb(0, 0, 0) !important;
}
.rw_custom_dropdown_wrapper .select2-container--default .select2-results__option[aria-selected=true]:hover {
  background-color: #fffaf6 !important;
  color: #11263c !important;
}
.rw_custom_dropdown_wrapper .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #fff !important;
  color: rgb(0, 0, 0) !important;
}
.rw_custom_dropdown_wrapper .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
  background-color: #fffaf6 !important;
  color: #11263c !important;
}

.offcanvas .offcanvas-body .client_accounts .search_box input {
  outline: none !important;
  line-height: 32px;
}

.offcanvas .offcanvas-body .client_accounts .search_box input::-moz-placeholder {
  line-height: 32px !important;
}

.offcanvas .offcanvas-body .client_accounts .search_box input:-ms-input-placeholder {
  line-height: 32px !important;
}

.offcanvas .offcanvas-body .client_accounts .search_box input::placeholder {
  line-height: 32px !important;
}

.agency_offcanvas .offcanvas-body .acoount_list_body .master_ac .master_ac_inner a {
  transition: none !important;
}

.offcanvas .offcanvas-body .acoount_list_body .master_ac .master_ac_inner h3 {
  max-width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rw_header_wrapper .rw_header_inner .header_title h3 span {
  display: inline-block;
  max-width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rw_inp_focus .select2.select2-container {
  border-color: #11263c !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #fff !important;
  color: #000 !important;
}
/* new css */
#veteran_table_filter input {
  height: auto;
}
#files_table_filter input {
  height: auto;
}
.message-alert{
  margin-left: 100px;
}
input[type="file"] {
  padding: 16px 20px !important;
  border-radius: 0 !important;
}
.form-control {
  border-radius: 0 !important;
}

.svg-icon {
  width: 28px !important;
  height: 28px !important;
  /* margin: 0 10px !important; */
}

.fa-solid{
  width: 24px !important;
  height: 24px !important;
}

.form-control:focus {
  box-shadow: unset;
}

.btn-group-sm>.btn, .btn-sm {
  font-size: 1rem;
  border-radius: .2rem;
}

/* ckeditor css */
.django-ckeditor-widget {
  width: 100% !important;
}
.rw_modal.show-summary-popup .modal-dialog {
  max-width: 100%;
  width: 100%;
  justify-content: center;
}

/* File upload */
.file-block {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px 10px;
  margin: 5px;
  background-color: #f8f9fa;
}

.file-name {
  font-size: 14px;
  margin-right: 10px;
  color: #333;
}

.remove-file {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

/* Disable Actions CSS */
.disabled-anchor {
  pointer-events: none;
  cursor: not-allowed;
}
.ocr-disable {
  opacity: 0.6;
  cursor: not-allowed;
  /* pointer-events: none; */
}

.rw_btn.rw_btn_small.rw_btn_in_progress {
  background: linear-gradient(269.36deg, #a9bbc7 -23.62%, #8d9aaf 120.63%) !important;
  max-width: 220px !important;
}

.rw_btn.rw_btn_small.rw_btn_in_progress:hover {
  background: linear-gradient(-269.36deg, #a9bbc7 -23.62%, #8d9aaf 120.63%) !important;
}

/* Responsive css */
@media (max-width: 991px) {
  div.dataTables_wrapper div.dataTables_paginate {
    margin-bottom: 30px !important;
  }

  .rw_admin_user_table .dataTables_filter {
    position: relative;
    top: auto;
    left: auto;
  }
  .rw_admin_user_table .dataTables_filter label {
    margin-bottom: 15px;
  }
  .rw_admin_user_table .dataTables_filter label input {
    min-width: 224px;
    max-width: 224px;
  }

  /* .rw_save_btn .rw_btn {
    margin: 40px auto !important;
  } */

  .rw_table_wrapper table tr:last-child .action_submenu {
    top: auto;
    bottom: 38px;
  }
  .rw_table_wrapper table tr:last-child .action_submenu::before {
    top: auto;
    bottom: -13px;
    transform: rotate(-180deg);
  }
  .rw_table_wrapper table tr:nth-last-child(2) .action_submenu {
    top: auto;
    bottom: 38px;
  }
  .rw_table_wrapper table tr:nth-last-child(2) .action_submenu::before {
    top: auto;
    bottom: -13px;
    transform: rotate(-180deg);
  }
  .rw_table_wrapper table tr:nth-last-child(3) .action_submenu {
    top: auto;
    bottom: 38px;
  }
  .rw_table_wrapper table tr:nth-last-child(3) .action_submenu::before {
    top: auto;
    bottom: -13px;
    transform: rotate(-180deg);
  }
}
@media (max-width: 768px) {
  .rw_inn_form_box {
    margin: 10px 0;
    padding: 29px 10px 6px;
  }

  .rw_header_wrapper .rw_header_inner .header_title h3 span {
    max-width: 190px;
  }
}
@media (max-width: 767px) {
  .rw_modal::-webkit-scrollbar {
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
  }
  .rw_modal::-webkit-scrollbar-thumb {
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
  }
  .rw_modal::-webkit-scrollbar-track {
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
  }

  .rw_admin_user_table .dataTables_filter {
    position: relative;
    top: auto;
    left: auto;
  }
  .rw_admin_user_table .dataTables_filter label {
    width: 100%;
    margin-bottom: 20px;
  }
  .rw_admin_user_table .dataTables_filter label input {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* .rw_save_btn .rw_btn {
    margin: 30px auto;
  } */

  .rw_inn_form_box {
    margin: 10px 0;
    padding: 29px 10px 6px;
  }

  .rw_modal .modal-footer {
    justify-content: center;
  }

  .modal_btns li .modal_btn {
    font-size: 14px;
    line-height: 20px;
    min-width: 90px;
    max-width: 90px;
    height: 38px;
  }
  .modal_btns li .modal_btn.cancel {
    min-width: 90px;
    max-width: 90px;
  }
}
@media (max-width: 900px) and (orientation: landscape) {
  .send_broadcast_modal .modal-dialog {
    align-items: flex-start !important;
  }
}
@media (max-width: 575px) {
  .rw_btn {
    height: 48px;
    font-size: 14px;
  }

  .rw_bootstrap_drop_down .dropdown-menu {
    min-height: 20px;
    max-height: 200px;
  }

  .input_spinner li img {
    width: 11px;
    height: 11px;
  }
  .input_spinner li:nth-child(1) {
    top: 2px;
  }
  .input_spinner li:nth-child(2) {
    bottom: 6px;
  }

  .rw_custom_dropdown_wrapper .select2-dropdown {
    max-height: 125px;
  }
}
@media (max-width: 430px) {
  .rw_header_wrapper .rw_header_inner .header_title h3 span {
    max-width: 130px;
  }
}
/* .rw_header_wrapper {
  background-color: #fff;
  position: relative;
  z-index: 1;
} */
.rw_header_wrapper {
  background-color: #fff;
  position: sticky;
  z-index: 2;
  position: -webkit-sticky;
  top: 0;
}
.rw_header_wrapper .rw_header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 48px 17px 148px;
}
.rw_header_wrapper .rw_header_inner .header_title h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #11263c;
  margin-bottom: 0;
  text-transform: capitalize;
}
.rw_header_wrapper .rw_header_inner .header_profile {
  position: relative;
}
.rw_header_wrapper .rw_header_inner .header_profile a {
  display: flex;
  align-items: center;
  outline: none;
}
.rw_header_wrapper .rw_header_inner .header_profile a::after {
  display: none;
}
.rw_header_wrapper .rw_header_inner .header_profile a h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #252733;
  margin-bottom: 0;
  text-transform: capitalize;
}
.rw_header_wrapper .rw_header_inner .header_profile a .header_profile_image {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #dfe0eb;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-left: 14px;
  position: relative;
}
.rw_header_wrapper .rw_header_inner .header_profile a .header_profile_image::after {
  content: "";
  display: block;
  border-bottom: 2px solid #252733;
  border-right: 2px solid #252733;
  height: 9px;
  width: 9px;
  position: absolute;
  cursor: pointer;
  right: -16px;
  top: 40%;
  transform: rotate(45deg) translateY(-50%);
}
.rw_header_wrapper .rw_header_inner .header_profile a .header_profile_image img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.rw_header_wrapper .rw_header_inner .header_profile .header_profile_dropdown {
  background-color: #fff;
  min-width: 190px;
  padding: 20px 16px;
  box-shadow: 0 10px 40px 0 rgba(104, 113, 123, 0.2);
  border: 1px solid #ebecf4;
  border-top: none;
  transform: translate(0px, 59px) !important;
  position: absolute;
  right: -28px;
  top: 5px;
  display: none;
  z-index: 999;
}
.rw_header_wrapper .rw_header_inner .header_profile .header_profile_dropdown.active {
  display: block;
}
.rw_header_wrapper .rw_header_inner .header_profile .header_profile_dropdown li a {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #11263c;
  text-transform: capitalize;
}
.rw_header_wrapper .rw_header_inner .header_profile .header_profile_dropdown li a img {
  margin-right: 10px;
}
.rw_header_wrapper .rw_header_inner .header_profile .header_profile_dropdown::before {
  content: "";
  top: -12px;
  position: absolute;
  right: 4px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 14px solid #fff;
  filter: drop-shadow(0 -1px 0 #000);
  z-index: -1;
}
.rw_header_wrapper .rw_sidebar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100px !important;
  background-color: #11263c;
  min-height: 100vh;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
.rw_header_wrapper .rw_sidebar .header_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 23.5px 0;
  background: linear-gradient(269.36deg, #1e7ab8 -23.62%, #7ebffc 120.63%);
}
/* .rw_header_wrapper .rw_sidebar ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 14px 0 0;
  
} */
.rw_header_wrapper .rw_sidebar ul {
  /* display: flex; */
  flex-direction: column;
  align-items: center;
  /* padding: 14px 25px 0 0; */
  display: grid;
  margin: auto;
  text-align: center;
  justify-content: center;
}
/* .rw_header_wrapper .rw_sidebar ul li a {
  display: block;
  padding: 15px 0 14px;
  transition: 0.3s all ease-in-out;
  color: #a7b1c2;
  font-weight: 600;
} */
.rw_header_wrapper .rw_sidebar ul li a {
  display: flex;
  padding: 15px 0 14px;
  transition: 0.3s all ease-in-out;
  color: #a7b1c2;
  font-weight: 600;
  align-items: center;
  justify-content: flex-start;
  margin: auto;
  
}
.rw_header_wrapper .rw_sidebar ul li a img {
  opacity: 0.4;
  transition: 0.3s all ease-in-out;
  margin: 0 0.5rem;
}
.rw_header_wrapper .rw_sidebar ul li a:hover img {
  opacity: 1;
}
.rw_header_wrapper .rw_sidebar ul li a span {
  transition: color 0.3s ease-in-out;
}

.rw_header_wrapper .rw_sidebar ul li a:hover span {
  color: #fff;
  transition: 0.3s all ease-in-out;
}
.rw_header_wrapper .rw_sidebar ul li a.active span {
  color: #fff;
  
}
.rw_header_wrapper .rw_sidebar ul li a.active img {
  opacity: 1;
}
.rw_header_wrapper .rw_hamburger {
  width: 35px;
  height: 23px;
  position: absolute;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.rw_header_wrapper .rw_hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: linear-gradient(269.36deg, #1e7ab8 -23.62%, #7ebffc 120.63%);
  border-radius: 4px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.rw_header_wrapper .rw_hamburger span:nth-child(1) {
  top: 0px;
}
.rw_header_wrapper .rw_hamburger span:nth-child(2) {
  top: 10px;
}
.rw_header_wrapper .rw_hamburger span:nth-child(3) {
  top: 20px;
}
.rw_header_wrapper .rw_hamburger.open span:nth-child(1) {
  top: 12px;
  transform: rotate(135deg);
}
.rw_header_wrapper .rw_hamburger.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.rw_header_wrapper .rw_hamburger.open span:nth-child(3) {
  top: 12px;
  transform: rotate(-135deg);
}

.rw_inner_area {
  padding: 34px 48px;
  width: calc(100% - 100px);
  margin-left: 100px;
  position: relative;
}

.rw_dashboard_box_wrapper .admin_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rw_dashboard_box_wrapper .admin_header .admin_select {
  max-width: 132px;
  margin-bottom: 10px;
}
.rw_dashboard_box_wrapper .dashboard_title h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.4px;
  color: #11263c;
  text-transform: capitalize;
  margin-bottom: 16px;
}
.rw_dashboard_box_wrapper .rw_dashboard_inner {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.rw_dashboard_box_wrapper .rw_dashboard_inner .dashboard_box {
  display: flex;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 2px;
  max-width: 298px;
  width: 100%;
  padding: 20px 24px 22px;
  margin-right: 24px;
  margin-bottom: 20px;
}
.rw_dashboard_box_wrapper .rw_dashboard_inner .dashboard_box:last-child {
  margin-right: 0;
}
.rw_dashboard_box_wrapper .rw_dashboard_inner .dashboard_box h1 {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.4px;
  background: linear-gradient(269.36deg, #1e7ab8 -23.62%, #7ebffc 120.63%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rw_dashboard_box_wrapper .rw_dashboard_inner .dashboard_box h1.font_size {
  font-size: 30px;
}
.rw_dashboard_box_wrapper .rw_dashboard_inner .dashboard_box p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.4px;
  color: #11263c;
  margin: 0;
}
.rw_dashboard_box_wrapper .rw_dashboard_inner .dashboard_box .dashboard_box_icon {
  min-width: 46px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #11263c;
}

.rw_table_wrapper .rw_table_header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1px;
}
.rw_table_wrapper .rw_table_header .table_title h3 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.4px;
  color: #11263c;
}
.rw_table_wrapper .rw_table_header .add_new a {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.4px;
  background: linear-gradient(269.36deg, #1e7ab8 -23.62%, #7ebffc 120.63%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: capitalize;
}
.rw_table_wrapper .rw_table_inner table {
  width: 100%;
  margin-bottom: 0;
}
.rw_table_wrapper .rw_table_inner table tr {
  /* box-shadow: inset 0px -2px 0px rgba(68, 42, 11, 0.04); */
  border-radius: 2px;
}
.rw_table_wrapper .rw_table_inner table tr th {
  padding: 15px 24px 16px;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.4px;
  color: #11263c;
  background-color: #fff;
  border: none;
  box-shadow: inset 0px -2px 0px rgba(68, 42, 11, 0.04);
  outline: none !important;
}
.rw_table_wrapper .rw_table_inner table tr td {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #11263c;
  padding: 11px 24px 13px;
  vertical-align: middle;
  background-color: #fff;
  box-shadow: inset 0px -2px 0px rgba(68, 42, 11, 0.04);
  border: none;
}
.rw_table_wrapper .rw_admin_dashboard_table table tr td:nth-child(1) {
  width: 23%;
}
.rw_table_wrapper .rw_admin_dashboard_table table tr td:nth-child(2) {
  width: 29%;
}
.rw_table_wrapper .rw_admin_dashboard_table table tr td:nth-child(3) {
  width: 41%;
}
.rw_table_wrapper .rw_admin_dashboard_table table tr td:nth-child(4) {
  width: 7%;
  min-width: 60px;
}
.rw_table_wrapper .rw_admin_dashboard_table .dataTables_filter {
  display: none;
}
.rw_table_wrapper #admin_dashboard_table_wrapper .col-sm-12.col-md-5 {
  display: none;
}
.rw_table_wrapper #admin_dashboard_table_wrapper .col-sm-12.col-md-7 {
  width: 100%;
}
.rw_table_wrapper .pagination {
  justify-content: center !important;
  margin-top: 20px !important;
}

.custom-checkbox {
  position: relative;
}

.custom-checkbox:before {
  content: "";
  position: absolute;
  left: -31px;
  top: 50%;
  width: 18px;
  height: 18px;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.24);
  border-radius: 2px;
  transform: translateY(-50%);
}
table.dataTable.table-striped>tbody>tr.odd td {
  background: #f2f2f2 !important;
}
.rw_admin_user_table .table-responsive .dataTables_wrapper .row:nth-child(2)>.col-sm-12 {
  overflow-x: auto;
}
.rw_admin_user_table .table-responsive .dataTables_wrapper .row:nth-child(2)>.col-sm-12 table {
  white-space: nowrap;
  border-collapse: collapse !important;
  border-color: #ccd1d5 !important;
}
.rw_table_wrapper .rw_table_inner table tr td, .rw_table_wrapper .rw_table_inner table tr th {
  border: 1px solid #ccd1d5 !important;
  box-shadow: none !important;
}
table.table-bordered.dataTable thead tr:first-child th {
  background: #4999d6;
  color: #fff;
}
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 {
  opacity: 0.6;
  filter: invert(1);
}
table.dataTable > thead .sorting:before {
    filter: invert(1);
}
/* 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 {
  opacity: 1;
  filter: invert(1);
} */
table.dataTable > thead .sorting:before, table.dataTable > thead .sorting_asc:before {
  filter: invert(1);
}
table.dataTable > thead .sorting.sorting_asc:before, table.dataTable > thead .sorting_desc:after {
  opacity: 1;
}






.desktop-view .rw_tabs .rw_tab_ul {
  overflow-y: auto;
  height: calc(100% - 76px);
  bottom: 0;
}
/* Responsive CSS */
@media (max-width: 1024px) {
  .rw_dashboard_box_wrapper .rw_dashboard_inner .dashboard_box {
    max-width: 250px;
  }
}
@media (max-width: 991px) {
  .rw_inner_area {
    padding: 34px 30px;
  }

  .rw_dashboard_box_wrapper .rw_dashboard_inner .dashboard_box {
    max-width: 280px;
  }

  .rw_table_wrapper .rw_table_inner {
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
  }
  .rw_table_wrapper .rw_table_inner table {
    width: 100%;
  }
  .rw_table_wrapper .rw_admin_dashboard_table table tr td {
    min-width: 150px;
  }
  .rw_table_wrapper .rw_admin_dashboard_table table tr td:nth-child(4) {
    min-width: 60px;
  }
}
@media (max-width: 768px) and (min-width: 768px) {
  .rw_dashboard_box_wrapper .rw_dashboard_inner .dashboard_box {
    max-width: 302px;
  }
  .rw_dashboard_box_wrapper .rw_dashboard_inner .dashboard_box:nth-child(2) {
    margin-right: 0;
  }
  .rw_dashboard_box_wrapper .rw_dashboard_inner .dashboard_box:nth-child(4) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .rw_header_wrapper .rw_header_inner {
    padding: 14px 15px;
  }
  .rw_header_wrapper .rw_header_inner .header_profile {
    margin-right: 65px;
  }
  .rw_header_wrapper .rw_header_inner .header_profile h4 {
    display: none;
  }
  .rw_header_wrapper .rw_header_inner .header_profile .header_profile_dropdown {
    min-width: 110px;
    padding: 14px 12px;
    /*  right: auto;
    left: 0; */
  }
  .rw_header_wrapper .rw_sidebar {
    left: -200px !important;
    /* width: 70px !important; */
  }
  .rw_header_wrapper .open.rw_sidebar {
    left: 0 !important;
    z-index: 99999;
  }
  .rw_header_wrapper .rw_hamburger {
    display: block;
    width: 33px;
  }

  .rw_inner_area {
    padding: 27px 15px;
    margin-left: 0;
    width: 100%;
  }

  .rw_dashboard_box_wrapper .admin_header {
    margin-bottom: 20px;
  }
  .rw_dashboard_box_wrapper .dashboard_title h1 {
    font-size: 22px;
  }
  .rw_dashboard_box_wrapper .rw_dashboard_inner .dashboard_box {
    max-width: 245px;
  }
  .rw_dashboard_box_wrapper .rw_dashboard_inner .dashboard_box h1 {
    font-size: 28px;
    line-height: 28px;
  }

  .rw_table_wrapper .rw_table_header .table_title h3 {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .agency_header_title h3::after {
    right: -25px !important;
  }

  .rw_dashboard_box_wrapper .rw_dashboard_inner .dashboard_box {
    max-width: 100%;
    margin-right: 0;
  }
}
/********* Landscape css *********/
@media (max-width: 900px) and (orientation: landscape) {
  .rw_dashboard_box_wrapper .rw_dashboard_inner .dashboard_box {
    max-width: 48%;
  }
  .rw_dashboard_box_wrapper .rw_dashboard_inner .dashboard_box:nth-child(2) {
    margin-right: 0;
  }
  .rw_dashboard_box_wrapper .rw_dashboard_inner .dashboard_box:nth-child(4) {
    margin-right: 0;
  }
}
/* @media  (max-width: 812px) and (orientation:landscape){
    .rw_dashboard_box_wrapper{
        .rw_dashboard_inner{           
            .dashboard_box{
                max-width: 324px;
                &:nth-child(2){
                    margin-right: 0;
                }
                &:nth-child(4){
                    margin-right: 0;
                }
            }
        }
    }
}
@media  (max-width: 731px) and (orientation:landscape){
    .rw_dashboard_box_wrapper{
        .rw_dashboard_inner{           
            .dashboard_box{
                max-width: 338px;
            }
        }
    }
}
@media  (max-width: 736px) and (orientation:landscape){
    .rw_dashboard_box_wrapper{
        .rw_dashboard_inner{           
            .dashboard_box{
                max-width: 341px;
            }
        }
    }
}
@media  (max-width: 720px) and (orientation:landscape){
    .rw_dashboard_box_wrapper{
        .rw_dashboard_inner{           
            .dashboard_box{
                max-width: 333px;
            }
        }
    }
}
@media  (max-width: 667px) and (orientation:landscape){
    .rw_dashboard_box_wrapper{
        .rw_dashboard_inner{           
            .dashboard_box{
                max-width: 306px;
            }
        }
    }
}
@media  (max-width: 640px) and (orientation:landscape){
    .rw_dashboard_box_wrapper{
        .rw_dashboard_inner{           
            .dashboard_box{
                max-width: 292px;
            }
        }
    }
} *//*# sourceMappingURL=dashboard.css.map */