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

@font-face {
  font-family: "light";
  src: url("./fonts/alfont_com_Somar-Light.otf");
}
.log {
  img {
    width: 80px !important;
    height: 80px !important;
    border-radius: 10px;
  }
}
.video-avatar__avatar-name {
  font-size: 1rem !important;
  font-family: "regular" !important;
  color: white !important;
}

.full-screen-icon.full-screen-icon-widget {
  display: block !important;
}

.video-avatar__avatar {
  width: 57% !important;
  margin: auto !important;
}

.single-main-container__video-frame {
  width: 100% !important;
  height: 100% !important;
}

.single-main-container__video-frame {
  top: 10px !important;
}

@font-face {
  font-family: "regular";
  src: url("./fonts/alfont_com_Somar-Regular.otf");
}

@font-face {
  font-family: "Medium";
  src: url("./fonts/alfont_com_Somar-Medium.otf");
}

@font-face {
  font-family: "bold";
  src: url("./fonts/alfont_com_Somar-Bold.otf");
}

#usreslist {
  display: flex;
  gap: 5px;
  align-items: center;

  img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
  }

  p {
    margin-bottom: 0;
  }
}

.asn-stu {
  width: 50%;
  border: 1px solid;
  padding: 0.5rem;
  height: 505px;
  border-radius: 8px;
  margin-top: 1.9rem;
  overflow: auto;
}

.accordion-item {
  border: 0 !important;
  margin-bottom: 0.5rem;
}

a {
  text-decoration: none;
  color: black !important;
}

body {
  direction: rtl;
  counter-reset: section;
  overflow-x: hidden;
}

html,
body {
  overflow: unset !important;
}

::placeholder {
  color: rgba(128, 128, 128, 0.212);
  font-family: "regular";
}

label {
  font-family: "regular";
  margin-bottom: 10px;
  color: #546881;
}

.regaster-dashboard {
  background-image: url("./photo/background.png");
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.regaster-dashboard .step-one {
  width: 685px;
  height: 510px;
  box-shadow: 0 0 20px 0px #0000003b;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.regaster-dashboard input {
  outline: unset;
  border: unset;
  background-color: unset !important;
  box-shadow: unset !important;
  height: 46px;
  width: 91%;
}

.regaster-dashboard .input {
  border: 1px solid rgba(0, 0, 0, 0.123);
  border-radius: 10px;
  padding: 0 0.7rem;
}

.regaster-dashboard .adress {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.regaster-dashboard .adress h4 {
  margin-bottom: 0;
  font-family: "bold";
  background: linear-gradient(to left, #e5890a, black);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  height: 30px;
}

button.next {
  width: 100%;
  margin: 15px 0;
  font-family: "regular";
  padding: 0.7rem;
  border: 1px solid;
  background: #e5890a;
  color: white;
  border-radius: 10px;
}

.mail-error {
  display: flex;
  align-items: center;
  background-color: #ff000026;
  color: red;
  padding: 0.5rem;
  gap: 10px;
}

.mail-error h4 {
  font-family: "regular";
  font-size: 0.9rem;
  margin-bottom: 0;
}

.password-error h4 {
  font-family: "regular";
  font-size: 0.9rem;
  margin-bottom: 0;
}

.head-main-live {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #e5890c;
  color: #f9e8d9;
  font-family: 'regular';
}

.password-error {
  display: flex;
  align-items: center;
  background-color: #ff000026;
  color: red;
  padding: 0.5rem;
  gap: 10px;
  display: none;
}

/* side */

.sidebar {
  display: block;
  margin-right: 0%;
  width: 9%;

  transition: 0.7s;
  min-height: 100vh;
  padding: 2rem 0;
  position: fixed;
  right: 0;
  z-index: 999;
}

.sidebar.open,
.sidebar.opened {
  transition: 0.7s;
  width: 15%;
  margin-right: 0%;
  height: 100%;
  overflow-y: auto;
}

.sidebar.open::-webkit-scrollbar-track,
.sidebar.opened::-webkit-scrollbar-track {
  display: none;
  transition: 0.7s ease-in-out;
}

.sidebar.open::-webkit-scrollbar,
.sidebar.opened::-webkit-scrollbar {
  display: none;
  transition: 0.7s ease-in-out;
}

.sidebar.open::-webkit-scrollbar-thumb,
.sidebar.opened::-webkit-scrollbar-thumb {
  display: none;
  transition: 0.7s ease-in-out;
}

.sidebar.open:hover,
.sidebar.opened:hover {
  transition: 0.7s ease-in-out;
}

.sidebar.open:hover::-webkit-scrollbar-track,
.sidebar.opened:hover::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
  transition: 0.7s ease-in-out;
  display: block;
}

.sidebar.open:hover::-webkit-scrollbar,
.sidebar.opened:hover::-webkit-scrollbar {
  width: 3px;
  background-color: #f5f5f5;
  transition: 0.7s ease-in-out;
  display: block;
}

.sidebar.open:hover::-webkit-scrollbar-thumb,
.sidebar.opened:hover::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  transition: 0.7s ease-in-out;
  display: block;
}

.sidebar.open .image_logo .logo,
.sidebar.opened .image_logo .logo {
  width: 60%;
}

.sidebar.open .nav-pills .nav-link,
.sidebar.opened .nav-pills .nav-link {
  text-align: start;
}

.sidebar.open .nav-pills .nav-link svg.dot,
.sidebar.opened .nav-pills .nav-link svg.dot {
  color: #828c8d;
  font-size: 0.5rem;
  margin-inline-start: 1.5rem;
}

.sidebar.open .nav-pills .nav-link span,
.sidebar.opened .nav-pills .nav-link span {
  display: inline-block;
}

.sidebar.open .nav-pills .nav-link img,
.sidebar.opened .nav-pills .nav-link img {
  display: inline !important;
  margin: 0 !important;
}

.sidebar.open .nav-pills .accordion-button svg,
.sidebar.opened .nav-pills .accordion-button svg {
  display: block;
}

.sidebar .image_logo {
  width: 100%;
}

.sidebar .image_logo .logo {
  width: 100%;
  margin: 0 auto 1rem;
  display: block;
  padding: 0 1.5rem;
}

textarea {
  width: 100%;
}

.sidebar .accordion-button {
  width: 100%;
  font-family: "semibold";
  padding: 0;
}

.sidebar .accordion-button::after {
  margin-right: auto;
  margin-left: 0;
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
  filter: brightness(0) invert(1);
}

.sidebar .nav-pills {
  width: 100%;
  font-family: "semibold";
  padding: 0;
}

.sidebar .nav-pills .accordion-button {
  display: block;
}

.sidebar .nav-pills .accordion-button.collapsed {
  background-color: transparent !important;
  box-shadow: none;
}

.sidebar .nav-pills .accordion-button.collapsed svg {
  transform: rotate(180deg);
}

.sidebar .nav-pills svg {
  float: left;
  font-size: 1.1rem;

  color: #828c8d;
  transform: rotate(0deg);
  display: none;
}

.sidebar .nav-pills .accordion-button:focus {
  border-color: unset;
  box-shadow: none;
}

.sidebar .nav-pills .accordion-button:not(.collapsed) {
  transition: 0.7s ease-in-out;
}

.sidebar .nav-pills .accordion-button:not(.collapsed)::after {
  margin-right: auto;
  margin-left: 0;
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
}

.sidebar .nav-pills .nav-item {
  width: 100%;
  margin: 0.3rem 0;
  list-style: none;
  font-size: 0.9rem;
  margin: 0;
  padding: 0;
  transition: 0.4s;
}

.sidebar .nav-pills .nav-item .nav-link {
  text-align: start;
  padding: 1rem 1.2rem;
  font-size: 0.85rem;
  background-color: transparent;
  margin-bottom: 0;
}

.sidebar .nav-pills .nav-item .nav-link span {
  color: #818387;
  margin: 0 5%;
  font-family: "regular";
  font-size: 0.7rem;
}

.sidebar.open .nav-pills svg {
  display: block !important;
  color: #3d4c5e;
}

.sidebar .nav-pills .nav-item .nav-link img {
  width: 25px;
  height: 25px;
  display: block;
  margin: 0 auto;
}

.sidebar .nav-pills .nav-item .nav-link.active {
  background-color: #e5890a;
  color: white;
}

.sidebar .nav-pills .nav-item .nav-link.active span {
  font-family: "regular";
  color: white !important;
}

.sidebar .nav-pills .nav-item .nav-link.active svg {
  color: white;
}

.sidebar.open~.index_cards,
.sidebar.opened~.index_cards {
  width: 85%;
  margin-inline-start: 15%;
  transition: 1s ease-in-out;
}

.sidebar~.index_cards {
  width: 95%;
  margin-inline-start: 9%;
  transition: 1s ease-in-out;
}

.ico {
  float: right !important;
  transform: unset !important;

  width: 20px !important;
  height: 20px !important;
}

button#dropdownMenuButton1 {
  background: transparent;
  border: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  gap: 10px;
}

