/*
ThemeWaves Responsive CSS
*/

@media (min-width: 640px) {
  .tw-border-right\@s {
    border-right-width: 1px;
    border-right-style: solid;
  }
  .uk-flex-middle\@s-tw {
    align-items: center;
  }
  .tw-dropdown-select.tw-dropdown-select-backaccount .selectize-input.items {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .tw-dropdown-select-backaccount .tw-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .tw-border-right-color\@s-tw,
  .tw-dropdown-options-select-list.tw-border-right-color\@s-tw
    .selectize-input.items {
    border-right-color: #25d56f;
  }
  .tw-border-left\@s {
    border-left: 1px solid transparent;
  }
  .tw-flex-end\@s {
    align-items: flex-end !important;
  }
  .uk-text-right\@s.tw-heading h3::after,
  .uk-text-right\@s.tw-heading h4::after {
    left: auto;
    right: 0;
  }
  .tw-mr-20\@s {
    margin-right: 20px !important;
  }
}
@media (min-width: 960px) {
  .tw-mt-70\@m {
    margin-top: 70px !important;
  }
  .tw-mb-70\@m {
    margin-bottom: 70px !important;
  }
  .tw-pb-100\@m {
    padding-bottom: 100px !important;
  }
  .tw-pb-90\@m {
    padding-bottom: 90px !important;
  }
  .tw-pt-100\@m {
    padding-top: 100px !important;
  }
  .tw-pt-90\@m {
    padding-top: 90px !important;
  }
  .tw-border-right\@m {
    border-right-width: 1px;
    border-right-style: solid;
  }
  .tw-hidden {
    display: none;
  }
  .tw-pr-60\@m {
    padding-right: 60px;
  }
  .tw-pl-60\@m {
    padding-left: 60px;
  }
  .tw-position-top-right\@m {
    top: 0;
    right: 0;
    position: absolute !important;
  }
  .uk-section-medium {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .tw-section-large {
    padding-top: 120px;
    padding-bottom: 160px;
  }
  .tw-mb-50\@m {
    margin-bottom: 50px !important;
  }
  .tw-flex-middle\@m {
    align-items: center !important;
  }
  .tw-pl-160\@m {
    padding-left: 160px !important;
  }
  .tw-pr-160\@m {
    padding-right: 160px !important;
  }
}
@media (min-width: 1200px) {
  .tw-border-right\@l {
    border-right-width: 1px;
    border-right-style: solid;
  }
  .tw-pr-60\@l {
    padding-right: 60px;
  }
  .tw-pl-60\@l {
    padding-left: 60px;
  }
  .tw-mb-50\@l {
    margin-bottom: 50px !important;
  }
  .tw-mb-100\@l {
    margin-bottom: 100px !important;
  }
  .tw-mb-140\@m {
    margin-bottom: 140px !important;
  }
  .tw-acc-item-padding-lg .tw-accordion-title-item,
  .tw-acc-item-padding-lg .tw-accordion-header-item,
  .tw-acc-item-padding-lg .tw-accordion-content-item {
    padding: 0 20px !important;
  }
}
@media (min-width: 1366px) {
  .tw-width-4-12\@1400 {
    width: 33.333%;
  }
}
@media (min-width: 1366px) {
  .tw-width-medium-large\@1500 {
    width: 310px;
  }
  .tw-width-5-12\@1500 {
    width: 41.666%;
  }
  /* Full page */
  .tw-full-page,
  .tw-full-page body {
    width: 100%;
    height: 100%;
  }
  .tw-height-1-1\@1500 {
    height: 100%;
  }
}
@media (min-width: 1600px) {
  .tw-width-4-12\@1600 {
    width: 33.333%;
  }
}

/* Affects device widths of 959px and smaller. */
@media (max-width: 1599px) {
  .tw-accordion-title-item,
  .tw-accordion-header-item,
  .tw-accordion-content-item {
    padding: 0 5px;
  }
  .tw-coin-details-right-items {
    flex-direction: column;
  }

  /* Chart header */
  .tw-coin-details {
    height: 60px;
  }
  .tw-coin-details-responsive.tw-coin-details-right-items {
    height: 44px;
    min-width: 150px;
    position: absolute;
    right: 19px;
    top: 8px;
    border: 1px solid #e4e8fb;
    background: #ffffff;
    border-radius: 2px;
  }
  .tw-dark-mode .tw-coin-details-responsive.tw-coin-details-right-items {
    border: 1px solid #212436;
  }
  .tw-coin-details-responsive .tw-coin-details-item {
    display: none;
    opacity: 0;
    visibility: hidden;
    margin-right: 0;
    height: 44px;
    min-height: 44px;
    padding-left: 15px;
    background: rgba(228, 232, 251, 0.15);
  }
  .tw-dark-mode .tw-coin-details-responsive .tw-coin-details-item {
    background: #1a1c2a;
  }
  .tw-coin-details-responsive .tw-coin-details-item:first-child {
    display: block;
    opacity: 1;
    visibility: visible;
    position: relative;
    padding-right: 30px;
  }
  .tw-coin-details-responsive .tw-coin-details-item:first-child::after {
    content: "\EA40";
    color: #5a5f7f;
    font-family: remixicon;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 14px;
  }
  .tw-coin-details-responsive.tw-coin-details-right-items:hover {
    height: auto;
    z-index: 999;
  }
  .tw-coin-details-responsive.tw-coin-details-right-items:hover
    .tw-coin-details-item {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .tw-coin-details-responsive .tw-coin-details-item:not(:last-child) {
    margin-right: 0 !important;
  }
}

@media (max-width: 1499px) {
  .tw-coin-list-table-outer tbody {
    max-height: 130px;
    /* overflow-y: scroll; */
  }
  .tw-trades-buy-table tbody,
  .tw-trades-sell-table tbody {
    max-height: 50px;
    /* overflow-y: scroll; */
  }
  .tw-active-orders-switch tbody {
    max-height: 145px;
    /* overflow-y: scroll; */
  }
  .tw-flex-first\@1500 {
    order: -1;
  }
  h1.tw-slider-title {
    font-size: 32px;
    line-height: 46px;
  }
}

@media (max-width: 1199px) {
  .tw-border-bottom\@l-tw {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  .tw-pb-60\@l-tw {
    padding-bottom: 60px;
  }
  .tw-pt-60\@l-tw {
    padding-top: 60px;
  }
  h1.tw-slider-title {
    font-size: 32px;
    line-height: 46px;
  }
  .tw-box-element {
    padding: 25px 15px;
  }
}

/* Affects device widths of 959px and smaller. */
@media (max-width: 959px) {
  .tw-breadcrump-content {
    padding: 30px 0;
  }

  .tw-breadcrump-image {
    display: none;
  }

  .tw-top-heading .uk-text-center {
    font-size: 32px;
    line-height: 40px;
    color: #051c35;
  }

  .main-start-image-content {
    margin-top: 60px;
  }

  .main-start-image .tw-heading.tw-top-heading .desc,
  .main-start-image .tw-top-heading .uk-text-center {
    color: #fff;
  }

  .main-start-image-item {
    width: calc(100% - 20px);
  }

  .tw-mobile-menu-nav.open {
    z-index: 99;
    display: flex;
    background: #002c5b;
  }

  .tw-mobile-menu-nav.open .uk-nav-primary > li:hover > a,
  .tw-mobile-menu-nav.open .uk-nav-primary > li.uk-active > a {
    color: #fff;
  }

  .tw-mobile-menu-close {
    color: #fff !important;
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .uk-navbar-toggle,
  .tw-heading.tw-top-heading .desc {
    color: #46596e;
  }

  .uk-navbar-toggle {
    font-size: 24px;
  }

  .tw-main-top-bg {
    display: none;
  }

  .tw-image {
    margin-top: 32px;
  }

  .tw-heading.left .desc,
  .tw-heading.left .title,
  .tw-heading.right .desc,
  .tw-heading.right .title {
    text-align: center;
  }

  .tw-heading-main .title,
  .tw-heading.left .title,
  .tw-heading.right .title {
    font-size: 24px;
    line-height: 30px;
  }

  .tw-home-box1-big-iconBox,
  .tw-home-box1-iconBox {
    top: 0;
  }
  .tw-home-box1-image {
    display: flex;
    justify-content: center;
  }

  .tw-home-box1-image .tw-object-svg {
    width: auto;
  }

  .tw-home-box1-big-iconBox,
  .tw-home-box1-iconBox {
    margin-top: 48px;
  }

  .tw-home-box1-iconBox-content {
    flex-wrap: wrap;
    margin-top: -24px;
  }

  .tw-home-box1-iconBox-content-item {
    width: 14%;
    padding-top: 24px;
  }

  .tw-holboos-svg,
  body.tw-body-after-before::after,
  body.tw-body-after-before::before {
    display: none;
  }
  .tw-pt-60\@m-tw {
    padding-top: 60px;
  }
  .tw-pt-30\@m-tw {
    padding-top: 30px;
  }
  .tw-pb-60\@m-tw {
    padding-bottom: 60px;
  }
  .tw-mb-30\@m-tw {
    margin-bottom: 30px;
  }
  .tw-pb-30\@m-tw {
    padding-bottom: 30px;
  }
  .tw-border-bottom\@m-tw {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  .tw-mt-15\@m-tw {
    margin-top: 15px;
  }
  .uk-flex-column\@m {
    flex-direction: column;
  }
  .tw-conditional-title.uk-flex-column\@m > *:not(:last-child) {
    margin-bottom: 30px;
  }
  .uk-logo {
    margin-right: 20px;
  }
  .tw-border-none\@m {
    border: none;
  }
  .tw-padding-medium\@m-tw {
    padding: 40px;
  }
  .tw-pb-40\@m-tw {
    padding-bottom: 40px;
  }
  .tw-pt-40\@m-tw {
    padding-top: 40px;
  }
  .tw-mb-15\@m-tw {
    margin-bottom: 15px;
  }
  .uk-table-responsive .uk-table-link:not(:last-child) > a,
  .uk-table-responsive td:not(:last-child):not(.uk-table-link),
  .uk-table-responsive th:not(:last-child):not(.uk-table-link) {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .uk-table-responsive .uk-table-link:not(:first-child) > a,
  .uk-table-responsive td:not(:first-child):not(.uk-table-link),
  .uk-table-responsive th:not(:first-child):not(.uk-table-link) {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .tw-box-element {
    padding: 15px 5px;
  }

  .tw-box-element {
    border-left: none;
    border-bottom: 1px solid transparent;
    border-color: #f5f8fd;
  }
  .tw-element > div:last-child > .tw-box-element {
    border-right: none;
  }
  .uk-card-body-outer {
    margin-top: 30px;
  }
  .tw-news-accordion-item {
    transition: all 0.3s ease-in-out;
  }
  .uk-card-body-outer.tw-hidden {
    margin-top: 0;
    overflow: hidden;
    opacity: 0;
    height: 0;
    transition: all 0.3 ease-in-out;
  }
  .uk-card-body-outer {
    opacity: 1;
    transition: all 0.3s ease-in-out;
    height: auto;
  }
}
@media (max-width: 767px) {
  .uk-modal {
    align-items: flex-start;
  }
}
@media (max-width: 639px) {
  .tw-product-service-item-top .title {
    font-size: 32px;
    line-height: 48px;
  }

  .main-start-image {
    height: auto;
  }

  .uk-section-medium {
    padding: 40px 0;
  }

  blockquote {
    font-size: 24px;
    line-height: 36px;
  }

  .tw-blog-tag ul,
  .tw-blog-single-footer {
    display: block;
  }

  .tw-blog-tag ul li,
  .tw-blog-social {
    margin-top: 24px;
  }

  .uk-modal-body {
    padding: 20px;
  }

  .uk-modal-body .uk-button.min-width-180 {
    min-width: 130px;
  }

  .tw-card-khyalvar-ariljaa {
    overflow: unset;
  }

  .tw-card-khyalvar-ariljaa .tw-all-orders-switcher {
    overflow: auto;
  }

  .tw-card-khyalvar-ariljaa
    .tw-all-orders-switcher
    .inner-table-content-khyalvar-ariljaa {
    width: 634px;
  }

  .tw-mb-20\@s-only {
    margin-bottom: 20px !important;
  }
  .tw-border-bottom\@s-only {
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  .tw-border-right-none\@s {
    border-right: none;
  }
  .tw-border-top\@s-only {
    border-top-width: 1px;
    border-top-style: solid;
  }
  .uk-flex-column\@s {
    flex-direction: column;
  }
  .uk-navbar-nav > li > a > i {
    margin-right: 0;
  }
  .tw-conditional-title-left.uk-flex-middle\@s-tw > *:not(:last-child) {
    margin: 0 !important;
    margin-bottom: 15px !important;
  }
  .tw-pl-0\@s {
    padding-left: 0 !important;
  }
  .tw-subnav {
    margin-left: -20px;
  }
  .tw-subnav.uk-subnav > * {
    padding-left: 20px;
  }

  .tw-mt-10\@s {
    margin-top: 10px !important;
  }
  .tw-mb-15\@s-tw {
    margin-bottom: 15px !important;
  }
  .tw-pt-110\@s {
    padding-top: 110px !important;
  }
  .tw-padding-large {
    padding: 30px;
  }
  .tw-conditional-item {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #161824;
    border-right: none;
  }
  .tw-conditional-item:last-child {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #1e2030;
    border-bottom: none;
    border-left: none;
  }
  .tw-two-box-responsive .tw-padding-medium.tw-pl-35.tw-pr-35 {
    padding: 15px !important;
  }
  .tw-two-box-responsive
    .tw-padding-medium.tw-border-right.tw-border-color-blue-2 {
    border-right: none;
    border-bottom: 1px solid transparent;
    border-bottom-color: #e4e8fb;
  }

  .tw-input-large-style .tw-responsive-input-with-clip .uk-input {
    padding-top: 42px;
    height: 84px;
  }
  .tw-input-large-style .tw-responsive-input-with-clip .uk-form-icon {
    justify-content: flex-start;
    height: 42px;
    width: calc(100% - 40px) !important;
    text-align: left;
    border-bottom: 1px solid transparent !important;
    border-color: #d3d8ef !important;
  }
  h1.tw-slider-title {
    font-size: 30px;
    line-height: 36px;
  }
  .tw-slider-buttons {
    flex-direction: column;
    align-items: flex-start;
  }
  .tw-slider-buttons .tw-button + .tw-button {
    margin-top: 15px;
    padding: 0 15px;
  }
  .uk-flex-column\@s {
    flex-direction: column;
  }
  .uk-flex-column\@s .tw-button.tw-store-button + .tw-button.tw-store-button {
    margin-left: 0;
    margin-top: 15px;
  }
  .uk-logo {
    margin-right: 28px !important;
  }
}

@media (max-width: 768px) {
  .tw-home-box1-iconBox-content-item {
    width: 16%;
  }
}
@media (max-width: 639px) {
  .tw-border-top\@-s {
    border-top: 1px solid transparent;
  }
}

/* Affects device widths of 639px and smaller. */
@media (max-width: 480px) {
  .tw-flex-column\@xxs {
    flex-direction: column;
  }
  .tw-conditional-title.tw-flex-column\@xxs
    .style-3.tw-conditional-title-right:not(:first-child) {
    padding-left: 32px;
    margin-top: 10px;
  }

  .tw-home-box1-iconBox-content-item {
    width: 19%;
  }

  .tw-top-bar ul li a.tw-text-white {
    font-size: 11px;
    font-weight: 400;
  }

  .tw-top-bar ul li i {
    font-size: 16px;
  }

  .tw-home-box1-big-iconBox-item .desc {
    margin-bottom: 0;
  }

  .tw-home-box1-big-iconBox-item .title {
    margin: 12px 0;
    font-size: 38px;
    line-height: 48px;
  }

  .tw-heading-main .title,
  .tw-heading.left .title,
  .tw-heading.right .title {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 375px) {
  .tw-home-box1-iconBox-content-item {
    width: 26%;
  }
}

@media (max-width: 325px) {
  .tw-home-box1-iconBox-content-item {
    width: 42%;
  }
}

@media (max-width: 360px) {
}

@media (max-height: 500px) {
  .uk-modal {
    align-items: flex-start;
  }
}
