.btnClose {
    margin:10px;
}

.disabled {
    background-color: #d1d2d3 !important;
}

.form-horizontal .form-group {
    margin-right: 0 !important;
}


/* Changes to scroll - 2020-07-14 - START */

/* The emerging W3C standard
   that is currently Firefox-only */
* {
    scrollbar-width: thin;
    scrollbar-color: #539c2c rgba(143,156,185,0.5);
}

    /* Works on Chrome/Edge/Safari */
    *::-webkit-scrollbar {
        width: 4px;
        height:4px;
    }

    *::-webkit-scrollbar-track {
        background: rgba(143,156,185,0.5);
        border-radius: 4px;
    }

    *::-webkit-scrollbar-thumb {
        background-color: var(--jp-btn-background-color);
        border-radius: 4px;
    }

/* Changes to scroll - 2020-07-14 - END */


.btnWithdrawal,
.btnDeposit{
    position: relative;
    display: block;
    text-align: center;
    margin: auto;
}

    .btnWithdrawal button,
    .btnDeposit button{
        display: block;
        width: 320px;
        margin: auto;
    }

.btnNext {
    position: relative;
    left: 0;
    bottom: 20px;
}


@media (max-width:480px) {
    .content-deposit {
        border: 1px solid #848182;
        width: 400px;
        height: 550px;
        background: #fff;
        overflow:auto;
    }

    .btnDeposit {
        text-align: center;
        text-transform: uppercase !important;
        padding: 5px 0 0 0;
    }

    .form-group {
        margin-bottom: 0 !important;
    }

    .deposit-box .deposit-item {
        margin-top: 3px !important;
    }

    .deposit-box .deposit-item-big {
        margin-top: 3px !important;
    }

    .deposit-box-custom .deposit-item-custom-big {
        margin-top: 3px !important;
    }

    .agreement .input-info {
        font-size: 11px !important;
    }
}

.dashboard-content{

}

.dashboard-content-head {
    text-align: center;
    color: #333;
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 2px solid #d1d2d3;
    padding: 15px 0;
    margin: 5px 0 25px 0;
}

.dashboard-content .body-form{
    text-align:center;
}


.close-deposit {
    position: absolute;
    z-index: 1;
    top: 5px;
    right: 12px;
    opacity: 0.4 !important;
    font-size: 35px;
    font-weight: 400;
    color: #333;
}

.header-deposit {
    margin: 0;
    padding: 0;
    border: 0;
}

.body-deposit {
    padding: 0 20px;
    margin-top: -1px;
    height: 100%;
    width: 100%;
    overflow: hidden; /*Added 2020-07-14 - Scroll changes*/
}

.form-group {
    margin-left: 0px !important;
}

    .form-group .subtitle {
        color: #6d6e71;
        font-size: 12px;
        padding: 5px 0 0 0;
        margin-bottom: 10px !important;
    }

.btnDeposit {
    text-align: center;
    text-transform: uppercase !important;
    padding: 15px 0 0 0;
}

.form-group .footer {
    text-align: center;
    color: #9c9c9e;
    font-size: 12px;
}

.deposit-box {
    text-align: center;
    padding-top: 5px;
}

.deposit-box-custom {
    text-align: left;
    padding-top: 20px;
}

.icheck-tooltip {
    position: relative;
    display: inline-block;
}

    .icheck-tooltip .tooltiptext {
        width: 160px;
        background-color: #337ab7;
        color: #fff;
        text-align: center;
        font-size: 13px;
        padding: 5px 0;
        border-radius: 0px;
        margin-bottom: 10px;
        position: absolute;
        z-index: 1;
    }

    .icheck-tooltip .tooltiptext {
        width: 160px;
        bottom: 100%;
        left: 45px;
        margin-left: -45px;
    }

        .icheck-tooltip .tooltiptext::after {
            content: " ";
            position: absolute;
            top: 100%;
            left: 5%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #337ab7 transparent transparent transparent;
        }

@media (min-width: 481px) {
    .content-deposit {
        border: 1px solid #848182;
        width: 756px;
        height: 640px;
        background: #fff;
        overflow:auto;
    }
}

