.lf-member-form-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 10%;
}

.hide {
    display: none;
}

.co-form {
    /* background-color: #fff; */
    padding: 50px;
}

.co-form__group {
    width: 100% !important;
    margin-top: 20px;
    position: relative;
}

.co-from__title {
    text-align: center;
}

.co-form .co-form__group>.co-form__input {
    width: 100% !important;
    padding: 10px 0px 10px 20px;

    /* padding: 20px !important;
    padding-left: 0 !important;
    padding-right: 0 !important; */
    /* border-radius: 6px; */
    border-bottom: 1px solid rgba(99, 98, 98, 0.353) !important;
    border: none;
    outline: none !important;
}

.co-form__button {
    width: 100%;
    padding: 10px 50px;
    background-color: #01589C;
    border: 1px solid #01589C;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

.co-form__button:hover {
    background-color: #045ea2;
    transition: .5s;
    border-radius: 5px;
    color: #fff;
}

label.error.fail-alert {
    color: red;
    padding: 2px 0 6px 6px;
    width: 100%;
}

.co-form__input.valid.success-alert {
    border-bottom: 2px solid #4CAF50 !important;
    color: green !important;
}

.co-form__control-group {
    display: flex;
    flex-basis: 100px;
}

.co-form__plus-btn {
    position: static;
    top: 0;
    width: 100%;
    height: 57px;
    max-height: 57px;
}

.co-form__controls {
    width: 90%;
}

.co-form__controls-btn {
    width: 10%;
}

.co-form__input-add {
    width: 90%;
    margin-top: 20px;
    padding: 20px;
    padding-left: 10px;
    padding-right: 0;
    /* border-radius: 6px; */
    border-bottom: 1px solid rgba(99, 98, 98, 0.353) !important;
    border: none;
    outline: none;
}

.co-form__input-add-btn {
    padding: 6px;
    position: relative;
    /* top: 10px; */
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 50px;
}

.co-form__group-radios {
    display: flex;
}

.co-form__group-radios-wrap {
    display: flex;
    margin-left: 50px;
}

.co-form__group-select {
    padding: 20px;
}


.co-form .text-muted {
    color: #aaa;
    font-size: 14px;
}


.strength_meter p {
    color: #fff;
    padding: 2px 6px;
    margin: 10px 0px;
    font-size: 16px;
}



.strength_very_weak {
    background-color: red;
}

.strength_weak {
    background-color: #cad847;
}

.strength_good {
    background-color: #3de43d;
}

.strength_very_strong {
    background-color: green;
}


/* profile form css */
.form-control {
    border-radius: 10px !important;
}

.form-control:focus {
    box-shadow: none;
    border-color: #BA68C8 !important;
}

.btn-secondary {
    padding: 0 10px;

}

.profile-button {
    background: rgb(99, 39, 120);
    box-shadow: none;
    border: none
}

.profile-button:hover {
    background: #682773
}

.profile-button:focus {
    background: #682773;
    box-shadow: none
}

.profile-button:active {
    background: #682773;
    box-shadow: none
}

.back:hover {
    color: #682773;
    cursor: pointer
}

.labels {
    font-size: 14px;
}

.add-experience:hover {
    background: #BA68C8;
    color: #fff;
    cursor: pointer;
    border: solid 1px #BA68C8
}

input {
    border: 1px solid #ced4da !important;
}

.co-form-avatar img.avatar {
    border-radius: 50%;
    width: 150px;
}

.co-form__input-add {
    border-radius: 10px !important;
}

.co-form__input-add:focus {
    border-color: #BA68C8 !important;
}

.plus-icon__form {
    color: #000;
    bottom: 10px;
    position: relative;
    margin-left: 10px;
    text-decoration: none;
    font-size: 14px;
}

.avatar-plus__icon {
    right: 20% !important;
    top: 0% !important;
    position: absolute;
}

.avatar-name {
    margin-top: 30px;
}

.nav-link {
    display: block !important;
    background: transparent;
    border: none !important;
    color: #000;
    outline: #000 !important;
    position: relative;
    text-align: left;
}

.nav-pills .nav-link.active {
    background-color: #14456b !important;
}

.nav-link::after {
    content: '\203A';
    position: absolute;
    right: 20px;

}

.tab-button {
    display: inline-block;
    text-decoration: none;
    background: #14456b !important;
    color: #FFF;
    font-family: "Rubik", sans-serif;
    padding: 8px 0;
    border-radius: 4px;
    text-align: center;
    border: 2px solid #14456b;
    transition: all 250ms ease-in;
    text-transform: uppercase;
    font-size: 18px;
    width: 200px;
    font-size: 16px;
}

.tab-button:hover {
    background: #14456b !important;
}

/* upload modal box css */
.image_area {
    position: relative;
}

/* 
img {
    display: block;
    max-width: 100%;
} */

.preview {
    overflow: hidden;
    width: 100%;
    height: 160px;
    margin: 10px;
    border: 1px solid red;
    display: block !important;
}

.modal-lg {
    max-width: 1000px !important;
}

.overlay {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.5);
    overflow: hidden;
    height: 0;
    transition: .5s ease;
    width: 100%;
}