button#dropdownMenuButton1 p {
  margin-bottom: 0;
}

.infor-user h4 {
  font-family: "regular";
  font-size: 0.9rem;
}

.infor-user p {
  font-family: "regular";
  font-size: 0.7rem;
  color: #656b78;
}

.menu svg {
  color: #e5890a;
  cursor: pointer;
}

.main-styel {
  background-color: #f3f3f5;
  width: 100%;
  height: auto;
  padding: 2rem;
}

.title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  padding: 0.5rem 0;
  margin-bottom: 1rem;
  padding: 1rem;
  border-radius: 9px;
}

.title h4 {
  font-family: "bold";
  margin-bottom: 0;
  font-size: 1.1rem;
}

.title p {
  font-family: "regular";
  margin-bottom: 0;
  font-size: 0.9rem;
}

.title span {
  font-family: "regular";
  color: #47586e;
}

.main-content {
  background-color: white;
  width: 100%;
  height: auto;
  padding: 1rem;
  border-radius: 10px;
}

.not-found {
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.not-found h4 {
  font-family: "bold";
  font-size: 1.5rem;
}

.not-found p {
  font-family: "regular";
  font-size: 0.9rem;
  color: #656b78;
}

.filter .saerch input {
  border: unset !important;
  outline: unset !important;
  width: 95%;
  height: 34px;
}

.saerch {
  border: 1px solid rgba(0, 0, 0, 0.322);

  border-radius: 10px;
}

.saerch svg {
  color: rgba(0, 0, 0, 0.452);
}

.filter {
  margin-top: 1rem;
}

.form-select {
  background-position: left 0.75rem center !important;
  border-radius: 10px;
  font-family: "regular";
}

.bags-card {
  width: 100%;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0.322);
  margin-top: 1rem;
  border-radius: 10px;
  padding: 0.8rem;
}

.cards-body {
  display: flex;
  gap: 10px;
  justify-content: start;
  align-items: center;
}

.img-card {
  width: fit-content;
}

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

.img img {
  width: 100%;
}

.adress-card {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 10px;
}

.adress-card p {
  margin-bottom: 0;
}

.adress-card h4 {
  margin-bottom: 0;
  font-family: "bold";
  font-size: 1.3rem;
  width: 58%;
  line-height: 34px;
}

p.stats {
  background-color: #15b38633;
  color: #15b386;
  padding: 0.5rem 2rem;
  border-radius: 78px;
  font-family: "regular";
}

p.stats-tow {
  background-color: #e58a0a3d;
  color: #e5890a;
  padding: 0.5rem 2rem;
  border-radius: 78px;
  font-family: "regular";
}

p.stats-three {
  background-color: rgba(255, 0, 0, 0.192);
  color: red;
  padding: 0.5rem 2rem;
  border-radius: 78px;
  font-family: "regular";
}

.card-content {
  display: flex;
  gap: 56px;
  color: #e5890a;
  font-family: "regular";
  font-size: 0.9rem;
  margin-top: 10px;
}

.reat {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 7px;
}

.reat p {
  margin-bottom: 0;
  font-family: "regular";
}

.small {
  background-color: #e5890a;
  padding: 0.1rem 0.4rem;
  color: white;
  border-radius: 10px 0 10px 0;
}

.text-reat {
  color: #9da6ba;
  font-size: 0.7rem;
}

