
*{
	margin:0px;
	padding:0px;
	box-sizing:border-box;
}
body{
		font-family: 'Poppins';
		position: relative;
		background:#f2f2f2;
		font-size:15px;
}
ul,ol{
	padding-left:0px !important;
}
.enroll {
    text-decoration: none;
    background: #6AB187;
    color: #ffffff;
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
}

.enroll:hover {
    background: #6AB187;
    color: #ffffff;
}
.enroll:active {
    background: #6AB187 !important;
    border: 1px solid #6AB187;
}

.enroll:active i {
    color:#ffffff;
}

.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:active{
	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;
}

.form-control {
    font-size: 14px;
}
.form-label{
margin-bottom: 3px;
font-size: 14px;
font-weight: 400;
}
.form-label span{
	color: #fc3d32;
	  font-size: 10px;
}

.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: #444;
    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;
}
