/* Write your CSS code. */
@media print {
    ::-webkit-scrollbar {
        display: none;
    }
}

.icon-suspend {
    color: #ff2800;
    font-size: x-large;
}

.icon-restore {
    color: #3aaa9b;
    font-size: x-large;
}

.label-countdown {
    font-size: 16px;
    color: #3aaa9b;
    margin-left: 10px;
}

.machine-btn {
    cursor: pointer;
    display: inline-block;
    background: #fff;
    padding: 10px 20px;
    color: #3aaa9b;
    border-radius: 8px;
    border: 1px solid #3aaa9b;
    font-size: 18px;
}

    .machine-btn.selected {
        color: #fff;
        background: #3aaa9b;
    }

.machine-select input[type="submit"] {
    margin-top: 15px;
    background: #3aaa9b;
    border: none;
    outline: none;
    border-radius: 8px;
    padding: 10px 20px;
    color: #fff;
}

a.button {
    -webkit-appearance: button;
    appearance: button;
    text-decoration: none;
    color: initial;
    background-color: #eaeaea;
}

#safeCodeContainer, #apiAccessContainer, #nicknameContainer, #whiteListContainer {
    display: none;
}

.d-flex {
    display: flex;
    align-items: center;
}

.online-word {
    margin: 5px 0;
}

.m-0 {
    margin: 0;
}

.user-info-wrap {
    padding: 25px;
}

.apikey-box {
    display: flex;
    justify-content: start;
    align-items: center;
}

@media(max-width:524px) {
    .user-info-wrap {
        padding: 0 10px;
        width: 100%;
    }

    .apikey-box {
        justify-content: center;
    }
}

.i-checks span {
    padding-left: 3px;
}

.select2-container--default .select2-selection--single {
    border-radius: 2px;
    border: 1px solid #ccc;
    height: 32px;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 32px;
    }

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border 0.75s linear infinite;
}

.spinner-border2 {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border 0.75s linear infinite;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.text-danger {
    color: red;
    font-weight: bold;
}

.text-success {
    color: green;
    font-weight: bold;
}

#listing .receiver-wrap {
    width: 500px;
    white-space: normal;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
}

.portedit-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .portedit-top > .user-name > h3 {
        margin: 0;
    }

.credit-modal {
    max-width: 300px;
    width: 60%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .credit-modal .modal-content {
        background-color: #fefefe;
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
    }

    .credit-modal .modal-submit-section {
        padding-top: 10px;
    }


    /* The Close Button */
    .credit-modal .close {
        color: #aaaaaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }

        .credit-modal .close:hover,
        .credit-modal .close:focus {
            color: #000;
            text-decoration: none;
            cursor: pointer;
        }

.credit-balance {
    display: flex;
    justify-content: space-between;
}
