* {
    font-family: "Google Sans", Verdana, sans-serif !important;
}

:root {
    --trakia-uni: #99182c;
    --trakia-uni-dark: #7a1223;
    --trakia-uni-light: #f7edee;
}

:root body {
    --bs-body-font-size: 0.95rem !important;
}

.form-control,
.form-select {
    font-size: 0.95rem !important;
}

body {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    max-height: -webkit-fill-available;
    display: flex;
    flex-direction: column;
    padding-top: 60px;
}

.nav-space {
    padding-top: 88px;
}

.text-shadow {
    text-shadow: 0px 2px 5px rgb(0, 0, 0, 0.5);
}

.navbar-brand,
.navbar-brand:hover,
.navbar-brand:active {
    color: var(--trakia-uni) !important;
    font-size: 1.35rem;
}

.login-body {
    overflow-x: hidden;
}

.brand-separator {
    color: var(--trakia-uni);
    font-weight: 600;
}

.custom-navbar {
    background-color: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    width: calc(100% - (var(--bs-gutter-x)*.5)*2);
    height: 60px;
}

.custom-brand {
    display: inline-flex;
    align-items: center;
}

.custom-nav-link {
    position: relative;
    color: var(--trakia-uni) !important;
    font-size: 0.95rem;
    font-weight: 500;
    padding: 0.65rem 0.95rem !important;
    transition: color 0.25s ease, background-color 0.25s ease;
    background-color: rgba(255, 255, 255, 0.75) !important;
}

.custom-nav-link:hover,
.custom-nav-link.active {
    color: var(--trakia-uni) !important;
    background-color: #f7edee !important;
    border-radius: var(--bs-border-radius) !important;
}

.custom-language-switcher {
    color: inherit !important;
}

.custom-menu-button {
    width: 2.75rem;
    height: 2.75rem;
    border: 0;
    background-color: var(--trakia-uni);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.custom-menu-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(153, 24, 44, 0.2);
}

