/* == Typography ==*/
body {
    min-height: 100vh;
}

label {
    color: #91A0AB;
}

/* Styling for STORH info in the dashboard */
.storh-dashboard-container {
    background: linear-gradient(180deg, rgba(6,15,30,1) 0%, rgba(14,36,73,1) 50%, rgba(6,15,30,1) 100%);
}

.storh-countdown-timer-square {
    width: 80px;
    height: 80px;
    background: linear-gradient(180deg, rgba(255,193,22,1) 50%, rgba(255,159,0,1) 50%, rgba(255,159,0,1) 100%);
    color: black;
    font-size: 60px;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.storh-countdown-timer-square-separator {
    font-size: 50px;
    padding: 0 0.5rem;
}

.storh-timeline {
    display: flex;
}

.storh-timeline-item-separator {
    padding-top: 1rem;
    text-align: center;
    display: flex;
}

.storh-timeline-item-separator-half {
    flex-grow: 1;
    border-bottom: 4px solid #616e81;
    display: flex;
}

.storh-timeline-item-separator-half.completed {
    border-bottom: 4px solid #ffc116;
}

.storh-timeline-item-separator-half.transparent {
    border-bottom: none;
}

.storh-timeline-item-separator-dot {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #616e81;
    border-radius: 50%;
    z-index: 1;
    margin-top: -6px;
}

.storh-timeline-item-separator-dot.large {
    width: 24px;
    height: 24px;
    margin-top: -10px;
}

.storh-timeline-item-separator-dot.completed {
    background-color: #ffc116;
}

.storh-timeline-item-text-top {
    font-size: 22px;
}

.storh-timeline-item-text-top,
.storh-timeline-item-text-bottom {
    color: #ffc116;
    text-align: center;
}
.storh-timeline-item-text-bottom {
    padding: 1rem 1rem;
}
.storh-dashboard-button {
    background-color: #ffc116;
    color: black;
    border: none;
}
.storh-dashboard-button:hover {
    background-color: rgba(255,159,0,1);
    color: black;
    border: none;
}
.storh-dashboard-info-container {
    background-color: #233249;
}
.storh-dashboard-text-muted {
    color: #727f92;
}
.storh-dashboard-badge {
    color: #727f92;
    background-color: #ffc116;
    border-radius: 5px;
    padding: 0 0.5rem;
}
.storh-dashboard-info-price {
    color: #ffc116;
    font-size: 24px;
}
.storh-dashboard-info-part-1 {
    border-right: 1px solid white;
}

@media (max-width: 992px) {
    .storh-dashboard-info-container {
        margin: 0;
    }

    .storh-countdown-timer-square {
        height: 70px;
        width: 70px;
    }

    .storh-timeline {
        flex-direction: column;
        align-items: center;
    }

    .storh-timeline-item {
        display: flex;
        flex-direction: row;
        width: 100%;
    }

    .storh-timeline-item-text-top {
        width: 50%;
        text-align: right;
        padding-right: 1rem;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .storh-timeline-item-text-bottom {
        padding-left: 1rem;
        text-align: left;
        flex: 1
    }

    .storh-timeline-item-text-bottom div{
        text-align: start!important;
    }

    .storh-timeline-item-separator-half {
        border-right: 4px solid #616e81;
    }

    .storh-timeline-item-separator-half.completed {
        border-right: 4px solid #ffc116;
    }

    .storh-timeline-item-separator-half.transparent {
        border-right: none;
    }

    .storh-timeline-item-separator-dot {
        margin-left: -6px;
    }

    .storh-timeline-item-separator {
        flex-direction: column;
        padding-top: 0;
    }

    .storh-timeline-item-separator-dot.large {
        width: 24px;
        height: 24px;
        margin-left: -10px;
    }

    .storh-dashboard-info-part-1 {
        border-bottom: 1px solid white;
        border-right: none;
        padding-top: 1rem;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }
}
/* Storh Dashboard Graph */
.storh-dashboard-graph-legend {
}
.storh-dashboard-graph-legend-item-1 {
    margin-left: 2%;
}
.storh-dashboard-graph-legend-item-2 {
    margin-left: 1%;
}
.storh-dashboard-graph-legend-item-3 {
    margin-left: 5%;
}
.storh-dashboard-graph-legend-item-4 {
    margin-left: 5%;
}
@media (max-width: 769px) {
    .storh-dashboard-graph-legend-item-1 {
        margin-left: 5%;
    }

    .storh-dashboard-graph-info {
        top: 100px!important;
        left: 20px!important;
        width: auto!important;
    }

    .legend-label {
        min-width: 140px;
        text-align: center;
    }

    .storh-dashboard-graph-legend {
        height: 100px;
    }
}
@media (min-width: 770px) and (max-width: 991px) {
    .storh-dashboard-graph-legend-item-1 {
        margin-left: 0;
    }
    .storh-dashboard-graph-legend-item-3 {
        margin-left: 1%;
    }
    .storh-dashboard-graph-legend-item-4 {
        margin-left: 2%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .storh-dashboard-graph-legend-item-2 {
        margin-left: 1%;
    }
    .storh-dashboard-graph-legend-item-3 {
        margin-left: 2%;
    }
    .storh-dashboard-graph-legend-item-4 {
        margin-left: 2%;
    }
}
@media (min-width: 1200px) {
    .storh-dashboard-graph-legend-item-2 {
        margin-left: 5%;
    }
    .storh-dashboard-graph-legend-item-3 {
        margin-left: 3%;
    }
    .storh-dashboard-graph-legend-item-4 {
        margin-left: 5%;
    }
}
.legend-label {
}
.legend-number {
    margin-top: 0.2rem;
    background-color: #ffc116;
    padding: 0.2rem 0.8rem;
    text-align: center;
    border-radius: 10px;
    font-weight: bold;
}
.storh-dashboard-graph-info {
    width: 320px;
    position: absolute;
    top: 100px;
    left: 150px;
}
.storh-dashboard-graph-legend-item-1-mobile,
.storh-dashboard-graph-legend-item-2-mobile,
.storh-dashboard-graph-legend-item-3-mobile,
.storh-dashboard-graph-legend-item-4-mobile {
    transform: rotate(45deg);
}
.storh-dashboard-graph-legend-item-2-mobile,
.storh-dashboard-graph-legend-item-3-mobile,
.storh-dashboard-graph-legend-item-4-mobile {
    margin-left: -70px;
}
/* Storh Dashboard Graph */
/* Styling for STORH info in the dashboard */

.mb-20 {
    margin-bottom: 20px;
}

.warning-sig {
    background: white;
    padding: 7px 17px;
    margin-left: 10px;
    border-radius: 5px;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}

.ppm-dashboard {
    color: #0086eb;
    background: white;
    padding: 12px 15px;
    font-size: 16px;
    border: 0;
    border-radius: 3px;
    outline: none;
    text-decoration: none;
}

.utopian-text {
    color: #0086EB;
}

.text-gray {
    color: #91A0AB;
}

.w-15 {
    width: 15%;
}

.m0auto {
    margin: 0 auto;
}

.disabled {
  /* Make the disabled links grayish*/
  color: gray;
  /* And disable the pointer events */
  pointer-events: none;
}

.d-flexi {
    border: 1px solid #0086eb;
    padding: 15px 15px 15px 35px;
    border-radius: 3px;
    color: #0086eb;
    font-size: 0.85rem;
}

.d-flexi h4 {
    font-size: 1rem;
    font-weight: bold;
}

.gray-text {
    color: #91A0AB;
}

.small-gray-text {
    font-size: .85rem;
    color: #91A0AB;
    margin-top: 10px;
}

.loader-gif {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(63, 73, 248);
    background: -moz-linear-gradient(-45deg, rgba(63, 73, 248, 0.85) 0%, rgba(0, 212, 225, 0.85) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(63, 73, 248, 0.85) 0%, rgba(0, 212, 225, 0.85) 100%);
    background: linear-gradient(135deg, rgba(63, 73, 248, 0.85) 0%, rgba(0, 212, 225, 0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f49f8', endColorstr='#00d4e1', GradientType=1);
    z-index: 99;
}

.loader-gif img {
    max-width: 100px;
}

.loader-gif.none {
    display: none !important;
}

.card-body {
    position: relative;
}

.form-control::-webkit-input-placeholder {
    color: #C7CBCE;
}

.form-control:-ms-input-placeholder {
    color: #C7CBCE;
}

.form-control::-ms-input-placeholder {
    color: #C7CBCE;
}

.form-control::placeholder {
    color: #C7CBCE;
}

.txtdenial {
    width: 100%;
    float: right;
    margin-left: 12px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1350px;
    }
}

@media (max-width: 769px) {
    html {
        font-size: 14px !important;
    }
}

html {
    font-size: 16px;
}

/* == HEADER == */
nav.navbar.navbar-dark {
    background-color: #fff;
    padding: 0.9rem 1rem;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-brand img {
    width: 100%;
    /*max-height: 25px;*/
    max-width: 190px;
    vertical-align: sub;
}

ul.navbar-nav.ml-auto {
    margin-right: 5%;
}

.navbar-dark .navbar-nav .nav-link {
    color: #7a7a7a;
    padding: 0 1rem;
    font-family: 'Lexend', sans-serif;
    font-weight: 300;
}

.navbar-dark .navbar-nav .active > .nav-link {
    color: #7a7a7a;
    position: relative;
}

.navbar-dark .navbar-nav .active > .nav-link:after {
    content: "";
    width: 5px;
    height: 5px;
    background: #7a7a7a;
    position: absolute;
    border-radius: 100%;
    right: 7px;
    top: 9px;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: #7a7a7a;
    font-weight: 400;
}

.navbar-dark .navbar-nav .dashboard-link.active > .nav-link:after {
    display: none;
}

a.nav-link {
    /*font-size: .9rem;*/
}

a.nav-link.active {
    /* color: #064B91 !important; */
}

.navbar .logout-button {
    padding-right: 5px;
}

.navbar .notification-button {
    border-left: 1px solid #ffffff;
    padding-left: 5px;
    margin-right: 10px;
}

.navbar .notification-button img {
    border-left: none !important;
    padding-left: 0 !important;
    width: 11px;
}

img.notification {
    border-left: 1px solid #ffffff;
    padding-left: 10px;
}

.navbar .image-icon {
    width: 16px;
    height: 16px;
}

.help-button {
    margin-left: 20px;
    font-size: 0.8rem;
    padding: 3px 9px;
}

@media (max-width: 992px) {
    img.notification {
        border-left: none;
        padding-left: 0;
    }
}

/* == Card ==*/
.bg-grey {
    background-color: #F8F9FF;
}

.confirm {
    min-height: calc(100vh - 72px - 71px);
    padding: 80px 0;
    background-color: #f2f2f2;
}

.confirm .card {
    padding: 55px 0;
}

.card.text-center {
    padding: 10px 10px 30px;
}

#pills-tabContent p {
    color: #91A0AB;
    font-size: 18px;
}

.stepwizard-step1 p {
    font-size: 16px;
    color: #4A595E;
}

.stepwizard-step p {
    font-size: 16px;
    color: #4A595E;
}

.stepwizard-step1.active p {
    color: #0086EB;
}

.image-top {
    width: 40%;
    padding: 35px;
    text-align: center !important;
    margin: auto;
}

.resend-email {
    padding: 8px 15px;
    margin-top: 20px;
    font-size: 0.8rem;
    border-radius: 3px;
    width: 54%;
}

.resend-email:hover {
    background-color: #8b97a2;
    border-color: #8b97a2;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 2px 2px 5px 0px rgba(122,122,122,0.2);
    box-shadow: 2px 2px 5px 0px rgba(122,122,122,0.2);
    transform: translateY(1px);
}

/* == Maintenace page ==*/
.maintenance-html {
    min-height: 100%;
    position: relative;
    background-color: #0086EB;
}

.maintenance {
    /* background-color: #0086EB; */
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.maintenance-body {
    min-height: 100%;
    position: relative;
    background-color: #0086EB;
}

.maintenance-img {
    width: 230px;
}

.maintenance .text-center {
    margin: 13% auto;
    color: #ffffff;
}

.maintenance .text-center p {
    color: #ffffff;
}

.maintenance .card-title {
    color: #ffffff;
    font-size: 1.6rem;
}

/* == 2-Step Verification == */
.ver-text {
    color: #0086EB;
    text-align: left;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
}

/*
.verify-btn {
    left: -23px;
    position: relative;
    top: 1px;
    font-size: .9rem;
}*/
.card-verif {
    /*padding: 14px 30px;   */
    text-align: center;
}

.content1 {
    margin: 0 3%;
    padding: 20px 0;
}

.stepVerif .card-title {
    font-size: 31px;
    line-height: 38px;
}

.stepVerif .card-text {
    color: #91A0AB;
    font-size: 18px;
    line-height: 22px;
}

.stepVerif .card-text span {
    color: #4A595E;
}

.content1.last-content1 p {
    font-size: 18px;
    line-height: 22px;
}

.card-verif .small-text {
    font-size: 14px;
    line-height: 16px;
}

.last-content1 {
    border-bottom: none;
}

.card-img-left {
    width: 90%;
}

.input-code {
    width: 50%;
    float: left;
    border: 2px solid rgba(179, 179, 179, 0.38);
    border-radius: 5px;
    height: 39px;
}

.verif-code {
    padding-left: 15px;
}

#verifCheck {
    top: 10px;
}

.check-label {
    line-height: 17px;
    font-size: 14px;
    text-align: left;
    padding: 5px;
    color: #848484;
}

.verif-code .form-group {
    margin-bottom: 0;
}

.verif-code .custom-control-label::after {
    top: 0.85rem;
}

.verif-code .custom-control-label::before {
    top: 0.85rem;
}

/*== Locked Resource  ==*/
.locked-tabs {
    margin: 80px 20px;
}

.nav-tabs .nav-item {
    padding: 9px 20px 0;
}

.nav-tabs .nav-link {
    color: #4A595E;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    -webkit-transition: all 250ms ease 0s;
    -o-transition: all 250ms ease 0s;
    transition: all 250ms ease 0s;
    padding: 0.5rem 0;
    padding-bottom: 16px;
    font-family: "Lexend", sans-serif;
    font-size: 0.9rem;
}

.full-width.nav-tabs {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
}

.locked-cont h3 {
    font-size: 30px;
    line-height: 36px;
    color: #1237a1;
    font-weight: 600;
    text-align: left;
    margin-bottom: 8px;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #1237a1;
    background-color: transparent;
    border-color: transparent;
    border-bottom: 0;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    color: #1237a1;
    border-color: transparent;
    border-bottom: 0;
}

.lock-info {
    top: 15px;
    position: relative;
}

.locked-cont {
    padding: 20px 0;
}

.locked-button {
    float: right;
}

.locked-cont .card-img-left {
    width: 100%;
    max-height: 90px;
}

.right {
    float: right;
}

a.btn.btn-primary.resend-email.right {
    margin-top: 0;
}

/* == Unavailable page==*/
.unavailable-html {
    min-height: 100%;
    position: relative;
    background-color: #f4f4f4;
}

img.card-img-top.unavailable-img {
    width: 320px;
}

.unavailable {
    background-color: #f4f4f4;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 80px 20px;
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 65%;
    position: relative;
    text-align: center;
    margin: 30px auto;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.step1 .nav-link:after {
    top: 40px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 67%;
    height: 2px;
    background-color: #C7CBCE;
    z-index: -1;
    left: 67%;
    right: 10%;

}

.step2 .nav-link:after {
    top: 40px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 67%;
    height: 2px;
    background-color: #C7CBCE;
    z-index: -1;
    left: 67%;
    right: 10%;

}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #0086EB;
    border: 2px solid #0086EB;
}

.stepwizard1 .nav-link.active::after {
    background-color: #0086EB;
}

.stepwizard .step1:after {
    top: 40px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 67%;
    height: 2px;
    background-color: #C7CBCE;
    z-index: -1;
    left: 67%;
    right: 10%;

}

.step2:after {
    top: 40px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 67%;
    height: 2px;
    background-color: #C7CBCE;
    z-index: -1;
    left: 67%;
    right: 10%;

}

.step3:after {
    top: 40px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 67%;
    height: 2px;
    background-color: #C7CBCE;
    z-index: -1;
    left: 67%;
    right: 10%;

}

/* .stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 80%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
    left: 8%;
    right: 10%;
    } */
button.btn.btn-default.btn-circle.step-button {
    color: #4A595E;
    width: 52px;
    height: 52px;
    border: 2px solid #C7CBCE;
    border-radius: 50%;
    background: #ffffff;
}

.step1 button.btn.btn-default.btn-circle.step-button {
    border-color: #0086EB;
}

.kyc h3 {
    font-size: 20px;
    color: #91A0AB;
}

.kyc h1 {
    font-size: 54px;
    color: #4A595E;
}

.step-button {
    color: #4A595E;
    width: 52px;
    height: 52px;
    border: 2px solid #C7CBCE;
    border-radius: 50% !important;
    background: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40%;
    margin: 16px auto 10px;
}

.step1 a {
    background-image: url('../assets/icons/forms.svg');
}

.step2 a {
    background-image: url('../assets/icons/Group 2057.svg');
}

.step3 a {
    background-image: url('../assets/icons/google-cloud-print.svg');
}

.stepwizard1 .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-image: url('../assets/icons/group_1914.svg');
    background-size: 70%;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    width: 25%;
}

.stepwizard-step1 {
    display: inline-block;
    text-align: center;
    position: relative;
    width: 33.33%;
    min-width: 215px;
}

/*== Complete the form ==*/
.establishment {
    margin: 80px auto;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.card-head {
    min-height: 50px;
    vertical-align: middle;
    padding: 19px 10px 9px;
}

.info-icon1 {
    position: absolute;
    right: 20px;
}

.card-head .lock-info {
    top: 0;
}

.card {
    border: .5px solid rgba(99, 99, 99, .02);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 8px;
}

.nav-tabs {
    border-bottom: 1px solid #7a7a7a;
}

.col-form-label {
    font-size: 14px;
    font-weight: 700;
    color: #91A0AB;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 10px;
}

.confirmation-form .form-row > .col, .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 4px;
}

.confirmation-form .form-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -15px;
}

.form-row.birth-row {
    margin-left: 8px;
}

#birthMonth_error {
    margin-left: 15px;
}

.confirmation-form select {
    padding: 5px 2px;
    font-size: 14px;
    color: #4A595E;
    font-weight: 700;
    border: 2px solid #E3E3E3;
}

.confirmation-form .form-control::-webkit-input-placeholder {
    color: #C7CBCE;
}

.confirmation-form .form-control:-ms-input-placeholder {
    color: #C7CBCE;
}

.confirmation-form .form-control::-ms-input-placeholder {
    color: #C7CBCE;
}

.confirmation-form .form-control::placeholder {
    color: #C7CBCE;
}

.form-row {
    margin-bottom: 0.6rem;
}

.confirmation-form input {
    border: 2px solid #E3E3E3;
    border-radius: 4px;
    height: 38px;
}

.confirmation-form .form-group {
    margin-bottom: 0.8rem;
}

.conf-submit {
    width: 100%;
    /*margin-left: -15px;*/
    /*margin-top: 25px;*/
    background: #0086EB;
    border-color: #0086EB;
    border-radius: 4px;
    font-size: 0.85rem;
    padding: 0.575rem 0.75rem;
}

form.confirmation-form {
    border-right: 2px solid #E3E3E3;
    padding-right: 30px;
}

.establ-text {
    padding: 3em 1.3em 3em 2em;
}

.establ-text p {
    font-size: 15px;
    line-height: 19px;
    color: #4A595E;
}

.establishment h4 {
    font-size: 18px;
    color: #0086EB;
}

.estab-icon {
    margin-right: 7px;
}

.error {
    color: red;
    font-size: 0.8rem;
}

#loading {
    text-align: center;
}

#loading img {
    width: 30%;
    height: 30%;
}

/* --- WELCOME DASHBOARD PAGE --- */
.steps-account-completed {
    padding: 1rem 0 2rem;
}

.info-user {
    color: #7a7a7a;
}

.steps-account-completed .info-user h2 {
    font-size: 2.6em;
    font-weight: 500;
    color: #1237a1;
}

.steps-account-completed .info-user h4 {
    font-size: 1.4rem;
}

.steps-account-completed .info-user p {
    font-weight: 300;
    color: #7a7a7a;
    font-size: 1rem;
    margin-bottom: 0;
}

.list-account-steps {
    display: flex;
    list-style-type: none;
    padding: 0;
}

.list-account-steps .list-account-item {
    position: relative;
    flex: 1;
    margin-bottom: 45px;
}

.list-account-steps .list-account-item:last-child {
    margin-bottom: 0;
}

.list-account-steps .list-account-item .icon-steps {
    width: 45px;
    height: 45px;
    margin: 0 auto;
}

.list-account-item .mt-3 {
    text-align: center;
}

.list-account-steps .list-account-item .icon-steps.verify-email {
    background: url('../assets/icons/private/dashboard/email.png') no-repeat;
}

.list-account-steps .list-account-item .icon-steps.confirm-phone {
    background: url('../assets/icons/private/dashboard/phone.png') no-repeat;
}

.list-account-steps .list-account-item .icon-steps.upload-kyc {
    background: url('../assets/icons/private/dashboard/kyc.png') no-repeat;
}

.list-account-steps .list-account-item .icon-steps.register-signature {
    background: url('../assets/icons/private/dashboard/signature.png') no-repeat;
}

.list-account-steps .list-account-item .icon-steps.sign-ppm-agreement {
    background: url('../assets/icons/private/dashboard/kyc.png') no-repeat;
}

.list-account-steps .list-account-item.active .icon-steps.verify-email {
    background: url('../assets/icons/private/dashboard/email-b.png') no-repeat;
}

.list-account-steps .list-account-item.active .icon-steps.confirm-phone {
    background: url('../assets/icons/private/dashboard/phone-b.png') no-repeat;
}

.list-account-steps .list-account-item.active .icon-steps.upload-kyc {
    background: url('../assets/icons/private/dashboard/kyc-b.png') no-repeat;
}

.list-account-steps .list-account-item.active .icon-steps.register-signature {
    background: url('../assets/icons/private/dashboard/signature-b.png') no-repeat;
}

.list-account-steps .list-account-item.active p {
    font-weight: 600;
    color: #0086eb;
    font-size: 1.1rem;
}

.list-account-steps .list-account-item.active:after {
    background-color: #3b88d9;
    overflow: hidden;
}

.list-account-steps .list-account-item:first-child:after {
    animation: animateLine 0.3s linear forwards 0.6s;
}

.list-account-steps .list-account-item:nth-child(2):after {
    animation: animateLine 0.2s linear forwards 0.8s;
}

.list-account-steps .list-account-item:nth-child(3):after {
    animation: animateLine 0.2s linear forwards 1s;
}

.list-account-steps .list-account-item:nth-child(4):after {
    animation: animateLine 0.2s linear forwards 1.2s;
}

.list-account-steps .list-account-item:nth-child(5):after {
    animation: animateLine 0.2s linear forwards 1.4s;
}

@keyframes animateLine {
    0% {
        height: 1px;
        width: 0;
    }
    100% {
        height: 1px;
        width: 100px;
    }
}

.list-account-steps .list-account-item:after {
    top: 20px;
    display: block;
    position: absolute;
    content: " ";
    background-color: #7a7a7a;
    left: calc(100% - 50px);
}

.list-account-steps .list-account-item:last-child:after {
    display: none;
}

.list-account-steps .list-account-item a {
    display: inline-block;
}

.list-account-steps .list-account-item a:hover {
    text-decoration: none;
}

.list-account-steps .list-account-item a:hover p {
    color: #0086eb;
}

.list-account-steps .list-account-item p {
    margin-bottom: 0;
    font-size: 16px;
    color: #7a7a7a;
}

.list-account-steps .list-account-item .pending-kyc p {
    color: #ffc524;
    font-weight: 600;
}

.list-account-steps .list-account-item .pending-kyc:hover p{
    color: #7a7a7a;
}

.list-account-steps .list-account-item span {
    margin-bottom: 0;
    font-size: 0.85rem;
    color: #7a7a7a;
    font-weight: 300;
}

.content-table-single .padding-content-card {
    padding: 35px 30px;
}

.full-width.nav-tabs .info-alert {
    margin-right: 55px;
    padding: 7px 0 0px;
    cursor: pointer;
}

.full-width.nav-tabs .info-alert .lock-info {
    top: 7px;
}

.alert-blue {
    background-color: #1237a1;
    color: #FFF;
    border-color: #1237a1;
    padding-top: 20px;
}

.alert-blue .close {
    color: #fff;
    opacity: 0.9;
    padding: 0.5rem;
}

.alert-blue .close span {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    padding: 0px 7px 6px 7px;
    position: relative;
    display: block;
}

.alert-blue img {
    max-height: 6.5rem;
    width: auto;
}

.alert-blue .close-info-paid img {
    width: 30px;
}

.alert-blue p {
    color: #fff;
    font-size: 1rem;
}

.alert-blue p > a {
    color: #FFF;
}

.alert-blue h3 {
    color: #FFF;
    font-weight: bold;
    font-size: 1.6rem;
    font-family: inherit;
}

.analytics-card .card-body {
    padding: 30px;
}

.card-bottom-earnings {
    height: 100%;
}

.card-bottom-earnings .card-body {
    margin: 0;
    padding: 30px;
}

.second-card .card-header img {
    width: 35px;
    height: auto;
}

.profile-view .second-card .img-second-card {
    height: 35px;
    width: auto;
}

.second-card .card-header .media-body h4 {
    color: #1873d3;
    margin: 0;
    font-size: 1.1rem;
    font-family: 'Lexend', sans-serif;
}

.second-card .card-header {
    background-color: transparent;
    border-bottom: 1px solid #7a7a7a;
    padding: 10px 10px;
    margin: 0 20px;
}

.second-card .card-header .media-body span.sub-header-card {
    font-size: 0.75rem;
    color: #91A0AB;
    position: absolute;
    top: 29px;
}

.table-analytics {
    width: 100%;
}

.table-analytics .box-card {
    border: 2px solid #E3E3E3;
    border-radius: 4px;
    padding: 3px 5px;
}

.header-weekly-analytics span,
.header-monthly-analytics span {
    color: #91A0AB;
    font-size: 0.9rem;
}

.info-weekly-analytics,
.info-monthly-analytics {
    color: #4A595E;
    font-size: 0.9rem;
    padding-top: 15px;
    padding-bottom: 20px;
}

.info-weekly-analytics .right-arrow,
.info-monthly-analytics .right-arrow {
    max-width: 12px;
    margin: 0 5px;
}

.separator-grey {
    border-bottom: 2px solid #E3E3E3;
}

.table-analytics .align-bottom-card {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
}

.table-analytics .footer-analytics {
    margin-top: 15px;
    margin-bottom: 6px;
}

.table-analytics .footer-analytics h3 {
    color: #0086EB;
    margin-bottom: 0;
    font-size: 1.2rem;
}

.table-analytics .footer-analytics h4 {
    color: #4A595E;
    font-size: 1.1rem;
    margin-bottom: 0;
}

.easy_wallet-card .balance-section {
    padding-bottom: 20px;
}

.easy_wallet-card .balance-section img {
    max-height: 77px;
    border-right: 2px solid #E3E3E3;
}

.easy_wallet-card .balance-section p {
    font-size: 0.9rem;
    color: #0086EB;
    margin-bottom: 5px;
}

.easy_wallet-card .balance-section p:last-child {
    margin-bottom: 0;
}

.easy_wallet-card .balance-section p > strong {
    color: #4A595E;
    font-size: 1.1rem;
}

.easy_wallet-card .next_transfer-section {
    padding: 20px 0;
}

.easy_wallet-card .next_transfer-section img {
    max-height: 60px;
}

.easy_wallet-card .next_transfer-section h4 {
    font-size: 0.9rem;
    color: #0086EB;
    margin-bottom: 5px;
    line-height: 1;
}

.easy_wallet-card .next_transfer-section p {
    font-size: 0.9rem;
    color: #91A0AB;
    margin-bottom: 0;
}