.deposit-box .deposit-item,
.withdrawal-box .withdrawal-item
{
    min-height: 50px;
    min-width: 130px;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    background-color: #fafafa;
    text-align: center;
    padding: 0px 10px 0px 10px;
    margin-right: 3px;
    margin-left: 3px;
    display: inline-block;
}

    .deposit-box .deposit-item .deposit-item-text,
    .withdrawal-box .withdrawal-item .withdrawal-item-text {
        font-family: "Open Sans", sans-serif;
        font-size: 20px;
        line-height: 20px;
        color: #3a3f44 !important;
        display: inline-block;
        font-weight: 600;
        padding: 15px 10px;
    }

    .deposit-box .deposit-item .deposit-item-text-input {
        font-family: "Open Sans", sans-serif;
        font-size: 20px;
        line-height: 1.42857143;
        color: #bfbfbf !important;
        display: inline-block;
        font-weight: 600;
        margin-top: 11px;
        margin-left: 20px;
    }

    .deposit-box .deposit-item:hover,
    .withdrawal-box .withdrawal-item:hover {
        border: 1px solid #ff8000;
    }

.deposit-items-line {
    display: inline-block;
}

.deposit-items-line-smallest {
    min-height: 50px;
    text-align: center;
    margin-top: 5px;
}

.deposit-text1 {
    font-size: 15px;
    color: #333;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    max-width: 414px;
    margin: 0 auto;
    padding: 0 10px;
}

.deposit-text2 {
    margin-top: 20px;
    font-size: 16px;
    color: #333;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}

.deposit-input-group {
    text-align: center;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}

#btnDeposit:disabled {
    color: white;
    background-color: #d3d3d3;
    cursor: not-allowed;
}

.deposit-box .deposit-item-big .deposit-item-text {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    line-height: 1.42857143;
    color: #3a3f44 !important;
    display: inline-block;
    margin-top: 11px;
    font-weight: 600;
}

.deposit-box .deposit-item-big .deposit-item-text-input {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    line-height: 1.42857143;
    color: #3a3f44 !important;
    display: inline-block;
    margin-top: 11px;
    font-weight: 600;
    margin-left: 20px;
}

.deposit-box .deposit-item-big {
    border: 1px solid var(--jp-btn-border-color);
    background-color: #fff8ea;
}


.deposit-box .deposit-item-big,
.withdrawal-box .withdrawal-item {
    min-height: 50px;
    min-width: 130px;
    border-radius: 5px;
    text-align: center;
    padding: 0px 10px 0px 10px;
    margin-right: 3px;
    margin-left: 3px;
    display: inline-block;
}

.deposit-box .deposit-item input,
.withdrawal-box .withdrawal-item input {
    height: 40px !important;
    width: 355px !important;
    border: none !important;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none !important;
    margin-top: 0px;
    display: inline-block;
    padding: 2px 2px;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    line-height: 1.42857143;
    color: #3a3f44 !important;
    background-color: transparent;
    background-image: none;
    text-align: center !important;
    font-weight: 600;
}

    .deposit-box .deposit-item-big input {
        height: 40px !important;
        width: 355px !important;
        border: none !important;
        border-color: inherit;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none !important;
        margin-top: 0px;
        display: inline-block;
        padding: 2px 20px 2px 2px;
        font-family: "Open Sans", sans-serif;
        font-size: 20px;
        line-height: 1.42857143;
        color: #3a3f44 !important;
        background-color: #fff8ea;
        background-image: none;
        text-align: center !important;
        font-weight: 600;
    }
.deposit-box input::-webkit-input-placeholder {
    font-size: 10px;
    color: #3a3f44 !important;
}

.deposit-box input:-moz-placeholder { /* Firefox 18- */
    font-size: 10px;
    color: #3a3f44 !important;
}

.deposit-box input::-moz-placeholder { /* Firefox 19+ */
    font-size: 10px;
    color: #3a3f44 !important;
}

.deposit-box input:-ms-input-placeholder {
    font-size: 10px;
    color: #3a3f44 !important;
}

.deposit-box-custom .deposit-item-custom-big .deposit-item-text {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #3a3f44 !important;
    font-weight: bold;
    display: inline-block;
    margin-top: 8px;
}

