.logo {
	font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.table-container .inst-table .inst-tr {
    grid-template-columns: 1fr minmax(150px, 1.5fr) 1.3fr 1fr 1fr;
}
.home_page .table-container .inst-table .td-inner img {
    max-width: 10%;
}
.page_loader {
    width: 200px;
    margin: 0 auto;
    padding: 350px 0 200px;
    user-select: none;
}
.about_page .text-block h2 {
	color: #FFF;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-transform: uppercase;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.about_page .text-block {
	line-height: 30px;
}
.faq-list__item button {
    text-align: left;
}
.balance-table .table-container .inst-tr p:nth-child(2) {
    text-align: left;
}
.dashboard-top__inner {
    gap: 19%;
}
@media screen and (max-width: 1200px) {
    .header_mobile {
        padding-top: 50px;
        height: calc(100vh - 120px);
    }
}
@media screen and (max-width: 1180px) {
    .dashboard-top__inner {
        gap: 7%;
    }
}
@media screen and (max-width: 992px) {
    .dashboard-top__inner .d-column:first-child {
        margin-bottom: 20px;
    }
}
.dashboard-sidebar {
    z-index: 2;
}
.header_mobile {
    max-width: unset;
}
.user-content__out {
    color: #ff5a78;
    cursor: pointer;
}
.user-content__out svg path {
    stroke: #ff5a78;
}
.select-custom .select-inner__content {
    display: block;
    width: 100%;
}
.select-custom .select-inner__content .rselect__control,
.trade-grid__change .rselect__control,
.transfer-popup .rselect__control {
    background-color: unset;
    border-color: hsl(0deg 0% 40.94%);
    border-radius: 5px;
    box-shadow: unset;
    border: unset;
}
.select-custom .select-inner__content .rselect__menu,
.trade-grid__change .rselect__menu,
.transfer-popup .rselect__menu {
    background-color: #21272e;
}
.select-custom .select-inner__content .rselect__single-value,
.trade-grid__change .rselect__single-value,
.transfer-popup .rselect__single-value {
    color: #fff;
}
.select-custom .select-inner__content .rselect__indicator-separator,
.trade-grid__change .rselect__indicator-separator,
.transfer-popup .rselect__indicator-separator {
    background-color: hsl(0deg 0% 19.69%);
}
.select-custom .select-inner__content .rselect__option--is-focused,
.select-custom .select-inner__content .rselect__option--is-selected,
.trade-grid__change .rselect__option--is-focused,
.trade-grid__change .rselect__option--is-selected,
.rselect__option:active {
    background-color: #363a3e !important;
}
.select-loader img {
    width: 100px;
    margin: 0 auto;
    user-select: none;
}
.qr-block, 
.qr_code {
    text-align: center;
}
.qr-block svg,
.qr_code svg {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}
.inp-address .inp {
    font-size: 12px;
    justify-content: center;
}
.inp-address .inp span {
    background: unset;
    -webkit-text-fill-color: unset;
}

.withdraws-b .input-custom input::-webkit-outer-spin-button,
.withdraws-b .input-custom input::-webkit-inner-spin-button,
.transfer-popup .input-custom input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.withdraws-b .input-custom input[type=number] {
    -moz-appearance: textfield;
}
.withdraws-b .input-custom,
.convert_page .input-custom,
.staking_page .input-custom {
    height: 64px;
    padding: 0 22px;
}
.withdraws-b .input-custom input,
.convert_page .input-custom input,
.staking_page .input-custom input,
.transfer-popup .input-custom input {
    color: #ffffff;
}
.notification-container {
    padding: 20px 15px 17px !important;
}
.notification-error {
    background-color: #e94239 !important;
}
.notification-success {
    background-color: #00B67A !important;
}
.notification {
    box-shadow: unset !important;
    border-radius: 10px !important;
}
.dashboard-menu li.active {
    text-decoration: none;
}
.dashboard-menu li {
    line-height: 2px;
}
.convert_page .dsh-three,
.staking_page .dsh-three {
    grid-template-columns: repeat(2, 1fr);
}
.float-right {
    float: right !important;
}
.text-right {
    text-align: right !important;
}
.text-success2 {
    color: #05FFAD !important;
}
.convert_page .ttable .col {
    text-align: left;
    padding: 0 0 0 30px;
}
.convert_page .ttable .col img {
    margin-right: 10px;
    vertical-align: bottom;
    margin-bottom: -2px;
}
.convert_page .ttable {
    overflow-x: scroll;
}
.convert_page .ttable .row {
    min-width: unset;
}
.convert_page .ttable .ttable-inner {
    min-width: unset;
}
.transactions_page .ttable-inner,
.staking_page .ttable-inner {
    min-width: unset;
}
.transactions_page .row,
.staking_page .row {
    align-items: center;
    min-width: unset;
}
.transactions_page .ttable .col,
.staking_page .ttable .col {
    text-align: left;
    padding-left: 30px;
}
.transactions_page .ttable-inner img,
.staking_page .ttable-inner img {
    margin-right: 10px;
    margin-bottom: -2px;
    vertical-align: bottom;
}

.staking_page .setMax {
    font-weight: bold;
    float: right;
    cursor: pointer;
}
.staking_page input::-webkit-outer-spin-button,
.staking_page input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.staking_page input[type=number] {
    -moz-appearance: textfield;
}
.ttable-inner {
    max-width: 860px;
}
.verif_block .select-custom {
    padding: 3px;
    border-radius: 6.006px;
}
.cabinet-block .qr_code {
    text-align: center;
    margin: 30px 0;
}
.cabinet-block {
    justify-content: center;
}
.main-trade .trade-top .price {
    min-width: 200px;
}
.trade-grid__search .search-table .tr {
    cursor: pointer;
}
.trade-grid__search .search-table .tr:hover {
    background: #232e3d;
}
.trade-grid__table .table-container .inst-table .inst-tr {
    grid-template-columns: repeat(6, 1fr);
}
.trade-grid__table .table-container .inst-tbody .inst-tr {
    height: 40px;
}
.trade-grid__change form .select-inner__content {
    padding: 15px;
}
.trade-grid__chart {
    min-height: 700px;
    padding: 2px;
}
@media screen and (max-width: 576px) {
    .trade-grid__order .order-table__body {
        font-size: 10px;
    }
    .trade-grid__list .list-table__body {
        font-size: 10px;
    }
    .trade-grid__search .search-table__body {
        font-size: 10px;
    }
}
.cookies_page p a {
    color: #1eaff7;
}
.markets_page .d-flex {
    align-items: center;
}
.markets_page .d-flex img {
    margin-right: 7px;
}

.markets_page .table-container.table-markets .inst-table .inst-tbody {
    background: #121A25;
}
.markets_page .table-container.table-markets .inst-table .inst-thead {
    background: #121A25;
}
.page404 .section-title {
    margin: 150px 0 !important;
}



.chat-icon .ticket_new_message {
    width: 18px;
    height: 18px;
    background: #4FBF67;
    border-radius: 360px;
    position: absolute;
    top: -3px;
    right: -3px;
    border: solid 2px #ffffff;
}

.modal-content {
    position: static;
}
.tickets-drop {
    height: 100%;
}
.tickets-title {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.modal-content p {
    margin: 0;
    color: #000;
}
.modal-content .close {
  cursor: pointer;
}
.modal-content .close svg {
  fill: #000;
}
.tickets-drop ul {
    margin-top: 30px;
    margin-bottom: 12px;
}
.tickets-drop .ticketList {
    overflow-y: auto;
    height: 100%;
    padding: 0 5px;
}
.tickets-drop .form {
    height: 100%;
    overflow-y: auto;
}
.modal-content .form .form-group {
    margin-bottom: 10px;
}
.modal-content label {
    margin-bottom: 12px;
}
.ticket-input {
    margin-bottom: unset;
}
.ticket_loader {
  display: flex;
  height: 100%;  
  justify-content: center;
}
.ticket_loader img {
  width: 100px;
}

.modal-content li {
    cursor: pointer;
}
.tickets-drop ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 12px;
}
.tickets-drop ul li:not(:last-child) {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 12px;
}
.modal-content .messages {
    height: 280px;
    overflow-y: auto;
}
.tickets-drop .messages {
    height: 100%;
    padding: 0 5px;
}
.modal-content .message-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.modal-content .message-block:not(:first-child) {
    margin-top: 35px;
}
.modal-content .right-message {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.modal-content .message-block__user-image {
    border-radius: 50%;
}
.modal-content .message-block__messages {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.modal-content .left-message .message-block__messages {
    margin-left: 6px;
    padding-right: 35px;
}
.modal-content .message-text {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    line-height: 12.3px;
    font-weight: 400;
    color: #000;
}
.modal-content .message-text {
    font-size: 15px;
    line-height: 22px;
}
.tickets-drop .messages .message {
    padding: 9px 11px;
}
.modal-content .message-text .msg_time {
    display: block;
    font-size: 12px;
    margin-top: 3px;
    color: #939393;
}
.modal-content .message {
    background: rgb(243 243 243 / 70%);
    border-radius: 3.17896px;
    padding: 9px 8px;
    min-width: 95px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    overflow-wrap: break-word;
}
.modal-content .send-message {
    border-radius: 3.5px;
    border: 1px solid #353945;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 90px;
}
.modal-content .send-message {
    height: 200px;
    border: unset;
}
.modal-content .send-message textarea {
    height: 52px;
    width: 100%;
    outline: none;
    resize: none;
    padding: 12px;
}
.modal-content .send-message textarea {
    height: 90px;
}
.modal-content .send-message__bottom-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 8px;
}
.modal-content .send-message__bottom-block {
    justify-content: space-between;
    padding: 5px 0;
}

.modal-content .right-message .message-block__messages {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-right: 6px;
    padding-left: 35px;
}
.tickets-drop .messages .message:not(:last-child) {
  margin-bottom: 5px;
}
.ticketInfoBlock {
    height: 100%;
}
.ticket-info {
    margin-bottom: 16px;
}
.close-ticket {
    margin-top: 10px; 
    justify-content: center;
    font-size: 14px !important;
    border-radius: 12px !important;
    line-height: 30px;
}
.modal-content .form-control:active,
.modal-content .form-control:focus {
  box-shadow: none;
}
.chatWidget .chat .contact {
    padding-left: 0;
}
.tickets-lists {
    padding: 10px;
    height: 79%;
}
.tickets-lists button {
    width: 100%;
}

.chatWidget .chat .chat-close {
    top: 7px;
    right: 0px;
}
.chatWidget .chat .chat-close.close {
    top: 8px;
    right: 8px;
}
.chatWidget .chat-icon {
    bottom: 20px;
}
.tickets-drop .msg_time {
    display: block;
    font-size: 10px;
    text-align: right;
    margin-top: 5px;
}
.chatWidget .chat .messages .message.from {
    margin: 1rem 0rem 1rem auto;
}
.chatWidget .chat .messages .message {
    margin: 1rem 0;
}
.tickets-drop .caption3-medium {
    font-size: 14px;
    color: #747474;
    margin-top: 3px;
}
.tickets-drop .hairline2 {
    color: #000 !important;
}
.tickets-drop .react-select__single-value {
    color: #000000;
}
.tickets-drop .react-select__option {
    color: #000;
}
.tickets-new {
    padding: 10px;
    height: 84%;
}
.tickets-new button {
    width: 100%;
}
.table-container .inst-table .inst-tbody {
	padding: 25px 25px;
}

.table-container.table-markets .inst-table .inst-thead {
	border-bottom: unset;
	border-radius: 0;
}
.about-grid__item p {
    line-height: 22px;
}
.main-form form input {
	color: #fff;
}
.balance-table .table-container .inst-table .inst-tbody {
	padding: 0;
}
.balance-table .table-container .inst-tbody .inst-tr {
	background: #0a0619;
	border-radius: 0 !important;
}
.balance-table .table-container .inst-tbody .inst-tr:nth-child(even) {
	background: #0b0e1e;
}
.table-container .inst-table .inst-tbody .inst-tr:hover {
	background: #232236;
    border-radius: 7px;
}
.balance-table .table-container .inst-thead {
	background: #0b0e1e;
}
.user-content__menu ul li:hover {
	color: #05FFAD;
}
.home_page .table-container .inst-table .inst-tr {
    grid-template-columns: 0.6fr minmax(150px, 1.5fr) 1fr 1fr 1fr 1fr 1fr;
}
.dashboard-block .dsh-top .btn-brow .transfer-popup {
    right: -263px;
    border-radius: 6px;
    background: rgb(18 26 37);
}
.transfer-popup .select-custom .rselect__placeholder {
	font-size: 16px;
}
.transfer-popup .select-custom .rselect__option {
	font-size: 14px;
}
.transfer-popup .select-custom .rselect__single-value {
	font-size: 15px;
}
.transfer-popup .select-custom {
    padding: 5px;
}
.transfer-popup .input-custom input {
	font-size: 15px;
}
.transfer-popup .max {
	border: unset !important;
}

@media (max-width: 992px) {
    .main-dashboard .dashboard-inner {
        display: block;
    }
}

.table-container .inst-table::-webkit-scrollbar-thumb {
    background: rgb(28 28 28 / 90%);
}
.table-container .inst-table::-webkit-scrollbar-track {
    background: rgb(95 95 95);
}
.agree_block {
    font-size: 13px;
    display: flex;
}
.agree_block .form-check-input {
    width: 30px;
    height: 17px;
    margin-right: 10px;
}
.agree_block .form-check-input:checked {
    background-color: #00b67a;
    border-color: #11bb83;
}
.agree_block .form-check-input:focus {
    border-color: #00b67ac7;
    box-shadow: 0 0 0 0.25rem rgb(0 182 122 / 25%);
}
.agree_block .form-check-label a {
    color: #00b67a;
}
.notification-container {
    z-index: 999999999 !important;
}