/* REPORTES / REPORTE DE CONEXIONES */
#reportConnections #app.container-fluid {
  padding-left: 1.5rem;
  padding-right: 1rem;
}

#operatingPanel .row,
#reportConnections .row {
  margin-right: 0rem;
  margin-left: 0rem;
}

#operatingPanel .data-dashboard,
#reportConnections  .data-dashboard {
  padding-left: 90px;
}

#operatingPanel .data-dashboard .data-dashboard-img,
#reportConnections  .data-dashboard .data-dashboard-img {
  height: 75px;
  width: 75px;
}

#operatingPanel .iconsGrid,
#reportConnections .iconsGrid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 10px;
}

#operatingPanel .card.shadow.mb-4,
#reportConnections .card.shadow.mb-4 {
  width: 100%;
}

#operatingPanel .h7.font-weight-normal.text-gray-600.mb-0,
#reportConnections .h7.font-weight-normal.text-gray-600.mb-0 {
  line-height: 21px;
}

#reportConnections a.centeredBox {
  height: 75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#operatingPanel .card-body.row.align-items-center,
#reportConnections .card-body.row.align-items-center {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

#reportConnections td.online {
  color: #3cb8be;
  font-weight: 500
}

#reportConnections td.offline {
  color: #98A4B4;
}

#reportConnections td.offline i.fas.fa-circle,
#reportConnections td.online i.fas.fa-circle{ 
  padding-right: 0.5rem;
  font-size: 0.75rem;
}

#operatingPanel span.data-dashboard-img img,
#reportConnections span.data-dashboard-img img{
  max-height: 45px;
  max-width: 60px;
}

#reportConnections .last-report{
  font-size: 0.9rem;
  position: relative;
  top: 3px;
}


@media (max-width:1340px){
  #operatingPanel .iconsGrid,
  #reportConnections .iconsGrid{
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width:993px){
  #reportConnections #info-report{
    flex-direction: column;
  }

  .photo-content{
    flex: 0 0 50%!important;
    max-width: 50%!important;
  }

  #alert_list #alertboxes.no-alerts{
    margin-top: calc(100vh - 400px);
  }
}

/* LOGIN */

body#login img.logo{
  max-width: calc(100%);
}

body#login .row.justify-content-center.align-content-center {
  height: 100vh;
}

body#login.bg-gradient-secondary .container {
  margin: auto;
}

.w50p{
  width: 50vw;
}

body#login.bg-gradient-secondary .container-circle .circle{
  height: 62vh;
  width: 62vh;
  border-radius: 62vh;
  border: 4px dashed #4dc9cf;
  position: fixed;
  right: calc(20vh);
  top: calc(50vh - 31vh);
  z-index: -1;
}

.rotate-center {
	-webkit-animation: rotate-center 15s linear infinite ;
	        animation: rotate-center 15s linear infinite ;
}

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@media (max-width:768px){
  body#login.bg-gradient-secondary .container .container-circle.col.w50p{
    display: none;
  }
}

@media (max-height: 514px){
  .circle.rotate-center.m-0 {
    display: none;
  }
}

/* ALERTAS - alert/list */

#alert_list #zero-alerts{
  display: none; /* Sacar luego */
  width: 100%;
  overflow-x: auto;
  background-color: #e7f5f6;
  border-radius: 10px;
  height: calc(100vh - 234px);
  position: absolute;
  top: 0px;
  z-index: 10;
}

#alert_list #zero-alerts #good-work-drawing{
  height: 300px;
}

#alert_list #zero-alerts #good-work-text{
  margin-left: 30px;
}

#alert_list #zero-alerts #good-work-text h3{
  font-size: 25px;
  font-weight: 600;
  color: #3cb8be;
}

#alert_list #zero-alerts #good-work-container{
  height: calc(100vh - 234px);
}

@media (max-height: 560px){
  #alert_list #zero-alerts #good-work-drawing{
    height: calc(100vh - 234px);
  }
}

@media (max-width: 645px){
  #alert_list #zero-alerts #good-work-container {
    flex-direction: column;
  }

  #alert_list #zero-alerts #good-work-container #good-work-text {
    margin-top: 20px;
  }
}

/* BARRA NAVEGACIÓN RESPONSIVA / index.html */

.nav{
  flex-wrap: nowrap;
}

nav.navbar.topbar a img.logo {
  height: 35px;
}

#content{
  padding-top: 70px;
}

header.header {
  margin-bottom: 0!important;
}

.header-submenu{
  top: 70px;
}

.navbar{
  height: 70px;
  width: 100%;
  position: relative;
}

.navbar> .nav-header {
  display: inline;
}