.deposit-box-custom .deposit-item-custom-big {
    min-height: 30px;
    min-width: 45px;
    border-radius: 5px;
    border: 1px solid #1fe128;
    background-color: #edfdee;
    text-align: center;
    padding: 5px 5px 5px 10px;
    margin-right: 8px;
    margin-left: 8px;
    margin-top: -17px;
    display: inline-block;
}

    .deposit-box-custom .deposit-item-custom-big input {
        height: 20px !important;
        width: 36px !important;
        border: none !important;
        border-color: inherit;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none !important;
        margin-top: 0px;
        display: inline-block;
        padding: 2px 2px;
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        line-height: 1.42857143;
        color: #3a3f44 !important;
        background-color: #edfdee;
        background-image: none;
        text-align: left !important;
    }


.notbold {
    font-weight: normal !important;
}

.withdrawal h3 {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 20px;
}

.withdrawal-box {
    margin-top: 0px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

    .withdrawal-box .withdrawal-text {
        font-size: 14px;
        color: #333;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        max-width: 414px;
        margin: 0 auto;
        padding: 0 10px;
    }


    .withdrawal-box .withdrawal-balance {
        display: inline-block;
        font-size: 16px;
        font-weight: 600;
        color: #333;
    }

    .withdrawal-box .withdrawal-text h4 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        color: #333;
    }

    .withdrawal-box .withdrawal-text p:not(:first-child) {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: #888;
        padding: 0 45px;
        margin-bottom: 15px;
    }

.agreement {
    padding-top: 30px;
}

    .agreement .icheckbox_minimal-grey {
        float: left;
    }

    .agreement .input-info {
        display: inline-block;
        margin: 0 0 0 10px;
        width: 90%;
        color: #a4a5a8;
        font-size: 13px;
    }


/* Deposit decline - START */
.deposit-decline-icon-box {
    font-size: 42px;
    color: #FF8000;
    font-weight: 600;
}

.deposit-decline-logo {
    height: 25px;
}

.deposit-decline-close-btn {
    background: none;
    padding: 0px;
    bottom: 0;
}

.deposit-decline-try-again {
    font-size: 23px;
}

.deposit-decline-space {
    height: 30px;
}

.deposit-decline-contact {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
}

.deposit-decline-text {
    color: #393f44;
}

@media (max-width: 450px) {
    .deposit-decline-logo {
        height: 20px;
    }

    .deposit-decline-space {
        height: 20px;
    }
}
/* Deposit decline - END */

.withdrawal-declined-gbgstatus .withdrawal-contact-options,
.contact-options {
    text-align: center;
    margin: 15px 0 0;
}

    .withdrawal-declined-gbgstatus .withdrawal-contact,
    .contact-options .deposit-decline-contact {
        display: inline-block;
    }

    .withdrawal-declined-gbgstatus .withdrawal-contact i.icon-box {
        font-size: 42px;
        color: #00dd0a;
        font-weight: 600;
    }


.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 14px;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
    position: absolute;
    bottom: 0;
    right: 6px;
    top: 0;
    width: 20px;
}

    .select2-container--bootstrap .select2-selection--single .select2-selection__arrow i.fa-angle-down,
    .select2-container--bootstrap .select2-selection--single .select2-selection__arrow i.fa-angle-up {
        font-size: 18px;
        padding-top: 20px;
        color: #000000;
    }

.btnWithdrawal .paypal-button,
.btnWithdrawal .paypal-button:hover {
    background: #fff;
    color: #2C2E2F;
    border: 1px solid #2C2E2F;
    padding: 6px 20px;
    text-transform: none;
    font-size: 11px;
    font-weight: 500;
    line-height: 21px;
    font-family: 'Open Sans', sans-serif;
}

.btnWithdrawal .paypal-button,
.btnWithdrawal .paypal-button:hover {
    margin-bottom: 1px;
    height:36px !important;
}

.btnWithdrawal .paypal-button:focus {
    box-shadow: -1px -1px 18px 1px rgba(0, 0, 0, 0.25) inset;
    outline: solid 2px Highlight;
    outline: auto 5px -webkit-focus-ring-color;
    outline-offset: -3px;
}

    .btnWithdrawal .paypal-button img.paypal-logo {
        height: 17px;
    }

