@import url('https://fonts.googleapis.com/css2?family=Lato&family=Noto+Sans+SC&family=Noto+Sans+TC&display=swap');

/* @font-face {
    font-family: 'ABook';
    src: url('avenir/AveniBoo.otf');
}
@font-face {
    font-family: 'ALight';
    src: url('avenir/AveniLig.otf');
}
@font-face {
    font-family: 'AMed';
    src: url('avenir/AveniMed.otf');
} */

html, body{    
    font-family: "jf-openhuninn-1.0", 'Rubik','Noto Sans TC', 'Noto Sans SC', sans-serif !important;    
}  

.no-header-footer-full-h{
    height: calc(100vh - 80px);
}

@media (min-width: 576px) and (max-width: 992px){
    .modal-dialog {
        max-width: 90vw !important;
    }
}

@media screen and (max-width: 875px) {

    .paper-width{
        width:100%; 
        padding-left:10px;
        padding-right:20px;
    }

    /* Force table to not be like tables anymore */
	table.mobile-table table, 
	table.mobile-table thead, 
	table.mobile-table tbody, 
	table.mobile-table th, 
	table.mobile-table td, 
	table.mobile-table tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	table.mobile-table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	table.mobile-table tr { border: 1px solid #ccc; }
 
	table.mobile-table tbody tr td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	table.mobile-table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	table.mobile-table td:before { content: attr(data-title); }
}


/* question write css */

.questionnaire-input-block{
    width:100%;
    position: relative;
}







.question-height{
    max-height:75vh;
    min-height: 40vh;
    overflow: auto;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background:#348aac !important;
}




/* questionnaire input scrollbar */
/* scroll bar */
.questionnaire-input-block::-webkit-scrollbar-track, .custom-scroll::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.questionnaire-input-block::-webkit-scrollbar, .custom-scroll::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

.questionnaire-input-block::-webkit-scrollbar-thumb, .custom-scroll::-webkit-scrollbar-thumb
{
	background-color: #F90;	
	background-image: -webkit-linear-gradient(40deg, rgba(72,161,170,1) 2%, rgba(40,95,136,1) 94%)
}
/* question write css */

.add-note-btn{
    /* visibility: hidden; */
    /* opacity: 0; */
    transition:height 0.2s;
    -webkit-transition:height 0.2s;
    height: 0px;
}

.edit-area-block > .add-note-btn > button.btn{
    opacity:0;
    transition:opacity 0.2s 0.1s;
    -webkit-transition:opacity 0.2s 0.1s;
}

.edit-area-block:hover > .add-note-btn{
    /* visibility: visible; */
    /* opacity:1; */
    /* display: block; */
    height: 35px;
}

.edit-area-block:hover > .add-note-btn > button.btn{
    /* visibility: visible; */
    opacity:1;
    /* display: block; */
    /* height: auto; */
}

.header{
    position: fixed;
    justify-content: space-between;
    align-items: center;
    display: flex;
    top: 0px;
    height: 50px;
    z-index: 500;
    width: 100%;
    text-align: center;
    padding: 1px 0px;
  }

  .header > .header-flex-1{
    flex:1;
  }
  .header > .header-flex-2{
    flex:2;
  }

  .btn-big{
    font-size: 2rem;
  }

  .btn-nav{
    font-size: 1.6rem;
  }

  .recommendation-title{
      font-size: 1.5rem;
  }

  .logo{
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height:48px !important;
    width:auto;
  }
  
  main.main-content{    
    margin-top:50px;
    height:calc(100vh - 80px);
    overflow-y: auto;
    overflow-x: hidden;
  }

  @media print{
    main.main-content{    
        margin-top:50px;
        height:auto;
        overflow-y: auto;
        overflow-x: hidden;
    }
  }
  .content-size{
    /* padding-top:15px;
    padding-bottom:15px; */
    height:calc(100vh - 80px);
    overflow-y: auto;
    overflow-x: hidden;
  }
  .footer{
    height: 40px;
    position: fixed;
    bottom: 0px;
    z-index: 1000;
    width: 100%;
    text-align: center;
    padding:3px 0px;
  }
.swiper-container {
    width: 100%;
    height: 100%;

  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }



.text-main{    
    color: #1575AD;
}

.bg-main{    
    background-color: #1575AD;
}

.bar-link{
    border-bottom: #1F69AC 0px solid;
    
    -webkit-transition: border-bottom 0.1s, margin-bottom 0.1s; /* Safari prior 6.1 */
    transition: border-bottom 0.1s, margin-bottom 0.1s;
}

.bar-link:hover{
    border-bottom: #1F69AC 3px solid;
    margin-bottom: -3px;
    
}

.job-block{
    border-top: 1px #1575AD solid;
    border-right: 1px #1575AD solid;
    border-left: 5px #1575AD solid;
    border-bottom: 15px #1575AD solid;
}

.shift-block-left{
    position: absolute; 
    top:-10px; 
    left:0px;    
}

.shift-block-right{
    position: absolute; 
    top:-10px; 
    right:0px;    
}

.step-circle{    
    background-color: #FFF; 
    padding-top: 40px; 
    width:150px; 
    height: 150px; 
    text-align: center; 
    border-radius: 100px; 
    border: solid 1px #222
}

.step-circle > div.content{
    font-size:32px; 
    line-height: 38px; 
    font-weight: 800
}

.divider-line{
    z-index: 5; 
    width:75%; 
    height: 1px;
}

img{
    max-width: 100%;
}

h1{
    font-size: 24px;
    letter-spacing: 3px;
}

.spacing-wide{
    letter-spacing: 0.15rem;
}

.side-label{
    /* background-color:rgba(21, 117, 173, 0.85); */
    width:30px; 
    position: fixed;
    margin-right:-3px;
    padding-right:11px;
    right:0px;
    top: 150px;
    z-index: 100;
    font-size:12px;
}


/* data table style */
.data-table{
    font-size:14px;
}

.data-table>thead{
    background-color: #2A8DB2;
    color:#FFF;
}

.data-table>thead >tr>th{
    font-size:11px;
    padding:5px;
}


.data-table>tbody>tr>td{
    font-size:13px;
    padding:6px;
}

.data-table>tbody>tr.delete-selected{

    border: 5px solid rgba(141, 46, 33, 0.7);

}

tr.bg-highlight > td{
    background-color:rgb(255, 85, 85) !important;
    color:#FFF;
}

td.bg-highlight{
    background-color:rgb(255, 85, 85) !important;
    color:#FFF;
}

.privacy-block>p, .privacy-block>ul>li {
    line-height: 2rem;
}

.privacy-block>h2{
    font-weight: 500;
    color:rgba(40,95,136,1);
    margin-top:35px;
    margin-bottom:15px;
    padding-bottom: 10px;
    border-bottom: rgba(40,95,136,1) 0.5px solid;
}

@media print {
    tr.bg-highlight > td {
        background-color:rgb(255, 85, 85) !important;
        color:#FFF !important;
    }
}

.data-table>tbody>tr:not(.expanded-row):nth-child(even)>td{
    background-color:rgb(241, 241, 241) !important;
}
/* .data-table>tbody>tr:nth-child(even)>td{
    background-color:rgba(220,220,220,0.1) !important;
} */


.data-table>tbody>tr:not(.expanded-row):hover>td{
    background-color:rgb(122, 209, 241) !important;
}

.data-table>tbody>tr:not(.expanded-row)>td:hover{
    background-color:rgba(48, 196, 250, 1) !important;
}

.data-table>tbody>tr.selected:not(.expanded-row)>td{
    background-color:rgba(33, 151, 194, 1) !important;
    color:#FFF !important;
}


.data-table>tbody>tr.single_selected:not(.expanded-row)>td{
    background-color:rgba(44, 44, 44, 1) !important;
    color:#FFF !important;
}

.data-table>tbody>tr, .data-table>tbody>tr>td{
    -webkit-transition:background-color 0.2s, color 0.2s;
    transition:background-color 0.2s, color 0.2s;
}

.table-area{
    width: 100%;
    max-height: 75vh;
    overflow: auto;
}

/* scroll bar */
.table-area::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.table-area::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

.table-area::-webkit-scrollbar-thumb
{
	background-color: rgb(121, 121, 121);	
	background-image: -webkit-linear-gradient(40deg, rgb(97, 97, 97) 2%, rgb(82, 82, 82) 94%)
}

table.management-table >thead>tr>th{
    background-color:#17A2B8;
    color:#FFF;
}


table.management-table {
    white-space: nowrap;
    margin: 0;
    border: none;
    border-collapse: separate;
    border-spacing: 0;
    /* table-layout: fixed; */
    /* border: 1px solid #444; */
}
table.management-table thead th {
    padding: 3px;
    position: sticky;
    top: 0;
    z-index: 1;
    /* width: 120px; */
    background: white;
  }


.data-pagination>ul{
    text-align: center;
    padding-left:5px;
}

.data-pagination>ul>li{
    text-align: center;
    padding:3px;
    width:28px;
    background-color: rgb(248, 248, 248);
    color:#333;
    display: inline-block;
    -webkit-transition:background-color 0.2s, color 0.2s;
    transition:background-color 0.2s, color 0.2s;
}

.data-pagination>ul>li:hover{
    background-color: rgb(124, 196, 223);
    color:#EEE;
}

.data-pagination>ul>li.active{
    color:#FFF;
    background-color: rgba(42, 141, 178,1);
}

.data-pagination>ul>li.active:hover{
    color:#FFF;
    background-color: rgb(36, 127, 160);
}

.data-pagination>ul>li.disabled, .data-pagination>ul>li.disabled:hover{
    cursor: default !important;
    background-color: rgb(248, 248, 248);
    color:#333;
}


.confirm-banner{
    position: fixed;
    height:50px;
    width:100%;
    background-color:rgba(42, 141, 178, 0);
    z-index: 2000;
    bottom:-50px;
    -webkit-transition:bottom 0.3s;
    transition:bottom 0.3s;
}

.confirm-banner.active{
    background-color:rgba(42, 141, 178, 0.85);
    bottom:0px;
}

.table-info-box{
    padding:20px;
    margin-right:-30vw;
    position:fixed;
    top:10vh;
    right:0px;
    background-color:rgba(255,255,255,0.95);
    width:30vw;
    height:80vh;
    z-index:5;
    -webkit-transition:margin 0.3s;
    transition:margin 0.4s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.table-info-box.active{
    margin-right:0px;
}

.now_link{
    cursor:pointer;
    -webkit-transition:all 0.3s;
    transition:all 0.4s;
}

.now_link:hover{
    color:rgba(44, 44, 44, 0.733);
    border-bottom: 1.5px rgba(44, 44, 44, 0.733) solid;
}

tr.expanded-row > td{
    -moz-box-shadow:    inset 0px 3px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0px 3px 10px rgba(0,0,0,0.1);
    box-shadow:         inset 0px 3px 10px rgba(0,0,0,0.1);
}

.fixed-top-left{
    position:absolute; 
    left:15px; 
    top:15px;
    z-index: 50;
}

.fixed-top-right{
    /* position:absolute;  */
    right:15px; 
    top:15px;
}

.transition-block{
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
}

img.user-avatar{
    width:32px; 
    height:32px; 
    margin-top:-5px;
    transition:all 0.2s;
    -webkit-transition:all 0.2s;

}
img.user-avatar:hover{
    -webkit-box-shadow: 1px 1px 3px rgba(20, 20, 20, 0.5);
    box-shadow: 1px 1px 3px rgba(20, 20, 20, 0.5);
}

.edit-area{
    margin-top:0px;
    margin-bottom:0px;
    -webkit-transition:margin 0.2s;
    transition:margin 0.2s;
}

.edit-area.active{
    margin-top:15px;
    margin-bottom:15px;    
}

.note-hover:hover{

    background-color: #f3f3f3;
}


/* scroll bar */
body::-webkit-scrollbar-track, main::-webkit-scrollbar-track, .content-size::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

body::-webkit-scrollbar, main::-webkit-scrollbar, .content-size::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb, main::-webkit-scrollbar-thumb, .content-size::-webkit-scrollbar-thumb
{
	background-color: rgba(23, 163, 184,1);	
	background-image: -webkit-linear-gradient(40deg, rgba(23, 163, 184,1) 2%, rgba(130, 163, 152,1) 94%)
}


  /*
 *  STYLE 7
 */

 /* .product-scrollbar::-webkit-scrollbar-track
 {
     -webkit-box-shadow: inset 0 0 3px rgba(236, 236, 236, 0.3);
     background-color: #F5F5F5;
     border-radius: 20px;
 }
 
 .product-scrollbar::-webkit-scrollbar
 {
     width: 10px;
     background-color: #F5F5F5;
 }
 
 .product-scrollbar::-webkit-scrollbar-thumb
 {
     border-radius: 2px;
     background-image: -webkit-gradient(linear,
                                        left bottom,
                                        left top,
                                        color-stop(0.44, #2A8DB2),
                                        color-stop(0.72, rgb(69, 144, 172)),
                                        color-stop(0.86, rgb(55, 152, 187)));
 } */





.shopping-flow-node.active{
    background-color:rgba(42, 141, 178,0.3);
    color:rgba(80,80,80,1);
}
.shopping-flow-node{
    flex-direction:column;
    width:100px;
    height:100px;
    border: 1px rgba(220,220,220,0.8) solid;
    border-radius: 100px;
    display: inline-flex;
    color:rgba(100,100,100,1);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    flex: 1;
}
.shopping-flow-node > div{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}


@media only screen and (max-width: 768px) {

    .shopping-flow-node>div>small{
        display: none;
    }

    .shopping-flow-node{
        width:60px;
        height:60px;
    }

}

.shopping-flow-line{
    width:50px;
    margin-bottom:-25px;
    display: inline-block;
}
.shopping-flow-line > div{
    height:3px;
    width:50px;
    background-color: rgba(220,220,220,0.8);
}

.shopping-cart-btn{
    position: fixed;
    z-index: 1000;
    right: 15px;
    top: 75px;
    float: right;
}

.shopping-back-btn{
    position: fixed;
    z-index: 1000;
    left: 15px;
    top: 75px;
    float: right;
}

.pay-btn{
    cursor: pointer;
    background-color: rgb(255, 255, 255);
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
    height: 80px;
    padding:5px;
}

.pay-btn:hover{
    background-color: rgba(230,230,230,1);
}


.font-big{
    font-size: 2.4rem !important;
}

.vue-scroll-picker{
    height:2.4em !important;
}

.vue-scroll-picker-layer .top, .vue-scroll-picker-layer .bottom{
    height: calc(50% - 0.6em) !important;
}

/* .vue-scroll-picker-layer .top{
    height: calc(50% - 0.6em) !important;
    background: linear-gradient(180deg, #fff 10%, rgba(255,255,255,0.8)) !important
}
.vue-scroll-picker-layer .bottom{
    height: calc(50% - 0.6em) !important;
    background: linear-gradient(0deg, #fff 10%, rgba(255,255,255,0.8)) !important
} */

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(160, 160, 160) !important;
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgb(160, 160, 160) !important;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: rgb(160, 160, 160) !important;
  }
  
/* @media screen and (max-width: 576px) {
    .font-big{
        font-size: 2rem !important;
    }
}

@media only screen and (min-width: 1000px){
  
    .font-big{
      font-size: 2rem !important;
    }
  
} */

.cover-mark{
    color:rgba(255,255,255,0.2); 
    letter-spacing: 30px; 
    font-weight: 800; 
    font-size: 180px; 
    position:absolute; 
    top:650px; 
    left:15px;
}

table.exam-table tbody tr td{
    padding:8px 12px;
    font-size:15px;
}

.block-img{
    background-position: center;
    background-size: cover;
    height:250px;
    width:100%;
}
.echarts_pie{
    height:350px !important;
    width:100% !important;
}
.echarts_line{
    height:80px !important;
    width:100% !important;
}

.report-cover{
    width:100%;
    background-size:cover; 
    background-repeat:no-repeat; 
    background-position:50% 50%; 
    height:1403px; 
    position:relative;
}

@media screen and (max-width: 875px) {

    .paper-width{
        width:100%; 
        padding-left:10px;
        padding-right:20px;
    }

    /* Force table to not be like tables anymore */
	table.mobile-table table, 
	table.mobile-table thead, 
	table.mobile-table tbody, 
	table.mobile-table th, 
	table.mobile-table td, 
	table.mobile-table tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	table.mobile-table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	table.mobile-table tr { border: 1px solid #ccc; }
 
	table.mobile-table tbody tr td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	table.mobile-table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	table.mobile-table td:before { content: attr(data-title); }
}




@media only screen and (max-width: 576px) {
    /* responsive table */    
    .responsive-button{
        font-size: 1rem;
        width:100%;
    }

    table.table-responsive-list{
        width:100%;
    }

    table.table-responsive-list thead{
        display: none;
    }

    table.table-responsive-list tbody,
    table.table-responsive-list th,
    table.table-responsive-list td,
    table.table-responsive-list tr{
        display:block;
    }

    table.table-responsive-list tr{
        border:1px solid #2A8DB2;
        margin-bottom:30px;
    }

    table.table-responsive-list tr:not(.expanded-row) td{
        border:none;
        border-bottom:0px solid #ddd;
        position:relative;
        padding:25px 10px 5px 10% !important;
        white-space:normal;
        text-align:left; 
        margin:0; 
        min-height: 30px;
        /* font-style:normal; */
    }

    table.table-responsive-list td:before{
        position:absolute;top:6px;
        left:10px;
        width:40%;
        padding-right:10px;
        white-space:nowrap;
        text-align:left;
        color:#333;
    }

    table.table-responsive-list td:before{
        content:attr(data-title);
        color: #2A8DB2;
    }

    table.table-responsive-list td:last-child{
        border-bottom:none;
}
}

@media only screen and (min-width: 992px) {
    .fixed-top-right{
        position:absolute; 
    }
    .fixed-top-left{
        position:absolute; 
    }

}

table.non-selector-project-table thead tr th{
    background-color:rgb(181, 218, 233);
    color:#FFF;
}

table.non-selector-project-table>tbody>tr:not(.expanded-row)>td, table.non-selector-project-table>tbody>tr:not(.expanded-row):hover>td{
    background-color:rgba(238, 238, 238, 0.719) !important;
    color:#FFF !important;
}

/* .my-questionnaire-block{
    align-items:center; 
    display:flex; 
    justify-content:center;
    flex-direction:column;
    cursor: pointer;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
    background-color:rgb(52, 138, 172);
    border-radius: 15px;
    color:#FFF;
} */
.my-questionnaire-block.active{
    background-color:rgb(68, 72, 73);
    color:#FFF;
}

.my-questionnaire-block.active:hover{
    background-color:rgb(77, 77, 77);
    color:#FFF;
}

.my-questionnaire-block:hover{
    box-shadow: 2px 2px 5px rgba(44, 44, 44, 0.733) ;
    background-color:rgb(35, 117, 150);
    color:#FFF;
}

.my-questionnaire-block > p{
    flex:1; 
    line-height:1.5em;
    font-size:1.2em;
}

.v-tour__target--highlighted {
    box-shadow: 0 0 0 99999px rgba(0,0,0,.4) !important;
}



/* old main bk */
/* .main-select{
    position:relative;
    min-height:150px;
    height:150px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);  
    border-radius: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; 
}

.main-select:hover{
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 0px 0 rgba(0, 0, 0, 0.19);   
}

.main-select-page-btn{
    position:absolute;
    bottom:0px;
    width:100%;
    height:150px;
    background-position:center;
    background-repeat: no-repeat;
    background-size:110% auto;

    border-radius: 10px;

    -webkit-transition: all 1s;
    transition: all 1s;
    
}

.main-select-page-btn:hover{
    background-size:115% auto;
    box-shadow: inset 0px 0px 20px rgba(0,0,0,0.3);    
}

@media only screen and (max-width: 992px) {
    .main-select-page-btn{
        background-size:auto 110%;
    }
    .main-select-page-btn:hover{
        background-size:auto 115%;
    }

}

.main-select-page-btn >.enter-icon{
    margin-top:13px;
    font-size:15px;    
    color:rgba(50,50,50,0.5);
    text-shadow: 2px 2px 4px #292929;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.main-select-page-btn:hover >.enter-icon{
    font-size:27px;   
    margin-top:15px; 
    color:rgb(204, 249, 255);
}

.main-select-page-btn >.title{
    font-size:25px; 
    margin-top:15px;
    -webkit-transition: all 0.3s;
    color: white;
    text-shadow: 2px 2px 4px #000000;
    transition: all 0.3s;
    letter-spacing:2px;
    color:rgba(200, 200, 200, 0.8);
}

.main-select-page-btn:hover >.title{
    font-size:27px;    
    margin-top:2px;
    color:rgba(255, 255, 255, 1); 
    
}

.main-select-page-btn >.engtitle{
    color:rgba(50, 50, 50, 0);
    -webkit-transition: all 0.3s;
    line-height: 18px;
    transition: all 0.3s;
    letter-spacing:2px;
}

.main-select-page-btn:hover >.engtitle{
    color:rgba(125, 218, 255, 0.849);   
}

.main-select-page-btn >.line{
    margin:0 auto;
    width:0px;
    height:2px;
    background-color:rgba(52, 138, 172, 0.6);
    margin-top:8px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.main-select-page-btn:hover >.line{
    width:60%;
} */

.main-select{
    position:relative;
    min-height:150px;
    height:150px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);  
    border-radius: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; 
}

.main-select:hover{
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 0px 0 rgba(0, 0, 0, 0.19);   
}

.main-select-page-btn{
    position:absolute;
    bottom:0px;
    width:100%;
    height:150px;
    background-position:center;
    background-repeat: no-repeat;
    background-size:110% auto;

    border-radius: 10px;

    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    
}

.main-select-page-btn:hover{
    background-size:115% auto;
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);    
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
    .main-select-page-btn{
        background-size:auto 110%;
    }
    .main-select-page-btn:hover{
        background-size:auto 115%;
    }
}

