:root {

}

/*LOGIN*/

.bg-login {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
}

.form-login {
    position: absolute;
    background-color: #ffffff;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 400px;
    border-radius:14px;
    padding: 16px;
}

.form-login img {
    max-width: 250px;
    margin: auto !important;
    display: block;
    margin: 16px 0;
}

.form-login > div {
    display: flex;
    justify-content: center;
}

.form-login > div > div span {
    width: 24px;
    height: 24px;
    background-color: var(--bs-blue);
    border-radius: 50%;
    float: left;
    border:1px solid #0477c6;
}

.form-login > div > div span:not(:first-child) {
    margin-left: -8px;
}

.form-login > div > div span:last-child {
    margin-right: 8px;
}

/*PANEL*/

textarea {
    resize: none;
}

.wrapper {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    position: absolute;
    padding: 16px;
}

.logo img {
    max-width: 150px;
    margin: auto;
    display: block;
    margin: 16px 0;
}

.table thead tr {
    background-color:#f8f9fa !important;
}

.table thead th {
    color: var(--bs-blue) !important;
    border: 0 !important;
}

.table tbody td {
    border:0 !important;
}

.table tr td:last-child, table tr td:first-child {
    width: 1px;
    white-space: nowrap;
}

.btn-light {
    border: 1px solid #ced4da !important;
}

.btn:empty {
    width:39px;
    height:39px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 65%;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu li a, .menu li span  {
    color: #ffffff;
    padding: 4px 12px;
    margin: 12px 0;
    border-left: 6px solid transparent;
    cursor: pointer;
    opacity: .5;
    text-decoration: none;
    display: block;
}

.menu > li.active > a, .menu > li.active > span {
    border-color: #ffffff;
    opacity: 1;
}

.menu li.active a, .menu li.active span {
    opacity: 1;
}

.menu li ul {
    display: none;
}

.menu li ul li a {
    background-position: left;
    background-repeat: no-repeat;
    background-size: 24px;
    padding-left: 32px;
    margin-left: 8px;
}

.menu li.active + li ul {
    display: block;
}

.play-button {
    background: rgba(0, 0, 0, .25);
    width: 100%;
    padding: 16px;
}

.play-button a {
    color: #ffffff;
    text-decoration: none;
    background-position: left;
    background-repeat: no-repeat;
    background-size: 24px;
    padding-left:32px;
}

.input-group-text:empty {
    width: 39px;
    height: 39px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 65%;
}

.clear-btn {
    background-color:transparent !important;
    border-left:0 !important;
}

.clear-input {
    border-right:0 !important;
}

.break-color {
    background-color: rgba(0,0,0,0.7);
    border-bottom: 1px solid rgba(255,255,255,0.35);
    height: 2px !important;
}

.bg-control {
    background-color: #f8f9fa;
}

.btn-icon {
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90%;
    margin: 4px;
    opacity: .5;
    display: inline-block;
}

.btn-icon:hover {
    opacity: 1;
}

.prospecting-card {
    background-color: #f0f0f0;
    border-radius: 14px;
}

.prospecting-card h2 {
    background-color: #e8e8e8;
    border-radius: 14px 14px 0 0;
    color: #6b6b6b;
    font-size: 24px;
    padding: 8px;
    text-align: center;
    font-weight: bolder;
    display: block;
}

.prospecting-card h4 {
    color: #6b6b6b;
    font-size: 32px;
    padding: 8px;
    text-align: center;
    display: block;
}

.prospecting-card > div:nth-child(4) {
    border-radius: 14px 14px 0 0;
    color: #ffffff;
    padding: 8px;
    background-color: #023a60;
    min-height: 150px;
    display: block;
}

.prospecting-card > div:nth-child(5) {
    border-radius: 0 0 14px 14px;
    color: #ffffff;
    background-color: rgba(0,0,0,0.75);
    min-height: 40px;
    display: block;
}

.prospecting-card > div:nth-child(5) a {
    color: #ffffff;
    display: block;
    text-decoration: none;
    padding: 8px;
    text-align: center;
}

.prospecting-card > nav {
    display: flex;
    background-color: #d5cdbf;
    border: 1px solid #a19685;
    height: 20px;
    margin: 5%;
    width: 90%;
    border-radius: 2px;
}

.prospecting-card > nav a {
    white-space: nowrap;
    flex-basis: 0;
    flex-grow: 1;
    border-radius: 2px;
    position: relative;
}

.prospecting-card > nav a:not(:last-child) {
    border-right: 1px solid rgba(161,150,133, .25);
}

.prospecting-card > nav a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom,  rgba(255,255,255,.5) 0%,rgba(255,255,255,0) 100%); 
}

