@import url("css.css");

body {
    background-color: rgb(24, 9, 57);
    font-family: Montserrat, sans-serif;
}

body.login, section.login, html {
    min-height: 100vh;
    height: 100%;
}

*:focus {
    outline:none !important;
    box-shadow: none !important;
}

textarea:focus, input:focus, button:focus {
    outline: none;
    box-shadow: none;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none;
    box-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

input:invalid, input:required:invalid {
    border: 0 !important;
    outline: none !important;
    color: rgba(255, 0, 0, 0.4) !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #495057;
    transition: background-color 5000s ease-in-out 0s;
}

:invalid {
    box-shadow: none;
}

.table {
    color: rgb(255, 255, 255);
}

.text-select {
    user-select: all;
    -moz-user-select: all;
    -webkit-user-select: all;
}

.exchange-wrapper {
    background-image: url("exchange-bg.png");
    -webkit-background-size: cover;
    background-size: cover;
}

.home-wrapper {
    background-image: url("details-bg.png");
    -webkit-background-size: cover;
    background-size: cover;
}

.faq-wrapper {
    background:
        linear-gradient(
            rgba(0,0,0,0.5),
            rgba(0,0,0,0.5)
        ),
        url("") ;
    -webkit-background-size: cover;
    background-size: cover;
}

.affiliate-wrapper {
    background-image: url("");
    -webkit-background-size: cover;
    background-size: cover;
}

.affiliate-wrapper .percentage .number {
    font-size: 170px;
    color: rgba(255,255,0,1);
    font-weight: 600;
    display: block;
    line-height: 150px;
}

.affiliate-wrapper .percentage small {
    color: #ffffff;
    text-align: center;
}

.affiliate-wrapper .percentage h1 {
    margin-bottom: 0;
}

.affiliate-wrapper .earnings h1 {
    font-size: 32px;
}

.affiliate-wrapper .earnings {
    margin-bottom: 40px;
}

.affiliate-wrapper table {
    text-align: center;
}

.login-wrapper {
    background-image: url("");
    -webkit-background-size: cover;
    background-size: cover;
}

.login-wrapper:after {
    content: "";
    background: rgba(20, 8, 47, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 42%;
    bottom: 0;
    z-index: 1;
}

.login-wrapper> * {
    z-index: 10;
}

.login-wrapper p {
    color: #ffffff;
    text-align: center;
}

.register-wrapper {
    background-image: url("");
    -webkit-background-size: cover;
    background-size: cover;
}

.dashboard-wrapper {
    background-image: url("");
    -webkit-background-size: cover;
    background-size: cover;
}

.btn {
    outline: none;
    border: none !important;
}

.btn-link {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
    font-family: Montserrat, sans-serif;
}

.btn-link:hover {
    color: rgba(255, 255, 0, 0.8);
}

.btn-small {
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    padding: 2px !important;
    font-family: Montserrat, sans-serif;
    margin: 0 3px !important;
}

.table td, .table th {
    border-top: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
    text-decoration: none !important;
    font-weight: inherit !important;
    color: rgb(255, 255, 0) !important;
}

.fullPage {
    height: 100vh;
}

/* header */

.dropdown-menu {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    background-image: linear-gradient(120deg, rgb(64, 167, 167) 0%, rgb(54, 66, 136) 100%);
}

header .dropdown-menu {
    padding: 1rem;
}

.dropdown-item {
    font-size: 16px;
    color: rgb(255, 255, 255) !important;
    padding: 15px;
}

.dropdown-item:hover, .dropdown-item:focus {
    background-color: #007bff;
    text-decoration: underline;
    font-weight: 700;
    color: #fff;
}

.navbar .container {
    background-color: transparent;
    padding: 20px 0 0 0;
}

.navbar .container  .dropdown {
    margin-left: 20px;
}

.navbar .container .dropdown-menu {
    min-width: inherit;
}

.navbar .container .dropdown .nav-link {
    color: #1affd7;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
    font-family: Montserrat, sans-serif;
}

.navbar .container  .nav-link {
    color: #1affd7;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
}

.navbar .container button.logout {
    font-size: 15px;
    background: none;
    border: none;
}

.navbar .container  .nav-link:hover, .navbar .container .nav-link:focus {
    text-decoration: none;
    color: rgb(255, 255, 0);
}

.navbar .container .navbar-toggler {
    border: 1px solid rgba(26, 255, 215, 0.5)
}

a.nav-link:hover, header button.logout:hover {
    color: #ffff00;
}

.container .navbar-toggler-icon {
    background-image: url("510cc3618a74724d48c031beacb5c994a0e6d9e3.svg");
}

.btn-primary {
    box-shadow: 0 16px 30px rgba(19, 7, 44, 0.15);
    border-radius: 8px;
    background-image: linear-gradient(252deg, rgb(26, 255, 215) 0%, rgb(87, 73, 255) 100%);
    padding: 18px 30px;
    line-height: 19px;
}

.btn-primary:hover {
    box-shadow: 0 16px 30px rgba(19, 7, 44, 0.15);
    background-image: linear-gradient(252deg, rgb(87, 73, 255) 0%, rgb(26, 255, 215) 100%);
}

.nav-link.onion {
    background: none;
    border: 0;
    outline: none;
}

.nav-link.onion img {
    max-height: 24px;
}


/* main page home section */

main.home {
    position: relative;
}

main.home h1 {
    color: rgb(255, 255, 255);
    font-size: 48px;
    font-weight: 700;
}

main.home h2 {
    color: rgba(27,252,216,0.3);
    font-size: 76px;
    font-weight: 700;
}

.exchanger {
    padding: 60px 40px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
    border-radius: 8px 8px 0 0;
    background-image: url("exchanger-bg.png"), linear-gradient(133deg, rgb(64, 167, 167) 0%, rgb(54, 66, 136) 100%);
    background-position: right center, center center;
    background-repeat: no-repeat;
    position: relative;
}

.exchanger label {
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
    font-weight: 400;
}

.exchanger .form-control {
    background: none;
    border: none;
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 700;
    padding: 0;
}

.exchanger .form-control::placeholder {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 700;
}

.exchanger .form-control:focus {
    box-shadow: none;
}

.exchanger #destinationCoin, main.sub .exchanger-first #destinationCoin {
    cursor: default;
}

.exchanger .btn-coin, .exchange .selectNoJs {
    color: #1affd7;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.exchanger #from_currency {
    background-color: transparent;
}

.exchanger .rate {
    position: relative;
    line-height: 40px;
    min-height: 40px;
}

.exchanger .rate button {
    position: absolute;
    right: -40px;
    top: 0;
    cursor: pointer;
    background: none;
    outline: none;
    border: 0;
}

.exchanger .rate button img {
    max-height: 32px;
}

.exchanger .estimate {
    position: relative;
    display: block;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0;
    line-height: 1.5;
}

.exchanger p {
    color: #1affd7;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
}

.exchanger .dropdown-menu {
    min-width: inherit;
}

.exchanger .feeSelect {
    position: absolute;
    display: flex;
    width: 100%;
}

.exchanger .fee-select {
    text-align: right;
    font-size: 12px;
    color: #ffffff;
    border: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 95% 42%;
    padding: 0;
}

.exchanger .feeSelect:after {
    display: inline-block;
    content: "";
    border-top: 0.3em solid white;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    margin-right: 12px;
}

.exchange-button {
    border-radius: 0 0 8px 8px;
    padding: 28px 40px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 700;
    outline: none;
    border: none !important;
    width: 100%;
    text-align: left;
    -webkit-backdrop-filter: blur(24.8px);
    backdrop-filter: blur(24.8px);
    background-image: linear-gradient(263deg, rgb(26, 255, 215), rgb(87, 73, 255));
}

.exchange-button img {
    float: right;
}

/* home page exchanger */

main.sub .col-heights {
    height: 466px;
}

main.sub.step1 .exchanger-first {
    padding: 40px 40px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
    border-radius: 8px 0 0 8px;
    background-image: url(""), linear-gradient(123deg, rgb(64, 167, 167) 0%, rgb(54, 66, 136) 100%);
    background-position: right 168px, center center;
    background-repeat: no-repeat;
}

main.sub .exchanger-first {
    padding: 40px 40px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
    border-radius: 8px 0 0 8px;
    background-image: linear-gradient(123deg, rgb(64, 167, 167) 0%, rgb(54, 66, 136) 100%);
    background-position: center center;
    background-repeat: no-repeat;
}

main.sub .exchanger-details {
    padding: 40px 40px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
    border-radius: 0 8px 8px 0;
    background-color: rgba(28, 10, 67, 0.9);
}

main.sub .exchanger-first h1 {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
}

main.sub .exchanger-first label {
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
    font-weight: 400;
}

main.sub .exchanger-first .btn-coin {
    color: #1affd7;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

main.sub .exchanger-first .rate {
    padding: 20px 0;
    position: relative;
}

main.sub .exchanger-first .rate a {
    position: absolute;
    right: 20px;
    top: 17px;
    transition: transform .8s ease-in-out;
    cursor: pointer;
}

main.sub .exchanger-first .rate img {
    transition: transform .4s ease-in-out;
}

main.sub .exchanger-first .rate img:hover {
    transform: rotate(180deg);
}

main.sub.step1 .exchanger-first p {
    color: #1affd7;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
}

main.sub .exchanger-first .dropdown-menu {
    min-width: inherit;
}

main.sub .exchanger-first .form-check {
    margin-top: 50px;
}

main.sub .exchanger-first .form-check label {
    margin: 0;
}

main.sub .exchanger-details h1 {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 28px;
}

main.sub .exchanger-details .summary-text, main.sub .exchanger-details .summary-values {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 500;
}

main.sub .exchanger-details .summary-values {
    text-align: right;
}

main.sub .d-flex.justify-content-between {
    padding: 16.5px 0;
    border-bottom: 1px solid rgba(87, 73, 255, 0.25);
}

main.sub .d-flex.justify-content-between:last-of-type {
    border: 0 none;
}

main.sub .summary-values img {
    max-height: 10px;
    line-height: 10px;
}

main.sub.step2 .exchanger-first .form-control, main.sub.step2 .exchanger-first .form-control::placeholder {
    border-bottom: 2px solid rgba(255, 255, 255, 0.15);
    border-radius: 0;
    font-weight: 500 !important;
}

main.sub.step3 .exchanger-first p {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
}

main.sub.step4 .exchanger-first h5 {
    color: rgb(26, 255, 215);
    font-size: 18px;
    font-weight: 500;
}

main.sub.step4 .exchanger-first h6 {
    color: rgb(26, 255, 215);
    font-size: 8px;
    font-weight: 500;
    text-transform: uppercase;
}

main.sub.step4 .exchanger-first span {
    color: rgb(255, 255, 255);
    font-size: 24px;
    font-weight: 600;
    display: block;
}

main.sub.step4 .exchanger-first p, main.sub.step5 .exchanger-first p, main.sub.step6 .exchanger-first p {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
}

main.sub .payment-details input {
    display: none;
}

main.sub .payment-details input ~ .tab {
    display: none
}

#transparent:checked ~ .tab.transparent,
#sapling:checked ~ .tab.sapling,
#unified:checked ~ .tab.unified {
    display: block;
}

main.sub .payment-details p {
    font-size: 12px !important;
}

main.sub .payment-details .btn.transparent {
    border: 1px solid rgba(255, 255, 255, 0.8) !important;
}

main.sub .payment-details .btn.sapling {
    border: 1px solid rgba(48, 18, 104, 0.6) !important;
}

main.sub .payment-details .btn.unified {
    border: 1px solid rgba(24, 9, 57, 0.8) !important;
}

main.sub.step6 .exchanger-first p a {
    width: 100%;
    color: rgb(26, 255, 215);
    transition: 300ms;
    text-decoration: underline;
}

main.sub.step6 .exchanger-first p a:hover {
    color: rgba(26, 255, 215, 0.8);
    text-decoration: none;
}

/* text subpage */

main.subpage h1 {
    color: rgb(255, 255, 255);
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 80px;
}

main.subpage .card {
    background: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 10px 0;
}

main.subpage .card-header {
    background: none;
    border: 0 none;
    padding: 0;
    position: relative;
}

main.subpage .card-header h2 a {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 600;
    line-height: 64px;
    text-align: left;
}

main.subpage .card-header h2 a:hover {
    color: rgb(255, 255, 255);
}

main.subpage .card-body {
    color: rgb(26, 255, 215);
    font-size: 18px;
    line-height: 36px;
    font-weight: 500;
    padding: 15px 0;
}

main.subpage .accordion .card-header:after {
    content: " ";
    background-image: url("");
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 16px;
    width: 32px;
    height: 32px;
}

main.subpage .accordion .card-header.collapsed:after {
    background-image: url("");
}

main.subpage .advantages {
    background-color: rgba(87, 73, 255, 0.15);
    padding: 60px 0;
}

main.subpage .advantages img {
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    max-height: 60px;
}

main.subpage .advantages h2 {
    color: rgb(255, 255, 255);
    font-size: 24px;
    font-weight: 500;
    line-height: 60px;
    text-align: center;
}

main.subpage .advantages p {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
}

main.subpage.how a {
    color: rgb(255,255,0);
}

main.subpage.how code, main.subpage.how pre {
    background-color: #0d051f;
    padding: 5px;
    color: #ffffff;
}

main.subpage.how h1 {
    margin-bottom: 12px;
    font-size: 24px;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
}

main.subpage.how p {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 12px;
}

main.subpage.how.desc p {
    font-size: 18px;
    line-height: 32px;
}

main.subpage.how .how-column h3 {
    color: rgb(255, 255, 255);
    font-size: 24px;
    font-weight: 500;
    line-height: 60px;
}

main.subpage.how .how-column p {
    color: rgb(255, 255, 255);
    font-weight: 400;
    line-height: 26px;
    font-size: 16px;
}

main.subpage.how article h4, main.subpage.how article li, .summaryTos h4, .subpage.how strong {
    color: #ffffff;
}

main.subpage.how .how-column img {
    max-height: 60px;
}

main.subpage.how .how-column {
    position: relative;
}

main.subpage.how .how-column:nth-child(1)::before {
    content: '01';
    color: rgba(26, 255, 215, 0.1);
    font-size: 160px;
    font-weight: 900;
    position: absolute;
    right: 0;
}

main.subpage.how .how-column:nth-child(2)::before {
    content: '02';
    color: rgba(26, 255, 215, 0.1);
    font-size: 160px;
    font-weight: 900;
    position: absolute;
    right: 0;
}

main.subpage.how .how-column:nth-child(3)::before {
    content: '03';
    color: rgba(26, 255, 215, 0.1);
    font-size: 160px;
    font-weight: 900;
    position: absolute;
    right: 0;
}

main.subpage.how .how-column:nth-child(4)::before {
    content: '04';
    color: rgba(26, 255, 215, 0.1);
    font-size: 160px;
    font-weight: 900;
    position: absolute;
    right: 0;
}

main.subpage .how-do-we-work {
    background-color: rgba(87, 73, 255, 0.15);
    padding: 60px 0;
}

main.subpage .how-do-we-work .container p {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
}

main.subpage .how-do-we-work h1 {
    color: rgb(255, 255, 255);
    font-size: 36px;
    font-weight: 500;
    line-height: 64px;
}

main.subpage .how-do-we-work .steps > div {
    text-align: center;
}

main.subpage .how-do-we-work .steps > div h3 {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    margin: 40px auto;
    width: 90%;
}

main.subpage .how-do-we-work .steps > div p {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
}

main.subpage .how-exchange-works {
    background-image: linear-gradient(180deg, rgba(20, 8, 47, 0.5) 0%, rgba(87, 73, 255, 0.05) 100%);
    padding: 60px 0;
}

main.subpage .how-exchange-works .container h1 {
    color: rgb(255, 255, 255);
    font-size: 36px;
    font-weight: 500;
    line-height: 64px;
}

main.subpage .how-exchange-works .container p {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 0;
}

main.subpage .how-exchange-works .invitation {
    margin-top: 30px;
}

main.subpage .how-exchange-works .invitation img {
    float: left;
    margin-right: 30px;
    max-height: 90px;
}

main.subpage .how-exchange-works li {
    color: #ffffff;
    padding: 5px 0;
}

main.subpage.affiliate .title:nth-child(2) > h2:nth-child(1) {
    margin-bottom: 60px;
}

main.subpage.affiliate .title h1 {
    color: rgb(255, 255, 255);
    font-size: 60px;
    font-weight: 600;
}

main.subpage.affiliate .title h1 span {
    color: rgb(27, 252, 216);
    font-size: 86px;
    font-weight: 700;
}

main.subpage.affiliate .title h2 {
    color: rgb(26, 255, 215);
    font-size: 32px;
    font-weight: 600;
    line-height: 60px;
}

main.subpage.affiliate .title p {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
}

main.subpage.affiliate .title h3 {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    margin-top: 30px;
}

main.subpage.affiliate .subtitle {
    margin-bottom: 60px;
}

main.subpage.affiliate .subtitle p {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

main.subpage .tutorial {
    background-color: rgb(20, 8, 47);
    padding-top: 40px;
    padding-bottom: 40px;
}

main.subpage .tutorial h1 {
    color: rgb(255, 255, 255);
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 40px;
}

main.subpage .step {
    box-shadow: 0 16px 30px rgba(19, 7, 44, 0.15);
    background-image: linear-gradient(252deg, rgb(26, 255, 215) 0%, rgb(87, 73, 255) 100%);
    min-width: 120px;
    height: 120px;
    border-radius: 50%;
    text-align: center;
    font-size: 80px;
    color: #ffffff;
    font-weight: 700;
}

main.subpage .tutorial h4 {
    color: rgb(255, 255, 255);
    font-size: 32px;
    font-weight: 600;
}

main.subpage .tutorial ul li, .summaryTos li, .summaryTos ol li {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 500;
}

main.subpage .tutorial .support img {
    float: left;
    margin-right: 30px;
    max-height: 90px;
}

/* login */

main.subpage.login {
    margin-top: 0;
}

main.subpage.login h1 {
    color: rgb(255, 255, 255);
    font-size: 36px;
    font-weight: 600;
    line-height: 64px;
}

main.subpage.login h2 {
    color: rgb(255, 255, 255);
    font-size: 60px;
    font-weight: 600;
}

main.subpage.login h3 {
    color: rgba(27,252,216,0.7);
    font-size: 86px;
    font-weight: 600;
    margin-top: 40px;
}

main.subpage.login label {
    color: rgb(27, 252, 216);
    font-size: 15px;
    font-weight: 500;
}

main.subpage.login .form-control {
    background: transparent;
    border: 0 !important;
    border-bottom: 2px solid rgba(255,255,255,0.15) !important;
    border-radius: 0;
    color: rgb(255,255,255) !important;
    font-size: 20px;
    font-weight: 500;
    padding-left: 0;
}

main.subpage ::placeholder {
    color: rgb(255,255,255) !important;
}

main.subpage.login a {
    color: rgb(26, 255, 215);
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
}

main.subpage.login .teaser {
    margin-top: 60px;
}

/* register */

.register-wrapper .container {
    max-width: 960px;
    min-width: inherit;
}

main.subpage.register {
    margin-top: 0;
}

main.subpage.register p {
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 60px;
}

main.subpage.register h1 {
    color: rgb(255, 255, 255);
    font-size: 36px;
    font-weight: 600;
    line-height: 64px;
}

main.subpage.register h2 {
    color: rgb(255, 255, 255);
    font-size: 60px;
    font-weight: 600;
}

main.subpage.register h3 {
    color: rgba(27,252,216,0.7);
    font-size: 86px;
    font-weight: 600;
    margin-top: 40px;
}

main.subpage.register label {
    color: rgb(27, 252, 216);
    font-size: 15px;
    font-weight: 500;
}

main.subpage.register .form-control {
    background: transparent;
    border: 0 !important;
    border-bottom: 2px solid rgba(255,255,255,0.15) !important;
    border-radius: 0;
    color: rgb(255,255,255) !important;
    font-size: 12px;
    font-weight: 500;
    padding-left: 0;
}

main.subpage.register a {
    color: rgb(26, 255, 215);
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
}

main.subpage.register .confirmations {
    margin-top: 60px;
}

main.subpage.register .confirmations .form-check-label {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
}

main.subpage.register pre {
    font-size: 12px;
    color: #ffffff;
}

/* dashboard */

.dashboard-wrapper .user-action p {
    color: rgb(27, 252, 216);
    font-size: 15px;
    font-weight: 500;
    margin-right: 15px;
}

.dashboard-wrapper .user-action img {
    width: 20px;
    height: 20px;
}

.dashboard-wrapper .user-action .logout {
    margin-left: 40px;
}

.dashboard-wrapper h1 {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
}

.dashboard-wrapper .referral-link p {
    color: rgb(26, 255, 215);
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
}

.dashboard-wrapper p {
    color: rgb(26, 255, 215);
    font-size: 14px;
    font-weight: 400;
}

.dashboard-wrapper .referral-link .referral-link-box {
    border-radius: 8px;
    border: 3px solid rgba(255, 255, 255, 0.15);
    padding: 5px 10px;
}

.dashboard-wrapper .referral-link .referral-link-box a {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.dashboard-wrapper .referral-link .referral-link-box span {
    float: right;
    width: 24px;
    height: 24px;
}

.dashboard-wrapper h6 {
    color: #1affd7;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
}

.dashboard-wrapper .dashboard-balance {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    background-image: linear-gradient(107deg, rgb(64, 167, 167) 0%, rgb(54, 66, 136) 100%);
    vertical-align: center;
}

.dashboard-wrapper .dashboard-balance .dashboard-balance-body {
    padding: 10px;
    border-left: 2px solid rgba(255,255,255,0.05);
    width: 100%;
}

.dashboard-wrapper .dashboard-balance .dashboard-balance-body p {
    color: rgb(26, 255, 215);
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

.dashboard-wrapper .dashboard-balance .dashboard-balance-body span {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 15px;
    text-align: center;
    display: block;
}

.dashboard-wrapper .dashboard-balance img {
    height: 50px;
    float: left;
    padding: 0 40px;
}

.dashboard-wrapper label {
    color: rgb(27, 252, 216);
    font-size: 15px;
    font-weight: 500;
}

.faq-wrapper .table-responsive {
    border-radius: 8px;
    background-color: rgba(13, 5, 31, 0.8);
    padding: 40px;
}

.faq-wrapper .table-responsive h2 {
    color: rgb(255, 255, 255);
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
}

.faq-wrapper .table-responsive .table thead th {
    color: rgba(255,255,255,0.5);
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
    padding: 0;
    border: 0 none;
}

.faq-wrapper .table-responsive .table tbody td {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
    line-height: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

.faq-wrapper .table-responsive .table tbody td.status {
    color: rgb(44, 209, 120);
    font-size: 16px;
    font-weight: 600;
}

.faq-wrapper .table-responsive .table tbody td a {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
    text-decoration: underline;
}

.faq-wrapper .table-responsive .table tbody td a img {
    max-height: 12px;
}

.register-wrapper .navbar-nav p {
    margin-top: inherit;
    margin-bottom: inherit;
    color: rgb(26, 255, 215);
    font-size: 15px;
    line-height: 38px;
}

.register-wrapper .navbar-nav .nav-link.login {
    line-height: inherit;
    text-decoration: underline !important;
}

.exchange-steps {
    background-color: rgba(20, 8, 47,0.6);
    padding: 35px 0;
}

.exchange-steps ul {
    list-style-type: none;
    margin: 0;
    position: relative;
}

.exchange-steps ul li {
    display: inline-block;
    color: rgba(255, 255, 255, 0.3);
    font-size: 16px;
    font-weight: 500;
    margin-right: 50px;
    position: relative;
}

.exchange-steps ul li.active {
    color: rgb(255, 255, 255);
}

.exchange-steps ul li.active::after {
    display: block;
    content: " ";
    width: 100%;
    height: 6px;
    border-radius: 8px 8px 0 0;
    background-image: linear-gradient(266deg, rgb(26, 255, 215) 0%, rgb(87, 73, 255) 100%);
    opacity: 0.9;
    position: relative;
    top: 35px;
}

footer.home .row.steps {
    text-align: center;
}

.row.steps img {
    text-align: center;
    max-height: 72px;
}

footer.home .row.steps h3 {
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    margin: 15px auto;
    width: 70%;
}

/* home details section */

header.details {
    margin-top: 40px;
}

header.details h1 {
    color: rgb(255, 255, 255);
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 30px;
}

header.details .list-unstyled li {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
    padding: 25px 0;
}

header.details .list-unstyled li img {
    margin-right: 30px;
}

header.details p, header.details a {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    text-align: justify;
    word-wrap: break-word;
}

header.details a {
    text-decoration: underline;
    cursor: pointer;
}

main.data {
    margin-bottom: 100px;
}

main.data .divider {
    height: 1px;
    border-bottom: 2px solid rgba(87, 73, 255, 0.2);
    margin: 40px 0;
}

main.data .card, .summaryTos {
    background-color: rgba(13, 5, 31, 0.5);
    background-image: linear-gradient(180deg, rgb(22, 17, 57) 0%, rgba(65, 53, 152, 0) 100%);
    border-radius: 8px;
    max-height: 445px;
    overflow: hidden;
}

.summaryTos {
    max-height: inherit !important;
    padding: 30px;
}

main.data .card .table-responsive {
    display: inline-block;
    overflow-y: scroll;
    height: 300px;
}

main.data .card-body {
    padding: 30px;
}

main.data .card-body p {
    color: #ffffff;
}

main.data .card-title {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 40px;
}

main.data table {
    border-collapse: separate;
}

main.data .table.pairs td:first-of-type {
    border-right: 1px solid rgba(87, 73, 255, 0.6);
}

main.data .table td {
    text-align: center;
    font-size: 15px;
}

main.data .table td.transactions {
    font-size: 12px;
    vertical-align: middle;
}

main.data .table td.transactions span {
    padding: 0 15px;
}

main.data img.reversed {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

footer.data {
    background-color: rgba(13, 5, 31, 1);
    padding: 35px 0;
}

footer.data button {
    margin-top: 20px;
}

footer.data h3 {
    color: rgb(26, 255, 215);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

footer.data ul.list-unstyled li a {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}

/* toast */

#toast-wrapper {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    z-index: 2;
}

.toast-wrapper .toast {
    background: #ECE9E6;
    background: -webkit-linear-gradient(to right, #FFFFFF, #ECE9E6);
    background: linear-gradient(to right, #FFFFFF, #ECE9E6);
    border: none;
}

.toast-wrapper .close {
    color: rgba(255,255,255,0.8);
}

.toast-header {
    background-color: rgba(13, 5, 31, 1);
    background-image: linear-gradient(180deg, rgb(22, 17, 57) 0%, rgba(65, 53, 152, 0) 100%);
}

/* modal */

.modal-content {
    background-color: rgba(13, 5, 31, 1);
    background-image: linear-gradient(180deg, rgb(22, 17, 57) 0%, rgba(65, 53, 152, 0) 100%);
    color: rgb(255,255,255);
}

.modal-title {
    color: rgb(255,255,255);
}

.modal-header {
    border-bottom: 1px solid rgba(255,255,255,0.5);
}

.modal-header .close {
    color: rgba(255,255,255,0.8);
}

.modal-dialog {
    min-width: 700px;
}

/* loader */

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}
.loader {
    color: #ffffff;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    bottom: 20px;
    left: 40px;
}
.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}
.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader:after {
    left: 3.5em;
}
@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}


/* responsive */

@media (min-width: 1500px) {
    .container {
        min-width: 1440px;
    }
}

@media (min-width: 960px) and (max-width: 1200px) {
    main.home h1 {
        font-size: 28px;
        font-weight: 700;
    }

    main.home h2 {
        color: rgba(27,252,216,0.3);
        font-size: 48px;
        font-weight: 700;
    }
}

@media (max-width: 768px) {

    main.home h1 {
        color: rgb(255, 255, 255);
        font-size: 24px;
        font-weight: 700;
        text-align: center;
        margin-top: 40px;
    }

    main.home h2 {
        color: rgb(27, 252, 216);
        font-size: 48px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 40px;
    }

    .container .navbar {
        padding-top: 20px;
    }

    footer.home .row.steps {
        margin-top: 40px;
    }

}

@media (max-width: 992px) {

    main.sub .exchanger-first {
        border-radius: 8px 8px 0 0;
    }

    main.sub .exchanger-details {
        border-radius: 0 0 8px 8px;
    }

    main.sub .col-heights {
        height: auto;
    }
}

@media (max-height: 736px) {

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