@media only screen and (max-width: 1200px) {

  /* Portal Content/Box */
  .portal-window-content {
    border-radius: 15px;
    width: 45%;
  }
}

@media only screen and (max-width: 860px) {
  /* sidebar section styles */
  .sidebar {
    display: block;
    height: 100%;
    width: 80px;
    position: fixed !important;
    z-index: 1;
    top: 0;
    left: 0;
  }

  .sidebar .sidebar-logo {
    margin-bottom: 10px;
    padding: 10px 10px 10px;
  }

  .sidebar .sidebar-logo img.main-logo {
    width: 180px;
  }

  .sidebar .sidebar-logo img.mini-logo {
    width: 32px;
    margin: auto;
  }

  .sidebar .sidebar-logo #miniLogo {
    display: block;
  }

  .sidebar .sidebar-logo #mainLogo {
    display: none;
  }

  .sidebar .sidebar-box {
    position: relative;
    padding: 5px;
    top: 70px;
  }

  .sidebar .sidebar-menu-box {
    padding: 12px 5px;
  }

  .sidebar .sidebar-menu-box .sidebar-title {
    font-size: 10px;
    letter-spacing: 0.5px;
  }

  .sidebar .sidebar-menu-box .sidebar-menu-items .list-item {
    padding: 7px 12px;
    border-radius: 8px;
    margin: 4px 0;
  }

  .sidebar .sidebar-menu-box .sidebar-menu-items .list-item ion-icon {
    font-size: 24px;
  }

  .sidebar .sidebar-menu-box .sidebar-menu-items .list-item .item-text {
    font-size: 13px;
    padding-left: 12px;
    top: 5px;
    display: none;
  }

  /* dashboard main section styles */
  .dashboard-main {
    margin-left: 80px;
  }

  .dashboard-header-box {
    z-index: 0;
  }

  .dashboard-header {
    padding: 10px 20px;
  }

  #closeNav {
    background: #141821;
    display: none;
  }

  #openNav {
    display: block;
  }

  .dashboard-header .hamburger-section .btn .fas {
    font-size: 18px;
  }

  .dashboard-header .connected-section .btn {
    font-size: 12px;
    padding: 8px 15px;
  }

  .dashboard-header .connected-section .btn .fas {
    font-size: 11px;
    padding-left: 8px;
    animation: zoomInOut 2s infinite;
    /* The animation will take 2 seconds and repeat infinitely */
  }

  .dashboard-header .connected-section .btn:hover {
    background: #191d28;
  }

  /* main body styles section */

  /* my wallet page styles */
  .header-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 20px;
  }

  .header-section .net-worth {
    display: flex;
    flex-direction: row;
    justify-content: unset;
    margin-bottom: 10px;
  }

  .header-section .net-worth .net-worth-img {
    height: 70px;
    width: 70px;
    border-radius: 8px;
    margin-right: 8px;
    overflow: hidden;
  }

  .header-section .net-worth .net-worth-body {
    margin: auto 0;
  }

  .header-section .net-worth .net-worth-body p.title {
    font-size: 13px;
  }

  .header-section .net-worth .net-worth-body p.net-balance {
    font-size: 27px;
  }

  .buttons-section {
    margin: 15px auto;
  }

  .buttons-section .header-buttons {
    display: flex;
    flex-direction: row;
  }

  .buttons-section .header-buttons .btn {
    margin: 0 5px;
    font-size: 13px;
    padding: 7px 20px;
    border-radius: 8px;
  }

  .navbar-tab {
    padding: 0 10px;
  }

  .navbar-tab ul {
    display: flex;
    flex-direction: row;
    list-style: none;
  }

  .navbar-tab ul .navbar-item {
    margin-right: 30px;
    font-size: 13px;
    letter-spacing: 0.5px;
    padding-bottom: 10px;
  }

  .navbar-tab .navbar-item .price-status {
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 5px;
    margin-left: 7px;
  }

  .home-box {
    padding: 30px 20px;
  }

  .home-chart {
    border-radius: 10px;
    padding: 10px 0 0;
    width: 100%;
  }

  .home-chart .net-worth-body p.title {
    font-size: 13px;
  }

  .home-chart .net-worth-body p.net-balance {
    font-size: 24px;
  }

  .profile-box {
    margin-top: 0;
    border-radius: 12px;
    padding: 10px;
  }

  .profile-box .profile-img {
    width: 90px;
    height: 90px;
    border-radius: 45px;
  }

  .profile-box .profile-body .profile-name {
    font-size: 15px;
  }

  .profile-box .profile-body .client-position {
    font-size: 13px;
  }

  .profile-box .profile-body .profile-bio {
    font-size: 12px;
    height: unset !important;
    max-height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .profile-box .profile-btn .btn {
    width: 80%;
    font-size: 14px;
    padding: 8px 30px;
  }

  /* buy crypto section styles */
  .buy-crypto-wrapper {
    padding: 30px;
    height: 100vh;
    background: url("../files/images/static/aurorabg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .buy-crypto-section {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .buy-crypto-hero {
    margin: 20px auto 30px;
    max-width: 400px;
  }

  .buy-crypto-hero .buy-crypto-content {
    margin-top: 10%;
  }

  .buy-crypto-content .title {
    font-size: 45px;
  }

  .buy-crypto-content .sub-title {
    font-size: 14px;
    max-width: 350px;
  }

  .buy-crypto-box {
    margin: 10px auto;
    padding: 20px 30px;
    border-radius: 15px;
    max-width: 400px;
  }

  .providers-link .btn img {
    width: 26px;
    border-radius: 13px;
  } 

  .providers-link .btn .pills {
    padding: 3px 7px 1px;
    font-size: 10px;
    margin-right: 5px;
  }

  /* styles for feedback and support */

  #supportTicketPortal {
    display: none;
  }

  /* Portal Content/Box */
  .portal-window-content {
    border-radius: 15px;
    width: 45%;
  }

  .support_ticket_box {
    padding: 20px 20px;
  }

  .support-header .header-title {
    font-size: 15px;
  }

  .support-header .fas {
    font-size: 17px;
  }

  .support_ticket_box .form-group {
    margin: 10px 0 15px;
  }

  /* art valuation portal section */
  #valuationPortal .portal-window-content {
    width: 50%;
  }

  .art-valuation-wrapper {
    max-height: 80vh;
    overflow-y: auto;
    padding: 10px 5px 30px;
  }

  .art-valuation-wrapper .h4-title {
    margin: 10px 10px;
    font-size: 16px;
  }

  .art-valuation-wrapper .content {
    padding: 10px 0 20px;
  }

  .art-valuation-wrapper .content .est-price {
    font-size: 24px;
    line-height: 27px;
  }

  .art-valuation-wrapper .content .art-image {
    text-align: center;
    margin: 10px 15px;
  }

  .art-valuation-wrapper .content .art-image img {
    max-width: 180px;
    max-height: 180px;
    object-fit: cover;
    border-radius: 12px;
  }

  .art-valuation-wrapper .content .art-info p {
    font-size: 14px;
    font-weight: 600;
  }

  .art-valuation-wrapper .content .art-info p.artist {
    font-size: 13px;
    margin-bottom: 30px;
  }

  .art-valuation-wrapper .footer {
    padding: 8px 10px;
    font-size: 10px;
  }

  /* evaluate art and get investment returns styles */
  .evaluate_art_invest_box {
    padding-top: 20px;
  }

  .evaluate_art_invest_box .input_container {
    margin-bottom: 15px;
  }

  .evaluate_art_invest_box .input_container label {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .evaluate_art_invest_box .input_container .form-inline {
    display: flex;
    flex-direction: row;
  }

  .evaluate_art_invest_box .input_container .form-inline .btn {
    padding: 10px;
    width: 50px;
    font-size: 14px;
  }

  .evaluate_art_invest_box .input_container .form-inline input {
    font-size: 18px;
    height: 50px;
  }

  .evaluate_art_invest_box .returns_container .returns_days_box {
    padding: 6px;
  }

  .evaluate_art_invest_box
    .returns_container
    .returns_days_box
    .btn.btn-outline-secondary {
    padding: 7px 10px;
    font-size: 13px;
  }

  .potential_container {
    padding: 15px;
    border-radius: 10px;
  }

  .potential_container .title {
    font-size: 13px;
  }

  .potential_container .dollar_h3 {
    font-size: 20px;
  }

  .potential_container .eth_span {
    font-size: 14px;
    padding-left: 8px;
  }

  .evaluate_art_invest_box .art_invest_btn .btn {
    font-size: 14px;
  }

  /* receive funds section */

  #receiveFundsPortal {
    display: none;
  }

  .portal-note {
    font-size: 13px;
    font-weight: 500;
    color: #718096;
    text-align: center;
  }

  .receive_funds_box .receive_qr_box {
    text-align: center;
    margin: 30px 0;
  }

  .receive_funds_box .receive_qr_box img {
    border-radius: 12px;
    width: 150px;
    height: 150px;
    object-fit: contain;
  }

  .receive_funds_box .receive_profile {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
  }

  .receive_funds_box .receive_profile .img-box {
    width: 70px;
    height: 80px;
  }

  .receive_funds_box .receive_profile .profile-details {
    padding-left: 10px;
  }

  .receive_funds_box .receive_profile .profile-details .title {
    font-size: 12px;
  }

  .receive_funds_box .receive_profile .account-no-div {
    margin-bottom: 10px;
  }

  .receive_funds_box .receive_profile .acct-text .acct-number {
    font-size: 16px;
  }

  .receive_funds_box .receive_profile .acct-name {
    font-size: 13px;
  }

  /* send funds section */

  #sendFundsPortal {
    display: none;
  }

  #go-back-send-portal {
    display: none;
  }

  .send_funds_box .form-group label {
    font-size: 13px;
  }

  .send_funds_box .form-group .account-status .fas {
    font-size: 14px;
    margin-right: 10px;
  }

  .send_funds_box .form-group input {
    height: 45px;
  }

  .send_funds_box .form-group .btn {
    margin-top: 15px;
  }

  .send_funds_box .auth-transfer .transfer-amount {
    font-size: 21px;
  }

  .send_funds_box .auth-transfer .transfer-details {
    margin-top: 20px;
  }

  .send_funds_box .auth-transfer .transfer-details p {
    margin-bottom: 8px;
  }

  .send_funds_box .auth-transfer .form-group input {
    font-size: 18px;
    height: 50px;
  }

  /* deposit funds section */

  #depositPortal .portal-window-content {
    width: 50%;
  }

  .deposit_funds_box .deposit-limit-box {
    display: flex;
    justify-content: center;
    margin: 10px 0 20px;
  }

  .deposit_funds_box .deposit-limit-box .deposit-limit {
    padding: 15px 10px 5px;
    max-width: 80%;
  }

  .deposit_funds_box .deposit-limit-box .deposit-limit p {
    margin-bottom: 10px;
    padding-bottom: 0;
    font-size: 13px;
    font-weight: 500;
    color: #a0aec0;
  }

  .deposit_funds_box
    .deposit-limit-box
    .deposit-limit
    .deposit-limit-sub-title {
    margin-left: 10px;
  }

  .deposit_funds_box
    .deposit-limit-box
    .deposit-limit
    .deposit-limit-sub-title
    p {
    font-weight: 600;
  }

  .deposit_funds_box .deposit-input .form-group .form-inline input {
    font-size: 14px;
    height: 45px;
  }

  .deposit_funds_box .deposit-input .form-group .form-inline .btn {
    width: 35%;
    padding: 0 5px 0;
    font-size: 13px;
  }

  .deposit_funds_box .deposit-input .form-group input {
    height: 45px;
  }

  .deposit_funds_box .form-group.form-btn .btn {
    margin-top: 15px;
  }

  /* profile setting section */
  .settings-wrapper {
    margin: 30px 20px;
  }

  .settings-section {
    padding: 30px 20px;
  }

  .settings-section h3 {
    font-size: 21px;
  }

  .settings-section .sub-section {
    margin: 30px 0 5px;
  }

  .settings-section .sub-section .title {
    font-size: 18px;
  }

  .settings-section .sub-section .sub-title {
    font-size: 14px;
  }

  #profileImagePortal {
    display: none;
  }

  .settings-section .edit-profile-img {
    position: relative;
    overflow: hidden;
    height: 150px;
    width: 150px;
    background: #191d28;
    border-radius: 15px;
    cursor: pointer;
    margin: 40px auto 0;
  }

  .settings-section .edit-profile-img .overlay {
    visibility: visible;
    opacity: 1;
  }

  .settings-section .edit-profile-img .overlay .img-overlay {
    margin: 35% auto;
    width: 40px;
  }

  .upload-portal {
    padding: 20px 10px;
  }

  .upload-portal .title {
    font-size: 18px;
  }

  /* verification center sections */
  .ver-center {
    margin-top: 20px;
  }

  .ver-center .ver-rows {
    display: flex;
    padding: 20px 10px;
    justify-content: space-between;
  }

  .ver-center .ver-rows .ver-icon .far,
  .fas {
    font-size: 25px;
  }

  .ver-center .ver-rows .ver-type {
    width: 300px;
  }

  .ver-center .ver-rows .ver-type .title {
    font-size: 14px;
    font-weight: 800;
  }

  .ver-center .ver-rows .ver-type .desc {
    font-size: 12px;
    font-weight: 500;
    color: #718096;
  }

  .ver-center .ver-rows .ver-status {
    margin: auto 0;
  }

  .ver-center .ver-rows .ver-status .p-status {
    font-size: 13px;
    font-weight: 700;
    text-transform: capitalize;
  }

  /* payment method sections */

  .settings-section.payment-method {
    padding: 20px 0 20px;
  }

  .payment-method .method-tab .btn {
    width: 100%;
    padding: 10px;
    font-size: 14px;
  }

  .settings-section.payment-method .sub-section {
    margin: 0 0 15px;
    padding: 0 20px;
  }

  .settings-section.payment-method .payment-method-body {
    padding: 0 15px;
  }

  .settings-section.account-settings .sub-section .title {
    font-size: 18px;
  }

  .settings-section.account-settings .form-group .form-inline input {
    font-size: 16px;
  }

  .settings-section.password-settings .form-inline p {
    margin: auto;
    padding: 0;
    text-align: center;
    width: 50px;
    font-size: 16px;
    color: #a0aec0;
  }

  /* submit art section */
  .upload-art {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .upload-art .upload-art-box .upload-button-box {
    display: block;
  }

  .upload-art .upload-art-box .art-image-container {
    width: 100%;
    height: 250px;
    padding: 20px;
    position: relative;
    display: none;
  }

  .upload-art .upload-art-box .art-image-container .btn {
    background: #2d3748;
    border-radius: 5px;
    padding: 3px 10px;
    font-size: 15px;
    z-index: 1030;
    position: absolute;
    right: 30px;
    top: 30px;
  }

  /* affiliate section styles */
  .aff-wrapper {
    padding: 20px;
    margin: 30px 0 50px;
  }

  .aff-wrapper .aff-box {
    padding: 20px 15px;
    height: 180px;
    margin-bottom: 25px;
  }

  .aff-flex .btn.btn-primary {
    font-size: 16px;
    font-weight: 600;
    color: #a0aec0;
    height: 40px;
    width: 40px;
    text-align: center;
    background: transparent;
    border: 0;
  }

  .aff-box .aff-code {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .aff-code .btn {
    font-size: 13px;
  }

  .aff-box .aff-link {
    font-size: 11px;
  }

  .aff-box .aff-h5 {
    font-size: 13px;
  }

  .aff-box .aff-h2 {
    font-size: 35px;
    line-height: 80px;
  }

  .aff-box .aff-h2.aff-amt {
    font-size: 30px;
  }

  .aff-box .aff-p {
    font-size: 13px;
    text-transform: normal;
    font-weight: 600;
    color: #a0aec0;
  }

  .aff-icon {
    margin: auto 0;
  }

  .aff-icon .aff-fas {
    background: #718096;
    height: 60px;
    width: 60px;
    text-align: center;
    border-radius: 30px;
  }

  .aff-icon .aff-fas .fas {
    font-size: 30px;
    padding-top: 12px;
  }

  /* exhibition style section */

  .ex-wrapper {
    padding: 20px;
    margin: 20px 0 50px;
  }

  .ex-wrapper .title {
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 0.5px;
    color: #f7f7f7;
    /* font-family: "Neuton", serif; */
    margin-bottom: 25px;
  }

  .ex-wrapper .col-lg-3 {
    padding: 6px;
  }

  .ex-wrapper .ex-show-box {
    margin-bottom: 30px;
    padding: 10px;
    border-radius: 10px;
  }

  .ex-wrapper .ex-show-box .ex-img-box {
    text-align: center;
    cursor: pointer;
  }

  .ex-wrapper .ex-show-box .ex-img-box a {
    text-decoration: none;
  }

  .ex-wrapper .ex-show-box .ex-img-box img {
    width: 200px;
    height: 200px;
    border-radius: 10px;
    object-fit: cover;
  }

  .ex-wrapper .ex-show-box .ex-details {
    height: 70px;
    text-align: center;
  }

  .ex-wrapper .ex-show-box .ex-name {
    margin-top: 15px;
    text-align: center;
  }

  .ex-wrapper .ex-show-box .ex-name a {
    text-decoration: none;
    color: #f7f7f7;
    font-size: 13px;
  }

  .ex-wrapper .ex-show-box .ex-title {
    text-align: center;
    font-size: 11px;
  }

  /* trading section styles */
  .trade-wrapper {
    padding: 20px 30px;
    margin: 30px 0;
  }

  .trade-wrapper .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .trade-hero-section .title {
    text-transform: capitalize;
    font-size: 21px;
  }

  .trade-hero-section .sub-title {
    font-size: 14px;
  }

  .trade-hero-section .trade-content li {
    font-size: 13px;
    margin-bottom: 15px;
  }

  .trade-hero-section .trade-button-section {
    margin-top: 30px;
  }

  .trade-hero-section .trade-button-section .btn {
    padding: 10px 30px;
    font-size: 14px;
  }

  .trade-image-section {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 50px;
  }

  .trade-image-section img {
    width: 80%;
  }

  /* porfolio section wrapper */
  .portfolio-wrapper {
    margin-bottom: 50px;
  }

  .portfolio-networth {
    padding: 20px;
    background: #171a25;
    border-bottom: 1px solid #2d3748;
  }

  .portfolio-networth .net-worth {
    display: flex;
    flex-direction: row;
  }

  .portfolio-networth .net-worth .net-worth-img {
    height: 75px;
    width: 75px;
    border-radius: 8px;
    overflow: hidden;
  }

  .portfolio-networth .net-worth .net-worth-body {
    margin: auto 10px;
  }

  .portfolio-networth .net-worth .net-worth-body p.title {
    font-size: 13px;
  }

  .portfolio-networth .net-worth .net-worth-body p.net-balance {
    font-size: 21px;
  }

  .portfolio-networth .net-worth .net-worth-body .status {
    font-size: 11px;
    padding: 0 7px;
    border-radius: 4px;
  }

  .portfolio-wrapper .portfolio-header {
    padding: 10px 20px 0;
  }

  .portfolio-wrapper .portfolio-header.marketplace-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px 20px 0 20px;
  }

  .portfolio-wrapper .portfolio-header.marketplace-header .btn {
    padding: 7px 15px;
    font-size: 12px;
  }

  .portfolio-wrapper .head-title {
    font-size: 15px;
    padding-bottom: 10px;
  }

  .portfolio-section {
    margin: 30px 15px;
  }

  /* empty portfolio section */

  .portfolio-section .empty-portfolio {
    text-align: center;
    padding: 50px;
  }

  .empty-portfolio h4 {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .empty-portfolio p {
    font-size: 16px;
  }

  .empty-portfolio .empty-img img {
    width: 140px;
  }

  .asset-box {
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 30px;
  }

  .asset-box .asset-header {
    padding-bottom: 20px;
  }

  .asset-box .asset-header .art-name {
    font-size: 16px;
  }

  .asset-box .asset-header .artist-name {
    font-size: 13px;
  }

  .asset-box .asset-image {
    height: 180px;
    width: 220px;
    margin: auto;
  }

  .asset-box .asset-body {
    padding: 25px 0 10px;
  }

  .asset-box .asset-body .asset-info .asset-das {
    margin-left: 30px;
  }

  .asset-box .asset-body .asset-info .asset-das .percent {
    color: #718096;
    font-size: 12px;
  }

  .asset-box .asset-body .asset-info .asset-das .status {
    font-size: 11px;
  }

  .asset-box .asset-body .asset-info .asset-title {
    font-size: 12px;
  }

  .asset-box .asset-body .asset-info .asset-sub-title {
    font-size: 13px;
    font-weight: 600;
  }

  .asset-box .asset-body .asset-info .asset-sub-eth {
    font-size: 12px;
    font-weight: 600;
  }

  .asset-box .asset-body .asset-button {
    text-align: center;
  }

  .asset-box .asset-body .asset-button .btn {
    width: 70%;
    border-radius: 30px;
    font-size: 14px;
    padding: 9px 20px;
  }

  /* listing details section */
  .listing-details-wrapper {
    padding: 20px;
  }

  .artwork-img-section .artwork-info .artwork-name {
    font-size: 21px;
  }

  .artwork-img-section .artwork-info .artwork-artist {
    font-size: 14px;
  }

  .artwork-img-section .art-work-img {
    width: 300px;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
    margin: 40px 0;
  }

  .artwork-trade-buttons {
    padding: 20px 0;
    display: flex;
  }

  .artwork-trade-buttons .btn {
    font-size: 13px;
    width: 45%;
  }

  .artwork-trade-buttons .btn.btn-success {
    margin-right: 10px;
  }

  .artwork-trade-info {
    padding: 10px 10px;
    background: #1a202c;
  }

  .artwork-trade-info .title {
    font-size: 13px;
  }

  .artwork-trade-info .sub-title {
    font-size: 14px;
  }

  .artwork-trade-info .sub-eth {
    font-size: 13px;
  }

  .artwork-trade-info .percent {
    font-size: 12px;
  }

  .artwork-trade-info .status {
    font-size: 12px;
    font-weight: 700;
    color: #f7f7f7;
    padding: 0 8px;
    margin-left: 10px;
    border-radius: 5px;
  }

  .artwork-details-section {
    margin-top: 40px;
  }

  .artwork-details-section .head-title {
    padding: 0 10px 8px;
    font-size: 13px;
  }

  .artwork-details-box {
    padding: 20px 15px;
    border-radius: 10px;
    /* background: #1a202c; */
  }

  .artwork-details-box .artwork-code {
    font-size: 16px;
    font-weight: 700;
    color: #f7f7f7;
    margin-bottom: 20px;
  }

  .artwork-details-box .artwork-content {
    margin: 20px 0;
  }

  /* art modal section */

  .art-info .art-info-header .art-name {
    font-size: 15px;
  }

  /* invest art modal section */
  #investArtPortal {
    display: none;
  }

  #investArtPortal .portal-window-content {
    width: 50%;
  }

  .support_ticket_box.invest_art_box {
    padding: 0;
  }

  .support_ticket_box.invest_art_box .support-header {
    padding: 20px 20px 0;
  }

  .invest_art_box .art-info {
    max-height: 85vh;
    overflow-y: auto;
    padding: 20px 20px;
  }

  .invest_art_box .art-info .art-info-header .art-info-img {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 5px;
  }

  .invest_art_box .art-info .art-info-header .art-info-details {
    margin: auto 7px;
  }

  .invest_art_box .art-info .art-info-header .art-name {
    font-size: 14px;
  }

  .invest_art_box .art-info .art-info-header .art-artist {
    font-size: 12px;
  }

  .invest_art_box .art-info .art-info-header .art-status {
    font-size: 10px;
  }

  .invest_art_box .art-info .dual-invest .label {
    font-size: 13px;
  }

  .invest_art_box .art-info .dual-invest .sub-label {
    font-size: 12px;
  }

  .invest_art_box .art-info .dual-invest .art-details {
    margin: 15px 0 15px;
  }

  .invest_art_box .art-info .art-details .title-p {
    font-size: 12px;
  }

  .invest_art_box .art-info .art-details .details-p {
    font-size: 12px;
  }

  .invest_art_box .art-info .art-details .percent {
    font-size: 11px;
  }

  .invest_art_box .art-info .art-details .status {
    font-size: 10px;
    padding: 0 5px;
    margin-left: 6px;
  }

  .invest_art_box .art-info .art-buy-input .form-group label {
    font-size: 13px;
  }

  .invest_art_box .art-info .art-buy-input .form-group.form-btn {
    margin-top: 15px;
  }

  .invest_art_box .art-info .art-buy-input .form-group.form-btn .btn {
    border-radius: 25px;
    font-weight: 600;
    font-size: 13px;
  }

  .invest_art_box .art-info .art-returns .label {
    font-size: 12px;
  }

  .invest_art_box .art-info .art-returns .return-value {
    font-size: 20px;
  }

  /* affiliate section styles */
  .activity-wrapper {
    padding: 20px 15px;
    margin-bottom: 50px;
  }

  .activity-section {
    padding: 20px 10px;
    border-radius: 12px;
  }

  .activity-filter {
    display: flex;
    flex-direction: row;
  }

  .activity-filter .form-group {
    margin-right: 20px;
  }

  .activity-row {
    margin-top: 20px;
  }

  .activity-box-wrapper {
    margin: 20px 10px 10px 0;
    padding: 10px 10px;
    border-radius: 12px;
  }

  .activity-box-wrapper .activity-date {
    font-size: 13px;
  }

  .activity-box {
    display: flex;
    flex-direction: row;
    width: 100%;
  }

  .activity-box .box-section {
    display: flex;
    flex-direction: row;
    width: 33%;
  }

  .activity-box .box-section .details-section {
    margin: auto 0;
  }

  .activity-box .box-section .details-section .title {
    font-size: 13px;
  }

  .activity-box .box-section .details-section .note-p {
    font-size: 12px;
  }

  .activity-box .box-section .details-section .p-status {
    font-size: 11px;
  }

  .activity-box .box-section .details-section .btn {
    font-size: 12px;
    padding: 5px 10px;
  }

  .activity-box .box-section .img-section {
    height: 35px;
    width: 35px;
    border-radius: 17.5px;
    overflow: hidden;
    margin-right: 5px;
  }
}

