* {
  transition: all .2s ease;
}

body {
  font-family: cambria !important;
  background: #FFF url(../img/bg.png) !important;
}

.main {
  padding-top: 80px;
  padding-left: 300px;
  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: #1e3770 !important;
  box-shadow: 4px 7px 12px 0 rgba(30, 55, 112, .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;
}


.event-form-ui, .f-card {
  box-shadow: 2px 10px 20px rgb(57 122 169) !important;
}
