/* color */
/* global variables */
/* navbar variables */
/* sidebar variables */
#main-content {
  position: relative;
  width: auto;
  transition: 1s;
  padding: 65px 0 0 10px;
}
#main-content.min {
  margin-right: 4%;
}
#main-content.max {
  margin-right: 18%;
}
#main-content .content-wrapper {
  padding: 1rem 0;
}
#main-content .content-wrapper.padding-top {
  padding: 85px 0 0 0;
}
#main-content .content-body {
  padding-bottom: 10px;
  position: relative;
}
#main-content .main-content-header {
  margin-bottom: 1.5rem;
  text-align: center;
}

@media only screen and (max-width: 780px) {
  #main-content.min {
    margin-right: 0;
  }
  #main-content .content-wrapper {
    padding: 85px 16px;
  }
}
/* color */
/* global variables */
/* navbar variables */
/* sidebar variables */
html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
}

body {
  font-family: yekan, Tahoma, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.45;
  color: #55595c;
  text-align: right;
  background-color: #f6f6f6;
}

#root {
  height: 100%;
  overflow-x: hidden;
}

hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.left-float {
  float: left;
}

.right-float {
  float: right;
}

.right-align {
  text-align: right;
}

.left-align {
  text-align: left;
}

.text-center {
  text-align: center;
}

.pointer-cursor {
  cursor: pointer;
}

.field-error {
  color: #db2828;
}

.green-pen {
  color: #88cc00;
}

.central {
  margin: 0 auto;
}

.alias-name {
  color: #979797;
  font-size: 0.9em;
}

.primary-name {
  font-weight: 900;
}

.date-time {
  font-size: 0.8rem;
  padding-left: 5px;
}

.weight .form-input {
  width: 80px;
}
.weight .form-input Input {
  text-align: left;
  direction: ltr;
}

.toggle-label {
  padding: 0 0 0 10px;
}

.transition-anim {
  transition: height 1s;
}

.phone-field {
  direction: ltr;
  unicode-bidi: isolate;
}

.text-start {
  text-align: start;
}

.ltr-direction {
  direction: ltr;
}

.rtl-direction {
  direction: rtl;
}

@media only screen and (max-width: 780px) {
  #root::-webkit-scrollbar {
    width: 0;
  }
}
/* color */
/* global variables */
/* navbar variables */
/* sidebar variables */
nav#top-nav {
  height: 65px;
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  background: #ffffff;
  justify-content: space-between;
  z-index: 100;
}
nav#top-nav #logo-container {
  float: right;
}
nav#top-nav #logo-container #logo {
  margin-top: 1%;
}
nav#top-nav.max #logo-container {
  width: 17%;
}
nav#top-nav.max #logo-container #logo {
  margin-right: 10%;
}
nav#top-nav.min #logo-container {
  width: 3%;
}
nav#top-nav.min #logo-container #logo {
  margin-right: 4%;
}
nav#top-nav .navbar-wrapper {
  width: 100%;
}
nav#top-nav .navbar-container {
  padding: 0 18px;
  height: 65px;
  transition: 300ms ease all;
  position: relative;
}
nav#top-nav .navbar-item {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}
nav#top-nav .margin-auto {
  margin-left: auto;
}
nav#top-nav .flex-direction-row {
  flex-direction: row;
}
nav#top-nav .navbar-item-spacing {
  padding: 16px;
}
nav#top-nav .margin-top-0 {
  margin-top: 0;
}
nav#top-nav .padding-left-40 {
  padding-left: 40px;
}
nav#top-nav .failure {
  border-right: 3px solid #f87c85;
}
nav#top-nav .success {
  border-right: 3px solid #2c8062;
}
nav#top-nav .pending {
  border-right: 3px solid #ffeb60;
}
@media only screen and (max-width: 780px) {
  nav .navbar-collapse #logo,
  nav .navbar-collapse .avatar {
    display: none;
  }
}

