/*Global*/
:root{
	scroll-behavior: smooth;
}

@media (min-width: 1200px) {
    .container-xl,.container-lg,.container-md,.container-sm,.container {
        max-width:95%
    }
}

@media (min-width: 1400px) {
    .container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container {
        max-width: 1350px
    }
}

@media (min-width: 1700px) {
    .container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container {
        max-width: 1620px
    }
}

.fw-100 {
	font-weight: 100 !important;
}

.fw-200 {
	font-weight: 200 !important;
}

.fw-300 {
	font-weight: 300 !important;
}

.fw-400 {
	font-weight: 400 !important;
}

/*Global End*/

/* Navbar styles */
.navbar-brand {
	margin-bottom: 0.5em;
}

.logo {
	max-height: 2em;
	margin-top: -1em;
}
/* Navbar styles End*/

.hero-banner.py-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

/* Table styles */
thead .popular-th {
    background: #082138;
	color: #fff;
	overflow: hidden;
	position: relative;
}

thead .popular-th .popular-badge {
	position: absolute;
    left: 0;
    top: 0;
    border-radius: 0;
    transform: rotate(-45deg) translate(-20px, -35px);
    padding-top: 20px;
    padding: 20px 30px 10px;
    white-space: break-spaces;
    width: 120px;
    background: #30e394 !important;
    color: #082138;
}

table .popular-td {
    background: color-mix(in srgb, #082138, white 90%);
}

.table-striped>tbody>tr:nth-of-type(odd)>*,
.table-striped>tbody>tr:nth-of-type(even)>*{
    padding: 0.55rem 1.25rem !important;
}

[data-bs-theme="dark"] table .popular-td {
	background: color-mix(in srgb, #082138, white 0%);
}

.modal-content {
    background-color: #fff;
}

.modal-dialog {
    margin-top: 100px;
    max-width: 960px;
}

.btn-close {
    background-color: #fff;
}
