/*!
 * Custom stylesheet for ICoSIA website
 * Created by Jaybaeta (https://github.com/jaybaeta) on 2017
 * Modified by Wildan (https://github.com/w1lldone) and Rafieiy (https://github.com/davieiycode) on 2019-2023
 */

/* MAGNIFYING GLASS by w3schools (https://www.w3schools.com/howto/howto_js_image_magnifier_glass.asp) */

* {box-sizing: border-box;}

.img-magnifier-container {
  position: relative;
}

.img-magnifier-glass {
  position: absolute;
  border: 3px solid #000;
  border-radius: 50%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 100px;
  height: 100px;
}

/* CUSTOM HEADINGS */

h1, h2, h3, h4, h5, h6 {
  font-family: 'Dosis' !important;
  text-transform: uppercase;
  font-weight: 800;
}

h1 {
  text-align: center;
  margin: 0.67em 0 !important;
  font-size: 40px !important;
}

/* JUMBOTRON */

.jumbotron {
  min-height: 400px;
}

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #3c74ac;
  background-color: #f7f7f9;
  border-radius: 0.25rem;
}

/* NAVBAR */

/*.dropdown-item.disabled-item,
.nav-link.disabled-item {
  color: #6c757d50;
  background-color: transparent;
  cursor: not-allowed;
  pointer-events: none;
}*/

.nav-round {
  color: #fff;
  background-color: #0078d4;
  padding: 1rem;
  margin-right: 2rem;
  margin-bottom: 2rem;
  margin-left: auto;
  border-radius: 2rem;
}

/* INDICATOR */
.indicator {
  color: #fff;
  background-color: #0078d4;
  border-radius: 1rem;
}

.indicator-instruction {
  color: #fff;
  background-color: #17a2b8;
  border-radius: 0.25rem;
  cursor: pointer;
}

.indicator-start {
  color: #fff;
  background-color: #0078d4;
  border-radius: 0.5rem 1rem 1rem 0.5rem;
}

.indicator-end {
  color: #fff;
  background-color: #0078d4;
  border-radius: 1rem 0.5rem 0.5rem 1rem;
}

/* BADGE */

.badge-ico-done {
  color: #00B294;
  background-color: rgba(0, 178, 148, 0.123);
}

.badge-ico-process {
  color: #0078d4;
  background-color: #0078d41a;
}

.nav-link:hover .badge-ico-process,
.nav-link.active .badge-ico-done {
  color: #1f73cc !important;
  background-color: transparent !important;
  font-family: 'Dosis' !important;
  text-transform: uppercase;
  font-weight: 800;
  text-decoration: none;
  font-size: 10pt;
  letter-spacing: .5px;
}

.nav-link.active .badge-ico-process,
.nav-link.active .badge-ico-done {
  color: #1f73cc !important;
  background-color: transparent;
  font-family: 'Dosis' !important;
  text-transform: uppercase;
  font-weight: 800;
  text-decoration: none;
  font-size: 10pt;
  letter-spacing: .5px;
}

/* NAV Item */

.nav-item a {
  font-family: 'Dosis' !important;
  text-transform: uppercase;
  font-weight: 800;
  text-decoration: none;
  font-size: 10pt;
  letter-spacing: .5px;
  color: #1f73cc;
}

.nav-item .nav-link:hover {
  border-bottom: 2px solid #1f73cc;
  padding-bottom: 3px;
  color: #1f73cc !important;
}

.nav-item a.active span {
  background: #1f73cc !important;
}

.nav-item a.active {
  border-bottom: 2px solid #1f73cc;
  padding-bottom: 3px;
  color: #1f73cc !important;
}

/* NAV Pills */

.nav-pills {
  font-family: 'Dosis' !important;
  font-weight: 800;
  text-decoration: none;
  font-size: 10pt;
  text-transform: uppercase !important;
  letter-spacing: .5px;
  color: #1f73cc22;
  background-color: rgba(0, 0, 0, 0.15);
  /* border-radius: 5rem; */
  padding: .5rem;
  /* background: rgba(255,255,255,0.22); */
  border-radius: 1rem;
  border: 1px solid rgba(255,255,255,0.25);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}

