/* General */

/* GreenButton */

/* YellowButton */

/* RedButton */

/* greyButton */

/* BlackButton */

/* BlueButton */

/* AquaButton */

/* NavyButton */

/* Add your customizations of the layout variables here */

.splash-screen {
    width: 100%;
    height: 100%;
    display: flex;
    position: fixed;
    background: #4d4d4e;
    /* Old browsers */
    background: -moz-linear-gradient(top, #4e5159 0%, #1f2023 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4e5159), color-stop(100%, #1f2023));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4e5159 0%, #1f2023 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4e5159 0%, #1f2023 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4e5159 0%, #1f2023 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #4e5159 0%, #1f2023 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#000000", GradientType=0);
    /* IE6-9 */
}

.splash-screen .splash-wrapper {
    text-align: center;
    width: 1250px;
    margin: auto;
}

.splash-screen .splash-wrapper .splash-loading {
    margin-top: 20px;
}

html {
    height: 100%;
    font-size: 14px;
}

body {
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    background-color: #edf0f5;
    min-height: 100%;
}

a {
    text-decoration: none;
    color: #bf0404;
}

.wrapper {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}

.wrapper .topbar {
    display: flex;
    justify-content: space-between;
    align-items: start;
    -moz-transition: margin-left 0.3s;
    -o-transition: margin-left 0.3s;
    -webkit-transition: margin-left 0.3s;
    transition: margin-left 0.3s;
    right: 0;
    margin-left: 300px;
    background-color: #ffffff;
    color: #495057;
    border-bottom: 1px solid #e1e6ef;
    padding: 0 1.5rem 0 1.5rem;
    box-sizing: border-box;
    z-index: 101;
}

.wrapper .topbar .topbar-title {
    display: inline-block;
    font-size: 20px;
    margin: 3px 0 0 15px;
    vertical-align: middle;
}

.wrapper .topbar #topbar-icons a {
    position: relative;
    color: #495057;
    margin-left: 1.5rem;
    display: inline-block;
    text-decoration: none;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.wrapper .topbar #topbar-icons a:hover {
    color: #7d8792;
}

.wrapper .topbar #topbar-icons a span.topbar-icon {
    font-size: 18px;
}

.wrapper .topbar #topbar-icons a span.topbar-item-text {
    font-size: 20px;
    display: none;
}

.wrapper .topbar #topbar-icons a span.topbar-badge {
    position: absolute;
    font-size: 10px;
    width: 16px;
    height: 16px;
    line-height: 10px;
    text-align: center;
    right: -5px;
    top: -5px;
    color: #ffffff;
    padding: 2px 4px;
    background-color: #ef6262;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.wrapper .topbar #topbar-icons .topbar-search {
    padding: 0;
    position: relative;
    display: inline-block;
    top: -4px;
}

.wrapper .topbar #topbar-icons .topbar-search input {
    display: inline-block;
    border: 0 none;
    font-size: 14px;
    background: transparent;
    border-bottom: 2px solid #ced6e4;
    outline: 0 none;
    color: #495057;
    width: 260px;
    padding: 1px 20px 1px 1px;
    margin: 0px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.wrapper .topbar #topbar-icons .topbar-search input::-webkit-input-placeholder {
    color: #bac6d9;
}

.wrapper .topbar #topbar-icons .topbar-search input:-moz-placeholder {
    color: #bac6d9;
}

.wrapper .topbar #topbar-icons .topbar-search input::-moz-placeholder {
    color: #bac6d9;
}

.wrapper .topbar #topbar-icons .topbar-search input:-ms-input-placeholder {
    color: #bac6d9;
}

.wrapper .topbar #topbar-icons .topbar-search .topbar-search-icon {
    font-size: 16px;
    position: absolute;
    top: -2px;
    right: 0px;
    color: #bac6d9;
}

.wrapper .topbar #topbar-icons .topbar-search:hover input {
    border-bottom-color: #7d8792;
}

.wrapper .topbar #topbar-icons .topbar-search:hover .topbar-search-icon {
    color: #7d8792;
}

