html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }


}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

.menu {
    color: white;
    width: 5%;
    background-color: #ca873de0;
    border-radius: 10px;
    box-shadow: 5px 6px 15px 5px #ffffffa8;
    justify-self: end;
}

    .menu a {
        justify-self: center;
        font-size: larger;
    }

.menu2 {
    margin: 15px;
    color: white;
    width: 5%;
    background-color: #b840fab5;
    border-radius: 10px;
    box-shadow: 5px 6px 15px 5px #ffffffa8;
    justify-self: end;
    position: absolute;
    right:20px;
}

.menu2 a {
    justify-self: center;
    font-size: larger;
}

body {
    margin-bottom: 60px;
    /*background: linear-gradient(178deg, rgb(0 0 0),*/ /* Dourado transl?cido */
    rgb(201 134 57), /* Amarelo transl?cido */ rgb(255 215 0) /* Preto transl?cido */ );
    padding: 20px;
    background: linear-gradient(207deg, rgb(29 175 190), /* Dourado transl?cido */ rgb(57 62 201), /* Amarelo transl?cido */ rgb(180 0 255 / 75%) /* Preto transl?cido */ );
    color: white; /* Para contraste */
    border-radius: 10px;
}

.translucent-bg {
   
}


[class^="segmento"] {
    width: 100%;
    height: 100%;
    position: absolute;
    clip-path: polygon(50% 50%, 100% 0, 100% 100%);
    transform-origin: 50% 50%;
}

[class^="ponteiro"] {

    position: absolute;
    top: -30px;
    margin-left: 68%;
    transform: rotate(17deg);
}

[class^="pont"] {
    z-index: 55;
    position: sticky;
    margin-bottom: -28vh !important;
    margin-left: 23vh;
    width: 10vh;
    transform: rotate(29deg); /* Corrigido aqui */
    transform-origin: bottom center;
}


@keyframes vibrar {
    0% {
        transform: rotate(29deg);
    }

    25% {
        transform: rotate(34deg);
    }
    /* agora começa indo mais pra direita */
    50% {
        transform: rotate(29deg);
    }

    75% {
        transform: rotate(24deg);
    }
    /* depois balança pra esquerda */
    100% {
        transform: rotate(29deg);
    }
}


/* Classe que ativa a animação */
.vibrando {
    animation: vibrar 0.3s infinite;
}


[class^="sortear"] {
    background-color: #588c42;
    padding: 13px;
    border-radius: 15px;
    color: white;
    font-size: xx-large;
    text-decoration: none;
    box-shadow: 10px 10px 10px 1px #2c2a2a4d;
    transition: transform 0.3s ease !important;
}

[class^="sortear hover"] {
    color: white !important;
    transform: scale(1.2);
}

[class^="logo_"] {
    z-index: 33;
    position: absolute;
    margin-top: 95px;
    margin-left: -47px;
    width: 100px;
    height:100px;
    background-color: #000000c2;
    border-radius: 50%;
}

.btn-acoes {
    transition: transform 0.3s ease !important;
}

    .btn-acoes hover {
        transform: scale(1.2);
    }

.bingo-container {
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
    justify-content: center;
}

.bingo-ball {
    margin-right:40px;
    margin-top: 32px !important;
    width: 60px;
    height: 60px;
    background-color: #35230f;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: #c6c6c6;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    box-shadow: 3px 10px 15px 4px #0000008a;
}

    .bingo-ball:hover {
        transform: scale(1.6);
    }

.zoom {
    transform: scale(1.5);
}

.campos {
    flex-wrap: wrap;
}

.box-rool {
    margin: 2%;
}

.number0 {
    transform: rotate(311deg);
    background-color: #ff00f1ba;
    clip-path: polygon(50% 50%, 108% 0, 100% 45%);
}

.number1 {
    transform: rotate(350deg);
    background-color: #a52a2a;
}

.number2 {
    transform: rotate(280deg);
    background-color: #ee82ee;
}

.number3 {
    background-color: #9616f4;
    transform: rotate(240deg);
}

.number4 {
    transform: rotate(200deg);
    background-color: #0000ff;
}

.number5 {
    transform: rotate(160deg);
    background-color: #00ffff;
}

.number6 {
    transform: rotate(120deg);
    background-color: #008000;
}

.number7 {
    transform: rotate(83deg);
    background-color: #ffd700;
}

.number8 {
    transform: rotate(55deg);
    background-color: #ff8c00;
    z-index: 2;
    clip-path: polygon(50% 50%, 101% 0, 911% -124%);
    transform: rotate(55deg);
}

.number9 {
    clip-path: polygon(50% 50%, 100% 0, 965% -43%) !important;
    transform: rotate(25deg) !important;
    background-color: red !important;
    z-index: 1 !important;
}

.number0 span {
    padding-left: 52px;
}

.number9 span {
    padding-left: 23px;
}

.number7 span {
    margin-top: -57px;
}

.spanClass {
    z-index: 44;
    position: absolute;
    width: 385px;
    height: 436px;
    font-size: xxx-large;
    font-weight: 600;
    margin-left: -91%;
    margin-top: -23%;
    padding: 4px 0px 0px 35px;
    transform: rotate(66deg);
}


.modal-content {
    margin-top: 45vh;
}

.divGanhador {
    background-color: goldenrod;
    color: white;
    text-align: center;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 5px 5px 5px 5px gray;
}

