/*

Theme Name: theforest
Author: theforest
Author URI: http://www.theforest.com
Version: 1.0
*/

/* General
--------------------------------------------------------------- */
@import url("./fonts/celias-stylesheet.css");

@font-face {
    font-family: beacons;
    src:
        url("./fonts/beacons.eot") format("embedded-opentype"),
        url("./fonts/beacons.woff2") format("woff2"),
        url("./fonts/beacons.woff") format("woff"),
        url("./fonts/beacons.ttf") format("truetype");
}
.beacon {
    font-family: beacons;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    overflow-x: hidden;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    background-color: #ffffff;
}

.containLoginLine {
    background-color: #ffffff;
}

.vc_inner img {
    width: 100%;
    height: 600px;
}

hr {
    background: #d2d2d7;
}

.mobile_hr_menu {
    display: none;
}

.vc_item.vc_active {
    height: 600px !important;
}

i.fa.fa-comments-o:hover,
i.fa.fa-envelope-o:hover,
i.fa.fa-mobile:hover {
    color: #3aa3da;
}

@font-face {
    font-family: NexaBold;
    src: url("fonts/Nexa Bold.otf");
}

@font-face {
    font-family: NexaLight;
    src: url("fonts/Nexa Light.otf");
}

.site-header {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 1;
    top: 0;
    background-color: #121126;
}

#marqueecontainer {
    position: relative;
    width: 100%; /*marquee height */
    height: 276px; /*marquee height */
    overflow: hidden;
    font-size: 12px;
}

.navbar-inverse,
.navbar-default {
    background: transparent !important;
}

.menuBoxOpen {
    transition: all 0.5s ease-out;
}

.menuBoxOpen_anim {
    transform: matrix(1, 0, 0, 1, 0, -75);
}

#menu-item-22 a[href="/"] {
    display: none;
}

.navbar {
    border: none !important;
}

.ptw-message {
    background-color: whitesmoke;
    position: fixed;
    max-width: 250px;
    min-width: 250px;
    border: solid black 2px;
    min-height: 150px;
    max-height: 150px;
    display: table;
    border-radius: 5px;
    z-index: 9999 !important;
}

.message-box {
    top: 40px;
    right: 20px;
    margin: 5px;
    display: none;
    z-index: 9999 !important;
}

.x-button {
    position: absolute;
    background: #22a7ff;
    color: white;
    top: -15px;
    right: -15px;
    border-radius: 15px;
}

.click-button {
    position: absolute;
    background: #22a7ff;
    color: white;
    width: 50%;
    height: 25px;
    bottom: 5px;
    right: 25%;
    padding: 5px;
    text-align: center;
    line-height: 14px;
}

.message-text {
    padding: 5px;
    overflow: hidden;
    max-height: 105px;
    min-height: 105px;
    max-width: 250px;
    min-width: 250px;
    cursor: pointer;
    /*        -webkit-column-width: 250px;
            -moz-column-width:    250px;*/
    column-width: 250px;
}

.message-text a {
    color: blue !important;
    text-decoration: underline !important;
}

.message-text a:link {
    color: blue !important;
    text-decoration: underline !important;
}

.message-text a:hover {
    color: blue !important;
    text-decoration: underline !important;
}

#modal_div {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9998; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.5); /* Black w/ opacity */
}

.header {
    z-index: 9;
    position: absolute;
    width: 100%;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.mobilehead {
    width: fit-content;
    height: fit-content;
    text-align: center;
}

.containLoginLine2 {
    background-color: #67c9d6;
    /*  padding: 0 40px;*/
    background: linear-gradient(
        90deg,
        rgba(0, 212, 255, 1) 24%,
        rgba(9, 9, 121, 1) 64%,
        rgba(5, 4, 69, 1) 86%,
        rgba(2, 0, 36, 1) 98%
    );
    background: linear-gradient(90deg, rgb(122 156 197) 24%, rgb(8 8 107) 64%, rgb(5 4 69) 86%, rgb(2 0 36) 98%);

    background: white;
}

.logo-header img {
}

@media (max-width: 768px) {
    .logo-header img {
        max-width: 100%;
    }
}

.floatright {
    float: right;
    text-align: right;
    width: auto;
}

.sign_in_container,
.sign_up_container {
    background-image: url(https://www.pmgroup365.com/wp-content/uploads/2022/11/2h.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
}

.titles-main {
    font-family: "Celias";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: normal !important;
    word-wrap: break-word;
    font-size: 42px;
    line-height: 1.27 !important;
    font-weight: 300 !important;
    color: #242424;
    margin-bottom: 2rem;
}

.logo_link,
.logo_link:hover,
.logo_link:focus {
    color: unset;
    text-decoration: none;
}

.header_trading_logo a img {
    width: 120px;
    height: 50px;
}

#tph_site_header {
    background: rgba(0, 0, 0, 0.8) !important;
}

#toggleMenuActionMobile {
    background-color: transparent !important;
    border-bottom: transparent !important;
}