.prag {
  display: flex;
  align-items: center;
  justify-content: start;
  font-family: "regular";
  color: #656b78;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

.prag p {
  margin-bottom: 0;
}

.scope {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  gap: 10px;
}

.scope p {
  margin-bottom: 0;
  font-family: "regular";
  width: 70%;
}

.scope span {
  color: #e5890a;
}

.last-card {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 55px;
  margin-top: 10px;
}

.last-card p {
  margin-bottom: 0;
  font-family: "regular";
}

.clele {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}

.win {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}

.hours {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}

.days {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}

.progress_bar h4 {
  margin-bottom: 0;
  font-size: 0.9rem;
  font-family: "regular";
}

.progress {
  height: 5px;
  background-color: #e5890a;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  justify-content: center;
  margin-top: 12px;
}

.detalies button {
  display: block;
  margin-inline-start: auto;
  background-color: #5b6b5d;
  color: white;
  border: 1px solid #5b6b5d;
  padding: 0.5rem 1rem;
  border-radius: 78px;
  font-family: "regular";
  margin-top: -33px;
}

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

.today {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.today p {
  margin-bottom: 0;
  font-family: "regular";
  background-color: #e5890a;
  padding: 0.3rem 1.8rem;
  border-radius: 10px;
  color: white;
}

svg.svg-inline--fa.fa-angle-right {
  border: 1px solid;
  padding: 0.2rem 0.8rem;
  border-radius: 6px;
}

svg.svg-inline--fa.fa-angle-left {
  border: 1px solid;
  padding: 0.2rem 0.8rem;
  border-radius: 6px;
}

.header h4 {
  margin-bottom: 0;
  font-family: "bold";
  font-size: 1rem;
}

input[type="date"] {
  width: 100%;
}

.celender-nots .set-live {
  border: 1px solid rgba(0, 0, 0, 0.219);
  margin-top: 14px;
  border-radius: 10px;
  padding: 0.5rem;
  font-family: "regular";
}

.celender-nots .set-live p {
  margin-bottom: 0;
}

.celender-nots .date {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.celender-nots .time {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.celender-nots .attch {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.celender-nots .folder {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}

.datepicker {
  width: 100% !important;
}

.datepicker__wrapper {
  width: 100% !important;
  z-index: 1 !important;
}

.celender-nots .start-live {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.celender-nots button.live {
  width: 100%;
  padding: 1rem;
  font-family: "regular";
  border: 1px solid;
  background-color: #e58a0a33;
  color: #e5890a;
  border-radius: 10px;
}

.celender-nots .set-live h4 {
  font-family: "bold";
  font-size: 0.9rem;
}

.celender-nots .set-live .color {
  color: #e5890a;
  font-size: 0.8rem;
}

.celender-nots .discraption p {
  color: #546881;
}

.datepicker__header {
  background-color: #e5890a !important;
}

.datepicker__wrapper {
  border: 1px solid #e5890a !important;
}

.datepicker__time {
  background-color: #e58a0a2c !important;
}

.datepicker table th {
  background-color: #e58a0a5d !important;
  color: white !important;
}

.datepicker__day.is-today {
  color: #e5890a !important;
}

.datepicker__day.is-disabled,
.datepicker__day.is-otherMonth {
  color: #e58a0a50 !important;
}

.celender-nots .last-live {
  border: 1px solid rgba(0, 0, 0, 0.219);
  margin-top: 14px;
  border-radius: 10px;
  padding: 0.5rem;
  font-family: "regular";
  border-left: 8px solid #e5890a;
}

.celender-nots .last-live1 {
  border: 1px solid rgba(0, 0, 0, 0.219);
  margin-top: 14px;
  border-radius: 10px;
  padding: 0.5rem;
  font-family: "regular";
  border-left: 8px solid #527853;
}

.celender-nots .last-live2 {
  border: 1px solid rgba(0, 0, 0, 0.219);
  margin-top: 14px;
  border-radius: 10px;
  padding: 0.5rem;
  font-family: "regular";
  border-left: 8px solid #e5890a;
}

.last-live h4 {
  font-family: "bold";
  font-size: 0.9rem;
}

.last-live1 h4 {
  font-family: "bold";
  font-size: 0.9rem;
}

.last-live2 h4 {
  font-family: "bold";
  font-size: 0.9rem;
}

.celender-nots .last-live p {
  margin-bottom: 0;
}

.celender-nots .last-live1 p {
  margin-bottom: 0;
}

.celender-nots .last-live2 p {
  margin-bottom: 0;
}

.celender-nots .last-live .color {
  color: #e5890a;
  font-size: 0.8rem;
}

.celender-nots .last-live1 .color {
  color: #e5890a;
  font-size: 0.8rem;
}

.celender-nots .last-live2 .color {
  color: #e5890a;
  font-size: 0.8rem;
}

.datepicker__day.is-selected div {
  background-color: #e5890a !important;
}

.celender-nots table.table.notes {
  position: relative;
}

.celender-nots table.table.notes {
  margin-top: 1rem;
}

.celender-nots table.table.notes th {
  border-left: 1px solid rgba(0, 0, 0, 0.212);
  border-top: 1px solid rgba(0, 0, 0, 0.212);
  border-right: 1px solid rgba(0, 0, 0, 0.212);
  border-bottom: 1px solid rgba(0, 0, 0, 0.212);
  padding: 2rem;
  text-align: center;
  font-family: "regular";
  color: #828c8d;
}

.celender-nots table.table.notes td {
  border-left: 1px solid rgba(0, 0, 0, 0.212);
  border-right: 1px solid rgba(0, 0, 0, 0.212);
  padding: 2rem;
  font-size: 0.6rem;
  position: relative;
}

.celender-nots table.table.notes td span {
  position: absolute;
  top: 4px;
  right: 9px;
  font-size: 0.7rem;
  font-family: "regular";
  color: #546881;
}

.text-note {
  background-color: #e5890a;
  color: white;
  padding: 0.5rem;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
}

.text-note h4 {
  font-size: 0.7rem;
  margin-bottom: 0;
  font-family: "regular";
}

.all-massage {
  display: flex;
  align-items: start;
  gap: 20px;
}

.right-massage {
  width: 25%;
  padding: 0.5rem 0.2rem;
  border: 1px solid rgba(0, 0, 0, 0.178);
  height: 650px;
  overflow-y: scroll;
  border-radius: 5px;
  border-left: unset;
}

.left-massage {
  width: 75%;
  padding: 0.5rem;
  height: 650px;
  overflow-y: scroll;
  border: 1px solid rgba(0, 0, 0, 0.178);
  border-radius: 5px;
}

.chat {
  display: flex;
  gap: 10px;
  align-items: start;
  border-bottom: 1px solid #0000002e;
  padding: 0.5rem;
  cursor: pointer;
}

.chat:last-child {
  border-bottom: 0px solid #0000002e;
}

.chat:hover {
  background-color: #e58a0a17;
}

.text-chat h4 {
  margin-bottom: 0;
  font-size: 0.8rem;
  font-family: "bold";
}

.text-chat p {
  margin-bottom: 0;
  font-size: 0.8rem;
  font-family: "regular";
  color: #47586e;
}

.right-massage .form-control {
  border: 1px solid rgba(0, 0, 0, 0.233);
  height: 40px;
  width: 100%;
  border-radius: 12px;
}

.right-massage .form-control input {
  width: 81%;
}

.right-massage .hed h4 {
  font-size: 1.2rem;
  color: #000000;
  font-family: "regular";
  margin-bottom: 1rem;
}

.right-massage .hed {
  background-color: white;
  position: sticky;
  top: -8px;
  padding: 0 !important;
  border-radius: 1px;
}

.top .chat {
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.233);
  width: 100%;
}

.top {
  background-color: white;
  position: sticky;
  top: -8px;
  border-radius: 1px;
  padding: 0px !important;
}

.top .chat:hover {
  background-color: white;
}

.top .chat h4 {
  font-size: 1.1rem;
  margin-bottom: 0.8rem;
}

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

.mid .todays {
  background-color: transparent;
  padding: 0.2rem 2rem;
  color: white;
  width: fit-content;
  margin-top: 10px;
  border-radius: 13px;
  color: #7a797a;
  border: 1px solid #7a797a;
  font-family: "regular";
  font-size: 0.8rem;
}

.todays p {
  margin-bottom: 0;
}

.right-chat {
  background-color: #f7f7f7;
  width: 50%;
  padding: 1rem;
  border-radius: 15px;
  margin-top: 2rem;
  font-family: "regular";
  font-size: 1rem;
}

.left-chat {
  background-color: #e5890a;
  width: 50%;
  padding: 1rem;
  border-radius: 15px;
  margin-top: 2rem;
  font-family: "regular";
  margin-right: auto;
  color: white;
  font-size: 1rem;
}

.left-chat p {
  margin-bottom: 0;
}

.right-chat p {
  margin-bottom: 0;
}

.right-chat .send-massage {
  width: 90%;
}

.right-chat .send-massage .text-a input {
  width: 90%;
}

.text-a {
  width: 95%;
  border: 1px solid rgba(0, 0, 0, 0.151);
  margin-top: 1rem;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.green {
  color: green;
  font-size: 0.5rem;
}

.send-massage {
  /* margin-bottom: 0.5rem; */
  padding: 0.5rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.send-massage svg {
  color: #e5890a;
  font-size: 1.5rem;
  margin-top: 1rem;
}

.text-a svg {
  margin-top: 0;
}

img#uploadedPhoto {
  width: 100%;
}

#emojiList {
  display: block;
  position: absolute;
  left: -7px;
  top: -159px;
  z-index: 100001;
  background-color: beige;
  padding: 0.5rem;
  overflow: scroll;
  width: 50%;
}

.bottom {
  position: sticky;
  bottom: -9px;
  background-color: white;
}

input#messageInput {
  width: 93%;
  border: unset;
  outline: unset;
  box-shadow: unset;
  height: 50px;
  padding: 1rem;
}

.form-control input {
  border: 0;
  outline: 0;
  background-color: unset !important;
  width: 91%;
}

.modal-header .btn-close {
  margin: unset !important;
}

button.btn.btn-primary {
  width: 100%;
  background-color: #e5890a;
  font-family: "regular";
  border: 1px solid #e5890a;
  margin-top: 20px;
}

.shows {
  width: 100%;
  background-color: #e5890a;
  font-family: "regular";
  border: 1px solid #e5890a;
  color: white;
  font-family: "regular";
  padding: 0.5rem;
  border-radius: 10px;
}

h5#exampleModalLabel {
  font-family: "bold";
  font-size: 0.9rem;
}

.form-group.upload_file .upload_file_label {
  background-color: #9da6ba17;
  border: 1px dashed #828c8d;
  width: 100%;
  text-align: center;
  padding: 1.5rem;
  border-radius: 8px;
  margin-bottom: 0;
  cursor: pointer;
}

.form-group.upload_file .upload_file_labels {
  background-color: #9da6ba17;
  border: 1px dashed #828c8d;
  width: 50%;
  text-align: center;
  padding: 1.5rem;
  border-radius: 8px;
  margin-bottom: 0;
  cursor: pointer;
}

.sweet {
  font-family: "regular";
}

.search {
  border: 1px solid rgba(0, 0, 0, 0.205);
  border-radius: 10px;
  width: 50%;
}

.search input {
  border: unset;
  outline: unset;
  height: 30px;
  width: 95%;
}

.up-folder {
  background-color: #e5890a;
  font-family: "regular";
  border: 1px solid #e5890a;
  padding: 0.5rem;
  color: white;
  border-radius: 10px;
}

.up-folders {
  background-color: white;
  font-family: "regular";
  border: 1px solid #e5890a;
  padding: 0.5rem;
  color: #e5890a;
  border-radius: 10px;
}

.table {
  font-family: "regular";
  font-size: 0.8rem;
  color: #3d4c5e;
  border: 1px solid #3d4c5e21;
  margin-top: 1rem;
}

.head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}

.folder-content {
  border: 1px solid #0000002e;
  border-radius: 11px;
  padding: 0.5rem;
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.all-content {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}

.text-focont h4 {
  font-size: 1rem;
  font-family: "bold";
  margin-bottom: 0;
}

.text-focont p {
  font-size: 0.7rem;
  font-family: "regular";
  margin-bottom: 0;
  color: #9da6ba;
}

.all-content img {
  width: 30%;
  height: 52px;
}

.text-modal {
  border: 1px solid rgba(0, 0, 0, 0.205);
  border-radius: 10px;
  width: 100%;
}

.text-modal input {
  border: unset;
  outline: unset;
  height: 34px;
  width: 90%;
}

.moda {
  margin-top: 10px !important;
}

.img-log {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
}

.chat img {
  width: 60px;
  height: 60px;
}

/* live */
.main-live {
background: linear-gradient(to top, black, #291802);
  width: 100%;
  /* height: 86vh; */
  height: auto;
  padding: 2rem;
  color: white;
}

.main-live .imgs-live img {
  margin-left: -17px;
  width: 40px;
  height: 40px;
}

.main-live .head-live {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-live .right-part {
  display: flex;
  align-items: center;
  gap: 100px;
}

.main-live .timer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.main-live .timer p {
  margin-bottom: 0;
}

.main-live .text-live h4 {
  margin-bottom: 0;
  font-family: "Medium";
  font-size: 1rem;
}

.main-live .text-live p {
  margin-bottom: 0.5rem;
  font-family: "regular";
  font-size: 1rem;
}

.main-live .time h4 {
  font-family: "light";
  margin-bottom: 0;
  font-size: 0.8rem;
}

.main-live .timer p {
  font-family: "regular";
  margin-bottom: 0;
  font-size: 1rem;
}

.main-live .timer img {
  width: 10px;
  height: 10px;
}

.main-live .circle-num {
  width: 40px;
  height: 40px;
  background-color: #fde9cf;
  color: #e5890a;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 4px solid white;
  margin-left: -17px;
  z-index: 10;
}

.main-live .circle-num p {
  margin-bottom: 0;
  font-family: "bold";
}

.main-live .imgs-live {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-live .adress {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  position: sticky;
  top: -14px;
  background-color: #221402;
  padding: 1rem 0;
}

.main-live .adress h4 {
  margin-bottom: 0;
  font-family: "bold";
  font-size: 1rem;
}

.main-live .files p {
  margin-bottom: 0;
  font-family: "regular";
  font-size: 0.8rem;
}

.main-live .all-down {
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
  margin-bottom: 1.5rem;
}

.main-live .attached-files {
  border: 1px solid white;
  padding: 0.8rem;
  border-radius: 10px;
  margin-top: 2rem;
  height: 238px;
  overflow: auto;
}

.main-live .attached-filess {
  border: 1px solid white;
  padding: 0.8rem;
  border-radius: 10px;
  margin-top: 2rem;
  height: 505px;
  overflow: auto;
}

.main-live .questions-files {
  border: 1px solid white;
  padding: 0.8rem;
  border-radius: 10px;
  margin-top: 2rem;
  height: 403px;
  overflow: auto;
}

button#send {
  background: #e5890a;
  padding: 0.8rem;
  font-family: "regular";
  border: 0;
  border-radius: 8px;
  color: white;
}

.main-live .Attendees {
  border: 1px solid white;
  padding: 0.8rem;
  border-radius: 10px;
  margin-top: 2rem;
  height: 632px;
  overflow: auto;
}

.main-live .Attendees .adress {
  background-color: #160d01;
  padding: 0.5rem;
  border-radius: 5px;
}

/* .buttons {
  padding: 0 2rem;
} */

/* .choose-ans {
  width: 100%;
  text-align: center;
  margin-top: 3rem;
  border: 1px solid;
  height: 491px;
  border-radius: 12px;
  flex-direction: column;
} */

.choose-ans .hed h4 {
  font-family: "bold";
  font-size: 1rem;
} 

.choose-ans .hed p {
  font-family: "regular";
  font-size: 1rem;
  color: #e5890a;
  margin-top: 0.5rem;
}

/* width */
.main-live ::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.main-live ::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px 0 0 10px;
}

/* Handle */
.main-live ::-webkit-scrollbar-thumb {
  background: #9d5c0d;
  border-radius: 10px 0 0 10px;
}

/* Handle on hover */
.main-live ::-webkit-scrollbar-thumb:hover {
  background: #9d5c0d;
}

.questions-files p {
  width: 100%;
  margin-bottom: 1rem !important;
}

.show-answer-btn {
  border: 0;
  padding: 0.2rem 0.5rem;
  border-radius: 5px;
}

.show-qustions-btn {
  border: 1px solid #e5890c;
  padding: 0.2rem 0.5rem;
  border-radius: 5px;
  color: white;
  width: 100%;
  margin-bottom: 0.5rem;
  font-family: "regular";
  

}
.filess p {
  width: 100%;
  margin-bottom: 1rem !important;
  font-family: "regular";
}

div#questions-answers {
  width: 50%;
  border: 1px solid;
  padding: 0.5rem;
}

div#questions-answers h4 {
  font-family: "bold";
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.filess {
 
  border-bottom: 1px dashed !important;
  display: flex;
  padding-bottom: 12px;
  align-items: center;
}

.main-live .questions-files .adress {
  background-color: #170e02;
}

.main-live .live-camera {
  overflow: hidden !important;
  width: 100%;

  height: 395px;

  background-size: cover;
  margin-top: 2rem;
  position: relative;
}

.main-live .pdf {
  display: none;
  width: 100%;
  height: 595px;
  border: 4px solid #e5890a;
  border-radius: 17px;
  background-image: url(./photo/pdf.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 2rem;
  position: relative;
}

.main-live .icons-camera {
  display: flex;
  justify-content: center;
  align-items: end;
  height: 390px;
}

.main-live .icons-camera img {
  margin: 30px;
  width: 30px;
  height: 30px;
}

.main-live .icons-camera .video {
  width: 50px;
  height: 50px;
  background-color: #e5890a;
  border-radius: 100%;
  padding: 0.5rem;
}

.main-live .icons-camera .Microphone {
  width: 50px;
  height: 50px;
  background-color: #e5890a;
  border-radius: 100%;
  padding: 0.5rem;
}

.main-live .icons-camera .record {
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 100%;
  padding: 0.5rem;
}

.main-live .part-oneleft {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-live .staps {
  border: 1px solid white;
  padding: 0.8rem;
  margin-top: 2rem;
  border-radius: 10px;
  position: relative;
}

.main-live .staps p {
  font-family: "regular";
  font-size: 0.7rem;
  color: #b2bbc6;
}

.main-live .staps h5 {
  font-family: "bold";
  margin-bottom: 0;
  font-size: 0.8rem;
}

.main-live .line-stap::after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: white;
  border-radius: 100%;
  position: absolute;
  top: 23px;
}

.main-live .line-stap1::after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: white;
  border-radius: 100%;
  position: absolute;
  top: 106px;
}

.main-live .line-stap3::after {
  content: "";
  width: 1px;
  height: 64px;
  background-color: transparent;
  position: absolute;
  top: 37.2px;
  right: 4%;
  border: 0.2px dashed white;
}

.main-live .line-stap4::after {
  content: "";
  width: 1px;
  height: 60px;
  background-color: transparent;
  position: absolute;
  top: 123px;
  right: 4%;
  border: 0.2px dashed white;
}

.main-live .line-stap2::after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: white;
  border-radius: 100%;
  position: absolute;
  top: 187px;
}

.main-live .all-discratpitons {
  margin-right: 20px;
}

.main-live .bord::after {
  content: "";
  border-radius: 100%;
  width: 20px;
  height: 20px;
  background-color: transparent;
  position: absolute;
  border: 1px solid white;
  right: 9px;
  top: 19px;
}

.main-live .bord1::after {
  content: "";
  border-radius: 100%;
  width: 20px;
  height: 20px;
  background-color: transparent;
  position: absolute;
  border: 1px solid white;
  right: 9px;
  top: 102px;
}

.main-live .bord2::after {
  content: "";
  border-radius: 100%;
  width: 20px;
  height: 20px;
  background-color: transparent;
  position: absolute;
  border: 1px solid white;
  right: 9px;
  top: 183px;
}

.main-live .chat-massage {
  width: 100%;
  height: 505px;
  border: 1px solid white;
  border-radius: 8px;
  margin-top: 11rem;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* .main-live #chat-massagess {
  width: 50%;
} */

.main-live .massages {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  height: 70px;
}

.main-live .massages h4 {
  margin-bottom: 0;
  font-family: "regular";
  font-size: 1.2rem;
}

.main-live .header-chat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  background-color: #100a01;
  border-bottom: 1px solid white;
  padding: 0.5rem;
}

img#send-img {
  width: 40px;
  height: 40px;
  border: 1px solid #e5890a;
  border-radius: 50%;
}

