@import url(fontiran.css);
@import url(../fonts/iransans/styles.css);
body {
  overflow-x: hidden;
  position: relative;
  direction: rtl;
  margin: 0px auto !important;
  height: 100vh;
  color: #8f8f8f;
  font-size: 13px;
  max-width: 480px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

* {
  font-family: IRANSans !important;
  outline: 0px !important;
  -webkit-tap-highlight-color: transparent;
}

input::-moz-placeholder {
  color: #8f8f8f !important;
  font-weight: normal !important;
  opacity: 1 !important;
}

input::placeholder {
  color: #8f8f8f !important;
  font-weight: normal !important;
  opacity: 1 !important;
}

html {
  overflow: auto;
  height: 100vh;
}

body {
  font-family: IRANSans !important;
}

*:not(.MuiTabs-scroller) {
  scrollbar-color: #029e9d #f4f4f4;
  scrollbar-width: thin !important;
}

::-webkit-scrollbar {
  height: 5px;
  width: 4px;
  background: rgb(218, 218, 218);
}

::-webkit-scrollbar-thumb {
  background: #029e9d;
  -webkit-border-radius: 1px;
}

::-webkit-scrollbar-corner {
  background: #f4f4f4;
}

.text-label {
  color: #4a4949 !important;
}

a {
  color: #707070;
  text-decoration: none !important;
}

ul {
  padding: 0px;
  margin: 0px;
}

img,
video {
  max-width: 100%;
  max-height: 100%;
}

.cursor-pointer {
  cursor: pointer !important;
}

.pointer-none {
  pointer-events: none;
  cursor: wait;
}

button :focus {
  box-shadow: unset !important;
}
button :active {
  box-shadow: unset !important;
}

.d-none {
  display: none !important;
}

.zIndex-1 {
  z-index: 1 !important;
}

.zIndex-2 {
  z-index: 2 !important;
}

.rounded-10 {
  border-radius: 10px !important;
}

.start-unset {
  right: unset !important;
}

.flex-1 {
  flex: 1 !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.btn {
  box-shadow: 0px 5px 19px -2px rgba(117, 117, 117, 0.25);
  border-radius: 5px;
}

.h-unset {
  height: unset !important;
}

.mh-unset {
  min-height: unset !important;
}

.maxh-unset {
  max-height: unset !important;
}

.top-10 {
  top: 10px !important;
}

.end-10 {
  left: 10px !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.stroke-2 {
  stroke-width: 2px !important;
}

.stroke-green {
  stroke: #029e9d !important;
}

.text-yellow {
  color: #fdc703 !important;
  fill: #fdc703 !important;
}

.bg-yellow {
  background-color: #fdc703 !important;
}

.bg-orange {
  background-color: #f89406 !important;
}

.bg-red {
  background-color: #f8333c !important;
}

ul {
  padding: 0px;
  margin: 0px;
}

li {
  list-style: none;
}

.d-block {
  display: block !important;
}

.mb-2 {
  margin-bottom: 10px !important;
}

.f-10 {
  font-size: 10px !important;
}

.f-11 {
  font-size: 11px !important;
}

.f-12 {
  font-size: 12px !important;
}

.f-13 {
  font-size: 13px !important;
}

.f-14 {
  font-size: 14px !important;
}

.f-15 {
  font-size: 15px !important;
}

.f-16 {
  font-size: 16px !important;
}

.f-17 {
  font-size: 17px !important;
}

.f-18 {
  font-size: 18px !important;
}

.f-20 {
  font-size: 20px !important;
}

.f-24 {
  font-size: 24px !important;
}

.f-30 {
  font-size: 30px !important;
}

.f-40 {
  font-size: 40px !important;
}

.f-50 {
  font-size: 50px !important;
}

.lh-35 {
  line-height: 35px !important;
}

.lh-25 {
  line-height: 25px !important;
}

.lh-20 {
  line-height: 20px !important;
}

.main-page {
  max-width: 2000px;
  margin: auto;
}

.position-unset {
  position: unset !important;
}

.text-gray {
  color: rgba(112, 112, 112, 0.6117647059) !important;
  fill: rgba(112, 112, 112, 0.6117647059) !important;
}

.text-gray2 {
  color: #707070 !important;
  fill: #707070 !important;
}

.text-yellow {
  color: #eec45c;
}

.rounded-50 {
  border-radius: 50px !important;
}

.bg-orange {
  background-color: #fdc703 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.rotate-40 {
  transform: rotate(40deg) !important;
}

.rotate-90-minus {
  transform: rotate(-90deg) !important;
}

.rotate-90 {
  transform: rotate(90deg) !important;
}

.rotate-180-minus {
  transform: rotate(-180deg) !important;
}

.dir-ltr {
  direction: ltr !important;
}

.h-100 {
  height: 100%;
}

.d-flex {
  display: flex !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-right {
  justify-content: right !important;
}

.gap-10 {
  gap: 10px !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.header-page {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  color: #8f8f8f;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.158);
  background-color: #fff;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 480px;
  margin: auto;
}

.container-dropzone {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dropzone {
  border: solid 1px #b1b1b1;
  border-radius: 10px;
  width: 100%;
  width: 120px;
  height: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.dropzone .dropzone-number {
  color: #b1b1b1;
  border: 1px solid;
  border-radius: 50%;
  display: flex;
  width: 10px;
  height: 10px;
  justify-content: center;
  align-items: center;
  padding: 5px;
  position: absolute;
  left: 5px;
  bottom: 5px;
  z-index: 2;
  background-color: #fff;
}

.dropzone-img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.dropzone-img > div {
  width: 100%;
  height: 100%;
}
.dropzone-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

button.inputs-container:not(.border-0, .checked) {
  border: 1px solid #b1b1b1 !important;
}

.error {
  border: 1px solid #d41d1d !important;
}

.inputs-container:not(label) {
  color: #8f8f8f !important;
}

.inputs-container {
  border: 1px solid #b1b1b1;
  border-radius: 25px !important;
  padding: 6px 10px;
  width: 100%;
  color: #8f8f8f;
  min-height: 30px;
}
.inputs-container > div {
  width: 100%;
}
.inputs-container input {
  font-size: 14px;
}
.inputs-container input::-moz-placeholder {
  color: #4d4d4d;
}
.inputs-container input::placeholder {
  color: #4d4d4d;
}
.inputs-container .rmdp-input {
  border: 0px !important;
  box-shadow: none !important;
}
.inputs-container.checked {
  border: 1px solid #29a19c !important;
  color: #29a19c !important;
}
.inputs-container.checked::after {
  content: "";
  background: url(../img/check.svg) no-repeat;
  background-size: 100% 100%;
  width: 13px;
  height: 13px;
  position: absolute;
  transform: unset !important;
}

.w-chile-100 .rmdp-input {
  width: 100%;
}

.requiredInput {
  position: relative;
}
.requiredInput::before {
  content: "";
  background: url(../img/redStar.svg) no-repeat;
  background-size: 100% 100%;
  width: 9px;
  height: 9px;
  position: absolute;
  top: -2px;
  right: -2px;
}

.phoneImg {
  width: 18px;
}

.tab-container .MuiTabs-indicator {
  height: 100%;
  border-radius: 50px;
  background-color: #29a19c;
}
.tab-container .MuiTabs-flexContainer {
  position: relative;
  z-index: 1;
  height: 100%;
}
.tab-container button {
  min-height: unset !important;
  height: 100%;
  color: #8f8f8f;
  fill: #8f8f8f;
  stroke: #8f8f8f;
  padding-right: 35px !important;
}
.tab-container .MuiTab-iconWrapper {
  margin-right: unset !important;
  margin-left: 10px;
}
.tab-container .Mui-selected {
  color: #fff !important;
  fill: #fff !important;
  stroke: #fff !important;
}

.typeLabel {
  border: solid 1px #b1b1b1;
  border-radius: 50px;
  color: #8f8f8f;
  width: 100%;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding-left: 25px;
  padding-right: 10px;
  position: relative;
  text-align: center;
}
.typeLabel.check-has-arrow::after {
  content: "";
  background: url(../img/ArrowRightIcon.svg) no-repeat;
  background-size: 100% 100%;
  width: 13px;
  height: 13px;
  position: absolute;
  left: 10px;
  transform: rotate(180deg);
}
.typeLabel:not(.check-has-arrow):after {
  content: "";
  background: url(../img/PlusIcon.svg) no-repeat;
  background-size: 100% 100%;
  width: 13px;
  height: 13px;
  position: absolute;
  left: 10px;
}

.typeCheck:checked + .typeLabel {
  border-color: #29a19c !important;
  color: #29a19c !important;
}
.typeCheck:checked + .typeLabel:not(.check-has-arrow):after {
  content: "";
  background: url(../img/check.svg) no-repeat;
  background-size: 100% 100%;
  width: 13px;
  height: 13px;
  position: absolute;
  left: 10px;
}
.typeCheck:checked + .typeLabel.check-has-arrow::after {
  content: "";
  background: url(../img/check.svg) no-repeat;
  background-size: 100% 100%;
  width: 13px;
  height: 13px;
  position: absolute;
  left: 10px;
  transform: unset !important;
}

.checked {
  border-color: #29a19c !important;
}
.checked::after {
  content: "";
  background: url(../img/check.svg) no-repeat;
  background-size: 100% 100%;
  width: 13px;
  height: 13px;
  position: absolute;
  left: 30px;
}

.green-btn {
  background-color: #29a19c !important;
  color: #fff !important;
}

.gray-btn {
  background-color: #b1b1b1 !important;
  color: #fff !important;
}

.NumberLabel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  max-height: 32px;
  cursor: pointer;
  border-radius: 50%;
  border: solid 1px transparent;
  height: 9vw;
}

.NumberCheck:checked + .NumberLabel {
  color: #29a19c;
  border-color: #29a19c;
}

.text-muted {
  opacity: 0.2;
}

.select-control {
  border: 0px;
  width: 100%;
  background-color: transparent;
  color: #8f8f8f;
}

.floorCheck:checked + .floorLabel {
  border-color: #029e9d;
  color: #029e9d;
}

.floorLabel {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  cursor: pointer;
}

.remove-underline > div::after, .remove-underline > div::before {
  content: unset !important;
}

.green-check svg {
  color: #29a19c !important;
}

.gap-top-20 .MuiGrid-item {
  padding-top: 20px !important;
}

.tab-btn {
  position: relative;
}
.tab-btn svg {
  position: absolute;
  right: 10px;
}

.pluc-home-img {
  position: absolute;
  top: 15px;
  left: 10px;
}

.has-pluc-box {
  padding-top: 125px;
}

.delBtn {
  position: absolute !important;
  margin: auto !important;
  top: 7px;
  bottom: 0px;
  left: 10px;
  height: 30px;
  width: 30px;
}

#loginVideo {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 480px;
  margin: auto;
}

.login-container {
  position: absolute;
  bottom: 0px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  padding: 20px 0px;
}

.btn-white-outline {
  color: #fff !important;
  border-radius: 50px !important;
  text-align: center;
  border: solid 1px #fff !important;
}

.drawer-container {
  background-color: transparent !important;
}
.drawer-container .MuiModal-backdrop,
.drawer-container .MuiPaper-elevation {
  background-color: transparent !important;
}
.drawer-container > div {
  width: 100%;
  max-width: 480px;
  margin: auto;
}

.form-control label {
  display: block;
  margin-bottom: 10px;
  font-size: 17px;
}

.input-outline-white {
  border: 1px solid #fff;
  border-radius: 50px;
}

.text-green {
  color: #29a19c !important;
}

.gray-box {
  background-color: #f6f6f6;
}

.rounded-20-bottom {
  border-radius: 0px 0px 20px 20px !important;
}

.rounded-20-top {
  border-radius: 20px 20px 0px 0px !important;
}

.tab-nav > div:first-child {
  order: 3;
  opacity: 1 !important;
  cursor: pointer;
  pointer-events: all;
}
.tab-nav .MuiTabs-scroller {
  order: 2;
  display: flex;
  align-items: center;
  margin-bottom: unset !important;
}
.tab-nav .MuiTabs-scroller > div {
  gap: 10px;
}
.tab-nav > div:last-child {
  order: 1;
}
.tab-nav .MuiTabScrollButton-horizontal {
  width: 20px !important;
}
.tab-nav .css-1aquho2-MuiTabs-indicator,
.tab-nav .MuiTabs-indicator {
  display: none;
}

.tab-nav-item {
  border: 1px solid !important;
  color: #b1b1b1 !important;
  border-radius: 20px !important;
  min-height: unset !important;
  padding: 5px 10px !important;
  font-weight: normal !important;
}
.tab-nav-item.Mui-selected {
  color: #b1b1b1 !important;
}
.tab-nav-item.tab-active {
  color: #029e9d !important;
}

.button-navigation ul {
  display: flex;
  padding: 0px;
  justify-content: space-between;
  width: 100%;
}
.button-navigation ul > li.active {
  color: #29a19c;
}
.button-navigation ul > li > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 0px !important;
}
.button-navigation ul > li > div > div {
  display: flex;
  justify-content: center;
  margin-bottom: 0px !important;
}
.button-navigation ul > li > div > div > span {
  font-size: 12px !important;
  display: block;
  font-weight: normal !important;
}

#dashboard-content {
  height: calc(100vh - 154px);
  overflow: auto;
}
#dashboard-content .tab-nav {
  background-color: #fff;
  position: sticky;
  top: -15px;
  transition: 0.5s all;
}

.dash-property-item {
  border-bottom: 1px solid #b1b1b1;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: block;
  cursor: pointer;
}
.dash-property-item .prop-item-img {
  background-color: #e7e7e7;
  border-radius: 10px;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.dash-property-item .prop-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dash-property-item.IsBought {
  background-color: #f6f6f6;
}

.text-input-1 input {
  text-align: center;
  padding: 8px !important;
  border: solid 1px #b1b1b1 !important;
  border-radius: 5px;
}
.text-input-1 input:focus {
  border: solid 1px #029e9d !important;
  color: #029e9d !important;
}
.text-input-1 input:focus::-moz-placeholder {
  color: #029e9d !important;
}
.text-input-1 input:focus::placeholder {
  color: #029e9d !important;
}

.price-item button {
  color: #8f8f8f;
}
.price-item input:checked + button {
  background-color: #029e9d;
  color: #fff;
}

.leaflet-top {
  top: 55px !important;
}

.map-slider {
  position: absolute !important;
  z-index: 999999999 !important;
  width: 100%;
  left: 0px;
  bottom: 30px;
}
.map-slider .swiper-slide {
  width: 340px;
}
.map-slider .dash-property-item {
  background-color: #fff;
  padding: 10px;
  border-bottom: unset !important;
}

.prop-details-img {
  border-radius: 10px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 200px;
}

.header-dark-blue {
  border-radius: 10px;
  background-color: #8eacac;
  padding: 7px 20px;
  color: #4a4949;
}

.green-outline-btn {
  border: solid 1px #29a19c !important;
}
.green-outline-btn > a {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.setting-header {
  background: url(../img/settingBack.png) no-repeat;
  background-size: 125% 80%;
  padding: 25px 15px;
  padding-bottom: 60px;
  background-position: top center;
}

.top-settings-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-settings-header .avatar-container {
  background-color: #f6f6f6;
  border: 10px;
  width: 80px;
  height: 80px;
  border-radius: 10px;
  overflow: hidden;
}
.top-settings-header .avatar-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-header-buttons {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.top-header-buttons button {
  border-radius: 20px;
  background-color: #f6f6f6 !important;
  color: #8f8f8f;
  font-size: 13px;
  display: flex;
  gap: 5px;
}

.bottom-settings-header {
  background-color: #f0f9ea;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1098039216);
  padding: 10px;
}

.setting-content button {
  background-color: #f6f6f6;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 90px;
  color: #707070;
  position: relative;
}
.setting-content button span {
  font-size: 13px;
}
.setting-content button::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 6px;
  background-color: transparent;
}
.setting-content button.yellow::after {
  background-color: #faf3c0;
}
.setting-content button.light-blue1::after {
  background-color: #e8e5fe;
}
.setting-content button.dark-green::after {
  background-color: #85c7c4;
}
.setting-content button.light-blue2::after {
  background-color: #92d6ff;
}
.setting-content button.orange::after {
  background-color: #ffcaa1;
}
.setting-content button.light-green::after {
  background-color: #d6ecd2;
}
.setting-content button.green::after {
  background-color: #92a96e;
}
.setting-content button.purple::after {
  background-color: #d6c3fc;
}
.setting-content button.purple2::after {
  background-color: #f9c8c5;
}

.text-gray-f-13 label > span {
  color: #666666;
  font-size: 13px;
}

.button-navigation {
  position: fixed;
  width: 100%;
  bottom: 0px;
  right: 0px;
  left: 0px;
  margin: auto;
  max-width: 480px;
}
.button-navigation svg {
  fill: #707071;
  stroke: #707071;
}
.button-navigation li {
  align-items: start !important;
}
.button-navigation li.active svg {
  fill: #29a19c !important;
  stroke: #29a19c !important;
}

.userItem {
  background-color: #f6f6f6 !important;
  border-radius: 5px !important;
}

.x-arrow {
  transform: rotate(180deg);
}

.dialog-box {
  max-width: 480px;
  margin: auto;
}
.dialog-box .green-btn,
.dialog-box header,
.dialog-box .gray-btn {
  max-width: 480px;
}
.dialog-box header {
  position: sticky;
}

.gray-btn {
  max-width: 480px;
}

.dilog-header {
  color: #838383;
}

.w-40px {
  width: 40px !important;
}

.login-box {
  background: #fbfbfb url(../img/login-back.png) no-repeat;
  background-position: bottom right;
}

.login-dialog > div {
  background-color: transparent !important;
}
.login-dialog > div > div {
  background-color: transparent !important;
}

.gray-input {
  background-color: #ece9e9;
  padding: 5px;
  border-radius: 5px;
  text-align: center;
}
.gray-input input {
  text-align: center;
}

.financial-table {
  table-layout: fix;
}
.financial-table td,
.financial-table th {
  text-align: center;
}

.green-check.f-15 span {
  font-size: 15px !important;
}

.overflow-three-line {
  overflow: hidden;
  padding-left: 20px;
}
.overflow-three-line > div {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden !important;
  white-space: pre-wrap;
}

.checkBox-group span {
  font-size: 13px !important;
}

.numbers-scroll {
  -ms-overflow-style: none !important;
  /* for Internet Explorer, Edge */
  scrollbar-width: none !important;
  /* for Firefox */
  gap: 5px;
}

.numbers-scroll::-webkit-scrollbar {
  display: none !important;
  /* for Chrome, Safari, and Opera */
}

.react-modal-sheet-container {
  top: -115px;
  margin: auto;
}

.majorImg {
  position: absolute;
  z-index: 2;
  bottom: 0px;
  color: #fff;
  width: 100%;
  background: rgba(0, 0, 0, 0.5607843137);
  padding: 5px;
}

.labels-item {
  display: flex;
  border-radius: 25px !important;
  padding: 10px;
  color: #383838 !important;
  min-height: 30px;
  -webkit-backdrop-filter: opacity(30%);
          backdrop-filter: opacity(30%);
  align-items: center;
  transition: 0.5s all;
}
.labels-item div {
  color: #8f8f8f;
}

.circle-color {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #b1b1b1;
}

.color-grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  gap: 10px;
}

.color-grid-item .color-check:checked + label {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4196078431);
}
.color-grid-item label {
  background-color: #b1b1b1;
  height: 41px;
  border-radius: 25px;
  transition: all 0.5s;
  position: relative;
  display: block;
}

.label-selected {
  padding: 8px;
  background-color: #f5f6f8;
  border-radius: 5px;
}

.labels-entity {
  transition: all 0.5s;
}

.labelDate {
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  border-radius: 25px;
  width: 100px;
  padding: 0px 8px;
}

.calendar-img {
  background: url(../img/calendar-back.png) no-repeat;
  height: 230px;
  width: 100%;
  background-position: bottom right;
}

.calendar-container {
  border-radius: 30px 30px 0px 0px;
  overflow: hidden;
  margin-top: -50px;
  background-color: #fff;
  padding-top: 30px !important;
  padding: 10px;
  min-height: 100px;
}

#calendar {
  min-height: 200px;
}

.fc-button {
  background-color: transparent !important;
  border: 0px !important;
}
.fc-button:focus {
  box-shadow: none !important;
  border: 0px !important;
}
.fc-button span {
  color: #707070;
}

.fc-theme-standard td,
.fc-theme-standard th,
.fc-theme-standard .fc-scrollgrid {
  border: 0px !important;
  text-align: center;
}

.fc .fc-daygrid-day-top {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  min-height: unset !important;
}

.fc td,
.fc th {
  vertical-align: middle !important;
}

.fc-today-button {
  border: solid 1px #29a19c !important;
  border-radius: 50px !important;
}
.fc-today-button span, .fc-today-button::after {
  color: #29a19c !important;
}

.fc-col-header-cell {
  font-size: 12px;
}

.fc .fc-daygrid-day.fc-day-today {
  background-color: transparent !important;
}
.fc .fc-daygrid-day.fc-day-today > div {
  background-color: #e3f1fb;
  border: 1px solid #cddbe2;
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  border-radius: 3px;
}

.fc-day-fri:not(.fc-col-header-cell) a {
  color: #EC575B !important;
}

.label-item {
  padding: 6px 10px;
  width: 100%;
  height: 40px;
}
.label-item > div {
  height: 100%;
  flex: 1;
  border: 1px solid;
  font-size: 15px;
}
.label-item > div:first-child {
  border-radius: 0px 25px 25px 0px;
  border-color: transparent;
}
.label-item > div:last-child {
  border-radius: 25px 0px 0px 25px;
  border-right: 0px;
}
.label-item .typeLabel,
.label-item .arrowLabel {
  padding-left: 0px !important;
  padding-right: 0px !important;
  color: inherit;
}
.label-item .typeCheck:checked + .typeLabel::after {
  background: url(../img/check-black.png) no-repeat;
  background-size: 100% 100%;
}
.label-item .typeCheck:checked + .darkLabel.typeLabel::after {
  background: url(../img/check-light.png) no-repeat;
  background-size: 100% 100%;
}
.label-item .typeCheck:checked + .typeLabel {
  color: inherit !important;
}
.label-item .typeLabel::after {
  content: unset;
}

.border-0 {
  border: 0px !important;
}

.share-list {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-top: 10px;
}
.share-list li {
  transition: all 0.5s;
}
.share-list li a {
  display: block;
  border: 1px solid #b5b5b5;
  border-radius: 50%;
  padding: 10px;
  width: 35px;
  height: 35px;
  transition: all 0.5s;
}
.share-list li:hover a {
  border-color: #029e9d !important;
}

.select-user-item {
  background-color: #29A19C !important;
  border-radius: 50px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: start !important;
  height: 52px !important;
  position: relative !important;
  width: 100% !important;
  padding: 0px !important;
  text-align: right !important;
  color: #fff !important;
}
.select-user-item img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}

