body {
    font-family: 'Quicksand', sans-serif !important;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link, .sidebar-light-primary .nav-sidebar > .nav-item {
    border-radius: 22px !important;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #ff2457 !important;
    color: #fff;
}

.text-brand {
    color: #ff2457 !important;
}

iframe {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    line-height: 24px;
}

iframe.preview-template {
    width: 100%;
    height: 800px;
    min-width: 620px;
    overflow-y: hidden;
    overflow-x: auto;
    position: absolute;
    top: 0;
    left: 0;
}

#editor {

}

.bg-darker {
    background: #141414 !important;
}

.rounded {
}

.rounded-xlg {
    border-radius: 1rem !important;
    -webkit-border-radius: 1rem !important;
}

.btn-rounded {
    border-radius: 1rem !important;
    -webkit-border-radius: 1rem !important;
}

