/* //#region Default */
  html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  *,
  :after,
  :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  body {
    /* font-size: 100%; */
    /* padding-top: 100px; */
  }

  /* a {
    text-decoration: none;
  } */

  img {
    /*max-width: 100%;*/
  }
/* //#endregion */

/* //#region Timeline Default */
  .tmln-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 15px;
  }

  .tmln-container::after {
    content: '';
    display: table;
    clear: both;
  }

  .tmln-timeline {
    position: relative;
  }

  .tmln-right-align {
    text-align: right;
  }

  .tmln-timeline-block {
    position: relative;
    min-height: 16px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .tmln-timeline-block::before {
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
  }

  .tmln-timeline-block:last-child::before {
    display: none;
  }

  .tmln-right-align .tmln-timeline-block::before {
    right: 0;
    left: auto!important;
    margin-left: 0!important;
  }

  .tmln-timeline-block::after {
    content: "";
    display: table;
    clear: both;
  }

  .tmln-date,
  .tmln-timeline-img i {
    display: block;
  }

  .tmln-timeline-img {
    position: absolute;
    min-width: 1px;
    min-height: 1px;
    left: 0;
    top: 0;
  }

  .tmln-right-align .tmln-timeline-img {
    margin-left: 0!important;
    left: auto!important;
    right: 0;
  }

  .tmln-last-empty-item .tmln-timeline-img span {
    vertical-align: top;
  }

  .tmln-timeline-content-inner {
    position: relative;
  }

  .cssanimations .tmln-timeline-content.is-hidden {
    visibility: hidden;
  }

  .cssanimations .tmln-timeline-content.animated {
    visibility: visible;
  }

  .tmln-labels span {
    display: inline-block;
  }

  .tmln-labels {
    padding: 20px 0;
  }

  .tmln-labels.tmln-start-label {
    padding-top: 0!important;
  }

  .tmln-labels.tmln-end-label {
    margin-bottom: 0!important;
  }

  .turqoise {
    background: #00A79D!important;
  }

  .light-blue {
    background: #27AAE2!important;
  }

  .blue {
    background: #1D75BD!important;
  }

  .violette {
    background: #2B3991!important;
  }

  .dark-violette {
    background: #272264!important;
  }

  @media only screen and (min-width:679px) {
    .tmln-date-opposite,
    .tmln-left-align.tmln-date-opposite {
      margin-left: 190px;
    }
    .tmln-right-align.tmln-date-opposite {
      margin-right: 190px;
      margin-left: 0;
      text-align: right;
    }
    .tmln-date-opposite.tmln-alternate {
      margin: 0;
    }
    .tmln-timeline.tmln-alternate.tmln-left-align .tmln-timeline-content,
    .tmln-timeline.tmln-alternate.tmln-right-align .tmln-timeline-content,
    .tmln-timeline.tmln-date-opposite.tmln-left-align .tmln-timeline-content,
    .tmln-timeline.tmln-date-opposite.tmln-right-align .tmln-timeline-content {
      width: 100%;
    }
    .tmln-alternate .tmln-timeline-block::before {
      left: 50%;
    }
    .tmln-alternate .tmln-timeline-img {
      left: 50%!important;
    }
    .tmln-alternate .tmln-timeline-block.tmln-even-item .tmln-timeline-content {
      float: right;
    }
    .tmln-alternate .tmln-timeline-block.tmln-odd-item .tmln-timeline-content {
      float: left;
    }
    .tmln-date-opposite .tmln-date {
      position: absolute;
      /* top: 0; */
      top: 14px;
      text-align: right;
    }
    .tmln-alternate .tmln-timeline-block.tmln-odd-item .tmln-timeline-content,
    .tmln-alternate.tmln-date-opposite .tmln-timeline-block.tmln-even-item .tmln-date,
    .tmln-date-opposite.tmln-left-align .tmln-date,
    .tmln-right-align {
      text-align: right;
    }
    .tmln-alternate.tmln-date-opposite .tmln-timeline-block.tmln-odd-item .tmln-timeline-content .tmln-date,
    .tmln-date-opposite.tmln-right-align .tmln-date {
      text-align: left;
    }
    .tmln-alternate .tmln-timeline-label-block {
      text-align: center;
    }
    .tmln-alternate .tmln-timeline-label-block .tmln-labels span {
      left: 0;
      right: 0;
    }
  }

  @media only screen and (max-width:678px) {
    .tmln-timeline {
      margin-left: 20px;
    }
    .tmln-timeline.tmln-responsive-right,
    .tmln-timeline.tmln-right-align {
      margin-right: 20px;
      margin-left: 0;
    }
    .tmln-responsive-right .tmln-timeline-block::before,
    .tmln-responsive-right .tmln-timeline-img {
      margin-left: 0!important;
      left: auto!important;
      right: 0;
    }
    .tmln-responsive-right {
      text-align: right;
    }
    .tmln-date {
      margin-bottom: 0px;
      padding: 0 15px 15px;
    }
  }
/* //#endregion */

/* //#region Timeline Style */
  .tmln-style {
    color: #000;
    padding-top: 20px;
    padding-bottom: 120px;
  }

  .tmln-style .tmln-timeline-block::before {
    width: 2px;
    background: rgba(0, 0, 0, 0);
    margin-left: -1px;
    /* background: #6086B9; */
    background: #D5DBDB;
  }

  .tmln-style.tmln-right-align .tmln-timeline-block::before {
    margin-right: -1px;
  }

  .tmln-timeline-block {
    /*padding-bottom: 30px;
    padding-left: 45px;
    padding-right: 45px; */
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tmln-timeline-block.opacity {
    opacity: .5 !important;
  }

  @media (max-width: 767px) {
    .tmln-timeline-block {
      padding-left: 40px;
    }
  }

  .tmln-style .tmln-timeline-img {
    padding: 0;
    margin-left: -28px;
    top: 2px;
    /*--- Box shadow value --*/
    /* width: 56px;
    height: 56px; */
    width: 56px;
    height: 80px;
    color: #6086B9;
    text-align: center;
    /* font-size: 28px; */
    font-size: 28px;
    /* cursor: pointer; */
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-out;
  }

  .tmln-style .tmln-timeline-img:hover span {
    transform: scale(1.35);
  }

  .tmln-style .tmln-timeline-img em {
    display: block;
    background: #6086B9;
    font-style: normal;
    font-size: 14px;
    width: 50px;
    left: 50%;
    position: absolute;
    margin-left: -25px;
    top: 55px;
    border-radius: 5px;
    padding: 5px 0;
    color: #fff;
    line-height: 12px;
    /* font-weight: bold; */
    transition: all 0.2s ease-out;
  }
  .tmln-style .tmln-item-processo .tmln-timeline-img em {
    background: #36ACB6;
  }

  .tmln-style .tmln-timeline-img em.hora {
    top: 65px;
  }

  .tmln-style .tmln-timeline-img:hover em {
    top: 65px;
  }

  .tmln-style .tmln-timeline-img span {
    display: inline-block;
    margin: auto;
    padding: 5px;
    min-height: 16px;
    min-width: 16px;
    background: #ffffff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
    box-shadow: 0 0 0 2px #6086B9;
    -webkit-box-shadow: 0 0 0 2px #6086B9;
    height: 50px;
    width: 50px;
    /* height: 40px;
    width: 40px; */
    color: #6086B9;
    transition: all 0.2s ease-out;
  }

  .tmln-style .tmln-item-processo .tmln-timeline-img span {
    color: #36ACB6;
    border-color: #36ACB6;
    box-shadow: 0 0 0 2px #36ACB6;
    -webkit-box-shadow: 0 0 0 2px #36ACB6;
  }

  .tmln-style .tmln-timeline-img i {
    display: block;
    position: relative;
    transform: translateY(-50%);
    top: 21px;
    left: .5px;
  }

  .tmln-style.tmln-right-align .tmln-timeline-img {
    margin-right: -28px;
  }

  .tmln-style .tmln-timeline-content {
    color: #6f6f6f;
  }

  .tmln-style .tmln-timeline-content:hover {
    /* transform: scale(1.05); */
  }

  .tmln-style .tmln-date {
    color: #9c9c9c;
    margin-bottom: 10px;
    display: block;
  }

  .tmln-style .tmln-date i {
    margin-right: 5px;
    position: relative;
    top: 1px;
  }

  .tmln-style h2 {
    margin: 0 0 5px;
    font-weight: 800;
    color: #6f6f6f;
    font-size: 16px;
  }

  .tmln-style p {
    margin: 0;
  }

  .tmln-style .tmln-timeline-label-block {
    padding-top: 0;
  }

  .tmln-style .tmln-labels {
    /* padding: 50px 0; */
    padding: 0 0 10px 0;
  }

  .tmln-style .tmln-labels.tmln-start-label {
    padding-top: 0;
  }

  .tmln-style .tmln-labels.tmln-end-label {
    padding-bottom: 0;
  }

  .tmln-style .tmln-label-mes {
    padding: 10px 0;
    text-transform: uppercase;
  }

  .tmln-style .tmln-labels span {
    position: relative;
    /* background: #6086B9; */
    background: #17A589;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    vertical-align: top;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    /* box-shadow: 0 0 0 8px #6086B9;
    -webkit-box-shadow: 0 0 8px 0 #6086B9; */
    width: 60px;
    height: 60px;
    padding: 20px 5px;
    margin-left: -45px;
    left: -35px;
  }

  .tmln-style .tmln-labels.tmln-label-mes span {  
    width: 44px;
    height: 44px;
    font-size: 14px;
    padding-top: 14px;
  }

  .tmln-style.tmln-alternate .tmln-timeline-label-block .tmln-labels span {
    margin: 0;
  }

  .tmln-style.tmln-right-align .tmln-labels span {
    left: auto;
    right: -35px;
    margin-left: 0;
    margin-right: -45px;
  }

  .tmln-style .tmln-timeline-content-inner {
    display: block;
    /* padding: 30px; */
    padding: 0px;
    position: relative;
    -webkit-border-radius: 14px;
    /* border-radius: 14px; */
    border-radius: 5px;
    background: #ffffff;
    /* border: 2px solid #6086B9; */
    border: 2px solid #D5DBDB;
    /* cursor: pointer; */
    /* min-height: 140px; */
    min-height: 120px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;    
  }

.tmln-timeline-content-inner .clock strong, em {
    font-size: 13px!important;
}

.tmln-style .tmln-timeline-block.active .tmln-timeline-content-inner {
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    border-color: #ea837b;
}

  .tmln-style .tmln-timeline-block.active .tmln-timeline-content-inner:before {
    border-right-color: #ea837b !important;
  }

  .tmln-style.tmln-alternate .tmln-timeline-block.active.tmln-odd-item .tmln-timeline-content-inner::before {
    border-left-color: #ea837b !important;
  }

  .tmln-style .tmln-timeline-block.active .tmln-timeline-img {
    color: #ea837b;
  }

  .tmln-style .tmln-timeline-block.active .tmln-timeline-img span {
    box-shadow: 0 0 0 2px #ea837b;
    -webkit-box-shadow: 0 0 0 2px #ea837b;
  }

  .tmln-style .tmln-timeline-content-inner .media-section {
    width: 100%;
    max-height: 350px;
    overflow: hidden;
    margin-bottom: 20px;
  }

  .tmln-style .tmln-timeline-content-inner .media-section iframe {
    max-width: 100%;
    max-height: 350px;
  }

  .tmln-style .tmln-timeline-content-inner .text-content {
    text-align: left;
    position: relative;
    /* left: 10px; */
    left: 0px;
    display: block;
    padding: 15px;
  }

  .tmln-style .tmln-timeline-content-inner .text-content * {
    transition: all 0.2s ease-in;
  }
  .tmln-style .tmln-timeline-content-inner .text-content:hover * {
    color: #6086B9 !important;
  }

  .tmln-style .tmln-timeline-content-inner .text-content strong,
  .tmln-style .tmln-timeline-content-inner .tmln-date strong {
    display: block;
    /* font-weight: 800; */
    color: #6f6f6f;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 18px;
  }

  .tmln-style .tmln-timeline-content-inner .tmln-date strong {
    /* transition: all 0.2s ease-out; */
  }

  .tmln-style .tmln-timeline-content-inner .tmln-date strong:hover {
    /* color: #6086B9; */
  }

  .tmln-style .tmln-timeline-content-inner .text-content em,
  .tmln-style .tmln-timeline-content-inner .text-content a,
  .tmln-style .tmln-timeline-content-inner .tmln-date em,
  .tmln-style .tmln-timeline-content-inner .tmln-date a {
    display: block;
    font-style: normal;
    margin-bottom: 2px;
    color: #888;
    font-size: 16px;
  }
  .tmln-style .tmln-timeline-content-inner .tmln-date a {
    display: block;
  }
  .tmln-style .tmln-timeline-content-inner .tmln-date em {
    font-size: 15px;
  }

  .tmln-style .tmln-timeline-content-inner .tmln-date a {
    font-size: 16px;
    transition: all 0.2s ease-out;
  }

  .tmln-style .tmln-timeline-content-inner .tmln-date a:hover {
    color: #6086B9 !important;
  }


  .tmln-style .tmln-timeline-content-inner img {
    width: 85px;
    height: 85px;
    object-fit: cover;
    float: left;
    border-radius: 14px;
  }

  .tmln-style .tmln-timeline-content-inner::before,
  .tmln-style .tmln-timeline-content-inner::after {
    content: "";
    border-style: solid;
    border-color: transparent;
    position: absolute;
  }

  .tmln-style .tmln-timeline-content-inner::before {
    border-width: 10px 11px 10px 0;
    /* border-right-color: #6086B9; */
    border-right-color: #D5DBDB;
    left: -12px;
    top: 13px;
  }

  .tmln-style .tmln-timeline-content-inner::after {
    border-width: 8px 9px 8px 0;
    border-right-color: #ffffff;
    left: -9px;
    top: 15px;
  }

  .tmln-style.tmln-right-align .tmln-timeline-content-inner::before {
    border-width: 10px 0 10px 11px;
    border-left-color: #6086B9;
    left: auto;
    right: -12px;
  }

  .tmln-style.tmln-right-align .tmln-timeline-content-inner::after {
    border-width: 8px 0 8px 9px;
    border-left-color: #ffffff;
    right: -9px;
    left: auto;
  }

  @media only screen and (min-width:679px) {
    .tmln-date-opposite {
      margin-left: 203px;
    }
    .tmln-left-align.tmln-date-opposite {
      margin-left: 203px;
    }
    .tmln-right-align.tmln-date-opposite {
      margin-right: 203px;
      margin-left: 0;
    }
    .tmln-style.tmln-alternate .tmln-timeline-content,
    .tmln-style.tmln-date-opposite .tmln-timeline-content {
      width: calc(50% - 50px);
      /* width: calc(50% - 70px); */
    }
    .tmln-style.tmln-date-opposite .tmln-date {
      /* left: -248px; */
      /* left: -270px; */
      /* line-height: 56px; */
      /* width: 160px; */
      width: 100%;
      right: calc(100% + 102px);
      /* background-color: #00f; */
    }
    .tmln-style.tmln-date-opposite.tmln-right-align .tmln-date,
    .tmln-style.tmln-date-opposite.tmln-alternate .tmln-timeline-block.tmln-odd-item .tmln-date {
      /* right: -248px; */
      /* right: -270px; */
      left: auto;
      text-align: left;
      width: 100%;
      left: calc(100% + 102px);
      /* background-color: #00f; */
      position: relative;
      margin-top: -80px;
    }
    .tmln-style.tmln-right-align .tmln-date {
      left: auto;
      right: 0;
    }
    
    .tmln-style.tmln-alternate .tmln-odd-item .tmln-timeline-content-inner::before {
      border-width: 10px 0 10px 11px;
      /* border-left-color: #6086B9; */
      border-left-color: #D5DBDB;
      left: auto;
      right: -12px;
    }
    .tmln-style.tmln-alternate .tmln-odd-item .tmln-timeline-content-inner::after {
      border-width: 8px 0 8px 9px;
      border-left-color: #ffffff;
      right: -9px;
      left: auto;
      top: 15px;
    }
  }

  @media only screen and (max-width:1200px) {
    .tmln-style {
      margin-left: 45px;
    }
    .tmln-style.tmln-right-align {
      margin-left: 0;
      margin-right: 45px;
    }
  }

  @media only screen and (max-width:678px) {
    .tmln-style.tmln-responsive-right .tmln-labels span {
      left: auto;
      right: -47px
    }
    .tmln-style.tmln-responsive-right .tmln-timeline-block::before {
      margin-right: -1px;
    }
    .tmln-style.tmln-responsive-right .tmln-timeline-img {
      margin-right: -28px;
    }
    .tmln-style.tmln-alternate .tmln-timeline-label-block .tmln-labels span {
      /* margin-left: -45px; */
      margin-left: -35px;
    }
    .tmln-style.tmln-alternate .tmln-timeline-label-block .tmln-label-mes span {
      margin-left: -27px;
    }
    .tmln-style.tmln-responsive-right .tmln-labels span,
    .tmln-style.tmln-alternate.tmln-responsive-right .tmln-labels span {
      right: -35px;
      margin-right: -45px;
      left: auto;
      margin-left: 0;
    }
    .tmln-style.tmln-responsive-right {
      margin-left: 0;
      margin-right: 45px;
    }

    .tmln-style.tmln-responsive-right .tmln-timeline-content-inner::before {
      border-width: 10px 0 10px 11px;
      border-left-color: #6086B9;
      left: auto;
      right: -11px;
    }
    .tmln-style.tmln-responsive-right .tmln-timeline-content-inner::after {
      border-width: 8px 0 8px 9px;
      border-left-color: #6086B9;
      right: -8px;
      left: auto;
    }
  }
/* //#endregion */

/* //#region Timeline Header */
  .tmln-header {
    background-color: #6086B9;
    border-bottom: 3px solid #446899;
    color: #fff;
    text-align: center;
    position: fixed;
    width: 100%;
    height: 100px;
    left: 0;
    top: 0;
    z-index: 99;
  }
  .tmln-header h1 {
    margin: 0;
    color: #fff;
    font-weight: normal;
    font-size: 28px;
    padding-top: 18px;
    text-transform: uppercase;
  }

  @media (max-width: 400px) {
    .tmln-header h1 {
      font-size: 19px;
    }
  }
/* //#endregion */

/* //#region Timeline Diagram */
  .tmln-diagram-mask {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .85);
    width: 100%;
    height: 100%;
    display: none;
    z-index: 96;
  }

  .tmln-diagram-close {
    position: fixed;
    right: 0;
    top: 100px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #000;
    cursor: pointer;
    z-index: 100;
    display: none;
  }

  .tmln-diagram {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    z-index: 98;
    text-align: center;
    overflow: auto;
    overflow-y: hidden;
  }

  .tmln-diagram::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
    background-color: #FFF;
  }

  .tmln-diagram::-webkit-scrollbar {
    width: 8px;
    background-color: #FFF;
  }

  .tmln-diagram::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.4);
    border-radius: 8px;
    background-color: #EEE;
  }

  .tmln-timeline-block.tmln-active {
    z-index: 97;
  }
  .tmln-style .tmln-timeline-block.tmln-active::before {
    height: calc(100% - 40px);
  }
