.dataTables_filter{
    display: flex !important;
    justify-content: end !important;
}

.wrap-login{
    background-color:#1D2E44!important;
    height:1329px;
  }

  .card.card-login {
    margin-top: 90px;
    background-color: #0D141E;
    padding:30px;
}

.wrap-header{
    color:white;
    text-align: center;

    padding:14px;
    text-transform: uppercase;
    border-bottom:1px solid white;
}
label.col-md-4.col-form-label.text-md-end {
    color: white;
}
label.form-check-label {
    color: white;
}

button.btn.btn-login{
    background-color: #0090E7;
    border: 1px solid #0090E7;
    color: white;
    padding: 8px 25px;
}

.btn-link {
    font-weight: 400;
    color: grey!important;
    
}

.ck.ck-editor{
    color: black;
}
.ck-editor__editable{
    height: 300px;
}

.templateHolder{
    display: flex;
    flex-direction: row;
    overflow-x: auto;
}

.templateBox{
    border: 1px solid white;
    background-color: white;
    color: black;
    padding: 10px;
    margin: 10px;
    flex-basis: 25%;
    flex-shrink: 0;
    cursor: pointer;
}

.selectedBox{
    border: 5px solid #ffab00 !important;
    box-shadow: 2px 2px 3px rgba(255,255,255,0.3);
}

.pagination_box{
    position: fixed;
    bottom: 1%;
    right: 2%;
    background: black;
    padding: 10px;
    border-radius: 10px;
}

/* .dataTables_filter{
    position: fixed;
    top: 14%;
    background: black;
    right: 2%;
    padding: 7px;
    padding-top: 12px;
    border-radius: 8px;
} */

.dataTables_filter input{
    height:30px;
    width:200px;
    border-radius: 5px;
}