.hc-login-form input[type=number] {
    -webkit-text-security: disc !important;
}

.hc-shadow {
    box-shadow: rgb(0 0 0 / 10%) 0px -5px 18px 0px, rgb(0 0 0 / 10%) 0px 1px 2px 0px;
    border-radius: 5px;
}

.fake-order-create-header {
    width: 100%;
    position: absolute;
    text-align: center;
    top: 30%;
    padding: 0;
}

.hc-percent-btns {
    text-align: center;
}

.hc-percent-btns a.active {
    text-decoration: underline;
}

.hc-percent-btns a:hover {
    color: #2E7AD0 !important;
    text-decoration: none;
}

.hc-input-not-disable {
    background-color: #3a3a3a00 !important;
}

.hc-input-custom {
    position: relative;
}

.hc-input-custom-content {
    position: absolute;
    top: 8px;
    right: 8px;
}

.hc-orphan-ordering {
    font-size: 8px !important;
}

.hc-orphan-ordering-remove {
    margin: 5px;
    font-size: 15px !important;
    cursor: pointer;
    text-decoration: none !important;
    color: #FFF !important;
}

.hc-orphan-ordering-remove:hover {
    cursor: pointer !important;
}

.hc-orphan-ordering:hover {
    cursor: default !important;
}

.hc-input-custom.show {
    display: block;
}

.hc-input-custom.hide {
    display: none;
}

.hc-login-form {
    min-width: 200px;
    position: absolute;
    text-align: center;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hc-login-form input, .hc-form input {
    text-align: center;
}

.hc-login-form input {
    border: none !important;
}

.hc-login-form button {
    width: 100%;
    height: 100%;
    margin-left: 1em;
}

@media (max-width: 500px) {
    .hc-login-form {
        min-width: 50%;
    }
}

.hc-alert {
    float: right;
    color: #585858;
}
.hc-future-form {
    min-width: 200px;
    position: absolute;
    text-align: center;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hc-future-form input, .hc-form input {
    text-align: center;
}

.hc-future-form button {
    width: 100%;
    height: 100%;
    margin-left: 1em;
}

.hc-future-result {
    margin-bottom: 14px;
    font-size: 12px;
    color: rgb(98, 107, 127);
    display: inline-block;
    position: absolute;
    top: 83%;
    width: 100%;
    text-align: center;
}

.json-to-table tr:nth-child(even) {
    background-color: #00000057 !important;
}

.market-type.active {
    color: #fff;
    text-decoration: underline;
}

.market-types li {
    list-style: none;
}

.market-types {
    padding: 0;
}

.json-to-table td{
    text-align: center !important;
}

.tab-note-head {
    position: absolute;
    right: 5px;
    font-size: 10px;
    color: #626B7F !important;
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 89%;
    }
}

@media (max-width: 500px) {
    section.ema-analysis .fluid-container {
        padding: 0.5rem !important;
    }
    section.ema-analysis #fake-order-create-form .row {
        padding: 0 !important;
    }
    .alert-pricing-modal .modal-body {
        padding: 0.5rem !important;
    }
}

.table-hover tbody tr:hover {
    background-color: #282E3B;
}

.modal-edit-note {
    backdrop-filter: blur(5px);
}

.modal-edit-note .modal-lg {
    padding-left: 10% !important;
    padding-right: 10% !important;
}

.paste-zone {
    border: 1px solid #626B7F;
    color: #939eb5;
    padding: 0.7rem;
}

.dark hr {
    border-color: #353c4b;
}

.alert-pricing-modal .modal-body{
    padding-top: 0!important;
}

.alert-pricing-modal .modal-header {
    border-bottom: none;
    padding: 1rem 1rem 0 0;
}

.diff-table {
    background: #595e68 !important;
}

.diff-line span {
    color: #1b1e21 !important;
}

.pointer {
    cursor: pointer;
}

.react-datetime-picker__wrapper {
    padding: 6px 12px;
    border: 1px solid #444 !important;
    border-radius: 0.25rem !important;
    font-family: 'Roboto', sans-serif !important;
}

.react-datetime-picker {
    width: 100% !important;
}

.react-datetime-picker__inputGroup {
    text-align: center;
}

.react-datetime-picker__inputGroup__input {
    min-width: 1.54em !important;
    font-size: 1rem !important;
    padding: 0 !important;
}

.react-datetime-picker__button {
    padding: 0!important;
}

.react-datetime-picker__button:last-child {
    padding-left: 0.25rem !important;
}


.react-datetime-picker__button svg{
    font-size: 10px;
    width: 14px;
    height: 14px;
    stroke: #999999 !important;
}

.react-datetime-picker__button svg:hover{
    stroke: #2E7AD0 !important;
}

.react-datetime-picker__inputGroup__divider, .react-datetime-picker__inputGroup__leadingZero {
    font-size: 16px;
    width: 9px !important;
}

.analysis {
    border: 1px solid #444;
    text-transform: uppercase;
    font-size: 0.832rem;
    padding: 0.382rem;
}

.td-dca-details {
    display: inline-block
}

.dca-non-action {
    text-decoration: underline;
}

.table-ema-hit td {
    padding-bottom: 0.4rem;
    padding-top: 0.4rem;
}