.form-inline {
    display: flex;
    align-items: center;
}

.btnnewplainmain {
    padding: 16px 20px;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #4d5ce5;
    text-decoration: none;
    margin-right: 8px;
}

.btnnewplainmain:hover {
    background: #f8fafd;
    border-radius: 8px;
    color: #4d5ce5;
    text-decoration: none;
}

.btnnewbluemain {
    background: #4d5ce5;
    border-radius: 8px;
    padding: 16px 20px;
    color: white;
}

.btnnewbluemain:hover {
    text-decoration: none;
    color: white;
    background: #4d5ce5;
}

.footer_menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
    /*margin-top: 50px;*/
}

.footer_menuTitle {
    margin-bottom: 25px;
    margin-top: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    color: #25282a;
    font-family: sans-serif;
}

.footer_menuLink {
    padding: 0;
    list-style: none;
}

.footer_menuLink a {
    display: inline-block;
}

.footer_logo {
    width: fit-content;
    height: fit-content;
    text-align: center;
}

.footer_logo .custom-logo-link img {
    width: 65%;
    height: 25%;
}

.footer_text_content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 50px;
}

.footer_copyright {
    text-align: center;
}

.form-login-popup {
    display: none;
    position: fixed;
    padding: 32px 20px 20px !important;
    border: unset !important;
    z-index: 20;
}

.form-login-popup.form-login-relative {
    display: block;
    position: relative;
    top: 0;
    z-index: 0;
}

.form-popup-canvas {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 20;
}

.login-popup-header {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: white;
    margin-bottom: 36px;
}

.btnnewblue {
    background: #4d5ce5;
    border-radius: 8px;
    padding: 16px 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: white;
    border-color: transparent;
}

.btnnewblue:hover {
    background: #4d5ce5;
}

.btnnewubunty {
    background: #4d5ce5;
    border-radius: 8px;
    padding: 16px 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: white;
    border-color: transparent;
}

.btnnewubunty:hover {
    background: #4d5ce5;
    transition: ease-in-out 0.3s;
}

.form-login-popup label {
    font-size: 14px;
    line-height: 16px;
    font-style: normal;
    font-weight: normal;
}

.form-login-popup input::placeholder {
    font-size: 14px;
    line-height: 16px;
    color: #475268;
    font-weight: normal;
}

.form-login-popup .help-block {
    margin-bottom: 0;
    margin-top: 4px;
}

.form-login-popup .checkbox input {
    width: 24px;
    height: 24px;
    border: 1px solid #b8c9ed;
}

.form-login-popup .checkbox span {
    display: inline-block;
    position: relative;
    margin-left: 14px;
    padding-top: 8px;
}

.form-login-popup .checkbox {
    margin-top: 20px;
    margin-bottom: 25px;
}

.form-login-popup button.btnnewdark {
    border: none;
    border-radius: 8px !important;
}

.login-footer {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.login-footer a {
    color: #2824b6;
}

.login-footer a:hover {
    color: #2824b6;
}

.hr-login {
    width: 100%;
    border-top: solid #e1e8f7 1px;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.forgot-password-link {
    font-size: 14px;
    line-height: 1.4;
    color: #2824b6;
}

.forgot-password-link:hover {
    color: #2824b6;
}

.loggedInList {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 0;
}

#notification_count {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #cc0000;
    color: white;
    border-radius: 10px;
    margin-left: 5px;
    margin-right: 2px;
}

#notificationBell {
    font-size: 15px;
    color: grey;
    height: 20px;
    width: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.click-to-read-msg {
    display: flex;
}

#toggleMenuAction {
    color: grey;
}

.click-to-read-msg:hover {
    cursor: pointer;
    text-decoration: none;
}