.nav-pills .nav-link{
  color: #1f73cc;
  text-transform: uppercase;
}

.nav-pills .nav-link:hover{
  background-color: #1f73cc;
  color: white;
  border-radius: 5rem !important;
  border: 1px solid rgba(255,255,255,0.25);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: white !important;
  border-radius: 5rem !important;
  background-color: #40bb6a;
  border: 1px solid rgba(255,255,255,0.25);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}

/* FOOTER */

.footer {
  background-color: #f5f9fd;
  border-top: 1px solid #eaeaf6;
}

/* COLUMNS IN BLUE AREA */

@media (min-width: 992px) {
  .intro-left-col {
    padding-right: 3rem !important;
  }

  .intro-right-col {
    padding-left: 3rem !important;
  }
}

@media (max-width: 991px) {
  .intro-right-col {
    padding-top: 2rem;
  }
}

/* FLOATED CARDS WITHIN CONTENT */

@media (max-width: 575px) {
  .card-float {
    width: 100% !important;
    margin-left: 0 !important;
  }
}

/* IMPORTANT DETAILS */

@media (max-width: 462px) {
  .important-details {
    margin-top: 10px;
  }
}

/* FIX NON-WRAPPING ON LONG ITEMS */

/*@media (max-width: 500px) {
  .dropdown-item {
    white-space: normal;
  }
}*/

/* LIST OF PRESENTERS */

/* Container to scale list on small devices and keep regular container padding on large devices */