.main-live .button {
  background-color: white;
  border-radius: 50px;
}

button#sendmassageschat {
  background: transparent;
  border: 0;
}

.main-live label.btn.btn-outline-success {
  margin-bottom: 1rem;
  border: 0;
  border-radius: 8px;
  color: #e5890a;
  width: 100%;
  border: 1px solid white;
  white-space: normal; 
  word-wrap: break-word; 
  text-align: center; 
}


/* Style for radio buttons */
input[type="radio"] {
  display: none;
  /* Hide the default radio button */
}

label {
  cursor: pointer;
  /* Change cursor to pointer on hover */
  padding: 5px;
  /* Add some padding around the label */
  border: 1px solid white;
  /* Initial border */
  border-radius: 5px;
  /* Optional: rounded corners */
  transition: background-color 0.3s;
  /* Smooth transition */
}

.btn-outline-danger:hover {
  background-color: unset !important;
}

.main-live label.btn.btn-outline-danger {
  margin-top: 1rem;
  border: 0;
  border-radius: 8px !important;
  color: #e5890a;
  width: 100%;
  border: 1px solid white !important;
}

.btn-check:active+.btn-outline-success,
.btn-check:checked+.btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
  background-color: #e5890a !important;
}

.btn-check:active+.btn-outline-danger,
.btn-check:checked+.btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
  background-color: #e5890a !important;
  width: 100%;
  margin-top: 1rem;
}

