:root {
  --sm-body:#f9f9fa;
  --sm-primary:#528364;
  --sm-secondary:#ef6262;
  --sm-info:#ddc077;
  --sm-news:#366d87;
  --sm-btn:#277da7;
  --sm-btn-hover:#1f6587;
  --sm-nav-hover:#f2184f;
  --sm-btn2:#ddc077;
  --sm-btn2-color:#ffffff;
  --sm-secondary2:#e74860;
  --sm-secondary2-hover:#f2184f;
  --sm-footer1:#18455d;
  --sm-white: #ffffff;
  --sm-line:#18455d;
  --sm-text-color:#274047;
}



*{
	margin:0px;
	padding:0px;
	box-sizing:border-box;
}

body{
		font-family: "SolaimanLipi", Poppins;
		position: relative;
		background:var(--sm-body);
		font-size:15px;
		font-weight:300;
		color:var(--sm-text-color);
}

ul,ol{
	padding-left:0px !important;
}

.alert {
        padding-bottom: 8px;
    padding-top: 8px;
}

.alert-dismissible .btn-close {
    padding: .8rem 1rem;
}

/* top-header css */
.top-header{
    background: #6AB187;
    padding: 3px 20px 4px 20px;
}
.top-header-address ul{
    list-style:none;
    margin:0px;
    padding:0px;
}
.top-header-address ul li{
    padding-right: 15px;
}

.top-header-address ul li a{
    color:#ffffff;
    text-decoration:none;
    font-weight: 300;
    font-size: 15px;
    transition:all .5s ease-in;
}

.top-header-address ul li a:hover{
    color: #F9E795;
}

.top-header-address ul li a i{
    color: #F9E795;
    font-size: 16px;
    margin-right: 1px;
    
}

.top-header-social ul{
    list-style:none;
    margin:0px;
    padding:0px;
}
.top-header-social ul li{
    margin-left:10px;
}
.top-header-social ul li a{
    text-decoration:none;
}
.top-header-social ul li a i{
    width: 25px;
    height: 25px;
    border: 1px solid #f98866;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
    background: #f98866;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    transition: all .5s ease-in;
}
/* news CSS */
.news-section{
	padding-left:0px;
	padding-right:15px;
	background:var(--sm-news);
	
}

.bn-green>.bn-title {
    background: var(--sm-secondary) !important;
    color:var(--sm-white) !important;
}

.breakingNews>.bn-title>h2{
    font-size:18px !important;
}

.bn-green>.bn-title>span {
    border-left-color: var(--sm-secondary) !important;
}

.bn-breaking-news {
    border: solid 0px var(--sm-news) !important;
    background: var(--sm-news) !important;
    border-radius: 0px !important;
    height: 35px !important;
    line-height:35px !important;
}
.bn-label {
    background-color: var(--sm-secondary);
    text-align: center;
    color: var(--sm-white);
    font-weight: 600;
    font-family: "SolaimanLipi", Poppins;
    width:90px;
    padding:0px !important;
    font-size:16px;
}

.bn-news ul{
    left:5px !important;
}

.bn-news ul li a{
    color:var(--sm-white);
    font-size:16px;
}
.bn-news ul li a:hover {
    color: #ffffff;
}
/* slider CSS */
.slider .swiper {
 width: 100%;
}
.slider .swiper-slide {
    display: flex;
	justify-content:center;
    flex-direction: column;
	height:450px;
	background-size: 100% !important; 
	background-position: top center!important; 
	background-repeat:no-repeat!important; 
}
.slider .swiper-slide.slide-01,.slider .swiper-slide.slide-03,.slider .swiper-slide.slide-05,.slider .swiper-slide.slide-07,.slider .swiper-slide.slide-09{
       align-items: start;
}

.slider .swiper-slide.slide-02,.slider .swiper-slide.slide-04,.slider .swiper-slide.slide-06,.slider .swiper-slide.slide-08,.slider .swiper-slide.slide-10{
       align-items: end;
}

.slider .swiper-slide::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background:rgba(0,0,0,.3);
    }

