/*
Theme Name: Twenty Twenty-Two Child
Theme URI: https://diviextended.com/
Author: Elicus Technologies
Author URI: https://elicus.com
Template: twentytwentytwo
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
body {
    font-family: Arial, sans-serif;
    background-color: #2e2e2e;
    color: #f1f1f1;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.mini-social-wrap .mo_oauth_login_button_icon_widget {
    border-right: 0 !important;
}

.page-id-63 .edwiser-bridge .eb-login-button {
    margin-top: 0 !important;
}

.page-id-63 #header,
.page-id-63 hr,
.page-id-63 #footer {
    display: none;
}

.login-form-con div#user_login {
    border: unset !important;
}

.login-form-con div#user_login .eb-wrap-login-form {
    padding: 0 !important;
    border: unset !important;
}

.login-form-con div#user_login .eb-wrap-login-form .form-row {
    margin: 0 !important;
    padding: 0 0 25px 0 !important;
}

.login-form-con div#user_login {
    margin-top: 10px;
}

.login-form-con div#user_login .eb-wrap-login-form p {
    margin: 0 !important;
}

.login-form-con div#user_login .eb-profile-txt-field input[type="text"],
.login-form-con div#user_login .eb-profile-txt-field input[type="password"] {
    border-radius: 10px;
    border: 1px solid #ccc !important;
    height: 50px;
}

.login-form-con div#user_login .eb-wrap-login-form .et_pb_contact_submit {
    margin-top: 1rem;
    width: 100%;
    border-radius: 10px;
    border: 0;
    background: #4C5E4A;
    color: white;
    font-weight: 600;
    font-size: 1rem;
    padding: 0.6rem 0;
    cursor: pointer;
    height: 50px;
}

::placeholder {
    color: #ccc !important;
}

.login-form-con .mo_oauth_login_button_widget {
    /* display: flex;
    justify-content: center;
    align-items: center;
    gap:30px; */
    border: 1px solid #008ec2;
    border-radius: 3px;
    height: 50px !important;
    width: 270px;
    position: relative !important;
    margin-top: 15px;
}

.login-form-con .mo_oauth_login_button_icon_widget {
    display: inline-block;
    color: #fff;
    margin-left: 10%;
    margin-right: 5%;
    height: 50px;
    padding-right: 5%;
    padding-top: 3%;
    font-size: 30px;
}

.login-form-con .mo_oauth_login_button_widget {
    box-shadow: none !important;
    background-color: #c44d29 !important;
    border: none;
    border-radius: 10px;
}

.mo_oauth_login_button_text_widget {
    margin: 0 !important;
    color: #fff !important;
    display: inline-block !important;
    font-size: 17px !important;
    line-height: 0 !important;
    padding: 0 !important;
    font-weight: 600 !important;
    /*position: absolute;
    width: 100%;
    left: 59px;
    top: 20px; */
}

.tab-container {
    display: flex;
    flex-direction: row;
    background-color: #1e1e1e;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0px auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.tab-container.profile-dashbord .tabs {
    display: flex;
    flex-direction: column;
    background-color: #80947e;
    width: 300px;
    padding-top: 16px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    position: relative;
    z-index: 99;
    transition: transform 0.7s ease;
}

.tab-container.profile-dashbord.sidebar.hidden .tabs {
    position: absolute !important;
    height: 100% !important;
}

.tab-container.profile-dashbord.sidebar.hidden .tab-content {
    width: 100% !important;
    margin-left: 0 !important;
    transition: transform 0.7s ease;
}

.tab-container.profile-dashbord .profile-logo {
    text-align: center;
}

.profile-dashbord .profile-logo img {
    width: 160px;
}

.profile-dashbord .profile-user-info {
    text-align: center;
    margin: 20px 0;
}

.profile-dashbord .profile-user-info img {
    width: 150px;
    height: 146px;
    border-radius: 100%;
}

.profile-dashbord .profile-user-info h2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #fff;
    margin: 11px 0 5px 0;
}

.profile-dashbord .profile-user-info p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    margin: 0;
}

