.Modal_Modal__R1nRK {
    position: fixed;
    z-index: 200;
    border: none;
    border-radius: 0.75rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background-color: white;
    padding: 0 0 1.5rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35%;
    max-width: 500px;
    height: auto;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
  }
  .hide{
    display: none;
  }
  .Modal_Modal__R1nRK > img {
    display: block;
    margin: 0 0 1.5rem;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .Modal_Modal__R1nRK form {
    margin: 1.5rem auto 0;
    padding: 0 2rem;
  }
  .Modal_Modal__R1nRK form > p {
    margin: 0.2rem auto;
    color: #e53e3e;
    font-size: 0.875rem;
    font-weight: 600;
  }
  .Modal_Modal__R1nRK form input {
    display: block;
    width: 100%;
    height: 3rem;
    margin: 1.25rem 0;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.5;
    color: #1a202c;
    background-color: #f7fafc;
    border: 1px solid #e2e8f0;
    border-radius: 0.5rem;
    transition: all 0.2s ease;
  }
  .Modal_Modal__R1nRK form input:focus {
    outline: none;
    border-color: #3182ce;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.15);
  }
  .Modal_Modal__R1nRK .Modal_button__RBl2F {
    width: 100%;
    background-color: #b74446;
    border: none;
    border-radius: 0.5rem;
    color: white;
    font-weight: 600;
    padding: 0.75rem 0;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
    margin-top: 0.75rem;
  }
  .Modal_Modal__R1nRK .Modal_button__RBl2F:hover {
    background-color: #822c2d;
    transform: translateY(-1px);
  }
  .Modal_Modal__R1nRK .Modal_button__RBl2F:active {
    transform: translateY(1px);
  }
  .Modal_ModalOpen__gsCQs {
    animation: Modal_openModal__kzax6 0.5s cubic-bezier(0.165, 0.84, 0.44, 1)
      forwards;
  }
  .Modal_ModalClosed__CxKT6 {
    animation: Modal_closeModal__Xq1zm 0.5s cubic-bezier(0.165, 0.84, 0.44, 1)
      forwards;
  }
  @keyframes Modal_openModal__kzax6 {
    0% {
      opacity: 0;
      transform: translate(-50%, -48%) scale(0.96);
    }
    to {
      opacity: 1;
      transform: translate(-50%, -50%) scale(1);
    }
  }
  @keyframes Modal_closeModal__Xq1zm {
    0% {
      opacity: 1;
      transform: translate(-50%, -50%) scale(1);
    }
    to {
      opacity: 0;
      transform: translate(-50%, -48%) scale(0.96);
    }
  }
  @media (max-width: 850px) {
    .Modal_Modal__R1nRK {
      width: 80%;
      max-width: 450px;
    }
  }
  @media (max-width: 450px) {
    .Modal_Modal__R1nRK {
      width: 95%;
      max-width: none;
      top: 50%;
      left: 50%;
      padding: 0 0 1rem;
    }
    .Modal_Modal__R1nRK form {
      padding: 0 1.25rem;
    }
    .Modal_Modal__R1nRK form input {
      height: 2.75rem;
      margin: 1rem 0;
    }
  }
  .Backdrop_Backdrop__UjsgW {
    display: block;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    transition: all 0.3s ease-in-out;
  }
  .Backdrop_BackdropOpen__NI_oL {
    animation: Backdrop_fadeIn__TANDO 0.3s ease-in-out forwards;
  }
  .Backdrop_BackdropClosed__zmnsa {
    animation: Backdrop_fadeOut__JjQPj 0.3s ease-in-out forwards;
  }
  @keyframes Backdrop_fadeIn__TANDO {
    0% {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes Backdrop_fadeOut__JjQPj {
    0% {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  .Header_header__KwdYD {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    transition: transform 0.3s ease;
  }
  .Header_logg__vmWpQ {
    position: absolute;
    top: 0.75rem;
    left: 2rem;
    height: 5.5rem;
    width: 100px;
    transition: all 0.3s ease;
    z-index: 101;
  }
  .Header_logg__vmWpQ svg {
    height: 100%;
    width: 100%;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
  }
  .Header_bar-first__wZQM1 {
    background: rgb(191, 2, 2);
    background: linear-gradient(
      90deg,
      rgba(191, 2, 2, 1),
      rgba(102, 2, 2, 1) 62%
    );
    height: 4rem;
    display: flex;
    align-items: center;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
  .Header_bar-first__wZQM1 img {
    height: 3rem;
    margin: 0 auto;
    transition: transform 0.2s ease;
  }
  .Header_bar-first__wZQM1 img:hover {
    transform: scale(1.05);
  }
  .Header_nav-bar__qDPgC {
    border-bottom: none;
    background-color: white;
    height: 4rem;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 1.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    border-radius: 0.75rem;
    margin: 0.5rem 1rem;
    transition: all 0.3s ease;
  }
  .Header_nav-bar__qDPgC:hover {
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.08);
  }
  @media only screen and (max-width: 767px) {
    .Header_nav-bar__qDPgC ul.Header_navLeft__mNII5 > li {
      display: none;
    }
    .Header_logg__vmWpQ {
      left: 1rem;
      height: 4.5rem;
    }
    .Header_nav-bar__qDPgC {
      margin: 0.5rem;
      padding: 0 1rem;
    }
  }
  .Box_content__bC02P {
    background-color: #ffffff;
    padding: 1.25rem;
    margin: 1rem;
    border-radius: 0.75rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .Box_content__bC02P:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }
  @media (max-width: 768px) {
    .Box_content__bC02P {
      padding: 1rem;
      margin: 0.75rem;
    }
  }
  .Main_listContainer__MkFtG {
    background-color: #fff;
    border: none;
    border-radius: 0.75rem;
    padding-bottom: 2rem;
    width: 90%;
    max-width: 65%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  /*.Main_listContainer__MkFtG:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    transform: translate(-50%, -51%);
  }*/
  .Main_listContainer__MkFtG > .Main_menu___mg_v {
    background-color: #e32524;
    border-bottom: none;
    display: flex;
    padding: 20px 0 4px 30px;
    color: #fff;
  }
  .Main_listContainer__MkFtG > .Main_menu___mg_v > span {
    padding: 0.5rem 1.25rem;
    cursor: not-allowed;
    transition: all 0.2s ease;
    opacity: 0.8;
  }
  .Main_listContainer__MkFtG > .Main_menu___mg_v > span.Main_active__UGPmO {
    background-color: #fff;
    border-bottom: none;
    border-radius: 0.75rem 0.75rem 0 0;
    color: #e32524;
    cursor: pointer;
    font-weight: 500;
    margin-bottom: -4px;
    opacity: 1;
  }
  .Main_listContainer__MkFtG > .Main_main__7rAfL {
    padding: 1.5rem;
  }
  .Main_listContainer__MkFtG h6 {
    margin: 1.25rem 0.5rem;
    font-size: 18px;
    font-weight: 500;
  }
  .Main_listContainer__MkFtG .Main_listsec__aCA_5 {
    margin: 2rem 0.5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.25rem;
  }
  .Main_listContainer__MkFtG button {
    display: block;
    background: #fff;
    border: 1px solid #333;
    border-radius: 0.5rem;
    color: #333;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    padding: 0.75rem 1.5rem;
    text-transform: uppercase;
    margin: 1.5rem auto 0;
    transition: all 0.2s ease;
  }
  .Main_listContainer__MkFtG button:hover {
    color: #fff;
    background-color: #e32524;
    border-color: #e32524;
    box-shadow: 0 5px 15px rgba(227, 37, 36, 0.2);
    transform: translateY(-2px);
  }
  @media (max-width: 768px) {
    .Main_listContainer__MkFtG {
      width: 95%;
      top: 45%;
    }
    .Main_listContainer__MkFtG > .Main_menu___mg_v {
      padding-left: 15px;
    }
    .Main_listContainer__MkFtG > .Main_menu___mg_v > span {
      padding: 0.5rem 0.75rem;
      font-size: 0.9rem;
    }
  }
  .List_file__i29MG {
    position: relative;
    width: 180px;
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
  }
  .List_file__i29MG:hover {
    cursor: pointer;
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }
  .List_file__i29MG > .List_wrapper__xJPLG {
    display: flex;
    flex-direction: column;
  }
  .List_file__i29MG > .List_wrapper__xJPLG > img {
    width: 180px;
    max-width: 100%;
    height: auto;
    object-fit: cover;
  }
  .List_details__eEZGa {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(
      180deg,
      rgba(17, 210, 78, 0),
      rgba(20, 19, 21, 0.85) 96%
    );
    color: white;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: space-between;
    transform: translateY(5px);
    opacity: 0.9;
    transition: all 0.3s ease;
  }
  .List_file__i29MG:hover .List_details__eEZGa {
    transform: translateY(0);
    opacity: 1;
  }
  .List_details__eEZGa > p {
    font-size: 0.85rem;
    margin: 0.25rem 0;
    font-weight: 300;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  }
  @media (max-width: 768px) {
    .List_file__i29MG,
    .List_file__i29MG > .List_wrapper__xJPLG > img {
      width: 150px;
    }
    .List_details__eEZGa {
      padding: 10px;
    }
  }
  