/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 9, 2023, 8:59:24 PM
    Author     : Bheema
*/

html, 
body {
    height: auto;
    min-height: 100%;
}
footer, footer p {
    background: black;
    color: white;
    float: left;
    width: 100%;
}
footer hr.border-white {
    margin-top: 0;
}
.navbar-brand span {
    font-size: 14px;
}
.form-group {
    margin-bottom: 1rem;
}
.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}
.hide,
.hidden {
    display: none !important;
}
.no-margin {
    margin: 0;
}
.pull-left {
    float: left !important;
}
.pull-right {
    float: right !important;
}
.form-group .col-sm-8,
label.control-label {
    float: left;
}
label.control-label {
    text-align: right;
}
.radio-inline input[type="checkbox"], .radio-inline input[type="radio"] {
    margin-right: 5px;
}
.radio-inline {
    margin-right: 20px;
}
.card-header {
    font-weight: bold;
    background: black;
    color: white;
}
.preview-box {
    border: 1px solid black;
}
.dropdown-menu {
    padding: 0;
}
.dropdown-item {
    background: #343a40;
    color: white;
}
.nav-item {
    text-align: center;
}
.nav-item .bi {
    color: white;
    font-size: 21px;
}

.login_popup {
    background: white;
    width: 300px;
    height: 300px;
    position: absolute;
    z-index: 2;
    text-align: center;
    top: 100px;
    display: none;
}
body.sub-page main .container{
    margin-top: 40px;
}
.form-group.hidden_field {
    display: none;
}
main.py-4 {
    margin-top: 4rem;
}
p.quote_content img {
    float: left;
    margin-right: 1rem;
}
.collapse.show {
    display: block;
}
.accordion-header, .accordion-header .accordion-button
{
    background: black;
    color: white;
}
h1.accordion-header .accordion-button{
    text-align: center;
}
.news_box img {
    max-width: 100%;
}
.card-body img {
    max-width: 100%;
}
.login_popup {
    height: auto;
    min-height: 200px;
    z-index: 5;
    padding: 20px;
    top: 150px;
    background: white;
    width: 300px;
    position: fixed;
    text-align: center;
    top: 100px;
    border-radius: 10px;
    left: 45%;
    display: none;
    box-shadow: 0px 1px 1px 1px black;
}
#login_btn {
    margin-top: 20px;
    width: 170px;
}
.close_login_popup {
    position: absolute;
    right: 0;
    color: red;
    top: -7px;
    font-size: 21px;
}
.prompt-item {
    border: 1px solid;
    float: left;
    width: 100%;
    padding: 0 5px;
    cursor: pointer;
    color: black;
    background: white;
    max-width: 320px;
}
.autofill {
    min-width: 320px;
    max-width: 90%;
    position: absolute;
}
.quote_content img {
    max-width: 150px;
}
.news_title {
    font-weight: bold;
}
.accordion-body {
    max-height: 300px;
    overflow-y: scroll;
}
.navbar.navbar-expand-md.fixed-top {
    border-bottom: 1px solid #EF4069;
}
body.home-page .add-clipping-btn {
    vertical-align: middle;
    font-size: 32px;
    color: orange;
}
.prompt-item a {
    text-decoration: none;
    color: black;
}
.prompt-item a:hover {
    text-decoration: none;
    color: orangered;
}
main.py-4 {
    margin-top: 48px;
}
.summary_panel p label {
    font-weight: bold;
    color: grey;
}
h1.accordion-header.explore_title .accordion-button {
    font-weight: bold;
}
.nav-pills .nav-link {
    border-bottom: 1px solid;
    border-radius: 0;
}
.related_desc h3 {
    font-size: 1.25rem;
}
.col.related_item {
    padding-left: 5px;
    padding-right: 5px;
}
.sidebar .badge.rounded-pill {
    right: 0% !important;
}
.card-body .card-content {
    height: 208px;
    overflow: hidden;
    margin-bottom: 20px;
}
.explore_title .add-sc-btn {
    right: 2rem;
    position: absolute;
    top: 9px;
    z-index: 2;
}