.accounts-modal .green {
    color: #27ca83;
}

.accounts-modal .dark-green {
    color: #269161;
}

.accounts-modal .dblue {
    color: #006dd6;
}

.accounts-modal .grey {
    color: #bdcedc;
}

.accounts-modal .yellow {
    color: #ffb400;
}

.accounts-modal .yellow2 {
    color: #ffe34a;
}

.accounts-modal .beige {
    color: #cfc1aa;
}

.accounts-modal .red {
    color: #d70f0f;
}

.accounts-modal .red2 {
    color: #e65f5f;
}

.accounts-modal .orange {
    color: #ff7200;
}

.accounts-modal .dark-orange {
    color: #e26f49;
}

.accounts-modal .dark {
    color: #262f3d;
}

.accounts-modal .pink {
    color: #ff7a99;
}

.accounts-modal .pink2 {
    color: #f7a6c6;
}

.accounts-modal .blue {
    color: #30b8ff;
}

.accounts-modal .purple {
    color: #be86f7;
}

.accounts-modal .half {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 0 20px 0 0;
}

.accounts-modal .half + .half {
    padding: 0 0 0 20px;
}

.accounts-modal .half .half {
    padding: 0 15px 0 0;
}

.accounts-modal .half .half + .half {
    padding: 0 0 0 15px;
}

.accounts-modal {
    position: fixed;
    top: 10%;
    left: 50%;
    width: 528px;
    padding: 30px;
    margin: 0 -264px;
    box-sizing: border-box;
    background: #191d21;
    z-index: 1000;
    min-height: 75px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.09);
}

.accounts-modal .acc-close {
    cursor: pointer;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 75px;
    height: 75px;
    background: none;
}

.accounts-modal .acc-close:before,
.accounts-modal .acc-close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 15px;
    margin: -7.5px;
    background: url(../img/modal-close.png) no-repeat;
    background-size: 100% auto;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: 1;
}

.accounts-modal .acc-close:after {
    background-position: 0 -15px;
    opacity: 0;
}

.accounts-modal .acc-close:hover:before {
    opacity: 0;
}

.accounts-modal .acc-close:hover:after {
    opacity: 1;
}

.accounts-row {
    margin: 30px 0;
}

.accounts-row + .accounts-row,
.accounts-hr + .accounts-row,
.accounts-head + .accounts-row,
.accounts-row + .accounts-hr,
.accounts-text + .accounts-row,
.accounts-row + .accounts-btns {
    margin-top: 40px;
}

.accounts-row:after {
    content: " ";
    clear: both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.accounts-modal .accounts-row {
    margin: 20px 0;
}

.accounts-action-menu2 .accounts-modal {
    padding: 24px;
    font-size: 13px;
    line-height: 24px;
    display: none;
}

.accounts-action-menu2 .accounts-modal .accounts-head {
    padding: 24px 24px;
    margin: -24px -24px 24px -24px;
}

.accounts-action-menu2 .accounts-modal .accounts-btns.with-line {
    margin: 24px -24px -24px -24px;
    padding: 24px;
}

.accounts-modal-wide {
    position: absolute !important;
    z-index: 99999;
    top: 0% !important;
    width: 900px;
    margin-left: -450px;
    margin-right: -450px;
    padding: 40px;
    top: 40px;
}

.accounts-modal-wide.accounts-modal-size2 {
    width: 650px;
    margin-left: -325px;
    margin-right: -325px;
}

@media only screen and (max-width: 980px) {
    .accounts-modal-wide {
        width: auto;
        left: 0;
        right: 0;
        margin-left: 40px;
        margin-right: 40px;
    }

    .accounts-modal-wide.accounts-modal-size2 {
        width: 650px;
        right: auto;
        left: 50%;
        margin-left: -325px;
        margin-right: -325px;
    }
}

@media only screen and (max-width: 730px) {
    .accounts-modal-wide.accounts-modal-size2 {
        width: auto;
        left: 0;
        right: 0;
        margin-left: 40px;
        margin-right: 40px;
    }
}

.accounts-modal-wide .acc-close {
    width: 40px;
    height: 40px;
    margin: 36px;
}

.accounts-modal-wide .acc-close:before,
.accounts-modal-wide .acc-close:after {
    width: 18px;
    height: 18px;
    margin: -9px;
}

.accounts-modal-wide .acc-close:after {
    background-position: 0 -18px;
}

.accounts-modal-wide .accounts-btns {
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: -40px;
    margin-top: 40px;
    padding: 40px;
}

.accounts-modal-confirm {
    width: 460px;
    margin-left: -230px;
    margin-right: -230px;
}

.accounts-modal-withdrawal {
    width: 600px;
}

.accounts-modal-background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: none;
}

.modal-open .accounts-modal-background {
    overflow-x: hidden;
    overflow-y: auto;
}

.accounts-modal .modal-content {
    border: 0;
}

.accounts-modal .modal-header {
    border-bottom: 0;
    padding: 0;
}

.accounts-modal .modal-footer {
    border-top: 0;
    padding: 0;
}

.modal-header .modal-close {
    cursor: pointer;
    font-size: 36px;
    margin-top: -18px;
}

.uppercase {
    text-transform: uppercase;
}
