/*
    Customize Style
*/

.navbar {
    background-color: #38c172 !important;
}

.main-header .logo {
    background-color: #06923F !important;
}

a.sidebar-toggle:hover {
    background-color: #19B458 !important;
}

.pull-center {
    margin: 0 auto;
}

.skin-blue .sidebar-menu>li:hover>a, .skin-blue .sidebar-menu>li.active>a {
    color: #fff;
    background: #1e282c;
    border-left-color: #19B458;
}

.navbar-brand {
    font-size: 25px;
}
/*
.navbar {
    height: 60px;
    padding-top: 5px;
} */

.login-page {
    background-color: #5AD28E;
}

@font-face {
    font-family: VAGRounded;
    src: url(../adminlte/bootstrap/fonts/VAGRoundedStd-Light.otf);
}

body {
    font-family: "VAGRounded", Helvetica, Arial, sans-serif!important;
}

/**
| Footer
*/
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px; /* Set the fixed height of the footer here */
    line-height: 60px; /* Vertically center the text there */
    background-color: #38c172;
}

.footer p {
    color: white;
}

.main-header .logo {
    font-family: "VAGRounded", Helvetica, Arial, sans-serif!important;
}

.font-color-white,  .font-color-white:hover{
    color: white;
}

.language-choice {
    font-size: 15px;
    line-height: 20px;
}

.ql-align-center {text-align: center;}
.ql-align-right {text-align: right;}
.ql-align-justify {text-align: justify;}

.ql-editor ul, ol {
    padding-left: 0.25rem;
}

.ql-indent-1 {
    padding-left: 3rem;
}

.ql-indent-2 {
    padding-left: 6rem;
}

.ql-indent-3 {
    padding-left: 9rem;
}

.ql-indent-4 {
    padding-left: 12rem;
}