@import url('https://fonts.googleapis.com/css?family=Muli|Oswald&display=swap');

body {
    color: #2f2f2f;
    font-family: 'Muli', sans-serif;
    font-size: 13px;
    line-height: 22px;
    margin: 0;
}

.simplex-continue-button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 17.5px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #710404 !important;
    border-radius: 4px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    border-bottom-color: transparent;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.06);
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.06);
    background-image: -webkit-linear-gradient(top, #d30000 0%, #710404 100%);
    background-image: linear-gradient(to bottom, #d30000 0%, #710404 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd30000', endColorstr='#ff710404', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
}

.simplex-dd-container .dropdown-btn.dropdown-button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #710404 !important;
    border-radius: 4px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    border-bottom-color: transparent;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.06);
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.06);
    background-image: -webkit-linear-gradient(top, #d30000 0%, #710404 100%);
    background-image: linear-gradient(to bottom, #d30000 0%, #710404 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd30000', endColorstr='#ff710404', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
}

#crypto_amount,
#fiat_amount {
    border: solid 1px #d0d3d5 !important;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 16px;
    color: #13212f;
    margin-right: -1px;
}

#crypto_amount:focus,
#fiat_amount:focus {
    border: solid 1px rgba(0,0,0,0.4) !important;
}

#cryptoAddress {
    border: solid 1px #d0d3d5 !important;
    border-radius: 2px;
    font-size: 16px;
    color: #13212f;
}

#cryptoAddress:focus {
    outline: none;
    box-shadow: none;
    border: solid 1px rgba(0,0,0,0.4) !important;
}

.simplex-dd-container button {
    background-color: transparent;
    border-radius: 2px;
    border: solid 1px #d0d3d5 !important;
}

.simplex-dd-container button span {
    font-size: 16px;
    color: #13212f;
}

.simplex-dd-container span.input-group-btn {
    margin-left: -1px;
}

.address-disclaimer {
    padding-left: 0;
    color: #d2d4d9;
}

.address-disclaimer span {
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    display: inline-block;
}

.wallet-url-container {
    padding-right: 0;
}

.wallet-url {
    color: #d30000 !important;
}

.wallet-url:hover {
    color: #710404 !important;
    text-decoration: underline;
}

.error-message {
    padding-left: 0;
    padding-top: 5px;
}

.form-group {
    margin-bottom: 15px;
}

ul {
    margin-bottom: 0;
}

div.tooltip-container .error-tooltip {
    padding: 5px;
}

@media (max-width: 767.98px) {
    .simplex-dd-container span.input-group-btn {
        margin-left: 0;
    }

    .simplex-dd-container button {
        border-left: 0;
    }

    .powered-logo {
        justify-content: center !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .form-wrap {
        padding: 30px 15px !important;
    }

    .container.no-padding-mob {
        padding: 0 !important;
    }
}