.image_area:hover .overlay {
    height: 50%;
    cursor: pointer;

}

.text {
    color: #333;
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}



.lf-member-form-wrap .co-form {
    /* box-shadow: 0 1px 8px #00000087; */
    /* box-shadow: 0 0 0 0.5px rgb(0 20 40 / 10%), 0 2px 8px 0 rgb(50 55 90 / 20%); */
    border-radius: 5px;
    margin-top: 30px;
}

.lf-member-form-wrap .co-form .co-form__group {
    margin-bottom: 20px;
}

.lf-member-form-wrap .co-form .field-group {
    margin-bottom: 15px;
}

/* 
.lf-member-form-wrap .co-form .field-group button {
    display: inline-block;
    text-decoration: none;
    background: #ED752F;
    color: #FFF;
    font-family: "Rubik", sans-serif;
    padding: 8px 2px;
    border-radius: 4px;
    text-align: center;
    border: 2px solid #ED752F;
    transition: all 250ms ease-in;
    text-transform: uppercase;
    font-size: 18px;
    width: 200px;

} */

.co-form__button {
    display: inline-block;
    text-decoration: none;
    background: #14456b;
    color: #FFF;
    font-family: "Rubik", sans-serif;
    padding: 15px 30px;
    border-radius: 4px;
    text-align: center;
    border: 2px solid #14456b;
    transition: all 250ms ease-in;
    text-transform: uppercase;
    font-size: 18px;
    width: 300px;

}

#register-section input[type="checkbox"] {
    height: 20px;
    width: 20px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.text-avatar.avatar-120 {
    height: 120px;
    width: 120px;
    font-size: 28px;
}

.text-avatar.avatar-medium {
    height: 150px;
    width: 150px;
    font-size: 40px;
}

.author-headshot {
    text-decoration: none;
}

/*========Password Eye Icon Style ==========*/

.login-toggle-password {
    position: absolute;
    right: 10px;
    top: 10px;
}

.login-toggle-password-top {
    top: 45px;
}

.login-toggle-password-reg {
    top: 42px;
}

/*=========Welcome Page Style====================*/
.group-blog .standard-article {
    border-top: none;
}

/*=========Social Media Input CSS=================*/
.social-media-select {
    padding-top: 10px !important;
    border: 1px solid #ced4da !important;
}


/* =========== New Styles =============== */


ul.account-menu {
    list-style: none;
    display: flex;
    align-items: center;
    place-content: flex-end;

    margin: 0;
    position: absolute;
    top: 52px;
    right: 0;

}

.account-menu li {
    margin-left: 10px;
}

