/*
* CSS PADRÃO MANGACODE - DASHBOARD.
* Criado em : 10/09/2019, 15:09:00
* Autor     : Bernardo Corrêa
*/
body,
html {
    font-family: "Rubik", sans-serif;
    overflow-x: hidden;
    background-color: #f5f8fd;
}

/* *************************
******* FONT WEIGHTS *******
************************** */
.f-light {
    font-weight: 300;
}
.f-regular {
    font-weight: 400;
}
.f-semibold {
    font-weight: 500;
}
.f-bold {
    font-weight: 700;
}
.f-ebold {
    font-weight: 900;
}

/* *************************
******* FONT COLORS *******
************************** */
.f-black {
    color: #454545;
}
.f-gray {
    color: #555;
}
.f-silver {
    color: #888;
}
.f-white {
    color: #fff;
}
.f-red {
    color: #ef3735;
}
.f-blue {
    color: #0283ff;
}
.f-green {
    color: #4ece53;
}
.f-yellow {
    color: #f5af3d;
}
.f-orange {
    color: #f4511e;
}
.f-purple {
    color: #896ff6;
}

/* *************************
******* FONT SIZES *********
************************** */
.title-page {
    font-size: 27px;
}
.title-page-sec {
    font-size: 22px;
}
.subtitle-page {
    font-size: 18px;
}
.text-page {
    font-size: 14px;
}

/* *************************
******* BOX COLORS *********
************************** */
.box-black {
    background-color: #242424;
}
.box-gray {
    background-color: #565656;
}
.box-silver {
    background-color: #f5f8fd;
}
.box-silver2 {
    background-color: #f0f0f0;
}
.box-white {
    background-color: #fff;
}
.box-red {
    background-color: #ef3735;
}
.box-blue {
    background-color: #0283ff;
}
.box-green {
    background-color: #4ece53;
}
.box-yellow {
    background-color: #f7c057;
}
.box-orange {
    background-color: #ff742f;
}

/* *************************
******* BTN'S STYLE ********
************************** */
.btn {
    /* OBJETO PRINCIPAL */
    cursor: pointer;
    display: inline-block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
    font-weight: 500;
    text-align: center;
    border: 0;
}
.btn:hover {
}

.btn-larg {
    font-size: 18px;
    padding: 18px 26px 18px 26px;
}
.btn-medio {
    font-size: 15px;
    padding: 16px 22px 16px 22px;
}
.btn-low {
    font-size: 12px;
    padding: 10px 18px 10px 18px;
}

.btn-icon-low {
    font-size: 12px;
    padding: 11px;
    width: 35px;
    height: 35px;
}
.btn-icon-medio {
    font-size: 15px;
    padding: 15px;
    width: 45px;
    height: 45px;
}
.btn-icon-larg {
    font-size: 18px;
    padding: 18px;
    width: 55px;
    height: 55px;
}

/* *************************
******* BTN'S COLORS *******
************************** */
.btn-black {
    background-color: #444;
}
.btn-black:hover {
    background-color: #222;
}
.btn-green {
    background-color: #4ece53;
}
.btn-green:hover {
    background-color: #66df6b;
}
.btn-red {
    background-color: #ef3735;
}
.btn-red:hover {
    background-color: #f74d4c;
}
.btn-blue {
    background-color: #0283ff;
}
.btn-blue:hover {
    background-color: #319aff;
}
.btn-yellow {
    background-color: #f7c057;
}
.btn-yellow:hover {
    background-color: #fcce75;
}
.btn-orange {
    background-color: #ff742f;
}
.btn-orange:hover {
    background-color: #ff884d;
}
.btn-orange2 {
    background-color: #fff;
    color: #f4511e;
}
.btn-orange2:hover {
    background-color: #f4511e;
    color: #fff;
}

/* *************************
******* FORM'S STYLES ******
************************** */
/* BOX'S CONTROLADORAS DE FORM */
.box-diagram1 {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    position: relative;
}
.box-diagram2 {
    width: 49.4%;
    margin-right: 1%;
    float: left;
    margin-bottom: 10px;
    position: relative;
}
.box-diagram3 {
    width: 32.5%;
    margin-right: 1%;
    float: left;
    margin-bottom: 10px;
    position: relative;
}
.box-diagram4 {
    width: 23.9%;
    margin-right: 1%;
    float: left;
    margin-bottom: 10px;
    position: relative;
}

.small-titulo {
    font-size: 12px;
    margin-bottom: 3px;
    display: block;
}
/* TÍTULO DE INPUT */
.small-titulo-2 {
    font-size: 12px;
    margin-bottom: 3px;
    margin-left: 20px;
    display: block;
}
/* TÍTULO DE INPUT */

.form-icon {
    width: 100%;
    padding: 12px 12px 12px 45px;
    color: #444;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
    font-family: san_francisco_t;
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 20px;
}
/* OBJETO PRINCIPAL */

.box-shadow {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

/* OBJETO PRINCIPAL */
::placeholder {
    color: rgba(0, 0, 0, 0.3);
    opacity: 1;
}
:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}
::-ms-input-placeholder {
    color: rgba(0, 0, 0, 3);
}

.form {
    width: 100%;
    color: #555;
    border: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-weight: 300;
}

.input-form-larg {
    font-size: 18px;
    height: 50px;
    padding: 30px;
}
.input-form-medio {
    font-size: 15px;
    height: 45px;
    padding: 25px;
}
.input-form-low {
    font-size: 12px;
    height: 30px;
    padding: 20px;
}

