
.login-card {
  border: 0;
  border-radius: 27.5px;
  box-shadow: 0 10px 30px 0 rgba(172, 168, 168, 0.43);
  overflow: hidden; 
  width: 80%;
  margin: 0px auto;

}
.wrapper .content .container-fluid .dropdown .dropdown-menu li a{
  color: black;
  text-align: center;
}
.wrapper .content .container-fluid .dropdown .dropdown-menu li a:hover{
  background-color: #17a2b8;
}
.pagination li{
	padding: 5px;
}

#ckeditor .ck-editor__editable[role="textbox"]{
    /* editing area */
  min-height: 200px;
}
#ckeditor .ck-content .image {
    /* block images */
  max-width: 80%;
  margin: 20px auto;
}
::selection{
    color: #fff;
    background: #007bff;
}
::-webkit-scrollbar{
    width: 3px;
    border-radius: 25px;
}
::-webkit-scrollbar-track{
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb{
    background: #ddd;
}
::-webkit-scrollbar-thumb:hover{
    background: #ccc;
}
#main #media #modal-content .col img{
    border-color: green;
    opacity: .8;
}

#learning #nav-tab button #image span img{
    width: 0px;
    height: 40px;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
}

#collapseAdvance #program .input .checkbox label input{
    margin-right: 8px;
}
#collapseAdvance #requirement .input .checkbox label input{
    margin-right: 8px;
}

/*#testpaper #part1 #questions #ansContent label{
    margin-right: 10px;
}*/



/*@media screen and (max-width: 766px) {
    #navbarNav #navbarItem a{
        text-align: center;
    }
}
*/
