@font-face {
  font-family: myFirstFont;
  src: url("../fonts/ElMessiri-VariableFont_wght.ttf");
}
* {
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
  font-family: myFirstFont;
}

html {
  height: 100%;
}

body {
  direction: rtl;
  height: 100%;
}

:root {
  --primary_color:#4aa;
  --secondary_color: #626262;
}

.prim_color {
  color: var(--primary_color);
}

header {
  background-color: var(--primary_color);
  padding: 0px 6% !important;
  height: 70px;
  position: relative;
}
header p, header a {
  border: none;
  background-color: transparent;
  color: aliceblue;
  font-size: 20px;
  text-decoration: none;
  display: block;
}
header a:hover {
  color: #839191;
}

footer {
  background-color: var(--secondary_color);
  color: white;
  padding-top: 1.6%;
  height: 70px;
}
footer p {
  font-weight: bold;
}

.min-vh {
  min-height: 82.2vh !important;
}

.side_nav {
  background-color: var(--primary_color);
}
.side_nav .border-bottom {
  border-color: #839191 !important;
}
.side_nav .nav-link {
  color: antiquewhite;
}
.side_nav .nav-link span {
  margin: 0px 10px;
}
.side_nav .fa-comment {
  font-size: 25px;
}
.side_nav .active_item {
  color: aqua;
}
.side_nav li li {
  font-size: 13px;
  margin: 0px 15px;
}

.clients {
  padding-left: 0px;
  padding-right: 0px;
  overflow: hidden;
}
.clients .fa-check, .clients .fa-times-circle {
  color: var(--primary_color);
}
.clients .rates i {
  color: #ffba27;
}
.clients .rates p {
  color: #857e7e;
}
.clients .response_to_message button {
  border: none;
  background-color: var(--primary_color);
  color: white;
  width: 80px;
  display: block;
  margin-right: auto;
  padding: 5px;
  border-radius: 5px;
}
.clients .response_to_message i {
  margin: 0px 10px 0px;
}
.clients .response_to_message textarea {
  border-radius: 10px;
  border: 1px dotted var(--primary_color);
}
.clients .response_to_message textarea::-moz-placeholder {
  color: #c0c0c0;
}
.clients .response_to_message textarea::placeholder {
  color: #c0c0c0;
}
.clients select {
  border: none;
  outline: none;
}
.clients ul.order_detaills {
  list-style-type: none;
  padding: 10px 20px;
  box-shadow: 1px 1px 5px rgb(168, 166, 166);
}
.clients ul.order_detaills li {
  padding: 3px 0px;
  margin: 15px 0px;
}
.clients ul.order_detaills li:not(:last-child) {
  border-bottom: 1px solid #ffffff;
}
.clients ul.order_detaills h4 {
  font-size: 16px;
  font-weight: bold;
}
.clients ul.order_detaills i {
  color: var(--primary_color);
}
.clients ul.order_detaills button {
  border: none;
  background-color: transparent;
}
.clients ul.order_detaills h3 {
  font-size: 20px;
  font-weight: bold;
  color: var(--primary_color);
}
.clients h1 {
  color: var(--primary_color);
  border-bottom: 1px solid var(--primary_color);
  margin: 3% 3.4%;
  padding-bottom: 5px;
}
.clients h1 a {
  text-decoration: none;
  font-size: 12px;
  color: var(--primary_color);
  height: 30px;
  border: 1px solid var(--primary_color);
  border-radius: 8px;
  padding: 7px 16px;
  font-weight: bold;
}
.clients .page-item.active .page-link {
  background-color: var(--primary_color);
  border-color: var(--primary_color);
}
.clients .page-link {
  color: var(--primary_color);
}
.clients thead {
  background-color: var(--primary_color);
  color: rgb(235, 232, 227);
}
.clients thead th {
  text-align: center !important;
}
.clients tbody.orders button i {
  color: var(--primary_color);
}
.clients tbody form select {
  border: none;
  outline: none;
  margin: 0px !important;
}
.clients tbody i {
  color: #839191;
}
.clients tbody .fa-user-check {
  color: var(--primary_color);
}
.clients tbody button {
  border: none;
  background-color: transparent;
}
.clients tbody .amount::after {
  content: "x";
  color: gray;
  margin: 5px;
  font-weight: bold;
}
.clients tbody select {
  width: auto;
  margin: 20px auto;
}