/* color */
/* global variables */
/* navbar variables */
/* sidebar variables */
#sidebar {
  position: fixed;
  height: 100%;
  top: 65px;
  color: #dcdcdc;
  background: #3a4651;
  z-index: 1000;
  transition: 1s;
  overflow-y: scroll;
  padding-bottom: 100px;
  -webkit-box-shadow: 1px 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 30px rgba(0, 0, 0, 0.1);
}
#sidebar.max {
  width: 17%;
}
#sidebar.min {
  width: 3%;
}
#sidebar.min .item {
  height: 35px;
  line-height: 23px;
}
#sidebar.min .item.search-item,
#sidebar.min .item .sidebar-context {
  display: none;
}
#sidebar.min .item .sidebar-icon {
  width: 100%;
}
#sidebar::-webkit-scrollbar {
  width: 0;
}
#sidebar .main-sidebar {
  padding-bottom: 7rem;
  color: #dcdcdc;
  background: #3a4651;
}
#sidebar .ui.inverted.menu .active.item {
  background: #679e00;
}
#sidebar .ui.inverted.menu .item:hover {
  background-color: #2d363f;
}
#sidebar .ui.inverted.menu .active.item:hover {
  background-color: #679e00;
}
#sidebar .item {
  line-height: 30px;
}
#sidebar .item i {
  float: right;
  margin: 0 0 0 0.5em;
  font-size: 1.1rem;
}
#sidebar .item i.angle {
  float: left;
  margin: 0 0.5em 0 0;
  font-size: 1.1rem;
}

@media only screen and (max-width: 780px) {
  #sidebar.max {
    width: 70px;
  }
  #sidebar.min {
    width: 0;
  }
  #sidebar .item {
    height: 35px;
    line-height: 23px;
  }
  #sidebar .item.search-item,
  #sidebar .item .sidebar-context {
    display: none;
  }
  #sidebar .item .sidebar-icon {
    width: 100%;
  }
}
/* color */
/* global variables */
/* navbar variables */
/* sidebar variables */
/* general */
.segment-title {
  color: #737373;
  font-size: 15px;
  font-family: yekan, Tahoma, sans-serif;
}

/* basic info */
#basic-info {
  margin-top: 15px;
}

/* Professions Info */
#professions .professions-list {
  padding: 4px 0 19px;
}

#health-tags .health-tag-list {
  padding: 4px 0 19px;
}

#documents .document-title {
  font-weight: bold;
  border-bottom: 1px solid #dededf;
  padding-bottom: 15px;
}
#documents .document-info {
  display: grid;
  border-bottom: 1px solid #dededf;
  padding-top: 15px;
  padding-bottom: 15px;
}
#documents .document-info .info-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#documents .document-info .info-header .info-header-title {
  display: flex;
  align-items: center;
  width: 80%;
}
#documents .document-info .info-header .info-header-title .info-header-icon {
  display: flex;
  width: 36px;
  height: 36px;
  color: #88cc00;
  background: #f7fced;
  border-radius: 18px;
  line-height: 1;
  align-items: center;
  justify-content: center;
  margin-left: 11px;
}
#documents .document-info .info-header .info-header-img {
  display: flex;
  align-items: center;
  width: 20%;
}
#documents .document-info .info-description {
  padding-top: 19px;
  font-weight: normal;
  color: #707070;
  text-align: justify;
}
#documents .document-div {
  margin-left: auto;
  margin-right: auto;
}
#documents .document-btn-upload {
  background-color: #88cc00;
  font-size: 12px;
  font-family: yekan, Tahoma, sans-serif;
  font-weight: 500;
  width: 50%;
}
#documents .document-btn-cancle {
  background-color: #ffffff;
  border: solid 1px #f95454;
  font-size: 12px;
  font-family: yekan, Tahoma, sans-serif;
  font-weight: 500;
  color: #393939;
  width: 50%;
}
#documents .document-uploader {
  text-align: center;
  width: 92px;
  min-height: 92px;
  border: dashed 1px #a1a1a1;
  margin-bottom: 29px;
  border-radius: 5px;
}
#documents .document-uploader-label {
  background-color: #ffffff !important;
  font-size: large !important;
}
#documents .document-imgPreview {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 29px;
  border-radius: 4px;
}
#documents .document-imgPreview-img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#documents .document-imgPreview-Icon {
  position: absolute;
  top: 5px;
  left: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: white;
  border: 1px solid #393939;
  width: 24px;
  height: 24px;
  border-radius: 18px;
  z-index: 1;
}

.action-btn {
  background: transparent;
  border: 0;
  color: gray;
  display: none;
  transition: 0.8s;
}
.action-btn:hover {
  color: #679e00;
}

/* office-details */
.weight-container div.editable-element,
.weight-container form {
  margin-right: 5px;
  display: inline-block;
}

.doctor-info-item-icon {
  position: absolute;
  left: 100%;
  height: 100%;
  margin-left: 5px;
  color: green;
  align-items: center;
  display: flex;
  justify-content: center;
}

.doctor-info-item {
  position: relative;
  color: green !important;
}

