.form-group {
    margin-bottom: 20px;
}
.form-group .form-control {
    margin-bottom: 5px !important;
}
.form-group .invalid-feedback {
    text-align: left !important;
    font-weight: 500;
}

.user-profile-img img {
    width: 90px;
    box-shadow: 0px 0px 11px 1px #00000054;
    border-radius: 50%;
    height: 90px;
    object-fit: cover;
    margin-bottom: 10px;
}
.user-profile {
    width: 100%;
    border-radius: 15px;
}
.jconfirm-title {
    text-transform: capitalize !important;
}

/* .reply-1 {
    margin-left: 25px !important;
} */
.reply-1 .timeline-item{
    background-color: rgba(235, 255, 235, 0.7);
}
.reply-2 {
    margin-left: 45px !important;
}
.reply-2 .timeline-item{
    background-color: rgba(235, 235, 235, 0.7);
}
.timeline .reply-button{
    padding: 0;
    margin: 0px;;
    display: block;
    margin: 4em;
    text-align: right;
}

/* timeline-chat */

/* custom css */
td.cus-table-col span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
td.cus-table-col span label {
    margin-left: 6px;
}
td.cus-table-col span:not(:last-child) {
    margin-right: 18px;
}
.cus-table-two select.form-select, .cus-table-two input[type="text"] {
    min-width: 146px;
    max-width: 146px;
    height: 35px;
    background-color: transparent;
}
.cus-table-two .custom-table tbody tr {
    vertical-align: middle;
}
.cus-table-two .custom-table tbody tr td:last-child {
    text-align: end;
}

.custom-table tbody > tr {
    vertical-align: middle;
}
.custom-table tbody > tr > td {
    border: 1px solid #c1c1c1;
    padding: 0.5rem 0.5rem !important;
}
.custom-table tbody > tr > td tr {
    border: none !important;
}
.custom-table tbody > tr > td tr td {
    padding: 0 !important;
    border: none !important;
}
.custom-table tbody > tr > td {
    border-right: 0;
    border-bottom: 0;
}
.custom-table tbody > tr:last-child {
    border-bottom: 1px solid #c1c1c1;
}
.custom-table tbody > tr td:last-child {
    border-right: 1px solid #c1c1c1;
}
.custom-table tr th.cus-first, .custom-table tr td.cus-first {
    padding-left: 18px !important;
}
.enquiry-actions {
    position: fixed;
    top: 50%;
    right: -61px;
    display: inline-flex;
    flex-direction: row;
    gap: 10px;
    transform: rotate(90deg);

}

/* End custom css */

/* tr.trashed | closed*/

tr.trashed{
    background-color: #ffcccc;
}

.u-notifications-item {
    display: flex;
}
.u-notifications-item .form-group-check {
    padding-top: 3px;
}
.u-notifications-item  a
{
padding-top:0 !important;
}
.status{
    padding: 3px 8px 6px 7px;
    border-radius: 3px;
    box-shadow: 5px 3px 5px rgba(0, 0, 0, 0.4);
    font-size: 12.3px;
}
.status.status-success{
    background-color: rgb(29, 163, 29);
    color: white;
}
.status.status-warning{
    background-color: rgb(248, 211, 45);
    color: black;
}
.status.status-danger{
    background-color: rgb(231, 56, 56);
    color: white;
}
.status.status-info{
    background-color: rgb(14, 196, 187);
    color: white;
}
.status.status-dark{
    background-color: rgb(2, 2, 2);
    color: rgb(253, 253, 253);
}
.status.status-ixora{
    background-color: var(--blue);
    color: rgb(253, 253, 253);
}
.status.status-wine{
    background-color: rgb(90, 3, 57);
    color: rgb(253, 253, 253);
}
/* dataTable Processing */

/* .dataTables_wrapper .dataTables_processing{
    width: 100%;
    height: 8px;
    position: relative;
    overflow: hidden;
    margin-top: 8px;
}
.dataTables_wrapper .dataTables_processing:before{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: -100%;
    will-change: transform;
    background: linear-gradient(90deg,#742A78 0%, #742A78 25%,  #71B543 25%,  #71B543 37.5%,  #089243 37.5%,  #089243 50%,#742A78 50%,#742A78 75%,  #71B543 75%,  #71B543 87.5%,  #089243 87.5%,  #089243 100%);
    -webkit-animation: 1.3s progress ease infinite;
    animation: 1.3s progress ease infinite;
}
@keyframes progress{
    0%{ ransform: translate(0) }
    100%{ transform: translate(50%) }
} */
