.main-container {
    width: 100%;
    /* height: 100dvh; */
    height: 93% !important;
    position: absolute;
    /* background: #4b6cb7;
  background: -webkit-linear-gradient(to right, #182848, #4b6cb7);
  background: linear-gradient(to right, #182848, #4b6cb7); */
    background-color: #030f6b;
}
.login-container {
    width: 400px;
    padding: 20px;
    border-radius: 8px;
    /* background-color: #fff !important; */
    /* position: absolute; */
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}
.btn-role.active {
    /* background-color: #40E0D0 !important; */
}
.btn-role {
    margin-top: 10px;
}
button {
    box-shadow: none !important;
}
nav {
    background-color: #fff !important;
}
nav .nav-wrapper {
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(
        0.25turn,
        rgba(255, 249, 34),
        rgba(255, 0, 128),
        rgba(56, 2, 155, 0)
    );
    border-image-slice: 1;
    width: 100%;
}
nav .brand-logo {
    padding: 6px;
}
nav ul a {
    color: #000 !important;
}
.brand-logo {
    color: #000 !important;
    padding-left: 2% !important;
}
#nav-mobile {
    padding-right: 2% !important;
}
@media only screen and (max-width: 575px) {
    .login-container {
        padding: 40px 20px;
    }
}
div > p {
    padding-bottom: 0 !important;
    margin-bottom: 3px !important;
}
#clock {
    font-size: 18px;
}
.text-black {
    color: #000;
}
.wave {
    position: absolute;
    z-index: 1;
    /* height: 100dvh; */
    height: 100%;
}
#btn-login {
    background-color: #fbb717 !important;
    font-size: 14px;
    font-weight: 500;
}
#btn-login-auditor {
    background-color: transparent;
    color: #ff8000;
    border: 1px solid #ff8000;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 500;
}

#btn-login-auditor:hover {
    background-color: #ff8000cc;
    color: white;
}
.btn-forget-password,
.btn-new-p3a {
    background-color: #030f6b !important;
    color: #fff;
}
#modal-new-p3a .container-regis {
    /* height: 400px; */
    height: 46vh;
    overflow-y: auto;
}
.container-regis::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
    border-radius: 10px;
}

.container-regis::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5;
}

.container-regis::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.44, rgb(122, 153, 217)),
        color-stop(0.72, rgb(73, 125, 189)),
        color-stop(0.86, rgb(28, 58, 148))
    );
}
.p-5 {
    padding: 5px;
}
.content-p3tgai {
    top: 25%;
    /* position: absolute;
    width: 450px; */
    color: #fff;
    text-align: justify;
    padding-left: 20px;
}
#modal-new-p3a {
    overflow: hidden !important;
}

#modal-new-p3a .modal-content {
    padding: 12px 24px !important;
}

.border-red {
    border: 1px solid red;
    padding: 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.alegreya {
    font-family: "Alegreya", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
}