/* //#endregion */

/* //#region Ajustes */
.tmln-style .tmln-timeline-block:last-child .tmln-labels{
	padding-top: 0;
}
.tmln-style {
	padding-bottom: 0;
}
/* //#endregion */

/* //#region Ajuste Felipe */
.tmln-timeline-obj {
    clear: both;
    height: 0px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
}

.tmln-timeline-obj .tmln-timeline-obj-inner {
    margin: 10px 0px;
    padding: 20px 0;
    border: 1px solid #eee;
    border-left: 0;
    border-right: 0;
    box-shadow: inset 0px 8px 8px -10px #CCC, inset 0px -8px 8px -10px #CCC;
    -webkit-box-shadow: inset 0px 8px 8px -10px #CCC, inset 0px -8px 8px -10px #CCC;
    -moz-box-shadow: inset 0px 8px 8px -10px #CCC, inset 0px -8px 8px -10px #CCC;
    text-align: center;
}


/*COMEÇO CSS COMENTARIOS PROCESSOS*/

.portlet {
    margin-bottom: 15px;
}

.btn-white {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff;
}

.portlet {
    border: 1px solid;
}

    .portlet .portlet-heading {
        padding: 0 15px;
    }

        .portlet .portlet-heading h4 {
            padding: 1px 0;
            font-size: 16px;
        }

        .portlet .portlet-heading a {
            color: #fff;
        }

            .portlet .portlet-heading a:hover,
            .portlet .portlet-heading a:active,
            .portlet .portlet-heading a:focus {
                outline: none;
            }

    .portlet .portlet-widgets .dropdown-menu a {
        color: #333;
    }

    .portlet .portlet-widgets ul.dropdown-menu {
        min-width: 0;
    }

    .portlet .portlet-heading .portlet-title {
        float: left;
    }

        .portlet .portlet-heading .portlet-title h4 {
            margin: 10px 0;
        }

    .portlet .portlet-heading .portlet-widgets {
        float: right;
        margin: 8px 0;
    }

        .portlet .portlet-heading .portlet-widgets .tabbed-portlets {
            display: inline;
        }

        .portlet .portlet-heading .portlet-widgets .divider {
            margin: 0 5px;
        }

    .portlet .portlet-body {
        padding: 15px;
        background: #fff;
    }

    .portlet .portlet-footer {
        padding: 10px 15px;
        background: #e0e7e8;
    }

        .portlet .portlet-footer ul {
            margin: 0;
        }

