/* CSS Document */
.main_logo{
    position: absolute;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 16px;
    z-index: 999;
    width: 100px;
    cursor: pointer;
}
.access-note {
    background-color: #f7f7f7;
    border-left: 4px solid #0077cc;
    padding: 1rem;
    font-family: 'Segoe UI', sans-serif;
    color: #333;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 1rem;
    border-radius: 6px;
  }

  .access-note i {
    font-size: 1.5rem;
    color: #0077cc;
    min-width: 24px;
  }

  .access-note p {
    margin: 0;
    line-height: 1.4;
    font-size: 14px;
  }
.btn-group button.btn.btn-primary{
    color:white;
}
.btn-group .btn{
    //color: red;
    font-weight: bold;
    border-radius:20px !important;
}
.btn-group .btn-danger{
    color: white;
}
.new_user.btn-group .btn{
    color: inherit;
    font-weight: bold;
    width:120px;
    flex-grow:0;
    border-radius:20px !important;
}
    .Intro {
        color: #262626;
    font-size: 1vw;
    width: 90%;
    }
    .headline{
       font-size: 2.5vw;
    font-weight: 900;
    }
    .cheerup{
        position: absolute; 
        bottom: 10%; 
        left: 50%; 
        transform: translateX(-50%); 
        width: 80%; 
        color: gray; 
        font-size: 1.5vw;
    }
.contentArea{
        margin-bottom: 40px;
        z-index: 999;
}
    .book{
         height: 100%; 
         width: 100%; 
         margin: 0; 
         border-radius: 20px; 
    }
.book_page{
    position: relative;
    height: 100%;
    width: 49%;
    padding: 5%;
    background-color: #d6d6d6;
    border-radius: 40px;
    border: 2px solid;
    border-color: rgba(140, 140, 140, 0.62);
}


.user_detail{
    max-width: 800px;
    border-right: 2px #a9a9a9 solid;
}

.wide_page{
    display: flex;
    position: relative;
    text-align: center;
    padding-inline: 6%;
    height: 100%;
    background-color: #d6d6d6;
    border-radius: 40px;
    width: 100%;
    border: 2px solid;
    border-color: rgba(140, 140, 140, 0.62);
    padding:0;
    justify-content: center;
}

.book_linkages{
    position: absolute;
    width: 14vw;
    max-width: 200px;
    height: 80%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}
.book_link{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: gray;
    width: calc(100% - 40px);
    aspect-ratio: 5;
    border-radius: 20px;
}
.book_clip{
    flex-shrink: 0;
    width: 30%;
    aspect-ratio: 1;
    background: black;
    border-radius: 40px;
}

input{
    border-radius: 16px;
}

.entries{
    padding: 5px; 
    border-radius: 20px; 
    border: 1px solid gray; 
    background-color: whitesmoke;
}

.personal_info{
    border-bottom: 1px solid gray;
}
.personal_info input , .personal_info select{
    background-color:transparent;
}
.modal-content{
    border-radius: 20px;
}
.btn{
    color: black;
}
.dropmenu{
    width: 140px;
    border: none;
    border-radius: 14px;
    margin-right: 4px;
    font-size: smaller;
}

.role_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;   /* optional gutter */
  padding: 0;
}
.role{border-radius: 10px;font-size: 14px;color: black;background: transparent;border: 1px solid #0d6efd;padding: 14px;}
.toggle.active:hover {
    background: #0d6efd;
    color: white;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .5) !important;
}

.toggle:hover {
    background: inherit;
    color: inherit;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .5) !important;
}

.btn.toggle:focus {
    box-shadow: none;
}

.language_grid>.col{
    cursor: pointer;
}
.language_grid>.col:hover{
    background-color: #0D6EFD;
}
.language_grid>.col.selected_language{
    background-color: #0D6EFD;
    color:white;
}
.language_grid>.col.selected_language>.form-text{
    color:white;
}
.language_grid>.col:hover>.form-text{
    color:white;
}


.aerostat {
    aspect-ratio:1;
    position: absolute;
    left: 14%;
    top: 20%;
    max-width: 70%;
    max-height: 70%;
    animation-name: stylie-transform-keyframes;
    animation-duration: 4328ms;
    animation-delay: 0ms;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

    .copyright{
        font-family: inherit;
    position: absolute;
    z-index: 99;
    bottom: 20px;
    right: 40px;
    }

    .modal input{
        border-radius:14px;
    }

@keyframes stylie-transform-keyframes {
    0% {
        transform: translate(0px, 0px) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    }

    2.57% {
        transform: translate(0.7284px, -22.918px) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    }

    5.13% {
        transform: translate(2.9136px, -38.677px) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    }

    7.7% {
        transform: translate(6.5556px, -48.9506px) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    }

    10.27% {
        transform: translate(11.6543px, -55.1891px) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    }

    12.84% {
        transform: translate(18.2099px, -58.6199px) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    }

    15.4% {
        transform: translate(26.2222px, -60.2469px) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    }

    17.97% {
        transform: translate(35.6914px, -60.8512px) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    }

    20.54% {
        transform: translate(46.6173px, -60.9907px) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    }

    23.11% {
        transform: translate(59px, -61px) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
        animation-timing-function: cubic-bezier(.25, .25, .75, .75);
    }

    100% {
        transform: translate(-2px, 1px) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    }
}

@media (max-width: 1200px) { 
    .Intro {
        font-size: 12px;
    }
    .headline{
        font-size: 24px;
    }
    .cheerup{
        font-size: 16px;
    }
}

@media (max-width: 690px) { 
 .Intro {
        font-size: 12px;
    }
    .headline{
        font-size: 20px;
    }
    .cheerup{
        font-size: 14px;
    }
    
.new_user.btn-group .btn{
    width:100px !important;
    font-size:12px;
    flex-grow:0;
}
    .aerostat {
        left:20%;
        top:12%
    }
    .contentArea{
        margin-bottom: 10px;
        margin-top: 140px;
}
    .page_space{
        background:white;
        width:6px;
        height: 100%;
        z-index:-1;
        margin-left:auto;
        border-inline:2px solid rgba(140, 140, 140, 0.62);
    }
    .user_detail{
        border: none !important;
    }
    .book{
        flex-direction: column;
    }
    .book_page{
        width: 100%;
        height: 50%;
    } 
    .book_page:last-child{border-radius: 0 0 50px 50px;border-top-color: #d6d6d6;}
    .book_page:first-child{
        justify-content: start !important;
        border-radius: 50px 50px 0 0;
        border-bottom-color: #d6d6d6;
    }
   
    .book_linkages{
        pointer-events:none;
        height: 110vw;
        width: 60px;
        /* background: red; */
        top: 50%;
        transform: translate(-50%,-50%);
    }
    .book_linkages .row{
        transform: rotate(60deg);
    }
    .welcome{
        display: none;
    }
        .copyright{
            font-size:10px;
    right: 50%;
            transform:translateX(50%);
    }

}


