::-webkit-scrollbar-button {
    width: 0;
    height: 0;
  }
  ::-webkit-scrollbar-track {
    background: #555555;
    border: 0 none #fff;
    border-radius: 0;
  }
  ::-webkit-scrollbar-corner {
    background: transparent;
  }
  ::-webkit-scrollbar {
    width: 9px;
    height: 9px;
  }
  ::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.32);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    border: 0 none #fff;
    border-radius: 0;
  }

.logo img{
    /* width:250px; */
    padding-bottom: 34px;
    max-width: 100%;
}

.carousel .carousel-control-next, .carousel .carousel-control-prev{
	background:rgb(0 0 0 / 31%);
}

.alertify-notifier .ajs-message.ajs-success {
	background:#333!important;
	background:linear-gradient(to right, #141e30, #243b55)!important;
}

#loginForm, .bg-dark-opaque{
	background: rgb(0 0 0 / 32%);
	border-radius:15px;
}

.photo-overlay:before {
    /* background: rgb(20 20 20 / 50%); */
	background: rgb(0 0 0 / 65%);
}

.bg-moon {
    background-color: #131722;
}

/* .bg_overlay{ */
	/* background: linear-gradient(91.03deg,#1b2e61 10.36%,#2962ff 23.71%,#726fff 39.2%,#c883ff 52.56%,#ab4df8 66.44%,#d1007e 81.4%,#dc132b 97.42%,#541c1c 112.91%); */
	/* filter: blur(300px); */
	/* height: 100%; */
    /* position: absolute; */
    /* top: 64px; */
    /* transform: translateZ(0); */
    /* width: 100%; */
    /* z-index: -1; */
/* } */

/* .bg_opaq { */
    /* background-color: #000; */
    /* bottom: 0; */
    /* position: absolute; */
    /* top: -64px; */
    /* width: 100%; */
    /* z-index: -2; */
/* } */

#pricing{
	background: linear-gradient(to right, #bdc3c7, #2c3e50);
	position:relative;
}

#pricing .card, #pricing a{
	border-radius: 2.5rem;
}

.pack-form select, .pack-form select:focus{
	height: 50px;
    font-size: 16px;
    color: #fff;
    background: transparent;
	border-radius: 2.5rem;
}

.pack-form option{
    font-size: 16px;
    background: #333;
    color:#fff;
}