.navbar> .nav-header > .nav-logo {
  display: inline-block;
  padding: 10px;
}

.navbar> #sidebarToggleTop {
  display: none;
}

.navbar> .nav-links {
  width: 75vw;
  /* display: flex;
  justify-content: space-between; */
}

.navbar> .nav-links {
  display: flex;
}

.navbar> .nav-links > a {
  display: inline-block;
  padding: 13px 10px;
  text-decoration: none;
  color: #efefef;
}

.navbar> .nav-links > a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.navbar> #nav-check {
  display: none;
}

.header .nav-tabs .nav-link.active::after {
  position: absolute;
  left: 15%;
  right: 15%;
  width: 70%;
}

header .container-fluid #tabAdministratorSubMenu{
  min-width: 1000px;
}

#tabAdministratorSubMenu.owl-carousel .owl-stage-outer .owl-stage div.owl-item {
  max-width: fit-content !important;
}

#page-top .topbar .dropdown-menu .nav-link {
  height: 2.6rem;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
  border-radius: 0;
}

.containers {
  margin-top: 0px!important;
}

#lateral-filter::-webkit-scrollbar {
  display: none;
}

.slide-left {
	-webkit-animation: slide-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

 @-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(580px);
            transform: translateX(580px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes slide-left {
  0% {
    -webkit-transform: translateX(580px);
            transform: translateX(580px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.slide-right {
	-webkit-animation: slide-right 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-right 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

 @-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(580px);
            transform: translateX(580px);
  }
}
@keyframes slide-right {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(580px); 
            transform: translateX(580px);
  }
}       

#profile-form .card-columns{
  column-count: 2;
}

.medium{
  font-size:90%;
}

.table th.no-border-top,
.table td.no-border-top{
  border-top: unset;
}

.card-header-grey,
.card-header-white{
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  border-bottom: 1px solid #e3e6f0;
}

.card-header-grey {
  background-color: #f4f9fa;
}

.card-header-white {
  background-color: white;
}

.rounded-circle{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.photo-content{
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

/*  RESPONSIVOS  */
@media (max-width: 1750px){ 
  .medium{
    display: grid;
  }
}

@media (min-width: 1750px){
  .table tr.medium td.no-border-top{
    border-top: 1px solid #e3e6f0;
  }
}
  

@media (max-width: 1175px){ 
  div#app div#dashboard .row.dash .card .data-dashboard .h2.text-dark{
    font-size: 40px;
  }
}

@media (max-width: 1240px){ 
  li.nav-item a#userDropdown span.mr-3 {
    display: none!important;
  }

  .navbar> .nav-links {
    width: auto;
  }

  nav.navbar.topbar a img.logo {
    height: 35px;
  }
}

@media (max-width: 1200px){ 
  #users-panel .col-xl-4.col-lg-3{
    max-width: 33%;
    flex: 0 0 33%;
  }
}

@media (max-width: 800px){ 
  #users-panel .col-xl-4.col-lg-3{
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 1.2rem;
  }
}

@media (max-width: 1095px){ 

  div#app div#dashboard .row.dash .data-dashboard .data-dashboard-img {
      height: 65px;
      width: 65px;
  }
  
  div#app div#dashboard .row.dash .data-dashboard {
      padding-left: 85px;
  }

  div#app div#dashboard .row.dash .data-dashboard .h6 {
    font-size: 14px;
  }

  div#app div#dashboard .row.dash .card .data-dashboard .h2.text-dark{
    font-size: 36px;
  }
    
}

@media (max-width: 1050px){
  .header .nav-tabs .nav-link{
    padding: 0.85rem 0.5rem;
  }
}

@media (max-width: 993px){ 
  .medium{
    display: table-row;
  }
  .table tr.medium td.no-border-top{
    border-top: 1px solid #e3e6f0;
  }
}

@media (max-width: 934px){ 
  ul#menu_modules li.nav-item a.nav-link {
    font-size: 0px;
  }

  ul#menu_modules li.nav-item a.nav-link i.fas{
    font-size: 20px;
    margin: 0!important;
  }

  ul#menu_modules li.nav-item ul.dropdown-menu.show a.nav-link {
    font-size: 14px !important;
  }

  div#app div#dashboard .row.dash{
       flex-direction: column;
   }

   div#app div#dashboard .row.dash .col-md-6{
     min-width: 100%!important;
   }

   div#app div#dashboard .row.dash .data-dashboard .data-dashboard-img {
    height: 88px;
    width: 88px;
  }

  div#app div#dashboard .row.dash .data-dashboard {
      padding-left: 110px;
  }

  div#app div#dashboard .row.dash .data-dashboard .h6 {
    font-size: 18px;
  }

  div#app div#dashboard .row.dash .card .data-dashboard .h2.text-dark{
    font-size: 48px;
  }
}