.prospecting-card > nav a.active {
    background-color: #023a60; /*#0a89cb;*/
}

.prospecting-card > nav a.active {
    border: 1px solid rgba(16,101,158,.25);
}

.prospecting-card > nav a.hover {
    background-color: #03caae;
}

.prospecting-card > nav a.hover {
    border: 1px solid rgba(2, 111, 79, 0.25);
}

.prospecting-card .percent {
    font-size: 32px;
    padding-left: 6px;
}

.prospecting-card .taxid {
    font-size: 80%;
}

.prospecting-card .details {
    color: #ffffff;
    font-size: 32px;
    text-align: center;
    font-weight: bolder;
}

.prospecting-card .details small {
    display: block;
    font-size:40%;
    text-align: center;
    font-weight: normal;
}

.prospecting-card .actions {
    display: flex;
    justify-content: center;
}

.prospecting-card .actions a {
    min-width:40px;
    min-height:40px;
    background-color: rgba(0,0,0,0.25);
    margin: 0 8px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    transition: .5s all;
    text-decoration: none;
    color: #ffffff;
}

.prospecting-card .actions a:hover {
    background-color: #0a89cb;
}

.prospecting-history {
    border-collapse: collapse;
    width: 100%;
    caption-side: top;
    background-color: #f0f0f0;
}

.prospecting-history tbody td, 
.prospecting-history thead th {
    padding: 8px 16px;
    vertical-align: top;
}

.prospecting-history caption {
    color: #666666;
    font-size: 24px;
    text-align: center;
    padding: 8px;
    background-color: #e8e8e8;
    border-radius: 14px 14px 0 0;
}

.prospecting-history tbody tr {
    background-color: #e5e5e5;
    border-bottom: 8px solid #f0f0f0;
}

.prospecting-history tbody tr:nth-child(even) {
    background-color: #d9d9d9;
}

.prospecting-details{
    border-collapse: collapse;
    width: 100%;
    caption-side: top;
    background-color: #f0f0f0;
    border-radius: 14px;
}

.prospecting-details td {
    padding: 8px 16px;
}

.prospecting-title small {
    display: block;
    color: #d9d9d9;
    font-size: 75%;
}

.comments {
    font-size: 80%;
    text-align: justify;
    width: 100%;
    display: block;
    padding: 2px 8px;
    color: #3c3c3c;
}

.events{
    width: 100%;
    display: block;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #023a60;
    margin-bottom: 4px;
}

.events  .row {
    width: 100%;
    padding: 8px;
    color: #ffffff;
    background-color: #023a60;
    margin-bottom: 8px;
}