@media only screen and (max-width: 725px) {
    /* Portal Content/Box */
    .portal-window-content {
      border-radius: 15px;
      width: 55%;
    }

}

@media only screen and (max-width: 600px) {
  /* sidebar section styles */
  .sidebar {
    display: block;
    height: 100%;
    width: 60px;
    position: fixed !important;
    z-index: 1;
    top: 0;
    left: 0;
    padding: 0;
  }

  .sidebar .sidebar-logo {
    margin-bottom: 10px;
    padding: 10px 5px 10px;
  }

  .sidebar .sidebar-logo img.main-logo {
    width: 150px;
  }

  .sidebar .sidebar-logo img.mini-logo {
    width: 30px;
    margin: auto;
  }

  .sidebar .sidebar-logo #miniLogo {
    display: block;
  }

  .sidebar .sidebar-logo #mainLogo {
    display: none;
  }

  .sidebar .sidebar-box {
    position: relative;
    padding: 1px;
    top: 60px;
  }

  .sidebar .sidebar-menu-box {
    padding: 12px 5px;
  }

  .sidebar .sidebar-menu-box .sidebar-title {
    font-size: 10px;
    letter-spacing: 0.5px;
  }

  .sidebar .sidebar-menu-box .sidebar-menu-items .list-item {
    padding: 7px 12px;
    border-radius: 8px;
    margin: 4px 0;
  }

  .sidebar .sidebar-menu-box .sidebar-menu-items .list-item ion-icon {
    font-size: 24px;
  }

  .sidebar .sidebar-menu-box .sidebar-menu-items .list-item .item-text {
    font-size: 13px;
    padding-left: 12px;
    top: 5px;
    display: none;
  }

  /* dashboard main section styles */
  .dashboard-main {
    margin-left: 60px;
  }

  .dashboard-header-box {
    z-index: 0;
  }

  .dashboard-header {
    padding: 10px 15px;
  }

  #closeNav {
    background: #141821;
    display: none;
  }

  #openNav {
    display: block;
  }

  .dashboard-header .hamburger-section .btn .fas {
    font-size: 16px;
  }

  .dashboard-header .connected-section .btn {
    font-size: 12px;
    padding: 8px 12px;
  }

  .dashboard-header .connected-section .btn .fas {
    font-size: 10px;
    padding-left: 8px;
    animation: zoomInOut 2s infinite;
    /* The animation will take 2 seconds and repeat infinitely */
  }

  /* main body styles section */

  /* my wallet page styles */
  .header-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 10px;
  }

  .header-section .net-worth {
    display: flex;
    flex-direction: row;
    justify-content: unset;
    margin-bottom: 10px;
  }

  .header-section .net-worth .net-worth-img {
    height: 60px;
    width: 60px;
    border-radius: 8px;
    margin-right: 8px;
    overflow: hidden;
  }

  .header-section .net-worth .net-worth-body {
    margin: auto 0;
  }

  .header-section .net-worth .net-worth-body p.title {
    font-size: 12px;
  }

  .header-section .net-worth .net-worth-body p.net-balance {
    font-size: 24px;
  }

  .buttons-section {
    margin: 15px auto;
  }

  .buttons-section .header-buttons {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .buttons-section .header-buttons .btn {
    margin: 7px 5px;
    font-size: 13px;
    padding: 7px 20px;
    border-radius: 8px;
    width: 40%;
  }

  .navbar-tab {
    padding: 0 10px;
  }

  .navbar-tab ul {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    list-style: none;
    width: 100%;
  }

  .navbar-tab ul::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
  }

  .navbar-tab ul .navbar-item {
    margin-right: 20px;
    font-size: 13px;
    letter-spacing: normal;
    padding-bottom: 10px;
  }

  .navbar-tab ul .navbar-item .asset-link {
    display: flex;
  }

  .navbar-tab .navbar-item .price-status {
    font-size: 11px;
    padding: 3px 5px;
    border-radius: 5px;
    margin-left: 5px;
  }

  .home-box {
    padding: 30px 10px;
  }

  .home-chart {
    border-radius: 10px;
    padding: 10px 0 0;
    width: 100%;
  }

  .home-chart .net-worth-body p.title {
    font-size: 12px;
  }

  .home-chart .net-worth-body p.net-balance {
    font-size: 21px;
  }

  .profile-box {
    margin-top: 0;
    border-radius: 12px;
    padding: 10px;
  }

  .profile-box .profile-img {
    width: 80px;
    height: 80px;
    border-radius: 40px;
  }

  .profile-box .profile-body .profile-name {
    font-size: 14px;
  }

  .profile-box .profile-body .profile-bio {
    font-size: 12px;
  }

  .profile-box .profile-btn .btn {
    width: 70%;
    font-size: 14px;
    padding: 8px 30px;
  }

  /* buy crypto section styles */
  .buy-crypto-wrapper {
    padding: 20px 10px;
    height: 100vh;
    background: url("../files/images/static/aurorabg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .buy-crypto-section {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .buy-crypto-hero {
    margin: 20px auto 30px;
    max-width: 400px;
  }

  .buy-crypto-hero .buy-crypto-content {
    margin-top: 40px;
  }

  .buy-crypto-content .title {
    font-size: 35px;
  }

  .buy-crypto-content .sub-title {
    font-size: 13px;
    max-width: 300px;
  }

  .buy-crypto-box {
    margin: 10px auto;
    padding: 20px 15px;
    border-radius: 15px;
    max-width: 400px;
  }

  .providers-link .btn img {
    width: 24px;
    border-radius: 12px;
  }

  .providers-link .btn .pills {
    padding: 3px 5px 1px;
    font-size: 10px;
    margin-right: 5px;
  }

  /* styles for feedback and support */

  #supportTicketPortal {
    display: none;
  }

  /* Portal Content/Box */
  .portal-window-content {
    border-radius: 15px;
    width: 60%;
  }

  .support_ticket_box {
    padding: 20px 15px;
  }

  .support-header .header-title {
    font-size: 15px;
  }

  .support-header .fas {
    font-size: 17px;
  }

  .support_ticket_box .form-group {
    margin: 10px 0 15px;
  }

  /* art valuation portal section */
  #valuationPortal .portal-window-content {
    width: 62%;
  }

  .art-valuation-wrapper {
    max-height: 80vh;
    overflow-y: auto;
    padding: 10px 5px 30px;
  }

  .art-valuation-wrapper .h4-title {
    margin: 10px 10px;
    font-size: 16px;
  }

  .art-valuation-wrapper .content {
    padding: 10px 0 20px;
  }

  .art-valuation-wrapper .content .est-price {
    font-size: 24px;
    line-height: 27px;
  }

  .art-valuation-wrapper .content .art-image {
    text-align: center;
    margin: 10px 15px;
  }

  .art-valuation-wrapper .content .art-image img {
    max-width: 180px;
    max-height: 180px;
    object-fit: cover;
    border-radius: 12px;
  }

  .art-valuation-wrapper .content .art-info p {
    font-size: 14px;
    font-weight: 600;
  }

  .art-valuation-wrapper .content .art-info p.artist {
    font-size: 13px;
    margin-bottom: 30px;
  }

  .art-valuation-wrapper .footer {
    padding: 8px 10px;
    font-size: 10px;
  }

  /* receive funds section */

  #receiveFundsPortal {
    display: none;
  }

  .portal-note {
    font-size: 13px;
    font-weight: 500;
    color: #718096;
    text-align: center;
  }

  .receive_funds_box .receive_qr_box {
    text-align: center;
    margin: 30px 0;
  }

  .receive_funds_box .receive_qr_box img {
    border-radius: 12px;
    width: 150px;
    height: 150px;
    object-fit: contain;
  }

  .receive_funds_box .receive_profile {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
  }

  .receive_funds_box .receive_profile .img-box {
    width: 75px;
    height: 80px;
  }

  .receive_funds_box .receive_profile .profile-details {
    padding-left: 10px;
  }

  .receive_funds_box .receive_profile .profile-details .title {
    font-size: 12px;
  }

  .receive_funds_box .receive_profile .account-no-div {
    margin-bottom: 10px;
  }

  .receive_funds_box .receive_profile .acct-text .acct-number {
    font-size: 16px;
  }

  .receive_funds_box .receive_profile .acct-name {
    font-size: 13px;
  }

  /* send funds section */

  #sendFundsPortal {
    display: none;
  }

  #go-back-send-portal {
    display: none;
  }

  .send_funds_box .form-group label {
    font-size: 13px;
  }

  .send_funds_box .form-group .account-status .fas {
    font-size: 14px;
    margin-right: 10px;
  }

  .send_funds_box .form-group input {
    height: 45px;
  }

  .send_funds_box .form-group .btn {
    margin-top: 15px;
  }

  .send_funds_box .auth-transfer .transfer-amount {
    font-size: 18px;
  }

  .send_funds_box .auth-transfer .transfer-details {
    margin-top: 20px;
  }

  .send_funds_box .auth-transfer .transfer-details p {
    margin-bottom: 8px;
  }

  .send_funds_box .auth-transfer .form-group input {
    font-size: 18px;
    height: 50px;
  }

  /* deposit funds section */

  #depositPortal .portal-window-content {
    width: 65%;
  }

  .deposit_funds_box .deposit-limit-box {
    display: flex;
    justify-content: center;
    margin: 10px 0 20px;
  }

  .deposit_funds_box .deposit-limit-box .deposit-limit {
    padding: 15px 10px 5px;
    max-width: 80%;
  }

  .deposit_funds_box .deposit-limit-box .deposit-limit p {
    margin-bottom: 10px;
    padding-bottom: 0;
    font-size: 13px;
    font-weight: 500;
    color: #a0aec0;
  }

  .deposit_funds_box
    .deposit-limit-box
    .deposit-limit
    .deposit-limit-sub-title {
    margin-left: 10px;
  }

  .deposit_funds_box
    .deposit-limit-box
    .deposit-limit
    .deposit-limit-sub-title
    p {
    font-weight: 600;
  }

  .deposit_funds_box .deposit-input .form-group .form-inline input {
    font-size: 14px;
    height: 45px;
  }

  .deposit_funds_box .deposit-input .form-group .form-inline .btn {
    width: 35%;
    padding: 0 5px 0;
    font-size: 13px;
  }

  .deposit_funds_box .deposit-input .form-group input {
    height: 45px;
  }

  .deposit_funds_box .form-group.form-btn .btn {
    margin-top: 15px;
  }

  /* profile setting section */
  .settings-wrapper {
    margin: 30px 10px;
  }

  .settings-section {
    padding: 30px 10px;
  }

  .settings-section h3 {
    font-size: 18px;
  }

  .settings-section .sub-section {
    margin: 30px 0 5px;
  }

  .settings-section .sub-section .title {
    font-size: 16px;
  }

  .settings-section .sub-section .sub-title {
    font-size: 13px;
  }

  #profileImagePortal {
    display: none;
  }

  .settings-section .edit-profile-img {
    position: relative;
    overflow: hidden;
    height: 100px;
    width: 100px;
    background: #191d28;
    border-radius: 15px;
    cursor: pointer;
    margin: 30px auto 0;
  }

  .settings-section .edit-profile-img .overlay {
    visibility: visible;
    opacity: 1;
  }

  .settings-section .edit-profile-img .overlay .img-overlay {
    margin: 35% auto;
    width: 40px;
  }

  .upload-portal {
    padding: 20px 10px;
  }

  .upload-portal .title {
    font-size: 18px;
  }

  /* verification center sections */
  .ver-center {
    margin-top: 20px;
  }

  .ver-center .ver-rows {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 10px;
    justify-content: space-between;
  }

  .ver-center .ver-rows .ver-icon {
    margin-bottom: 10px;
    width: 100px;
  }

  .ver-center .ver-rows .ver-icon .far,
  .fas {
    font-size: 25px;
  }

  .ver-center .ver-rows .ver-type {
    width: 280px;
  }

  .ver-center .ver-rows .ver-type .title {
    font-size: 14px;
    font-weight: 800;
  }

  .ver-center .ver-rows .ver-type .desc {
    font-size: 12px;
    font-weight: 500;
    color: #718096;
    margin-bottom: 10px;
  }

  .ver-center .ver-rows .ver-status {
    margin: auto 0;
  }

  .ver-center .ver-rows .ver-status .p-status {
    font-size: 13px;
    font-weight: 700;
    text-transform: capitalize;
  }

  /* payment method sections */

  .settings-section.payment-method {
    padding: 20px 0 20px;
  }

  .payment-method .method-tab .btn {
    width: 100%;
    padding: 10px;
    font-size: 14px;
  }

  .settings-section.payment-method .sub-section {
    margin: 0 0 15px;
    padding: 0 20px;
  }

  .settings-section.payment-method .payment-method-body {
    padding: 0 15px;
  }

  .settings-section.account-settings .sub-section .title {
    font-size: 18px;
  }

  .settings-section.account-settings .form-group .form-inline .fas {
    font-size: 18px;
  }

  .settings-section.account-settings .form-group .form-inline input {
    font-size: 16px;
  }

  .settings-section.password-settings .form-group .form-inline .fas {
    font-size: 18px;
  }

  .settings-section.password-settings .form-inline p {
    margin: auto;
    padding: 0;
    text-align: center;
    width: 50px;
    font-size: 16px;
    color: #a0aec0;
  }

  /* submit art section */
  .upload-art {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .upload-art .upload-art-box .upload-button-box {
    display: block;
  }

  .upload-art .upload-art-box .art-image-container {
    width: 100%;
    height: 200px;
    padding: 15px;
    position: relative;
    display: none;
  }

  .upload-art .upload-art-box .art-image-container .btn {
    background: #2d3748;
    border-radius: 5px;
    padding: 3px 8px;
    font-size: 13px;
    z-index: 1030;
    position: absolute;
    right: 30px;
    top: 30px;
  }

  /* affiliate section styles */
  .aff-wrapper {
    padding: 20px;
    margin: 30px 0 50px;
  }

  .aff-wrapper .aff-box {
    padding: 20px 15px;
    height: 180px;
    margin-bottom: 25px;
  }

  .aff-flex .btn.btn-primary {
    font-size: 16px;
    font-weight: 600;
    color: #a0aec0;
    height: 40px;
    width: 40px;
    text-align: center;
    background: transparent;
    border: 0;
  }

  .aff-box .aff-code {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .aff-code .btn {
    font-size: 13px;
  }

  .aff-box .aff-link {
    font-size: 11px;
  }

  .aff-box .aff-h5 {
    font-size: 13px;
  }

  .aff-box .aff-h2 {
    font-size: 35px;
    line-height: 80px;
  }

  .aff-box .aff-h2.aff-amt {
    font-size: 30px;
  }

  .aff-box .aff-p {
    font-size: 13px;
    text-transform: normal;
    font-weight: 600;
    color: #a0aec0;
  }

  .aff-icon {
    margin: auto 0;
  }

  .aff-icon .aff-fas {
    background: #718096;
    height: 50px;
    width: 50px;
    text-align: center;
    border-radius: 25px;
  }

  .aff-icon .aff-fas .fas {
    font-size: 25px;
    padding-top: 10px;
  }

  /* exhibition style section */

  .ex-wrapper {
    padding: 20px 5px;
    margin: 20px 0 50px;
  }

  .ex-wrapper .title {
    font-size: 24px;
    font-weight: 800;
  }

  .ex-wrapper .col-lg-3 {
    padding: 6px;
  }

  .ex-wrapper .ex-show-box {
    margin-bottom: 30px;
    padding: 10px;
    border-radius: 10px;
  }

  .ex-wrapper .ex-show-box .ex-img-box img {
    width: 160px;
    height: 160px;
    border-radius: 10px;
    object-fit: cover;
  }

  .ex-wrapper .ex-show-box .ex-details {
    height: 60px;
    text-align: center;
  }

  .ex-wrapper .ex-show-box .ex-name {
    margin-top: 15px;
    text-align: center;
  }

  .ex-wrapper .ex-show-box .ex-name a {
    text-decoration: none;
    color: #f7f7f7;
    font-size: 13px;
  }

  .ex-wrapper .ex-show-box .ex-title {
    text-align: center;
    font-size: 11px;
  }

  /* trading section styles */
  .trade-wrapper {
    padding: 20px 10px;
    margin: 30px 0;
  }

  .trade-wrapper .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .trade-hero-section .title {
    text-transform: capitalize;
    font-size: 20px;
  }

  .trade-hero-section .sub-title {
    font-size: 13px;
  }

  .trade-hero-section .trade-content li {
    font-size: 12px;
    margin-bottom: 15px;
  }

  .trade-hero-section .trade-button-section {
    margin-top: 30px;
  }

  .trade-hero-section .trade-button-section .btn {
    padding: 10px 30px;
    font-size: 13px;
  }

  .trade-image-section {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 50px;
  }

  .trade-image-section img {
    width: 80%;
  }

  /* porfolio section wrapper */
  .portfolio-wrapper {
    margin-bottom: 50px;
  }

  .portfolio-networth {
    padding: 20px;
    background: #171a25;
    border-bottom: 1px solid #2d3748;
  }

  .portfolio-networth .net-worth {
    display: flex;
    flex-direction: row;
  }

  .portfolio-networth .net-worth .net-worth-img {
    height: 60px;
    width: 60px;
    border-radius: 8px;
    overflow: hidden;
  }

  .portfolio-networth .net-worth .net-worth-body {
    margin: auto 10px;
  }

  .portfolio-networth .net-worth .net-worth-body p.title {
    font-size: 12px;
  }

  .portfolio-networth .net-worth .net-worth-body p.net-balance {
    font-size: 18px;
  }

  .portfolio-networth .net-worth .net-worth-body .status {
    font-size: 10px;
    padding: 0 5px;
    border-radius: 4px;
  }

  .portfolio-wrapper .portfolio-header {
    padding: 10px 10px 0;
  }

  .portfolio-wrapper .portfolio-header.marketplace-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px 10px 0 10px;
  }

  .portfolio-wrapper .portfolio-header.marketplace-header .btn {
    padding: 7px 10px;
    font-size: 11px;
  }

  .portfolio-wrapper .head-title {
    font-size: 14px;
    padding-bottom: 10px;
  }

  .portfolio-section {
    margin: 30px 10px;
  }

  /* empty portfolio section */

  .portfolio-section .empty-portfolio {
    text-align: center;
    padding: 50px;
  }

  .empty-portfolio h4 {
    font-size: 21px;
    margin-bottom: 25px;
  }

  .empty-portfolio p {
    font-size: 14px;
  }

  .empty-portfolio .empty-img img {
    width: 120px;
  }

  .asset-box {
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 30px;
  }

  .asset-box .asset-header {
    padding-bottom: 20px;
  }

  .asset-box .asset-header .art-name {
    font-size: 15px;
  }

  .asset-box .asset-header .artist-name {
    font-size: 13px;
  }

  .asset-box .asset-image {
    height: 160px;
    width: 200px;
    margin: auto;
  }

  .asset-box .asset-body {
    padding: 25px 0 10px;
  }

  .asset-box .asset-body .asset-info .asset-das {
    margin-left: 30px;
  }

  .asset-box .asset-body .asset-info .asset-das .percent {
    color: #718096;
    font-size: 12px;
  }

  .asset-box .asset-body .asset-info .asset-das .status {
    font-size: 11px;
  }

  .asset-box .asset-body .asset-info .asset-title {
    font-size: 12px;
  }

  .asset-box .asset-body .asset-info .asset-sub-title {
    font-size: 13px;
    font-weight: 600;
  }

  .asset-box .asset-body .asset-button {
    text-align: center;
  }

  .asset-box .asset-body .asset-button .btn {
    width: 60%;
    border-radius: 30px;
    font-size: 13px;
    padding: 8px 20px;
  }

  /* listing details section */
  .listing-details-wrapper {
    padding: 20px 10px;
  }

  .artwork-img-section .artwork-info .artwork-name {
    font-size: 18px;
  }

  .artwork-img-section .artwork-info .artwork-artist {
    font-size: 13px;
  }

  .artwork-img-section .art-work-img {
    max-width: 100%;
    max-height: 300px;
    border-radius: 10px;
    overflow: hidden;
    margin: 20px 0 40px;
  }

  .artwork-trade-buttons {
    padding: 20px 0;
    display: flex;
  }

  .artwork-trade-buttons .btn {
    font-size: 13px;
    width: 48%;
  }

  .artwork-trade-buttons .btn.btn-success {
    margin-right: 10px;
  }

  .artwork-trade-info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px 10px 0;
    background: #1a202c;
  }

  .artwork-trade-info .value {
    margin-bottom: 15px;
  }

  .artwork-trade-info .title {
    font-size: 12px;
  }

  .artwork-trade-info .sub-title {
    font-size: 13px;
  }

  .artwork-trade-info .sub-eth {
    font-size: 12px;
  }

  .artwork-trade-info .percent {
    font-size: 11px;
  }

  .artwork-trade-info .status {
    font-size: 11px;
    font-weight: 700;
    color: #f7f7f7;
    padding: 0 8px;
    margin-left: 10px;
    border-radius: 5px;
  }

  .artwork-details-section {
    margin-top: 40px;
  }

  .artwork-details-section .head-title {
    padding: 0 10px 8px;
    font-size: 12px;
  }

  .artwork-details-box {
    padding: 20px 10px;
    border-radius: 10px;
    /* background: #1a202c; */
  }

  .artwork-details-box .artwork-code {
    font-size: 16px;
    font-weight: 700;
    color: #f7f7f7;
    margin-bottom: 20px;
  }

  .artwork-details-box .artwork-code {
    font-size: 14px;
  }

  .artwork-details-box .artwork-content {
    margin: 20px 0;
  }

  .artwork-details-box .artwork-content .head {
    font-size: 12px;
  }

  /* art modal section */

  .art-info .art-info-header .art-name {
    font-size: 15px;
  }

  /* invest art modal section */
  #investArtPortal {
    display: none;
  }

  #investArtPortal .portal-window-content {
    width: 65%;
  }

  .support_ticket_box.invest_art_box {
    padding: 0;
  }

  .support_ticket_box.invest_art_box .support-header {
    padding: 20px 10px 0;
  }

  .invest_art_box .art-info {
    max-height: 85vh;
    overflow-y: auto;
    padding: 20px 10px;
  }

  .invest_art_box .art-info .art-info-header .art-info-img {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 5px;
  }

  .invest_art_box .art-info .art-info-header .art-info-details {
    margin: auto 7px;
  }

  .invest_art_box .art-info .art-info-header .art-name {
    font-size: 13px;
  }

  .invest_art_box .art-info .art-info-header .art-artist {
    font-size: 12px;
  }

  .invest_art_box .art-info .art-info-header .art-status {
    font-size: 10px;
  }

  .invest_art_box .art-info .dual-invest .label {
    font-size: 13px;
  }

  .invest_art_box .art-info .dual-invest .sub-label {
    font-size: 12px;
  }

  .invest_art_box .art-info .dual-invest .art-details {
    margin: 15px 0 15px;
  }

  .invest_art_box .art-info .art-details .title-p {
    font-size: 12px;
  }

  .invest_art_box .art-info .art-details .details-p {
    font-size: 12px;
  }

  .invest_art_box .art-info .art-details .percent {
    font-size: 11px;
  }

  .invest_art_box .art-info .art-details .status {
    font-size: 10px;
    padding: 0 5px;
    margin-left: 6px;
  }

  .invest_art_box .art-info .art-buy-input .form-group label {
    font-size: 13px;
  }

  .invest_art_box .art-info .art-buy-input .form-group.form-btn {
    margin-top: 15px;
  }

  .invest_art_box .art-info .art-buy-input .form-group.form-btn .btn {
    border-radius: 25px;
    font-weight: 600;
    font-size: 13px;
  }

  .invest_art_box .art-info .art-returns .label {
    font-size: 12px;
  }

  .invest_art_box .art-info .art-returns .return-value {
    font-size: 20px;
  }

  /* affiliate section styles */
  .activity-wrapper {
    padding: 20px 5px;
    margin-bottom: 50px;
  }

  .activity-section {
    padding: 20px 5px;
    border-radius: 12px;
  }

  .activity-filter {
    display: flex;
    flex-direction: row;
  }

  .activity-filter .form-group {
    margin-right: 5px;
  }

  .activity-filter .form-group select {
    height: 35px;
    width: 100%;
    font-size: 12px;
  }

  .activity-row {
    margin-top: 20px;
  }

  .activity-box-wrapper {
    margin: 20px 5px 10px 0;
    padding: 10px 5px;
    border-radius: 12px;
  }

  .activity-box-wrapper .activity-date {
    font-size: 12px;
  }

  .activity-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }

  .activity-box .box-section {
    display: flex;
    flex-direction: row;
    width: 50%;
    margin-bottom: 10px;
  }

  .activity-box .box-section .details-section {
    margin: auto 0;
  }

  .activity-box .box-section .details-section .title {
    font-size: 12px;
  }

  .activity-box .box-section .details-section .note-p {
    font-size: 11px;
  }

  .activity-box .box-section .details-section .p-status {
    font-size: 10px;
  }

  .activity-box .box-section .details-section .btn {
    font-size: 11px;
    padding: 5px 10px;
  }

  .activity-box .box-section .img-section {
    height: 25px;
    width: 25px;
    border-radius: 12.5px;
    overflow: hidden;
    margin-right: 5px;
  }
}