.custom-offcanvas {
    background: linear-gradient(180deg, #fff 0%, #fcf6f7 100%);
}

.custom-offcanvas-menu .list-group-item {
    border: 0;
    margin-bottom: 0.5rem;
    padding: 0.95rem 1rem;
    font-weight: 500;
    color: #3e2b30;
    background-color: #fff;
    box-shadow: inset 0 0 0 1px rgba(153, 24, 44, 0.08);
}

.custom-offcanvas-menu .list-group-item.active,
.custom-offcanvas-menu .list-group-item:hover {
    color: var(--trakia-uni);
    background-color: rgba(153, 24, 44, 0.08);
    box-shadow: inset 0 0 0 1px rgba(153, 24, 44, 0.15);
}

.login-stage {
    min-height: calc((var(--vh, 1vh) * 100) - 460px);
    border: 1px solid rgba(153, 24, 44, 0.1);
    box-shadow: 0 30px 80px rgba(89, 22, 34, 0.1);
}

.login-panel-inner {
    max-width: 420px;
    margin: 0 auto;
}

.login-form-wrapper {
    width: 100%;
    max-width: 420px;
}

.login-google-button,
.login-cta-button {
    min-height: 2.25rem;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
}

.login-google-button:hover,
.login-google-button:focus,
.login-cta-button:hover,
.login-cta-button:focus {
    background-color: var(--trakia-uni-dark);
    border-color: var(--trakia-uni-dark);
}

.login-google-icon {
    width: 2.35rem;
    height: 2.35rem;
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 0 1px rgba(153, 24, 44, 0.1);
}

.login-secondary-link {
    color: var(--trakia-uni);
    font-size: 0.95rem;
    font-weight: 500;
}

.login-secondary-link:hover {
    color: #7a1223;
}

.login-mobile-highlights {
    margin-top: 1.5rem;
}

.login-mobile-point {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 1rem 1.1rem;
    border-radius: 1.25rem;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(153, 24, 44, 0.1);
    color: #50373c;
    box-shadow: 0 14px 28px rgba(89, 22, 34, 0.05);
}

.login-mobile-point i {
    color: var(--trakia-uni);
    font-size: 1rem;
    margin-top: 0.1rem;
}

.login-hero {
    min-height: 100%;
    background-color: #320912;
}

.login-hero-image,
.login-hero-overlay {
    position: absolute;
    inset: 0;
}

.login-hero-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.login-hero-overlay {
    background: linear-gradient(180deg,rgb(0, 0, 0) 0%, rgb(0, 0, 0) 35%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.5;
    /* background: linear-gradient(180deg,rgba(153, 24, 44, 1) 0%, rgba(198, 126, 137, 1) 35%, rgba(255, 255, 255, 0) 100%); */
    /* opacity: 0.35; */
}

.login-hero-content {
    /* padding: clamp(2rem, 4vw, 3rem); */
    color: #fff;
}

.login-hero-points {
    display: grid;
    gap: 0.9rem;
}

.login-hero-point {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.9rem;
    align-items: center;
    padding: 0.65rem 0.85rem;
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.login-hero-point-icon {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 0.95rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.15);
    color: #fff;
}

.custom-footer-card {
    border: 1px solid rgba(153, 24, 44, 0.1);
}

.custom-footer-list li + li {
    margin-top: 0.75rem;
}

.custom-footer-link {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
}

.custom-footer-link i,
.custom-footer-inline-link:hover,
.custom-footer-link:hover,
.custom-footer-link:hover i {
    color: var(--trakia-uni) !important;
}

.custom-social-link {
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--trakia-uni);
    background-color: var(--trakia-uni-light);
    transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.custom-social-link:hover {
    color: #fff;
    background-color: var(--trakia-uni);
    transform: translateY(-2px);
}

#sidenav {
    max-height: calc(100vh - 96px);
    max-height: calc((var(--vh, 1vh) * 100) - 96px);
    overflow-y: auto;
    width: 100%;
    z-index: 1;
}

.sidenav.navbar {
    background-color: var(--bs-body-bg);
    border-radius: 0.375rem;
    padding: 0;
    width: 100%;
}

.sidenav.navbar .navbar-nav {
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    width: 100%;
}

.sidenav.navbar .navbar-header {
    font-size: .6875rem;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: .2rem;
    padding: .3rem .4rem;
    text-transform: uppercase;
}

.sidenav.navbar .navbar-nav {
    padding: 1.25rem;
    width: 100%;
}

@media (max-width: 767.98px) {
    .sidenav.navbar {
        padding: 0;
        box-shadow: none !important;
        background-color: transparent !important;
    }
    .sidenav.navbar .navbar-nav {
        padding: 0;
    }
}

.sidenav.navbar .nav-item:not(:first-child),
.sidenav.navbar ul li ul li:first-child {
    margin-top: 5px !important;
}

.sidenav.navbar .nav-item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.sidenav.navbar .nav-item a:hover,
.sidenav.navbar .nav-item a.active {
    background-color: #e9ecef;
    backdrop-filter: blur(6.1px);
    -webkit-backdrop-filter: blur(6.1px);
    background: linear-gradient(90deg,rgba(119, 119, 119, 0.30) 0%, rgba(255, 255, 255, 0) 90%);
}

.sidenav.navbar .nav-item a .icon-left {
    font-size: 1rem;
    margin-right: 10px;
}

.sidenav.navbar .nav-item a .icon-right {
    font-size: 1rem;
    margin-left: auto;
}

.sidenav.navbar .nav-item a span {
    font-size: 0.95rem;
    font-weight: 500;
}

a {
    text-decoration: none !important;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1, .fw-bold, strong {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.login-image {
    height: 100%;
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 575.98px) {
    .login-form-wrapper {
        max-width: initial !important;
    }
}

@media (max-width: 991.98px) {
    .login-stage {
        min-height: auto;
        background: transparent;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }
}

@media (max-width: 767.98px) {
    .nav-space {
        padding-top: 76px;
    }

    .login-navbar {
        background-color: rgba(255, 255, 255, 0.96);
    }

    .custom-footer-bottom {
        text-align: center;
    }
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
    color: #6c757d;
}

.separator::before,
.separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #CCC;
}

.separator:not(:empty)::before {
    margin-right: .5em;
    margin-top: 3px;
}

.separator:not(:empty)::after {
    margin-left: .5em;
    margin-top: 3px;
}

.grecaptcha-badge { visibility: hidden; }

.grecaptcha-badge {
    box-shadow: gray 0px 0px 2px !important;
}

.grecaptcha-badge,
#recaptcha iframe {
    border-radius: var(--bs-border-radius) !important;
}

.bg-card {
    background-size: contain;
    background-position: right;
    border-radius: .375rem;
}

.bg-holder {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    will-change: transform,opacity,filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    border-radius: 0.375rem;
}

.card {
	--bs-card-spacer-y: 1.25rem;
	--bs-card-spacer-x: 1.25rem;
	--bs-card-title-spacer-y: 0.5rem;
	--bs-card-border-width: 0px;
	--bs-card-border-color: rgba(0, 0, 0, 0.125);
	--bs-card-border-radius: 0.375rem;
	--bs-card-inner-border-radius: calc(0.375rem - 0px);
	--bs-card-cap-padding-y: 1rem;
	--bs-card-cap-padding-x: 1.25rem;
	--bs-card-cap-bg: rgba(0, 0, 0, 0);
	--bs-card-group-margin: 1rem;
}

.card-header.h6 {
	margin-bottom: 0px;
}

.custom-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 5px;
	font-size: 14px;
    font-weight: bold;
	z-index: 1;
}

