/* ===== Google Font Import - Poformsins ===== */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

body {
    background: white;
    font-family: sans-serif;
    margin: 0;
    padding: 20px;
}

.background img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* filter: blur(0.1rem); */
}

.background-video {
    position: fixed; /* Fixed position to cover the entire viewport */
    top: 0;
    left: 0;
    width: 100vw; /* Full viewport width */
    height: 100vh; /* Full viewport height */
    object-fit: cover; /* Ensures the video fills the screen while maintaining aspect ratio */
    z-index: -1; /* Ensures the video stays in the background */
}

.background .main_background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* filter: blur(0.1rem); */
    /* background: rgb(42, 90, 129); */
}

.bar {
    position: absolute;
    left: 12rem;
    bottom: 0;
    width: 75%;
    height: 100%;
    /* background: rgb(241, 189, 46); */
    clip-path: polygon(0 100%, 23% 100%, 100% 0, 79% 0);
    filter: blur(0.1rem);
}

.page-bar {
    position: absolute;
    left: 13.5rem;
    bottom: 0;
    width: 75%;
    height: 100%;
    /* background: rgb(241, 189, 46); */
    clip-path: polygon(0 100%, 23% 100%, 100% -6%, 74% 0);
}

.page {
    /* background: rgb(42, 90, 129); */
    /* hsla(210, 25%, 80%, 0.65) */
    display: flex;
    /* border: 2px solid #fff; */
    /* border-radius: 1rem; */
    flex-direction: column;
    height: calc(100% - 50px);
    position: absolute;
    place-content: center;
    width: calc(100% - 40px);
    /* box-shadow: 0 0 10px rgba(0.5, 0.5, 0.5, 0.9); */
}

/* .page-top-left::before {
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    height: 6.8%;
    width: 3%;
    border-top: 10px solid #fff;
    border-left: 10px solid #fff;
    border-top-left-radius: 1rem;
}

.page-bottom-left::before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: -8px;
    height: 6.8%;
    width: 3%;
    border-bottom: 10px solid #fff;
    border-left: 10px solid #fff;
    border-bottom-left-radius: 1rem;
}

.page-top-right::before {
    content: '';
    position: absolute;
    top: -8px;
    right: -8px;
    height: 6.8%;
    width: 3%;
    border-top: 10px solid #fff;
    border-right: 10px solid #fff;
    border-top-right-radius: 1rem;
}


.page-bottom-right::before {
    content: '';
    position: absolute;
    bottom: -8px;
    right: -8px;
    height: 6.8%;
    width: 3%;
    border-bottom: 10px solid #fff;
    border-right: 10px solid #fff;
    border-bottom-right-radius: 1rem;
} */

@media (max-width: 767px) {
    .page {
        height: auto;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}

.login_Container {
    display: flex;
    height: 365px;
    margin: 0 auto;
    width: 640px;
    margin-right: 3rem;
}

@media (max-width: 767px) {
    .login_Container {
        flex-direction: column;
        height: 630px;
        width: 320px;
    }
}

.left {
    /* background: rgb(241, 189, 46); */
    /* hsla(0, 0%, 100%, 0.25) */
    height: calc(100% - 10px);
    top: 5px;
    position: relative;
    width: 90%;
    margin-left: -20rem;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); */
}

.left .login-poster {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* filter: blur(0.1rem); */
}

@media (max-width: 767px) {
    .left {
        height: 100%;
        left: 20px;
        width: calc(100% - 40px);
        max-height: 270px;
    }
}

.login {
    font-size: 50px;
    font-weight: 900;
    margin: 50px 40px 40px;
}

.eula {
    color: #999;
    font-size: 14px;
    line-height: 1.5;
    margin: 40px;
}