.more-button {
  margin-bottom: 16px !important;
  background: #acb0b5 !important;
  cursor: pointer !important;
}
.more-button:hover {
  background-color: #cac9c9 !important;
}

.comment-body {
  overflow-y: auto;
  max-height: 160px;
  width: 100%;
}

.comment-reply {
  padding: 10px 30px 0 0;
}
.comment-reply > p {
  overflow-y: auto;
  width: 100%;
  max-height: 160px;
}

.comment-reply-icon {
  display: flex;
  color: #88cc00;
  align-items: center;
  margin: 0 0 10px 11px;
}

.comment-tags-list {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 20px 20px 0;
}

.comment-tag {
  display: flex;
  align-items: center;
  margin: 0 0 8px 8px;
  width: fit-content;
  border-radius: 6px;
  border: solid 1px #a1a1a1;
  padding: 4px 8px 4px 8px;
  font-size: 14px;
}

.booked-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  border-radius: 24px;
  padding: 8px;
  margin-right: 5px;
  background-color: #f8f8f8;
  color: #a1a1a1;
}

/* color */
/* global variables */
/* navbar variables */
/* sidebar variables */
.personal-info .name-wrapper {
  padding: 19px 0 0 0;
  font-weight: 900;
  font-size: 19px;
}
.personal-info .professions-wrapper {
  padding: 5px 0 10px 0;
  color: #979797;
}

.dr-image-container {
  position: relative;
  width: 100%;
}
.dr-image-container .image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
}
.dr-image-container .middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.dr-image-container .image-name {
  text-align: center;
  padding: 1rem;
}
.dr-image-container:hover .image {
  opacity: 0.3;
}
.dr-image-container:hover .middle {
  opacity: 1;
}
.dr-image-container .text {
  background-color: #679e00;
  color: white;
  font-size: 16px;
  padding: 5px 30px;
  cursor: pointer;
}
.dr-image-container .text.danger {
  background-color: #df4848;
}

/* color */
/* global variables */
/* navbar variables */
/* sidebar variables */
.rectangle {
  float: right;
  width: 17%;
  height: 100%;
  background: #679e00;
}

#login {
  float: right;
  width: 83%;
  height: 100%;
}
#login .login-container {
  width: 300px;
  margin: 0 auto;
  padding: 0 15px;
}
#login .login-container form {
  width: 100%;
}
#login .login-container p,
#login .login-container label,
#login .login-container a {
  color: #679e00;
  font-size: 12px;
}
#login .login-container p.red-pen {
  color: #df4848;
}
#login .login-container p:nth-child(1) {
  font-size: 1.5rem;
  margin-bottom: 35%;
  margin-top: 25%;
  text-align: center;
}
#login .login-container p:nth-child(2) {
  text-align: right;
  margin-bottom: 5%;
  font-size: 1rem;
}
#login .login-container .submit-btn {
  background-color: #679e00;
  color: #ffffff;
  margin-top: 35%;
}
#login .login-container .clear-btn {
  background-color: #ffffff;
  border: 1px solid #679e00;
  color: #679e00;
  margin-top: 5%;
}
#login .login-container input {
  direction: ltr;
  text-align: left;
}

/* color */
/* global variables */
/* navbar variables */
/* sidebar variables */
.status-wrapper {
  border-radius: 13px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
  cursor: pointer;
}
.status-indicator {
  height: 13px;
  width: 13px;
  border-radius: 50%;
  margin: 5px;
}
.status-indicator.true {
  background-color: #41c65c;
}
.status-indicator.false {
  background-color: #df4848;
}
.status-text {
  padding-right: 12px;
  padding-left: 12px;
  font-size: 12px;
}
.status-text.true {
  color: #41c65c;
}
.status-text.false {
  color: #df4848;
}

/* color */
/* global variables */
/* navbar variables */
/* sidebar variables */
#schedule-table .table-header-section {
  margin-left: 11px;
}
#schedule-table .table-body-section {
  height: 160px;
  overflow-y: scroll;
}

