.content {
    padding: 7rem 0;
}

h2 {
    font-size: 20px;
}

label {
    opacity: 1;
    color: #737A91;
}

.btn-primary {
    background-color: #2563eb;
}

.half,
.half .container>.row {
    height: 100vh;
    min-height: 700px;
}

.form-control {
    border: solid 2px #04183938;
    outline: none !important;
    box-shadow: none !important;
}

.form-control:focus,
.form-control:hover {
    border-color: #3b82f6 !important;

}


.half .contents {
    width: 30%;

}

.half .bg {
    width: 70%;
}


.half .bg {
    background-size: cover;
    background-position: center;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #f8f9fa;
}

.sidebar {
    background-color: #fff;
    min-height: 96vh;
    padding: 30px;
    box-shadow: 0px 1.06px 10.57px 0px #0000000A;

}

.sidebar .nav-link span {
    margin-top: 5px;
}

.sidebar .nav-link div {
    align-content: center;
}

.sidebar .nav-link {
    color: #232340;
    display: flex;
    font-weight: 500;
}


.broadcast-table th,
.broadcast-table td {
    vertical-align: middle;
}

.people .badge {
    background-color: #E4E9F2 !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 18.15px;
    text-align: left;
    color: #232340 !important;
    border-radius: 20px
}

.people {
    font-size: 15px;
    font-weight: 500;
    line-height: 18.15px;
    text-align: left;
    color: #737A91
}

.head-text {
    font-size: 32px;
    font-weight: 700;
    line-height: 38.73px;
    text-align: left;
    color: #232340;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}

.top_dash {
    display: flex;
    align-items: end;
    padding: 0px 8px 24px;
    /* border-bottom: 1px solid #E4E9F2 */
}

.group_link {
    margin-top: 16px;
    /* padding-top:8px; */
    border-top: 1px solid #E4E9F2
}

.dash_text {
    font-weight: 700;
    line-height: 15.73px;
    letter-spacing: 1px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background: #2323400D;
    margin-left: 10px;
    padding: 4px 10px;
    border-radius: 5px;
    color: #737A91 !important
}

.sidebar .sub {
    font-size: 12px;
    font-weight: 600;
    line-height: 14.52px;
    text-align: left;
    color: #737A91;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 15px;
    margin-left: 10px;
}

.nav-link {
    padding: 8px;
    border-radius: 8px;
    /* margin: 10px 0px; */
}

.nav-link img,
.nav-link svg {
    margin-right: 10px;
}

.nav-link {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    text-align: left;
    margin-bottom: 0px;
    color: #232340;
}

#sendBroadcast p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;

}

#sendBroadcast h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 29.05px;
    text-align: left;

}

.rounded-img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.actions {
    min-width: 130px;
    text-align: right;

}

.actions span,
.actions a {
    float: right;
    display: block;
    margin-left: 15px;
}

.table-responsive.curved.bg-white .table tbody tr td:first-of-type {
    font-weight: 400;
    color: #737A91 !important;
}

.modal-header .btn-close {

    margin-top: -60px;
    margin-right: -30px;
    font-size: 9px;
    background-color: #fff;
    opacity: 1;
    z-index: 1;
    border-radius: 50%;
}

.btn-primary {
    background-color: #3B82F6 !important;
    border-color: transparent !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;


    /* height: 44px; */
    padding: 12px 24px 12px 18px;
    border-radius: 5px;
    gap: 8px;

}

tbody,
td,
tfoot,
thead {
    border: none !important;
}

.btn-primary svg {
    margin-right: 7px;
}

.table tbody tr td:first-of-type {
    font-weight: 600;
    color: #232340;
}

.table tbody tr td img {}

.table tbody tr td {
    cursor: pointer;
    padding: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.94px;
    text-align: left;
    color: #737A91;
}

.curved {
    border-radius: 8px !important;
    border: solid 1px #E4E9F2;
    overflow: hidden;
}

.table-responsive {}

.table {
    margin: 0px;
}

.table tbody tr {
    border-top: solid 1px #E4E9F2;
}

.broadcast-table th,
.broadcast-table td {
    padding: 16px 24px 16px 24px !important;

}

.table>thead>tr>th {
    /* background-color: transparent; */
    font-size: 14px;
    color: #737A91;
    border: none;
    font-family: 'Inter';
    font-weight: 500 !important;
    line-height: 16.94px;

}


.btn {
    font-family: 'Inter';
    font-size: 15px;
    font-weight: 500;
    line-height: 18.15px;
    text-align: center;
    align-content: center;
}

