
@media(max-width:768px) {
    .selected_criteria_inverted {
        margin-top: 15px;
    }
}
.selected_criteria {
    background: black;
    color: #ffffff;
    border: 0;
    border-radius: 0.5rem !important;
    padding: 7px 15px;
    transition: all .4s ease-out;
    width: 100% !important;
}

.selected_criteria:hover {
    background:#731b36;
    transition: all .4s ease-out;
}

.selected_criteria_inverted {
    background: #731b36;
    color: #ffffff;
    border: 0;
    border-radius: 0.5rem !important;
    padding: 7px 15px;
    transition: all .4s ease-out;
    width: 100% !important;
}

.selected_criteria_inverted:hover {
    background: #000000;
    transition: all .4s ease-out;
}

.appointment_info {
    background: #818181;
    color: #ffffff;
    border: 0;
    border-radius: 0.5rem !important;
    padding: 7px 15px;
    transition: all .4s ease-out;
    width: 100% !important;
}

.appointment_info:hover {
    background: #731b36;
    transition: all .4s ease-out;
}

.filter_criteria {
    background: #731b36 !important;
}

/* filter active color */

button.dt-button.buttons-columnVisibility.active {
    background: #731b36 !important;
}

.filters_wrapper #filter,
.filters_wrapper #refresh
 {
  top: 0 !important;
  margin-right: 0 !important;
  height: unset;
  width: 100%;
  margin-bottom: 10px;
}

.filters_wrapper.usersearch {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0;
  flex-direction: column;
}

.year_range_wrapper #searchByYear_start {
  margin-right: 10px !important;
  width: calc(50% - 10px) !important;
}

.year_range_wrapper #searchByYear_end {
  width: 50% !important;
}

.year_range_wrapper {
  display: flex;
  justify-content: space-between;
}

.LoginController .version_wrapper {
  display: none;
}

/* version wrapper */
.version_wrapper {
  text-align: center;
  padding: 20px;
}

.version_wrapper button {
    background: rgba(0, 0, 0, 0);
    color: #000000;
    border: 0px !important;
    font-weight: inherit;
    transition: all .1s ease-in !important;
}

.version_wrapper button:hover{
    background: rgba(0,0,0,0);
    font-weight: 600;
    color: #731b37;
    transition: all .1s ease-out !important;
}

.version_wrapper button:active,
.version_wrapper button:focus {
  background: rgba(0, 0, 0, 0);
  font-weight: 400;
  color: #000000;
}

/* userdata entries form */
.required_input {
  background: #000000;
  color: #fff;
  border-radius: 3rem;
  padding: 0 10px;
}
/* userdata entries form */

/* multiselect select2 */

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #731b37 !important;
  }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #000000 !important;
    border: 1px solid #000 !important;
    color: #fff !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 1px solid #4c4c4c !important;
    color: #fff !important;
    padding: 0px 8px !important;
}

/* Courses Modal */
.search_cources_box {
  margin-bottom: 10px;
}

.selected_cources_box {
    background: #731b37;
    margin-top: 14px;
    border-radius: 3rem;
    padding: 5px 25px;
    margin-bottom: 10px;
    color: #ffffff;
    font-weight: 500;
}

/* input daterange */

.filters_wrapper #refresh {
  background: #731b37 !important;
  border-radius: 0.5rem;
  position: relative;
  top: -5px;
  padding: 5px 10px;

  /* padding: 5px 15px; */
  height: 33px;
}

.filters_wrapper #filter {
  background: #000 !important;
  border-radius: 0.5rem;
  position: relative;
  top: -5px;
  padding: 5px 10px;
  margin-right: 8px;
  height: 33px;
}

.filters_wrapper #filter i,
.filters_wrapper #refresh i {
    font-size: 14px;
    margin-bottom: 10px;
    color: #ffffff;
    background: rgb(115,27,55 ,0%);
    border-radius: 0.5rem;
    width: unset;
    height: unset;
    display: unset;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

/* login form */

.password_box {
  display: flex;
  justify-content: unset;
  align-items: center;
}

