.auth-cover-bg-image {
    position: absolute;
    width: 55%;
    top: 0;
    bottom: 0;
    left: 0;
}
.auth-overlay {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: inherit;
    background-image: linear-gradient(-225deg, #231557, #44107a 29%, #ff1361bf);
    width: 55%;
}
.auth-cover img {
    width: 450px;
    height: 450px;
}
button svg.feather {
    margin-top: -3px;
}
.alert-icon-right {
    border-right: 64px solid;
}
.alert-light-danger {
    color: #e7515a;
    background-color: #fbeced;
    border-color: #e7515a8c;
}
.alert {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: .9375rem;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.alert-dismissible {
    padding-right: 3rem;
}
.alert.alert-arrow-right:before {
    left: auto;
    right: 0;
    border-left: 0;
    border-right: 8px solid;
    border-right-color: inherit;
}
.alert[class*=alert-arrow-]:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    border-left: 8px solid;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left-color: inherit;
    margin-top: -8px;
}
.alert-icon-right svg:not(.close) {
    color: #fff;
    width: 4rem;
    right: -4rem;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.auth-cover-bg-image.register, .auth-overlay.register {
    width: 45%;
}
.register-screen {
    padding: 30px 0 100px;
}
.header-elements {
    border-radius: 0.375rem !important;
}
.menu-link-custom svg {
    vertical-align: bottom;
    width: 22px;
    height: 22px;
}
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li a.menu-link-custom {
    padding: 17px 16px !important;
}
.menu-button-area {
    width: 340px;
}
.vl-footer-widget-3 .vl-footer-text a {
    line-height: 23px !important;
    vertical-align: middle;
}
.vl-copyright-text {
    line-height: 23px !important;
}
.vl-copyright.copyright-border-1 {
    border-top: 2px solid #C0A0C0 !important;
    padding-top: 27px;
}
.cursor-pointer {
    cursor: pointer;
}
.flag-option {
    display: flex;
    align-items: center;
}
.flag-option i {
    margin-right: 8px;
}
.bootstrap-select>.dropdown-toggle {
    height: auto;
    font-size: 15px;
    padding: 0.75rem 1.25rem;
    letter-spacing: 1px;
    border: 1px solid #bfc9d4;
    color: #3b3f5c;
    background-color: #fff;
    border-radius: 6px;
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline-offset: 0 !important;
}
.alert ul {
    padding-left: 1.25rem !important;
}
.cursor-pointer {
    cursor: pointer;
}
#sidebar ul.menu-categories li.menu {
    padding: 11px 0 9px 0 !important;
}
.widget-content-area {
    border-radius: 6px !important;
}
.table:not(.dataTable) thead tr th:first-child {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}
.table:not(.dataTable) thead tr th:last-child {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent !important;
}
.fs-13 {
    font-size: 13px;
}
.page-link:focus {
    box-shadow: none !important;
}
.page-item:first-child .page-link {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}
.page-item:last-child .page-link {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}
.select2-container .select2-selection--multiple, .select2-container .select2-selection {
    padding: 0.3rem 0.25rem 0.65rem !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow, .select2-container .select2-selection--single {
    height: 37px !important;
}

/* Make FilePond preview look like a Bootstrap card */
.filepond--item-panel {
    border-radius: 0 !important;  /* square */
    border: 1px solid #dee2e6;    /* Bootstrap gray border */
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1); /* soft shadow */
    background-color: #fff;       /* white background */
}

/* Ensure preview image fills the square nicely */
.filepond--image-preview {
    border-radius: 0 !important;
    overflow: hidden;
}
.profile-image .filepond {
    width: 150px !important;
    height: 150px !important;
    margin-left: 0;
}

#sidebar ul.menu-categories ul.submenu {
    max-width: 215px !important;
    width: 215px !important;
}

.note-modal-body {
    font-family: 'Nunito';
    padding: 20px !important;
    position: relative;
    letter-spacing: -20px;
}
.note-modal .note-modal-body label {
    padding: 0 0 3px 0 !important;
    letter-spacing: 0px;
}
.note-input {
    padding: 6px !important;
    border-radius: 6px;
}
.note-modal-footer {
    border: 1px solid #ededef;
    height: 53px !important;
    padding: 10px 20px !important;
}

button, input, optgroup, select, textarea {
    vertical-align: middle;
}
.form-group.note-form-group .checkbox input {
    margin-right: 5px !important;
}