.account-menu li.btn {
    width: auto;
    background-color: #ED752F;
    border-radius: 5px;
    display: inline-block;
    text-decoration: none;
    background: #ED752F;
    color: #FFF;
    font-family: "Rubik", sans-serif;
    padding: 11px 22px;
    border-radius: 4px;
    text-align: center;
    border: 2px solid #ED752F;
    transition: all 250ms ease-in;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.account-menu li.btn:hover {
    background-color: #fff;
    color: #ED752F;
}

.account-menu li.btn:hover a {
    color: #ED752F;
}

.account-menu li.btn a {
    margin: 0;
    font-size: 16px;
}

.account-menu li a {

    text-decoration: none;

}

.account-menu li.btn a {
    color: #fff;

}

.account-menu li img.avatar {
    border-radius: 50%;
    width: 60px;
}

ul.account-menu li>ul {
    list-style: none;
    display: none;
}

ul.account-menu li:hover>ul {
    display: block;
    position: absolute;
}

ul.account-menu {
    margin: 0;
    position: relative;
    top: 57px;
}

.account-menu li a {
    color: #14456b;
    font-size: 18px;
    margin-right: 15px;
}


.text-avatar {
    background-color: #01589C;
    border-radius: 50%;
    color: #fff;
    padding: 10px;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    color: #fff;
    padding: 10px;
    display: block;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.account-menu li>ul {
    list-style: none;
    display: none;
    margin: 0;
    background: #fff;
    z-index: 999;
    padding: 10px 10px;
    border: 1px solid #ccc;
    width: 200px;
    right: 50px;
    top: 32px;
}

ul.account-menu li>ul li {
    margin: 0;
    display: block;
    width: 100%;
    margin: 10px 0;
    text-align: right;
}

ul.account-menu li>ul li.logout {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
}

ul.account-menu li>ul li.logout a {
    color: #3ea3ca;
}

ul.account-menu li>ul li:hover a {
    text-decoration: underline;
}

ul.account-menu>li:first-child>a::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 8px;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.4em solid #14456b;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
    position: relative;
    top: 3px;
}

ul.account-menu>li:first-child>a.loginSec:hover {
    text-decoration: underline;
}

ul.account-menu>li:first-child>a.loginSec::after {
    content: none;
}


ul.account-menu li>ul.avatar-submenu {
    right: 0;
    top: 20px;
}


.profile-button,
.profile-button:hover {
    background: #ED752F !important;
    border: none;
}

.profile-button:disabled {
    background: #ccc !important;

}

.preview {
    display: none !important;
}

.ab-top-menu .admin-bar-search .adminbar-input {
    padding: 0 !important;
    height: 33px !important;
}

.menupop.with-avatar .text-avatar {
    display: none
}



.auth-wrapper {
    background-color: #eee;
}

.auth-left {
    background-color: #01589C !important;
    color: #fff;


}

.auth-left-content {
    padding: 10% !important;
    /* padding-top: 7.4vw !important; */
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 15%;
}

.auth-left img {
    width: 65%;
    position: relative;
    /* left: 4.5vw; */
}

.auth-left p {
    color: #fff;
    margin-top: 20px;
    font-size: 24px;
    text-transform: none;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    width: 100%;
    margin: 42px auto 20px auto;
    letter-spacing: 0;
    /* margin-left: 4.5vw; */

}

.h-100 {
    height: 100% !important;
}

.auth-wrapper .col-md-7 {
    background: #eee;
}

.auth-wrapper .col-md-7 .co-form form h1 {
    font-size: 40px;
}

.auth-wrapper .col-md-7 .co-form form .co-form__group {
    width: 80% !important;
}

.auth-wrapper .col-md-7 .co-form form .co-form__group input {}

.auth-wrapper .col-md-7 .co-form form .field-group button {
    display: inline-block;
    text-decoration: none;
    background: #14456b;
    color: #FFF;
    font-family: "Rubik", sans-serif;
    padding: 15px 0;
    border-radius: 4px;
    text-align: center;
    border: 2px solid #14456b;
    transition: all 250ms ease-in;
    text-transform: uppercase;
    font-size: 18px;
    width: 300px;
}

.auth-wrapper .col-md-7 .co-form .field-group button:hover {
    border: 2px solid #045ea2;
}

.auth-wrapper .col-md-7 .co-form .field-group a {
    font-family: "Rubik", sans-serif;
    font-size: 16px !important;
}

.auth-wrapper .col-md-7 .co-form p,
.auth-wrapper .col-md-7 .co-form input,
.auth-wrapper .col-md-7 .co-form label .auth-wrapper .col-md-7 .co-form .form-hint {
    font-family: "Rubik", sans-serif;
    font-size: 16px !important;
}

.auth-wrapper .col-md-7 .co-form p strong a {
    font-family: "Rubik", sans-serif;
    font-size: 16px !important;
}

#register-step .co-form__group input {
    margin-bottom: 0;
}

#register-step .co-form__group input,
#register-step .co-form__group label,
#register-step .co-form__group p,
#register-step .co-form__group a {
    font-family: "Rubik", sans-serif !important;
    font-size: 16px !important;
}

#register-step {
    width: 100%;
}

.regSec .co-form__button {
    width: 100% !important;
}


.reg-form {
    width: 100% !important;
}

.reg-form .form-hint {
    line-height: normal !important;
    margin-bottom: 10px;
}

.reg-form .co-form__button {
    width: 100% !important;
}

.regSec .co-form__group.strength_meter_wrap.position-relative .login-toggle-password-reg {
    top: 55px;
}

.regSec .co-form__group.position-relative .login-toggle-password {
    position: absolute;
    right: 10px;
    top: 15px;
}

.reg-form .form-hint {
    font-family: "Rubik", sans-serif;
    font-size: 13px !important;
}


#register-step .co-from__title {
    text-align: left;
}

#register-step .co-form__group {
    margin-bottom: 12px !important;
    margin-top: 12px !important;
}

