:root {
  /*  --green-dark: #1f6772;
    --brown-dark: #2A8B9A;
    --brown-light: #995757;*/
    --blue-dark: #0c55c9;
    --blue-light: #1E74FD;
}
html {
    font-size: 12px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*::before {
  content: none;
}
img.header-logo{
    max-width: 100px;
}
.bg-dark{
    background-color: var(--theme-color) !important;
}
a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus{
    background-color: var(--theme-color) !important;
}
.bg-current{
    background-color: var(--theme-color) !important;
}
a, a:hover, a:focus, a.active{
    color: var(--theme-color);
}

.footer-wrapper{
    background-color: var(--theme-color);
    padding: 30px 0 10px;
}
.footer-wrapper h5, .footer-wrapper p, .footer-wrapper a, .footer-wrapper a:hover, .footer-wrapper a:focus, .footer-wrapper a.active, .footer-wrapper ul li a{
    color: white !important;
}
.footer-wrapper h5{
    text-decoration: underline;
    font-weight: 700;
}
.footer-wrapper.bg-dark .middle-footer{
    border-top: 1px white solid !important;
}
.reader-dropdown-list{
    height: 60px;
    line-height: 60px;
    display: block;
    border: 2px #eee solid !important;
    border-radius: 7px !important;
    width: 100% !important;
}
.reader-dropdown-list.custom-list{
    height: 50px;
    border-radius: 0.25rem !important;
}
.md-country-picker-item {
    position: relative;
    line-height: 20px;
    padding: 10px 0 10px 40px;
}

.md-country-picker-flag {
    position: absolute;
    left: 0;
    height: 20px;
}

.mbsc-scroller-wheel-item-2d .md-country-picker-item {
    transform: scale(1.1);
}
#navbarNavDropdown .header-menu{
    display: contents !important;
}
.image-label img{
    width: 70%;
    border-radius: 8px;
}
/* HIDE RADIO */
.image-label [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* IMAGE STYLES */
.image-label [type=radio] + img {
    cursor: pointer;
}

/* CHECKED STYLES */
.image-label [type=radio]:checked + img {
    outline: 2px solid var(--theme-color) ;
    /*outline: 2px solid var(--green-light) ;*/
}
.user-image{
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.user-image img{
    width: 70px;
    height: 70px;
    object-fit: cover;
}
.line-height-custom{
    line-height: 1.2;
}
.font-24{
    font-size: 24px;
}
.font-20{
    font-size: 20px;
}
.font-24-to-18{
    font-size: 24px;
}
.alert {
    padding: 16px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400;
    top: 0;
    width: 90%;
}
.success {
    color: #0f5132;
    background: #d1e7dd;
}
.pointer{
    cursor: pointer;
}
@media only screen and (max-width: 992px) {
    .font-24-to-18{
        font-size: 18px;
    }
    .main-content{
        padding-top: 96px;
    }
}

.middel-div{
        margin: 0;
            background: url('/../images/corner-img-op50.png') no-repeat bottom left;
            background-attachment: fixed; /* Ensure the background image stays in place when scrolling */
            background-size: auto;
          
}

/* Media query for mobile devices */
@media (max-width: 767px) {
    .middel-div{
        background: url('/../images/corner-img-op50-500.png') no-repeat bottom left;
        background-attachment: fixed;
        background-size: auto; /* Adjust as needed */
    }
}

.dark-blue-text{
    color: var(--theme-color) !important;
}
