:root {
  --etl-color-primary: #ffde00;
}
@import url("https://fonts.googleapis.com/css?family=Raleway:400,700");
a {
  text-decoration: none !important;
}
.etl_my_label {
  display: block !important;
  font-weight: bold !important;
  margin-bottom: 3px !important;
  margin-top: 7px !important;
  font-size: 15px !important;
  color: rgba(0, 0, 0, 0.9) !important;
}
.etl_login {
  margin: 20px auto;
  padding: 40px 50px;
  width: 100%;
  max-width: 600px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.etl_login input {
  width: 100%;
  display: block;
  box-sizing: border-box;
  margin: 10px 0;
  padding: 14px 12px;
  font-size: 16px;
  border-radius: 2px;
}
.etl_login input[type="text"],
.etl_login input[type="password"] {
  border: 1px solid #c0c0c0;
  transition: 0.2s;
}
.etl_login input[type="text"]:hover {
  border-color: #ffde00;
  outline: none;
  transition: all 0.2s ease-in-out;
}
.etl_login input[type="submit"] {
  border: none;
  background: #ffde00;
  color: black;
  font-weight: bold;
  transition: 0.2s;
  margin: 20px 0px;
}
.etl_login input[type="submit"]:hover {
  background: #ffde00;
}
.etl_login h2 {
  margin: 20px 0 0;
  color: #ffde00;
  font-size: 28px;
}
.etl_login p {
  margin-bottom: 40px;
}
.etl_links {
  display: table;
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #c0c0c0;
  margin-bottom: 10px;
}
.etl_links a {
  display: table-cell;
  padding-top: 10px;
}
.etl_links a:first-child {
  text-align: left;
}
.etl_links a:last-child {
  text-align: right;
}
.etl_login h2,
.etl_login p,
.etl_login a {
  text-align: center;
}
.etl_login a {
  text-decoration: none;
  font-size: 0.8em;
}
.etl_login a:visited {
  color: inherit;
}
.etl_login a:hover {
  text-decoration: underline;
}
/* Code for dropdown */
/*
             body{

  background-image: url(1.jpg);

  -webkit-background-size:cover;

  background-size:cover;

  background-position: center center;

  height: 100vh;

  } */
.etl_wrapper {
  width: 100%;
  margin: 0 auto;
}
.etl_wrapper ul {
  list-style: none;
  padding: 0 0 70px 0;
  margin-top: 2%;
}
.etl_wrapper ul li {
  background: #ffde00;
  width: 20%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  float: left;
  color: #000;
  font-size: 16px;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
}
.etl_wrapper ul li a {
  text-decoration: none;
  color: #000;
  padding: auto;
  font-size: 14px;
}
.etl_wrapper ul li:hover {
  background: #ffde00;
}
.etl_wrapper ul ul {
  display: none;
}
.etl_wrapper ul li:hover > ul {
  display: block;
}
.etl_wrapper ul ul ul {
  margin-left: 170px;
  top: 0;
  position: absolute;
}
.etl_login h2 {
  color: rgba(0, 0, 0, 0.9);
}
/*********************************************************  Add/Edit-USER  *****************************************************/
#autoGeneratePass {
  cursor: pointer;
  /* margin-left: 10px; */
  font-size: 13px;
  color: black;
  text-decoration: none;
  margin-bottom: 15px;
}
.dmt_add_new_container,
.dmt_user_edit_container {
  background-color: white;
  overflow: initial;
  margin: 20px auto;
  max-width: 600px;
  /* box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1); */
}
.dmt_add_new_container h1,
.dmt_user_edit_container h1 {
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  margin: 0;
  padding: 9px 0 4px;
  line-height: 1.3;
}
.dmt_add_new_container form,
.dmt_user_edit_container form {
  display: grid;
  padding: 0 20px;
}
.dmt_add_new_container form label,
.dmt_user_edit_container form label {
  /* margin: 5px 3px; */
  margin: 0px 0px;
  margin-top: 5px !important;
}
.dmt_add_new_container form .etl-form-control,
.dmt_user_edit_container form .etl-form-control {
  display: contents;
  display: block;
}
.dmt_add_new_container form .etl-form-control input[type="text"],
.dmt_user_edit_container form .etl-form-control input[type="text"],
.etl_from_content form .etl-form-control input[type="password"],
.dmt_add_new_container form .etl-form-control select,
.dmt_user_edit_container form .etl-form-control select {
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 0px !important;
  font-size: 16px;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  /* margin: 10px 0; */
  padding: 7px 15px;
  height: 40px;
}
.dmt_add_new_container form .etl-form-control input[type="checkbox"]::before,
.dmt_user_edit_container form .etl-form-control input[type="checkbox"]::before {
  width: 1.2rem;
}
.dmt_add_new_container form .etl-form-control select[multiple],
.dmt_user_edit_container form .etl-form-control select[multiple] {
  height: 100px;
}
.dmt_add_new_container form input[type="submit"],
.dmt_user_edit_container form input[type="submit"] {
  width: 100%;
  border-radius: 4px;
  padding: 10px 28px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background-color 0.3s ease;
  background: var(--etl-color-primary);
  color: #000;
  border: 2px solid #000;
  font-weight: bold;
}
.dmt_add_new_container form input[type="submit"]:hover,
.dmt_user_edit_container form input[type="submit"]:hover {
  background: whitesmoke;
  border-color: #1a5686;
  color: #1a5686;
}
/* Alert Box */
.alert {
  width: 100%;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 16px;
}
.alert.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
  margin-left: 20px;
}
.alert.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
  margin-left: 20px;
}
.etl_form_heading {
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  padding: 8px;
  padding: 15px 0;
  font-size: 22px;
}
.etl_from_content {
  padding: 10px 25px 40px 25px;
}
/* //Css Code for Modal Box */
/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}
/* Modal Content */
.etl_modal_content {
  background-color: #fefefe;
  margin: auto;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 1052;
  right: 20%;
  top: 50%;
  left: 50%;
  width: 80%;
  height: auto;
  opacity: 1;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  padding: 5px 30px;
}
.etl_modal_content p {
  font-weight: bold;
}
.etl_modal_success {
  background-color: #55efc4;
  width: 100%;
}
.etl_modal_danger {
  background-color: #ffcccb;
  width: 100%;
  margin-top: 15px;
}
/* The Close Button */
.etl_close {
  color: #000;
  /* float: right; */
  font-size: 28px;
  font-weight: bold;
}
.etl_close:hover,
.etl_close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.etl_wrap {
  text-align: center;
}
.etl_container {
  /* width: 100%; */
}
.etl_users {
  padding: 30px;
  width: 90%;
  /* border: 1px solid rgba(0, 0, 0, 0.9); */
  margin: 20px auto 30px auto;
}
.etl_users table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
  text-decoration: none;
}
.etl_users table a {
  text-decoration: none;
  /* border: 1px solid rgba(0, 0, 0, 0.3); */
  padding: 10px 5px 5px 5px;
}
.etl_users td,
.etl_users th {
  border: 1px solid #000 !important;
  text-align: left;
  padding: 15px;
  font-size: 16px;
}
.etl_users th {
  background-color: var(--etl-color-primary);
}
.etl_users tr:nth-child(even) {
  background-color: #dddddd;
}
/* Modal Box Code Ends */
.etl_menu_card_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.etl_card {
  width: 18%;
  margin: 10px;
  padding: 5px 5px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  /* border: 1px solid rgba(0, 0, 0, 0.1); */
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.etl_card a {
  text-decoration: none;
}
.etl_card_img {
  padding-top: 15%;
}
.etl_card_img img {
  width: 40px;
}
.etl_card_content {
  padding-bottom: 15%;
  margin-top: 10px;
}
.etl_date_form {
  padding: 20px 20px 50px 20px;
}
.etl_date_form .form-control:first-of-type {
  display: flex;
  justify-content: space-between;
}
.etl_date_form input[type="text"] {
  display: inline-block;
  line-height: 30px;
  width: 48%;
  font-size: 18px;
}
.etl_date_form > input[type="select"] {
  background-color: red;
}
.etl_date_submit {
  width: 101%;
  border-radius: 4px;
  padding: 10px 28px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background-color 0.3s ease;
  background: var(--etl-color-primary);
  color: #000;
  border: none;
  font-weight: bold;
}
.etl_date_submit:hover {
  background: whitesmoke;
  border-color: #1a5686;
  color: #1a5686;
}
.dmt_manage_add_user {
  border-radius: 4px;
  padding: 10px 5px;
  font-size: 12px;
  cursor: pointer;
  text-decoration: none;
  max-width: 150px;
  margin-top: 20px;
  transition: background-color 0.3s ease;
  padding: 7px 20px;
  margin-left: 10px;
  background: var(--etl-color-primary) !important;
  font-weight: bold !important;
  border: 1px solid black !important;
  color: black !important;
}
.dmt_manage_add_user:hover {
  background: whitesmoke;
  color: #1a5686;
  border-color: #1a5686;
}
.etl_title {
  display: inline-block;
  margin-left: 10px;
  font-weight: bold;
  font-size: 22px;
}
.etl_active {
  background: #000 !important;
  color: white !important;
}
.etl_active a {
  color: white !important;
}
.etl_sales_submit {
  width: 101%;
  border-radius: 4px;
  padding: 10px 28px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background-color 0.3s ease;
  background: var(--etl-color-primary);
  color: #000;
  border: none;
  font-weight: bold;
}
@media (max-width: 767px) {
  /* .etl_menu_card_wrapper{
          justify-content: space-between;
        } */
  .etl_menu_card_wrapper .etl_card {
    width: 44%;
  }
  .etl_form_heading {
    font-size: 2.5rem;
  }
  .etl_date_form {
    padding-bottom: 50px;
  }
  .etl_tbl_container {
    overflow-x: auto;
  }
}
.etl_topnav {
  overflow: hidden;
  display: flex;
  justify-content: center;
  /*position: relative;*/
  /*max-width: 600px;*/
  /*background-color: var(--etl-color-primary);*/
}
.etl_topnav .center_this_nav {
  /*margin: auto;*/
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: var(--etl-color-primary);
  border: 1px solid black;
}
.etl_topnav a {
  float: left;
  display: block;
  text-align: center;
  padding: 13px 16px;
  text-decoration: none;
  font-size: 19px;
  /*width: 20%;*/
  flex-basis: 0;
  flex-grow: 1;
}
.etl_topnav a:hover {
  background-color: var(--etl-color-primary);
  color: black;
}
.etl_topnav a.active {
  background-color: var(--etl-color-primary);
  color: white;
}
.etl_topnav .logo {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 7px 10px 3px 10px;
  margin-top: 2px;
  text-decoration: none;
  font-size: 17px;
}
.etl_topnav .logo img {
  width: 30px;
  height: auto;
}
.etl_topnav .logo:hover {
  background: transparent;
}
.etl_topnav button {
  display: none;
}
.container {
  padding: 0px 10px;
}
.etl_modal_content.etl_modal_success {
  margin: 10px 0;
}
.multiselect-dropdown-search {
  height: 40px;
  font-size: 22px;
  padding: 15px;
}
@media screen and (max-width: 700px) {
  .etl_topnav {
    display: block;
  }
  .etl_topnav a:not(:first-child) {
    display: none;
  }
  .etl_topnav button.icon {
    background: #d8d8d8;
    float: right;
    display: block;
    padding: 21px 21px;
    border: 0;
    outline: none;
    cursor: pointer;
    position: absolute;
    right: 0;
  }
  button.icon:focus,
  button.icon:hover {
    border: 0;
    outline: none;
    background: var(--etl-color-primary);
  }
}
@media screen and (max-width: 700px) {
  .etl_topnav {
    display: block;
  }
  .etl_topnav.responsive {
    position: relative;
  }
  .etl_topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .etl_topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
}
/* This is the styling for the SWITCH in the sales.php */
.etl-form-control.etl-switch {
  display: flex !important;
  justify-content: center !important;
}
.etl-form-control.etl-switch.etl-switch-inline {
  gap: 15px;
}
.etl-form-control.etl-switch.etl-switch-inline > *{
  flex:1;
}
.etl-form-control.etl-switch input[type="radio"] {
  /* display: none; */
  position: absolute;
  left: -999em;
  opacity: 0;
}
.etl-form-control.etl-switch label {
  width: 100% !important;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  padding: 8px 16px;
  background-color: #eee;
  border: 2px solid black;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.etl-form-control.etl-switch input[type="radio"]:checked + label {
  background-color: var(--etl-color-primary);
  font-weight: 700;
  color: #000;
}
.etl-login-title {
  font-size: 25px;
  font-weight: bold;
}
.etl-generate-auto-pass {
  font-size: 12px;
  background: var(--etl-color-primary);
  display: inline-block !important;
  padding: 5px;
  max-width: 200px;
  text-align: center;
  color: #000 !important;
  border: 1px solid black;
  margin: 10px 0;
  font-weight: bold !important;
}
.etl-form-control select {
  border: solid 1px #000 !important;
}
.etl-form-control select.form-control[disabled] {
  opacity: 0.2;
}

.lity.lity-opened {
  z-index: 999990;
}
.manage_locations_list{
  background: rgb(238 238 238);
  margin-top: 1em;
  max-height: 300px;
  padding: 20px;
  display: none;
}
.manage_locations_list:not(.lity-hide){
  display: block; 
}
.manage_locations_list h4{
  margin: 0 0 10px;
  font-size: 1.125rem;
  text-align: left;
}
.locations_list_container {
    max-height: calc(100vh - 130px);
    max-height: calc(100% - 1.125rem - 10px);
    overflow: auto;
}
.locations_list_container ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.locations_list_container li {
  border-bottom: 1px dashed #ccc;
  padding: 3px 0;
}
.locations_list_container li:not(.loc_group) {
  font-size: 0.85em
}
.locations_list_container li.loc_group {
  margin-top: 1em;
  border: 0;
  margin-bottom: 5px;
}
.locations_list_container li.loc_group:first-child {
  margin-top: 0;
}
.locations_list_container button {
  background: none;
  border: 0;
  text-decoration: none;
  padding: 0;
  color: #d74e46;
  margin-left: 0.5em;
}
.locations_list_container button:hover,
.locations_list_container button:focus {
  text-decoration: underline;
}

.lity-container{
  padding: 0 25px;
}
.tool_popup{
  background: #fff;
  margin: 36px 0;
  max-height: calc(100vh - 80px) !important;
  padding: 20px;
  display: none;
  overflow: auto;
  width: 700px;
  max-width: 100%;
}
.tool_popup:not(.lity-hide){
  display: block; 
}
.tool_popup h4{
  margin: 0 0 10px;
  font-size: 1.125rem;
  text-align: left;
}
.tool_popup ol{
  margin-top: 1em;
  padding-left: 1.5em;
}
.tool_popup ol li {
  margin-bottom: 1em;
}
.tool_popup ol img{
  display: block;
  margin: 1em 0;
}

.tool_popup_header{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  margin-bottom: 1em;
}

/* fix */
.fixed-alert .alert{
  width: auto;
}



/* Added */
.etl_my_label i {
  margin-right: auto;  
}

.etl_my_label span {
  display: flex;
  align-items: center;
  gap: 10px;
}

.etl_my_label a.show { 
  display: inline-flex; 
}

/* Date Range picker */
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #ffde00 !important;
  border-color: #ffde00 !important;
  color: #393939 !important;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #ffde00 !important;
  box-shadow: -10px 0 0 #ffde00 !important;
}