i.ui-bi {
    padding: 0 5px 0 0;
    color: #717aa8;
}

.notification-one {
    border-radius: 10px;
    padding: 10px 29px;
    margin: 10px;
    width: 31%;
    min-height: 10rem;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}

.notification-message {
    padding: 0 0 10px;
}

.notification-content {
    color: white;
    font-size: 15px;
}

.notification-title {
    font-size: 20px;
    font-weight: 600;
    color: white;
}

.read-btn {
    color: #435ebe !important;
    background: white !important;
}


/* --bs-blue: #435ebe;
--bs-indigo: #6610f2;
--bs-purple: #6f42c1;
--bs-pink: #d63384;
--bs-red: #dc3545;
--bs-orange: #fd7e14;
--bs-yellow: #ffc107;
--bs-green: #198754;
--bs-light-green: #28a47f;
--bs-teal: #20c997;
--bs-cyan: #0dcaf0;
--bs-white: #fff;
--bs-gray: #6c757d;
--bs-gray-dark: #343a40;
--bs-primary: #435ebe;
--bs-secondary: #6c757d;
--bs-success: #198754;
--bs-info: #0dcaf0;
--bs-warning: #ffc107;
--bs-danger: #dc3545;
--bs-light: #f8f9fa;
--bs-dark: #212529; */

.notification-one:nth-child(1),
.notification-one:nth-child(10) {
    background-color: var(--bs-blue);
}

.notification-one:nth-child(2),
.notification-one:nth-child(11) {
    background-color: var(--bs-purple);
}

.notification-one:nth-child(3),
.notification-one:nth-child(12) {
    background-color: var(--bs-red);
}

.notification-one:nth-child(4),
.notification-one:nth-child(13) {
    background-color: var(--bs-success);
}

.notification-one:nth-child(5),
.notification-one:nth-child(14) {
    background-color: var(--bs-orange);
}

.notification-one:nth-child(6),
.notification-one:nth-child(15) {
    background-color: var(--bs-pink);
}

.notification-one:nth-child(7),
.notification-one:nth-child(16) {
    background-color: var(--bs-indigo);
}

.notification-one:nth-child(8) {
    background-color: var(--bs-gray);
}

.notification-one:nth-child(9) {
    background-color: var(--bs-green);
}

.flex {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-around;
    padding: 2rem 0;
}

.read-btn {
    float: right;
}


/* ---------table -------------  */


/* //https://codepen.io/mfg888/pen/qBpaPWw */

div#myTabContent {
    background: #f4fbfc;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

table {
    /* font-family: arial, sans-serif; */
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    /* box-shadow: -4px -3px 3px 1px #80808030, 4px 4px 3px 1px #80808030; */
}

tr {
    box-shadow: -2px 6px 3px 1px #80808030;
}

thead tr th {
    background: cadetblue;
    color: white;
    text-align: center;
}

td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 10px !important;
    text-align: center;
}

tbody.annual tr:nth-child(odd) {
    background-color: rgb(255, 255, 255);
}

tbody.annual tr:nth-child(even) {
    background-color: rgb(241, 255, 236);
}

thead.annual tr th {
    text-transform: uppercase;
    font-weight: 900;
}


/* annual table css */

thead.annual {
    border-width: 1px;
    border-style: solid;
    /* border-color: black; */
    background-color: rgb(0, 167, 157);
    vertical-align: middle;
    width: 306px;
    text-align: center;
    height: 40px;
}

thead.monthly1 {
    background-color: rgb(114, 143, 206);
}

tbody.annual tr td {
    font-weight: 600;
}


/* // */


/* ///monthly table  */

.rwd-table {
    margin: auto;
    min-width: 300px;
    max-width: 100%;
    border-collapse: collapse;
}

.rwd-table tr:first-child {
    border-top: none;
    /* background: #428bca; */
    /* color: #fff; */
}

.rwd-table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    /* background-color: #f5f9fc; */
}

.rwd-table tbody tr:nth-child(odd) {
    /* background-color: #ebf3f9; */
    background-color: #ffffff;
}

.rwd-table tbody tr:nth-child(even) {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: rgb(255, 242, 187);
    /* background-color: rgb(255, 189, 89); */
}

