:root {
  --page_color: rgb(255, 7, 110);
}

/* -------------- */
/*      Body      */
/* -------------- */
html,body{
  font-family: "Roboto", Arial, sans-serif; 
  font-size:15px; 
  line-height:1.5; 
  overflow-x: hidden; 
  color: #34495e !important; 
  background-color: #ffffff !important;
  -youbkit-touch-callout: none;
  -youbkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;   
}

/* ------------------------------------------------------ */
/*      Colores para los indicadores de interacción       */
/* ------------------------------------------------------ */
.indicator-new-user {background-color: #3F51B5;}
.indicator-session {background-color: #2196F3;}
.indicator-anonymous-session {background-color: #009688;}
.indicator-click-section {background-color: #9C27B0;}
.indicator-click-article {background-color: #673AB7;}
.indicator-click-brief {background-color: #250466;}
.indicator-click-advertising {background-color: #ac8458;}
.indicator-click-amazonProduct {background-color: #F44336;}
.indicator-new-section {background-color: #FFEB3B;}
.indicator-published-section {background-color: #b30777;}
.indicator-new-article {background-color: #FF9800;}
.indicator-published-article {background-color: #ee39af;}
.indicator-new-brief {background-color: #7d3404;}
.indicator-published-brief {background-color: #ec1010;}
.indicator-new-advertising {background-color: #a5baf1;}
.indicator-new-amazonProduct {background-color: #FF5722;}
.indicator-new-service {background-color: #b4f414;}
.indicator-new-news {background-color: #631902;}
.indicator-published-news {background-color: #f04c4c;}
.indicator-new-message {background-color: #108a61;}
.indicator-new-comment-brief {background-color: #0bca41;}

h1 {font-family: 'Archivo Narrow', sans-serif; font-size: 60px; font-weight: 300; line-height: 1.1;}
h2 {font-family: 'Archivo Narrow', sans-serif; font-size: 48px; font-weight: 200; line-height: 1.1;}
h3 {font-family: 'Archivo Narrow', sans-serif; font-size: 30px; font-weight: 500; line-height: 1.1;}
h4 {font-family: 'Montserrat', sans-serif; font-size: 20px;}

.main-text {font-size: 18px; font-weight: 300; line-height: 1.8;}

h1,
h2,
h3,
h4,
.main-text {
  color:#3a3a3a;
  margin: 0px;
  padding: 0px;
}

.hero-image {
  background: url(../../assets/main_banner.jpeg) no-repeat center;
  background-size: cover;
  height: 410px;
}

.breadCrumbItem {
  cursor: pointer;
  text-decoration: underline;
}

.max-width {max-width: 1000px;}
#smallScreenMenu {margin-top: 60px; opacity: 0.9;}
#searchBar {height: 70px; margin: 0px;}        
#searchBar div {margin-top: 13px; display: flex; align-items: stretch;}        
#searchInput {width: 100%; padding-left: 15px; padding-right: 35px; margin-right: 5px; right: 5px}

.page_header {
  margin-top: 49px;
  height: 250px;
  background-position: center;
  background-size: cover;
  background-color: #000;
  display:flex;
  align-items: center;
  justify-content: center;
}

.btn-Round{
  right: 10px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  padding:8px 8px;
  border: solid 2px;
  cursor: pointer;
}

.footer_link  {
  text-decoration: none;  
}

.footer_logo, .footer_terms, .footer_extra {
  text-align: center !important;
  width: 100%;
}

/* ----------------------------- */
/*      Login - More Options     */
/* ----------------------------- */
#bar_search{
  position: fixed;
  right: 65px;
  top: 10px;
  z-index: 10;
}
#bar_auth{
    position: fixed;
    right: 15px;
    top: 10px;
    z-index: 10;
}
.btn-Round{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    padding:8px 8px;
    border: solid 1px black;
    cursor: pointer;
}
#div-UserPhoto{
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover;
}

#card_Options{
    z-index: 10;
    background-color: #ffffff;
    width: 155px !important;
    position: fixed;
    padding: 5px;
    top: 64px;
    right:4px;
    padding: 2px !important;
    border-radius: 0px;
}
#card_Options ul { list-style: none; padding: 0; }
#btn-LogOut{ cursor: pointer; width: 100%; }
.ads-menu_item{ border: none; cursor: pointer; line-height: 28px; padding-left: 5px; padding-right: 5px;}
.ads-menu_item:hover { color: #ffffff; background-color: #3F51B5; }
#div-Username { cursor: default; }
#div-Username:hover { background-color: #fff; }

#modalAuthentication_FirebaseUI { z-index: 1000; }

@media screen and (max-width: 600px) { 
  h1 {font-size: 42px;}
  h2 {font-size: 38px;}
  h3 {font-size: 21px;}
  h4 {font-size: 16px;}
  .main-text {font-size: 16px;}
  #bar_search {top: 10px;}
  #bar_auth {top: 10px;}
  #card_Options {top: 64px;}
  #searchBar {height: 60px;}        
  #searchBar div {margin-top: 7px;}        
}

@media screen and (max-width: 500px) { 
  .stats_value {display: block;}
}

@media screen and (max-width: 400px) { 
  h1 {font-size: 30px;}
  h2 {font-size: 27px;}
  h3 {font-size: 15px;}
  h4 {font-size: 14px;}
  .main-text {font-size: 14px;}
}

@media screen and (min-width: 960px) { 
  #bar_search{ right: calc(50% - 480px + 65px); }
  #bar_auth{ right: calc(50% - 480px + 15px); }
  #card_Options{ right: calc(50% - 480px + 15px); }
  .footer_logo {
    text-align: right !important;
    width: calc( (100% - 700px)/2);
  }
  .footer_terms {
    width: 700px;
  }
  .footer_extra {
    width: calc( (100% - 700px)/2);
  }  
}

/* ---------------- */
/*      Content     */
/* ---------------- */
.content_full_width {max-width: 100%; margin-left: auto; margin-right: auto;}
.content_large_width {max-width: 5000px; margin-left: auto; margin-right: auto;}
.content_medium_width {max-width: 800px; margin-left: auto; margin-right: auto;}
.content_small_width {max-width: 600px; margin-left: auto; margin-right: auto;}

/* ------------------- */
/*      HTML Tags      */
/* ------------------- */
label{font-family:"Roboto", Arial, sans-serif; font-size:15px; font-weight:400; margin-right: 5px;}

input:focus { background-color: #ffffff; color: #000000; outline-color: #000000;}
input:hover { outline-style: solid; outline-width: 2px; outline-color: #000000;}

textarea { resize: vertical;}
textarea:focus { background-color: #ffffff; color: #000000; outline-color: #000000;}
textarea:hover { outline-style: solid; outline-width: 2px; outline-color: #000000;}

select:focus { background-color: #ffffff; color: #000000; outline-color: #000000;}
select:hover { outline-style: solid; outline-width: 2px; outline-color: #000000;}

/* ---------------- */
/*      W3.CSS      */
/* ---------------- */
.w3-btn {outline:0;}
.w3-btn:focus {outline:0; background-color: #2980b9; color: #000000; border: solid 1.0px #ffffff}

/* ------------------- */
/*      dClazzApp      */
/* ------------------- */
.h2{ font-size:42px; font-weight: 700; line-height: 52px; }

.dclazzApp_nav_bar { 
  color: #ffffff; 
  background-color: #34495e; 
  text-align: center; 
  position: fixed; 
  top: 0; 
  left: 0; 
  width: 100%; 
  z-index: 1000; 
  box-shadow: 0 8px 10px #008a9c54;}

.dclazzApp_main_title { color: #ffffff; background-color: #34495e; padding: 5px 10px;}
.dclazzApp_title { font-size:15px; letter-spacing: 1px; }
.dclazzApp_bottom_line { border-bottom:1px solid #607d8b!important;}
.dclazzApp_hr_tiny { border-bottom: 1px solid #2c3e50!important;}
.dclazzApp_hr_tiny_pale { border-bottom: 1px solid #2c3e50!important;}
.dclazzApp_hr { border-bottom: 6px solid #2c3e50!important;}
.dclazzApp_border { border: 1px solid #000000!important;}
.dclazzApp_wideBorder { border: 2px solid #000000!important;}

/* ---------------- */
/*      Borders     */
/* ---------------- */
.borderWithContrast { border: solid 2.0px #000000 }
.borderWithoutContrast { border: solid 2.0px #ffffff }

/* --------------------------- */
/*      Horizontal line        */
/* --------------------------- */
.separator_small {
  margin: 5px;
  background-color: #333333;
  height: 1px;
  width: 4%;
  position: relative;
  left: calc(47%);
}

.separator_large {
  margin: 5px;
  background-color: #333333;
  height: 1px;
}

/* --------------------------- */
/*      dClazzApp Buttons      */
/* --------------------------- */
.dclazzApp_btn,
.dclazzApp_btn_info,
.dclazzApp_btn_warning,
.dclazzApp_btn_small,
.dclazzApp_btn_small_icon,
.dclazzApp_btn_small_info,
.dclazzApp_btn_small_warning { 
  background-color: #2980b9; 
  opacity: 1.0; 
  color: #ffffff; 
  font-size: 18px; 
  letter-spacing: 2px; 
  border: solid 2px #000000; 
  border-radius: 30px; 
  padding: 7px 18px; 
  box-shadow: 0 8px 10px #008a9c54;
  cursor: pointer;
}

.dclazzApp_btn_info { background-color: #2196f3;}
.dclazzApp_btn_warning { background-color: #7d0b13;}
.dclazzApp_btn_small { font-size: 12px; letter-spacing: 1px; border: solid 1px #000000; padding: 5px 20px;}
.dclazzApp_btn_small_icon { font-size: 12px; border: solid 1px #000000; padding: 5px 6px; margin: 5px; box-shadow: 0 3px 3px #008a9c54;}
.dclazzApp_btn_small_info { background-color: #2196f3; font-size: 12px; letter-spacing: 1px; border: solid 1px #000000; padding: 5px 20px;}
.dclazzApp_btn_small_warning { background-color: #7d0b13; font-size: 12px; letter-spacing: 1px; border: solid 1px #000000; padding: 5px 20px;}

.dclazzApp_btn_flat { background-color: #000000; opacity: 0.8; color: #ffffff; font-size: 10px; cursor: pointer;}

.dclazzApp_modal_close, 
.dclazzApp_modal_message_close { 
  border-radius: 0px; width: 25px; height: 22px; margin-top: 5px; margin-right: 5px; cursor: pointer;
}

.dclazzApp_modal_close { background-color: #ffffff;  border: 1px #ffffff solid;}
.dclazzApp_modal_message_close { background-color: #2980b9;  border: 1px #2980b9 solid;}

.dclazzApp_btn:hover,
.dclazzApp_btn_info:hover,
.dclazzApp_btn_warning:hover,
.dclazzApp_btn_small:hover,
.dclazzApp_btn_small_icon:hover,
.dclazzApp_btn_small_info:hover,
.dclazzApp_btn_small_warning:hover,
.dclazzApp_modal_close:hover,
.dclazzApp_modal_message_close:hover {
  color:#000!important; border-color:#fff!important; background-color:#f39c12!important; box-shadow: 0 5px 5px #008a9c54!important; 
}

.dclazzApp_btn_small_icon:hover { box-shadow: 0 2px 2px #008a9c54!important; }

.dclazzApp_btn_colorSelector{
  width: 40px; 
  height: 40px;
  background-color: #ffffff;
  border-radius: 7px;
  border: 2px solid #eece92;
  box-shadow: 1px 1px 8px rgb(20, 20, 20);
  cursor: pointer;
}
.dclazzApp_btn_colorSelector:hover{
  box-shadow: 0 0 2px rgb(0, 0, 0);
}

@media screen and (max-width: 200px) {
  .dclazzApp_btn_colorSelector{width: 30px; height: 30px;}      
}

@media screen and (max-width: 600px) {
  .dclazzApp_btn { font-size: 14px; letter-spacing: 1px; padding: 3px 10px; margin-top: 2px !important;}
  .dclazzApp_btn_info { font-size: 14px; letter-spacing: 1px; padding: 3px 10px; margin-top: 2px !important;}
  .dclazzApp_btn_warning { font-size: 14px; letter-spacing: 1px; padding: 3px 10px; margin-top: 2px !important;}
  .dclazzApp_btn_small { font-size: 10px; letter-spacing: 1px; padding: 3px 10px; margin-top: 2px !important;}    
  .dclazzApp_btn_small_info { font-size: 10px; letter-spacing: 1px; padding: 3px 10px; margin-top: 2px !important;}    
  .dclazzApp_btn_small_warning { font-size: 10px; letter-spacing: 1px; padding: 3px 10px; margin-top: 2px !important;}    
  .dclazzApp_btn_colorSelector{width: 40px; height: 40px;}      
}


/* --------------------------- */
/*      dClazzApp Sections      */
/* ---------------------------- */
#section_RunApp { margin-top: 15px;}
#section_spaceAppButton { position: fixed; z-index: 99; background-color: #000000; opacity: 0.8; border: 2px #2980b9 solid; padding: 5px; box-shadow: 0 8px 10px #008a9c54; position: fixed; margin-top: 5px; margin-right: 5px; width: 50px;}

.dclazzApp_card { background-color: #ffffff; box-shadow: 0 10px 15px #008a9c54; border: solid 1.5px #34495e; border-radius: 10px; padding: 0px 0px;}
.dclazzApp_card_noShadow { background-color: #ffffff; border: solid 1.5px #34495e; border-radius: 10px; padding: 0px 0px;}
.dclazzApp_modal { background-color: #ffffff; opacity: 0.9; box-shadow: 0 10px 15px #008a9c54; border: solid 1.5px #34495e; border-radius: 0px; padding: 0px 0px; margin-top: -37px !important;}
.dclazzApp_modal_message { background-color: #ffffff; color: #000000; opacity: 0.8; box-shadow: 0 10px 15px #008a9c54; border: solid 1.5px #ffffff; border-radius: 0px; padding: 0px 0px;}
.dclazzApp_section_sidebar_main { background-color: #000000; opacity: 0.9; border: 2px #2980b9 solid; padding: 5px; box-shadow: 0 8px 10px #008a9c54;}
.dclazzApp_section_sidebar_cs { width: 100%; padding: 10px; color:#000000;}
.dclazzApp_accordion_container { padding: 0px;}
.dclazzApp_accordion_header { background-color: #2980b9; color: #ffffff; cursor: pointer; padding: 0 10px;}

.dclazzApp_section_app {
  border: solid 3px; 
  border-color: #3498db;   
  border-radius: 15px;
  padding: 7px;
  height: 100%;
}


/* --------------------------- */
/*      ExerciseTree View      */
/* --------------------------- */
.dclazzApp_tv_folder_arrow, 
.dclazzApp_tv_folder_arrow:hover{ color: #000000!important; background-color: #3498db!important;}
.dclazzApp_tv_folder_item { color: #000000!important; background-color: #3498db!important;}
.dclazzApp_tv_parameter_item { color: #000000!important; background-color: #ecf0f1!important; margin-top: 5px; padding-left: 10px; padding-bottom: 4px;}


/* ---------------------- */
/*       Scroll Bars      */
/* ---------------------- */
/* width */
::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #ffffff;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #87CEEB;
    border-radius: 0px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #87CEEB;
  }


/* ----------------- */
/*       Arrows      */
/* ----------------- */
.arrow {
    border: solid;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
  
.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
  
.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
  
.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
 

/* -------------------------------------- */
/* Custom Select:                         */
/* -------------------------------------- */
/* The container must be positioned relative: */
.custom-select {
  position: relative;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: #f2fcfd;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 12px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000000 transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #000000;
  top: 5px;
}

/* style the items (options): */
.select-items div {
  font-size: 18px;
  color: #008a9c;
  padding: 2px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

.select-selected {
  font-size: 18px;
  color: #008a9c;
  padding: 2px;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  padding: 5px;
  position: absolute;
  background-color: #f2fcfd;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.same-as-selected {
  color: #ffffff !important;
  background-color: #2196F3;
}

.select-items div:hover {
  color: #ffffff;
  background-color: #2196F3;
}


/* -------------------------------------- */
/* cards:                                 */
/* -------------------------------------- */
.responsiveContainer {
    padding: 10px;
}

a.btn {
  background: #2980b9;
  border-radius: 4px;
  box-shadow: 0 5px 5px 0 #008a9c54;
  color: #ffffff;
  display: inline-block;
  padding: 6px 30px 8px;
  position: relative;
  text-decoration: none;
  transition: all 0.1s 0s ease-out;
}

a.btn:hover {
  background: #00a2ad;
  box-shadow: 0px 8px 2px 0 rgba(0,0,0,0.075);
  transform: translateY(-2px);
  transition: all 0.25s 0s ease-out;
}

a.toggle-info {
  border-radius: 32px;
  height: 32px;
  padding: 0;
  width: 32px;
  right: 7px;
  top: 10px;
  position: absolute;
  cursor: pointer;
}

a.toggle-info span {
  background: #ffffff;
  display: block;
  height: 2px;
  position: absolute;
  top: 16px;
  transition: all 0.15s 0s ease-out;
  width: 12px;
}

a.toggle-info span.left {
  right: 14px;
  transform: rotate(45deg);
}

a.toggle-info span.right {
  left: 14px;
  transform: rotate(-45deg);
}

div.responsiveContainer.show a.toggle-info {
  background: #ff6666 !important;
}

div.responsiveContainer.show div.cardBody {
  height: 150px;
  overflow: auto;
  visibility: visible;
  border-top: #000000 solid 1px;
}

.cardAbout {
  height: 200px;
  overflow: auto;
  visibility: visible;
  margin-top: 10px;
  margin-bottom: 20px;
}

div.responsiveContainer.show a.toggle-info span.left {
  transform: translateY(-2px) rotate(-45deg) ;
}
div.responsiveContainer.show a.toggle-info span.right {
  transform: translateY(-2px) rotate(45deg) ;
}

.cardStyleContainer {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: relative;
  padding: 10px 0;
  border-radius: 5px;
  border: #000 2px;
  text-align: left;
  margin: 20px auto;
  -webkit-box-shadow: 5px 5px 15px rgba(0,0,0,0.7);
  -moz-box-shadow: 5px 5px 15px rgba(0,0,0,0.7);
  -o-box-shadow: 5px 5px 15px rgba(0,0,0,0.7);
  box-shadow: 5px 5px 15px rgba(0,0,0,0.7);
}

.cardContainer {
    padding: 5px;
    color: #333333;
    border-radius: 6px; 
    border: solid 0px #34495e;
    background-color: #ffffff;
    box-shadow: 0 5px 5px #008a9c54;    
    min-width: 200px;
    max-width: 250px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);    
}

.cardContainer:hover {
    box-shadow: 0 10px 15px #008a9c54;    
    transform: scale(1.02);
}

.cardHeader {
    text-align: center;
    padding: 0px;
    color: #333333;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
}

.cardBody {
    text-align: center;  
    padding: 5px;
    color: #333333;
    background-color: #f1f1f1;
    overflow: hidden;
    height: 0px;
    transition: height 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);    
}

.cardFooter {
    text-align: center;    
    padding: 5px;
    color: #333333;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;    
    background-color: #ffffff;
    overflow: hidden;
}

/* -------------------------------------- */
/* Responsive items grid                  */
/* -------------------------------------- */
.responsiveItemsGrid {
  width: 100%;
  padding: 0 0px;  
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.itemsGridRow {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
}

/* Create four equal columns that sits next to each other */
.itemsGridColumn {
  -ms-flex: 20%; /* IE10 */
  flex: 20%;
  max-width: 20%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 1000px) {
  .itemsGridColumn {
    -ms-flex: 33%;
    flex: 33%;
    max-width: 33%;
  }
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .itemsGridColumn {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .itemsGridColumn {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

.addPublicationBtn {
  z-index: 2000;
  position: fixed;
  top: calc(50%);
  right: 5px;
  text-align: center;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50px; 
  text-align: right; 
  padding: 10px 10px;
}

#adminBtn {
  z-index: 2000;
  display: flex;
  flex-direction: column;
  position: fixed;
  bottom: calc(50% - 70px);
  left: -70px;
  opacity: 0.7;
  cursor: pointer;
  width: 100px;
  border-radius:  0 50px 50px 0; 
  text-align: right; 
  padding: 20px 10px;
  transition: all 0.3s 0s ease-out;
}

#showSidebarBtn {
  z-index: 2000;
  display: flex;
  flex-direction: column;
  position: fixed;
  bottom: 50%;
  left: -70px;
  opacity: 0.7;
  cursor: pointer;
  width: 100px;
  border-radius:  0 50px 50px 0; 
  text-align: right; 
  padding: 20px 10px;
  transition: all 0.3s 0s ease-out;
}

#sidebarContainer {
  z-index: 5000;
  position: fixed;
  display: block;
  width: auto;
  top: 0px;
  left: -1000px;
  transition: all 0.5s 0s ease-out;
}


/* -------------------------------------- */
/* Loader:                                */
/* -------------------------------------- */
.loaderContainer {
  position: absolute; 
  left: 0px;
  top: 0px; 
  width: 100%;
  height: 100%;
  z-index: 100000;
}

.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 100001;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.loaderDefault {
  position: relative;
  left: calc(50% - 40px);
  margin: 10px 0 0 10px;
  border: 10px solid #ffffff;
  border-radius: 50%;
  border-top: 10px solid #3498db; 
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.loaderSmall {
  position: relative;
  left: calc(50% - 25px);
  margin: 10px 0 0 10px;
  border: 7px solid #ffffff;
  border-radius: 50%;
  border-top: 7px solid #3498db; 
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.loaderFixed {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 100000;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* ---------------------------------------- */
/*  Contract/Expand Buttons && Try Buttons  */
/* ---------------------------------------- */

.recommendProductsButton,
.serviceRequestButton,
.contractButton,
.tryButton {
  background-color: white;
  border: 1px solid black;
  color: black;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 5px;
}

.recommendProductsButton {
  background-color: #2EC188;
  color: black;
  font-weight: bold;
  padding: 7px 20px;  
}

.contractButton {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 5px 20px;
}

.serviceRequestButton,
.tryButton {
  padding: 7px 20px;
}

.recommendProductsButton:hover,
.serviceRequestButton:hover,
.contractButton:hover,
.tryButton:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.recommendProductsButton:hover,
.contractButton:hover {
  background-color: #01E1FF !important;
}


/* ------------------------ */
/*      Resources Form      */
/* ------------------------ */ 
.rsc_form{
    position: relative;
    width: 100%;
    padding: 40px 40px 60px; 
    background: #f2fcfd;
    border-radius: 0px;
    font-family: Poppins, sans-serif; 
    text-align: center;
}
@media screen and (max-width: 600px) { 
    .rsc_form{ padding: 10px 10px 20px;}
}
.rsc_form h2 {
    font-family: Poppins, sans-serif; 
    color: #008a9c;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.rsc_form .input {
    text-align: left;
}
.rsc_form .input .inputBox {
    margin-top: 5px;
    padding: 5px
}
.rsc_form .input .inputBox label {
    margin-left: 18px;
}
.rsc_form .input .inputBox input {
    width: 100%;
    height: 50px;
    background: #f2fcfd;
    border: none;
    outline: none;
    border-radius: 40px;
    padding: 5px 15px;
    color: #fff;
    font-size: 18px;
    color: #008a9c;
    box-shadow: inset -2px -2px 6px rgba(219, 212, 212, 0.1),
                inset 2px 2px 6px rgba(0,0,0,0.1);
    appearance: none;
    -webkit-appearance: none;      
}
.rsc_form .input .inputBox textarea {
  width: 100%;
  height: 110px;
  background: #f2fcfd;
  border: none;
  outline: none;
  border-radius: 30px;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
  color: #008a9c;
  box-shadow: inset -2px -2px 6px rgba(219, 212, 212, 0.1),
              inset 2px 2px 6px rgba(0,0,0,0.1);
  appearance: none;
  -webkit-appearance: none;      
}

.rsc_form .inputBox select{
  width: 100%;
  height: 50px;
  background: none;
  border: none;
  outline: none;
  padding: 0px 15px;
  color: #fff;
  font-size: 18px;
  color: #008a9c;
}

.select {
  padding: 10px 15px;
  border-radius: 40px;
  box-shadow: inset -2px -2px 6px rgba(219, 212, 212, 0.1),
  inset 2px 2px 6px rgba(0,0,0,0.1);

}

.rsc_form .input .inputBox input[type="submit"] {
    background-color: #ffffff;
    color: #000000;
    margin-top: 10px;
    box-shadow: -2px -2px 6px rgba(219, 212, 212, 0.5),
                2px 2px 6px rgba(0,0,0,0.5);
    appearance: none;
    -webkit-appearance: none;      
}
.rsc_form .input .inputBox input[type="submit"]:active {
    margin-top: 10px;
    box-shadow: inset -2px -2px 6px rgba(219, 212, 212, 0.5),
                inset 2px 2px 6px rgba(0,0,0,0.5);
    appearance: none;
    -webkit-appearance: none;      
}
.rsc_form .input .inputBox input::placeholder {
    color: #bdcada;
    font-size: 18px;
}

.rsc_form .button {
  color: #008a9c !important;
  background: #f2fcfd !important;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 10px 15px;
  box-shadow: -2px -2px 6px rgba(219, 212, 212, 0.1),
              2px 2px 6px rgba(0,0,0,0.1);
  appearance: none;
  -webkit-appearance: none;        
}

.rsc_form .button:hover {
  box-shadow: -4px -4px 7px rgba(219, 212, 212, 0.3),
              4px 4px 7px rgba(0,0,0,0.3);
  appearance: none;
  -webkit-appearance: none;        
}

.rsc_form .input .inputBox textarea::placeholder {
  color: #bdcada;
  font-size: 18px;
}

.rsc_form_icon {
  position: absolute;
  width: 50px;
  height: 30px;
}

.rsc_form_arrow {
  position: absolute;
  top: 25px;
  width: 50%;
  height: 8px;
  background-color: #008A9C;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
  animation: animate-arrow 1000ms linear infinite;
}

@keyframes animate-arrow {
  0% { left: 0px }
  50% { left: 10px }
  100% { left: 0px }
}

.rsc_form_arrow::after, .rsc_form_arrow::before {
  content: '';
  position: absolute;
  width: 70%;
  height: 8px;
  right: -8px;
  background-color: #008A9C;
}

.rsc_form_arrow::after {
  top: -4px;
  transform: rotate(45deg);
}

.rsc_form_arrow::before {
  top: 3px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
  transform: rotate(-45deg);
}

.likeIcon,
.dislikeIcon {
  margin-left: 15px;
  margin-right: 15px;
  cursor: pointer;
  font-size: large;
}

.shadowEffect {
	position: relative;
  animation: color-mix 5s linear infinite alternate;
}

@keyframes color-mix {
  0% { color: #5b1d99 }
  20% { color: #ffd41f }
  40% { color: #0074b4 }
  60% { color: #9b0800 }
  80% { color: #00b34c }

  10% { box-shadow: 0 0 15px 5px currentColor }
  40% { box-shadow: 0 0 10px 0px currentColor }
  60% { box-shadow: 0 0 15px 5px currentColor }
  90% { box-shadow: 0 0 10px 0px currentColor }
}

/* ------------------- */
/* Icon animation:     */
/* ------------------- */
.iconAnimation {
  -webkit-animation-name: iconAnimation; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 1.5s; /* Safari 4.0 - 8.0 */
  -webkit-animation-timing-function: ease-in-out;
  animation-name: iconAnimation;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes iconAnimation {
  0% { color: #ffd41f}
  20% { color: #0074b4}
  40% { color: #9b0800}
  60% { color: #5b1d99}
  80% { color: #00b34c}
  100% { color: #FF5722}

  from {transform: rotate(0deg);}
  to {transform: rotate(360deg);}
}

/* Standard syntax */
@keyframes iconAnimation {
  /*
  0% { color: #ffd41f; transform: scale(1.2, 1.2); }
  20% { color: #0074b4; transform: scale(1.4, 1.4); }
  40% { color: #9b0800; transform: scale(1.6, 1.6); }
  60% { color: #5b1d99; transform: scale(1.4, 1.4); }
  80% { color: #00b34c; transform: scale(1.2, 1.2); }
  100% { color: #FF5722; transform: scale(1.0, 1.0); }
  */
  0% { color: #ffd41f}
  20% { color: #0074b4}
  40% { color: #9b0800}
  60% { color: #5b1d99}
  80% { color: #00b34c}
  100% { color: #FF5722}

  from {transform: rotate(0deg);}
  to {transform: rotate(360deg);}
}

/* ------------------- */
/* Slideshow:          */
/* ------------------- */
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
    min-height: 50px;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prevSlideBtn, .nextSlideBtn {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    height: 46px;
    margin-top: -23px;
    padding: 10px 7px;
    color: gray;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "previous button" to the left */
.prevSlideBtn {
    left: 0;
}

/* Position the "next button" to the right */
.nextSlideBtn {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prevSlideBtn:hover, .nextSlideBtn:hover {
    color: white;
    background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.slideText {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.slideNumberText {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.slideDot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .slideDot:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}


/* ------------------- */
/* CSS talk bubble:    */
/* ------------------- */
.talk-bubble {
  --margin : 40px;
  --bg-bubble : lightyellow;
  --border-bubble-color : #666;
  --border-bubble-width : 8px;
  --font-bubble : #000;
  --fontFamily-bubble : 'Roboto Slab', serif;
  --fontStyle-bubble : normal;
  --fontSize-bubble : 30px;
  --width : 70%;
  --paddingText : 0.7em;
	margin: var(--margin);
  display: inline-block;
  position: relative;
	width: var(--width);
	height: auto;
	background-color: var(--bg-bubble);
  font-family: var(--fontFamily-bubble);
  font-style: var(--fontStyle-bubble);
  font-size: var(--fontSize-bubble);
  line-height: 32px;
}

.bubbleBorder{
  border-style: solid;
  border-color: var(--border-bubble-color);
  border-width: var(--border-bubble-width);
}

.round{
  border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;

}

/* Right triangle placed top left flush. */
.tri-right.bubbleBorder.left-top:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: -40px;
	right: auto;
  top: -8px;
	bottom: auto;
	border: 32px solid;
	border-color: var(--border-bubble-color) transparent transparent transparent;
}
.tri-right.left-top:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: -20px;
	right: auto;
  top: 0px;
	bottom: auto;
	border: 22px solid;
	border-color: var(--bg-bubble) transparent transparent transparent;
}

/* Right triangle, left side slightly down */
.tri-right.bubbleBorder.left-in:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: -40px;
	right: auto;
  top: 30px;
	bottom: auto;
	border: 20px solid;
	border-color: var(--border-bubble-color) var(--border-bubble-color) transparent transparent;
}
.tri-right.left-in:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: -20px;
	right: auto;
  top: 38px;
	bottom: auto;
	border: 12px solid;
	border-color: var(--bg-bubble) var(--bg-bubble) transparent transparent;
}

/*Right triangle, placed bottom left side slightly in*/
.tri-right.bubbleBorder.btm-left:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: -8px;
  right: auto;
  top: auto;
	bottom: -40px;
	border: 32px solid;
	border-color: transparent transparent transparent var(--border-bubble-color);
}
.tri-right.btm-left:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 0px;
  right: auto;
  top: auto;
	bottom: -20px;
	border: 22px solid;
	border-color: transparent transparent transparent var(--bg-bubble);
}

/*Right triangle, placed bottom left side slightly in*/
.tri-right.bubbleBorder.btm-left-in:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 30px;
  right: auto;
  top: auto;
	bottom: -40px;
	border: 20px solid;
	border-color: var(--border-bubble-color) transparent transparent var(--border-bubble-color);
}
.tri-right.btm-left-in:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 38px;
  right: auto;
  top: auto;
	bottom: -20px;
	border: 12px solid;
	border-color: var(--bg-bubble) transparent transparent var(--bg-bubble);
}

/*Right triangle, placed bottom right side slightly in*/
.tri-right.bubbleBorder.btm-right-in:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: 30px;
	bottom: -40px;
	border: 20px solid;
	border-color: var(--border-bubble-color) var(--border-bubble-color) transparent transparent;
}
.tri-right.btm-right-in:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: 38px;
	bottom: -20px;
	border: 12px solid;
	border-color: var(--bg-bubble) var(--bg-bubble) transparent transparent;
}

/*Right triangle, placed bottom right side slightly in*/
.tri-right.bubbleBorder.btm-right:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: -8px;
	bottom: -40px;
	border: 20px solid;
	border-color: var(--border-bubble-color) var(--border-bubble-color) transparent transparent;
}
.tri-right.btm-right:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: 0px;
	bottom: -20px;
	border: 12px solid;
	border-color: var(--bg-bubble) var(--bg-bubble) transparent transparent;
}

/* Right triangle, right side slightly down*/
.tri-right.bubbleBorder.right-in:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: -40px;
  top: 30px;
	bottom: auto;
	border: 20px solid;
	border-color: var(--border-bubble-color) transparent transparent var(--border-bubble-color);
}
.tri-right.right-in:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: -20px;
  top: 38px;
	bottom: auto;
	border: 12px solid;
	border-color: var(--bg-bubble) transparent transparent var(--bg-bubble);
}

/* Right triangle placed top right flush. */
.tri-right.bubbleBorder.right-top:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: -40px;
  top: -8px;
	bottom: auto;
	border: 32px solid;
	border-color: var(--border-bubble-color) transparent transparent transparent;
}
.tri-right.right-top:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: -20px;
  top: 0px;
	bottom: auto;
	border: 20px solid;
	border-color: var(--bg-bubble) transparent transparent transparent;
}

/* talk bubble contents */
.talktext{
  color: var(--font-bubble);
  padding: var(--paddingText);
	text-align: left;
  line-height: 1.5em;
}
.talktext p{
  /* remove webkit p margins */
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
}


/* ----------------- */
/* Image Gallery:    */
/* ----------------- */
.imgGalleryWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  width: 100%;
}

.imgGalleryContainer {
  margin: 0 0 0 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 0px;
  width: 90%;
  height: 90%;
  overflow: auto;
  grid-auto-rows: max-content;
  grid-auto-flow: row;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.imgGalleryContainer::-webkit-scrollbar {
  display: none;
}

.imgGalleryFlexContainer {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
  justify-content: center;
}

.imgGalleryFlexColumn {
  flex: 25%;
  max-width: 25%;
} 

/* Add a new class for flex columns */
.imgGalleryFlexColumn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.imgGalleryCard {
  display: flex;
  flex-direction: column;
  align-self: start;
  margin: 10px;
  overflow: hidden;
  min-width: 300px;
}

.imgGalleryThumbnail {
  flex-grow: 1;
}

.imgGalleryThumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.imgGalleryFooter {
  width: 100%;
  height: 100%;
  text-align: center;
}

.imgGalleryFooter h3 {
  padding: 20px 5px;
  font-size: clamp(16px, 2vw, 20px); /* Adjust the values as needed */
  overflow: hidden;
  white-space: nornal;
}

/*Card Style 1 */
.imgGallery-cardStyle-1 {
  border-radius: 8px;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
.imgGallery-cardStyle-1 .imgGalleryThumbnail img {
  border-radius: 8px 8px 0 0;
}

/* Card Style 2 */
.imgGallery-cardStyle-2 .imgGalleryFooter {
  background-color: #f6d6b0;
}

/* Card Style 3 */
.imgGallery-cardStyle-3 {
  flex-direction: column-reverse;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
.imgGallery-cardStyle-3 .imgGalleryFooter {
  text-align: center;
  font-family: fantasy;
  background-color: #000000;
  color: white;
  border-bottom: solid 1px #b6f2ff;
}

/* Card Style 4 */
.imgGallery-cardStyle-4 {
  flex-direction: row;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
.imgGallery-cardStyle-4 .imgGalleryThumbnail {
  flex-basis: 250px;
}
.imgGallery-cardStyle-4 .imgGalleryFooter {
  flex-basis: 150px;
  padding: 10px 10px;
  text-align: center;
}

/* Card Style 5 */
.imgGallery-cardStyle-5 {
  flex-direction: column-reverse;
}
.imgGallery-cardStyle-5 .imgGalleryFooter {
  margin: 0 0 3px 0;
  text-align: center;
  background-color: #00548f;
  color: #ffe927;
}