#forgot-password-section {
    position: relative;
    top: -6vh;
}


.auth-sec .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.auth-sec .row .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.auth-sec .row .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}


.site-header-top {
    padding-bottom: 8px !important;
    position: relative;
    overflow: visible;
    height: 115px;
}

.profile_left_menu {
    width: 100%;
    margin-top: 75px !important;
}

.profile_avatar_section {
    width: 100%;
    margin-top: 75px !important;
    padding: 0px 50px;
}

.public_profile_section {
    margin-top: 15px
}


@media(max-width: 767px) {

    .auth-sec .row .col-md-7,
    .auth-sec .row .col-md-5 {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        max-width: 100%;
        flex: 100%;
    }

    /* .site-navigation {
        margin-top: 30px;
    } */

    ul.account-menu {
        margin: 0;
        position: relative;
        top: 18px;
    }

    .account-menu li a {
        font-size: 14px !important;

    }

    .account-menu li.btn {
        font-size: 12px !important;
        display: block !important;
        margin-left: 0;
        background-color: transparent;

        padding: 0px;
        border: 0;
    }

    .account-menu li.btn a {
        font-size: 14px !important;
        display: block !important;
        width: 120px !important;
        color: #14456b !important;
    }

    .site-header-top {
        height: auto;
    }

    .site-header-top .site-logo {
        width: 120px !important;
        top: 15px;
        position: relative;
        margin-right: 0;

    }

    #register-step {
        width: 100%;
    }

    .auth-wrapper .col-md-7 .co-form form .co-form__group {
        width: 100% !important;
    }

    .auth-wrapper .auth-left {
        margin-top: 0 !important;
    }

    .auth-wrapper .lf-member-form-wrap {
        padding-top: 0;
    }

    .auth-wrapper .co-form {
        margin-top: 0 !important;
    }

    .auth-wrapper .col-md-7 {
        background: #eee;
    }

    .auth-wrapper .col-md-7 .co-form form h1 {
        font-size: 22px;
    }

    .auth-wrapper .auth-left h4 {
        font-size: 18px;
    }

    .auth-wrapper .auth-left h4 br {
        display: none;
    }

    .auth-wrapper .auth-left {
        padding: 50px !important;
    }

}


.header-signup-our-newsletter-container {
    top: 62%;
    width: auto;
    display: inline;
    position: absolute;
    right: 28%;
    display: none !important;
}

/* #check-account-section{
    display: block !important;
}
#register-form{
    display: block !important;
} */

/* 
.site-navigation .search-box-button {
    margin: 0 0 0 15px;
} */


/* 

.site-navigation {
    margin-top: 80px;
}

.site-header-top {
    overflow: inherit;
}


body {
    overflow-x: hidden !important;
}

.site-header-top .site-tagline {
    top: 72px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    font-size: 18px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover {
    border-bottom: 2px solid #14456b;
}


.group-blog .standard-article {
border-top: 2px solid #3ea3ca;
max-width: 1400px;
margin-left: auto;
margin-right: auto;
padding-top: 30px;
}

.group-blog .standard-article .container.rounded {
    margin-top: 0 !important
}

.group-blog .standard-article .container.rounded .co-form-avatar .font-weight-bold {
    display: none;
}

.group-blog .standard-article .container.rounded .co-form-avatar .text-black-50 {
    display: block;
    margin-top: 15px;
}

.group-blog .standard-article .container.rounded .co-form-avatar {
    position: relative !important;
}

.group-blog .standard-article .container.rounded .co-form-avatar .avatar-plus__icon {
    right: 40%;
    top: 25%;
    z-index: 999;
    cursor: pointer;
}

.group-blog .standard-article .container.rounded .co-form-avatar .avatar-plus__icon svg {
    height: 20px;
    width: 20px;
}


.post-20924 .wrap {
    width: 100%;
}


.menu-footer-menu-container #secondary-menu {
    padding-left: 0;
}

.site-footer .social-links {
    padding-left: 0;
}



.site-header-top {
    position: relative;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item>ul.mega-sub-menu {
    padding: 15px !important;
}

.page-content #pp-password-reset-1-wrap.pp-form-container.pp-password-reset-wrap {
    max-width: 100% !important;
    width: 100%;
}

.page-content #pp-password-reset-1-wrap.pp-form-container.pp-password-reset-wrap .ppbs-headline {
    text-align: left;
}

.page-content #pp-password-reset-1-wrap.pp-form-container.pp-password-reset-wrap .pp-form-field-wrap .pp-form-field-input-textarea-wrap input {
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0 !important;
}

.page-content #pp-password-reset-1-wrap.pp-form-container.pp-password-reset-wrap .pp-form-submit-button-wrap {
    margin: 0 !important;
}

.page-content #pp-password-reset-1-wrap.pp-form-container.pp-password-reset-wrap .pp-form-submit-button-wrap input {
    position: static !important;
    width: 300px !important;
    display: inline-block;
    text-decoration: none;
    background: #14456b !important;
    color: #FFF;
    font-family: "Rubik", sans-serif;
    padding: 15px 30px;
    border-radius: 4px;
    text-align: center;
    border: 2px solid #14456b;
    transition: all 250ms ease-in;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 0 !important;
}

.page-content #pp-password-reset-1-wrap.pp-form-container.pp-password-reset-wrap .pp-form-submit-button-wrap input:hover {
    color: #fff !important;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width.ppsbl-pill {
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.page-content #pp-password-reset-1-wrap.pp-password-reset-wrap .pp-form-container .ppress-form-bottom-links {
    text-align: left;
}

.page-content #pp-password-reset-1-wrap.pp-password-reset-wrap .pp-form-container .ppress-form-bottom-links a {
    font-size: 18px;
    color: #14456b !important;
    text-decoration: underline;
}

*/


