.checkbox-column{
    display: inline-block;
    width:50%; 
 }


.table-center {
    padding-bottom:  50px;
}
 
 .container {
    display: flex;
    justify-content: space-between;
 }

 .long-button {
    padding: 30px !important;
    font-size: 20px;
    background-color: #fcfeff;
    color: rgb(0, 0, 0);
    border: none;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(50% - 5px);
 }

 @media (max-width: 768px) {
    .container {
        flex-direction: column;
        align-items: center;
    }

    .long-button {
        width: 100%;
        margin: 5px 0;
    }
 }


 .lists-container {
    display: flex;
 }

 .list {
    flex: 5;
    padding: 18px;
    margin: 5px;
    background-color: #f9f9f9;
    border-radius: 3px;
 }

 
 
.draggable-item { 
    padding: 8px;
    margin: 8px 0;
    background-color: #fff;
}

.date-picker
{   background-color: #f9f9f9;
    border-radius: 3px;
    border: none;
    transition: none;
   
}

.time-picker
{
    background-color: #f9f9f9;
    border-radius: 3px;
    border: none;
    transition: none;
    outline-color:  #f9f9f9;
}

.disabled
{
    
    color: #c0c0c0;
    cursor: not-allowed;
}


.kt-login__subtitle {
    font-size: 1.2rem;
    font-weight: 200;
    margin: 2.5rem 0 3.5rem 0;
    color: rgba(#fff, 0.7);
}

 

 