.wrapper .topbar #topbar-icons .topbar-centros .p-inputtext {
    width: 235px;
    height: 20px;
    padding: 0rem 0.5rem;
}

.wrapper .topbar #topbar-icons .topbar-cursos .p-inputtext {
    width: 100px;
    height: 20px;
    padding: 0rem 0.5rem;
}

.wrapper .topbar #topbar-icons p-calendar .p-inputtext {
    width: 100px;
    height: 20px;
    padding: 0rem 0.5rem;
}

.wrapper .topbar #topbar-icons .p-button {
    width: 1.5rem;
    height: 20px;
    padding: 0rem;
    background: #ef6262;
    border: 1px solid #ef6262;
}

.wrapper .topbar #omega-menu-button {
    display: inline-block;
    font-size: 28px;
    float: left;
    text-decoration: none;
    color: #495057;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.wrapper .topbar #omega-menu-button:hover {
    color: #7d8792;
}

.wrapper .topbar #omega-menu-button span {
    font-size: 28px;
}

.wrapper .topbar #options-menu-button {
    display: none;
    font-size: 28px;
    float: right;
    text-decoration: none;
    color: #495057;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.wrapper .topbar #options-menu-button:hover {
    color: #7d8792;
}

.wrapper .topbar #options-menu-button span {
    font-size: 28px;
}

