.dt-button {
    margin-bottom: 5px;
}

.ui-datepicker {
    padding: 10px;
    margin-top: 5px;
    box-shadow: 0px 4px 10px 2px rgba(0,0,0,0.1);
}

#toast-margin {
    margin-top: 60px;
}

label {
    font-size: 1rem !important;
    font-weight: 400 !important;
    display: inline-block !important;
    margin-bottom: .1rem !important;
}

.loading-modal-content {
    border-radius: 2.5rem !important;
    width: auto !important;
    background-color: transparent !important;
    border: none !important;
}

.table td, .table th {
    padding: 0.5rem !important;
    border-top: 1px solid #edf2f9;
    font-size: 13px;
}

table thead tr th {
    border-right: none !important;
    border-left: none !important;
}

element.style {
    animation-duration: 300ms !important;
}

.hs-unfold-content.hs-unfold-reverse-y {
    top: auto;
    bottom: 100%;
    margin-top: 0;
}

.hs-unfold-content-initialized {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
/*.dropdown-menu {
     box-shadow: 0 0 10px 5px rgba(141, 82, 189, 0.164) !important; 
}*/
.navbar-vertical-footer-dropdown {
    margin-bottom: 1.5rem !important;
}

.slideInDown {
    -webkit-animation-name: slideInDown !important;
    animation-name: slideInDown !important;
}

.animated {
    -webkit-animation-duration: 1s !important;
    animation-duration: 1s !important;
    -webkit-animation-fill-mode: both !important;
    animation-fill-mode: both !important;
}

.editor-label {
    margin-bottom: .25rem !important;
}

.bg-gradient {
    background: -webkit-linear-gradient(0deg, #7C32FF 0%, #C01CDB 100%);
    background: -moz-linear-gradient(0deg, #7C32FF 0%, #C01CDB 100%);
    background: -ms-linear-gradient(0deg, #7C32FF 0%, #C01CDB 100%);
    background: -o-linear-gradient(0deg, #7C32FF 0%, #C01CDB 100%);
    background: linear-gradient(0deg, #7C32FF 0%, #C01CDB 100%);
    box-shadow: 0rem .6rem 1rem rgba(91, 0, 224, 0.40);
}