.dashboard h1 {
  color: var(--primary_color);
  border-bottom: 1px solid var(--primary_color);
  margin: 3% 3.4%;
  padding-bottom: 5px;
}
.dashboard .row {
  width: 95%;
  margin: auto;
}
.dashboard .d-flex {
  padding: 10px 24px 32px;
  border-radius: 8px;
  border: 1px solid var(--primary_color);
  color: var(--primary_color);
  margin: 30px 0px;
  text-decoration: none;
}
.dashboard .d-flex i {
  transform: rotate(-45deg);
  font-size: 32px;
}
.dashboard .d-flex h2, .dashboard .d-flex p {
  margin: 0px;
}
.dashboard .d-flex h2 {
  font-weight: 900;
}
.dashboard .d-flex a {
  text-decoration: none;
  color: var(--primary_color);
}
.dashboard .active_box {
  background-color: var(--primary_color);
  color: antiquewhite;
}
.dashboard .active_box a {
  color: antiquewhite;
}

.form {
  min-height: calc(100% - 236px);
}
.form h3 {
  font-weight: bolder;
}
.form form {
  border: 1px solid var(--primary_color);
  border-radius: 8px;
  padding: 20px;
}
.form img {
  display: block;
  margin: auto;
}
.form input[type=text], .form input[type=password] {
  border: 1px solid var(--primary_color);
  outline: none;
  display: block;
  width: 100%;
  padding: 8px;
  border-radius: 8px;
}
.form .form-check-input:checked {
  border-color: var(--primary_color);
  background-color: var(--primary_color);
}
.form button {
  background-color: var(--primary_color);
  color: wheat;
  font-size: 24px;
}

.technician {
  padding-left: 0px;
  padding-right: 0px;
  overflow: hidden;
}
.technician .form-check-input:checked {
  background-color: var(--primary_color) !important;
  border-color: var(--primary_color) !important;
}
.technician h1 {
  color: var(--primary_color);
  border-bottom: 1px solid var(--primary_color);
  margin: 3% 3.4%;
  padding-bottom: 5px;
}
.technician .vscomp-ele {
  max-width: 100% !important;
}
.technician .vscomp-toggle-button {
  border: 1px solid var(--primary_color);
  border-radius: 8px;
}
.technician .vscomp-wrapper.multiple .vscomp-option.selected .checkbox-icon::after, .technician .vscomp-wrapper .checkbox-icon.checked::after {
  border-color: var(--primary_color);
  border-top-color: transparent;
  border-left-color: transparent;
}
.technician form input {
  border: 1px solid var(--primary_color);
  outline: none;
  border-radius: 8px;
  padding: 10px;
}
.technician form select {
  border-radius: 8px;
  border: 1px solid var(--primary_color);
  padding-top: 10px;
  padding-bottom: 10px;
}
.technician form button {
  background-color: var(--primary_color);
  border: none;
  padding: 5px 20px;
  border-radius: 8px;
  color: rgb(238, 232, 221);
  font-weight: bold;
}

#example_wrapper label {
  display: flex;
  align-items: center;
}
#example_wrapper label select {
  width: auto;
  margin: 5px 10px;
}