@media only screen and (max-width: 500px) {
  .buttons-section .header-buttons .btn {
    margin: 7px 5px;
    font-size: 13px;
    padding: 7px 20px;
    border-radius: 8px;
    width: 45%;
  }

  /* Portal Content/Box */
  .portal-window-content {
    border-radius: 15px;
    width: 82%;
  }

  #valuationPortal .portal-window-content {
    width: 82%;
  }

  #depositPortal .portal-window-content {
    width: 85%;
  }

  .deposit-payment-details .deposit-address {
    display: flex;
    flex-direction: row;
    font-size: 12px;
  }

  #investArtPortal .portal-window-content {
    width: 85%;
  }

  .activity-box .box-section .details-section .title {
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .activity-box .box-section .wrap-p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .activity-box .box-section .details-section .note-p {
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .activity-box .box-section .details-section .p-status {
    font-size: 10px;
  }
 
  .activity-box .box-section .details-section .btn {
    font-size: 11px;
    padding: 5px 10px;
  }

  .activity-box .box-section .img-section {
    height: 25px;
    width: 25px;
    border-radius: 12.5px;
    overflow: hidden;
    margin-right: 5px;
    display: none;
  }

  .locked-balance-section .locked-balance-section-body p.net-balance {
    font-size: 18px;
  }
  
  .locked-balance-section .locked-balance-section-body p.eth-balance {
    font-size: 13px;
  }
  .payment-method .method-tab {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .payment-method .method-tab .btn {
    width: 50%;
    padding: 10px;
    font-size: 14px;
  }

  .payment-method .method-tab #credit_account_tab.btn{
    border-left: 1px solid #2d3748f0;
    border-right: 0;
  }

  .payment-method .method-tab #connect_wallet_tab.btn{
    border-top: 1px solid #2d3748f0;
    width: 100%;
  }
}

