* {
  transition: all .2s ease;
}


body {
  font-family: "DM Sans", sans-serif !important;
  background: #f5f5f9 !important;
}

.main {
  padding-top: 80px;
  padding-left: 260px;
  min-height: calc(100vh - 80px);
}

.sidebar-small .main {
  padding-left: 80px !important;
}

.main-inner {
  padding: 30px;
}

.cursorpointer {
  cursor: pointer;
}

a {
  cursor: pointer;
  text-decoration: none !important;
}

.fi {
  display: flex;
}

.no-arrow::after {
  display: none !important;
}

.modal-backdrop {
  background: rgba(21, 21, 31, .96) !important;
  opacity: 1 !important;
}

@keyframes zoomIn {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

@keyframes zoomIn {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}


.dropdown-menu {
  animation: fadeFromBottom 0.3s ease forwards;
}

@keyframes fadeFromBottom {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(20);
  }
}

.animated {
  animation-name: zoomIn;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
}

.btn-pink {
  color: #FFF !important;
  padding: 12px 25px;
  border-radius: 50px;
  border: 0 !important;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 14px;
  background: #029cea !important;
  box-shadow: 4px 7px 12px 0 rgba(2, 156, 234, .2) !important;
}

/* Chrome, Edge and Safari */
/* .scrollbar::-webkit-scrollbar {
  height: 5px;
  width: 5px;
  visibility: hidden;
}

.scrollbar:hover::-webkit-scrollbar {
  opacity: 1;
}

.scrollbar::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #DFE9EB;
}

.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #afb0c1;
}

.scrollbar::-webkit-scrollbar-thumb:hover,
.scrollbar::-webkit-scrollbar-track:hover {
  background-color: #DFE9EB;
} */

.scrollbar::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.scrollbar::-webkit-scrollbar-button {
  width: 0px;
 height: 0px;
}
.scrollbar::-webkit-scrollbar-thumb {
  background: #9394a5;
  /* border: 55px none #ffffff; */
  /* border-radius: 50px; */
}
.scrollbar::-webkit-scrollbar-thumb:hover {
  background: #9394a5;
}
.scrollbar::-webkit-scrollbar-thumb:active {
  background: #9394a5;
}
.scrollbar::-webkit-scrollbar-track {
  background: #DFE9EB;
  border: 0px none #ffffff;
  /* border-radius: 100px; */
  box-shadow: inset 0px 0px 2px 0px rgb(175 175 190);
}
.scrollbar::-webkit-scrollbar-track:hover {
  background: #DFE9EB;
}
.scrollbar::-webkit-scrollbar-track:active {
  background: #DFE9EB;
}
.scrollbar::-webkit-scrollbar-corner {
  background: transparent;
}

.avatar {
  cursor: pointer;
}

.offcanvas {
  height: auto !important;
  min-height: auto;
}
.offcanvas-body {
  padding-bottom: 2rem !important;
}

/* toast */
.ngx-toastr{
  position: fixed !important;
  right: 15px;
}



@media (max-width: 1500px) {
  .main-inner {
    padding: 20px 15px;
  }
}

@media (max-width: 1200px) {
  .main {
    padding-top: 70px;
  }
}

@media (max-width: 992px) {

  .sidebar-small .main {
    padding-left: 0 !important;
  }

  .main {
    padding-left: 0px;
    padding-bottom: 80px
  }

  .main-inner {
    padding: 0px;
    padding-bottom: 70px;
  }

  .hide-md {
    display: none;
  }
}

@media (max-width: 575px) {
  .btn-close-ui {
    top: 10px !important;
    right: 10px !important;
  }

  .modal-fullscreen-sm-down .modal-content{
    border-radius: 0px !important;
  }
}