body{
    background-color:#d3d3d3;
    margin: 0;
    padding: 0;
    font-family: "Wix Madefor Text", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.welcom{
   font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

input, select{
    font-size: 14px !important;
}
.form-select:focus {
    box-shadow: none !important;
    outline: none !important;
}

input[type="text"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="text"]:active,
input[type="date"]:active,
input[type="time"]:active,
select:focus,
select:active {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

input::-moz-placeholder{
    font-size: 12px !important;
    color: #888888 !important;
}

input::placeholder{
    font-size: 12px !important;
    color: #888888 !important;
}

i{
    color: #888888 !important;
    font-size: 12px !important;
}

.enter_shift_time_label {
    font-size: 14px !important;
}

.side_bar_btn:active {
    border: none !important;
}

.bi-list {
    font-size: 36px !important;
}