@media (max-width:685px) {
  .navbar-expand .navbar-nav .dropdown-menu {
    position: fixed;
    top: calc(5*5.2rem);
  }
  .navbar> #sidebarToggleTop {
    display: inline-block;
    position: relative;
    right: 0px;
    top: 0px;
    background-color: #4dc9cf;;
  }

  .navbar> #sidebarToggleTop > label > i.fa-times,
  .navbar> #sidebarToggleTop > label > i.fa-bars{
    color: white;
    position: absolute;
    right: 12px;
    top: 11px;
  }
  .navbar> #sidebarToggleTop > label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 13px;
    position: relative;
    right: 24px;
    bottom: 6px;
  }

  .navbar> #sidebarToggleTop:hover{
    border: 1px solid #4dc9cf;
  }

  .navbar> #sidebarToggleTop > label:hover > i.fa-times,
  .navbar> #sidebarToggleTop > label:hover > i.fa-bars{
    color: #4dc9cf;
  }

  .navbar> .nav-links {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #f4f9fa; /* or white */
    border-top: #3cb8be 1px solid;
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 70px;
    left: 0px;
  }
  .navbar> .nav-links > a {
    display: block;
    width: 100%;
  } 
  
  .navbar> input#nav-check[type="checkbox"]:checked ~ .nav-links {
    height: calc(100vh - 70px);
    overflow-y: auto;
  }  

  #sidebarToggleTop #icon-check{
    position: relative;
    left: 6px;
    top: -5px;
  }

  .navbar > .nav-links > #menu_modules{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .navbar-expand .navbar-nav{
    justify-content: space-around;
  }

  ul#menu_modules li.nav-item a.nav-link {
    font-size: 14px  !important;
  }
  
  ul#menu_modules li.nav-item a.nav-link i.fas{
    font-size: 13px;
    margin: 0 13px!important;
  }

  #page-top .dropdown-menu.tablist {
    position: static;
  }

  #page-top ul.dropdown-menu.show {
    width: 100%;
    margin: auto;
  }

  #profile-form .card-columns{
    column-count: 1;
  }
}

@media (min-width: 576px){
  .topbar .dropdown .dropdown-menu {
    min-width: 197px;
    width: max-content;
  }
}

@media (max-width:590px) {
  #operatingPanel .button-group,
  #reportConnections .button-group{
    margin-top: 1rem;
  }
}

@media (max-width:580px) {
  #reportOperators .button-group {
    margin-top: 1rem;
  }
}

@media (max-width:575px) {
  #alert_list .button-group>.btn-group,
  #alert_list .button-group>a.btn,
  #reportTriads .button-group,
  #reportVehicles .button-group,
  #reportAlerts .button-group,
  #reportDrivers .button-group {
    margin-top: 1rem;
  }
}

@media (max-width:560px) {
  #operatingPanel .iconsGrid,
  #reportConnections .iconsGrid {
    grid-template-columns: 1fr;
  }

  .slide-left {
    -webkit-animation: slide-left 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: slide-left 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  }
}

.f085 {
  font-size: 0.85rem;
}

.w-200 {
  max-width: 200px;
}

.w-200>a{
  padding-left: 10px!important;
  padding-right: 10px!important;
}

.w-100min{
  min-width: 100px!important;
}

img.icon-list.icon-status {
  height: 1.2rem;
  width: 50px;
}

img.icon-list.icon-enrol {
  height: 1.3rem;
  width: 95px;
}

img.icon-list.icon-photo {
  height: 1.3rem;
  width: 70px;
}

@media (max-width:530px) {
  div.container-fluid{
    padding-left: 1rem!important;
    padding-right: 1rem!important;
  }
  
  .not-show{
    display: none;
  }

  .capitalize-it{
    text-transform: capitalize;
    padding: 16px 12px!important;
  }

  a#create-alert-level, a#add-alert-list-tab, a#create-company-level, a#create-triad-list, a#add-triad-form {
    min-width: 100px;
  }
}

@media (min-width: 1140px){ 

  .navbar> .nav-links {
    width: auto; /*74vw*/
    display: flex;
    justify-content: space-between;
  }
  
  .header .nav-tabs .nav-link {
    padding: .85rem 1rem;
  }
  
  nav.navbar.topbar a img.logo {
    height: 50px;
  }
  
}

/* GRILLA ADMINISTRACION - LISTA DE USUARIOS */