.custom-overlay-inner {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

.custom-overlay-content {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #FFF;
    text-align: center;
}

.custom-spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	border-width: 3px;
	border-color: rgba(255, 255, 255, 0.05);
	border-top-color: #fff;
	animation: custom-spin 1s infinite linear;
	border-radius: 100%;
	border-style: solid;
}

@keyframes custom-spin {
	100% {
		transform: rotate(360deg);
	}
}

.g-recaptcha-desc {
    line-height: 1.2 !important;
    font-size: 11px !important;
}

.tooltip {
    line-height: 1.2;
}

::-ms-reveal {
    display: none;
}

button.toggle-password {
    position: absolute;
    top: 3px;
    right: 4px;
    z-index: 9;
    width: 28px;
    height: 30px;
    background: 0;
    border: 0;
}

button.toggle-password:active,
button.toggle-password:focus,
button.toggle-password:hover {
    cursor: pointer;
}

button.toggle-password:focus {
    outline: none !important;
}

.input-password {
    padding-right: calc(1.5em + 0.75rem);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.input-password[type=text] {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="rgb(196, 196, 196)" class="bi bi-eye-slash" viewBox="0 0 16 16"><path d="M13.359 11.238C15.06 9.72 16 8 16 8s-3-5.5-8-5.5a7.028 7.028 0 0 0-2.79.588l.77.771A5.944 5.944 0 0 1 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.134 13.134 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755-.165.165-.337.328-.517.486l.708.709z"/><path d="M11.297 9.176a3.5 3.5 0 0 0-4.474-4.474l.823.823a2.5 2.5 0 0 1 2.829 2.829l.822.822zm-2.943 1.299.822.822a3.5 3.5 0 0 1-4.474-4.474l.823.823a2.5 2.5 0 0 0 2.829 2.829z"/><path d="M3.35 5.47c-.18.16-.353.322-.518.487A13.134 13.134 0 0 0 1.172 8l.195.288c.335.48.83 1.12 1.465 1.755C4.121 11.332 5.881 12.5 8 12.5c.716 0 1.39-.133 2.02-.36l.77.772A7.029 7.029 0 0 1 8 13.5C3 13.5 0 8 0 8s.939-1.721 2.641-3.238l.708.709zm10.296 8.884-12-12 .708-.708 12 12-.708.708z"/></svg>') !important;
}

.input-password[type=password] {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="rgb(196, 196, 196)" class="bi bi-eye" viewBox="0 0 16 16"><path d="M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.133 13.133 0 0 1 1.66-2.043C4.12 4.668 5.88 3.5 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.133 13.133 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755C11.879 11.332 10.119 12.5 8 12.5c-2.12 0-3.879-1.168-5.168-2.457A13.134 13.134 0 0 1 1.172 8z"/><path d="M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z"/></svg>') !important;
}

.cc-window.cc-floating {
	border-radius: 1rem;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.cc-message {
	margin: 1em !important;
    line-height: 1.2rem;
    font-size: 0.9rem;
    color: var(--bs-heading-color, inherit);
}

.cc-btn:hover,
.cc-btn:focus {
    color: #FFF !important;
}

.cc-dismiss {
    background-color: var(--trakia-uni) !important;
    -webkit-transition: 200ms ease-in;
    transition: 200ms ease-in;
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
    text-decoration: none !important;
}

.cc-btn {
    font-size: inherit !important;
}

.cc-revoke, .cc-window {
    z-index: 1045 !important;
}

.ui-widget.ui-widget-content {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

.datepicker {
    min-width: 100px;
}

.ui-datepicker {
    background-color: var(--bs-body-bg);
}

.ui-datepicker-header {
    background-color: initial;
}

.ui-widget-header {
    border: 0;
    background: none;
}

.ui-datepicker-title {
    color: var(--bs-body-bg);
}

.ui-widget-content .ui-state-default {
    border: 0px;
    border-radius: 5px;
    text-align: center;
    background-color: var(--bs-body-bg);
    font-weight: normal;
    color: #000;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	background: var(--bs-gray-200);
}

.ui-widget-content .ui-state-default:hover {
    background: var(--trakia-uni);
    color: var(--bs-body-bg);
}

.ui-datepicker-week-end .ui-state-default {
    background: var(--bs-gray-500);
    color: #000;
}

.ui-datepicker-today a.ui-state-highlight {
    background: var(--bs-yellow);
    color: #333;
}

.ui-datepicker-today a.ui-state-active
.ui-datepicker-week-end .ui-state-default .ui-state-active,
.ui-widget-content .ui-state-active {
    background: var(--trakia-uni) !important;
    color: #fff !important;
	border-color: #ff748a;
    /* border: 0; */
}

.ui-widget-content .ui-menu-item:first-child .ui-state-active {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.ui-widget-content .ui-menu-item:last-child .ui-state-active {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 0;
    background: var(--trakia-uni);
    font-weight: normal;
    color: var(--bs-body-bg);
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: var(--bs-body-bg);
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 2px;
}

.ui-datepicker .ui-datepicker-prev {
    cursor: pointer;
	left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    cursor: pointer;
	right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 2px;
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 2px;
}

.ui-autocomplete {
    border-radius: 10px;
	max-height: 250px;
	overflow-y: auto;
	overflow-x: hidden;
    z-index: 1100;
}

.ui-widget.ui-widget-content {
    border-radius: 0.25rem;
    border-color: #ff748a;
}

.ui-menu .ui-menu-item-wrapper {
    padding: .375rem .75rem;
}

.notify-wrp {
    max-width: fit-content;
    left: 0.5rem !important;
    right: 0.5rem !important;
}

.notify-alert {
    margin: 0;
    max-width: 550px;
    width: auto;
    display: table !important;
    padding-right: 1.5rem;
}

.notify-alert .btn-close {
    right: 5px !important;
}

thead.bg-body-secondary th,
thead.bg-body-secondary td,
tr.bg-body-secondary th,
tr.bg-body-secondary td,
th.bg-body-secondary,
td.bg-body-secondary  {
    background-color: rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity)) !important;
}

.max-h-50 {
    max-height: 50px !important;
}

.align-sub {
    vertical-align: sub !important;
}

.bg-holder {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    will-change: transform,opacity,filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    border-radius: 0.375rem;
}