.easy_wallet-card .section-buttons-easy_wallet {
    padding-top: 20px;
    padding-bottom: 5px;
}

.easy_wallet-card .section-buttons-easy_wallet .commission-btn a {
    display: block;
    padding: 10px 5px;
}

.easy_wallet-card .section-buttons-easy_wallet .history-btn a {
    display: block;
    padding: 10px 5px;
}

.easy_wallet-card .section-buttons-easy_wallet .commission-btn a:hover,
.easy_wallet-card .section-buttons-easy_wallet .history-btn a:hover {
    text-decoration: none;
}

.request_payout-card .card-body {
    padding-top: 60px;
}

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

.request_payout-card .text-request_payout p {
    font-size: 0.8rem;
    color: #91A0AB;
    margin-bottom: 15px;
}

.request_payout-card .btn-request_payout {
    display: block;
    margin-top: 5px;
    background-color: #0086EB;
    color: #FFF;
    text-align: center;
    font-size: 0.85rem;
    padding: 10px 5px;
    border-radius: 4px;
}

.request_payout-card .btn-request_payout:hover {
    text-decoration: none;
}

.request_payout-card .image-request_payout {
    padding-top: 20px;
}

.request_payout-card .image-request_payout img {
    max-width: 100%;
}

.progress-circle {
    width: 154px;
    height: 154px;
    line-height: 154px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}

.progress-circle:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 9px solid #e2e2e2;
    position: absolute;
    top: 0;
    left: 0;
}

.progress-circle > span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress-circle .progress-left {
    left: 0;
}

.progress-circle .progress-bar,
.progress-circle .progress-bar-grey {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 9px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.progress-circle .progress-left .progress-bar,
.progress-circle .progress-left .progress-bar-grey {
    left: 100%;
    border-top-right-radius: 102px;
    border-bottom-right-radius: 102px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress-circle .progress-right {
    right: 0;
}

.progress-circle .progress-right .progress-bar,
.progress-circle .progress-right .progress-bar-grey {
    left: -100%;
    border-top-left-radius: 102px;
    border-bottom-left-radius: 102px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.progress-circle .progress-value {
    width: 145px;
    height: 145px;
    border-radius: 50%;
    line-height: 1;
    position: absolute;
    top: 7px;
    left: 7px;
    overflow: hidden;
}

.progress-circle .progress-value img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.progress-circle.yellow .progress-bar {
    border-color: #ffc524;
    z-index: 10;
}

.progress-circle.blue .progress-bar-grey {
    border-color: transparent;
    z-index: 3;
}

/* 100% Completed */
.progress-circle.percentage-100 .progress-right .progress-bar {
    animation: loading-1 0.5s ease-in forwards;
}

.progress-circle.percentage-100 .progress-left .progress-bar {
    animation: loading-1 0.5s ease-out forwards 0.5s;
}

/* 80% Completed */
.progress-circle.percentage-80 .progress-right .progress-bar {
    animation: loading-1 1s ease-in forwards;
}

.progress-circle.percentage-80 .progress-left .progress-bar {
    animation: loading-0-to-108-degrees 0.5s linear forwards 1s;
}

/* 75% Completed */
.progress-circle.percentage-75 .progress-right .progress-bar {
    animation: loading-1 1s ease-in forwards;
}

.progress-circle.percentage-75 .progress-left .progress-bar {
    animation: loading-2 0.5s linear forwards 1s;
}

.progress-circle.percentage-75 .progress-left .progress-bar-grey {
    animation: loading-3 0.5s ease-out forwards 1.5s;
}

/* 66% Completed */
.progress-circle.percentage-66 .progress-right .progress-bar {
    animation: loading-1 1s ease-in forwards;
}

.progress-circle.percentage-66 .progress-left .progress-bar {
    animation: loading-0-to-60-degrees 0.5s linear forwards 1s;
}

.progress-circle.percentage-66 .progress-left .progress-bar-grey {
    animation: loading-60-to-180-degrees 0.5s ease-out forwards 1.5s;
}

/* 60% Completed */
.progress-circle.percentage-60 .progress-right .progress-bar {
    animation: loading-1 1s ease-in forwards;
}

.progress-circle.percentage-60 .progress-left .progress-bar {
    animation: loading-0-to-36-degrees 0.5s linear forwards 1s;
}

/* 50% Completed */
.progress-circle.percentage-50 .progress-right .progress-bar {
    animation: loading-1 1s ease-in forwards;
}

.progress-circle.percentage-50 .progress-left .progress-bar-grey {
    animation: loading-1 1s ease-out forwards 1s;
}

/* 40% Completed */
.progress-circle.percentage-40 .progress-right .progress-bar {
    animation: loading-0-to-144-degrees 1s ease-in forwards;
}

/* 25% Completed */
.progress-circle.percentage-25 .progress-right .progress-bar {
    animation: loading-2 0.5s ease-in forwards;
}

.progress-circle.percentage-25 .progress-right .progress-bar-grey {
    animation: loading-3 0.5s linear forwards 0.5s;
}

.progress-circle.percentage-25 .progress-left .progress-bar-grey {
    animation: loading-1 1s ease-out forwards 1s;
}

/* 20% Completed */
.progress-circle.percentage-20 .progress-right .progress-bar {
    animation: loading-0-to-72-degrees 0.5s ease-in forwards;
}

.progress-circle.percentage-32 .progress-right .progress-bar {
    animation: loading-0-to-120-degrees 0.5s ease-in forwards;
}

/*.progress-circle.percentage-33 .progress-right .progress-bar-grey{
    animation: loading-3 0.5s linear forwards 0.5s;
}
.progress-circle.percentage-33 .progress-left .progress-bar-grey{
    animation: loading-1 1s ease-out forwards 1s;
}*/

@keyframes loading-0-to-36-degrees {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}

@keyframes loading-0-to-60-degrees {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
    }
}

@keyframes loading-0-to-72-degrees {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(72deg);
        transform: rotate(72deg);
    }
}

@keyframes loading-0-to-108-degrees {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(108deg);
        transform: rotate(108deg);
    }
}

@keyframes loading-0-to-120-degrees {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(120deg);
        transform: rotate(120deg);
    }
}

@keyframes loading-0-to-144-degrees {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}

@keyframes loading-60-to-180-degrees {
    0% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

#profilePictureContainer {
    cursor: pointer;
}

#profilePlaceholder {
    display: inline-block;
    width: 80px;
    height: auto;
    vertical-align: middle;
    margin: calc(50% - 45px) calc(50% - 42px);
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

.equal-height .second-card {
    height: 100%;
}

.title-3 {
    font-size: 21px;
}

.title-select-program {
    font-size: 32px;
}

.title-hashpower-graph h4 {
    color: #4A595E;
    font-size: 1.5rem;
}

.dropdown-utopia .btn-dropdown {
    border: 2px solid #E3E3E3;
    background: #fff;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 0.85rem;
    color: #4A595E;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    width: 100%;
    text-align: left;
    display: flex;
    margin-left: auto;
    cursor: pointer;
    min-width: 70px;
    min-height: 37px;
}

.dropdown-utopia #dropdownGraph {
    max-width: 150px;
}

.dropdown-utopia .btn-dropdown:focus {
    outline: none;
}

.dropdown-utopia .btn-dropdown img {
    max-height: 10px;
    margin-left: auto;
}

.dropdown-utopia .btn-dropdown span {
    padding-right: 10px;
}

.dropdown-utopia .dropdown-menu {
    padding: 0;
    border: 1px solid #E3E3E3;
    background: #fff;
    border-radius: 4px;
    width: 100%;
    min-width: 100%
}

.dropdown-utopia .dropdown-menu .dropdown-item {
    color: #4A595E;
    font-weight: initial;
    font-size: 0.9rem;
    padding: 0.25rem 1rem;
    cursor: pointer;
}

.dropdown-utopia .dropdown-menu .dropdown-item:focus {
    outline: none;
}

.dropdown-utopia .dropdown-menu .dropdown-item:active {
    background: #fff;
}

input.dropdown-utopia-input.is-invalid + .dropdown-utopia > button {
    border-color: #dc3545 !important;
}

input.dropdown-utopia-input.is-valid + .dropdown-utopia > button {
    border-color: #28a745 !important;
}

input.is-invalid + .input-group-append > span {
    border-color: #dc3545 !important;
}

input.is-valid + .input-group-append > span {
    border-color: #28a745 !important;
}

/* --- END WELCOME DASHBOARD PAGE --- */
/* --- DASHBOARD VIEWS ---*/
.content-table-single {
    width: 100%;
    padding: 4rem 0;
    min-height: calc(100vh - 72px - 70px);
    background-color: #f2f2f2;
}

.button-blue-swiss {
    padding: 8px 15px;
    border-radius: 4px;
    font-size: 0.85rem;
    font-family: 'Lexend', sans-serif;
    color: #FFF;
    background-color: #0086EB;
    border-color: #0086EB;
}

.button-yellow-swiss {
    padding: 7px 10px;
    border-radius: 4px;
    font-size: 0.85rem;
    font-family: 'Lexend', sans-serif;
    color: #fff;
    background: rgb(252,186,1);
    border-color: rgb(252,186,1);
    background: linear-gradient(125deg, rgba(252,186,1,1) 0%, rgba(255,203,56,1) 100%);
}

.button-yellow-swiss:focus {
    box-shadow: 0 0 0 0.2rem rgba(252,186,1,0.5);
}
.button-yellow-swiss:hover {
    background-color: rgb(252,186,1);
    border-color: rgb(252,186,1);
}

.button-blue-swiss:hover {
    background-color: #8b97a2;
    border-color: #8b97a2;
}

.table-card thead th {
    padding: 0px 0px 10px;
    border-top: 0px;
    border-bottom: 2px solid #E3E3E3;
    color: #4A595E;
    font-size: 1.1rem;
    width: 50%;
}

.table-card thead th span {
    font-size: 1.2rem;
    font-weight: bold;
    color: #0086EB;
}

.table-card tbody tr:first-child td {
    padding-top: 10px;
}

.table-card tbody td {
    padding: 5px 0px 5px 0px;
    border-top: 0px;
    color: #7a7a7a;
    font-size: 0.9rem;
    font-family: 'Lexend', sans-serif;
    font-weight: 300;
}

.table-card tbody td span {
    color: #1873d3;
    font-weight: 500;
    font-size: 0.9rem;
}

.personal-details .table-card tbody td span,
.company-details .table-card tbody td span {
    color: #7a7a7a;
}

.table-card tbody td div.active-account,
.table-card tbody td div.inactive-account {
    color: #4A595E;
    font-size: 0.9rem;
}

.table-card tbody td span.format-date {
    color: #C7CBCE;
    font-size: 0.8rem;
}

.table-card tbody td span.l-grey-text {
    color: #91A0AB;
}

.table-card tbody td a {
    transition: all 0.3s;
}

.table-card tbody td.active-account,
.table-card tbody td span.active-account,
.table-card tbody td div.active-account {
    position: relative;
}

.table-card tbody td.no-active-account,
.table-card tbody td span.no-active-account,
.table-card tbody td div.no-active-account {
    position: relative;
}

.table-card tbody td.active-account:after {
    content: " ";
    position: absolute;
    top: 9px;
    left: -12px;
    width: 7px;
    height: 7px;
    background-color: #00B26E;
    border-radius: 100%;
}

.table-card tbody td.no-active-account:after {
    content: " ";
    position: absolute;
    top: 9px;
    left: 0px;
    width: 8px;
    height: 8px;
    background-color: #ff0000;
    border-radius: 100%;
}

.table-card tbody td span.active-account:after {
    content: " ";
    position: absolute;
    top: 6px;
    left: -12px;
    width: 8px;
    height: 8px;
    background-color: #00B26E;
    border-radius: 100%;
}

.table-card tbody td div.active-account:after {
    content: " ";
    position: absolute;
    top: 6px;
    left: 2px;
    width: 8px;
    height: 8px;
    background-color: #00B26E;
    border-radius: 100%;
}

.table-card tbody td span.no-active-account:after {
    content: " ";
    position: absolute;
    top: 6px;
    left: -12px;
    width: 8px;
    height: 8px;
    background-color: #ff0000;
    border-radius: 100%;
}

.table-card-data thead th {
    color: #91A0AB;
    font-size: 0.9rem;
    border: 0px;
    padding-bottom: 1rem;
}

.table-card-data tbody td {
    padding: 5px 15px;
    border-top: 0px;
    color: #4A595E;
    font-weight: bold;
    font-size: 0.9rem;
}

.sponsorship_tab .purchase-membership {
    border-right: 2px solid #E3E3E3;
}

.sponsorship_tab .purchase-membership span {
    color: #91A0AB;
    display: block;
    font-size: 1rem;
    max-width: 360px;
    margin: 0 auto 15px;
}

.sponsorship_tab .purchase-membership a {
    padding: 8px 30px;
}

.your-activity .media {
    padding-bottom: 15px;
    border-bottom: 2px solid #E3E3E3;
    margin-bottom: 15px;
}

.your-activity .media img {
    height: 40px;
    width: 50px;
}

.your-activity .media .title-activity {
    margin: 0;
    font-size: 0.9rem;
    color: #0086EB;
}

.your-activity .media p {
    margin: 0;
    font-size: 0.85rem;
    color: #91A0AB;
}

.btn-greylight {
    background-color: #91A0AB;
    border-color: #91A0AB;
    border-radius: 4px;
    color: #FFF;
    font-size: 0.85rem;
    text-align: center;
    padding: 7px 5px;
}

.btn-greylight:hover,
.btn-greylight:focus {
    background-color: #7c8e9a;
    border-color: #7c8e9a;
}

.btn-greydark {
    background-color: #4A595E;
    border-color: #4A595E;
    border-radius: 4px;
    color: #FFF;
    font-size: 0.85rem;
    text-align: center;
    padding: 7px 5px;
}

.btn-greydark:hover,
.btn-greydark:focus {
    background-color: #434a4c;
    border-color: #434a4c;
}

.buttons-activity .btn-greydark,
.buttons-activity .btn-greylight {
    max-width: 180px;
    width: 100%;
}

.buttons-activity .affiliates-btn {
    text-align: right;
}

.buttons-activity .free_member-btn {
    text-align: left;
}

.no-prospect {
    padding: 15px 30px;
}

.no-prospect .media p {
    color: #91A0AB;
    display: block;
    font-size: 1rem;
    margin-bottom: 0;
}

.no-prospect .media img {
    height: 50px;
    width: 55px;
}

.magic-tabs {
    position: relative;
}

.magic-line {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100px;
    height: 2px;
    background: #1237a1;
}

.circle-number {
    width: 21px;
}

.circle-number:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: calc(100% - 4px);
    background: transparent;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #0086EB;
}

.circle-number .number {
    float: left;
    width: 100%;
    padding-top: 50%;
    font-size: 0.7rem;
    line-height: 1em;
    margin-top: -0.5em;
    text-align: center;
    color: #0086EB;
}

/* --- DASHBOARD VIEWS ---*/

/* ------ PROFILE VIEWS -----*/
.change-photo {
    position: absolute;
    bottom: 8px;
    right: 15px;
    line-height: 1;
    z-index: 99;
}

.change-photo img {
    width: 27px;
}

.profile-card-left {
    background-color: #fff;
    padding: 35px 15px 25px;
}

.profile-card-left .user-name {
    padding: 20px 0 35px;
}

.profile-card-left .user-name h4 {
    color: #7a7a7a;
    font-size: 1.4rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: 0;
}

.profile-card-left .user-name p {
    color: #1873d3;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0;
}

.profile-card-left .progress-circle {
    width: 150px;
    height: 150px;
    line-height: 150px;
}

.profile-card-left .progress-circle .progress-value {
    width: 141px;
    height: 141px;
    top: 5px;
    left: 5px;
}

.profile-card-left .progress-circle:after {
    border: 5px solid #e2e2e2;
}

.profile-card-left .progress-circle .progress-bar,
.profile-card-left .progress-circle .progress-bar-grey {
    border-width: 5px;
}

.profile-card-left .table-card tbody td span {
    float: right;
}

.table-profile {
    padding-top: 25px;
}

.personal-details,
.benefecial-details {
    margin-bottom: 25px;
}

.personal-details h4,
.benefecial-details h4,
.company-details h4 {
    font-size: 1.1rem;
    color: #1873d3;
}

.personal-details .form-control,
.company-details .form-control {
    font-size: 0.85rem;
}

.benefecial-details .empty-additional {
    display: flex;
    height: 80%;
}

.benefecial-details .empty-additional span {
    font-size: 0.85rem;
    color: #91A0AB;
    margin: 0 auto;
}

/*
.company-details {
    margin-top: 25px;
}*/
.company-details table td span {
    float: right;
}

.edit-company-details {
    border-right: 2px solid #E3E3E3;
}

.edit-button-profile {
    border-radius: 4px;
    background-color: #0086EB;
    padding: 3px 10px;
    border: none;
    color: #FFF;
    font-size: 0.9rem;
    cursor: pointer;
}

.edit-button-profile img {
    width: 15px !important;
    margin-left: 5px;
    vertical-align: sub;
    height: auto !important;
}

.update-data-profile p {
    color: #91A0AB;
    font-size: 0.85rem;
    margin-bottom: 0;
}

.update-data-profile .request-code {
    margin-bottom: 15px;
    margin-top: 15px;
}

.update-data-profile .request-code a {
    display: inline-block;
    padding: 8px 7px;
    font-size: .85rem;
    color: #FFFFFF;
    max-width: 105px;
    margin-right: 7px;
}

.update-data-profile .request-code input {
    display: inline-block;
    /*width: calc(100% - 115px);*/
    font-size: .85rem;
}

.update-data-profile .update-btn {
    display: block;
    width: 100%;
    margin-top: 15px;
}

.reset-password-profile {
    margin-top: 20px;
}

.reset-box p {
    margin-bottom: 0;
    font-size: .85rem;
    color: #91A0AB;
}

.reset-box a {
    display: inline-table;
}

.reset-password-profile-left {
    margin-top: 20px;
}

.reset-password-profile-left a {
    width: 100%;
}

/* ------ PROFILE VIEWS -----*/
.box__dragndrop,
.box__uploading,
.box__success,
.box__error {
    display: none;
}

.box__input {
    width: 90%;
    height: 90%;
    position: relative;
    display: block;
    max-width: 530px;
    max-height: 530px;
    margin: 30px;
    border: 2px dashed #91A0AB;
    background-color: #F8F9FF;
}

form.drop-files {
    text-align: center;
    padding: 24% 30px;
}

img.drag-img {
    width: 90px;
    height: 90px;
}

.drop-files .custom-file-label::after {
    display: none;
}

.drop-files .custom-file {
    width: 70%;
}

.drop-files .custom-file-input {
}

.custom-file-label {
    color: #ffffff;
    background-color: #91A0AB;
    border: 1px solid #91A0AB;
}

.scan-content {
    position: relative;
    margin-left: 30px;
}

.number1:before {
    content: "1";
    padding: 0px;
    margin: 0px;
    left: -30px;
    position: absolute;
    top: 0px;
    color: #0086EB;
    border: 2px solid #0086EB;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: block;
    text-align: center;
    font-size: 14px;
}

.number2:before {
    content: "2";
    padding: 0px;
    margin: 0px;
    left: -30px;
    position: absolute;
    top: 0px;
    color: #0086EB;
    border: 2px solid #0086EB;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: block;
    text-align: center;
    font-size: 14px;
}

.scan-box {
    padding: 20px 20px 20px 0;
}

.scan-box h4 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}

.scan-content p {
    font-size: 16px;
    font-family: "Segoe UI";
    line-height: 20px;
    color: #91A0AB;
}

.progress {
    margin-top: 1.6rem;
    height: 0.5rem;
}

.progress-bar-file-info {
    position: absolute;
    display: inline-block;
    top: -1px;
    font-weight: 500;
    color: #4A595E;
    font-size: 14px;
}

.progress-bar-file-size {
    position: relative;
    display: inline-block;
    margin-left: 15px;
    color: #91A0AB;
    font-weight: 700;
    font-size: 12px;
}

.progress-bar-file-done {
    position: absolute;
    bottom: 0;
    display: inline-block;
    color: #91A0AB;
    font-weight: 700;
    font-size: 12px;
}

.progress-bar-file-upload {
    position: absolute;
    bottom: 0;
    right: 18px;
    color: #91A0AB;
    font-weight: 700;
    font-size: 12px;
}

.upload-row {
    padding: 15px 0;
    margin: 0;
}

.upload1 {
    border-bottom: 2px solid #E3E3E3;
}

.upload-row .col-2 {
    padding: 0;
    margin: 0;
}

.upload-row .col-10 {
    padding: 0;
    margin: 0;
}

.upload-img {
    width: 50px;
    height: 50px;
    background-image: url("assets/icons/picture.svg");

}

#pills-scan .card-title {
    font-family: "Segoe UI";
    color: #4A595E;
    font-size: 1.8rem;
    line-height: 38px;
}

#pills-scan .card-body {
    margin: 1.25rem 0;
}

.stepwizard1 .col-lg-6 {
    /* width: 90%; */
    margin: 0 auto;
}

.preview ul {
    margin: 0;
    padding: 0;
}

#progress p.success {
    background: #0c0 none 0 0 no-repeat;
}

#progress p.failed {
    background: #c00 none 0 0 no-repeat;
}

#dropFiles .highlightDropArea {
    background-color: #ffffff;
}

.drop-area {
    width: 90%;
    height: 90%;
    position: relative;
    display: block;
    max-width: 530px;
    max-height: 530px;
    margin: 30px;
    border: 2px dashed #91A0AB;
    background-color: #F8F9FF;
}

.drop-files ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
    width: 350px;
    height: 350px;
    position: absolute;
    top: -250px;
    /* bottom: 30px; */
    left: -100px;
}

.add-beneficial-btn {
    min-width: 200px;
    max-width: 200px;
    margin-top: 5px;
    width: 100%;
}

/* ------ PROFILE VIEWS end -----*/

/* ------ Account-Membership -----*/
.table.memb-subscription {
    margin-bottom: 0px;
}

.table.memb-subscription tbody td span {
    font-size: 1rem;
}

.memb-subscription .custom-radio .custom-control-label::before {
    top: 0;
    left: 30px;
}

.memb-subscription .custom-radio .custom-control-label::after {
    top: 0;
    left: 30px;
}

.global-memb {
    width: 60%;
}

.memb-subscription tr {
    height: 55px;
}

.memb-subscription td {
    vertical-align: middle;
}

.memb-subscription label.custom-control-label {
    padding-left: 10px;
    line-height: 12px;
}

.memb-subscr-payment {
    border-top: 2px solid #E3E3E3;
}

#membership .card.second-card {
    margin: 15px 0 30px;
}

#membership .upgrade-btn-locked {
    width: 100%;
}

.memb-subscr-payment .small-text {
    font-size: 13px;
}

.memb-subscr-payment a {
    color: #4A595E !important;
    text-decoration: underline;
}

.memb-payment-options .small-text {
    font-size: 14px;
    margin-top: 0.5px;
}

.memb-subscription label {
    margin-bottom: 0;
}

.payOpt a {
    color: #0086EB;
    text-decoration: underline;
}

.memb-payment-options .custom-control-label::before {
    top: 5px;
}

.memb-payment-options .custom-control-label::after {
    top: 5px;
}

.member-total,
.footer-upgrade-plan .plan-total {
    color: #0086EB;
    font-weight: 700;
    font-size: 2rem;
    padding: 0 10px;
    position: relative;
}

.pay_button_membership {
    width: 240px;
}

#enterGift::placeholder {
    color: #C7CBCE;
}

#enterGift {
    margin-top: 10px;
}

.title-account-membership p {
    font-size: 0.9rem;
    color: #91A0AB;
}

.title-account-membership p > span.subheader-membership {
    color: #4A595E;
}

.title-account-membership h5 {
    color: #4A595E;
    font-size: 1.1rem;
}

#membershipSubscription .custom-control-label {
    font-size: .85rem;
    color: #91A0AB;
    margin-top: 3.5px;
}

.total-payment {
    font-size: 0.95rem;
    color: #91A0AB;
    display: flex;
    -ms-flex-align: center;
}

.col-12.col-sm-6.memb-payment-options {
    margin-top: 15px;
}

.checkbox-payment .checkbox .text-checkbox {
    font-size: .85rem;
}

.checkbox-payment .checkbox .text-checkbox .link-checkbox-text {
    color: #4A595E;
    text-decoration: underline;
}

.payment-option-section {
    padding-top: 20px;
}

.title-payment-option h5 {
    color: #4A595E;
    font-size: 1.1rem;
}

.title-payment-option p {
    font-size: 0.9rem;
    color: #91A0AB;
}

.title-payment-option p > span {
    color: #4A595E;
}

.title-payment-option p > a {
    color: #0086EB;
    text-decoration: underline;
}