.slider .swiper-pagination-progressbar {
    background: var(--sm-line) !important;
    position: absolute;
}	
.slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #ffffff !important;
}
.slider .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 0px !important;
    right: auto;
    background: var(--sm-secondary);
}
.slider .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 0px !important;
    left: auto;
	 background: var(--sm-secondary);
}
.slider .swiper-button-next:after, .swiper-button-prev:after {
    color: var(--sm-white);
	font-size: 20px !important;
    font-weight: 700;
}
.slider .slide-caption {
    z-index: 2;
    color: var(--sm-white);
	width:360px;
	padding:15px;
	background:rgba(0,0,0,.4);
}
.slider .slide-01 .slide-caption-align,.slider .slide-03 .slide-caption-align,.slider .slide-05 .slide-caption-align,.slider .slide-07 .slide-caption-align,.slider .slide-09 .slide-caption-align{
	text-align: left;
	position:absolute;
	left:80px;
}

.slider .slide-02 .slide-caption-align,.slider .slide-04 .slide-caption-align,.slider .slide-06 .slide-caption-align,.slider .slide-08 .slide-caption-align,.slider .slide-10 .slide-caption-align{
	text-align: right;
	position:absolute;
	right:80px;
}


.slider .slide-caption h1{
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
}
.slider .slide-caption h2{
    font-size: 20px;
    font-weight: 500;
}
.slider .slide-caption p{
    font-size: 17px;
    font-weight: 500;
}
.slider .slide-caption a{
    color: var(--sm-white);
    text-decoration: none;
    background: #f2184f;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 5px;
}

/* navbar css */
.sc-navbar{
    background:#ffffff;
    padding:0px 20px;
    box-shadow:0px 2px 4px 0px rgba(0,0,0,.08)
}
.sc-navbar .navbar-brand{
    padding:0px;
}
.sc-navbar .navbar-brand img{
    width:45px;
    height:50px;
}
.sc-navbar .nav-item .nav-link{
    font-size: 14px;
    font-weight: 400;
    transition:all .5s ease-in;
    text-transform:uppercase;
    padding-bottom: 10px;
    padding-top: 15px;
    color:var(--sm-text-color);
}
.sc-navbar .nav-item .nav-link:hover{
    color:#ed5050;
}

.exam-section {
    padding: 40px 15px 15px 15px;
    background: #ffffff;
}
.exam-box {
    background: #ffffff;
    padding: 15px 15px 20px 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    border-radius:5px;
    margin-bottom:25px;
    height: 170px;
}
.exam-box h3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}

.exam-box ul{
    list-style:none;
    margin-bottom:10px;
}
.exam-box ul li{
    color:#000000;
    font-size: 14px;
    line-height:20px;
}
.exam-box ul li span{
    font-weight:400;
    font-size: 14px;
}
.exam-box ul li i {
    color: #f98866;
    font-size:13px;
}

.exam-box a{
background: #6ab187;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 5px;
    padding: 6px 10px;
    text-decoration:none;
}
/*  course-section css */
.course-section{
    padding:50px 10px 50px 10px;
}
.cbox{
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
    border: none;
    padding-bottom:30px;
    padding-top:30px;
}
.course-title{
    margin-bottom: 30px;
}
.course-title h3{
    color:var(--sm-text-color);
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
    
}
.course-title h3 sup i{
    color:#F98866;
    font-size:18px;
}
.course-title h3 sub i{
    color:#F98866;
    font-size:18px;
}

.course-tab .nav-item{
    margin-left:15px;
}
.course-tab .nav-link.active{
    background:#6AB187!important;
    padding-top: 5px;
    padding-bottom: 5px;
    color:#ffffff;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #6AB187;
    border-radius:5px;
}
.course-tab .nav-link.active i{
    color:#ffffff!important;
}

.course-tab .nav-link{
    background: #f9f9fa !important;
    padding-top: 5px;
    padding-bottom: 5px;
    color:var(--sm-text-color);
    font-weight: 500;
    font-size: 14px;
    border: 1px solid rgba(56, 90, 100, .3);
    border-radius:5px;
}
.course-tab .nav-link i{
    color:#6AB187!important;
}

.course-img img{
    height: 200px;
}
.course-img .card-body{
    padding: 15px 8px;
}
.course-img .card-title{
    margin:0px;
    font-size:17px;
    text-align:center;
    color:var(--sm-text-color);
    font-weight: 500;
    line-height: 20px;
}

.course-img .list-group-item{
    padding: 5px 8px;
    color:var(--sm-text-color);
    font-weight:400;
    font-size: 15px;
}

