html {
  zoom: 90%;
}

body {
  font-family: 'Poppins', sans-serif;
  margin-top: 0 !important;
  background: #f5f6fa;
}

.modal-backdrop {
  height: 100%;
  width: 100%;
}

/* @@ side bar @@ */
.side-bar {
  width: 275px;
  position: fixed;
  background: #ffffff;
  left: -275px;
  height: 100%;
  z-index: 100;
  transition: left 0.4s linear;
  overflow-y: auto;
}

.side-bar.open-sidebar {
  left: 0;
}

.sidebar-overlay {
  width: 100%;
  position: fixed;
  left: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  display: none;
}

.main-body {
  width: 100%;
  position: absolute;
  left: 0;
  background: #f5f6fa;
  transition: all 0.4s linear;
}

.main-body.open-sidebar {
  width: calc(100% - 275px);
  left: 275px;
}

.app-icon-area {
  margin: 10px 0 35px 0;
}

.app-icon {
  width: 150px;
}

.sch-app-area {
  background-color: #f5f6fc;
  padding: 12px 0;
  margin: 0 10px;
  border-radius: 10px;
}

.side-bar .plus-btn {
  background-color: #00c298;
  font-size: 15px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.side-bar .plus-btn i {
  width: 35px !important;
  line-height: 35px !important;
}

.side-bar .sch-app-area p {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: bold;
  color: #032062;
}

.side-bar .sch-app-area .fa-angle-down {
  color: #00c298;
}

.side-bar .plus-btn:focus,
.side-bar .plus-btn:hover {
  color: #fff;
  background-color: #00c298 !important;
}

.side-bar .list-group {
  margin-top: 40px;
}

.list-group.coach-list-group {
  margin-top: 10px;
}

.side-item .side-link:not(.btn) {
  display: block;
  padding: 6px 40px;
  cursor: pointer;
  font-size: 12px;
  line-height: 1.625rem;
  color: #5c657a;
  width: 255px;
  margin-left: 10px;
  font-weight: bold;
}

.side-item .side-link:not(.btn):focus,
.side-item .side-link:not(.btn).active {
  color: #00c298;
}

.side-item .side-link:not(.btn):hover {
  color: #aaebe6;
}

.side-item .side-link:not(.btn) i.fab,
.side-item .side-link:not(.btn) i.now-ui-icons {
  font-size: 16px;
  position: relative;
  top: 3px;
  text-align: center;
  width: 21px;
  margin-right: 25px;
  font-weight: bold;
}

.side-item:not(:last-child) {
  margin-bottom: 5px;
}

.side-item .side-link.li-settings .icon-rotates {
  margin: 5px 0 0 10px;
  font-size: 18px;
  position: absolute;
}

.side-item .side-link .dropdown-settings div {
  margin: 8px 0;
}

.side-item .side-link .sub-link {
  margin-left: 50px;
  font-size: 12px;
  color: #5c657a;
}

.side-item .sub-link:not(.btn):focus,
.side-item .sub-link:not(.btn).active {
  color: #00c298;
}

.mobile-logout {
  display: none;
}

.sch-coach-pro {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: bold;
  color: #00c298;
}

.dropdown-anchor,
.dropdown-anchor:hover {
  color: #5c657a;
}

.dropdown-coach-pro {
  margin: -30px 50px 10px 102px;
}

.dropdown-coach-pro .portfolio {
  font-size: 12px;
  margin-bottom: 2px;
}

.sch-pro-area {
  padding: 12px;
  margin: 4px 30px 0;
}

.sch-pro-icon {
  width: 40px;
}

.sch-pro-area p {
  margin-bottom: 0;
  font-size: 12px;
}
.sch-pro-area p.name {
  font-weight: bold;
  color: #032062;
}

.sch-pro-area i {
  margin: 2px 6px;
  height: 16px;
}
.icon-rotates {
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.icon-rotates.rotate {
  -moz-transition: rotate(180deg);
  -webkit-transition: rotate(180deg);
  transition: rotate(180deg);
}
.dropdown-anchor.open .icon-rotates {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* @@ right sidebar @@ */
.right-sidebar {
  position: fixed;
  right: 0;
  width: 310px;
  top: 90px;
  background: #ffffff;
  height: 100%;
  z-index: 100;
  border-top-left-radius: 20px;
}

.right-sidebar .calender-btn-area {
  text-align: center;
}

.right-sidebar .btn-calender-group {
  padding: 15px 0;
}

.right-sidebar .calender-btn-area .btn-calender {
  background: transparent;
  text-transform: uppercase;
  padding: 8px 10px;
  width: 90px;
  font-size: 10px;
  margin: 0 2px;
  vertical-align: middle;
}

.right-sidebar .calender-btn-area .icon-calender {
  width: 19px;
  height: 19px;
  margin-right: 5px;
}

.right-sidebar .btn-cal-full {
  background-color: #00c298;
  font-size: 12px;
  height: 35px;
  width: 286px;
  margin-bottom: 8px;
  padding: 9px 0;
}

.card-cal {
  padding: 10px 10px;
  height: 220px;
  width: 100%;
}

.calendar-first {
  height: 100%;
}

.cancel-btn-area {
  height: 45px;
}

.cancel-btn-area p.cancel-text {
  position: absolute;
  left: 0;
  margin-top: 10px;
  margin-left: 35px;
  font-size: 12px;
  font-weight: bold;
}

.cancel-btn-area .cancel-btn {
  position: absolute;
  right: 0;
  margin-right: 35px;
  box-shadow: none;
  background: #00c298;
  color: #fff;
}

.box {
  /* margin: 35px 0; */
  /* height: 375px; */
  /* overflow: hidden; */
  height: calc(100vh - 325px);
  direction: rtl;
  overflow-y: scroll;
  padding: 10px 0px 11px 45px;
}

.box ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  transition: all 0.5s linear;
  top: 0;
  /* height: 290px; */
  direction: ltr;
}

/* .box ul:last-of-type{top:80px} */

.box ul:before {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  border: 1px dashed;
  position: absolute;
  top: 0;
  left: 5px;
}

.box ul li {
  margin: 20px 20px 50px;
  position: relative;
  padding: 6px 0;
  background: #f5fdfb;
  border-radius: 10px;
  line-height: 20px;
  width: 240px;
  height: 70px;
}

.box ul li > span {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  border: 1px solid;
  position: absolute;
  top: 0;
  left: -15px;
}

.box ul li > span:before,
.box ul li > span:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #00c298;
  border: 2px solid;
  position: absolute;
  left: -7.5px;
}

.box ul li > span:before {
  top: -10px;
}
.box ul li > span:after {
  top: 95%;
}

.box .info:first-letter {
  text-transform: capitalize;
  line-height: 1.7;
}

.box .name {
  margin-top: 10px;
  text-transform: capitalize;
  font-style: italic;
  text-align: right;
  margin-right: 20px;
}

.box .time span {
  position: absolute;
  left: -60px;
  font-size: 8px;
  font-weight: bold;
}
.box .time span:first-child {
  top: -16px;
}
.box .time span:last-child {
  top: 94%;
}

.arrow {
  position: absolute;
  top: 110%;
  left: 80px;
  cursor: pointer;
  height: 20px;
  width: 20px;
}

.arrow:hover {
  -webkit-animation: arrow 1s linear infinite;
  -moz-animation: arrow 1s linear infinite;
  -o-animation: arrow 1s linear infinite;
  animation: arrow 1s linear infinite;
}

.box ul:last-of-type .arrow {
  position: absolute;
  top: 110%;
  left: 80px;
  transform: rotateX(180deg);
  cursor: pointer;
}

.timeline-svg {
  width: 20px;
  height: 20px;
}

.timeline-svg path {
  fill: #00c298;
}

@keyframes arrow {
  0%,
  100% {
    top: 110%;
  }
  50% {
    top: 111%;
  }
}

@-webkit-keyframes arrow {
  0%,
  100% {
    top: 110%;
  }
  50% {
    top: 111%;
  }
}

@-moz-keyframes arrow {
  0%,
  100% {
    top: 110%;
  }
  50% {
    top: 111%;
  }
}

@-o-keyframes arrow {
  0%,
  100% {
    top: 110%;
  }
  50% {
    top: 111%;
  }
}

.timeline-content {
  margin: 4px 5px;
}
.timeline-content p.title {
  margin-top: -5px;
  margin-bottom: 0;
  font-weight: bold;
  color: #00c298;
  font-size: 10px;
}
.timeline-content p.timeline-time {
  margin-bottom: 0;
  font-weight: bold;
  color: #032062;
  font-size: 8px;
}

.timeline-icon {
  width: 32px;
  margin: 6px 0 0 6px;
}

.event-search-area {
  padding: 6px 0px 5px 13px;
}
.event-search-area #search-events {
  font-size: 12px;
  width: 285px;
  height: 35px;
}
.calendar-events {
  margin: 8px;
  height: calc(78vh - 315px);
  direction: rtl;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0 0 0 8px;
  position: relative;
}
.calendar-events .events-loader {
  width: 30px;
  position: absolute;
  top: 10%;
  left: calc(50% - 15px);
}