.download-button {
    display: block;
    width: 40px;
    height: 40px;
    margin: 8px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.thumbnail {
    border: 2px solid #ffffff;
    border-radius: 4px;
    cursor: pointer;
}

.suggestion-popup {
    list-style: none;
    background-color: #ffffff;
    width: 100%;
    left: 0;
    top: 100%;
    border: 2px solid #d9d9d9;
    border-top: 0;
    z-index: 2;
    position: absolute;
    border-radius: 0 0 .25rem .25rem;
    max-height: 200px;
    overflow: auto;
}

.suggestion-popup li {
    padding: 6px;
    cursor: pointer;
    opacity: .7;
}

.suggestion-popup li:hover {
    opacity: 1;
}

.loading {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/assets/img/loading.gif');
    background-size: 4em;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}

.gph-content {
    width: 90%;
    margin: 2.5%;
    border: 0.063em solid #ced4da;
    position: relative;
    padding-top: 4em;
    padding-bottom: 1em;
    border-radius: .438em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gph-content:before {
    content: attr(data-title);
    color: #ffffff;
    font-size: 1.25rem;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1.5em;
    background-color: #023a60;
    border-radius: .438em .438em 0 0;
    padding: .438em;
}


.gph-bar {
    display: flex;
    align-items: center;
    --percent:0%;
}

.gph-bar .bar {
    width: 6em;
    margin: 0 1em;
    position: relative;
    border:.125em solid #023a60;
    background-color: #dddddd;
    color: #023a60;
    box-shadow: 2px 4px 8px rgba(0,0,0,.2);
    border-radius: 0.188em;
}

.gph-bar .bar:before {
    content: "";
    padding-top: 200%;
    display: block;
}

.gph-bar h3 {
    color:#023a60;
    font-size: 3rem;
    text-align: center;
    font-weight: bold;
}

.gph-bar small {
    font-size: 25%;
    display: block;
}

.gph-bar .bar:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: var(--percent);
    background-color: #023a60;
    transition: 1s all;
}

.gph-content h2 {
    color: #023a60;
    font-weight: bold;
    font-size: 3rem;
}


.gph-list {
   list-style: none;
   margin: 0;
   padding: 0;
   justify-content: center;
   align-items: center;
}

.gph-list li {
   margin: .75em 0;
}

.gph-list li span {
    padding: 0 1em;
    color: #023a60;
    font-weight: bolder;
}

.gph-list li span:last-child {
    width: 4.125em;
}

.gph-list small {
    --percent:0%;
    width: 12.5em;
    background-color: #dddddd;
    height: 1em;
    position: relative;
    display: block;
    box-shadow: 2px 2px 4px rgba(0,0,0,.1);
    border-radius: 0.188em;
 }

 .gph-list small:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: var(--percent);
    background-color: #023a60;
    transition: 1s all;
    border-radius: 0.188em;
 }

 .gph-list small:after {
    content: attr(percent)'%';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #ffffff;
    font-size: 80%;
 }
/* G-2 */
.gph-bar-2 {
    display: flex;
    justify-content: space-around;
    width: 100%;
    height: 150px;
    margin-bottom: 16px;
}

.gph-bar-2 > div {
    display: flex;
    justify-content: center;
    align-items: end;
    position: relative;
}

.gph-bar-2 > div > div {
    --maxheight:100%;
    --width:2.5em;
    --height:0%;
    --secondheight:0%;
    --bgcolor:#023A60;
    --color: #ffffff;
    height: var(--maxheight);
    width: var(--width);
    background-color: #dddddd;
    border: 1px solid #012B48;
    margin: 0 .65em;
    box-shadow: 2px 2px 4px rgba(0,0,0,.1);
    border-radius: 0.188em;
    position: relative;
}

.gph-bar-2 > div > div > i {
    width: 40px;
    line-height: 40px;
    text-align: center;
    left: 50%;
    top: -42px;
    border-radius: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    background-color: #023A60;
    display: block;
    position: absolute;
}

.gph-bar-2 > div > div > div:nth-child(1) {
    height: var(--height);
   
    color: var(--color);
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: var(--bgcolor);
    transition: 1s all;
    box-sizing: border-box;
}

.gph-bar-2 > div > div > div:nth-child(2) {
    height: var(--secondheight);
    
    color: #ffffff;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #5e7a92;
    transition: 1s all;
    box-sizing: border-box;
}

/*.gph-bar-2 > div > div:before {
    height: var(--height);
    content: attr(total);
    color: var(--color);
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: var(--bgcolor);
    transition: 1s all;
    box-sizing: border-box;
}

.gph-bar-2 > div > div:after {
    height: var(--secondheight);
    content: attr(subtotal);
    color: #ffffff;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #5e7a92;
    transition: 1s all;
    box-sizing: border-box;
}*/