.course-img .card-footer{
    padding: 8px;
    background:#f2f2f2 !important;
}

.course-img .card-footer .enroll {
    text-decoration: none;
    background: #6AB187;
    color: #ffffff;
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
}

.course-img .card-footer .details {
    text-decoration: none;
    background: #F98866;
    color:#ffffff;
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
}



/* modal css */
.course .modal-content {
 border: 0px solid var(--bs-modal-border-color) !important;
}
.course .modal-header {
    padding: 7px 15px;
    border-bottom: 1px solid #6AB187;
    background: #6AB187;
    color: #ffffff;
}

.course .modal-header .modal-title{
    font-size:15px;
    font-weight: 500;
}


/* Form css*/
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgb(13 110 253 / 25%);
}
.logbtn{
	padding:5px 10px;
	background:#6AB187;
	border:1px solid #6AB187;
	color:#ffffff;
	font-size:14px;
	font-weight:500;
	transition:all .5s ease-in;
	border-radius:5px;
}
.logbtn:hover{
	color:#ffffff;
	background:#6AB187;
}

.alert, .badge, .btn-group > .btn, .btn.btn-link:hover, .btn, .icon-btn, .label, .note, .panel, .overview-panel {
    box-shadow: 0 0px 0px rgb(0 0 0 / 10%), 0 0px 0px rgb(0 0 0 / 18%);
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom: 2px solid #6AB187;
    outline: 0;
    box-shadow: 0 0 0 0 rgb(13 110 253 / 25%);
}

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgb(13 110 253 / 25%);
}

.alert {
    position: relative;
    padding: 5px 1rem;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight:400;
}
.alert-dismissible .btn-close {
    padding: 10px 1rem;
}

.login .input-group-text{
	background-color: #6AB187;
    border: 1px solid #6AB187;
}
.login .input-group-text i{
	font-size:14px;
	color:#ffffff;
}
.form-control {
    font-size: 14px;
}
.form-label{
margin-bottom: 3px;
font-size: 14px;
font-weight: 400;
}
.form-label span{
	color: #fc3d32;
	  font-size: 10px;
}

.forgot, .signup{
    text-decoration: none;
    border-bottom: 1px solid #3385fd;
    padding-bottom: 1px;
    font-size: 14px;
    font-weight: 300;
}

.forget a{
	color:#263238;
	font-weight:500;
}
.forget a:hover{
	color:#263238;
	font-weight:500;
}

.login-form{
padding: 10px 20px 20px 20px;
}

.select2-container--default .select2-selection--single {
    height: 35px !important;
    line-height: 1.42857143;
    padding: 5px 24px 5px 0px;
    border-radius: 5px;
    border: 1px solid #dee2e6;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px !important;
}

.select2-results__option--selectable {
    cursor: pointer;
    font-size: 14px;
	font-family: "SolaimanLipi", Poppins;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000000;
    line-height: 25px !important;
	font-family: "SolaimanLipi", Poppins;
	font-size:14px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #6ab187;
    color: white;
}
.select2-dropdown {
    border: 1px solid #6ab187;
}
span.select2.select2-container.select2-container--default {
    width: 100% !important;
}


.signup-section{
    padding-top: 30px;
    padding-bottom: 30px;
}
.signupform .card-header{
    background: #6AB187;
    color: #ffffff;
    font-weight: 500;
    font-size: 15px;
}

.signup-form{
    padding:10px 20px 20px 20px;
}
.form-section {
    padding-top: 50px;
    padding-bottom: 60px;
    background:url('../../img/cardbg.png');
}


.admission-card{
 border: 0px solid rgba(0,0,0,.125);
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 20%);  
    padding:20px;
} 