#schedule-table .table-body-section,
#maximized-modal .table-body-section {
  position: relative;
}
#schedule-table .table-body-section Table,
#maximized-modal .table-body-section Table {
  margin-top: 0;
}
#schedule-table .table-body-section Table td.time,
#maximized-modal .table-body-section Table td.time {
  background-color: #f9fafb;
  font-weight: 900;
  border-left: 1px solid rgba(34, 36, 38, 0.1);
}
#schedule-table .schedule,
#maximized-modal .schedule {
  position: absolute;
  width: 12.5%;
  border-radius: 4px;
}
#schedule-table .schedule.enable,
#maximized-modal .schedule.enable {
  background-color: rgba(103, 158, 0, 0.3294117647);
  border: 1px solid rgba(103, 158, 0, 0.5490196078);
}
#schedule-table .schedule.disable,
#maximized-modal .schedule.disable {
  background-color: rgba(118, 118, 118, 0.3490196078);
  border: 1px solid #a0a0a0;
}
#schedule-table .schedule .schedule-btn,
#maximized-modal .schedule .schedule-btn {
  background: transparent;
  border: 0;
  color: gray;
  display: none;
  transition: 1s;
}
#schedule-table .schedule .schedule-btn:hover,
#maximized-modal .schedule .schedule-btn:hover {
  color: #679e00;
}
#schedule-table .schedule:hover .schedule-btn,
#maximized-modal .schedule:hover .schedule-btn {
  display: block;
}

.rotate {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  font-size: 13px;
}
.rotate * {
  text-align: center;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .text-rotate {
    transform: rotate(90deg);
    font-size: 11px;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .text-rotate {
    transform: rotate(90deg);
    font-size: 11px;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .text-rotate {
    transform: rotate(0deg);
  }
}
/* color */
/* global variables */
/* navbar variables */
/* sidebar variables */
#timeslots #dates-container {
  height: 212px;
}

#dates-container,
#maximized-modal {
  display: flex;
  flex-direction: column;
}
#dates-container .month-name,
#maximized-modal .month-name {
  text-align: center;
  font-weight: 800;
}
#dates-container .month-name button,
#maximized-modal .month-name button {
  background: rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 10px;
}
#dates-container .weeks,
#maximized-modal .weeks {
  overflow-y: scroll;
  overflow-x: hidden;
}
#dates-container .weeks div.day-container,
#maximized-modal .weeks div.day-container {
  text-align: center;
  display: flex;
  flex-direction: row;
  margin-bottom: 5px;
  justify-content: start;
}
#dates-container .weeks div.day-container .timeslots,
#maximized-modal .weeks div.day-container .timeslots {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-grow: 1;
}
#dates-container .weeks div.day-container .timeslots .timeslot,
#maximized-modal .weeks div.day-container .timeslots .timeslot {
  background-color: rgba(69, 189, 255, 0.26);
  border-radius: 5px;
  width: 100px;
  margin: 3px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
#dates-container .weeks div.day-container .timeslots .timeslot div:first-child,
#maximized-modal .weeks div.day-container .timeslots .timeslot div:first-child {
  padding: 10px 0;
}
#dates-container .weeks div.day-container .timeslots .timeslot .icon-container,
#maximized-modal .weeks div.day-container .timeslots .timeslot .icon-container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#dates-container .weeks div.day-container .timeslots .timeslot.timeslot-blocked,
#maximized-modal .weeks div.day-container .timeslots .timeslot.timeslot-blocked {
  background-color: rgba(177, 18, 36, 0.2588235294);
}
#dates-container .weeks div.day-container .timeslots .timeslot.timeslot-booked,
#maximized-modal .weeks div.day-container .timeslots .timeslot.timeslot-booked {
  background-color: rgba(103, 158, 0, 0.1882352941);
}
#dates-container .weeks div.day-container .timeslots .timeslot.timeslot-forceShow,
#maximized-modal .weeks div.day-container .timeslots .timeslot.timeslot-forceShow {
  background-color: rgba(158, 57, 0, 0.1882352941);
}
#dates-container .weeks div.day-container .timeslots .timeslot .timeslot-loader,
#maximized-modal .weeks div.day-container .timeslots .timeslot .timeslot-loader {
  position: relative;
}
#dates-container .weeks div.date,
#maximized-modal .weeks div.date {
  background-color: #679e00;
  font-weight: 500;
  color: #fff;
  margin: 3px;
  width: 100px;
  border-radius: 5px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100px;
}
#dates-container .weeks div.date .day-name,
#maximized-modal .weeks div.date .day-name {
  margin-bottom: 0;
  line-height: 3.5;
  display: inline-block;
  vertical-align: middle;
}

#doctor-item .options-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
#doctor-item .form-input {
  width: 80px;
}

/* color */
/* global variables */
/* navbar variables */
/* sidebar variables */
/* color */
/* global variables */
/* navbar variables */
/* sidebar variables */
#bookings {
  height: 212px;
  overflow-y: scroll;
}