.portlet-green,
.portlet-green > .portlet-heading {
    border-color: #16a085;
}

    .portlet-green > .portlet-heading {
        color: #fff;
        background-color: #16a085;
    }

.portlet-orange,
.portlet-orange > .portlet-heading {
    border-color: #f39c12;
}

    .portlet-orange > .portlet-heading {
        color: #fff;
        background-color: #f39c12;
    }

.portlet-blue,
.portlet-blue > .portlet-heading {
    border-color: #2980b9;
}

    .portlet-blue > .portlet-heading {
        color: #fff;
        background-color: #2980b9;
    }

.portlet-red,
.portlet-red > .portlet-heading {
    border-color: #e74c3c;
}

    .portlet-red > .portlet-heading {
        color: #fff;
        background-color: #e74c3c;
    }

.portlet-purple,
.portlet-purple > .portlet-heading {
    border-color: #8e44ad;
}

    .portlet-purple > .portlet-heading {
        color: #fff;
        background-color: #8e44ad;
    }

.portlet-default,
.portlet-dark-blue,
.portlet-default > .portlet-heading,
.portlet-dark-blue > .portlet-heading {
    border-color: #34495e;
}

    .portlet-default > .portlet-heading,
    .portlet-dark-blue > .portlet-heading {
        color: #fff;
        background-color: #34495e;
    }

.portlet-basic,
.portlet-basic > .portlet-heading {
    border-color: #333;
}

    .portlet-basic > .portlet-heading {
        border-bottom: 1px solid #333;
        color: #333;
        background-color: #fff;
    }

@media(min-width:768px) {
    .portlet {
        margin-bottom: 30px;
    }
}

.img-chat {
    width: 40px;
    height: 40px;
}

.text-green {
    color: #16a085;
}

.text-orange {
    color: #f39c12;
}

.text-red {
    color: #e74c3c;
}

p {
    margin-top: 15px;
}

.icon {
    width: 45px;
    height: 45px;
    background-color: #3498db;
    color: white;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    text-align: center;
    float: left;
    margin-right: 10px;
}

/* //#endregion */
