@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    background: #f5f5f5;
}

.container {
    max-width: 1000px;
    margin: auto;
}

:root {
    --bs-primary: #4a197b;
    --bs-primary-rgb: 74, 25, 123;
    --bs-warning: #c5387a;
    --bs-warning-rgb: 197, 56, 122;
    --bs-light: #e7e7e7;
    --bs-light-rgb: 231, 231, 231;
}

.btn-warning {
    --bs-btn-bg: var(--bs-warning);
    --bs-btn-border-color: var(--bs-warning);
    --bs-btn-hover-bg: #3a1360;
    --bs-btn-hover-border-color: #3a1360;
    --bs-btn-hover-color: white;
    color: white;
    font-size: 14px;
}

a {
    text-decoration: none;
    color: #39125e;
}

.bg-pink {
    background: #6343ac;
}

.btn-custom {
    background: #431670;
    color: white;
}

.btn-custom:hover {
    background: #3a1360;
    color: white;
}

h1 {
    font-size: 20px;
    color: #431670;
}

h2 {
    font-size: 18px;
    color: #431670;
    font-weight: bold;
}

h3 {
    font-size: 16px;
    color: #431670;
    font-weight: 500;
}

h4 {
    font-size: 16px;
    color: #6a6a6a;
    font-weight: 400;
}

h2 span {
    background: #501b86;
    color: white;
    border-radius: 30%;
    width: 34px;
    height: 34px;
    display: inline-block;
    text-align: center;
    line-height: 34px;
    margin-right: 10px;
    position: relative;
}

h2 span::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    background-color: #501b86;
}

.box {
    border-right: 1px solid white;
}

input, textarea, select {
    font-optical-sizing: auto;
    font-size: 14px;
    background: white;
    border: 2px solid #e1e1e1;
    border-radius: 10px;
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    margin-top: 20px;
    color: #444;
}

::placeholder {
    color: #c7c7c7;
}

p {
    font-size: 16px;
    color: #c7c7c7;
    margin-top: 25px;
}

.selected-date-item {
    background: #4a197b;
    color: white;
    border-radius: 6px;
    padding: 6px 12px;
    display: inline-block;
    margin-top: 6px;
    width: 100%;
}

.selected-date-item button {
    float: right;
    background: none;
    border: none;
    color: white;
    line-height: 140%;
}

.selected-date-item button:hover {
    opacity: 0.7;
}

.tags {
    float: left;
    background: #e1e1e1;
    padding: 4px 8px;
    margin-right: 6px;
    margin-bottom: 6px;
    border-radius: 6px;
    color: #5b5b5b;
    font-size: 14px;
    border: none;
}

.tags:hover, .tags:focus, .actives {
    background: #c5387a;
    color: white;
    cursor: pointer;
    border: none;
}

.active {
    color: #c5387a;
}

.terms {
    width: 80%;
    margin: auto;
    text-align: center;
}

.terms input {

    width: auto;
    margin-top: 6px;
    margin-right: 15px;
}

