.brown-txt {
    color: #4d4236
}

.brown-bg {
    background-color: #4d4236
}

.white-txt, .white-txt a, .white-txt a:hover, .white-txt a:visited {
    color: #FFFFFF
}

.white-bg {
    background-color: #FFFFFF
}

.white-bd {
    border-color: #FFFFFF
}

.gray-txt, .gray-txt a, .gray-txt a:hover, .gray-txt a:visited {
    color: #6C6C6C;
}

.gray-bg {
    background-color: #6C6C6C;
}

.light-gray-txt, .light-gray-txt a, .light-gray-txt a:hover, .light-gray-txt a:visited {
    color: #cecece;
}

.light-gray-bg {
    /* background-color: #cecece; */
    background-color: #ebebe9;
}

.green-bg {
    background-color: #588921;
}

.dark-green-bg {
    /* background-color: #14431c; */
    background-color: #399F49;
}

.maroon-bg {
    background-color: #51000e;
}

.salmon-bg {
    background-color: #e64242;
}

.salmon-light-bg {
    background-color: #ed5a53;
}

.beige-bg {
    background-color: #a89576;
}

.mustard-bg {
    background-color: #bb7d15;
}

.dark-red-bg {
    background-color: #9D0200;
}

.beige-bg {
    background-color: #b8a587;
}

.blue-txt {
    color: #144E8C;
}

.blue-bg {
    background-color: #144E8C;
}

.dark-blue-txt {
    color: #061B3A;
}

.dark-blue-bg {
    background-color: #061B3A;
}

.blue-border {
    border: 2.5px solid #144E8C;
}

.bronze-bg {
    background-color: #B77E47
}

.silver-bg {
    background-color: #808080;
}

.gold-bg {
    background-color: #C9A34C;
}

.platinum-bg {
    background-color: #AEB3BD;
}

h1.title {
    font-size: 30px;
    font-weight: 100;
}

h3 {
    font-weight: 150;
}