.swal2-shown {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh; /* Garante que cobre toda a tela */
    background: rgba(0, 0, 0, 0.7) !important; /* Fundo escuro */
    z-index: 1050; /* Certifique-se de que está acima do conteúdo */
}

.swal2-backdrop-show {
    background: rgba(0, 0, 0, 0.7) !important; /* Ajuste a opacidade conforme necessário */
    width: 100vw !important;
    height: 100vh !important;
}


html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}



h2 {
    font-style: normal;
    font-weight: bold;
    font-family: Arial;
    margin-top: 50px;
}


.add-btn {
    background-color: deepskyblue;
    color: white;
    font-size: medium;
    font-weight: 600;
    width: 80px;
    border-radius: 15px;
    box-shadow: 0px 5px 10px 3px #808080;
    text-align: center !important;
}

.btn-success {
    width: 90px;
}

table {
    background-color: white;
    border-radius: 15px;
    margin-top: 5vh;
}

.division {
    font-weight: bolder;
    height: 1px;
    box-shadow: 8px 1px 10px 1px;
    margin-top: 20px;
}

.btn-info edit {
    width: 42px !important;
    margin-right: 5px;
    margin-top: -7px;
}

.fa-pencil {
    color: white !important;
}

.btn-danger edit {
    width: 42px !important;
    margin-top: -7px
}

.zoom-effect {
    display: inline-block;
    transition: transform 0.3s ease-in-out;
}

    .zoom-effect:hover {
        transform: scale(1.2);
        box-shadow: 3px 10px 10px 3px gray;
    }


.form-check {
    margin-top: 4vh;
}

.modal-title {
    justify-self: center;
}

.form-body {
    width: 100%;
    justify-self: center;
    display: inline-flex;
}

.select2 {
    height: 50px !important;
}

.form-group {
    display: grid;
}

.form-select {
    height: 50px;
    width: 80%;
    text-align: center;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da; /* Cor padrão de borda */
    border-radius: 0.375rem; /* Mesma borda do Bootstrap */
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    height: 50px;
    width: 100%;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: calc(2.25rem + 2px); /* Alinha o ícone à altura do select */
        right: 0.75rem;
        width: 100%;
    }

.custom-select2-dropdown {
    border-radius: 0.375rem; /* Mesma borda do Bootstrap */
}


.custom-select2-selection .select2-selection__rendered {
    padding-left: 0;
}


.select2-selection {
    height: 50px !important;
    width: 100%;
}

.selection {
    height: 50px;
    width: 100%;
}

.select2-container {
    width: 100% !important;
}

.modal-header {
    justify-content: center;
}

.fc-event {
    background-color: green !important;
    border-color: gray !important;
    color: white !important;
    font-size: medium;
}

.fc-daygrid-event-dot {
    display: none;
}

.btn-alert {
    background-color: red;
    color: white;
}

.row {
    justify-content: center !important;
}


.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
        display: none;
    }

    .dropdown-submenu:hover .dropdown-menu {
        display: block;
    }


/* The actual timeline (the vertical ruler) */
.main-timeline-5 {
    position: relative;
    max-width: 50%;
    margin: 0 auto;
}

    /* The actual timeline (the vertical ruler) */
    .main-timeline-5::after {
        content: "";
        position: absolute;
        width: 3px;
        background-color: #fff;
        top: 0;
        bottom: 0;
        left: auto;
        margin-left: -3px;
    }

/* Container around content */
.timeline-5 {
    position: relative;
    background-color: inherit;
    width: 100%;
}

    /* The circles on the timeline */
    .timeline-5::after {
        content: "";
        position: absolute;
        width: 17px;
        height: 17px;
        right: 1px;
        background-color: #fff;
        top: 18px;
        border-radius: 50%;
        z-index: 1;
    }

.main-timeline-5::after {
    margin-left: -25vh !important;
}



/* Place the container to the right */
.right-5 {
    padding: 0px 0px 20px 40px;
    left: 0vh;
    width: 80vh;
    justify-self: center;
}

    /* Add arrows to the right container (pointing left) */
    .right-5::before {
        content: " ";
        position: absolute;
        top: 18px;
        z-index: 1;
        left: 60px;
        border: medium solid #fff;
        border-width: 10px 10px 10px 0;
        border-color: transparent #fff transparent transparent;
        margin-left: -4.5vh !important;
    }


.fa-history {
    color: white;
}



    @media (max-width: 701px) {


        .main-timeline-5 {
            max-width: 100%;
        }

        .right-5 {
            padding: 0px 0px 20px 40px;
            left: 0vh;
            width: 30vh;
            justify-self: center;
        }

        .right-5 {
            padding: 0px 0px 20px 40px;
            left: 0vh;
            justify-self: right;
        }
    }


    .form-control {
        height: 48px;
    }

    .note-editable {
        background-color: white;
    }

    .parameters {
        background-color: #1ac14738;
        border-radius: 15px;
        padding: 17px;
    }

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
}


footer{
    color: white;
}

.table-condensed {
    background-color: #703edebf;
}

.close {
    position: absolute;
    width: 100%;

}
.close div{
    position:relative;
    margin:50px;
    justify-content: end;
    display: flex;
    font-size: xxx-large;
    font-weight: 900;
    padding: 0px 10px 5px 10px;
    border-radius: 10px;
    cursor: pointer;
    z-index:99999;
}