/*==============================================
[Main stylesheet style.css]

Author:	VegaThemes
Version:	1.0
Created:	November 2020
Last updated:	November 2020
Template:	GoMobile
================================================*/
/*
[Table of Contents]
1. IMPORTS
2. GENERAL
    2-1. HEADINGS
	2-2. BUTTONS
    2-3. LISTINGSmt-7
3. PAGE STRUCTURE
    3-1. PANELS LEFT AND RIGHT
	3-2. POPUPS
			3-2.A. SOCIAL ICONS NAVIGATION
			3-2.B. NOTIFICATIONS
			3-2.C. COMMENTS
4. HEADER
5. BOTTOM TOOLBAR
6. USER NAVIGATION
	6-1. SOCIAL ICONS NAVIGATION
7. USER PROFILE
8. SEARCH
9. CARDS
10. SLIDERS
11. CUSTOM PAGES
	11-1. INTRO PAGE
	11-2. SPLASH PAGE
	11-3. LOGIN PAGE
12. PHOTO GALLERY
13. MUSIC PLAYER
14. SHOP
15. FORMS
16. CHAT
17. TABS / ACCORDION / TABLES
18. OTHERS

.filtrationmark img { 
  width: 100%;
}



/*==============================================
 Pre Loader
 ==============================================*/

main {
  flex: 1;
  overflow-y: auto; /* Allow main content to scroll if needed */
  padding: 0px;
}

.scrollable-div {
  /* Set a height or max-height for the scrollable div */
      max-height: calc(100vh - 340px );
  overflow-y: auto; /* Enable vertical scroll */
  padding: 0px;
	  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* Hide scrollbar for the scrollable div */
.scrollable-div::-webkit-scrollbar {
  display: none; /* Hide scrollbar for Webkit browsers like Chrome/Safari */
}



.margin_zero {
    margin-right: 0px;
}

.search_row_header {
 width: 100%;
    display: flex;
    border-bottom: 1px solid #ddd;   
}
.search_bar_header {
    min-width: 10%;
    margin-top: 15px;
    position: relative;
    left: -17px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    
}

.magnifying_class{
    position: relative;
    left: -50px;
    width: 20px;
    height: 20px;
    top: 11px;
    opacity: 40%;
}
@media (max-width: 400px) {
  .magnifying_class{
  width: 15px;
      height: 15px;
      left: -25px;
  }
}


.toggle_training_head {
    margin-left: 40px;
    border-bottom: 1px solid #ddd;
}

.no-wrap {
  white-space: nowrap;
}


.toggle_section{
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
}

.data_entry_data_reposition{
    margin-left: 30px;
    margin-top: -38px
}
.display_block{
    display: block !important; 
        min-height: 60px;
}
.quality_notification_delay_dropdown{
    
    width: 150px !important;
    height: 50px;
}
.plus_minus_class {
    margin-left: 20px;
    margin-right: 20px;
        max-width: 10%;
}
.no_training_label {
        margin-left: 40px;
    margin-bottom: 20px;
}
.xxlarge {
    font-size: xx-large;
}

.hamburger_area {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
    
}
.select_entire_row_item {
    cursor: pointer;
}

.done_button__row {
    width: 100%;
    margin-bottom: 10px;}

.done_button_class {
font-size: min(2vw,1em);
    text-transform: uppercase;
    padding: 10px 40px;
    border-radius: 25px;
    letter-spacing: 1px;
    font-weight: 400;
    border: none;
    cursor: pointer;
    text-align: center;
    max-width: 125px;
    background-color: #58a5dd;
    color: #fff;
    margin-left: auto;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    box-shadow: none;
    display: flex;
    justify-content: center;
    
}

.plot-area-y-axis{
        width: 65px;
    margin-left: 15px;
    height: 225px;
}

.combined_plot_area{
    display: flex;
}

.w-100 {
  width: 100% !important; }


.chart-container {
  display: flex; 
    margin-left: 10px;
}

.y-axis {
  margin-left: 15px;
  margin-bottom: 30px;
}
.y-axis span {
  display: block;
  white-space: pre; 
  margin-top: 20px;
}

.plot-area {
  flex-grow: 1;
  overflow-x: scroll;
    width: 500px;
    max-width: 350px;
    min-height: 250px;
    height: 20vh;
    
} 


.x-axis {
  width: 100%;
  text-align: center;
}


.related_training_link_text {
    text-decoration: underline;
    color: #105384;
}
.error_heading_class {
        width: 15px;
    height: 15px;
    padding-right: 10px;
    padding-top: 3px;
}

.form_input_centered{
 text-align: center;
    padding-left: 10px !important;
    font-weight: 800 !important;
    font-size: large !important;
    color: #608cc2;   
}
.data_entry_submit{
 width: max(50%,200px) !important;   
}


.push_button_box{
    width: max(20%,100px);
    height: 4vh;
    background-color: #e3e5e6;
    color: #000000;
    max-width: min(25vw,155px);
    padding: 15px;
    max-height: 100px;
    margin-left: min(3%,15px);
    margin-right: min(3%,15px);
    margin-top: 10px;
    border-radius: 15px;
        text-align: center;
    font-size: 3vh;
}
.push_button_box:hover{
    background-color: #58a5dd;
    color: #fff;
    cursor: pointer;
}

.data_margins {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: -20px;
}
.refrigerator_margins {
    margin-top: 15px;
    margin-bottom: 15px;
}
.filtration_section_header {
    margin-top: 4px;
}
.width-100 {
    width: 100%;
}
.refrigerators_active_label{
    margin-top: 2px;
}
.filtration_active_label{
    margin-top: 2px;
}
.description_class{
    width: 750px;
    margin-top: 2px;
        max-width: 40vw;
}
.bad_data_reposition{
    position: relative;
    top: -19px;
}
.good_data_image{
        position: relative;
    align-items: flex-end;
    display: flex;
    justify-content: flex-end;
        margin-bottom: 7px;
}
.bad_data_image{
        position: relative;
    top: -10px;
    right: -10px;
    align-items: flex-end;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}
.data_box_category{
   font-weight: 700;  
    width: 100%;
    text-align: center; 
}
.data_box_desc{
   font-weight: 400;  
    width: 100%;
    text-align: center; 
}
.data_box_value_class{
    font-weight: 900;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    text-align: center;
    color: #58a5dd;
    font-size: x-large;
    flex-wrap: nowrap;
    display: flex;
    justify-content: center;
}

.quality_section{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
        margin-left: 10px;
}
.user_data_box,
.data_box{
    width: max(20%,100px);
    height: auto;
    background-color: #f9f9f9;
    color: #000000;
    max-width: min(25vw,155px);
    padding: 15px;
    margin-bottom: 15px;
    max-height: 100px;
    margin-left: min(3%,15px);
    margin-right: min(3%,15px);
    margin-top: 10px;
    border-radius: 15px;
}
.data_box:hover{
    background-color: #58a5dd;
    color: #fff;
    cursor: pointer;
}
.data_box:hover .data_box_value_class {
  color: black;
}
.last_updated_by_text,
.user_training_progress_date{
        color: #000;
    width: 210px;
    padding-right: 15px;
    position: relative;
    display: flex;
    justify-content: center;
    padding-left: 15px;
}
.section_line{
    border-bottom: 1px solid #ddd;
    max-width: 300px;
    width: 100%;
    margin-bottom: 20px;
}
.training_progress_heading{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;  
    border-bottom: 1px solid #ddd;
}
.training_progress_label {
    cursor: pointer;
    margin-top: 15px;
        font-weight: 800;
    height: 15px;
    color: #58a5dd;
        width: 100%;
    margin-bottom: 0px;
    max-width: 300px;
}

.legend {
      width: 100%;
    display: flex;
    justify-content: space-evenly;
    margin-top: 20px;
    max-width: 300px;
    margin-bottom: 15px;  
}
.thin_spacer {
    width: 1px;
}
.adjusted_button_size_for_upload {
    width: 125px !important;
}

.small_font {
    font-size: 1rem  !important;
}

.mmcc_footer{
    bottom: 25px;
position: absolute;
}


.add_something_container {
    position: relative;
    display: inline-block;
}

.display_flex_space_between {
    display: flex;
    justify-content: space-between;
    
}
.unavailable {
position: absolute;
top: 11px;
left: -2px;
width: 24px;
height: 23px;
z-index: 1;
}

.unavailable::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) rotate(45deg);
width: 60%;
height: 2px;
background-color: red;
}

.unavailable::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  height: 85%;
  border-radius: 50%;
  border: 3px solid red;
  box-sizing: border-box;
}



.black_background {
    background-color: black;
}

.accordion_checkbox_position {
    margin-top: 10px;
position: relative;
display: block;
}


.display_flex_end{
    display: flex;
    justify-content: flex-end;
}

.waiting{
    display: flex;
justify-content: center;
max-width: 150px;
max-height: 150px;    
}
.waiting_content{
    height: 100%;
padding: 0 10px;

position: relative;
    scrollbar-width: none;
}