.main-select-page-btn >.enter-icon{
    margin-top:15px;
    /* font-size:50px;     */
    color:rgba(50,50,50,0.5);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.main-select-page-btn:hover >.enter-icon{
    /* font-size:35px;    */
    margin-top:15px; 
    color:rgb(28, 166, 184);
}

@media only screen and (min-width:769px) {
    .main-select-page-btn >.enter-icon{
        font-size:50px;    
    }
    .main-select-page-btn:hover >.enter-icon{
        font-size:35px;
    }
}

@media only screen and (min-width:577px) and (max-width: 768px) {
    .main-select-page-btn >.enter-icon{
        font-size:25px;
    }
    .main-select-page-btn:hover >.enter-icon{
        font-size:20px;
    }
}

@media only screen and (max-width: 576px) {
    .main-select-page-btn >.enter-icon{
        font-size:20px;
    }
    .main-select-page-btn:hover >.enter-icon{
        font-size:15px;
    }
    
}

.main-select-page-btn >.title{
    font-size:25px; 
    margin-top:0px;
    margin-bottom:2px;
    -webkit-transition: all 0.2s;    
    transition: all 0.2s;
    letter-spacing:2px;
    color:rgba(200, 200, 200, 0.8);
}

.main-select-page-btn:hover >.title{
    font-size:25px;    
    margin-top:2px;
    text-shadow: 2px 2px 4px #000000;
    color:rgba(255, 255, 255, 1); 
    
}

.main-select-page-btn >.engtitle{
    padding-left: 8px;
    padding-right: 8px;
    color:rgba(50, 50, 50, 0);
    -webkit-transition: all 0.2s;
    font-size: 12px;
    line-height: 16px;
    transition: all 0.2s;
    letter-spacing:2px;
}

.main-select-page-btn:hover >.engtitle{
    color:rgba(125, 218, 255, 0.849);   
}

.main-select-page-btn >.line{
    margin:0 auto;
    width:0px;
    height:2px;
    background-color:rgba(52, 138, 172, 0.6);
    margin-top:8px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.main-select-page-btn:hover >.line{
    width:60%;
}

.confirm-banner{
    position: fixed;
    height:50px;
    width:100%;
    background-color:rgba(42, 141, 178, 0);
    z-index: 2000;
    bottom:-50px;
    left:0px;
    -webkit-transition:bottom 0.3s;
    transition:bottom 0.3s;
}

.confirm-banner.active{
    background-color:rgba(42, 141, 178, 0.85);
    bottom:0px;
    left:0px;
}

.select-hh > select.is-invalid {
    border-color: rgb(212, 50, 66);
    background: rgb(212, 50, 66);
}

.select-hh > select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background: #348AAC;
    background-image: none;
  }
  /* Remove IE arrow */
  .select-hh > select::-ms-expand {
    display: none;
  }
  /* Custom Select */
  .select-hh {
    position: relative;
    display: flex;
    width: 20em;
    max-width: 100%;
    height: 2rem;
    line-height: 2rem;
    background: #5087a7;
    overflow: hidden;
    border-radius: .25em;
  }
  
  .select-hh > select {
    flex: 1;
    padding: 0 .5em;
    font-size:14px;
    color: #fff;
    cursor: pointer;
  }

  .select-hh > select:disabled {
    flex: 1;
    padding: 0 .5em;
    font-size:14px;
    color: rgb(95, 95, 95);
    background: rgb(119, 149, 161);
    cursor: default;
  }
  /* Arrow */
  .select-hh::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1em;
    background: #555a5f;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
  }
  /* Transition */
  .select-hh:hover::after {
    color: #FFF;
  }

  .table-small-column{
      width:50px;
  }

  @media only screen and (max-width: 576px){
    .select-hh {
        width: 80%;
      }

      .table-small-column{
        width:100%;
    }
  }

  .function-block-area{
      background-color:rgba(255,255,255,0.7);
  }

  .function-sticky{
      position: sticky; 
      top: 80px;
  }
  
  .company-overview-block{
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
  }

  .company-overview-block > div{
      cursor:pointer;
      transition:all 0.3s;
      -webkit-transition: all 0.3s;
      box-shadow: 3px 3px 8px rgba(133, 133, 133, 0.3);
  }

  .company-overview-block > div:hover{
      box-shadow: 3px 3px 20px rgba(133, 133, 133, 0.5);
      background-color:rgba(23, 121, 179, 0.781);
      color:#FFF;
  }

  .company-overview-block.selected > div{
    background-color:rgba(6, 117, 182, 0.9);
    color:#FFF;
}

  .company-overview-block.selected > div:hover{
    background-color:rgba(8, 108, 165, 0.9);
    color:#FFF;
}