@media only screen and (max-width: 450px) {
  #valuationPortal .portal-window-content {
    width: 87%;
  }

  /* evaluate art and get investment returns styles */
  .evaluate_art_invest_box {
    padding-top: 20px;
  }

  .evaluate_art_invest_box .input_container {
    margin-bottom: 15px;
  }

  .evaluate_art_invest_box .input_container label {
    font-size: 13px;
    margin-bottom: 8px;
  }

  .evaluate_art_invest_box .input_container .form-inline {
    display: flex;
    flex-direction: row;
  }

  .evaluate_art_invest_box .input_container .form-inline .btn {
    padding: 10px;
    width: 45px;
    font-size: 13px;
  }

  .evaluate_art_invest_box .input_container .form-inline input {
    font-size: 17px;
    height: 47px;
  }

  .evaluate_art_invest_box .returns_container .returns_days_box {
    padding: 5px;
  }

  .evaluate_art_invest_box
    .returns_container
    .returns_days_box
    .btn.btn-outline-secondary {
    padding: 6px 8px;
    font-size: 13px;
  }

  .potential_container {
    padding: 15px;
    border-radius: 10px;
  }

  .potential_container .title {
    font-size: 12px;
  }

  .potential_container .dollar_h3 {
    font-size: 18px;
  }

  .potential_container .eth_span {
    font-size: 13px;
    padding-left: 5px;
  }

  .evaluate_art_invest_box .art_invest_btn .btn {
    font-size: 14px;
  }

  /* activity box section */
  .activity-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }

  .activity-box .box-section {
    display: flex;
    flex-direction: row;
    width: 50%;
    margin-bottom: 10px;
  }

  .activity-box .box-section .details-section {
    margin: auto 0;
  }

  .activity-box .box-section .details-section .title {
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .activity-box .box-section .wrap-p {
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .activity-box .box-section .details-section .note-p {
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .activity-box .box-section .details-section .p-status {
    font-size: 10px;
  }

  .activity-box .box-section .details-section .btn {
    font-size: 11px;
    padding: 5px 10px;
  }

  .activity-box .box-section .img-section {
    height: 25px;
    width: 25px;
    border-radius: 12.5px;
    overflow: hidden;
    margin-right: 5px;
    display: none;
  }
}

@media only screen and (max-width: 385px) {
  /* Portal Content/Box */
  .portal-window-content {
    border-radius: 15px;
    width: 90%;
  }

  #valuationPortal .portal-window-content {
    width: 95%;
  }

  #depositPortal .portal-window-content {
    width: 92%;
  }

  #investArtPortal .portal-window-content {
    width: 92%;
  }
}

@media only screen and (max-width: 366px) {
  .buttons-section .header-buttons .btn {
    margin: 7px 3px;
    font-size: 12px;
    padding: 7px 20px;
    border-radius: 8px;
    width: 47%;
  }

  .buy-crypto-box {
    padding: 20px 10px;
  }
 
  .providers-link .btn .pills {
    padding: 3px 5px 1px;
    font-size: 9px;
    margin-right: 5px;
  }

  .portal-window-content {
    border-radius: 15px;
    width: 94%;
  }

  #valuationPortal .portal-window-content {
    width: 96%;
  }

  #depositPortal .portal-window-content {
    width: 95%;
  }

  #investArtPortal .portal-window-content {
    width: 95%;
  }

  .activity-box .box-section .wrap-p {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