.profile-dashbord .tab-links {
    background-color: inherit;
    color: #ffffff;
    padding: 15px 22px;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.3s;
    font-size: 18px;
    cursor: pointer;
    white-space: nowrap;
    border-top-right-radius: 140px;
    border-bottom-right-radius: 140px;
    margin: 7px 18px 7px 0px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.profile-dashbord .tab-links img {
    width: 20px;
    height: auto;
}

.profile-dashbord .tab-links:hover,
.profile-dashbord .tab-links.active {
    background-color: #abb8ac;
    color: #fff;
}

.profile-dashbord .search-container {
    display: block;
    position: relative;
    width: 88%;
    margin: 3px auto 12px 12px;
}

.profile-dashbord input#search-bar {
    margin: 0 auto;
    height: 45px;
    padding: 2px 28px;
    font-size: 1rem;
    border: 1px solid #D0CFCE;
    outline: none;
    background: #abb8ac;
    color: #fff;
    border-radius: 100px;
}

.profile-dashbord input#search-bar:focus {
    border: 1px solid #ffffff;
    transition: 0.35s ease;
    color: #ffffff;
}

::placeholder {
    color: #fff;
}

.profile-dashbord input#search-bar:focus::-webkit-input-placeholder {
    transition: opacity 0.45s ease;
    opacity: 0;
}

.profile-dashbord input#search-bar:focus::-moz-placeholder {
    transition: opacity 0.45s ease;
    opacity: 0;
}

.profile-dashbord input#search-bar:focus:-ms-placeholder {
    transition: opacity 0.45s ease;
    opacity: 0;
}

.profile-dashbord .search-icon {
    position: absolute;
    float: right;
    width: 20px;
    height: 22px;
    padding: 6px;
    top: 7px;
    right: 18px;
    background: #80947e;
    border-radius: 100px;
}

.tab-container.profile-dashbord .tab-content {
    width: calc(100% - 160px);
    padding: 0;
    margin-left: -32px;
    position: relative;
    z-index: 1;
    transition: transform 0.7s ease;
}

.tab-content h2 {
    background: #c14d29;
    padding: 11px 100px;
    margin: 0;
}

.profile-dashbord .tab-content-item {
    display: none;
}

.tab-content-item h2 {
    margin-top: 0;
}

.profile-dashbord iframe {
    width: 100%;
    height: 850px;
    border: none;
}

.tab-container.profile-dashbord.sidebar.hidden .tabs {
    transform: translateX(-100%);
    transition: transform 0.7s ease;
}

.tab-container.profile-dashbord.sidebar .toggle-button {
    margin: 15px;
    padding: 7px 8px 3px 8px;
    background-color: #c14d29;
    color: #fff;
    border: 1px solid;
    cursor: pointer;
    position: absolute;
    left: 20em;
    top: 100px;
    border-radius: 120px;
}

.hidden .toggle-button {
    left: 21em !important;
}

.profile-dashbord.hidden .toggle-button {
    transform: rotate(180deg);
}

.tab-container.profile-dashbord.sidebar .toggle-button:hover {
    background-color: #c14d29;
}

.login-form-con {
    box-shadow: none !important;
}

.login-form .wdm-eb-user-login-form-wrap {
    background-color: transparent !important;
}

.login-form .wdm-eb-login-form-sec-1 {
    background-color: transparent !important;
}

.gif-video .e-hosted-video {
    aspect-ratio: auto !important;
}

.wdm-forgott-psw-link {
    display: none !important;
}

div#user_login label {
    color: #fff;
}

#eb-user-account-form::-webkit-input-placeholder {
    color: transparent !important;
}

/* Responsive Design */
@media (max-width: 1400px) {
    .profile-dashbord iframe {
        height: 700px;
    }
}

@media (max-width: 1199px) {
    .profile-dashbord iframe {
        padding: 0 30px;
    }

    .login-form-con {
        --width: 80% !important;
    }
}

@media (max-width: 991px) {
    .login-form-con {
        --width: 100% !important;
    }
}

@media (max-width: 767px) {
    .login-form-con {
        --width: 60% !important;
    }

    .profile-dashbord .tab-container {
        flex-direction: row;
        height: auto;
    }

    .profile-dashbord .tabs {
        flex-direction: row;
        width: 100%;
        overflow-x: auto;
        height: auto;
        white-space: nowrap;
    }

    /* .profile-dashbord .tab-links {
        flex: 1 1 auto;
        text-align: center;
        display: inline-block;
    } */
    .profile-dashbord .tab-links {
        padding: 12px 22px;
        font-size: 16px;
    }

    .profile-dashbord .tab-content {
        width: 100%;
    }

    .profile-dashbord input#search-bar {
        padding: 2px 19px;
    }

    .profile-dashbord .search-container {
        width: 84%;
    }
}

@media (max-width: 639px) {
    .login-form-con {
        --width: 80% !important;
    }
}

@media (max-width: 479px) {
    .login-form-con {
        --width: 100% !important;
    }
}