@media (max-width: 940px) {
  :root {
    --vh: 100vh; /* fallback */
    --vh-90: 90vh; /* fallback */
  }
  #logged_avatar {
    display:flex;
    width:35px;
    height:35px;
    border-radius:50%;
    background-color: #1DB954; /* ← Add your desired background color here */
    background-image: url('/icon/small/icon_black.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    
  }
  .login-right{
    width: 100%;
  }
  #settings-full2{
      
      height: 100vh;
      width: 100dvw;
      background: rgba(211, 211, 211, 0.7); /* Semi-transparent background */
      display: none; 
      position: fixed;
      top: 0;
      left: 0;
      z-index: 35;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      padding: 0;
  }
  #settings-display2_out{
    position: absolute;
    top: 2.5dvh;
    width: 95dvw;
    height: 95dvh;
    padding:10px 10px 10px 10px;
    overflow-x: clip;
    border-radius: 10px;
  }
  
  #close-settings-display2{
    top:10px;
    right:10px;
    z-index: 25;
  }
  #left-display{
    display: none;
    grid-template-columns: 1fr 1fr;
    gap:10px;
    padding-top: 25px;
   
  }
  .sub-displays{
    height: 60px;
    padding: 10px;
    font-size: 24px;
    font-weight: 600;
  }
  #left-display-sub2{
    display: flex;
  }
  #left-display-sub3{
    grid-column: 1 / 3;
  }
  #big_cart2{
    display: none !important;
  }
  #settings-display2{
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    position: relative;
    gap:5px;
  } 
  #right-display{
    min-height: unset;
  }
  #right-display-inner{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding:15px;
    /* border:1px solid black; */
    border-radius: 30px;
    box-shadow: 0 0 7px var(--bg-new_lblue);
    gap:0px;
    background-color: #ecfaff;
    height:fit-content;
    width:100%;
  }
  #center-license{
    gap:10px;
  }
  #center-license h3{
    text-align: center;
    /* padding-top:15px; */
    font-size: 24px;
  }
  #settings_center_main{
    padding:10px 0px;
  }

  #settings_center_main h3{
    text-align: center;
    padding-top:15px;
    font-size: 24px;
  }
  #settings_center_sub_options{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:10px;
    overflow-x: scroll;
    padding:10px;
    width: 90vw;
  }
  .sub_box{
    width:fit-content;
    padding:10px;
    flex:1 1 50vw;
    height:100%;
    gap:20px;
  }
  #cart_inner_container{
    width:100%;
    flex-direction: column;
  }
  #cart_center{
    width:100%;
    min-width:unset;
    padding:10px;
  }
  #cart_list_out{
    padding:0px 0px;
    gap:10px;
  }
  #cart_list_out_wrap{
    padding:10px;
    box-shadow: unset;
    gap:5px;
    min-height:unset;
  }
  #cart_list{
    padding: unset;
    width: 100%;
    min-width: unset;
  }
  #sel_all{
    padding: 0px 0px;
  }
  .cart-row{
    gap:5px;
  }
  .cart-row-wrapper{
    gap:5px;
    /* width:220px; */
  }
  #cart_actions{
    padding: 10px 0px;
    background: transparent;
  }
  .cart-discount-card{
    width:100%;
  }
  #cart_actions_display{
    gap:10px;
  }
  .cart-actions-card{
    width:100%;
  }
  #dis_sub_status{
    text-align: center;
  }
  #opened_settings{
    padding: 5px;
    min-height: unset;
    height: fit-content;
  }
  #opened_settings_row{
    flex-direction: column;
    gap:10px;
  }
  #opened_settings_close{
    margin-top:20px;
    position:relative;
    order:2;
  }
  #opened_settings_inner_Account{
    grid-template-columns: 100px auto auto;
  }
  .settings_input{
    height:30px;
    min-height: 30px !important;
  }
  #opened_settings_inner_Subs{
    gap:5px 10px;
  }

  .sub_box_button{
    width:100%;
    font-size:20px;
    padding:10px 10px;
  }
  .sub_box_text{
    font-size: 16px;
  }
  #opened_settings_inner_Account, #opened_settings_inner_License{
    width: 100%;
    gap:5px;
  }
 
  #revpay_inner{
    width:100dvw;
    height:100dvh;
    border-radius: 0;
  }
  #volume_cont_replacement{
    display: flex;
    opacity: 0;
  }
  #get_liscence{
    display: flex;
    
    top:5px;
    right: 180px;
    color:black;
    font-size: 13px;
    font-weight: 400;
    padding: 5px;
    cursor: pointer;
    width:90px;
  }
  #premium.view_this{
    display: flex;
    
    top:5px;
    right: 80px;
    color:black;
    font-size: 13px;
    font-weight: 400;
    padding: 5px;
    cursor: pointer;
    width:90px;
  }
  #cart_button{
    display: flex;
    position:fixed;
    width:50px;
    height:50px;
    top:0px;
    right:40px;
    z-index:11;
    /* border:1px solid red; */
    cursor:pointer;
    background: url('/icon/cart/cart4.svg') no-repeat center center;
    background-size: 40%;
    transition: transform 0.2s ease;
    padding:6px;
  }
  .radio_sub_box_wrapper{
    padding-top: 10px;
  }
}