@media (min-width: 992px) {
  .presenters-list-container {
    width: 960px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .presenters-list-container {
    width: 1140px;
    max-width: 100%;
  }
}

/* Presenters list headings */

.presenters-list-heading {
  padding: 15px 0;
  margin-left: 0px;
  margin-right: 0px;
}

.presenters-list-heading > .col-sm-12 {
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
}

.presenters-list-heading > .col-sm-12 > h4 {
  margin-bottom: 0;
}

.presenters-list-col-title > h5 {
  margin-bottom: 0;
}

/* Presenters list items */

.presenters-list-item {
  padding: 5px 0;
  margin-left: 0px;
  margin-right: 0px;
}

.presenters-list-item > .col-sm-2,
.schedule-item > .col-sm-8 {
  padding: 0;
}

.presenters-list-item > .col-sm-8 > .row {
  margin-right: -20px;
}

@media (min-width: 992px) {
  .presenters-list-item {
    padding-left: 2%;
  }
}

@media (max-width: 991px) {
  .presenters-list-item {
    border-bottom: 1px solid #e3e3f3;
  }
}

@media (max-width: 767px) {
  .presenters-list-item {
    font-size: 0.95rem;
  }

  .presenters-list-heading > .col-sm-12 > h4 {
    font-size: 1.25rem;
  }
}

@media (max-width: 575px) {
  .presenters-list-item {
    font-size: 0.9rem;
  }
}

/* CONFERENCE PROGRAM */

/* Titles in program nav tabs */

.program-title {
  font-size: 1.5rem;
  font-weight: 500;
}

@media (max-width: 500px) {
  .program-title {
    font-size: 4.5vw !important;
  }
}

/* Schedule headings */

.schedule-heading {
  padding: 25px 0;
  margin-left: 0px;
  margin-right: 0px;
}

.schedule-heading > .col-sm-12 {
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
}

/* Schedule items */

.schedule-item {
  padding: 25px 0;
  margin-left: 0px;
  margin-right: 0px;
  border-bottom: 1px solid #e3e3f3;
}

.schedule-item > .col-sm-2,
.schedule-item > .col-sm-8 {
  padding: 0;
}

.schedule-item > .col-sm-8 > .row {
  margin-right: -20px;
}

@media (min-width: 992px) {
  .schedule-item {
    padding-left: 2%;
  }
}

/* Multiple schedule items in single time slot */

.schedule-multiple-item {
  padding: 25px 0;
  margin-left: 0px;
  margin-right: 0px;
}

.schedule-multiple-item > .col-sm-2,
.schedule-item > .col-sm-8 {
  padding: 0;
}

.schedule-multiple-item > .col-sm-8 {
  padding-left: 0;
}

.schedule-multiple-item > .col-sm-8 > .row {
  margin-right: -20px;
}

@media (max-width: 575px) {
  .schedule-multiple-item {
    border-bottom: 1px solid #e3e3f3;
  }
}

@media (min-width: 756px) {
  .schedule-multiple-item {
    padding-bottom: 0;
  }
}

@media (min-width: 992px) {
  .schedule-multiple-item {
    padding-left: 2%;
  }
}

/* Separator for multiple items */

@media (min-width: 756px) {
  .schedule-item-separator {
    padding-bottom: 25px;
    border-bottom: 1px solid #e3e3f3;
  }
}

/* Event time */

@media (min-width: 576px) {
  .schedule-time {
    margin-bottom: 0;
  }
}

/* Event location */

.schedule-location {
  padding-left: 20px !important;
}

@media (max-width: 575px) {
  .schedule-location {
    padding-left: 0 !important;
  }
}

/* Speaker images */

.program-speaker-img {
  width: 100%;
  margin: auto;
  border-radius: 50%;
  padding: 1%;
}

@media (max-width: 575px) {
  .program-speaker-img {
    width: 135px;
    padding-bottom: 10px !important;
  }

  .program-speaker {
    padding-left: 2% !important;
  }
}

@media (max-width: 1199px) {
  .program-speaker {
    padding: 0;
  }
}

/* REGISTER BUTTON IN NAVBAR */

@media (max-width: 991px) {
  .nav-register {
    position: absolute;
    right: 5.5rem;
    top: 0.6rem;
    padding: 0.55rem 1rem;
    font-family: 'Dosis' !important;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
    font-size: 10pt;
    letter-spacing: .5px;
  }
}

@media (min-width: 992px) {
  .nav-register {
    margin-left: 10px;
    font-family: 'Dosis' !important;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
    font-size: 10pt;
    letter-spacing: .5px;
  }
}

/* SCROLLABLE MENU */

@media (max-width: 991px) {
  .scrollable-menu {
    height: auto;
    max-height: 100vh;
    max-height: 300px;
    overflow-x: hidden;
  }
}

::-webkit-scrollbar {
  width: 0px !important; /* remove scrollbar space */
  background: transparent; /* optional: just make scrollbar invisible */
  -ms-overflow-style: none;
}

/* TUTORIAL IMAGE */

.img-tutorial {
  width: 75%;
  border: 1px solid #eaeaf6;
}

@media (max-width: 991px) {
  .img-tutorial {
    width: 100% !important;
  }
}

/* THE ICoSIA 2020 IN IMAGES AND WORDS */

/* TEXT */

.images-and-words {
  font-weight: 300;
  text-align: center;
  margin-top: auto !important;
  margin-bottom: auto !important;
  padding: 1.25em;
}

@media (min-width: 1200px) {
  .images-and-words {
    font-size: 1.5rem;
  }
}

@media (max-width: 1199px) {
  .images-and-words {
    font-size: 1.3rem;
  }
}

@media (max-width: 991px) {
  .images-and-words {
    font-size: 0.96rem;
  }
}

@media (max-width: 766px) {
  .images-and-words {
    font-size: 0.95rem;
  }
}

@media (max-width: 575px) {
  .images-and-words {
    font-size: 1rem;
  }
}

/* CREATE SPACE BETWEEN MODAL TITLE AND BUTTONS */

@media (min-width: 992px) {
  .modal-title {
    padding-right: 10px;
  }
}

/* FLICKR BUTTON */

.btn-flickr {
  color: #fff;
  background-color: #ff1981;
  border-color: #ff1981;
}

.btn-flickr:hover {
  color: #fff;
  background-color: #e61674;
  border-color: #d9156e;
}

.btn-flickr:focus,
.btn-flickr.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
  box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
}