.chat_table {
  border: 1px solid rgb(241, 241, 241);
}
.chat_table sup {
  display: none;
}
.chat_table tr {
  border: none;
}
.chat_table .active h2, .chat_table .active p, .chat_table .active td {
  font-weight: bold;
}
.chat_table .active img {
  border: 2px solid rgb(18, 179, 79);
  border-radius: 50%;
}
.chat_table .active sup {
  position: absolute;
  top: 0px;
  right: 10px;
  font-size: 10px;
  background-color: #068a5e;
  color: aliceblue;
  display: block;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chat_table .active .image {
  position: relative;
}
.chat_table a {
  text-decoration: none;
  color: black;
}
.chat_table td {
  border: none;
}
.chat_table h2 {
  font-size: 20px;
}
.chat_table h2, .chat_table p {
  text-align: initial;
}
.chat_table .image {
  height: 100%;
}
.chat_table p {
  font-size: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 1.2em;
  white-space: nowrap;
}
.chat_table .message {
  height: 100%;
}
.chat_table img {
  margin: 0px 5px;
}
.chat_table .col-2 {
  font-size: 14px;
}

.chat {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 41rem;
  z-index: 2;
  box-sizing: border-box;
  border-radius: 1rem;
  background: white;
  box-shadow: 0 0 8rem 0 rgba(0, 0, 0, 0.1), 0rem 2rem 4rem -3rem rgba(0, 0, 0, 0.5);
  /* Handle */
}
.chat ::-webkit-scrollbar {
  width: 5px;
  height: 8px;
}
.chat ::-webkit-scrollbar-thumb {
  background: rgb(207, 206, 206);
  border-radius: 10px;
}
.chat button, .chat input {
  border: none;
  outline: none;
}
.chat button {
  background-color: transparent;
}
.chat .messages {
  padding: 1rem;
  background: #F7F7F7;
  flex-shrink: 2;
  overflow-y: auto;
  height: 67vh;
  box-shadow: inset 0 2rem 2rem -2rem rgba(0, 0, 0, 0.05), inset 0 -2rem 2rem -2rem rgba(0, 0, 0, 0.05);
  overscroll-behavior: contain;
}
.chat .messages .time {
  font-size: 0.8rem;
  background: #EEE;
  padding: 0.25rem 1rem;
  border-radius: 2rem;
  color: #999;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.chat .messages .message {
  box-sizing: border-box;
  padding: 0.5rem 1rem;
  margin: 1rem;
  background: #FFF;
  border-radius: 1.125rem 1.125rem 1.125rem 0;
  min-height: 2.25rem;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 66%;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.075), 0rem 1rem 1rem -1rem rgba(0, 0, 0, 0.1);
}
.chat .messages .message.message_to {
  margin: 1rem 1rem 1rem auto;
  border-radius: 1.125rem 1.125rem 0 1.125rem;
  background: var(--primary_color);
  color: rgb(226, 226, 226);
}
.chat .messages .message.message_from {
  margin-right: auto;
}
.chat .input {
  box-sizing: border-box;
  flex-basis: 4rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  width: 100%;
}
.chat .input i {
  font-size: 1.5rem;
  margin-right: 1rem;
  color: #666;
  cursor: pointer;
  transition: color 200ms;
}
.chat .input i:hover {
  color: #333;
}
.chat .input input {
  border: none;
  background-image: none;
  background-color: white;
  padding: 0.5rem 15px;
  border-radius: 1.125rem;
  margin: 0px 10px;
  width: 90%;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1), 0rem 1rem 1rem -1rem rgba(0, 0, 0, 0.2);
  font-weight: 400;
  letter-spacing: 0.025em;
}
.chat .input input:placeholder {
  color: #999;
}

.install {
  background-color: var(--primary_color);
  height: calc(100% - 70px);
}
.install .row {
  align-items: center;
  height: 100%;
}
.install .links img {
  border-radius: 10px;
  width: 200px;
}
.install .px-media {
  transform: rotate(5deg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 5px 2.5% 13px;
  width: 70%;
  overflow: hidden;
  margin: 50px auto;
}
.install .px-media img {
  width: 100%;
  border-radius: 20px;
  height: 100%;
}
.install h1 {
  color: white;
  font-size: 70px;
  font-weight: 900;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

@media only screen and (max-width: 700px) {
  .links img {
    border-radius: 10px;
    width: 100px !important;
  }
  .install h1 {
    font-size: 30px;
  }
  .install .px-media {
    width: 70%;
  }
  .clients tr {
    font-size: 11px;
  }
  .dashboard .d-flex {
    margin-top: 5px;
  }
  .side_nav h3 {
    font-size: 16px;
  }
  .message h2, .message p {
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */