/*
 * General
 */
 body{
	font-size: 1rem;
	font-weight: 400;
 }

a {
	text-decoration: none;
	color: var(--bs-dark);
}

.card.rounded {
	border-radius: 1rem !important;
}

.underline-animation {
	background: linear-gradient(currentColor 0 0) 0 100% /var(--d, 0) 3px no-repeat;
	transition: 0.5s;
}

.underline-animation:hover {
	--d: 100%;
	color: var(--bs-tertiary)!important;
}

.navbar {
	position: fixed;
	z-index: 999;
	width: 100%;
	border-top: 4px solid var(--bs-tertiary);
	background-color: var(--bs-white);
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--bs-bg-opacity));
}

.navbar.nav-homepage.scrolled {
	background-color: var(--bs-tone-16);
	opacity: 1;
	transition: background-color 200ms linear;
}

.navbar .nav-item > .nav-link.active {
	--d: 100%;
	color: var(--bs-tertiary) !important;
	background: linear-gradient(currentColor 0 0) 0 100% /var(--d, 0) 3px no-repeat;
}

.navbar-mobile-content {
	background-color: var(--bs-tertiary);
}

.navbar .nav-item .nav-link {
	font-family: 'IBM-Medium';
	color: #000;
	padding-bottom: .2rem;
	padding-top: .1rem;
}

.navbar .nav-item .nav-link:hover, .navbar .nav-item .nav-link:focus, .navbar .nav-item .nav-link:active {
	color: var(--bs-tertiary) !important;
}

.navbar .nav-item a.lang {
	font-family: var(--bs-font-nav);
	text-decoration: none;
	color: #fff;
}

.navbar .nav-item a.lang.active {
	color: var(--bs-tertiary) !important;
}

.btn {
	border-radius: 0.6rem;
	padding: 0.5rem 1.2rem;
}

.form-control {
	/* border-radius: 2rem;
	border: none; */
}

.form-control-xl {
	min-height: calc(2em + 1rem + 2px);
	padding: 0.8rem 1.5rem;
	font-size: 1.2rem;
	border-radius: 3rem !important;
}

.form-check-input:checked {
    background-color: var(--bs-tertiary);
    border-color: var(--bs-tertiary);
}

a.badge {
	border-radius: 1rem;
	text-decoration: none;
	margin: 0.3rem;
	padding: 0.5rem 0.6rem 0.4rem 0.6rem;
}

a.dropdown-item {
	white-space: break-spaces !important;
}

.badge-primary {
	border: solid 1px white;
}

.badge-secondary {
	background-color: var(--bs-tone-09)!important;
	color: var(--bs-primary) !important;
}

.badge-tertiary {
	background-color: var(--bs-tertiary)!important;
	color: white !important;
}

.dropdown-hover-content {
	display: none;
	position: absolute;
}

.dropdown-hover:hover .dropdown-hover-content {
	display: block;
	background-color: white;
}

.border-tone-17 {
	border: 2px solid var(--bs-tone-17);
	border-radius: 13px;
}



/*
|--------------------------------------------------------------------------
| Navbar
|--------------------------------------------------------------------------
*/
/**** notification ***/
.notify-list {
    position: fixed;
    right: -390px;
    width: 380px;
    max-width: 100%;
    z-index: 1040;
    background-color: var(--bs-white);
    box-shadow: 0px 0px 9px -3px rgb(0 0 0 / 75%);
    height: -webkit-fill-available;
    top: 0;
}
.notify-number {
    font-size: .7rem;
    top: 0px;
    left: 14px;
    position: absolute;
    /* border-radius: 50%; */
}
.notify-status {
    background-color: aliceblue;
}
.notify-number.mobile {
    top: -8px;
    left: 15px;
}

@media(max-width:1200px){
    .notify-number {
        right: -6px;
    }
}

.dropdown-slide-down.show {
	max-height: 500px;
	border: 1px solid var(--bs-gray-dark);
}

.dropdown-user-slide-down {
	max-height: 0px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	background-color: var(--bs-tone-16);
	border-radius: 10px;
	border: 0px;
	width: max-content;
}

.dropdown-user-slide-down.show {
	max-height: 500px;
	border: 3px solid var(--bs-tone-13);
}

.search-input-nav {
	width: 160px;
}

/*
 * Footer
 */

footer {
	border-bottom: 5px solid var(--bs-tertiary);
}

.bg-footer {
	background-color: var(--bs-tone-03) !important;
	background-size: cover;
	background-position: center left;
}

.line-footer {
	padding: 10px;
	margin-right: 20px;
	width: 1px;
	border-right: 1px solid;
	color: var(--bs-tone-04);
	opacity: 0.2;
}

/* 
 * Font Sizes
 */

.fs-small {
	font-size: 90%;
}

.fs-smaller {
	font-size: 80%;
}

.fs-normal {
	font-size: 1rem;
}

.fs-big {
	font-size: 120%;
}

.fs-bigger {
	font-size: 140%;
}

.main_title
{
	font-size: 36px !important;
	font-weight : 600 !important;
	color: #212529 !important;

}
.main_title_2
{
	font-size: 24px !important;
	font-weight : 600 !important;
	color: #212529 !important;

}
.sub_title
{
	font-size: 32px !important;
	font-weight : 600 !important;
	color: #212529 !important;
}

.sub_title_2
{
	font-size: 20px !important;
	font-weight : 300 !important;
	color: #212529 !important;
}

.text-small-show
{
	font-size: 18px !important;
	font-weight: 500 !important;

}
.text-title-show
{
	font-size: 22px !important;
	font-weight: 600 !important;
}
.ml-5{
	padding-left: 2.5rem;
}
.mr-5{
	padding-right: 2.5rem;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {
	/* .navbar.nav-homepage {
		background-color: rgba(255, 255, 255, 0.1);
	} */
	
}

@media (min-width: 1200px) {
	.search-input-nav {
		width: 320px;
	}
}

@media (min-width: 1400px) {}