.paypal-option-box {
    display: inline-block;
    margin: 10px;
    width: 320px;
}

    .paypal-option-box h5 {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #dfe0e0;
        line-height: 0.1em;
        margin: 9px 0;
    }

        .paypal-option-box h5 span {
            background: #fff;
            padding: 4px 16px;
        }

.paypal-button-text {
    display: inline-block;
    visibility: visible;
    vertical-align: middle;
    position: relative;
    text-align: left;
}

.withdrawal-bottom-text {
    color: #888;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: center;
}

hr.verification-text-border {
    border-top: 1px solid #d1d2d3;
    margin: 6px 45px;
}

.verification-text .account-not-verified {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #888;
    text-align: center;
}

.verification-text .withdrawal-contact img,
.deposit-decline-contact img {
    height: 25px;
}

.verification-text .withdrawal-contact h5,
.deposit-decline-contact h5 {
    color: #20a1ff;
    text-transform: uppercase;
    text-decoration: underline;
}

#btnWithdrawal,
#btnDeposit{
    font-size: 18px;
}

#modal-deposit-body {
    background: url('/Content/Themes/LotteryWorld/images/load-big.gif') center center no-repeat;
}

.dWithdrawalForm .form-group.error-message{
    display:none;
}

.dWithdrawalForm .form-group.buttons {
    margin-bottom:10px;
}

.paypal-max-wd-amount {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #888;
    padding: 0 45px;
    margin-bottom: 15px;
}

    .paypal-max-wd-amount .currency-symbol,
    .paypal-max-wd-amount .amount {
        font-weight: 600;
        color:#333;
    }

/*button.jp-btn:disabled {
    /*color: #FF9300;*
    background: white;
}

button.jp-btn {
    height: 55px;
    width: 236px;
    text-transform: uppercase;
}*/

#btnDeposit:disabled {
    background: white;
}

#btnDeposit {
    height: 55px;
    width: 236px;
    text-transform: uppercase;
}

/* Minimal amount message - START */
.amount-message {
    display: none;
    padding: 0px 20px 0 20px;
    -moz-transition: opacity 600ms, visibility 600ms;
    -webkit-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms, visibility 600ms;
    background: #ffb0b0;
    text-align: center;
    color: #a94442;
    background-color: #f2dede;
    margin: 10px auto;
    max-width:414px;
    border: 1px solid #ebccd1;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
}

.amount-text {
    color: #4d88ff;
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


.amount-message span {
    min-height: 50px;
    line-height: 50px;
font-size: 16px;
}
/* Minimal amount message - END */

#choose-lottery-link {
    display: none;
    margin: 10px 0;
    text-transform: none;
    text-decoration: underline;
}

/* New - START*/

body,
html {
    box-sizing: border-box;
    min-width: 100%;
    min-height: 100%;
    width: 1px;
    height: 100%
}

html {
    -ms-overflow-style: scrollbar
}

body.in-frame {
    padding: 0;
    margin: 0;
    --background-color: #eee
}

@media only screen and (min-width: 626px) {
    body.in-frame {
        padding-top: 5px;
        padding-bottom: 5px;
        --background-color: #ddd
    }
}

@media print {
    body {
        background-color: initial
    }
}

a {
    color: #272a31
}

.jackpot-widget-cashier {
    height: 100%;
    display: -ms-flexbox;
    display: flex
}

.jackpot-widget-cashier-container {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    box-sizing: border-box;
    width: 288px;
    font-family: 'Open Sans', sans-serif;
}

    .jackpot-widget-cashier-container *,
    .jackpot-widget-cashier-container :after,
    .jackpot-widget-cashier-container :before {
        box-sizing: inherit
    }

.jackpot-widget-cashier-payment-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

/* Header - START */
.jackpot-widget-cashier-payment-header__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 62px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #272a31
}

.jackpot-widget-cashier-payment-header__list-heading {
    display: none
}

.jackpot-widget-cashier-payment-header__payment-method {
    display: none
}

.jackpot-widget-cashier-payment-header__transaction-type {
    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 400
}

.jackpot-widget-cashier-payment-header__help-panel {
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none
}

.jackpot-widget-cashier-payment-balance__balance {
    display: none;
    color: #fff
}

