::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: #ca3b3b;
}

::-webkit-scrollbar-track {
    background: #1A1E21;
}

.main-logo {
    display: block;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: 1.5%;
    margin-right: auto;
    padding-top: 1%;
}

.form-control-icons {
    background-color: #fff;
    color: #000;
    position: relative;
    vertical-align: middle;
    padding: 12px;
}

.shiv-line {
    color: hsla(0, 0%, 0%, 0.5);
    display: block;
    font-size: .7rem;
    margin: 20px 0;
    overflow: hidden;
    text-transform: uppercase;
    white-space: nowrap;
}

.shiv-line span:after,
.shiv-line span:before {
    background-color: hsla(0, 0%, 100%, .2);
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width: 500px;
}

.shiv-text-truncate {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.shiv-news-title {
    font-size: 30px;
    font-weight: 700;
    color: #7a1a1a !important;
}

.card-bg-image {
    background-image: url(../images/dragoniawebbg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#avatarInput {
    display: none;
}

#avatarImage {
    cursor: pointer;
    transition: transform 1s ease, opacity 0.3s ease;
}

#avatarImage:hover {
    transform: scale(1.1);
    opacity: 0.8;
}

#avatarImage:active {
    transform: scale(0.95);
}

.forgot-password-text {
    font-size: small;
    font-style: italic;
    text-align: end;
    text-decoration: none;
    color: #d87070;
}

option {
    background-color: #e6e6e6;
}

.shivaria-container {
    position: relative;
    width: 100%; /* Full width of the container */
    overflow: hidden;
}

.shivaria-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    justify-content: center;
}
body {
    padding-top: 60px; /* adjust based on navbar height */
}

.fixed-top {
    z-index: 1030;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional: subtle shadow when scrolling */
}