.fc-day {
  cursor: pointer;
}

.selected-day {
  position: relative;
}
.selected-day::before {
  content: "";
  width: 70%;
  height: 40px;
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: solid 1px red;
  border-radius: 50%;
}

.event-link {
  background-color: #D6ECD2;
  border-radius: 50px;
  text-align: center;
  padding: 5px 20px;
}

.event-item:not(:last-child) {
  border-bottom: 1px solid #B1B1B1;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.MuiSwitch-root > span.Mui-checked + .MuiSwitch-track {
  background-color: #029e9d !important;
}

.MuiSwitch-root > span.Mui-checked {
  color: #029e9d !important;
}

.text-blue {
  color: #29CCE5 !important;
}

.isChecked {
  background-color: #F5F6F8;
  padding: 16px;
  padding-top: 0;
  border-radius: 5px;
  transition: all 0.5s;
}

.css-12t0dn4-MuiClockPointer-thumb,
.MuiClockPointer-thumb,
.css-eg3pzz-MuiClockPointer-thumb {
  border: 16px solid #029e9d !important;
}

.css-umzx0k-MuiClock-pin {
  background-color: #029e9d !important;
}

.css-d0vs79-MuiClockPointer-root {
  background-color: #029e9d !important;
}

.css-16b5y55-MuiPickersLayout-contentWrapper {
  direction: ltr !important;
}

