.d-none {
    display: none !important
}

@media (min-width:600px) {
    .d-s-none {
        display: none !important
    }

    .d-s-block {
        display: block !important
    }
}

@media (min-width:768px) {
    .d-m-none {
        display: none !important
    }

    .d-m-block {
        display: block !important
    }
}

.table-responsive {
    -webkit-overflow-scrolling: touch;
    width: 100%;
    display: block;
    overflow-x: auto
}

.el-icon {
    height: 1em;
    width: 1em;
    display: inline-block;
}

.el-icon svg {
    height: 1em;
    width: 1em;
}

.contract-specifications-table th {
    text-align: center;
    font-family: Open Sans, Microsoft YaHei, Helvetica, Arial, Lucida, sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem
}

table {
    border-collapse: collapse;
}

.el-input {
    width: 100%;
    display: inline-flex;
    position: relative;
}

.el-input__inner {
    appearance: none;
    width: 100%;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    background: #fff;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    color: #606266;
    outline: 0;
    transition: border-color .2s;
    display: inline-block;
}

.el-input__inner::placeholder {
    color: #000000;
}

.el-input__inner:hover {
    border-color: #000000;
}

.el-input__inner:focus {
    border-color: #409eff;
    outline: 0;
}

.el-input__inner.search-input {
    width: 25rem;
    margin-bottom: 1rem;
    background: #CBD5E1;
}

.el-input__suffix {
    height: 100%;
    text-align: center;
    color: #000000;
    transition: all .3s;
    pointer-events: none;
    display: inline-flex;
    position: absolute;
    top: 0;
    right: 5px;
}

.el-input__suffix-inner {
    pointer-events: all;
    display: inline-flex;
}

.el-input__icon {
    width: 25px;
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}

.el-input--suffix .el-input__inner {
    padding-right: 30px;
}

.el-select {
    line-height: 40px;
    display: inline-block;
    position: relative;
}

.el-select:hover .el-input__inner {
    border-color: #000000;
}

.el-select .el-input__inner {
    cursor: pointer;
    display: inline-flex;
}

.el-select .el-input__inner:focus {
    border-color: #409eff;
}

.el-select .el-input {
    display: flex;
}

.el-select .el-input .el-select__caret {
    color: #000000;
    font-size: 14px;
    transition: transform .3s;
    cursor: pointer;
    transform: rotate(180deg);
}

.el-select .el-input .el-select__caret.el-icon {
    height: inherit;
}

.contract-specifications .el-input__suffix {
    right: 8px;
}

.contract-specifications-account-types-list,
.contract-specifications-symbol-types-list {
    width: 100%;
    margin: 0 0 1.5rem;
    padding: 0;
    display: flex;
    overflow: hidden;
    justify-content: space-between;
}

.contract-specifications-account-types-list li,
.contract-specifications-symbol-types-list li {
    color: #92A2BB;
    font: 700 1rem/1.5rem sans-serif;
    list-style: none;
    text-align: center;
    cursor: pointer;
}

.contract-specifications-account-types-list li {
    width: 50%;
    border-bottom: 4px solid #CCCCCC;
    padding: .75rem 0;
}

.contract-specifications-account-types-list li.active {
    color: #FFFFFF;
    border-bottom: 6px solid #3754ED;
    font-weight: 700;
    transition: all .3s;
    pointer-events: none;
}

.contract-specifications-symbol-types-list li {
    box-sizing: border-box;
    width: 25%;
    border-radius: 4px;
    padding: .75rem;
    color: #fff;
    background: #000000;
}

.contract-specifications-symbol-types-list li.active {
    color: #fff;
    background: #3754ED;
    transition: all .5s;
    pointer-events: none;
}

.contract-specifications-symbol-types-list li+li {
    margin-left: .5rem;
}

.contract-specifications .el-input .el-input__inner {
    width: 100%;
    padding: 0 1rem;
    background: #CBD5E1;
    color: #000000;
}

.contract-specifications-account-types-dd-list,
.contract-specifications-symbol-types-dd-list {
    width: 100%;
    font-size: 1rem;
    line-height: 1.5rem;
}

.contract-specifications-account-types-dd-list {
    margin-bottom: 1rem;
}

.contract-specifications-symbol-types-dd-list {
    margin-bottom: 1rem;
}

.contract-specifications-table {
    width: 100%;
}

.contract-specifications-table th,
.contract-specifications-table td {
    font: 400 1rem/1.5rem sans-serif;
    text-align: left;
}

.contract-specifications-table thead tr:nth-child(4) {
    width: 20%;
}

.contract-specifications-table thead tr th {
    color: #fff;
    width: 13%;
    background: #3754ED;
    padding: .75rem 1rem;
}

.contract-specifications-table thead tr:first-child th:not(:first-child) {
    border-left: 1px solid #EAEDF2;
}

.contract-specifications-table thead tr:nth-child(2) th {
    border: 1px solid #EAEDF2;
    border-bottom: 0;
}

.contract-specifications-table tbody tr:nth-child(2n+1) {
    background: #161A5B;
}

.contract-specifications-table tbody tr:nth-child(2n) {
    background: #000000;
}

.contract-specifications-table tbody tr td {
    padding: 1rem;
}

.contract-specifications-table tbody tr td.no-data {
    padding: 3rem 0;
    text-align: center;
}

.el-loading-parent--relative {
    position: relative !important;
}

.bottom-sheet-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
}

.bottom-sheet-overlay.active {
    opacity: 1;
    visibility: visible;
}

.bottom-sheet {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 20px 20px 0 0;
    padding: 20px;
    max-height: 60vh;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, .15);
    overflow-y: auto;
    transform: translateY(100%);
    transition: transform .3s ease-out;
    z-index: 9999;
}

.bottom-sheet.active {
    transform: translateY(0);
}

.bottom-sheet-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
}

.bottom-sheet-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.bottom-sheet-close {
    width: 32px;
    height: 32px;
    padding: 0;
    border: none;
    background: none;
    color: #666;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom-sheet-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bottom-sheet-option {
    padding: 16px;
    background: #f5f5f5;
    border: 2px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    transition: all .2s;
    text-align: left;
}

.bottom-sheet-option:hover {
    background: #e8e8e8;
}

.bottom-sheet-option.selected {
    background: #3754ED;
    color: #fff;
    border-color: #3754ED;
}

.custom-select-trigger {
    width: 100%;
    min-height: 44px;
    padding: 0 1rem;
    border: none;
    background: #CBD5E1;
    border-radius: 4px;
    color: #000;
    font-size: 16px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: space-between;
}

.custom-select-trigger span {
    flex: 1;
    text-align: left;
}

@media screen and (max-width:768px) {
    .el-input__inner.search-input {
        width: 100%;
        margin-bottom: 1rem
    }

    select.el-input__inner {
        display: none
    }

    .custom-select-trigger {
        display: flex !important
    }
}

@media screen and (min-width:769px) {
    .custom-select-trigger {
        display: none
    }

    .bottom-sheet-overlay,
    .bottom-sheet {
        display: none
    }
}