body {
    overflow: hidden;
}

.align-content-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 95vh;
}

.border-radius {
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}

.gradient-hover-effect {
    display: flex;
    font-family: inherit;
    color: #c0dcfd;
    text-decoration: none;
    background: #000;
    transition: background-color 0.5s;
    font-size: 20px;
    cursor: pointer;
    min-width: 220px;
}

    .gradient-hover-effect:hover, .gradient-hover-effect:focus {
        color: #fff;
        background: linear-gradient(rgba(0,0,0,0.6), #66A8F7 50%, rgba(0,0,0,0.6));
        height: 40px;
        font-weight: bold;
        min-width: inherit;
    }

.mainBar {
    background: #000;
    border-top-style: solid;
    border-top-color: #66A8F7;
    border-bottom-style: solid;
    border-bottom-color: #66A8F7;
    border-bottom-width: 1px;
    border-top-width: 2px;
    height: 70px;
}

.inputStyle1 {
    background: #66A8F7;
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

.media-table-style {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 52vh;
    width: 720px;
    margin-top: 10px;
}

.dropdown-container {
    display: flex;
    flex-wrap: wrap;
}

input {
    background: #66A8F7;
    border-width: 1.5px;
    border-radius: 9px;
    color: #000;
    font-weight: bold;
}
.gradient-hover-effect-config {
    display: flex;
    font-family: inherit;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    background: #66A8F7;
    transition: background-color 0.5s;
    font-size: 20px;
    cursor: pointer;
    min-width: 220px;
}

    .gradient-hover-effect-config:hover, .gradient-hover-effect-config:focus {
        color: #fff;
        background: #2a65ac;
        height: 40px;
        font-weight: bold;
        min-width: inherit;
    }

.dropdown-menu {
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    font-size: 22px;
    text-align: left;
    list-style: none;
    background-color: #66A8F7;
    background-clip: padding-box;
    border: 1.2px solid #ffffff;
    border-radius: 14px;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: transparent;
    background-clip: padding-box;
    border: 0px;
    outline: 0;
}

.card-header {
    height: 57px;
    background: linear-gradient(180deg, #ffffff 0%, #02314f 30%);
    border: 1px solid #ffffff;
    border-bottom-style: solid;
    border-bottom-color: #02314f;
}


.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: transparent;
    background-clip: padding-box;
    border: 0px;
    outline: 0;
}

.table {
    width: 680px;
    margin-bottom: 1rem;
    vertical-align: top;
    border-color: var(--bs-table-border-color);
}

.background {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: 90vh;
    overflow: hidden;
    z-index: -1;
    background-color: black;
}

.card {
    width: 740px;
    height: 64vh;
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: 6px;
    background: #66a8f789;
}

.custom-scrollbar::-webkit-scrollbar {
    width: 20px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #2a65ac;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: #66A8F7;
}

td {
    border-right: 1px solid rgb(255,255,255);
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
}