.calendar-events .selected-day-div,
.calendar-events .searchable-div {
  direction: ltr;
}
.calendar-events .date-header {
  font-size: 12px;
  font-weight: bold;
  margin: 10px 0 4px 0;
}
.card.card-event {
  margin: 0 0 8px 10px;
  width: 280px;
  color: #2269c1;
  border: 1px solid #e4e4e4;
  background-color: #9cc6ff;
}
.card-event .card-body {
  padding: 4px;
}
.card-event .card-title {
  font-size: 12px;
}
.card-event .event-title {
  font-size: 10px;
  overflow: hidden;
  width: 260px;
  max-height: 100px;
  font-weight: bold;
  padding: 0;
  margin-bottom: 0;
}
.card-event .event-date {
  font-size: 10px;
  overflow: hidden;
  width: 260px;
  height: 14px;
  padding: 0;
  margin-bottom: -2px;
  margin-top: 5px;
}
.card-event .event-description {
  font-size: 7px;
  overflow: hidden;
  width: 260px;
  height: 4px;
  font-weight: bold;
  padding: 0;
  margin-bottom: 0px;
}

/* @@ navbar @@ */
.navbar {
  box-shadow: none;
  position: fixed;
  left: 0;
  z-index: 5;
  width: 100%;
  background: #f5f6fa;
  transition: all 0.4s linear;
}

