 ::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
    border-radius: 999px;
    border: 0 solid transparent
}

::-webkit-scrollbar-track {
    box-shadow: 1px 1px 5px rgba(100, 100, 100, 0.2) inset
}

::-webkit-scrollbar-thumb {
    min-height: 0;
    background-color: #5298ff;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .4) 75%, transparent 75%, transparent);
}

::-webkit-scrollbar-corner {
    background: transparent
}

body {
	padding:0;
	background: #f7f7f7;
}
.navbar-brand img {
	width: 90px;
}
.navbar-brand .sites-name{
	visibility: hidden;
}
.clogin-header-logo-black {
	display: none;
}

.clogin-header-white .clogin-header-logo-white {
	display: none;
}

.clogin-header-white .clogin-header-logo-black {
	display: block;
}


a {
	position: relative;
    color: #409eff;
}
a:hover {
    color: #5b2a8c;
    text-decoration: none;
}
a:not(.btn):not(.list-btn):not(.n-hover):before{
	content: '';
	position: absolute;
	display: block;
	top: -3px;
	left: -5px;
	bottom: -3px;
	right: -5px;
	transition: 0.3s;
	border-radius: 4px;
}
a:not(.btn):not(.list-btn):not(.n-hover):hover::before{
	background-color: rgba(92, 42, 141,0.1);
	opacity: 0.5;
}
a.nav-link::before{
	top: 2px!important;
	left: 1px!important;
	bottom: 2px!important;
	right: 1px!important;
}
.io-img{
	width: 100%;
	height: auto;
	object-fit: cover;
}

.io-card-title{
	font-size: 28px;
}
.io-card-desc{
	font-size: 20px;
}
.text-ss {
    font-size: .45rem !important;
    transform: scale(.9);
}

.text-xs {
    font-size: .75rem !important
}

.text-sm {
    font-size: .875rem !important
}

.text-md {
    font-size: 1rem !important
}

.text-lg {
    font-size: 1.125rem !important
}

.text-xl {
    font-size: 1.375rem !important
}
.clogin-header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 10px 0;
	z-index: 99999;
	transition: .5s;
	background: #fff;
}

pre{
	background-color: #f3f3f3;
	border-radius: 8px;
	padding: 10px;
}
.clogin-header .navbar-expand-lg .navbar-nav .dropdown-menu {
	border: none;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.clogin-header .navbar{
    padding: 0;
}

.clogin-section {
	padding: 50px 0;
}

.clogin-footer {
	background: #f8fafd;
	color: #969696;
	padding: 15px;
}

.clogin-footer a {
	color: #969696;
	text-decoration: none;
}

i {
	display: inline-block;
	line-height: 1;
}

.card{
	border-width: 0;
	border-radius: 12px;
	box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.1);
}

.card-header.io-header{
	position: relative;
	background-color: transparent;
	border-width: 0;
}

.card-header.io-header::before{
	content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    height: 34px;
    background-color: #dfefff;
    border-radius: 8px;
}

.list-btn{
	color: #232425;
	border-radius: 8px;
	padding: 8px 15px;
	transition: 0.3s;
	text-decoration: none!important;
}

.list-btn:hover{
	color: #000;
	background: #dfefff;
}

.clogin-section-title h2 {
	color: #409eff;
}

.clogin-section-title span {
	font-size: 16px;
	border-bottom: 3px double #ccc;
}

.clogin-section-title {
	margin-bottom: 20px;
}

.menu-bg {
	position: absolute;
    background: transparent;
    left: 0;
    width: 100%;
    height: 100vh;
}
.text-gray-200 {
    color: rgb(62 60 85)!important;
}
.text-gray-300 {
    color: rgb(247 247 247)!important;
}
.shape {
	overflow: hidden;
    pointer-events: none;
    position: absolute;
}
.shape:not([class*=shape-blur])>* {
    transform: scale(2);
}
.shape-fluid-x>* {
    height: auto;
    width: 100%;
}
.shape-bottom>* {
    transform-origin: top center;
}
.shape>* {
    display: block;
}
.shape-bottom {
    bottom: 0;
    left: 0;
    right: 0;
}

