.loading-page{
    top: 50%;
    position: fixed;
    background-color: rgb(236, 235, 235);
    left: 50%;
    right: auto;
    border-radius: 5px;
    margin: 15px;
}

.create-dropdown{
    cursor: pointer;
}

.bg-content{
    background-color: #0d948861;
}

.z-9999999999{
    z-index:  9999999999;
}

.text-black{
    color: black; 
}