.theme--light.v-application {
    color: white !important;
    background: #212332 !important;
}

.v-application .text-primary{
    color: #664dc9 !important;
}

.v-application a{
    color: white !important;
}

.side-menu__icon {
    color: white !important;
}

.table .btn {
    width: 44px !important;
}

.imgcontainer{
    width: 50% !important;
}

.v-dialog{
    margin-top: 130px !important;
}

.theme--light.v-tabs > .v-tabs-bar,.theme--light.v-tabs-items {
    background-color: transparent !important;
}



@media screen and (min-width: 768px){
    .v-dialog {
        margin-left: 274px  !important;
        max-height: 80% !important;
    }

    

}

@media screen and (max-width: 768px){
    #megaMenuCard{
        margin-top: 135px;
        right: 36px;
        width: 90% !important;
    }
}
@media screen and (max-width: 576px){
    #megaMenuCard{
        margin-top: 135px;
        right: 20px;
        left: 20px;
        width: 90% !important;
    }
}
.v-btn {
    background-color: #664dc9 !important;
    color: white !important;
}

.v-card {
    background-color: #212332 !important;
    color: #664dc9 !important;
}

.v-card__text {
    color: white !important;
}

.ff_fileupload_dropzone {
    height: 50px !important;
}

/* Login Site Manipulations */
#app.login .app-content{
    margin-left: 0px;
    margin-top: 0px;
    background-image: url('/images/bridge.jpg');
    background-size: cover;
}

#app.login .footer{
    padding: 10px;
}

/* Header Adjustments */
.v-application .header .main-header-end .nav-link.icon{
    padding: 1.2rem 0.75rem !important;
}

.tableAbout{
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 400px;
}

.filter-select {
    width: 30% !important;
}

#megaMenuCard {
    position: fixed;
    top: 69px;
    width: 75%;
    visibility: hidden;
    max-height: 90vh;
    z-index: 100;
    overflow: auto;
    
}

#megamenu .table-responsive {
    font-size: 8px;
    min-height: 10vh !important;
}

.clickableTable {
    cursor: pointer !important;
}

#autoComplete {
    position: fixed;
    visibility: hidden;
    z-index: 100;
    width: 452px;
}

.autoCompleteList:hover{
    background-color: #212332 !important;
}

.headerChartContainer {
    width: 100%;
    /* height: 200px; */
}

.dashboardCard {
    height: 535px;
}

@media only screen and (min-width: 752px) {
    /* For mobile phones: */
    .verifyContainer {
        margin-right: 250px;
    } 
  }



.lds-spinner {
color: official;
display: inline-block;
position: relative;
width: 80px;
height: 80px;
transform:scale(.5);
}
.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: #fff;
}
.lds-spinner div:nth-child(1) {
transform: rotate(0deg);
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: -0.9s;
}
.lds-spinner div:nth-child(4) {
transform: rotate(90deg);
animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
transform: rotate(120deg);
animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
transform: rotate(150deg);
animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
transform: rotate(180deg);
animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
transform: rotate(210deg);
animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
transform: rotate(240deg);
animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
transform: rotate(270deg);
animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
transform: rotate(300deg);
animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
transform: rotate(330deg);
animation-delay: 0s;
}
@keyframes lds-spinner {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}