.waiting_image{
 position: relative;
margin-left: auto;
margin-right: auto;
margin-top: auto;
margin-bottom: auto;
}
  .toggle_row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    }

  .toggle__section--nr {
    flex: 0 0 50px;
    font-weight: 800;
      margin-top: 5px;
    color: #58a5dd; }

.button_general{
    max-height: 20px;
    max-width: 200px;

}

.image_section {
    width: 0%;
position: relative;
margin-left: auto;
margin-right: auto;
margin-top: auto;
    margin-bottom: auto;
}

.dev_env_label {
    font-size: min(5vw,24px);
    color: red;
}

.video_label {
color: #58a5dd;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    max-width: 170px;
    text-align: center;
    margin-left: 25px;
}

.popup_entry_field_label {
color: #58a5dd;
width: 145px;
text-align: right;
padding-right: 15px;
display: flex;
left: 10px;
position: relative;
top: 10px;
justify-content: flex-end;
margin-right: 5px;

}

.admins_notifications_field_label {
  color: #58a5dd;
  width: 250px;
  text-align: right;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.training_progress_field_label {
  color: #000;
  width: 210px;
  text-align: left;
  padding-right: 15px;
position: relative;
display: inline;
}


.field_label {
  color: #58a5dd;
  width: 175px;
  text-align: right;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.display_flex_center,
.field_label_entry_combo {
     display: flex;
    justify-content: center;
}
.display_flex_evenly{
     display: flex;
    justify-content: space-evenly;
}
.display_flex_wrap_flex_start{
     display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.display_flex_wrap{
     display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.display_flex_wrap_start{
     display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.alert_color{
   color: #b61717;
}
.home_page {
    max-width: 2555px;
display: flex;
justify-content: center;
margin-left: auto;
    margin-right: auto;
}

.hide_accordion {
    display: none  !important;
}



.banner_content{
    max-width: 1220px;
display: flex;
justify-content: space-evenly;
flex-wrap: wrap;
}
.capabilities {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mmcc_logo_on_spash{
    display: block;
    max-width: 1200px;
}

.continue_button {
    width:  200px  !important;
    margin-left: auto;
    margin-right: auto;
}

.capability_title{
font-size: 18px;
max-width: 200px;
text-align: center;
min-height: 50px;
padding: 10px;
font-weight: 700;
    margin-left: auto;
margin-right: auto;
}

.capability_image {
    max-width: 200px;
    padding: 10px;
}

.capability_image_iphone {
max-width: 580px;
padding-left: 20px;
padding-top: 20px;
padding-bottom: 10px;
padding-right: 0px;
}

.mmcc_logo_image {
max-width: 450px;
padding-left: 10px;
padding-top: 35px;
padding-bottom: 10px;
padding-right: 15px;
}

.landing_buttons {
    min-width: 350px;
    margin-top: 400px;
}

.video_frame{
width: 50%;
padding-right: 2%;
padding-left: 2%;
max-width: 900px;
min-width: 350px;
}

.text_section_hero{
    width: 40vw;
min-width: 350px;
}
.display_flex_between_wrap_reverse,
.hero_section{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap-reverse;
}

.logo_img{
max-width: 300px;
width: 75%;
padding-top: 6%;
padding-left: 30px;
min-width: 125px;
}

.header_button{
    padding-top: 3%;
}

.cta_button {
    font-size: min(2.4vw,1.7em)  !important;
}
.flex_direction {
    flex-direction: row;
}
@media screen and (max-width: 500px) {
  .flex_direction{
  flex-direction:column;
  }
}

.button_spacer {
    width: 0;
}

.button_section {
     margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


@media (max-width: 500px){
    .button_spacer {
        width: 100%;
        height: 10px;
    }
    .button_section {
        padding-left: 0;
    }
}
.no_resize {
    resize: none;
}
.wrap_anywhere {
    overflow-wrap:   anywhere;
}
.flex_start {
    justify-content:flex-start !important;
}

.input_box {
    width: calc(100% - 30px);
    position: relative;
margin-top: -25px;
margin-left: 20px;
}
.gray_banner{
    background-color: #EBEBEB;
    height: auto;
}
.blue_banner{
    background-color: #58a5dd;
    color:  #fff;
    height: auto;
}
.spacer{
    width: 1%;
}
.wide_spacer{
    width: 10%;
}


.lineHorizontal__container_demo {
  align-items: center;

    width: 100%;
  display: flex;
  height: 2px;
}

.lineHorizontal__container {
  align-items: center;
  background-color: #EBEBEB;
    width: 100%;
  display: flex;
  height: 2px;
}

.cursor_pointer {
    cursor: pointer !important;
}
.cursor_default {
    cursor: default !important;
}
.no_padding{
	padding: 0px !important;
}

.menu {
	background-image: url(../img/menu.png);

}

.padding-20{
    padding: 20px !important;
}

.overflow_scroll {
     overflow: scroll;
}
.cta_buttons{
 display: inline;
    
    
}
.cta_index_buttons{
 display: flex;
    justify-content: center;
    max-width: 1000px;
    
    
}
.index_buttons{
 display: flex;
    justify-content: center;
    max-width: 800px;
    
    
}
.prospect_report_font_size {
    font-size: min(2.9vw,1.5rem);
}


.prospect_padding {
    padding-left: 20px;
}

.prospect_data_entry{
    display: flex;
    justify-content: center;
}

.previous_messages{
    width: 100%;
}


.black_background {
    background: black ;
}

.white_background {
    background: white ;
}

    .ticker-wrap {
      width: 100%;
overflow: hidden;
height: 4rem;
background-color: #f8f8f8;
box-sizing: content-box;
max-width: 1000px;
    }


    .ticker-wrap .ticker {
      display: inline-block;
      height: 4rem;
      line-height: 4rem;
      white-space: nowrap;
      padding-right: 100%;
      box-sizing: content-box;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;
      -webkit-animation-name: ticker;
      animation-name: ticker;
      -webkit-animation-duration: 30s;
      animation-duration: 120s;
    }

    .ticker-wrap .ticker__item {
      display: inline-block;
      padding: 0 2rem;
      font-size: 2rem;
  
    }


    @-webkit-keyframes ticker {
      0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
      }
      100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
      }
    }
    @keyframes ticker {
      0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
      }
      100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
      }
    }









.flex_popup {
    display: flex;
    justify-content: space-between;
}
.qr_iphone_ipad{
    display: flex;
    max-height: 400px;
}

.qr_under_iphone img{

height: auto;
width: 90%;
max-width: 150px;
max-height: 150px;
    
}

.qr_under_iphone img{

height: auto;
width: 90%;
max-width: 150px;
max-height: 150px;
    
}

.iphone img{

height: auto;
width: 90%;
max-width: 150px;
max-height: 150px;
    
    
}


.ipad img{

height: 100%;
width: auto;
max-width: 150px;
max-height: 200px;
    
    
}


.demo_page_ipad_positioning{
 display: flex;
    justify-content: center;
    
}
.li-none{
    list-style: none;
}
.li_class {;
    font-size: min(4vw,36px);
    padding-left: 10px;
}

.ul_inside {
  list-style-position: inside;
  padding-left: 0;
}

.demo_numbered_list{
    width: 100%;
    font-size: 2vw;
    padding-left: 10px;
    padding-right: 10px;
    
}
.wide_button {
    width: 300px;
}

.wider_button{
    max-width: 300px !important;}

.demo_header {
    display: flex;
    justify-content: space-between;
      position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
   
}

  .header--demo_fixed {
    position: fixed;
    top: 0px;
    
    z-index: 888; }


.demo_headline {
font-size: max(4.2vw,36px);
font-weight: 800;
font-family: "Raleway Black", sans-serif;
text-align: center;
line-height: 1.5;
white-space: nowrap;
}

.demo_breaker_headline {
    font-size: min(5.5vw,36px);
    font-weight: 500  !important;  

    text-align: left;
    line-height: 1.5;
    line-height: 1;
}
.index_feature_icons img {
   max-width: 75%;
    height: 100%;
    max-height: 70px;

    margin-left: 20px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-top: min(1vh,10px);
    min-width: 70px;
}
.demo_feature_icons img {
   max-width: 65%;
    height: 100%;
    max-height: 50px;

    margin-left: 20px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-top: min(1vh,10px);
    min-width: 50px;
}

.menu_copy {
    font-size: min(5vw,42px);
    font-weight: 500;
    width: 80%;
    text-align: center;
    line-height: 1;
}
.index_headline {
    font-size: min(5vw,48px);

    font-weight: 500;
    width: 80%;
    text-align: center;
    line-height: 1;
}
.demo_copy {
    font-size: min(5vw,36px);

    font-weight: 100;
    width: 80%;
    text-align: center;
    line-height: 1.4 !important;  
}
.demo_text {
font-size: max(1.4vw,18px);
font-weight: 100;
width: 80%;
text-align: center;
line-height: 1.4;
}
.small_text {
    font-size: min(2.7vw,1em);
    font-weight: 100;
    width: 80%;
    text-align: center;
    line-height: .5;
}
.auto_margin {
    margin-left: auto;
margin-right: auto;
}

.console-container {
 
  font-family: "Raleway", sans-serif;
  font-size:1.5em;
  text-align:center;

  display:flex;
  position:absolute;
  color:white;
  top:0;
  left:0;
  right:0;
  margin:auto;
}
.console-underscore {
   display:inline-block;
  position:relative;
  top:-0.14em;
  left:10px;
}

.console_top {
     top: 175px !important;  
}
    



.simulated_qr_code {
    width: 35%;
    margin-left: auto;
margin-right: auto;
display: flex;
justify-content: center;
    padding-bottom: 30px;
    max-width: 375px;
}

.text_holder{
     display: flex;
    
    max-width: 1000px;
}
.ipad_demo_image {
max-width: 200px;

    padding-bottom: 10px;
}

.demo_images_and_text{
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;

    margin-bottom: 30px;
list-style-type: none;
width: 80%;
flex-wrap: wrap;
padding: 2px 0;

text-align: center;;
}
.index_button_style {

    background-color: #f8f8f8;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;

    margin-bottom: 30px;
list-style-type: none;
width: 90%;
flex-wrap: wrap;
padding: 20px 0;
border-radius: 15px;
text-align: center;  
}


.demo_button_style {


    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
    background-color: #EBEBEB;
    margin-bottom: 30px;
list-style-type: none;
width: 80%;
flex-wrap: wrap;
padding: 20px 0;
box-shadow: 4px 4px 30px -5px rgba(0, 0, 0, 0.08);
-webkit-box-shadow: 4px 4px 30px -5px rgba(0, 0, 0, 0.08);
-moz-box-shadow: 4px 4px 30px -5px rgba(0, 0, 0, 0.08);
border-radius: 15px;
text-align: center;
}
.demo_button_zone{
        display: flex;
 
}
.demo_pictures_text_style {
    font-size: min(4.2vw,25px);
    color: rgb(52,73,94);
    text-align: left;
margin-right: min(5vw,15px);
margin-left: min(5vw,10px);
          position: relative;
top: 30px;
    margin-top: 50px;
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
}


.demo_button_text_style {
    font-size: min(4.2vw,24px);
    color: rgb(52,73,94);
    text-align: left;
margin-right: min(5vw,15px);
margin-left: min(5vw,10px);
    line-height: 1.8;
}
.demo_feature_text_style {
    font-size: min(4vw,25px);
    
    color: rgb(52,73,94);
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 10px;
    
}
.demo_text_middle {
     padding-top: 30px;   
    padding-bottom: 30px;
}


.button_spacing {
 width: 65px;   
    display: block;
    
}

.language_flags {
display: flex;
justify-content: space-evenly;
margin-left: auto;
margin-right: auto;  
    max-width: 50%;
}

.flag{
 width: 30px;
    height: 30px;
}

.language {
    font-size: .5em;
    
}
.one_flag{
    text-align: center;
    max-width: 30px;
}


.activity_icons_class{
	width: 30px;
	height: 30px;
	padding: 7px;
}
.activity_icons_class:hover {
outline: 3px solid black;
}

.selected_activity_icons_class{
	outline: 3px solid black;
}

.no_outline_activity_icons_class{
	outline: none;
}
.draggable {

  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.relative_parent{
	position: relative;
}

.notify_timer {
	display: flex;
	align-content: flex-end;
	align-items: flex-end;
	text-align-last: right;
	float: right;
	position: absolute;
	bottom: 3px;
	right: 20px;
	
}


#tb-preloader {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: #fff;
}

.tb-preloader-wave {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
}

.tb-preloader-wave:before,
.tb-preloader-wave:after {
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 60px;
    content: "";
    -webkit-animation: preloader-wave 1.6s linear infinite;
            animation: preloader-wave 1.6s linear infinite; 
    border-radius: 50%;
    background: #222;
}

.tb-preloader-wave:after {
    -webkit-animation-delay: -.8s;
            animation-delay: -.8s;
}





@-webkit-keyframes preloader-wave {
    0% {
        -webkit-transform: scale(0, 0);
                transform: scale(0, 0);
        opacity: .5;
    }
    100% {
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes preloader-wave {
    0% {
        -webkit-transform: scale(0, 0);
                transform: scale(0, 0);
        opacity: .5;
    }
    100% {
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1);
        opacity: 0;
    }
}


.width_100 {
  width: 100%; }

*/
/*===============================================*/
/* 1. IMPORTS		 						 */
/*===============================================*/
@import url(reset.css);
/* -----SIZE CLASSES-------- */


.w-50{
    width: 50% !important;
}

.h-100 {
  height: 100%; }

/* -----DISPLAY CLASSES-------- */
.d-none {
  display: none  !important; }
.d-none-add_item_class {
  display: none  !important; }

.d-block {
  display: block; }

.d-inline {

  display: inline-block; }

/* -----FLEX CLASSES-------- */
.d-flex {
  display: flex !important; }

.flex-wrap {
  flex-wrap: wrap; }

.align-items-center {
  align-items: center; }

.align-items-start {
  align-items: flex-start; }

.align-items-end {
  align-items: flex-end; }

.align-items-stretch {
  align-items: stretch; }

.align-content-center {
  align-content: center;
display: flex;
justify-content: center; }

.align-content-start {
  align-content: flex-start; }

.align-content-end {
  align-content: flex-end; }

.align-content-stretch {
  align-content: stretch; }

.justify-space {
  justify-content: space-between; }

.justify-center {
  justify-content: center; }

.justify-start {
  justify-content: flex-start; }

.justify-end {
  justify-content: flex-end; }

.grow-0 {
  flex-grow: 0; }

.grow-1 {
  flex-grow: 1; }

/* -----TEXT CLASSES-------- */
.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-black {
  color: #000000 !important; }

.text-white {
  color: #ffffff !important; }

.logo_fw_header {
    font-weight: 500;
    font-size: min(9vw,56px);
}
.button_fw {
    font-weight: 500 !important;
}
.fw-400 {
    font-weight: 400;
}
.fw-600 {
    font-weight: 600;
}
/* -----PADDING CLASSES-------- */
.p0 {
  padding: 0px !important; }

.p-10 {
  padding: 10px !important; }

.p-20 {
  padding: 20px !important; }
.p-30 {
  padding: 30px !important; }

.p-40 {
  padding: 40px !important; }

.p-60 {
  padding: 60px !important; }

.pb-0 {
  padding-bottom: 0px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pt-0 {
  padding-top: 0px !important; }

.pt-10 {
  padding-top: 10px !important; }
.pt-15 {
  padding-top: 15px !important; }
.pt-20 {
  padding-top: 20px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pl-0 {
  padding-left: 0px !important; }

.pl-8 {
  padding-left: 8px !important; }

.pl-10 {
  padding-left: 10px !important; }
.pl-10p {
  padding-left: 10% !important; }

.pl-20 {
  padding-left: 20px !important; }

.pl-40 {
  padding-left: 40px !important; }

.pr-0 {
  padding-right: 0px !important; }

.pr-10 {
  padding-right: 10px !important; }

.pr-20 {
  padding-right: 20px !important; }

.pr-40 {
  padding-right: 40px !important; }

/* -----MARGIN CLASSES-------- */

.m0 {
  margin: 0px !important; }

.m-10 {
  margin: 10px !important; }

.m-20 {
  margin: 20px !important; }

.m-40 {
  margin: 40px !important; }

.mb-0 {
  margin-bottom: 0px !important; }
.mb-5 {
  margin-bottom: 5px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-50 {
  margin-bottom: 50px !important; }


.mb-80 {
  margin-bottom: 80px !important; }
.mt-10p {
  margin-top: 10% !important; }
.mt-5p {
  margin-top: 5% !important; }
.mt-0 {
  margin-top: 0px !important; }

.mt-5 {
  margin-top: 5px !important; }

.mt-10 {
  margin-top: 10px !important; }
.mt-12 {
  margin-top: 12px !important; }

.mt-15 {
  margin-top: 15px !important; }
.mt-20 {
  margin-top: 20px !important; }
.mt-40 {
  margin-top: 40px !important; }
.mt-50 {
  margin-top: 50px !important; }
.mt-70 {
  margin-top: 70px !important; }
.mt-90 {
  margin-top: 90px !important; }
.ml-neg-5 {
     margin-left: -5px !important; }
.ml-neg-10 {
     margin-left: -10px !important; }
.ml-neg-20 {
     margin-left: -20px !important; }

.ml-2p {
  margin-left: 2% !important; }

.ml-0 {
  margin-left: 0px !important; }

.ml-5vw {
  margin-left: 5vw !important; }
.ml-5p {
  margin-left: 5% !important; }
.ml-10 {
  margin-left: 10px !important; }
.ml-15 {
  margin-left: 15px !important; }


.ml-20 {
  margin-left: 20px !important; }
.ml-25 {
  margin-left: 25px !important; }

.ml-40 {
  margin-left: 40px !important; }

.ml-60 {
  margin-left: 60px !important; }
.ml-70 {
  margin-left: 70px !important; }


.mr-0 {
  margin-right: 0px !important; }
.mr-5vw {
  margin-right: 5vw !important; }
.mr-5p {
  margin-right: 5% !important; }
.mr-10 {
  margin-right: 10px !important; }
.mr-10p {
  margin-right: 10% !important; }
.mr-20 {
  margin-right: 20px !important; }

.mr-20p {
  margin-right: 20% !important; }

.mr-40 {
  margin-right: 40px !important; }
.mw-25p {
    max-width: 25%;
}
.mw-30p {
    max-width: 30%;
}
.mw-80p {
    max-width: 80%;
}
.minw-50p {
    min-width: 50%;
}
.minw-80p {
    min-width: 80%;
}
.mw-40 {
  min-width: 40px; }
.mw-50 {
  min-width: 50px; }
.mw-60 {
  min-width: 60px; }
.mw-100 {
  min-width: 100px; }

.mw-150 {
  min-width: 150px; }
.mw-170 {
  min-width: 170px !important; }
.mw-300 {
  min-width: 300px; }
.mw-925 {
  min-width: 950px; }
.maxw-1000 {
  max-width: 1000px; }
.maxw-9999 {
  max-width: 9999px !important;
}
.maxw-110 {
    max-width: 110px !important;
}
.maxw-140 {
    max-width: 140px !important;
}
.maxw-300 {
    max-width: 300px !important;
}
.maxw-170 {
    max-width: 170px !important;
}
.maxw-220 {
    max-width: 220px !important;
}
.maxw-55p {
    max-width: 55% !important;
}
.maxw-50p {
    max-width: 50% !important;
}
.maxw-1200 {
    max-width: 1200px !important;
}
.maxw-1000 {
    max-width: 1000px !important;
}
.minh-5p{
    min-height: 5%;
}
.minh-10p{
    min-height: 10%;
}
.minh-40{
    min-height: 40px;
}

.fs-1-3{
    font-size: 1.3rem;
}

.flex_justify_center {
	display: flex;  
	justify-content: center;
}

.file_preview{
  display: flex;
  justify-content: center;
        border: 1px solid #58a5dd;
        border-radius: 10px;  
    min-width: 200px;
    margin: auto;
    width: 200px;
height: 150px;
    
}

.file_preview img{
    border: none;
    margin-top: 5%;
    margin-bottom: 5%;
    width: 90%;
    border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
    object-fit: contain;
}

.video_preview{
  display: flex;
  justify-content: center;

    min-width: 200px;
    margin: auto;
    width: 200px;
height: 150px;
    
}

.video_preview img{
    border: none;
    margin-top: 2px;
    margin-bottom: 2px;
    width: 90%;
    border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
    object-fit: contain;
}

.popup_player{
background-color: black;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
object-fit: contain;
border-radius: 10px;

}

.popup_preview {
    width: 100%;
background-color: black;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
object-fit: contain;
border-radius: 10px;
}

.display_flex_start {
    display: flex  !important;
    justify-content: flex-start;
}
.flex_center_wrap_reverse {
    display: flex;
    justify-content: center;
    flex-wrap: wrap-reverse;
}

.loading{
  display: block;
  max-width:30px;
  max-height:30px;
  width: auto;
  height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 5px;
}

.page--beauty, .slider-simple__slide, .slider-menu {
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center; }

.gradient-blue, .slider-menu__nav ul li {
  background-color: #0035ad !important;
  background: linear-gradient(50deg, #0035ad 0%, #58a5dd 100%) !important; }





/*===============================================*/
/* 2. my sliders 		 						 */
/*===============================================*/
.range_slidecontainer {
  width: 100%;
}

.range_slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.range_slider:hover {
  opacity: 1;
}

.range_slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #5d54c1;
  cursor: pointer;
}

.range_slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #5d54c1;
	cursor: pointer;}

/*===============================================*/
/* 2. GENERAL		 						 */
/*===============================================*/

.desc_edit_input {
	font-size: 1.8rem;
	display: none;
	
}
.desc_view_input {
	font-size: 2.2rem;
	display:block;
	padding-left: 10px;
}.url_edit_input {
	font-size: 1.2rem !important;
	display: none;
	
}
.url_view_input {
	font-size: 1.2rem !important;
	display:block;
	padding-left: 10px;
}

.welcome-msg_edit_input {
	font-size: 1.8rem;
	display: none;
	
}
.welcome-msg_view_input {
	font-size: 2.2rem;
	display:block;
}
.invalid-feedback {
	color: darkred;
    padding-top: 5px;
    padding-left: min(150px,25%);
}
.invalid-feedback-image {
	color: darkred;
	display: flex;
	justify-content: center;
	margin-top: -10px;
	margin-bottom: 15px;
}


html, body {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
    
    font-size: 68%;
 }

body {
  font-family: "Raleway", sans-serif;
  background-color: #ffffff;
  color: #000000;
  margin: 0;
	max-width: 100%;
	min-width: 375px;
  padding: 0;
  font-size: 1.3rem;
  line-height: 1.2;
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
  font-weight: 400; 
    display: flex;
justify-content: center;}

@media (max-width: 400px) {
  body {
    font-size: 1rem; /* Adjusting font size for smaller widths */
  }
}

a {
  text-decoration: none;
  color: #58a5dd; }

p {
  padding: 0px 0 10px 0;
  margin: 0px;
  line-height: 1.5; }
  p.welcome {
    padding-bottom: 20px; }
  p.highlight {
    font-size: 1.8rem;
    font-weight: 300; }
  p.intro-highlight {
    font-size: 4.8rem;
    line-height: 1;
    font-weight: 300;
    width: 100%;
    text-align: center;

}

/*   text-shadow:
        0.05em 0 black,
        0 0.05em black,
        -0.05em 0 black,
        0 -0.05em black,
        -0.05em -0.05em black,
        -0.05em 0.05em black,
        0.05em -0.05em black,
        0.05em 0.05em black;   */
}
    p.intro-highlight strong {
      font-weight: 800; }

blockquote {
  padding: 0 0 0 50px;
  margin: 0 0 20px 0;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 300;
  background-image: url(../icons/system/gray-quote.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 40px; }
  blockquote span {
    display: block;
    font-weight: 800;
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #58a5dd; }

/* 2-1. HEADINGS */
/*=================================*/
h1, h2, h3,  h5, h6 {
  font-weight: 600;
  padding: 0 0 20px 0;
  margin: 0;
  color: #58a5dd; }

h1 {
  font-size: 2.8rem; }

h2 {
  font-size: 1.8rem; }

@media (max-width: 400px) {
  h2 {
    font-size: 1.3rem; /* Adjusting font size for smaller widths */
  }
}
  h2.page__title {
    padding: 0 0 15px 0;
    font-weight: 600; }

h3 {
  font-size: 1.6rem; }

@media (max-width: 400px) {
  h3 {
    font-size: 1.2rem; /* Adjusting font size for smaller widths */
  }
}
  h3.page__subtitle {
    padding: 0 0 15px 0;
    font-weight: 600;
    color: #787878;
    font-size: 1.4rem; }

h4 {
  font-size: 1.6rem; 
  font-weight: 600;
  color: #58a5dd;
margin-top: -10px;
margin-bottom: 0px;
}

h5 {
  font-size: 1.2rem; }

h6 {
  font-size: 1.1rem; }

textarea, input, select {
  outline: none;
  font-family: "Raleway", sans-serif; }

/* 2-2. BUTTONS */
/*=================================*/
.buttons {
  width: 100%; }
  .buttons--centered {
    display: flex;
    align-items: center;
    justify-content: center; }

.demo_space{
    padding: 3px;
}
.demo_button_top_bottom{

    margin-top: min(20px,2.2%);
position: relative;
top: 50%;
    
}
.button {
  display: inline-block;
  font-size: min(3vw,1.3em);
  text-transform: uppercase;
  padding: 10px 40px;
  border-radius: 45px;
  letter-spacing: 1px;
  font-weight: 400;
  border: none;
  cursor: pointer;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
	      box-shadow: none;}
  .button--small {
    font-size: 1.1rem;
    padding: 15px 30px; }
  .button--ex-small {
    font-size: 1.1rem;
    padding: 10px 20px; }
  .button--demo {
width: 155px;
text-align: center;
padding: 11px 6px 6px 6px;
    padding-top: 11px;
    padding-right: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
font-weight: 400;
max-height: 25px;
}
  .button--trial {
    width: 300px;
    text-align: center;
    padding: 6px 0;
      font-weight: 400;         
       background-color: #58a5dd; 
      max-height: 17px;
margin-top: 7px;
}
  .button--send_code {
    width: 35%;
    text-align: center;
    padding: 8px;
      font-weight: 400;         
       background-color: #58a5dd; 
        margin-top: 7px;
      min-width: 250px;
      max-width: 350px;
}
  .button--xlarge {
    font-size: x-large;
}
  .button--medium {
    font-size: min(4vw,1em);
}
  .button--full {
    width: 100%;
    text-align: center;
   
	max-width: 375px;}
  .button--index {
    width: 100%;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
	max-width: 35%;}

  .button--header {
    background-color: #58a5dd;
    color: #fff; 
	  display: flex;
	  justify-content: center;
    }

  .button--blue {
    background-color: #58a5dd;
    color: #fff; 
	  display: flex;
	  justify-content: center;
    width: calc(100% - 20px);}
  .button--signup {
    background-color: #F99E33;;
    color: #fff;
	display: flex;
	  justify-content: center;
    width: 100%;}
  .button--orange {
    background-color: #F99E33;;
    color: #fff;
	display: flex;
	  justify-content: center;
    width: calc(100% - 20px);}

  .button--red {
    background-color: #e34e4e;
    color: #fff   ; 
	display: flex;
	  justify-content: center;
    width: calc(100% - 20px);}
  .button--gray {
    background-color: #e2e5e6;
    color: #58a5dd; 
	display: flex;
	  justify-content: center;
    width: calc(100% - 20px);}
  .button--white {
    background-color: #fff;
    color: #1b6cfc; 
	display: flex;
	  justify-content: center;
    width: calc(100% - 20px);}



  .button--light_black {
    background-color: #3E344B;
    color: #fff;
	display: flex;
	  justify-content: center;
      
}

.white {
    color: #fff !important; }

  .button--accordion {
    font-size: 1.5rem;
    padding: 15px;
    letter-spacing: 0px; }


  .button--cart {
    font-size: 1.1rem;
    padding: 10px 15px;
    letter-spacing: 0px;
	max-width: 100px;}
  .button--more {
    background-color: #f9f9f9;
    color: #58a5dd; }
  .button--disabled {
    background-color: #f9f9f9;
    color: #58a5dd;
    opacity: 0.5;
    cursor: default !important; }
  .button--chat {
    background-image: url(../icons/system/white-chat.svg);
    background-repeat: no-repeat;
    background-position: 20px 50%;
    background-size: 18px;
    padding-left: 55px; }

/* 2-3. LISTINGS */
/*=================================*/
ul.custom-listing li {
  padding: 10px 0;
  line-height: 1.5; }
  ul.custom-listing li span {
    font-weight: 800;
    color: #58a5dd; }
  ul.custom-listing li.email {
    background-image: url(../icons/system/blue-contact.svg);
    background-repeat: no-repeat;
    background-position: 0px 50%;
    background-size: 24px;
    padding-left: 40px; }
  ul.custom-listing li.phone {
    background-image: url(../icons/system/blue-mobile.svg);
    background-repeat: no-repeat;
    background-position: 0px 50%;
    background-size: 24px;
    padding-left: 40px; }
  ul.custom-listing li.address {
    background-image: url(../icons/system/blue-home.svg);
    background-repeat: no-repeat;
    background-position: 0px 50%;
    background-size: 24px;
    padding-left: 40px; }

ul.custom-listing--checked li {
  padding: 5px 0 5px 30px;
  background-image: url(../icons/system/blue-checked-simple.svg);
  background-repeat: no-repeat;
  background-position: 0px 50%;
  background-size: 18px; }

/*===============================================*/
/* 3. PAGE STRUCTURE */
/*===============================================*/


.index {
  width: 100%;
	max-width: 1000px;
  height: 100%; }
  .index__content {
/*    width: calc(100% - 40px);  */
    height: 100%;
   
    overflow: scroll;
    position: relative;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; }
    .index__content--acknowledge {
      padding-top: 50px !important;
	}
    .index__content--with-header {
      padding-top: 90px;
      height: calc(100% - 90px); 
        width: 100%;
/* 		max-width: 980px;*/
}
    .index__content--with-header {
      padding-top: 90px;
      height: calc(100% - 90px); 

}
    .index__content--with-bottom-nav {
      height: calc(100% - 80px); }
    .index__content.index__content--with-header.index__content--with-bottom-nav, .index__content.index__content--with-bottom-nav.index__content--with-header {
      height: calc(100% - 170px); }
  .index__title-bar {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .index__title-bar h3 span {
      font-size: 1.2rem;
      color: #5b5b5b;
      font-weight: 300;
      display: block; }
  .index__title-right {
    position: relative;
    display: flex;
    align-items: center; }

.page {
    overflow: visible;
  width: 100%;
	max-width: 1000px;
  height: 100%; }
  .popup__content {
/*    width: calc(100% - 40px);  */
    height: 100%;
    padding: 0 20px;
 /*   overflow: scroll;  */
    position: relative;
    -webkit-overflow-scrolling: touch;
     
    scrollbar-width: none; }

  .page__content {
    width: calc(100% - 40px);  
    height: 100%;
    padding: 0 20px;
    position: fixed;
    top: 0;
    bottom: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
      max-width: 960px;
      }

/* Hide scrollbar for Chrome, Safari and Opera */
.page__content::-webkit-scrollbar {
    display: none;
}


    .page__content--acknowledge {
      padding-top: 50px !important;
	}
    .demo__content--with-header {
height: calc(100% - 90px);
width: 100%;
margin-top: 6%;
top: 50px;
}
    .page__content--with-header {
      padding-top: 6vh;
      height: 100%; 

}
    .page__content--with-bottom-nav {
      height: calc(100% - 80px); }
    .page__content.page__content--with-header.page__content--with-bottom-nav, .page__content.page__content--with-bottom-nav.page__content--with-header {
      height: calc(100% - 170px); }
  .page__title-bar {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .page__title-bar h3 span {
      font-size: 1.2rem;
      color: #5b5b5b;
      font-weight: 300;
      display: block; }
  .page__title-right {
    position: relative;
    display: flex;
    align-items: center; }

/* 3-1. PANELS LEFT AND RIGHT */
/*=================================*/
.panel {
  z-index: 9999;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  width: calc(100% - 80px);
  top: 0;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms; }

  .panel--left {
    background-color: #ffffff;
    left: calc(-100% + 80px); }
  .panel--right {
    background-color: #ffffff;
    right: calc(-100% + 80px); }
  .panel__navigation {
    width: 100%;
    overflow: hidden; }
  .panel-close {
    position: absolute;
    top: 20px;
    z-index: 99999999;
    transition-property: transform, opacity;
    transition-duration: 400ms; }
    .panel-close img {
      display: block;
      max-width: 16px; }
    .panel-close--left {
      left: 30px;
      transform: translateX(-100px);
      opacity: 0; }
      .panel-close--left.active {
        transform: translateX(0px);
        opacity: 1; }
    .panel-close--right {
      right: 30px;
      transform: translateX(100px);
      opacity: 0; }
      .panel-close--right.active {
        transform: translateX(0px);
        opacity: 1; }

body.with-panel-left-reveal .page,
body.with-panel-right-reveal .page {
  transition-duration: 500ms;
  transition-property: transform; }

body.with-panel-left-reveal .bottom-toolbar,
body.with-panel-right-reveal .bottom-toolbar {
  transition-duration: 500ms;
  transition-property: transform; }

body.with-panel-left-reveal .body-overlay,
body.with-panel-right-reveal .body-overlay {
  display: block; }

body.with-panel-left-reveal .page {
  transform: scale3d(0.8, 0.8, 0.8); }

body.with-panel-left-reveal .bottom-toolbar {
  transform: translateY(-68px) scale3d(0.8, 0.8, 0.8); }

body.with-panel-left-reveal .panel--left {
  transform: translate3d(100%, 0, 0);
  transition-duration: 400ms; }

body.with-panel-right-reveal .page {
  transform: scale3d(0.8, 0.8, 0.8); }

body.with-panel-right-reveal .bottom-toolbar {
  transform: translateY(-68px) scale3d(0.8, 0.8, 0.8); }

body.with-panel-right-reveal .panel--right {
  transform: translate3d(-100%, 0, 0);
  transition-duration: 400ms; }

body.panel-closing .page, body.panel-closing .bottom-toolbar {
  transition-duration: 400ms;
  transition-property: transform; }



.body-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: none; }

/* 3-2. POPUPS */
/*=================================*/

.popup_heading {
 margin-left: 10px;   
    
}
.data_heading_popup_heading {
width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
  .video_player--centered {
    top: 25%;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, transform;
    transition-duration: 400ms; }
    .video_player--centered.active {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); 
		height: auto;
		border-radius: 30px;
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 50px;        
}


.video_popup {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  box-sizing: border-box;
    overflow: hidden; /* Hide scrollbars */
	padding: 20px;
	padding-bottom: 20px;

  -webkit-overflow-scrolling: touch;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -ms-transition-property: -ms-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  background-color: #ffffff; }
    .video_popup--waiting.active {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); 
		margin-left: min(40px);
		margin-right: auto;
		height: auto;
		border-radius: 30px;
}



.top_popup {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
	max-width: 375px;
  height: 100%;
  z-index: 2000;
  box-sizing: border-box;
  display: block;
    overflow: hidden; /* Hide scrollbars */
	padding: 20px;
	padding-bottom: 20px;

  -webkit-overflow-scrolling: touch;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -ms-transition-property: -ms-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  background-color: #ffffff; }
    .top_popup--waiting.active {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); 
		margin-left: min(40px);
		margin-right: auto;
		height: auto;
		border-radius: 30px;
}

.popup {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
	max-width: 375px;
  height: 100%;
  z-index: 2000;
  box-sizing: border-box;
  display: block;
    overflow: hidden; /* Hide scrollbars */
	padding: 20px;
	padding-bottom: 20px;

  -webkit-overflow-scrolling: touch;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -ms-transition-property: -ms-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  background-color: #ffffff; }
  .popup.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .popup--wider {
    padding: 20px; }
  .popup--half {
    height: 50%;
    top: 50%; }
.popup_data_entry--centered ,
  .popup--centered {
    width: 86%;
    height: auto;
  margin-left: max(7%,calc(50% - max(14%,350px)));
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, transform;
    transition-duration: 400ms; 
    padding: 0px;
    padding-top: 20px;
    max-width: min(86%,700px);}
.popup_data_entry--centered.active,
    .popup--centered.active {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
	border-radius: 30px;
}
	.popup_add_data {
		height: auto;
}
	.popup_add_data_80 {
		height: 80%;
}

  .popup_wide_entry--centered{
    width:  min(1000px, 90%);
    top: 10%;
    
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, transform;
    transition-duration: 400ms; }
    .popup_wide_entry--centered.active {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); 
		height: auto;
		margin-right: auto;
		border-radius: 30px;
}


  .popup_video_preview--centered {
    width: min(325px, 86%);
    top: 10%;
    left: calc(50% - 200px);
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, transform;
    transition-duration: 400ms; }
    .popup_video_preview--centered.active {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); 
		margin-left: min(40px);
		margin-right: auto;
		height: auto;
		border-radius: 30px;
}



  .popup_yes_no--centered {
    width: min(325px, 86%);
    top: 25%;
    left: calc(50% - 200px);
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, transform;
    transition-duration: 400ms; }
    .popup_yes_no--centered.active {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); 
		margin-left: min(40px);
		margin-right: auto;
		height: auto;
		border-radius: 30px;
}
  .popup--shadow {
    -webkit-box-shadow: 0px 0px 56px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 56px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 56px 0px rgba(0, 0, 0, 0.4); }
  .popup__title {
    padding-bottom: 40px; }
  .popup__icon img {
    display: block;
    max-width: 50px;
    margin-bottom: 40px; }
  .popup__close {
    
    z-index: 999999; }
    .popup__close img {
      padding-left: 8px;
      max-width: 18px; 
}
	.popup_content {
		padding-top: 1%;
		padding-left: 1%;
		padding-right: 1%;
		padding-bottom: 1%;
		width: 95%;
		height: calc(100% - 30px);

}	
  .popup_content_print  {
		padding-top: 20px;
		padding-left: 1%;
		padding-right: 1%;
		padding-bottom: 1%;
		width: 95%;
	  border-radius: 30px;
;}	

/* 3-2.A. SOCIAL ICONS NAVIGATION */
/*===============================================*/
.social-nav ul li {
  margin: 0 0 15px 0; }
  .social-nav ul li a {
    display: flex;
    align-items: center;
    color: #44484a;
    font-weight: 800;
    font-size: 1.2rem; }
  .social-nav ul li img {
    display: block;
    max-width: 26px;
    margin-right: 20px; }

/*===============================================*/
/* 3-2.B. COMMENTS */
/*===============================================*/
.comments {
  padding-bottom: 20px; }
  .comments li {
    margin: 0 0 10px 0;
    background-color: #f9f9f9;
    padding: 10px 20px;
    border-radius: 15px; }
    .comments li a {
      font-weight: 800;
      color: #58a5dd; }

/*===============================================*/
/* 4. HEADER */
/*===============================================*/
.host_header {
	display: flex;
	justify-content: center;
	padding-left: 25px;
	margin-bottom: -15px;
}

.back_arrow_icon img{
	 cursor: pointer; 
      display: block;
      max-width: 34px; 
}

.header {
  width: 100%;
	max-width: 1000px;
padding: min(10px,1.1vw) 0;
  color: #fff; }
   .alignleft {
	float: left;
		}
   .alignright {
	float: right;
        }
  .header--absolute {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 888; }
  .header--fixed {
    position: fixed;
    top: 0px;
    
    z-index: 888; }
  .header--demo {
    margin-top: 20px;
}
  .header--page {
    background-color: #121330; }
  .header--transparent {
    background: none; }
  .header--gradient {
    background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)); }
  .header__inner {
    width: calc(100% - 40px);
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header__icon {
    cursor: pointer; }
    .header__icon img {
      display: block;
      max-width: 24px; }
    .header__icon--empty-space {
      width: 24px; }
    .header__icon--menu {
      width: 24px;
      height: 18px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .3s ease-in-out;
      -moz-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
      cursor: pointer; }
      .header__icon--menu span {
        display: block;
        position: absolute;
        height: 1px;
        width: 50%;
        
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        -webkit-tap-highlight-color: transparent; }
      .header__icon--menu span:nth-child(even) {
        left: 50%; }
      .header__icon--menu span:nth-child(odd) {
        left: 0px; }
      .header__icon--menu span:nth-child(1), .header__icon--menu span:nth-child(2) {
        top: 0px; }
      .header__icon--menu span:nth-child(3), .header__icon--menu span:nth-child(4) {
        top: 7px; }
      .header__icon--menu span:nth-child(5), .header__icon--menu span:nth-child(6) {
        top: 14px; }
      .header__icon--menu.open span:nth-child(1), .header__icon--menu.open span:nth-child(6) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #fff; }
      .header__icon--menu.open span:nth-child(2), .header__icon--menu.open span:nth-child(5) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background: #fff; }
      .header__icon--menu.open span:nth-child(1) {
        left: 2px;
        top: 4px; }
      .header__icon--menu.open span:nth-child(2) {
        left: calc(50% - 2px);
        top: 4px; }
      .header__icon--menu.open span:nth-child(3) {
        left: -50%;
        opacity: 0; }
      .header__icon--menu.open span:nth-child(4) {
        left: 100%;
        opacity: 0; }
      .header__icon--menu.open span:nth-child(5) {
        left: 2px;
        top: 12px; }
      .header__icon--menu.open span:nth-child(6) {
        left: calc(50% - 2px);
        top: 12px; }
    .header__icon--cart {
      position: relative; }
      .header__icon--cart span {
        position: absolute;
        top: -10px;
        right: -10px;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        text-align: center;
        line-height: 20px;
        font-size: 1.1rem;
        font-weight: 600;
        background-color: #fff;
        color: #58a5dd; }
        .header__icon--cart span.animate {
          animation: cartnr 1.5s cubic-bezier(0.39, 0.01, 0.17, 1);
          animation-iteration-count: 1; }
    .header__icon--more img {
      width: 6px; }
  .header__icons-group {
    display: flex;
    align-items: center; }
    .header__icons-group--right .header__icon {
      margin-left: 20px; }
    .header__icons-group--left .header__icon {
      margin-right: 20px; }
  .header__logo--text {
    color: #ffffff;
    font-size: 2.4rem;
    font-weight: 300; }
    .header__logo--text strong {
      font-weight: 800;
      color: #58a5dd; 
      margin-left: auto;
    margin-right: auto;
    font-size: min(4vw,24px);}
    .header__logo--text a {
      color: #ffffff; }
    .header__logo_menu--text a {
      color: #000000; }
  .header__title {
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 300; }

@keyframes cartnr {
  0% {
    transform: scale(1.5); }
  50% {
    transform: scale(0.8); }
  100% {
    transform: scale(1.5); } }

/*===============================================*/
/* 5. BOTTOM TOOLBAR */
/*===============================================*/
.bottom-navigation {
  width: calc(100% - 20px);
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 888;
  background-color: #58a5dd;
  border-radius: 15px;
  overflow: hidden; }
  .bottom-navigation--white {
    background-color: #ffffff; }
  .bottom-navigation__icons {
    width: 100%;
	margin-left: -45px;
    align-items: center;
    justify-content: space-between; }
    .bottom-navigation__icons li {
      text-align: center;
		list-style: none;	
		font-size: 150%;
		font-weight: 800;}
      .bottom-navigation__icons li a {
        color: #fff; }
      .bottom-navigation__icons li img {
        display: inline-block;
		  vertical-align: middle;
        max-width: 4%;
        margin: auto; }
      .bottom-navigation__icons li span {
        text-transform: uppercase;
        font-size: 0.9rem;
        display: block;
        padding-top: 5px; }
    .bottom-navigation__icons--centered {
      justify-content: center; }
      .bottom-navigation__icons--centered li {
        padding: 0 5px; }
        .bottom-navigation__icons--centered li img {
          max-width: 32px; }
  .bottom-navigation__pagination {
    position: absolute;
    width: 100%;
    bottom: 0px !important;
    top: auto !important;
    text-align: center; }
    .bottom-navigation__pagination .swiper-pagination-bullet {
      width: 10px;
      height: 1px;
      display: inline-block;
      border-radius: 0;
      background: #909db3;
      opacity: 0.2;
      margin: 0 2px; }
      .bottom-navigation__pagination .swiper-pagination-bullet-active {
        background: #909db3;
        opacity: 1; }
    .bottom-navigation__pagination .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 0 2px; }
  .bottom-navigation__more {
    position: absolute;
    top: 24px;
    right: 10px;
    cursor: pointer;
    z-index: 999999; }
    .bottom-navigation__more img {
      display: block;
      max-width: 4px; }
  .bottom-navigation__shop {
    width: calc(100% - 20px);
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .bottom-navigation__shop-cart {
      background-image: url(../icons/system/white-cart.svg);
      background-repeat: no-repeat;
      background-position: 20px 50%;
      background-size: 18px;
      padding-left: 50px; }
  .bottom-navigation--chat {
    padding: 10px 0 10px 0; }

/*===============================================*/
/* 6. USER NAVIGATION */
/*===============================================*/
.main-nav {
  width: calc(100% - 80px);

  padding: 40px; }
  .main-nav ul li {
    margin: 0 0 15px 0; 
    list-style-type: none;}
    .main-nav ul li a {
      display: flex;
      align-items: center;
      color: #121330;
      font-weight: 600;
      font-size: 1.3rem; }
    .main-nav ul li img {
      display: block;
      max-width: 20px;
      margin-right: 24px; }
    .main-nav ul li strong {
      width: 20px;
      height: 20px;
      background-color: #58a5dd;
      color: #fff;
      border-radius: 100%;
      text-align: center;
      line-height: 18px;
      font-size: 1.1rem;
      display: inline-block;
      margin-left: 10px; }
    .main-nav ul li b {
      width: 24px;
      height: 24px;
      background-color: #f3f7ff;
      color: #58a5dd;
      border-radius: 100%;
      text-align: center;
      line-height: 22px;
      font-size: 1.1rem;
      display: inline-block;
      margin-right: 10px; }
    .main-nav ul li.subnav {
      display: flex;
      align-items: center;
      color: #121330;
      font-weight: 600;
      font-size: 1.3rem; }
      .main-nav ul li.subnav i img {
        display: block;
        max-width: 12px;
        margin: 4px 0 0 15px; }
    .main-nav ul li.divider {
      display: block;
      min-height: 1px;
      padding: 20px 0;
      position: relative; }
      .main-nav ul li.divider:after {
        content: "";
        width: 40px;
        height: 1px;
        background-color: #cecece;
        position: absolute;
        top: 50%;
        left: 0px;
        z-index: 4; }

.subnav-header {
  padding: 40px 0 0 40px;
  display: flex;
  align-items: center;
  font-weight: 800;
  font-size: 1.4rem; }
  .subnav-header img {
    display: block;
    max-width: 12px;
    margin-right: 10px; }

.tags_desc_top_margin{
	margin-top: 10px;
}

.assigned {
    display: flex;
    float: right;
    position: absolute;
    top: 12px;	
	right: 95px;
	white-space: pre-wrap;
	
}

.assigned_text {
  font-family: "Raleway", sans-serif;
  font-size: 1.5rem;
	padding-right: 75px;
	margin-bottom: 5px;
  -webkit-text-size-adjust: 100%;
  font-weight: 400; }

.orange_status_class {
	background: #96F8B0  !important;
	color: black;
}
.blue_status_class {
	background: #58a5dd  !important;

	color: white;
}
.red_status_class {
	background: #F56969  !important;

	color: white;
}

.yellow_status_class {
	background: #FEFCB5  !important;
	color: black;
}
.gray_status_class {
	background: #D9D9DD  !important;
	color: black;
}
.white_text_class {
	color: white;
}

.nav-notify {
  width: calc(100% - 8px); 
	margin-left: -38px !important;
 padding-left: 0px !important;}
  .nav-notify ul {
    width: 100%;
	  margin-top: 15px;
	  list-style-type: none;
    display: flex;
    flex-wrap: wrap; }
    .nav-notify ul li {
      width: calc(100% - 10px);
      margin-bottom: 10px;
      padding: 20px;
      border-radius: 25px; }

      .nav-notify ul li {
        background-color: #58a5dd; }
        .nav-notify ul li a {
          color: #070486; }
  
      .nav-notify ul li a {
        display: block;
        align-items: center;
        justify-content: space-between; }
      .nav-notify ul li img {
        display: block;
        max-width: 100px; }
      .nav-notify ul li span {
        font-size: 2.8rem;
        font-weight: 800; 
		word-break: break-all;}
        .nav-notify ul li span b {
          display: block;
          font-size: 1.8rem;
          font-weight: 300; }
      .nav-notify ul li strong {
        font-size: 1.2rem;
        background-color: #01ddac;
        padding: 2px 5px;
        margin-left: 4px;
        border-radius: 100%; }

 
.img_backspace {
    
max-height: 2vh;
padding-right: 5px;
    margin-top: 3px;
    transform: rotateY(180deg);
  }
.img_backspace img {
	display: block;
	  max-width:100px;
  max-height:100px;
  width: auto;
  height: auto;
}

.img_alert_check {
    
max-height: 12px;
padding-right: 5px;
    margin-top: 3px;
    min-height: 12px;
  }
.img_alert_check img {
	display: block;
	  max-width:100px;
  max-height:100px;
  width: auto;
  height: auto;
}

.img_alert_change {
    
max-height: 12px;
padding-right: 5px;
    margin-top: 10px;
  }
.img_alert_change img {
	display: block;
	  max-width:100px;
  max-height:100px;
  width: auto;
  height: auto;
}

.img_preview {
  max-width:100px;
  max-height:100px;
  width: auto;
  height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 5px; }
.img_preview img {
	display: block;
	  max-width:100px;
  max-height:100px;
  width: auto;
  height: auto;
}
.third_of_screen {
	width: 33.33%;
	display: flex;
	justify-content: space-between;
}
.color_parent {

	display: flex;
	justify-content: space-between;
	width: 100%;
}
.color_child {
	width: 100px;
	height: 100px;
	padding-bottom: 10%;
	
}
.center_it {
	margin: 0 auto;
	width: 75%;
	text-align: center;
	
}
.button_color_spacing{
	width: 10%;	
}

.nav-button-type-1 {
  bottom: 0px;

  z-index: 22; }
  .nav-button-type-1 ul {
	   list-style-type: none;
    width: 100%;
	flex-wrap: wrap; 
    display: flex;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;}
    .nav-button-type-1 ul li {
      margin-right: 20px;
      margin-bottom: 20px;
      padding: 20px 0;
	  max-height: 90px;
      background-color: #01ddac;
      box-shadow: 4px 4px 30px -5px rgba(0, 0, 0, 0.08);
      -webkit-box-shadow: 4px 4px 30px -5px rgba(0, 0, 0, 0.08);
      -moz-box-shadow: 4px 4px 30px -5px rgba(0, 0, 0, 0.08);
      border-radius: 30px;
      text-align: center; }

      .nav-button-type-1 ul li img {
        display: block;
        max-width: 30px;
        margin: auto; }
      .nav-button-type-1 ul li span {
        font-size: 2.2vw;
        font-weight: 800;
        color: #121330;
        padding-top: 10px;
        display: block; }
      .nav-button-type-1 ul li strong {
        font-size: 1.2rem;
        background-color: #01ddac;
        padding: 2px 5px;
        margin-left: 4px;
        border-radius: 100%; }
      .nav-button-type-1 ul li.selected {
        background-color: #01ddac; }
        .nav-button-type-1 ul li.selected span {
          color: #fff; }


/*===============================================*/
/* 7. USER PROFILE */
/*===============================================*/
.user-profile {
  width: 100%;
  position: relative;
  padding: 40px 0;
  position: relative;
  background-color: #f6f9fd; }
  .user-profile__thumb {
    width: 100%;
    text-align: center; }
    .user-profile__thumb img {
      display: block;
      width: 120px;
      border-radius: 100%;
      margin: auto; }
  .user-profile__name {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    font-size: 2rem;
    font-weight: 800;
    color: #121330; }

.info-box {
  text-align: center;
  padding: 0 15px; }
  .info-box span {
    display: block;
    font-weight: 800;
    font-size: 1.1rem;
    color: #58a5dd; }

/* USER DETAILS SIDE PANEL */
/*===============================================*/
.user-details {
  padding: 40px 0 0 40px;
  display: flex;
  align-items: center; }
  .user-details__thumb {
    margin-right: 20px; }
    .user-details__thumb img {
      display: block;
      max-width: 55px;
      border-radius: 100%; }
  .user-details__title {
    color: #121330;
    font-weight: 800;
    font-size: 1.8rem;
    letter-spacing: -0.5px; }
    .user-details__title span {
      display: block;
      font-weight: 300;
      font-size: 1.4rem; }

.user-welcome {
  font-size: 2.4rem;
  font-weight: 400; }
  .user-welcome strong {
    font-weight: 800; }

/*===============================================*/
/* 8. SEARCH */
/*===============================================*/
.search {
  padding: 40px; }
  .search__form {
    background-color: #f9f9f9;
    border-radius: 25px;
    padding: 10px 20px; }
    .search__form form {
      display: flex; }
  .search__input {
    border: none;
    background: none;
    font-size: 1.2rem;
    font-weight: 500;
    width: 100%; }
  .search__submit {
    text-indent: -100px;
    overflow: hidden;
    width: 16px;
    height: 16px;
    background-image: url(../icons/system/search.svg);
    background-color: transparent;
    border: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none; }
  .search__results {
    padding: 40px 0 0 0; }

.search-result {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px #efefef solid; }
  .search-result__thumb {
    margin-right: 20px; }
    .search-result__thumb img {
      display: block;
      max-width: 50px;
      border-radius: 10px; }
  .search-result__details p strong {
    color: #121330; }

/*===============================================*/
/* 9. CARDS */
/*===============================================*/
.cards {
  display: flex;
  flex-wrap: wrap; }
  .cards--11 .card {
    background-color: #f4f9ff;
    border-radius: 30px;
    width: calc(100% - 40px);
    padding: 15px 20px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .cards--11 .card__icon {
      flex: 0 0 25px;
      padding: 0 15px 0 0; }
      .cards--11 .card__icon img {
        max-width: 25px; }
    .cards--11 .card__details {
      flex-grow: 1;
      padding: 0 10px 0 0; }
    .cards--11 .card__title {
      font-size: 1.4rem;
      padding-bottom: 0px; }
  .cards--12 .card {
    background-color: #fff;
    box-shadow: 4px 4px 30px -5px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 4px 4px 30px -5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 4px 4px 30px -5px rgba(0, 0, 0, 0.08);
    border-radius: 30px;
    width: calc(50% - 50px);
    padding: 20px;
    margin-right: 15px;
    margin-bottom: 15px;
    text-align: center; }
    .cards--12 .card:nth-child(2n+2) {
      margin-right: 0px; }
    .cards--12 .card__icon {
      margin: auto;
      padding-bottom: 15px;
      text-align: center; }
      .cards--12 .card__icon img {
        max-width: 40px; }
    .cards--12 .card__product {
      margin: auto;
      padding-bottom: 15px;
      text-align: center;
      position: relative; }
      .cards--12 .card__product img {
        max-width: 100%; }
    .cards--12 .card__price {
      position: absolute;
      top: -5px;
      right: -5px;
      z-index: 888;
      background-color: #fff;
      box-shadow: 4px 4px 30px -5px rgba(0, 0, 0, 0.28);
      -webkit-box-shadow: 4px 4px 30px -5px rgba(0, 0, 0, 0.28);
      -moz-box-shadow: 4px 4px 30px -5px rgba(0, 0, 0, 0.28);
      color: #58a5dd;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      font-size: 1.3rem;
      font-weight: 600;
      line-height: 35px;
      text-align: center; }
    .cards--12 .card__title {
      padding-bottom: 15px;
      font-size: 1.4rem; }
      .cards--12 .card__title a {
        color: #44484a; }
  .cards--13 .card {
    background-color: #f4f9ff;
    border-radius: 30px;
    width: calc(33.333% - 33.333px);
    padding: 20px 10px;
    margin-right: 15px;
    margin-bottom: 15px;
    text-align: center; }
    .cards--13 .card:nth-child(3n+3) {
      margin-right: 0px; }
    .cards--13 .card__icon {
      margin: auto;
      padding-bottom: 10px;
      text-align: center; }
      .cards--13 .card__icon img {
        max-width: 30px; }
    .cards--13 .card__title {
      padding-bottom: 10px;
      font-size: 1.2rem; }
  .cards--alert .card {
    background-color: #58a5dd;
    border-radius: 30px;
    width: calc(100% - 40px);
    padding: 20px 20px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .cards--alert .card__icon {
      flex: 0 0 50px;
      padding: 0 0 0 15px; }
      .cards--alert .card__icon img {
        max-width: 50px; }
    .cards--alert .card__details {
      flex-grow: 1;
      padding: 0 10px 0 0; }
    .cards--alert .card__title {
      font-size: 2rem;
      font-weight: 800;
      padding-bottom: 0px;
      color: #fff; }
    .cards--alert .card p {
      color: #fff;
      font-size: 1.2rem; }



.card--orange {
  background-color: #ebfff8 !important; }

.card--pink {
  background-color: #fff7f7 !important; }

/*===============================================*/
/* 10. SLIDERS-------- */
/*===============================================*/
.slider-intro {
  width: 100%;
  height: 100%; }
  .slider-intro__slide {
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center; }
  .slider-intro .caption {
    width: calc(100% - 80px);
    padding: 0 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4); }
    .slider-intro .caption__title {
      font-weight: 900;
      color: #fff;
      font-size: 3.2rem; }
      .slider-intro .caption__title strong {
        font-weight: 800; }
      .slider-intro .caption__title--wedding {
        font-family: "Raleway", sans-serif;
        font-size: 6.4rem;
        font-weight: 400;
        line-height: 1; }
        .slider-intro .caption__title--wedding span {
          display: block;
          font-size: 8rem;
          font-weight: 800; }
    .slider-intro .caption__text {
      font-size: 1.6rem; }
    .slider-intro .caption__image {
      width: 100%;
      text-align: center;
      padding-bottom: 40px; }
      .slider-intro .caption__image img {
        display: block;
        max-width: 100%;
        margin: auto; }
    .slider-intro .caption__more {
      margin: 10px 0 0 0; }
  .slider-intro__skip {
    position: absolute;
    bottom: 50px;
    left: 0px;
    width: 100%;
    text-align: center;
    z-index: 888;
    font-size: 1.1rem;
    letter-spacing: 1px;
    font-weight: 800; }
    .slider-intro__skip a {
      color: #fff; }
  .slider-intro--bottom-nav .slider-intro__skip {
    bottom: 110px; }
  .slider-intro__prev {
    right: 40px;
    left: auto;
    top: auto;
    bottom: 50px; }
    .slider-intro__prev::after {
      font-size: 2rem;
      color: #fff; }
  .slider-intro__next {
    right: 10px;
    left: auto;
    top: auto;
    bottom: 50px; }
    .slider-intro__next::after {
      font-size: 2rem;
      color: #fff; }
  .slider-intro__pagination.swiper-pagination-bullets {
    bottom: 10px; }
    .slider-intro__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
      width: 10px;
      height: 1px;
      margin: 0 2px;
      border-radius: 0;
      background: #fff;
      opacity: .4; }
      .slider-intro__pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
        background: #fff;
        opacity: 1; }
  .slider-intro--bottom-nav .slider-intro__pagination.swiper-pagination-bullets {
    bottom: 80px; }

.slider-simple {
  width: 100%;
  height: 300px;
  border-radius: 15px;
  position: relative; }
  .slider-simple__slide {
    width: 100%; }
  .slider-simple .caption {
    width: 60%;
    padding: 0 20%;
    height: calc(100% - 10px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff; }
    .slider-simple .caption__title {
      font-weight: 300;
      color: #fff;
      font-size: 2.6rem;
      line-height: 1.2;
      text-shadow: 3px 5px 17px rgba(0, 0, 0, 0.55); }
      .slider-simple .caption__title strong {
        font-weight: 900; }
      .slider-simple .caption__title span {
        font-weight: 800; }
  .slider-simple__prev {
    position: absolute;
    right: auto;
    left: 10px;
    top: 50%;
    bottom: auto;
    background-color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    box-shadow: 2px 4px 35px -7px rgba(0, 0, 0, 0.64);
    -webkit-box-shadow: 2px 4px 35px -7px rgba(0, 0, 0, 0.64);
    -moz-box-shadow: 2px 4px 35px -7px rgba(0, 0, 0, 0.64); }
    .slider-simple__prev::after {
      font-size: 1.4rem;
      color: #000; }
  .slider-simple__next {
    position: absolute;
    right: 10px;
    left: auto;
    top: 50%;
    bottom: auto;
    background-color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    box-shadow: 2px 4px 35px -7px rgba(0, 0, 0, 0.64);
    -webkit-box-shadow: 2px 4px 35px -7px rgba(0, 0, 0, 0.64);
    -moz-box-shadow: 2px 4px 35px -7px rgba(0, 0, 0, 0.64); }
    .slider-simple__next::after {
      font-size: 1.4rem;
      color: #000; }
  .slider-simple__pagination.swiper-pagination-bullets {
    bottom: 10px; }
    .slider-simple__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
      width: 10px;
      height: 1px;
      margin: 0 2px;
      border-radius: 0;
      background: #fff;
      opacity: .4; }
      .slider-simple__pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
        background: #fff;
        opacity: 1; }

.slider-thumbs {
  width: 100%;
  padding-bottom: 20px;
  position: relative; }
  .slider-thumbs__slide {
    width: 100%;
    height: auto !important;
    position: relative; }
    .slider-thumbs__slide--1h {
      width: 66%; }
    .slider-thumbs__slide--2 {
      width: calc(50% - 5px); }
    .slider-thumbs__slide--2h {
      width: 38%; }
    .slider-thumbs__slide--3 {
      width: calc(33.33% - 6.666px); }
    .slider-thumbs__slide--3h {
      width: 26%; }
    .slider-thumbs__slide--4 {
      width: calc(25% - 7.5px); }
    .slider-thumbs__slide--4h {
      width: 20%; }
  .slider-thumbs__image {
    position: relative;
    overflow: hidden; }
    .slider-thumbs__image img {
      display: block;
      max-width: 100%;
      border-radius: 15px; }
  .slider-thumbs__icon {
    position: relative;
    overflow: hidden;
    background-color: #f1f8fa;
    padding: 20px 0;
    border-radius: 15px; }
    .slider-thumbs__icon img {
      display: block;
      margin: auto;
      max-width: 30px; }
  .slider-thumbs__price {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 888;
    background-color: #fff;
    box-shadow: 4px 4px 30px -5px rgba(0, 0, 0, 0.28);
    -webkit-box-shadow: 4px 4px 30px -5px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 4px 4px 30px -5px rgba(0, 0, 0, 0.28);
    color: #58a5dd;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 45px;
    text-align: center; }
  .slider-thumbs__more {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 888; }
  .slider-thumbs .caption {
    padding: 10px 0;
    text-align: left;
    color: #121330; }
    .slider-thumbs .caption__title {
      font-weight: 500;
      font-size: 1.4rem;
      line-height: 1.3;
      padding-bottom: 0px; }
      .slider-thumbs .caption__title a {
        color: #44484a; }
      .slider-thumbs .caption__title strong {
        font-weight: 900; }
      .slider-thumbs .caption__title--smaller {
        font-size: 1.2rem;
        line-height: 1.2; }
      .slider-thumbs .caption__title--centered {
        text-align: center; }
    .slider-thumbs .caption__category {
      display: inline-block;
      background-color: #f4f9ff;
      color: #fff;
      font-size: 1rem;
      padding: 5px 10px;
      margin: 5px 0 0 0;
      border-radius: 10px;
      font-weight: 600;
      letter-spacing: 1px; }
  .slider-thumbs__prev {
    position: absolute;
    right: 40px;
    left: auto;
    top: 0;
    bottom: auto;
    background-color: #fff;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    box-shadow: 2px 4px 35px -7px rgba(0, 0, 0, 0.64);
    -webkit-box-shadow: 2px 4px 35px -7px rgba(0, 0, 0, 0.64);
    -moz-box-shadow: 2px 4px 35px -7px rgba(0, 0, 0, 0.64); }
    .slider-thumbs__prev::after {
      font-size: 1.2rem;
      color: #000; }
  .slider-thumbs__next {
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    bottom: auto;
    background-color: #fff;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    box-shadow: 2px 4px 15px -7px rgba(0, 0, 0, 0.64);
    -webkit-box-shadow: 2px 4px 15px -7px rgba(0, 0, 0, 0.64);
    -moz-box-shadow: 2px 4px 15px -7px rgba(0, 0, 0, 0.64); }
    .slider-thumbs__next::after {
      font-size: 1.2rem;
      color: #000; }
  .slider-thumbs__pagination.swiper-pagination-bullets {
    bottom: 0px; }
    .slider-thumbs__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
      width: 10px;
      height: 1px;
      margin: 0 2px;
      border-radius: 0;
      background: #000;
      opacity: .4; }
      .slider-thumbs__pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
        background: #000;
        opacity: 1; }

.slider-menu {
  width: 100%;
  height: 100%;
  background-image: url(../img/bg3.jpg); }
  .slider-menu__slide {
    width: 100%; }
  .slider-menu__pagination.swiper-pagination-bullets {
    bottom: 10px; }
    .slider-menu__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
      width: 10px;
      height: 1px;
      margin: 0 2px;
      border-radius: 0;
      background: #fff;
      opacity: .4; }
      .slider-menu__pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
        background: #fff;
        opacity: 1; }
  .slider-menu__nav ul {
    width: calc(100% - 40px);
    margin: 100px 20px 0 20px;
    display: flex;
    flex-wrap: wrap; }
    .slider-menu__nav ul li {
      width: calc(33.333% - 13.333px);
      margin-right: 20px;
      margin-bottom: 20px;
      padding: 20px 0;
      text-align: center;
      border-radius: 15px; }
      .slider-menu__nav ul li:nth-child(3n+3) {
        margin-right: 0px; }
      .slider-menu__nav ul li img {
        display: block;
        margin: auto auto 5px auto;
        max-width: 30px; }
      .slider-menu__nav ul li span {
        color: #fff;
        font-size: 1.2rem; }
      .slider-menu__nav ul li strong {
        color: #000;
        font-size: 1.2rem;
        background-color: #01ddac;
        padding: 2px 5px;
        margin-left: 4px;
        border-radius: 100%; }

/*===============================================*/
/* 11. CUSTOM PAGES */
/*===============================================*/
/* 11-1. PAGE - INTRO */
/*========================*/
.page--intro {
  height: 100%;
  background-color: #121330; }

.text-animation {
  width: 250px;
  margin: auto;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 10%, white 50%, rgba(255, 255, 255, 0) 90%);
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 100% 250px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-animation: stripes 3s linear infinite;
  animation: stripes 3s linear infinite; }

@-webkit-keyframes stripes {
  100% {
    background-position: 250px 0; } }

@keyframes stripes {
  100% {
    background-position: 250px 0; } }

/* 11-1. PAGE - SPLASH */
/*========================*/
.page--splash {
  width: 100%;
	max-width: 1000px;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.page--hidden {
	display: none;
}
.page--qrerve {
  width: 100%;
	max-width: 1000px;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.demo_splash {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
    background-color: #f8f8f8ff;
    width: 100%;
}


.splash {
  display: flex;
  align-items: center;
  justify-content: center;
    background-color: #f8f8f8ff;
   width:100%; 
   height:100%; 
   background:url(../img/mmcc.png) center center no-repeat;    
 
max-width: 1000px;}
  .splash__content {
    width: 100%;
	 
   margin-bottom: 175px;}
  .splash__logo {
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: min(3.5rem,6vw);
    margin-bottom: 0px; }
    .splash__logo strong {
      font-weight: 900;
		color: #58a5dd; 
 }


  .user_splash__logo {
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 3.8rem;
    margin-bottom: 0px; }
    .user_splash__logo strong {
      font-weight: 900;
		color: #F99E33; 
 }

.orange_color {
    color: #F99E33;
}

    .landing_logo {
		font-size: 12rem; }
.development_logo {
    font-size: 3rem;
}
  .splash__text {
    width: 70%;
    text-align: center;
    margin: 0 auto 40px auto;
    line-height: 1.5;
    color: #fff; }
  .splash__buttons {
    width: 80%;
    margin: auto;
    display: flex;
    margin-bottom: 40px; }
    .splash__buttons .button {
      margin: 0 5px; }
  .splash__social-login {
    width: 100%;
    text-align: center; }
    .splash__social-login p {
      text-transform: uppercase;
      color: #fff;
      font-size: 1.1rem;
      letter-spacing: 1px; }
  .splash__social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0; }

/* 11-3. PAGE - LOGIN */
/*========================*/
.page--login {
  height: 100%;
  background-color: #fff; }

.login {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
	max-width: 1000px;
  height: 100%;
    overflow: visible;
}
  .login__content {
    width: 100%; }
.login_spacer{
    min-height: 25%;
}
  .login__title {
    width: 100%;
    text-align: center;
    font-weight: 800;
    font-size: 2rem;
    margin-bottom: 60px;
      margin-top: 20px;
    padding: 0px; }
  .login__text {
    width: 70%;
    text-align: center;
    margin: 0 auto 40px auto;
    line-height: 1.5; }
.create_prospect_form{
  max-width: 300px;
  margin: auto;
 }
.login-form {
  width: 70%;
  margin: auto;
	max-width: 375px; }
  .login-form__row {
    width: 100%;
    margin-bottom: 10px;}
  .login-form__label {
    width: 100%;
    display: block;
    padding-top: 10px;
	 margin-left: 15px;
    text-transform: uppercase;
    font-size: 1.1rem;
    letter-spacing: 1px;
    font-weight: 900; }
  .login-form label.error {
    color: #d6536c;
    padding: 10px 0 0 5px;
    font-size: 1.1rem; }
  .login-form__input {
    width: calc(100% - 40px);
    border: none;
      resize: none;
	  	display: flex;
	  	  margin-left: auto;
	  margin-right: auto;
	  justify-content: center;
    background-color: #58A5DD40;
    padding: 15px 10px;
    border-radius: 25px; }
  .login-form__submit {
    margin-top: 40px;
width: calc(100% - 20px);
	  margin-left: auto;
	  margin-right: auto;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
	      box-shadow: none;
	display: flex;
	  justify-content: center;
      z-index: 99;
}









  .login-form__forgot-pass {
    width: 100%;
    text-align: center; }
    .login-form__forgot-pass a {
      font-weight: 800; }
  .login-form__bottom {
    width: 100%;
    text-align: center;
    margin-top: 20px; }
    .login-form__bottom p {
      padding-bottom: 10px; }

.icon {
  display: block; }
  .icon--social {
    width: 20px;
    height: 20px;
    border: 1px #fff solid;
    border-radius: 100%;
    padding: 10px;
    margin: 0 5px; }
    .icon--social img {
      display: block;
      max-width: 100%; }

/* 11-3. PAGE - BLOG */
/*========================*/
.posts {
  margin-bottom: 40px; }

.post {
  width: calc(100% - 40px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 15px 20px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 4px 4px 30px -5px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 4px 4px 30px -5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 4px 4px 30px -5px rgba(0, 0, 0, 0.08); }
  .post__thumb {
    flex: 0 0 80px;
    margin: 0 20px 0 0; }
    .post__thumb img {
      display: block;
      max-width: 100%;
      border-radius: 20px; }
  .post__details {
    flex-grow: 1; }
  .post__title {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 0 0 10px 0; }
    .post__title a {
      color: #44484a; }

.post-details {
  margin-bottom: 40px;
  position: relative;
  padding: 10px 0 0 0; }
  .post-details__share {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 77;
    cursor: pointer; }
    .post-details__share img {
      display: block;
      max-width: 20px; }
  .post-details__date {
    font-weight: 800;
    font-size: 1.2rem;
    color: #5c5c5c;
    padding-bottom: 10px; }
  .post-details__title {
    font-size: 2.2rem;
    line-height: 1.3;
    padding: 0 0 10px 0; }
  .post-details__user {
    display: flex;
    align-items: center; }
    .post-details__user img {
      display: block;
      max-width: 30px;
      border-radius: 50%;
      margin-right: 10px; }
  .post-details__feat-image {
    margin: 10px 0; }
    .post-details__feat-image img {
      display: block;
      max-width: 100%;
      border-radius: 30px; }

/*===============================================*/
/* 12. PHOTO GALLERY */
/*===============================================*/
.photo-gallery {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .photo-gallery li img {
    display: block;
    max-width: 100%; }
  .photo-gallery--11 li {
    width: 100%;
    margin-bottom: 10px; }
  .photo-gallery--12 li {
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 10px; }
    .photo-gallery--12 li:nth-child(2n+2) {
      margin-right: 0px; }
  .photo-gallery--13 li {
    width: calc(33.333% - 6.666px);
    margin-right: 10px;
    margin-bottom: 10px; }
    .photo-gallery--13 li:nth-child(3n+3) {
      margin-right: 0px; }
  .photo-gallery--14 li {
    width: calc(25% - 7.5px);
    margin-right: 10px;
    margin-bottom: 10px; }
    .photo-gallery--14 li:nth-child(4n+4) {
      margin-right: 0px; }

.gallery-switch li.selected {
  opacity: 0.5; }

.sl-overlay {
  background: #000;
  opacity: 0.8; }

.sl-wrapper .sl-close {
  font-family: "Raleway", sans-serif;
  color: #fff; }

.sl-wrapper .sl-counter {
  color: #fff;
  font-size: 1.6rem; }

.sl-wrapper .sl-navigation button {
  font-family: "Raleway", sans-serif;
  color: #fff; }

.sl-wrapper .sl-navigation button.sl-next {
  font-size: 4rem; }

.sl-wrapper .sl-navigation button.sl-prev {
  font-size: 4rem; }

.sl-wrapper .sl-image .sl-caption {
  color: #fff;
  background: #58a5dd;
  font-size: 1.4rem; }

/*===============================================*/
/* 13. MUSIC PLAYER */
/*===============================================*/
.page--music {
  background-color: #121330; }

.music-player audio {
  display: none; }

.music-player__list {
  padding: 280px 0 40px 0; }
  .music-player__list li {
    cursor: pointer;
    display: block;
    margin: 0 0 5px 0;
    padding: 10px 20px;
    background-color: #000000;
    border-radius: 25px;
    color: #fff; }
    .music-player__list li.selected {
      background-color: #58a5dd;
      color: #ffffff; }
    .music-player__list li .track {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .music-player__list li .track__nr {
        padding-right: 20px; }
      .music-player__list li .track__title {
        flex-grow: 1;
        font-size: 1.3rem; }
      .music-player__list li .track__length {
        padding-left: 20px; }

.music-player__toolbar {
  position: fixed;
  top: 69px;
  left: 0px;
  z-index: 222;
  width: 100%;
  height: 300px;
  color: #fff;
  background-color: #121330; }

.music-player__sound-wave {
  width: 200px;
  margin: auto;
  height: 150px;
  display: flex;
  justify-content: space-around;
  align-items: center; }
  .music-player__sound-wave .bar {
    display: block;
    width: 2px;
    margin-right: 1px;

    height: 150px;
    background: #58a5dd;
    animation: sound 0ms -800ms linear infinite alternate;
    transition: height 0.8s; }

@keyframes sound {
  0% {
    opacity: .35;
    height: 6px; }
  100% {
    opacity: 1;
    height: 100px; } }

.bar:nth-child(1) {
  height: 2px;
  animation-duration: 474ms; }

.bar:nth-child(2) {
  height: 150px;
  animation-duration: 433ms; }

.bar:nth-child(3) {
  height: 18px;
  animation-duration: 407ms; }

.bar:nth-child(4) {
  height: 26px;
  animation-duration: 458ms; }

.bar:nth-child(5) {
  height: 30px;
  animation-duration: 400ms; }

.bar:nth-child(6) {
  height: 32px;
  animation-duration: 427ms; }

.bar:nth-child(7) {
  height: 34px;
  animation-duration: 441ms; }

.bar:nth-child(8) {
  height: 36px;
  animation-duration: 419ms; }

.bar:nth-child(9) {
  height: 40px;
  animation-duration: 487ms; }

.bar:nth-child(10) {
  height: 100px;
  animation-duration: 442ms; }

.bar:nth-child(11) {
  height: 2px;
  animation-duration: 474ms; }

.bar:nth-child(12) {
  height: 10px;
  animation-duration: 433ms; }

.bar:nth-child(13) {
  height: 18px;
  animation-duration: 407ms; }

.bar:nth-child(14) {
  height: 26px;
  animation-duration: 458ms; }

.bar:nth-child(15) {
  height: 30px;
  animation-duration: 400ms; }

.bar:nth-child(16) {
  height: 32px;
  animation-duration: 427ms; }

.bar:nth-child(17) {
  height: 34px;
  animation-duration: 441ms; }

.bar:nth-child(18) {
  height: 36px;
  animation-duration: 419ms; }

.bar:nth-child(19) {
  height: 40px;
  animation-duration: 487ms; }

.bar:nth-child(20) {
  height: 100px;
  animation-duration: 442ms; }

.music-toolbar__header {
  width: calc(100% - 40px);
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.4rem; }
  .music-toolbar__header .song-status {
    width: 30%; }
  .music-toolbar__header .song-title {
    width: 70%;
    overflow: hidden; }
    .music-toolbar__header .song-title span {
      display: inline-block;
      white-space: nowrap;
      animation: animatesongtitle 8s infinite linear;
      padding-left: 100%;
      /*Initial offset*/ }

.music-toolbar__navigation {
  display: flex;
  justify-content: center;
  align-items: center; }
  .music-toolbar__navigation a {
    margin: 0 10px; }
    .music-toolbar__navigation a img {
      display: block;
      width: 50px; }

@keyframes animatesongtitle {
  to {
    transform: translateX(-100%); } }

/* Plyr Overrides
========================== */
.plyr--audio .plyr__controls {
  background-color: transparent;
  border: none;
  color: #fff;
  padding: 0px 20px 10px 10px;
  width: calc(100% - 30px); }

a.plyr__controls__item.plyr__control:hover,
.plyr--audio .plyr__controls button:hover,
.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr__play-large {
  background-color: rgba(0, 0, 0, 0.1); }

.plyr__volume {
  min-width: 20px; }

.plyr__progress--played,
.plyr__volume--display {
  color: rgba(0, 0, 0, 0.1); }

.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
  background: rgba(0, 0, 0, 0.1); }

.plyr--audio .plyr__progress--buffer {
  color: rgba(0, 0, 0, 0.1); }

/*===============================================*/
/* 14. SHOP */
/*===============================================*/
.quantity {
  display: flex;
  align-items: center;
  padding: 0; }
  .quantity__button {
    padding: 10px 20px;
    background: none;
    background-color: #f9f9f9;
    border: none;
    color: #58a5dd;
    font-size: 3rem;
    text-align: center;
    border-radius: 25px; }
  .quantity__input {
    width: 20px;
    text-align: center;
    background: none;
    border: none;
    font-size: 1.6rem; }
  .quantity--small .quantity__button {
    padding: 5px 15px; }

.shop-details-price {
  width: 60px;
  height: 60px;
  background-color: #f1f8fa;
  color: #58a5dd;
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 60px;
  text-align: center;
  border-radius: 100%;
  margin-left: 20px; }

.shop-details-share {
  position: absolute;
  bottom: 10px;
  right: 20px;
  z-index: 555; }
  .shop-details-share img {
    display: block;
    width: 24px; }

.size-selectors {
  width: 100%;
  margin: 0 0 20px 0;
  display: flex;
  align-items: center; }
  .size-selectors label {
    display: block;
    cursor: pointer;
    padding: 10px 15px;
    margin: 0 5px 0 0;
    text-align: center; }
  .size-selectors input[type=radio] {
    display: none; }
  .size-selectors input[type=radio] + label {
    display: block;
    background-color: #f9f9f9; }
  .size-selectors input[type=radio]:checked + label {
    background-color: #01ddac;
    color: #ffffff; }

.color-selectors {
  width: 100%;
  margin: 0 0 20px 0;
  display: flex;
  align-items: center; }
  .color-selectors label {
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    padding: 0;
    margin: 0 5px 0 0; }
    .color-selectors label.gray {
      background-color: #f6f9fa; }
    .color-selectors label.red {
      background-color: #ed434b; }
    .color-selectors label.orange {
      background-color: #f2901d; }
    .color-selectors label.yellow {
      background-color: #e8d503; }
    .color-selectors label.orange {
      background-color: #6fe803; }
    .color-selectors label.blue {
      background-color: #0394e8; }
    .color-selectors label.black {
      background-color: #000000; }
  .color-selectors input[type=radio] {
    display: none; }
  .color-selectors input[type=radio] + label {
    border: 2px #fff solid; }
  .color-selectors input[type=radio]:checked + label {
    background-image: url(../icons/system/checked-simple.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 14px 14px; }
  .color-selectors input[type=radio]:checked + label.black {
    background-image: url(../icons/system/white-checked-simple.svg); }

 
	.item-plus {
      margin: 0 0 0 0px;
display: flex;}
      .item-plus img {
        display: none;
        max-width: 20px;
		margin-right: 30px;
		  display: block;
          margin-top: 12px;
}
.arrows{
	max-width: 20px;
	display: none;
}
.down_arrow{
	max-width: 20px;

}
.up_arrow{
	max-width: 20px;

}
    .done_hamburger {
		display: flex;
      margin: 0 0 0 20px;
}
      .done_hamburger img {
        display: none;
        max-width: 20px;
}

    .reorder_hamburger {
		display: flex;
      margin: 0 0 0 20px;
		z-index: 100;
}
      .reorder_hamburger img {
        display: block;
        max-width: 20px;
		opacity: 25%;
}

    .prospect-delete {
      margin: 0 0 0 20px;
padding-left: 20px;}
      .prospect-delete img {
       
        max-width: 20px;
}
    .header_item-checked {
      margin-right: 20px; }
      .header_item-checked img {
        max-width: 20px;
        padding-left: 10px;
        padding-right: 20px;
        ;
}
}
    .header_item-x {
      margin-right: 20px; }
      .header_item-x img {
        max-width: 20px;
        padding-left: 10px;
        padding-right: 20px;
        ;
}
}
    .header_item-plus {
      margin-right: 20px; }
      .header_item-plus img {
        display: none;
        max-width: 20px;
        padding-left: 10px;
        padding-right: 20px;
        ;
}
    .header_item-delete {
      margin-right: 20px; }
      .header_item-delete img {
        display: none;
        max-width: 20px;
        ;
}
    .header_item-edit {
      margin-right: 20px; }
      .header_item-edit img {
        max-width: 20px;
        ;
}
    .item-delete {
      margin: 0px 10px 0 20px; }
      .item-delete img {
        max-width: 20px;
        margin-top: -2px;
        margin-right: 10px;
}

@media (max-width: 400px) {
  .item-delete {
      margin-left: 0px;
    }
}
    .item-edit{
      margin: 15px 10px 0 20px; }
      .item-edit img {
        display: none;
        max-width: 20px;
        margin-top: -2px;
        margin-right: 10px;
}
    .item-save_tags {
      margin: 0 0 0 20px; }
      .item-save_tags img {
        display: none;
        max-width: 20px;
}
    .item-edit_desc {
      margin: 0 0 0 20px;}
      .item-edit_desc img {
        display: block;
        max-width: 20px; }
    .item-edit_url {
      margin: 0 0 0 20px;}
      .item-edit_url img {
        display: block;
        max-width: 20px; }

    .many_delete {
      margin: 0 0 0 20px; }
      .many_delete img {
        display: none;
        max-width: 20px; }

    .many_print {
      margin: 0 0 0 20px; 
		display: flex;
		justify-content: space-between;}
      .many_print img {
        display: none;
        max-width: 20px;
		margin-right: 30px;
}


	.action_buttons {
		display: flex;
		justify-content: space-around;}


  .cart__total {
    width: calc(100% - 40px);
    padding: 20px;
    margin: 10px 0;
    background-color: #fff;
    border-radius: 10px; }
    .cart__total--page {
      background-color: #f9f9f9; }
    .cart__total span {
      font-size: 1.2rem; }
    .cart__total b {
      color: #000; }
    .cart__total strong {
      color: #58a5dd;
      font-size: 1.6rem; }
    .cart__total .total {
      border-top: 1px #ddd solid;
      padding-top: 20px; }
      .cart__total .total span {
        font-size: 1.2rem;
        font-weight: 800;
        color: #58a5dd;
        letter-spacing: 1px; }

/*===============================================*/
/* 15. FORMS */
/*===============================================*/
.form {
  margin: auto; }
  .form__row {
    width: 100%;
    margin-bottom: 10px; }
  .form__label {
    width: 100%;
    display: block;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 1.1rem;
    letter-spacing: 1px;
    font-weight: 900; }
  .form label.error {
    color: #cd3862;
    padding: 10px 0 0 5px;
    font-size: 1.1rem; }
  .form__input_url {
    width: calc(100% - 30px);
    border: none;
    background-color: #58A5DD40;
    padding: 15px 10px 15px 20px;
    border-radius: 25px;
    font-weight: 500;
    font-size: 2rem;
	margin-bottom: 10px;}
  .form__input_desc {
    width: calc(100% - 30px);
    border: none;
    background-color: #58A5DD40;
    padding: 15px 10px 15px 20px;
    border-radius: 25px;
    font-weight: 500;
    font-size: 2rem;
	margin-bottom: 10px;}
.form__input_single_line {
    width: 32vw;
    border: none;
    background-color: #58A5DD40;
    padding: 15px 10px 15px 20px;
    border-radius: 25px;
    font-weight: 500;
    max-height: 15px;
    font-size: 1rem;
}
@media (max-width: 400px) {
  .form__input_single_line {
      padding: 8px 5px 8px 10px;
    }
}


.slightly_longer_single_line{
    width: 45vw !important;
}
@media (max-width: 400px) {
  .slightly_longer_single_line{  
    margin-top: 1.2vw;
    margin-left: 1vw;
  }
}
.label_variable_width {
width: max(20%,10vw);
    padding-left: 10px;
    min-width: 80px;
    max-width: 200px;
}

.dropdown_input {
  width: 65% !important;
}

.training_category_dropdown_input {
  width: 120% !important;
}


.number_input {
    width: min(80px,20vw)!important;
}

  .form__input {
    width: calc(100% - 30px);
    border: none;
    background-color: #58A5DD40;
    padding: 15px 10px 15px 20px;
    border-radius: 25px;
    font-weight: 500;
    font-size: 1.4rem; }
    .form__input::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #4c4c4c;
      opacity: 1;
      /* Firefox */ }
    .form__input:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #4c4c4c; }
    .form__input::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #4c4c4c; }
    .form__input--12 {
      width: calc(50% - 35px); }
    .form__input--23 {
      width: calc(((100% / 3 ) * 2) - 35px); }
    .form__input--13 {
      width: calc((100% / 3) - 35px); }
  .form__textarea {
    width: calc(100% - 35px);
    height: 50px;
    border: none;
    background-color: #58A5DD40;
    padding: 18px 15px 18px 20px;
    border-radius: 25px;
    font-weight: 500;
    font-size: 1.4rem; }
    .form__textarea::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #4c4c4c;
      opacity: 1;
      /* Firefox */ }
    .form__textarea:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #4c4c4c; }
    .form__textarea::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #4c4c4c; }
  .form__select {
    padding: 0;
      max-height: 40px;
    width: 100%;
    margin: 0;
    overflow: hidden;
    border-radius: 25px;
    background-color: #58A5DD40;
    background-image: url(../icons/system/blue-arrow-down.svg);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 16px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    .form__select select {
      padding: 10px 0 10px 20px;
      width: 110%;
      margin: 0 0 5px 0;

      border: none;
      box-shadow: none;
      font-weight: 500;
      font-size: 1.1rem;
      background-color: transparent;
      background-image: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }

@media (max-width: 400px) {
  .form__select select {
      padding: 8px 5px 4px 10px;
      font-size: 1rem;
    }
}

  .form__submit {
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none; }

.radio-option {
  width: auto;
  display: inline-block;
  padding: 0;
  margin: 0 10px 10px 0;
  cursor: pointer; }
  .radio-option label {
    cursor: pointer;
    display: block;
    padding: 15px 20px;
    background-color: #58A5DD40;
    color: #000;
    text-align: left;
    font-size: 1.4rem;
    font-weight: 600;
    border-radius: 25px; }
    .radio-option label span {
      color: #01ddac;
      font-weight: 800; }
  .radio-option input[type="radio"] {
    display: none; }
  .radio-option input[type="radio"]:checked + label {
    background-color: #58a5dd;
    color: #fff; }
    .radio-option input[type="radio"]:checked + label span {
      color: #fff; }
  .radio-option--full {
    width: 100%;
    margin: 0 0 10px 0; }
    .radio-option--full label {
      padding: 15px 20px 15px 40px; }
    .radio-option--full input[type="radio"]:checked + label {
      background-image: url(../icons/system/white-checked-simple.svg);
      background-repeat: no-repeat;
      background-position: 15px 50%;
      background-size: 16px; }

.checkbox-option {
  width: auto;
  display: inline-block;
  padding: 0;
  margin: 0 10px 10px 0;
  cursor: pointer; }
  .checkbox-option label {
    cursor: pointer;
    display: block;
    padding: 15px 20px;
    background-color: #58A5DD40;
    color: #000;
    text-align: left;
    font-size: 1.4rem;
    font-weight: 600;
    border-radius: 25px; }
    .checkbox-option label span {
      color: #01ddac;
      font-weight: 800; }
  .checkbox-option input[type="checkbox"] {
    display: none; }
  .checkbox-option input[type="checkbox"]:checked + label {
    background-color: #01ddac;
    color: #fff; }
    .checkbox-option input[type="checkbox"]:checked + label span {
      color: #fff; }
  .checkbox-option--full {
    width: 100%;
    margin: 0 0 10px 0; }
    .checkbox-option--full label {
      padding: 15px 20px 15px 40px; }
    .checkbox-option--full input[type="checkbox"]:checked + label {
      background-image: url(../icons/system/white-checked-simple.svg);
      background-repeat: no-repeat;
      background-position: 15px 50%;
      background-size: 16px; }

.card-selector {
  width: 100%;
  display: inline-block;
  padding: 0;
  margin: 0 0 10px 0;
  cursor: pointer; }
  .card-selector label {
    cursor: pointer;
    display: block;
    padding: 20px 20px 20px 60px;
    background-color: #f4f9ff;
    background-image: url(../icons/system/card.svg);
    background-repeat: no-repeat;
    background-position: 15px 50%;
    background-size: 30px;
    color: #000;
    text-align: left;
    font-size: 1.4rem;
    font-weight: 600;
    border-radius: 10px; }
    .card-selector label span {
      color: #01ddac;
      font-weight: 400;
      display: block; }
  .card-selector input[type="radio"] {
    display: none; }
  .card-selector input[type="radio"]:checked + label {
    background-color: #01ddac;
    background-image: url(../icons/system/white-checked-simple.svg);
    background-repeat: no-repeat;
    background-position: 15px 50%;
    background-size: 16px;
    color: #fff; }
    .card-selector input[type="radio"]:checked + label span {
      color: #fff; }

.checkbox-simple {
  margin: 5px; }
  .checkbox-simple label {
    cursor: pointer;
    color: #000; }
  .checkbox-simple input[type="checkbox"] {
    display: none; }
  .checkbox-simple input[type="checkbox"] + label:before {
    border: none;
    content: "\00a0";
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 600;
    width: 15px;
    height: 15px;switch input:checked
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    margin: 0 10px 0 0;
    line-height: 15px;
    vertical-align: center;
    border: solid;
	  border-color: black;
	  border-width: 1px;
    background-color: #ffffff; }
  .checkbox-simple input[type="checkbox"]:checked + label:before {
    color: #fff;
    content: "\2713";
    border: solid;
	  border-color: #fff;
	  border-width: 1px;
    text-align: center;
    background-color: #58a5dd; }

.switch__label {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  padding: 0px;
  margin-left: 10px;
  border-radius: 20px;
  background: #58A5DD40;
  transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  vertical-align: middle;
  cursor: pointer;
  margin-right: 15px;}
  .switch__label::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 4px;
    width: 16px;
    height: 16px;
    background: #58a5dd;
    border-radius: 50%;
    transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1); }
  .switch__label:active::before {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(128, 128, 128, 0.1); }

.switch input:checked + .switch__label {
  background: #58a5dd; }

.switch input:checked + .switch__label::before {
  left: 20px;
  background: #fff; }

.switch input:checked + .switch__label:active::before {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(0, 150, 136, 0.2); }



.mic_and_switch {
    display: flex;
    
}
  .mic {
     max-width: 20px; 
      max-height: 20px;
    }


.black_switch__label {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  padding: 0px;
  margin-left: 10px;
  border-radius: 20px;
  background: #D1D1D1;
  transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  vertical-align: middle;
  cursor: pointer;
  margin-right: 15px;}
  .black_switch__label::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 4px;
    width: 16px;
    height: 16px;
    background: #504F52;
    border-radius: 50%;
    transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1); }
  .black_switch__label:active::before {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(128, 128, 128, 0.1); }

.black_switch input:checked + .black_switch__label {
  background: #504F52; }

.black_switch input:checked + .black_switch__label::before {
  left: 20px;
  background: #fff; }

.black_switch input:checked + .black_switch__label:active::before {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(0, 150, 136, 0.2); }



.approved_training_fieldset {
  width: calc(100% - 30px);
  padding-right: 20px;
  background-color: #fff;
  border-radius: 25px;
  margin-bottom: 20px;
  border: 1px solid #58a5dd;
    padding-bottom: 10px;
}



.notifications_fieldset {
  width: calc(100% - 30px);
  padding-right: 20px;
  background-color: #fff;
  border-radius: 25px;
  margin-bottom: 20px;
  border: 1px solid #58a5dd; }



.fieldset {
  width: calc(100% - 30px);
  padding: 15px;
  background-color: #fff;
  border-radius: 25px;
  margin-bottom: 20px;
  border: 1px solid #58a5dd; }


.sub-fieldset {
  width: calc(100% - 20px);
  padding: 10px;
  border: 1px #f2f2f2 solid;
  border-radius: 10px;
  margin-bottom: 20px; }

.option-hidden {
  display: none;
  margin-bottom: 10px; }

#Note {
  display: none; }

#loader {
  width: 100%;
  text-align: center;
  padding: 40px 0; }

#loader-animation {
  display: inline-block;
  position: relative;
  margin: auto;
  width: 80px;
  height: 80px; }
  #loader-animation div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px; }
    #loader-animation div:after {
      content: " ";
      display: block;
      position: absolute;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #f4f9ff;
      margin: -4px 0 0 -4px; }
    #loader-animation div:nth-child(1) {
      animation-delay: -0.036s; }
    #loader-animation div:nth-child(1):after {
      top: 63px;
      left: 63px; }
    #loader-animation div:nth-child(2) {
      animation-delay: -0.072s; }
    #loader-animation div:nth-child(2):after {
      top: 68px;
      left: 56px; }
    #loader-animation div:nth-child(3) {
      animation-delay: -0.108s; }
    #loader-animation div:nth-child(3):after {
      top: 71px;
      left: 48px; }
    #loader-animation div:nth-child(4) {
      animation-delay: -0.144s; }
    #loader-animation div:nth-child(4):after {
      top: 72px;
      left: 40px; }
    #loader-animation div:nth-child(5) {
      animation-delay: -0.18s; }
    #loader-animation div:nth-child(5):after {
      top: 71px;
      left: 32px; }
    #loader-animation div:nth-child(6) {
      animation-delay: -0.216s; }
    #loader-animation div:nth-child(6):after {
      top: 68px;
      left: 24px; }
    #loader-animation div:nth-child(7) {
      animation-delay: -0.252s; }
    #loader-animation div:nth-child(7):after {
      top: 63px;
      left: 17px; }
    #loader-animation div:nth-child(8) {
      animation-delay: -0.288s; }
    #loader-animation div:nth-child(8):after {
      top: 56px;
      left: 12px; }

@keyframes lds-roller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/*===============================================*/
/* 16. CHAT */
/*===============================================*/
.chat {
  width: 100%;
  margin: 0px;
  padding: 0px;
  list-style: none;
  clear: both; }
  .chat__row {
    padding: 0;
    margin: 0 0 10px 0;
    display: flex;
    width: 100%; }
  .chat__content {
    flex-grow: 1;
    width: 100%;
    border-radius: 15px;
    padding: 15px 20px; }
    .chat__content p {
      padding: 0px !important;
      font-size: 1.3rem;
      font-weight: 600; }
      .chat__content p a {
        color: #58a5dd; }
  .chat__row--received .chat__content {
    margin-right: 5%;
    background-color: #f9f9f9;
    border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0; }
  .chat__row--sent .chat__content {
    margin-left: 5%;
    background-color: #ebfff8;
    border-bottom-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px; }
  .chat__row--unread .chat__content {
    font-weight: 800; }
  .chat__time {
    font-size: 1.1rem; }
  .chat__row--sent .chat__time {
    color: #fff; }
  .chat__avatar {
    max-width: 40px;
    position: relative;
    margin-right: 10px; }
    .chat__avatar img {
      display: block;
      max-width: 100%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
  .chat .active-user {
    display: block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #55c709;
    border: 2px #fff solid;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 555; }
  .chat__row--sent .chat__avatar {
    align-self: flex-end;
    position: relative;
    margin-left: 10px; }

.chat-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  width: calc(100% - 40px);
  margin: 0 10px;
  padding: 0 10px;
  border-radius: 10px; }
  .chat-form__textarea {
    width: 100%;
    flex-grow: 1;
    background: none;
    background-color: transparent;
    border: none;
    resize: none;
    height: 20px;
    padding: 10px 0;
    font-size: 1.2rem; }
  .chat-form__submit {
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none; }
    .chat-form__submit img {
      display: block;
      width: 30px; }

/*===============================================*/
/* 17. TABS & ACCORDION & TABLES */
/*===============================================*/
/* Tabs
/*------------------------------------------*/




.row_expose_radio{
	opacity: 0;
	margin-left: -999px;
}
.tabs {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
   }



.tabs__label {
    order: 1;
    display: block;
    padding: 10px;
    cursor: pointer;
    font-weight: 500;
    box-shadow: 4px 4px 30px -5px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 4px 4px 30px -5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 4px 4px 30px -5px rgba(0, 0, 0, 0.08);
    background-color: #f0f0f0;
    text-align: center;
    border-radius: 25px;
    font-size: 1.4rem;
    font-weight: 800; 
    color: #9e9090;}
.tabs__label--auto {
  width: auto;
  padding: 10px 20px; }
.tabs__label--12 {
  width: calc(48% - 20px); }
.tabs__label--13 {
margin-right:  10px;
display: inline;
    font-size: min(3.5vw, 1.5em);}

.tabs__label:hover {
    background-color: #DEE2E4;
}
.tabs_box{
	border: #909090;
	border-style: solid;
	border-width: 1px;
	padding: 10px !important;
	border-radius: 25px;
	
}
  .tabs__content {
    order: 99;
    flex-grow: 1;
    width: 100%;
    display: none;
    padding: 0;
    margin-top: 20px; }
  .tabs input[type="radio"].tabs__radio_main {
    display: none; }
  .tabs input[type="radio"].tabs__radio_main:checked + label.tabs__label {
    color: #58a5dd; 
    background-color: #dbe2e8;}
  .tabs input[type="radio"].tabs__radio_main:checked + label.tabs__label + .tabs__content {
    display: block; }
  .tabs input[type="radio"].tabs__radio_actions {
    display: none; }
  .tabs input[type="radio"].tabs__radio_actions:checked + label.tabs__label {
    color: white; 
	background-color:  #58a5dd;
 }
  .tabs input[type="radio"].tabs__radio_actions:checked + label.tabs__label + .tabs__content {
    display: block; }
  .tabs input[type="radio"].tabs__radio_notify {
    display: none; }
  .tabs input[type="radio"].tabs__radio_notify:checked + label.tabs__label {
    color: white; 
	background-color:  #58a5dd;
 }
  .tabs input[type="radio"].tabs__radio_notify:checked + label.tabs__label + .tabs__content {
    display: block; }



/* ------Accordion---------- */
.accordion {
  width: 100%; }
  .accordion__item {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 10px;
    box-shadow: 4px 4px 30px -5px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 4px 4px 30px -5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 4px 4px 30px -5px rgba(0, 0, 0, 0.08);
    border-radius: 25px; }
  .accordion__input {
    position: absolute;
    opacity: 0;
    z-index: -1; }
  .accordion__label {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 15px 10px 15px 20px;
    font-size: 1.4rem;
    font-weight: 500;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .accordion__content {
    max-height: 0;
  overflow: hidden;  
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .accordion__content p {
      padding: 20px !important; }
  .accordion__input:checked ~ .accordion__content {
	  height:auto;
	  max-height: 10000px;
	  }

 
  .accordion__input:checked ~ .accordion__label, .accordion .accordion__label:hover {
    background-color: #58a5dd;
	  margin-bottom: 10px;
    color: #fff; }
  .accordion__label span {
    position: absolute;

    right: 20px;
    top: 43%;
    display: block;
    width: 14px;
    height: 14px;
    text-align: center;
    background-image: url(../icons/system/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 14px;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
  .accordion__input[type=radio]:checked + .accordion__label span {
    transform: rotateX(180deg);
    background-image: url(../icons/system/white-arrow-down.svg); }



/* ------SINGLE Accordion---------- */
.single_accordion {
  width: 100%; }
  .single_accordion__item {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 10px;
    box-shadow: 4px 4px 30px -5px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 4px 4px 30px -5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 4px 4px 30px -5px rgba(0, 0, 0, 0.08);
    border-radius: 25px; }
  .single_accordion__input {
    position: absolute;
    opacity: 0;
    z-index: -1; }
  .single_accordion__label {
    position: relative;
    display: block;
    cursor: pointer;
    padding-top: 15px;
    font-size: 1.4rem;
    font-weight: 500;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .single_accordion__content {
    
  overflow: hidden;  
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .single_accordion__content p {
      padding: 20px !important; }
  .single_accordion__input:checked ~ .single_accordion__content {
	  height:auto;
	  max-height: 10000px;
	  }

  .single_accordion__label span {
    position: absolute;

    right: 20px;
    top: 43%;
    display: block;
    width: 14px;
    height: 14px;
    text-align: center;
    background-image: url(../icons/system/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 14px;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
  .single_accordion__input[type=radio]:checked + .single_accordion__label span {
    transform: rotateX(180deg);
    background-image: url(../icons/system/white-arrow-down.svg); }







/* ------Toggle---------- */
.toggle {
  width: 100%;
  margin: 0 auto 0 auto; }
  .toggle__item {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 10px;
    box-shadow: 4px 4px 30px -5px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 4px 4px 30px -5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 4px 4px 30px -5px rgba(0, 0, 0, 0.08);
    border-radius: 25px; }
  .toggle__input {
    position: absolute;
    opacity: 0;
    z-index: -1; }
  .toggle__label {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 15px 10px 15px 20px;
    font-size: 1.4rem;
    font-weight: 500;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .toggle__content {
    max-height: 0;
    overflow: hidden;
    background-color: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .toggle__content p {
      padding: 20px !important; }
  .toggle__input:checked ~ .toggle__content {
    max-height: 300px; }
  .toggle__input:checked ~ .toggle__label, .toggle .toggle__label:hover {
    background-color: #58a5dd;
    color: #fff; }
  .toggle__label span {
    position: absolute;
    right: 20px;
    top: 43%;
    display: block;
    width: 14px;
    height: 14px;
    text-align: center;
    background-image: url(../icons/system/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 14px;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
  .toggle__input[type=checkbox]:checked + .toggle__label span {
    transform: rotateX(180deg);
    background-image: url(../icons/system/white-arrow-down.svg); }

/* TABLES */

.table {
  width: calc(100% - 40px);
  padding: 20px;
  background-color: #fafafa;
  border-radius: 15px; }
  .accordion_table__row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd; }
  .table__row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd; }

  .table__row:hover {
      background-color: #ECECEC;
}
  .table__row_header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd; }



  .img_filename {
    font-weight: 800;
	  margin-bottom: 10px;
	  display: flex;
	  justify-content: center;
    color: #58a5dd;}

	.blue_italics {
		font-weight: 100;
		color:#007aff;
		font-style: italic;
}

	.red_italics {
		font-weight: 100;
		color:#cc2525;
		font-style: italic;
}
	.italics {
		font-style: italic;
font-weight: 500;
}

  .table__section--comment { 

    font-weight: 500;
    color: #44484a; }


  .table__section_profile_header {
    font-weight: 800;
    color: #58a5dd;}
  .table__section--nr_in_accordion { 

    font-weight: 800;
    color: #58a5dd; }

  .table__section--nr {
    flex: 0 0 50px;
    font-weight: 800;
      margin-top: 15px;
    color: #58a5dd; }
  .table__section--grow {
    flex-grow: 1;
      cursor: pointer;
	margin-left: -15px;
      margin-bottom: 15px;
      margin-top: 15px;
}
  .table__section--profiles {
    flex-grow: 1;
      cursor: pointer;
	margin-left: 15px;}
  .table__section--detail {
    font-weight: 400;
	  height: 15px;
    color: #000000; }
  .table__section--header {
    font-weight: 800;
	  height: 15px;
      margin-bottom: 15px;
    color: #58a5dd; }
  .table_section--normal {
	  justify-content: normal;
}
  .table__section--centered {
    text-align: center; }
.qrcode_img {
	max-height: 250px;
	max-width: 250px;
	margin: auto;
	display: flex;
	justify-content: center;
}
  .toggle__section--grow {
    flex-grow: 1;
	}
	.desc__section--grow{
		flex-grow: 1;
}

  .table__icon {
    display: block;
    width: 24px;
    margin: auto; }
  .table--1cols .table__section {
     }
  .table--2cols .table__section {
    width: 50% !important; }
  .table--3cols .table__section {
    width: 33.333%; }
  .table--4cols .table__section {
    width: 25%;
	margin-left: 10px;}

  .table--5cols {
    overflow-x: scroll;
    width: auto; }
    .table--5cols .table__inner {
      width: 125%; }
    .table--5cols .table__section {
      width: 25%; }
  .table--6cols {
   overflow-x: scroll;
    width: auto; }
    .table--6cols .table__inner {
      width: 150%; }
    .table--6cols .table__section {
      width: 25%; }
  .table--7cols {
    overflow-x: scroll;
    width: auto; }
    .table--7cols .table__inner {
      width: 175%; }
    .table--7cols .table__section {
      width: 25%; }
  .table--8cols {
    overflow-x: scroll;
    width: auto; }
    .table--8cols .table__inner {
      width: 200%; }
    .table--8cols .table__section {
      width: 25%; }
  .table--9cols {
    overflow-x: scroll;
    width: auto; }
    .table--9cols .table__inner {
      width: 225%; }
    .table--9cols .table__section {
      width: 25%; }
  .table--10cols {
    overflow-x: scroll;
    width: auto; }
    .table--10cols .table__inner {
      width: 250%; }
    .table--10cols .table__section {
      width: 25%; }

/*===============================================*/
/* 18. OTHERS */
/*===============================================*/
.image-top {
  width: 100vw;
  margin-left: -20px;
  position: relative; }
  .image-top img {
    display: block;
    max-width: 100%; }
  .image-top__details {
    width: calc(100% - 40px);
    padding: 20px;
    position: absolute;
    bottom: 0px;
    left: 0px; }

.user-line {
  display: flex;
  align-items: center;
  padding: 0 0 10px 0; }
  .user-line img {
    display: block;
    width: 40px;
    border-radius: 50%; }
  .user-line span {
    font-weight: 800;
    padding-left: 10px; }

.entry {
  padding: 20px 0; }
  .entry h2 {
    padding: 20px 0 10px 0; }
  .entry h3 {
    padding: 20px 0 10px 0; }
  .entry__comments {
    text-align: right;
    padding-bottom: 10px; }
    .entry__comments a {
      background-color: #5c5c5c;
      color: #fff;
      font-size: 1.1rem;
      border-radius: 5px;
      padding: 5px 10px; }



.bottom_footer {
 
    height: 640px;
    width: 100%;
    background: #f00;
    align-self: flex-end;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 888;    
}


/*===============================================*/
/* 99. footer */
/*===============================================*/
.footer {
     cursor: pointer;
  padding: 20px 0;
  color: #fff; }
   .alignleft {
	float: left;
		}
   .alignright {
	float: right;
        }
  .footer--absolute {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 888; }
  .footer--fixed {
    position: fixed;
    bottom: 0px;
    
    z-index: 888;

}
  .footer--page {
    background-color: #f8f8f8;
    width: 1000px;}
  .footer--transparent {
    background: none; }
  .footer--gradient {
    background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)); }
  .footer__inner {
    width: calc(100% - 40px);
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .footer__icon {
    cursor: pointer; }
    .footer__icon img {
      display: block;
      max-width: 24px; }
    .footer__icon--empty-space {
      width: 24px; }
    .footer__icon--menu {
      width: 24px;
      height: 18px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .3s ease-in-out;
      -moz-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
      cursor: pointer; }
      .footer__icon--menu span {
        display: block;
        position: absolute;
        height: 1px;
        width: 50%;
        background: #ffffff;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        -webkit-tap-highlight-color: transparent; }
      .footer__icon--menu span:nth-child(even) {
        left: 50%; }
      .footer__icon--menu span:nth-child(odd) {
        left: 0px; }
      .footer__icon--menu span:nth-child(1), .footer__icon--menu span:nth-child(2) {
        top: 0px; }
      .footer__icon--menu span:nth-child(3), .footer__icon--menu span:nth-child(4) {
        top: 7px; }
      .footer__icon--menu span:nth-child(5), .footer__icon--menu span:nth-child(6) {
        top: 14px; }
      .footer__icon--menu.open span:nth-child(1), .footer__icon--menu.open span:nth-child(6) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #fff; }
      .footer__icon--menu.open span:nth-child(2), .footer__icon--menu.open span:nth-child(5) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background: #fff; }
      .footer__icon--menu.open span:nth-child(1) {
        left: 2px;
        top: 4px; }
      .footer__icon--menu.open span:nth-child(2) {
        left: calc(50% - 2px);
        top: 4px; }
      .footer__icon--menu.open span:nth-child(3) {
        left: -50%;
        opacity: 0; }
      .footer__icon--menu.open span:nth-child(4) {
        left: 100%;
        opacity: 0; }
      .footer__icon--menu.open span:nth-child(5) {
        left: 2px;
        top: 12px; }
      .footer__icon--menu.open span:nth-child(6) {
        left: calc(50% - 2px);
        top: 12px; }
    .footer__icon--cart {
      position: relative; }
      .footer__icon--cart span {
        position: absolute;
        top: -10px;
        right: -10px;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        text-align: center;
        line-height: 20px;
        font-size: 1.1rem;
        font-weight: 600;
        background-color: #fff;
        color: #58a5dd; }
        .footer__icon--cart span.animate {
          animation: cartnr 1.5s cubic-bezier(0.39, 0.01, 0.17, 1);
          animation-iteration-count: 1; }
    .footer__icon--more img {
      width: 6px; }
  .footer__icons-group {
    display: flex;
    align-items: center; }
    .footer__icons-group--right .footer__icon {
      margin-left: 20px; }
    .footer__icons-group--left .footer__icon {
      margin-right: 20px; }
  .footer__logo--text {
    color: #ffffff;
    font-size: 2.4rem;
    font-weight: 300; }
    .footer__logo--text strong {
      font-weight: 800;
        white-space: nowrap;
 }
    .footer__logo--text a {
     }
  .footer__title {
    ;
    font-size: 1.8rem;
    font-weight: 300; }

@keyframes cartnr {
  0% {
    transform: scale(1.5); }
  50% {
    transform: scale(0.8); }
  100% {
    transform: scale(1.5); } }