.authform .field-icon {
  margin-left: -20px;
  z-index: 2;
  right: 20px;
  position: relative;
}

/* end login form */


/* tags box */
.tags_box {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  margin-bottom: 20px;
}

.tags_box.tags_box_large .tagify__dropdown__wrapper {
    max-height: 300px !important;

}

.tags_box .customSuggestionsList > div {
    max-height: 100px;
    border: 0px solid black;
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 0 5px #d1d1d1;
    /* margin-bottom: 13px; */
    border-radius: 0.5rem;
    padding: 5px;
}

.tagify {
  /* margin-top: 10px; */
  background: #fff;
  border-radius: 0.5rem;
}

.tags_box .tagify__dropdown__item--active {
  background: #000000 !important;
  border-radius: .5rem
}

.tags_box .tagify__tag>div::before {
  box-shadow: unset !important;
  background: #731b37;
  border-radius: 0.5rem;
}

.tags_box .tagify__tag__removeBtn {
  color: white;
}

.tags_box .tagify__tag>div {
  color: white !important;
}

.tags_box .tagify__dropdown__item {
  background: #000000;
  border-radius: 0.5rem;
  color: #fff;
  margin-right: 3px;
}

.tags_box .tags_header_select,
.tags_box .tags_header_selected {
    font-weight: 500;
    color: #000;
}

.tags_box .tags_header_selected {
    margin-top: 15px;
}

.age_calculated_box {
  background: black;
  border-radius: 3rem;
  color: #ffffff;
  padding: 7px 23px;
}

.age_calculated {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: end;
  height: 100%;
}

/* select2 add more space on results */
.select2-container--open .select2-dropdown--below {
  padding: 10px;
}

/* form double toggles */

.form_double_toggles {
  display: flex;
}

.form_double_toggles .control-group.form_toggle.first_toggle {
  margin-right: 20px;
}

/* courses duplicate */
.add_morce_courses {
  display: flex;
  margin-top: 10px;
}

.add_morce_courses .btn_style:first-child {
  margin-right: 8px;
}

.btn_style {
  border-radius: 3rem;
  border-width: 0px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn_style i {
  font-size: 23px;
  color: #ffffff !important;
}

#addCourse {
  background: #731b37 !important;
  transition: all .4s ease-out;


}

#addCourse:hover {
  background: #000000 !important;
  transition: all .4s ease-out;
}

#removeCourse {
  background: #000000 !important;
  transition: all .4s ease-out;
}

#removeCourse:hover {
  background: #731b37 !important;
  transition: all .4s ease-out;
}


span.select2-selection.select2-selection--single {
    margin-bottom: 10px;
}

/* courses duplicate */


.box_file_right.has_files a:hover i,
.box_file_right.has_files a:hover {
  color: #ffffff !important;
}
.box_file_right.has_files a:first-child {
    margin-right: 10px;
}

.box_file_right.has_files a {
    width: 100px !important;
    font-size: 12px;
}

.box_file_right.has_files {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* filtes */


/* admissions results */

/* submenu styling */

.dt-button-collection .buttons-columnVisibility {
    background: black !important;
}

/* submenu styling */


div.dt-button-collection {
    width: 400px;
}

div.dt-button-collection button.dt-button {
    display: inline-block;
    width: 32%;
}

div.dt-button-collection button.buttons-colvis {
    display: inline-block;
    width: 49%;
}

div.dt-button-collection h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 100;
    border-bottom: 1px solid #9f9f9f;
    font-size: 1em;
}

div.dt-button-collection h3.not-top-heading {
    margin-top: 10px;
}

/* reg status table styling */
.reg_stat_yes {
  background: #731b37;
  color: #ffffff;
  border-radius: 3rem;
  padding: 2px 8px;
  transition: all .4s ease-out;
}

.reg_stat_yes:hover {
  background: #000000;
  color: #ffffff;
  text-decoration: none;
  transition: all .2s ease-out;
}


