@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap');
.show-password {
    position: absolute;
    right: 20px;
    top: 50%;
    color: #333;
    transform: translateY(-50%);
    font-size: 20px;
    cursor: pointer;
    display: flex;
}
.dataTables_wrapper .dt-buttons {
    float: left;
    margin-bottom: 15px;
}
.dataTables_info {
    display: inline-block;
}

.dataTables_paginate {
    float: right;
    margin-top: 10px !important;
}
.text-danger {
    color: #c82128 !important;
}
.actionbtn {
    font-size: 20px;
    line-height: normal;
    margin: 0 4px;
    display: flex;
}
.actionblock {
    display: flex;
    align-items: center;
}

.modal.effect-scale .modal-dialog {
    transform: scale(0.7);
    opacity: 0;
    transition: all 0.3s;
}
.modal.effect-scale.show .modal-dialog {
    transform: scale(1);
    opacity: 1;
}
label {
    font-size: 14px;
    margin-bottom: 4px;
}
.form-control,
.btn {
    font-size: 16px;
}
.swal-footer {
    text-align: center;
}
.swal-button.swal-button--cancel.btn {
    background: #74788d;
    color: #fff;
}
.otherdetailblock,
.customdateblock {
    display: none;
}
.btn-small {
    font-size: 14px;
    font-weight: 500;
    padding: 5px 15px;
}
.btn-check:active + .btn-outline-primary:focus,
.btn-check:checked + .btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primaryprimary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus,
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

@media screen and (max-width: 767px) {
    .filterbtns label.btn {
        font-size: 14px;
    }
}

.clientlist li {
    display: flex;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.clientlist a span {
    display: block;
}
.clientlist li a {
    display: block;
}
.numlist {
    display: block;
    margin-right: 10px;
    font-size: 20px;
}
.error,
.jquery-error {
    color: red;
}
.client-sidebar {
    max-height: 900px;
    flex-wrap: unset;
    overflow-y: auto;
}
select + .select2 {
    display: block;
}
.select2-dropdown {
    z-index: 9999;
}
.select2-close-mask {
    z-index: 2099;
}
.logincard {
    width: 450px;
    max-width: 100%;
}
.logotext {
    font-size: 30px;
}


/* Card Table Css */
.cardtable tbody {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    -ms-flex-wrap: wrap;
    white-space: normal !important;
    min-height: 100px;
    flex-wrap: wrap;
}
.cardtable thead {
    display: none !important;
}
.cardtable tr {
    display: flex !important;
    flex-direction: column;
    width: 100%;
}
.cardtable.threecoltable tr {
    flex: calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
    border-radius: 10px;
    color: #d6d7dc;
    border: 1px solid var(--bs-border-color) !important;
    margin: 0 10px 20px;
    box-shadow: 0 0.25rem 0.75rem rgb(18 38 63 / 8%);
    overflow: hidden;
    height: auto;
    border-radius: 10px;
}
.cardtable td:before {
    content: attr(data-title)' : ';
    color: #fff;
}
.cardtable tr td {
    background:var(--bs-body-bg);
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: normal !important;
    box-shadow: none !important;
    border-top: 1px solid var(--bs-border-color) !important;
    border-right: 0 !important;
    position: relative;
    border-bottom: 0;
}
.cardtable tr td:first-child {
    border-top: 0 !important;
}
.videopopup img {
    width: 100%;
}
.material_table.cardtable tr td:first-child {
    padding: 0;
}
.material_table.cardtable tr td:first-child:before {
    display: none;
}
.cardtable tr.dataTables_empty_row {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    border-radius: 0 !important;
    justify-content: center;
    align-items: center;
    border: 0 !important;
}
.dataTables_empty_row .dataTables_empty:before {
    display: none;
}
.dataTables_empty_row .dataTables_empty {
    background: transparent;
    font-size: 20px;
}
.notificationlist .accordion-button .badge {
    position: absolute;
    right: 70px;
    background: rgba(var(--bs-primary-rgb),1);
}
.notificationlist .accordion-button {
    font-size: 16px;
}