/* Your Custom CSS Goes here */

/* SELECTIZE */
.selectize-input.focus {
    border-color: #2269f5;
    box-shadow: none;
    padding: 7px 18px !important;
    border-radius: 8px;
}

.selectize-input {
    padding: 7px 18px !important;
    border-radius: 8px;
    border-color: #e3e6ea;
}

.selectize-control.multi .selectize-input > div {
    margin: 0 3px 0 0;
}

/* SELECTIZE */


/* DROPZONE */
.dz-image img{
    width: 100%;
    height: 100%;
}
.dz-remove
{
    z-index:1000;
    position: relative;
    background: white;
}

/* DROPZONE */

.page-description .btn {
    margin: 5px;
}

.page-description .page-description-actions a:first-child {
    margin-left: 0;
}

.form-error, .form-error.focus {
    border-color: #ff4857 !important;
}

.invalid-tooltip {
    display: block;
}
.content-wrapper{
    padding-bottom: 30px;
}
.fixed-footer {
    width: 100%;
    background: white;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px;
    height: 55px!important;
    border-top: 1px solid #E2E6E9;
    justify-content: center;
    align-items: center;
    display: flex;
    z-index: 100;
}