#grid-user-list{
  display: grid ;
  grid-template-areas: "tabadmin . buttons download";
  grid-template-rows: 1fr;
  grid-template-columns: 300px auto 390px 319px;
  width: 100%;
}

ul#tabAdmin{
  grid-area: tabadmin;
}

div#user-buttons{
  grid-area: buttons;
  max-height: 39px!important;
}

div#download-excel{
  grid-area: download;
  max-height: 39px!important;
}

@media (max-width: 915px){ 
  #grid-user-list{
    grid-template-areas:  "buttons  .    . " 
                          "tabadmin . download";
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 390px auto 172px;
  }

  div#user-buttons{
    margin: 16px 0 0 !important;
  }

  ul#tabAdmin{
    padding-top: 10px !important;
  }

  div#download-excel{
    margin-top: 10px !important;
  }
}


@media (max-width: 620px){ 
  #grid-user-list{
    grid-template-areas:  "buttons buttons buttons" 
                          "tabadmin . download";
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 300px auto 172px;
  }
}

@media (max-width: 576px){ 
  #log .button-group{
    margin-top: 20px;
  }
}

@media (max-width: 530px){ 
  #grid-user-list{
    grid-template-columns: 182px auto 133px;
  }
}

@media (max-width: 420px){ 
  div#user-buttons{
    min-height: 58px!important;
 }
}

#app_modal_avatar #avatarModal img.avatarModal_img{
  max-width: 466px;
  max-height: 370px;
}

#app_modal_avatar #avatarModal input.custom-file-input,
#app_modal_avatar #avatarModal label.custom-file-label{
  width: calc(100% - 120px);
}

.custom-file-label::after{
  content: "Buscar";
}

tr.medium:nth-child(1) td.no-border-top{
  border-top: none;
}

/* RECUPERAR CONTRASEÑA (pasar a .css)*/
.flip-box {
  /* width: 100%; */
  max-width: 540px;
  perspective: 5000px;
}

.flip-box-inner {
  transition: transform 0.8s;
  transform-style: preserve-3d;
  height: 80px !important;
}

.flip-box-front,
.flip-box-back {
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-back {
  transform: rotateY(180deg);
}

.flip-box .flip-box-inner.click {
  transform: rotateY(180deg);
  transform-style: preserve-3d;
}

@media (max-width:768px){
  body#login .flip-box {
    width: 100%;
    max-width: unset;
  }
}

/* PANEL OPERATIVO */

.borderRed{
  border: red solid 1px;
}

.custom-file,
.custom-file input,
.custom-file-label{
  height: calc(1.85em + .75rem + 3.5px);
}

.custom-file-label::after{
  height: 100%;
}

.custom-file-label,
.custom-file-label::after{
 padding: 0.55rem .75rem;
}

.opacity-0{
  opacity: 0;
}

/* Reporte de transportistas */

.progress-report{
  display: flex;
  align-items: center;
}

.bar-shadow{
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}

.borderRed{
  border: red solid 1px;
}

.text-align-end{
  text-align: end;
}

.text-align-center{
  text-align: center;
}

.border-bottom-none{
  border-bottom: unset;
}

.ranking-position{
  background-color: #f6fbf5;
  color: #61C5C9;
  font-weight: 600;
  font-size: 16px;
  max-width: max-content;
  border-radius: 40px;
  min-height: 40px!important;
  min-width: 40px!important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
}

.ranking-prom{
  background-color: #EDF2F9;
  color: #61C5C9;
  font-weight: 500;
  padding: 2px 10px;
  border-radius: 23px;
  width: max-content;
}

#report-carrier{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "rank-table graphic-icr";
  column-gap: 10px;
}

#report-carrier #rank-table{
  grid-area: "rank-table";
} 

#report-carrier #graphic-icr{
  grid-area: "graphic-icr";
}

@media (max-width: 990px){
  #report-carrier{
    display: grid;
    grid-template-columns: 1fr;      
    grid-template-rows: auto auto;
    grid-template-areas:"graphic-icr"
                        "rank-table";
  }
  
  #wrapper #content-wrapper{
    overflow: initial;
  }

  #report-heading{
    flex-direction: column;
  }

  #report-heading h1,
  #report-heading p{
    text-align: left!important;
  }  
}

@media (min-width:685px) {
  .dropdown-menu{
      max-height: calc(100vh - 75px );
    overflow-y: scroll;
  }

}

::-webkit-scrollbar{
width: 6px;
height: 8px;
background-color: #d1d3e2;
}

::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px #d1d3e2;
border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
background: rgba(60,184,190,0.9);
border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: rgb(60,184,190);
}

body::-webkit-scrollbar{
width: 10px;
height: 8px;
background-color: #d1d3e2;
}

