body {
    background-color: #cacaca;
    font-family: Arial, sans-serif;
    transition: all 0.3s;
}
.navbar {
    background-color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    padding: 0 20px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    width: auto;

}

.navbar a {
    color: white;
    text-decoration: none;
    margin-right: 20px;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    transition: color 0.3s ease, text-decoration 0.3s ease;
}



a:hover {
    color: grey;
    text-decoration: underline;
}

a .navbar-logo {
    height: 120px;
}

.navbar button {
    background-color: white;
    color: black;
    border: none;
    padding: 10px 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    font-size: 28px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar button i {
    color: black;
}

.navbar i {
    margin-right: 5px;
    color: white;
    font-size: 30px;
}

.navbar button:hover {
    cursor: pointer;
}

.sidebar {
    margin: 0;
    padding: 0;
    width: 200px;
    background-color: #f1f1f1;
    position: absolute;
    height: 100%;
    overflow: hidden;
    transition: all 0.3s;
    padding-top: 40px;
}
.hamburger {
    background-color: #f1f1f1;
    position: absolute;
    text-align: left;
    margin: 10px;
    font-size: 22px;
    z-index: 1;
    cursor: pointer;
}

.sidebar a {
display: flex;
align-items: center;
    color: black;
    padding: 10px;
    text-decoration: none;
    min-height: 60px;
    font-size: 18px;
}
.sidebar a p {
    padding-left: 5px;
}
.sidebar a.active {
    background-color: #323232;
    color: white;
    transition: all 0.2s;
}

.sidebar a:hover:not(.active) {
    background-color: #555;
    color: white;
}

.content {
transition: all 0.3s;
    margin-left: 210px;
}

/* .sidebar {
    background-color: #7c7c7c;
    color: #ffffff;
    height: 100%;
    left: 0;
    overflow-x: hidden;
    padding-top: 20px;
    position: absolute;
    top: 70px;
    width: 250px;
}

.profile {
    margin-bottom: 20px;
    margin-top: -12px;
    text-align: center;
}

.profile img {
    border-radius: 50%;
    box-shadow: 0px 0px 5px 1px grey;
}

.name {
    font-size: 20px;
    font-weight: bold;
    padding-top: 20px;
}

.profile_desc {
    margin-bottom: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: small;
}

.desc {
    font-size: 17px;
    color: rgb(255, 67, 67);
    font-weight: bold;
}

.url,
hr {
    text-align: center;
}

.url hr {
    margin-left: 20%;
    width: 60%;
}

.url a {
    color: #ffffff;
    display: block;
    font-size: 20px;
    margin: 10px 0;
    padding: 6px 8px;
    text-decoration: none;
}

.url a:hover,
.url .active {
    background-color: #e8f5ff;
    border-radius: 28px;
    color: #000;
    margin-left: 14%;
    width: 65%;
}


/* */

.main {
    box-sizing: border-box;
    font-size: 28px;
    overflow: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.main h2 {
    color: #333;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 24px;
    margin-bottom: 10px;
    margin: 10px;
}

.main .embed {
    margin-top: 15px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 1px 1px 8px 0 grey;
    margin-bottom: 20px;
    flex: 1;
    width: 100%;
}

.main table td {
    padding: 0 10px;
}

.main .embed-body {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-wrap: break-word;
    word-break: break-all;
}


.main .embed table {
    border: none;
    font-size: 22px;
    font-weight: 700;
    width: 100%;
    color: rgb(80, 80, 80);
    width: 100%;
}
    @media (max-width: 800px) {

        table, tbody, tr, td {
            display: block;
        }

  
        td {
            margin-bottom: 10px;
        }

        tr td:first-child {
            font-weight: bold;
            background-color: #f0f0f0; 
        }
    }

.card .embed-body i {
    padding: 10px;
}


* {
    scroll-behavior: smooth;
}

.eye-icon {
    cursor: pointer;
}



::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::selection {
    color: rgb(0, 225, 255);
    background-color: #ffffff;
}





        @media (max-width: 800px) {
            .sidebar {
                width: 150px;
            }
            .navbar a {
                font-size: 16px;
            }
                                  .navbar button {
                font-size: 16px;
            }
            .navbar button {
                        width: initial;
                        font-weight: 600;
            }
  
        }
        @media (max-width: 650px) {
                      .navbar button {
                font-size: 12px;
            }
        }

        .short p {
           visibility: hidden;
           display: none;
        }
        .short {
            width: 40px;
        }


                #loader {
            position: fixed;
            width: 100%;
            height: 100%;
            background-color: rgba(255, 255, 255, 1);
            z-index: 999999999999;
            display: flex;
            justify-content: center;
            align-items: center;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%)
        }

        .lds-spinner {
            color: official;
            display: inline-block;
            position: relative;
            width: 80px;
            height: 80px
        }

        .lds-spinner div {
            transform-origin: 40px 40px;
            animation: lds-spinner 1.2s linear infinite
        }

        .lds-spinner div:after {
            content: " ";
            display: block;
            position: absolute;
            top: 3px;
            left: 37px;
            width: 6px;
            height: 18px;
            border-radius: 20%;
            background: #000
        }

        .lds-spinner div:nth-child(1) {
            transform: rotate(0);
            animation-delay: -1.1s
        }

        .lds-spinner div:nth-child(2) {
            transform: rotate(30deg);
            animation-delay: -1s
        }

        .lds-spinner div:nth-child(3) {
            transform: rotate(60deg);
            animation-delay: -.9s
        }

        .lds-spinner div:nth-child(4) {
            transform: rotate(90deg);
            animation-delay: -.8s
        }

        .lds-spinner div:nth-child(5) {
            transform: rotate(120deg);
            animation-delay: -.7s
        }

        .lds-spinner div:nth-child(6) {
            transform: rotate(150deg);
            animation-delay: -.6s
        }

        .lds-spinner div:nth-child(7) {
            transform: rotate(180deg);
            animation-delay: -.5s
        }

        .lds-spinner div:nth-child(8) {
            transform: rotate(210deg);
            animation-delay: -.4s
        }

        .lds-spinner div:nth-child(9) {
            transform: rotate(240deg);
            animation-delay: -.3s
        }

        .lds-spinner div:nth-child(10) {
            transform: rotate(270deg);
            animation-delay: -.2s
        }

        .lds-spinner div:nth-child(11) {
            transform: rotate(300deg);
            animation-delay: -.1s
        }

        .lds-spinner div:nth-child(12) {
            transform: rotate(330deg);
            animation-delay: 0s
        }

        @keyframes lds-spinner {
            0% {
                opacity: 1
            }

            100% {
                opacity: 0
            }
        }
