* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
body {
    background:#f5f5f5;
}
.content-hidden {
  display: none !important;
}
.content-view {
  padding: 30px;
  max-width: 480px;
  margin: 0 auto;
}
/*l*/
.wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
.loader {
  width: 45px;
  height: 45px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #df792d;
  border-radius: 50%;
  animation: girar 0.8s linear infinite;
}
.load {
  margin-top: 15px;
  font-size: 0.95rem;
  color: #6b7280;
  font-weight: 500;
}
@keyframes girar {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
/*m*/
.m_F_g {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #2b2b2b;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
    border-bottom: 3px solid #df792d;
}
.m_F_g .tab_m {
    flex: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 22px;
    text-decoration: none;
    position: relative;
    transition: background-color 0.2s ease;
}
.m_F_g .tab_m:not(:last-child) {
    border-right: 1px solid #3a3a3a;
}
.m_F_g .tab_m.tab_ac {
    background-color: #df792d;
}
.m_F_g .g-not {
    position: absolute;
    top: 8px;
    right: calc(50% - 18px);
    background-color: red;
    color: white;
    font-size: 0.65rem;
    font-weight: bold;
    min-width: 14px;
    height: 14px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px;
}
/*s_m*/
.mF_subM {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    z-index: 99;
    display: none;
}
.mF_subM_h {
    color: #7f8c8d;
    font-size: 0.8rem;
    font-family: Arial, sans-serif;
}
.mF_subM_d {
    background: none;
    border: none;
    color: #7f8c8d;
    font-size: 1rem;
    cursor: pointer;
    padding: 5px;
    display: flex;
    align-items: center;
    transition: color 0.2s;
}
.mF_subM_d:hover {
    color: #d37222;
}
.content-view { 
    max-width: 1000px; 
    margin: 0 auto; 
    padding:0px;
    padding-top: 50px;
}
/*listas c_m*/
.g_ls {
    width: 100%;
    background-color: #ffffff;
    font-family: Arial, sans-serif;
    border: 1.5px solid #D9D9D9;
}
.g_ls_t {
    text-align: center;
    font-size: 11px;
    color: #8c8c8c;
    padding: 6px 0;
    border-bottom: 1px solid #D9D9D9;
    background-color: #ffffff;
}
.g_ls_f {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    background-color: #ffffff;
    border-bottom: 1px solid #D9D9D9;
    cursor: pointer;
    transition: background-color 0.2s;
}
.g_ls_f.no-leido {
    background-color: #fff4e6; 
}
.g_ls_f:hover {
    background-color: #F2F2F2;
}
.g_ls_zf {
    margin-right: 14px;
}
.g_ls_dft {
    position: relative;
    width: 44px;
    height: 44px;
}
.g_ls_ft {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.g_ls_st {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 10px;
    height: 10px;
    background-color: #df792d;
    border: 2px solid #ffffff;
    border-radius: 50%;
}
.g_ls_bZ {
    display: flex;
    flex-content: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}
.g_ls_bZ_i {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.g_ls_bZ_n {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #1a1a1a;
}
.g_ls_bZ_dt {
    margin: 0;
    font-size: 12px;
    color: #6c6c6c;
}
.g_ls_bZ_ztm {
    text-align: right;
}
.g_ls_bZ_tm {
    font-size: 11px;
    color: #9c9c9c;
    white-space: nowrap;
}
/**/