.company-overview-block.selected > div.card > img.card-img-top{
    height:0px;
    transition:all 0.2s;
    -webkit-transition: all 0.2s;
}

.company-overview-block.selected > div.card > div.card-body{
    display: flex;
    flex-direction: row;
    align-items: center; 
}

.company-overview-block.selected > div.card > div.card-body > hr{
    display: none;
}
.company-overview-block.selected > div.card > div.card-body > div{
    flex: 1;
}

.fixed-left-btn{
    position:absolute; 
    bottom:50px; 
    left:15px; 
    z-index:300
}
.fixed-right-btn{
    position:absolute; 
    bottom:50px; 
    right:15px; 
    z-index:300
}


/* heart beat */
.heart-beat {
	font-size: 65px;
	color: rgb(233, 67, 67);
}

.heart-beat.pulse{
  animation: pulse 0.5s;
  animation-timing-function: ease;
  transform-origin: center;
}

.heart-beat-label{
  font-size: 30px;
  margin-bottom: -20px;
  font-weight: 900;
  color: rgb(233, 67, 67);
}

.ellipsis {
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@keyframes pulse {
	0% {
		transform: scale(1);
		/* text-shadow: 0 0 0 rgba(0, 0, 0, 0.7); */
	}


  30% {
		transform: scale(1);
		/* text-shadow: 0 5px 10px rgba(0, 0, 0, 1); */
	}

  50% {
		transform: scale(1.1);
		/* text-shadow: 0 5px 10px rgba(0, 0, 0, 1); */
	}

  70% {
		transform: scale(0.9);
		/* text-shadow: 0 5px 10px rgba(0, 0, 0, 1); */
	}

	100% {
		transform: scale(1);
		/* text-shadow: 0 0 0 rgba(0, 0, 0, 0); */
	}
}

.btn-male {
    color: #FFF !important;
    background-color: #43a7ce !important;
    border-color: #43a7ce !important;
}
.border-male{
    border-color: #43a7ce !important;
} 
.text-male{
    color: #43a7ce !important;
}
.btn-female {
    color: #FFF !important;
    background-color: #e24958 !important;
    border-color: #e24958 !important;
}
.border-female{
    border-color: #e24958 !important;
} 
.text-female{
    color: #e24958 !important;
}

.modal-max{
    max-width: 100% !important;
}

table.hrv-result-table tbody>tr>td:nth-child(1),
table.hrv-result-table tbody>tr>td:nth-child(3),
table.hrv-result-table tbody>tr>td:nth-child(5) {
  text-align: left;
  /* border: 0.5px solid #EEE; */
  border: 0.5px solid #EEE;
  color: #17a2b8;

  font-weight: 600;
}

table.hrv-result-table tbody>tr>td:nth-child(2),
table.hrv-result-table tbody>tr>td:nth-child(4),
table.hrv-result-table tbody>tr>td:nth-child(6) {
  text-align: right;
  border: 0.5px solid #EEE;
}

table.hrv-data-table {
  width: 95%;
  margin: 0 auto;
}


table.hrv-data-table tbody>tr>td:nth-child(1) {
  width: 34%;
  border-right: 0.5px solid #EEE;
}

table.hrv-data-table tbody>tr>td:nth-child(2),
table.hrv-data-table tbody>tr>td:nth-child(3),
table.hrv-data-table tbody>tr>td:nth-child(4) {
  width: 22%;
  /* border-right: 0.5px solid #EEE; */
}

table.hrv-data-table thead>tr>th {
  background-color: #17a2b8;
  color: #FFF;
  padding: 8px;
}

table.hrv-data-table tbody>tr>td {
  padding: 8px;
}


@media screen and (max-width: 540px) {
  table.hrv-result-table tbody>tr {
    display: inline-block;
    /* color:red; */
  }

  table.hrv-result-table tbody>tr>td {
    display: inline-block;
    /* color:red; */
  }

}

.result-block {
  min-height: 270px;
  position: relative;
  color: #17a2b8;
}

.result-block>.main {
  margin-top: -15px;
  position: relative;
  z-index: 30;
  font-size: 40px;
  display: inline-block;
}

.result-block>.main.left {
  left: 20px;
}

.result-block>.main.right {
  right: 20px;
  text-align: right;
}

.result-block>.main>.description {
  font-size: 12px;
  display: inline-block;
  margin-left: -13px;
}

.result-block>.main>.result {
  position: relative;
  z-index: 30;
  border-radius: 5px;
  font-size: 16px;
  display: table;
  background-color: rgba(23, 162, 184, 0.75);
  border: solid 2px #FFF;
  color: #FFF;
  padding: 3px 8px;
}

.result-block>.main>.result.danger {
  background-color: rgba(243, 62, 49, 0.75);
}

.result-block>.main>.result.warning {
  background-color: rgba(214, 169, 34, 0.75);
}

.result-block>.main.right>.result {
  float: right;
}

.result-chart {
  max-width: calc(100% - 10px);
  z-index: 10;
  width: 300px;
  height: 230px;
  position: absolute;
  right: 10px;
  bottom: 10px
}

.result-chart.center {
  right: calc(50% - 150px);
  bottom: 10px
}

.result-chart.max {
  width: 100%;
}

/* .result-chart.small{
  width:200px;
  height:200px;
} */
.result-chart-value {
  max-width: calc(100% - 10px);
  z-index: 15;
  width: 300px;
  height: 230px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: flex;
  color: #222;
  align-items: center;
}

.result-chart-value.center {
  right: calc(50% - 150px);
  bottom: 10px
}

.result-chart-value.max {
  width: 100%;
}

.result-chart-value>img {
  width: 54%;
  position: absolute;
  bottom: 5px;
  left: 23%;
}

.result-chart-value>.value {
  flex: 1;
  text-align: center;
}

.result-chart-value>.value>.big {
  font-size: 24px;
  margin-right: -3px;
}

.result-chart-value>.value>.small {
  font-size: 13px;
}


.result-header {
  font-size: 18px;
}

.result-header>div.image {
  width: 50px;
  display: inline-block;
  vertical-align: bottom;
}

.result-header>div.title {
  padding-left: 10px;
  width: calc(100% - 60px);
  display: inline-block;
}

.result-header>div.title>small {
  font-size: 11px;
  display: block;
}

.card-header.result {
  margin: 5px 5px;
  padding: 0px 0px 10px 0px;
  border-bottom: solid #17a2b8;
}

.unit {
  font-size: 10px;
}

.eng-sub {
  font-size: 12px;
  color: #666;
  margin-bottom: 0px;
}

.eng {
  display: none;
}

.nav-tabs.result .nav-link.active,
.nav-tabs.result .nav-item.show .nav-link {
  color: #FFF;
  background-color: #17A2B8;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs.result {
  border-bottom: 1px solid #17A2B8;
}

.nav-tabs.result .nav-link {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  letter-spacing: 3px;
  font-weight: 600;
  font-size: 1.2rem;
}

.hr-chart-y-axis {
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 1px;
  position: absolute;
  left: -48px;
  top: 120px;
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  transform: rotate(-90deg);
}

.hr-chart-x-axis {
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 1px;
  position: absolute;
  right: 30px;
  bottom: 5px;
}

.modal-mode-hrv-report {
  height: 100vh;
  z-index: 200
}

@media print {
  table.hrv-data-table thead>tr>th {
    background-color: #17a2b8 !important;
    color: #FFF !important;
  }
}

.nextPage {
  page-break-after: always !important;
  float: none !important;
}


@page {
  size: A4;
  margin: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  /*
      bottom margin for browsershot to add page number
      */
}

.exam-simple-header-space {
  height: 30px;
  width: 100% !important;
  display: block;
  /* background-color: rgba(255,255,255,1.00); */
  margin-bottom: 20px;
}

@media print {
  table.hrv-data-table thead>tr>th {
    background-color: #17a2b8 !important;
    color: #FFF !important;
  }
}
/**
 * Swiper 5.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 19, 2019
 */

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.snotifyToast {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.snotify-leftTop .fadeIn,
.snotify-leftCenter .fadeIn,
.snotify-leftBottom .fadeIn {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

.snotify-leftTop .fadeOut,
.snotify-leftCenter .fadeOut,
.snotify-leftBottom .fadeOut {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

.snotify-rightTop .fadeIn,
.snotify-rightCenter .fadeIn,
.snotify-rightBottom .fadeIn {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

.snotify-rightTop .fadeOut,
.snotify-rightCenter .fadeOut,
.snotify-rightBottom .fadeOut {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

.snotify-centerTop .fadeIn {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

.snotify-centerTop .fadeOut {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

.snotify-centerCenter .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

.snotify-centerCenter .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

.snotify-centerBottom .fadeIn {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

.snotify-centerBottom .fadeOut {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) scaleX(1.2);
    transform: translate3d(-100%, 0, 0) scaleX(1.2); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) scaleX(1.2);
    transform: translate3d(-100%, 0, 0) scaleX(1.2); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) scaleX(1.2);
    transform: translate3d(100%, 0, 0) scaleX(1.2); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) scaleX(1.2);
    transform: translate3d(100%, 0, 0) scaleX(1.2); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0) scaleY(1.2);
    transform: translate3d(0, 100%, 0) scaleY(1.2); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0) scaleY(1.2);
    transform: translate3d(0, 100%, 0) scaleY(1.2); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0) scaleY(1.2);
    transform: translate3d(0, -100%, 0) scaleY(1.2); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0) scaleY(1.2);
    transform: translate3d(0, -100%, 0) scaleY(1.2); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@-webkit-keyframes appear {
  0% {
    max-height: 0; }
  100% {
    max-height: 50vh; } }

@keyframes appear {
  0% {
    max-height: 0; }
  100% {
    max-height: 50vh; } }

@-webkit-keyframes disappear {
  0% {
    opacity: 0;
    max-height: 50vh; }
  100% {
    opacity: 0;
    max-height: 0; } }

@keyframes disappear {
  0% {
    opacity: 0;
    max-height: 50vh; }
  100% {
    opacity: 0;
    max-height: 0; } }

@-webkit-keyframes async {
  0% {
    -webkit-transform: translate(0, -50%) rotate(0deg);
    transform: translate(0, -50%) rotate(0deg); }
  100% {
    -webkit-transform: translate(0, -50%) rotate(360deg);
    transform: translate(0, -50%) rotate(360deg); } }

@keyframes async {
  0% {
    -webkit-transform: translate(0, -50%) rotate(0deg);
    transform: translate(0, -50%) rotate(0deg); }
  100% {
    -webkit-transform: translate(0, -50%) rotate(360deg);
    transform: translate(0, -50%) rotate(360deg); } }

.snotify {
  display: block;
  position: fixed;
  width: 300px;
  z-index: 9999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none; }
  .snotify * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.snotify-leftTop,
.snotify-leftCenter,
.snotify-leftBottom {
  left: 10px; }

.snotify-rightTop,
.snotify-rightCenter,
.snotify-rightBottom {
  right: 10px; }

.snotify-centerTop,
.snotify-centerCenter,
.snotify-centerBottom {
  left: calc(50% - 300px / 2); }

.snotify-leftTop,
.snotify-centerTop,
.snotify-rightTop {
  top: 10px; }

.snotify-leftCenter,
.snotify-rightCenter,
.snotify-centerCenter {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.snotify-leftBottom,
.snotify-rightBottom,
.snotify-centerBottom {
  bottom: 10px; }

.snotify-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  z-index: 9998;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.snotifyToast {
  display: block;
  cursor: pointer;
  background-color: #fff;
  max-height: 300px;
  height: 100%;
  margin: 5px;
  opacity: 0;
  overflow: hidden;
  pointer-events: auto; }
  .snotifyToast--in {
    -webkit-animation-name: appear;
    animation-name: appear; }
  .snotifyToast--out {
    -webkit-animation-name: disappear;
    animation-name: disappear; }
  .snotifyToast__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 5px 65px 5px 15px;
    min-height: 78px;
    font-size: 16px;
    color: #000; }
  .snotifyToast__noIcon {
    padding: 5px 15px 5px 15px; }
  .snotifyToast__progressBar {
    position: relative;
    width: 100%;
    height: 5px;
    background-color: #c7c7c7; }
    .snotifyToast__progressBar__percentage {
      position: absolute;
      top: 0;
      left: 0;
      height: 5px;
      background-color: #4c4c4c;
      max-width: 100%; }
  .snotifyToast__title {
    font-size: 1.8em;
    line-height: 1.2em;
    margin-bottom: 5px;
    color: #000; }
  .snotifyToast__body {
    font-size: 1em;
    color: #000; }

.snotifyToast-show {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1; }

.snotifyToast-remove {
  max-height: 0;
  overflow: hidden;
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
  opacity: 0; }

/***************
 ** Modifiers **
 **************/
.snotify-simple {
  border-left: 4px solid #000; }

.snotify-success {
  border-left: 4px solid #4caf50; }

.snotify-info {
  border-left: 4px solid #1e88e5; }

.snotify-warning {
  border-left: 4px solid #ff9800; }

.snotify-error {
  border-left: 4px solid #f44336; }

.snotify-async {
  border-left: 4px solid #1e88e5; }

.snotify-confirm {
  border-left: 4px solid #009688; }

.snotify-prompt {
  border-left: 4px solid #009688; }

.snotify-confirm .snotifyToast__inner,
.snotify-prompt .snotifyToast__inner {
  padding: 10px 15px; }

.snotifyToast__input {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0;
  width: 100%;
  vertical-align: top;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
  .snotifyToast__input__field {
    position: relative;
    display: block;
    float: right;
    padding: .85em .5em;
    width: 100%;
    border: none;
    border-radius: 0;
    background: transparent;
    color: #333;
    font-weight: bold;
    -webkit-appearance: none;
    /* for box shadows to show on iOS */
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }
    .snotifyToast__input__field:focus {
      outline: none; }
  .snotifyToast__input__label {
    display: inline-block;
    float: right;
    padding: 0 .85em;
    width: 100%;
    color: #999;
    font-weight: bold;
    font-size: 70.25%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    left: 0;
    height: 100%;
    text-align: left;
    pointer-events: none; }
    .snotifyToast__input__label::before, .snotifyToast__input__label::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s; }
    .snotifyToast__input__label::before {
      border-top: 2px solid #009688;
      -webkit-transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
      transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
      -webkit-transition-delay: .3s;
      transition-delay: .3s; }
    .snotifyToast__input__label::after {
      z-index: -1;
      background: #eee;
      -webkit-transform: scale3d(1, 0, 1);
      transform: scale3d(1, 0, 1);
      -webkit-transform-origin: 50% 0;
      transform-origin: 50% 0; }
  .snotifyToast__input__labelContent {
    position: relative;
    display: block;
    padding: 1em 0;
    width: 100%;
    -webkit-transition: -webkit-transform .3s .3s;
    transition: -webkit-transform .3s .3s;
    transition: transform .3s .3s;
    transition: transform .3s .3s, -webkit-transform .3s .3s; }

.snotifyToast__input--filled {
  margin-top: 2.5em; }
  .snotifyToast__input--filled:focus,
  .snotifyToast__input--filled .snotifyToast__input__field {
    opacity: 1;
    -webkit-transition-delay: .3s;
    transition-delay: .3s; }

.snotifyToast__input__field:focus + .snotifyToast__input__label .snotifyToast__input__labelContent,
.snotifyToast__input--filled .snotifyToast__input__labelContent {
  -webkit-transform: translate(0, -80%);
  transform: translate(0, -80%);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }

.snotifyToast__input__field:focus + .snotifyToast__input__label::before,
.snotifyToast__input--filled .snotifyToast__input__label::before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.snotifyToast__input__field:focus + .snotifyToast__input__label::before,
.snotifyToast__input--filled .snotifyToast__input__label::before {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

.snotifyToast__input__field:focus + .snotifyToast__input__label::after,
.snotifyToast__input--filled .snotifyToast__input__label::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }

.snotifyToast--invalid .snotifyToast__input__label::before {
  border-color: #f44336; }

.snotifyToast--valid .snotifyToast__input__label::before {
  border-color: #4caf50; }

.snotifyToast__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .snotifyToast__buttons button {
    position: relative;
    width: 100%;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-top: none;
    border-bottom: none;
    background: transparent;
    padding: 8px;
    text-transform: capitalize;
    color: #000; }
    .snotifyToast__buttons button:hover, .snotifyToast__buttons button:focus {
      background: rgba(0, 0, 0, 0.1);
      outline: none; }
    .snotifyToast__buttons button:active {
      background: rgba(0, 0, 0, 0.15); }
    .snotifyToast__buttons button:last-child {
      border-right: none; }
    .snotifyToast__buttons button:first-child {
      border-left: none; }
  .snotifyToast__buttons--bold {
    font-weight: 700; }

.snotify-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  line-height: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  max-height: 48px;
  max-width: 48px;
  width: 100%;
  height: 100%; }

.snotify-icon--error {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20x=%220px%22%20y=%220px%22%20viewBox=%220%200%20512%20512%22%20fill=%22%23f44336%22%3E%3Cg%3E%3Cpath%20d=%22M437,75A256,256,0,1,0,75,437,256,256,0,1,0,437,75ZM416.43,416.43a226.82,226.82,0,0,1-320.86,0C7.11,328,7.11,184,95.57,95.57a226.82,226.82,0,0,1,320.86,0C504.89,184,504.89,328,416.43,416.43Z%22/%3E%3Cpath%20d=%22M368.81,143.19a14.5,14.5,0,0,0-20.58,0L256,235.42l-92.23-92.23a14.55,14.55,0,0,0-20.58,20.58L235.42,256l-92.23,92.23a14.6,14.6,0,0,0,10.24,24.89,14.19,14.19,0,0,0,10.24-4.31l92.23-92.23,92.23,92.23a14.64,14.64,0,0,0,10.24,4.31,14,14,0,0,0,10.24-4.31,14.5,14.5,0,0,0,0-20.58l-92-92.23,92.23-92.23A14.5,14.5,0,0,0,368.81,143.19Z%22/%3E%3C/g%3E%3C/svg%3E"); }

.snotify-icon--warning {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20x=%220px%22%20y=%220px%22%20viewBox=%220%200%20512%20512%22%20fill=%22%23ff9800%22%3E%3Cg%3E%3Cpath%20d=%22M256,512c141.15,0,256-114.84,256-256S397.15,0,256,0,0,114.84,0,256,114.85,512,256,512Zm0-480.49c123.79,0,224.49,100.71,224.49,224.49S379.79,480.49,256,480.49,31.51,379.79,31.51,256,132.21,31.51,256,31.51Z%22/%3E%3Ccircle%20cx=%22260.08%22%20cy=%22343.87%22%20r=%2226.35%22/%3E%3Cpath%20d=%22M254.68,278.39a15.76,15.76,0,0,0,15.75-15.75V128.72a15.75,15.75,0,1,0-31.51,0V262.63A15.76,15.76,0,0,0,254.68,278.39Z%22/%3E%3C/g%3E%3C/svg%3E"); }

.snotify-icon--info {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20x=%220px%22%20y=%220px%22%20viewBox=%220%200%20512%20512%22%20fill=%22%231e88e5%22%3E%3Cg%3E%3Cpath%20d=%22M256,0C114.84,0,0,114.84,0,256S114.84,512,256,512,512,397.16,512,256,397.15,0,256,0Zm0,478.43C133.35,478.43,33.57,378.64,33.57,256S133.35,33.58,256,33.58,478.42,133.36,478.42,256,378.64,478.43,256,478.43Z%22/%3E%3Cpath%20d=%22M251.26,161.24a22.39,22.39,0,1,0-22.38-22.39A22.39,22.39,0,0,0,251.26,161.24Z%22/%3E%3Cpath%20d=%22M286.84,357.87h-14v-160A16.79,16.79,0,0,0,256,181.05H225.17a16.79,16.79,0,0,0,0,33.58h14.05V357.87H225.17a16.79,16.79,0,0,0,0,33.57h61.67a16.79,16.79,0,1,0,0-33.57Z%22/%3E%3C/g%3E%3C/svg%3E"); }

.snotify-icon--success {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20x=%220px%22%20y=%220px%22%20viewBox=%220%200%20512%20512%22%20fill=%22%234caf50%22%3E%3Cg%3E%3Cpath%20d=%22M256,0C114.85,0,0,114.84,0,256S114.85,512,256,512,512,397.16,512,256,397.15,0,256,0Zm0,492.31c-130.29,0-236.31-106-236.31-236.31S125.71,19.69,256,19.69,492.31,125.71,492.31,256,386.29,492.31,256,492.31Z%22/%3E%3Cpath%20class=%22cls-1%22%20d=%22M376.64,151,225.31,321.24l-91.17-72.93a9.85,9.85,0,0,0-12.3,15.38l98.46,78.77a9.86,9.86,0,0,0,13.52-1.15L391.36,164.08A9.85,9.85,0,0,0,376.64,151Z%22/%3E%3C/g%3E%3C/svg%3E"); }

.snotify-icon--async {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20x=%220px%22%20y=%220px%22%20viewBox=%220%200%20512%20512%22%20fill=%22%231e88e5%22%3E%3Cg%3E%3Cpath%20d=%22M256,0a32,32,0,0,0-32,32V96a32,32,0,0,0,64,0V32A32,32,0,0,0,256,0Zm0,384a32,32,0,0,0-32,32v64a32,32,0,0,0,64,0V416A32,32,0,0,0,256,384ZM391.74,165.5,437,120.22A32,32,0,0,0,391.74,75L346.5,120.22a32,32,0,0,0,45.25,45.28Zm-271.52,181L75,391.74A32,32,0,0,0,120.22,437l45.25-45.25a32,32,0,0,0-45.25-45.25Zm0-271.52A32,32,0,1,0,75,120.22l45.25,45.28a32,32,0,1,0,45.25-45.28ZM391.74,346.5a32,32,0,0,0-45.25,45.25L391.74,437A32,32,0,0,0,437,391.74ZM480,224H416a32,32,0,0,0,0,64h64a32,32,0,0,0,0-64ZM128,256a32,32,0,0,0-32-32H32a32,32,0,0,0,0,64H96A32,32,0,0,0,128,256Z%22/%3E%3C/g%3E%3C/svg%3E");
  -webkit-animation: async 3s infinite linear;
  animation: async 3s infinite linear;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }
