.custom-form-select {
    border: 1px solid #ced4da;
    font-weight: 400;
    font-size: 0.875rem;
    padding: 1.125rem 1.375rem;
    display: block;
    width: 100%;
    line-height: 1;
    color: #343a40;
    background-color: #fff;
    background-clip: padding-box;
    appearance: none;
    border-radius: 2px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-form-color {
    border: 1px solid #ced4da;
    padding: 1.125rem 1.375rem;
    display: block;
    font-size: 0.875rem;
    width: 100%;
    color: #e9e6e6;
    background-color: #fff;
    background-clip: padding-box;
    appearance: none;
    border-radius: 2px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn,
.fc button,
.ajax-upload-dragdrop .ajax-file-upload,
.swal2-modal .swal2-buttonswrapper .swal2-styled,
.swal2-modal .swal2-buttonswrapper .swal2-styled.swal2-confirm,
.swal2-modal .swal2-buttonswrapper .swal2-styled.swal2-cancel,
.wizard > .actions a {
    border-radius: 6px;
}

.bg-primary-2 {
    background-color: #7da0fa !important;
    border-radius: 5px;
}

.btn-sm-2 {
    border-radius: 4px !important;
}

.modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 100ms ease-in;
    -moz-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
    pointer-events: none;
}

.modalDialog:target {
    opacity: 1;
    pointer-events: auto;
}

.modalDialog>div {
    max-width: 800px;
    width: 90%;
    position: relative;
    margin: 5% auto;
    padding: 20px;
    border-radius: 3px;
    background: #fff;
    max-height: 600px;
    overflow-y: auto;
}

.close {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 25px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 5px;
    width: 34px;
    height: 34px;
    text-decoration: none;
    font-weight: bold;
    padding-top: 5px;
    cursor: pointer;
}