/*
.gph-bar-2 > div > div[subtotal=""]:after {
    background-color: transparent;
}*/

.gph-bar-2 > div > div > span {
    position: absolute;
    left: 50%;
    bottom: -32px;
    transform: translateX(-50%);
    color: #023A60;
    font-size: 60%;
    white-space: nowrap;
}

.gph-bar-2 > div > span {
    position: absolute;
    left: 50%;
    bottom: -48px;
    transform: translateX(-50%);
    color: #023A60;
    font-size: 80%;
    white-space: nowrap;
    font-weight: bolder;
}

/* END G-2 */


.nav-dashboard {
    background-color: transparent;
    border-radius: 7px;
    display: flex;
    justify-content: space-around;
    max-width: 500px;
    margin: 8px 0;
    align-items: center;
    margin-left: auto;
    border: 1px solid #023a60;
    color: #ffffff;
    background-color: #023a60;
    overflow: hidden;
}

.nav-dashboard a, .nav-dashboard span {
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    border-right: 2px solid rgba(0,0,0,0.04);
    border-left: 2px solid rgba(255,255,255,0.06);
    width: 100%;
    padding: 0 8px;
    white-space: nowrap;
}

.nav-dashboard a {
    color: #023a60;
    background-color: #ffffff;
    text-decoration: none;
}


 .uploadbtn {
    width: 38px;
    height: 38px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
 }

 .tbl-cierre {
    max-width: 100%;
    border-collapse: collapse;
    font-size: 75%;
 }

 .tbl-cierre th {
    color: #ffffff;
    background-color: #023a60;
 }

 .tbl-cierre thead tr:first-child th:first-child {
    border-radius: .438em 0 0 0;
 }

 .tbl-cierre thead tr:first-child th:last-child {
    border-radius: 0 .438em 0 0;
 }

 .tbl-cierre th, .tbl-cierre td {
    padding: 8px 16px;
 }
 
 .tbl-cierre .bg {
    color: #ffffff;
    background-color: #023a60;
    border: 2px solid #ffffff;
    border-radius: .5em;
 }

 .table_plan {
    max-width: 100%;
    border-collapse: collapse;
 }

 .table_plan tr th, .table_plan tr td {
    text-transform: uppercase;
    font-size: 75%;
 }

 .table_plan th:not(:first-child), .table_plan td:not(:first-child) {
    width: 6.9%;
 }

 .table_plan th:nth-child(2) {
    border-radius: 7px 0 0 0;
 }

 .table_plan th:last-child {
    border-radius: 0 7px 0 0;
 }

 .table_plan tbody tr:last-child td:nth-child(2) input {
    border-radius: 0 0 0 7px;
 }

 .table_plan tbody tr:last-child td:last-child input {
    border-radius: 0 0 7px 0;
 }

 .table_plan tbody tr:last-child td:nth-child(2) {
    border-radius: 0 0 0 7px;
 }

 .table_plan tbody tr:last-child td:last-child {
    border-radius: 0 0 7px 0;
 }

 .table_plan th:not(:first-child) {
    background-color: var(--bs-blue);
    color: #ffffff;
    font-weight: normal;
    padding: 8px 16px;
 }

 .table_plan tr td:first-child {
    font-weight: bolder;
 }

 .table_plan tr td:nth-child(2) input {
    border-left: 1px solid #c6c7c8;
 }

 .table_plan input {
    outline: 0;
    border:0;
    border-bottom: 1px solid #c6c7c8;
    border-right: 1px solid #c6c7c8;
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
    background-color: #f6f8f9;
    line-height: 32px;
    text-align: end;
 }

 .table_plan input[readonly] {
    background-color: #cfd8dd;
 }


 .fieldset {
    width:100%;
    border-radius:14px;
    overflow: hidden;
    border: 1px solid #c6c7c8;
    margin-bottom: 16px;
 }

 .fieldset nav {
    width:100%;
    padding: 16px;
    background-color: #022c48;
    display: flex;
    color: #ffffff;
    align-items: center;
 }

 .fieldset nav span:nth-child(1){
    flex-grow: 1;
 }

 .fieldset nav span:nth-child(2){
    font-weight: bold;
    font-size: 125%;
 }

 .fieldset nav a {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 0 0 16px;
    background-position: bottom;
    background-size: 30px;
    background-repeat: no-repeat;
    background-image: url('/assets/img/updown.png');
 }

 .fieldset > div{
    padding: 32px 16px;
 }

 .fieldset ul {
    list-style: none;
    background-color: #023a60;
    border-radius: 7px;
    display: flex;
    justify-content: space-around;
    max-width: 500px;
    margin: 8px 0;
    align-items: center;
    margin-left: auto;
    
}

 .fieldset ul li {
    line-height: 40px;
    text-align: center;
    color:#ffffff;
    font-weight: bold;
    border-right: 2px solid rgba(0,0,0,0.04);
    border-left: 2px solid rgba(255,255,255,0.06);
    width: 100%;
    padding: 0 8px;
 }

 .fieldset ul li:first-child {
    border-left: 0;
 }

 .fieldset ul li small {
    padding: 0 4px;
    font-weight: normal;
 }

 .fieldset-title {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
 }

 .fieldset-title strong {
    font-size:150%;
 }

 .fieldset-opac {
    opacity: .8;
 }