h4 {
    font-size: 22px;
    font-weight: 150;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.row.no-gutters.keep-padding > * {
    padding-left: 15px;
    padding-right: 15px;
}

label {
    font-size: 12px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a, a:hover, a:visited {
    text-decoration: none;
    /* color: #FFFFFF; */
    /* color: #4d4236; */
}

.btn, .btn:hover,
input.form-control,
div.form-control {
    padding: 16px;
    /* border: 1px solid #DDDDDD; */
    border-radius: 32px;
    height: auto;
}

div.form-control.disabled {
    background-color: #e9ecef;
    opacity: 1;
}

.select2-container--default .select2-selection--single {
    border-radius: 32px;
    height: 58px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 20px;
    line-height: 58px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 58px;
    right: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 8px 7px 0px 7px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0px 7px 8px 7px;
}

div.input-group-prepend {
    border: 1px solid #DDDDDD;
    border-radius: 32px 0 0 32px;
}

.input-group-text {
    border-radius: 32px
}

.btn, .btn:hover, .btn:visited {
    /* border:none; */
    min-width: 178px;
    font-weight: bold;
    text-transform: uppercase;
}

.btn .indicator {
    padding: 5px 0;
}

.btn-primary-dark, .btn-primary-dark:hover, .btn-primary-dark:visited {
    background-color: #51000E;
    color: #FFFFFF;
}

.btn-danger, .btn-danger:hover, .btn-danger:visited,
.btn-primary, .btn-primary:hover, .btn-primary:visited {
    background-color: #9D0200;
    color: #FFFFFF;
}

.btn-primary-light, .btn-primary-light:hover, .btn-primary-light:visited {
    background-color: #E64343;
    color: #FFFFFF;
}

.btn-secondary, .btn-secondary:hover, .btn-secondary:visited {
    background-color: #6C6C6C;
}

.btn-success, .btn-success:hover, .btn-success:visited {
    background-color: #588921;
    color: #FFFFFF;
}

body {
    background: #F8F8F8;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    /*color: #4d4236;*/
    /* color: #7a6a58; */
}

#chartdiv, #chartdiv2 {
    width: 100%;
    height: 300px;
}

header {
    padding-top: 18px;
    padding-bottom: 18px;
}

main {
    margin-top: 0px;
    padding-top: 38px;
    padding-bottom: 38px;
    padding-left: 18px;
    padding-right: 18px;
    background: #FFFFFF;
    border-radius: 38px 38px 0 0;
    min-height: calc(100vh - 300px);
}

.full-width {
    width: 100%;
    flex: 0 0 100%;
}

@media screen and (max-width: 768px) {
    .col-wrapper.row {
        flex-wrap: nowrap;
        overflow-x: hidden;
    }

    .col-wrapper.row .col-left {
        overflow-y: scroll;
        max-height: 100vh;
    }

    .col-wrapper.row .col-middle {
        position: absolute;
        left: 0;
        transition-duration: 0.5s;
        transition-timing-function: ease-in;
    }

    .col-wrapper.row .col-middle.open {
        left: 83.33%;
        box-shadow: 1px 1px 28px 8px #000;
    }

    .sidemenu-item.profile-item {
        position: sticky;
        top: 0;
    }
}

.menu-toggle, .back-button {
    font-size: 28px;
    margin: 4px 18px;
}

footer {
    padding-top: 8px;
    padding-bottom: 8px;
    align-items: center;
    margin-bottom: 80px;
}

footer > * {
    text-align: center;
    padding: 8px 0;
}

.footer-powered {
    margin-top: 0;
}

.header-center {
    text-align: center;
    text-transform: uppercase;
}

.logo {
    padding-top: 70px;
    /* background-image: url(images/logo_w.png); */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.logo-white {
    background-image: url(images/logo_w.png);
}

.logo-blue {
    background-image: url(images/logo_b.png);
}

.subtitle {
    text-align: center;
    width: 100%;
    margin: 28px 0;
}

.box-title {
    text-align: center;
    margin-top: 28px;
}

.form-actions {
    text-align: center;
    margin-top: 28px;
    margin-bottom: 28px;
}

.form-action {
    display: inline-block;
}

.flex-box,
.additional-links {
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    max-width: 100%;
}

.form-login .form-actions .form-action {
    margin: 8px 0;
}

.additional-links .verification-links {
    margin: 18px 0;
    display: inline-block;
}

.additional-links {
    margin-top: 48px;
}

.login-links {
    margin-top: 0;
}

.login-links .other-links {
    margin-top: 48px;
    width: 100%;
}

.menu-item-user {
    display: flex;
    align-items: center;
    padding: 12px 8px;
}

.user-image-wrapper,
.user-info-wrapper {
    padding-left: 8px;
    padding-right: 8px;
}

.user-info-wrapper {
    text-align: left;
}

.user-info-wrapper > span {
    display: block;
    line-height: 1.1;
}

.user-info-wrapper .user-name {
    font-size: 24px;
    font-weight: bold;
}

.user-info-wrapper .user-email {
    font-size: 12px;
}

.user-image {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    border: 2px solid;
    font-size: 22px;
    padding: 11px;
    display: inline-block;
}

.sidemenu-item {
    padding: 8px 16px 8px 16px;
}

.sidemenu-item .sidemenu-item {
    margin-left: 18px
}

.sidemenu-item img {
    max-height: 80px;
}

.sidemenu-item-icon {
    display: inline-block;
    width: 18px;
    margin-right: 4px;
}

.sidemenu-item-fcf .sidemenu-item-icon {
    width: 100px;
}

.sidemenu-item-label {
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

.form-reset #form,
.verification-form #form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.form-reset #form {
    justify-content: center;
}

.form-reset #form > .form-group,
.verification-form #form > .form-group {
    flex: 0 0 100%;
}

.panel {
    margin: 10px;
}

.wallet-top-actions {
    text-align: center;
}

.wallet-top-actions .btn {
    margin: 10px;
    color: white;
}

.wallet-top-actions .btn-1 {
    background-color: #843940;
}

.wallet-top-actions .btn-2 {
    background-color: #e6262c;
}

.wallet-top-actions .btn-3 {
    background-color: #145629;
}

.wallet-top-actions .btn-4 {
    background-color: #ed5a53;
}

.wallet .panel-heading {
    /*background-color: #818386;*/
    background-color: #ededed;
    margin: 0px;
    padding: 20px 20px 1px 20px;
    color: #818386;
    text-transform: uppercase;
    text-align: left;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.wallet .panel-heading .panel-title {
    font-weight: bold;
}

.panel-status {
    font-weight: bold;
    text-align: right;
    padding-right: 0;
}

.wallet .panel-body {
    background-color: #ededed;
    margin: 0px;
    padding: 0px 20px 0px 20px;
    text-align: right;
}

.wallet .panel-body .list-field-label {
    color: #818386;
    /*text-transform: uppercase;*/
    font-size: 20px;
}

.wallet .panel-body .list-field-value {
    color: #818386;
    font-size: 26px;
    font-weight: bold;
}

.wallet .panel-body .row {
    margin-left: 20px;
    /*border-bottom: 2px solid #666666;*/
    padding-bottom: 20px;
}

.wallet .panel-footer {
    background-color: #ededed;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin: 0px;
    padding: 1px 20px 20px 20px;
}

.wallet .panel-footer .btn {
    font-size: 12px;
    min-width: 130px;
    border-radius: 0px;
    padding: 10px;
}

.wallet .panel-footer .primary {
    text-align: right;
}

.wallet .list-actions {
    text-align: left;
}

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

.shop-item .panel-body p {
    padding-top: 5px;
    text-transform: uppercase;
    color: #a18e88;
}

input[type=checkbox] {
    appearance: none;
    -webkit-appearance: none;
    background-color: #144E8C;
    border: 1px solid #cacece;
    /*box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);*/
    padding: 16px;
    /*border-radius: 3px;*/
    display: inline-block;
    position: relative;
}

input[type="checkbox"]:not(:checked) + span,
input[type="checkbox"]:checked + span {
    position: relative;
    padding-left: 5px;
    cursor: pointer;
    font-size: 14px;
    color: #7a6a58;
    vertical-align: top;
    line-height: 33px;
}

input[type=checkbox]:checked {
    background-color: #144E8C;
    /*border: 1px solid #adb8c0;*/
    /*box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);*/
    color: #ffffff;
}

input[type=checkbox]:checked:after {
    content: '\2713\0020';
    font-size: 22px;
    position: absolute;
    top: 0px;
    left: 6px;
    color: #ffffff;
}

.dashboard-wrapper {
    width: 100%;
    text-align: center;
}

.uppercase {
    text-transform: uppercase;
}

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

.profile-details .user-image-wrapper {
    text-align: right;
}

.profile-details .user-image {
    width: 108px;
    height: 108px;
}

.profile-details .user-info-wrapper {
    text-align: left;
    margin-top: 25px;
}

.profile-details .user-name {
    font-size: 24px;
    font-weight: bold;
}

.profile-details .user-membership {
    margin-top: 8px;
    font-size: 15px;
}

.profile-details .image img {
    width: 150px;
    height: 150px;
    border-radius: 75px;
    background-color: #7a6a58;
}

.profile-wrapper .actions {
    margin-top: 50px;
    margin-left: 10px;
    margin-right: 10px;
}

.profile-wrapper .actions a {
    width: 100%;
    border: 2px solid #7a6a58;
    color: #7a6a58;
    text-align: left;
    margin: 10px;
    text-transform: none;
    font-size: 20px;
    font-weight: 400;
}

.dashboard-items {
    margin-top: 20px;
}

.dashboard-item-icon {
    height: 100px;
}

.dashboard-item-icon img {
    width: 95px;
    vertical-align: bottom;
}

.dashboard-future-farm {
    margin-top: 20px;
}

.dashboard-future-farm img {
    height: 50px;
}

.dashboard-footer {
    margin-top: 20px;
}

.tabbar {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #ededed;
    text-align: center;
    display: flex;
    align-items: center;
}

.tabbar a {
    flex: 0 0 20%;
}

.tabbar .wallet {
    border-radius: 50%;
    background-color: #ededed;
    margin-top: -15px;
    padding-top: 10px;
}

.wallet-border-radius {
    border-radius: 35px;
}

.tabbar a img {
    height: 70px;
}

.tabbar .wallet img {
    height: 80px;
}

.memberships-wrapper {
    width: 80%;
    margin: auto;
    text-align: center;
}

.membership {
    margin-top: 10px;
}

.membership .description {
    margin-top: 10px;
}

.memberships .note {
    font-size: 12px;
    text-align: left;
}

.list-wrapper {
    width: 100%;
}

.list-wrapper h3 {
    margin: auto;
}

.shop-provider-img {
    object-fit: contain;
    object-position: center;
    height: 80px;
    width: 80px;
}

.shop-grid {
    margin-top: 16px;
}

.shop-grid .panel-body, .shop-grid .panel-footer {
    text-align: center;
}

.shop-grid .panel-body p, .shop-grid .panel-footer p {
    color: #818286;
    font-weight: 150;
}

.footer .footer-copyright, .footer .footer-powered {
    padding: 0 16px;
}

.footer-copy-txt {
    margin-left: 16px;
}

.footer-powered-content {
    margin-right: 16px;
}

.footer-legal {
    text-align: center;
    font-size: 12px;
}

.img-rounded {
    border-radius: 20%;
}

@media screen and (max-width: 375px) {
    .tabbar a img {
        height: 60px
    }

    .tabbar .wallet img {
        height: 70px
    }
}

@media screen and (max-width: 575px) {
    main {
        min-height: calc(100vh - 268px)
    }

    .membership-icon {
        width: 35%
    }
}

@media screen and (min-width: 575px) {
    .membership-icon {
        width: 15%
    }
}

.input-phone-country {
    position: relative;
}

.input-phone-country .dropdown-menu {
    transform: unset !important;
    top: calc(40px + 1rem) !important;
    height: 300px;
    overflow: auto;
}

.input-phone-country .dropdown-menu li {
    padding: 0 8px;
}

.input-phone-country .dropdown-menu li[data-value]:hover {
    background: #f6f6f6;
}

.input-phone-country .dropdown-menu li[data-value] a {
    color: #4d4236;
}

/* added  */
.zero-height {
    height: 0 !important; /* important so it doesn't get overrided by cascading more specific styles */
    display: inline-block;
    overflow: hidden !important; /* important so it doesn't get overrided by cascading more specific styles */
}

.flip-card {
    background-color: transparent;
    perspective: 1000px;
    height: 100%;
}

.item-question {
    font-size: 16px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 90%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card.flip .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-recto, .flip-card-verso {
    position: absolute;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-verso {
    transform: rotateY(180deg);
}

.no-gutters > .full-width {
    min-width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
}

.full-background-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.get-started-details-desc-container {
    overflow: hidden;
}

.get-started-details-desc-container img, .get-started-details-desc-container table {
    max-width: 100%;
}

.get-started-img-container h3 {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 0;
}

.get-started-img-container img {
    display: inline-block;
    vertical-align: bottom;
    height: 100%;
    margin-right: 8px;
}

.bold {
    font-weight: bold;
}

.get-started-stats-container {
    align-self: flex-end;
    text-align: center;
}

.get-started-item-recto > .row {
    min-height: 440px;
    padding: 16px;
}

.get-started-stats-item-wrapper {
    text-align: center;
}

.get-started-stat-item {
    width: 70px;
    height: 70px;
    border: 1px solid white;
    border-radius: 50%;
    margin: 0 auto;
    padding: 4px;
}

.get-started-stat-item-label {
    margin-top: 2px;
    margin-bottom: 2px;
}

.get-started-stat-item-value {
    margin-top: 2px;
    margin-bottom: 2px;
}

.get-started-more-recto {
    margin-top: 8px;
    font-size: 12px;
}

.get-started-bar-progress {
    height: 100%;
    float: left;
}

.dark-green {
    color: #086634;
    text-decoration: none;
}

.get-started-stats-bar {
    margin-top: 28px;
    height: 16px;
}

.progress-complete {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.bg-light-green {
    background-color: #75A629;
}

.progress-remaining {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    text-align: right;
}

.progress-remaining p {
    margin: 0px;
    padding-right: 4px;
    line-height: 1;
}

.bg-yellow {
    background-color: #D4A91F;
}

.bar-pointer {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, calc(-50% - 8px));
    backface-visibility: hidden;
}

.get-started-item-wrapper.flip .bar-pointer {
    transform: translate(-50%, -50%) rotateY(180deg);
}

.bar-pointer p {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1;
}

.property-title h6 {
    margin-left: 5px;
    font-size: 14px;
}

.property-value {
    text-align: right;
}

.property-value h3 {
    margin: 0;
}

.horizontal-white-border {
    height: 1px;
    background: white;
    width: 60%;
    margin: 24px auto;
}

.get-started-more-details-btn-invest {
    margin-top: 20px;
    margin-left: 0px;
    margin-right: 0px;
    width: calc(100% + 32px);
    max-width: calc(100%);
    flex-basis: calc(100%);
    cursor: pointer;
    font-size: 18px;
    padding: 4px 0;
    display: inline-block;
    width: 100%;
}

.get-started-more-details-btn-invest a:hover {
    text-decoration: none;
}

.bg-light-gray {
    background-color: #E6E6E6;
}

.white, a.white, a.white:hover, .white a, .white a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.join-btn-position {
    text-align: center;
}

.submit-btn-position {
    text-align: center;
    margin-top: 28px;
}

.submit-btn-padding {
    padding: 5px;
}

.padding-items-seperation {
    margin-bottom: 10px;
}

.h3-override-size {
    margin-right: 5px !important;
    font-size: 1.3rem;
}

.btn-white-text-color {
    color: white !important;
}

.panel-body-text {
    font-weight: bolder !important;
    color: black !important;
}

.alert-alignment {
    margin-top: 1rem;
    margin-bottom: 0;
}

.align-path-center {
    place-content: center;
    flex-direction: row-reverse;
}

.details-date-greater {
    background-color: #086634;
}

.details-current-profit {
    padding-bottom: 40px;
}

.page-padding {
    padding: 2px;
}

.sell-request-alignment {
    margin-bottom: 0;
    margin-left: 25px;
    max-inline-size: max-content;
}

.details-quantity {
    padding: 5px !important;
    border-radius: 0px !important;
}

.faq-wrapper {
    margin-top: 20px;
    padding: 30px 18px;
}

.faq-item-container {
    background: white;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid #CBCBCB;
    position: relative;
    margin-bottom: 8px;
}

.alert-item-container {
    background: white;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #CBCBCB;
    position: relative;
    margin-bottom: 8px;
}

.expand-btn-container-wrapper {
    text-align: right;
}

.expand-btn-container {
    font-size: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #cbcbcb;
    cursor: pointer;
    display: inline-block;
}

.payment-image {
    max-inline-size: -webkit-fill-available;
}

.cryp-payment-title {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #222;
    margin-bottom: 20px;
}

.cryp-scan-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #444;
}

.qr-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    background: linear-gradient(135deg, #f5f7fa, #c3cfe2);
    border-radius: 12px;
    width: 100%;
    margin: auto;
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
}

.qr-box {
    border: 2px solid #333;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    width: 100%;
}

.qr-box img {
    max-width: 100%;
    height: auto;
}

.cryp-wallet-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    gap: 10px;
}

.cryp-wallet-address {
    font-size: 1.2em;
    font-weight: bold;
    word-wrap: break-word;
    color: #333;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
}

.cryp-copy-btn {
    border: none;
    padding: 8px 10px;
    cursor: pointer;
    border-radius: 5px;
    transition: 0.3s;
}

.cryp-copy-btn i {
    font-size: 1.2em;
}

.cryp-copy-btn:hover {
    background-color: #a2a1a1;
}

.cryp-copy-message {
    display: block;
    font-size: 0.9em;
    font-weight: bold;
    color: #144E8C;
}