.input-form-larg.file,
.input-form-medio.file,
.input-form-low.file {
    font-size: 12px;
    cursor: pointer;
}
.input-form-larg.file:hover,
.input-form-medio.file:hover,
.input-form-low.file:hover {
    border: 1px solid #ffcdc6;
}
.input-form-larg.file {
    padding: 22px 25px;
    height: 65px;
}
.input-form-medio.file {
    padding: 15px 25px;
    height: 52px;
}
.input-form-low.file {
    padding: 11px 25px;
    height: 42px;
}

.area-form-larg {
    font-size: 18px;
    height: 120px;
    padding: 30px;
}
.area-form-medio {
    font-size: 15px;
    height: 100px;
    padding: 25px;
}
.area-form-low {
    font-size: 12px;
    height: 80px;
    padding: 20px;
}

.select {
    border: 1px solid rgba(0, 0, 0, 0.05);
    width: 100%;
    background: #fff url("../images/icon-select.png") no-repeat 95% 50%;
    background-size: 10px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 0 20px;
}

.select select {
    padding: 5px 8px;
    width: 105%;
    border: none;
    font-weight: 300;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    color: #555;
}

.select select:focus {
    outline: none;
}

.select-larg {
    padding: 15px;
    height: 60px;
    font-size: 18px;
}
.select-medio {
    padding: 15px;
    height: 50px;
    font-size: 15px;
}
.select-low {
    padding: 15px;
    height: 40px;
    font-size: 12px;
}

input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

input[type="checkbox"] + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    color: #888;
}

input[type="checkbox"] + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 18px;
    height: 18px;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

input[type="checkbox"]:hover + label:before {
    background: #fbdde0;
}

input[type="checkbox"]:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

input[type="checkbox"]:checked + label:before {
    background: #f35429;
}

input[type="checkbox"]:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}

input[type="checkbox"]:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}

input[type="checkbox"]:checked + label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}

input[type="checkbox"].checkbox-reset {
  position: static !important;
  opacity: 1 !important;
  width: auto !important;
  height: auto !important;
  appearance: auto !important;
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
}

input[type="checkbox"].checkbox-reset:focus { box-shadow: none !important; }

input[type="checkbox"].checkbox-reset + label {
  position: static !important;
  cursor: default !important;
  padding: 0 !important;
  color: inherit !important;
}

input[type="checkbox"].checkbox-reset + label::before,
input[type="checkbox"].checkbox-reset + label::after {
  content: none !important;
  display: none !important;
  box-shadow: none !important;
  background: none !important;
  border: 0 !important;
}

.email {
    background-image: url(../images/icons/email.png);
    background-color: #f5f5f5;
}
.pass {
    background-image: url(../images/icons/pass.png);
    background-color: #f5f5f5;
}

.box-form {
    position: relative;
}
.box-form .form {
    padding-right: 70px !important;
}
.box-form .btn {
    position: absolute;
    top: -1px;
    right: 0;
}

/* *************************
***** LOGIN DASHBOARD ******
************************** */
.bg-login {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(109.6deg, rgba(72, 200, 160, 1) 11.2%, rgba(32, 40, 48, 1) 91.3%);
}

.content-login {
    position: absolute;
    width: 420px;
    max-width: 90%;
    top: 50%;
    margin-top: -180px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.content-login header {
    width: 100%;
    margin: 0 auto;
}

.content-login h1,
.content-login h2 {
    font-size: 20px;
}
.content-login main .input .icon {
    flex-basis: 52px;
    min-width: 52px;
    height: 52px;
    font-size: 20px;
    padding: 14px;
    text-align: center;
}

.content-login main .input input {
    margin-left: 10px;
    font-size: 14px;
}

.content-login main form input:focus {
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
}
.content-login main form .btn {
    padding: 18px;
}
.content-login main form .btn-login {
    background-image: radial-gradient(circle farthest-corner at 10% 20%, rgba(87, 195, 155, 1) 0%, rgba(155, 218, 71, 0.66) 76.9%);
}
.content-login main form .btn-login:hover {
    background-image: radial-gradient(circle farthest-corner at 10% 20%, rgba(155, 218, 71, 0.66) 0%, rgba(87, 195, 155, 1) 76.9%);
}

.content-login main form .btn-partner {
    background-image: radial-gradient(circle farthest-corner at -3.7% -5%, rgba(113, 213, 225, 1) 0.3%, rgba(73, 146, 226, 1) 90.5%);
}
.content-login main form .btn-partner:hover {
    background-image: radial-gradient(circle farthest-corner at -3.7% -5%, rgba(73, 146, 226, 1) 0.3%, rgba(113, 213, 225, 1) 90.5%);
}

.content-login footer .request,
.content-login footer .back {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}
.content-login footer a:hover .request,
.content-login footer a:hover .back {
    color: #fff;
}

/* *************************
********* DASHBOARD ********
************************** */

/* NAV DASHBOARD */
.nav-dash {
    margin-top: 4px;
}
.nav-dash li {
    list-style: none;
    float: left;
    margin-right: 4px;
    font-size: 14px;
}
.nav-dash li a {
    color: #454545;
}
.nav-dash li a:hover {
    color: #f4511e;
}

.nav-tab {
    display: block;
}
.nav-tab ul li {
    display: inline-block;
    font-size: 19px;
    margin-right: 5px;
}
.nav-tab ul li a {
    display: block;
    border-radius: 50px;
    background-color: #fff;
    padding: 20px 35px;
    color: #444;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.nav-tab ul li a:hover {
    background-color: #f5f5f5;
}
.nav-tab ul .link {
    display: inline-block;
    font-size: 19px;
    margin-right: 5px;
    border-radius: 50px;
    background-color: #fff;
    padding: 20px 35px;
    color: #444;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.nav-tab ul .link:hover {
    background-color: #f5f5f5;
}
.nav-tab ul .current a {
    background-color: #333;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50px;
}
.nav-tab ul .current a:hover {
    background-color: #333;
    color: #fff;
}

.tabs {
    display: none;
}
#tab1 {
    display: block;
}

/* MENU DASHBOARD */
.nav-menu-fix {
    position: fixed;
    left: 0;
    top: 0;
    width: 75px;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}
.nav-menu-fix .menu-anchor,
.nav-menu-fix nav ul li {
    font-size: 20px;
    display: block;
    text-align: center;
}
.nav-menu-fix .menu-anchor {
    padding: 23px;
    background-color: #4ece53;
    color: #fff;
    border-left: none;
    cursor: pointer;
}
.nav-menu-fix .menu-anchor:hover {
    background-color: #4ab64f;
}
.nav-menu-fix nav ul li .title {
    display: none;
}
.nav-menu-fix nav ul li .title.view {
    display: inline-block;
}
.nav-menu-fix nav ul li a {
    display: block;
    padding: 23px;
    color: #c9c9c9;
    border-left: 3px solid transparent;
}
.nav-menu-fix nav ul li a:hover {
    color: #4ab64f;
    border-left-color: #4ab64f;
}
.nav-menu-fix nav ul li a i {
    position: relative;
}
.nav-menu-fix nav ul li a i .notif {
    position: absolute;
    width: 5px;
    height: 5px;
    top: -3px;
    right: -5px;
    background-color: #4ab64f;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

/* MAIN DASHBOARD */
.dashboard-main {
    margin-left: 75px;
}
.dashboard-main .header {
}
.dashboard-main .header h1 {
    font-size: 20px;
    margin: 22px;
}
.dashboard-main .header nav .options {
    margin-top: 24px;
}
.dashboard-main .header nav .options a {
    margin-right: 25px;
    color: #c9c9c9;
    position: relative;
}
.dashboard-main .header nav .options a:hover {
    background-color: transparent;
    color: #4ab64f;
}
.dashboard-main .header nav .options a .point-new {
    width: 5px;
    height: 5px;
    position: absolute;
    top: -3px;
    left: 80%;
}
.dashboard-main .header nav .user {
    position: relative;
    margin-left: 8px;
    padding: 15px 24px;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    cursor: pointer;
}
.dashboard-main .header nav .user .photo {
    width: 40px;
    border: 3px solid #eaeaea;
    padding: 3px;
}
.dashboard-main .header nav .user p {
    margin-left: 55px;
    font-size: 15px;
    margin-top: 11px;
}
.dashboard-main .header nav .user:hover p {
    color: #4ab64f;
}
.dashboard-main .header nav .user:hover p i {
    color: #4ab64f;
}
/* SUBMENU USER */
.dashboard-main .header nav .user ul {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 101%;
    background-color: #fff;
    display: none;
}
.dashboard-main .header nav .user ul li {
    display: block;
}
.dashboard-main .header nav .user ul li a {
    display: block;
    font-size: 15px;
    padding: 20px;
    color: #c0c0c0;
    border-left: 3px solid transparent;
}
.dashboard-main .header nav .user ul li a:hover {
    color: #4ab64f;
    border-left-color: #4ab64f;
}
.dashboard-main .header nav .user:hover ul {
    display: block;
}
/* MENU ANCHOR */
.dashboard-main .header .menu-anchor {
    font-size: 20px;
    display: none;
    text-align: center;
}
.dashboard-main .header .menu-anchor {
    padding: 23px;
    background-color: #4ece53;
    color: #fff;
    border-left: none;
    cursor: pointer;
}
.dashboard-main .header .menu-anchor:hover {
    background-color: #4ab64f;
}

/* HEADER DASHBOARD */
.dashboard header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.dashboard header .nav ul li {
    font-size: 12px;
    display: inline-block;
}
.dashboard header .nav ul li a {
    color: rgba(0, 0, 0, 0.3);
}
.dashboard header .nav ul li a:hover {
    color: #f44336;
}

.options-default {
    position: absolute;
    top: 8px;
    right: 0;
}
.options-default.box_1 {
    top: 40px;
    right: 40px;
}
.options-default.box_2 {
    top: 30px;
    right: 30px;
}
.options-default.box_3 {
    top: 20px;
    right: 20px;
}

/* SLIDE MENU */
.nav-menu-fix {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.dashboard-main {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.menu-active .nav-menu-fix {
    width: 200px;
}
.menu-active .nav-menu-fix nav ul li {
    font-size: 16px;
}
.menu-active .nav-menu-fix nav ul li a {
    text-align: left;
}
.menu-active .dashboard-main {
    margin-left: 200px;
}
/* SLIDE MENU */

.bar-loading {
    border: 2px dotted rgba(0, 0, 0, 0.1);
    margin: 15px 0 0 0;
    display: none;
}
.bar-loading .bar {
    padding: 8px;
    width: 0%;
    max-width: 100%;
    font-size: 17px;
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.1));
}

.trigger-modal {
    position: fixed;
    display: block;
    padding: 0;
    top: 20px;
    right: -400px;
    width: 400px;
    z-index: 110;
}
.trigger-modal .trigger {
    padding: 30px;
    font-size: 15px;
    margin-bottom: 0;
}
.trigger-modal .trigger i {
    font-size: 45px;
    float: left;
}
.trigger-modal .trigger p {
    margin-left: 64px;
}
.trigger-modal .trigger p strong {
    display: block;
    margin-bottom: 5px;
}
.trigger-modal .close-modal {
    position: absolute;
    cursor: pointer;
    top: 18px;
    right: 18px;
    font-size: 14px;
    text-align: center;
    z-index: 111;
    color: rgba(0, 0, 0, 0.4);
}

.trigger-modal .trigger .load {
    position: absolute;
    width: 0;
    height: 3px;
    background-color: rgba(0, 0, 0, 0.3);
    left: 3%;
    bottom: 0;
}

.box-options {
    margin-top: -30px;
}

.box-question,
.box-question p {
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
    color: #444;
    margin-bottom: 15px;
}

.content-posts article .photo {
    width: 250px;
}
.content-posts article header {
    margin-left: 280px;
    border: 0;
}
.content-posts article header h1 {
    font-size: 25px;
}
.content-posts article header .details p {
    font-size: 12px;
    display: inline-block;
    margin-right: 10px;
}
.content-posts article header a h1 {
    color: #555;
}
.content-posts article header a:hover h1 {
    color: #777;
}

.content-post2 {
}
.content-post2 article {
    margin-bottom: 20px;
    position: relative;
}
.content-post2 article .post-img {
    max-width: 140px;
}
.content-post2 article .post-txt {
    margin-left: 140px;
}
.content-post2 article .post-txt header {
    padding: 10px;
    min-height: 105px;
}
.content-post2 article .post-txt header h1 {
    font-size: 15px;
}
.content-post2 article .post-txt header .cate {
    font-size: 10px;
    margin-bottom: 8px;
    display: inline-block;
    margin-right: 10px;
}
.content-post2 article .post-txt header .date {
    font-size: 10px;
    margin-top: 9px;
}
.content-post2 article .post-txt header a {
    color: #444;
}
.content-post2 article .post-txt header a:hover {
    color: #f4511e;
}

.content-serv {
}
.content-serv article header {
    border-bottom: 0;
}
.content-serv article header h1 {
    font-size: 20px;
}
.content-serv article header .date {
    font-size: 12px;
    margin-top: 9px;
}
.content-serv article header a {
    color: #444;
}
.content-serv article header a:hover {
    color: #f4511e;
}

.content-sizes > div {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.content-gal {
}
.content-gal article {
    width: 19.2%;
    margin: 0.4%;
    position: relative;
    overflow: hidden;
}
.content-gal article header {
    position: absolute;
    top: 0;
    right: 0;
    padding: 7px;
    transform: translateY(-60px);
}
.content-gal article:hover header {
    transform: translateY(0px);
}

.content-create-cate header h2 {
    font-size: 30px;
    margin-bottom: 5px;
}
.content-create-cate header p {
    font-size: 19px;
}

.content-cate {
}
.content-cate .box-parent {
    margin-bottom: 15px;
}
.content-cate .box-parent header h1 {
    font-size: 22px;
    margin-bottom: 5px;
}
.content-cate .box-parent header .date {
    font-size: 12px;
    display: inline-block;
    margin-right: 12px;
}

.content-cate .box-cate {
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.content-cate .box-cate header {
    border-bottom: 0;
}
.content-cate .box-cate header h1 {
    font-size: 19px;
    margin-bottom: 0;
}
.content-cate .box-cate header .date {
    font-size: 12px;
}

.content-numbers-resume article .box-full {
    padding: 80px 40px;
}
.content-numbers-resume article .box-full .btn-icon-larg {
    margin: 0 auto;
}
.content-numbers-resume article .box-full .users {
    background-color: #ebf9e8;
}
.content-numbers-resume article .box-full .views {
    background-color: #ffe1df;
}
.content-numbers-resume article .box-full .posts {
    background-color: #e2f2ff;
}
.content-numbers-resume article .box-full .msgs {
    background-color: #f3f1ff;
}
.content-numbers-resume article .box-full p {
    font-size: 50px;
}
.content-numbers-resume article .box-full p small {
    font-size: 13px;
    display: block;
    margin-top: 10px;
    color: #c0c0c0;
}
.content-numbers-resume article .box-full {
    box-shadow: 0 40px 40px 0 rgba(0, 0, 0, 0.05);
}

.content-browsers h3 {
    font-size: 12px;
}
.content-browsers article div.chrome {
    background-color: #ff827d;
}
.content-browsers article div.firefox {
    background-color: #ffbc4e;
}
.content-browsers article div.ie {
    background-color: #7ecbff;
}
.content-browsers article div.out {
    background-color: #9e9e9e;
}
.content-browsers article p {
    font-size: 12px;
}

.content-last-posts article:last-child {
    margin-bottom: 0;
}
.content-last-posts article .photo {
    width: 150px;
}
.content-last-posts article header {
    margin-left: 170px;
    border: 0;
}
.content-last-posts article header h1 {
    font-size: 18px;
}
.content-last-posts article header p {
    font-size: 12px;
}
.content-last-posts article:hover header h1 {
    color: #777;
}

.content-status-agent {
}
.content-status-agent article {
    margin-bottom: 10px;
}
.content-status-agent article:last-child {
    margin-bottom: 0px;
}
.content-status-agent article .status-box {
    height: 35px;
    width: 100%;
    background-color: #f6f6f6;
}
.content-status-agent article .status-box .status-bar {
    padding: 10px;
    font-size: 13px;
    margin-top: 3px;
}
.content-status-agent .chrome {
    background-color: #eebaba;
}
.content-status-agent .firefox {
    background-color: #f5d0bc;
}
.content-status-agent .ie {
    background-color: #bdd5ef;
}
.content-status-agent .other {
    background-color: #e0e0e0;
}

.content-resume-serv {
    display: flex;
    margin-bottom: 100px;
}
.content-resume-serv article {
    height: 5px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-right: none;
    border-left: none;
    flex-basis: 10%;
}
.content-resume-serv article:first-child {
    -webkit-border-top-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-bottomleft: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
}
.content-resume-serv article:last-child {
    -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-bottomright: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.content-resume-serv article .title {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: -18px;
}
.content-resume-serv article .title .marker {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: rgba(0, 0, 0, 0.2);
    text-align: center;
    padding: 9px;
    margin-bottom: 10px;
    border: 3px solid rgba(0, 0, 0, 0.05);
    background-color: #fff;
}
.content-resume-serv article .title p {
    font-size: 13px;
    color: #ccc;
}
.content-resume-serv article .title .small-titulo {
    font-size: 11px;
}
.content-resume-serv article.active .title .marker {
    border-color: rgba(0, 0, 0, 0.15);
    background-color: #0283ff;
    color: #fff;
}
.content-resume-serv article.active .title p {
    color: #0283ff;
}

.on-smart {
    display: none;
}
.on-desktop {
    visibility: visible;
}

/* PAGINATOR STYLE */
.paginator {
    list-style: none;
    padding: 0;
}
.paginator_item {
    display: inline-block;
    margin: 0 3px;
    padding: 10px 15px;
    background: #4ece53;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.paginator_item:hover {
    background: #4ab64f;
}
.paginator_active,
.paginator_active:hover {
    background: #cccccc;
}

.content-pedido .cart table {
    border-left: 1px solid #f0f0f0;
}
.content-pedido .cart table .title td {
    font-size: 15px;
    border: 1px solid #f0f0f0;
    border-left: none;
    padding: 10px;
}
.content-pedido .cart table .desc td {
    font-size: 13px;
    border: 1px solid #f0f0f0;
    border-left: none;
    border-top: none;
    padding: 10px;
}
.content-pedido .cart table .desc td span {
    margin-top: 30px;
}
.content-pedido .cart table .col-qtd {
    width: 13%;
}
.content-pedido .cart table .col-valor {
    width: 19%;
}
.content-pedido .cart table .col-nome p {
    margin-left: 60px;
    margin-top: 5px;
}
.content-pedido .cart .total {
    font-size: 40px;
}

.form_load {
    display: none;
    position: fixed;
    width: 64px;
    height: 64px;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -32px;
    z-index: 50;
}
.form_load div {
    position: absolute;
    border: 4px solid red;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.form_load div:nth-child(2) {
    animation-delay: -0.5s;
}
@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

.j_chart_2 {
    display: none;
}

.comment_doc {
    position: relative;
    display: none;
    margin-top: 10px;
}
.comment_doc .input-form-low {
    padding-right: 60px;
}
.comment_doc button {
    position: absolute;
    top: 0;
    right: 0;
}

.content-members-navigator {
    width: 100%;
    float: left;
}

.content-members-navigator nav ul li {
    font-size: 15px;
    list-style: none;
    margin-right: 15px;
}
.content-members-navigator nav ul li a {
    padding: 13px 25px;
    display: block;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.content-members-navigator nav ul .pending a {
    color: #f4511e;
}
.content-members-navigator nav ul .aproved a {
    color: #4ece53;
}
.content-members-navigator nav ul .reproved a {
    color: #ef3735;
}
.content-members-navigator nav ul .recap a {
    color: #0283ff;
}
.content-members-navigator nav ul .active.pending a {
    border: 1px solid #f4511e;
}
.content-members-navigator nav ul .active.aproved a {
    border: 1px solid #4ece53;
}
.content-members-navigator nav ul .active.reproved a {
    border: 1px solid #ef3735;
}
.content-members-navigator nav ul .active.recap a {
    border: 1px solid #0283ff;
}

.statistic .content-statistic {
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
}
.statistic .content-statistic article {
    display: inline-block;
    margin-right: 20px;
    width: 320px;
}
.statistic .content-statistic article h4 {
    font-size: 12px;
}
.statistic .content-statistic article h4 strong {
    display: block;
    margin-top: 5px;
}
.statistic .content-statistic article .icon {
    flex-basis: 50px;
    min-width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 13px 0;
    font-size: 20px;
}
.statistic .content-statistic article .result {
    font-size: 25px;
}
.content-graphic .content-graphic-total .total {
    flex-basis: 30%;
    /*min-width: 300px;*/
}
.content-graphic .content-graphic-total .partnes-list {
    flex-basis: 20%;
}
.content-graphic .content-graphic-total .partnes-list article span {
    width: 10px;
    height: 10px;
}
.content-graphic .content-graphic-total .partnes-list article p {
    font-size: 11px;
}
.content-graphic .content-graphic-total .graphic {
    flex: 1;
}

.content-graphic .content-graphic-total .total .main-data .icon {
    flex-basis: 90px;
    min-width: 90px;
    height: 90px;
    font-size: 35px;
    text-align: center;
    padding: 25px 0;
}
.content-graphic .content-graphic-total .total .main-data .icon.green {
    background-color: rgba(72, 182, 79, 0.3);
    color: #4ece53;
}
.content-graphic .content-graphic-total .total .main-data .icon.red {
    background-color: rgba(239, 55, 53, 0.3);
    color: #ef3735;
}

.content-graphic .content-graphic-total .total .main-data .title h3 {
    font-size: 12px;
}
.content-graphic .content-graphic-total .total .main-data .title h3 strong {
    font-size: 40px;
    display: block;
    margin-bottom: 2px;
}

.content-graphic .content-graphic-total .total .others-data p {
    font-size: 13px;
    padding: 15px;
}

.content-graphic-pie article {
    flex-basis: 50%;
}

.content-progress-courses {
    overflow: hidden;
    overflow-y: auto;
}
.content-progress-courses article {
    padding: 13px;
}
.content-progress-courses article h4,
.content-progress-courses article p {
    font-size: 14px;
}
.content-progress-courses article p:last-child {
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
    padding: 5px 10px;
}

.card_status_member {
    font-size: 10px;
    padding: 11px 7px;
    text-transform: uppercase;
    border: 1px solid;
    border-left: 5px solid;
}

.card_status_member.doc_aprov,
.card_status_member.aval_aprov {
    border-color: #4ab64f;
    color: #4ab64f;
}

.card_status_member.doc_reprov,
.card_status_member.aval_reprov {
    border-color: #ef3735;
    color: #ef3735;
}

.card_status_member.doc_pending {
    border-color: #f4511e;
    color: #f4511e;
}

.card_status_member.aval_dissert {
    border-color: #f5af3d;
    color: #f5af3d;
}

.card-course .photo {
    flex-basis: 120px;
    min-width: 120px;
}

.icon-timeline {
    width: 35px;
    height: 35px;
    font-size: 14px;
    padding: 8px 0;
    text-align: center;
    border: 3px solid rgba(0, 0, 0, 0.2);
}

.content-notif {
    position: relative;
}
.content-notif .list-content {
    position: absolute;
    top: 100%;
    margin-top: 10px;
    left: 0;
    width: 300px;
    height: 400px;
    overflow: hidden;
    overflow-y: auto;
    z-index: 99;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    display: none;
}

.content-notif .list-content article {
    padding-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px solid #f0f0f0;
}
.content-notif .list-content article:first-child {
    margin-top: 0;
}

.content-notif .list-content article .icon {
    font-size: 28px;
}
.content-notif .list-content article .text {
    margin-left: 10px;
}
.content-notif .list-content article .text p {
    font-size: 12px;
}

.icon-notif {
    font-size: 25px;
    position: relative;
}
.icon-notif > .indicator {
    display: none;
    position: absolute;
    width: 7px;
    height: 7px;
    top: -1px;
    right: 2px;
    background-color: #4ab64f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.load-icon {
    display: inline-block;
    color: #333;
    font-size: 15px;
    animation: loading-rotate 1s infinite alternate;
}
.load-icon.small {
    font-size: 15px;
}
.load-icon.medio {
    font-size: 25px;
}
.load-icon.large {
    font-size: 35px;
}

.j_content_total_member,
.j_content_total_order,
.j_content_total_member_resume,
.j_content_total_order_resume,
.j_content_total_conversion {
    display: none;
}

@keyframes loading-rotate {
    to {
        transform: rotate(360deg) translateY(4px);
    }
}

.content-resume-conversion .resume-conversion,
.content-resume-conversion .conversion-number {
    padding: 30px;
}

.content-resume-conversion .resume-conversion {
    flex: 1;
    margin-right: 20px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
}

.content-resume-conversion .conversion-number {
    flex-basis: 350px;
    min-width: 350px;
    background-image: radial-gradient(circle farthest-corner at 10% 20%, rgba(69, 86, 102, 1) 0%, rgba(34, 34, 34, 1) 90%);
}

.content-resume-conversion .conversion-number.positive {
    background-image: linear-gradient(109.7deg, rgba(101, 204, 184, 1) 12.9%, rgba(109, 236, 185, 1) 101.5%);
}
.content-resume-conversion .conversion-number.negative {
    background: linear-gradient(to right, #ff416c, #ff4b2b);
}
.content-resume-conversion .conversion-number.normal {
    background-image: linear-gradient(243.4deg, rgba(0, 215, 206, 1) 13%, rgba(0, 132, 255, 1) 98%);
}

.content-resume-conversion .conversion-number h2 {
    font-size: 20px;
}
.content-resume-conversion .conversion-number .icon p {
    font-size: 60px;
}
.content-resume-conversion .conversion-number .number p {
    font-size: 60px;
}
.content-resume-conversion .conversion-number .number h3 {
    font-size: 13px;
}

.content-resume-conversion .resume-conversion .resume,
.content-resume-conversion .resume-conversion .resume article {
    flex: 1;
}
.content-resume-conversion .resume-conversion .resume article {
    padding: 20px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
}
.content-resume-conversion .resume-conversion .resume article.arrow {
    flex: 0;
    flex-basis: 50px;
    min-width: 50px;
    height: 50px;
    padding: 0;
    font-size: 20px;
    margin: 0 20px;
}

.content-resume-conversion .resume-conversion .resume article h3 {
    font-size: 14px;
}
.content-resume-conversion .resume-conversion .resume article p {
    font-size: 30px;
}

.content-resume-conversion .resume-conversion .filter {
    border-left: 1px solid #eaeaea;
    flex-basis: 250px;
    min-width: 250px;
}

.content-resume-conversion .resume-conversion .filter .input,
.content-resume-conversion .resume-conversion .filter .input input {
    height: 35px;
}
.content-resume-conversion .resume-conversion .filter .input {
    flex: 1;
}

.content-resume-conversion .resume-conversion .filter .input input {
    width: 100%;
    padding: 20px 10px 20px 20px;
    border: 0;
    outline: none;
    background: none;
    font-size: 13px;
    color: #222;
}
.content-resume-conversion .resume-conversion .filter .input i {
    font-size: 12px;
    margin-right: 13px;
}

.content-resume-conversion .resume-conversion .filter .button {
    flex-basis: 35px;
    min-width: 35px;
    height: 35px;
    border: 0;
    cursor: pointer;
    background-color: #4ece53;
}
.content-resume-conversion .resume-conversion .filter .button:hover {
    opacity: 0.8;
}

.content-resume-satisfaction article {
    padding: 10px 15px;
    border-bottom: 1px solid #f0f0f0;
    border-left: 4px solid #000000;
}

.content-resume-satisfaction article:hover {
    background-color: rgba(0, 100, 20, 0.1);
}

.content-resume-satisfaction article:hover .partner {
    background-color: #ffffff;
}

.content-resume-satisfaction article .partner {
    padding: 10px 20px;
    min-width: 400px;
}

.content-resume-satisfaction article .values {
    height: 40px;
    min-width: 100px;
}

.content-resume-satisfaction article .partner p,
.content-resume-satisfaction article .desc p {
    font-size: 13px;
}

.content-resume-satisfaction article .values p {
    font-size: 20px;
}

.content-partners-ranking article {
    padding: 30px;
    border-bottom: 1px solid #f0f0f0;
}

.content-partners-ranking article .photo {
    width: 50px;
    height: 50px;
}

.content-partners-ranking article .number p {
    font-size: 30px;
    color: #cccccc;
}

.content-partners-ranking article header {
    flex: 1;
    border: 0;
}

.content-partners-ranking article header h1 {
    font-size: 15px;
}

.content-partners-ranking article header p {
    font-size: 13px;
    margin-bottom: 2px;
}

.content-partners-ranking article .options p {
    font-size: 13px;
    margin-bottom: 2px;
}

.content-partners-ranking article .options h3 {
    font-size: 20px;
}

.content-partners-ranking .primary {
    border-left: 4px solid #4ab64f;
}

.content-partners-ranking .primary .photo {
    width: 150px;
    height: 150px;
}

.content-partners-ranking .primary .number p {
    font-size: 70px;
}

.content-partners-ranking .primary header h1 {
    font-size: 22px;
}

.content-partners-ranking .primary header p {
    font-size: 16px;
}

.content-partners-ranking .secondary {
    border-left: 4px solid #0283ff;
}

.content-partners-ranking .secondary .photo {
    width: 120px;
    height: 120px;
}

.content-partners-ranking .secondary .number p {
    font-size: 50px;
}

.content-partners-ranking .secondary header h1 {
    font-size: 19px;
}

.content-partners-ranking .secondary header p {
    font-size: 15px;
}

.content-partners-ranking .tertiary {
    border-left: 4px solid #f5af3d;
}

.content-partners-ranking .tertiary .photo {
    width: 90px;
    height: 90px;
}

.content-partners-ranking .tertiary .number p {
    font-size: 40px;
}

.container_timeline {
    display: grid;
    grid-template-columns: 370px 1fr;
    gap: 20px;
}

.container_timeline .current_step_timeline article {
    padding: 20px;
    border: 1px solid #016bd2;
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.1);
}

.container_timeline .current_step_timeline article .icon {
    background-color: #016bd2;
    color: #ffffff;
    min-width: 50px;
    height: 50px;
    font-size: 20px;
    border: 4px solid rgba(0, 0, 0, 0.2);
}

.container_timeline .current_step_timeline article.finished {
    border: 1px solid #4ab64f;
}

.container_timeline .current_step_timeline article.finished .icon {
    background-color: #4ab64f;
}

.container_timeline .current_step_timeline article header {
    border: 0;
    color: #999999;
}

.container_timeline .current_step_timeline article header h1 {
    font-size: 17px;
}

.container_timeline .current_step_timeline article header p {
    font-size: 13px;
}

.content_timeline_cert {
    position: relative;
    overflow: hidden;
    overflow-x: auto;
}

.content_timeline_cert h3 {
    position: sticky;
    top: 0;
    z-index: 1;
}

.content_timeline_cert .timeline_history {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    padding: 10px 0 10px 10px;
}

.content_timeline_cert article {
    min-width: 220px;
    flex-basis: 220px;
    position: relative;
    background-color: #ffffff;
    padding: 12px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.content_timeline_cert article .ord {
    position: absolute;
    top: -7px;
    left: -7px;
    font-size: 11px;
    width: 24px;
    height: 24px;
    background-color: #f0f0f0;
    color: #444444;
    border: 2px solid rgba(0, 0, 0, 0.1);
}

.content_timeline_cert article.check .ord {
    background-color: #016bd2;
    color: #ffffff;
}

.content_timeline_cert article .icon {
    background-color: rgba(0, 0, 0, 0.05);
    color: #cccccc;
    min-width: 35px;
    height: 35px;
    font-size: 12px;
    border: 4px solid rgba(0, 0, 0, 0.05);
}

.content_timeline_cert article header {
    border: 0;
    color: #bbbbbb;
}

.content_timeline_cert article header h1 {
    font-size: 11px;
}

.content_timeline_cert article header p {
    font-size: 11px;
}

.content_timeline_cert article.check {
    background-color: #0283ff;
}

.content_timeline_cert article.check h1,
.content_timeline_cert article.check p,
.content_timeline_cert article.check .icon {
    color: #ffffff;
}

.content_timeline_cert article.check .icon {
    background-color: rgba(0, 0, 0, 0.2);
}

.content_timeline_steps_home {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}

.content_timeline_steps_home article {
    cursor: pointer;
    padding: 15px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.content_timeline_steps_home article:hover {
    border: 1px solid #EF3735;
}

.content_timeline_steps_home article .ord {
    position: absolute;
    top: -10px;
    left: -5px;
    min-width: 25px;
    height: 25px;
    font-size: 11px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.content_timeline_steps_home article .count {
    position: absolute;
    top: -10px;
    right: -5px;
    min-width: 30px;
    height: 25px;
    font-size: 11px;
    padding: 0 10px;
}

.content_timeline_steps_home article header {
    border: 0;
}

.content_timeline_steps_home article .icon {
    min-width: 40px;
    height: 40px;
    font-size: 15px;
    border: 4px solid rgba(0, 0, 0, 0.1);
}

.content_timeline_steps_home article h1 {
    font-size: 15px;
}

.nav_timeline_steps ul li {
    display: inline-block;
    margin: 0 0px;
    font-size: 12px;
    text-transform: uppercase;
}

.nav_timeline_steps ul li a {
    display: block;
    padding: 8px 15px;
    color: #ffffff;
}

.ql-container {
  border: none !important;
}

.ql-toolbar {
  border: none !important;
}

.ql-editor {
  border: none !important;
}

@media screen and (max-width: 1360px) {
    .content-resume-serv {
        overflow: hidden;
        overflow-x: auto;
        height: 120px;
        white-space: nowrap;
        width: 100%;
        margin-bottom: 20px;
        display: block;
    }
    .content-resume-serv article {
        margin-top: 20px;
        position: relative;
        width: 120px;
        display: inline-block;
    }
}

@media screen and (max-width: 1050px) {
    .box25,
    .box33,
    .box30 {
        width: 50%;
    }
    .table {
        white-space: nowrap;
    }
}

@media screen and (max-width: 850px) {
    .box35,
    .box50,
    .box60,
    .box65,
    .box70,
    .box75,
    .box100 {
        width: 100%;
    }

    .content-graphic .content-graphic-total,
    .content-graphic-pie {
        flex-direction: column;
    }
    .content-graphic .content-graphic-total .graphic {
        margin: 20px 0 0 0;
    }

    .content-resume-conversion {
        flex-direction: column-reverse;
    }
    .content-resume-conversion .resume-conversion,
    .content-resume-conversion .conversion-number {
        padding: 20px;
    }

    .content-resume-conversion .resume-conversion {
        flex: 0;
        margin-right: 0;
        margin-top: 20px;
    }

    .content-resume-conversion .conversion-number {
        flex-basis: 100%;
        min-width: 100%;
    }

    .content-resume-conversion .resume-conversion,
    .content-resume-conversion .resume-conversion .resume {
        width: 100%;
        flex-direction: column;
    }
    .content-resume-conversion .resume-conversion .resume article {
        flex: 0;
        flex-basis: 100%;
        min-width: 100%;
        margin-bottom: 20px;
    }
    .content-resume-conversion .resume-conversion .resume article.arrow {
        display: none;
    }

    .content-resume-conversion .resume-conversion .filter h3 {
        text-align: left;
    }
    .content-resume-conversion .resume-conversion .filter {
        border-left: none;
        flex-basis: 100%;
        min-width: 100%;
        margin: 10px 0 0 0;
        padding: 0;
    }
}

@media screen and (max-width: 550px) {
    .title-page {
        font-size: 22px;
        text-align: center;
    }
    .title-page-sec {
        font-size: 22px;
        text-align: center;
    }
    .subtitle-page {
        font-size: 15px;
        text-align: center;
    }

    .on-desktop {
        display: none;
    }
    .on-smart {
        display: block;
    }

    .padding-total-high {
        padding: 30px 25px;
    }
    .padding-total-normal,
    .padding-total-low {
        padding: 22px;
    }

    .table .tb-field {
        padding: 12px;
        font-size: 13px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }
    .table .tb-field2 {
        padding: 12px;
        font-size: 13px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }

    .box {
        padding: 5px;
    }
    .box25,
    .box33,
    .box30,
    .box40 {
        width: 100%;
    }

    .content-login footer .request,
    .content-login footer .back {
        font-size: 12px;
        float: none;
        display: block;
        margin-top: 10px;
        text-align: center;
    }

    .nav-menu-fix .menu-anchor {
        display: none;
    }
    .nav-menu-fix {
        left: -75px;
    }
    .dashboard-main {
        margin-left: 0;
    }
    .dashboard-main .header .menu-anchor {
        display: block;
    }

    .dashboard header {
        border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    }
    .dashboard header .nav {
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }
    .dashboard header .nav ul li {
        font-size: 12px;
        display: inline-block;
    }
    .dashboard header .nav ul li a {
        color: rgba(0, 0, 0, 0.3);
    }
    .dashboard header .nav ul li a:hover {
        color: #f44336;
    }

    .content-numbers-resume article {
        width: 50%;
    }
    .content-numbers-resume article .box-full {
        padding: 30px;
    }
    .content-numbers-resume article .box-full p {
        font-size: 40px;
    }
    .content-numbers-resume article .box-full p small {
        font-size: 12px;
    }

    .j_chart {
        display: none;
    }
    .j_chart_2 {
        display: block;
    }

    .options-default {
        position: relative;
        display: block;
        text-align: center;
    }
    .options-default.box_1,
    .options-default.box_2,
    .options-default.box_3 {
        top: 0;
        right: 0;
    }
    .options-default.box_1 {
        margin-top: -15px;
        margin-bottom: 10px;
    }

    .dashboard-main .header nav .user ul {
        width: 200px;
        left: -115px;
    }

    .menu-active .nav-menu-fix {
        width: 200px;
        left: 0;
    }
    .menu-active .dashboard-main {
        margin-left: initial;
        transform: translateX(200px);
    }

    .card-course .photo {
        flex-basis: 90px;
        min-width: 90px;
    }
}
