* {
  font-family: 'Poppins' , sans-serif;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  box-sizing: border-box;
  text-decoration: none;
  text-transform: capitalize;
  transition: all .2s linear;
}

section {
  padding: 3rem 4%;
}

h3 {
  font-weight: bold;
}

html {
  overflow-x: hidden;
  font-size: 62.5%;
}

html::-webkit-scrollbar {
  width: 1rem;
}

html::-webkit-scrollbar-track {
  background-color: #d0dcec;
}

html::-webkit-scrollbar-thumb {
  background-color: #3367eb;
  border-radius: 5rem;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
}

@keyframes bord {
  0% {
    padding-bottom: 0rem;
    border-bottom: #6768ab 1px solid;
  }
  100% {
    padding-bottom: .3rem;
    border-bottom: #6768ab 1px solid;
  }
}

body {
  background-color: #fff;
}

.main .barSide .bar {
  border-bottom: 1px solid #bbc2cb;
}

.main .barSide .bar i {
  display: flex;
  justify-content: end;
  font-size: 14px;
  color: #bbc2cb;
}

.main .barSide .logo .inner-log {
  width: auto;
  transform: rotate(45deg);
  position: relative;
}

.main .barSide .logo .inner-log .log1 {
  top: 28%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #3367eb;
  border-radius: 3px;
  z-index: 100;
}

.main .barSide .logo .inner-log .log2 {
  top: 11%;
  left: 91%;
  transform: translate(-50%, -50%);
  z-index: 10;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #d0dcec;
  border-radius: 3px;
}

.main .barSide .logo h5 {
  font-size: 22px;
  font-weight: bold;
  color: #3367eb;
}

.main .barSide .main-dash {
  cursor: pointer;
}

.main .barSide .main-dash .dash {
  color: #aeb5c7;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  padding-right: 10px;
}

.main .barSide .main-dash .dash-text {
  font-size: 16px;
  color: #000;
  line-height: 2.5rem;
  font-weight: 400;
  margin-bottom: 0;
}

.main .barSide .main-dash.active, .main .barSide .main-dash:hover {
  border-radius: 5px;
  background-color: #e8eefd;
}

.main .barSide .main-dash.active .dash, .main .barSide .main-dash:hover .dash {
  color: #3367eb;
}

.main .barSide .main-dash.active .dash-text, .main .barSide .main-dash:hover .dash-text {
  color: #3367eb;
}

.main .my-nav {
  box-shadow: 0rem 0.5rem rgba(0, 0, 0, 0.1);
}

.main .my-nav form {
  height: 50px;
}

.main .my-nav form label {
  font-size: 12px;
  color: #e8eefd;
}

.main .my-nav form input {
  font-size: 12px;
  color: #e8eefd;
  padding: 3px 5px;
  height: 100%;
  width: 90%;
}

.main .my-nav .nav-inner i {
  color: #aeb5c7;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  padding-right: 10px;
  margin: auto;
}

.main .my-nav .nav-inner img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.my-fixed {
  position: absolute;
  top: 32%;
  right: 0%;
  width: 30px;
  height: 30px;
  color: #3367eb;
  line-height: 2.5rem;
  font-size: 24px;
  cursor: pointer;
}

.barSide.active {
  position: fixed;
  height: 100%;
  width: 30rem;
  display: inline;
  top: 0;
  left: 0;
  background-color: #fff;
}

.dash-body {
  background-color: #f7f7f7;
}

.dash-body h2 {
  font-weight: bold;
}

.dash-body .main-car {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(33rem, 1fr));
  gap: 2rem;
}

.dash-body .my-card {
  max-width: 40rem;
  padding: 10px 30px;
  background-color: #fff;
  border-radius: 1rem;
  height: 150px;
  margin: auto;
  align-items: center;
  margin-top: 10px !important;
}

.dash-body .my-card i {
  display: flex;
  font-size: 4.5rem;
  width: 9.5rem;
  justify-content: center;
  text-align: center;
  align-items: center;
  height: 9.5rem;
  /* line-height: 5rem; */
  color: #fff;
}

.dash-body .my-card i.gryn {
  background-color: orange;
  border: 10px solid #fdf1e8;
  border-radius: 50%;
}

.dash-body .my-card i.gren {
  background-color: #01b21e;
  border: 10px solid #e0fae1;
  border-radius: 50%;
}

