.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;
}

.table-col{
    word-wrap:break-word;
    max-width: 5rem;
}
.tp-detail{
    border: 1px solid lightgray;
    padding: 1rem;
}
.user-detail-photo{
  
    padding: 5px;
    width: 100%;
}
.span-title{
    font-size: 1.2rem;
    font-weight: 400;
}
.span-subtitle{
    font-weight: 400;
}
.span-btn{
    border-radius: 20px; 
    background-color: #007bff;
    padding:0.5rem 1rem;
    color: white;
}
.icon-container{
    padding-top: 0.3rem;
    padding-left: 0.2rem;
    margin-left: 0.5rem;
    cursor: pointer;
    color: #3F4047;
}
.back-icon{
    font-size: 1rem;
    margin-top: -1rem;

}
.span-h1{
    font-size: 1.8rem;
    margin-left: 0.2rem;
    color: #3F4047;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
}
.star{
    margin-right: 0.7rem;
    padding-top: 0.2rem;
}

.checkbox_option{
    background-color: #F5F5F5;
    padding: 6px 1rem 6px 1rem;
    /* margin-left: 0.2rem; */
    margin-bottom: 0.5rem;
    border-radius: 4px;
}