div.floatright.lemp {
    height: 50px;
    display: flex;
    align-items: center;
}

.menuBoxOpen {
    position: absolute;
    background: rgb(102 102 102 / 78%);
    padding: 7px 14px;
    margin-left: -11px;
    display: block;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 32%);
}

#toggleMenuAction .fa-caret-down {
    cursor: pointer;
}

.notifsmall {
    margin-left: 10px;
}

#user_email_navbar {
    cursor: default;
}

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

.smallLineInMenuBox a:hover {
    color: #e1e1e1;
    text-decoration: none;
}

.btn-btcbotpro {
    padding: 12px 32px;
    font-size: 16px;
    text-align: center;
    transition: opacity 0.2s linear 0s;
    font-weight: 500;
    line-height: 24px;
    border-style: solid;
    border-width: 1px;
    border-radius: 90px;
}

.login-btn {
    background: transparent;
    color: white;
    box-shadow: none;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: -0.009em;
    white-space: nowrap;
    line-height: 1;
    transition:
        color 450ms,
        background 450ms;
}

.login-btn:hover {
    opacity: 0.7;
}

.register-btn {
    background-color: #285cff;
    display: block;
    color: white;
    text-decoration: none;
    position: relative;
    border: 2px solid transparent;
    margin-left: 16px;
    box-shadow: none;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.009em;
    white-space: nowrap;
    line-height: 1;
    padding: 9px 22px;
    border-radius: 5px;
    transition:
        color 450ms,
        background 450ms;
}

.register-btn:hover {
    opacity: 0.7;
}

@media only screen and(max-width: 768px) {
    .containLoginLine2 .btcbotpro-right-menu {
        padding: 1px;
    }
    .btcbotpro-right-menu .mobile_nav {
        position: absolute;
        top: 7px;
    }
    .logo-header {
        width: calc(100vw - 35px);
        text-align: left;
        padding: 15px 6px;
    }
    .logo-header img {
        width: 150px;
    }

    .footer_text_content {
        flex-direction: column;
        text-align: justify;
        align-items: center;
    }

    .footer_text_content {
        margin-top: 10px;
    }

    .footer_menu {
        flex-direction: column;
    }

    #footer_menuLink_1,
    #footer_menuLink_2,
    #footer_menuLink_3,
    #footer_menuLink_4 {
        display: none;
    }

    .footer_menu {
        margin-top: 10px;
    }

    .mobile_hr_menu {
        display: block;
        margin-top: 10px;
    }

    .footer_menuTitle {
        margin-bottom: 5px;
    }

    .mobile_nav {
        float: right !important;
        margin-top: 5px;
    }

    .main-login-buttons-box {
        width: 100%;
        left: 0;
        bottom: 0;
        /* background-color: #FBFAFD; */
        justify-content: center;
        text-align: center;
        padding-bottom: 20px;
        margin-top: 5px;
        padding-top: 20px !important;
        padding-right: 0 !important;
    }

    #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
        margin-top: 50px;
    }

    .form-login-popup {
        width: 100%;
        left: 0;
    }

    .signin-row {
        display: block !important;
    }

    .sign_in_container {
        display: block;
    }
}

.btcbotpro-right-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.main-login-buttons-box a:hover {
    text-decoration: none;
}

@media only screen and(max-width: 360px) {
    .button-blue,
    .button-yellow {
        padding: 10px 30px !important;
    }
    .main-login-buttons-box {
        background: rgba(0, 0, 0, 0.8);
        top: calc(100vh - 50px);
        right: 0;
        left: 0;
        width: 100%;
    }

    .btnnewplainmain,
    .btnnewbluemain {
        padding-top: 10px;
    }
}

.LogoForm {
    height: 40px;
    width: 80px;
    border-radius: 4px;
    fill: #5841d8;
}

.register_form {
    background-color: white;
    position: relative;
    padding: 60px 0;
    height: 100vh;
}

.register_form:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;
    width: 30px;
    background: url(./images/bg-left.svg) no-repeat;
    background-size: contain;
}

.register_form:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -100px;
    width: 100px;
    background: url(./images/bg-right.svg) no-repeat;
    background-size: cover;
}

#main-body-container {
    background-color: white;
    position: relative;
    padding: 60px 0;
    height: 100vh;
}