/* banner */
.clogin-banner {
	height: 408px;
	background-color: #fff;
}

.clogin-banner .banner-title {
	padding: 50px 0 100px;
}

.clogin-banner .row {
	margin-left: 0px;
    margin-right: 0px;
}

.clogin-banner img {
	max-height: 330px
}

.clogin-banner h1 {
	margin: 20px;
}

.clogin-banner p {
	margin-bottom: 30px;
}

.clogin-banner .clogin-banner-buttons a {
	color: #007dff;
	background: #dfefff!important;
	padding: 14px 30px;
	transition: 0.3s;
	transform: translateY(0px);
	border-radius: 8px;
}
.clogin-banner .clogin-banner-buttons a i{
	transition: 0.3s ease-out;
	transform: translateX(0px);
}
.clogin-banner .clogin-banner-buttons a.probation {
	color: #fff;
	background: #409eff!important;
}

.clogin-banner .clogin-banner-buttons a:hover {
	transform: translateY(-5px);
	box-shadow: 0px 25px 20px -10px rgba(0, 0, 0, 0.1);
}
.clogin-banner .clogin-banner-buttons a:hover i{
	transform: translateX(10px);
}

.clogin-section.clogin-functions {
	color: #fff;
	background: #3e3c55;
}

.clogin-section.clogin-functions .row>div i {
	color: #409eff;
	font-size: 59px;
	margin-top: 20px;
}

.clogin-section.clogin-functions .row>div h2 {
	font-size: 20px;
	margin-top: 5px;
	color: #000;
}

.clogin-section.clogin-functions .row>div p {
	font-size: 14px;
	color: #a2a2a2;
	padding: 0 10px;
	margin-bottom: 30px;
}

.clogin-section.clogin-functions .row {
	margin-left: 0px;
    margin-right: 0px;
}

.clogin-section.clogin-links {
	background: #edf3ff;
}

.clogin-section.clogin-links .clogin-links-title {
	font-size: 27px;
	color: #717171;
	margin: 0px 0 30px;
}

.clogin-links-box .clogin-links-item {
	background: #fff;
	border-radius: 10px;
	padding: 10px;
	text-align: center;
	margin-bottom: 30px;
	transition: box-shadow .3s;
}

.clogin-links-box .clogin-links-item:hover {
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}

.clogin-links-box .clogin-links-item i {
	font-size: 38px;
	color: #409eff;
	width: 100%;
	padding: 30px 0;
	font-size: 50px;
}

.clogin-links-box .clogin-links-item h2 {
	font-size: 22px;
}

.clogin-links-box .clogin-links-item p {
	font-size: 13px;
	margin: 0;
	margin-bottom: 20px;
	color: #8c8c8c;
}

.io-line{
	text-align: center;
}
.io-line::after{
	content: '';
    display: inline-block;
    width: 28px;
    height: 5px;
    background-color: #c8c8c8;
    border-radius: 3px;
}
.io-nav{
	position: relative;
}
.navbar-toggler{
	border-width: 0;
	padding: 0 8px;
}
.clogin-section-title h1{
	line-height: inherit;
}
.clogin-section-title span{
	border-width: 0;
}
.io-top-nav{
	padding-top: 70px;
}
@media (max-width: 767.86px) {
	.io-nav{
		position: absolute;
		top: 60px;
		left: 0;
		background: #fff;
		width: 100%;
		border-radius: 0 0 12px 12px;
		box-shadow: 0 20px 20px rgba(0,0,0,.1);
	}
	.io-nav .navbar-nav{
		text-align: center;
		padding: 0 20px;
	}
}

@media (min-width: 768px) {
	.clogin-banner {
		height: 568px;
	}
	.io-top-nav{
		padding-top: 87px;
	}
	.clogin-banner .clogin-banner-buttons a.probation {
		padding: 16px 32px;
	}

	.clogin-header .navbar{
		padding: 0.5rem 0;
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 20px;
		padding-left: 20px;
	}

	.io-img{
		width: 500px;
	}

	.w-md-50{
		width: 50%!important;
	}
}