/* ------ Account-Membership end -----*/
/* ------ Account-Documents start -----*/
.col1 {
    width: 20%;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.docs-affiliate {
    height: 300px;
    margin: 5px 0;
}

.docs-affiliate:hover {
    border-color: #1873d3;
    cursor: pointer;
}

.docs-affiliate:hover h5 {
    color: #1873d3;
}

.docs-affiliate:hover a.btn.btn-secondary.btn-grey {
    background-color: #1873d3;
    border-color: #1873d3;
}

.documents h2 {
    font-size: 2rem;
    font-weight: 400;
}

/* .documents img.card-img-top {
  width: 80%;
  margin: auto;
  padding: 10px 25px 0;
  } */

.img-documents {
    width: 100px;
    height: auto;
    text-align: center;
    margin: auto;
    margin-top: 23px;
    margin-bottom: 18px;
}

.documents .card-body {
    padding: 0;
}

.documents .card-title {
    margin-bottom: 1.75rem;
    font-size: 20px;
    color: #7a7a7a;
}

a.btn.btn-secondary.btn-grey {
    background-color: #91A0AB;
    border-color: #91A0AB;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.7px;
    bottom: -10px;
    width: 100%;
}

a.btn.btn-secondary.btn-grey:hover {
    background-color: #0086EB;
    border-color: #0086EB;
}

.questions-look button.btn.btn-link {
    color: #4A595E;
    font-size: 1.35rem;
    font-weight: 400;
    padding: 0;
    line-height: 1;
}

.questions-look h5 {
    color: #4A595E;
    font-size: 22px;
    font-weight: 400;
}

.questions-look h5:hover {
    text-decoration: none;
    color: #0086EB;
}

.questions-look button.btn.btn-link:hover {
    text-decoration: none;
    color: #0086EB;
}

button.btn.btn-link.collapsed {
    text-decoration: none;
    /* color: #0086EB; */
}

.questions-look .card {
    margin: 20px 0;
}

.questions-look .card-header {
    cursor: pointer;
    border-bottom: none;
    padding: 0 2.5rem;
    background-color: #f8f9ff;
}

.questions-look h5 {
    cursor: pointer;
    font-size: 1.37rem;
    color: #4A595E;
    width: 100%;
    display: inline-block;
    line-height: 1;
    padding: 1.3rem 0;
}

.questions-look .btnIcon {
    margin-left: 4px;
    width: 20px;
    height: 20px;
    float: right;
    margin-top: auto;
    position: relative;
    vertical-align: middle;
    top: 5px;
    right: 20px;
}

div[aria-expanded="true"] .expBorder {
    border-bottom: 2px solid #E3E3E3;
}

.docs-title {
    font-size: 2rem;
}

.subTitle {
    margin-top: 15px;
    font-size: 1.2rem;
    font-weight: 300;
    color: #7a7a7a;
}

.questions-look h6 {
    color: #4A595E;
    font-size: 1.14rem;
    padding-bottom: 10px;
}

.questions-look .card-header[aria-expanded="true"] h5 {
    border-bottom: 2px solid #e3e3e3;
}

.questions-look .card-header[aria-expanded="true"] .btn-link {
    color: #0086EB;
}

.questions-look .card-body {
    background-color: #f8f9ff;
}

.card-body-quest {
    padding: 20px 15px 0;
}

.card-body-button {
    vertical-align: middle;
    text-align: center;
    padding-top: 53px;
}

.questions-look p {
    font-size: 0.88rem;
    color: #4A595E;
}

.questions-look .card-body {
    padding: .5rem 2.5rem;
}

.questions-look a.btn.btn-secondary.btn-grey {
    position: relative;
    left: 0;
    bottom: 0;
}

.questions-look .documents-list-arrow {
    max-width: 20px;
}

/* ------ Account-Documents end -----*/

/*----- ACCOUNT UPGRADE -----*/
.upgrade-account {
    padding-top: 20px;
}

.upgrade-account .promoted-card {
    margin-top: -20px;
}

.upgrade-account .promoted-card .header-card-upgrade {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    padding-top: 40px;
    border-color: #064B91;
    background-color: #0077D1;
    border-width: 2px;
    height: 239px;
}

.upgrade-account .promoted-card .header-card-upgrade .icon-plan img {
    height: 60px;
    max-width: none;
}

.upgrade-account .body-upgrade-plan,
.upgrade-account .button-upgrade-plan {
    border-left: 2px solid #E3E3E3;
    border-bottom: 2px solid #E3E3E3;
}

.upgrade-account .last-card .body-upgrade-plan,
.upgrade-account .last-card .button-upgrade-plan {
    border-right: 2px solid #E3E3E3;
}

.upgrade-account .promoted-card .body-upgrade-plan {
    background-color: #F8F9FF;
    border-left: 2px solid #91A0AB;
    border-right: 2px solid #91A0AB;
    border-bottom: 2px solid #E3E3E3;
}

.upgrade-account .promoted-card .button-upgrade-plan {
    border-left: 2px solid #91A0AB;
    border-right: 2px solid #91A0AB;
    border-bottom: 2px solid #91A0AB;
    background-color: #F8F9FF;
}

.upgrade-account .after-promoted .header-card-upgrade,
.upgrade-account .after-promoted .body-upgrade-plan,
.upgrade-account .after-promoted .button-upgrade-plan {
    border-left: 0px;
}

.header-card-upgrade {
    background-color: #0086EB;
    color: #FFF;
    padding: 30px 10px 15px 10px;
    border: solid #0077D1;
    border-width: 2px 0px 2px 2px;
    height: 219px;
}

.first-card .header-card-upgrade {
    border-top-left-radius: 4px;
}

.last-card .header-card-upgrade {
    border-width: 2px;
    border-top-right-radius: 4px;
}

.header-card-upgrade .icon-plan {
    text-align: center;
    padding-bottom: 15px;
}

.header-card-upgrade .icon-plan img {
    max-width: 50px;
}

.header-card-upgrade .name-price {
    padding-bottom: 15px;
}

.header-card-upgrade .name-price p {
    line-height: 1;
    font-size: 14px;
    margin-bottom: 0;
}

.header-card-upgrade .name-price span {
    font-size: 1.25rem;
}

.header-card-upgrade .short-description {
    font-size: .85rem;
}

.body-upgrade-plan {
    padding: 25px 10px;
}

.body-upgrade-plan .component-plan {
    text-align: center;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 50px;
}

.body-upgrade-plan .component-plan img {
    max-width: 30px;
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.body-upgrade-plan .component-plan.numbers span {
    color: #4A595E;
    font-size: 1.05rem;
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.body-upgrade-plan .component-plan.special {
    -ms-flex-item-align: center !important;
    align-self: center !important;
    height: 75px;
}

.body-upgrade-plan .component-plan.special span {
    font-size: .8rem;
    color: #4A595E;
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.body-upgrade-plan .component-plan.special .none-special {
    border-top: 2px solid #91A0AB;
    width: 30px;
    display: block;
    margin: 0 auto;
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.button-upgrade-plan {
    padding-right: 10px;
    padding-left: 10px;
}

.upgrade-account .card-list {
    border: solid #E3E3E3;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-width: 2px 0 2px 2px;
    padding: 25px 15px;
    margin-top: 217px;
    margin-bottom: 73px;
}

.upgrade-account .card-list .usa-members-note {
    position: absolute;
    top: -217px;
    height: 217px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.upgrade-account .card-list .list-plan {
    display: -ms-flexbox !important;
    display: flex !important;
    height: 50px;
}

.upgrade-account .card-list .list-plan.special {
    height: 75px;
}

.upgrade-account .card-list .list-plan span {
    -ms-flex-item-align: center !important;
    align-self: center !important;
    font-size: .8rem;
    color: #4A595E;
}

/*----- END ACCOUNT UPGRADE -----*/

/* ------ Account-Funding start -----*/

#funding .alert-dark {
    color: #ffffff;
    background-color: #91A0AB;
    border-color: #91A0AB;
}

#funding .alert-dark img {
    width: 30px;
}

#funding .alert-dark h5 {
    font-size: 18px;
    letter-spacing: -.4px;
    line-height: 24px;
    padding: 6px 0 0px;
    margin: 0px -26px 0.5rem -42px;
}

.alert-dark .close {
    color: #fff;
    opacity: 0.9;
    padding: 1.1rem;
    font-size: 20px;
    font-weight: 400;
}

.alert-dark .close span {
    background: #4A595E;
    border-radius: 50%;
    padding: 0px 7px 6px 7px;
    position: relative;
    display: block;
}

.gift-card-funding .available-funds {
    font-size: .95rem;
    color: #4A595E;
}

.gift-card-funding .amountFunds {
    color: #0086EB;
    font-size: 1.2rem;
}

.gift-card-funding .width-first {
    width: 150px;
}

.gift-card-funding .rec-email {
    font-size: .85rem;
    color: #91A0AB;
}

.gift-card-funding .inputs-rec-email {
    display: flex;
}

.gift-card-funding .inputs-rec-email > div {
    display: inline-block;
    width: 100%;
    max-width: 200px;
}

.gift-card-funding .inputs-rec-email #fundingReEmail {
    margin-left: 10px;
}

.gift-card-funding .wantToGive .width-first {
    color: #91A0AB;
    font-size: .95rem;
}

.gift-card-funding .inputs-wantToGive {
    width: calc(100% - 150px);
    display: flex;
}

.gift-card-funding .inputs-wantToGive .fixed-input {
    display: inline-block;
    width: 100%;
    max-width: 170px;
}

.gift-card-funding .inputs-wantToGive .fixed-input .dropdown-utopia {
    display: inline-block;
    width: 100%;
}

.gift-card-funding .inputs-wantToGive .selected-input {
    display: inline-block;
    padding-left: 10px;
}

.inputs-wantToGive .preciousMetalInputs {
    display: flex;
}

.inputs-wantToGive .preciousMetalInputs .btn-group {
    border: 2px solid #E3E3E3;
    border-radius: 4px;
    height: 38px;
    padding: 2px;
}

.inputs-wantToGive .membershipInputs {
    display: inline-block;
    width: 170px;
    max-width: 100%;
}

.inputs-wantToGive .width-input-amount {
    max-width: 100px;
}

.inputs-wantToGive .amountMetal label {
    margin-bottom: 0;
    color: #91A0AB;
    font-size: .8rem;
    padding-left: 15px;
    padding-right: 5px;
}

.gift-card-funding input {
    font-size: .9rem;
}

.inputs-wantToGive .amountGift label {
    margin-bottom: 0;
    color: #91A0AB;
    font-size: .8rem;
    padding-left: 15px;
    padding-right: 15px;
}

.cert-summary {
    padding: 10px 0;
}

.cert-summary p {
    font-size: 14px;
    color: #91A0AB;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: .3rem;
}

.cert-summary p span {
    color: #0086EB;
    font-size: 20px;
    line-height: 24px;
}

.border-bottom-grey {
    border-bottom: 2px solid #E3E3E3;
}

.cert-summ-img {
    padding: 20px 0;
    position: relative;
}

.cert-summ-img img {
    border: 2px solid #E3E3E3;
    border-radius: 4px;
}

.cert-summ-img .valueGiftCertificate {
    position: absolute;
    bottom: 25px;
    right: 15px;
}

.cert-summ-img .valueGiftCertificate p {
    margin-bottom: 0;
    color: #00b26e;
    line-height: 1;
    font-size: 1.4rem;
    text-align: right;
}

.cert-summ-img .valueGiftCertificate span {
    margin-bottom: 0;
    color: #4a595e;
    line-height: 1;
    font-size: 2rem;
}

.cert-summ-img .btn {
    width: 100%;
}

.memb-subscription tr.tr-space-border {
    border-bottom: 2px solid #E3E3E3;
}

.memb-subscription tr.tr-space {
    height: 12px;
}

.tr-space p {
    margin-bottom: 0;
}

.memb-subscr-payment.wantToGive {
    border-top: none;
}

table.table.table-card.memb-subscription.giftCert {
    margin-bottom: 5px;
}

.gold-img {
    width: 20px;
    height: auto;
    padding: 0 2px 1px 3px;
}

#preciousMetal1 .btn-group {
    border: 2px solid #E3E3E3;
    border-radius: 4px;
    height: 38px;
}

.btn-gold {
    background-color: #ffffff;
    color: #C7CBCE;
    font-size: .8rem;
    width: 86px;
    position: relative;
    text-align: left;
    padding: 4px 17px;
}

.btn-gold:after {
    content: url('../assets/icons/gold-5.svg');
    display: block;
    position: absolute;
    width: 17px;
    top: 7px;
    right: 12px;
}

.btn-gold.active {
    background-color: #F4BD4E;
    color: #4A595E;
}

.btn-gold.active:after {
    content: url('../assets/icons/gold-3.svg');
    display: block;
    position: absolute;
    width: 17px;
    top: 7px;
    right: 12px;
}

.btn-silver {
    background-color: #ffffff;
    color: #C7CBCE;
    font-size: .8rem;
    width: 86px;
    position: relative;
    text-align: left;
    padding: 4px 17px;
}

.btn-silver:after {
    content: url('../assets/icons/gold-5.svg');
    display: block;
    position: absolute;
    width: 17px;
    top: 6px;
    right: 9px;
}

.btn-silver.active {
    background-color: #91A0AB;
    color: #ffffff;
}

.btn-silver.active:after {
    content: url('../assets/icons/gold-w.svg');
    display: block;
    position: absolute;
    width: 17px;
    top: 6px;
    right: 9px;
}

.btn-group .btn-silver:focus,
.btn-group .btn-gold:focus {
    box-shadow: none;
}

#preciousMetal1 .btn:focus, .btn.focus {
    box-shadow: none;
}

#preciousMetal2 .form-group {
    margin-bottom: 0;
}

#funding .custom-control-label {
    font-size: 14px;
    color: #91A0AB;
    margin-top: 1px;
}

/* ------ Account-Funding end -----*/

/* ------ Account-history start -----*/

/*
#account-history .table-card tbody td {
  padding: 10px 15px 10px 0px;
}
*/
/* ------ Account-history end -----*/

/* ------ My precious metal ------- */

.info-nav-icon .lock-info {
    top: 7px;
}

.full-width.nav-tabs .info-nav-icon {
    margin-right: 40px;
    padding: 7px 0 0px;
    cursor: pointer;
}

.bag-nav-icon {
    margin-right: 15px;
    cursor: pointer;
    position: relative;
}

.bag-nav-icon > img {
    top: 4px;
}

.bag-nav-icon > span {
    position: absolute;
    right: 0;
    top: 18px;
    left: 10px;
    font-size: 10px;
    color: #fff;
    text-align: center;
}

.alert-info-note {
    color: #FFFFFF;
}

.alert-info-note button {
    position: relative !important;
}

.close-info-note img {
    margin-right: 0 !important;
}

.alert-info-note {
    font-size: 1rem;
}

.alert-info-note img,
.alert-info-note svg {
    width: 25px;
    height: 25px;
}

.alert-info-note > div {
    width: 100%;
    padding-right: 1.5rem;

}

.alert-info-note > div > div {
    align-items: center;
}

.alert-grey {
    background-color: #91A0AB;
    border-radius: 4px;
}

.alert-light-grey {
    background-color: rgb(250, 250, 250);
}

.alert-info-note img,
.alert-info-note svg {
    margin-left: 15px;
    margin-right: 15px;
}

.datetime-labels > div {
    border: 2px solid #E3E3E3;
    border-radius: 4px;
    padding: 3px 6px 3px 6px;
    font-size: 0.8rem;
    color: #4A595E;
}

.info-card {
    padding: 1.2rem 1.3rem;
}

.info-card .info-card-header {
    margin-bottom: 0.25rem;
}

.info-card .info-card-header > div {
    font-size: 1.2rem;
    font-weight: bold;
}

.info-card .info-card-item {
    font-size: 0.9rem;

}

.info-card .info-card-item p {
    margin-bottom: 0.6em;
}

.info-card .info-card-header img {
    width: 25px;
    height: 25px;
}

.how-to-buy .card-body img {
    height: 250px;
    object-fit: cover;
}

#dropdownFilter {
    /*width: 50%;*/
}

select.form-control-small {
    font-size: 0.8rem;
    color: #4A595E;
    border: 2px solid #E3E3E3;
    padding: 5px 2px;
    border-radius: 4px;
    margin-right: 1rem;
}

.product-item {
    border: 2px solid #E3E3E3;
    padding: 0;
    margin: 0 5px 5px;
    border-radius: 4px;
}

.product-info > div:first-child {
    font-size: 0.8rem;
}

.product-item .product-body {
    padding: 0 0.5rem 0.5rem;
}

.product-item .product-title {
    font-size: 1rem;
    font-weight: bold;
    margin-top: 0.5rem;
}

.product-item a.disabled {
    background: #C7CBCE;
    border-color: #C7CBCE;
}

.product-item img {
    border-radius: 2px;
}

.product-image {
    width: 100%;
    -webkit-background-size: cover;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.quantity-select {
    font-size: 13px;
    border: 2px solid #E3E3E3;
    border-radius: 4px;
    height: 38px !important;
    padding: 0.375rem 1.05rem 0.275rem 0.45rem !important;
    display: inline-block;
    width: 60px;
}

.checkout-table th, .checkout-table td {
    vertical-align: middle !important;
}

.checkout-table span.no {
    position: relative;
}

.checkout-table span.no::before {
    content: attr(data-number);
    position: absolute;
    right: 0;
    width: 2em;
    height: 2em;
    line-height: 1.2em;
    text-align: center;
    color: #0086EB;
    -webkit-border-radius: 4em;
    -moz-border-radius: 4em;
    border-radius: 4em;
    border: 2px solid #0086EB;
}

.remove-product {
    font-size: 0.6rem;
    color: #0086EB;
    padding: 4px 4px 4px 10px;
}

.remove-product:hover {
    text-decoration: none;
}

.trigger-order-type,
.trigger-vault-order-type {
    /*padding: 2px 10px;*/
    border: 2px solid #E3E3E3;
    border-radius: 4px;
    color: #91A0AB;
    font-size: 0.8rem;
}

.trigger-order-type > div,
.trigger-vault-order-type > div {
    padding: 4px 16px;
    margin: 2px;
    border-radius: 2px;
}

/*.trigger-order-type > div:hover,*/
.trigger-order-type > div.active,
.trigger-vault-order-type > div.active {
    background: #0086EB;
    color: #fff;
}

/*.trigger-order-type > div:hover .order-type-image.shipping-img,*/
.trigger-order-type > div.active .order-type-image.shipping-img,
.trigger-vault-order-type > div.active .order-type-image.shipping-img {
    background-image: url('../assets/icons/delivery-truck-w.svg');
}

/*.trigger-order-type > div:hover .order-type-image.storage-img,*/
.trigger-order-type > div.active .order-type-image.storage-img,
.trigger-vault-order-type > div.active .order-type-image.storage-img {
    background-image: url('../assets/icons/vault-w.svg');
}

.trigger-order-type .order-type-image,
.trigger-vault-order-type .order-type-image {
    width: 28px;
    height: 19px;
    margin-left: 5px;
    /*background: #ffffff;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.trigger-order-type .order-type-image.shipping-img,
.trigger-vault-order-type .order-type-image.shipping-img {
    background-image: url('../assets/icons/delivery-truck.svg');
}

.trigger-order-type .order-type-image.storage-img,
.trigger-vault-order-type .order-type-image.storage-img {
    background-image: url('../assets/icons/vault.svg');
}

.order-form-container h4 {
    font-size: 18px;
    font-weight: bold;
    color: #0086EB;
}

.order-form-container input, .order-form-container .dropdown-utopia {
    font-size: 0.8rem;
}

.order-form-container .dropdown-utopia {
    height: 38px !important;
}

.order-form-container .dropdown-utopia > button {
    height: 100%;
    max-width: 100%;
}

.dropdown-utopia ~ .invalid-feedback,
.date-picker ~ .invalid-feedback {
    display: block;
    font-size: .8rem;
}

.invalid-feedback {
    font-size: .8rem;
}

.payment-method .radio .cr {
    margin-right: 0;
}

.payment-method > label {
    margin-right: 4%;
}

.payment-method .radio input[type="radio"]:checked + .cr + span {
    color: #0086EB;
}

.order-form-container .form-container > div {
    margin-bottom: 12px;
}

.order-form-container .form-container .invalid-feedback {
    margin-top: 0;
}

.contract-balance {
    justify-content: space-between;
    margin-top: 1.5rem;
}

.contract-balance .radio > div:first-child {
    display: flex;
}

.contract-balance .radio > div:first-child > span:not(.cr) {
    font-size: 0.85rem;
}

.contract-balance > div > label {
    display: flex;
    flex-wrap: wrap;
    /*align-items: center;*/
    flex-direction: column;
}

.radio-detail {
    color: #0086EB;
    font-size: 1.5rem;
    flex: 0 1 100%;
    padding-left: 25px;
    line-height: 0.8;
}

.chart {
    width: 100%;
    min-height: 500px;
    height: 500px;
    position: relative;
}

.checkbox {
    flex-wrap: wrap;
}

.checkbox input[type="checkbox"], .radio input[type="radio"] {
    display: none;
}

.checkbox input[type="checkbox"] + .cr > .cr-icon, .radio input[type="radio"] + .cr > .cr-icon {
    /*transform: scale(3) rotateZ(-20deg);*/
    opacity: 0;
    /*transition: all .3s ease-in;*/
}

.checkbox input[type="checkbox"]:checked + .cr, .radio input[type="radio"]:checked + .cr {
    border-color: #0086EB;
}

.checkbox span.cr + span {
    flex: 1;
}

.radio .cr .cr-icon {
    background: #0086EB;
    border-radius: 50%;
}

.checkbox .cr .cr-icon, .radio .cr .cr-icon {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 10px;
    height: 10px;
}

.checkbox .cr, .radio .cr {
    position: relative;
    display: inline-block;
    border: 2px solid #a9a9a9;
    border-radius: .25em;
    width: 18px !important;
    height: 18px;
    float: left;
    margin-right: 0.5em;
    flex: 0 0 18px;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox input[type="checkbox"].is-invalid + .cr,
.radio input[type="radio"].is-invalid + .cr {
    border-color: #dc3545 !important;
}

.checkbox input[type="checkbox"]:checked + .cr > .cr-icon,
.radio input[type="radio"]:checked + .cr > .cr-icon {
    /*transform: scale(1) rotateZ(0deg);*/
    opacity: 1;
}

.checkbox .invalid-feedback {
    flex: 0 1 100%;
}

.btn.btn-image img {
    width: 28px;
    height: 28px;
}

.btn-image {
    padding: 4px 15px;
}

.btn-image .vertical-separator {
    border: 1px solid #0077D1;
    margin-left: 10px;
}

.btn-image:hover .vertical-separator {
    border: 1px solid #91A0AB;
}

.no-spiner::-webkit-outer-spin-button,
.no-spiner::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type="number"].no-spiner {
    -moz-appearance: textfield;
}

.d-grey-text {
    color: #7a7a7a !important;
}

.l-grey-text {
    color: #7a7a7a;
}

.blue-text {
    color: #1873d3;
}

.utopian-blue-text {
    color: #0086EB;
}

.vertical-separator-grey {
    border-left: 2px solid #E3E3E3;
    margin-left: 5px;
    margin-right: 5px;
}

input[type="text"], input[type="number"], input[type="email"] {
    border: 2px solid #eaf5fe;
    border-radius: 5px;
    height: 38px;
}

.form-control {
    outline: none;
    border-color: #eaf5fe;
    background-color: #eaf5fe;
}

.form-control:focus {
    outline: none;
    border-color: #eaf5fe;
    box-shadow: none;
}

textarea {
    border-color: #E3E3E3;
    border-width: 2px !important;
}

select {
    border-width: 2px !important;
    border-radius: 4px !important;
}

input[type="text"]::placeholder,
input[type="number"]::placeholder {
    color: #C7CBCE;
}

.input-detail {
    position: absolute;
    right: 9px;
    top: 8px;
    font-size: 0.8rem;
    color: #4A595E;
}

.medium-text {
    font-size: 1rem; /*16px*/
}

.normal-text {
    font-size: 1.1rem; /*18px*/
}

.normal-text-plus {
    font-size: 1.5rem;
}

.small-text-plus {
    font-size: 0.9rem;
}

.small-text {
    font-size: 0.85rem; /*14px*/
}

.x-small-text {
    font-size: 0.6rem; /*10px*/
}

.small-lineheight {
    line-height: 1.1;
}

.normal-btn-size {
    padding: 8px 15px;
}

.big-text {
    font-size: 2.5rem;
}

.big-text-plus {
    font-size: 3.8rem;
}

.big-title {
    font-size: 2.8rem;
}

@media (min-width: 767px) {
    .big-title {
        line-height: 2;
    }
}

.rw-b {
    font-weight: 600;
}

.rw-sb {
    font-weight: 400;
}

.rw-r {
    font-weight: 400;
}

.rw-m {
    font-weight: 300;
}

.h-b {
    font-weight: 700;
}

.h-m {
    font-weight: 500;
}

.h-r {
    font-weight: 300;
}

.w-28 {
    width: 28%;
}

.w-44 {
    width: 44%;
}

.w-72 {
    width: 72%;
}

.utopian-table tbody td {
    font-size: 0.85rem;
    color: #4A595E;
    vertical-align: middle;
}

.utopian-table thead td {
    border-top: none;
    font-size: 0.85rem;
    color: #91A0AB;
    padding: 0.75rem 0 0.75rem 2px;
}

/* ------ My precious metal end -----*/

/* ------ Precious metal History start -----*/
.prec-metal-history {
    margin-bottom: 30px;
}

a.btn.btn-secondary.btn-history {
    padding: 0.6rem 1rem;
    background-color: #91A0AB;
    border-color: #91A0AB;
    font-size: 0.8rem;
    font-weight: 700;
    /*letter-spacing: 0.7px;*/
    /*bottom: 25px;*/
    color: #ffffff;
    text-decoration: none;
}

a.btn.btn-secondary.btn-history:hover {
    background-color: #0086EB;
    border-color: #0086EB;
}

.history-table tbody td {
    font-family: 'Lexend', sans-serif;
    font-weight: 400;
    font-size: 0.85rem;
    text-align: right;
    color: #4A595E;
    vertical-align: middle;
}

.history-table thead td {
    border-top: none;
    font-family: 'Lexend', sans-serif;
    font-weight: 300;
    font-size: 0.85rem;
    text-align: right;
    color: #91A0AB;
    padding: 0.75rem 0 0.75rem 2px;
}

.history-table .number-circle {
    margin: 0 auto !important;
}

.history-table tbody td {
    /*padding: 2px;*/
}

.no-td {
    width: 4rem;
}

.number-circle {
    text-align: center;
    width: 22px;
    height: 15px;
    margin-left: 25px;
}

.number-circle h6 {
    font-size: 0.85rem;
    color: #0086EB;
    border: 2px solid #0086EB;
    border-radius: 50%;
    padding: 0 5px 2px;
}

.prev {
    color: #ffffff;
    background-color: #C7CBCE;
    margin-right: 10px;
    border-radius: 4px;
    padding: 2px 8px 4px;
    border: 1px solid #c7cbce;
    width: 30px;
    height: 30px;
}

.prev:hover {
    color: #ffffff;
    background-color: #0086EB;
    border: 1px solid #0086EB;
}

.next {
    color: #ffffff;
    background-color: #C7CBCE;
    margin-left: 10px;
    border-radius: 4px;
    padding: 2px 8px 4px;
    border: 1px solid #c7cbce;
    width: 30px;
    height: 30px;
}

.next:hover {
    color: #ffffff;
    background-color: #0086EB;
    border: 1px solid #0086EB;
}

.page-link.page-number {
    font-size: 0.85rem;
    color: #91A0AB;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 5px 10px 8px;
    border: 2px solid #E3E3E3;
    width: 30px;
    height: 30px;
}

nav.prec-hist-pagination {
    margin-right: 15px;
}

.prec-metal-content {
    font-size: 0.85rem;
    color: #91A0AB;
}

.history-table img.align-self-center.ml-auto {
    width: 30px;
}

.history-table .border-bottom {
    border-bottom: 2px solid #E3E3E3 !important;
}

.history-table p {
    margin-top: .7rem;
    margin-bottom: .7rem;
}

.res-table {
    overflow-x: auto;
}

@media (max-width: 767px) {
    .prec-metal-history .res-table {
        padding-left: 0.3em;
        padding-right: 0.3em;
    }

    .prec-metal-history .res-table table tr > td:last-child:not(.hiddenRow) > div {
        display: flex !important;
        flex-direction: column;
        align-items: center;
    }

    .prec-metal-history .res-table table tr > td:last-child:not(.hiddenRow) input {
        width: 50px;
        /*height: inherit;*/

        margin-top: 0.3em;
        margin-bottom: 0.3em;
    }

    .prec-metal-history .res-table table tr > td:not(.hiddenRow) a {
        padding-left: 4px;
        padding-right: 4px;
    }

    .my-products > tbody > tr > td:not(.hiddenRow) {
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }
}



/* ------ Precious metal History end -----*/

/* ------ Precious Metals Start -----*/
.product-thumbnail {
    width: 100%;
    height: 10rem;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
/* ------ Precious Metals End -----*/

/* ------ Precious metal Vault & Storage start -----*/

.my-products > tbody > tr > td:not(.hiddenRow) {
    padding-top: 30px;
}

.my-products > tbody > tr > td:last-child:not(.hiddenRow) {
    text-align: left;
    /*width: 180px;*/
}

.my-products tbody tr td:last-child:not(.hiddenRow) {
    padding-right: 0 !important;
    padding-left: 0;
    width: 1%;
    white-space: nowrap;

}

.my-products thead td {
    border-top: none;
    font-size: 0.85rem;
    text-align: right;
    color: #91A0AB;
    padding: 0.75rem 0.75rem 0.75rem 2px;
}

.my-products tbody td {
    font-size: 0.85rem;
    text-align: right;
    color: #4A595E;
    vertical-align: middle;
    padding: 0 0.75rem 0 2px;
}

.my-products .border-bottom {
    border-bottom: 2px solid #E3E3E3 !important;
}

.my-products p {
    margin-top: .7rem;
    margin-bottom: .7rem;
}

.my-products input {
    width: 88px;
    /*height: 40px;*/
    margin: 0px 4px 0;
    padding-left: 8px;
    font-size: 0.8rem;
}

.my-products a.disabled {
    background: #E3E3E3 !important;
    border-color: #E3E3E3 !important;
    color: #C7CBCE !important;
}

.my-products input.disabled {
    border-color: #E3E3E3 !important;
    background: #fff;
}

.w-20 {
    width: 20%;
}

.w-23 {
    width: 23%;
}

.my-products input::placeholder {
    color: #4A595E !important;
}

.my-products input.disabled::placeholder {
    color: #C7CBCE !important;
}

a.btn.btn-secondary.btn-vault {
    padding: 0.6rem 1rem;
    background-color: #91A0AB;
    border-color: #91A0AB;
    font-size: 0.8rem;
    font-weight: 700;
    bottom: 25px;
    color: #ffffff;
    border-radius: 2px;
    width: 100%;
    height: 2.4rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

a.btn.btn-secondary.btn-vault:hover {
    background-color: #E3E3E3;
    border-color: #E3E3E3;
    color: #C7CBCE;
}

a.btn.btn-secondary.btn-minus {
    padding: 0.6rem 0;
    background-color: #91A0AB;
    border-color: #91A0AB;
    font-size: 3rem;
    line-height: 0.8rem;
    text-align: center;
    color: #ffffff;
    border-radius: 2px;
    width: 2.4rem;
    height: 2.4rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    position: relative;
    top: -1px;
}

#precMetalVaultTable input[type="text"] {
    height: 2.6rem;
    position: relative;
    top: 1px;
    margin: 0 15px !important;
    width: 45%;
    padding-left: 8px;
}

#precMetalVaultTable input[type="text"]::placeholder {
    color: #4A595E;
}

a.btn.btn-secondary.btn-minus:hover {
    background-color: #E3E3E3;
    border-color: #E3E3E3;
    color: #C7CBCE;
}

a.btn.btn-secondary.btn-plus {
    padding: 0.7rem 0;
    background-color: #91A0AB;
    border-color: #91A0AB;
    font-size: 3rem;
    line-height: 0.8rem;
    text-align: center;
    color: #ffffff;
    border-radius: 2px;
    width: 2.4rem;
    height: 2.4rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    position: relative;
    top: -1px;
}

a.btn.btn-secondary.btn-plus:hover {
    background-color: #E3E3E3;
    border-color: #E3E3E3;
    color: #C7CBCE;
}

/*input#productPcs {
  width: 88px;
  height: 40px;
  margin: 0px 4px 0;
  top: 1px;
  position: relative;
  padding-left: 8px;
  font-size: 14px;
  }*/

.widthTd {
    /*min-width: 90px;*/
}

.persDetails h4 {
    color: #0086eb;
    font-weight: bold;
    margin: 0 0 25px;
    font-size: 18px;
}

.persDetails .form-control {
    margin: 10px 32px 0 0;
    width: 100%;
}

.persDetails .form-control {
    color: #4A595E;
    font-size: 14px;
    border: 2px solid #E3E3E3;
    border-radius: 4px;
}

.persDetails .border-right {
    border-right: 2px solid #E3E3E3 !important;
}

.persDetails .shippingDetails {
    padding: 0 35px;
    right: 30px;
}

.vault-summary .card-header {
    padding-left: 20px
}

.text-bold-grey {
    color: #4A595E;
    font-size: 14px;
}

.del-btn {
    padding: 20px 0;
}

.del-btn .button-blue-swiss {
    position: relative;
    padding: 7px 15px;
    height: 40px;
}

.btn-img {
    width: 47px;
    position: absolute;
    float: left;
    margin-top: 2px;
    border-right: 1px solid #6d6d6d;
    padding: 3px 10px 3px 0;
    left: 8px;
    top: 6px;
}

.checkPersDet {
    padding: 30px 7px;
}

.accordian-body {
    border: 2px solid #E3E3E3;
    border-radius: 4px;
    margin: 20px 0;
    padding: 20px 25px 5px;
}

@media (max-width: 576px) {
    .my-products tbody tr td:not(.hiddenRow) {
        padding-right: 0.6rem;
    }

    /*.my-products tbody tr td:last-child {
        padding-right: 0.2rem;
        }*/
}

@media (max-width: 767px) {
    .my-products {
        /*width: 1000px;*/
    }
}

/* ------ Precious metal Vault & Storage end -----*/

/* ------ Help & Contact start -----*/

#navbarSupportedContent .btn-outline-light:hover {
    color: #F8F9FF;
    background-color: #064B91;
    border-color: #064B91;
}

