body {
    background-color: #f8f9fe;
}

a {
    color: #673ab7;
}

#wpcontent {
    padding-left: 0 !important;
}

.fantazysidebar-admin {
    margin: 20px;
}

.fantazysidebar-admin a {
    color: #673ab7;
}

.fantazysidebar-admin ul.styled {
    list-style: disc;
    padding-left: 40px;
}

.fantazysidebar-admin .nav-tabs .nav-link:active,
.fantazysidebar-admin .nav-tabs .nav-link:focus,
.fantazysidebar-admin .nav-tabs .nav-link:hover {
    box-shadow: none;
}

.fantazysidebar-admin .card {
    max-width: none;
    padding: 10px;
    margin: 5px 0;
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, .05), 0 15px 32px 0 rgba(0, 0, 0, .06);
    border: 0;
    border-radius: 3px;
    user-select: none;
}

.fantazysidebar-admin .card-body {
    padding: 10px !important;
}

.fantazysidebar-admin .card-header {
    border: 0;
    padding: 20px;
    background: whitesmoke;
    margin-bottom: 20px;
}

.fantazysidebar-admin .card-title {
    color: #673ab7;
}

.fantazysidebar-admin .accordion .card-header {
    background: transparent;
    padding: 10px !important;
    margin: 0 !important;
}

.fantazysidebar-admin .accordion .card-header a {
    color: #673ab7;
    font-size: 14px !important;
    cursor: pointer;
}

.fantazysidebar-admin .accordion .card {
    box-shadow: none;
    border: 1px solid #eee;
    border-radius: 3px;
}

.fantazysidebar-admin .tab {
    border: 0 !important;
    box-shadow: none !important;
    color: #673ab7;
    text-decoration: underline;
}

.fantazysidebar-admin .form-control {
    background: #fafafa;
    border-width: 0 0 1px;
    height: 40px !important;
    padding: 5px 10px;
    box-shadow: none !important;
}

.fantazysidebar-admin .form-control:disabled:hover {
    box-shadow: none !important;
}

.fantazysidebar-admin .btn-primary {
    background-color: #673ab7;
}

.fantazysidebar-admin .btn-primary:focus,
.fantazysidebar-admin .btn-primary:active {
    background-color: #5426a6 !important;
}

.fantazysidebar-admin .form-check-label {
    padding: 0;
}

.fantazysidebar-admin .icon {
    font-size: 15px;
    line-height: 15px;
    vertical-align: text-top;
    color: #673ab7;
}

.fantazysidebar-admin .nav-link.active .icon {
    color: #673ab7;
}

.fantazysidebar-admin .alert .icon {
    color: #F44336;
    font-size: 25px;
    line-height: 22px;
}

.fantazysidebar-admin .alert.success .icon {
    color: #673ab7;
}

.fantazysidebar-admin .icon-heading {
    background: #673ab7;
    color: #fff;
    padding: 10px;
    border-radius: 25px;
    height: 24px;
    width: 24px;
    margin: 0;
}

.fantazysidebar-admin .alert {
    margin: 20px 0;
    background: white;
    box-shadow: 0 6px 0 0 rgba(0, 0, 0, .01), 0 15px 32px 0 rgba(0, 0, 0, .06);
}

.fantazysidebar-admin .alert-heading,
.fantazysidebar-admin .alert-link {
    margin: 0;
    font-weight: 400;
}

.fantazysidebar-admin .alert p {
    margin: 0;
}

.fantazysidebar-admin .form-control:hover {
    border-color: #F44336;
}

/* additional */
.fantazysidebar-admin .card-text {
    color: #673ab7;
    margin: 0;
}

.fantazysidebar-admin label {
    color: #673ab7;
}

.fantazysidebar-admin input[type=radio],
.fantazysidebar-admin input[type=checkbox] {
    margin: -10px 5px 0 0 !important;
}

.fantazysidebar-admin img {
    user-select: none;
    -webkit-user-drag: none;
}

.fantazysidebar-admin .form-check.inline {
    display: inline-block;
    margin: 0;
    float: right;
}

.switch-modal .form-check,
.switch-modal .form-group {
    max-width: 300px;
    margin: 5px auto;
    padding: 0;
}

.switch-modal .form-check-label {
    display: inline-block;
    min-width: 200px;
    text-align: left;
    background: #f1f1f1;
    color: #5f5f5f;
    border-radius: 3px;
    margin-right: 20px;
    font-size: 15px;
    padding: 5px 15px;
}

.fantazysidebar-admin .help-btn {
    position: fixed;
    right: 2em;
    bottom: 9.5em;
    line-height: 30px;
    width: 45px;
    height: 45px;
    background-color: #ffffff;
    box-shadow: 0 6px 0 0 rgba(0, 0, 0, .01), 0 15px 32px 0 rgba(0, 0, 0, .06);
    color: #673ab7;
    font-size: 22px;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    align-self: center;
    border-radius: 50%;
    padding: 10px;
    text-decoration: none;
    z-index: 1000;
}

.fantazysidebar-admin .btn {
    min-width: 140px;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 25px;
}

.fantazysidebar-admin .btn i {
    position: relative;
    margin-right: 20px;
}

.fantazysidebar-admin .form-check {
    padding-left: 0;
}

.fantazysidebar-admin .btn i:before {
    position: absolute;
}

.icon-loading i:before {
    content: "\e098";
    animation: loading 1.2s infinite;
}

.form-group.bordered-option {
    border: 1px solid #f6f6f6;
    padding: 10px;
    border-radius: 3px;
    position: relative;
}

.form-group.bordered-option:hover {
    border: 1px solid #f6f6f6;
    box-shadow: 0 6px 0 0 rgba(0, 0, 0, .01),
        0 15px 32px 0 rgba(0, 0, 0, .06);
}

.form-group.dynamic-top-option {
    background: #f8f9fe;
    border: 1px solid #ebe8f8;
    cursor: pointer;
}

.form-group.dynamic-top-option small {
    color: #673ab7;
}

.switch-group .switcher-input {
    width: 70px !important;
    height: 24px !important;
    box-shadow: none !important;
}

.switch-group .switcher-input.switch-on {
    background: transparent !important;
    border: 2px solid #673AB7 !important;
}

.switch-group .switcher-input.switch-on .switch-cursor {
    background: #673AB7 !important;
    top: 2px !important;
}

.switch-group .switcher-input.switch-on .switch-label-on {
    color: #673AB7 !important;
}

.switch-group .switcher-input.switch-off {
    background: #f6f6f6;
    box-shadow: none !important;
    border: 2px solid #ccc;
}

.switch-group .switcher-input.switch-off .switch-cursor {
    left: 2px !important;
    background: #ccc !important;
    top: 1px !important;
}

.switch-group .switcher-input.switch-off .switch-label-off {
    color: #969696 !important;
}

.switch-group .switch-wrap {
    height: 24px !important;
}

.switch-group .switcher-input .switch-cursor {
    width: 16px !important;
    height: 16px !important;
}

.switch-group .switch-label {
    line-height: 11px !important;
}

.switch-group small {
    display: block;
    color: #979797;
    font-weight: 100;
    margin-bottom: 10px;
}

.switch-group label {
    margin-bottom: 5px;
}

.switch-group .form-check {
    margin: 0;
}

.swal2-container {
    z-index: 100000 !important;
}

.swal2-content {
    font-size: 13px !important;
}

.swal2-content ul {
    text-align: left;
}

.swal2-content ul strong {
    display: inline-block;
    min-width: 150px;
}

.swal2-title {
    font-weight: 400 !important;
}

.help-template,
.help-title {
    display: none;
}

/* Mobile */
@media only screen and (max-width: 800px) {
    .fantazysidebar-admin .nav-tabs .nav-link .label {
        display: none !important;
    }

    .fantazysidebar-admin .option-control {
        display: grid;
    }

    .fantazysidebar-admin .option-control .btn {
        margin-bottom: 5px;
    }
}

/* Animation */
@keyframes loading {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}