/* Widget Stuff */

.widget-advanced .widget-header {
    position: relative;
    padding: 15px 15px 50px;
    height: 130px;
    overflow: hidden;
    border-bottom:3px solid;
}

.widget .widget-content-light small {
    color: #eee;
}

.widget-advanced .widget-main {
    position: relative;
    padding: 50px 15px 15px;
    text-align:center;
}

.widget-advanced .widget-image-container {
    position: absolute;
    display: inline-block;
    padding: 5px;
    width: 74px;
    height: 74px;
    top: -36px;
    left: 50%;
    margin-left: -36px;
    border-radius: 36px;
    background-color: #fff;
}

.widget-advanced .widget-image-container:hover{
    box-shadow: inset 0px 10px 10px -10px rgba(0,0,0,0.7);
}

.widget-advanced .widget-image-container:hover .widget-icon{
    box-shadow: inset 0px 3px 7px rgba(0,0,0,0.5);
    transform:scale(0.9);
}

.widget .widget-icon {
    display: inline-block;
    line-height: 64px;
    text-align: center;
    font-size: 28px;
    color: #fff;
    border-radius: 32px;
    position:relative;
    transition: all .3s ease-in-out; 
}

.widget .widget-icon .theme-half-circle {
    width: 64px;
    height: 32px;
    display: block;
    position: absolute;
    z-index: 1;
    border-radius: 0 0 32px 32px;
    bottom: 0;
}

.widget .widget-icon i, .widget .widget-icon img{
    position:relative;
    z-index:10;
}

.widget .widget-content-light a.title:hover, .widget .breadcrumb a:hover, .article-box .header-box a:hover{
    opacity:0.8
}

.widget .widget-icon, .widget .widget-image {
    width: 64px;
    height: 64px;
}

/* Animations */
.animation-fadeIn {
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-duration: 1.0s;
    -webkit-animation-duration: 1.0s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
}