#bookings .bookings,
#maximized-modal .bookings,
#bookings-container .bookings,
#booking-item .bookings {
  padding: 0 0 0 10px;
}
#bookings .visited-booking,
#maximized-modal .visited-booking,
#bookings-container .visited-booking,
#booking-item .visited-booking {
  border-right: 3px solid #679e00;
  background-color: #f3fdf0;
}
#bookings .not-visited-booking,
#maximized-modal .not-visited-booking,
#bookings-container .not-visited-booking,
#booking-item .not-visited-booking {
  border-right: 3px solid #df4848;
  background-color: #fff4f4;
}
#bookings .null-visited-booking,
#maximized-modal .null-visited-booking,
#bookings-container .null-visited-booking,
#booking-item .null-visited-booking {
  border-right: 3px solid #a333c8;
  background-color: #faf3ff;
}
#bookings .checked-booking,
#maximized-modal .checked-booking,
#bookings-container .checked-booking,
#booking-item .checked-booking {
  border-right: 3px solid #2185d0;
  background-color: #f5faff;
}
#bookings .canceled-booking,
#maximized-modal .canceled-booking,
#bookings-container .canceled-booking,
#booking-item .canceled-booking {
  background: #dcddde;
  color: rgba(0, 0, 0, 0.6);
}
#bookings .booking-title,
#maximized-modal .booking-title,
#bookings-container .booking-title,
#booking-item .booking-title {
  font-weight: 800;
}

.booking-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.booking-container div {
  flex: 1 0 50%;
}
.booking-container div.description-booking {
  flex: 1 0 100%;
}

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

.meeting-url-input {
  text-align: left !important;
}

@media only screen and (max-width: 780px) {
  .booking-container {
    display: block;
  }
}
#assistant {
  height: 212px;
  overflow-y: scroll;
}

#assistant .segment-subject,
#maximized-modal .segment-subject {
  padding-left: 5px;
}

/* color */
/* global variables */
/* navbar variables */
/* sidebar variables */
#user-item .positive {
  color: #41c65c;
}
#user-item .negative {
  color: #df4848;
}
#user-item .time-format {
  font-size: 0.8rem;
  font-weight: 900;
}

.text-wrapper {
  color: #979797;
  font-size: 12px;
  margin-top: 2px;
}
.text-wrapper:first-child {
  padding: 19px 0 0 0;
}
.text-wrapper.username {
  padding: 5px 0 10px 0;
}

.date-time {
  font-size: 0.8rem;
  padding-left: 5px;
  font-weight: 800;
}

.comments .user-comment {
  background-color: #d0d0d0;
}

/* color */
/* global variables */
/* navbar variables */
/* sidebar variables */
/*filters*/
.users-filter-container,
.filter-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: space-around;
  flex-wrap: wrap;
  z-index: 99;
  transition: top 0.3s;
}
.users-filter-container .filter-item,
.filter-container .filter-item {
  padding: 5px 0.1rem;
}
.users-filter-container .filter-item Button,
.filter-container .filter-item Button {
  width: 90px;
}
.users-filter-container .more-button,
.filter-container .more-button {
  height: 46px;
}
.users-filter-container .active-more,
.filter-container .active-more {
  background-color: #679e00 !important;
  color: white;
}
.users-filter-container .notActive-more,
.filter-container .notActive-more {
  background-color: #a1a1a1;
}

.filters {
  position: fixed;
  z-index: 2000;
  background: #fff;
  height: 100%;
  top: 0;
  border-right: 1px solid #cfd8dc;
  transition: left 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
}
.filters.small {
  width: 300px;
}
.filters.small .filters-toggle {
  left: 299px;
}
.filters.small.close {
  left: -300px;
}
.filters.large {
  width: 400px;
}
.filters.large .filters-toggle {
  left: 399px;
}
.filters.large.close {
  left: -400px;
}
.filters.open {
  left: 0;
}
.filters .filters-toggle {
  position: absolute;
  top: 35%;
  width: 54px;
  height: 50px;
  text-align: center;
  line-height: 56px;
  cursor: pointer;
  background: #679e00;
  color: #fff;
  display: block;
  border-radius: 0 15px 15px 0;
}
.filters .filters-content {
  padding: 20px;
  height: 100%;
  overflow-y: scroll;
}
.filters .filters-content::-webkit-scrollbar {
  width: 6px;
}
.filters .filters-content .users-filter-container,
.filters .filters-content .filter-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
}
.filters .filters-content .users-filter-container .filter-item,
.filters .filters-content .filter-container .filter-item {
  padding: 5px 0.1rem;
}
.filters .filters-content .users-filter-container .filter-item Button,
.filters .filters-content .filter-container .filter-item Button {
  width: 90px;
}