.reg_stat_no {
  background: #000000;
  color: #ffffff;
  border-radius: 3rem;
  padding: 2px 10px;
}

.reg_stat_no:hover {
  background: #731b37;
  color: #ffffff;
  text-decoration: none;
  transition: all .2s ease-out;
}

/* end reg status table styling */




/* filters top */

.filters_function_buttons button {
  padding: 0;
}

.filters_label {
  display: flex;
}

.filters_header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.filters_header p {
  position: relative !important;
  border-radius: 0.5rem;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0;
  left: -7px !important;
  top: 3px !important;
  z-index: 0;
  color: #000000 !important;
  background: #ffffff !important;
}


.filters_wrapper {
  margin-bottom: 20px;
}

.filters_wrapper .filters_row {
  display: flex;
  flex-direction: row;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 0px solid #aaa important;
    border-radius: 4px;
    height: auto !important;
    border-radius: .5rem !important;
    padding: 0.375rem 0.75rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: unset !important;
  padding: 0;
  margin: 0;
  padding-left: 0px !important;
}

.select2-selection.select2-selection--single {
  height: unset !important;
  border: 0px solid #aaa !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px !important;
    right: 4px !important;
}

.filters_wrapper input {
  border-radius: 0.5rem !important;
  width: calc(50% - 10px)!important;
  margin-bottom: 10px !important;
  /* margin-right: 10px !important; */
}

.filters_wrapper #from_date {
  margin-right: 10px !important;
}

.filters_wrapper input::placeholder {
  color: #000000;
}

.filters_wrapper i {
  font-size: 20px;
  margin-bottom: 10px;
  color: #ffffff;
  background: #731b37;
  border-radius: 0.5rem;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

/* end filters top */


/* tools & view */

#search_res_wrapper .buttons-print  {
  background: #6d41a1;
}


#search_res_wrapper .buttons-copy  {
  background: #000000;
}

#search_res_wrapper .column_visibility {
    background: #ff0f47 !important;
}

#search_res_wrapper .column_fixed_columns {
  background: #1d00bd !important;
}


/* end tools & view */


/* export pdf excel */

.export_collection {
  background: #0072ff !important;
}

#search_res_wrapper .buttons-excel  {
  background: #207245;
}

#search_res_wrapper .buttons-pdf {
  background: #ff0000;
}

/* end export pdf excel */


/* reg status */
#search_res_wrapper .reg_stat_collection {
  background: #731b37 !important;
}

#search_res_wrapper .reg_stat_yes{
  background: #731b37 !important;
}

#search_res_wrapper .reg_stat_no {
  background: #000000 !important;
}

/* end reg status */



/* general styling */


.dt-button-collection h3 {
  font-weight: 400 !important;
}

#search_res .table_action i {
  color: #731b37 !important;
  font-size: 21px;
}

#search_res .table_action {
  font-size: 16px;
  color: #000000;
}

#search_res .table_action:hover {
  text-decoration: none;
}

#search_res,
#search_res_wrapper {
  background: white;
  padding: 20px;
  border-radius: 0.5rem;
  overflow-x: scroll;

}


#search_res_wrapper .dt-button {
  color: #fff;
  border-radius: 3rem;
  border: 0px;
}

button.dt-button.buttons-collection.tools_filters {
  margin-right: 20px;
}


/* tools & filters button */
.tools_filters {
  background: #000000 !important;
  transition: all .4s ease-out;
}

.tools_filters:hover {
  background: #731b37 !important;
  transition: all .4s ease-out;
}


/* file uploads */

.box_file {
    background: #731b37;
    padding: 10px;
    border-radius: 0.5rem;
    color: #fff;
    display: flex;
    align-items: center;
    height: 85px;
    justify-content: space-between;
}

.box_file_orange {
    background:#7a00ff;
}

.box_file_right a {
    background: white;
    width: 150px;
    display: inline-block;
    padding: 15px 15px;
    text-align: center;
    border-radius: 3rem;
    color: #000;
    text-decoration: none;

}


.box_file_right a i {
  color: #731b37;
}