button.btn.btn-outline-light.my-2.my-sm-0.help-button.help-active {
    color: #F8F9FF;
    background-color: #064B91;
    border-color: #064B91;
}

.help-desk {
    background-color: #F8F9FF;
    margin: 30px 0;
    padding: 45px 0 65px;
}

.rel-reg-header {
    color: #4A595E;
    font-size: 3em;
    line-height: 1;
}

.rel-sbold-subheader {
    color: #91A0AB;
    font-size: 20px;
    line-height: 24px;
}

.btn-help {
    height: 85px;
    background-color: #0086EB;
    color: #FFFFFF;
    border: 1px solid #0086EB;
    border-radius: 4px;
    position: relative;
    padding: 30px 0;
}

.btn-help-d {
    height: 85px;
    background-color: #064B91;
    color: #FFFFFF;
    border: 1px solid #064B91;
    border-radius: 4px;
    position: relative;
    padding: 30px 0 30px 25px;
}

.btn-icon {
    width: 47px;
    float: left;
    vertical-align: middle;
    position: relative;
    left: 29px;
    top: -11px;
}

.btn-icon-v {
    width: 57px;
    float: left;
    vertical-align: middle;
    left: 37px;
    top: 18px;
    position: absolute;
}

.form-control.select-grey {
    color: #91A0AB;
    font-size: 13.5px;
    border: 2px solid #E3E3E3;
    letter-spacing: -1.2px;
}

#contactForm label {
    text-align: left;
}

.form-control.input-grey {
    border: 2px solid #E3E3E3;
    font-size: 14px;
    border-radius: 4px;
    height: 38px;
}

.form-control.input-grey::placeholder {
    color: #C7CBCE;
}

textarea#contactMessage {
    height: 150px;
}

img.contact-icon {
    width: 28px;
    position: absolute;
    bottom: 20px;
    right: 23px;
    padding: 1px;
    background: #ececec;
}

#contactForm .button-blue-swiss {
    width: 280px;
    height: 50px;
    padding: 15px;
    font-size: 14px;
    -webkit-appearance: none;
}

/* ------ Help & Contact end -----*/

/* Hashpower */
#buy.tab-pane .small-text {
}

#buy.tab-pane .big-text {
    font-size: 3rem;
    line-height: 1 !important;
}

.list-steps {
    list-style: none;
    display: flex;
    padding: 0;
    justify-content: center;
}

.list-steps .list-step-item {
    display: flex;
    /*align-items: center;*/
    width: 70px;
    justify-content: center;
}

.list-steps .list-step-item:last-child {
    margin-right: 0px;
}

.list-steps .list-step-item .card {
    border: none;
}

.list-steps .list-step-item .card-body {
    padding: 0;
    font-size: 1rem;
    color: #4A595E;
    text-align: center;
}

.list-steps .step-img {
    width: 40px;
    height: 40px;
}

.list-steps .contract-step .step-img {
    background-image: url(../assets/icons/contract-b.svg);
    background-size: contain;
}

.list-steps .value-step .step-img {
    background-image: url(../assets/icons/value-g.svg);
    background-size: contain;
}

.list-steps .value-step.active .step-img {
    background-image: url(../assets/icons/value-b.svg);
}

.list-steps .payment-step .step-img {
    background-image: url(../assets/icons/payment-g.svg);
    background-size: contain;
}

.list-steps .payment-step.active .step-img {
    background-image: url(../assets/icons/payment-b.svg);
}

.list-steps .summary-step .step-img {
    background-image: url(../assets/icons/summary-g.svg);
    background-size: contain;
}

.list-steps .summary-step.active .step-img {
    background-image: url(../assets/icons/summary-b.svg);
}

.list-steps .h-line {
    background-color: #C7CBCE;
    height: 2px;
    width: 12%;
    margin-top: 20px;
}

/*.list-steps .list-step-item:after {
    top: 52px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 2px;
    height: 0px;
    background-color: #C7CBCE;
    z-index: 0;
    left: 22px;
    }*/

.list-steps .list-step-item.completed + .h-line > div {
    background-color: #0086eb;
    animation: animateHLine 0.3s linear forwards;
}

.list-steps .h-line > div {
    height: 2px;
}

.list-steps .list-step-item.completed .step-img {
    background-image: url('../assets/icons/group_1914.svg') !important;
    background-size: contain;
}

.steps-content button {
    padding: 8px 15px;
}

.steps-content .steps-buttons button:disabled {
    background-color: #E3E3E3;
    border-color: #E3E3E3;
}

.steps-content .steps-buttons > div > div {
    width: 23%;
}

.contract-step-content .media .media-img {
    max-height: 60px;
    min-width: 56px;
}

.contract-value > div > span:first-child {
    font-size: 1.6rem;
    font-weight: bold;
}

.contract-value > div > span:last-child {
    word-wrap: normal;
    font-size: 0.65rem;
    line-height: 1.3;
    margin-left: 7px;
}

.summary-step-content th {
    border-top: none;
    border-bottom: none !important;
    text-align: center;
}

.summary-step-content td {
    text-align: center;
}

.summary-step-content th:nth-child(1),
.summary-step-content td:nth-child(1) {
    text-align: left;
}

.summary-step-content th:nth-child(6),
.summary-step-content td:nth-child(6) {
    text-align: right;
}

.summary-step-content td {
    border-top: none;
}

.success-step-content .card-title {
    font-size: 2rem;
    color: #4A595E;
}

.success-step-content .card-text {
    font-size: 1rem;
    color: #91A0AB;
}

.no-border {
    border: none !important;
}

/*.steps-content .hide-content {
    transition: opacity 500 ease-in-out;
    }*/

@keyframes animateHLine {
    0% {
        width: 0px;
    }
    100% {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .contract-step-content .dropdown-utopia {
        width: 50% !important;
    }

    .steps-content .steps-buttons > div > div {
        width: 15%;
    }
}

/* End of Hashpower */

/* Hashpower Wallets start */
.wallet-payout .form-group {
    display: flex;
    align-items: center;

}

.wallet-payout .form-group > div {
    padding: 0;
}

.wallet-payout .form-group > label {
    font-size: 0.85rem;
    /*font-weight: 700;*/
    color: #91A0AB;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.wallet-payout .form-group select, .wallet-payout .form-group input, .wallet-payout .form-group input::placeholder {
    font-size: 0.85rem;
}

.hashHistory-table td {
    padding-top: 17px !important;
    padding-bottom: 15px !important;
}

/* Hashpower Wallets end */

/* Business Overview - Genealogy start */

#busGenealogy .nav-tabs .nav-item {
    padding: 7px 38px 0px;
}

.trigger-order-type .order-type-image.affiliates-img,
.trigger-vault-order-type .order-type-image.affiliates-img {
    background-image: url('../assets/icons/affiliate.svg');
}

.trigger-order-type > div.active .order-type-image.affiliates-img,
.trigger-vault-order-type > div.active .order-type-image.affiliates-img {
    background-image: url('../assets/icons/affiliate-w.svg');
}

.trigger-order-type .order-type-image.customers-img,
.trigger-vault-order-type .order-type-image.customers-img {
    background-image: url('../assets/icons/hand.svg');
}

.trigger-order-type > div.active .order-type-image.customers-img,
.trigger-vault-order-type > div.active .order-type-image.customers-img {
    background-image: url('../assets/icons/hand-w.svg');
}

.level-card.second-card .card-header {
    background-color: #91A0AB;
    border-width: 2px;
    padding: 9px 10px;
    border-color: #91A0AB;
    border-radius: 0 23px 23px 0;
}

.card.second-card.level-card {
    border: none;
    border-left: 2px solid #91A0AB;
    border-radius: 4px 0 0 0;
}

.card.second-card.level-card:after {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #91A0AB;
    position: absolute;
    bottom: 0px;
    left: -6px;
    border-radius: 50%;
}

#genealogy .second-card .card-header .media-body h4 {
    color: #ffffff;
}

.number-circle.number-grey.text-left {
    margin-right: 25px;
    margin-left: 0;
}

#genealogy .table-card tbody td span.active-account:after {
    top: 3px;
    left: -25px;
}

#genealogy .table-card .status-td {
    padding-left: 10px;
}

#genealogy .table-card tbody td {
    padding: 7px 0px 7px 0px;
}

#genealogy .btn-history img {
    width: 20px;
    height: 20px;
    padding-left: 7px;
}

#genealogy a.btn.btn-secondary.btn-history {
    padding: 4px 20px 4px 25px;
}

#genealogy .accordian-body {
    border: none;
}

.level-3 .level-card.second-card .card-header {
    background-color: #0086EB;
    border-color: #0086EB;
}

span.inactive-account,
div.inactive-account {
    position: relative;
}

.table-card tbody td span.inactive-account:after {
    content: " ";
    position: absolute;
    top: 4px;
    left: -12px;
    width: 8px;
    height: 8px;
    background-color: #91A0AB;
    border-radius: 100%;
}

.table-card tbody td div.inactive-account:after {
    content: " ";
    position: absolute;
    top: 4px;
    left: 2px;
    width: 8px;
    height: 8px;
    background-color: #91A0AB;
    border-radius: 100%;
}

.number-circle.number-grey h6 {
    color: #4A595E;
    border: 2px solid #4A595E;
}

table#customersTable {
    width: 97%;
}

#genealogy #customersContent .table-card tbody td {
    padding: 12px 0px 12px 0px;
}

/*Business Overview - Genealogy end */

/*Business Overview - Links start */

#links .media img {
    width: 35px;
    height: 30px;
}

.docs-links {
    position: relative;
}

.docs-links a {
    text-decoration: none;
}

.docs-links p {
    font-size: 1rem;
    color: #0086EB;
    margin-left: 80px;
}

.docs-links .number-circle {
    position: absolute;
    left: 15px;
    top: -3px;
}

.docs-links .number-circle h6 {
    font-size: 0.95rem;
    color: #0086EB;
    border: 2px solid #0086EB;
    border-radius: 50%;
    padding: 3.5px 0px 2px 0px;
    width: 30px;
    height: 30px;
    text-align: center;
}

#links .btn-help {
    width: 400px;
}

#links .btn-icon {
    width: 40px;
    left: 44px;
    top: -10px;
}

/*Business Overview - Links end */

/*Business Overview - Bonuses & Commissions start */

.trigger-order-type > div.active .order-type-image.unilevel-img,
.trigger-vault-order-type > div.active .order-type-image.unilevel-img {
    background-image: url('../assets/icons/small-calendar-w.svg');
}

.trigger-order-type > div.active .order-type-image.weekly-img,
.trigger-vault-order-type > div.active .order-type-image.weekly-img {
    background-image: url('../assets/icons/small-calendar-w.svg');
}

.trigger-order-type .order-type-image.unilevel-img,
.trigger-vault-order-type .order-type-image.unilevel-img {
    background-image: url('../assets/icons/small-calendar-g.svg');
}

.trigger-order-type .order-type-image.weekly-img,
.trigger-vault-order-type .order-type-image.weekly-img {
    background-image: url('../assets/icons/small-calendar-g.svg');
}

.bonusesSearch h5 {
    font-size: 0.85rem;
    color: #91A0AB;
}

.bonusesSearch .custom-control {
    padding-left: 0;
}

.bonusesSearch .small-text {
    font-size: 14px;
    margin-top: 0.5px;
    color: #4A595E;
}

.bonusesSearch .checkbox .cr {
    border: 2px solid #4A595E;
}

#bonusesCommissions .button-blue-swiss {
    padding: 0.6rem 1rem;
    font-size: 0.8rem;

}

/* #businessCommissions .button-blue-swiss:after {
  content: ' ';
  background: url(../assets/icons/down-arrow.svg);
  display:block;
  width: 20px;
  height: 20px;
}
#businessCommissions .btn-history:after {
  content: url ('../assets/icons/down-arrow.svg');
  position: relative;
  width: 20px;
  height: 20px;
  } */
/* .bonusesSearch .radio input[type="radio"]:checked + .cr .small-text {
  color: #0086EB;
  } */
.btnIcon {
    margin-left: 4px;
    width: 13px;
    height: 13px;
}

.bonusesSearch p {
    font-size: 14px;
    color: #91A0AB;
}

.bonusesSearch label {
    font-size: 14px;
    color: #91A0AB;
}

.bonusesSearch .period-form input {
    border: 2px solid #E3E3E3;
    border-radius: 4px;
    color: #91A0AB;
    font-size: 0.8rem;
    margin-left: 10px;
    margin-right: 10px;
    width: 150px;
}

.bonusesSearch .period-form input::-webkit-inner-spin-button {
    display: none;
}

.bonusesSearch .font-weight-bold {
    font-size: 0.85rem;
}

#bonusesCommissions .button-blue-swiss {
    color: #ffffff !important;
}

#bonusesCommissions .button-blue-swiss:hover {
    color: #ffffff !important;
}

#bonusesCommissions .blue-text {
    color: #0086EB !important;
}

/*Business Overview - Bonuses & Commissions end */

/*Business Overview - Training & Resources start */
.cardVideo {
    background-color: #E3E3E3;
    border-radius: 4px;
    height: 230px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background-size: cover;
    z-index: 1;
    margin-top: 20px;
}

.video-card-content {
    vertical-align: middle;
    padding: 20px;
    margin: auto;
    z-index: 2;
}

.video-card-content h4 {
    font-size: 1.4rem;
}

.video-card-content p {
    font-size: 14px;
    font-size: 0.8rem;
    color: #4A595E;
    margin-bottom: 0;
}

img.video-icon {
    width: 70px;
    margin-bottom: 20px;
}

.video-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(227, 227, 227, 0.77);
    z-index: 2;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

#header-speaker-bob-proctor {
    background-image: url(../assets/images/header-speaker-bob-proctor.png);
}

#SandyGallagher {
    background-image: url(../assets/images/Untitled-5.png);
}

#GregReid {
    background-image: url(../assets/images/Untitled-4.png);
}

#NancyFailla {
    background-image: url(../assets/images/Untitled-3.png);
}

#CarolitaOliveros {
    background-image: url(../assets/images/1eb21268-ac6c-48ef-b6ec-161f3ad91a9e.png);
}

#JamesRickards {
    background-image: url(../assets/images/James-Rickards.png);
}

#PhilipJudge {
    background-image: url(../assets/images/teamnew2.png);
}

#DonFailla {
    background-image: url(../assets/images/Untitled-2.png);
}

#LiveCoaching {
    background-image: url(../assets/images/billbobclaudia.png);
}

#ChrisMartenson {
    background-image: url(../assets/images/martenson-v2.png);
}

#trainingResources .btn-help {
    width: 322px;
    font-size: 1.3rem;
    height: 76px;
    padding: 24px 0;
}

.trainingResources-header {
    background-color: #0085EA;
}

.trainingResources-header-info {
    padding-bottom: 2rem;
}

.trainingResources-header h1 {
    color: #FFF;
}

.trainingResources-header p {
    color: #FFF;
}

.trainingResources-header a {
    color: #0085EA;
    border-radius: 6px;
    padding: 10px 15px;
    font-size: .875rem;
}

/*  Carousel */

.carousel-slider {
    height: 100%;
    /*min-height: 500px;*/
}

.dp-wrap {
    margin: 0 auto;
    position: relative;
    perspective: 1000px;
    height: 100%;
    /*min-height: 500px;*/
}

.dp-slider {
    height: 100%;
    width: 100%;
    position: absolute;
    transform-style: preserve-3d;
}

.dp-slider div {
    transform-style: preserve-3d;
}

.dp_item {
    display: block;
    position: absolute;
    text-align: center;
    border-radius: 10px;
    transition: transform 1.2s;
}

/*#dp-slider .dp_item:first-child {
    z-index: 10 !important;
    transform: rotateY(0deg) translateX(0px) !important;
}
.dp_item[data-position="2"] {
    z-index: 9;
    transform: rotateY(0deg) translateX(10%) translateY(10%);
}
.dp_item[data-position="3"] {
    z-index: 8;
    transform: rotateY(0deg) translateX(20%) translateY(20%);
}
.dp_item[data-position="4"] {
    z-index: 7;
    transform: rotateY(0deg) translateX(30%) translateY(30%);
}*/
#dp-next,
#dp-prev {
    position: absolute;
    top: 50%;
    right: 16%;
    height: 33px;
    width: 33px;
    z-index: 10;
    cursor: pointer;
}

#dp-prev {
    left: 15px;
    transform: rotate(180deg);
}

#dp-dots {
    position: absolute;
    bottom: 0;
    z-index: 12;
    /* left: 38%; */
    cursor: default;
    margin: 0;
    /* margin-top: 10px; */
    padding: 0;
    width: 100%;
    text-align: center;
    /*padding-bottom: 1.5rem;*/
}

#dp-dots li {
    display: inline-block;
    width: 11px;
    height: 11px;
    background: #C7CBCE;
    border-radius: 50%;
    margin: 0 0.3rem;
}

#dp-dots li:hover {
    cursor: pointer;
    background: #ffffff;
    transition: background .3s;
}

#dp-dots li.active {
    background: #ffffff;
}

.dp_item {
    /*width: 85%;*/
}

.dp-img {
    text-align: left;
}

.dp_item {
    display: flex;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
}

/*.dp-img:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 25%;
    z-index: 1;
    top: 0;
    pointer-events: none;
}*/
.dp-img img {
    object-fit: cover;
    object-position: right;
}

/*#dp-slider,*/
.dp-img img {
    max-height: 450px;
    /*height: 738px;*/
}

#dp-slider .dp_item:hover:not(:first-child) {
    cursor: pointer;
}

/* End of carousel */

@media (min-width: 992px) {
    .trainingResources-header {
        background: #ffffff;
        background-position: -250px top;
        background-repeat: no-repeat;
        background-size: 100%;
        background-image: url('/static/assets/images/public/corner-bg.png');
        padding-bottom: 3%;
        padding-top: 2em;
    }

    .trainingResources-header-info {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    #dp-dots li.active {
        background: #0085EA;
    }

    #dp-dots li:hover {
        background: #0085EA;
    }

    /* .carousel-slider{
        padding-top:2rem;
    }*/
    #dp-dots {
        /*padding-bottom: 2rem;*/
    }
}

@media (min-width: 1200px) {
    .trainingResources-header {
        background-position: left 0px;
        background-size: 73%;
    }
}

@media (min-width: 577px) {
    .trainingResources-header {
        margin-left: -46px;
        margin-right: -46px;
        margin-top: -21px;
    }
}

@media (max-width: 991px) {
    .trainingResources-header-info {
        margin-top: 3em;
    }
}

/*Business Overview - Training & Resources end */

@media (max-width: 576px) {
    .nav-item.info-note {
        margin-right: 0 !important;
        padding-bottom: 7px !important;
    }

    .nav-item.info-note > img {
        top: 0 !important;
    }

}

@media (max-width: 769px) {
    .locked-cont .card-img-left {
        width: 100%;
        height: auto;
    }

    .w-44, .w-28, .w-72 {
        width: 100%;
    }

    #history .no-prospect {
        padding: 15px 0;
    }

    #precMetalVaultTable input[type="text"] {
        margin: 0 !important;
        width: 100%;
        padding-left: 1px;
    }

    .col1 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #documents a.btn.btn-secondary.btn-grey {
        position: unset;
        padding: 6px 28px;
    }
}

@media (max-width: 540px) {
    .stepwizard-step1 {
        min-width: 95px;
    }

    .box__input {
        margin: 30px auto;
    }

    .upload-img {
        right: 17px;
        position: relative;
    }

    .image-top {
        width: 75%;
        padding: 20px;
    }

    #pills-scan .card-title {
        font-size: 1.5rem;
    }

    /*
    .verify-btn {
        left: -3px;
    }*/
    .stepwizard {
        width: 100%;
    }

    form.confirmation-form {
        border-right: none;
        padding-right: 0;
    }

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

    .locked-cont h3 {
        text-align: center;
    }

    .right {
        float: none;
    }

    .locked-cont a {
        left: 0;

    }

    input#postalCode {
        width: 100%;
    }

    .confirmation-form select {
        margin: 0 20px 20px;
        width: 95%;
    }

    .persDetails .shippingDetails {
        padding-top: 30px;
    }

    .vault-summary {
        padding: 30px 3px;
    }

    #links .btn-help {
        width: 330px;
        height: 70px;
        padding: 24px 0;
    }
}

/*==== Upgrade plan account====*/
.slider-percent .custom-handle {
    width: auto;
    padding: 3px 13px;
    border-radius: 11px;
    background: rgb(255, 255, 255);
    font-size: 12px;
    height: auto;
    top: 30%;
    margin-top: -.8em;
    text-align: center;
    line-height: 1;
    cursor: pointer;
}

.slider_plan {
    margin-bottom: 30px;
}

.slider_plan .slider-percent .custom-handle.ui-slider-handle {
    background-color: transparent;
    padding: 2px;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    border: none;
    cursor: pointer;
}

.slider_plan .slider-percent .custom-handle.ui-state-focus {
    outline: none;
}

.slider_plan .slider-percent .custom-handle img {
    max-width: 50px;
}

.slider_plan .ui-widget-header {
    background: #0086EB;
}

.slider_plan .slider-percent.ui-widget {
    background: #91A0AB;
    height: 6px;
    border-radius: 10px;
    border: none;
    margin-bottom: 15px;
}

.upgrade-step-1 .top-slider {
    font-size: .85rem;
    color: #91A0AB;
    margin-top: 10px;
}

.upgrade-step-1 .top-text-input {
    font-size: .8rem;
    color: #91A0AB;
    margin-bottom: 5px;
}

.upgrade-step-1 .header-card-upgrade {
    border-width: 2px;
    border-radius: 6px;
    max-width: 180px;
    margin: 0 auto;
}

.upgrade-step-1 .payment-option-section {
    display: flex;
    width: 100%;
}

.footer-upgrade-plan {
    /*display: flex;*/
    /*display: -webkit-box !important;*/
    /*display: -ms-flexbox !important;*/
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    width: 100%;
}

#upgradePlanBtn {
    width: 100%;
}

.value-gold {
    font-size: 1rem;
    color: #91A0AB;
}

.value-gold .number-gold {
    color: #0086EB;
    font-size: 1.6rem;
    line-height: 1;
}

.value-gold .percent-gold {
    color: #0086EB;
    font-size: .85rem;
}

.font-size-1-rem {
    font-size: 2rem;
}

.value-silver {
    font-size: 1rem;
    color: #91A0AB;
}

.value-silver .number-silver {
    color: #4A595E;
    font-size: 1.6rem;
    line-height: 1;
}

.value-silver .percent-silver {
    color: #4A595E;
    font-size: .8rem;
}

.website-name input {
    font-size: .8rem;
}

.terms-plans {
    margin-top: 30px;
}

.terms-plans h5 {
    color: #4A595E;
    font-size: 1rem;
}

.terms-plans p {
    color: #91A0AB;
    font-size: .85rem;
    margin-bottom: 10px;
}

.terms-plans .checkbox {
    color: #91A0AB;
    font-size: .85rem;
    margin-bottom: 10px;
}

.upgrade-step-1 .payment-options {
    margin-top: 30px;
}

.upgrade-step-1 .payment-options h5 {
    color: #4A595E;
    font-size: 1rem;
    margin-top: 0px;
}

.upgrade-step-1 .payment-options .form-check {
    color: #91A0AB;
    font-size: .9rem;
}

.upgrade-step-1 .btn-upgrade-now {
    text-align: right;
    margin-top: 30px;
    display: flex;
}

.upgrade-step-1 .btn-upgrade-now p {
    margin-bottom: 5px;
    color: #91A0AB;
    font-size: .9rem;
}

.upgrade-step-1 .btn-upgrade-now p > span {
    color: #0086EB;
    font-size: 1.45rem;
}

.upgrade-step-1 .btn-upgrade-now button {
    width: 100%;
    max-width: 250px;
}

.back-step {
    margin-top: 30px;
}

.back-step a {
    width: 150px;
    max-width: 100%;
}

.custom-inputs-from-checkboxes #bankWireInputs select {
    font-size: .85rem;
    color: #4A595E;
}

.custom-inputs-from-checkboxes #GiftCertificateInput input {
    font-size: .85rem;
    color: #4A595E;
}

.custom-inputs-from-checkboxes {
    margin-top: 15px;
}

/*==== Upgrade plan account====*/

.dropdown-header-icon {
    max-width: 8px;
    height: auto;
    margin-left: 5px;
}

.dropdown-header-icon polygon {
    fill: white;
}

.navbar-dark .navbar-nav .active > .nav-link .dropdown-header-icon {
    display: none;
}

.navbar-dark .navbar-nav .notification-button > a.nav-link {
    -ms-flex-align: center !important;
    align-items: center !important;
    display: flex;
}