.clear {
    clear: both;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

.bg-pink, .bg-pink h1, .bg-pink h3 {
    color: white !important;
    font-weight: 400;
}

.bg-pink ul {
    font-size: 16px !important;
}

footer {
    background: #424242;
}

.text-justify {
    text-align: justify;
}

footer li, footer p {
    color: #828385;
    font-size: 14px;
    line-height: 22px;
}

footer a:hover li {
    color: white;
}

.copyright {
    text-align: center;
    background: #363636;
    padding: 10px 0px;
    color: #828385;
}


/* FullCalendar-ийн үндсэн хайрцгийг таны загвартай тааруулах */
.fc {
    width: 100%;
    margin: auto;
    background: #dfdfdf;
}

.fc-scroller {
    overflow: hidden !important;
}

.fc table,
.fc table * {
    font-size: 14px;
    border-color: rgba(255, 255, 255, 0.5) !important;
}


.fc .fc-header-toolbar {
    color: white;
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 18px !important;
}

.fc .fc-toolbar-title {
    font-size: 16px;
    text-align: center;
}

.fc .fc-button-group {
    display: flex;
    /* Сумнуудыг нэг шугамд байрлуулах */
}

.fc .fc-button {
    border: none;
    color: white;
    font-size: 16px;
    padding: 1px;
    cursor: pointer;
    box-shadow: none !important;
    background: none;
}

.fc .fc-button:hover {
    color: #ccc;
    background: none;
}

/* Долоо хоногийн өдрүүдийн нэр (Su, Mo...) */
.fc-theme-standard .fc-scrollgrid-sync-table th {
    background-color: transparent !important;
    /* Default background-ийг устгах */
    color: #555;
    /* Текстний өнгө */
    font-weight: bold;
    padding: 10px 0;
    font-size: 16px;
    border: none !important;
    /* Хүрээг арилгах */
}

/* Өдрийн нүднүүд */
.fc-daygrid-day {
    border: none !important;
    /* Default хүрээг арилгах */
    padding: 2px;
    /* Нүдний зай */
    box-sizing: border-box;
}

.fc-daygrid-day-frame {
    max-height: 32px;
}

.fc-daygrid-day-top {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.fc-daygrid-day-number {
    background-color: #4CAF50;
    /* Ердийн өдрийн ногоон дэвсгэр */
    color: white;
    padding: 10px 0;
    border-radius: 0px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.2s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    width: 100%;
    /* Өдрийг бүх нүдийг эзлэх */
    text-align: center;
    text-decoration: none;
}

.fc-col-header-cell-cushion {
    text-decoration: none;
    color: white;
    font-size: 14px;
}

.fc-scroller-harness table {
    width: 100% !important;
}

.fc-daygrid-day-number:hover {
    background-color: none;
}

.fc-daygrid-day-number, .fc-daygrid-day-number {
    background: none !important;
    box-shadow: none;
}

/* Хоосон нүднүүд (өмнөх сарын) */
.fc-day-other .fc-daygrid-day-number {
    color: #FFF;
    box-shadow: none;
    cursor: default;
    background: none;
}



/* FullCalendar-ийн "өнөөдөр"-ийг тодруулах */
.fc-day-today {
    background-color: transparent !important;
    /* FullCalendar-ийн default today background-ийг арилгах */
}

.fc-day-today .fc-daygrid-day-number {
    background-color: #c5387a;
    color: #501b86;
    box-shadow: 0 0 0 1px #c5387a;
    /* Шаргал хүрээ */
}

.fc-day-today .fc-daygrid-day-number:hover {
    background-color: #FDD835;
}

/* Ивентүүдийг нуух эсвэл загварчлах (танд ивент байхгүй бол нуух хэрэгтэй) */
.fc-event {
    display: none !important;
    /* Ивентүүдийг нуух */
}

.fc-daygrid-event-harness {
    display: none !important;
    /* Ивентүүдийн хайрцгийг нуух */
}

.fc-daygrid-more-link {
    display: none !important;
    /* "more" холбоосыг нуух */
}

#eventUrl {
    color: #39125e !important;
}

.icon-select {
    cursor: pointer;
}

.table-check {
    background: #d0b8e9 !important;
}

.schedule-table thead tr th {
    background: #501b86 !important;
    color: white;
    vertical-align: middle;
}

.schedule-table .text-center {
    min-width: 120px;
}

.line-3 {
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.line-2 {
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

/* .gm-style-iw-chr {
    transform: scale(0.3);
    transform-origin: center;
    margin-right: -8px;
} */


.swiper {
    width: 100%;
    height: 300px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;

}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mores p {
    color: #333 !important;
}

.map {
    position: relative;
}

.catlist {
    position: absolute;
    top: 15%;
    left: 5%;
    height: 80%;
    width: 200px;
    overflow-y: scroll;
    padding-right: 20px;
}

.catlist::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.catlist {
    -ms-overflow-style: none;
}

.catlist {
    scrollbar-width: none;
}

.onlinst {
    float: left;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #ccc !important;
    padding: 4px 8px;
    margin-right: 6px;
    margin-bottom: 6px;
    border-radius: 6px;
    color: #5b5b5b;
    font-size: 14px;
    border: none;
}

.onlinst:hover, .onlinst:focus, .catlist .active {
    background: #c5387a;
    color: white;
    cursor: pointer;
    border: none;
}