@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1580px !important;
    }
}


.borderCheckBox {
    width: 24px !important;
    height: 24px !important;
    border-width: 1px !important;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 12px;
}

.bg-gray {
    background-color: #808080;
    color: white;
}

.bdr {
    border-radius: 17px;
    overflow: hidden;
}

.td_content {
    background-color: #f9f9f9 !important;
    font-weight: bolder;
    font-size: 14px;
}

.height_11rem {
    height: 11rem !important;
}

.ProfileImageIdDashboard {
    width: 9rem !important;
    height: 9rem !important;
    
}

.rounded-3xl_imge {
    border-top-left-radius: 0.7rem;
    border-top-right-radius: 0.7rem;
}

.table.table-bordered.dataTable {
    border-left-width: 1px;
    border-left-style: ridge;

}

.next {
    position: inherit !important;
    margin-right: 0.09rem;

}

.pagination {
    font-family: iranyekanweblight !important;
}

.page-link {
    font-family: iranyekanweblight !important;
    font-size: 12px !important;
    color: black !important;
}

.active>.page-link,
.page-link.active {
    background-color: rgba(0, 0, 0, 0.2) !important;
    border-color: #808080 !important;
}

.toast-width {
    width: 54% !important;
}

.toast-width-child {
    width: 65% !important;
}

@media (max-width: 500px) {


    .toastCustom {
        position: fixed;
        top: 14%;
        right: -8px;
        align-items: center;
        z-index: 9;
        background-color: white;
        width: 100% !important;
    }
    .toast-width {
        width: 100% !important;
      }
}

.tableHeader {
    font-size: 10px;
}

.usernameTitle {
    margin-top: 3rem !important;
    margin-bottom: 2rem !important;

}

.td_content.text-center {
    font-size: 10px;
}

.bdr {
    border-radius: 17px;
    overflow: visible !important;
}
