.bg-color--blue-opacity--10 {
    background: rgba(57, 101, 244, .1)
}

.bg-color--blue-opacity--15 {
    background: rgba(57, 101, 244, .15)
}

.token-calculator__coin {
    width: calc(50% - 7.5px);
    margin-bottom: .9375rem;
    padding: .625rem .9375rem;
    text-align: left
}

.token-calculator__coin {
    background: #2446b1
}

.token-calculator__coin--is-active {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, .15) inset;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .15) inset
}

.token-calculator__coin:nth-child(2n+1) {
    margin-right: .9375rem
}

@media only screen and (min-width:768px) {
    .token-calculator__coin .coin-name {
        font-size: .9375rem
    }
}

.token-calculator input.placeholder {
    color: #6f85d4
}

.token-calculator input:-moz-placeholder {
    color: #6f85d4
}

.token-calculator input::-moz-placeholder {
    color: #6f85d4
}

.token-calculator input:-ms-input-placeholder {
    color: #6f85d4
}

.token-calculator input::-webkit-input-placeholder {
    color: #6f85d4
}

.token-calculator__coin {
    background: #2446b1
}

.token-calculator-fields {
    padding: 1.25rem 1.875rem
}

.token-calculator-fields .input-field-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 2px;
    padding: .625rem .9375rem
}

.token-calculator-fields .input-field-row--src {
    background: rgba(0, 0, 0, .15);
    -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .1);
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .1)
}

.token-calculator-fields .input-field-row input {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    outline: 0;
    color: #fff
}

.token-calculator__coin--is-active {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, .15) inset;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .15) inset
}

.token-calculator__coin {
    width: calc(50% - 7.5px);
    margin-bottom: .9375rem;
    padding: .625rem .9375rem;
    text-align: left;
    border-radius: 5px
}

button {
    cursor: pointer;
    padding: 0;
    border: 0
}

.db-social a img {
    width: 35px;
    margin-right: 5px
}

.db-social a:hover {
    text-decoration: none
}

.bg-custom {
    background-color: #323c58;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .2)
}

body.color-scheme-dark .cke .cke_top,
.content-panel.color-scheme-dark .cke .cke_top {
    background-color: #323c58;
    border-bottom-color: #636d83 !important
}

.cke_chrome {
    border: none !important
}

.cke_inner {
    background: 0 0 !important
}

.cke_top {
    border: 2px solid #636d83 !important;
    border-radius: 5px 5px 0 0
}

.cke_bottom {
    border: 2px solid #636d83 !important;
    border-radius: 0 0 5px 5px
}

a.cke_path_item,
span.cke_path_empty {
    color: #fff !important
}

.stickt-note .alert {
    padding: 5px 10px;
    margin-bottom: 5px
}

.stickt-note .alert p {
    margin-bottom: 0
}

.goog-te-gadget {
    font-family: arial;
    font-size: 11px;
    color: #666;
    white-space: nowrap;
    background: 0 0
}

.goog-te-gadget img {
    vertical-align: middle;
    border: none;
    display: none
}

.goog-te-gadget-simple {
    background-color: #fff;
    border-left: 1px solid #d5d5d5;
    border-top: 1px solid #9b9b9b;
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #d5d5d5;
    font-size: 10pt;
    border-radius: 30px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 10px;
    padding-right: 10px
}

.goog-te-gadget-simple .goog-te-menu-value span {
    text-decoration: none;
    margin: 0 4px
}

.particle-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0
}

.particles {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 150px;
    z-index: 0
}

#particles-js {
    width: 100%;
    height: 100%
}

.captcha img {
    border-radius: 5px
}

.livechat {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9
}

.chatPopup {
    background: #fff;
    border-radius: 10px;
    width: 350px;
    min-height: 240px;
    position: fixed;
    left: 10px;
    bottom: 90px;
    z-index: 9;
    text-align: center;
    display: none
}

.chatPopup h4 {
    background-color: #03a84e;
    color: #fff;
    padding: 30px 15px;
    border-radius: 10px 10px 0 0
}

.chatPopup p {
    padding: 25px 15px
}

.chatPopup.show {
    display: block
}