/* .radio-but {
  padding: 0 2rem;
  margin-top: 1rem;
} */

.main-live label.btn.btn-outline-danger {
  margin-bottom: 0;
  border: 0;
  border-radius: 50px;
  color: #e5890a;
}

.main-live .btn-check:active+.btn-outline-success,
.btn-check:checked+.btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
  background-color: #e5890a;
  color: white !important;
}

.main-live .btn-check:active+.btn-outline-danger,
.btn-check:checked+.btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
  background-color: #e5890a;
  color: white !important;
}

.main-live .btn-outline-success:hover {
  background-color: unset !important;
  color: #e5890a !important;
}

.main-live .btn-check:focus+.btn-outline-success,
.btn-outline-success:focus {
  box-shadow: unset;
}

.btn-check:focus+.btn-outline-danger,
.btn-outline-danger:focus {
  box-shadow: unset;
}

.btn-outline-danger:hover {
  background-color: unset !important;
}

button#follow {
  width: 100%;
  border: 0;
  padding: 0.4rem;
  border-radius: 8px;
  background: #e5890a;
  color: white;
  font-family: "regular";
  transition: 0.7s;
  border: 1px solid #e5890a;
}

textarea {
  background: unset;
}

button#follow:hover {
  background-color: unset;
  color: #e5890a;
  border: 1px solid #e5890a;
}

/* width */
.main-live .chat-massage::-webkit-scrollbar {
  width: 0px !important;
}

/* Track */
.main-live .chat-massage::-webkit-scrollbar-track {
  background: transparent !important;
  border-radius: 10px 0 0 10px;
}

/* Handle */
.main-live .chat-massage::-webkit-scrollbar-thumb {
  background: transparent !important;
  border-radius: 10px 0 0 10px;
}

.main-live .footer-chat {
  background-color: #1d242d;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  padding: 0.5rem 0.5rem;
  position: sticky;
  bottom: 0;
}

.main-live .text-massage {
  width: 100%;
}

.main-live .text-massage input {
  width: 90%;
  background-color: unset;
  border: unset;
  box-shadow: unset;
  color: white;
  outline: unset;
}

.main-live .text-massage {
  width: 100%;
  background-color: black;
  height: 45px;
  border-radius: 52px;
  display: flex;
  padding: 0 0.5rem;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.main-live .text-massage svg {
  font-size: 1.5rem;
  margin-left: 10px;
}

.main-live .chat-content {
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100vh;
}

.main-live .preson-send {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 10px;
  margin: 10px 0;
}

.main-live .send-massages p {
  width: 100%;
  margin-bottom: 0;
}

.main-live .send-massages {
  background-color: #1d242d;
  padding: 0.5rem;
  width: 45%;
  border-radius: 10px;
  border: 0.01px solid #e5890a54;
}

.main-live .send-massages h6 {
  font-family: "regular";
  color: #a3adbb;
  font-size: 0.9rem;
}

.main-live .send-massages p {
  font-family: "regular";
  font-size: 0.8rem;
}

.main-live .time {
  margin-bottom: 0;
  font-family: "regular";
  font-size: 0.7rem;
  
}
.main-live .time h4 {
  margin-top: 0;
}
.main-live .preson-Recepion {
  display: flex;
  justify-content: end;
  flex-direction: row-reverse;
  align-items: start;
  gap: 10px;
  margin: 10px 0;
}

.main-live .Recepion-massages {
  text-align: end;
  background-color: #1d242d;
  padding: 0.5rem;
  width: 48%;
  border-radius: 10px;
}

textarea#sendnotes {
  color: white;
  padding: 0.5rem;
  font-family: "regular";
}

.main-live .Recepion-massages h6 {
  font-family: "regular";
  color: #a3adbb;
  font-size: 0.9rem;
}
.show {
  display: unset !important;
}
.main-live .Recepion-massages p {
  font-family: "regular";
  font-size: 0.8rem;
}

img#Recepion-img {
  width: 40px;
  height: 40px;
  border: 1px solid #e5890a;
  border-radius: 50%;
}

.main-live .dropdown-toggle::after {
  content: unset !important;
}

.main-live .dropdown-toggle {
  margin-inline-end: -13px;
}

.main-live .dropdown-item {
  font-family: "regular";
}

.main-live .dropdown-item img {
  margin-left: 10px;
}

.live-modal .modal-body .all-down {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.062);
}