.css-1q48g88-MuiPickersToolbar-root-MuiTimePickerToolbar-root {
  direction: ltr;
  align-items: end !important;
}

.setting-content button {
  color: #707070 !important;
}

.timepicker-input {
  min-width: unset !important;
  width: 140px !important;
}
.timepicker-input input {
  padding: unset !important;
}
.timepicker-input label {
  display: none;
}
.timepicker-input fieldset {
  border: 0px !important;
}

.timepicker-container {
  width: auto !important;
}

.children-auto > div {
  width: auto !important;
}

.has-timepicker > div {
  padding-top: 0px !important;
}

.rTypeTitle {
  display: flex;
  align-items: center;
  gap: 5px;
}
.rTypeTitle::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #29A19C;
}

.history-item {
  color: #383838 !important;
  display: flex;
  justify-content: right !important;
  align-items: center;
  border-radius: 0px !important;
}
.history-item:not(:last-child) {
  border-bottom: 1px solid rgba(56, 56, 56, 0.431372549);
}

.version-wrap {
  text-align: center;
  color: #aeaeae;
  padding-bottom: 0.5rem;
}

.has-arrow {
  position: relative;
}
.has-arrow::after {
  content: "";
  background: url(../img/ArrowRightIcon.svg) no-repeat;
  background-size: 100% 100%;
  width: 13px;
  height: 13px;
  position: absolute;
  left: 10px;
  transform: rotate(180deg);
}/*# sourceMappingURL=style.css.map */