.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;
    } */
    /* end custom css */

    .td{
        border: 1px solid black;
    }

    .status{
        padding:2px 7px 4px 7px;
        border-radius: 3px;
        box-shadow: 4px 0px 4px 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);
    }
    .status.status-orange{
        background-color: #cc3300;
        color: rgb(253, 253, 253);
    }
    .text-wine{
        color: rgb(90, 3, 57)!important;
    }
    .text-ixora{
        color: var(--blue);
    }
    .fix-width{
        width: 320px;
    }
    .bg-light-green{
        background-color: rgb(190, 233, 190);
    }

    #pusher-notification{
        position: fixed;
        background-color: #FFEFE2;
        border: 2px solid hsl(28, 72%, 83%);
        z-index: 99999;
        padding: 10px 15px;
        width: 400px;
        bottom: 10px;
        right: 10px;
        animation: pusherNotification 1s;
        border-radius: 10px;
    }
    @keyframes pusherNotification{
        from{opacity: 0.7; right: -400px;}
        to{opacity: 1; right: 10px;}
    }
    #pusher-notification .pusher-notification{
       font-size: 16px;
       font-family: 'Oxygen', sans-serif;
    }
    #pusher-notification .pusher-notification-heading{
        font-size: 22px;
        font-weight: 600;
    }
    #pusher-notification .pusher-notification-heading{
        font-size: 16px;
        padding: 4px;
    }
    .total-strength-batch-outer-div .total_strength_count{
        text-align: right;
    }

    /* dataTable Processing */
    .dataTables_wrapper .dataTables_processing{
        width: 100%;
        height: 8px;
        position: relative;
        overflow: hidden;
    }
    .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%) }
    }

    /* datepicker z -inde */
    .datepicker-orient-top{
        z-index: 9999!important;
    }