/* toolbar */
#toolbar {
  position: fixed;
  z-index: 98;
  top: 70px;
  transition: 1s;
  background-color: #ffffff;
  color: #b6b6b6;
  /* Extra small devices (phones, 600px and down) */
}
#toolbar.min {
  width: 98%;
}
#toolbar.max {
  width: 84%;
}
#toolbar ul.toolbar-item {
  padding: 0;
  list-style-type: none;
}
#toolbar ul.toolbar-item li {
  float: right;
  margin-left: 15px;
}
#toolbar ul.toolbar-item li:hover {
  cursor: pointer;
}
#toolbar ul.toolbar-item li.active p,
#toolbar ul.toolbar-item li.active i {
  color: #42b6f2 !important;
}
#toolbar ul.toolbar-item li:last-child {
  float: left;
}
#toolbar ul.toolbar-item li a {
  color: #b6b6b6;
}
#toolbar ul.toolbar-item li a:hover {
  color: #42b6f2;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  #toolbar .filter-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #toolbar ul li {
    margin-right: 10px;
  }
  #toolbar ul li div i {
    font-size: 16px;
  }
  #toolbar ul li div p {
    display: none;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  ul li {
    margin-left: 11px;
  }
}
/* color */
/* global variables */
/* navbar variables */
/* sidebar variables */
.editable-element .editable-icon {
  padding-right: 10px;
  display: none;
  transition: 1s;
}
.editable-element:hover .editable-icon {
  display: inline-block;
}
.editable-element:hover .editable-icon:hover {
  color: #679e00;
}

.item-component .item-content Button {
  margin-top: 40px;
}
.item-component .item-content pre {
  overflow: auto;
}
.item-component .item-content .weight {
  margin-top: 10px;
}
.item-component .item-content .name {
  font-size: 1em;
  font-weight: 700;
}
.item-component .item-content .alias-name {
  color: #979797;
  font-size: 0.9em;
}

/* color */
/* global variables */
/* navbar variables */
/* sidebar variables */
#inbox-container {
  max-height: calc(100vh - 103px);
  overflow-y: scroll;
  background-color: #ffffff;
}
#inbox-container::-webkit-scrollbar {
  width: 2px;
}
#inbox-container .message {
  min-height: 85px;
  border-bottom: 1px solid #dbdbdb;
  padding: 10px;
}
#inbox-container .message:active {
  background-color: #2c662d;
}
#inbox-container .message:hover {
  background-color: #679e00;
  color: #ffffff;
}
#inbox-container .message.active {
  background-color: #679e00;
  color: #ffffff;
}
#inbox-container .msg-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
}
#inbox-container .more-button {
  height: 46px;
}
#inbox-container .active-more {
  background-color: #679e00 !important;
  color: white;
}
#inbox-container .notActive-more {
  background-color: #a1a1a1;
}

.message-context {
  min-height: calc(100vh - 103px);
  background-color: #ffffff;
  padding: 14px;
}
.message-context .message-body {
  padding: 0 20px 0 0;
  text-align: justify;
  text-justify: inter-word;
  max-height: calc(100vh - 300px);
  overflow-y: auto;
}
.message-context .message-reply {
  padding: 10px 30px 0 0;
}
.message-context .message-reply-icon {
  display: flex;
  color: #88cc00;
  align-items: center;
  margin: 0 0 10px 11px;
}
.message-context .message-tags-list {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 20px 20px 0;
}
.message-context .message-tag {
  display: flex;
  align-items: center;
  margin: 0 0 8px 8px;
  width: fit-content;
  border-radius: 6px;
  border: solid 1px #a1a1a1;
  padding: 4px 8px 4px 8px;
  font-size: 14px;
}
.message-context .booked-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  border-radius: 24px;
  padding: 8px;
  margin-right: 5px;
  background-color: #f8f8f8;
  color: #a1a1a1;
}
.message-context .title {
  color: #b4b4b4;
  padding-left: 0.5rem;
}
.message-context .default-msg {
  font-size: 1.5rem;
  color: #b4b4b4;
  text-align: center;
  align-items: center;
  margin-top: 30%;
}
.message-context .default-msg .loading-message {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 100%;
  justify-content: center;
}