.right {
    background: linear-gradient(to right, rgb(215 188 171 / 83%), rgb(215 188 171 / 83%)); 
    /* hsl(213.23deg 96.61% 15.22% / 70%) */
    /* hsla(230, 16%, 29%, 0.7) */
    box-shadow: 0px 0px 40px 16px rgba(0, 0, 0, 0.22);
    color: #F1F1F2;
    position: relative;
    width: 65%;
    border-radius: 0.5rem;
    padding: 15px 40px 15px 40px;
}

@media (max-width: 767px) {
    .right {
        flex-shrink: 0;
        height: 100%;
        width: 100%;
        max-height: 350px;
    }
}

.right h2 {
    margin: 0 0 30px;
    padding: 0;
    color: #503422;
    text-align: center;
    font-family: initial;
}

.right .user-box {
    position: relative;
}

.right .user-box input {
    width: 100%;
    padding: 12px 35px 6px 13px;
    font-size: 0.85rem;
    color: #503422;
    margin-bottom: 25px;
    border: none;
    border-bottom: 1px solid #8d69508c;
    outline: none;
    background: transparent;
}

.right .user-box select {
    width: 100%;
    padding: 12px 35px 6px 13px;
    font-size: 0.85rem;
    color: #503422;
    margin-bottom: 10px;
    border: none;
    border-bottom: 1px solid #8d69508c;
    outline: none;
    background: transparent;
}

.right input[type="text"]::placeholder {
    text-align: right;
    margin-right: 1rem;
    font-size: 0.6rem;
    color: #7c5437d3;
}

.right input[type="password"]::placeholder {
    text-align: right;
    margin-right: 1rem;
    font-size: 0.6rem;
    color: #7c5437d3;
}

.right .user-box label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0;
    font-size: 0.9rem;
    color: #503422;
    pointer-events: none;
    transition: .5s;
}

.user-box .username_icon {
    position: absolute;
    right: 10%;
    top: 30%;
    width: 0;
    transform: translateY(-50%);
    color: #503422d3;
    font-size: 23px;
    transition: all 0.2s ease;
    cursor: pointer;
}

.right .user-box input:focus~label,
.right .user-box input:valid~label {
    top: -20px;
    left: 0;
    color: #503422;
    font-size: 12px;
}

.right form a {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    color: #503422 !important;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    transition: .5s;
    letter-spacing: 4px
}

.right a:hover {
    background: #503422 !important;
    color: #fff !important;
    border-radius: 5px;
    box-shadow: 0 0 5px #503422,
        0 0 25px #503422,
        0 0 50px #503422,
        0 0 100px #503422;
}

.right a span {
    position: absolute;
    display: block;
}

.right a span:nth-child(1) {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #503422);
    animation: btn-anim1 1s linear infinite;
}

@keyframes btn-anim1 {
    0% {
        left: -100%;
    }

    50%,
    100% {
        left: 100%;
    }
}

.right a span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #503422);
    animation: btn-anim2 1s linear infinite;
    animation-delay: .25s
}

@keyframes btn-anim2 {
    0% {
        top: -100%;
    }

    50%,
    100% {
        top: 100%;
    }
}

.right a span:nth-child(3) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, #503422);
    animation: btn-anim3 1s linear infinite;
    animation-delay: .5s
}

@keyframes btn-anim3 {
    0% {
        right: -100%;
    }

    50%,
    100% {
        right: 100%;
    }
}

.right a span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #503422);
    animation: btn-anim4 1s linear infinite;
    animation-delay: .75s
}

@keyframes btn-anim4 {
    0% {
        bottom: -100%;
    }

    50%,
    100% {
        bottom: 100%;
    }
}

/* footer start */
.footer {
    position: fixed;
    width: 100%;
    left: 0;
    height: 30px;
    bottom: 0;
}

