* {
    /*margin: 0 !important;*/
    /*padding: 0 !important;*/
    box-sizing: border-box !important;
    font-family: Arial, sans-serif;
}

body {
    margin: 0;
    padding: 0;
    background-color: #ED3780;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.swal2-icon.swal2-info {
    border-color: #ED3780 !important;
    color: #ED3780 !important;
}

em{
    color: #412D7B !important;
    margin-top: -20px !important;
    margin-bottom: 20px !important;
}

.button{
    cursor: pointer !important;
}

.container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 20px !important;
    gap: 25px;
}

.logo-container {
    text-align: center;
}

.logo-somos {
    max-width: 250px;
    height: auto;
}

.login-container {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    width: 100%;
    max-width: 1000px;
    min-height: 480px;
    display: flex;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) !important;
}

.login-container-modal {
    border-radius: 10px !important;
    width: 100%;
    max-width: 500px;
    /* min-height: 480px; */
    overflow: hidden !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) !important;
    background: #ED3780;
}

.fildset-modal {
    background: #ED3780 !important;
}

.footer-modal {
    display: block;
    padding: 15px 30px 25px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    background: #412D7B !important;
    border-top: 2px solid #FFD50F !important;
}

.button-close-modal {
    background-color: #FFD50F !important;
    color: #412D7B !important;
    border-color: #FFD50F !important;
}

.button-enviar-modal {
    background-color: #ED3780 !important;
    color: #FFFFFF !important;
    border-color: #ED3780!important;
}

.jsform a {
    color: #412D7B !important;
}

.jsform a:hover {
    color: #ED3780 !important;
}

.left-side {
    background-image: url('../img/somosparatodos/background-somos.png');
    background-size: cover;
    background-position: center;
    padding: 40px !important;
    color: white;
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(155, 77, 202, 0.9), rgba(237, 55, 128, 0.9));
    z-index: 1;
}

.content {
    position: relative;
    z-index: 2;
    padding: 40px !important;
}

.left-side h1 {
    font-size: 2.5em;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.left-side p {
    font-size: 1.2em;
    line-height: 1.6;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    max-width: 90%;
}

.shape-bg {
    position: absolute;
    bottom: -20%;
    left: -10%;
    width: 140%;
    height: 140%;
    /* background: linear-gradient(45deg, rgba(255, 100, 193, 0.3), rgba(255, 100, 193, 0.1)); */
    transform: rotate(-12deg);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    z-index: 1;
}

.right-side {
    padding: 40px !important;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: white;
    border-left: 6px solid #FFD50F;
}

.right-side h2 {
    color: #412D7B;
    margin-bottom: 30px !important;
    text-align: center;
}

.login-form {
    width: 100%;
    max-width: 320px;
    margin: 0 auto !important;
}

.input-group {
    margin-bottom: 20px !important;
}

.input-group input {
    width: 100%;
    padding: 12px 15px !important;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    transition: border-color 0.3s;
}

/* Estilo principal da caixa fechada do select2 */
.select2-container--default .select2-selection--single {
  height: 44px !important;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #555;
  box-sizing: border-box;
  overflow: hidden; /* evita bug de caixa estourando */
}

/* Garante que o texto fique centralizado verticalmente */
.select2-selection__rendered {
  padding-left: 0 !important;
  padding-right: 10px !important;
  color: #777 !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  display: flex !important;
  align-items: center !important;
  height: 100% !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

/* Alinha corretamente a seta */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50% !important;
  transform: translateY(-50%);
  right: 10px;
  width: 20px;
  height: 20px;
  pointer-events: none;
}

/* Garante que o ícone fique visível e no lugar certo */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent; /* seta padrão */
  border-width: 5px 4px 0 4px;
  border-style: solid;
  display: block;
  margin: 0 auto;
}


/* Dropdown flutuante (lista) com largura igual ao campo */
.select2-container--default .select2-dropdown {
  border: 1px solid #ddd;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  overflow-x: hidden;
}

/* Corrige rolagem horizontal da página */
body {
  overflow-x: hidden;
}



.input-group input:focus {
    border-color: #412D7B;
    outline: none;
}

.forgot-password {
    text-align: right;
    margin-bottom: 20px !important;
}

.forgot-password a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
}

.forgot-password a:hover {
    color: #ED3780;
}

.login-btn {
    width: 100%;
    padding: 12px !important;
    background: #412D7B;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer !important;
    transition: background-color 0.3s;
}

.login-btn:hover {
    background: #d62e6f;
    cursor: pointer !important;
}

footer {
    margin-top: auto;
    text-align: center;
    color: white;
    padding: 20px;
    width: 100%;
}

.footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.footer-content span {
    font-size: 16px;
    font-weight: bold;
}

.somos-icon {
    height: 25px;
    filter: brightness(0) saturate(100%) invert(83%) sepia(50%) saturate(2188%) hue-rotate(359deg) brightness(103%) contrast(104%);
}

@media (max-width: 768px) {
    .login-container {
        flex-direction: column;
    }

    .left-side, .right-side {
        width: 100%;
    }

    .left-side {
        min-height: 300px;
    }

    .right-side {
        border-left: none;
        border-top: 6px solid #FFD50F;
    }

    .content {
        text-align: center;
        padding: 5px !important;
        }
    }

    .left-side p {
        max-width: 100%;
    }
    .left-side h1 {
        font-size: 32px;
    }
    .shape-bg {
        display: none;
    }
}