@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.admin-table table thead tr th {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #aab2c8;
}

.admin-table table tbody tr td,
.admin-table table tbody tr td p {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #263238;
}

.admin-table .table thead tr th,
.admin-table .table tbody tr td {
    text-align: left;
    vertical-align: middle;
}

.admin-table .table tbody tr {
    background: #f5f6fa;
    border-radius: 10px;
    border-bottom: 15px solid #fff;
}

.admin-table .table {
    border: transparent;
}

#overlay {
    /* position: absolute; */
    width: 100%;
    height: 100%;
    /* top: 0;
    left: 0;
    right: 0;
    bottom: 0; */
    background-color: rgba(33, 35, 42, 0.7);
    z-index: 2;
    cursor: pointer;
}

.app-logo {
    width: 45%;
}

a {
    text-decoration: none !important;
}

.breadcrumb-container {
    display: flex;
    gap: 10px;
    align-items: center;
}

.container-title-page-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title-page-head {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #000000;

    font-family: 'Roboto';
    opacity: 0.7;
}

.breadcrumb-navlink {
    text-decoration: none;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #AAAAAA;
}

.custom-bread-color {
    color: #AAAAAA !important;
}

.breadcrumb-navlink:hover {
    color: #2b6251;
    font-weight: 600;
}

.breadcrumb-current-page {
    margin-bottom: 0;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
}