.footer p {
    position: relative;
    margin-top: 12px;
    font-size: 0.7rem;
    text-align: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.text-muted {
    color: #503422 !important;
}

p {
    margin-top: 15px;
    margin-bottom: 1rem;
}

/* footer end */

/* message style css start */
.alert {
    position: relative;
    right: 0px;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    font-size: 13.5px;
    font-family: revert;
}

.alert {
    background-color: #ab9f0ef5;
    color: rgb(237 237 237);
    width: fit-content;
}

.closebtn {
    margin-left: 15px;
    color: white;
    float: right;
    font-size: 30px;
    line-height: 20.5px;
    cursor: pointer;
    transition: 0.5s;
}

.closebtn:hover {
    color: rgb(102, 1, 1);
}

.alret_conteiner_body {
    position: absolute;
    top: 9px;
    right: 10px;
    width: fit-content;
    background: none;
}

.alert_icon {
    float: left;
    font-size: 23px;
    line-height: 20.5px;
    margin-right: 7px;
    align-items: center;
    color: #efefef;
}

/* message style css end */


/* left menu design */
.menu {
    position: relative;
    top: 3.8rem;
    left: 5rem;
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu li {
    position: absolute;
    left: 0;
    list-style: none;
    transform-origin: 100px;
    transition: 0.5s;
    transition-delay: calc(0.1s * var(--i));
    transform: rotate(0deg) translateX(80px);
}

.menu.active li {
    transform: rotate(calc(360deg / 8 * var(--i)));
}

.menu li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: hsla(0, 0%, 100%, 0.3);
    border-radius: 50%;
    transform: rotate(calc(360deg / -8 * var(--i)));
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    color: #858585d2;
    transition: 0.30s;
    text-decoration: none;
}

.menu li a:hover {
    color: #ff1252;
}

.toggle {
    position: absolute;
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(167, 167, 167, 0.15);
    transition: 0.80s;
}

.toggle .img-logo {
    filter: blur(0px);
    border-radius: 50%;
    background: hsla(0, 0%, 100%, 0.8);
    transform: rotate(90deg);
}

/* .menu.active .toggle {
    transform: rotate(90deg);
} */

.background_notifyBoard {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 323px;
    height: 313px;
    /* border-right: solid 2px hsla(210, 25%, 80%, 0.6); */
    z-index: 99;
    /* border-bottom: solid 2px hsla(210, 25%, 80%, 0.6); */
    /* border-radius: 10px 0px 412px 0px; */
    /* box-shadow: 3px 0px 7px #b1b5b2a3; */
    /* background: rgba(82, 141, 189, 0.72); */
    filter: blur(0.2rem);
}

.notificationBoard {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 300px;
    height: 290px;
    border-right: solid 2px linear-gradient(to right, rgb(206, 181, 157), rgb(206, 181, 157));
    z-index: 99;
    border-bottom: solid 2px linear-gradient(to right, rgb(206, 181, 157), rgb(206, 181, 157));
    border-radius: 10px 0px 412px 0px;
    box-shadow: 3px 0px 7px linear-gradient(to right, rgb(206, 181, 157), rgb(206, 181, 157));
    background: linear-gradient(to right, rgb(206 181 157 / 54%), rgb(206 181 157 / 59%));
    /* hsla(210, 25%, 80%, 0.5) */
}

.notice-info {
    margin-top: 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.owner-name {
    margin-right: 3px;
}

.owner-info {
    display: flex;
    margin-top: 1rem;
    margin-left: 10px;
    width: 240px;
    flex-direction: column;
    font-size: 0.8rem;
}

@media (min-width: 576px) {
    .col-sm-4-mody {
        flex: 0 0 auto;
        width: 25%;
    }
}

.row>* {
    margin-top: 0 !important;
}

a {
    text-decoration: none;
}

/* .notificationBoard img {
    width: 290px;
    left: 56px;
    position: relative;
    top: 33px;
} */


/* img {
    vertical-align: middle;
    border-style: none;
} */


/* Hide default arrow icon for the select element */
select#id_org_name {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    background-position: right center;
}


/*  */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: #503422 !important;
  transition: background-color 9999s ease-in-out 0s !important;
}