.live-modal .modal-body .all-down .files {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.live-modal .modal-body .all-down .files p {
  margin-bottom: 0;
  font-family: "bold";
  font-size: 0.7rem;
}

.live-modal .modal-body {
  height: 500px;
  overflow: auto;
}

.live-modal .end-model {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f9e8d9;
  position: sticky;
  bottom: -15px;
  padding: 0.5rem !important;
  border-radius: 1px;
}

.live-modal .end-model h4 {
  margin-bottom: 0;
  font-family: "bold";
  font-size: 0.9rem;
}

.live-modal .add-file {
  background-color: #e5890a;
  color: white;
  padding: 0.5rem;
  border: 1px solid #e5890a;
  border-radius: 10px;
  font-family: "regular";
}

.add-bank {
  text-align: start !important;
}

.modal-title {
  font-family: "bold";
}

.main-live button.accordion-button.collapsed {
  background-color: #110a01;
  color: white;
  padding: 0.5rem !important;
}

.main-live .accordion-button::after {
  margin-right: auto;
  margin-left: unset;
  background-image: url(./photo/arrow-down.svg);
}

.main-live .accordion-body {
  background-color: #160d01;
  font-family: "regular";
  font-size: 0.8rem;
}

div#question_answer_container {
  margin-top: 1.5rem !important;
}

div#question_answer_explain {
  background: #f0f0f0;
  border-radius: 5px;
  color: black;
  padding: 0.2rem;

  span {
    margin-left: 10px;
  }
}

button#close {
  border: 1px solid;
  border-radius: 50%;
  margin-inline-start: auto;
  width: 24px;
  height: 24px;
  color: #e5890a;
  font-family: "bold";
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

i.fa-solid.fa-check {
  color: green;
}

i.fa-solid.fa-xmark {
  color: red;
}

.btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 100%!important;
}

.showanswer {
  border-radius: 5px;
  border: 0;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.answer p {
  font-size: 0.9rem !important;
}

.profile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;

  padding: 0.5rem;
}

.header-chat h4 {
  font-family: "bold";
  font-size: 1.2rem;
}

.profileans p {
  margin-top: 1rem;
}

.profile-img {
  display: flex;
  align-items: center;
  gap: 11px;
}

.profile-img img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

/* .profile-img h4 {
  margin-bottom: 0 !important;
  font-family: "regular" !important;
  font-size: 0.6rem !important;
} */
.had {
  margin-bottom: 3rem;
}

.profile-img p {
  margin-bottom: 0;
  font-family: "regular";
  font-size: 1rem;
}

#show-answer-btn {
  border: 0;
  border-radius: 5px;
  padding: 0.2rem 0.5rem;
}

.question-user-name {
  margin-top: 1rem !important;
}

.asn-stu .content h6 {
  font-size: 0.7rem;
  font-family: "regular";
}

.asn-stu .content p {
  font-size: 1rem;
}

.asn-stu .content:last-child {
  font-size: 0.8rem;
}

.profile h4 {
  margin-top: 0;
  background-color: unset !important;
  font-size: 0.8rem;
}

.asn-stu p {
  font-family: "regular";
  font-size: 1rem;
  margin-bottom: 1rem;
}

.answer-show {
  width: 100%;
}

.answer-show p {
  margin-bottom: 0;
  margin-top: 0;
}

.had {
  margin-top: 1rem;
}

.had h6 {
  font-family: "regular";
}

button.accordion-button.collapsed {
  font-size: 0.8rem;
  font-family: "regular";
  text-align: start !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-live .que-ans {
  width: 50%;
}

.que-ans {
  display: none;
}

.all-under {
  display: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.accordion-button:not(.collapsed) {
  color: #fff !important;
  background-color: #000 !important;
  text-align: start;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  font-size: 0.8rem;
  font-family: "regular";
}

button#closeSidebarBtn {
  text-align: center;
  background-color: #e5890a;
  color: white;
  border: 1px solid;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  margin-inline-start: auto;
  display: block;
  font-family: "bold";
}

.swal2-title {
  font-family: "bold";
}

button.swal2-confirm.swal2-styled {
  font-family: "bold";
}

.goout {
  cursor: pointer;
}

/* live */
/* cover */
.change-cover .cover {
  width: 100%;
  height: 230px;
  background-image: url(./photo/cover.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1rem;
}

.change-cover .change {
  background-color: #ffffff;
  border-radius: 20px;
  border: 1px solid #ffffff;
  padding: 0.5rem;
  display: block;
  margin-inline-start: auto;
  font-family: "regular";
  color: #546881;
}

.change-cover .change svg {
  margin-left: 10px;
}

.change-cover .photo-profile img {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  margin-top: -40px;
  margin-right: 25px;
  border: 3px solid #e5890a;
}

#upload-icon {
  position: relative;
}

.change-cover .photo-profile #upload-icon svg {
  margin-bottom: -34px;
  margin-right: -37px;
  background-color: white;
  border: 1px solid #e5890a;
  padding: 0.4rem;
  border-radius: 100%;
  position: absolute;
  z-index: 111;
  color: #e5890a;
  top: -30px;
  right: 142px;
  cursor: pointer;
}

.change-cover .full-name {
  width: 50%;
  border: 1px solid #b2bbc6;
  border-radius: 10px;
  padding: 0.5rem;
}

.change-cover form {
  margin-top: 40px;
}

.change-cover textarea {
  width: 50%;
  border: 1px solid #b2bbc6;
  border-radius: 10px;
}

.change-cover .full-name input {
  border: 0;
  outline: 0;
  background-color: unset;
  width: 100%;
}

div#imageContainer {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

div#imageContainer img {
  width: 100px;
  height: 100px;
}

input.savethis {
  margin-top: 20px;
  width: 50%;
  padding: 0.8rem;
  font-family: "regular";
  color: white;
  background-color: #e5890a;
  border: 1px solid;
  border-radius: 10px;
}

.all-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  gap: 5px;
}

.eidit {
  width: 100%;
  padding: 0.8rem;
  font-family: "regular";
  color: #e5890a;
  background-color: #e58a0a33;
  font-size: 0.8rem;
  border: 1px solid #e5890a;
  border-radius: 10px;
}

.delete {
  width: 100%;
  padding: 0.8rem;
  font-family: "regular";
  color: red;
  background-color: rgba(255, 0, 0, 0.151);
  font-size: 0.8rem;
  border: 1px solid #e5890a;
  border-radius: 10px;
}

.prag-set p {
  font-family: "regular";
  color: #546881;
}

.table>thead {
  background-color: #f5f6f7;
  color: #47586e;
}

.ood {
  background-color: #f5f6f7;
}

.table tr td {
  min-width: 150px;
}

.action {
  min-width: unset !important;
}

button.btn.dropdown-toggles::after {
  display: none;
}

ul.dropdown-menu.show {
  text-align: start;
}

#Recepion h6 {
  display: block;
  margin-inline-end: auto;
  text-align: end;
}

div#attachedfilespdf {
  display: flex;
  flex-direction: column;
}

div#attachedfilespdf a {
  text-decoration: none;
  color: white !important;
  font-family: "regular";
}

.files-attachment {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.files-attachment i.fa-solid.fa-download {
  color: #e5890a;
  cursor: pointer;
}

.all-down p {
  font-family: "regular";
}

.time {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}



.img-text {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  margin-bottom: 0.5rem;
}

.img-text h4 {
  font-family: "regular" !important;
  font-size: 1.1rem !important;
}

/* cover */
/* ---------------------------------------------------------media query------------------------------------------- */
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1476px) {
  .main-live .line-stap3::after {
    right: 17px;
  }

  .main-live .line-stap4::after {
    right: 17px;
  }

  .questions-files p {
    width: 100%;
  }

  .main-live .send-massages {
    width: 44%;
  }

  .main-live .Recepion-massages {
    width: 44%;
  }

  .table tr td {
    min-width: 100px;
  }
}

