/*
Theme Name: theforest
Description: Theme for our brokers
Version: 3.0
Author: Kirill Everett
Author URI: #
*/

/* General */

.site-main {
    min-height: calc(100vh - 624px);
}

/* Header */

.header {
    height: 80px;
    background: white;
    box-shadow: 0px 0px 20px 0px #525c6d33;
    width: 100%;
}

.site_logo {
    display: inline-block;
    max-width: 100%;
}

.site_imageLogo {
    width: 80px;
}

.success-message {
    color: green;
    font-weight: bold;
    margin-top: 10px;
}

.authenticate_login {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #353535;
    text-decoration: none;
    transition: all 0.2s ease;
}

.authenticate_login svg {
    transition: all 0.2s ease;
}

.authenticate_login:hover {
    color: #0c66e4;
}

.authenticate_login:hover svg {
    fill: #0c66e4;
}

.click-to-read-msg {
    text-decoration: none;
    color: white;
}

#notification_count {
    position: relative;
    background: #0c66e4;
    color: white;
    font-size: 10px;
    top: -10px;
    padding: 3px 6px;
    border-radius: 30px;
}

.notifsmall {
    list-style: none;
    margin-left: 10px;
}

#toggleMenuAction {
    list-style: none;
    padding: unset;
    position: relative;
}

.menuBoxOpen {
    min-width: 110px;
    width: 100%;
    padding-bottom: 5px;
    position: absolute;
    display: none;
    z-index: 99999;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #f1f1f1;
}

.smallLineInMenuBox {
    margin: auto;
    text-align: left;
    padding: 5px;
    width: 80%;
}

.smallLineInMenuBox {
    color: #0c66e4;
    text-transform: uppercase;
    font-size: 13px;
}

.smallLineInMenuBox a {
    color: #0c66e4;
    text-decoration: none;
}

/* bcgalgo */

.dt-buttons {
    display: none;
}
.mod-text{
    display: none;
}
@media (max-width:991px) {
    .mod-text{
        display: block;
    }
}

.grecaptcha-badge{
    display: none!important;
}