.form-control {
    border: 1px solid #E6EBEC;
    padding: 15px;
    color: #737A91 !important;
    font-size: 15px;
    font-weight: 500;
    line-height: 18.15px;
    box-shadow: none !important;
}

.custom-select.form-control {
    width: auto;
}

.custom-select {
    appearance: none;
    /* Remove default arrow */
    -webkit-appearance: none;
    /* Safari */
    -moz-appearance: none;
    /* Firefox */
    background-color: white !important;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 6" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.86496 0C7.7128 0 8.17595 0.988857 7.63318 1.64018L4.76822 5.07814C4.36843 5.55789 3.63157 5.55789 3.23178 5.07813L0.366819 1.64018C-0.175953 0.988856 0.287204 0 1.13504 0L6.86496 0Z" fill="%2392929D"/></svg>') no-repeat right 0.75rem center;
    background-size: .7rem;
    margin-right: 20px;
    border-radius: 8px;
    padding: 12px 15px;
    color: #232340 !important;
    /* min-width: 170px; */
    padding-right: 2rem;

}

.custom-select[type=search]  {
    background: #fff!important;
}


.form-control {
    border: 1px solid #E6EBEC
}

.form-control:focus {
    border-color: #3B82F6
}

.form-control::placeholder {
    color: #737A91 !important;
    opacity: 1 !important;
}

.box-group {
    gap: 20px;
}

.nav-link.active {
    background: #3B82F61A;
}

.table-card {
    margin-top: 20px;
    margin-bottom: 20px;
}

.table-card .table-responsive {
    margin: 0 24px;
}

.table-card .table tbody tr:last-of-type {
    border-bottom: none;
}

.box2 .table tbody tr td:first-of-type,
.box2 table-card .table tbody tr td {
    color: #737A91;
}

.see_all.grey {
    color: #737A91;
    font-weight: 500;

}

.box2 .table tbody tr td:last-of-type {
    color: #232340;
    text-align: right;
}

.mid .table tbody tr td:first-of-type {
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 16.94px;
    text-align: left;
    color: #232340;
}

.mid .table tbody tr:first-of-type td {
    color: #737A91 !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.94px;
}


.table-card .table tbody tr td {
    font-size: 14px;
    font-weight: 500;
    line-height: 16.94px;
}

.table-card .table tbody tr {
    border-top: none;
    border-bottom: solid 1px #E4E9F2;
}


.table-card .card {
    background-color: #fff;
    border: 1px solid #E4E9F2;
}

.table-card .card-header {
    background-color: transparent;
    padding: 24px;
    gap: 40px;
    border-bottom: solid 1px #E4E9F2;
    color: #232340;
    font-size: 20px;
    font-weight: 700;
    line-height: 24.2px;
}

.see_all {
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    line-height: 16.94px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #3B82F6;
    text-decoration: none;
}

.box-group .card .card-body {
    padding: 16px 16px 24px 24px;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
}

.box-group .card {
    border: 1px solid #E4E9F2;
    min-height: 100px;
    margin-bottom: 20px;
    border-radius: 8px;
    width: calc(100%/4);
    cursor: pointer;
    text-decoration: none;
}


.boxes .numbers {
    font-size: 24px;
    font-weight: 700;
    line-height: 29.05px;
    margin-top: 8px;
}


.card .title {
    font-size: 14px;
    font-weight: 500;
    line-height: 16.94px;
    color: #737A91;

}

.badge {
    font-weight: 600;
    line-height: 14.52px;
    text-transform: uppercase;
}

.badge.bg-grey {
    color: #737A91;
    background-color: #F3F3F3;
}

.badge.bg-green {
    color: #63BE6A;
    background-color: #63BE6A1A;
}

.badge.bg-yellow {
    color: #BD8800;
    background-color: #BD88001A;

}

.badge.bg-red {
    color: #FF2626;
    background-color: #FF26261A;
}

.logout-nav a {
    text-decoration: none;
    margin: 0px;
}

.logout-nav {
    background-color: #E4E9F2;
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0;
    padding: 0 30px;
    margin-top: 40px;

}

.no-padding,
.no-padding .row,
.no-padding nav {
    --bs-gutter-x: 0rem !important;
}

.dashboard_loader .placeholder {
    border: 1px solid #E4E9F2;
    /* border-radius: 16px; */
    height: 20px;
}

.sider {
    box-shadow: 0px 1.06px 10.57px 0px #0000000A;
    border-right: 1px solid #E4E9F2;
    width: 320px;
    position: relative;
    overflow: hidden;
    clip-path: inset(0);
    overflow-y: auto;
}

.content_box {
    flex: 1
}

#viewBroad,
#viewBroad p {
    font-size: 14px;
    color: #232340;
}