.box_file_right a {
    background: white;
    width: 150px;
    display: inline-block;
    padding: 15px 15px;
    text-align: center;
    border-radius: 3rem;
    color: #000;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.box_file_right a:hover {
    background: #000000;
    color: #ffffff;
    transition: all 0.2s ease-in-out;
}


.box_file_right a:hover i {
  color: #ffffff;
}

@media(max-width:1199px) {
  .box_file {
    height: 160px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .box_file_left {
    margin-bottom: 20px;
  }

}



/* single box file */

.box_file.box_file_single {
    flex-direction: column;
}

.box_file.box_file_single .box_file_right input {
  background: white;
  border-radius: 3rem;
  color: #000;
}



@media(max-width:420px) {
  .box_file {
    height: 180px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    display: block;
    font-size: 12px;
}

.box_file.box_file_single {
  flex-direction: column;
  height: 130px;
}

.box_file.box_file_single .box_file_right input {
  width: 100%;
}

}


/* home stats */
@media(max-width:991px) {
  .stats_box {
      margin-top: 20px;
  }

  .info_stats_box.user_home_header,
  .info_stats_box.stats_box
   {
    /* justify-content: center !important; */
    align-items: center;
  }
}

/* smooth scroll */
html {
  scroll-behavior: smooth;
}

/* statick switch */
.status_reg_static {
  color: #ffffff !important;
  font-size: 16px;
  background: #731b37;
  border-radius: 3rem;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: unset;
  transition: all .4s ease-out;
}
.status_reg_static:hover {
  color: #ffffff !important;
  background: #000000;
  text-decoration: unset;
  transition: all .4s ease-out;
}
/* switch */

button.btn.btn-sm.reg-btn-toggle.reg_stat_active {
    background-color: #f44d73;
}


.reg-btn-toggle {
  margin: 0 4rem;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 1.5rem;
  color: #6b7381;
  background: #888888;
}
.reg-btn-toggle:focus,
.reg-btn-toggle.focus,
.reg-btn-toggle:focus.reg_stat_active,
.reg-btn-toggle.focus.reg_stat_active {
  outline: none;
}
.reg-btn-toggle:before,
.reg-btn-toggle:after {
  line-height: 1.5rem;
  width: 4rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.reg-btn-toggle:before {
  content: 'Off';
  left: -4rem;
}
.reg-btn-toggle:after {
  content: 'On';
  right: -4rem;
  opacity: 0.5;
}
.reg-btn-toggle > .handle {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 1.125rem;
  background: #fff;
  transition: left 0.25s;
}
.reg-btn-toggle.reg_stat_active {
  transition: background-color 0.25s;
}
.reg-btn-toggle.reg_stat_active > .handle {
  left: 1.6875rem;
  transition: left 0.25s;
}
.reg-btn-toggle.reg_stat_active:before {
  opacity: 0.5;
}
.reg-btn-toggle.reg_stat_active:after {
  opacity: 1;
}
.reg-btn-toggle.btn-sm:before,
.reg-btn-toggle.btn-sm:after {
  line-height: -0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.4125rem;
  width: 2.325rem;
}
.reg-btn-toggle.btn-sm:before {
  text-align: right;
}
.reg-btn-toggle.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.reg-btn-toggle.btn-sm.reg_stat_active:before {
  opacity: 0;
}
.reg-btn-toggle.btn-sm.reg_stat_active:after {
  opacity: 1;
}
.reg-btn-toggle.btn-xs:before,
.reg-btn-toggle.btn-xs:after {
  display: none;
}
.reg-btn-toggle:before,
.reg-btn-toggle:after {
  color: #6b7381;
}
.reg-btn-toggle.reg_stat_active {
  background-color: #29b5a8;
}
.reg-btn-toggle.btn-lg {
  margin: 0 5rem;
  padding: 0;
  position: relative;
  border: none;
  height: 2.5rem;
  width: 5rem;
  border-radius: 2.5rem;
}
.reg-btn-toggle.btn-lg:focus,
.reg-btn-toggle.btn-lg.focus,
.reg-btn-toggle.btn-lg:focus.reg_stat_active,
.reg-btn-toggle.btn-lg.focus.reg_stat_active {
  outline: none;
}
.reg-btn-toggle.btn-lg:before,
.reg-btn-toggle.btn-lg:after {
  line-height: 2.5rem;
  width: 5rem;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.reg-btn-toggle.btn-lg:before {
  content: 'Off';
  left: -5rem;
}
.reg-btn-toggle.btn-lg:after {
  content: 'On';
  right: -5rem;
  opacity: 0.5;
}
.reg-btn-toggle.btn-lg > .handle {
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 1.875rem;
  background: #fff;
  transition: left 0.25s;
}
.reg-btn-toggle.btn-lg.reg_stat_active {
  transition: background-color 0.25s;
}
.reg-btn-toggle.btn-lg.reg_stat_active > .handle {
  left: 2.8125rem;
  transition: left 0.25s;
}
.reg-btn-toggle.btn-lg.reg_stat_active:before {
  opacity: 0.5;
}
.reg-btn-toggle.btn-lg.reg_stat_active:after {
  opacity: 1;
}
.reg-btn-toggle.btn-lg.btn-sm:before,
.reg-btn-toggle.btn-lg.btn-sm:after {
  line-height: 0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.6875rem;
  width: 3.875rem;
}
.reg-btn-toggle.btn-lg.btn-sm:before {
  text-align: right;
}
.reg-btn-toggle.btn-lg.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.reg-btn-toggle.btn-lg.btn-sm.reg_stat_active:before {
  opacity: 0;
}
.reg-btn-toggle.btn-lg.btn-sm.reg_stat_active:after {
  opacity: 1;
}
.reg-btn-toggle.btn-lg.btn-xs:before,
.reg-btn-toggle.btn-lg.btn-xs:after {
  display: none;
}
.reg-btn-toggle.btn-sm {
  margin: 0 0.5rem;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3.5rem;
  border-radius: 1.5rem;
}
.reg-btn-toggle.btn-sm:focus,
.reg-btn-toggle.btn-sm.focus,
.reg-btn-toggle.btn-sm:focus.reg_stat_active,
.reg-btn-toggle.btn-sm.focus.reg_stat_active {
  outline: none;
}
.reg-btn-toggle.btn-sm:before,
.reg-btn-toggle.btn-sm:after {
  line-height: 1.5rem;
  width: 0.5rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.55rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.reg-btn-toggle.btn-sm:before {
  content: 'Off';
  left: -0.5rem;
}
.reg-btn-toggle.btn-sm:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
  /* content: 'On';
  content: "\f1ea"; */
  content: "\f06e";
  right: -0.5rem;
  opacity: 0.5;
  font-size: 18px;
}
.reg-btn-toggle.btn-sm > .handle {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 1.125rem;
  background: #fff;
  transition: left 0.25s;
}
.reg-btn-toggle.btn-sm.reg_stat_active {
  transition: background-color 0.25s;
}
.reg-btn-toggle.btn-sm.reg_stat_active > .handle {
  left: 2.0875rem;
  transition: left 0.25s;
}
.reg-btn-toggle.btn-sm.reg_stat_active:before {
  opacity: 0.5;
}
.reg-btn-toggle.btn-sm.reg_stat_active:after {
  opacity: 1;
}
.reg-btn-toggle.btn-sm.btn-sm:before,
.reg-btn-toggle.btn-sm.btn-sm:after {
  line-height: -0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 2.0875rem;
  transition: left 0.25s;
}
.reg-btn-toggle.btn-sm.btn-sm:before {
  text-align: right;
}
.reg-btn-toggle.btn-sm.btn-sm:after {
  text-align: left;
  opacity: 0;
}

.reg-btn-toggle.btn-sm.btn-sm:before {
  /* opacity: 0;
  opacity: 0; */
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
  /* content: "\f06e"; */
  content: "\f070";
  position: relative;
  left: 13px;
  opacity: 1;
  font-size: 16px;
}

.reg-btn-toggle.btn-sm.btn-sm.reg_stat_active:before {
  opacity: 0;
}
.reg-btn-toggle.btn-sm.btn-sm.reg_stat_active:after {
  opacity: 1;
}
.reg-btn-toggle.btn-sm.btn-xs:before,
.reg-btn-toggle.btn-sm.btn-xs:after {
  display: none;
}
.reg-btn-toggle.btn-xs {
  margin: 0 0;
  padding: 0;
  position: relative;
  border: none;
  height: 1rem;
  width: 2rem;
  border-radius: 1rem;
}
.reg-btn-toggle.btn-xs:focus,
.reg-btn-toggle.btn-xs.focus,
.reg-btn-toggle.btn-xs:focus.reg_stat_active,
.reg-btn-toggle.btn-xs.focus.reg_stat_active {
  outline: none;
}
.reg-btn-toggle.btn-xs:before,
.reg-btn-toggle.btn-xs:after {
  line-height: 1rem;
  width: 0;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.reg-btn-toggle.btn-xs:before {
  content: 'Off';
  left: 0;
}
.reg-btn-toggle.btn-xs:after {
  content: 'On';
  right: 0;
  opacity: 0.5;
}
.reg-btn-toggle.btn-xs > .handle {
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0.75rem;
  background: #fff;
  transition: left 0.25s;
}
.reg-btn-toggle.btn-xs.reg_stat_active {
  transition: background-color 0.25s;
}
.reg-btn-toggle.btn-xs.reg_stat_active > .handle {
  left: 1.125rem;
  transition: left 0.25s;
}
.reg-btn-toggle.btn-xs.reg_stat_active:before {
  opacity: 0.5;
}
.reg-btn-toggle.btn-xs.reg_stat_active:after {
  opacity: 1;
}
.reg-btn-toggle.btn-xs.btn-sm:before,
.reg-btn-toggle.btn-xs.btn-sm:after {
  line-height: -1rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.275rem;
  width: 1.55rem;
}
.reg-btn-toggle.btn-xs.btn-sm:before {
  text-align: right;
}
.reg-btn-toggle.btn-xs.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.reg-btn-toggle.btn-xs.btn-sm.reg_stat_active:before {
  opacity: 0;
}
.reg-btn-toggle.btn-xs.btn-sm.reg_stat_active:after {
  opacity: 1;
}
.reg-btn-toggle.btn-xs.btn-xs:before,
.reg-btn-toggle.btn-xs.btn-xs:after {
  display: none;
}
.reg-btn-toggle.btn-secondary {
  color: #6b7381;
  background: #888888;
}
.reg-btn-toggle.btn-secondary:before,
.reg-btn-toggle.btn-secondary:after {
  color: #6b7381;
}
.reg-btn-toggle.btn-secondary.reg_stat_active {
  background-color: #ff8300;
}

.btn.focus, .btn:focus {
  box-shadow: unset;
}

button.btn.btn-sm.regstatustoggle.reg-btn-toggle.reg_stat_active:after {
  left: 5px;
}

/* switch */

/* add form select style */

form select {
  display: block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

body {
  font-family: "Roboto", sans-serif !important;
}

.user_home_header h1 {
  font-size: 34px;
  font-weight: 300;
}

/* nav right */

a.nav-link {
  font-size: 17px;
}

a.navbar-brand {
  font-weight: 800;
}

/* login form */

.LoginController:before {
    content: "";
    background-image: url(../images/bg_login.png);
    background-position: bottom;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    filter: opacity(0.8);
}

.LoginController label i {
    background: white;
    border-radius: 3rem;
    color: #731b37;
    padding: 10px;
    margin-bottom: 5px;
}

body.LoginController {
  background-color: #731B37;
}

.LoginController nav#menu {
  position: fixed;
  top: 0;
  right: 0;
}

/* remeber me */
.LoginController .checkbox label {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.LoginController .checkbox label input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}


.LoginController input {
    padding: 25px !important;
    border-radius: 3rem !important;
    font-size: 22px;
    font-weight: 600;
}

.LoginController input#password {
    padding: 10px 20px 9px !important;
    line-height: 10px !important;
    height: unset;
}


.LoginController button.btn.btn-primary {
    background: #c72658;
    color: #fff;
    font-size: 21px;
    border-radius: 3rem;
    border-color: transparent;
}

.LoginController button.btn.btn-primary:hover {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
}

.LoginController .btn-primary:not(:disabled):not(.disabled):active,
.LoginController .btn-primary:not(:disabled):not(.disabled).active,
.LoginController .show > .btn-primary.dropdown-toggle {
    color: #000000;
    background-color: #ffffff;
    border-color: #ffffff;
}


.LoginController main {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.LoginController .card {
  background-color: #ffffff00 !important;
  border: 0px solid rgba(0, 0, 0, 0.125);
}

.LoginController .form-group {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.LoginController label {
  text-align: center!important;
  color: #ffffff;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
}

.LoginController button {
  width:100%;
}

/* user dashboard home */

/* info stats box */

.info_stats_box {
  margin-bottom: 35px;
  border-bottom: 1px solid #e3e3e3;
  padding: 12px 30px 5px;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 6px #ddd;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.info_stats_box.stats_box a {
    width: 100%;
    background: black;
    text-align: center;
    padding: 5px;
    border-radius: 3rem;
    color: #fff;
    transition: all .4s ease-out;
}

.info_stats_box.stats_box a:hover {
    text-decoration: none;
    background: #731b37;
    transition: all .4s ease-out;
}


.user_home_header h1 {
  font-size: 34px;
  font-weight: 200;
}

.user_home_header b {
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 4px;
}

.user_access {
  font-size: 14px;
  font-weight: 400 !important;
  letter-spacing: 0;
}


.user_access strong {
  font-weight: 700 !important;
}

.user_access.badge-warning,
.user_access.badge-primary
 {
    color: #ffffff;
    background-color: #731b37;
    padding: 5px 10px;
    border-radius: 3rem;
    margin-bottom: 0;
}

.user_access.badge-info,
.user_access.badge-secondary {
  padding: 5px 10px;
  border-radius: 3rem;
  margin-top: 10px;
}

/* user info boxes */
a.info_box {
  margin-bottom: 25px;
}

a.info_box i {
    font-size: 32px;
}

a.info_box {
  background: #731b37;
  width: 100%;
  height: 220px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 0.5rem;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  transition:  all .4s ease-out;
}

a.info_box:hover {
    text-decoration: unset;
    background: #ffffff;
    color: #731b37;
    box-shadow: 0 0 5px #ddd;
    transition:  all .4s ease-out;
}

@media(max-width:991px) {

  a.info_box {
    margin-bottom: 20px;
  }

}

/* stats box */
.stats_box {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  line-height: 1;
}

.stats_box p {
  font-weight: 300;
  font-size: 26px;
}

.stats_box p b {
  background: #731b37;
  border-top-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  padding: 5px 10px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

.stats_box p b i {
  margin-right: 5px;
}

.stats_box p strong {
  font-weight: 600;
  font-size: 32px;
  color: #731b37;
}

/* user dashboard center main div */

.UserController main {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}



tbody#users_table td {
    padding: 15px;
}

/* search form */
.searchbar .form-control {
    display: block;
    height: unset !important;
    padding: 20px !important;
  }

  .search_btn span#basic-addon1 {
    padding: 15px 30px;
    background: #731b37;
    color: #ffffff;
    font-size: 26px;
    border: unset;
    transition: all .4s ease-out;
}

  .search_btn span#basic-addon1:hover {
    background: #000000;
    transition: all .4s ease-out;
  }

  .search_btn#clear_search_action span#basic-addon1 {
    padding: 15px 30px;
    background: #000000;
    color: #ffffff;
    font-size: 26px;
    border: unset;
    transition: all .4s ease-out;
  }

  .search_btn#clear_search_action span#basic-addon1:hover {
    background: #6c757d;
    transition: all .4s ease-out;
  }

.search_results {
    background: white;
    border: 1px solid #ddd;
}


/* add form style */

.info_row_form {
  background: #e7e7e7;
  padding: 15px;
  border-radius: 0.5rem;
  margin-bottom: 25px;
}

.info_row_form p {
  color: #ffffff;
  background: #731b37;
  border-top-left-radius: 0.5rem;
  padding: 5px 15px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 15px;
}

#extra_basic_information .info_row_form p {
  background: #000000 !important;
}