.color-button {
    --color: #a6a6a6;
    background: var(--color);
    color: #ffffff;
    text-transform: uppercase;
    padding: 2px 20px 2px 80px;
    border-radius: 26px;
    display: flex;
    box-shadow: inset 0px -4px 5px rgba(0,0,0,0.25);
    position: relative;
    min-height: 52px;
    line-height: 1;
    align-items: center;
    margin: 0 16px;
    font-size: 80%;
}

.color-button:before{
    content: "";
    position: absolute;
    width: 104%;
    height: 60px;
    background-color: #ffffff;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
    z-index: -1;
    left: -2%;
    top: -5px;
    border-radius: 30px;
}

.color-button span {
    background-color: var(--color);
    border: 6px solid #ffffff;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    height: 70px;
    width: 70px;
    border-radius: 14px;
}

.color-button span:after {
    content: attr(total);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(-45deg);
    color: #ffffff;
    font-weight: bold;
    font-weight: 150%;
}

.color-button.without-details {
    padding: 2px 60px;
}

.triangle-color-button {
    --color: #a6a6a6;
    background-color: var(--color);
    border: 6px solid #ffffff;
    transform: translateY(-50%) rotate(45deg);
    height: 70px;
    width: 70px;
    border-radius: 14px;
    position: relative;
}

.triangle-color-button:after {
    content: attr(total);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(-45deg);
    color: #ffffff;
    font-weight: bold;
    font-weight: 150%;
}

.gp-title {
    display: block;
    text-align: center;
    padding: 16px 0;
    font-size: 60px;
}

.gp-content {
    list-style: none;
    display: flex;
    justify-content:space-around;
    align-items: center;
    position: relative;
    margin-top:32px;
    width: 80%;
}

.gp-content li {
    width: 100%;
}

.gp-content::after {
    content: "";
    width: 80%;
    height: 4px;
    background-color: #44546a;
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    z-index: -1;
}

.gp-content li p {
    --color: #a6a6a6;
    line-height: 70px;
    width: 140px;
    color: #ffffff;
    background-color: var(--color);
    text-align: center;
    border-radius: 50%;
    font-weight: bold;
    margin: auto 0 auto auto;
    position: relative;
}

.gp-content li p small {
    position: absolute;
    top: -110%;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1.25;
    font-size: 80%;
    width: 100%;
    color: #000;
    font-weight: normal;
    text-align: right;
}

.gp-content li div {
    width: 240px;
    height: 240px;
    background-color: #0070c0;
    border-radius: 50%;
    margin-left: auto;
    transform: rotateY(70deg);
    position: relative;
    z-index: -2;
}