#main-body-container:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;
    width: 30px;
    background: url(./images/bg-left.svg) no-repeat;
    background-size: contain;
}

#main-body-container:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -100px;
    width: 100px;
    background: url(./images/bg-right.svg) no-repeat;
    background-size: cover;
}

.fullsize {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}

.btnnewdark {
    opacity: 1;
    background-color: #4d5ce5;
    padding: 13px 40px;
    font-size: 19px;
    color: white !important;
    text-decoration: none !important;
    border-radius: 5px;
    float: left;
}

.btnnewdark:hover {
    background-color: #4d5ce5;
}

/***** footer *****/

footer {
    /* padding: 60px 0;

    background-image: url(/wp-content/themes/theforest/images/bg-white.png);
    background-position: center center;
    background-size: cover; */
}

footer .col-md-2,
footer .col-md-3 {
    text-align: left;
}

footer .title {
    font-size: 22px;
    line-height: 1.23;
    font-weight: 700;
    letter-spacing: -1.2px;
    font-family: "Celias";
}

footer .register-btn {
    margin-left: unset;
}

.footer-link {
    font-size: 14px;
    text-decoration: none;
    color: white;
    font-family: "Celias";
    font-weight: 500;
    margin: 0 0 8px;
    display: inline-block;
}

.footer-link:hover {
    color: white;
}

.footer-title {
    margin: 0 0 12px;
    text-align: left;
    font-size: 15px;
    color: #efcd76;
}

/***** general *****/

.textsize19 {
    font-size: 19px;
    padding: 0 15px;
}

.site-main {
    /* padding: 60px 0; */
}

.acc-type-box .acc-type-col {
    background-color: white;
    filter: drop-shadow(0px 10px 20px rgba(41, 41, 42, 0.07));
    width: calc(100% + 20px);
    position: relative;
    left: -10px;
    padding: 32px;
    border-radius: 24px;
}

.acc-type-col {
    text-align: center;
    color: black;
}

.acc-type-col p {
    font-weight: 500;
    font-size: 13px;
    line-height: 30px;
    margin-bottom: 6px;
}

div.acc-type-name {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    letter-spacing: -0.55px;
}

div.acc-type-price {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 30px;
    text-align: center;
    letter-spacing: -0.55px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.acc-type-col .btn-dark,
.btn-dark {
    min-width: 180px;
    background: #5d45dc;
    color: white;
    text-decoration: none;
    border: solid #5d45dc 1px;
}

.main-h1 {
    font-size: 48px;
    line-height: 60px;
    padding-bottom: 24px;
    padding-top: 24px;
    color: rgb(88, 65, 216);
    text-align: center;
}

.main-description {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    font-weight: 400;
    padding-bottom: 30px;
}

.legal-link {
    text-decoration: none;
    color: #5d45dc;
}

.legal-link:hover {
    color: #5d45dc;
}

#toggleMenuAction {
    color: #2077bd;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

#toggleMenuAction:hover {
    color: #2077bd;
}

#notificationBell {
    color: #171f30;
}

.menuBoxOpen {
    width: auto;
    background: #fff;
    border-radius: 4px;
}

.menuBoxOpen a {
    color: #171f30;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 20px;
    line-height: 26px;
}

.menuBoxOpen a:hover {
    color: #3861fb;
}

.addMe {
    z-index: 0 !important;
}

@media only screen and(max-width: 991px) and(min-width:901px) {
    div.floatright.lemp {
        position: relative;
        left: 55%;
        margin-top: 5px;
    }
}

.navbar {
    margin: unset !important;
    min-height: unset !important;
}

.white-background-tools {
    background-color: white;
    text-align: center;
    padding: 150px 0;
}

#mega-menu-wrap-primary #mega-menu-primary {
    white-space: nowrap;
}

li#Six_El_Manage {
    display: none !important;
}

.form-control {
    color: #545454 !important;
    background-color: #4a4a4a00 !important;
}

.td-element-style-before {
    opacity: 1 !important;
}

.tdb_loop .page-nav.td-pb-padding-side{
    display: none;
}

@media (max-width:992px){
    .mibile-display-none{
        display: none;
    }
    .mobile-flex-header{
        display: flex;
        justify-content: space-between;
    }
    .mobile-flex-header .navbar.navbar-default.navbar-inverse.floatleft.mobile_nav{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