@media only screen and (max-width: 1440px) {
  .img img {
    width: 100%;
    height: 356px;
  }

  table.table.notes {
    min-width: 1059px;
  }

  html {
    font-size: 0.9rem;
  }

  .chat img {
    width: 45px;
    height: 45px;
  }

  .main-live .line-stap::after {
    top: 23px;
    right: 13px;
  }

  .main-live .line-stap3::after {
    height: 50px;
    top: 37.2px;
    right: 18px;
  }

  .main-live .bord1::after {
    top: 90px;
  }

  .main-live .line-stap1::after {
    top: 94px;
    right: 13px;
  }

  .main-live .line-stap4::after {
    height: 52px;
    top: 111px;
    right: 18px;
  }

  .main-live .bord2::after {
    top: 164px;
  }

  .main-live .line-stap2::after {
    top: 168px;
    right: 13px;
  }

  .main-live .dropdown-toggle {
    margin-inline-end: -11px;
  }

  .table tr td {
    min-width: 100px;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 1024.98px) {
  .search input {
    border: unset;
    outline: unset;
    height: 30px;
    width: 88%;
  }

  .sidebar .nav-pills .nav-item .nav-link span {
    font-size: 0.6rem;
  }

  .bags-card {
    height: auto;
  }

  .last-card {
    flex-wrap: wrap;
    gap: unset;
  }

  .filter .saerch input {
    width: 93%;
  }

  .adress-card h4 {
    margin-bottom: 0;
    font-family: "bold";
    font-size: 0.8rem;
    width: 69%;
    line-height: 20px;
  }

  .prag {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .reat {
    margin-top: -14px;
  }

  .prag p {
    margin: 0;
    font-size: 0.6rem;
  }

  .scope p {
    width: 100%;
    font-size: 0.8rem;
  }

  .last-card p {
    font-size: 0.7rem;
  }

  .img img {
    width: 250px;
    height: 248px;
  }

  p.stats {
    padding: 0.5rem 1rem;
    font-size: 0.7rem;
  }

  p.stats-three {
    padding: 0.5rem 1rem;
    font-size: 0.7rem;
  }

  p.stats-tow {
    padding: 0.5rem 1rem;
    font-size: 0.7rem;
  }

  .form-select {
    font-size: 0.6rem;
    padding-inline-start: 0.5rem;
    font-family: "regular";
    padding: 0.55rem;
  }

  .filter .saerch input {
    height: 29px;
  }

  .progress_bar h4 {
    font-size: 0.7rem;
  }

  .item_value.cell.shrink {
    font-size: 0.7rem;
  }

  .title {
    flex-wrap: wrap;
  }

  .title h4 {
    margin-bottom: 0.5rem;
  }

  html {
    font-size: 0.8rem;
  }

  table.table.notes {
    min-width: 841px;
  }

  .right-massage {
    border-left: 1px solid rgba(0, 0, 0, 0.233);
  }

  .right-massage {
    width: 35%;
  }

  .chat img {
    width: 40px;
    height: 40px;
  }

  input#messageInput {
    width: 90%;
    border: unset;
    outline: unset;
    box-shadow: unset;
    height: 40px;
    padding: 1rem;
  }

  .main-live .dropdown-toggle {
    margin-inline-end: -10px;
  }

  .questions-files p {
    width: 100%;
  }

  .main-live .send-massages {
    width: 61%;
  }

  .main-live .Recepion-massages {
    width: 61%;
  }

  .main-live .live-camera {
    background-position: center;
  }

  .main-live .bord::after {
    right: 6px;
    top: 14px;
  }

  .main-live .bord1::after {
    right: 6px;
    top: 94px;
  }

  .main-live .bord2::after {
    right: 6px;
    top: 172px;
  }

  .main-live .line-stap::after {
    top: 18px;
    right: 10px;
  }

  .main-live .line-stap1::after {
    top: 98px;
    right: 10px;
  }

  .main-live .line-stap2::after {
    top: 176px;
    right: 10px;
  }

  .main-live .line-stap3::after {
    width: 1px;
    height: 57px;
    top: 35.2px;
    right: 7%;
  }

  .main-live .line-stap4::after {
    height: 57px;
    top: 115px;
    right: 7%;
  }

  .table tr td {
    min-width: 120px;
  }
}

@media only screen and (max-width: 991.98px) {
  .main-live .Attendees {
    border: 1px solid white;
    padding: 0.8rem;
    border-radius: 10px;
    margin-top: 2rem;
    height: 350px;
    overflow: auto;
  }

  .main-live .questions-files {
    border: 1px solid white;
    padding: 0.8rem;
    border-radius: 10px;
    margin-top: 2rem;
    height: 350px;
    overflow: auto;
  }

  .main-live .imgs-live {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 27px;
  }

  .main-live .timer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 33px;
  }

  .filess {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed !important;
    margin-bottom: 1rem;
  }

  .btns {
    display: flex;
    gap: 5px;
    /* width: 100%; */
  }

  .sidebar {
    width: 100%;
    margin-inline-start: 0%;
    position: fixed;
    top: 0;
    z-index: 9999;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 0;
    display: block;
    overflow-x: scroll;
  }

  .sidebar .logout_sidebar {
    display: block;
  }

  .sidebar .nav-pills {
    width: 30%;
    background-color: #fff;
    padding: 2rem 1rem;
  }

  .sidebar .nav-pills .nav-item .nav-link.active span,
  .sidebar .nav-pills .nav-item .nav-link span {
    color: #9da6ba;
    display: block;
  }

  .sidebar .nav-pills .nav-link {
    display: flex;
    align-items: center;
    text-align: start;
  }

  .sidebar .nav-pills .nav-link img {
    margin: 0 !important;
  }

  .sidebar .nav-pills .nav-link span {
    display: block;
    margin: 0 !important;
    margin-inline-start: 1rem !important;
  }

  .sidebar .side_mobile {
    width: 60%;
    height: 100%;
    min-height: 100vh;
  }

  .sidebar.open,
  .sidebar.opened {
    width: 0;
  }

  .sidebar~.index_cards,
  .sidebar.open~.index_cards,
  .sidebar.opened~.index_cards {
    width: 100%;
    margin-inline-start: 0%;
    transition: 1s ease-in-out;
  }

  .last-card {
    flex-wrap: wrap;
    gap: unset;
  }

  .bags-card {
    height: auto;
  }

  .main-styel {
    background-color: unset;
  }

  .saerch {
    margin-bottom: 1rem;
  }

  .form-select {
    margin-bottom: 1rem;
  }

  .img img {
    width: 100%;
  }

  html {
    font-size: 0.7rem;
  }

  .right-massage {
    border-left: 1px solid rgba(0, 0, 0, 0.233);
  }

  .change-cover .full-name {
    width: 100%;
  }

  .change-cover textarea {
    width: 100%;
  }

  .form-group.upload_file .upload_file_labels {
    width: 100%;
  }

  input.savethis {
    width: 100%;
  }
}