.btn-flickr.disabled,
.btn-flickr:disabled {
  background-color: #ff1981;
  border-color: #d9156e;
}

.btn-flickr:active,
.btn-flickr.active,
.show > .btn-flickr.dropdown-toggle {
  color: #fff;
  background-color: #e61674;
  background-image: none;
  border-color: #d9156e;
}

/* REGISTRATION CLOSED TEXT */

.registration-closed-big-text {
  font-size: 3.3rem;
  font-weight: 500;
}

.registration-closed-medium-text {
  font-size: 1.3rem;
  font-weight: 500;
}

.registration-closed-logo {
  width: 50%;
}

@media (max-width: 767px) {
  .registration-closed-big-text {
    font-size: 2rem;
  }

  .registration-closed-medium-text {
    font-size: 1.15rem;
    text-align: left !important;
  }

  .registration-closed-logo {
    width: 80%;
  }
}

/* LIST OF ARTICLES */

.article-list .card {
  margin-bottom: 0.5rem;
}

.article-list .card .row {
  padding: 1rem;
}

.article-list .card-block {
  padding: 1rem;
}

.article-list .card-text {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .article-list .col-lg-10 {
    padding-bottom: 0.7rem;
  }
}

.article-list .modal-title {
  font-weight: 500 !important;
}

.article-list .authors {
  margin-bottom: 0.75rem;
  font-weight: 500;
  line-height: 1.1;
}

.article-list .affiliation {
  color: #636c72 !important;
  line-height: 1;
  margin-bottom: 0;
  font-size: 90%;
}

@media (max-width: 767px) {
  .article-list .affiliation {
    margin-bottom: 0.25rem;
  }
}

.article-list .card-title {
  font-weight: 500 !important;
  margin-bottom: 0.5rem;
}

/* MODAL */

.article-list .modal-body {
  padding: 2.5rem 3rem 1rem 3rem;
}

.article-list .modal-title {
  margin-bottom: 1rem;
}

.article-list .modal-body .abstract {
  margin-top: 1.5rem;
}

.article-list .modal-footer .btn {
  font-size: 90%;
}

.article-list .modal-footer {
  justify-content: space-between;
  padding-left: 3rem;
}

/* BUTTONS TEXT */

.btn {
  font-family: 'Dosis' !important;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 10pt;
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 25px;
  text-decoration: none !important;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #1f73cc;
  --bs-btn-border-color: #1f73cc;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #40bb6a;
  --bs-btn-hover-border-color: #40bb6a;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #40bb6a;
  --bs-btn-active-border-color: #40bb6a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #1f73ccc0;
  --bs-btn-disabled-border-color: #1f73ccc0;
}

.btn-transprimary {
  --bs-btn-color: #1f73cc;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #40bb6a;
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #40bb6a;
  --bs-btn-active-bg: transparent;
  --bs-btn-active-border-color: transparent;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #c0c0c0;
}

.btn-trans2primary {
  --bs-btn-color: #1f73cc;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #40bb6a;
  --bs-btn-hover-border-color: #40bb6a;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #40bb6a;
  --bs-btn-active-border-color: #40bb6a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #40bb6ac0;
  --bs-btn-disabled-border-color: #40bb6ac0;
}

.btn-invprimary {
  text-decoration: none !important;
  --bs-btn-color: #fff;
  --bs-btn-bg: #40bb6a;
  --bs-btn-border-color: #40bb6a;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1f73cc;
  --bs-btn-hover-border-color: #1f73cc;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1f73cc;
  --bs-btn-active-border-color: #1f73cc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #40bb6ac0;
  --bs-btn-disabled-border-color: #40bb6ac0;
}

@media (max-width: 991px) {
  .article-list .card-footer {
    background: transparent;
    border-top: none;
  }

  .article-list .card-footer .btn {
    font-size: 90%;
  }
}

/* BLUE AREA OF PUBLICATIONS PAGES */

.blue-area h1 {
  color: rgba(255, 255, 255, 0.9);
}

