html,
body {
    color: var(--bs-gray-dark)
}


.material-icons {
	
    vertical-align: middle;
}

.material-icons:after {
    content: attr(data-icon);
}
pre {
	background-color: #18191a;
	border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
	padding: 10px 20px;
	color: #a0a0a0;
   }
.json-key {
   color: #d63384;
   }
.json-value {
   color: #03a9f4;
   }
.json-string {
   color: #8BC34A;
   }

footer a {
    text-decoration: none;
}

.dropdown-menu {
    max-height: 300px;
    overflow-y: scroll;
}


/* search */


/* Dropdown Button */

.bd-intro {
    grid-area: intro;
}

.bd-sidebar {
    grid-area: sidebar;
}

.dark-bg {
    background-color: black;
}

.text-white table {
    color: white;
}

.dropbtn {
    color: white;
    border: none;
    cursor: pointer;
}

small .material-icons {
    font-size: 15px;
    vertical-align: text-top;
    line-height: 20px;
}

.squares .material-icons {
    height: 20px;
    font-size: 18px;
}

.day {
    font-size: 15px;
    font-weight: normal;
}

#countryList {
    position: absolute;
       margin-top: 38px;
    z-index: 11111;
    background: #f8f9fa;
    padding: 5px;
    display: none;
}


/* Dropdown button on hover & focus */

.dropbtn:hover,
.dropbtn:focus {
    background-color: #3e8e41;
}


/* The search field */

#myInput {
    box-sizing: border-box;
    background-image: url('searchicon.png');
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    border: none;
    border-bottom: 1px solid #ddd;
}


/* The search field when it gets focus/clicked on */

#myInput:focus {
    outline: 3px solid #ddd;
}


/* The container <div> - needed to position the dropdown content */

.dropdown {
    position: relative;
    display: inline-block;
}


/* Dropdown Content (Hidden by Default) */

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 230px;
    border: 1px solid #ddd;
    z-index: 1;
}


/* Links inside the dropdown */

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}


/* Change color of dropdown links on hover */

.dropdown-content a:hover {
    background-color: #f1f1f1
}


/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */

.show {
    display: block;
}

#card_slider {
    clear: both;
    overflow-y: hidden;
    overflow-x: scroll;
    height: 190px;
    margin-top: 20px;
    position: relative;
    padding-left: 5px;
    padding-top: 0px;
}

#card_slider::-webkit-scrollbar {
    height: 5px;
}

#card_slider::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
}

#card_slider::-webkit-scrollbar-thumb {
    background-color: #5d646c;
    border-radius: 0px;
}

#card_track {
    position: absolute;
}

.subject_card {
    border-radius: 8px;
    height: 178px;
    width: 178px;
    background-color: #fff;
    color: #5d646c;
    float: left;
    margin-right: 10px;
    display: inline;
    box-shadow: 0px 2px 4px 0px rgb(82, 82, 88);
}

.subject_card>img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: 178px;
    height: 135px;
    display: block;
}

.subject_card>p {
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 5px;
    overflow: hidden;
    max-height: 60px;
}
.navbar-light .navbar-toggler {
	border:0;
}

.other a {
    text-decoration: none;
    margin: 5px 5px 5px 0;
}
.dropdown-item {
	
    padding: .5rem;
}