.sidebar-nav {
    padding: 0 0px !important;
}
.login-button{
    background: #8C4AFF !important;
    border: 1px solid #8C4AFF !important;
}
​
.signup-button{
    background: #8C4AFF !important;
    border: 1px solid #8C4AFF !important;
}
​
.forgot-button{
    background: #8C4AFF;
    border: 1px solid #8C4AFF !important;
}
​
.sidebar .navbar-brand .logo {
    width: 100% !important;
}

.metismenu>li {
    padding: 8px 2px;
}
​
.sidebar {
    border-right: 3px solid #8C4AFF;
}

.sidebar-nav {
    padding: 0px 10px 40px 10px;
}
​
.sidebar > a {
    background: #4a00e0;
}

.menu_toggle {
    background: #8C4AFF !important;
}
​
/* student dashboard */
.user-account {
    margin: 20px;
    color: var(--font-777);
    line-height: 1.6;
}
​
.metismenu ul a {
    padding: 10px 15px 10px 47px;
}
​
.metismenu>li span {
    cursor: pointer;
}
​
.metismenu>li i {
    top: 8px;
}
​
/* parent dashboard */
.dashboard-body .box {
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 0px;
    -webkit-transition: .5s;
    transition: .5s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 0 30px 0 rgb(82 63 105 / 5%);
    box-shadow: 0 0 30px 0 rgb(82 63 105 / 5%);
}
.dashboard-body .pull-up {
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
}
.dashboard-body .box-body {
    padding: 1.5rem 1.5rem;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border-radius: 10px;
}
​
/* leftmenu */
.metismenu>li.active ul a:before, .metismenu>li.active ul a:focus {
    background: none;
}
.c_form_group{
    border: 2px solid var(--border-color)  !important;
}
.c_form_group .form-control{
   border: 2px solid var(--border-color)  !important;
   /* border-radius: 25px; */
   padding: 10px;
    height: 50px;
}
.c_form_group select.form-control:not([size]):not([multiple]){
    height: 50px !important;
}
.navbar-nav {
    display: inline-block !important;
}
.navbar{
    position:absolute !important;
}
.navbar-nav .dropdown-menu{
    position:absolute !important;
}
.dropdown-header{
    background-color: #8C4AFF;
    color: white !important;
    min-width: 350px;
}
.feeds-body h4{
    font-size: 16px;
}
.feeds-body{
    padding:20px;
}
#imagePreview{
    height: 110px;
    width: 150px;
    position: absolute;
    top: 6px;
    border: 1px solid #ccc;
    left: 14px;
}
.form-control:focus{
    box-shadow: none !important;
    border: 1px solid #8C4AFF !important;
}
.fancy-checkbox input[type="checkbox"]+span:before{
    border: 1px solid #8C4AFF !important;
}
.btn-purple{
    background:#8C4AFF ;
    color:white;
    margin-left:5px;
    border: none;
    border-radius: 0;
    box-shadow:none;
}

/* search icon */
.input-group-prepend .input-group-text, .input-group-append .input-group-text {
    cursor: pointer;
}

/* table */
.table tr th {
    vertical-align: middle;
    white-space: nowrap;
    border-color: var(--border-color);
    font-size: 14px;
    font-weight: 700;
}
.text-sm{
    font-size: 12px;
}
.profile li{
    list-style: none;
}
.border-dark{
    border-top:1px solid #000;
    margin: 20px;
}
a:hover{
    color: none !important;
}
.btn.btn-default:hover{
    color: #000000 !important;
}
.toast-top-center {
    top: 0;
    width: 100%;
    left: 40%;
}
#toast-container > .toast-success {
    background-color: #0c8a1f;
    color: #ffffff;
}
#toast-container > .toast-error {
    background-color: #c22b23;
    color: #ffffff;
}
#toast-container > div {
    width: 300px !important;
}
.toast-error {
    background-image: none !important;
  }
.toast-success {
background-image: none !important;
}
.toast-message {
word-wrap: break-word;
font-size: 14px !important;
margin-left: -20px;
}
.select2-container{
    width: 100% !important;
}
.select2-results__option[aria-selected] {
    cursor: pointer;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white;
}
.btn-purple:hover{
    color: white;
}