.section-head {
    background: #6AB187;
    padding: 8px 15px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

.section-body {
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-top: none;
    padding: 15px;
}
.section-head i{
   color: #f9e795; 
}
.btnstyle {
    background: #6ab187;
    color: #ffffff;
    font-weight: 400;
    padding: 5px 10px;
    font-size: 15px;
    transition:all .5s ease-in;
}

.btnstyle:hover{
    background: #6ab187;
    color:#ffffff;
}

.profile-img{
    width: 150px;
    margin: auto;
    margin-bottom: 10px;
    height: 150px;
}

.profile-img img{
    width: 150px;
    height: 150px;
}
/*  success page css */
.success-section{
    padding-top:30px;
    padding-bottom:30px;
}

.success-section .card-body h3 {
    font-size: 35px;
    font-weight: 600;
    color: #6AB187;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0px;
    line-height: 45px;
}
.success-section .list-group .list-group-item{
font-size: 16px;
    font-weight: 500;
    color: #385a64;
}


/*  footer section */
.details-section {
    padding-top: 50px;
    padding-bottom: 25px;
}
.dcourse-info span{
    background:#f98866;
    color:#ffffff;
    font-weight:400;
    font-size:15px;
    text-transform:capitalize;
    border-radius:5px;
    padding:4px 10px;
}

.dcourse-info h3 {
    color: #6ab187;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 25px;
    text-transform: capitalize;
    font-size: 25px;
}

.dcourse-info p {
    color: #385a64;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
}
.dcourse-btn .enroll {
    background: #6AB187;
    color: #ffffff;
    padding: 6px 15px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    margin-right: 10px;
}

.dcourse-btn {
    margin-top: 20px;
}

.dcourse-btn .enroll {
    background: #6AB187;
    color: #ffffff;
    padding: 6px 15px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    text-decoration: none;
}

.dcourse-btn .fee {
    color: #f98866;
    background: #ffffff;
    padding: 7px 10px;
    font-weight: 500;
    font-size: 15px;
    border: 1px solid #f98866;
    border-radius: 5px;
    text-decoration: none;
}

.dcourse-img {
    max-height: 250px;
}
.dcourse-infobox {
    background: #ffffff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .06);
    padding: 15px 15px 10px 15px;
    border-radius: 5px;
}
.dcourse-infobox h4 {
    font-size: 13px;
    font-weight: 500;
    color: #6ab187;
    margin-bottom: 3px;
}
.dcourse-infobox p {
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: 500;
}

.dcourse-infobox h4 i{
    color:#f98866;
}

.details-info-section{
    padding-bottom:50px;
}

.details-info-section .card{
    box-shadow: 0 0 8px rgba(0, 0, 0, .08);
    border:none;
}

.details-info-section .card-header{
    background:#6AB187;
    color:#ffffff;
    font-size: 15px;
    font-weight: 600;
}

.quote-text{
    margin-bottom:0px;
}
.quote-text p {
    color:#385a64;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 8px;
}

.badge {
    padding: 5px 10px;
}

.module {
    color: #ffffff;
    background: #f98866;
    padding: 7px 10px;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #f98866;
    border-radius: 5px;
    text-decoration: none;
    margin-left: 10px;
}

/*  footer section */
.footer-section{
   padding:10px 20px; 
   background:#385a64;
}
.footer-left p {
    margin: 0px;
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
}

.footer-right p {
    margin: 0px;
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
}

.footer-right p a{
    text-decoration:none;
    color:#f8ee00;
}

.top-footer{
	background:var(--sm-primary);
	padding-top:30px;
	padding-bottom:20px;
	padding-left:15px;
	padding-right:15px;
}
.footer-area-1{}
.footer-area-1 img {
    width: 250px;
    height: 50px;
}

.footer-area-1 p{
	    color: #ffffff;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 15px;
        text-align: justify !important;
}
.social-icon ul{
	list-style:none;
	padding:0px;
}
.social-icon ul li a{
	background:#EDF5E1;
	margin-right:10px;
	border-radius:50%;
	font-size:16px;
	width:28px;
	height:28px;
	display:inline-block;
	text-align:center;
	line-height:28px;
	-webkit-transition: all 0.3s linear;
	 -moz-transition: all 0.3s linear;
     transition: all 0.3s linear;
}

.social-icon ul li a i.fa-facebook-f{
color:#3659a3
}
.social-icon ul li a i.fa-twitter{
color:#1d9bf0
}
.social-icon ul li a i.fa-youtube{
color:#c93226;
}
.social-icon ul li a:hover{
	background:var(--sm-secondary);
}
.social-icon ul li a:hover i{
	color:#ffffff;
}
.footer-area-1{
	padding-right:40px;
}
.footer-area-2{
	padding-left:0px;
}

.footer-area-1 h1,.footer-area-3 h1, .footer-area-2 h1, .footer-area-4 h1{
    color: #ffffff;
    font-size: 16px;
    border-left: 3px solid var(--sm-white);
    padding: 5px 10px;
    margin-bottom: 15px;
}
.contact-list, .important-list{
	list-style:none;
	color:#ffffff;
	padding:0px;
}
.contact-list li, .important-list li{
	display:block;
	margin-bottom:10px;
	-webkit-transition: all 0.3s linear;
	 -moz-transition: all 0.3s linear;
     transition: all 0.3s linear;
	
}
.contact-list li:hover, .important-list li:hover{
	padding-left:10px;
	
}
.contact-list li i{
	color:#ffffff;
	font-size:16px;
	width:20px;
	text-align:left;
	
}
.important-list li a i{
	color:#ffffff;
	font-size:16px;
	width:20px;
	text-align:left;
	
}

.contact-list li span{
    color: #ffffff;
    text-decoration: none;
	font-size:16px;
}

.important-list li a{
    color: #ffffff;
    text-decoration: none;
	font-size:16px;
}

.contact-list li span a.uonmokto{
text-decoration:none;
color:#fdbd1f;
font-size:18px;
font-weight:600;
}


.rheight{
    height:72vh;
}

.signature-img{
    height: 135px;
    margin-bottom:10px;
}
.signature-img img{
    width: 120px;
    height: 50px;
}

/* notice page */
.search-box {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 20px;
}
.notice-search {
    margin-top: 40px;
    margin-bottom: 40px;
}
.noticecard{
	border-radius: 0px;
}
.noticecard .card-header{
	background:none;
	font-size: 16px;
    color: #202c45;
	font-family: "SolaimanLipi", Poppins;
}
.noticecard .card-body{
padding-top: 15px;
padding-bottom: 15px;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0;
}
.form-control, .form-select {
    padding-left: 10px !important;
    font-family: "SolaimanLipi", Poppins;
    font-size: 14px;
}
.notice-label{
	font-family: "SolaimanLipi", Poppins;
    font-size: 15px;
}
.datepicker {
    padding: 6px !important;
}

.news-btn button {
    display: inline-block;
    margin-left: auto;
    padding: 4px 20px;
    font-size: 14px;
    text-decoration: none;
    background-color: var(--sm-secondary);
    color: var(--sm-white);
    letter-spacing: 1px;
    border-radius: 5px;
    transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
	font-family: "SolaimanLipi", Poppins;
	outline:none;
	border:0px;
}

.notice-table {
    font-family: 'poppins';
}
.notice-table .dataTable.no-footer {
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
}
.notice-table .dataTables_wrapper .dataTables_length{
	margin-bottom: 30px;
}
.notice-table .table>thead tr {
    vertical-align: bottom;
    font-size: 13px;
    font-weight: normal !important;
}
.notice-table .table>tbody tr td{  
    font-size: 14px;
}
.notice-table .table>tbody tr{  
background:transparent !important;
}
.table>tbody tr:hover{  
background:none !important;
}
.notice-table .dataTables_wrapper .dataTables_paginate .paginate_button.current, .notice-table .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #ffffff !important;
    border: 0px solid rgba(0, 0, 0, 0.3);
    background: #f2184f;
}
.notice-table .dataTables_wrapper .dataTables_paginate {
    padding-top: 15px;
}
.notice-table .dataTable.display>tbody>tr.odd>.sorting_1, table.dataTable.order-column.stripe>tbody>tr.odd>.sorting_1 {
    box-shadow:  0 0 0 0!important;
}
.notice-table .dataTable.order-column>tbody tr>.sorting_1, table.dataTable.order-column>tbody tr>.sorting_2, table.dataTable.order-column>tbody tr>.sorting_3, table.dataTable.display>tbody tr>.sorting_1, table.dataTable.display>tbody tr>.sorting_2, table.dataTable.display>tbody tr>.sorting_3 {
    box-shadow: 0 0 0 0!important;
}
.notice-table .dataTable.display>tbody>tr.even>.sorting_1, table.dataTable.order-column.stripe>tbody>tr.even>.sorting_1 {
    box-shadow: 0 0 0 0!important;
}
.notice-table .dataTable.stripe>tbody>tr.odd>*, table.dataTable.display>tbody>tr.odd>* {
    box-shadow:  0 0 0 0 !important;
}
.notice-table .dataTable.stripe>tbody>tr.even>*, table.dataTable.display>tbody>tr.even>* {
    box-shadow: 0 0 0 0!important;
}
.notice-space {
    margin-top: 40px;
}

