.swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    background-color: rgba(0, 0, 0, 0.8);
}
.swiper-pagination-bullet-active{
    background-color: #fff;
    width: 30px;
    height: 10px;
    border-radius: 5px;
    margin-top: -2px;
}
.navbar-light .navbar-toggler {
        color: rgba(255, 255, 255, 0.5);
        border-color: rgba(255, 255, 255, 0.2);
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.7%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.swiper-two{
    width: 75%;
    overflow: hidden;
    height: 25rem;
}
.swiper-button-prev:after, .swiper-button-next:after {
   display: none;
}
.my-prev-button{
    width:37px;
    height: 36px;
    background-image: url('/images/left_arrow.png');
    background-size: 100% 100%;
    left: 5%;
    top: 55%;
}

.my-next-button{
    width:37px;
    height: 36px;
    background-image: url('/images/right_arrow.png');
    background-size: 100% 100%;
    right: 5%;
    top: 55%;
}

.information-tab-title-l{
    width: 100%;
    border-bottom: 2px solid #926821;
}

.calendar-title{
    color: #926821;
}

.rili-table{
    border: 1px solid #dddddf;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.rili-table .rili-table-title{
    background-color: #013365;
    color:#fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;   
    justify-content: space-evenly;
}
.rili-table .rili-table-title div{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}
.rili-table-list{
    background-color: #ececec;
    font-size: 16px;
}
.rili-table-list-row{
}
.rili-table-list-row span{
    padding:10px;
    border-right: 1px solid #dddddf;
    border-left: 1px solid #dddddf;
    text-align: center;
    display: flex;
    justify-content: center;
    
    border-bottom: 1px solid #dddddf;
    width: 14.28%;
    height: 50px;
    float: left;
    
}
.calendar-table{

}
.rili-table-list-row span p{
    border: 1px solid #fff;
    border-radius: 50%;
    width: 30px; 
    height: 30px;
    align-content: center;
}
.mone-btn{
    font-size:16px;
}
.mone-icon{
    width: 22px;
    height: 22px;
}
.activities-time{
    font-size: 16px;
    color: #6f6f7c
}
.activities-theme{
    font-size: 20px;
    
}
.activities-list-over{
    height: 23rem;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: thin;
}

.goto-activities-details{
    background-color: #013365;
    height: 35px;
    border-color: #013365;
}
.rili-table-list-row span .is-border{
    border: 1px solid #926821;
    cursor: pointer;
}
.postings-btn-two li button{
    background-color: #989a9d !important;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
}
.postings-btn-two li .active{
    background-color: #013365 !important;
}
.postings-table-list{
    height: 12rem;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: thin;
}

.new-cover-image{
    height: 13rem;
    overflow: hidden;
}

@media (max-width: 992px) {
    .swiper-two{
        width: 100%;
        height: 13rem;
    }
}