@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900;1000&display=swap");
input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.cursor-pointer {
  cursor: pointer;
}

.btn-success {
  color: #fff;
}
.btn-success:hover {
  color: #fff;
}

.pagination {
  justify-content: center;
}
.pagination .active .page-link {
  background-color: #7C59CA;
  border-color: #7C59CA;
  color: #fff;
}
.pagination .page-item:first-child .page-link {
  border-radius: 0 !important;
  border-end-start-radius: 100px !important;
  border-start-start-radius: 100px !important;
}
.pagination .page-item:last-child .page-link {
  border-radius: 0 !important;
  border-end-end-radius: 100px !important;
  border-start-end-radius: 100px !important;
}
.pagination .page-link {
  color: #7C59CA;
  font-weight: 500;
}

html,
body {
  color: #666;
  font-family: "Cairo", sans-serif;
}
html a,
body a {
  text-decoration: none;
}
html li,
body li {
  list-style: none;
}
html .bxl-linkedin,
body .bxl-linkedin {
  background-color: #0a66c2;
}
html .bxl-facebook,
body .bxl-facebook {
  background-color: #1877f2;
}
html .bxl-google,
body .bxl-google {
  background-color: #df4a3c;
}
html .form-control:focus,
html .form-check-input:focus,
body .form-control:focus,
body .form-check-input:focus {
  box-shadow: 0 0 1px 3px rgba(181, 51, 217, 0.4);
}
html .pointer,
body .pointer {
  cursor: pointer;
}
html .form-check-input:checked,
body .form-check-input:checked {
  background-color: #7C59CA !important;
  border-color: #7C59CA !important;
}
html .fs-7,
body .fs-7 {
  font-size: 12px !important;
}
html .toast,
body .toast {
  z-index: 1;
  top: 80px;
  right: 80px;
}

.filepond--root {
  border: 2px dashed #7C59CA;
  border-bottom: 0;
  border-radius: 6px;
}
.filepond--root .filepond--list {
  display: flex;
  align-items: center;
  justify-content: start;
}
.filepond--root .filepond--list .filepond--item {
  height: 100px !important;
  width: 150px;
  overflow: hidden;
}
.filepond--root .filepond--drop-label {
  cursor: pointer;
}
.filepond--root .filepond--drop-label label {
  cursor: pointer;
}
.filepond--root .filepond--credits {
  display: none;
}
.filepond--root .filepond--panel-bottom {
  border-bottom: 2px dashed #7C59CA;
  border-radius: 6px;
}
.filepond--root .filepond--drip,
.filepond--root .filepond--panel * {
  background-color: transparent;
}

.image_shadow {
  box-shadow: #888 0 0 3px 0;
}

.taskedin-modal .text-main {
  color: #7c59ca;
}
.taskedin-modal .form-control {
  border-color: #7c59ca !important;
}
.taskedin-modal .form-control:focus,
.taskedin-modal .form-check-input:focus {
  box-shadow: 0 0 1px 3px rgba(199, 121, 255, 0.4) !important;
}
.taskedin-modal .btn {
  background-color: #7c59ca;
  border-color: #7c59ca;
}
.taskedin-modal .btn:hover {
  background-color: #553892;
}

.dropdown-toggle::after {
  display: none !important;
}

.home-content {
  height: 50vh;
}

.main-search-btn {
  bottom: 0;
  height: 47px;
  width: 55px;
}

.profile_image img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: #888 1px 1px 8px 1px;
}
.profile_image .image_icon {
  line-height: normal !important;
  right: 0px;
  bottom: 0px;
  box-shadow: #888 1px 1px 3px 1px;
  padding: 1px;
}
.profile_image .image_icon .bx {
  line-height: normal !important;
}

.profile_page .nav-tabs .nav-item .nav-link {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: -0.5px !important;
  color: #666;
}
.profile_page .nav-tabs .nav-item .active {
  border: none;
  border-bottom: 2px solid #7C59CA;
  color: #7C59CA;
}
.profile_page .profile-images-view .image img {
  max-height: 200px;
  min-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile_page .modal-dialog {
  max-width: 700px;
}
.profile_page .modal-dialog .modal_btn .btn {
  min-width: 100px;
}

:root {
  --rating-max: 5;
  --rating-content: "★★★★★";
  --rating-inactive-color: #aaa;
  --rating-background: #198754;
}

.red-rate {
  --rating-background: #dc3545 !important;
}

.rating::before {
  --rating-percent: calc(var(--rating-value) / var(--rating-max) * 100%);
  content: var(--rating-content);
  background: linear-gradient(90deg, var(--rating-background) var(--rating-percent), var(--rating-inactive-color) var(--rating-percent));
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.form-switch .form-check-input {
  width: 60px;
  height: 34px;
}

.user_edit_page .row {
  justify-content: center;
}

.nav_auth_photo {
  -o-object-fit: cover;
     object-fit: cover;
  width: 45px;
  height: 45px;
}

html[dir=ltr] .pill-end {
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
html[dir=ltr] .pill-start {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: 500px !important;
  border-bottom-left-radius: 500px !important;
}
html[dir=ltr] .main-search-btn {
  right: 0;
}

html[dir=rtl] body .text-end,
html[dir=rtl] body .text-md-end {
  text-align: left !important;
}
html[dir=rtl] body .text-start,
html[dir=rtl] body .text-md-start {
  text-align: right !important;
}
html[dir=rtl] body .end-0 {
  left: 0 !important;
  right: auto !important;
}
html[dir=rtl] body .start-0 {
  right: 0 !important;
  left: auto !important;
}
html[dir=rtl] body .pill-end {
  border-top-left-radius: 500px !important;
  border-bottom-left-radius: 500px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
html[dir=rtl] body .pill-start {
  border-top-right-radius: 500px !important;
  border-bottom-right-radius: 500px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
html[dir=rtl] body .main-search-btn {
  left: 0;
}/*# sourceMappingURL=style.css.map */