.dash-body .my-card i.ble {
  background-color: #336aeb;
  border: 10px solid #ebeff9;
  border-radius: 50%;
}

.dash-body .my-card p {
  color: #aeb5c7;
  font-size: 12px;
  font-weight: 400;
}

.dash-body .my-card h3 {
  font-size: 20px;
  font-weight: bold;
  padding-top: 10px;
}

.main-sals .salls {
  background-color: #fff;
  border-radius: 1rem;
}

.main-sals .salls .salss-inner1 {
  position: relative;
}

.main-sals .salls .salss-inner1 p {
  font-size: 17px;
  font-weight: 600;
  color: #d0dcec;
}

.main-sals .salls .salss-inner1 span {
  width: 100%;
  height: 2px;
  background-color: #d0dcec;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.sty .salls-sty .sty-main {
  position: relative;
}

.sty .salls-sty .sty-main .sty1 {
  position: absolute;
  width: 10px;
  background-color: #3367eb;
  bottom: 0;
  border-radius: 1rem;
}

.sty .salls-sty .sty-main .sty2 {
  position: absolute;
  width: 10px;
  background-color: #d0dcec;
  bottom: 0;
  border-radius: 1rem;
  left: 14px;
}

.sty .salls-sty p {
  font-size: 12px;
  color: #aeb5c7;
}

.visit {
  background-color: #fff;
  border-radius: 1rem;
  flex: 0 0 auto;
  width: 97.666667%;
  margin: 0 -8px;
  padding: 1rem;
}

.visit .inner {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 200px;
  flex-direction: column;
  margin: auto;
  border: 10px solid;
  border-color: #ced3f8 #cbf0d4 #94bfff  #3365f0;
  border-radius: 50%;
  width: 200px;
  transform: rotate(45deg);
}

.visit .inner h4 {
  font-size: 20px;
  font-weight: bold;
  transform: rotate(-45deg) translateX(-25%);
}

.visit .inner p {
  font-size: 15px;
  color: #d0dcec;
  transform: rotate(-45deg);
}

.visit .groth {
  margin: auto;
}

.visit .groth p {
  font-size: 9px;
  font-weight: 600;
  color: #aeb5c7;
}

.visit .groth span {
  color: #ced3f8;
  font-size: 7px;
}

.order {
  background-color: #fff;
}

.order p {
  font-size: 12px;
  color: #aeb5c7;
  align-items: center;
  display: flex;
}

.order .greeny {
  color: #01b716;
  background-color: #e4f7e3;
  height: 19px;
  font-size: 12px;
  border-radius: 3px;
}

.order .redy {
  background-color: #ffebec;
  color: red;
  height: 19px;
  font-size: 12px;
  border-radius: 3px;
}

.order .orngy {
  background-color: #fff1e5;
  color: #f1be77;
  height: 19px;
  font-size: 12px;
  border-radius: 3px;
}

.bord {
  border-bottom: 1px solid #aeb5c7;
}

.my-sp {
  line-height: 20px;
  text-align: center;
  color: white !important;
  background-color: red;
  width: 20px !important;
  height: 20px;
  padding: 0;
  border-radius: 50%;
  font-size: 13px;
}

.salls {
  flex: 0 0 auto;
  width: 65.43%;
}

.dis {
  margin-right: 2px;
  flex: 0 0 auto;
  width: 33.5%;
}

.my-marg1 {
  margin: auto;
  margin-left: 0;
}

.my-marg2 {
  margin: auto;
  margin-right: 0;
  margin-left: 37px;
}

.my-marg3 {
  margin: auto;
  margin-left: 27px;
}

@media (max-width: 992px) {
  .salls {
    display: none;
  }
  .dis {
    flex: 0 0 auto;
    width: 95%;
  }
}

@media (max-width: 1200px) {
  .dash-body {
    background-color: #f7f7f7;
  }
  .dash-body h2 {
    font-weight: bold;
  }
  .dash-body .my-card h3 {
    font-size: 15px;
  }
  html {
    font-size: 55%;
  }
  section {
    padding: 3rem 2rem;
  }
  .my-marg1 {
    margin: auto;
  }
  .my-marg2 {
    margin: auto;
  }
  .my-marg3 {
    margin: auto;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 50%;
  }
  .barSide {
    display: none;
  }
}

@media (max-width: 450px) {
  html {
    font-size: 50%;
  }
}