/* Extra small devices (phones, 767px and down) */
@media only screen and (max-width: 768.98px) {
  .sidebar .nav-pills {
    width: 50%;
    height: 100vh;
    overflow-x: scroll;
    display: block;
  }

  .sidebar .nav-pills .nav-item .nav-link.active span,
  .sidebar .nav-pills .nav-item .nav-link span {
    width: 78px;
  }

  .add_calibrator .select {
    width: 100%;
  }

  .sidebar {
    display: block;
    height: 100vh;
    overflow-x: scroll;
  }

  .img img {
    width: 100%;
    height: 315px;
  }

  .card-content {
    margin-bottom: 0.5rem;
  }

  .form-select {
    font-size: 0.9rem;
  }

  .title {
    flex-wrap: wrap;
  }

  .title h4 {
    margin-bottom: 0.5rem;
  }

  table.table.notes {
    min-width: 1056px;
  }

  .right-massage {
    border-left: 1px solid rgba(0, 0, 0, 0.233);
  }

  .right-massage .form-control input {
    width: 73%;
  }

  .right-massage .form-control {
    height: 26px;
    width: 100%;
  }

  .chat img {
    width: 39px;
    height: 39px;
  }

  .right-massage {
    width: 40%;
  }

  input#messageInput {
    width: 90%;
    border: unset;
    outline: unset;
    box-shadow: unset;
    height: 40px;
    padding: 1rem;
  }

  .main-live .adress {
    background-color: #261601;
  }

  .main-live .dropdown-toggle {
    margin-inline-end: -9px;
  }

  .main-live .questions-files .adress {
    background-color: #231402;
  }

  .main-live .bord::after {
    right: 5px;
    top: 10px;
  }

  .main-live .line-stap::after {
    top: 14px;
    right: 9px;
  }

  .main-live .bord1::after {
    right: 5px;
    top: 57px;
  }

  .main-live .bord2::after {
    right: 5px;
    top: 102px;
  }

  .main-live .line-stap2::after {
    top: 61px;
    right: 9px;
  }

  .main-live .line-stap3::after {
    height: 25px;
    top: 30.2px;
    right: 14px;
  }

  .main-live .line-stap1::after {
    top: 106px;
    right: 9px;
  }

  .main-live .line-stap4::after {
    height: 24px;
    top: 78px;
    right: 14px;
  }

  .main-live .Attendees .adress {
    background-color: #090500;
  }

  .questions-files p {
    width: 100%;
  }

  .change-cover .photo-profile img {
    margin-right: 3px;
  }

  .change-cover .photo-profile #upload-icon svg {
    background-color: white;
    border: 1px solid #e5890a;
    padding: 0.6rem;
    border-radius: 100%;
    position: absolute;
    z-index: 111;
    color: #e5890a;
    top: -35px;
    right: 126px;
    cursor: pointer;
    font-size: 1rem;
  }

  .change-cover .full-name {
    width: 100%;
  }

  .change-cover textarea {
    width: 100%;
  }

  .form-group.upload_file .upload_file_labels {
    width: 100%;
  }

  input.savethis {
    width: 100%;
  }

  .main-live .head-live {
    display: block;
  }
}

/* Extra small devices (phones, 767px and down) */
@media only screen and (max-width: 425px) {
  .main-live .head-live {
    display: block;
  }

  .main-live .time h4 {
    margin-bottom: 0.5rem;
  }

  .main-live .timer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .main-live .imgs-live {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* gap: 26px; */
    width: 100%;
  }

  .main-live .questions-files {
    height: 350px;
  }

  .main-live .Attendees {
    height: 350px;
  }

  .filess {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed !important;
    margin-bottom: 2rem;
  }

  .btns {
    display: flex;
    gap: 6px;
  }

  .sidebar {
    display: block;
    height: 100vh;
    overflow-x: scroll;
  }

  .sidebar .nav-pills {
    width: 50%;
  }

  .img-log {
    margin: 0;
  }

  .sidebar .nav-pills svg {
    display: block !important;
    font-size: 0.5rem;
  }

  .sidebar .nav-pills .nav-item .nav-link.active span,
  .sidebar .nav-pills .nav-item .nav-link span {
    width: 78px;
    font-size: 1rem;
  }

  #nav {
    display: block !important;
  }

  .main-styel {
    padding: 0.5rem;
  }

  .not-found img {
    width: 100%;
  }

  html {
    font-size: 0.6rem;
  }

  .main-styel {
    height: 50vh;
  }

  .filter .saerch input {
    width: 90%;
    height: 20px;
  }

  .saerch {
    margin-bottom: 10px;
  }

  .form-select {
    margin-bottom: 10px;
  }

  .bags-card {
    height: auto;
  }

  .adress-card h4 {
    margin-bottom: 0;
    font-family: "bold";
    font-size: 1rem;
    width: 66%;
    line-height: 20px;
  }

  .adress-card {
    margin-top: 10px;
  }

  .last-card {
    flex-wrap: wrap;
    gap: unset;
  }

  .img img {
    width: 100%;
    height: auto;
  }

  .card-content {
    margin-bottom: 0.5rem;
  }

  .form-select {
    font-size: 0.9rem;
  }

  .datepicker__wrapper {
    margin-top: 10px;
  }

  .title {
    flex-wrap: wrap;
  }

  .title h4 {
    margin-bottom: 0.5rem;
  }

  table.table.notes {
    min-width: 752px;
  }

  .all-massage {
    flex-wrap: wrap;
  }

  .right-massage {
    width: 100%;
    border-left: 1px solid rgba(0, 0, 0, 0.247);
  }

  .left-massage {
    width: 100%;
  }

  input#messageInput {
    width: 85%;

    height: 34px;
    padding: 1rem;
  }

  .text-a {
    width: 100%;
  }

  .chat img {
    width: 40px;
    height: 40px;
  }

  .right-massage .form-control {
    height: 28px;
  }

  .search input {
    height: 26px;
    width: 86%;
  }

  .right-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 142px;
  }

  .main-live .head-live {
    flex-wrap: wrap;
    gap: 20px;
  }

  .imgs-live img {
    margin-left: -17px;
    width: 30px;
    height: 30px;
  }

  .circle-num {
    width: 30px;
    height: 30px;
  }

  .main-live .imgs-live img {
    width: 20px;
    height: 20px;
    margin-left: -8px;
  }

  .main-live .circle-num {
    width: 20px;
    height: 20px;
    margin-left: -8px;
  }

  .main-live .head-live {
    display: block;
  }

  .main-live .dropdown-toggle {
    margin-inline-end: -8px;
  }

  .main-live .adress {
    background-color: #271702;
  }

  .main-live .questions-files .adress {
    background-color: #231402;
  }

  .main-live .live-camera {
    background-position: top;
  }

  .questions-files p {
    width: 100%;
  }

  .main-live .files p {
    font-size: 1rem;
  }

  .main-live .send-massages {
    width: 61%;
  }

  .main-live .Recepion-massages {
    width: 61%;
  }

  .preson-send img {
    width: 20px;
    height: 20px;
  }

  .preson-Recepion img {
    width: 20px;
    height: 20px;
  }

  .main-live .massages {
    height: 45px;
  }

  .main-live .line-stap::after {
    top: 12px;
  }

  .main-live .bord::after {
    right: 4px;
    top: 8px;
  }

  .main-live .line-stap3::after {
    top: 29.2px;
    right: 3%;
  }

  .main-live .line-stap1::after {
    top: 52px;
    right: 7px;
  }

  .main-live .bord1::after {
    right: 3px;
    top: 48px;
  }

  .main-live .line-stap3::after {
    height: 19px;
  }

  .main-live .line-stap4::after {
    height: 20px;
    top: 69px;
    right: 3%;
  }

  .main-live .line-stap2::after {
    top: 92px;
    right: 7px;
  }

  .main-live .bord2::after {
    right: 3px;
    top: 88px;
  }

  .main-live .Attendees .adress {
    background-color: #080500;
  }

  .right-massage .form-control input {
    width: 90%;
  }

  .right-chat {
    width: 70%;
  }

  .left-chat {
    width: 70%;
  }

  #emojiList {
    display: block;
    position: absolute;
    left: -4px;
    top: -81px;
    z-index: 100001;
    background-color: beige;
    padding: 0.5rem;
    overflow: scroll;
    width: 50%;
  }

  .menu svg {
    margin-right: 8px;
    font-size: 1.5rem;
  }

  .change-cover .photo-profile img {
    margin-right: 3px;
  }

  .change-cover .photo-profile #upload-icon svg {
    background-color: white;
    border: 1px solid #e5890a;
    padding: 0.6rem;
    border-radius: 100%;
    position: absolute;
    z-index: 111;
    color: #e5890a;
    top: -35px;
    right: 126px;
    cursor: pointer;
    font-size: 2rem;
  }

  .change-cover .full-name {
    width: 100%;
  }

  .change-cover textarea {
    width: 100%;
  }

  .form-group.upload_file .upload_file_labels {
    width: 100%;
  }

  input.savethis {
    width: 100%;
  }

  .table tr td {
    min-width: unset;
  }
}