@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Agbalumo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

body {
	background-color: #ffd93c;
	background-image: linear-gradient(145deg, #ffe93b, #fdb83f);
	height: 100vh;
}

.agbalumo-regular {
	font-family: "Agbalumo", system-ui;
	font-weight: 400;
	font-style: normal;
}

footer {
	position: fixed;
	bottom: 0;
	width: 100%;
}

.form-control {
    font-size: 14px;
    font-weight: 600;
    border-radius: 50px;
    letter-spacing: 1px;
    padding: 6px 15px 8px;
}

.bottom-nav {
	display: flex;
	justify-content: space-around;
	padding: 2px 0px;
	box-shadow: 3px 2px 2px rgba(0, 0, 0, 0.1);
	background-color: #ffd93c;
	background-image: linear-gradient(180deg, #ffe93b, #fdb83f);
}

.bottom-nav button {
	padding: 0;
}

.bottom-nav button i {
	font-size: 25px;
	color: #203457;
	vertical-align: middle;
}

.logo-section {
	display: flex;
	align-items: center;
}

.logo-section span img {
	width: 60px;
}

.logo-section h1 {
	font-size: 30px;
	font-family: "Agbalumo", system-ui;
	font-weight: 700;
	margin-left: 8px;
	color: #203457;
}

.page-title {
	font-size: 25px;
	font-family: "Ubuntu", sans-serif;
	font-weight: 700;
	color: #393939;
	text-transform: uppercase;
}

.btn-primary {
	background-color: #203457;
	border-color: #203457;
	font-size: 15px;
	font-weight: 600;
	border-radius: 50px;
}

.btn-primary:hover,
.btn-primary:active {
	background-color: #162949;
	border-color: #162949;
}

.btn-light {
	font-size: 15px;
	font-weight: 600;
	border-radius: 50px;
}

.btn-warning {
	font-size: 15px;
	font-weight: 600;
	border-radius: 50px;
}

.btn-success {
	font-size: 15px;
	font-weight: 600;
	border-radius: 50px;
}

.landing-page-logo img {
	width: 100px;
	border-radius: 15px;
}

#fullscreen-btn {
	padding: 5px;
	font-size: 25px;
	color: #203457;
	vertical-align: middle;
}

.link-text {
	color: #203457 !important;
	text-decoration: none;
	font-weight: 600;
}

* {
	font-family: 'Noto Sans', sans-serif;
}

#wrapper {
	overflow-x: hidden;
}

#sidebar-wrapper {
	min-height: 100vh;
	margin-left: -15rem;
	-webkit-transition: margin .25s ease-out;
	-moz-transition: margin .25s ease-out;
	-o-transition: margin .25s ease-out;
	transition: margin .25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
	padding: 0.875rem 1.25rem;
	font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
	width: 15rem;
}

#page-content-wrapper {
	min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
	margin-left: 0;
}

#menu-toggle {
	cursor: pointer;
}

@media (min-width: 768px) {
	#sidebar-wrapper {
		margin-left: 0;
	}

	#page-content-wrapper {
		min-width: 0;
		width: 100%;
	}

	#wrapper.toggled #sidebar-wrapper {
		margin-left: -15rem;
	}
}

.item-card {
	border-radius: 18px;
	border: 0px;

}

.item-card .card-title {
	font-size: 18px;
	font-weight: 800;
	text-align: center;
	margin-bottom: 25px;
	margin-top: 10px;
}

.item-card .card-text {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 25px;
}

.note-alert-card {
	border-radius: 18px;
	border: 0px;
}

.note-alert-card h5 {
	font-size: 18px;
	font-weight: 800;
	text-align: center;
	margin-bottom: 25px;
	margin-top: 10px;
}

.note-alert-card p {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 10px;
}

.main-title {
	font-size: 22px;
	font-weight: 900;
}

.page-title-min {
    font-size: 18px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    color: #393939;
    text-transform: uppercase;
}

.setting-page {
	height: 70vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.otp-code-page {
		height: 80vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.vh-mobile {
	    overflow: scroll;
    height: calc(100vh - 128px);
}

.dropdown-item.active, .dropdown-item:active {
    color: #000000;
    text-decoration: none;
    background-color: #febc3f;
}

.profile-image img {
	border-style: dashed !important;
    border-color: #000000 !important;
}

.preview {
	border-style: dashed !important;
    border-color: #000000 !important;
}
.rounded-30 {
    border-radius: 30px;
}

.cropper-container.cropper-bg {
	height: 200px !important;
}
.countdown {
	width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}