.hidden {
    display: none;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .custom-select.is-invalid{
    border-color: #fb6340 !important; ;
}

.image-thumb{
    width: 200px;
    height: 200px;
    border-radius: 5px;
    margin-top: 5px;
    border: 2px solid #eee;

}
.image-thumb img{
    width: 100%;
}


.bootstrap-datetimepicker-widget.dropdown-menu{
    display: block;
}


.form-control{
    color: #191919;
}

.bg-gradient-primary{
    background-color:transparent!important;
}
.egg{
    background: rgb(255 255 255 / 85%);
    padding: 20px;
    padding-top: 90px;
    width: 90%;
    min-height: 400px;
    border-radius: 50%;
    margin: 0 auto;
}
.egg-img img{
    width: 225px;
    margin-bottom: 20px;
}


.bg-default,
.bg-gradient-primary,
.bg-gradient-default{
    background: url('../../images/Bacxkground.jpg')!important;
    background-position: center;
    background-size: cover !important;
    background-repeat: no-repeat;
}


.bg-default2{
    background: url('../../images/bg-inner.jpg')!important;
    background-position: center;
    background-size: cover !important;
    background-repeat: no-repeat;
}

.separator-bottom svg {
    display: none;
}
@media (max-width:768px)
{
    .card .table th:nth-child(2n+2), .card .table td:nth-child(2n+2) {
        display: none;
    }
}



.dropdown .btn-icon-only.text-light{
    color: #5e72e4 !important;
    font-size: 16px;

}


td.strong{
    font-weight: 600;
}