.jackpot-widget-cashier-cashier-widget__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    box-sizing: border-box;
    min-width: 320px;
    max-width: 626px;
    font-family: 'Open Sans', sans-serif;
}
/* Header - END */

/* Main - START */
.jackpot-widget-cashier-payment__main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

/* Aside - START */
.jackpot-widget-cashier-payment-list__container {
    position: relative;
    z-index: 1;
    overflow-y: hidden;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    padding-bottom: 14px;
}

    .jackpot-widget-cashier-payment-list__container::-webkit-scrollbar {
       /*display: none*/
    }

.jackpot-widget-cashier-payment-list__label {
    padding: 0 15px;
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 1
}

.jackpot-widget-cashier-payment-list__scroller {
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    height: 80px;
}

    .jackpot-widget-cashier-payment-list__scroller::-webkit-scrollbar {
        /*display: none*/
    }

.jackpot-widget-cashier-payment-list__list {
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0;
    margin: 0;
    list-style-type: none
}

.jackpot-widget-cashier-payment-list__item {
    height: 60px;
    padding-right: 12px
}

    .jackpot-widget-cashier-payment-list__item:first-child {
        padding-left: 15px
    }

    .jackpot-widget-cashier-payment-list__item:last-child {
        padding-right: 15px
    }

.jackpot-widget-cashier-payment-list__item_show-more:empty {
    padding: 0
}

.jackpot-widget-cashier-payment-card__card {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 110px;
    height: 100%;
    border-radius: 8px;
    background-color: #fff;
    outline: 0;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

.jackpot-widget-cashier-payment-card__card_active,
.jackpot-widget-cashier-payment-card__card_hover-able:hover {
    border: 3px solid var(--jp-btn-border-color);
}

.jackpot-widget-cashier-payment-card-logo__logotype {
    overflow: hidden;
    max-width: 80px;
    max-height: 100%;
    width: 72px;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis
}

    .jackpot-widget-cashier-payment-card-logo__logotype.card-logo {
        max-width: 60px;
    }

/* Aside - END */

/* Section - START */
.jackpot-widget-cashier-security-notice__container {
    padding: 19px 15px;
    background-color: #e5e5e5;
    color: #666;
    font-size: 12px;
    line-height: 14px;
    text-align: center
}

.jackpot-widget-cashier-manipulable-payment-form__container {
    padding-top: 19px;
    background-color: #eee
}

.jackpot-widget-cashier-messages__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 15px
}

.jackpot-widget-cashier-messages__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 16px;
    border-radius: 4px;
    margin-bottom: 12px;
    background: #e7e7e7
}

    .jackpot-widget-cashier-messages__item p {
        margin-bottom: 0;
    }

.jackpot-widget-cashier-messages__content {
    color: #333;
    font-size: 13px;
    line-height: 18px;
    font-family: 'Open Sans', sans-serif;
}

.jackpot-widget-cashier-messages__icon {
    width: 16px;
    height: 16px;
    background-repeat: no-repeat
}

.jackpot-widget-cashier-messages__icon-hint {
    background-image: url(../images/info.png)
}

.jackpot-widget-cashier-messages__icon-warning {
    background-image: url(../images/info-warning.svg)
}

.jackpot-widget-cashier-messages__icon-wrap {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: 4px;
    margin-right: 12px
}

.jackpot-widget-cashier-deposit-amount {
    margin: 15px auto;
    max-width: 414px;
    font-size: 14px;
    line-height: 1;
}
/* Section - END */

/* Main - END */

/* Deposit Status - START */
#deposit-status-container {
    width: 600px;
    min-height: 300px;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
}

    #deposit-status-container .deposit-status-title {
        font-size: 24px;
        margin: 10px 0;
    }
/* Deposit Status - END */

/* Loader -START */
.loader-container {
    height: 100%;
    width: 100%;
    position: absolute;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -60px 0 0 -60px;
    border: 16px solid #f3f3f3;
    background-color: transparent;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*Loader - END */

.no-pm {
    padding: 15px;
}

.deposit-status h2 {
    color: #393f44;
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    font-weight: lighter;
    border-bottom: 1px solid #d1d2d3;
    padding-bottom: 15px;
}
