﻿#loginModal form button, #loginModal1 form button,
#forgotPasswordModal form button {
    width: 100%;
    border-radius: 20px;
    font-size: 18px;
    font-weight: bold;
    padding: 8px;
}

.t-modal .v-code-input {
    padding-right: 112px;
    border-radius: 0 .25rem .25rem 0 !important;
}

.t-modal .v-code {
    position: absolute;
    top: 1px;
    right: 1px;
    z-index: 4;
}

.t-modal .v-code img {
    width: 100px;
    height: 36px;
    border-radius: 0 .25rem .25rem 0;
}

.t-modal label.error {
    width: 100%;
}

#popupAnnouncementModal .modal-body {
    padding: 0;
}

#popupAnnouncementModal .close {
    position: absolute;
    top: -18px;
    right: -16px;
    background: #000;
    padding: 4px 8px;
    border-radius: 50px;
}

#popupAnnouncementContent img {
    max-width: 100%;
    height: auto;
}

#inboxModal #modalInboxNoMessage .inbox-no-message {
    min-height: 400px;
    background: rgba(0, 0, 0, .05);
    font-size: 50px;
    color: #969696;
}

#inboxModal #modalInboxMessage {
    display: none;
}

#inboxModal .modal-inbox-content-container {
    position: relative;
}

#inboxModal .modal-inbox-list-container,
#inboxModal #modalInboxContent
{
    min-height: 400px;
    max-height: 400px;
    overflow-y: auto;
    position: relative;
}

#inboxModal .modal-inbox-list-container {
    padding: 5px;
    background: rgba(0, 0, 0, .05);
}

#inboxModal #modalInboxList button {
    position: relative;
    width: 100%;
    padding: 8px 30px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background: linear-gradient(to bottom right, rgba(0, 0, 0, .1) 10%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.1) 50%, rgba(0, 0, 0, .1) 100%);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    border-radius: 5px;
    margin-bottom: 5px;
    transition: all .3s;
}

#inboxModal #modalInboxList button.active,
#inboxModal #modalInboxList button.active:focus {
    background: linear-gradient(to bottom right, rgba(0, 0, 0, .5) 10%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.3) 50%, rgba(0, 0, 0, .5) 100%);
    box-shadow: 0 0 7px rgba(0, 0, 0, 1) !important;
}

#inboxModal #modalInboxList .inbox-new {
    position: absolute;
    top: calc(50% - 2px);
    left: 12px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #ff0000;
    box-shadow: 0 0 4px 2px rgba(255, 0, 0, 1);
    opacity: 0;
    transition: all .3s;
}

#inboxModal #modalInboxList .inbox-new.unread {
    opacity: 1;
}

#inboxModal #modalInboxContent {
    padding: 10px;
    background: rgba(0, 0, 0, .05);
}

#inboxModal .inbox-tools {
    margin-bottom: 10px;
}

#inboxModal .inbox-remove {
    display: none;
}

#inboxModal .inbox-refresh {
    margin-left: auto;
}

#modalInboxList input[type='checkbox'] {
    width: 20px;
    height: 20px;
    position: absolute;
    top: calc(50% - 9px);
    right: 10px;
    cursor: pointer;
    display: none;
}

#inboxModal .load-more {
    font-size: 13px;
    font-weight: 500;
    color: #0000ff;
    cursor: pointer;
    padding: 10px 0;
}

#inboxModal .msg-cancel-btn {
    padding: 4px 16px;
    font-size: 14px;
}

#inboxModal .msg-reply-btn,
#inboxModal .msg-send-btn,
#inboxModal .msg-cancel-btn {
    display: none;
}

#inboxModal .msg-item {
    width: 75%;
    min-height: 50px;
    border-radius: 5px;
    padding: 5px 10px;
    margin-bottom: 15px;
    background: #007bff40;
}

#inboxModal .msg-item span {
    display: block;
    white-space: pre-wrap;
}

#inboxModal .msg-date {
    font-style: italic;
    color: #666;
    font-size: 11px;
}

#inboxModal .msg-item.msg-right {
    margin-left: auto;
    background: #007bff80;
}

.modal-inbox-textarea-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    display: none;
}

#modalInboxTextArea {
    width: 100%;
    height: 100px;
    padding: 5px 10px;
    resize: none;
}

/*quick transfer modal*/
.quick-wallet {
    padding: 0px; /* border:1px solid #ffe895; */
}

.quick-wallet {
    text-align: center;
   
}

.quick-wallet:hover {
   
    color: #ffe895;
}

.prov-name {
    margin-left: 0px;
    font-size: 13px;
    float: left;
    padding-top: 3px;
    font-weight: bold;
}

.am-prov {
    text-align: right;
    float: right;
    display: flex;
    position: relative;
    top: -2px;
}

.btn-in {
    padding: 2px 5px;
    font-size: 12px;
    background: #5ed087;
    margin-left: 8px;
}

.prov-out {
    margin-left: 8px;
}

.btn-out {
    padding: 2px 5px;
    font-size: 12px;
    background: #ec4e4e;
}

.am-prov .prov-in {
    width: auto;
}

.prov-am {
    padding-top: 14px;
    font-size: 13px;
    line-height: 0px;
}

.quick-wallet ul li:hover {
    background: #ffffff29;
}

.quick-wallet ul li:first-child {
    /*border-bottom: 1px solid #ffe895;
    background: #ffe895;
    color: #000;*/
}

.quick-wallet ul li {
    display: inline-block;
    list-style: none;
    width: 100%;
    padding: 3px 5px;
    cursor: pointer;
}

.quick-wallet ul {
    margin: 0px;
    padding: 0px;
    color: #fff;
}

@media (max-width: 575px) {
    #inboxModal .modal-inbox-list-container {
        margin-bottom: 15px;
        min-height: 160px !important;
        max-height: 160px !important;
    }
}