﻿:root {
    --primary: #f48721;
    --primary-hover: #c16610;
    --primary-60: rgba(244, 135, 33,.6);
    --light-primary: #f8d25f;
    --secondary: #f4bf21;
    --dark: #4c4c4c;
    --card-custom-background: #cbecfb;
    /*--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;*/    
}
a { color: #000000; }
a:hover { color: #323232; text-decoration: underline; }
.login-image-background-main { background-image: url("images/login-background.jpg"); background-position: right; }
.notice-item-header { background: #dfdfdf; }
.bg-card-custom-primary { background-color: var(--card-custom-background) !important; }
.bg-card-custom-primary .text-white { color: #01a2ce !important; }
.card-widget-direct-link.text-success { color: var(--primary)!important; }
.card-widget-direct-link.text-success:hover { color: var(--primary-hover)!important; }
.public-courses-list-image-container {  background-color: #ffffff; background-size: contain; background-repeat: no-repeat; background-position: center; }
.public-multimediacontainer-image-container { background-color: #ffffff; }
.swiper-next-events .next-event-slide .next-event-thumbnail-container .next-event-thumbnail { object-fit: contain; object-position: center; }
.accordion-courses-and-modules-info .course-detail-cover-image-container { background-color: #fff; background-size: contain; }
.brand-logo img.max-h-35px { max-height: 25px!important; }
.brand-logo-mobile img.max-h-35px { max-height: 30px!important; }
.icon-course-module-type { display: none !important; }
@media (max-width: 568px) {
    .login-image.max-h-100px { max-height: 45px !important; }
}
@media (max-width: 320px) {
    .login-image.max-h-100px { max-height: 40px !important; }
}