.message-context .msg-sender,
#inbox-container .msg-sender {
  font-weight: 900;
}
.message-context .msg-time,
#inbox-container .msg-time {
  font-size: 0.8rem;
  padding-left: 8px;
  padding-right: 8px;
}
.message-context .msg-status,
#inbox-container .msg-status {
  font-size: 0.8rem;
}

.ui.secondary.pointing.menu {
  margin: 5% 0;
}

/* color */
/* global variables */
/* navbar variables */
/* sidebar variables */
.fileInput {
  border-bottom: 4px solid #d3d3d3;
  border-right: 4px solid #d3d3d3;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  padding: 10px;
  margin: 15px;
  cursor: pointer;
}

.imgPreview {
  position: relative;
  text-align: center;
  width: 150px;
  height: 200px;
  background-color: rgba(103, 158, 0, 0.14);
  border-radius: 20px;
  color: #8a8a8a;
}
.imgPreview img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.file-input-container {
  width: 100%;
  min-height: 200px;
  padding: 10%;
  border-radius: 20px;
  border: 1px #d3d3d3 dashed;
}
.file-input-container .upload-cloud-icon {
  margin-bottom: 30px;
}

input[type=file] {
  display: none;
}

.upload-img-error {
  margin-bottom: 1rem;
}

.custom-file-upload {
  cursor: pointer;
  display: inline-block;
  min-height: 1em;
  outline: 0;
  border: none;
  vertical-align: baseline;
  background-color: #b6b6b6;
  color: #ffffff;
  font-family: Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
  margin: 0 0.25em;
  padding: 0.78571429em 1.5em 0.78571429em;
  text-transform: none;
  text-shadow: none;
  font-weight: 700;
  line-height: 1em;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  border-radius: 0.28571429rem;
  -webkit-box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
  transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
  -webkit-tap-highlight-color: transparent;
}

.submit-btn {
  background-color: #679e00;
  color: #ffffff;
  border: 0;
  height: 30px;
  width: 115px;
  border-radius: 3px;
}

.upload-img-text {
  text-align: center;
  margin-bottom: 20px;
}

.custom-calendar {
  margin: 0 auto !important;
}

.ui.input.edited input {
  border-color: #64b5f6;
  background-color: #ecf4fb;
}

.DatePicker__calendarContainer {
  z-index: 10;
}

.search-field.ui.search > .results {
  max-height: 250px;
  overflow-y: scroll;
}