.deletebtn {
    color: #ffffff;
    font-weight: bold;
    background: linear-gradient(to right, #ff416c, #ff4b2b);
    padding: 1px 5px;
    border-radius: 4px;
}
.deletebtn:hover {
    color: #ffffff;
    
}
.viewbtn {
    color: #ffffff;
    font-weight: bold;
    background: linear-gradient(to right, #02e3ab, #03a1ce);
    padding: 1px 5px;
    border-radius: 4px;
}
.viewbtn:hover {
    color: #ffffff;
    
}
.notice-label span{
    color: red;
    font-size: 12px;
    font-weight: 900;
}

.dataTables_filter input:focus {
    outline: 0px solid red;
}
.dataTable thead th, table.dataTable thead td{
    padding: 10px;
    border-bottom: 1px solid #d9d9d9!important;
}
.dataTable thead>tr>th{
    background: #f7f7f7;
}
.noticepost-title {
    border-bottom: 2px solid #d7d7d7;
    padding-bottom: 10px;
}

.noticepost-title h3 {
    border-left: 3px solid #ef6262;
    padding: 5px 10px;
    font-size: 20px;
    font-weight: 600;
}
.noticepost-title p {
     font-family: "SolaimanLipi", Poppins;
    color:#ef6262;
    font-size: 16px;
    font-weight: 500;
    padding-left: 13px;
	margin-bottom:0px;
}

.noticepost-content {
    padding-top: 15px;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
     padding-bottom: 15px;
}



.noticepost-file {
    margin-top: 30px;
}

.latest-notice .list-group .active {
    font-family: "SolaimanLipi", Poppins;
    font-size: 16px;
    font-weight: 500;
    background: #ef6262;
    border: 1px solid #ef6262;
}
.latest-notice .list-group .notice-list {
    font-size: 15px;
    font-weight: 600;
}

.latest-notice .list-group .notice-list:hover {
    background:none !important;
    color:var(--sm-secondary);
}

.details-contant {
    padding: 10px 10px;
}

.details-btn {
    background: var(--sm-secondary);
    font-family: "SolaimanLipi", Poppins;
    text-align: center;
    padding-top: 5px;
    font-size: 14px;
    padding-bottom: 5px;
}
.notice-table{
    padding:15px;
}
.notice-table .table{
    border: 1px solid #dee2e6;
    border-right:none;
}
.notice-table .table thead{
     border-bottom: 1px solid #dee2e6;
}
.notice-table .table thead th, .notice-table tfoot th {
    border-left:none;
    border-color:#dee2e6;
}

.notice-table tbody td{
    border-left:none;
     border-color:#dee2e6;
}

.notice-table .dataTable.no-footer {
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.3); */
    border-top: 1px solid #dee2e6; 
}

.notice-table .dataTable.no-footer {
     border-bottom: 1px solid #dee2e6;
}

 #v-pills-tab .nav-link.active, .nav-pills .show>.nav-link {
    color: #ffffff;
    background-color: #ef6262;
    border-radius:0px;
    border-radius: 0px;
    font-family: "SolaimanLipi", Poppins;
    font-weight: 400;
} 
#v-pills-tab .nav-link {
    padding: 10px 20px;
    color: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    font-family: "SolaimanLipi", Poppins;
    font-weight: 400;
}

.edit-button {
    text-align: right;
    padding: 6px 15px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    background: #ebebeb;
}

.edit-button span {
    font-size: 15px;
    font-weight: 500;
    color: #222c3c;
    font-family: 'Poppins';
}

.view-table tr th {
    font-family: 'Poppins';
    font-weight: 400;
}
.view-table tr td {
    font-family: 'Poppins';
}
.address {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    text-align: center;
    color: #222c3c;
    font-size: 15px;
    font-weight: 500;
    padding: 7px 15px;
     font-family: 'Poppins';
}  

.event-image img {
    width: 100%;
    height: auto;
}

.event-image {
    margin-top: 30px;
}

.drivelink a {
    background: #f2184f;
    font-family: 'Poppins';
    color: #ffffff;
}

.drivelink {
    margin-top: 30px;
}

.drivelink a:hover {
    color: #ffffff;
}
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgb(13 110 253 / 25%);
}
.notice-title-box{
    margin-bottom:10px;
}
.notice-title-box h3 {
    font-size: 20px;
}