.right-list-menu {
    -ms-flex-align: center;
    align-items: center;
}

.language-button .language-header-icon {
    width: 13px;
}

.navbar-nav .language-button > a.nav-link {
    background-color: #0077D1;
    border-radius: 4px;
    padding: 7px 8px;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: flex;
}

.language-button .dropdown-header-icon {
    margin-left: 3px;
}

.language-button .dropdown-menu.show {
    min-width: initial;
    background-color: #0077D1;
    padding: 0;
    width: 40px;
}

.language-button .dropdown-menu .dropdown-item {
    padding: 0.25rem 0.5rem;
    font-size: 0.8rem;
    color: #FFF;
    text-align: center;
}

.language-button .dropdown-menu .dropdown-item:hover {
    background-color: initial;
    color: #064B91;
}

.nav-dropdown a:hover{
    color: #D3D3D3 !important;
}

/* Business rank */

.rank-page {
    max-width: 100% !important;
}

.nav-rank-page {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.nav-rank-page span {
    font-size: 1.8rem;
}

.nav-rank-page button,
.nav-rank-page a {
    min-width: 152px;
    padding: 10px 15px;
    font-size: 1rem;
}

.header-rank-page {
    text-align: center;
    display: flex;
    flex-direction: column;
}

.header-rank-page .big-text {
    font-size: 3.4rem;

}

.header-rank-page p {
    font-size: 1.8rem;
}

.director-benefits {
    /*margin-top: 1em;*/
    /*margin-bottom: 1.2em;*/
}

.director-benefits img {
    width: 100%;
    max-height: 100px;
}

.director-benefits .card-title {
    font-size: 1.4rem;
    color: #4A595E;
    max-width: 230px;
    display: block;
    margin: 0 auto;
}

.director-benefits .card-body {
    padding-top: 1.2em;
    line-height: 1;
}

.b-grey {
    background-color: #F8F9FF;
}

.achievement-list {
    margin-top: 0.6em;
}

.achievement-list .main-item > div {
    color: #4A595E;

}

.achievement-list .main-item .item-img {
    width: 16px;
    height: 16px;
}

.achievement-list .main-item .item-img:after {
    width: 16px;
    height: 16px;
    background-image: url(../assets/icons/checked.svg);
    background-size: 16px;
}

.achievement-list .sub-item {
    margin-left: 2.1em;
}

.achievement-list .main-item .item-text {
    font-size: 1.3rem;
}

.achievement-list .sub-item .item-text {
    font-size: 1.2rem;
}

.achievement-list .sub-item .item-img {
    width: 14px;
    height: 14px;
}

.achievement-list .sub-item .item-img:after {
    width: 14px;
    height: 14px;
    background-image: url(../assets/icons/checked-g.svg);
    background-size: 14px;
}

.achievement-list .sub-item > div {
    color: #91A0AB;

}

.achievement-list .item-img:after {
    content: "";
    background: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    display: none;

}

.achievement-list .completed > .item-img:after {
    display: block;
}

.rank-progress {
    margin-top: 3em;
    margin-bottom: 3em;
}

.cash-progress {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.cash-progress .card-body {
    padding: 2.25rem;
}

.cash-progress .big-text-plus {
    font-size: 6rem;
}

.cash-progress .normal-text-plus {
    font-size: 2rem;
}

.rank-progress .bars-container {
    height: 525px;
    display: flex;
    align-items: flex-end;
    position: relative;
    width: fit-content;
    max-width: 100%;
}

.bars-container > div:first-child {
    margin-left: 0;
}

.bars-container > .bar {
    width: 270px;
    margin-left: -20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    border-radius: 8px 8px 0 0;
    -webkit-box-shadow: 8px 10px 30px -15px rgba(2, 5, 101, 0.73);
    -moz-box-shadow: 8px 10px 30px -15px rgba(2, 5, 101, 0.73);
    box-shadow: 8px 10px 30px -15px rgba(2, 5, 101, 0.73);
    background: #E3E3E3;
    border-width: 0 !important;
}

.bars-container span {
    margin-bottom: 1em;
    color: #fff;
    font-size: 1.4rem;
    max-width: 70%;
    text-align: center;
    z-index: 6;
    line-height: 1.1;
    height: 37px;
}

.bars-container .bar-value {
    margin-bottom: 0;
    margin-top: 1em;
    color: #91A0AB;
    max-width: 100%;
}

.bars-container .bar:nth-child(1) {
    height: 30%;
    z-index: 10;
    position: relative;
}

.bars-container .bar:nth-child(2) {
    height: 45%;
    z-index: 9;
    position: relative;
}

.bars-container .bar:nth-child(3) {
    height: 60%;
    z-index: 8;
    position: relative;
}

.bars-container .bar:nth-child(4) {
    height: 75%;
    z-index: 7;
    position: relative;
}

.bars-container .bar:nth-child(5) {
    height: 95%;
    z-index: 6;
    position: relative;
}

.bars-container > div.ui-slider .ui-slider-range {
    border-radius: 8px 8px 0 0;
}

.rank-progress .bottom-line {
    position: absolute;
    bottom: -6px;
    left: -30px;
    right: -30px;
    width: auto !important;
    height: 7px;
    border-radius: 4px;
    background: #0077D1;
}

.bars-container .lock-rank {
    z-index: 6;
    width: 27%;
    max-width: 100px;
    position: absolute;
    top: calc(50% - 35px);
}

.bars-container .lock-rank.co-grey path {
    fill: #91A0AB;
}

.bar .title-rank-bar.ct-grey {
    color: #91A0AB;
}

.bars-container .bar.bar-1.ui-slider .ui-slider-range {
    background: #ACD5F8;
}

.bars-container .bar.bar-2.ui-slider .ui-slider-range {
    background: #7BBFF4;
}

.bars-container .bar.bar-3.ui-slider .ui-slider-range {
    background: #3EA2F0;
}

.bars-container .bar.bar-4.ui-slider .ui-slider-range {
    background: #0E90F2;
}

.bars-container .bar.bar-5.ui-slider .ui-slider-range {
    background: #0C86E4;
}

.bars-container .bar.bar-6.ui-slider .ui-slider-range {
    background: #0077D1;
}

.bars-container .bar.bar-7.ui-slider .ui-slider-range {
    background: #0063C8;
}

.bars-container .bar.bar-8.ui-slider .ui-slider-range {
    background: #005BB8;
}

.bars-container .bar.bar-9.ui-slider .ui-slider-range {
    background: #0252A4;
}

.bars-container .bar.bar-10.ui-slider .ui-slider-range {
    background: #064B91;
}

.other-ranks {
    color: #91A0AB;
    font-size: 1.6rem;
    text-align: center;
}

.other-ranks span {
    color: #0086EB;
}

.bars-container .bar.gradient.ui-slider .ui-slider-range {
    background: #0027EB !important; /* Old browsers */
    background: -moz-linear-gradient(top, #0027EB 0%, #0090FF 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0027EB 0%, #0090FF 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0027EB 0%, #0090FF 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0027EB', endColorstr='#0090FF', GradientType=0) !important; /* IE6-9 */
}

.bars-container > div.ui-state-disabled {
    opacity: 1;
}

.no-radius {
    border-radius: 0 !important;
}

@media (max-width: 767px) {
    .rank-progress .bars-container {
        margin-left: 2%;
        margin-right: 2%;
    }

    .bars-container span {
        font-size: 0.9rem;
        margin-bottom: 0.7rem;
    }
}

/* End of Business rank */

/* Slider Display */

.slider-display {
    line-height: 1.2;
}

.slider-display .slider-body {
    display: flex;
    align-items: center;
}

.slider-display .slider-bar {
    width: 100%;
    height: 7px !important;
    border-width: 0 !important;
    background-color: #E3E3E3 !important;
}

.slider-display .slider-bar.ui-slider .ui-slider-range {
    background: #0027eb; /* Old browsers */
    background: -moz-linear-gradient(left, #0027eb 0%, #008fff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0027eb 0%, #008fff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0027eb 0%, #008fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0027eb', endColorstr='#008fff', GradientType=1); /* IE6-9 */
}

.slider-display .slider-bar.ui-state-disabled {
    opacity: 1;
}

.slider-display .slider-bar.ui-slider.ui-state-disabled .ui-slider-handle {
    display: none;
}

.slider-display .slider-text {
    color: #91A0AB;
    margin-left: 1em;
    line-height: 1;
    font-size: 1.2rem;
    min-width: 10%;
    text-align: center;
    /*margin-right: 1em;*/
}

.slider-display .slider-title {
    font-size: 1.4rem;
    color: #4A595E;
}

/* End of slider display */

/* Compensation Plan */

html.compensation-page body, html.compensation-page body > div {
    height: 100%;
}

html.compensation-page {
    background: #ffffff;
    background-position: bottom;
    background-repeat: no-repeat;
    /*background-size: 100%;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url('../assets/images/beach.png');
    height: 100%;

}

.compensation-page body {
    background: transparent;
}

html.compensation-page span {
    color: #FFFFFF;
    line-height: 1.1;
}

.compensation-page button.btn-primary {
    font-size: 1rem;
    padding: 1em;
}

.compensation-page a.btn-link {
    font-size: 0.75rem;
    color: #4A595E;
    text-decoration: underline;
}

/* End of Compensation Plan */

/* Notification */

.notifications-page {
    margin-left: 1.5em;
    margin-right: 1.5em;
    margin-top: 2em;
    margin-bottom: 2em;
}

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

.notifications-page .header-not {
    display: flex;
    text-align: center;
    flex-direction: column;
}

.notifications-page .header-not:first-child:before,
.notifications-page .header-not:last-child:after {
    display: none;
}

.notifications-page .header-not:last-child:before {
    height: 6rem;
}

.notifications-page .header-not:before {
    content: '';
    height: 2.5rem;
    width: 2px;
    border: 1px solid #E3E3E3;
    margin-left: 57px;
}

.notifications-page .header-not:after {
    content: '';
    height: 20px;
    width: 2px;
    border: 1px solid #E3E3E3;
    margin-left: 57px;
}

.notifications-page .header-not > div {
    border: 2px solid #E3E3E3;
    border-radius: 4px;
    font-size: 0.8rem;
    padding: 0.4em;
    color: #91A0AB;
    line-height: 0.9;
    width: 100px;
    margin-left: 8px;
}

.notifications-page .header-not.more-not button {
    font-size: 0.8rem;
    padding: 0;
    color: #91A0AB;
    line-height: 0.9;
}

.notifications-page .header-not.more-not button:hover,
.notifications-page .header-not.more-not button:focus {
    text-decoration: none;
}

.notifications-page .header-not.active > div {
    border-color: #0086EB;
    color: #0086EB;
}

.notifications-page .header-not + .not-item > div:not(.status-not),
.notifications-page .header-not + .not-item > div.status-not > div:first-child {
    /*padding-top: 40px;*/
}

/*.notifications-page .header-not + .not-item > div.status-not > div:last-child {
    flex: 1 0 auto;
    }*/

.notifications-page .not-item {
    display: flex;
    align-items: center;
    min-height: 40px;
}

.notifications-page .text-not {
    font-size: 0.85rem;
    color: #4A595E;
    margin-left: 1em;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.notifications-page .text-not .notification-header {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.notifications-page .text-not a {
    color: #0086EB;
    text-decoration: none;
}

.notifications-page .button-not {
    min-width: 90px;
}

.notifications-page .button-not > .notifications-page-button {
    font-size: 0.7rem;
    padding: 0.4em 1em;
    width: 100%;
    color: white;
}

.notifications-page .status-not {
    /*border-left: 2px solid #E3E3E3;*/
    align-self: stretch !important;
    display: flex;
    flex-direction: column;
    margin-left: 6px;
}

.notifications-page .status-not > div {
    margin: 0 auto;
    width: 2px;
    border: 1px solid #E3E3E3;
    flex: 1 0 auto;
}

.notifications-page .status-not > div:first-child {
    /*display: none;*/
}

/*.notifications-page .status-not:before {
    content: '';
    border: 1px solid #91A0AB;
    width: 2px;
    height: 2px;
    }*/

.notifications-page .status-not .circle-status {
    width: 16px;
    height: 16px;
    border: 2px solid #0086EB;
    border-radius: 50%;
    /*position: relative;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.notifications-page .status-not .circle-status:after {
    content: '';
    width: 5px;
    height: 5px;
    background: #0086EB;
    /*position: absolute;*/
    border-radius: 50%;
    /*top: 3.5px;
    left: 3.5px;*/

    display: none;
}

.notifications-page .not-item.checked .status-not .circle-status:after {
    display: block;
}

.notifications-page li.not-item.inactive .status-not .circle-status {
    border-color: #91A0AB;
}

.notifications-page li.not-item.inactive .status-not .circle-status:after {
    background: #91A0AB;
}

.notifications-page .datetime-not {
    font-size: 0.7rem;
    color: #91A0AB;
    width: 44px;
    min-width: 44px;
    /*padding-right: 1.4em;*/
    text-align: right;
}

/* End of Notification */

/* Kyc */

.list-steps .account-step .step-img {
    background-image: url(../assets/icons/contract-b.svg);
    background-size: contain;
}

.list-steps .email-step .step-img {
    background-image: url(../assets/icons/value-g.svg);
    background-size: contain;
}

.list-steps .email-step.active .step-img {
    background-image: url(../assets/icons/value-b.svg);
}

.list-steps .scan-step .step-img {
    background-image: url(../assets/icons/payment-g.svg);
    background-size: contain;
}

.list-steps .scan-step.active .step-img {
    background-image: url(../assets/icons/payment-b.svg);
}

.list-steps .validate-step .step-img {
    background-image: url(../assets/icons/summary-g.svg);
    background-size: contain;
}

.list-steps .validate-step.active .step-img {
    background-image: url(../assets/icons/summary-b.svg);
}

.account-step-content .acount-confirmation {
    display: flex;
    flex-direction: column;
    /*border-right: 2px solid #E3E3E3;*/
    padding-right: 2em;
}

.account-step-content .acount-confirmation > .form-group {
    display: flex;
    align-items: center;
}

.account-step-content .acount-confirmation > .form-group > div {
    padding: 0;
}

.account-step-content .dropdown-utopia ~ .invalid-feedback {
    display: block;
}

.upload-container {
    /*margin-top: 2em;*/
}

.upload-item {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: 2px solid #E3E3E3;
    width: 100%;
    max-width: 100%;
}

.upload-item:last-child {
    border-bottom: none;
}

.upload-item .ui-slider-horizontal {
    height: inherit;
}

.upload-item .ui-slider {
    border-radius: 0;
}

.upload-item .ui-slider-range {
    border-radius: 0;
    background: #0086EB !important;
}

.upload-item .upload-item-header {
    color: #4A595E;
    font-size: 1rem;
    margin-bottom: 0.3rem;
    word-break: break-all;
}

.upload-item .upload-item-header > span:not(.upload-item-name) {
    color: #91A0AB;
    font-size: 0.85rem;
    margin-left: 1em;
}

.upload-item .upload-item-footer {
    color: #91A0AB;
    font-size: 0.85rem;
    display: flex;
    justify-content: space-between;
    margin-top: 0.3em;
}

.upload-item img {
    width: 55px;
}

.upload-proceed {
    width: 100%;
    margin-left: auto;
}

#useCamera {
    margin-top: 308px;
    color: white;
}

.media-area {
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: contain;
}

.media-area.highlighted {
    border-color: #0086EB;
}

.media-area > div {
    height: 33%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.media-area > div.webcam-display {
    height: 100%;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
}

.media-area > div.webcam-display button {
    z-index: 1;
}

.media-area .webcam-display video {
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
}

.media-area .webcam-display canvas {
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
}

.media-area label.btn {
    width: 50%;
}

.media-area button {
    width: 50%;
}

.media-area img {
    width: 50%;
    max-width: 1px;
}

.validate-step-content .webcam-steps {
    display: flex;
    flex-direction: column;
}

.validate-step-content .webcam-steps > div:first-child {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.validate-step-content .webcam-steps button:disabled {
    background-color: #C7CBCE;
    border-color: #C7CBCE;
}

/* End of Kyc */
.top-account-balance .text-left {
    color: #91A0AB;
    font-size: 0.9rem;
}

.top-account-balance .value-right {
    margin-left: auto;
    color: #0086EB;
    font-size: 1.1rem;
}

.top-account-balance .border-right {
    border-right: 2px solid #E3E3E3 !important;
}

.top-account-balance .text-bottom {
    font-size: 0.9rem;
    color: #91A0AB;
}

.trigger-order-type img,
.trigger-order-type svg,
.trigger-vault-order-type img,
.trigger-vault-order-type svg {
    width: 15px;
    max-height: 15px;
    margin-left: 5px;
}

.trigger-order-type > div.active svg path,
.trigger-vault-order-type > div.active svg path{
    fill: #fff;
}

.trigger-order-type > div.radio > label,
.trigger-vault-order-type > div.radio > label {
    cursor: pointer;
}

.inputs-fund-tab table {
    width: 100%;
}

.label-table-input {
    color: #91A0AB;
    font-size: .9rem;
    padding-right: 10px;
}

.inputs-fund-tab table input {
    max-width: 280px;
}

#bitcoinFundTab .important-note h5, #giftFundTab .important-note h5 {
    font-size: .9rem;
    color: #0086EB;
    margin-bottom: 5px;
}

#bitcoinFundTab .important-note p, #giftFundTab .important-note p {
    font-size: .9rem;
    color: #91A0AB;
}

.checkbox-funding span,
.checkbox-funding p {
    font-size: .9rem;
    color: #91A0AB;
}

.gift-alert-image {
    max-height: 3.5rem;
    width: 100%;
}

.gift-alert-image path {
    fill: #fff;
}

#checkboxFundingGift {
    margin-left: 165px;
    display: flex;
}

.btn-group ~ .invalid-feedback {
    display: block;
    font-size: .8rem;
}

.btn-group.is-invalid {
    border-color: #dc3545 !important;
}

.media .img-lvl {
    cursor: pointer;
}

/*  Public - Precious Metal */

#mainNav .navbar-nav li.nav-item a.nav-link {
    color: #fff;
    padding: 0 1rem;
}

#mainNav.navbar-shrink {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

#mainNav.navbar-shrink.public-home-header {
    background-color: #0077D1;
}

#mainNav.navbar-shrink.public-precious-metals-header {
    background-color: #6A30E5;
}

#mainNav.navbar-shrink.public-media-header {
    background-color: #0561FF;
}

#mainNav.navbar-shrink.public-hashpower-header {
    background-color: #380AFF;
}

#mainNav.navbar-shrink.public-pricing-header {
    background-color: #0037FE;
}

#mainNav.navbar-shrink.public-help-header {
    background-color: #06BDEB;
}

#mainNav.public-contact-header {
    background-color: #0086EB;
}

#mainNav {
    /*background-color: #6A30E5;*/
    padding: 0.9rem 1rem;
}

.admin-header {
    background-color: #0086EB !important;
}

.navbar-toggler-icon {
    background: url(../assets/icons/menu.svg);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center;
}

@media (min-width: 992px) {

    #mainNav {
        -webkit-transition: padding-top 0.3s, padding-bottom 0.3s, background-color 0.3s;
        -moz-transition: padding-top 0.3s, padding-bottom 0.3s, background-color 0.3s;
        transition: padding-top 0.3s, padding-bottom 0.3s, background-color 0.3s;
        background-color: transparent;
    }
}

nav.navbar.navbar-expand-lg.navbar-transparent {
    padding: 0.9rem 1rem;
}