.info_row_form > .row {
  margin-top: 40px;
}

/* toggle yes no */
.toggle-on.btn {
  background: #731b37;
  color: #fff;
}

.toggle-off.btn {
  padding-left: 24px;
  background: #000000;
  color: #fff;}

.toggle-handle {
  background: #fff;
}

.toggle_style.form-group {
  display: flex;
  flex-direction: column;
}

.footer_nav {
  display: flex;
}

.footer_nav a {
  width: 50%;
  padding: 10px;
  margin-right: 5px;
}

.footer_nav button {
  width: 50%;
  margin-left: 5px;
}

.footer_nav a {
  background: black;
  border-color: black;
  color: #ffffff;
}

.footer_nav a:hover {
  background: #731b37;
  border-color: #731b37;
  color: #ffffff;
}

.footer_nav a {
  background: black;
  border-color: black;
  color: #ffffff;
}

.footer_nav a:hover {
  background: #731b37;
  border-color: #731b37;
  color: #ffffff;
}

.footer_nav button {
  background: #731b37;
  border-color: #731b37;
  color: #ffffff;
}

.footer_nav button:hover {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}

/* toggle style */

.form_toggle .btn-danger:not(:disabled):not(.disabled):active,
.form_toggle .btn-danger:not(:disabled):not(.disabled).active,
.form_toggle .show > .btn-danger.dropdown-toggle {
  background: black !important;
  border: black !important;
  border-color: #000000 !important;
}

.form_toggle .btn-success:not(:disabled):not(.disabled):active,
.form_toggle .btn-success:not(:disabled):not(.disabled).active,
.form_toggle .show > .btn-success.dropdown-toggle {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}


/* START MANAGMENT STATISTISCS */

/* START TOTAL */

#managment_totals .info_stats_box.stats_box {
    align-items: center!important;
    background: #731b37;
    border-radius: 0.5rem;
}