.navbar.open-sidebar {
  width: calc(100% - 275px);
  left: 275px;
}

.hamburger-btn {
  background: none;
  font-size: 25px;
  border: none;
  color: #00c298;
  margin: 0;
  padding: 0 0 0 20px;
}

.nav-title-custom {
  font-size: 25px;
  color: #ffffff !important;
  margin-left: 20px;
  display: inline-block;
  width: auto;
}

.current-page {
  font-size: 17px;
  color: #00c298;
  margin: 0 0 -5px 25px;
}

.current-date {
  font-size: 12px;
  color: #596379;
  margin: 0 0 0 25px;
}

.user-icon-dropdown {
  margin-top: 8px;
  margin-right: 74px;
}

.msg-icon-dropdown {
  margin-top: 8px;
  margin-right: -8px;
}

.user-icon {
  color: #032062;
  font-size: 20px !important;
  position: initial !important;
  font-weight: bold;
  opacity: 1 !important;
  margin-right: 3px;
}

.dropdown-toggle:after {
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-left: 0.4em solid transparent;
  color: #032062;
}

.navbar-nav .dropdown-menu {
  background-color: #fff;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0.125rem;
  transition: all 150ms linear;
  font-size: 10px;
  min-width: 8rem;
  padding: 0.5rem 0;
  margin: -10px 0 0 -75px;
  background-clip: padding-box;
}

.dropdown-menu:before {
  position: absolute;
  content: '';
  top: -4px;
  left: 111px;
  right: auto;
  color: #ffffff;
  border-bottom: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-left: 0.4em solid transparent;
}

.dropdown-item {
  color: #212529;
  cursor: pointer;
}

.dropdown-menu .dropdown-item i {
  margin-right: 5px;
  font-size: 10px;
  position: relative;
  top: 1px;
}

.nav-pro-area {
  padding: 10px;
  margin: 0 20px;
}

.nav-pro-area p {
  margin-bottom: 0;
  font-size: 12px;
}
.nav-pro-area p.type {
  font-size: 10px;
}
.nav-pro-area p.name {
  font-weight: bold;
  color: #01277a;
}

