
/*
Template Name: Divesee - NFT Market Mobile App Template
Author: Askbootstrap
Author URI: https://themeforest.net/user/askbootstrap
Version: 0.1
*/

/*
- Body
- Scroll Bar
- Get Started
- Choose Wallet
- Homepage
- Trending
- Detail Page
- Notification
- Profile Page
- Bootstrap Custom
*/

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
 
/* Body */
body {
	font-family: "Rubik", sans-serif;
	font-size: 12px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: "Rubik", sans-serif;
}

/* Scroll Bar */
::-webkit-scrollbar-button {
	width: 0;
	height: 0;
	display: none;
}
::-webkit-scrollbar-corner {
	background-color: transparent;
}
::-webkit-scrollbar-thumb {
	height: 6px;
	border: 4px solid transparent;
	background-clip: padding-box;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background-color: rgba(0, 0, 0, .15);
	-webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, .05), inset 1px 1px 0 rgba(0, 0, 0, .05);
	box-shadow: inset -1px -1px 0 rgba(0, 0, 0, .05), inset 1px 1px 0 rgba(0, 0, 0, .05);
}
::-webkit-scrollbar {
	width: 4px;
	background-color: #ffffff;
}
::-webkit-scrollbar-thumb {
	height: 50px;
	background: hsla(0, 0%, 53.3%, 0.4);
}
.landing-slider.slick-initialized, .top-doctors.slick-initialized, .available-doctor.slick-initialized, .recent-doctors.slick-initialized {
	visibility: visible;
	opacity: 1;
}
.landing-slider, .top-doctors, .available-doctor, .recent-doctors {
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
}
.cw-30 {
	width: 30px;
}
.osahan-page-footer .display-1 {
	font-size: 43px;
}
a {
	text-decoration: none;
}
.skip{
	box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

/* Get Started */
.bg-shadow{
	box-shadow: 0 10px 33px -1px lightblue;
}
/* End Get Started */

/* Choose Wallet */
.arrow-left{
	width: 33px;
	height: 33px;
}
/* End Choose Wallet */

/* Homepage */
.w-ui{
	width: 35px;
	height: 35px;
}
.seller-item{
	width: 56px;
	height: 56px;
}
.slick-dots {
	position: unset;
	left: 0 !important;
	right: 0 !important;
	text-align: center;
}
.osahan-page-footer .fs-1 {
	font-size: 23px !important;
	min-width: 38px;
	display: flex;
	height: 38px;
	align-items: center;
	justify-content: center;
}
.osahan-page-footer .bg-dark.rounded-pill {
	min-width: 38px;
	display: flex;
	height: 38px;
	align-items: center;
	justify-content: center;
}
.sun-glass{
	width: 19px;
}
/* End Homepage */

/* Trending */
.trending-size{
	font-size: 8px !important;
}
.top-collection{
	background-image: url("../img/intro-1.png");
	background-size: cover;
	background-repeat: no-repeat;
	width: 48px;
	height: 48px;
}
.top-collection-item{
	width: 22px;
	height: 22px;
}
.top-collection-2{
	background-image: url("../img/intro-2.png");
	background-size: cover;
	background-repeat: no-repeat;
	width: 48px;
	height: 48px;
}
.detail-before{
	background-image: url("../img/intro-1.png");
	background-size: cover;
	background-repeat: no-repeat;
}
.w-close-btn{
	width: 48px;
	height: 48px;
}
/* End Trending */

/* Detail Page */
.light-color{
	background-color: #fafafb;
}
.detail-arrow{
	width: 33px;
	height: 33px;
	background-color: #e6e8ec;
}
.detail-primary{
	background-color: #e6e8ec;
}
.perperzon{
	width: 28px;
	height: 28px;
}
.best-seller-view .img-fluid {
	width: 46px;
	height: 46px;
	min-width: 46px;
	max-width: 46px;
}
.best-seller-view-badge {
	position: absolute;
	right: 0;
	top: 0;
	min-width: 19px;
	height: 19px;
	font-size: 11px;
}
/* End Detail Page */

/* Notification */
.balence-item{
	width: 48px;
	height: 48px;
	background-color: #e6e8ec;
}
.notifiction-item{
	width: 48px;
	height: 48px;
}
.space{
	width: 50px;
	height: 50px;
}
.vh-result{
	height: 637px;
}
/* End Notification */

/* Profile Page */
.profile-top{
	height: 200px;
}
.profile-content-item{
	width: 134px;
	border: 12px solid white;
}
.profile-content{
	margin-top: -91px;
}
.card-item-size{
	font-size: 13px;
}
.edit-profile{
	width: 88px;
}
/* End Profile Page */

/* Bootstrap Custom */
.bg-primary {
	background-color: #6504b5 !important;
}
.text-primary {
	color: #6504b5 !important;
}
.btn-lg {
	font-size: 17px;
	padding: 16px 22px;
	font-weight: 600;
}
.btn-primary, .btn-outline-primary:hover {
	background: #6504b5;
	border-color: #6504b5;
}
.btn-primary:hover, .btn-primary:focus {
	background: #46007f;
	border-color: #46007f;
}
.btn-outline-primary {
	background: rgb(101 4 181 / 12%);
	border-color: rgb(101 4 181 / 11%);
	color: #6504b5;
}
.form-check-input:checked {
	background-color: #6604b5;
	border-color: #6604b5;
}
.btn-outline-secondary {
	border-color: #dee2e6;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
	background: #dee2e6;
	color: #000;
	border-color: #d8d8d8;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background-color: #6604b5;
}
.nav-link, .nav-link:hover {
	color: #6604b5;
}
.border-primary {
	border-color: #d8d8d8 !important;
}
.accordion-button:not(.collapsed) {
	background: #e7dcf2;
	color: #6604b5;
}
:focus {
	box-shadow: none !important;
}
/* End Bootstrap Custom */