#managment_totals .info_stats_box.stats_box p,
#managment_totals .info_stats_box.stats_box strong {
    color: #ffffff;
}

#managment_totals .info_stats_box.stats_box b {
    background: rgba(0,0,0,0);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: center;
}

#managment_totals .info_stats_box.stats_box b i {
    margin-bottom: 5px;
}

/* END TOTAL */

/* START MANAGMENT HEADER TITLES */

.managment_header_titles {
    text-align: center;
    background: white;
    padding: 5px 25px;
    color: #000000;
    box-shadow: 0 0 5px #dddddd85;
}

.managment_header_titles p {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 0;
}

.managment_header_titles i {
    color: #731b37;
}

/* END MANAGMENT HEADER TITLES */

/* START MANAGMENT INFO BOXES */
.managment_infoboxes .info_stats_box.stats_box {
    align-items: center !important;
}

.managment_infoboxes .info_stats_box.stats_box p,
.managment_infoboxes .info_stats_box.stats_box strong {
    font-size: 24px;
}

.managment_infoboxes .info_stats_box.stats_box p:last-child{
    margin-bottom: 0px !important;
}


/* END MANAGMENT INFO BOXES */

/* START MANAGMENT FOOTER */
.managment_footer {
    text-align: center;
}
/* END MANAGMENT FOOTER */


/* END MANAGMENT STATISTISCS */

.generalStatistics .filter_criteria {
    background: #731b37 !important;
    transition: all .4s ease-out;
}

.generalStatistics .filter_criteria:hover {
    background: #000000 !important;
    transition: all .4s ease-out;
}