/* color */
/* global variables */
/* navbar variables */
/* sidebar variables */
.tickets .messageContainer {
  border-top: solid 1px #67e237;
  white-space: pre-line;
  background-color: #beffa5;
  margin-bottom: 15px;
}
.tickets .messageContainer.byAdmin {
  background-color: #bcbdbd;
  color: green;
}
.tickets .messageHeader {
  padding: 10px;
}
.tickets .messageBody {
  padding: 10px;
}
.tickets .ticketContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  white-space: pre-line;
  margin-bottom: 15px;
  cursor: pointer;
  max-width: 50%;
}
@media only screen and (max-width: 991px) {
  .tickets .ticketContainer {
    max-width: 100%;
  }
}
.tickets .ticketContainer.byAdmin {
  background-color: #bcbdbd;
  color: green;
}
.tickets .ticketContainer .fileWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.tickets .ticketContainer .fileWrapper .fileName {
  font-size: 14px;
  font-weight: 500;
  color: #424242;
  direction: ltr;
}
.tickets .ticketContainer .fileWrapper .status {
  display: flex;
  align-items: center;
  gap: 8px;
}
.tickets .ticketContainer .fileWrapper .icon {
  display: flex;
}
.tickets .ticketSuccessContainer {
  border: 1px solid #88cc00 !important;
  background-color: #e6f4cb;
}
.tickets .ticketSuspendContainer {
  border: 1px solid #a1a1a1 !important;
  background-color: #f9fafc;
}
.tickets .ticketRejectedContainer {
  border: 1px solid #ff0000 !important;
  background-color: rgba(255, 0, 0, 0.1);
}
.tickets .cardContainer {
  margin-top: 10px;
}
.tickets .ticket-msg-time {
  float: left;
}
.tickets .icon {
  cursor: pointer;
}
.tickets .ticket-uploader-label {
  background-color: #ffffff !important;
  color: darkgray !important;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.tickets .ticket-document-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.tickets .ticket-document-container-uploder {
  display: flex;
  flex: 45%;
  align-items: center;
  justify-content: space-between;
  margin: 5px;
  border-radius: 6px;
  width: 50%;
  border: dashed 1px darkgray;
  max-width: 45%;
}
.tickets .ticket-document-container-item {
  display: flex;
  flex: 45%;
  align-items: center;
  justify-content: space-between;
  background-color: #bcbdbd;
  margin: 5px;
  padding: 5px;
  border-radius: 6px;
  max-width: 45%;
  height: 45px;
}

.modalWrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.modalWrapper .headerWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #dededf;
  padding-bottom: 24px;
  padding-top: 3px;
}
.modalWrapper .headerWrapper .closeWrapper {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 12px;
}
.modalWrapper .headerWrapper .closeWrapper .icon {
  display: flex;
}
.modalWrapper .contentWrapper {
  display: flex;
  flex-direction: column;
}
.modalWrapper .contentWrapper .ticketImage {
  align-self: center;
  margin-top: 24px;
}
.modalWrapper .contentWrapper .ticketImage .ui.medium.image {
  height: 100%;
  width: 100%;
}
.modalWrapper .contentWrapper .ticketImage .ui.medium.image img {
  height: 100%;
  width: 100%;
}
.modalWrapper .contentWrapper .galleryImage {
  width: 344px;
  height: 247px;
}
.modalWrapper .contentWrapper .profileImage {
  width: 260px;
  height: 325px;
}
.modalWrapper .contentWrapper .text {
  font-size: 14px;
  font-weight: 700;
  color: #393939;
  margin-top: 24px;
}
.modalWrapper .contentWrapper .statusWrapper {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.modalWrapper .contentWrapper .statusWrapper .field {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
}
.modalWrapper .contentWrapper .cause {
  font-size: 14px;
  font-weight: 500;
  color: #4f4f4f;
  margin-top: 16px;
}
.modalWrapper .contentWrapper .rejectDropDown {
  margin-top: 8px;
}
.modalWrapper .contentWrapper .rejectDropDown > div > div {
  background-color: #f9fafc !important;
}

.actions {
  padding: 24px 0 !important;
  margin: 0 24px !important;
  background-color: #ffffff !important;
}
.actions .buttonWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.actions .buttonWrapper button {
  width: 147px;
  height: 42px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
}
.actions .buttonWrapper .download {
  border: solid 1px #aeabab;
  background-color: #ffffff;
  color: #393939;
}
.actions .buttonWrapper .saveComment {
  background-color: #88cc00;
  color: #ffffff;
}

.seo-settings-list .seo-item {
  margin: 10px;
}
.seo-settings-list .seo-item .card {
  width: 100%;
  padding: 10px;
}

/* color */
/* global variables */
/* navbar variables */
/* sidebar variables */
.container {
  background-color: white;
  border: solid 1px silver;
  border-radius: 4px;
  padding: 24px;
  margin: 25px 58px 25px 58px;
}

.menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
}

.notif_card_container {
  padding-top: 24px;
  border-top: solid 1px silver;
}

.notif_card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.notif_card_detail {
  display: flex;
  align-items: start;
}

.notif_card_header {
  color: #707070;
  margin: 0px 0px 0px 16px;
}

.new_notif_btn {
  background-color: #88cc00 !important;
  color: white !important;
  font-family: "yekan" !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.cancle_notif_btn {
  background-color: white !important;
  font-family: "yekan" !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  border: 1px solid #aeabab !important;
  color: #393939 !important;
}

.date_time_div {
  border-bottom: solid 1px silver;
}

.filter_div {
  padding-bottom: 52px;
}

.content_div {
  display: flex;
  gap: 30px;
}

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

.radio_button_div {
  display: flex;
  gap: 30px;
  padding: 24px 0px 24px 0px;
}

.selected_filter_div {
  padding-bottom: 24px;
}

.info_span {
  margin-left: 24px;
  color: #707070;
}

.pagination_div {
  display: flex;
  justify-content: center;
}

@font-face {
  font-family: "yekan";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/Yekan/Yekan.eot"); /* IE9 Compat Modes */
  src: local("yekan"), local("yekan"), url("/assets/fonts/Yekan/Yekan.eot") format("embedded-opentype"), url("/assets/fonts/Yekan/Yekan.woff2") format("woff2"), url("/assets/fonts/Yekan/Yekan.woff") format("woff"), url("/assets/fonts/Yekan/Yekan.ttf") format("truetype"), url("/assets/fonts/Yekan/Yekan.svg") format("svg"); /* Legacy iOS */
}

/*# sourceMappingURL=global.css.map */