.nav-pro-icon {
  width: 40px;
}

/* @@ footer @@ */
footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 101;
}

footer .footer-area {
  font-family: 'Poppins', sans-serif;
  background-color: #7baf58 !important;
  height: 45px;
}

/* @@ other @@ */
.main-body .content {
  margin-top: 90px;
  width: calc(100% - 310px);
}

.welcome-card {
  width: 100%;
  background-color: #ddf1f0;
  border-radius: 20px;
  margin: 0px;
}

.profile-card {
  width: 100%;
  height: 100%;
  background-color: #006ec2;
  border-radius: 20px;
  margin: 0px;
}

.welcome-img {
  max-height: 200px;
  margin-left: 35px;
}

.welcome-text-area {
  margin-top: 25px;
}

.welcome-text-area h4 {
  font-weight: bold;
  font-size: 16px;
  color: #00c298;
}

.welcome-text-area p {
  font-size: 14px;
}

/* @@@@@@ common @@@@@@ */

.background-none {
  background: none !important;
}

.background-white {
  background: #fff !important;
}

.color-white {
  color: #fff !important;
}

.background-blue {
  background: #006ec3 !important;
}

.background-red {
  background: #ec3535 !important;
}

.background-dark-blue {
  background: #01277a !important;
}

.color-blue {
  color: #01277a !important;
}

.background-green {
  background: #00c298 !important;
}

.color-green {
  color: #00c298 !important;
}

.border-green {
  border: 1px solid #b3ede0 !important;
}

.border-green:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #00c298 !important;
  -webkit-box-shadow: inset 0 0 0 1px #00c298 !important;
  box-shadow: inset 0 0 0 1px #00c298 !important;
}

.font-bold {
  font-weight: bold !important;
}

.btn-sheding {
  color: #454545;
  background-color: #9db48d !important;
}

.btn-disabled {
  background-color: #959893 !important;
  cursor: not-allowed !important;
}

.btn-deleted {
  background-color: #4a4949;
  color: #fff7f7;
}

.btn-deleted:hover {
  color: #ffffff;
}

.btn-primary-custom,
.btn-primary-custom:hover {
  color: #fff;
  background-color: #4d7f2b !important;
}

.btn-secondory-custom,
.btn-secondory-custom:hover {
  color: #fff;
  background-color: #14280e8f !important;
}

.custom-modal-content {
  border: 0;
  border-radius: 0;
}

.select2-label {
  font-size: 12px;
  color: black;
  margin: -18px 0 0 10px;
  margin: -8px 0 0 10px;
  display: block;
}

.form-area .select2.select2-container.select2-container--default {
  width: 100% !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type='number'] {
  -moz-appearance: textfield;
}

/* @@ deafult css @@ */
.text-right {
  text-align: right;
}

/* @@ sweet alert css @@ */
.swal2-actions .swal2-styled {
  border-radius: 0.25rem !important;
  padding: 7px 35px !important;
  text-align: center !important;
  width: 121.6px !important;
}

.swal2-actions .swal2-styled.swal2-confirm {
  background-color: #006ec2 !important;
}

.swal2-actions .swal2-styled.swal2-cancel {
  background-color: #14280e8f !important;
}

.swal2-actions .swal2-styled:focus {
  box-shadow: none !important;
}

.mr-3 {
  margin-right: 10px;
}
.ml-3 {
  margin-left: 10px;
}

@media screen and (max-width: 992px) {
  .user-anchor {
    margin-bottom: -10px;
  }
  .navbar-nav {
    display: none;
  }
  /* .side-bar.open-sidebar {
        overflow-y: scroll;
    } */
}

@media screen and (max-width: 768px) {
  .sidebar-overlay.open-sidebar {
    display: block;
  }
  .main-body.open-sidebar {
    width: 100%;
    left: 0;
  }
  .right-sidebar {
    display: none;
  }
  .mobile-logout {
    display: block;
  }
  .main-body .content {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .hamburger-btn {
    padding: 0;
    font-size: 20px;
  }
  .nav-title-custom {
    font-size: 20px;
    margin-left: 8px;
  }
  .current-page {
    font-size: 14px;
  }
}
