﻿.loading-panel {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999991;
    margin-top: -7%;
}

.loading-logo {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
}

.loading-gif {
    margin: auto;
    position: absolute;
    top: 170px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100px;
}

label.error {
    color: red;
}

.t-body {
    margin-top: 120px !important;
}

.balance-drop {
    width: 320px;
}

.drop-table {
    width: 300px;
    height: 400px;
    overflow-y: auto;
}

#popupAnnouncementListingModal .close span, .share_modal .close {
    right: 16px;
    position: absolute;
    top: 20px;
    background: #737373;
    opacity: 1;
    border-radius: 50%;
    font-size: 25px;
    padding: 0px 4px;
    color: #fff;
}

.modal-footer {
    border-top: none;
}

.product-item img:hover, .product-item-list img:hover, .sp-product-item-list img:hover {
    cursor: pointer;
}

.contact img {
    width: unset;
}

.acc-part {
    height: auto;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #151515;
}

#form_profile .dep-form {
    width: 50%;
    height: 40px;
    text-align: end;
}

.inbox_msg_text:hover {
    cursor: pointer;
}

.inbox_msg_text {
    color: white;
}

.read {
    color: #7f7f7f;
}

#tblHistory_length label {
    color: #7f7f7f;
}

#tblHistory.dataTable tbody tr {
    background-color: #151515;
}

    #tblHistory.dataTable tbody tr td {
        border: 2px solid #212121;
    }

.fourD-title {
    text-transform: uppercase;
}

.faq-step .content-box {
    height: 310px;
}

.faq p {
    margin-bottom: 35px;
}