.rwd-table th {
    display: none;
}

.rwd-table td {
    display: block;
}

.rwd-table td:first-child {
    margin-top: .5em;
}

.rwd-table td:last-child {
    margin-bottom: .5em;
}

.rwd-table td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 120px;
    display: inline-block;
    color: #1a1614d6;
}

.rwd-table tbody tr:nth-child(odd) td:before {
    color: #283872;
}

tbody.monthly-schedule tr td:nth-child(1) {
    font-weight: 600;
}

.rwd-table thead tr th {
    font-weight: 800;
    color: #1a1614d6;
}

.rwd-table th,
.rwd-table td {
    text-align: left;
}

.rwd-table {
    color: #333;
    border-radius: .4em;
    overflow: hidden;
}

.rwd-table tr {
    border-color: #bfbfbf;
}

.rwd-table th,
.rwd-table td {
    padding: .5em 1em;
}

@media screen and (max-width: 601px) {
    .rwd-table tr:nth-child(2) {
        border-top: none;
    }
}

@media screen and (min-width: 600px) {
    .rwd-table tr:hover:not(:first-child) {
        background-color: #d8e7f3;
    }
    .rwd-table td:before {
        display: none;
    }
    .rwd-table th,
    .rwd-table td {
        display: table-cell;
        padding: .25em .5em;
    }
    .rwd-table th:first-child,
    .rwd-table td:first-child {
        padding-left: 0;
    }
    .rwd-table th:last-child,
    .rwd-table td:last-child {
        padding-right: 0;
    }
    .rwd-table th,
    .rwd-table td {
        padding: 1em !important;
    }
}


/* THE END OF THE IMPORTANT STUFF */


/* end monthly table class */


/* ///accordin// */


/* Timeline */

.timeline {
    border-left: 4px solid #4298c3;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(255, 255, 255, 0.03);
    color: #333;
    /* font-family: 'Source Sans Pro', sans-serif; */
    margin: 50px auto;
    letter-spacing: 0.5px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 30px;
    list-style: none;
    text-align: left;
    font-weight: 1;
    max-width: 50%;
}

@media only screen and (max-width: 600px) {
    .timeline {
        max-width: 100%;
    }
    .timeline h3 {
        font-size: 20px !important;
    }
}

.timeline h1,
.timeline h2,
.timeline h3 {
    /* font-family: 'Oswald', sans-serif; */
    letter-spacing: 1.5px;
    font-weight: 100;
    font-size: 1.5em;
}

.timeline .event {
    border-bottom: 1px dashed #4298c3;
    padding-bottom: 25px;
    margin-bottom: 50px;
    position: relative;
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event:before {
    left: -217.5px;
    color: #717171;
    content: attr(data-date);
    text-align: right;
    font-weight: 900;
    font-size: 1.1em;
    min-width: 120px;
}

.timeline .event:after {
    box-shadow: 0 0 0 4px #169eda;
    /* left: -57.85px; */
    left: -37.55px;
    background: #91c740;
    border-radius: 50%;
    height: 11px;
    width: 11px;
    content: "";
    top: 5px;
}

@media (max-width: 800px) {
    .timeline .event:before {
        left: -0.5px;
        top: 54px;
        /* top: 28px; */
        background-color: #4298c3;
        color: white;
        margin-top: 8px;
        padding: 2px 8px 2px 8px;
        content: attr(data-date);
        text-align: center;
        font-weight: 600;
        font-size: 0.9em;
        min-width: 120px;
    }
    .timeline .event p {
        top: 27px;
        padding: 10px 0px 10px 0px;
        position: relative;
    }
}


/* -----------------  */

.tab-pane h3.text-center {
    color: #435ebe;
    margin: 0 0 2rem;
}

.nav-tabs .nav-link.active {
    background-color: #be5e85 !important;
    color: #ffffff !important;
    font-weight: 700;
}

.nav-tabs .nav-link {
    font-size: 18px;
    color: #be5e85;
    font-weight: 600;
}

li.nav-item {
    background: #be5e8542;
    margin: 0 2px;
    border-radius: 9px 9px 0 0;
    color: black;
}

.table {
    overflow: scroll;
}