.resultgo {
    margin:40px auto;
}
.resulttrue {
    text-align: center;
    color: #22c064;
}
.resultfalse {
    text-align: center;
    color: #ff0000;
}
.invalid-feedback {
    color: #ff0000;
    font-size:10px;
}
.req {
    color: #ff0000;
}
.lds-spinner {
    color: official;
    width: 80px;
    height: 80px;
    z-index: 100;
    position: absolute;
    text-align: center;
    margin-top: 50%;
    margin-left: 41%;
    display: none;
}
.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 20px;
    left: 37px;
    width: 4px;
    height: 10px;
    border-radius: 20%;
    background: grey;
}
.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}
@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
#mask{
    height: 88%;
    position: absolute;
    z-index: 2;
    width: 100%;
    background-color: white;
    opacity: 0.5;
    display: none
}
.showcase__items {
    position: relative;
}
.toplink.toplink_exit {
    background: url(../images/logdout_ex.svg) no-repeat;
    margin-left: 20px;
    width: 32px;
    height: 32px;
    display: inline-block;
}
.lk ul.lk__nav .active a:before {
    content: "—";
    position: relative;
    left: -20px;
}
.lk ul.lk__nav .active {

    margin-left: 20px;
}

.lk-table2 table.table {
    width: 100%;
    line-height: 35px;
    font-size: 15px;
}
.lk-table2 .table {
    margin-bottom: 1rem;
    color: #212529;
}

.lk-table2 table.table {
    border-collapse: collapse;
}
.lk-table2 .table th, .lk-table2 .table tr td {
    border: 1px solid #E0E0E0;
    padding: 5px 10px;
}

.lk-table2 .table td, .lk-table2 .table th {
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.lk-table2 .table th {
    text-align: inherit;
}
.lk-table2 .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}
h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 60px;
    color: #333333;
}
.promouserdiv .promouserdiv_ins {
    font-weight: 400;
    font-size: 17px !important;
    line-height: 30px;
    color: #4F4F4F;
    margin-top:20px;
}
.promouserdiv .promouserdiv_ins h3 {
    font-weight: 700;
    font-size: 32px;
    padding-bottom: 10px;
    color: #333;
}
.promouserdiv .promouserdiv_ins p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.promouserdiv .promouserdiv_ins textarea {
    font-size: 17px;
    overflow: auto;
    resize: vertical;
    font-family: inherit;
    line-height: inherit;
    padding: 2px;
}
.main-bg-element-2 {
    background-image: url(../images/Elements2.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 610px;
    position: absolute;
    right: 10px;
    margin-top: 100px;
    z-index: -1;
}
.pb-3, .py-3 {
    padding-bottom: 1rem!important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6!important;
}
.text-muted {
     color: #6c757d!important;
}
.media-body {
    margin: 20px 0px;
}
.lk__content li {
    display: list-item;
    text-align: -webkit-match-parent;
}
.lk__content ul {
    list-style-type: disc;
    margin-left:25px;
    margin-top: 15px;
}
.d-none {
    display:none;
}
.showcase-ex .showcase__sell--content p span {
    margin-top:5px;
    margin-bottom:0px;
}
.showcase-ex .js_error {
    font-size: 12px;
    text-align: right;
    color: #e46066;
    margin: 5px;
    position: absolute;
    width: 100%;
}
.showcase__sell--price {
    position: relative;
}
.showcase__select  {
    font-size:16px;
}
.showcase.mb {
    margin-bottom: 55px;
}
.showcase__shuffle {
    cursor:pointer;
}
select.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding-bottom: 15px;
    line-height: 1.5;
    color: #828282;
    background-color: #fff;
    background-clip: padding-box;
    font-family: inherit;
    /*border: 1px solid #ced4da;
    border-radius: 0.25rem;*/
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-size: 18px;
    border-bottom: 2px solid #56ccf2;
    border-top: 0px solid #ffffff;
    border-right: 0px solid #ffffff;
    border-left: 0px solid #ffffff;
}
.showcase__content {
    min-height: 350px;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.verification__confirmation-title, .verification__confirmation-text {
    margin-bottom: 15px;
}
.header-bottom__nav .current-menu-item a {
    font-weight: 700;
    text-decoration: underline;
}
.change.notification {
    margin-top: 25px;
}
.change.notification .change__banner {
    padding: 25px;
}

.change__content.notification p {
    margin-bottom: 5px;
}
.field-exchangeform-recaptcha
{
    display: none;
}