@keyframes fadeIn {
    0% {
        transform: scale(0);
        opacity: 0.0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

.widget{
    border: 1px solid #dbe1e8;
}

.header-row{
    margin: -20px -5px 0;
}

.header-full{
    float: left;
    width: 100%;
    height: 300px;
    overflow: hidden;
    background: url('https://cdn.blogabet.com/images/academy-header.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
}

.header-text{
    float: left;
    padding: 20px;
    height: 100%;
    width:100%;
    text-align:center;
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.25) 17%, rgba(255,255,255,0.75) 33%, rgba(255,255,255,0.75) 66%, rgba(255,255,255,0.25) 83%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.25) 17%,rgba(255,255,255,0.75) 33%,rgba(255,255,255,0.75) 66%,rgba(255,255,255,0.25) 83%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.25) 17%,rgba(255,255,255,0.75) 33%,rgba(255,255,255,0.75) 66%,rgba(255,255,255,0.25) 83%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

.header-text h2{
    text-shadow: 0 2px 2px rgba(0,0,0,0.2);
    font-size: 36px;
    text-transform: uppercase;
    margin-top:0;
    font-weight:900;
}

.header-text h1{
    text-transform: capitalize;
    text-shadow: 0 2px 2px rgba(0,0,0,0.2);
    font-size: 24px;
    font-weight:400;
}

.header-text .btn{
    border-bottom-width:1px;
}

.header-text .form-control:focus {
    border-color: #4dbfa2;
}

.header-desc h3{
    margin-top:0;
}


@media (min-width:768px){
    .category-box .widget-main p{
        height:72px;
    }
}

@media (min-width:1200px) and (max-width:1280px){
    .category-box .widget-main p{
        max-height:57px;
        font-size:14px;
    }
}

@media (min-width:1025px) and (max-width:1199px){
    .category-box .widget-main p{
        font-size:12px;
    }
}

.block-title .nav-tabs {
    padding: 3px 1px 0;
    border-bottom: none;
    margin-bottom: -2px;
    min-height: 40px;
    line-height: 38px;
}

.nav-tabs>li {
    margin-bottom: 0;
}

.block-title .nav-tabs>li>a {
    border-bottom: none;
    margin-bottom: 0;
}

.block-title .nav-tabs>li.active>a, .block-title .nav-tabs>li.active>a:focus, .block-title .nav-tabs>li.active>a:hover {
    border: 1px solid #eaedf1;
    border-bottom-color: #fff;
    background-color: #fff;
}

.block-title .nav-tabs>li>a:hover {
    background: 0 0;
}

.nav-tabs>li>a:hover {
    border-color: #eaedf1;
}

.article-list .article-box:last-child{
    margin-bottom:0;
}

.article-list .article-box.widget{
    border:0;
}

.article-list .article-box .widget-image-container{
    float:left;
    height:100px;
}

.article-list .widget-icon {
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 20px;
}

.article-list .widget .widget-icon .theme-half-circle {
    width: 46px;
    height: 23px;
}

.article-list .article-box h2{
    margin-left: 61px;
    margin-top: 0;
    border-bottom: 1px solid #efefef;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size:18px;    
    max-height: 39px;
    overflow: hidden;
}

.article-list .article-box h2 a{
    color:#333;
}

.article-list .article-box h2 a:hover{
    color:#4dbfa2;
}

.article-list .article-box p{
    padding-left: 15px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size:13px;
    max-height:40px;
    overflow:hidden;
}

.article-list .article-box .continue{
    width: 100%;
    text-align: right;
    display: block;
}

@media (min-width:1200px) and (max-width:1280px){
    .article-list .article-box p{
        font-size:12px;
    }
}

.header-section .widget{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.header-section .widget-advanced .widget-header {
    padding: 15px;
    height: auto;
    overflow: hidden;
    text-align: left;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-width:2px;
}

.header-section .widget-advanced .widget-header h1{
    float:left;
    margin:0;
    min-width: 350px;
}

.header-section .widget-advanced .widget-header h1 > span{
    display:inline-block;
}

.header-section .widget-advanced .widget-image-container {
    position: relative;
    display: inline-block;
    padding: 5px;
    width: 74px;
    height: 74px;
    top: 0px;
    left: 0;
    margin-left: 0px;
    border-radius: 36px;
    background-color: #fff;
    float: left;
    margin-right: 20px;
}

.header-section .breadcrumb-holder{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding: 8px 15px;
}

.header-section .breadcrumb{
    margin-bottom:0;
    float: left;
    padding: 0;
}

.header-section .breadcrumb li{
    color:#FFF;
}

.header-section .breadcrumb-holder .btn{
    float:right;
}

.header-section .widget-advanced .widget-main{
    padding:15px;
    text-align:left;
}

.header-section .widget-advanced .widget-main p {
    margin-bottom: 0;
    font-weight: 400;
    font-family: 'Fira Sans', sans-serif !important;
}

.category-list{
    float: left;
    width: 100%;
}

.category-list .article-box{
    margin-bottom:20px;
    background: #fff;
    border: 1px solid #dbe1e8;
}

.category-list .article-box, .category-list .article-body{
    float:left;
    width:100%;
}

.category-list .article-box .header-box{
    float:left;
    width:100%;
    background-color: #f5f5f5;
    border-bottom:2px solid #eaedf1;
    padding:15px;
    margin-bottom:15px;
}

.category-list .article-box .header-box .article-title .widget{
    border: 0;
    float: left;
    background: transparent;
    margin-bottom: 0;
}

.category-list .article-box .header-box .article-title .widget .widget-image-container{
    position: relative;
    display: inline-block;
    padding: 4px;
    width: 48px;
    height: 48px;
    top: 0px;
    left: 0;
    margin-left: 0px;
    border-radius: 50%;
    background-color: #fff;
    float: left;
    margin-right: 20px;
}

.category-list .article-box .header-box .article-title a.widget-image-container:hover {
    opacity:1;
}

.category-list .article-box .header-box .article-title .widget .widget-image-container:hover {
    box-shadow: inset 0px 10px 10px -10px rgba(0,0,0,0.7);
}

.category-list .article-box .header-box .article-title .widget .widget-image-container:hover .widget-icon {
    box-shadow: inset 0px 3px 7px rgba(0,0,0,0.5);
    transform: scale(0.9);
}

.category-list .article-box .header-box .article-title .widget .widget-image-container .widget-icon{
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.category-list .article-box .header-box .article-title .widget .widget-image-container .widget-icon .theme-half-circle{
    width: 40px;
    height: 20px;
}

.category-list .article-box .header-box h2{
    margin:0;
}

@media (min-width:992px) and (max-width:1280px){
    .category-list .article-box .header-box .article-title .widget .widget-image-container{
        margin-right:15px;
    }
    .category-list .article-box .header-box h2{
        font-size: 18px;
        margin-top: 5px;
    }
}

@media (min-width:992px) and (max-width:1024px){
    .article-box .author-box{
        font-size: 14px;
    }
}

.category-list .article-box .header-box h2 small.date{
    float:right;
    line-height:26px;
}

.category-list .article-box .header-box small{
    color:#FFF;
    display:inline-block;
}

.category-list .article-box .header-box .rating-container{
    display:inline-block;
}

.category-list .article-body{
    padding:0 15px 15px;
}

.category-list .article-body p{
    margin-bottom:10px;
}

.category-list .article-footer{
    float:left;
    width:100%;
    padding:15px 15px 0;
    margin-bottom:15px;
    border-top: 1px solid #dbe1e8;
}

.category-list .article-footer small {
    margin-right: 15px;
    line-height: 34px;
}

.category-list .article-footer small:last-child {
    margin-right: 0;
}

.category-list .article-footer .article-social{
    float:right;
}

@media (min-width:992px) and (max-width:1199px){
    .header-section .widget-advanced .widget-header h1{
        font-size:24px;
    }
    
    .header-section .widget-advanced .widget-header h1 > span{
        margin-top:11px;
    }
    
    .search-box{
        margin-top:11px;
    }
}

@media (max-width:991px){
    .category-list .article-box:last-child{
        margin-bottom:20px;
    }
    
    .search-box{
        margin-top:4px;
    }
}

@media (min-width:768px) and (max-width:991px){
    .header-section .widget-advanced .widget-header h1{
        font-size:24px;
    }
    
    .header-section .widget-advanced .widget-header h1 > span{
        margin-top:11px;
    }
    
    .search-box{
        margin-top:11px;
    }
}

@media (max-width:767px){
    .header-section .widget-advanced .widget-header h1{
        font-size:28px;
    }
    .category-list .article-box .header-box h2{
        font-size:20px;
    }
    .category-list .article-box .header-box h2 small{
        line-height: 22px;
    }
    
    .header-text h2{
        font-size:24px;
    }
    
    .header-text h1{
        font-size:18px;
    }
}

.article .header-section .widget-advanced .widget-header h2{
    float:left;
    margin:0;
    font-size:36px;
}

.article .category-list .article-box:last-child{
    margin-bottom:15px;
}

.article .category-list .article-box .header-box h1{
    margin:0;
}

@media (min-width:991px) and (max-width:1280px){
    .article .category-list .article-box .header-box h1{
        font-size:18px;
        margin-top: 5px;
    }
}

.article .category-list .article-box .header-box h1 small{
    float:right;
    line-height:40px;
    font-size:50%;
}

.article .category-list .article-body p{
    height:auto;
    margin-bottom:20px;
    line-height:1.8;
}

.article .category-list .article-footer{
    padding:15px 15px 0;
    margin-bottom:0;
    border-top: 1px solid #dbe1e8;
}

.article .category-list .article-footer .article-actions{
    margin-bottom:15px;
    position:relative;
    float:left;
}

.article .category-list .article-footer .article-comments small{
    line-height: 1.42857143;
}

.article .category-list .suggested-articles .article-footer{
    padding-bottom:15px;
}

@media (max-width:767px){
    .article .header-section .widget-advanced .widget-header h2{
        font-size:28px;
    }
    .article .category-list .article-box .header-box h1{
        font-size:24px;
    }
    .article .category-list .article-box .header-box h1 small{
        line-height: 26px;
    }
    .article .category-list .article-box .article-body h3{
        font-size:20px;
    }
    .article .category-list .article-box .article-body p{
        font-size:14px;
    }
}

@media (max-width: 1280px) and (min-width: 991px){
    .article .list-comment li.feed-comments {
        border-top: 0; 
    }
}

.article-box .author-box small{
    color:#fff;
}

.article-box .author-box .avatar{
    border-radius:50%;
    border:4px solid #fff;
}

.article-box .author-box .avatar img{
    max-width:40px;
    max-height:40px;
}

.category-list .article-box .author-box .avatar img{
    max-width:40px;
    max-height:40px;
}

.category-list .article-box .author-box .author-name{
    margin-top:5px;
    display:inline-block;
}

.title-side h1{
    font-size:30px;
}

@media(min-width:992px) and (max-width:1199px){
    .title-side h1{
        font-size:24px;
    }
}

@media (min-width:768px) and (max-width:991px){
    .title-side h1{
        font-size:24px;
    }
}

@media(min-width:768px){
    .article-box .author-box{
        text-align:right;
        width: 100%;
        display: inline-block;
        align-self: center;
    }
    .avatar-side{
        display: flex;
        justify-content: center;
    }

    .article-box .author-box .avatar{
        float:right;
        margin-left:15px;
    }  
}

@media (max-width:767px){
    .title-side h1{
        font-size:24px;
    }
    .article-box .author-box{
        padding-bottom:10px;
        margin-bottom:10px;
        border-bottom:1px solid #fff;
        float:left;
        width:100%;
    }
    .article-box .author-box .avatar {
        float: left;
        margin-right: 15px;
    }
    
    .article-box .author-box .author-name{
        margin-top:5px;
    }
}

.category-list .article-box .header-box .rating-container .filled-stars {
    text-shadow: 1px 1px #333;
}

.article .rating-xs,.category-list .rating-xs{
    font-size:1em;
}

.article-modal .modal-header{
    border-radius:0;
}

.article .suggested-articles {
    float:left;
    width:100%;
    margin-top:30px;
    margin-bottom:5px;
}

.article .suggested-articles .box-title{
    background-color: #f9fafc;
    border-bottom: 1px solid #eaedf1;
    padding: 15px;
    margin-bottom: 15px;
}

.article .suggested-articles h3{
    margin:0;
    color: #4dbfa2;
    font-size: 16px;
    font-weight: bold;
}

.article .suggested-articles ul{
    margin-bottom:15px;
}

.article .suggested-articles ul li i{
    margin-right:5px;
}

.article .suggested-articles ul li{
    margin-bottom:5px;
}

.article .suggested-articles ul li a{
    color:#333;
}

.article .suggested-articles ul li a:hover, .article .suggested-articles ul li a:focus, .article .suggested-articles ul li a:active{
    color: #4dbfa2;
}

.article-box  .panel-heading:hover{
    cursor:pointer;
}

.search-box{
    float:right;
    width:250px;
    max-width:100%;
}

.search-box .input-group{
    width:100%;
}

.search-box .input-group input{
    border-color:#fff;
}

.search-box .input-group-btn .btn{
    border-bottom-width:1px;
    color:#fff;
    border-color:#fff;
}

.search-box .input-group-btn .btn:hover{
    opacity:0.8;
}

.search h1 span.title, .header-section .widget-advanced .widget-header h1 > span.title{
    display:inline-block;
    margin-top:19px;
}

.search-result{
    margin-top:0;
}

@media (max-width:767px){
    .search-box{
        float:left;
        width:100%;
        margin-top:15px;
    }
}

.article-submit{
    display:none;
}

.article-submit .header-box{
    padding: 15px;
    width:100%;
    border-bottom: 2px solid;
    float:left;
    margin-bottom:15px;
}

.article-submit .header-box h2{
    margin:0;
}

.btn-article{
    color:#fff;
    border-color:#fff;
    border-bottom-width:1px;
    text-transform: capitalize;
}

.btn-article:hover, .btn-article:focus, .btn-article:active{
    color:#fff;
    opacity:0.8;
}

.pending{
    margin-left:5px;
    padding-left: 5px;
    border-left: 1px solid;
}

.pending i{
    color:#eb6379;
}

@media (max-width:767px){
    .header-section .breadcrumb{
        width:100%;
    }
    
    .header-section .breadcrumb-holder .btn.btn-article{
        float:left;
        margin-top:10px;
    }
}

.article-comments .inreply{
    padding:10px 20px 0;
    margin-bottom: -16px;
}

.article-comments .inreply p{
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px solid #fff;
}

.article-comments .inreply p .btn {
    padding: 0 6px;
}

.article-actions .rating-container{
    font-size:20px;
}

.article-actions .rating-container .star{
    margin:0 5px;
}

.article-actions .rating-container .caption{
    margin-top: 2px;
    margin-right: 3px;
}

.article-actions .rating-container .caption .label{
    font-size:13px;
}


.article-actions .rating-box{
    position: absolute;
    left: 40px;
    top: -86px;
    -webkit-box-shadow: 0 0px 10px rgba(0,0,0,.2);
    box-shadow: 0 0px 10px rgba(0,0,0,.2);
    display:none;
    width:239px;
}

.article-actions .arrow_box {
	position: relative;
        background: #fff;
        border: 1px solid #dbe1e8;
        padding: 5px;
}
.article-actions .arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.article-actions .arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}
.article-actions .arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #dbe1e8;
	border-width: 12px;
	margin-left: -11px;
}

.article-actions .form-group{
    margin-bottom:0;
}

.article-actions .form-group .col-xs-3{
    height:58px;
    line-height:58px;
    text-align:center;
}

@media (max-width:767px){
    .article-actions .rating-box{
        left:-15px;
    }
    .article .suggested-articles ul li, .article-comments p{
        font-size:14px;
    }
}

.glossary {
    margin-bottom:20px;
}

.article-box .sub-header {
    margin:0 0 10px 0;
    padding: 5px 10px;
    border-bottom: 2px solid #69b899;
    color:#fff;
}

.category-list .key-anchors{
    margin-top: 10px;
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.category-list .key-anchors li{
    float:left;
    margin:5px 5px 0 0;
}

.category-list .key-anchors li .btn-default:focus{
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.key-body {
    margin-bottom: 8px;
    padding-left: 30px;
    padding-bottom: 7px;
    position:relative;
}

.key-body .key-title{
    display: inline-block;
    float: left;
    line-height: 1.4;
    margin-right: 10px;
    font-weight: bold;
}

.key-body p{
    line-height:1.4;
    margin: 0;
}

.key-body i.list-icon{
    position: absolute;
    left: 10px;
    color: #69b899;
    top: 2px;
}

.academy-right .nav-tabs>li>a{
    color:rgba(83,83,83,0.7)
}

.academy-right .nav-tabs>li.active>a, .academy-right .nav-tabs>li>a:hover, .academy-right .nav-tabs>li>a:focus, .academy-right .nav-tabs>li>a:active{
    color:#4dbfa2;
}

.academy-container{
    padding:0;
    width:100%; 
}

@media (min-width:1600px){
    .academy-container{
        width:1325px;
    }
}

/*Plugin themes*/

.themed-color-blogabet{
    color:#82daca !important;
}

.themed-border-blogabet{
    border-color:#4dbfa2 !important;
}

.themed-background-blogabet{
    background-color:#4dbfa2 !important;
}

.themed-background-dark-blogabet{
    background-color: #34564e !important;
}

.themed-color-default {
    color: #1bbae1 !important;
}

.themed-border-default {
    border-color: #1bbae1 !important;
}

.themed-background-default {
    background-color: #1bbae1 !important;
}

.themed-color-dark-default {
    color: #394263 !important;
}

.themed-border-dark-default {
    border-color: #394263 !important;
}

.themed-background-dark-default {
    background-color: #394263 !important;
}

.themed-color-night {
    color: #888888 !important;
}

.themed-border-night {
    border-color: #888888 !important;
}

.themed-background-night {
    background-color: #888888 !important;
}

.themed-color-dark-night {
    color: #333333 !important;
}

.themed-border-dark-night {
    border-color: #333333 !important;
}

.themed-background-dark-night {
    background-color: #333333 !important;
}

.themed-color-amethyst {
    color: #af64cc !important;
}

.themed-border-amethyst {
    border-color: #af64cc !important;
}

.themed-background-amethyst {
    background-color: #af64cc !important;
}

.themed-color-dark-amethyst {
    color: #583a63 !important;
}

.themed-border-dark-amethyst {
    border-color: #583a63 !important;
}

.themed-background-dark-amethyst {
    background-color: #583a63 !important;
}

.themed-color-modern {
    color: #46b7bf !important;
}

.themed-border-modern {
    border-color: #46b7bf !important;
}

.themed-background-modern {
    background-color: #46b7bf !important;
}

.themed-color-dark-modern {
    color: #3b3f40 !important;
}

.themed-border-dark-modern {
    border-color: #3b3f40 !important;
}

.themed-background-dark-modern {
    background-color: #3b3f40 !important;
}

.themed-color-autumn {
    color: #e67e22 !important;
}

.themed-border-autumn {
    border-color: #e67e22 !important;
}

.themed-background-autumn {
    background-color: #e67e22 !important;
}

.themed-color-dark-autumn {
    color: #4a392b !important;
}

.themed-border-dark-autumn {
    border-color: #4a392b !important;
}

.themed-background-dark-autumn {
    background-color: #4a392b !important;
}

.themed-color-flatie {
    color: #1ec1b8 !important;
}

.themed-border-flatie {
    border-color: #1ec1b8 !important;
}

.themed-background-flatie {
    background-color: #1ec1b8 !important;
}

.themed-color-dark-flatie {
    color: #32323a !important;
}

.themed-border-dark-flatie {
    border-color: #32323a !important;
}

.themed-background-dark-flatie {
    background-color: #32323a !important;
}

.themed-color-spring {
    color: #27ae60 !important;
}

.themed-border-spring {
    border-color: #27ae60 !important;
}

.themed-background-spring {
    background-color: #27ae60 !important;
}

.themed-color-dark-spring {
    color: #344a3d !important;
}

.themed-border-dark-spring {
    border-color: #344a3d !important;
}

.themed-background-dark-spring {
    background-color: #344a3d !important;
}

.themed-color-fancy {
    color: #d9416c !important;
}

.themed-border-fancy {
    border-color: #d9416c !important;
}

.themed-background-fancy {
    background-color: #d9416c !important;
}

.themed-color-dark-fancy {
    color: #352b4e !important;
}

.themed-border-dark-fancy {
    border-color: #352b4e !important;
}

.themed-background-dark-fancy {
    background-color: #352b4e !important;
}

.themed-color-fire {
    color: #e74c3c !important;
}

.themed-border-fire {
    border-color: #e74c3c !important;
}

.themed-background-fire {
    background-color: #e74c3c !important;
}

.themed-color-dark-fire {
    color: #4a2e2b !important;
}

.themed-border-dark-fire {
    border-color: #4a2e2b !important;
}

.themed-background-dark-fire {
    background-color: #4a2e2b !important;
}

.themed-color-coral {
    color: #ff6b6b!important;
}
.themed-border-coral {
    border-color: #ff6b6b!important;
}
.themed-background-coral {
    background-color: #ff6b6b!important;
}
.themed-color-dark-coral {
    color: #3c3e4f!important;
}
.themed-border-dark-coral {
    border-color: #3c3e4f!important;
}
.themed-background-dark-coral {
    background-color: #3c3e4f!important;
}
.themed-color-lake {
    color: #e38e7b!important;
}
.themed-border-lake {
    border-color: #e38e7b!important;
}
.themed-background-lake {
    background-color: #e38e7b!important;
}
.themed-color-dark-lake {
    color: #043e50!important;
}
.themed-border-dark-lake {
    border-color: #043e50!important;
}
.themed-background-dark-lake {
    background-color: #043e50!important;
}
.themed-color-forest {
    color: #0ead87!important;
}
.themed-border-forest {
    border-color: #0ead87!important;
}
.themed-background-forest {
    background-color: #0ead87!important;
}
.themed-color-dark-forest {
    color: #3b322c!important;
}
.themed-border-dark-forest {
    border-color: #3b322c!important;
}
.themed-background-dark-forest {
    background-color: #3b322c!important;
}
.themed-color-waterlily {
    color: #4ca5a9!important;
}
.themed-border-waterlily {
    border-color: #4ca5a9!important;
}
.themed-background-waterlily {
    background-color: #4ca5a9!important;
}
.themed-color-dark-waterlily {
    color: #4f243e!important;
}
.themed-border-dark-waterlily {
    border-color: #4f243e!important;
}
.themed-background-dark-waterlily {
    background-color: #4f243e!important;
}
.themed-color-emerald {
    color: #69b899!important;
}
.themed-border-emerald {
    border-color: #69b899!important;
}
.themed-background-emerald {
    background-color: #69b899!important;
}
.themed-color-dark-emerald {
    color: #07313a!important;
}
.themed-border-dark-emerald {
    border-color: #07313a!important;
}
.themed-background-dark-emerald {
    background-color: #07313a!important;
}
.themed-color-blackberry {
    color: #148e81!important;
}
.themed-border-blackberry {
    border-color: #148e81!important;
}
.themed-background-blackberry {
    background-color: #148e81!important;
}
.themed-color-dark-blackberry {
    color: #352738!important;
}
.themed-border-dark-blackberry {
    border-color: #352738!important;
}
.themed-background-dark-blackberry {
    background-color: #352738!important;
}