/* login */
.bg-main-50 {
    background-color: #D9EDE8 !important;
}

/* sidebar left */
.sidebar-menu__item.activePage .sidebar-menu__link {
    background-color: #05A57F !important;
}

.sidebar-menu__item.activePage .sidebar-menu__link:hover {
    background-color: #D9EDE8 !important;
    color: #05A57F !important;
}

.sidebar-menu__link:hover {
    background-color: #D9EDE8 !important;
    color: #05A57F !important;
}

.sidebar-submenu__link:hover {
    color: #05A57F !important;
}

/* navbar top */
.form-control::placeholder {
    color: var(--dark);
}
.bg-main-50:focus {
    border-color: #05A57F !important;
}

/* dashboard */
.dashboard-main-wrapper {
    background-color: #D9EDE8 !important;
}

.bg-AT {
    background-color: #009972 !important;
}
.color-AT {
    color: #009972 !important;
}
.text-AT {
    color: #ffffff !important;
}

.bg-KT {
    background-color: #B765F6 !important;
}
.color-KT {
    color: #B765F6 !important;
}
.text-KT {
    color: #ffffff !important;
}

.bg-GT {
    background-color: #629FE4 !important;
}
.color-GT {
    color: #629FE4 !important;
}
.text-GT {
    color: #ffffff !important;
}

.bg-KGT {
    background-color: #EEA0DA !important;
}
.color-KGT {
    color: #EEA0DA !important;
}
.text-KGT {
    color: #ffffff !important;
}

.bg-ÜYE {
    background-color: #EAB308 !important;
}
.color-ÜYE {
    color: #EAB308 !important;
}

.bg-ÖG {
    background-color: #374151 !important;
}
.color-ÖG {
    color: #374151 !important;
}

.bg-IGMG {
    background-color: #0a6aa1 !important;
    font-size: 14px !important;
}
.color-IGMG {
    color: #0a6aa1 !important;
}

.bg-UKBA {
    background-color: #5c5855 !important;
    font-size: 14px !important;
}
.color-UKBA {
    color: #5c5855 !important;
}

.turnover {
    background-color: #009972;
    color: #fff !important;
}

.calendar__header {
    background-color: #D9EDE8 !important;
}

.text-main-600 {
    color: #009972 !important;
}

.hover-text-main-600:hover {
    color: #009972 !important;
}

.pagination .page-item.active .page-link {
    border-color: #009972 !important;
    background-color: #D9EDE8 !important;
    color: #009972 !important;
}

.text-primary{
    color: #009972 !important;
}

.hover-bg-main-600:hover {
    background-color: #374151 !important;
}

.btn-primary {
    background-color: #009972 !important;
}

.btn-primary:hover {
    background-color: #374151 !important;
}

.form-control:focus {
    border-color: #009972 !important;
}

.form-select {
    font-weight: normal !important;
    color: #15141F !important;
}
.form-input {
    font-weight: normal !important;
    color: #15141F !important;
}

/* member detail */
.image-upload__deleteBtn {
    margin-top: 17px;
    margin-right: 10px;
}

.file-container {
    margin-top: -10px;
}

.image-upload {
    background-color: #D9EDE8 !important;
}

.step-list__item.active {
    color: #009972 !important;
}
.line {
    color: #009972 !important;
}
.step-list__item.active .icon {
    color: #009972 !important;
}
.step-list__item.active .line::before {
    background-color: #009972 !important;
}

.step-list__item .line::after {
    color: #009972 !important;
}

.fc-header-title h2 {
    margin-left: 10px !important;
}

.fc-col-header-cell {
    background-color: #374151 !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.fc-col-header-cell-cushion {
    color: #ffffff !important;
}

.fc-daygrid-day-number {
    color: #009972 !important;
}

.fc-today-button, .fc-prev-button, .fc-next-button {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.fc-toolbar-title {
    margin-left: 145px !important;
}

.add-event {
    width: 135px;
    position: absolute;
    margin-top: 17px;
}

.fc-highlight {
    background-color: #FFDFCA !important;
    opacity: 0.5;
}

.btn-info {
    background-color: #D9EDE8 !important;
    color: #009972 !important;
}

.btn-info:hover {
    background-color: #374151 !important;
    color: #ffffff !important;
}

@media (max-width: 800px) {
    .hide-mobile {
        display: none !important;
        visibility: hidden !important;
    }

    .fc-toolbar-chunk, .fc-toolbar-title {
        zoom: 85% !important;
    }

    .add-event {
        display: none;
    }

    #calendar {
        height: 500px;
    }
}