.blue-area h4 {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.3;
  margin-bottom: 1rem;
}

.blue-area p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.3;
}

.blue-area a {
  color: rgba(255, 255, 255, 0.6);
}

.blue-area a:hover {
  color: rgba(255, 255, 255, 0.9);
}

/* BREADCRUMBS IN BLUE AREA */

.blue-area-breadcrumb > .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.4);
}

.blue-area-breadcrumb > .breadcrumb-item {
  color: rgba(255, 255, 255, 0.6);
}

.blue-area-breadcrumb > .breadcrumb-item:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
}

.blue-area-breadcrumb > .breadcrumb-item.active:hover {
  color: rgba(255, 255, 255, 0.6);
}

/*.fixed-header{
  position: fixed;
}*/

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}
.title {
  display: block;
  margin-top: -40px;
  height: 40px;
}

/* BACKGROUNDS */

.bg-primary {
  background-color: #1f73cc !important;
}

.bg-pattern-icst {
  background-image: linear-gradient(to right, #1f73cc50, #3ab77750);
}

/* speakers */
.speaker-img {
  height: 200px;
  width: 200px;
  border: none;
  border-radius: .5rem;
}
.speaker-info {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.speaker-name {
  font-size: .9rem;
  font-weight: 800;
  line-height: 1;
  font-family: "Dosis";
  text-transform: uppercase;
}
.speaker-aff {
  font-size: .8rem;
  font-weight: 500;
  font-family: "Albert Sans";
}

/* satellite events */
.event-img {
  height: auto;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: .5rem;
}

p , li {
  font-family: 'Albert Sans';
  font-weight: 500;
  font-size: 10pt;
  line-height: 1.5em;
}

.alert {
  border-radius: 1rem;
  border: 1px solid rgba(255,255,255,0.25);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}

.alert p {
  font-family: 'Albert Sans';
  font-weight: 500;
  font-size: 10pt;
}

ol li {
  font-family: 'Albert Sans';
  font-weight: 500;
  font-size: 10pt;
  line-height: 1.5em;
}

/* Links */

a {
  color: #1f73cc;
  text-decoration: none;
}

a:hover {
  color: #40bb6a;
  text-decoration: underline;
}

.credit {
  font-size: 9pt;
}

li a:hover {
  text-decoration: none;
}

.nav-primary a {
  color: #ffffff;
  text-decoration: none;
}

.nav-primary a:hover {
  color: #1f73cc;
  text-decoration: none;
}

.btn-transparent {
  --bs-btn-color: #1f73cc;
  --bs-btn-bg: none;
  --bs-btn-border-color: none;
  --bs-btn-hover-color: #40bb6a;
  --bs-btn-hover-bg: none;
  --bs-btn-hover-border-color: none;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #40bb6a;
  --bs-btn-active-bg: none;
  --bs-btn-active-border-color: none;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #40bb6a;
  --bs-btn-disabled-border-color: #40bb6a;
}

.btn-transparent:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

/* Table */

.table {
  font-family: 'Albert Sans';
  font-weight: 500;
  font-size: 10pt;
  line-height: 1.5em;
}

.table-primary {
  --bs-table-color: #fff;
  --bs-table-bg: #1f73cc;
  --bs-table-border-color: #1f73cc;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.accordion-item {
  font-family: 'Albert Sans';
  font-weight: 500;
  font-size: 10pt;
  line-height: 1.5em;
}

.nav-tabs button {
  color: #1f73cc !important;
  font-family: 'Dosis' !important;
  text-transform: uppercase;
  font-weight: 800;
  text-decoration: none;
  font-size: 10pt;
  letter-spacing: .5px;
  --bs-btn-hover-color: #40bb6a;
  --bs-btn-hover-bg: none;
  --bs-btn-hover-border-color: none;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link.active {
  color: #40bb6a !important;
}

.second-nav {
  background-color: transparent;
  border-radius: .5rem auto;
}

/* Simple styling to size an SVG */
  .icon {
    height: 10pt;
    vertical-align: -0.125em;
  }