.public-precious-metals .header {
    height: 544px;
    color: #fff;
    background: url("../assets/icons/public/gold-piramides.svg") no-repeat 63vw -104px/803px;
    background: url("../assets/icons/public/gold-piramides.svg") no-repeat 63vw -104px/803px, -moz-linear-gradient(130deg, #00C9FF 0%, #7028E4 100%) no-repeat 0 0/100% 93%; /* ff3.6+ */
    background: url("../assets/icons/public/gold-piramides.svg") no-repeat 63vw -104px/803px, -webkit-gradient(linear, left top, right bottom, color-stop(0%, #7028E4), color-stop(100%, #00C9FF)); /* safari4+,chrome */
    background: url("../assets/icons/public/gold-piramides.svg") no-repeat 63vw -104px/803px, -webkit-linear-gradient(130deg, #00C9FF 0%, #7028E4 100%) no-repeat 0 0/100% 93%; /* safari5.1+,chrome10+ */
    background: url("../assets/icons/public/gold-piramides.svg") no-repeat 63vw -104px/803px, -o-linear-gradient(130deg, #00C9FF 0%, #7028E4 100%) no-repeat 0 0/100% 93%; /* opera 11.10+ */
    background: url("../assets/icons/public/gold-piramides.svg") no-repeat 63vw -104px/803px, -ms-linear-gradient(130deg, #00C9FF 0%, #7028E4 100%) no-repeat 0 0/100% 93%; /* ie10+ */
    background: url("../assets/icons/public/gold-piramides.svg") no-repeat 63vw -104px/803px, linear-gradient(320deg, #00C9FF 0%, #7028E4 100%) no-repeat 0 0/100% 93%; /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7028E4', endColorstr='#00C9FF', GradientType=0); /* ie6-9 */
    /*position: relative;*/

    /*background-size: 290%;*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/

    padding: 5em 0;
}

.public-precious-metals .header > div {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.public-precious-metals .header .header-image {
    position: fixed;
}

.public-precious-metals .header img {
    width: 100%;
    max-height: 650px;
}

.public-precious-metals .gold-bars img {
    width: 100%;
    max-height: 440px;
}

.public-precious-metals .header .header-text {
    /*margin-left: 17em;*/
    margin-bottom: 3em;
}

.public-precious-metals h1,
.public-hashpower h1,
.public-pricing h1,
.public-media h1,
.public-contact h1,
.public-help h1 {
    font-size: 2.4rem;
    letter-spacing: 2px;
}

.public-precious-metals p,
.public-hashpower p,
.public-pricing p,
.public-media p,
.public-contact p,
.public-help p {
    /*font-size: 0.85rem;*/
    color: #4A595E;
    letter-spacing: 1px;
}

.public-precious-metals .header p,
.public-hashpower .header p,
.public-pricing .header p,
.public-media .header p,
.public-help .header p {
    color: #fff;
}

.public-precious-metals > div {
    width: 100%;
}

.public-precious-metals .gold-bars {
    margin-top: 10em;
    margin-bottom: 6em;
}

.public-precious-metals .gold-bars > div {
    margin-left: 5vw;
    margin-right: 5vw;
}

.public-precious-metals .gold-bars-description p {
    margin-bottom: 2em;
}

.background-text {
    position: relative;
}

.blue-line {
    width: 35px;
    background: #0086EB;
    height: 2px;
    margin-top: 0.6em;
}

.background-text h2 {
    position: absolute;
    top: 44px;
}

.background-text > span {
    color: #F2F2F2;
    font-size: 6rem;
    line-height: 0.8;
}

.public-precious-metals h2 {
    font-size: 2rem;
    color: #4A595E;
    line-height: 1.1;
    margin-top: 10px;
    margin-left: 15px;
    letter-spacing: 3px;
}

.public-precious-metals h2 .blue-text {
    color: #0086EB;
    font-weight: bold;
}

.public-precious-metals .members-only {
    background: url(../assets/icons/public/pattern.svg) no-repeat center/5000px;
    background: url(../assets/icons/public/pattern.svg) no-repeat center/5000px, -moz-linear-gradient(160deg, #00C9FF 0%, #7028E4 100%);
    background: url(../assets/icons/public/pattern.svg) no-repeat center/5000px, -webkit-gradient(linear, left top, right bottom, color-stop(0%, #7028E4), color-stop(100%, #00C9FF));
    background: url(../assets/icons/public/pattern.svg) no-repeat center/5000px, -webkit-linear-gradient(160deg, #00C9FF 0%, #7028E4 100%);
    background: url(../assets/icons/public/pattern.svg) no-repeat center/5000px, -o-linear-gradient(160deg, #00C9FF 0%, #7028E4 100%);
    background: url(../assets/icons/public/pattern.svg) no-repeat center/5000px, -ms-linear-gradient(160deg, #00C9FF 0%, #7028E4 100%);
    background: url(../assets/icons/public/pattern.svg) no-repeat center/5000px, linear-gradient(290deg, #00C9FF 0%, #7028E4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7028E4', endColorstr='#00C9FF', GradientType=0);

    /*background-size: 290%;*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/

    padding-bottom: 6.5em;
    border-radius: 100%/0 0 150px 150px;
}

.public-precious-metals .background-blue-pattern {
    background: url(../assets/icons/public/pattern.svg) no-repeat center/5000px;
    background: url(../assets/icons/public/pattern.svg) no-repeat center/5000px, -moz-linear-gradient(125deg, #00C9FF 0%, #7028E4 100%);
    background: url(../assets/icons/public/pattern.svg) no-repeat center/5000px, -webkit-gradient(linear, left, right, color-stop(0%, #7028E4), color-stop(100%, #00C9FF));
    background: url(../assets/icons/public/pattern.svg) no-repeat center/5000px, -webkit-linear-gradient(125deg, #00C9FF 0%, #7028E4 100%);
    background: url(../assets/icons/public/pattern.svg) no-repeat center/5000px, -o-linear-gradient(125deg, #00C9FF 0%, #7028E4 100%);
    background: url(../assets/icons/public/pattern.svg) no-repeat center/5000px, -ms-linear-gradient(125deg, #00C9FF 0%, #7028E4 100%);
    background: url(../assets/icons/public/pattern.svg) no-repeat center/5000px, linear-gradient(250deg, #00C9FF 0%, #7028E4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7028E4', endColorstr='#00C9FF', GradientType=0);

    /*background-size: 290%;*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
}

.public-precious-metals .members-only h2 {
    color: #fff;
    margin-left: 0;
    margin-top: 1.5em;
    margin-bottom: 2.4em;
    text-align: center;
}

.public-precious-metals .members-only img {
    width: 40px;
}

.public-precious-metals .members-only .media-body {
    color: #91A0AB;
    font-size: 0.85rem;
}

.public-precious-metals .members-only h4 {
    color: #0086EB;
    font-size: 1rem;
    margin-bottom: 0.1em;

}

.public-precious-metals .members-only-body {
    background: #FFFFFF;
    height: 100%;
    display: flex;
    flex-direction: column;
    -webkit-box-shadow: 4px 3px 28px -6px rgba(2, 5, 101, 0.73);
    -moz-box-shadow: 4px 3px 28px -6px rgba(2, 5, 101, 0.73);
    box-shadow: 4px 3px 28px -6px rgba(2, 5, 101, 0.73);
}

.public-precious-metals .members-only-body .separator-grey {
    margin-top: auto;
    margin-bottom: auto;
}

.public-precious-metals .members-only-body .members-only-header {
    color: #0086EB;
    background: #F8F9FF;
    text-align: center;
}

.public-precious-metals .members-only-body .members-only-header h3 {
    font-size: 1.5rem;
    padding: 0.4em;
    margin-bottom: 0;
}

.public-precious-metals .members-only-body .media {
    padding: 1em 2em 1em 2em;
    /*flex-wrap: wrap;*/
}

.public-precious-metals .long-term {
    text-align: center;
}

.public-precious-metals .long-term .background-text {
    margin-top: 6em;
    margin-bottom: 0.3em;
}

.public-precious-metals .long-term .background-text > div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.public-precious-metals .long-term .background-text > div > div {
    content: attr(data-text);
    color: #F2F2F2;
    font-size: 6rem;
    line-height: 0.8;
}

.public-precious-metals .long-term .background-text .blue-line {
    width: 25px;
    margin-top: 0.7em;
}

.public-precious-metals .long-term .background-text h2 {
    margin-top: -33px;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: static;
}

.public-precious-metals .long-term .long-term-description {
    margin: 0 2em;
}

.public-precious-metals .real-wealth {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
}

.public-precious-metals .real-wealth .programs {
    background: #FFFFFF;
    -webkit-box-shadow: 16px 0px 30px -18px rgb(74, 89, 94, 0.3), -16px 0px 30px -18px rgb(74, 89, 94, 0.3);
    -moz-box-shadow: 16px 0px 30px -18px rgb(74, 89, 94, 0.3), -16px 0px 30px -18px rgb(74, 89, 94, 0.3);
    box-shadow: 16px 0px 30px -18px rgb(74, 89, 94, 0.3), -16px 0px 30px -18px rgb(74, 89, 94, 0.3);
}

.public-precious-metals .real-wealth .programs ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.public-precious-metals .real-wealth .programs li {
    display: flex;
    flex-direction: column;
    margin: 0 2em;
}

.public-precious-metals .real-wealth .programs li:first-child {
    background: #0086EB;
    color: #fff;
    margin: 0;
    padding: 0 2em;
}

.public-precious-metals .real-wealth .programs li:first-child span {
    color: #fff;
}

.public-precious-metals .real-wealth .programs li:not(:last-child):not(:first-child):after {
    content: "";
    background: #E3E3E3;
    height: 2px;
}

.public-precious-metals .real-wealth .programs li:last-child span {
    padding-bottom: 2.4em;
}

.public-precious-metals .real-wealth .programs-header {
    color: #0086EB;
    padding: 0.8em 4em;
    -webkit-box-shadow: 0 8px 25px 2px rgb(74, 89, 94, 0.3);
    -moz-box-shadow: 0 8px 25px 2px rgb(74, 89, 94, 0.3);
    box-shadow: 0 8px 25px 2px rgb(74, 89, 94, 0.3);
}

.public-precious-metals .real-wealth .programs-footer {
    padding: 0 1em 1.5em 1em;
    text-align: center;
    -webkit-box-shadow: 0 8px 25px -3px rgb(74, 89, 94, 0.3);
    -moz-box-shadow: 0 8px 25px -3px rgb(74, 89, 94, 0.3);
    box-shadow: 0 8px 25px -3px rgb(74, 89, 94, 0.3);
}

.public-precious-metals .real-wealth .programs-footer a {
    width: 60%;
    padding: 0.7em;
    /*font-size: 0.7rem;*/
    border-radius: 4px;
    color: #FFF;
    background-color: #0086EB;
    border-color: #0086EB;
}

.public-precious-metals .real-wealth .programs-header h3 {
    font-size: 1.3rem;
    margin-bottom: 0;
    text-align: center;
}

.public-precious-metals .real-wealth .programs li span {
    color: #4A595E;
    font-size: 0.85rem;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
}

.public-precious-metals .real-wealth h2 {
    color: #fff;
    line-height: 1.2;
    margin-bottom: 0.7em;
}

.public-precious-metals .real-wealth p {
    color: #fff;
}

.public-precious-metals .real-wealth-header {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    text-align: right;
    height: 100%;
}

.public-precious-metals .how-works h2 {
    margin-left: 0;
}

.public-precious-metals .how-works .hw-header h2 {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 0.6em;
}

.public-precious-metals .how-works .hw-header {
    text-align: center;
}

.public-precious-metals .how-works {
    margin-top: 2em;
    margin-bottom: 4em;
}

.public-precious-metals .how-works > div {
    display: flex;
    flex-direction: column;
    margin-left: 7em;
    margin-right: 7em;
}

@media (max-width: 720px) {
    .public-precious-metals .how-works > div {
        margin-left: 0;
        margin-right: 0;
    }

    .public-precious-metals .how-works {
        padding: 0;
    }
}

@media (max-width: 475px) {
    .public-precious-metals .how-works .hw-body > div > div:first-child {
        padding-right: 0;
    }

    .public-precious-metals .how-works .hw-body > div > div:last-child {
        padding-left: 0;
    }
}

.public-precious-metals .how-works .hw-body {
    margin-top: 6em;
}

.public-precious-metals .how-works .hw-body > div {
    margin-bottom: 0.4em;
}

.public-precious-metals .how-works .hw-body img {
    width: 120px;
}

.public-precious-metals .how-works .hw-body .hw-step-right img {
    margin-right: 4em;
}

.public-precious-metals .how-works .hw-body .hw-step-left img {
    margin-left: 4em;
}

.public-precious-metals .how-works .hw-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30px;
}

.public-precious-metals .how-works .hw-step span {
    color: #F2F2F2;
    font-size: 6.5rem;
    line-height: 0.8;
    margin-bottom: 0.1em;
}

.public-precious-metals .how-works .hw-step div {
    width: 2px;
    background: #F2F2F2;
    height: 100%;
}

.public-precious-metals .how-works .hw-body > div > div:not(.hw-step) {
    /*margin-bottom: 10em;*/
}

.public-precious-metals .how-works .hw-body > div > div:first-child {
    text-align: right;
}

.public-precious-metals .how-works .hw-body .hw-step-text {
    margin-top: 0.9em;
    margin-bottom: 12.2em;
}

.public-precious-metals .how-works .hw-body .hw-step-text p {
    margin-top: 1.2em;
    margin-bottom: 0;
}

.public-precious-metals .how-works .hw-body .hw-step-image {
    padding-top: 0.8em;
}

.public-precious-metals .how-works .hw-body .background-text > div > div {
    color: #F2F2F2;
    font-size: 6rem;
    line-height: 0.8;
}

.public-precious-metals .how-works .hw-body .background-text h2 {
    margin-top: -53px;
    margin-left: 0;
    position: static;
}

.public-precious-metals .how-works .hw-body .background-text {
    text-align: center !important;
}

.public-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1em;
    background-color: #f2f2f2;
}

.public-footer .links {
    display: flex;
}

.public-footer .links a {
    padding: 0 1em;
    color: #0077D1;
    font-size: 0.85rem;
}

.public-footer .links a:hover {
    text-decoration: none;
}

.public-footer .copy-right {
    color: #91A0AB;
    font-size: 0.85rem;
    margin-top: 0.5em;
}

.public-hashpower {
    margin-bottom: 6em;
}

.public-hashpower .header {
    color: #fff;
    background: -moz-linear-gradient(170deg, #13FFF7 0%, #3A00FF 100%) no-repeat 0 0/100% 93%; /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #3A00FF), color-stop(100%, #13FFF7)); /* safari4+,chrome */
    background: -webkit-linear-gradient(170deg, #13FFF7 0%, #3A00FF 100%) no-repeat 0 0/100% 93%; /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(170deg, #13FFF7 0%, #3A00FF 100%) no-repeat 0 0/100% 93%; /* opera 11.10+ */
    background: -ms-linear-gradient(170deg, #13FFF7 0%, #3A00FF 100%) no-repeat 0 0/100% 93%; /* ie10+ */
    background: linear-gradient(305deg, #13FFF7 0%, #3A00FF 100%) no-repeat 0 0/100% 93%; /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3A00FF', endColorstr='#13FFF7', GradientType=0); /* ie6-9 */
    padding: 5em 0;
}

.public-hashpower .header img {
    height: 100%;
    max-height: 500px;
}

.public-hashpower .bitcoin {
    margin-top: 6em;
    margin-bottom: 6em;
}

.public-hashpower .bitcoin > div {
    margin-left: 5vw;
    margin-right: 5vw;
}

.public-hashpower .bitcoin img {
    width: 100%;
    max-width: 590px;
    /*max-height: 350px;*/
}

.public-hashpower h2 {
    font-size: 2rem;
    color: #4A595E;
    line-height: 1.1;
    margin-top: 10px;
    margin-left: 15px;
    letter-spacing: 3px;
}

.public-hashpower .bitcoin .bitcoin-description {
    text-align: right;
}

.public-hashpower .bitcoin .background-text h2 {
    top: 80px;
}

.public-hashpower .backbone {
    padding: 4em 0;
    border: 1px solid #707070;
    /*background: url(../assets/icons/public/bitcoin-overlay.svg) no-repeat;*/
    background: url(../assets/icons/public/bitcoin-overlay.svg) no-repeat center top/100%;
    background-size: cover;
    background-color: #0086EB;
}

.public-hashpower .backbone .background-text {
    /*margin-top: 6em;*/
    margin-bottom: 1em;
}

.public-hashpower .backbone .background-text > div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.public-hashpower .backbone .background-text > div > div {
    content: attr(data-text);
    color: #F2F2F2;
    font-size: 6rem;
    line-height: 0.8;
    opacity: 0.2;
}

.public-hashpower .backbone .background-text h2 {
    margin-top: -44px;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: static;
    color: #fff;

}

.public-hashpower .backbone .blue-line {
    background: #fff;
}

.public-hashpower .backbone p {
    color: #fff;
}

.public-hashpower .features {
    margin-top: 6em;
    margin-bottom: 6em;
}

.public-hashpower .features > div {

}

.public-hashpower .features > div > div {
    padding-left: 2%;
    padding-right: 2%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.public-hashpower .features h2 {
    margin-left: 0;
    margin-top: 1em;
}

.public-hashpower .features ul {
    list-style: none;
    padding-left: 0;
    margin-top: 1.3em;
    width: 80%;
}

.public-hashpower .features li {
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    display: flex;
}

.public-hashpower .features li > span {
    font-size: 0.85rem;
    color: #4A595E;
    letter-spacing: 0.6px;
}

.public-hashpower .features li > span:first-child {
    margin-right: 0.7rem;
}

.public-hashpower .features .disadvantages {
    background-image: url(../assets/icons/public/close.svg);
    background-repeat: no-repeat;
    background-size: 215px;
    background-position-x: 1%;
}

.public-hashpower .features .advantages {
    background-image: url(../assets/icons/public/checked.svg);
    background-repeat: no-repeat;
    background-size: 235px;
    background-position-x: 2%;
}

.public-hashpower .features .advantages li > span:first-child {
    color: #0086EB;
}

.public-hashpower .profitable {
    padding: 4em 0;
    border: 1px solid #707070;
    /* background: url(../assets/icons/public/bitcoin-overlay.svg) no-repeat; */
    background: url(../assets/icons/public/profitable-overlay.svg) no-repeat center top/100%;
    background-size: cover;
    background-color: #0086EB;

    border-radius: 100%/0 0 150px 150px;
    margin-bottom: 10em;
    padding-bottom: 0;
}

.public-hashpower .profitable h2 {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 0.6em;
    margin-left: 0;
    color: #fff;
    text-align: center;
}

.public-hashpower .profitable h2 .blue-line {
    background: #fff;
    margin-top: 0.7em;
}

.public-hashpower .profitable p {
    color: #fff;
    margin-top: 1.9em;
}

.public-hashpower .profitable .info-box {
    padding-bottom: 1em;
}

.info-box .card {
    border: none;
    align-items: center;
    height: 100%;
}

.calculator .info-box .card {
    -webkit-box-shadow: 0 8px 25px 0px rgba(8, 25, 116, 0.31);
    -moz-box-shadow: 0 8px 25px 0px rgba(8, 25, 116, 0.31);
    box-shadow: 0 8px 25px 0px rgba(8, 25, 116, 0.31);
    cursor: pointer;
}

.info-box .card p {
    color: #91A0AB;
    font-size: 0.7rem;
    margin-top: 0;
}

.info-box .card > img,
.info-box .card > svg {
    width: 33%;
    margin-top: 1.7em;
}

div:not(.calculator) > .info-box .card:hover svg .b {
    fill: #0086EB !important;
}

.checked-mark {
    position: absolute;
    z-index: 1;
    right: 7px;
    top: -7px;
    background: #00B26E;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 10px;
    display: none;
}

.checked-mark:after {
    content: "";
    background: url(../assets/icons/checked-w.svg);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    width: 100%;
}

.calculator input[type="radio"]:checked + label .card {
    -webkit-box-shadow: 0 8px 25px 0px rgba(8, 25, 116, 0.56);
    -moz-box-shadow: 0 8px 25px 0px rgba(8, 25, 116, 0.56);
    box-shadow: 0 8px 25px 0px rgba(8, 25, 116, 0.56);
}

.calculator input[type="radio"]:checked + label svg .a,
.calculator input[type="radio"]:checked + label h4 {
    fill: #0086EB !important;
    color: #0086EB !important;
}

.calculator input[type="radio"]:checked + label svg#imgEtherum .b,
.calculator input[type="radio"]:checked + label svg#imgEtherum .c {
    fill: #0086EB !important;
    color: #0086EB !important;
}

.calculator input[type="radio"]:checked + label .checked-mark {
    display: flex;
}

.small-info-box .info-box .card > img,
.small-info-box .info-box .card > svg {
    max-height: 57px;
    min-height: 57px;

}

.info-box .card h4.card-text {
    font-size: 1.2rem;
    color: #4A595E;
}

.small-info-box .info-box input {
    display: none;
}

.small-info-box .info-box label {
    margin: 0;
    display: initial;
}

.public-hashpower .calculator-slider,
.bottom-slider-home .calculator-slider {
    padding: 0 2em;
    margin-bottom: -10em;
}

.public-hashpower .calculator-slider > div,
.bottom-slider-home .calculator-slider > div {
    background: #FFFFFF;
    color: #91A0AB;
    -webkit-box-shadow: 0 8px 25px 0px rgba(8, 25, 116, 0.31);
    -moz-box-shadow: 0 8px 25px 0px rgba(8, 25, 116, 0.31);
    box-shadow: 0 8px 25px 0px rgba(8, 25, 116, 0.31);
    padding: 3em 1.5em;
}

.public-hashpower .calculator-slider p,
.bottom-slider-home .calculator-slider p {
    color: #91A0AB;
    text-align: left;
    margin-bottom: 2.5em;
}

.public-hashpower .calculator-value > div > span:last-child,
.bottom-slider-home .calculator-value > div > span:last-child {
    word-wrap: normal;
    font-size: 0.65rem;
    line-height: 1.3;
    margin-left: 7px;
    text-align: left;

}

.public-hashpower .calculator-value > div > span:first-child,
.bottom-slider-home .calculator-value > div > span:first-child {
    font-size: 1.6rem;
    font-weight: bold;
}

.public-pricing h1 {

}

.public-pricing h2 {
    font-size: 2rem;
    color: #4A595E;
    line-height: 1.1;
    margin-top: 10px;
    margin-left: 15px;
    letter-spacing: 3px;
}

.public-pricing .upgrade-account {
    margin: 2em 1em 0 1em;
    flex-wrap: nowrap;
    text-align: left;
}

.public-pricing .upgrade {
    text-align: center;
    margin-bottom: 4.5em;
}

.public-pricing .header {
    color: #fff;
    background: -moz-linear-gradient(170deg, #0086EB 0%, #0033FF 100%) no-repeat 0 0/100% 100%;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #0033FF), color-stop(100%, #0086EB));
    background: -webkit-linear-gradient(170deg, #0086EB 0%, #0033FF 100%) no-repeat 0 0/100% 100%;
    background: -o-linear-gradient(170deg, #0086EB 0%, #0033FF 100%) no-repeat 0 0/100% 100%;
    background: -ms-linear-gradient(170deg, #0086EB 0%, #0033FF 100%) no-repeat 0 0/100% 100%;
    background: linear-gradient(305deg, #0086EB 0%, #0033FF 100%) no-repeat 0 0/100% 100%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0033FF', endColorstr='#0086EB', GradientType=0);
    padding: 5em 0;
}

.public-pricing .sign-up {
    background: #fff;
    -webkit-box-shadow: 0 8px 25px 0px rgba(19, 39, 142, 0.18);
    -moz-box-shadow: 0 8px 25px 0px rgba(19, 39, 142, 0.18);
    box-shadow: 0 8px 25px 0px rgba(19, 39, 142, 0.18);
    border-radius: 4px;
    width: 80%;
}

.public-pricing .sign-up ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.public-pricing .sign-up li:nth-child(2) {
    background: #0086EB;
    color: #fff;
    margin: 0;
    padding: 0 2em;
}

.public-pricing .sign-up li.sign-up-header {
    color: #0086EB;
    font-size: 2rem;
    padding: 0.4em 0;
}

.public-pricing .sign-up .sign-up-footer {
    padding: 1em 1em 2em 1em;
    text-align: center;
}

.public-pricing .sign-up h2 {
    margin-bottom: 0;
}

.public-pricing .sign-up li {
    display: flex;
    flex-direction: column;
    margin: 0 2em;
}

.public-pricing .sign-up li:nth-child(2) span {
    color: #fff;
}

.public-pricing .sign-up li span {
    color: #4A595E;
    font-size: 0.85rem;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
}

.public-pricing .sign-up li:not(:nth-child(-n + 2)):not(:nth-last-child(-n + 2)):after {
    content: "";
    background: #E3E3E3;
    height: 2px;
}

.public-pricing .upgrade .background-text {
    margin-top: 6em;
    margin-bottom: 0.3em;
}

.public-pricing .upgrade .background-text > div > div {
    color: #F2F2F2;
    font-size: 6rem;
    line-height: 0.8;
}

.public-pricing .upgrade .background-text h2 {
    margin-top: -47px;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: static;
}

.public-pricing .upgrade .name-price {
    line-height: 1;
}

.public-pricing .upgrade .name-price p {
    color: #fff;
    margin-bottom: 0;
    font-size: 0.75rem;
}

.public-pricing .upgrade .name-price span {
    font-size: 1.3rem;
}

.public-pricing .upgrade .icon-plan {
    /*padding-bottom: 3em;*/
}

.public-pricing .upgrade .promoted-card .icon-plan {
    padding-bottom: 3.1em;
}

.public-pricing .upgrade .header-card-upgrade {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.public-pricing .upgrade .promoted-card .header-card-upgrade {
    padding-top: 1.2em;
}

.public-pricing .upgrade .header-card-upgrade .icon-plan img {
    /*min-height: 50px;*/
}

.public-pricing .upgrade .header-card-upgrade .icon-plan img.icon-plan-silver {
    max-width: 30px;
    padding-top: 13px;
}

.public-pricing .promoted-card .header-card-upgrade .icon-plan img {
    height: 80px;
}

.public-pricing .body-upgrade-plan .component-plan.special span {
    /*font-size: 0.8rem;*/
}

.public-pricing .upgrade .short-description {
    font-size: 0.75rem;
}

.public-pricing .upgrade .upgrade-button {
    width: 100%;
    padding: 8px 2px;
}

.public-media .header {
    color: #fff;
    background: -moz-linear-gradient(170deg, #6500FF 0%, #0066FF 100%) no-repeat 0 0/100% 100%;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #0066FF), color-stop(100%, #6500FF));
    background: -webkit-linear-gradient(170deg, #6500FF 0%, #0066FF 100%) no-repeat 0 0/100% 100%;
    background: -o-linear-gradient(170deg, #6500FF 0%, #0066FF 100%) no-repeat 0 0/100% 100%;
    background: -ms-linear-gradient(170deg, #6500FF 0%, #0066FF 100%) no-repeat 0 0/100% 100%;
    background: linear-gradient(305deg, #6500FF 0%, #0066FF 100%) no-repeat 0 0/100% 100%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0066FF', endColorstr='#6500FF', GradientType=0);
    padding: 5em 0 0 0;
}

.public-media h2 {
    font-size: 2rem;
    color: #4A595E;
    line-height: 1.1;
    margin-top: 10px;
    margin-left: 15px;
    letter-spacing: 3px;
}

.public-media .posts {
    margin-bottom: 6em;
}

.public-media .post {
    margin-bottom: 3em;
    padding: 3em 2em;
    border-radius: 4px;
}

.public-media .post > p {
    font-size: 1.5rem;
    color: #4A595E;
    letter-spacing: 1px;
    margin-bottom: 0.1em;
}

.public-media .post > div {
    display: flex;
    align-items: baseline;
}

.public-media .post > div span {
    color: #91A0AB;
    font-size: 0.75rem;
    margin-left: 0.5em;
    letter-spacing: 1px;
}

.public-media .post img {
    width: 18px;
}

.public-media .post.image-post {
    background: url(../assets/icons/public/article-image.svg) no-repeat center/cover;
    background: -moz-linear-gradient(310deg, rgba(0, 102, 255, 0.6) 0%, rgba(206, 0, 255, 0.6) 100%), url(../assets/icons/public/article-image.svg) no-repeat center/cover;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(0, 102, 255, 0.6)), color-stop(100%, rgba(206, 0, 255, 0.6))), url(../assets/icons/public/article-image.svg) no-repeat center/cover;
    background: -webkit-linear-gradient(310deg, rgba(0, 102, 255, 0.6) 0%, rgba(206, 0, 255, 0.6) 100%), url(../assets/icons/public/article-image.svg) no-repeat center/cover;
    background: -o-linear-gradient(310deg, rgba(0, 102, 255, 0.6) 0%, rgba(206, 0, 255, 0.6) 100%), url(../assets/icons/public/article-image.svg) no-repeat center/cover;
    background: -ms-linear-gradient(310deg, rgba(0, 102, 255, 0.6) 0%, rgba(206, 0, 255, 0.6) 100%), url(../assets/icons/public/article-image.svg) no-repeat center/cover;
    background: linear-gradient(140deg, rgba(0, 102, 255, 0.6) 0%, rgba(206, 0, 255, 0.6) 100%), url(../assets/icons/public/article-image.svg) no-repeat center/cover;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0066ff', endColorstr='#ce00ff', GradientType=1);
}

.public-media .post.image-post > div span,
.public-media .post.image-post > p {
    color: #fff;
}

.public-media .post .post-button {
    color: #fff;
    border: 1.5px solid #fff;
    padding: 0.9em 1.7em;
    border-radius: 4px;
    line-height: 1;
    font-size: 0.8rem;
    margin-left: auto;
}

.public-media .post .post-button:hover {
    text-decoration: none;
}

.public-contact .contact {
    margin-top: 3em;
}

.public-contact .background-text {
    margin-top: 6em;
    margin-bottom: 0.9em;
}

.public-contact .background-text > div > div {
    color: #F2F2F2;
    font-size: 6rem;
    line-height: 0.8;
}

.public-contact .background-text h2 {
    margin-top: -40px;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: static;
}

.public-contact h2 {
    font-size: 2rem;
    color: #4A595E;
    line-height: 1.1;
    letter-spacing: 3px;
}

.public-contact .card,
.make-diff-links .card {
    -webkit-box-shadow: 0 1px 7px 0px rgba(19, 39, 142, 0.09);
    -moz-box-shadow: 0 1px 7px 0px rgba(19, 39, 142, 0.09);
    box-shadow: 0 1px 7px 0px rgba(19, 39, 142, 0.09);
    border: none;
    align-items: center;
    height: 100%;
}

.make-diff-links .card {
    max-width: 230px;
    margin: 0 auto;
}

.public-contact .contact-body a:hover,
.make-diff-links a:hover {
    text-decoration: none;
}

.public-contact .card:hover,
.make-diff-links .card:hover {
    -webkit-box-shadow: 0 8px 25px 0px rgba(19, 39, 142, 0.18);
    -moz-box-shadow: 0 8px 25px 0px rgba(19, 39, 142, 0.18);
    box-shadow: 0 8px 25px 0px rgba(19, 39, 142, 0.18);
}

.public-contact .card:hover svg .b,
.make-diff-links .card:hover svg .b {
    fill: #0086EB !important;
}

.make-diff-links #imgGoldSilver .b {
    fill: #4a595e;
}

.make-diff-links #imgBitcoin .b {
    fill: #4a595e;
}

.make-diff-links #imgBitcoin .a {
    fill: #f2f2f2;
}

.public-contact .card:hover h4,
.make-diff-links .card:hover h4 {
    color: #0086EB;
}

.public-contact .contact-body {
    /*padding: 0 8em;*/
    margin-top: 1.5em;
    margin-bottom: 5em;
}

.public-contact .contact-body > div > div {
    /*padding: 0 2em;*/
    margin-bottom: 1.5em;
}

.public-contact .contact-body .card svg {
    width: 33%;
    margin-top: 4.5em;
    margin-bottom: 1em;
}

.make-diff-links .card {
    padding-bottom: 2em;
}

.make-diff-links .card svg {
    width: 33%;
    margin-top: 3.5em;
    margin-bottom: 1em;
}

.public-contact .card-body,
.make-diff-links .card-body {
    text-align: center;
}

.public-contact .card-body .card-title,
.make-diff-links .card-body .card-title {
    color: #4A595E;
    font-size: 1.2rem;
    margin-bottom: 0.25rem;
}

.public-contact .card-body .card-text,
.make-diff-links .card-body .card-text {
    color: #91A0AB;
    font-size: 0.7rem;
}

.public-help {
    background: #F8F9FF;
}

.public-help .header {
    color: #fff;
    background-color: #F8F9FF;
    background: -moz-linear-gradient(339deg, rgba(0, 195, 235, 1) 0%, rgba(180, 0, 255, 1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 195, 235, 1)), color-stop(100%, rgba(180, 0, 255, 1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(339deg, rgba(0, 195, 235, 1) 0%, rgba(180, 0, 255, 1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(339deg, rgba(0, 195, 235, 1) 0%, rgba(180, 0, 255, 1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(339deg, rgba(0, 195, 235, 1) 0%, rgba(180, 0, 255, 1) 100%); /* ie10+ */
    background-image: linear-gradient(111deg, rgba(0, 195, 235, 1) 0%, rgba(180, 0, 255, 1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00C3EB', endColorstr='#B400FF', GradientType=1); /* ie6-9 */
    background-repeat: no-repeat;
    background-size: 100% 80%;
    padding: 5em 0 2em 0;
    text-align: center;
}

.public-help .header > div {
    margin-top: 1em;
}

.public-help .header h1 {
    font-size: 2rem;
    margin-bottom: 0.8em;
}

.public-help .header a {
    color: #fff;
    text-decoration: underline;
}

.public-help h2 {
    font-size: 2rem;
    color: #4A595E;
    line-height: 1.1;
    letter-spacing: 3px;
}

.public-help .search input {
    border: none;
    font-size: 1rem;
    color: #91A0AB;
    height: auto;
    padding: 0.6rem 0.75rem;
}

.public-help .search button {
    background-color: #fff;
    display: flex;
    align-items: center;
}

.public-help .search button svg {
    width: 20px;
}

.public-help .search input::placeholder {
    color: #E3E3E3;
}

.public-help .search input:focus {
    border: none;
    box-shadow: none;
}

.public-help .help-sections {
    margin-top: 2em;
}

.public-help .help-sections .info-box {
    padding-bottom: 1em;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.public-help .help-sections .card {
    -webkit-box-shadow: 0 1px 7px 0px rgba(19, 39, 142, 0.09);
    -moz-box-shadow: 0 1px 7px 0px rgba(19, 39, 142, 0.09);
    box-shadow: 0 1px 7px 0px rgba(19, 39, 142, 0.09);
    display: flex;
    /*justify-content: center;*/
    padding: 2em 0 1em 0;
    min-height: 153px;
}

.public-help .help-sections .card-body {
    flex: 0;
    padding: 0 1em 0 1em;
    margin-top: 1em;
}

.public-help .help-sections .info-box svg {
    /*height: 100%;*/
    /*width: 33%;*/
    height: 50px;
}

.public-help .help-sections .info-box .card-image {
    max-height: 50px;
}

.public-help .help-sections .info-box label {
    height: 100%;
    position: relative;
}

.public-help .help-sections .info-box label .cr {
    position: absolute;
    right: 0;
    z-index: 1;
    margin-top: 0.5em;
}

.public-help .help-sections .info-box h4 {
    color: #91A0AB;
    font-size: 1rem;
}

.public-help .help-sections .info-box .cr {
    width: 16px !important;
    height: 16px;
    flex: 0 0 16px;
}

.public-help .help-sections .info-box .cr .cr-icon {
    width: 8px;
    height: 8px;
}

.help-sections input[type="radio"]:checked ~ .card svg .a,
.help-sections input[type="radio"]:checked ~ .card h4 {
    fill: #0086EB !important;
    color: #0086EB !important;
}

.help-sections input[type="radio"]:checked ~ .card {
    -webkit-box-shadow: 0 8px 25px 0px rgba(8, 25, 116, 0.56);
    -moz-box-shadow: 0 8px 25px 0px rgba(8, 25, 116, 0.56);
    box-shadow: 0 8px 25px 0px rgba(8, 25, 116, 0.56);
}

.public-help .body {
    padding-top: 3em;
    padding-bottom: 6em;
    background: #fff;
}

.public-help .body h2 {
    text-align: center;
}

.public-help .body ul {
    list-style: none;
    padding-left: 0;
}

.public-help .body ul li {
    padding: 0.5em 0;
}

.public-help .body ul a {
    color: #0086EB;
    font-size: 0.85rem;
}

.public-article .article-nav a {
    color: #fff;
    border: 1.5px solid #fff;
    padding: 0.9em 1.7em;
    border-radius: 4px;
    line-height: 1;
    font-size: 0.8rem;
}

.public-article a:hover {
    text-decoration: none;
}

.public-article .background-text > div > div {
    color: #F2F2F2;
    font-size: 6rem;
    line-height: 0.8;
}

.public-article .background-text h1 {
    font-size: 2rem;
    letter-spacing: 2px;
    margin-top: -44px;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: static;
    color: #0086EB;
}

.public-article .article-body h2 {
    font-size: 3rem;
    color: #4A595E;
}

.public-article .article-body .article-images {
    margin-top: 4em;
}

.article-images {
    display: flex;
    flex-direction: column;
}

.article-images img {
    width: 100%;
}

.article-images .row {
    margin: 0;
}

.article-images > .row > img {
    padding: 0 4px;
    width: 100%;
    height: 100%;
}

.article-images .column {
    flex: 50%;
    max-width: 50%;
    padding: 0 4px;
}

.article-images .column img {
    margin-top: 8px;
    vertical-align: middle;
}

.public-article .article {
    background: #FFFFFF;
    border-radius: 4px;
    -webkit-box-shadow: 0 8px 25px 0px rgba(19, 39, 142, 0.18);
    -moz-box-shadow: 0 8px 25px 0px rgba(19, 39, 142, 0.18);
    box-shadow: 0 8px 25px 0px rgba(19, 39, 142, 0.18);
    margin-top: 2.6em;
    margin-bottom: 4em;
    padding: 6em 5% 3em 5%;
}

.public-article .article > div:first-child {
    /*margin-top: 5.2em;*/
    text-align: center;
}

.public-article .article-body {
    font-size: 0.9rem;
    color: #4A595E;
    padding: 2em 0;
}

.public-article .article .article-nav a {
    color: #4A595E;
    border-color: #4A595E;
}

@media (max-width: 574px) {
    .info-box .card .card-body {
        padding: 0.8rem;
    }

    .help-sections .info-box .card .card-body {
        padding: 0.4rem;
    }

    .public-help .header {
        background-size: 100% 86%;
    }
}

@media (min-width: 768px) {
    .public-hashpower .features .disadvantages {
        background-position-x: 15%;
    }

    .public-hashpower .features .advantages {
        background-position-x: 17%;
    }

    .public-hashpower .features ul {
        min-width: 360px;
    }

    .public-hashpower .calculator-slider,
    .bottom-slider-home .calculator-slider {
        padding: 0 6em;
    }

    .public-contact .contact-body > div > div {
        padding: 0 2em;
    }

}

@media (min-width: 992px) {
    .public-hashpower .features > div > div {
        padding-left: 7%;
        padding-right: 7%;
    }

    .public-hashpower .features > div {
        margin-left: 5vw;
        margin-right: 5vw;
    }

    .public-pricing .sign-up {
        width: 50%;
    }

    .public-pricing .upgrade-account {
        margin: 2em 3em 0 3em;

    }

    .public-contact .contact-body {
        padding: 0 8em;
    }

}

@media (min-width: 1200px) {
    .public-hashpower .profitable .info-box {
        /*padding: 0 3em;*/
    }

    .public-contact .contact-body {
        padding: 0 13em;
    }

    .public-contact .contact-body > div > div {
        padding: 0 3em;
    }
}

@media (min-width: 1400px) {
    .public-hashpower .profitable .large-box-padding .info-box {
        padding: 0 3em;
    }
}

/*.public-precious-metals .members-only-body .media:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #E3E3E3;
    }*/

.btn-blue {
    padding: 0.7em;
    border-radius: 4px;
    color: #FFF;
}

.btn-darkblue {
    padding: 0.6rem 1rem;
    background: rgb(0,0,122);
    background: linear-gradient(160deg, rgba(0,0,122,1) 0%, rgba(18,54,160,0.9962359943977591) 100%);
    border-color: initial;
    /*font-size: 0.6rem;*/
    color: #ffffff;
    text-decoration: none;
}

.btn-no-outline,
.btn-no-outline:focus,
.btn-no-outline:active {
    outline: none;
    box-shadow: none;
}

.btn-sm.btn-darkblue {
    padding: .25rem .6rem;
    font-size: 0.75em;
}

.btn-white {
    padding: 0.6rem 1rem;
    background-color: #fff;
    border-color: #fff;
    /*font-size: 0.6rem;*/
    color: #4A595E;
    text-decoration: none;
}

/* End of Public - Precious Metal */

#fluid-effect {
    margin-top: -10px;
    height: 10px;
    overflow: hidden;
}

#fluid-effect #waveShape {
    animation-name: waveAction;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 0.6s;
    width: 100%;
    height: 10px;
    fill: #0027EB;
}

@keyframes waveAction {
    0% {
        transform: translate(-150px, 0);
    }
    100% {
        transform: translate(-20px, 0);
    }
}

/* ---- Public home page ---*/

.slideshow-container {
    width: 100%;
    position: relative;
    height: 70vh;
    min-height: 300px;
    border-radius: 200%/0 0 130px 130px;
    overflow: hidden;
}

.slide-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.slide-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.slide-item .overlay-carousel {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
}

.overlay-carousel .header-text h1 {
    color: #FFF;
    line-height: 1;
    margin-bottom: 0;
    position: relative;
}

.overlay-carousel .header-text p {
    color: #FFFFFF;
    max-width: 300px;
    font-size: 1.3rem;
}

.overlay-carousel .header-text .btn-transparent {
    padding: 0.6rem 1rem;
    background-color: transparent;
    border-color: #FFF;
    font-size: 0.8rem;
    color: #ffffff;
    text-decoration: none;
}

.overlay-carousel .header-text .btn-lightblue {
    padding: 0.6rem 1rem;
    background-color: #0086EB;
    border-color: #0086EB;
    font-size: 0.8rem;
    color: #ffffff;
    text-decoration: none;
    width: 200px;
}

.overlay-carousel .header-text .number-carousel {
    position: absolute;
    left: -75px;
    top: -10px;
    background: #0086EB;
    font-size: 1.6rem;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    text-align: center;
    display: flex;
}

.icon-bottom-carousel {
    margin: -35px auto 0;
    z-index: 9;
}

.icon-bottom-carousel img {
    width: 100%;
    max-width: 70px;
}

.title-center-top h2 {
    font-size: 2.5rem;
    color: #4A595E;
    line-height: 1.1;
    letter-spacing: 1px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.title-center-top .sub-title-top {
    color: #4A595E;
    font-size: 1.43rem;
}

section.bg-white {
    background-color: #FFF;
}

.background-text-right {
    position: relative;
}

.background-text-right > span {
    color: #F2F2F2;
    font-size: 6rem;
    line-height: 0.8;
    float: right;
}

.background-text-right h2 {
    position: absolute;
    top: 40px;
    color: #4A595E;
    max-width: 500px;
    letter-spacing: 2px;
    text-align: right;
    right: 0;
    float: right;
}

.background-text-right .blue-line {
    margin-left: auto;
}

.paid-save-sect img {
    width: 160%;
    margin-left: -60%;
}

.paid-save-sect .description-section {
    color: #4A595E;
    font-size: 1.2rem;
}

.paid-save-sect .description-section p {
    max-width: 400px;
    margin-left: auto;
    text-align: right;
    margin-bottom: 0;
    margin-top: 1.2em;
}

.background-text-left {
    position: relative;
}

.background-text-left > span {
    color: #F2F2F2;
    font-size: 6rem;
    line-height: 0.8;
}

.background-text-left h2 {
    position: absolute;
    top: 40px;
    color: #4A595E;
    max-width: 500px;
    letter-spacing: 2px;
}

.secure-sect .description-section {
    color: #4A595E;
    font-size: 1.2rem;
}

.secure-sect .description-section p {
    text-align: left;
    margin-bottom: 0;
    margin-top: 3.5em;
    max-width: 650px;
}

.paid-save-sect,
.secure-sect,
.why-swiss-sect {
    padding-right: 5vw;
    padding-left: 5vw;
}

section.bg-grey {
    background-color: #f8f9fe;
}

.why-swiss-sect {
    position: relative;
    overflow: hidden;
}

.why-swiss-sect h2 {
    color: #4A595E;
    font-size: 2.3rem;
}

.why-swiss-sect .media-body p {
    color: #4A595E;
    font-size: 1.2rem;
    margin-bottom: 0;
}

.why-swiss-sect .media img {
    width: 70px;
    height: 70px;
}

.why-swiss-sect .number-box {
    color: #0086EB;
    font-size: 6rem;
    line-height: 1;
}

.why-swiss-sect .number-box p {
    font-size: 1rem;
    margin-bottom: 0;
    margin-top: 7px;
}

.why-swiss-sect .number-box sup {
    font-size: 50%;
}

.why-swiss-sect .image-graf-bg {
    position: absolute;
    bottom: -25%;
    right: -5%;
    left: 40%;
    z-index: 1;
}

.why-swiss-sect .col-12 {
    z-index: 2;
}

.why-swiss-sect .image-graf-bg img {
    width: 100%;
}

section.made-diff-sect,
section.paid-save-sect,
section.secure-sect,
section.why-swiss-sect {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.bottom-slider-home {
    padding: 4em 0;
    background-color: #0086EB;
    border-radius: 100%/0 0 150px 150px;
    margin-bottom: 15em;
    padding-bottom: 0;
}

.bottom-slider-home .text-top-footer {
    color: #FFF;
    font-size: 1.2rem;
    margin-bottom: 2em;
}

.bottom-slider-home .calculator-slider > div {
    border-radius: 6px;
}

.public-homepage .image-bg-blue {
    position: relative;
    background-image: url('/static/assets/images/public/template_bg.svg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #0086EB;
}

.public-homepage .image-bg-blue .bar-blue-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30%;
    right: 0;
    background: -webkit-linear-gradient(45deg, #fff 40%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 55%, #FFF 55%);
}

/* ---- Public home page ---*/

/*=== simple pages ===*/
.full-h {
    height: calc(100vh - 59px);
}

.authorize-page .card-information,
.confirm-email-page .card-information {
    max-width: 500px;
}

.card-information h5.card-title {
    font-size: 1.6rem;
}

.card-information p.card-text {
    color: #91A0AB;
    font-size: 1rem;
}

.card-information p.card-text span {
    color: #4A595E;
}

.card-information p.text-sup-button {
    margin-bottom: 0;
    margin-top: 2em;
}

.step-verification-page .card {
    max-width: 500px;
}

.card-information p.card-text span.c-blue {
    color: #0086EB;
}

.verify-number-page .input-code {
    width: 70%;
    max-width: 175px;
    margin-right: 10px;
}

/*
.verify-number-page .verify-btn{
    height: 38px;
    left: inherit;
    top: inherit;
}*/
.add-wallet-page .add-wallet-text {
    color: #0086EB;
    font-size: .9rem;
    margin-bottom: 5px;
}

.add-wallet-page .card-img-left {
    width: 100%;
    max-height: 60px;
}

.custom-group-single .btn-right {
    font-size: .9rem;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.custom-group-single input {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    margin-right: 10px;
}

.ops-dude-page .card-information,
.hell-yeah-page .card-information {
    width: 100%;
    max-width: 500px;
}

.ops-dude-page .image-top-ops {
    width: 100%;
    max-width: 280px;
    padding: 0 2em 4em;
    text-align: center !important;
    margin: auto;
}

/*=== simple pages ===*/

/* ---- Admin orders page ---*/

#adminOrdersTab .nav-item {
    padding: 7px 38px 0px;
}

.admin-history-table {
    margin-bottom: 1.4em;
    margin-top: 1.4em;
}

.admin-history-table td:last-child {
    text-align: right !important;
}

.admin-history-table td {
    text-align: center !important;
}

.admin-history-table td,
.members-table td {
    padding-right: 0.1em !important;
    padding-left: 0.1em !important;
}

.admin-history-table a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.admin-history-table a.collapsed:after {
    background-image: url(../assets/icons/down-arrow-w.svg);
}

.admin-history-table a:after {
    content: "";
    background-image: url(../assets/icons/up-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin-left: 0.5em;
    width: 10px;
    height: 10px;
}

.admin-history-table .hiddenRow {
    padding: 0;
}

.page-summary {
    font-size: 0.85rem;
    color: #91A0AB;
    margin-right: 1em;
}

.members-table {
    margin-bottom: 1.4em;
}

.members-table thead td {
    padding-top: 0 !important;
}

.members-table > tbody label {
    margin-bottom: 0;
}

.members-table tbody td {
    padding-top: 1em;
    padding-bottom: 1em;
}

.members-table tbody tr:hover {
    cursor: default;
}

.members-table tbody tr.selected td {
    color: #0086EB;
}

.search-member {
    margin-bottom: 4em;
}

.admin-orders label {
    color: #91A0AB;
    font-size: 0.85rem;
    margin-bottom: 0;
}

.admin-orders input {
    color: #4A595E;
    font-size: 0.85rem;
    margin-bottom: 0;
}

.admin-orders input::placeholder {
    color: #C7CBCE;
}

.admin-orders input:focus {
    box-shadow: none;
    color: #4A595E;
}

.search-member .form-group {
    margin-bottom: 0.7em;
}

.order-step-content .add-order {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.order-step-content .add-order > span:first-child {
    color: #91A0AB;
    font-size: 0.85rem;
    margin-right: 0.5em;
}

.order-step-content .add-order > span:last-of-type {
    color: #0086EB;
    font-size: 1.2rem;
    margin-right: 1em;
}

.order-step-content .add-order button {
    width: 40%;
}

.no-img-card {
    height: 30px;
}

.space-between > div {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.summary-order-step-content .card {
    height: 100%;
}

.summary-order-step-content button {
    font-size: 0.85rem;
}

.summary-order-step-content button.btn-link {
    text-decoration: underline;
}

.summary-order-step-content tbody td {

}

.summary-table {
    margin-bottom: 1.4em;
}

.summary-table thead td {
    padding-top: 0 !important;
}

.summary-table > tbody label {
    margin-bottom: 0;
}

.summary-table tbody td {
    padding-top: 1em;
    padding-bottom: 1em;
}

.list-steps .member-step .step-img {
    background-image: url(../assets/icons/member-b.svg);
    background-size: contain;
}

.list-steps .order-step .step-img {
    background-image: url(../assets/icons/order-g.svg);
    background-size: contain;
}

.list-steps .order-step.active .step-img {
    background-image: url(../assets/icons/order-b.svg);
}

.list-steps .summary-order-step .step-img {
    background-image: url(../assets/icons/summary-g.svg);
    background-size: contain;
}

.list-steps .summary-order-step.active .step-img {
    background-image: url(../assets/icons/summary-b.svg);
}

.admin-search-table td {
    text-align: left !important;
}

.admin-search-table td:last-child {
    text-align: right !important;
}

.date-picker {
    position: relative;
}

.date-picker img {
    width: 20px;
    height: 20px;
}

.date-picker > div {
    position: absolute;
    margin: 0;
    top: 0;
    right: 27px;
    height: 100%;
}

.date-picker input {
    padding: 0.375rem 30px;
    text-align: center;
    color: #0086EB !important;
}

.date-picker input:focus {
    color: #0086EB;
}

.date-picker input:focus + .input-group-append {
    border-color: #80bdff;
}

.ui-datepicker {
    border: 2px solid #E3E3E3 !important;
}

.ui-datepicker .ui-datepicker-title,
.ui-datepicker .ui-datepicker-calendar {
    color: #4A595E;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-default {
    /*color: #fff !important;*/
    /*background: #C7CBCE !important;*/
}

.ui-datepicker .ui-datepicker-calendar .ui-state-hover {
    /*background-color: #0086EB !important;*/
    /*color: #fff !important;*/
}

.ui-datepicker .ui-widget-header {
    background: #fff !important;
    border-radius: 0;
    border: none;
    /*border-bottom: 2px solid #E3E3E3 !important;*/
}

.ui-datepicker-header .ui-state-hover {
    border: none !important;
}

.ui-datepicker-header .ui-datepicker-prev-hover {
    left: 2px !important;
    top: 2px !important;
}

.ui-datepicker-header .ui-datepicker-next-hover {
    right: 2px !important;
    top: 2px !important;
}

.admin-page h1 {
    font-size: 2.5rem;
    color: #4A595E;
}

/* ---- Admin orders page ---*/

/* ---- Admin users page --- */

.search-user {
    margin-top: 3.5em;
    margin-bottom: 1.5rem;
}

.search-user label {
    color: #91A0AB;
    font-size: 0.85rem;
    margin-bottom: 0;
}

.search-user input {
    color: #4A595E;
    font-size: 0.85rem;
    margin-bottom: 0;
}

.search-user input::placeholder {
    color: #C7CBCE;
}

.search-user input:focus {
    box-shadow: none;
    color: #4A595E;
}

.search-user .form-group {
    margin-bottom: 0.7em;
}

.search-user .user-type > label {
    margin-right: 4%;
}

.users-table td {
    padding: 0.5rem;
}

.users-table > tbody > tr:not(:last-child) {
    border-bottom: 2px solid #e3e3e3;
}

.users-table > tbody > tr:not(:first-child) > td:first-child {
    padding-top: 2em;
}

.users-table thead > tr > td {
    /*display: flex;*/
    /*align-items: center;*/
    padding-left: 0.6em;
    padding-right: 0.6em;
}

.users-table tbody > tr > td {
    border-top: none;
    padding-left: 0;
    padding-right: 0;
}

.users-table tbody > tr > td > div {
    display: flex;
    flex-direction: column;
    padding: 0;
}

.users-table tbody > tr > td > div span {
    padding: 0.1em 0;
}

.users-table tbody tr > td:nth-child(-n+3),
.users-table thead tr > td:nth-child(-n+3) {
    text-align: left;
}

.users-table a {
    padding: 0.4rem 1rem !important;
}

.users-table tbody > tr > td:last-child > div {
    width: 100%;
}

.sort-users .dropdown-utopia .btn-dropdown {
    min-height: 34px;
}

.sort-users .dropdown-utopia {
    min-width: 140px;
}

.sort-users > div {
    margin-left: 0.4em;
}

.sort-users > a {
    margin: 0 0.4em;
    display: flex;
    align-items: center;
}

.sort-users svg {
    width: 23px;
    height: 23px;
}

.sort-users a:hover svg path {
    fill: #0086EB;
}

.admin-page .profile-card-left .user-name p {
    font-size: 1rem;
    line-height: 1;
}

.admin-page .table-profile td,
.admin-page .table-profile td span {
    font-size: 0.85rem;
}

.admin-page .personal-details .date-picker > div {
    /*right: 7px;*/
}

.admin-page .profile-edit-view input,
.admin-page .profile-edit-view textarea {
    color: #4A595E;
    /*border-color: #E3E3E3;*/
    font-size: 0.85rem;
}

.admin-page .profile-edit-view input:focus,
.admin-page .profile-edit-view textarea:focus {
    box-shadow: none;
    border-color: #80bdff;
}

.admin-page .profile-edit-view input::placeholder,
.admin-page .profile-edit-view textarea::placeholder {
    color: #C7CBCE;
    font-size: 0.85rem;
}

.help-hint {
    font-size: 0.85rem !important;
    color: #0086EB !important;
}

.help-hint:hover {
    text-decoration: underline;
}

.admin-page .profile-edit-view label {
    color: #91A0AB;
    font-size: 0.85rem;
    margin-bottom: 0;
}

.admin-page .profile-edit-view .form-group {
    margin-bottom: 0.8em;
}

.admin-page .profile-edit-view .other-details > label {
    line-height: 1;
}

.admin-page .profile-edit-view a.btn:hover {
    color: #fff;
}

.personal-information h4, .physical-address h4, .other-details h4 {
    font-size: 1.1rem;
    color: #0086EB;
}

/* ---- Admin users page --- */

/* ---- Admin reports page --- */

.reports .report-type > label {
    margin-right: 4%;
}

.reports label {
    color: #91A0AB;
    font-size: 0.85rem;
    margin-bottom: 0;
}

.reports .form-group {
    margin-bottom: 0.6em;
}

/* ---- Admin reports page --- */

/* ---- Admin compensation page --- */

.commissions h4 {
    font-size: 1.1rem;
    color: #0086EB;
    margin-bottom: 0.9em;
}

.commissions .period-type > label {
    margin-right: 1.5em;
}

.commisions-table td {
    border-top: none;
}

.commisions-table tbody td {
    padding: 0.7em 0.1em;
}

.commisions-table tbody td,
.commisions-table thead td {
    text-align: center;
}

.commisions-table tbody td:last-child,
.commisions-table thead td:last-child {
    text-align: right;
}

.commisions-table tbody td:first-child,
.commisions-table thead td:first-child {
    text-align: left;
}

/* ---- Admin compensation page --- */

@media (min-width: 576px) {

}

@media (min-width: 768px) {
    .personal-information {
        border-right: 2px solid #E3E3E3;
        /*border-bottom: none;*/
    }
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
    .admin-history-table td:first-child,
    .admin-events-tbl td:first-child,
    .summary-table td:first-child {
        text-align: left !important;
    }

    .users-table td {
        padding: 1.25rem;
    }

    .users-table thead > tr > td:first-child,
    .users-table tbody > tr > td:first-child > div {
        padding-left: 0;
    }

    .users-table thead > tr > td:last-child,
    .users-table tbody > tr > td:last-child > div {
        padding-right: 0;
    }

    .users-table tbody > tr > td > div {
        padding: 0 0.6em;
    }
}

@media (max-width: 991px) {
    .admin-history-table td,
    .admin-events-tbl td,
    .members-table td,
    .summary-table td,
    .admin-search-table td,
    .users-table td,
    .commisions-table td {
        display: block;
        clear: both;
        text-align: right !important;
    }

    .admin-events-tbl .btns-row {
        display: flex;
    }

    .admin-events-tbl .btns-row .btn-blue-table {
        width: 100%;
        margin-right: 5px;
    }

    .admin-events-tbl .btns-row .btn-delete-row {
        margin-left: auto;
    }

    .admin-history-table thead,
    .admin-events-tbl thead,
    .members-table thead,
    .summary-table thead,
    .admin-search-table thead,
    .users-table thead,
    .commisions-table thead {
        display: none;
    }

    .admin-history-table td[data-th]:before,
    .admin-events-tbl td[data-th]:before,
    .members-table td[data-th]:before,
    .summary-table td[data-th]:before,
    .admin-search-table td[data-th]:before,
    .users-table td[data-th]:before,
    .commisions-table td[data-th]:before {
        content: attr(data-th);
        float: left;
        color: #91A0AB;
    }

    .admin-history-table > tbody > tr:nth-child(2n):not(:last-child),
    .admin-events-tbl > tbody > tr:not(:last-child),
    .members-table > tbody > tr:not(:last-child),
    .summary-table > tbody > tr:not(:last-child),
    .admin-search-table > tbody > tr:not(:last-child),
    .commisions-table > tbody > tr:not(:last-child) {
        border-bottom: 2px solid #e3e3e3;
    }

    .users-table tbody > tr > td {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .admin-search-table > tbody > tr:not(:first-child) > td:first-child {
        padding-top: 2em;
    }

    .admin-history-table > tbody tbody > tr:not(:last-child) {
        border-bottom: 2px solid #e3e3e3;
    }

    .admin-history-table > tbody tbody > tr:not(:first-child) td:first-child {
        margin-top: 1em;
    }
}

@media (min-width: 1200px) {

}

/*=======ADMIN MANAGEMENT========*/
.content-table-single .tabs-management-admin {
    padding: 40px 30px;
}

.tabs-management-admin input.form-control {
    font-size: .9rem;
}

.tabs-management-admin .input-group input.form-control {
    border-right: 0;
}

.tabs-management-admin .input-group .input-group-text {
    background: transparent;
    border: 2px solid #E3E3E3;
    height: 38px;
    border-left: 0;
    font-size: .9rem;
}

.tabs-management-admin .input-group .input-group-text img {
    max-width: 15px;
    margin-right: 5px;
}

.send-funds-box .checkbox span {
    font-size: .8rem;
}

.send-funds-box a {
    width: 90%;
    padding: 13px 15px;
}

.in-gp-custom-icon > span {
    padding-right: 20px;
}

.apply-filter-to {
    height: 38px;
}

.apply-filter-to > label {
    margin-right: 4%;
}

.mng-hash-button {
    max-width: 280px;
    width: 100%;
}

.mng-hash-button a {
    width: 100%;
    padding: 10px 15px;
}

.mng-hash-button .checkbox span {
    font-size: .8rem;
}

.tabs-management-admin .important-info-p {
    color: #4A595E;
    font-size: .95rem;
    margin-bottom: 5px;
}

.tabs-management-admin .lbl-header {
    font-size: .9rem;
    color: #91A0AB;
}

.current-state-management .top-text {
    color: #4A595E;
    font-size: 1rem;
}

.sellbacks-inputs .input-group {
    max-width: 300px;
}

.members-table.transitions tbody td {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.metals-price-btn a {
    width: 100%;
    padding: 10px 15px;
    max-width: 250px;
}

.tbl-unverified-members tbody tr td {
    padding: 1em 0.375em;
}

.tbl-unverified-members tr.active td {
    color: #0086EB;
}

.second-card-kyc .card-header img {
    width: 100px;
    height: 100px;
}

.second-card-kyc .card-header .media-body h4 {
    color: #4A595E;
    margin: 0;
    font-size: 2rem;
}

.second-card-kyc .card-header {
    background-color: #F8F9FF;
    border-width: 2px;
    padding: 30px 40px;
    border-bottom: 0;
}

.second-card-kyc .card-header .media-body span.sub-header-card {
    font-size: 0.75rem;
    color: #91A0AB;
    position: absolute;
    top: 29px;
}

.second-card-kyc .progress-circle {
    width: 100px;
    height: 100px;
    line-height: 100px;
}

.second-card-kyc .progress-circle .progress-value {
    width: 91px;
    height: 91px;
    top: 5px;
    left: 5px;
}

.second-card-kyc .progress-circle:after {
    border: 5px solid #e2e2e2;
}

.second-card-kyc .progress-circle .progress-bar,
.second-card-kyc .progress-circle .progress-bar-grey {
    border-width: 5px;
}

.second-card-kyc span.active-account {
    position: relative;
    margin-left: 15px;
    color: #4A595E;
    font-size: 0.85rem;
}

.second-card-kyc span.active-account:after {
    content: " ";
    position: absolute;
    top: 6px;
    left: -12px;
    width: 8px;
    height: 8px;
    background-color: #00B26E;
    border-radius: 100%;
}

.second-card-kyc .bord-right {
    border-right: 2px solid #E3E3E3;
}

.second-card-kyc .btn-kycs a,
.second-card-ppm .btn-kycs a {
    display: block;
    font-size: .9rem;
    padding: 12px 15px;
}

.online-events .media img {
    width: 100%;
    max-width: 90px;
}

.online-events .media-body p {
    font-size: 1.1rem;
    margin-bottom: 0;
}

.online-events textarea {
    color: #4A595E;
    border-color: #E3E3E3;
    font-size: 0.85rem;
}

.online-events .custom-right-column {
    max-width: 400px;
    margin-left: auto;
}

.online-events .button-create-event a {
    width: 100%;
    /*margin-left: 1em*/;
    max-width: 230px;
    padding: 10px 15px;
}

.table-card tbody td span.blue-text {
    color: #0086EB;
}

.admin-events-tbl .btn-blue-table {
    border-radius: 4px;
    font-size: 0.85rem;
    color: #FFF;
    background-color: #0086EB;
    border-color: #0086EB;
    height: 34px;
}

.admin-events-tbl .btn-blue-table:hover {
    background-color: #8b97a2;
    border-color: #8b97a2;
    color: #FFF;
}

.admin-events-tbl .btn-delete-row {
    background-color: #91A0AB;
    border-color: #91A0AB;
    border-radius: 4px;
    height: 34px;
    padding: 2px 5px;
    margin-left: 3px;
}

.admin-events-tbl .btn-delete-row img {
    max-height: 20px;
}

/*=======ADMIN MANAGEMENT========*/
#regions_div {
    max-width: 100%;
    height: 90vh;
}

.row-overall {
    position: relative;
    padding: .85em 0;
}

.row-overall::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 2px;
    background-color: #E3E3E3;
}

.row-overall:last-child::after {
    display: none;
}

.history-table .number-circle {
    margin: auto !important;
}

.page-link.page-number {
    width: auto !important;
}

@media (max-width: 1199px) {
    .navbar .notification-button {
        border-left: none;
    }
}

.bottom-border-separated {
    border-bottom: 1px solid #7a7a7a;
}

.button-loading-image {
    height: 20px;
    width: auto;
}

/* Training and Resources */
#training-and-resources .btn-help {
    width: 322px;
    font-size: 1.3rem;
    height: 76px;
    padding: 24px 0;
}

.training-mentor-tab .nav-btn a {
    padding: 8px 5px;
}

.training-mentor-tab h4 {
    font-size: 1.7rem;
}

.training-mentor-tab h5 {
    color: #0086EB;
    font-size: 1.4rem;
}

.mentor-header {
    margin-bottom: 5rem;
}

.mentor-header .blue-line {
    margin-top: 1rem;
}

.mentor-header span {
    font-size: 1.1rem;
    color: #91A0AB;
    padding-bottom: 0.4rem;
}

.mentor-header p {
    font-size: 1rem;
    color: #4A595E;
}

.mentor-header h1 {
    margin-bottom: 0;
}

.mentor-img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    line-height: 1;
    overflow: hidden;
}

.mentor-img img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.hover-card {
    -webkit-box-shadow: 0 1px 7px 0px rgba(19, 39, 142, 0.09);
    -moz-box-shadow: 0 1px 7px 0px rgba(19, 39, 142, 0.09);
    box-shadow: 0 1px 7px 0px rgba(19, 39, 142, 0.09);
    padding: 0.5rem;
    margin: 0;
    margin-bottom: 1.3rem;
}

.hover-card > div:not(:last-child) {
    margin-top: 0.5rem;
}

.hover-card:hover {
    -webkit-box-shadow: 0 8px 25px 0px rgba(19, 39, 142, 0.18);
    -moz-box-shadow: 0 8px 25px 0px rgba(19, 39, 142, 0.18);
    box-shadow: 0 8px 25px 0px rgba(19, 39, 142, 0.18);
}

.hover-card:hover .hover-card-title {
    color: #0086EB;
}

.hover-card:hover svg .b {
    fill: #0086EB !important;
}

.hover-card:hover a {
    background-color: #0086EB;
    border-color: #0086EB;
}

.hover-card .hover-card-img {
    /*width: 10%;*/
}

.hover-card .hover-card-img svg {
    width: 100%;
}

.hover-card .hover-card-title {
    color: #4A595E;
    font-size: 1.2rem;
    margin-bottom: 0.25rem;
}

.hover-card p {
    color: #91A0AB;
    font-size: 0.75rem;
}

.hover-card a {
    width: 100%;
    align-items: center;
}

.hover-card a img {
    width: 35px;
    margin-right: 0.6rem;
}

.box-item {
    border: 2px solid #E3E3E3;
    padding: 0;
    margin-bottom: 2rem;
    border-radius: 4px;
}

.box-info > div:first-child {
    font-size: 0.8rem;
}

.box-item .box-body {
    padding: 0 0.8rem 0.5rem;
}

.box-item .box-title {
    font-size: 1rem;
    font-weight: bold;
    margin-top: 0.5rem;
}

.box-item a.disabled {
    background: #C7CBCE;
    border-color: #C7CBCE;
}

.box-item img {
    border-radius: 2px;
}

.box-image {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

/* End Training and Resources */

/* Profile Page */
.metals-graph-info {
    position: absolute;
    left: 100px;
    top: 100px;
}

.silver-graph-color {
    color: #49595E;
}

.silver-graph-bg {
    background-color: #49595E;
}

.profile-btn-buy-gold {
    background-color: #0086EB;
    border: none;
}

.profile-btn-buy-gold:hover {
    background-color: #0072D7;
    color: white;
}

.profile-btn-buy-silver {
    background-color: #49595E;
}

.profile-btn-buy-silver:hover {
    background-color: #35454A;
    color: white;
}

.metals-graph-buy-button-container {
    position: absolute;
    bottom: 20px;
    right: 10px;
}

@media (min-width: 768px) {
    .metals-graph-info {
        left: 50px;
        top: 50px;
    }
}

@media (min-width: 992px) {
  .metals-graph-info {
      left: 60px;
      top: 30px;
  }
}

@media (min-width: 1200px) {
  .metals-graph-info {
      left: 100px;
      top: 30px;
  }
}
/* End Profile Page */

/* Precious Metals */
.pm-balance-table td:first-child {
    padding-left: 0.5rem;
}
.pm-balance-table td:last-child {
    padding-right: 0.5rem;
}
.balance-row-debit {
    background-color: #d0453a;
}
.balance-row-debit td {
    color: white!important;
}

.balance-row-wr {
    background-color: orange;
}
.balance-row-wr td {
    color: white!important;
}

.funds-balance-td {
    padding: 0.8rem !important;
}

.history-table-funds thead td {
    padding: 1rem !important;
}

.balance-row-credit {
    background-color: #9eff8c;
}
/* End Precious Metals */


.overflow-hidden {
    overflow: hidden!important;
}

.grey-t  {
    color: #4A595E;
    font-size: .95rem;
    text-indent: 14px;
}

.card-blue {
    background-color: #e5f0f9;
    border-radius: 20px;
    padding: 20px;
    color: #00017a;
    font-weight: 500;
}

.card-blue span {
    color: #1873d3;
}

ul#batchPerformance {
    width: 100%;
    list-style: none;
    margin: 0 0 40px 0;
    padding: 0;
}

ul#batchPerformance li {
    position: relative;
    height: 40px;
    border-radius: 7px;
}

ul#batchPerformance li .lines {
    position: absolute;
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
    width: 100%;
}

ul#batchPerformance li .values {
    position: absolute;
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
    width: 100%;
    bottom: -40px;
    color: #7a7a7a;
}


ul#batchPerformance li .lines span {
    border-left: 1px dashed #fff;
    width: 1px;
    height: 100%;
    z-index: 1;
}

ul#batchPerformance li .lines span:nth-child(1) {
    margin-left: calc(8.2% + 16px);
}

ul#batchPerformance li .values span:nth-child(1) {
    margin-left: calc(8.2% + 7px);
}

ul#batchPerformance li .lines span:nth-child(2) {
    margin-left: calc(16.43% - 1px);
}
ul#batchPerformance li .values span:nth-child(2) {
    margin-left: calc(16.43% - 18px)
}

ul#batchPerformance li .lines span:nth-child(3) {
    margin-left: calc(24.6% - 1px);
}

ul#batchPerformance li .values span:nth-child(3) {
    margin-left: calc(24.6% - 22px);
}

ul#batchPerformance li .values span:nth-child(4) {
    margin-left: calc(50% - 52px);
}

ul#batchPerformance li:first-child {
    background: rgb(24,115,211);
    background: linear-gradient(100deg, rgba(24,115,211,.5) 0%, rgba(218,235,249,.5) 100%);
    margin-bottom: 15px;
}

ul#batchPerformance li .dot {
    position: absolute;
    width: 30px;
    height: 30px;
    border-style: solid;
    border-radius: 50%;
    top: calc(50% - 15px);
}

ul#batchPerformance li .loader {
    position: absolute;
    height: 100%;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: rgb(24,115,211);
}

ul#batchPerformance li .dot span {
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    height: 14px;
    width: 14px;
    border-radius: 50%;
}

ul#batchPerformance li .dot.white {
    border-color: #fff;
}

ul#batchPerformance li .dot.white span {
    background-color: #fff;
}

.threshold-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.threshold-info p {
    margin-bottom: 1px;
}
.threshold-info .day {
    color: #7a7a7a;
    font-weight: 300;
    text-transform: uppercase;
}
.threshold-info .active {
    color: #1237a1;
    font-weight: 400;
}
.threshold-info .inactive {
    color: #7a7a7a;
    font-weight: 400;
}

.text-blue {
    color: #1237a1;
}

.text-gray {
    color: #7a7a7a;
}

.product-cards img {
    display: block;
    max-width: 40%;
    margin: 0 auto;
}

.product-cards .card {
    height: 100%;
}

.product-cards h4 {
    font-size: 1.31rem;
}

.product-cards h2 {
    max-width: 75%;
    margin: 0 auto;
    font-size: 1.5rem;
}

.product-cards p {
    max-width: 90%;
    margin: 0 auto;
    font-size: .7rem;
    line-height: 1.2rem;
}

.product-cards a.btn {
    display: block;
    width: 60%;
    margin: 0 auto;
}

a.btn-primary {
    color: #fff!important;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(122,122,122,0.4);
    box-shadow: 2px 2px 5px 0px rgba(122,122,122,0.4);
}

.content {
    min-height: calc(100vh - 72px - 70px);
}

.card.nav-card-main {
    min-height: calc(100vh - 500px);
}

.border-left-1 {
    border-left: 1px solid #7a7a7a;
}

.alert {
    font-weight: 300;
    color: #797979;
}


.alert.alert-warning::before {
    content: '\f12a';
    display:inline-block;font:normal normal normal 14px/1 FontAwesome;
    font-size: 1.2rem;
    padding: 0 12px;
    color: #fcb900;
}

.bg-card-gray {
    background-color: #f9f9f9;
}

.account-info p {
    margin-bottom: .6rem;
}

.list-style-none {
    list-style: none;
}

/* from public */
.yields {
    color: #7a7a7a;
}
.yields__item__row {
    font-weight: 300;
}
@media only screen and (max-width:767.98px) {
	.yields {
		padding-top: 30px;
	}

    .yields__item.yields__item--package:last-child {
        margin-top: 30px;
    }
}

.yields-title-mobile {
	display: none
}

@media only screen and (max-width:767.98px) {
	.yields-title-mobile {
		display: block;
		margin-bottom: 25px;
		text-align: center
	}
}

.yields__items {
	display: flex;
	max-width: 1150px;
	width: 100%;
	margin: auto;
	padding-left: 15px;
	padding-right: 15px
}

@media only screen and (max-width:767.98px) {
	.yields__items {
		flex-wrap: wrap;
		max-width: 500px
	}
}

.yields__item {
	width: 30%
}

.yields__item__title {
	min-height: 170px;
}

.yields__item__row {
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	width: 100%;
	border-bottom: 1px solid #b2b2b2;
	text-align: center
}

@media only screen and (max-width:991.98px) {
	.yields__item__row {
		font-size: 15px;
	}
}

@media only screen and (max-width:767.98px) {
	.yields__item__row {
		font-size: 14px;
		justify-content: space-between;
		padding-left: 15px;
		padding-right: 15px;
		text-align: left
	}
}

@media only screen and (max-width:575.98px) {
	.yields__item__row {
		font-size: 13px
	}
}

.yields__item__row.no-border {
	border-bottom: none
}

.yields__item__row.highlighted {
	color: #ffbd3a;
	font-weight: 700
}

@media only screen and (max-width:767.98px) {
	.yields__item__row.highlighted {
		font-weight: 400
	}
}

.yields__item__row.inactive {
	position: relative
}

.yields__item__row.inactive::after {
	content: "X";
	width: 18px;
	height: 18px;
	background-color: #b2b2b2;
	text-align: center;
	padding-top: 3px;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	font-weight: 700;
	border-radius: 50%
}

.yields__item__row.active {
	position: relative
}

.yields__item__row.active::after {
	content: "";
	width: 18px;
	height: 18px;
	background-color: #ffbd3a;
	text-align: center;
	padding-top: 3px;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	font-weight: 700;
	border-radius: 50%
}

.yields__item__row.active::before {
	content: "";
	display: inline-block;
	transform: rotate(45deg);
	height: 10px;
	width: 5px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	position: relative;
	top: -1px;
	left: 11px
}

@media only screen and (max-width:767.98px) {
	.yields__item__row.active::before {
		position: absolute;
		left: auto;
		top: 18px;
		right: 21px
	}
}

.yields__item__name {
    color: #7a7a7a;
	width: 100%;
	font-size: 21px;
	font-weight: 500;
	text-align: center;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center
}

@media only screen and (max-width:991.98px) {
	.yields__item__name {
		font-size: 18px;
		line-height: 1.2
	}
}

@media only screen and (max-width:767.98px) {
	.yields__item__name {
		font-size: 22px
	}
}

.yields__item__price {
	font-size: 35px;
	color: #1237a1;
	font-weight: 500;
	width: 100%;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center
}

.yields__item__price sub {
	font-size: 15px;
	bottom: -.4em
}

.yields__item__price span {
	font-size: 15px;
	display: block;
	width: 100%;
	line-height: .2
}

@media only screen and (max-width:991.98px) {
	.yields__item__price {
		font-size: 25px;
	}
	.yields__item__price span,
	.yields__item__price sub {
		font-size: 13px;
	}
}

@media only screen and (max-width:767.98px) {
	.yields__item__price {
		font-size: 25px
	}
}

.yields__item__mobile {
	font-weight: 300;
	color: #7a7a7a;
	display: none
}

@media only screen and (max-width:767.98px) {
	.yields__item__mobile {
		display: block
	}
}

.yields__item--first {
	width: 500px
}

.yields__item--first .yields__item__row {
	padding-left: 15px;
	text-align: left;
	justify-content: flex-start
}

@media only screen and (max-width:991.98px) {
	.yields__item--first {
		width: 300px
	}
}

@media only screen and (max-width:767.98px) {
	.yields__item--first {
		display: none
	}
}

.yields__item--package {
	text-align: center;
	padding-bottom: 40px
}

.yields__item--package .button {
	margin-top: 75px;
}

@media only screen and (max-width:767.98px) {
	.yields__item--package .button {
		margin-top: 40px;
	}
}

.yields__item.most-popular {
	position: relative
}

.yields__item.most-popular::before {
	content: "MOST POPULAR";
	position: absolute;
	width: 100%;
	max-width: 180px;
	height: 40px;
	top: -40px;
	left: calc((100% - 180px)/ 2);
	border-radius: 8px 8px 0 0;
	background-image: linear-gradient(90deg, #ffb630 0, #ffc94a 100%);
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center
}

@media only screen and (max-width:767.98px) {
	.yields__item.most-popular::before {
		max-width: 100%;
		left: 0
	}
}

.yields__item.most-popular::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	max-width: 180px;
	height: calc(100% - 200px);
	top: 0;
	left: calc((100% - 180px)/ 2);
	background-color: #ffbd3a;
	opacity: .1
}

@media only screen and (max-width:767.98px) {
	.yields__item.most-popular::after {
		max-width: 100%;
		left: 0;
		height: calc(100% - 150px);
		z-index: -1
	}
}

@media only screen and (max-width:767.98px) {
	.yields__item {
		width: 100%
	}
}

.yields--referrals .gold-bg,
.yields--referrals .white-bg {
	position: relative
}

.yields--referrals .gold-bg *,
.yields--referrals .white-bg * {
	position: relative;
	z-index: 2
}

.yields--referrals .gold-bg::after,
.yields--referrals .white-bg::after {
	content: "";
	display: block;
	position: absolute;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0 0 15px 10px rgba(0, 0, 0, .1);
	width: 100%;
	max-width: 80%;
	left: 0;
	right: 0;
	margin: auto;
	height: 100%;
	top: 0;
	z-index: 1
}

@media only screen and (max-width:767.98px) {
	.yields--referrals .gold-bg::after,
	.yields--referrals .white-bg::after {
		max-width: 100%
	}
}

.yields--referrals .gold-bg::after {
	background-color: #fffaed
}

.yields--referrals .yields__item__row-additional {
	font-size: 14px;
	max-width: 200px;
	margin: 25px auto 0
}

.affiliate-card {
    width: 90%;
    margin: 0px auto;
}
.affiliate-card .title {
    font-size: 21px;
    font-weight: 400;
}
.affiliate-card .price {
    text-align: center;
}
.affiliate-card .price p {
    display: inline-block;
    font-size: 42px;
    margin-bottom: 0;
    vertical-align: middle;
}
.affiliate-card .price img {
    display: inline-block;
    width: 62px;
    padding-right: 15px;
}
.affiliate-card .subtitle {
    margin-bottom: 0;
    text-align: center;
}

#affiliate .description,
#membership .description,
#membership .features {
    font-weight: 300;
}
#affiliate .description label {
    color: #7a7a7a;
    display: block;
}

#membership .description {
    margin: 15px 0 0 0;
}
#membership .features {
    list-style: none;
    margin: 0;
    padding: 0 0 0 20px;
}
#membership .features li::before {
    content: '\2022';
    color: #1873d3;
    font-weight: bold;
    font-size: 22px;
    display: inline-block;
    margin-left: -1em;
    width: 1em;
}
#membership input[type="range"] {
    outline: 0;
    border: 0;
    border-radius: 3px;
    width: 100%;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #membership input[type="range"] {
        overflow: hidden;
        height: 30px;
        -webkit-appearance: none;
        background: rgb(107,186,250);
        background: linear-gradient(100deg, rgba(107,186,250,1) 0%, rgba(223,241,254,1) 100%);
    }
    #membership input[type="range"]::-webkit-slider-runnable-track {
        height: 40px;
        -webkit-appearance: none;
        color: #444;
        transition: box-shadow 0.2s ease-in-out;
    }
    #membership input[type="range"]::-webkit-slider-thumb {
        width: 26px;
        -webkit-appearance: none;
        height: 26px;
        background-image: url('/static/assets/icons/dot.png');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        box-shadow: calc(-100vw - 13px) 0 0 calc(100vw - 13px) #1873d3;
        cursor: ew-resize;
        position: relative;
        top: 7px;
    }

}
#membership input[type="range"]::-moz-range-progress {
    background-color: #43e5f7;
}
#membership input[type="range"]::-moz-range-track {
    background-color: #9a905d;
}
#membership input[type="range"]::-ms-fill-lower {
    background-color: #43e5f7;
}
#membership input[type="range"]::-ms-fill-upper {
    background-color: #9a905d;
}

#upgrade {
    min-height: 813px;
}

.signatureSuccess {
    margin: 0 auto;
    display: block;
    max-width: 200px;
}

.eWalletLink,
.eWalletLink:hover,
.eWalletLink:active,
.eWalletLink:visited {
	color: #1873d3;
	font-size: .9rem;
    text-decoration: none;
    margin-left: 25px;
    margin-bottom: 5px;
}

#membership .agreement,
#orderCashableAssetsForm .form-check label {
    font-weight: 300;
    margin-bottom: 20px;
}

#orderCashableAssetsForm .form-check label {
    font-size: .9rem;
    margin-bottom: 5px;
    color: #7a7a7a;
}

