

a{
text-decoration: none;
}
p{
margin:0px;
padding:0px;
}
.footer{
color:#000;
}
.footer p{
color:#000;
}
.footer p a{
color:#000;
}


.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 36px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 1px;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
}
.select2-container {
    width: 100%;
}
.formSearch {
    display: flex;
    align-items: end;
    gap: 30px;
    justify-content: center;
    background: #f1f0f7;
    padding: 15px 0px 20px 0px;
    margin-bottom: 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.form-label{
    display: block;
    font-weight: bold;
}
.memberListTitle{
   color: #2e7a49;
   padding: 5px 10px 12px 10px;
    background: #f1f0f7;
    font-size: 24px;
}
.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	border: 1px solid #000;
}
.navbar-toggler-icon i{
	font-size: 30px;
}
.nav-item .nav-link{
    font-size: 20px;
    color:#000;
    padding-right: 15px;
}
.logoText{
    font-weight: bold; 
    font-size: 26px; 
    color:#342978;
}
.footerLogo{
    display: flex;
    justify-content: center;
}
.table>:not(:last-child)>:last-child>* {
    border-bottom-color: rgb(172 181 190);
}
.nav-item .nav-link {
    color: #000;
    padding: 2px 0px!important;
    margin: 0px 0px;
    font-size: 18px;
    position: relative;
}
.nav-item .nav-link:after {
    position: absolute;
    content: '';
    width: 0%;
    bottom:0;
    left:0;
    height: 2px;
    background: #342978;
    transition: all linear .5s;
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -ms-transition: all linear .5s;
    -o-transition: all linear .5s;
}
.nav-item .nav-link:hover:after {
    width: 100%;
}
.nav-item {
    border-right: 1px solid #cfc8fd;
    padding: 0px 15px;
}
.nav-item:last-child {
    border-right: none;
}
.nav-item .nav-link:hover{
    color: #342978;
}
.cropper-container{
    width: 100%!important;
}
.preview {
    text-align: center;
    overflow: hidden;
    width: 160px;
    height: 160px;
    margin: 10px;
    border: 1px solid #ff9f9f;
    border-radius: 5px;
}
.cropButton{
    padding-left: 15px;
}

@media (max-width:767px) {
    .footer{
        text-align: center;
        margin-bottom: 30px;
    }
    .footerLogo{
        text-align: center;
        margin-bottom: 20px;
        margin:auto;
        margin-bottom:20px;
    }
    .navbar-nav{
        margin-top: 15px;
    }
    .logoText {
        font-size: 15px;
        font-weight: bold;
    }
    .navbar-toggler {
        padding: .2rem .5rem;
        font-size: 1.25rem;
        line-height: 1;
        border: 1px solid #000;
    }
    .nav-item {
        border-right: none;
        padding: 0px 15px;
    }
    .nav-item .nav-link {
        display: inline-block;
        padding: 7px 0px !important;
    }
    .preview {
        margin: 10px auto;
    }
    .cropButton{
        padding-left: 0px;
        text-align: center;
        margin: 0px auto;
    }
}