.wrapper .sidebar {
    position: fixed;
    width: 300px;
    height: 100%;
    z-index: 102;
    overflow: auto;
    -moz-transition: margin-left 0.3s;
    -o-transition: margin-left 0.3s;
    -webkit-transition: margin-left 0.3s;
    transition: margin-left 0.3s;
    background: #4e5159;
    /* Old browsers */
    background: -moz-linear-gradient(top, #4e5159 0%, #1f2023 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4e5159), color-stop(100%, #1f2023));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4e5159 0%, #1f2023 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4e5159 0%, #1f2023 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4e5159 0%, #1f2023 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #4e5159 0%, #1f2023 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#000000", GradientType=0);
    /* IE6-9 */
    border-right: 1px solid #4d5058;
}

.wrapper .sidebar .logo {
    text-align: center;
    height: 50px;
    box-sizing: border-box;
    padding-top: 0.7em;
}

.wrapper .sidebar .profile {
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 20px 0;
}

.wrapper .sidebar .profile img {
    display: block;
    width: 56px;
    margin: 0 auto;
}

.wrapper .sidebar .profile > a {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 0;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.wrapper .sidebar .profile > a .username {
    display: inline-block;
    margin-right: 0.5em;
    vertical-align: top;
}

.wrapper .sidebar .profile > a .username:before {
    content: '';
    display: block;
}

.wrapper .sidebar .profile > a i {
    display: inline-block;
    font-size: 16px;
}

.wrapper .sidebar .profile > a:hover {
    color: #dd7e6b;
}

.wrapper .sidebar .profile > a .p-dropdown {
    background: none;
    border: none;
    box-shadow: none;
}

.wrapper .sidebar .profile > a .p-dropdown .p-dropdown-label {
    color: #ffffff;
    font-weight: bold;
    padding: 0rem 0.5rem;
}

.wrapper .sidebar .profile > a .p-dropdown:hover .p-dropdown-label {
    color: #dd7e6b;
}

.wrapper .sidebar .profile > a .p-dropdown .p-dropdown-trigger {
    color: #ffffff;
}

.wrapper .sidebar .profile > a .p-dropdown:hover .p-dropdown-trigger {
    color: #dd7e6b;
}

.wrapper .sidebar .profile > ul {
    background-color: #2e3035;
    text-align: left;
    overflow: hidden;
}

.wrapper .sidebar .profile > ul li a {
    border: 0 none;
}

.wrapper .sidebar .sidebar-scroll-content {
    display: block;
    height: 100%;
    position: relative;
}

.wrapper .sidebar .sidebar-scroll-content .menu > ul {
    padding-bottom: 80px;
}

.wrapper .sidebar ul.layout-menu > li.active-menuitem {
    background-color: #2e3035;
}

.wrapper .sidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
}

.wrapper .sidebar ul li > a {
    position: relative;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    padding: 15px;
    outline: none;
    cursor: pointer;
    user-select: none;
    display: block;
    box-sizing: border-box;
    border-top: 1px solid #4e5159;
    -moz-transition: padding-left 0.3s;
    -o-transition: padding-left 0.3s;
    -webkit-transition: padding-left 0.3s;
    transition: padding-left 0.3s;
}

.wrapper .sidebar ul li > a span {
    margin-left: 0.3em;
}

.wrapper .sidebar ul li > a .menu-badge {
    position: absolute;
    right: 32px;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    text-align: center;
    background-color: #dd7e6b;
    color: #00448f;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.wrapper .sidebar ul li > a .layout-submenu-toggler {
    float: right;
    font-size: 16px;
    transition: transform 0.3s;
}

.wrapper .sidebar ul li > a.rotated-icon .layout-menuitem-icon {
    transform: rotate(90deg);
}

.wrapper .sidebar ul li > a:hover {
    padding-left: 20px;
    color: #ffffff;
}

.wrapper .sidebar ul li > a:hover .menu-badge {
    color: #ffffff;
}

.wrapper .sidebar ul li.active-menuitem > a {
    border-bottom: 0 none;
    color: #ffffff;
}

.wrapper .sidebar ul li.active-menuitem > a .layout-submenu-toggler {
    transform: rotate(180deg);
    transition: transform 0.3s;
    font-size: 16px;
}

.wrapper .sidebar ul li > ul {
    padding-left: 20px;
}

.wrapper .sidebar ul li > ul li a {
    padding: 10px 15px;
    font-size: 13px;
    border-top: 0 none;
}

.wrapper .sidebar ul li > ul li:last-child > a {
    border-bottom: 0 none;
}

.wrapper .sidebar ul li:last-child > a {
    border-bottom: 1px solid #4e5159;
}

.wrapper .sidebar ul li.red-badge > a .menuitem-badge {
    background-color: #ef6262;
    color: #a83d3b;
}

.wrapper .sidebar ul li.green-badge > a .menuitem-badge {
    background-color: #20d077;
    color: #038d4a;
}

.wrapper .sidebar ul li.yellow-badge > a .menuitem-badge {
    background-color: #f9c850;
    color: #b58c2b;
}

.wrapper .sidebar ul .menuitem-badge {
    position: absolute;
    right: 32px;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    text-align: center;
    background-color: #dd7e6b;
    color: #00448f;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.wrapper .main {
    -moz-transition: margin-left 0.3s;
    -o-transition: margin-left 0.3s;
    -webkit-transition: margin-left 0.3s;
    transition: margin-left 0.3s;
    margin-left: 300px;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    flex: 1 1 0;
}

.wrapper .footer {
    -moz-transition: margin-left 0.3s;
    -o-transition: margin-left 0.3s;
    -webkit-transition: margin-left 0.3s;
    transition: margin-left 0.3s;
    margin-left: 300px;
    background-color: #bf0404;
    color: #ffffff;
    padding: 0.75rem 2rem;
    text-align: center;
}

.wrapper .footer a {
    text-decoration: none;
    color: #ffffff;
}

.wrapper .footer img {
    vertical-align: middle;
}

.wrapper .footer .footer-text {
    vertical-align: middle;
}

.wrapper.menu-layout-overlay .topbar {
    left: 0;
}

.wrapper.menu-layout-overlay .main {
    margin-left: 0;
}

.wrapper.menu-layout-overlay .sidebar {
    margin-top: 50px;
    width: 300px;
}

.wrapper.menu-layout-overlay .footer {
    margin-left: 0;
}

.wrapper.menu-layout-overlay.sidebar-active-m .sidebar {
    margin-left: 0;
}

.background-wrapper .footer {
    -moz-transition: margin-left 0.3s;
    -o-transition: margin-left 0.3s;
    -webkit-transition: margin-left 0.3s;
    transition: margin-left 0.3s;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #bf0404;
    color: #ffffff;
    padding: 0.75rem 2rem;
    text-align: center;
}

.background-wrapper .footer a {
    text-decoration: none;
    color: #ffffff;
}

/* Responsive */

@media (min-width: 1025px) {
    .wrapper.sidebar-inactive-l .topbar {
        margin-left: 0;
    }
    .wrapper.sidebar-inactive-l .main {
        margin-left: 0;
    }
    .wrapper.sidebar-inactive-l .sidebar {
        margin-left: -300px;
    }
    .wrapper.sidebar-inactive-l .footer {
        margin-left: 0;
    }
}

@media (max-width: 1024px) {
    .wrapper .topbar {
        margin-left: 0;
    }
    .wrapper .main {
        margin-left: 0;
    }
    .wrapper .sidebar {
        margin-left: -300px;
        width: 300px;
    }
    .wrapper .footer {
        margin-left: 0;
    }
    .wrapper.sidebar-active-m .sidebar {
        margin-left: 0;
    }
}

/* Utils */

.clearfix:after {
    content: ' ';
    display: block;
    clear: both;
}

.card {
    background-color: #ffffff;
    padding: 1em;
    margin-bottom: 2rem;
}

.card:last-child {
    margin-bottom: 0;
}

.card .card-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.card .card-subtitle {
    color: #6c757d;
    font-weight: 600;
    margin: -1rem 0 1rem 0;
}

.wrapper.layout-light .sidebar {
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #fafaff 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #fafaff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #fafaff 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #fafaff 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #fafaff 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #fafaff 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#000000", GradientType=0);
    /* IE6-9 */
    border-right: 1px solid #e1e6ef;
}

.wrapper.layout-light .sidebar .profile > a {
    color: #495057;
}

.wrapper.layout-light .sidebar .profile > a:hover {
    color: #dd7e6b;
}

.wrapper.layout-light .sidebar .profile > a .p-dropdown {
    background: none;
    border: none;
    box-shadow: none;
}

.wrapper.layout-light .sidebar .profile > a .p-dropdown .p-dropdown-label {
    color: #495057;
    font-weight: bold;
    padding: 0rem 0.5rem;
}

.wrapper.layout-light .sidebar .profile > a .p-dropdown:hover .p-dropdown-label {
    color: #dd7e6b;
}

.wrapper.layout-light .sidebar .profile > a .p-dropdown .p-dropdown-trigger {
    color: #495057;
}

.wrapper.layout-light .sidebar .profile > a .p-dropdown:hover .p-dropdown-trigger {
    color: #dd7e6b;
}

.wrapper.layout-light .sidebar .profile > ul {
    background-color: #edf0f5;
}

.wrapper.layout-light .sidebar ul li > a {
    color: #495057;
    border-top: 1px solid #e1e6ef;
}

.wrapper.layout-light .sidebar ul li > a .menu-badge {
    color: #ffffff;
    background-color: #dd7e6b;
}

.wrapper.layout-light .sidebar ul li > a:hover {
    color: #dd7e6b;
}

.wrapper.layout-light .sidebar ul li > a:hover .menu-badge {
    color: #ffffff;
}

.wrapper.layout-light .sidebar ul li.active-menuitem > a {
    background-color: #edf0f5;
    color: #dd7e6b;
}

.wrapper.layout-light .sidebar ul li.active-menuitem > ul {
    background-color: #edf0f5;
}

.wrapper.layout-light .sidebar ul li:last-child > a {
    border-bottom: 1px solid #e1e6ef;
}

.wrapper.layout-light .sidebar ul .menuitem-badge {
    background-color: #dd7e6b;
    color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 1.5rem 0 1rem 0;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.2;
    color: inherit;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

mark {
    background: #fff8e1;
    padding: 0.25rem 0.4rem;
    border-radius: 4px;
    font-family: monospace;
}

blockquote {
    margin: 1rem 0;
    padding: 0 2rem;
    border-left: 4px solid #90a4ae;
}

hr {
    border-top: solid #e3e3e3;
    border-width: 1px 0 0 0;
    margin: 1rem 0;
}

p {
    margin: 0 0 1rem 0;
    line-height: 1.5;
}

p:last-child {
    margin-bottom: 0;
}

.widget-summary {
    height: 75px;
    position: relative;
}

.widget-summary .title {
    font-size: 20px;
}

.widget-summary .detail {
    color: #a4a4a4;
    display: block;
    margin-top: 10px;
}

.widget-summary .count {
    color: #ffffff;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    padding: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.widget-summary .count.visitors {
    background-color: #20d077;
}

.widget-summary .count.purchases {
    background-color: #f9c851;
}

.widget-summary .count.revenue {
    background-color: #dd7e6b;
}

.widget-highlight-box {
    height: 100px;
}

.widget-highlight-box .initials {
    float: left;
    width: 50%;
    box-sizing: border-box;
    height: 100%;
    font-size: 54px;
    padding-top: 20px;
    text-align: center;
}

.widget-highlight-box .card {
    color: #a4a4a4;
    float: left;
    width: 50%;
    box-sizing: border-box;
    height: 100%;
}

.widget-highlight-box .card .count {
    font-size: 36px;
    display: block;
    margin-top: 15px;
}

.widget-highlight-box .card .highlight-box-icon {
    margin-right: 0.25em;
}

.widget-activity-list .activity-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.widget-activity-list .activity-list li {
    border-bottom: 1px solid #e3e3e3;
    padding: 16px 8px;
}

.widget-activity-list .activity-list li .count {
    font-size: 20px;
    color: #ffffff;
    background-color: #dd7e6b;
    font-weight: 700;
    padding: 0.25em 0.5em;
    display: inline-block;
    border-radius: 4px;
}

.widget-activity-list .activity-list li .activity-progress {
    border-radius: 4px;
    height: 0.5rem;
    background: #e3e3e3;
}

.widget-activity-list .activity-list li .activity-progress > div {
    border-radius: 4px;
    height: 100%;
}

.widget-activity-list .activity-list li .activity-progress.activity-progress-1 > div {
    background: #dd7e6b;
    width: 75%;
}

.widget-activity-list .activity-list li .activity-progress.activity-progress-2 > div {
    background: #f9c851;
    width: 60%;
}

.widget-activity-list .activity-list li .activity-progress.activity-progress-3 > div {
    background: #20d077;
    width: 80%;
}

.widget-activity-list .activity-list li .activity-progress.activity-progress-4 > div {
    background: #f9c851;
    width: 40%;
}

.widget-activity-list .activity-list li .activity-progress.activity-progress-5 > div {
    background: #dd7e6b;
    width: 50%;
}

.widget-contacts .contacts {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.widget-contacts .contacts li {
    border-bottom: 1px solid #e3e3e3;
}

.widget-contacts .contacts li a {
    padding: 9px;
    width: 100%;
    box-sizing: border-box;
    text-decoration: none;
    position: relative;
    display: block;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.widget-contacts .contacts li a .name {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 18px;
}

.widget-contacts .contacts li a .email {
    position: absolute;
    right: 10px;
    top: 30px;
    font-size: 14px;
    color: #a4a4a4;
}

.widget-contacts .contacts li a:hover {
    cursor: pointer;
    background-color: #eeeeee;
}

.widget-contacts .contacts li:last-child {
    border: 0;
}

.widget-pricing-box {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 0;
    text-align: center;
    background-color: #e1e6e9;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.widget-pricing-box .pricing-name {
    font-size: 24px;
}

.widget-pricing-box .pricing-fee {
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-color: #589cf0;
    color: #ffffff;
    width: 100px;
    height: 100px;
    margin: 30px auto;
    font-size: 22px;
    line-height: 100px;
}

.widget-pricing-box:hover {
    background-color: #006de5;
    color: #ffffff;
}

.widget-pricing-box:hover p {
    color: #ffffff;
}

.widget-pricing-box:hover .pricing-fee {
    background-color: #eaeeef;
    color: #589cf0;
}

.widget-image-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.widget-image-list li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #e3e3e3;
    padding: 1rem;
}

.widget-image-list li:first-child {
    border-top: 0 none;
    font-weight: 600;
    font-size: 1rem;
}

.widget-image-list li img {
    width: 64px;
    vertical-align: middle;
    margin-right: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.widget-image-list li .listitem-value {
    font-weight: 600;
}

.layout-config {
    width: 16rem;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    padding: 1rem;
    overflow: auto;
    background: #ffffff;
    z-index: 999;
    border-left: 0 none;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
}

.layout-config.layout-config-active {
    transform: translateX(0);
    box-shadow:
        0 2px 4px -1px rgba(0, 0, 0, 0.2),
        0 4px 5px 0 rgba(0, 0, 0, 0.14),
        0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.layout-config.layout-config-active .layout-config-content .layout-config-button i {
    transform: rotate(360deg);
}

.layout-config h5 {
    margin-top: 1.5rem;
}

.layout-config .p-field-radiobutton {
    padding-left: 0.5rem;
    padding-top: 0.5rem;
}

.layout-config p {
    line-height: 1.5rem;
    color: #6c757d;
}

.layout-config hr {
    margin-top: 2rem;
}

.layout-config .layout-themes {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.layout-config .layout-themes > div {
    padding: 0.25rem;
}

.layout-config .layout-themes a {
    width: 2rem;
    height: 2rem;
    border-radius: 4px;
    display: block;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: transform 0.2s;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.layout-config .layout-themes a i {
    font-size: 1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.5rem;
    margin-top: -0.5rem;
    color: #495057;
}

.layout-config .layout-themes a:hover {
    transform: scale(1.1);
}

.layout-config-button {
    display: block;
    position: fixed;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    background: #ffffff;
    color: #495057;
    text-align: center;
    top: 90%;
    right: 0;
    margin-top: -1.5rem;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    transition: background-color 0.2s;
    overflow: hidden;
    cursor: pointer;
    z-index: 999;
    box-shadow: -0.25rem 0 1rem rgba(0, 0, 0, 0.15);
}

.layout-config-button i {
    font-size: 2rem;
    line-height: inherit;
    transform: rotate(0deg);
    transition: transform 1s;
}

.layout-config-button:hover {
    background: white;
}

/* Add your customizations of the layout styles here */

@media (min-width: 1200px) {
    html {
        font-size: 11px;
    }
    body {
        font-size: 11px;
    }
    .wrapper .topbar {
        margin-left: 260px;
    }
    .wrapper .topbar .topbar-title {
        font-size: 20px;
    }
    .wrapper .topbar #topbar-icons .topbar-centros .p-inputtext {
        height: 18px;
        padding: 0.1rem 0.5rem;
    }
    .wrapper .topbar #topbar-icons .topbar-cursos .p-inputtext {
        height: 18px;
        padding: 0.1rem 0.5rem;
    }
    .wrapper .topbar #topbar-icons p-calendar .p-inputtext {
        height: 20px;
    }
    .wrapper .topbar #topbar-icons a span.topbar-icon {
        font-size: 16px;
    }
    .wrapper .topbar #topbar-icons a span.topbar-item-text {
        font-size: 20px;
    }
    .wrapper .topbar #topbar-icons a span.topbar-badge {
        font-size: 8px;
        width: 12px;
        height: 12px;
        line-height: 8px;
    }
    .wrapper .topbar #omega-menu-button {
        font-size: 24px;
    }
    .wrapper .topbar #omega-menu-button span {
        font-size: 24px;
    }
    .wrapper .topbar #options-menu-button {
        font-size: 20px;
    }
    .wrapper .topbar #options-menu-button span {
        font-size: 20px;
    }
    .wrapper .sidebar {
        width: 260px;
    }
    .wrapper .sidebar .profile > a i {
        font-size: 14px;
    }
    .wrapper .sidebar ul li > a {
        font-size: 11px;
        padding: 10px;
    }
    .wrapper .sidebar ul li > a .menu-badge {
        font-size: 9px;
    }
    .wrapper .sidebar ul li > a .layout-submenu-toggler {
        font-size: 14px;
    }
    .wrapper .sidebar ul li.active-menuitem > a .layout-submenu-toggler {
        font-size: 14px;
    }
    .wrapper .sidebar ul li > ul li a {
        font-size: 11px;
    }
    .wrapper .main {
        margin-left: 260px;
    }
    .wrapper .footer {
        margin-left: 260px;
    }
    .wrapper.menu-layout-overlay .sidebar {
        width: 260px;
    }
}