#membership .agreementError,
#affiliate .termsUpgradeError,
#affiliate .cashetsSPAError {
    margin-top: -10px;
    font-size: .9rem;
}

.d-hidden {
    visibility: hidden!important;
    display: none!important;
}

.align-items-stretch .second-card {
    height: 100%;
}

.btnUseCamera img,
.btnFileImage img {
    height: 32px;
    width: auto;
}

.icon-steps {
    position: relative;
}

.icon-steps .fa-check {
    position: absolute;
    top: 0;
    right: -21px;
    font-size: 18px!important;
}

.icon-steps .fa-exclamation {
    position: absolute;
    top: 0;
    right: -10px;
    font-size: 18px!important;
}

.order-totals-card,
.order-info-card {
    box-shadow: rgb(100 100 111 / 20%) 0px 2px 7px 0px;
    height: 100%;
}

.order-totals-card {
    background-color: #e0effd;
    color: #3274d1;
}

.text-blue-light {
    color: #1873d3;
}

.text-blue-dark {
    color: #00007a;
}

.i-card,
.i-card-blue {
    text-transform: uppercase;
    height: 100%;
    box-shadow: rgb(100 100 111 / 20%) 0px 2px 7px 0px;
}

.i-card-blue {
    background-color: #dff1fd;
}

