 .toast {
  background-color: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.toast-header {
  color: #8480ae;
  background-color: rgba(255, 255, 255, 0.85);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}


/* :: Animation CSS */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@-webkit-keyframes flashing {
  0%, 90% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
}
@keyframes flashing {
  0%, 90% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
}
@-webkit-keyframes circlebig {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes circlebig {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes dotloader {
  50% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
}
@keyframes dotloader {
  50% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
}
@-webkit-keyframes circleloader2 {
  0% {
    width: 0%;
    height: 0%;
  }
  40% {
    width: 100%;
    height: 100%;
    opacity: 0.7;
  }
  100% {
    width: 240%;
    height: 240%;
    opacity: 0;
  }
}
@keyframes circleloader2 {
  0% {
    width: 0%;
    height: 0%;
  }
  40% {
    width: 100%;
    height: 100%;
    opacity: 0.7;
  }
  100% {
    width: 240%;
    height: 240%;
    opacity: 0;
  }
}
@-webkit-keyframes toast-animation {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@keyframes toast-animation {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@-webkit-keyframes typingg {
  0% {
    top: 0;
  }
  50% {
    top: -6px;
  }
  100% {
    top: 0;
  }
}
@keyframes typingg {
  0% {
    top: 0;
  }
  50% {
    top: -6px;
  }
  100% {
    top: 0;
  }
}
/* :: Shortcodes CSS */
.fz-14 {
  font-size: 14px !important;
}

.fz-12 {
  font-size: 12px !important;
}
.home-page-toast {
  position: fixed !important;
  z-index: 1000 !important;
  top: 65px;
  right: 15px;
  max-width: 18.5rem;
}


/* :: Toast CSS */
.toast-header {
  color: #1f0757;
  padding: 0.5rem 0.75rem;
}

.custom-toast-1 {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 0.5rem;
}
.custom-toast-1 .toast-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
}
.custom-toast-1 .toast-body svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  width: 30px;
  max-width: 30px;
}
.custom-toast-1 .toast-body .toast-text p {
  color: #1f0757;
  font-weight: 500;
}
.custom-toast-1 .btn-close {
  top: 0.625rem;
  right: 0.625rem;
  z-index: 10;
}

.toast-primary {
  background-color: #0d5afd !important;
  color: #ffffff;
}

.toast-success {
  background-color: #2ecc4a !important;
  color: #ffffff;
}

.toast-danger {
  background-color: #ea4c62 !important;
  color: #ffffff;
}

.toast-warning {
  background-color: #f1b10f !important;
  color: #ffffff;
}

.toast-info {
  background-color: #1787b8 !important;
  color: #ffffff;
}

.toast-dark {
  background-color: #061238 !important;
  color: #ffffff;
}

.toast-autohide-animation {
  width: 0%;
  height: 4px;
  position: absolute;
  z-index: 10;
  content: "";
  bottom: 0;
  left: 0;
  background-color: #f1f2fb;
  -webkit-animation: toast-animation linear 0s;
          animation: toast-animation linear 0s;
  border-radius: 0 0 0 2rem;
}

/* Tab CSS */
.tab-content {
  border: 1px solid #ebebeb;
}

.nav-tabs .nav-link {
  font-size: 14px;
}

.standard-tab .nav {
  border: 1px solid #ebebeb;
}
.standard-tab .tab-content {
  border: 1px solid #ebebeb;
}
.standard-tab .nav-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.standard-tab .btn {
  padding: 6px 8px;
  width: 100%;
}
.standard-tab .btn.active {
  background-color: #0d5afd;
  color: #ffffff;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.minimal-tab .btn {
  padding: 0 0.625rem 0.5rem;
  width: 100%;
  border-radius: 0;
  line-height: 1;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
}
.minimal-tab .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.minimal-tab .btn.active {
  border-bottom-color: #0d5afd;
  color: #0d5afd;
}

.colorful-tab .nav {
  border-radius: 20rem;
  background-color: rgba(255, 255, 255, 0.125);
}
.colorful-tab .nav .nav-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.colorful-tab .btn {
  border-radius: 5rem;
  width: 100%;
  background-color: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
}
.colorful-tab .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.colorful-tab .btn.active {
  background-color: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}
.colorful-tab .tab-content {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  border: 0;
}