video {
    object-fit: cover;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh !important;
    z-index: -1;
}

.main-content {
    background: rgba(0, 52, 82, 0.6) !important;
    height:450;
    overflow: hidden;
    margin-top:15%;
}

.gen {
    background: rgba(0, 52, 82);
    min-height:100%;
}

.main-box {
    background: rgb(5, 64, 99) !important;
    border-style: dashed;
    border-color: #48c774;
    border-width: 1px;
}

.clickableTag {
    cursor:pointer;
}

.apiDetailsPanel {
    background-color:rgb(32, 31, 31);
    color: #48c774 !important;
    border-radius: 0 1rem 1rem 1rem;
    position:relative;
    z-index:100;
    display: inline-block;
    padding-bottom: 0.6rem;
}

.perm {
    border-bottom-style: dotted;
    border-width: 1px;
    border-color: white;
    padding-left: 0.5rem;
    padding-bottom: 0.2rem;
    margin-right: 0.5rem;
}

.iCard {
    border-radius: 5px 5px 5px 5px;
    background-color: white;
    color: black;
    padding: 5px 10px 5px 5px;
    height:max-content;
    justify-content: left !important;
    cursor: pointer;
    margin: 0 !important;
}