.loginCard{
    width: 500px;
}

@media screen and (min-width: 800px) {
    .forgotP{
     
    }
}

@media screen and (max-width: 800px) {
    .ogTableSearch{
        background-color: red;
     opacity: 0%;
     }
}

.ogColor{
    background-color: #46e096 !important;  
    border-color:#46e096 !important;
}

.ogColorOutline{
    color: #46e096 !important;  
    border-color:#46e096 !important;
}
.ogColorOutline:hover {
    color: #FFFFFF !important;  
    background-color: #46e096 !important;  
  }

.select2-selection__choice {
    background-color: #2a9cf0 !important;
    border-color: #2a9cf0 !important;
}
.select2-selection__choice__remove{
    color:white !important;
}
.fc-toolbar {
    text-transform: capitalize !important;
}
.fc-col-header-cell-cushion {
    text-transform: capitalize !important;
    font-weight: 400 !important;
}
.calendarTranslatedTitle h2{
    font-size: 1.75em;
}
.fc-toolbar-title{
    display: none !important;
}
.fc-event-main, .fc-daygrid-event{
    background-color: #46e096 !important;
    color: white !important;
}
.cut-text { 
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.statusActive{
    background-color: #46E096 !important;
    width: 100% !important;
    border-radius: 40px;
}
.statusPending{
    background-color: #C4C5D6 !important;
    width: 100% !important;
    border-radius: 40px;
}
.statusScheduled{
    background-color: #FFB822 !important;
    width: 100% !important;
    border-radius: 40px;
}
.statusFinished{
    background-color: #F4516C !important;
    width: 100% !important;
    border-radius: 40px;
}

.catalogStatusActive{
    background-color: #46E096 !important;
    color: white !important;;
    width: 100% !important;
    border-radius: 40px;
}
.catalogStatusInactive{
    background-color: #C4C5D6 !important;
    color: white !important;;
    width: 100% !important;
    border-radius: 40px;
}