/* REPORTE DE RECONOCIMIENTO */
.bg-light{
  background-color: #F4F9FA;
}

.card .card-body.principal,
#recognition-graphics .principal{
    border-radius: .5rem;
    background-image: linear-gradient(104deg, #3CB8BE 25%, #89CFD2 82%);
  }

.bg-none{
  background-color: unset;
}

#graphic_motive_pie{
 /*  mix-blend-mode: multiply; */ /* color-burn darken; */
}

#recognition-kpis,
#recognition-tables,
#recognition-graphics{
  box-shadow: 0 .15rem 1.75rem 0 rgba(53,55,81,.25);
  border-radius: 1rem;
  padding: 1.5rem 1rem 0rem;
  margin: 0 0 2rem 0;
}

.card .card-body.principal .row,
#recognition-graphics .principal .content{
  background-image: url(/static/img/curve.svg);
  background-repeat: no-repeat;
  background-origin: border-box;
}

.card .card-body.principal .row{
  background-position: 97% 0%;
}

#recognition-graphics .principal .content{
  background-position: 100% 100%;
  background-size: 370px;
}

/* VISUAL */
#visualPanel .data-dashboard .data-dashboard-img {
  height: 58px;
  width: 58px; 
}

#visualPanel .data-dashboard .data-dashboard-img {
  padding: 12px;
}

#visualPanel .data-dashboard{
  display: flex;
  align-items: center;
  padding-left: 90px;
}

#visualPanel #app.container-fluid {
  padding-left: 1.5rem;
  padding-right: 1rem;
}

#visualPanel .row {
  margin-right: 0rem;
  margin-left: 0rem;
}

#visualPanel .iconsGrid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 10px;
}

#visualPanel .card.shadow.mb-4 {
  width: 100%;
}

#visualPanel .h7.font-weight-normal.text-gray-600.mb-0 {
  line-height: 21px;
}

#visualPanel a.centeredBox {
  height: 75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#visualPanel .card-body.row.align-items-center {
  padding: 1rem;
}

#visualPanel span.data-dashboard-img img{
  max-height: 45px;
  max-width: 60px;
}

/* #reportConnections .last-report{
  font-size: 0.9rem;
  position: relative;
  top: 3px;
}
 */

@media (max-width:1340px){
  #visualPanel .iconsGrid{
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width:993px){
  #reportConnections #info-report{
    flex-direction: column;
  }
}

.small-text{
  font-size: 0.75rem;
  position: relative;
  bottom: 5px;
}

#visualPanel .data-dashboard .text-dark{
  font-weight: 600;
  font-size: 35px;
}

#visualPanel .data-dashboard .percentage-text{
  position: relative;
  top: 7px;
  margin-left: 10px;
}

#visualPanel .data-dashboard .title-text{
  position: relative;
  top: 4px;
}

#visualPanel i.fas.fa-circle{ 
  /* padding-right: 0.5rem; */
  font-size: 0.75rem;
}

/*
.visual nav.navbar.topbar a img.logo{
  height: 36px;
}

@media (min-width: 1140px){
  .visual .navbar> .nav-links {
      display: flex;
      justify-content: flex-end;
  }
}

.navbar-icon{
  height: 28px;
  width: 28px;
}

.visual .data-dashboard-img.bg-primary{
  height: 40px;
  width: 40px;
} 

ul.list-inline.pagination li.page-item:first-of-type a{
  margin-right: 12px;
}
ul.list-inline.pagination li.page-item:first-of-type a::before{
  margin-right: 6px;
  content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" height="0.75rem" viewBox="0 0 512 512"><path d="M41.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 256 246.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160zm352-160l-160 160c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L301.3 256 438.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0z"/></svg>');
  width: 12px; 
  height: 12px;
}
ul.list-inline.pagination li.page-item:first-of-type a::before path {
  fill: #3cb8be;
}
ul.list-inline.pagination li.page-item:last-of-type a{
  margin-left: 12px;
}

ul.list-inline.pagination li.page-item.active a{
  border-radius: 8px;
  background-color: #3cb8be;
  color: white;
}

ul.list-inline.pagination li.page-item:not(.active) a{
  color: #3cb8be;
  background-color: #DCEEDE;
}

ul.list-inline.pagination li.page-item:not(:first-child):not(:last-child){
  background-color: #DCEEDE;
}

ul.list-inline.pagination li.page-item:first-of-type a,
ul.list-inline.pagination li.page-item:last-of-type a{
  border: #3cb8be solid 1px;
  color: #3cb8be;
  border-radius: 8px;
  background-color: white;
} */