.profile-tab {}

/* Style the buttons that are used to open the tab content */
.profile-tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 5px;

}

/* Change background color of buttons on hover */
.profile-tab button:hover {
    background-color: #14456b;
    color: #fff;

}

/* Create an active/current "tab button" class */
.profile-tab button.active {
    background-color: #14456b;
    color: #fff;
}

/* Style the tab content */
.profile-tabcontent {
    display: none;
}

.profile-tabcontent.active {
    display: block;
}

.d-flex {
    display: flex;
    flex-direction: column;
}

.text-center {
    text-align: center;
}

.position-relative {
    position: relative;
}

.profile_meta_form .field-group {}

.text-uppercase {
    text-transform: uppercase;
}

.border-right {
    border-right: 1px solid #ccc;
    padding: 0px 20px;
}

.flex-wrap {
    flex-wrap: wrap;
    display: flex;
}

.toclone {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

input[type=password] {

    position: relative;
    max-width: 100%;
    width: 100% !important;
    height: 47px !important;
    background-color: #fff;
    margin-bottom: 16px;
    padding: 14px 12px !important;
    border-radius: 0;
    border: 1px solid #6c6c6c;
    font: normal 20px/25px "Crimson Text", serif;
    color: #333 !important;
    -webkit-appearance: none;
    -webkit-transition: border-color 250ms ease-in-out, color 250ms ease-in-out;
    transition: border-color 250ms ease-in-out, color 250ms ease-in-out;
}

#culinary_brand_wrap,
#food_blogger_wrap,
#social_media_influencer_wrap {
    display: none;
}

#uploaded_image {
    display: flex;
    justify-content: center;
}



.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* 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.4);
    /* Black w/ opacity */
}

/* Modal Content/Box */
.modal .modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
    /* Could be more or less, depending on screen size */
}

.modal .modal-body {
    overflow: hidden;
    margin: 20px;

}

/* The Close Button */
.modal .btn-close {
    border: none;
    background: none;
    font-size: 24px;
}

.modal .btn-close:hover,
.modal .btn-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal .btn-close-welcome {
    border: none;
    background: none;
    font-size: 24px;
}

.modal .btn-close-welcome:hover,
.modal .btn-close-welcome:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal .modal-header {
    display: flex;
    justify-content: space-between;
}

.modal .modal-footer {

    display: flex;
    justify-content: end;

}

.custom-page-header {
    margin-bottom: 15px;

}

.custom-page-header h1 {
    font-size: 38px;
}

i.hide {
    display: none !important;
}


#question-step .field-group {
    margin-bottom: 0px !important;
}

.questionary-section {
    margin-bottom: 15px;
}

.btn {
    cursor: pointer;
}

.profile-nick-name {
    display: flex;
    align-items: baseline;
}

.profile-nick-name input {
    width: 175px !important;
}

.byline-textarea {
    height: 80px !important;
}

.biography-textarea {
    height: 105px !important;
}

.small-text {
    font-size: 14px;
    line-height: 16px !important;
}

.contest-wrap {
    margin-top: 15;
}


.contest-wrap .btn {
    padding: 5px 15px;
    color: #FFF;
    background: #14456b;
    box-shadow: none;
    border: none;

}


.contest-wrap .contest-item {
    margin-top: 25px;
}

.contest-wrap .contest-item-bottom {
    text-align: right;
}