.i-card .card-header,
.i-card-blue .card-header {
    background-color: initial;
    border-bottom: none;
    padding-bottom: 0;
    color: #7a7a7a;
    text-transform: uppercase;
}

.i-card .fs-15,
.i-card-blue .fs-15 {
    font-size: 1.5rem;
}

.card.ca-purchase-card {
    box-shadow: rgb(100 100 111 / 20%) 0px 2px 7px 0px;
}

.card.ca-purchase-card.info-card  .card-body {
    padding: 0;
}

.card.ca-purchase-card.ca-card-blue {
    background-color: #dff1fd;
}

.ca-purchase-card .card-body {
    padding: 1rem 1.25rem .5rem;
}

.ca-purchase-card p {
    margin-bottom: .2rem;
}
.ca-purchase-card .ca {
    text-align: center;
    color: #1873d3;
    font-size: .75rem;
}

.ca-purchase-card .amount {
    text-align: center;
    color: #1873d3;
    font-weight: 700;
    font-size: 1.1rem;
}

.ca-purchase-card .subtotal {
    font-size: .7rem;
    color: #7a7a7a;
}

.ca-purchase-card .subtotal span {
    font-size: .8rem;
}

.cc-product:checked ~ .ca-purchase-card {
    background-color: #dff1fd;
}


.active_ca, .active_ca_value,
.inactive_ca, .inactive_ca_value, .active_contracts, .ca-no {
    font-family: 'Courier New';
    font-size: 1.5rem!important;
    height: 36px!important;
    line-height: 36px!important;
}

.active_ca_min, .inactive_ca_min {
    font-family: 'Courier New';
    height: 21.1094px!important;
    line-height: 21.1094px!important;
}

.available_cashets_to_sell {
    font-family: inherit;
    font-size: 1rem!important;
    /* height: 30px!important;
    line-height: 30px!important; */
}

#pm_sellgrams_history_table_table tbody tr {
    border-bottom: 2px solid #E3E3E3 !important;
}
.yld-l1-l2-box {
    background-color: #F7F7F7;
    /* padding: 10px; */
    border-radius: 8px;
    /* margin: 0 1rem 0 1rem; */
}

@media (max-width: 767px){
    .ca-no{
        font-size: 4vw !important;
    }
}
.upload-event-image[type="file"]::file-selector-button{
    background-color: rgb(0, 0, 122);
    color: #FFF;
    border-radius: 0.25rem;
}

.cashets-chart-container {
    position: relative;
    margin: auto;
    height: 340px;
    width: 100%;
}

.chart-standard-info .tooltip .tooltip-inner,
.chart-upgrade-info .tooltip .tooltip-inner {
    text-align: left;
    width: 500px;
    max-width: 500px;
} 

.standard-info .tooltip .tooltip-inner,
.aff-prod-price .tooltip .tooltip-inner,
.nig-acc-info .tooltip .tooltip-inner,
.premium-sub-info .tooltip .tooltip-inner,
.aff-pro-info .tooltip .tooltip-inner,
.inactive-status-info .tooltip .tooltip-inner{
    max-width: 500px;
    width: 500px;
}

@media (max-width: 767px) {
    .history-table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
    }
    
    .history-table td {
        text-align: left;
        padding: 12px !important;
        white-space: nowrap;
    }

    .ca-yield-details {
        margin-top: 20px;
    }

    .ca-order-val {
        margin-top: 20px;
    }

    .nav-logout {
        display: flex;
        justify-content: end;
        width: 100%;
    }

    .funds-history-account {
        display: block;
        flex-direction: column !important;
        gap: 20px;
    }
    .funds-history-account .col { margin-bottom: 10px;}

    .dyt-main {
        width: auto !important
    }
    .dyt-main .nav-card-main { padding-top: 3rem }
}

.switch-member-autopship {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 28px;
  }

  .profile-purchase-main {
      padding-left: 3rem;
      padding-right: 3rem;
  }
  @media (max-width: 767px) {
    .profile-purchase-main {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
  }
  
  .switch-member-autopship .checkbox-slider { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .member-autopship-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .member-autopship-slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .checkbox-slider:checked + .member-autopship-slider {
    background-color: #2196F3;
  }
  
  .checkbox-slider:focus + .member-autopship-slider {
    box-shadow: 0 0 1px #2196F3;
  }

  .member-autopship-slider.round {
    border-radius: 34px;
  }

  .checkbox-slider:checked + .member-autopship-slider:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
    }
  
  .member-autopship-slider.round:before {
    border-radius: 50%;
  }

  .premium-plan-heading {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
  }
.ca-balance-table td {
    text-align: left !important;
}

.admin-cancel-order-btn:after {
    content: none !important;
}

#storh_adhi:hover span {
    display: none
}
#storh_adhi:hover:before{
    content: "ADHI";
}

.wallet-address {
    margin-top: 20px;
    /* padding: 18px !important; */
    border-radius: 8px;
    background-color: #dff1fd;
    border-color: blue;
    box-shadow: rgb(100 100 111 / 20%) 0px 2px 7px 0px;
    border: 0.5px solid blue;
    font-size: 0.9rem;
    font-weight: 400;
    color: #00017a;
    overflow-wrap: break-word;
    text-transform: none;
    /* box-shadow: 0 0 10px 0 rgba(24, 115, 211, 0.8); */
}

.cashets-blockchain-wallet {
    color: #00007a;
    /* color:blue; */
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 40%; */
    padding: 0 10px 0 10px;
    /* border-bottom: 1px solid #b2b2b2; */
    text-align: center;
}

.cashets-blockchain-wallet::after {
    content: "";
    width: 18px;
    height: 18px;
    background-color: #28a745;
    text-align: center;
    padding-top: 3px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
}

.cashets-blockchain-wallet::before {
    content: "";
    display: inline-block;
    transform: rotate(45deg);
    height: 10px;
    width: 5px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    position: relative;
    top: -1px;
    left: 11px;
}

.cashets-blockchain-in {
    font-weight: 300;
    color: #7a7a7a;
    display: none;
}

.maturity-reached {
    background-color: #45eea28b;
    border: 2px solid red;
    border-collapse: separate !important;
    overflow:hidden ; 
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    }

.contract-finished {
    max-width: 15px;
}

.maturity-reached-tick {
    color: #00007a;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px 0 9px;
    text-align: center;
}

.maturity-reached-tick::after {
    content: "";
    width: 18px;
    height: 18px;
    background-color: #28a745;
    text-align: center;
    padding-top: 3px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
}

.maturity-reached-tick::before {
    content: "";
    display: inline-block;
    transform: rotate(45deg);
    height: 10px;
    width: 5px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    position: relative;
    top: -1px;
    left: 11px;
}

.detail-label {
    font-size: 0.9rem;
    font-weight: 500;
    color: #4A595E;
}

.details-box-batch {
    width: 90%;
}
@media only screen and (max-width:767.98px) {
    .trx-id-link {
        width: 80%;
    }
    .details-box-batch {
        width: 100%;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .wallet-address {
        font-size: 0.65rem;
    }
}

.back-arrow-cashets {
    height: 10px;
    width: 10px;
    margin-top: 10px;
    margin-right: 10px;
    border-style: solid;
    border-color: rgb(143, 150, 161);
    border-image: initial;
    border-width: 0px 1px 1px 0px;
    transform: rotateZ(135deg);
}

.pagination .page-total {
    font-size: 0.85rem;
    color: #91A0AB;
    background-color: #ffffff;
    padding: 5px 10px 8px;
}

.pagination .next-last {
    color: #C7CBCE;
    margin-left: 5px;
    padding: 2px 8px 4px;
    width: 30px;
    height: 30px;
    text-decoration: none;
}
.pagination .prev-last {
    color: #C7CBCE;
    margin-right: 5px;
    padding: 2px 8px 4px;
    width: 30px;
    height: 30px;
    text-decoration: none;
}

.pagination .last.disabled {
    opacity: 0.65;
}