.gp-content li:last-child div:before {
    content: "";
    width: 80%;
    height: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 8px solid #ffffff;
    position: absolute;
    border-radius: 50%;
}

.gp-content li:last-child div:after {
    content: "";
    width: 60%;
    height: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 8px solid #ffffff;
    position: absolute;
    border-radius: 50%;
}

.gp-tbl {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #4472c4;
}

.gp-tbl th {
    color: #ffffff;
    background-color: #4472c4;
    padding: 4px 8px;
    text-align: center;
    text-transform: uppercase;
    font-size: 80%;
}

.gp-tbl td {
    padding: 4px 8px;
    text-transform: uppercase;
    font-size: 80%;
}

.gp-tbl tr:not(:last-child) td {
    border-bottom: 1px solid #4472c4;
}

/*ICONS*/
.upload {
    background-image: url('/assets/img/upload.png');
}

.electronics {
    background-image: url('/assets/img/electronics.png');
}

.presentations {
    background-image: url('/assets/img/presentations.png');
}


.block {
    background-image: url('/assets/img/block.png');
}


.next {
    background-image: url('/assets/img/next.png');
}

.call {
    background-image: url('/assets/img/call.png');
}

.pdf {
    background-image: url('/assets/img/pdf.png');
}

.videocall {
    background-image: url('/assets/img/videocall.png');
}

.email {
    background-image: url('/assets/img/email.png');
}

.visit {
    background-image: url('/assets/img/visit.png');
}

.calendar {
    background-image: url('/assets/img/calendar.png');
}

.chat {
    background-image: url('/assets/img/chat.png');
}

.delete {
    background-image: url('/assets/img/delete.png');
}

.dislike {
    background-image: url('/assets/img/dislike.png');
}

.edit {
    background-image: url('/assets/img/edit.png');
}

.find {
    background-image: url('/assets/img/find.png');
}

.less {
    background-image: url('/assets/img/less.png');
}

.like {
    background-image: url('/assets/img/like.png');
}

.logout {
    background-image: url('/assets/img/logout.png');
}

.money {
    background-image: url('/assets/img/money.png');
}

.more {
    background-image: url('/assets/img/more.png');
}

.notify {
    background-image: url('/assets/img/notify.png');
}

.plus {
    background-image: url('/assets/img/plus.png');
}

.settings {
    background-image: url('/assets/img/settings.png');
}

.sync {
    background-image: url('/assets/img/sync.png');
}

.user {
    background-image: url('/assets/img/user.png');
}

.widgets {
    background-image: url('/assets/img/widgets.png');
}

.play {
    background-image: url('/assets/img/play.png');
}

.logout {
    background-image: url('/assets/img/logout.png');
}

.download {
    background-image: url('/assets/img/download.png');
}

.canceled {
    background-image: url('/assets/img/canceled.png');
}

.review {
    background-image: url('/assets/img/review.png');
}

.allprospecting {
    background-image: url('/assets/img/allprospecting.png');
}

.prospecting {
    background-image: url('/assets/img/prospecting.png');
}

.needs {
    background-image: url('/assets/img/needs.png');
}

.contract-review {
    background-image: url('/assets/img/contract-review.png');
}

.proposal {
    background-image: url('/assets/img/proposal.png');
}

.service-installation {
    background-image: url('/assets/img/service-installation.png');
}

.accepted {
    background-image: url('/assets/img/accepted.png');
}

.signed {
    background-image: url('/assets/img/signed.png');
}

.jobs {
    background-image: url('/assets/img/jobs.png');
}

.roles {
    background-image: url('/assets/img/roles.png');
}

.filiales {
    background-image: url('/assets/img/filiales.png');
}

.users {
    background-image: url('/assets/img/users.png');
}

.finished {
    background-image: url('/assets/img/finished.png');
}

.plan {
    background-image: url('/assets/img/plan.png');
}

.arrow2 {
    background-image: url('/assets/img/arrow2.png');
}