@charset "UTF-8";
/* ubuntu-300 - latin */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-display: optional;
  src: local(""), url("../fonts/ubuntu/ubuntu-v15-latin-300.woff2") format("woff2");
}
/* ubuntu-regular - latin */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: local(""), url("../fonts/ubuntu/ubuntu-v15-latin-regular.woff2") format("woff2");
}
/* ubuntu-500 - latin */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  font-display: optional;
  src: local(""), url("../fonts/ubuntu/ubuntu-v15-latin-500.woff2") format("woff2");
}
.materialize-red {
  --bg-color: #e51c23;
  background-color: #e51c23 !important;
}

.materialize-red-text {
  --text-color: #e51c23;
  color: #e51c23 !important;
}

.materialize-red.lighten-5 {
  --bg-color: #fdeaeb;
  background-color: #fdeaeb !important;
}

.materialize-red-text.text-lighten-5 {
  --text-color: #fdeaeb;
  color: #fdeaeb !important;
}

.materialize-red.lighten-4 {
  --bg-color: #f8c1c3;
  background-color: #f8c1c3 !important;
}

.materialize-red-text.text-lighten-4 {
  --text-color: #f8c1c3;
  color: #f8c1c3 !important;
}

.materialize-red.lighten-3 {
  --bg-color: #f3989b;
  background-color: #f3989b !important;
}

.materialize-red-text.text-lighten-3 {
  --text-color: #f3989b;
  color: #f3989b !important;
}

.materialize-red.lighten-2 {
  --bg-color: #ee6e73;
  background-color: #ee6e73 !important;
}

.materialize-red-text.text-lighten-2 {
  --text-color: #ee6e73;
  color: #ee6e73 !important;
}

.materialize-red.lighten-1 {
  --bg-color: #ea454b;
  background-color: #ea454b !important;
}

.materialize-red-text.text-lighten-1 {
  --text-color: #ea454b;
  color: #ea454b !important;
}

.materialize-red.darken-1 {
  --bg-color: #d0181e;
  background-color: #d0181e !important;
}

.materialize-red-text.text-darken-1 {
  --text-color: #d0181e;
  color: #d0181e !important;
}

.materialize-red.darken-2 {
  --bg-color: #b9151b;
  background-color: #b9151b !important;
}

.materialize-red-text.text-darken-2 {
  --text-color: #b9151b;
  color: #b9151b !important;
}

.materialize-red.darken-3 {
  --bg-color: #a21318;
  background-color: #a21318 !important;
}

.materialize-red-text.text-darken-3 {
  --text-color: #a21318;
  color: #a21318 !important;
}

.materialize-red.darken-4 {
  --bg-color: #8b1014;
  background-color: #8b1014 !important;
}

.materialize-red-text.text-darken-4 {
  --text-color: #8b1014;
  color: #8b1014 !important;
}

.red {
  --bg-color: #F44336;
  background-color: #F44336 !important;
}

.red-text {
  --text-color: #F44336;
  color: #F44336 !important;
}

.red.lighten-5 {
  --bg-color: #FFEBEE;
  background-color: #FFEBEE !important;
}

.red-text.text-lighten-5 {
  --text-color: #FFEBEE;
  color: #FFEBEE !important;
}

.red.lighten-4 {
  --bg-color: #FFCDD2;
  background-color: #FFCDD2 !important;
}

.red-text.text-lighten-4 {
  --text-color: #FFCDD2;
  color: #FFCDD2 !important;
}

.red.lighten-3 {
  --bg-color: #EF9A9A;
  background-color: #EF9A9A !important;
}

.red-text.text-lighten-3 {
  --text-color: #EF9A9A;
  color: #EF9A9A !important;
}

.red.lighten-2 {
  --bg-color: #E57373;
  background-color: #E57373 !important;
}

.red-text.text-lighten-2 {
  --text-color: #E57373;
  color: #E57373 !important;
}

.red.lighten-1 {
  --bg-color: #EF5350;
  background-color: #EF5350 !important;
}

.red-text.text-lighten-1 {
  --text-color: #EF5350;
  color: #EF5350 !important;
}

.red.darken-1 {
  --bg-color: #E53935;
  background-color: #E53935 !important;
}

.red-text.text-darken-1 {
  --text-color: #E53935;
  color: #E53935 !important;
}

.red.darken-2 {
  --bg-color: #D32F2F;
  background-color: #D32F2F !important;
}

.red-text.text-darken-2 {
  --text-color: #D32F2F;
  color: #D32F2F !important;
}

.red.darken-3 {
  --bg-color: #C62828;
  background-color: #C62828 !important;
}

.red-text.text-darken-3 {
  --text-color: #C62828;
  color: #C62828 !important;
}

.red.darken-4 {
  --bg-color: #B71C1C;
  background-color: #B71C1C !important;
}

.red-text.text-darken-4 {
  --text-color: #B71C1C;
  color: #B71C1C !important;
}

.red.accent-1 {
  --bg-color: #FF8A80;
  background-color: #FF8A80 !important;
}

.red-text.text-accent-1 {
  --text-color: #FF8A80;
  color: #FF8A80 !important;
}

.red.accent-2 {
  --bg-color: #FF5252;
  background-color: #FF5252 !important;
}

.red-text.text-accent-2 {
  --text-color: #FF5252;
  color: #FF5252 !important;
}

.red.accent-3 {
  --bg-color: #FF1744;
  background-color: #FF1744 !important;
}

.red-text.text-accent-3 {
  --text-color: #FF1744;
  color: #FF1744 !important;
}

.red.accent-4 {
  --bg-color: #D50000;
  background-color: #D50000 !important;
}

.red-text.text-accent-4 {
  --text-color: #D50000;
  color: #D50000 !important;
}

.pink {
  --bg-color: #e91e63;
  background-color: #e91e63 !important;
}

.pink-text {
  --text-color: #e91e63;
  color: #e91e63 !important;
}

.pink.lighten-5 {
  --bg-color: #fce4ec;
  background-color: #fce4ec !important;
}

.pink-text.text-lighten-5 {
  --text-color: #fce4ec;
  color: #fce4ec !important;
}

.pink.lighten-4 {
  --bg-color: #f8bbd0;
  background-color: #f8bbd0 !important;
}

.pink-text.text-lighten-4 {
  --text-color: #f8bbd0;
  color: #f8bbd0 !important;
}

.pink.lighten-3 {
  --bg-color: #f48fb1;
  background-color: #f48fb1 !important;
}

.pink-text.text-lighten-3 {
  --text-color: #f48fb1;
  color: #f48fb1 !important;
}

.pink.lighten-2 {
  --bg-color: #f06292;
  background-color: #f06292 !important;
}

.pink-text.text-lighten-2 {
  --text-color: #f06292;
  color: #f06292 !important;
}

.pink.lighten-1 {
  --bg-color: #ec407a;
  background-color: #ec407a !important;
}

.pink-text.text-lighten-1 {
  --text-color: #ec407a;
  color: #ec407a !important;
}

.pink.darken-1 {
  --bg-color: #d81b60;
  background-color: #d81b60 !important;
}

.pink-text.text-darken-1 {
  --text-color: #d81b60;
  color: #d81b60 !important;
}

.pink.darken-2 {
  --bg-color: #c2185b;
  background-color: #c2185b !important;
}

.pink-text.text-darken-2 {
  --text-color: #c2185b;
  color: #c2185b !important;
}

.pink.darken-3 {
  --bg-color: #ad1457;
  background-color: #ad1457 !important;
}

.pink-text.text-darken-3 {
  --text-color: #ad1457;
  color: #ad1457 !important;
}

.pink.darken-4 {
  --bg-color: #880e4f;
  background-color: #880e4f !important;
}

.pink-text.text-darken-4 {
  --text-color: #880e4f;
  color: #880e4f !important;
}

.pink.accent-1 {
  --bg-color: #ff80ab;
  background-color: #ff80ab !important;
}

.pink-text.text-accent-1 {
  --text-color: #ff80ab;
  color: #ff80ab !important;
}

.pink.accent-2 {
  --bg-color: #ff4081;
  background-color: #ff4081 !important;
}

.pink-text.text-accent-2 {
  --text-color: #ff4081;
  color: #ff4081 !important;
}

.pink.accent-3 {
  --bg-color: #f50057;
  background-color: #f50057 !important;
}

.pink-text.text-accent-3 {
  --text-color: #f50057;
  color: #f50057 !important;
}

.pink.accent-4 {
  --bg-color: #c51162;
  background-color: #c51162 !important;
}

.pink-text.text-accent-4 {
  --text-color: #c51162;
  color: #c51162 !important;
}

.purple {
  --bg-color: #9c27b0;
  background-color: #9c27b0 !important;
}

.purple-text {
  --text-color: #9c27b0;
  color: #9c27b0 !important;
}

.purple.lighten-5 {
  --bg-color: #f3e5f5;
  background-color: #f3e5f5 !important;
}

.purple-text.text-lighten-5 {
  --text-color: #f3e5f5;
  color: #f3e5f5 !important;
}

.purple.lighten-4 {
  --bg-color: #e1bee7;
  background-color: #e1bee7 !important;
}

.purple-text.text-lighten-4 {
  --text-color: #e1bee7;
  color: #e1bee7 !important;
}

.purple.lighten-3 {
  --bg-color: #ce93d8;
  background-color: #ce93d8 !important;
}

.purple-text.text-lighten-3 {
  --text-color: #ce93d8;
  color: #ce93d8 !important;
}

.purple.lighten-2 {
  --bg-color: #ba68c8;
  background-color: #ba68c8 !important;
}

.purple-text.text-lighten-2 {
  --text-color: #ba68c8;
  color: #ba68c8 !important;
}

.purple.lighten-1 {
  --bg-color: #ab47bc;
  background-color: #ab47bc !important;
}

.purple-text.text-lighten-1 {
  --text-color: #ab47bc;
  color: #ab47bc !important;
}

.purple.darken-1 {
  --bg-color: #8e24aa;
  background-color: #8e24aa !important;
}

.purple-text.text-darken-1 {
  --text-color: #8e24aa;
  color: #8e24aa !important;
}

.purple.darken-2 {
  --bg-color: #7b1fa2;
  background-color: #7b1fa2 !important;
}

.purple-text.text-darken-2 {
  --text-color: #7b1fa2;
  color: #7b1fa2 !important;
}

.purple.darken-3 {
  --bg-color: #6a1b9a;
  background-color: #6a1b9a !important;
}

.purple-text.text-darken-3 {
  --text-color: #6a1b9a;
  color: #6a1b9a !important;
}

.purple.darken-4 {
  --bg-color: #4a148c;
  background-color: #4a148c !important;
}

.purple-text.text-darken-4 {
  --text-color: #4a148c;
  color: #4a148c !important;
}

.purple.accent-1 {
  --bg-color: #ea80fc;
  background-color: #ea80fc !important;
}

.purple-text.text-accent-1 {
  --text-color: #ea80fc;
  color: #ea80fc !important;
}

.purple.accent-2 {
  --bg-color: #e040fb;
  background-color: #e040fb !important;
}

.purple-text.text-accent-2 {
  --text-color: #e040fb;
  color: #e040fb !important;
}

.purple.accent-3 {
  --bg-color: #d500f9;
  background-color: #d500f9 !important;
}

.purple-text.text-accent-3 {
  --text-color: #d500f9;
  color: #d500f9 !important;
}

.purple.accent-4 {
  --bg-color: #aa00ff;
  background-color: #aa00ff !important;
}

.purple-text.text-accent-4 {
  --text-color: #aa00ff;
  color: #aa00ff !important;
}

.deep-purple {
  --bg-color: #673ab7;
  background-color: #673ab7 !important;
}

.deep-purple-text {
  --text-color: #673ab7;
  color: #673ab7 !important;
}

.deep-purple.lighten-5 {
  --bg-color: #ede7f6;
  background-color: #ede7f6 !important;
}

.deep-purple-text.text-lighten-5 {
  --text-color: #ede7f6;
  color: #ede7f6 !important;
}

.deep-purple.lighten-4 {
  --bg-color: #d1c4e9;
  background-color: #d1c4e9 !important;
}

.deep-purple-text.text-lighten-4 {
  --text-color: #d1c4e9;
  color: #d1c4e9 !important;
}

.deep-purple.lighten-3 {
  --bg-color: #b39ddb;
  background-color: #b39ddb !important;
}

.deep-purple-text.text-lighten-3 {
  --text-color: #b39ddb;
  color: #b39ddb !important;
}

.deep-purple.lighten-2 {
  --bg-color: #9575cd;
  background-color: #9575cd !important;
}

.deep-purple-text.text-lighten-2 {
  --text-color: #9575cd;
  color: #9575cd !important;
}

.deep-purple.lighten-1 {
  --bg-color: #7e57c2;
  background-color: #7e57c2 !important;
}

.deep-purple-text.text-lighten-1 {
  --text-color: #7e57c2;
  color: #7e57c2 !important;
}

.deep-purple.darken-1 {
  --bg-color: #5e35b1;
  background-color: #5e35b1 !important;
}

.deep-purple-text.text-darken-1 {
  --text-color: #5e35b1;
  color: #5e35b1 !important;
}

.deep-purple.darken-2 {
  --bg-color: #512da8;
  background-color: #512da8 !important;
}

.deep-purple-text.text-darken-2 {
  --text-color: #512da8;
  color: #512da8 !important;
}

.deep-purple.darken-3 {
  --bg-color: #4527a0;
  background-color: #4527a0 !important;
}

.deep-purple-text.text-darken-3 {
  --text-color: #4527a0;
  color: #4527a0 !important;
}

.deep-purple.darken-4 {
  --bg-color: #311b92;
  background-color: #311b92 !important;
}

.deep-purple-text.text-darken-4 {
  --text-color: #311b92;
  color: #311b92 !important;
}

.deep-purple.accent-1 {
  --bg-color: #b388ff;
  background-color: #b388ff !important;
}

.deep-purple-text.text-accent-1 {
  --text-color: #b388ff;
  color: #b388ff !important;
}

.deep-purple.accent-2 {
  --bg-color: #7c4dff;
  background-color: #7c4dff !important;
}

.deep-purple-text.text-accent-2 {
  --text-color: #7c4dff;
  color: #7c4dff !important;
}

.deep-purple.accent-3 {
  --bg-color: #651fff;
  background-color: #651fff !important;
}

.deep-purple-text.text-accent-3 {
  --text-color: #651fff;
  color: #651fff !important;
}

.deep-purple.accent-4 {
  --bg-color: #6200ea;
  background-color: #6200ea !important;
}

.deep-purple-text.text-accent-4 {
  --text-color: #6200ea;
  color: #6200ea !important;
}

.indigo {
  --bg-color: #3f51b5;
  background-color: #3f51b5 !important;
}

.indigo-text {
  --text-color: #3f51b5;
  color: #3f51b5 !important;
}

.indigo.lighten-5 {
  --bg-color: #e8eaf6;
  background-color: #e8eaf6 !important;
}

.indigo-text.text-lighten-5 {
  --text-color: #e8eaf6;
  color: #e8eaf6 !important;
}

.indigo.lighten-4 {
  --bg-color: #c5cae9;
  background-color: #c5cae9 !important;
}

.indigo-text.text-lighten-4 {
  --text-color: #c5cae9;
  color: #c5cae9 !important;
}

.indigo.lighten-3 {
  --bg-color: #9fa8da;
  background-color: #9fa8da !important;
}

.indigo-text.text-lighten-3 {
  --text-color: #9fa8da;
  color: #9fa8da !important;
}

.indigo.lighten-2 {
  --bg-color: #7986cb;
  background-color: #7986cb !important;
}

.indigo-text.text-lighten-2 {
  --text-color: #7986cb;
  color: #7986cb !important;
}

.indigo.lighten-1 {
  --bg-color: #5c6bc0;
  background-color: #5c6bc0 !important;
}

.indigo-text.text-lighten-1 {
  --text-color: #5c6bc0;
  color: #5c6bc0 !important;
}

.indigo.darken-1 {
  --bg-color: #3949ab;
  background-color: #3949ab !important;
}

.indigo-text.text-darken-1 {
  --text-color: #3949ab;
  color: #3949ab !important;
}

.indigo.darken-2 {
  --bg-color: #303f9f;
  background-color: #303f9f !important;
}

.indigo-text.text-darken-2 {
  --text-color: #303f9f;
  color: #303f9f !important;
}

.indigo.darken-3 {
  --bg-color: #283593;
  background-color: #283593 !important;
}

.indigo-text.text-darken-3 {
  --text-color: #283593;
  color: #283593 !important;
}

.indigo.darken-4 {
  --bg-color: #1a237e;
  background-color: #1a237e !important;
}

.indigo-text.text-darken-4 {
  --text-color: #1a237e;
  color: #1a237e !important;
}

.indigo.accent-1 {
  --bg-color: #8c9eff;
  background-color: #8c9eff !important;
}

.indigo-text.text-accent-1 {
  --text-color: #8c9eff;
  color: #8c9eff !important;
}

.indigo.accent-2 {
  --bg-color: #536dfe;
  background-color: #536dfe !important;
}

.indigo-text.text-accent-2 {
  --text-color: #536dfe;
  color: #536dfe !important;
}

.indigo.accent-3 {
  --bg-color: #3d5afe;
  background-color: #3d5afe !important;
}

.indigo-text.text-accent-3 {
  --text-color: #3d5afe;
  color: #3d5afe !important;
}

.indigo.accent-4 {
  --bg-color: #304ffe;
  background-color: #304ffe !important;
}

.indigo-text.text-accent-4 {
  --text-color: #304ffe;
  color: #304ffe !important;
}

.blue {
  --bg-color: #2196F3;
  background-color: #2196F3 !important;
}

.blue-text {
  --text-color: #2196F3;
  color: #2196F3 !important;
}

.blue.lighten-5 {
  --bg-color: #E3F2FD;
  background-color: #E3F2FD !important;
}

.blue-text.text-lighten-5 {
  --text-color: #E3F2FD;
  color: #E3F2FD !important;
}

.blue.lighten-4 {
  --bg-color: #BBDEFB;
  background-color: #BBDEFB !important;
}

.blue-text.text-lighten-4 {
  --text-color: #BBDEFB;
  color: #BBDEFB !important;
}

.blue.lighten-3 {
  --bg-color: #90CAF9;
  background-color: #90CAF9 !important;
}

.blue-text.text-lighten-3 {
  --text-color: #90CAF9;
  color: #90CAF9 !important;
}

.blue.lighten-2 {
  --bg-color: #64B5F6;
  background-color: #64B5F6 !important;
}

.blue-text.text-lighten-2 {
  --text-color: #64B5F6;
  color: #64B5F6 !important;
}

.blue.lighten-1 {
  --bg-color: #42A5F5;
  background-color: #42A5F5 !important;
}

.blue-text.text-lighten-1 {
  --text-color: #42A5F5;
  color: #42A5F5 !important;
}

.blue.darken-1 {
  --bg-color: #1E88E5;
  background-color: #1E88E5 !important;
}

.blue-text.text-darken-1 {
  --text-color: #1E88E5;
  color: #1E88E5 !important;
}

.blue.darken-2 {
  --bg-color: #1976D2;
  background-color: #1976D2 !important;
}

.blue-text.text-darken-2 {
  --text-color: #1976D2;
  color: #1976D2 !important;
}

.blue.darken-3 {
  --bg-color: #1565C0;
  background-color: #1565C0 !important;
}

.blue-text.text-darken-3 {
  --text-color: #1565C0;
  color: #1565C0 !important;
}

.blue.darken-4 {
  --bg-color: #0D47A1;
  background-color: #0D47A1 !important;
}

.blue-text.text-darken-4 {
  --text-color: #0D47A1;
  color: #0D47A1 !important;
}

.blue.accent-1 {
  --bg-color: #82B1FF;
  background-color: #82B1FF !important;
}

.blue-text.text-accent-1 {
  --text-color: #82B1FF;
  color: #82B1FF !important;
}

.blue.accent-2 {
  --bg-color: #448AFF;
  background-color: #448AFF !important;
}

.blue-text.text-accent-2 {
  --text-color: #448AFF;
  color: #448AFF !important;
}

.blue.accent-3 {
  --bg-color: #2979FF;
  background-color: #2979FF !important;
}

.blue-text.text-accent-3 {
  --text-color: #2979FF;
  color: #2979FF !important;
}

.blue.accent-4 {
  --bg-color: #2962FF;
  background-color: #2962FF !important;
}

.blue-text.text-accent-4 {
  --text-color: #2962FF;
  color: #2962FF !important;
}

.light-blue {
  --bg-color: #03a9f4;
  background-color: #03a9f4 !important;
}

.light-blue-text {
  --text-color: #03a9f4;
  color: #03a9f4 !important;
}

.light-blue.lighten-5 {
  --bg-color: #e1f5fe;
  background-color: #e1f5fe !important;
}

.light-blue-text.text-lighten-5 {
  --text-color: #e1f5fe;
  color: #e1f5fe !important;
}

.light-blue.lighten-4 {
  --bg-color: #b3e5fc;
  background-color: #b3e5fc !important;
}

.light-blue-text.text-lighten-4 {
  --text-color: #b3e5fc;
  color: #b3e5fc !important;
}

.light-blue.lighten-3 {
  --bg-color: #81d4fa;
  background-color: #81d4fa !important;
}

.light-blue-text.text-lighten-3 {
  --text-color: #81d4fa;
  color: #81d4fa !important;
}

.light-blue.lighten-2 {
  --bg-color: #4fc3f7;
  background-color: #4fc3f7 !important;
}

.light-blue-text.text-lighten-2 {
  --text-color: #4fc3f7;
  color: #4fc3f7 !important;
}

.light-blue.lighten-1 {
  --bg-color: #29b6f6;
  background-color: #29b6f6 !important;
}

.light-blue-text.text-lighten-1 {
  --text-color: #29b6f6;
  color: #29b6f6 !important;
}

.light-blue.darken-1 {
  --bg-color: #039be5;
  background-color: #039be5 !important;
}

.light-blue-text.text-darken-1 {
  --text-color: #039be5;
  color: #039be5 !important;
}

.light-blue.darken-2 {
  --bg-color: #0288d1;
  background-color: #0288d1 !important;
}

.light-blue-text.text-darken-2 {
  --text-color: #0288d1;
  color: #0288d1 !important;
}

.light-blue.darken-3 {
  --bg-color: #0277bd;
  background-color: #0277bd !important;
}

.light-blue-text.text-darken-3 {
  --text-color: #0277bd;
  color: #0277bd !important;
}

.light-blue.darken-4 {
  --bg-color: #01579b;
  background-color: #01579b !important;
}

.light-blue-text.text-darken-4 {
  --text-color: #01579b;
  color: #01579b !important;
}

.light-blue.accent-1 {
  --bg-color: #80d8ff;
  background-color: #80d8ff !important;
}

.light-blue-text.text-accent-1 {
  --text-color: #80d8ff;
  color: #80d8ff !important;
}

.light-blue.accent-2 {
  --bg-color: #40c4ff;
  background-color: #40c4ff !important;
}

.light-blue-text.text-accent-2 {
  --text-color: #40c4ff;
  color: #40c4ff !important;
}

.light-blue.accent-3 {
  --bg-color: #00b0ff;
  background-color: #00b0ff !important;
}

.light-blue-text.text-accent-3 {
  --text-color: #00b0ff;
  color: #00b0ff !important;
}

.light-blue.accent-4 {
  --bg-color: #0091ea;
  background-color: #0091ea !important;
}

.light-blue-text.text-accent-4 {
  --text-color: #0091ea;
  color: #0091ea !important;
}

.cyan {
  --bg-color: #00bcd4;
  background-color: #00bcd4 !important;
}

.cyan-text {
  --text-color: #00bcd4;
  color: #00bcd4 !important;
}

.cyan.lighten-5 {
  --bg-color: #e0f7fa;
  background-color: #e0f7fa !important;
}

.cyan-text.text-lighten-5 {
  --text-color: #e0f7fa;
  color: #e0f7fa !important;
}

.cyan.lighten-4 {
  --bg-color: #b2ebf2;
  background-color: #b2ebf2 !important;
}

.cyan-text.text-lighten-4 {
  --text-color: #b2ebf2;
  color: #b2ebf2 !important;
}

.cyan.lighten-3 {
  --bg-color: #80deea;
  background-color: #80deea !important;
}

.cyan-text.text-lighten-3 {
  --text-color: #80deea;
  color: #80deea !important;
}

.cyan.lighten-2 {
  --bg-color: #4dd0e1;
  background-color: #4dd0e1 !important;
}

.cyan-text.text-lighten-2 {
  --text-color: #4dd0e1;
  color: #4dd0e1 !important;
}

.cyan.lighten-1 {
  --bg-color: #26c6da;
  background-color: #26c6da !important;
}

.cyan-text.text-lighten-1 {
  --text-color: #26c6da;
  color: #26c6da !important;
}

.cyan.darken-1 {
  --bg-color: #00acc1;
  background-color: #00acc1 !important;
}

.cyan-text.text-darken-1 {
  --text-color: #00acc1;
  color: #00acc1 !important;
}

.cyan.darken-2 {
  --bg-color: #0097a7;
  background-color: #0097a7 !important;
}

.cyan-text.text-darken-2 {
  --text-color: #0097a7;
  color: #0097a7 !important;
}

.cyan.darken-3 {
  --bg-color: #00838f;
  background-color: #00838f !important;
}

.cyan-text.text-darken-3 {
  --text-color: #00838f;
  color: #00838f !important;
}

.cyan.darken-4 {
  --bg-color: #006064;
  background-color: #006064 !important;
}

.cyan-text.text-darken-4 {
  --text-color: #006064;
  color: #006064 !important;
}

.cyan.accent-1 {
  --bg-color: #84ffff;
  background-color: #84ffff !important;
}

.cyan-text.text-accent-1 {
  --text-color: #84ffff;
  color: #84ffff !important;
}

.cyan.accent-2 {
  --bg-color: #18ffff;
  background-color: #18ffff !important;
}

.cyan-text.text-accent-2 {
  --text-color: #18ffff;
  color: #18ffff !important;
}

.cyan.accent-3 {
  --bg-color: #00e5ff;
  background-color: #00e5ff !important;
}

.cyan-text.text-accent-3 {
  --text-color: #00e5ff;
  color: #00e5ff !important;
}

.cyan.accent-4 {
  --bg-color: #00b8d4;
  background-color: #00b8d4 !important;
}

.cyan-text.text-accent-4 {
  --text-color: #00b8d4;
  color: #00b8d4 !important;
}

.teal {
  --bg-color: #009688;
  background-color: #009688 !important;
}

.teal-text {
  --text-color: #009688;
  color: #009688 !important;
}

.teal.lighten-5 {
  --bg-color: #e0f2f1;
  background-color: #e0f2f1 !important;
}

.teal-text.text-lighten-5 {
  --text-color: #e0f2f1;
  color: #e0f2f1 !important;
}

.teal.lighten-4 {
  --bg-color: #b2dfdb;
  background-color: #b2dfdb !important;
}

.teal-text.text-lighten-4 {
  --text-color: #b2dfdb;
  color: #b2dfdb !important;
}

.teal.lighten-3 {
  --bg-color: #80cbc4;
  background-color: #80cbc4 !important;
}

.teal-text.text-lighten-3 {
  --text-color: #80cbc4;
  color: #80cbc4 !important;
}

.teal.lighten-2 {
  --bg-color: #4db6ac;
  background-color: #4db6ac !important;
}

.teal-text.text-lighten-2 {
  --text-color: #4db6ac;
  color: #4db6ac !important;
}

.teal.lighten-1 {
  --bg-color: #26a69a;
  background-color: #26a69a !important;
}

.teal-text.text-lighten-1 {
  --text-color: #26a69a;
  color: #26a69a !important;
}

.teal.darken-1 {
  --bg-color: #00897b;
  background-color: #00897b !important;
}

.teal-text.text-darken-1 {
  --text-color: #00897b;
  color: #00897b !important;
}

.teal.darken-2 {
  --bg-color: #00796b;
  background-color: #00796b !important;
}

.teal-text.text-darken-2 {
  --text-color: #00796b;
  color: #00796b !important;
}

.teal.darken-3 {
  --bg-color: #00695c;
  background-color: #00695c !important;
}

.teal-text.text-darken-3 {
  --text-color: #00695c;
  color: #00695c !important;
}

.teal.darken-4 {
  --bg-color: #004d40;
  background-color: #004d40 !important;
}

.teal-text.text-darken-4 {
  --text-color: #004d40;
  color: #004d40 !important;
}

.teal.accent-1 {
  --bg-color: #a7ffeb;
  background-color: #a7ffeb !important;
}

.teal-text.text-accent-1 {
  --text-color: #a7ffeb;
  color: #a7ffeb !important;
}

.teal.accent-2 {
  --bg-color: #64ffda;
  background-color: #64ffda !important;
}

.teal-text.text-accent-2 {
  --text-color: #64ffda;
  color: #64ffda !important;
}

.teal.accent-3 {
  --bg-color: #1de9b6;
  background-color: #1de9b6 !important;
}

.teal-text.text-accent-3 {
  --text-color: #1de9b6;
  color: #1de9b6 !important;
}

.teal.accent-4 {
  --bg-color: #00bfa5;
  background-color: #00bfa5 !important;
}

.teal-text.text-accent-4 {
  --text-color: #00bfa5;
  color: #00bfa5 !important;
}

.green {
  --bg-color: #4CAF50;
  background-color: #4CAF50 !important;
}

.green-text {
  --text-color: #4CAF50;
  color: #4CAF50 !important;
}

.green.lighten-5 {
  --bg-color: #E8F5E9;
  background-color: #E8F5E9 !important;
}

.green-text.text-lighten-5 {
  --text-color: #E8F5E9;
  color: #E8F5E9 !important;
}

.green.lighten-4 {
  --bg-color: #C8E6C9;
  background-color: #C8E6C9 !important;
}

.green-text.text-lighten-4 {
  --text-color: #C8E6C9;
  color: #C8E6C9 !important;
}

.green.lighten-3 {
  --bg-color: #A5D6A7;
  background-color: #A5D6A7 !important;
}

.green-text.text-lighten-3 {
  --text-color: #A5D6A7;
  color: #A5D6A7 !important;
}

.green.lighten-2 {
  --bg-color: #81C784;
  background-color: #81C784 !important;
}

.green-text.text-lighten-2 {
  --text-color: #81C784;
  color: #81C784 !important;
}

.green.lighten-1 {
  --bg-color: #66BB6A;
  background-color: #66BB6A !important;
}

.green-text.text-lighten-1 {
  --text-color: #66BB6A;
  color: #66BB6A !important;
}

.green.darken-1 {
  --bg-color: #43A047;
  background-color: #43A047 !important;
}

.green-text.text-darken-1 {
  --text-color: #43A047;
  color: #43A047 !important;
}

.green.darken-2 {
  --bg-color: #388E3C;
  background-color: #388E3C !important;
}

.green-text.text-darken-2 {
  --text-color: #388E3C;
  color: #388E3C !important;
}

.green.darken-3 {
  --bg-color: #2E7D32;
  background-color: #2E7D32 !important;
}

.green-text.text-darken-3 {
  --text-color: #2E7D32;
  color: #2E7D32 !important;
}

.green.darken-4 {
  --bg-color: #1B5E20;
  background-color: #1B5E20 !important;
}

.green-text.text-darken-4 {
  --text-color: #1B5E20;
  color: #1B5E20 !important;
}

.green.accent-1 {
  --bg-color: #B9F6CA;
  background-color: #B9F6CA !important;
}

.green-text.text-accent-1 {
  --text-color: #B9F6CA;
  color: #B9F6CA !important;
}

.green.accent-2 {
  --bg-color: #69F0AE;
  background-color: #69F0AE !important;
}

.green-text.text-accent-2 {
  --text-color: #69F0AE;
  color: #69F0AE !important;
}

.green.accent-3 {
  --bg-color: #00E676;
  background-color: #00E676 !important;
}

.green-text.text-accent-3 {
  --text-color: #00E676;
  color: #00E676 !important;
}

.green.accent-4 {
  --bg-color: #00C853;
  background-color: #00C853 !important;
}

.green-text.text-accent-4 {
  --text-color: #00C853;
  color: #00C853 !important;
}

.light-green {
  --bg-color: #8bc34a;
  background-color: #8bc34a !important;
}

.light-green-text {
  --text-color: #8bc34a;
  color: #8bc34a !important;
}

.light-green.lighten-5 {
  --bg-color: #f1f8e9;
  background-color: #f1f8e9 !important;
}

.light-green-text.text-lighten-5 {
  --text-color: #f1f8e9;
  color: #f1f8e9 !important;
}

.light-green.lighten-4 {
  --bg-color: #dcedc8;
  background-color: #dcedc8 !important;
}

.light-green-text.text-lighten-4 {
  --text-color: #dcedc8;
  color: #dcedc8 !important;
}

.light-green.lighten-3 {
  --bg-color: #c5e1a5;
  background-color: #c5e1a5 !important;
}

.light-green-text.text-lighten-3 {
  --text-color: #c5e1a5;
  color: #c5e1a5 !important;
}

.light-green.lighten-2 {
  --bg-color: #aed581;
  background-color: #aed581 !important;
}

.light-green-text.text-lighten-2 {
  --text-color: #aed581;
  color: #aed581 !important;
}

.light-green.lighten-1 {
  --bg-color: #9ccc65;
  background-color: #9ccc65 !important;
}

.light-green-text.text-lighten-1 {
  --text-color: #9ccc65;
  color: #9ccc65 !important;
}

.light-green.darken-1 {
  --bg-color: #7cb342;
  background-color: #7cb342 !important;
}

.light-green-text.text-darken-1 {
  --text-color: #7cb342;
  color: #7cb342 !important;
}

.light-green.darken-2 {
  --bg-color: #689f38;
  background-color: #689f38 !important;
}

.light-green-text.text-darken-2 {
  --text-color: #689f38;
  color: #689f38 !important;
}

.light-green.darken-3 {
  --bg-color: #558b2f;
  background-color: #558b2f !important;
}

.light-green-text.text-darken-3 {
  --text-color: #558b2f;
  color: #558b2f !important;
}

.light-green.darken-4 {
  --bg-color: #33691e;
  background-color: #33691e !important;
}

.light-green-text.text-darken-4 {
  --text-color: #33691e;
  color: #33691e !important;
}

.light-green.accent-1 {
  --bg-color: #ccff90;
  background-color: #ccff90 !important;
}

.light-green-text.text-accent-1 {
  --text-color: #ccff90;
  color: #ccff90 !important;
}

.light-green.accent-2 {
  --bg-color: #b2ff59;
  background-color: #b2ff59 !important;
}

.light-green-text.text-accent-2 {
  --text-color: #b2ff59;
  color: #b2ff59 !important;
}

.light-green.accent-3 {
  --bg-color: #76ff03;
  background-color: #76ff03 !important;
}

.light-green-text.text-accent-3 {
  --text-color: #76ff03;
  color: #76ff03 !important;
}

.light-green.accent-4 {
  --bg-color: #64dd17;
  background-color: #64dd17 !important;
}

.light-green-text.text-accent-4 {
  --text-color: #64dd17;
  color: #64dd17 !important;
}

.lime {
  --bg-color: #cddc39;
  background-color: #cddc39 !important;
}

.lime-text {
  --text-color: #cddc39;
  color: #cddc39 !important;
}

.lime.lighten-5 {
  --bg-color: #f9fbe7;
  background-color: #f9fbe7 !important;
}

.lime-text.text-lighten-5 {
  --text-color: #f9fbe7;
  color: #f9fbe7 !important;
}

.lime.lighten-4 {
  --bg-color: #f0f4c3;
  background-color: #f0f4c3 !important;
}

.lime-text.text-lighten-4 {
  --text-color: #f0f4c3;
  color: #f0f4c3 !important;
}

.lime.lighten-3 {
  --bg-color: #e6ee9c;
  background-color: #e6ee9c !important;
}

.lime-text.text-lighten-3 {
  --text-color: #e6ee9c;
  color: #e6ee9c !important;
}

.lime.lighten-2 {
  --bg-color: #dce775;
  background-color: #dce775 !important;
}

.lime-text.text-lighten-2 {
  --text-color: #dce775;
  color: #dce775 !important;
}

.lime.lighten-1 {
  --bg-color: #d4e157;
  background-color: #d4e157 !important;
}

.lime-text.text-lighten-1 {
  --text-color: #d4e157;
  color: #d4e157 !important;
}

.lime.darken-1 {
  --bg-color: #c0ca33;
  background-color: #c0ca33 !important;
}

.lime-text.text-darken-1 {
  --text-color: #c0ca33;
  color: #c0ca33 !important;
}

.lime.darken-2 {
  --bg-color: #afb42b;
  background-color: #afb42b !important;
}

.lime-text.text-darken-2 {
  --text-color: #afb42b;
  color: #afb42b !important;
}

.lime.darken-3 {
  --bg-color: #9e9d24;
  background-color: #9e9d24 !important;
}

.lime-text.text-darken-3 {
  --text-color: #9e9d24;
  color: #9e9d24 !important;
}

.lime.darken-4 {
  --bg-color: #827717;
  background-color: #827717 !important;
}

.lime-text.text-darken-4 {
  --text-color: #827717;
  color: #827717 !important;
}

.lime.accent-1 {
  --bg-color: #f4ff81;
  background-color: #f4ff81 !important;
}

.lime-text.text-accent-1 {
  --text-color: #f4ff81;
  color: #f4ff81 !important;
}

.lime.accent-2 {
  --bg-color: #eeff41;
  background-color: #eeff41 !important;
}

.lime-text.text-accent-2 {
  --text-color: #eeff41;
  color: #eeff41 !important;
}

.lime.accent-3 {
  --bg-color: #c6ff00;
  background-color: #c6ff00 !important;
}

.lime-text.text-accent-3 {
  --text-color: #c6ff00;
  color: #c6ff00 !important;
}

.lime.accent-4 {
  --bg-color: #aeea00;
  background-color: #aeea00 !important;
}

.lime-text.text-accent-4 {
  --text-color: #aeea00;
  color: #aeea00 !important;
}

.yellow {
  --bg-color: #ffeb3b;
  background-color: #ffeb3b !important;
}

.yellow-text {
  --text-color: #ffeb3b;
  color: #ffeb3b !important;
}

.yellow.lighten-5 {
  --bg-color: #fffde7;
  background-color: #fffde7 !important;
}

.yellow-text.text-lighten-5 {
  --text-color: #fffde7;
  color: #fffde7 !important;
}

.yellow.lighten-4 {
  --bg-color: #fff9c4;
  background-color: #fff9c4 !important;
}

.yellow-text.text-lighten-4 {
  --text-color: #fff9c4;
  color: #fff9c4 !important;
}

.yellow.lighten-3 {
  --bg-color: #fff59d;
  background-color: #fff59d !important;
}

.yellow-text.text-lighten-3 {
  --text-color: #fff59d;
  color: #fff59d !important;
}

.yellow.lighten-2 {
  --bg-color: #fff176;
  background-color: #fff176 !important;
}

.yellow-text.text-lighten-2 {
  --text-color: #fff176;
  color: #fff176 !important;
}

.yellow.lighten-1 {
  --bg-color: #ffee58;
  background-color: #ffee58 !important;
}

.yellow-text.text-lighten-1 {
  --text-color: #ffee58;
  color: #ffee58 !important;
}

.yellow.darken-1 {
  --bg-color: #fdd835;
  background-color: #fdd835 !important;
}

.yellow-text.text-darken-1 {
  --text-color: #fdd835;
  color: #fdd835 !important;
}

.yellow.darken-2 {
  --bg-color: #fbc02d;
  background-color: #fbc02d !important;
}

.yellow-text.text-darken-2 {
  --text-color: #fbc02d;
  color: #fbc02d !important;
}

.yellow.darken-3 {
  --bg-color: #f9a825;
  background-color: #f9a825 !important;
}

.yellow-text.text-darken-3 {
  --text-color: #f9a825;
  color: #f9a825 !important;
}

.yellow.darken-4 {
  --bg-color: #f57f17;
  background-color: #f57f17 !important;
}

.yellow-text.text-darken-4 {
  --text-color: #f57f17;
  color: #f57f17 !important;
}

.yellow.accent-1 {
  --bg-color: #ffff8d;
  background-color: #ffff8d !important;
}

.yellow-text.text-accent-1 {
  --text-color: #ffff8d;
  color: #ffff8d !important;
}

.yellow.accent-2 {
  --bg-color: #ffff00;
  background-color: #ffff00 !important;
}

.yellow-text.text-accent-2 {
  --text-color: #ffff00;
  color: #ffff00 !important;
}

.yellow.accent-3 {
  --bg-color: #ffea00;
  background-color: #ffea00 !important;
}

.yellow-text.text-accent-3 {
  --text-color: #ffea00;
  color: #ffea00 !important;
}

.yellow.accent-4 {
  --bg-color: #ffd600;
  background-color: #ffd600 !important;
}

.yellow-text.text-accent-4 {
  --text-color: #ffd600;
  color: #ffd600 !important;
}

.amber {
  --bg-color: #ffc107;
  background-color: #ffc107 !important;
}

.amber-text {
  --text-color: #ffc107;
  color: #ffc107 !important;
}

.amber.lighten-5 {
  --bg-color: #fff8e1;
  background-color: #fff8e1 !important;
}

.amber-text.text-lighten-5 {
  --text-color: #fff8e1;
  color: #fff8e1 !important;
}

.amber.lighten-4 {
  --bg-color: #ffecb3;
  background-color: #ffecb3 !important;
}

.amber-text.text-lighten-4 {
  --text-color: #ffecb3;
  color: #ffecb3 !important;
}

.amber.lighten-3 {
  --bg-color: #ffe082;
  background-color: #ffe082 !important;
}

.amber-text.text-lighten-3 {
  --text-color: #ffe082;
  color: #ffe082 !important;
}

.amber.lighten-2 {
  --bg-color: #ffd54f;
  background-color: #ffd54f !important;
}

.amber-text.text-lighten-2 {
  --text-color: #ffd54f;
  color: #ffd54f !important;
}

.amber.lighten-1 {
  --bg-color: #ffca28;
  background-color: #ffca28 !important;
}

.amber-text.text-lighten-1 {
  --text-color: #ffca28;
  color: #ffca28 !important;
}

.amber.darken-1 {
  --bg-color: #ffb300;
  background-color: #ffb300 !important;
}

.amber-text.text-darken-1 {
  --text-color: #ffb300;
  color: #ffb300 !important;
}

.amber.darken-2 {
  --bg-color: #ffa000;
  background-color: #ffa000 !important;
}

.amber-text.text-darken-2 {
  --text-color: #ffa000;
  color: #ffa000 !important;
}

.amber.darken-3 {
  --bg-color: #ff8f00;
  background-color: #ff8f00 !important;
}

.amber-text.text-darken-3 {
  --text-color: #ff8f00;
  color: #ff8f00 !important;
}

.amber.darken-4 {
  --bg-color: #ff6f00;
  background-color: #ff6f00 !important;
}

.amber-text.text-darken-4 {
  --text-color: #ff6f00;
  color: #ff6f00 !important;
}

.amber.accent-1 {
  --bg-color: #ffe57f;
  background-color: #ffe57f !important;
}

.amber-text.text-accent-1 {
  --text-color: #ffe57f;
  color: #ffe57f !important;
}

.amber.accent-2 {
  --bg-color: #ffd740;
  background-color: #ffd740 !important;
}

.amber-text.text-accent-2 {
  --text-color: #ffd740;
  color: #ffd740 !important;
}

.amber.accent-3 {
  --bg-color: #ffc400;
  background-color: #ffc400 !important;
}

.amber-text.text-accent-3 {
  --text-color: #ffc400;
  color: #ffc400 !important;
}

.amber.accent-4 {
  --bg-color: #ffab00;
  background-color: #ffab00 !important;
}

.amber-text.text-accent-4 {
  --text-color: #ffab00;
  color: #ffab00 !important;
}

.orange {
  --bg-color: #ff9800;
  background-color: #ff9800 !important;
}

.orange-text {
  --text-color: #ff9800;
  color: #ff9800 !important;
}

.orange.lighten-5 {
  --bg-color: #fff3e0;
  background-color: #fff3e0 !important;
}

.orange-text.text-lighten-5 {
  --text-color: #fff3e0;
  color: #fff3e0 !important;
}

.orange.lighten-4 {
  --bg-color: #ffe0b2;
  background-color: #ffe0b2 !important;
}

.orange-text.text-lighten-4 {
  --text-color: #ffe0b2;
  color: #ffe0b2 !important;
}

.orange.lighten-3 {
  --bg-color: #ffcc80;
  background-color: #ffcc80 !important;
}

.orange-text.text-lighten-3 {
  --text-color: #ffcc80;
  color: #ffcc80 !important;
}

.orange.lighten-2 {
  --bg-color: #ffb74d;
  background-color: #ffb74d !important;
}

.orange-text.text-lighten-2 {
  --text-color: #ffb74d;
  color: #ffb74d !important;
}

.orange.lighten-1 {
  --bg-color: #ffa726;
  background-color: #ffa726 !important;
}

.orange-text.text-lighten-1 {
  --text-color: #ffa726;
  color: #ffa726 !important;
}

.orange.darken-1 {
  --bg-color: #fb8c00;
  background-color: #fb8c00 !important;
}

.orange-text.text-darken-1 {
  --text-color: #fb8c00;
  color: #fb8c00 !important;
}

.orange.darken-2 {
  --bg-color: #f57c00;
  background-color: #f57c00 !important;
}

.orange-text.text-darken-2 {
  --text-color: #f57c00;
  color: #f57c00 !important;
}

.orange.darken-3 {
  --bg-color: #ef6c00;
  background-color: #ef6c00 !important;
}

.orange-text.text-darken-3 {
  --text-color: #ef6c00;
  color: #ef6c00 !important;
}

.orange.darken-4 {
  --bg-color: #e65100;
  background-color: #e65100 !important;
}

.orange-text.text-darken-4 {
  --text-color: #e65100;
  color: #e65100 !important;
}

.orange.accent-1 {
  --bg-color: #ffd180;
  background-color: #ffd180 !important;
}

.orange-text.text-accent-1 {
  --text-color: #ffd180;
  color: #ffd180 !important;
}

.orange.accent-2 {
  --bg-color: #ffab40;
  background-color: #ffab40 !important;
}

.orange-text.text-accent-2 {
  --text-color: #ffab40;
  color: #ffab40 !important;
}

.orange.accent-3 {
  --bg-color: #ff9100;
  background-color: #ff9100 !important;
}

.orange-text.text-accent-3 {
  --text-color: #ff9100;
  color: #ff9100 !important;
}

.orange.accent-4 {
  --bg-color: #ff6d00;
  background-color: #ff6d00 !important;
}

.orange-text.text-accent-4 {
  --text-color: #ff6d00;
  color: #ff6d00 !important;
}

.deep-orange {
  --bg-color: #ff5722;
  background-color: #ff5722 !important;
}

.deep-orange-text {
  --text-color: #ff5722;
  color: #ff5722 !important;
}

.deep-orange.lighten-5 {
  --bg-color: #fbe9e7;
  background-color: #fbe9e7 !important;
}

.deep-orange-text.text-lighten-5 {
  --text-color: #fbe9e7;
  color: #fbe9e7 !important;
}

.deep-orange.lighten-4 {
  --bg-color: #ffccbc;
  background-color: #ffccbc !important;
}

.deep-orange-text.text-lighten-4 {
  --text-color: #ffccbc;
  color: #ffccbc !important;
}

.deep-orange.lighten-3 {
  --bg-color: #ffab91;
  background-color: #ffab91 !important;
}

.deep-orange-text.text-lighten-3 {
  --text-color: #ffab91;
  color: #ffab91 !important;
}

.deep-orange.lighten-2 {
  --bg-color: #ff8a65;
  background-color: #ff8a65 !important;
}

.deep-orange-text.text-lighten-2 {
  --text-color: #ff8a65;
  color: #ff8a65 !important;
}

.deep-orange.lighten-1 {
  --bg-color: #ff7043;
  background-color: #ff7043 !important;
}

.deep-orange-text.text-lighten-1 {
  --text-color: #ff7043;
  color: #ff7043 !important;
}

.deep-orange.darken-1 {
  --bg-color: #f4511e;
  background-color: #f4511e !important;
}

.deep-orange-text.text-darken-1 {
  --text-color: #f4511e;
  color: #f4511e !important;
}

.deep-orange.darken-2 {
  --bg-color: #e64a19;
  background-color: #e64a19 !important;
}

.deep-orange-text.text-darken-2 {
  --text-color: #e64a19;
  color: #e64a19 !important;
}

.deep-orange.darken-3 {
  --bg-color: #d84315;
  background-color: #d84315 !important;
}

.deep-orange-text.text-darken-3 {
  --text-color: #d84315;
  color: #d84315 !important;
}

.deep-orange.darken-4 {
  --bg-color: #bf360c;
  background-color: #bf360c !important;
}

.deep-orange-text.text-darken-4 {
  --text-color: #bf360c;
  color: #bf360c !important;
}

.deep-orange.accent-1 {
  --bg-color: #ff9e80;
  background-color: #ff9e80 !important;
}

.deep-orange-text.text-accent-1 {
  --text-color: #ff9e80;
  color: #ff9e80 !important;
}

.deep-orange.accent-2 {
  --bg-color: #ff6e40;
  background-color: #ff6e40 !important;
}

.deep-orange-text.text-accent-2 {
  --text-color: #ff6e40;
  color: #ff6e40 !important;
}

.deep-orange.accent-3 {
  --bg-color: #ff3d00;
  background-color: #ff3d00 !important;
}

.deep-orange-text.text-accent-3 {
  --text-color: #ff3d00;
  color: #ff3d00 !important;
}

.deep-orange.accent-4 {
  --bg-color: #dd2c00;
  background-color: #dd2c00 !important;
}

.deep-orange-text.text-accent-4 {
  --text-color: #dd2c00;
  color: #dd2c00 !important;
}

.brown {
  --bg-color: #795548;
  background-color: #795548 !important;
}

.brown-text {
  --text-color: #795548;
  color: #795548 !important;
}

.brown.lighten-5 {
  --bg-color: #efebe9;
  background-color: #efebe9 !important;
}

.brown-text.text-lighten-5 {
  --text-color: #efebe9;
  color: #efebe9 !important;
}

.brown.lighten-4 {
  --bg-color: #d7ccc8;
  background-color: #d7ccc8 !important;
}

.brown-text.text-lighten-4 {
  --text-color: #d7ccc8;
  color: #d7ccc8 !important;
}

.brown.lighten-3 {
  --bg-color: #bcaaa4;
  background-color: #bcaaa4 !important;
}

.brown-text.text-lighten-3 {
  --text-color: #bcaaa4;
  color: #bcaaa4 !important;
}

.brown.lighten-2 {
  --bg-color: #a1887f;
  background-color: #a1887f !important;
}

.brown-text.text-lighten-2 {
  --text-color: #a1887f;
  color: #a1887f !important;
}

.brown.lighten-1 {
  --bg-color: #8d6e63;
  background-color: #8d6e63 !important;
}

.brown-text.text-lighten-1 {
  --text-color: #8d6e63;
  color: #8d6e63 !important;
}

.brown.darken-1 {
  --bg-color: #6d4c41;
  background-color: #6d4c41 !important;
}

.brown-text.text-darken-1 {
  --text-color: #6d4c41;
  color: #6d4c41 !important;
}

.brown.darken-2 {
  --bg-color: #5d4037;
  background-color: #5d4037 !important;
}

.brown-text.text-darken-2 {
  --text-color: #5d4037;
  color: #5d4037 !important;
}

.brown.darken-3 {
  --bg-color: #4e342e;
  background-color: #4e342e !important;
}

.brown-text.text-darken-3 {
  --text-color: #4e342e;
  color: #4e342e !important;
}

.brown.darken-4 {
  --bg-color: #3e2723;
  background-color: #3e2723 !important;
}

.brown-text.text-darken-4 {
  --text-color: #3e2723;
  color: #3e2723 !important;
}

.blue-grey {
  --bg-color: #607d8b;
  background-color: #607d8b !important;
}

.blue-grey-text {
  --text-color: #607d8b;
  color: #607d8b !important;
}

.blue-grey.lighten-5 {
  --bg-color: #eceff1;
  background-color: #eceff1 !important;
}

.blue-grey-text.text-lighten-5 {
  --text-color: #eceff1;
  color: #eceff1 !important;
}

.blue-grey.lighten-4 {
  --bg-color: #cfd8dc;
  background-color: #cfd8dc !important;
}

.blue-grey-text.text-lighten-4 {
  --text-color: #cfd8dc;
  color: #cfd8dc !important;
}

.blue-grey.lighten-3 {
  --bg-color: #b0bec5;
  background-color: #b0bec5 !important;
}

.blue-grey-text.text-lighten-3 {
  --text-color: #b0bec5;
  color: #b0bec5 !important;
}

.blue-grey.lighten-2 {
  --bg-color: #90a4ae;
  background-color: #90a4ae !important;
}

.blue-grey-text.text-lighten-2 {
  --text-color: #90a4ae;
  color: #90a4ae !important;
}

.blue-grey.lighten-1 {
  --bg-color: #78909c;
  background-color: #78909c !important;
}

.blue-grey-text.text-lighten-1 {
  --text-color: #78909c;
  color: #78909c !important;
}

.blue-grey.darken-1 {
  --bg-color: #546e7a;
  background-color: #546e7a !important;
}

.blue-grey-text.text-darken-1 {
  --text-color: #546e7a;
  color: #546e7a !important;
}

.blue-grey.darken-2 {
  --bg-color: #455a64;
  background-color: #455a64 !important;
}

.blue-grey-text.text-darken-2 {
  --text-color: #455a64;
  color: #455a64 !important;
}

.blue-grey.darken-3 {
  --bg-color: #37474f;
  background-color: #37474f !important;
}

.blue-grey-text.text-darken-3 {
  --text-color: #37474f;
  color: #37474f !important;
}

.blue-grey.darken-4 {
  --bg-color: #263238;
  background-color: #263238 !important;
}

.blue-grey-text.text-darken-4 {
  --text-color: #263238;
  color: #263238 !important;
}

.grey {
  --bg-color: #9e9e9e;
  background-color: #9e9e9e !important;
}

.grey-text {
  --text-color: #9e9e9e;
  color: #9e9e9e !important;
}

.grey.lighten-5 {
  --bg-color: #fafafa;
  background-color: #fafafa !important;
}

.grey-text.text-lighten-5 {
  --text-color: #fafafa;
  color: #fafafa !important;
}

.grey.lighten-4 {
  --bg-color: #f5f5f5;
  background-color: #f5f5f5 !important;
}

.grey-text.text-lighten-4 {
  --text-color: #f5f5f5;
  color: #f5f5f5 !important;
}

.grey.lighten-3 {
  --bg-color: #eeeeee;
  background-color: #eeeeee !important;
}

.grey-text.text-lighten-3 {
  --text-color: #eeeeee;
  color: #eeeeee !important;
}

.grey.lighten-2 {
  --bg-color: #e0e0e0;
  background-color: #e0e0e0 !important;
}

.grey-text.text-lighten-2 {
  --text-color: #e0e0e0;
  color: #e0e0e0 !important;
}

.grey.lighten-1 {
  --bg-color: #bdbdbd;
  background-color: #bdbdbd !important;
}

.grey-text.text-lighten-1 {
  --text-color: #bdbdbd;
  color: #bdbdbd !important;
}

.grey.darken-1 {
  --bg-color: #757575;
  background-color: #757575 !important;
}

.grey-text.text-darken-1 {
  --text-color: #757575;
  color: #757575 !important;
}

.grey.darken-2 {
  --bg-color: #616161;
  background-color: #616161 !important;
}

.grey-text.text-darken-2 {
  --text-color: #616161;
  color: #616161 !important;
}

.grey.darken-3 {
  --bg-color: #424242;
  background-color: #424242 !important;
}

.grey-text.text-darken-3 {
  --text-color: #424242;
  color: #424242 !important;
}

.grey.darken-4 {
  --bg-color: #212121;
  background-color: #212121 !important;
}

.grey-text.text-darken-4 {
  --text-color: #212121;
  color: #212121 !important;
}

.black {
  --bg-color: #000000;
  background-color: #000000 !important;
}

.black-text {
  --text-color: #000000;
  color: #000000 !important;
}

.white {
  --bg-color: #FFFFFF;
  background-color: #FFFFFF !important;
}

.white-text {
  --text-color: #FFFFFF;
  color: #FFFFFF !important;
}

.transparent {
  --bg-color: transparent;
  background-color: transparent !important;
}

.transparent-text {
  --text-color: transparent;
  color: transparent !important;
}

/*
 * Admin v1.0.0
 * Materialize theme
 * http://materializecss.com/themes.html
 * Personal Use License
 * by Alan Chang
 */
.black {
  background-color: #000000 !important;
}

.black-text {
  color: #000000 !important;
}

.white {
  background-color: #ffffff !important;
}

.white-text {
  color: #ffffff !important;
}

.transparent {
  background-color: transparent !important;
}

.transparent-text {
  color: transparent !important;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

button,
input,
optgroup,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}

ul:not(.browser-default) > li {
  list-style-type: none;
}

a {
  color: #039be5;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.valign-wrapper {
  display: flex;
  align-items: center;
}

.clearfix {
  clear: both;
}

.z-depth-0 {
  box-shadow: none !important;
}

/* 2dp elevation modified*/
.z-depth-1,
.sidenav,
.collapsible,
.dropdown-content,
.btn-floating,
.btn,
.btn-small,
.btn-large,
.toast,
.card,
.card-panel {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.z-depth-1-half,
.btn-floating:hover,
.btn:hover,
.btn-small:hover,
.btn-large:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

/* 6dp elevation modified*/
.z-depth-2 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

/* 12dp elevation modified*/
.z-depth-3 {
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

/* 16dp elevation */
.z-depth-4 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}

/* 24dp elevation */
.z-depth-5,
.dropdown-content.notifications,
.modal {
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}

.hoverable {
  transition: box-shadow 0.25s;
}

.hoverable:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0;
}

blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #448aff;
}

i {
  line-height: inherit;
}

i.left {
  float: left;
  margin-right: 15px;
}

i.right {
  float: right;
  margin-left: 15px;
}

i.tiny {
  font-size: 1rem;
}

i.small {
  font-size: 2rem;
}

i.medium {
  font-size: 4rem;
}

i.large {
  font-size: 6rem;
}

img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto;
}

.pagination li {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 30px;
}

.pagination li a {
  color: #444;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 10px;
  line-height: 30px;
}

.pagination li.active a {
  color: #fff;
}

.pagination li.active {
  background-color: #448aff;
}

.pagination li.disabled a {
  cursor: default;
  color: #999;
}

.pagination li i {
  font-size: 2rem;
}

.pagination li.pages ul li {
  display: inline-block;
  float: none;
}

@media only screen and (max-width: 992.99px) {
  .pagination {
    width: 100%;
  }
  .pagination li.prev,
  .pagination li.next {
    width: 10%;
  }
  .pagination li.pages {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
  }
}
.breadcrumb {
  font-size: 18px;
  color: #516372;
}

.breadcrumb:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2224%22%20width%3D%2224%22%20fill%3D%22%23516372%22%20viewBox%3D%220%200%20192%20512%22%3E%3Cpath%20d%3D%22M166.9%20264.5l-117.8%20116c-4.7%204.7-12.3%204.7-17%200l-7.1-7.1c-4.7-4.7-4.7-12.3%200-17L127.3%20256%2025.1%20155.6c-4.7-4.7-4.7-12.3%200-17l7.1-7.1c4.7-4.7%2012.3-4.7%2017%200l117.8%20116c4.6%204.7%204.6%2012.3-.1%2017z%22%2F%3E%3C%2Fsvg%3E");
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  line-height: 25px;
  height: 25px;
  width: 25px;
  margin: 0 10px 0 8px;
  -webkit-font-smoothing: antialiased;
}

.breadcrumb:first-child:before {
  display: none;
}

.breadcrumb:last-child {
  color: #fff;
}

.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px;
}

.parallax-container .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.parallax-container .parallax img {
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  transform: translate3d(0, 0, 0);
  transform: translateX(-50%);
}

.pin-top,
.pin-bottom {
  position: relative;
}

.pinned {
  position: fixed !important;
}

/*********************
  Transition Classes
**********************/
ul.staggered-list li {
  opacity: 0;
}

.fade-in {
  opacity: 0;
  transform-origin: 0 50%;
}

/*********************
  Media Query Classes
**********************/
@media only screen and (max-width: 600.99px) {
  .hide-on-small-only,
  .hide-on-small-and-down {
    display: none !important;
  }
}
@media only screen and (max-width: 992.99px) {
  .hide-on-med-and-down {
    display: none !important;
  }
}
@media only screen and (min-width: 601px) {
  .hide-on-med-and-up {
    display: none !important;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992.99px) {
  .hide-on-med-only {
    display: none !important;
  }
}
@media only screen and (min-width: 993px) {
  .hide-on-large-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1201px) {
  .hide-on-extra-large-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1201px) {
  .show-on-extra-large {
    display: block !important;
  }
}
@media only screen and (min-width: 993px) {
  .show-on-large {
    display: block !important;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992.99px) {
  .show-on-medium {
    display: block !important;
  }
}
@media only screen and (max-width: 600.99px) {
  .show-on-small {
    display: block !important;
  }
}
@media only screen and (min-width: 601px) {
  .show-on-medium-and-up {
    display: block !important;
  }
}
@media only screen and (max-width: 992.99px) {
  .show-on-medium-and-down {
    display: block !important;
  }
}
@media only screen and (max-width: 600.99px) {
  .center-on-small-only {
    text-align: center;
  }
}
.page-footer {
  padding-top: 20px;
  color: #fff;
  background-color: #448aff;
}

.page-footer .footer-copyright {
  overflow: hidden;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(51, 51, 51, 0.08);
}

table,
th,
td {
  border: none;
}

table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}

table.striped tr {
  border-bottom: none;
}

table.highlight > tbody > tr {
  transition: background-color 0.25s ease;
}

table.highlight > tbody > tr:hover {
  background-color: rgba(242, 242, 242, 0.5);
}

table.centered thead tr th,
table.centered tbody tr td {
  text-align: center;
}

tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

td,
th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 0;
}

@media only screen and (max-width: 992.99px) {
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */
  }
  table.responsive-table td:empty:before {
    content: " ";
  }
  table.responsive-table th,
  table.responsive-table td {
    margin: 0;
    vertical-align: top;
  }
  table.responsive-table th {
    text-align: left;
  }
  table.responsive-table thead {
    display: block;
    float: left;
  }
  table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }
  table.responsive-table thead tr th::before {
    content: " ";
  }
  table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  table.responsive-table th {
    display: block;
    text-align: right;
  }
  table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  table.responsive-table tr {
    border-bottom: none;
    padding: 0 10px;
  }
  table.responsive-table thead {
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
  }
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #acece6;
  border-radius: 2px;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden;
}

.progress .determinate {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #26a69a;
  transition: width 0.3s linear;
}

.progress .indeterminate {
  background-color: #26a69a;
}

.progress .indeterminate:before {
  content: "";
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.progress .indeterminate:after {
  content: "";
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s;
}

@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
/*******************
  Utility Classes
*******************/
.hide {
  display: none !important;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.no-select,
input[type=range],
input[type=range] + .thumb {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.circle {
  border-radius: 50%;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.no-padding {
  padding: 0 !important;
}

.collection {
  margin: 0.5rem 0 1rem 0;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

.collection .collection-item {
  background-color: #fff;
  line-height: 1.5rem;
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}

.collection .collection-item.avatar {
  min-height: 84px;
  padding-left: 72px;
  position: relative;
}

.collection .collection-item.avatar:not(.circle-clipper) > .circle,
.collection .collection-item.avatar :not(.circle-clipper) > .circle {
  position: absolute;
  width: 42px;
  height: 42px;
  overflow: hidden;
  left: 15px;
  display: inline-block;
  vertical-align: middle;
}

.collection .collection-item.avatar i.circle {
  font-size: 18px;
  line-height: 42px;
  color: #fff;
  background-color: #999;
  text-align: center;
}

.collection .collection-item.avatar .title {
  font-size: 16px;
}

.collection .collection-item.avatar p {
  margin: 0;
}

.collection .collection-item.avatar .secondary-content {
  position: absolute;
  top: 16px;
  right: 16px;
}

.collection .collection-item:last-child {
  border-bottom: none;
}

.collection .collection-item.active {
  background-color: #26a69a;
  color: #eafaf9;
}

.collection .collection-item.active .secondary-content {
  color: #fff;
}

.collection a.collection-item {
  display: block;
  transition: 0.25s;
  color: #26a69a;
}

.collection a.collection-item:not(.active):hover {
  background-color: #ddd;
}

.collection.with-header .collection-header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 20px;
}

.collection.with-header .collection-item {
  padding-left: 30px;
}

.collection.with-header .collection-item.avatar {
  padding-left: 72px;
}

.secondary-content {
  float: right;
  color: #26a69a;
}

.collapsible .collection {
  margin: 0;
  border: none;
}

span.badge {
  min-width: 3rem;
  padding: 0 6px;
  margin-left: 14px;
  text-align: center;
  font-size: 1rem;
  line-height: 22px;
  height: 22px;
  color: #757575;
  float: right;
  box-sizing: border-box;
}

span.badge.new {
  font-weight: 300;
  font-size: 0.8rem;
  color: #fff;
  background-color: #26a69a;
  border-radius: 2px;
}

span.badge.new:after {
  content: " new";
}

span.badge[data-badge-caption]::after {
  content: " " attr(data-badge-caption);
}

nav ul a span.badge {
  display: inline-block;
  float: none;
  margin-left: 4px;
  line-height: 22px;
  height: 22px;
  -webkit-font-smoothing: auto;
}

.collection-item span.badge {
  margin-top: calc(0.75rem - 11px);
}

.collapsible span.badge {
  margin-left: auto;
}

.sidenav span.badge {
  margin-top: 13px;
}

table span.badge {
  display: inline-block;
  float: none;
  margin-left: auto;
}

.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}

@media only screen and (min-width: 601px) {
  .container {
    width: 85%;
  }
}
@media only screen and (min-width: 993px) {
  .container {
    width: 70%;
  }
}
.col .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section.no-pad {
  padding: 0;
}

.section.no-pad-bot {
  padding-bottom: 0;
}

.section.no-pad-top {
  padding-top: 0;
}

.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.row .col {
  float: left;
  box-sizing: border-box;
  padding: 0 0.75rem;
  min-height: 1px;
}

.row .col[class*=push-],
.row .col[class*=pull-] {
  position: relative;
}

.row .col.s1 {
  width: 8.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s2 {
  width: 16.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s4 {
  width: 33.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s5 {
  width: 41.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s7 {
  width: 58.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s8 {
  width: 66.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s10 {
  width: 83.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s11 {
  width: 91.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.offset-s1 {
  margin-left: 8.3333333333%;
}

.row .col.pull-s1 {
  right: 8.3333333333%;
}

.row .col.push-s1 {
  left: 8.3333333333%;
}

.row .col.offset-s2 {
  margin-left: 16.6666666667%;
}

.row .col.pull-s2 {
  right: 16.6666666667%;
}

.row .col.push-s2 {
  left: 16.6666666667%;
}

.row .col.offset-s3 {
  margin-left: 25%;
}

.row .col.pull-s3 {
  right: 25%;
}

.row .col.push-s3 {
  left: 25%;
}

.row .col.offset-s4 {
  margin-left: 33.3333333333%;
}

.row .col.pull-s4 {
  right: 33.3333333333%;
}

.row .col.push-s4 {
  left: 33.3333333333%;
}

.row .col.offset-s5 {
  margin-left: 41.6666666667%;
}

.row .col.pull-s5 {
  right: 41.6666666667%;
}

.row .col.push-s5 {
  left: 41.6666666667%;
}

.row .col.offset-s6 {
  margin-left: 50%;
}

.row .col.pull-s6 {
  right: 50%;
}

.row .col.push-s6 {
  left: 50%;
}

.row .col.offset-s7 {
  margin-left: 58.3333333333%;
}

.row .col.pull-s7 {
  right: 58.3333333333%;
}

.row .col.push-s7 {
  left: 58.3333333333%;
}

.row .col.offset-s8 {
  margin-left: 66.6666666667%;
}

.row .col.pull-s8 {
  right: 66.6666666667%;
}

.row .col.push-s8 {
  left: 66.6666666667%;
}

.row .col.offset-s9 {
  margin-left: 75%;
}

.row .col.pull-s9 {
  right: 75%;
}

.row .col.push-s9 {
  left: 75%;
}

.row .col.offset-s10 {
  margin-left: 83.3333333333%;
}

.row .col.pull-s10 {
  right: 83.3333333333%;
}

.row .col.push-s10 {
  left: 83.3333333333%;
}

.row .col.offset-s11 {
  margin-left: 91.6666666667%;
}

.row .col.pull-s11 {
  right: 91.6666666667%;
}

.row .col.push-s11 {
  left: 91.6666666667%;
}

.row .col.offset-s12 {
  margin-left: 100%;
}

.row .col.pull-s12 {
  right: 100%;
}

.row .col.push-s12 {
  left: 100%;
}

@media only screen and (min-width: 601px) {
  .row .col.m1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-m1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-m1 {
    right: 8.3333333333%;
  }
  .row .col.push-m1 {
    left: 8.3333333333%;
  }
  .row .col.offset-m2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-m2 {
    right: 16.6666666667%;
  }
  .row .col.push-m2 {
    left: 16.6666666667%;
  }
  .row .col.offset-m3 {
    margin-left: 25%;
  }
  .row .col.pull-m3 {
    right: 25%;
  }
  .row .col.push-m3 {
    left: 25%;
  }
  .row .col.offset-m4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-m4 {
    right: 33.3333333333%;
  }
  .row .col.push-m4 {
    left: 33.3333333333%;
  }
  .row .col.offset-m5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-m5 {
    right: 41.6666666667%;
  }
  .row .col.push-m5 {
    left: 41.6666666667%;
  }
  .row .col.offset-m6 {
    margin-left: 50%;
  }
  .row .col.pull-m6 {
    right: 50%;
  }
  .row .col.push-m6 {
    left: 50%;
  }
  .row .col.offset-m7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-m7 {
    right: 58.3333333333%;
  }
  .row .col.push-m7 {
    left: 58.3333333333%;
  }
  .row .col.offset-m8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-m8 {
    right: 66.6666666667%;
  }
  .row .col.push-m8 {
    left: 66.6666666667%;
  }
  .row .col.offset-m9 {
    margin-left: 75%;
  }
  .row .col.pull-m9 {
    right: 75%;
  }
  .row .col.push-m9 {
    left: 75%;
  }
  .row .col.offset-m10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-m10 {
    right: 83.3333333333%;
  }
  .row .col.push-m10 {
    left: 83.3333333333%;
  }
  .row .col.offset-m11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-m11 {
    right: 91.6666666667%;
  }
  .row .col.push-m11 {
    left: 91.6666666667%;
  }
  .row .col.offset-m12 {
    margin-left: 100%;
  }
  .row .col.pull-m12 {
    right: 100%;
  }
  .row .col.push-m12 {
    left: 100%;
  }
}
@media only screen and (min-width: 993px) {
  .row .col.l1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-l1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-l1 {
    right: 8.3333333333%;
  }
  .row .col.push-l1 {
    left: 8.3333333333%;
  }
  .row .col.offset-l2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-l2 {
    right: 16.6666666667%;
  }
  .row .col.push-l2 {
    left: 16.6666666667%;
  }
  .row .col.offset-l3 {
    margin-left: 25%;
  }
  .row .col.pull-l3 {
    right: 25%;
  }
  .row .col.push-l3 {
    left: 25%;
  }
  .row .col.offset-l4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-l4 {
    right: 33.3333333333%;
  }
  .row .col.push-l4 {
    left: 33.3333333333%;
  }
  .row .col.offset-l5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-l5 {
    right: 41.6666666667%;
  }
  .row .col.push-l5 {
    left: 41.6666666667%;
  }
  .row .col.offset-l6 {
    margin-left: 50%;
  }
  .row .col.pull-l6 {
    right: 50%;
  }
  .row .col.push-l6 {
    left: 50%;
  }
  .row .col.offset-l7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-l7 {
    right: 58.3333333333%;
  }
  .row .col.push-l7 {
    left: 58.3333333333%;
  }
  .row .col.offset-l8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-l8 {
    right: 66.6666666667%;
  }
  .row .col.push-l8 {
    left: 66.6666666667%;
  }
  .row .col.offset-l9 {
    margin-left: 75%;
  }
  .row .col.pull-l9 {
    right: 75%;
  }
  .row .col.push-l9 {
    left: 75%;
  }
  .row .col.offset-l10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-l10 {
    right: 83.3333333333%;
  }
  .row .col.push-l10 {
    left: 83.3333333333%;
  }
  .row .col.offset-l11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-l11 {
    right: 91.6666666667%;
  }
  .row .col.push-l11 {
    left: 91.6666666667%;
  }
  .row .col.offset-l12 {
    margin-left: 100%;
  }
  .row .col.pull-l12 {
    right: 100%;
  }
  .row .col.push-l12 {
    left: 100%;
  }
}
@media only screen and (min-width: 1201px) {
  .row .col.xl1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-xl1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-xl1 {
    right: 8.3333333333%;
  }
  .row .col.push-xl1 {
    left: 8.3333333333%;
  }
  .row .col.offset-xl2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-xl2 {
    right: 16.6666666667%;
  }
  .row .col.push-xl2 {
    left: 16.6666666667%;
  }
  .row .col.offset-xl3 {
    margin-left: 25%;
  }
  .row .col.pull-xl3 {
    right: 25%;
  }
  .row .col.push-xl3 {
    left: 25%;
  }
  .row .col.offset-xl4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-xl4 {
    right: 33.3333333333%;
  }
  .row .col.push-xl4 {
    left: 33.3333333333%;
  }
  .row .col.offset-xl5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-xl5 {
    right: 41.6666666667%;
  }
  .row .col.push-xl5 {
    left: 41.6666666667%;
  }
  .row .col.offset-xl6 {
    margin-left: 50%;
  }
  .row .col.pull-xl6 {
    right: 50%;
  }
  .row .col.push-xl6 {
    left: 50%;
  }
  .row .col.offset-xl7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-xl7 {
    right: 58.3333333333%;
  }
  .row .col.push-xl7 {
    left: 58.3333333333%;
  }
  .row .col.offset-xl8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-xl8 {
    right: 66.6666666667%;
  }
  .row .col.push-xl8 {
    left: 66.6666666667%;
  }
  .row .col.offset-xl9 {
    margin-left: 75%;
  }
  .row .col.pull-xl9 {
    right: 75%;
  }
  .row .col.push-xl9 {
    left: 75%;
  }
  .row .col.offset-xl10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-xl10 {
    right: 83.3333333333%;
  }
  .row .col.push-xl10 {
    left: 83.3333333333%;
  }
  .row .col.offset-xl11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-xl11 {
    right: 91.6666666667%;
  }
  .row .col.push-xl11 {
    left: 91.6666666667%;
  }
  .row .col.offset-xl12 {
    margin-left: 100%;
  }
  .row .col.pull-xl12 {
    right: 100%;
  }
  .row .col.push-xl12 {
    left: 100%;
  }
}
nav {
  color: #fff;
  background-color: #448aff;
  width: 100%;
  height: 56px;
  line-height: 56px;
}

nav.nav-extended {
  height: auto;
}

nav.nav-extended .nav-wrapper {
  min-height: 56px;
  height: auto;
}

nav.nav-extended .nav-content {
  position: relative;
  line-height: normal;
}

nav a {
  color: #fff;
}

nav i,
nav [class^=mdi-],
nav [class*=mdi-],
nav i.material-icons {
  display: block;
  font-size: 24px;
  height: 56px;
  line-height: 56px;
}

nav .nav-wrapper {
  position: relative;
  height: 100%;
}

@media only screen and (min-width: 1201px) {
  nav a.sidenav-trigger {
    display: none;
  }
}
nav .sidenav-trigger {
  float: right;
  position: relative;
  z-index: 1;
  height: 56px;
  margin: 0 18px;
}

nav .sidenav-trigger i {
  height: 56px;
  line-height: 56px;
}

nav .brand-logo {
  position: absolute;
  color: #fff;
  display: inline-block;
  font-size: 2.1rem;
  padding: 0;
}

nav .brand-logo.center {
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width: 992.99px) {
  nav .brand-logo {
    left: 50%;
    transform: translateX(-50%);
  }
  nav .brand-logo.left,
  nav .brand-logo.right {
    padding: 0;
    transform: none;
  }
  nav .brand-logo.left {
    left: 0.5rem;
  }
  nav .brand-logo.right {
    right: 0.5rem;
    left: auto;
  }
}
nav .brand-logo.right {
  right: 0.5rem;
  padding: 0;
}

nav .brand-logo i,
nav .brand-logo [class^=mdi-],
nav .brand-logo [class*=mdi-],
nav .brand-logo i.material-icons {
  float: left;
  margin-right: 15px;
}

nav .nav-title {
  display: inline-block;
  font-size: 32px;
  padding: 28px 0;
}

nav ul {
  margin: 0;
}

nav ul li {
  transition: background-color 0.3s;
  float: left;
  padding: 0;
}

nav ul li.active {
  background-color: rgba(0, 0, 0, 0.1);
}

nav ul a {
  transition: background-color 0.3s;
  font-size: 1rem;
  color: #fff;
  display: block;
  padding: 0 15px;
  cursor: pointer;
}

nav ul a.btn,
nav ul a.btn-small,
nav ul a.btn-large,
nav ul a.btn-flat,
nav ul a.btn-floating {
  margin-top: -2px;
  margin-left: 15px;
  margin-right: 15px;
}

nav ul a.btn > .material-icons,
nav ul a.btn-small > .material-icons,
nav ul a.btn-large > .material-icons,
nav ul a.btn-flat > .material-icons,
nav ul a.btn-floating > .material-icons {
  height: inherit;
  line-height: inherit;
}

nav ul a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

nav ul.left {
  float: left;
}

nav form {
  height: 100%;
}

nav .input-field {
  margin: 0;
  height: 100%;
}

nav .input-field input {
  height: 100%;
  font-size: 1.2rem;
  border: none;
  padding-left: 2rem;
}

nav .input-field input:focus,
nav .input-field input[type=text]:valid,
nav .input-field input[type=password]:valid,
nav .input-field input[type=email]:valid,
nav .input-field input[type=url]:valid,
nav .input-field input[type=date]:valid {
  border: none;
  box-shadow: none;
}

nav .input-field label {
  top: 0;
  left: 0;
}

nav .input-field label i {
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.3s;
}

nav .input-field label.active i {
  color: #fff;
}

.navbar-fixed {
  position: relative;
  height: 56px;
  z-index: 1000;
}

.navbar-fixed nav {
  position: fixed;
}

@media only screen and (min-width: 601px) {
  nav.nav-extended .nav-wrapper {
    min-height: 64px;
  }
  nav,
  nav .nav-wrapper i,
  nav a.sidenav-trigger,
  nav a.sidenav-trigger i {
    height: 64px;
    line-height: 64px;
  }
  .navbar-fixed {
    height: 64px;
  }
}
a {
  text-decoration: none;
}

html {
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
}

@media only screen and (min-width: 0) {
  html {
    font-size: 14px;
  }
}
@media only screen and (min-width: 993px) {
  html {
    font-size: 14.5px;
  }
}
@media only screen and (min-width: 1201px) {
  html {
    font-size: 15px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.3;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}

h1 {
  font-size: 4.2rem;
  line-height: 110%;
  margin: 2.8rem 0 1.68rem 0;
}

h2 {
  font-size: 3.56rem;
  line-height: 110%;
  margin: 2.3733333333rem 0 1.424rem 0;
}

h3 {
  font-size: 2.92rem;
  line-height: 110%;
  margin: 1.9466666667rem 0 1.168rem 0;
}

h4 {
  font-size: 2.28rem;
  line-height: 110%;
  margin: 1.52rem 0 0.912rem 0;
}

h5 {
  font-size: 1.64rem;
  line-height: 110%;
  margin: 1.0933333333rem 0 0.656rem 0;
}

h6 {
  font-size: 1.15rem;
  line-height: 110%;
  margin: 0.7666666667rem 0 0.46rem 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: 500;
}

small {
  font-size: 75%;
}

.light {
  font-weight: 300;
}

.thin {
  font-weight: 200;
}

@media only screen and (min-width: 360px) {
  .flow-text {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 390px) {
  .flow-text {
    font-size: 1.224rem;
  }
}
@media only screen and (min-width: 420px) {
  .flow-text {
    font-size: 1.248rem;
  }
}
@media only screen and (min-width: 450px) {
  .flow-text {
    font-size: 1.272rem;
  }
}
@media only screen and (min-width: 480px) {
  .flow-text {
    font-size: 1.296rem;
  }
}
@media only screen and (min-width: 510px) {
  .flow-text {
    font-size: 1.32rem;
  }
}
@media only screen and (min-width: 540px) {
  .flow-text {
    font-size: 1.344rem;
  }
}
@media only screen and (min-width: 570px) {
  .flow-text {
    font-size: 1.368rem;
  }
}
@media only screen and (min-width: 600px) {
  .flow-text {
    font-size: 1.392rem;
  }
}
@media only screen and (min-width: 630px) {
  .flow-text {
    font-size: 1.416rem;
  }
}
@media only screen and (min-width: 660px) {
  .flow-text {
    font-size: 1.44rem;
  }
}
@media only screen and (min-width: 690px) {
  .flow-text {
    font-size: 1.464rem;
  }
}
@media only screen and (min-width: 720px) {
  .flow-text {
    font-size: 1.488rem;
  }
}
@media only screen and (min-width: 750px) {
  .flow-text {
    font-size: 1.512rem;
  }
}
@media only screen and (min-width: 780px) {
  .flow-text {
    font-size: 1.536rem;
  }
}
@media only screen and (min-width: 810px) {
  .flow-text {
    font-size: 1.56rem;
  }
}
@media only screen and (min-width: 840px) {
  .flow-text {
    font-size: 1.584rem;
  }
}
@media only screen and (min-width: 870px) {
  .flow-text {
    font-size: 1.608rem;
  }
}
@media only screen and (min-width: 900px) {
  .flow-text {
    font-size: 1.632rem;
  }
}
@media only screen and (min-width: 930px) {
  .flow-text {
    font-size: 1.656rem;
  }
}
@media only screen and (min-width: 960px) {
  .flow-text {
    font-size: 1.68rem;
  }
}
@media only screen and (max-width: 360px) {
  .flow-text {
    font-size: 1.2rem;
  }
}
.scale-transition {
  transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
}

.scale-transition.scale-out {
  transform: scale(0);
  transition: transform 0.2s !important;
}

.scale-transition.scale-in {
  transform: scale(1);
}

.card-panel {
  transition: box-shadow 0.25s;
  padding: 24px;
  margin: 0.5rem 0 1rem 0;
  border-radius: 2px;
  background-color: #fff;
}

.card {
  position: relative;
  margin: 0.5rem 0 1rem 0;
  background-color: #fff;
  transition: box-shadow 0.25s;
  border-radius: 2px;
}

.card .card-title {
  font-size: 24px;
  font-weight: 300;
}

.card .card-title.activator {
  cursor: pointer;
}

.card.small,
.card.medium,
.card.large {
  position: relative;
}

.card.small .card-image,
.card.medium .card-image,
.card.large .card-image {
  max-height: 60%;
  overflow: hidden;
}

.card.small .card-image + .card-content,
.card.medium .card-image + .card-content,
.card.large .card-image + .card-content {
  max-height: 40%;
}

.card.small .card-content,
.card.medium .card-content,
.card.large .card-content {
  max-height: 100%;
  overflow: hidden;
}

.card.small .card-action,
.card.medium .card-action,
.card.large .card-action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.card.small {
  height: 300px;
}

.card.medium {
  height: 400px;
}

.card.large {
  height: 500px;
}

.card.horizontal {
  display: flex;
}

.card.horizontal.small .card-image,
.card.horizontal.medium .card-image,
.card.horizontal.large .card-image {
  height: 100%;
  max-height: none;
  overflow: visible;
}

.card.horizontal.small .card-image img,
.card.horizontal.medium .card-image img,
.card.horizontal.large .card-image img {
  height: 100%;
}

.card.horizontal .card-image {
  max-width: 50%;
}

.card.horizontal .card-image img {
  border-radius: 2px 0 0 2px;
  max-width: 100%;
  width: auto;
}

.card.horizontal .card-stacked {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
}

.card.horizontal .card-stacked .card-content {
  flex-grow: 1;
}

.card.sticky-action .card-action {
  z-index: 2;
}

.card.sticky-action .card-reveal {
  z-index: 1;
  padding-bottom: 64px;
}

.card .card-image {
  position: relative;
}

.card .card-image img {
  display: block;
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}

.card .card-image .card-title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  padding: 24px;
}

.card .card-content {
  padding: 24px;
  border-radius: 0 0 2px 2px;
}

.card .card-content p {
  margin: 0;
}

.card .card-content .card-title {
  display: block;
  line-height: 32px;
  margin-bottom: 8px;
}

.card .card-content .card-title i {
  line-height: 32px;
}

.card .card-action {
  background-color: inherit;
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  position: relative;
  padding: 16px 24px;
}

.card .card-action:last-child {
  border-radius: 0 0 2px 2px;
}

.card .card-action a:not(.btn):not(.btn-small):not(.btn-large):not(.btn-large):not(.btn-floating) {
  color: #ffab40;
  margin-right: 24px;
  transition: color 0.3s ease;
  text-transform: uppercase;
}

.card .card-action a:not(.btn):not(.btn-small):not(.btn-large):not(.btn-large):not(.btn-floating):hover {
  color: #ffd8a6;
}

.card .card-reveal {
  padding: 24px;
  position: absolute;
  background-color: #fff;
  width: 100%;
  overflow-y: auto;
  left: 0;
  top: 100%;
  height: 100%;
  z-index: 3;
  display: none;
}

.card .card-reveal .card-title {
  cursor: pointer;
  display: block;
}

#toast-container {
  display: block;
  position: fixed;
  z-index: 10000;
}

@media only screen and (max-width: 600.99px) {
  #toast-container {
    min-width: 100%;
    bottom: 0%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992.99px) {
  #toast-container {
    left: 5%;
    bottom: 7%;
    max-width: 90%;
  }
}
@media only screen and (min-width: 993px) {
  #toast-container {
    top: 10%;
    right: 7%;
    max-width: 86%;
  }
}
.toast {
  border-radius: 2px;
  top: 35px;
  width: auto;
  margin-top: 10px;
  position: relative;
  max-width: 100%;
  height: auto;
  min-height: 48px;
  line-height: 1.5em;
  background-color: #323232;
  padding: 10px 25px;
  font-size: 1.1rem;
  font-weight: 300;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: default;
}

.toast .toast-action {
  color: #eeff41;
  font-weight: 500;
  margin-right: -25px;
  margin-left: 3rem;
}

.toast.rounded {
  border-radius: 24px;
}

@media only screen and (max-width: 600.99px) {
  .toast {
    width: 100%;
    border-radius: 0;
  }
}
.tabs {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: 48px;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  white-space: nowrap;
}

.tabs.tabs-transparent {
  background-color: transparent;
}

.tabs.tabs-transparent .tab a,
.tabs.tabs-transparent .tab.disabled a,
.tabs.tabs-transparent .tab.disabled a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.tabs.tabs-transparent .tab a:hover,
.tabs.tabs-transparent .tab a.active {
  color: #fff;
}

.tabs.tabs-transparent .indicator {
  background-color: #fff;
}

.tabs.tabs-fixed-width {
  display: flex;
}

.tabs.tabs-fixed-width .tab {
  flex-grow: 1;
}

.tabs .tab {
  display: inline-block;
  text-align: center;
  line-height: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

.tabs .tab a {
  color: rgba(68, 138, 255, 0.7);
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: color 0.28s ease, background-color 0.28s ease;
}

.tabs .tab a:focus,
.tabs .tab a:focus.active {
  background-color: rgba(145, 186, 255, 0.2);
  outline: none;
}

.tabs .tab a:hover,
.tabs .tab a.active {
  background-color: transparent;
  color: #448aff;
}

.tabs .tab.disabled a,
.tabs .tab.disabled a:hover {
  color: rgba(68, 138, 255, 0.4);
  cursor: default;
}

.tabs .indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #91baff;
  will-change: left, right;
}

@media only screen and (max-width: 992.99px) {
  .tabs {
    display: flex;
  }
  .tabs .tab {
    flex-grow: 1;
  }
  .tabs .tab a {
    padding: 0 12px;
  }
}
.btn,
.btn-small,
.btn-large,
.btn-flat {
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}

.btn.disabled,
.btn-floating.disabled,
.btn-large.disabled,
.btn-small.disabled,
.btn-flat.disabled,
.btn:disabled,
.btn-floating:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-flat:disabled,
.btn[disabled],
.btn-floating[disabled],
.btn-large[disabled],
.btn-small[disabled],
.btn-flat[disabled] {
  pointer-events: none;
  background-color: #dfdfdf !important;
  box-shadow: none;
  color: #9f9f9f !important;
  cursor: default;
}

.btn.disabled:hover,
.btn-floating.disabled:hover,
.btn-large.disabled:hover,
.btn-small.disabled:hover,
.btn-flat.disabled:hover,
.btn:disabled:hover,
.btn-floating:disabled:hover,
.btn-large:disabled:hover,
.btn-small:disabled:hover,
.btn-flat:disabled:hover,
.btn[disabled]:hover,
.btn-floating[disabled]:hover,
.btn-large[disabled]:hover,
.btn-small[disabled]:hover,
.btn-flat[disabled]:hover {
  background-color: #dfdfdf !important;
  color: #9f9f9f !important;
}

.btn,
.btn-floating,
.btn-large,
.btn-small,
.btn-flat {
  font-size: 14px;
  outline: 0;
}

.btn i,
.btn-floating i,
.btn-large i,
.btn-small i,
.btn-flat i {
  font-size: 1.3rem;
  line-height: inherit;
}

.btn:focus,
.btn-small:focus,
.btn-large:focus,
.btn-floating:focus {
  background-color: #1d7d74;
}

.btn,
.btn-small,
.btn-large {
  text-decoration: none;
  color: #fff;
  background-color: #26a69a;
  text-align: center;
  letter-spacing: 0.5px;
  transition: background-color 0.2s ease-out;
  cursor: pointer;
}

.btn:hover,
.btn-small:hover,
.btn-large:hover {
  background-color: #2bbbad;
}

.btn-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-color: #26a69a;
  border-radius: 50%;
  transition: background-color 0.3s;
  cursor: pointer;
  vertical-align: middle;
}

.btn-floating:hover {
  background-color: #26a69a;
}

.btn-floating:before {
  border-radius: 0;
}

.btn-floating.btn-large {
  width: 56px;
  height: 56px;
  padding: 0;
}

.btn-floating.btn-large.halfway-fab {
  bottom: -28px;
}

.btn-floating.btn-large i {
  line-height: 56px;
}

.btn-floating.btn-small {
  width: 32.4px;
  height: 32.4px;
}

.btn-floating.btn-small.halfway-fab {
  bottom: -16.2px;
}

.btn-floating.btn-small i {
  line-height: 32.4px;
}

.btn-floating.halfway-fab {
  position: absolute;
  right: 24px;
  bottom: -20px;
}

.btn-floating.halfway-fab.left {
  right: auto;
  left: 24px;
}

.btn-floating i {
  width: inherit;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 40px;
}

button.btn-floating {
  border: none;
}

.fixed-action-btn {
  position: fixed;
  right: 23px;
  bottom: 23px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 997;
}

.fixed-action-btn.active ul {
  visibility: visible;
}

.fixed-action-btn.direction-left,
.fixed-action-btn.direction-right {
  padding: 0 0 0 15px;
}

.fixed-action-btn.direction-left ul,
.fixed-action-btn.direction-right ul {
  text-align: right;
  right: 64px;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  left: auto;
  /*width 100% only goes to width of button container */
  width: 500px;
}

.fixed-action-btn.direction-left ul li,
.fixed-action-btn.direction-right ul li {
  display: inline-block;
  margin: 7.5px 15px 0 0;
}

.fixed-action-btn.direction-right {
  padding: 0 15px 0 0;
}

.fixed-action-btn.direction-right ul {
  text-align: left;
  direction: rtl;
  left: 64px;
  right: auto;
}

.fixed-action-btn.direction-right ul li {
  margin: 7.5px 0 0 15px;
}

.fixed-action-btn.direction-bottom {
  padding: 0 0 15px 0;
}

.fixed-action-btn.direction-bottom ul {
  top: 64px;
  bottom: auto;
  display: flex;
  flex-direction: column-reverse;
}

.fixed-action-btn.direction-bottom ul li {
  margin: 15px 0 0 0;
}

.fixed-action-btn.toolbar {
  padding: 0;
  height: 56px;
}

.fixed-action-btn.toolbar.active > a i {
  opacity: 0;
}

.fixed-action-btn.toolbar ul {
  display: flex;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.fixed-action-btn.toolbar ul li {
  flex: 1;
  display: inline-block;
  margin: 0;
  height: 100%;
  transition: none;
}

.fixed-action-btn.toolbar ul li a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  box-shadow: none;
  color: #fff;
  line-height: 56px;
  z-index: 1;
}

.fixed-action-btn.toolbar ul li a i {
  line-height: inherit;
}

.fixed-action-btn ul {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  bottom: 64px;
  margin: 0;
  visibility: hidden;
}

.fixed-action-btn ul li {
  margin-bottom: 15px;
}

.fixed-action-btn ul a.btn-floating {
  opacity: 0;
}

.fixed-action-btn .fab-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  background-color: #26a69a;
  border-radius: 50%;
  transform: scale(0);
}

.btn-flat {
  box-shadow: none;
  background-color: transparent;
  color: #343434;
  cursor: pointer;
  transition: background-color 0.2s;
}

.btn-flat:focus,
.btn-flat:hover {
  box-shadow: none;
}

.btn-flat:focus {
  background-color: rgba(0, 0, 0, 0.1);
}

.btn-flat.disabled,
.btn-flat.btn-flat[disabled] {
  background-color: transparent !important;
  color: #b3b3b3 !important;
  cursor: default;
}

.btn-large {
  height: 54px;
  line-height: 54px;
  font-size: 15px;
  padding: 0 28px;
  width: 100%;
}

.btn-large i {
  font-size: 1.6rem;
}

.btn-small {
  height: 32.4px;
  line-height: 32.4px;
  font-size: 13px;
}

.btn-small i {
  font-size: 1.2rem;
}

.btn-block {
  display: block;
}

.dropdown-content {
  background-color: #fff;
  margin: 0;
  display: none;
  min-width: 100px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  transform-origin: 0 0;
}

.dropdown-content:focus {
  outline: 0;
}

.dropdown-content li {
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  min-height: 50px;
  line-height: 1.5rem;
  width: 100%;
  text-align: left;
}

.dropdown-content li:hover,
.dropdown-content li.active {
  background-color: #eee;
}

.dropdown-content li:focus {
  outline: none;
}

.dropdown-content li.divider {
  min-height: 0;
  height: 1px;
}

.dropdown-content li > a,
.dropdown-content li > span {
  font-size: 16px;
  color: #26a69a;
  display: block;
  line-height: 22px;
  padding: 14px 16px;
}

.dropdown-content li > span > label {
  top: 1px;
  left: 0;
  height: 18px;
}

.dropdown-content li > a > i {
  height: inherit;
  line-height: inherit;
  float: left;
  margin: 0 24px 0 0;
  width: 24px;
}

body.keyboard-focused .dropdown-content li:focus {
  background-color: #dadada;
}

.input-field.col .dropdown-content [type=checkbox] + label {
  top: 1px;
  left: 0;
  height: 18px;
  transform: none;
}

.dropdown-trigger {
  cursor: pointer;
}

/*!
 * Waves v0.7.6
 * http://fian.my.id/Waves
 *
 * Copyright 2014-2018 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  transition: all 0.5s ease-out;
  transition-property: transform, opacity;
  transform: scale(0) translate(0, 0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
  background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.2);
}

.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}

.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}

.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}

.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}

.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}

.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}

.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}

.waves-effect input[type=button],
.waves-effect input[type=reset],
.waves-effect input[type=submit] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: none;
}

.waves-notransition {
  transition: none !important;
}

.waves-button,
.waves-circle {
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: none;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}

.waves-button {
  padding: 0.85em 1.1em;
  border-radius: 0.2em;
}

.waves-button-input {
  margin: 0;
  padding: 0.85em 1.1em;
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

.waves-input-wrapper.waves-button {
  padding: 0;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
}

.waves-float {
  -webkit-mask-image: none;
  box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  transition: all 300ms;
}

.waves-float:active {
  box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
}

.waves-block {
  display: block;
}

.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  max-height: 70%;
  width: 55%;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  will-change: top, opacity;
}

.modal:focus {
  outline: none;
}

@media only screen and (max-width: 992.99px) {
  .modal {
    width: 80%;
  }
}
.modal h1,
.modal h2,
.modal h3,
.modal h4 {
  margin-top: 0;
}

.modal .modal-content {
  padding: 24px;
  overflow-y: hidden;
}

.modal .modal-close {
  cursor: pointer;
}

.modal .modal-footer {
  border-radius: 0 0 2px 2px;
  background-color: #fafafa;
  padding: 4px 6px;
  height: 56px;
  width: 100%;
  text-align: right;
}

.modal .modal-footer .btn,
.modal .modal-footer .btn-large,
.modal .modal-footer .btn-small,
.modal .modal-footer .btn-flat {
  margin: 6px 0;
}

.modal-overlay {
  position: fixed;
  z-index: 999;
  top: -25%;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  display: none;
  will-change: opacity;
}

.modal.modal-fixed-footer {
  padding: 0;
  height: 70%;
}

.modal.modal-fixed-footer .modal-content {
  position: absolute;
  height: calc(100% - 56px);
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
}

.modal.modal-fixed-footer .modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
}

.modal.bottom-sheet {
  top: auto;
  bottom: -100%;
  margin: 0;
  width: 100%;
  max-height: 45%;
  border-radius: 0;
  will-change: bottom, opacity;
}

.collapsible {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: 0.5rem 0 1rem 0;
}

.collapsible-header {
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.5;
  padding: 1rem;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

.collapsible-header:focus {
  outline: 0;
}

.collapsible-header i {
  width: 2rem;
  font-size: 1.6rem;
  display: inline-block;
  text-align: center;
  margin-right: 1rem;
}

.keyboard-focused .collapsible-header:focus {
  background-color: #eee;
}

.collapsible-body {
  display: none;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  padding: 2rem;
}

.sidenav .collapsible,
.sidenav.sidenav-fixed .collapsible {
  border: none;
  box-shadow: none;
}

.sidenav .collapsible li,
.sidenav.sidenav-fixed .collapsible li {
  padding: 0;
}

.sidenav .collapsible-header,
.sidenav.sidenav-fixed .collapsible-header {
  background-color: transparent;
  border: none;
  line-height: inherit;
  height: inherit;
  padding: 0 16px;
}

.sidenav .collapsible-header:hover,
.sidenav.sidenav-fixed .collapsible-header:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.sidenav .collapsible-header i,
.sidenav.sidenav-fixed .collapsible-header i {
  line-height: inherit;
}

.sidenav .collapsible-body,
.sidenav.sidenav-fixed .collapsible-body {
  border: 0;
  background-color: #fff;
}

.sidenav .collapsible-body li a,
.sidenav.sidenav-fixed .collapsible-body li a {
  padding: 0 23.5px 0 31px;
}

.collapsible.popout {
  border: none;
  box-shadow: none;
}

.collapsible.popout > li {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin: 0 24px;
  transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.collapsible.popout > li.active {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  margin: 16px 0;
}

.chip {
  display: inline-block;
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  line-height: 32px;
  padding: 0 12px;
  border-radius: 16px;
  background-color: #e4e4e4;
  margin-bottom: 5px;
  margin-right: 5px;
}

.chip:focus {
  outline: none;
  background-color: #26a69a;
  color: #fff;
}

.chip > img {
  float: left;
  margin: 0 8px 0 -12px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
}

.chip .close {
  cursor: pointer;
  float: right;
  font-size: 16px;
  line-height: 32px;
  padding-left: 8px;
}

.chips {
  border: none;
  border-bottom: 1px solid #9e9e9e;
  box-shadow: none;
  margin: 0 0 8px 0;
  min-height: 45px;
  outline: none;
  transition: all 0.3s;
}

.chips.focus {
  border-bottom: 1px solid #26a69a;
  box-shadow: 0 1px 0 0 #26a69a;
}

.chips:hover {
  cursor: text;
}

.chips input:not([type]):not(.browser-default).input {
  background: none;
  border: 0;
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  font-size: 16px;
  height: 3rem;
  line-height: 32px;
  outline: 0;
  margin: 0;
  padding: 0;
  width: 120px;
}

.chips input:not([type]):not(.browser-default).input:focus {
  border: 0;
  box-shadow: none;
}

.chips .autocomplete-content {
  margin-top: 0;
  margin-bottom: 0;
}

.prefix ~ .chips {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

.suffix ~ .chips {
  margin-right: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

.chips:empty ~ label {
  font-size: 0.8rem;
  transform: translateY(-140%);
}

select:focus {
  outline: 1px solid #c9f3ef;
}

button:focus {
  outline: none;
  background-color: #2ab7a9;
}

label {
  font-size: 0.8rem;
  color: #9e9e9e;
}

/* Text Inputs + Textarea
   ========================================================================== */
/* Style Placeholders */
::-moz-placeholder {
  color: #d1d1d1;
}

::placeholder {
  color: #d1d1d1;
}

/* Text inputs */
input:not([type]):not(.browser-default),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 16px;
  margin: 0 0 8px 0;
  padding: 0;
  box-shadow: none;
  box-sizing: content-box;
  transition: box-shadow 0.3s, border 0.3s;
}

input:not([type]):not(.browser-default):disabled,
input:not([type]):not(.browser-default)[readonly=readonly],
input[type=text]:not(.browser-default):disabled,
input[type=text]:not(.browser-default)[readonly=readonly],
input[type=password]:not(.browser-default):disabled,
input[type=password]:not(.browser-default)[readonly=readonly],
input[type=email]:not(.browser-default):disabled,
input[type=email]:not(.browser-default)[readonly=readonly],
input[type=url]:not(.browser-default):disabled,
input[type=url]:not(.browser-default)[readonly=readonly],
input[type=time]:not(.browser-default):disabled,
input[type=time]:not(.browser-default)[readonly=readonly],
input[type=date]:not(.browser-default):disabled,
input[type=date]:not(.browser-default)[readonly=readonly],
input[type=datetime]:not(.browser-default):disabled,
input[type=datetime]:not(.browser-default)[readonly=readonly],
input[type=datetime-local]:not(.browser-default):disabled,
input[type=datetime-local]:not(.browser-default)[readonly=readonly],
input[type=tel]:not(.browser-default):disabled,
input[type=tel]:not(.browser-default)[readonly=readonly],
input[type=number]:not(.browser-default):disabled,
input[type=number]:not(.browser-default)[readonly=readonly],
input[type=search]:not(.browser-default):disabled,
input[type=search]:not(.browser-default)[readonly=readonly],
textarea.materialize-textarea:disabled,
textarea.materialize-textarea[readonly=readonly] {
  color: rgba(0, 0, 0, 0.42);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.42);
}

input:not([type]):not(.browser-default):disabled + label,
input:not([type]):not(.browser-default)[readonly=readonly] + label,
input[type=text]:not(.browser-default):disabled + label,
input[type=text]:not(.browser-default)[readonly=readonly] + label,
input[type=password]:not(.browser-default):disabled + label,
input[type=password]:not(.browser-default)[readonly=readonly] + label,
input[type=email]:not(.browser-default):disabled + label,
input[type=email]:not(.browser-default)[readonly=readonly] + label,
input[type=url]:not(.browser-default):disabled + label,
input[type=url]:not(.browser-default)[readonly=readonly] + label,
input[type=time]:not(.browser-default):disabled + label,
input[type=time]:not(.browser-default)[readonly=readonly] + label,
input[type=date]:not(.browser-default):disabled + label,
input[type=date]:not(.browser-default)[readonly=readonly] + label,
input[type=datetime]:not(.browser-default):disabled + label,
input[type=datetime]:not(.browser-default)[readonly=readonly] + label,
input[type=datetime-local]:not(.browser-default):disabled + label,
input[type=datetime-local]:not(.browser-default)[readonly=readonly] + label,
input[type=tel]:not(.browser-default):disabled + label,
input[type=tel]:not(.browser-default)[readonly=readonly] + label,
input[type=number]:not(.browser-default):disabled + label,
input[type=number]:not(.browser-default)[readonly=readonly] + label,
input[type=search]:not(.browser-default):disabled + label,
input[type=search]:not(.browser-default)[readonly=readonly] + label,
textarea.materialize-textarea:disabled + label,
textarea.materialize-textarea[readonly=readonly] + label {
  color: rgba(0, 0, 0, 0.42);
}

input:not([type]):not(.browser-default):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #26a69a;
  box-shadow: 0 1px 0 0 #26a69a;
}

input:not([type]):not(.browser-default):focus:not([readonly]) + label,
input[type=text]:not(.browser-default):focus:not([readonly]) + label,
input[type=password]:not(.browser-default):focus:not([readonly]) + label,
input[type=email]:not(.browser-default):focus:not([readonly]) + label,
input[type=url]:not(.browser-default):focus:not([readonly]) + label,
input[type=time]:not(.browser-default):focus:not([readonly]) + label,
input[type=date]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
input[type=number]:not(.browser-default):focus:not([readonly]) + label,
input[type=search]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #26a69a;
}

input:not([type]):not(.browser-default):focus.valid ~ label,
input[type=text]:not(.browser-default):focus.valid ~ label,
input[type=password]:not(.browser-default):focus.valid ~ label,
input[type=email]:not(.browser-default):focus.valid ~ label,
input[type=url]:not(.browser-default):focus.valid ~ label,
input[type=time]:not(.browser-default):focus.valid ~ label,
input[type=date]:not(.browser-default):focus.valid ~ label,
input[type=datetime]:not(.browser-default):focus.valid ~ label,
input[type=datetime-local]:not(.browser-default):focus.valid ~ label,
input[type=tel]:not(.browser-default):focus.valid ~ label,
input[type=number]:not(.browser-default):focus.valid ~ label,
input[type=search]:not(.browser-default):focus.valid ~ label,
textarea.materialize-textarea:focus.valid ~ label {
  color: #4caf50;
}

input:not([type]):not(.browser-default):focus.invalid ~ label,
input[type=text]:not(.browser-default):focus.invalid ~ label,
input[type=password]:not(.browser-default):focus.invalid ~ label,
input[type=email]:not(.browser-default):focus.invalid ~ label,
input[type=url]:not(.browser-default):focus.invalid ~ label,
input[type=time]:not(.browser-default):focus.invalid ~ label,
input[type=date]:not(.browser-default):focus.invalid ~ label,
input[type=datetime]:not(.browser-default):focus.invalid ~ label,
input[type=datetime-local]:not(.browser-default):focus.invalid ~ label,
input[type=tel]:not(.browser-default):focus.invalid ~ label,
input[type=number]:not(.browser-default):focus.invalid ~ label,
input[type=search]:not(.browser-default):focus.invalid ~ label,
textarea.materialize-textarea:focus.invalid ~ label {
  color: #f44336;
}

input:not([type]):not(.browser-default).validate + label,
input[type=text]:not(.browser-default).validate + label,
input[type=password]:not(.browser-default).validate + label,
input[type=email]:not(.browser-default).validate + label,
input[type=url]:not(.browser-default).validate + label,
input[type=time]:not(.browser-default).validate + label,
input[type=date]:not(.browser-default).validate + label,
input[type=datetime]:not(.browser-default).validate + label,
input[type=datetime-local]:not(.browser-default).validate + label,
input[type=tel]:not(.browser-default).validate + label,
input[type=number]:not(.browser-default).validate + label,
input[type=search]:not(.browser-default).validate + label,
textarea.materialize-textarea.validate + label {
  width: 100%;
}

/* Validation Sass Placeholders */
.select-wrapper.valid > input.select-dropdown,
input:not([type]):not(.browser-default).valid,
input:not([type]):not(.browser-default):focus.valid,
input[type=text]:not(.browser-default).valid,
input[type=text]:not(.browser-default):focus.valid,
input[type=password]:not(.browser-default).valid,
input[type=password]:not(.browser-default):focus.valid,
input[type=email]:not(.browser-default).valid,
input[type=email]:not(.browser-default):focus.valid,
input[type=url]:not(.browser-default).valid,
input[type=url]:not(.browser-default):focus.valid,
input[type=time]:not(.browser-default).valid,
input[type=time]:not(.browser-default):focus.valid,
input[type=date]:not(.browser-default).valid,
input[type=date]:not(.browser-default):focus.valid,
input[type=datetime]:not(.browser-default).valid,
input[type=datetime]:not(.browser-default):focus.valid,
input[type=datetime-local]:not(.browser-default).valid,
input[type=datetime-local]:not(.browser-default):focus.valid,
input[type=tel]:not(.browser-default).valid,
input[type=tel]:not(.browser-default):focus.valid,
input[type=number]:not(.browser-default).valid,
input[type=number]:not(.browser-default):focus.valid,
input[type=search]:not(.browser-default).valid,
input[type=search]:not(.browser-default):focus.valid,
textarea.materialize-textarea.valid,
textarea.materialize-textarea:focus.valid {
  border-bottom: 1px solid #4caf50;
  box-shadow: 0 1px 0 0 #4caf50;
}

.select-wrapper.invalid > input.select-dropdown,
.select-wrapper.invalid > input.select-dropdown:focus,
input:not([type]):not(.browser-default).invalid,
input:not([type]):not(.browser-default):focus.invalid,
input[type=text]:not(.browser-default).invalid,
input[type=text]:not(.browser-default):focus.invalid,
input[type=password]:not(.browser-default).invalid,
input[type=password]:not(.browser-default):focus.invalid,
input[type=email]:not(.browser-default).invalid,
input[type=email]:not(.browser-default):focus.invalid,
input[type=url]:not(.browser-default).invalid,
input[type=url]:not(.browser-default):focus.invalid,
input[type=time]:not(.browser-default).invalid,
input[type=time]:not(.browser-default):focus.invalid,
input[type=date]:not(.browser-default).invalid,
input[type=date]:not(.browser-default):focus.invalid,
input[type=datetime]:not(.browser-default).invalid,
input[type=datetime]:not(.browser-default):focus.invalid,
input[type=datetime-local]:not(.browser-default).invalid,
input[type=datetime-local]:not(.browser-default):focus.invalid,
input[type=tel]:not(.browser-default).invalid,
input[type=tel]:not(.browser-default):focus.invalid,
input[type=number]:not(.browser-default).invalid,
input[type=number]:not(.browser-default):focus.invalid,
input[type=search]:not(.browser-default).invalid,
input[type=search]:not(.browser-default):focus.invalid,
textarea.materialize-textarea.invalid,
textarea.materialize-textarea:focus.invalid {
  border-bottom: 1px solid #f44336;
  box-shadow: 0 1px 0 0 #f44336;
}

.select-wrapper.valid .helper-text[data-success],
.select-wrapper.invalid ~ .helper-text[data-error],
input:not([type]):not(.browser-default).valid ~ .helper-text[data-success],
input:not([type]):not(.browser-default):focus.valid ~ .helper-text[data-success],
input:not([type]):not(.browser-default).invalid ~ .helper-text[data-error],
input:not([type]):not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=text]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=text]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=text]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=text]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=password]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=password]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=password]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=password]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=email]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=email]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=email]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=email]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=url]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=url]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=url]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=url]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=time]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=time]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=time]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=time]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=date]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=date]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=date]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=date]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=datetime]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=datetime]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=datetime]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=datetime]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=datetime-local]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=datetime-local]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=datetime-local]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=datetime-local]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=tel]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=tel]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=tel]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=tel]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=number]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=number]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=number]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=number]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=search]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=search]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=search]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=search]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
textarea.materialize-textarea.valid ~ .helper-text[data-success],
textarea.materialize-textarea:focus.valid ~ .helper-text[data-success],
textarea.materialize-textarea.invalid ~ .helper-text[data-error],
textarea.materialize-textarea:focus.invalid ~ .helper-text[data-error] {
  color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}

.select-wrapper.valid ~ .helper-text:after,
input:not([type]):not(.browser-default).valid ~ .helper-text:after,
input:not([type]):not(.browser-default):focus.valid ~ .helper-text:after,
input[type=text]:not(.browser-default).valid ~ .helper-text:after,
input[type=text]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=password]:not(.browser-default).valid ~ .helper-text:after,
input[type=password]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=email]:not(.browser-default).valid ~ .helper-text:after,
input[type=email]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=url]:not(.browser-default).valid ~ .helper-text:after,
input[type=url]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=time]:not(.browser-default).valid ~ .helper-text:after,
input[type=time]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=date]:not(.browser-default).valid ~ .helper-text:after,
input[type=date]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=datetime]:not(.browser-default).valid ~ .helper-text:after,
input[type=datetime]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default).valid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=tel]:not(.browser-default).valid ~ .helper-text:after,
input[type=tel]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=number]:not(.browser-default).valid ~ .helper-text:after,
input[type=number]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=search]:not(.browser-default).valid ~ .helper-text:after,
input[type=search]:not(.browser-default):focus.valid ~ .helper-text:after,
textarea.materialize-textarea.valid ~ .helper-text:after,
textarea.materialize-textarea:focus.valid ~ .helper-text:after {
  content: attr(data-success);
  color: #4caf50;
}

.select-wrapper.invalid ~ .helper-text:after,
input:not([type]):not(.browser-default).invalid ~ .helper-text:after,
input:not([type]):not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=text]:not(.browser-default).invalid ~ .helper-text:after,
input[type=text]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=password]:not(.browser-default).invalid ~ .helper-text:after,
input[type=password]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=email]:not(.browser-default).invalid ~ .helper-text:after,
input[type=email]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=url]:not(.browser-default).invalid ~ .helper-text:after,
input[type=url]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=time]:not(.browser-default).invalid ~ .helper-text:after,
input[type=time]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=date]:not(.browser-default).invalid ~ .helper-text:after,
input[type=date]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=datetime]:not(.browser-default).invalid ~ .helper-text:after,
input[type=datetime]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default).invalid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=tel]:not(.browser-default).invalid ~ .helper-text:after,
input[type=tel]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=number]:not(.browser-default).invalid ~ .helper-text:after,
input[type=number]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=search]:not(.browser-default).invalid ~ .helper-text:after,
input[type=search]:not(.browser-default):focus.invalid ~ .helper-text:after,
textarea.materialize-textarea.invalid ~ .helper-text:after,
textarea.materialize-textarea:focus.invalid ~ .helper-text:after {
  content: attr(data-error);
  color: #f44336;
}

.select-wrapper + label:after,
input:not([type]):not(.browser-default) + label:after,
input[type=text]:not(.browser-default) + label:after,
input[type=password]:not(.browser-default) + label:after,
input[type=email]:not(.browser-default) + label:after,
input[type=url]:not(.browser-default) + label:after,
input[type=time]:not(.browser-default) + label:after,
input[type=date]:not(.browser-default) + label:after,
input[type=datetime]:not(.browser-default) + label:after,
input[type=datetime-local]:not(.browser-default) + label:after,
input[type=tel]:not(.browser-default) + label:after,
input[type=number]:not(.browser-default) + label:after,
input[type=search]:not(.browser-default) + label:after,
textarea.materialize-textarea + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  transition: 0.2s opacity ease-out, 0.2s color ease-out;
}

.input-field {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.input-field.inline {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.input-field.inline input,
.input-field.inline .select-dropdown {
  margin-bottom: 1rem;
}

.input-field.col label {
  left: 0.75rem;
}

.input-field.col .prefix ~ label,
.input-field.col .prefix ~ .validate ~ label,
.input-field.col .suffix ~ label,
.input-field.col .suffix ~ .validate ~ label {
  width: calc(100% - 3rem - 1.5rem);
}

.input-field > label {
  color: #9e9e9e;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  cursor: text;
  transition: transform 0.2s ease-out, color 0.2s ease-out;
  transform-origin: 0% 100%;
  text-align: initial;
  transform: translateY(12px);
}

.input-field > label:not(.label-icon).active {
  transform: translateY(-14px) scale(0.8);
  transform-origin: 0 0;
}

.input-field > input[type]:-webkit-autofill:not(.browser-default):not([type=search]) + label,
.input-field > input[type=date]:not(.browser-default) + label,
.input-field > input[type=time]:not(.browser-default) + label {
  transform: translateY(-14px) scale(0.8);
  transform-origin: 0 0;
}

.input-field .helper-text {
  position: relative;
  min-height: 18px;
  display: block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
}

.input-field .helper-text::after {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.input-field .prefix,
.input-field .suffix {
  position: absolute;
  width: 3rem;
  font-size: 2rem;
  transition: color 0.2s;
  top: 0.5rem;
}

.input-field .prefix.active,
.input-field .suffix.active {
  color: #26a69a;
}

.input-field .prefix ~ input,
.input-field .prefix ~ textarea,
.input-field .prefix ~ .select-wrapper,
.input-field .prefix ~ label,
.input-field .prefix ~ .validate ~ label,
.input-field .prefix ~ .helper-text,
.input-field .prefix ~ .autocomplete-content {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

.input-field .prefix ~ label {
  margin-left: 3rem;
}

@media only screen and (max-width: 992.99px) {
  .input-field .prefix ~ input,
  .input-field .suffix ~ input {
    width: 86%;
    width: calc(100% - 3rem);
  }
}
@media only screen and (max-width: 600.99px) {
  .input-field .prefix ~ input,
  .input-field .suffix ~ input {
    width: 80%;
    width: calc(100% - 3rem);
  }
}
.input-field .suffix {
  right: 0;
}

.input-field .suffix ~ input,
.input-field .suffix ~ textarea,
.input-field .suffix ~ .select-wrapper,
.input-field .suffix ~ label,
.input-field .suffix ~ .validate ~ label,
.input-field .suffix ~ .helper-text,
.input-field .suffix ~ .autocomplete-content {
  margin-right: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

.input-field .suffix ~ label {
  margin-right: 3rem;
}

/* Search Field */
.input-field input[type=search] {
  display: block;
  line-height: inherit;
  transition: 0.3s background-color;
}

.nav-wrapper .input-field input[type=search] {
  height: inherit;
  padding-left: 4rem;
  width: calc(100% - 4rem);
  border: 0;
  box-shadow: none;
}

.input-field input[type=search]:focus:not(.browser-default) {
  background-color: #fff;
  border: 0;
  box-shadow: none;
  color: #444;
}

.input-field input[type=search]:focus:not(.browser-default) + label i,
.input-field input[type=search]:focus:not(.browser-default) ~ .mdi-navigation-close,
.input-field input[type=search]:focus:not(.browser-default) ~ .material-icons {
  color: #444;
}

.input-field input[type=search] + .label-icon {
  transform: none;
  left: 1rem;
}

.input-field input[type=search] ~ .mdi-navigation-close,
.input-field input[type=search] ~ .material-icons {
  position: absolute;
  top: 0;
  right: 1rem;
  color: transparent;
  cursor: pointer;
  font-size: 2rem;
  transition: 0.3s color;
}

/* Textarea */
textarea {
  width: 100%;
  height: 3rem;
  background-color: transparent;
}

textarea.materialize-textarea {
  line-height: normal;
  overflow-y: hidden;
  /* prevents scroll bar flash */
  padding: 0.8rem 0 0.8rem 0;
  /* prevents text jump on Enter keypress */
  resize: none;
  min-height: 3rem;
  box-sizing: border-box;
}

.hiddendiv {
  visibility: hidden;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* future version of deprecated 'word-wrap' */
  padding-top: 1.2rem;
  /* prevents text jump on Enter keypress */
  position: absolute;
  top: 0;
  z-index: -1;
}

/* Autocomplete */
.autocomplete-content li .highlight {
  color: #444;
}

.autocomplete-content li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
}

/* Character Counter */
.character-counter {
  min-height: 18px;
}

/* Radio Buttons
   ========================================================================== */
[type=radio]:not(:checked),
[type=radio]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

[type=radio]:not(:checked) + span,
[type=radio]:checked + span {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  transition: 0.28s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

[type=radio] + span:before,
[type=radio] + span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: 0.28s ease;
}

/* Unchecked styles */
[type=radio]:not(:checked) + span:before,
[type=radio]:not(:checked) + span:after,
[type=radio]:checked + span:before,
[type=radio]:checked + span:after,
[type=radio].with-gap:checked + span:before,
[type=radio].with-gap:checked + span:after {
  border-radius: 50%;
}

[type=radio]:not(:checked) + span:before,
[type=radio]:not(:checked) + span:after {
  border: 2px solid #5a5a5a;
}

[type=radio]:not(:checked) + span:after {
  transform: scale(0);
}

/* Checked styles */
[type=radio]:checked + span:before {
  border: 2px solid transparent;
}

[type=radio]:checked + span:after,
[type=radio].with-gap:checked + span:before,
[type=radio].with-gap:checked + span:after {
  border: 2px solid #26a69a;
}

[type=radio]:checked + span:after,
[type=radio].with-gap:checked + span:after {
  background-color: #26a69a;
}

[type=radio]:checked + span:after {
  transform: scale(1.02);
}

/* Radio With gap */
[type=radio].with-gap:checked + span:after {
  transform: scale(0.5);
}

/* Focused styles */
[type=radio].tabbed:focus + span:before {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Disabled Radio With gap */
[type=radio].with-gap:disabled:checked + span:before {
  border: 2px solid rgba(0, 0, 0, 0.42);
}

[type=radio].with-gap:disabled:checked + span:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}

/* Disabled style */
[type=radio]:disabled:not(:checked) + span:before,
[type=radio]:disabled:checked + span:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.42);
}

[type=radio]:disabled + span {
  color: rgba(0, 0, 0, 0.42);
}

[type=radio]:disabled:not(:checked) + span:before {
  border-color: rgba(0, 0, 0, 0.42);
}

[type=radio]:disabled:checked + span:after {
  background-color: rgba(0, 0, 0, 0.42);
  border-color: #949494;
}

/* Checkboxes
   ========================================================================== */
/* Remove default checkbox */
[type=checkbox]:not(:checked),
[type=checkbox]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

[type=checkbox] {
  /* checkbox aspect */
}

[type=checkbox] + span:not(.lever) {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

[type=checkbox] + span:not(.lever):before,
[type=checkbox]:not(.filled-in) + span:not(.lever):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 3px;
  transition: 0.2s;
}

[type=checkbox]:not(.filled-in) + span:not(.lever):after {
  border: 0;
  transform: scale(0);
}

[type=checkbox]:not(:checked):disabled + span:not(.lever):before {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}

[type=checkbox].tabbed:focus + span:not(.lever):after {
  transform: scale(1);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}

[type=checkbox]:checked + span:not(.lever):before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #26a69a;
  border-bottom: 2px solid #26a69a;
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 100% 100%;
}

[type=checkbox]:checked:disabled + span:before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  border-bottom: 2px solid rgba(0, 0, 0, 0.42);
}

/* Indeterminate checkbox */
[type=checkbox]:indeterminate + span:not(.lever):before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #26a69a;
  border-bottom: none;
  transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 100% 100%;
}

[type=checkbox]:indeterminate:disabled + span:not(.lever):before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  background-color: transparent;
}

[type=checkbox].filled-in + span:not(.lever):after {
  border-radius: 2px;
}

[type=checkbox].filled-in + span:not(.lever):before,
[type=checkbox].filled-in + span:not(.lever):after {
  content: "";
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  z-index: 1;
}

[type=checkbox].filled-in:not(:checked) + span:not(.lever):before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
}

[type=checkbox].filled-in:not(:checked) + span:not(.lever):after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0;
}

[type=checkbox].filled-in:checked + span:not(.lever):before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
}

[type=checkbox].filled-in:checked + span:not(.lever):after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #26a69a;
  background-color: #26a69a;
  z-index: 0;
}

[type=checkbox].filled-in.tabbed:focus + span:not(.lever):after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1);
}

[type=checkbox].filled-in.tabbed:checked:focus + span:not(.lever):after {
  border-radius: 2px;
  background-color: #26a69a;
  border-color: #26a69a;
}

[type=checkbox].filled-in:disabled:not(:checked) + span:not(.lever):before {
  background-color: transparent;
  border: 2px solid transparent;
}

[type=checkbox].filled-in:disabled:not(:checked) + span:not(.lever):after {
  border-color: transparent;
  background-color: #949494;
}

[type=checkbox].filled-in:disabled:checked + span:not(.lever):before {
  background-color: transparent;
}

[type=checkbox].filled-in:disabled:checked + span:not(.lever):after {
  background-color: #949494;
  border-color: #949494;
}

/* Switch
   ========================================================================== */
.switch,
.switch * {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.switch label {
  cursor: pointer;
}

.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch label input[type=checkbox]:checked:not([disabled]) {
  background-color: #84c7c1;
}

.switch label input[type=checkbox]:checked + .lever:before,
.switch label input[type=checkbox]:checked + .lever:after {
  left: 18px;
}

.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #26a69a;
}

.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 36px;
  height: 14px;
  background-color: rgba(0, 0, 0, 0.38);
  border-radius: 15px;
  margin-right: 10px;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px;
}

.switch label .lever:before,
.switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 0;
  top: -3px;
  transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease, transform 0.1s ease;
}

.switch label .lever:before {
  background-color: rgba(38, 166, 154, 0.15);
}

.switch label .lever:after {
  background-color: #f1f1f1;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before,
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::before {
  transform: scale(2.4);
  background-color: rgba(38, 166, 154, 0.15);
}

input[type=checkbox]:not(:disabled) ~ .lever:active:before,
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::before {
  transform: scale(2.4);
  background-color: rgba(0, 0, 0, 0.08);
}

.switch input[type=checkbox][disabled] + .lever {
  cursor: default;
  background-color: rgba(0, 0, 0, 0.12);
}

.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #949494;
}

/* Select Field
   ========================================================================== */
select.browser-default {
  opacity: 1;
}

select {
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: 3rem;
}

.select-label {
  position: absolute;
}

.select-wrapper {
  position: relative;
}

.select-wrapper.valid + label,
.select-wrapper.invalid + label {
  width: 100%;
  pointer-events: none;
}

.select-wrapper input.select-dropdown {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  outline: none;
  height: 3rem;
  line-height: 3rem;
  width: 100%;
  font-size: 16px;
  margin: 0 0 8px 0;
  padding: 0;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 1;
}

.select-wrapper input.select-dropdown:focus {
  border-bottom: 1px solid #26a69a;
}

.select-wrapper .caret {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 0;
  fill: rgba(0, 0, 0, 0.87);
}

.select-wrapper + label {
  position: absolute;
  top: -26px;
  font-size: 0.8rem;
}

.select-wrapper .hide-select {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: -1;
}

select:disabled {
  color: rgba(0, 0, 0, 0.42);
}

.select-wrapper.disabled + label {
  color: rgba(0, 0, 0, 0.42);
}

.select-wrapper.disabled .caret {
  fill: rgba(0, 0, 0, 0.42);
}

.select-wrapper input.select-dropdown:disabled {
  color: rgba(0, 0, 0, 0.42);
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.select-wrapper i {
  color: rgba(0, 0, 0, 0.3);
}

.select-dropdown li.disabled,
.select-dropdown li.disabled > span,
.select-dropdown li.optgroup {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
}

body.keyboard-focused .select-dropdown.dropdown-content li:focus {
  background-color: rgba(0, 0, 0, 0.08);
}

.select-dropdown.dropdown-content li:hover {
  background-color: rgba(0, 0, 0, 0.08);
}

.select-dropdown.dropdown-content li.selected {
  background-color: rgba(0, 0, 0, 0.03);
}

.prefix ~ .select-wrapper {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

.prefix ~ label {
  margin-left: 3rem;
}

.suffix ~ .select-wrapper {
  margin-right: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

.suffix ~ label {
  margin-right: 3rem;
}

.select-dropdown li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
  float: right;
}

.select-dropdown li.optgroup {
  border-top: 1px solid #eee;
}

.select-dropdown li.optgroup.selected > span {
  color: rgba(0, 0, 0, 0.7);
}

.select-dropdown li.optgroup > span {
  color: rgba(0, 0, 0, 0.4);
}

.select-dropdown li.optgroup ~ li.optgroup-option {
  padding-left: 1rem;
}

/* File Input
   ========================================================================== */
.file-field {
  position: relative;
}

.file-field .file-path-wrapper {
  overflow: hidden;
  padding-left: 10px;
}

.file-field input.file-path {
  width: 100%;
}

.file-field .btn,
.file-field .btn-large,
.file-field .btn-small {
  float: left;
  height: 3rem;
  line-height: 3rem;
}

.file-field span {
  cursor: pointer;
}

.file-field input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
}

.file-field input[type=file]::-webkit-file-upload-button {
  display: none;
}

/* Range
   ========================================================================== */
.range-field {
  position: relative;
}

input[type=range],
input[type=range] + .thumb {
  cursor: pointer;
}

input[type=range] {
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  margin: 15px 0;
  padding: 0;
}

input[type=range]:focus {
  outline: none;
}

input[type=range] + .thumb {
  position: absolute;
  top: 10px;
  left: 0;
  border: none;
  height: 0;
  width: 0;
  border-radius: 50%;
  background-color: #26a69a;
  margin-left: 7px;
  transform-origin: 50% 50%;
  transform: rotate(-45deg);
}

input[type=range] + .thumb .value {
  display: block;
  width: 30px;
  text-align: center;
  color: #26a69a;
  font-size: 0;
  transform: rotate(45deg);
}

input[type=range] + .thumb.active {
  border-radius: 50% 50% 50% 0;
}

input[type=range] + .thumb.active .value {
  color: #fff;
  margin-left: -1px;
  margin-top: 8px;
  font-size: 10px;
}

input[type=range] {
  -webkit-appearance: none;
}

input[type=range]::-webkit-slider-runnable-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}

input[type=range]::-webkit-slider-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  -webkit-appearance: none;
  background-color: #26a69a;
  transform-origin: 50% 50%;
  margin: -5px 0 0 0;
}

.keyboard-focused input[type=range]:focus:not(.active)::-webkit-slider-thumb {
  box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);
}

input[type=range] {
  /* fix for FF unable to apply focus style bug  */
  border: 1px solid white;
  /*required for proper track sizing in FF*/
}

input[type=range]::-moz-range-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}

input[type=range]::-moz-focus-inner {
  border: 0;
}

input[type=range]::-moz-range-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  -moz-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  margin-top: -5px;
}

input[type=range]:-moz-focusring {
  outline: 1px solid #fff;
  outline-offset: -1px;
}

.keyboard-focused input[type=range]:focus:not(.active)::-moz-range-thumb {
  box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);
}

input[type=range]::-ms-track {
  height: 3px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #777;
}

input[type=range]::-ms-fill-upper {
  background: #ddd;
}

input[type=range]::-ms-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  -ms-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}

.keyboard-focused input[type=range]:focus:not(.active)::-ms-thumb {
  box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);
}

.sidenav {
  position: fixed;
  width: 300px;
  left: 0;
  top: 0;
  margin: 0;
  transform: translateX(-100%);
  height: 100vh;
  padding-bottom: 60px;
  background-color: #fff;
  z-index: 999;
  overflow-y: auto;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateX(-105%);
}

.sidenav.right-aligned {
  right: 0;
  transform: translateX(105%);
  left: auto;
  transform: translateX(100%);
}

.sidenav .collapsible {
  margin: 0;
}

.sidenav li {
  float: none;
  line-height: 48px;
}

.sidenav li.active {
  background-color: rgba(0, 0, 0, 0.05);
}

.sidenav li > a {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
  padding: 0 32px;
}

.sidenav li > a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.sidenav li > a.btn,
.sidenav li > a.btn-small,
.sidenav li > a.btn-large,
.sidenav li > a.btn-flat,
.sidenav li > a.btn-floating {
  margin: 10px 15px;
}

.sidenav li > a.btn,
.sidenav li > a.btn-small,
.sidenav li > a.btn-large,
.sidenav li > a.btn-floating {
  color: #fff;
}

.sidenav li > a.btn-flat {
  color: #343434;
}

.sidenav li > a.btn:hover,
.sidenav li > a.btn-small:hover,
.sidenav li > a.btn-large:hover {
  background-color: #2bbbad;
}

.sidenav li > a.btn-floating:hover {
  background-color: #26a69a;
}

.sidenav li > a > i,
.sidenav li > a > [class^=mdi-],
.sidenav li > a li > a > [class*=mdi-],
.sidenav li > a > i.material-icons {
  float: left;
  height: 48px;
  line-height: 48px;
  margin: 0 32px 0 0;
  width: 24px;
  color: rgba(0, 0, 0, 0.54);
}

.sidenav .divider {
  margin: 8px 0 0 0;
}

.sidenav .subheader {
  cursor: initial;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
}

.sidenav .subheader:hover {
  background-color: transparent;
}

.sidenav .user-view {
  position: relative;
  padding: 32px 32px 0;
  margin-bottom: 8px;
}

.sidenav .user-view > a {
  height: auto;
  padding: 0;
}

.sidenav .user-view > a:hover {
  background-color: transparent;
}

.sidenav .user-view .background {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.sidenav .user-view .circle,
.sidenav .user-view .name,
.sidenav .user-view .email {
  display: block;
}

.sidenav .user-view .circle {
  height: 64px;
  width: 64px;
}

.sidenav .user-view .name,
.sidenav .user-view .email {
  font-size: 14px;
  line-height: 24px;
}

.sidenav .user-view .name {
  margin-top: 16px;
  font-weight: 500;
}

.sidenav .user-view .email {
  padding-bottom: 16px;
  font-weight: 400;
}

.drag-target {
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
}

.drag-target.right-aligned {
  right: 0;
}

.sidenav.sidenav-fixed {
  left: 0;
  transform: translateX(0);
  position: fixed;
}

.sidenav.sidenav-fixed.right-aligned {
  right: 0;
  left: auto;
}

@media only screen and (max-width: 1200.99px) {
  .sidenav.sidenav-fixed {
    transform: translateX(-105%);
  }
  .sidenav.sidenav-fixed.right-aligned {
    transform: translateX(105%);
  }
  .sidenav > a {
    padding: 0 16px;
  }
  .sidenav .user-view {
    padding: 16px 16px 0;
  }
}
.sidenav .collapsible-body > ul:not(.collapsible) > li.active,
.sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active {
  background-color: #448aff;
}

.sidenav .collapsible-body > ul:not(.collapsible) > li.active a,
.sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active a {
  color: #fff;
}

.sidenav .collapsible-body {
  padding: 0;
}

.sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 997;
  display: none;
}

/*
    @license
    Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
    This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
    The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
    The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
    Code distributed by Google as part of the polymer project is also
    subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
 */
/**************************/
/* STYLES FOR THE SPINNER */
/**************************/
/*
 * Constants:
 *      STROKEWIDTH = 3px
 *      ARCSIZE     = 270 degrees (amount of circle the arc takes up)
 *      ARCTIME     = 1333ms (time it takes to expand and contract arc)
 *      ARCSTARTROT = 216 degrees (how much the start location of the arc
 *                                should rotate each time, 216 gives us a
 *                                5 pointed star shape (it's 360/5 * 3).
 *                                For a 7 pointed star, we might do
 *                                360/7 * 3 = 154.286)
 *      CONTAINERWIDTH = 28px
 *      SHRINK_TIME = 400ms
 */
.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
}

.preloader-wrapper.small {
  width: 36px;
  height: 36px;
}

.preloader-wrapper.big {
  width: 64px;
  height: 64px;
}

.preloader-wrapper.active {
  /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
  -webkit-animation: container-rotate 1568ms linear infinite;
  animation: container-rotate 1568ms linear infinite;
}

@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes container-rotate {
  to {
    transform: rotate(360deg);
  }
}
.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #26a69a;
}

.spinner-blue,
.spinner-blue-only {
  border-color: #4285f4;
}

.spinner-red,
.spinner-red-only {
  border-color: #db4437;
}

.spinner-yellow,
.spinner-yellow-only {
  border-color: #f4b400;
}

.spinner-green,
.spinner-green-only {
  border-color: #0f9d58;
}

/**
 * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):
 *
 * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't
 * guarantee that the animation will start _exactly_ after that value. So we avoid using
 * animation-delay and instead set custom keyframes for each color (as redundant as it
 * seems).
 *
 * We write out each animation in full (instead of separating animation-name,
 * animation-duration, etc.) because under the polyfill, Safari does not recognize those
 * specific properties properly, treats them as -webkit-animation, and overrides the
 * other animation rules. See https://github.com/Polymer/platform/issues/53.
 */
.active .spinner-layer.spinner-blue {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-red {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-yellow {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-green {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only {
  /* durations: 4 * ARCTIME */
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
  }
  /* 0.5 * ARCSIZE */
  25% {
    -webkit-transform: rotate(270deg);
  }
  /* 1   * ARCSIZE */
  37.5% {
    -webkit-transform: rotate(405deg);
  }
  /* 1.5 * ARCSIZE */
  50% {
    -webkit-transform: rotate(540deg);
  }
  /* 2   * ARCSIZE */
  62.5% {
    -webkit-transform: rotate(675deg);
  }
  /* 2.5 * ARCSIZE */
  75% {
    -webkit-transform: rotate(810deg);
  }
  /* 3   * ARCSIZE */
  87.5% {
    -webkit-transform: rotate(945deg);
  }
  /* 3.5 * ARCSIZE */
  to {
    -webkit-transform: rotate(1080deg);
  }
  /* 4   * ARCSIZE */
}
@keyframes fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg);
  }
  /* 0.5 * ARCSIZE */
  25% {
    transform: rotate(270deg);
  }
  /* 1   * ARCSIZE */
  37.5% {
    transform: rotate(405deg);
  }
  /* 1.5 * ARCSIZE */
  50% {
    transform: rotate(540deg);
  }
  /* 2   * ARCSIZE */
  62.5% {
    transform: rotate(675deg);
  }
  /* 2.5 * ARCSIZE */
  75% {
    transform: rotate(810deg);
  }
  /* 3   * ARCSIZE */
  87.5% {
    transform: rotate(945deg);
  }
  /* 3.5 * ARCSIZE */
  to {
    transform: rotate(1080deg);
  }
  /* 4   * ARCSIZE */
}
@-webkit-keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}
@keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}
@-webkit-keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}
@keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}
@-webkit-keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */
.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

.gap-patch .circle {
  width: 1000%;
  left: -450%;
}

.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

.circle-clipper .circle {
  width: 200%;
  height: 100%;
  border-width: 3px;
  /* STROKEWIDTH */
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  -webkit-animation: none;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent !important;
  transform: rotate(129deg);
}

.circle-clipper.right .circle {
  left: -100%;
  border-left-color: transparent !important;
  transform: rotate(-129deg);
}

.active .circle-clipper.left .circle {
  /* duration: ARCTIME */
  -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .circle-clipper.right .circle {
  /* duration: ARCTIME */
  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
  }
}
@keyframes left-spin {
  from {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(130deg);
  }
}
@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
  }
}
@keyframes right-spin {
  from {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-130deg);
  }
}
#spinnerContainer.cooldown {
  /* duration: SHRINK_TIME */
  -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
  animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.slider {
  position: relative;
  height: 400px;
  width: 100%;
}

.slider.fullscreen {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.slider.fullscreen ul.slides {
  height: 100%;
}

.slider.fullscreen ul.indicators {
  z-index: 2;
  bottom: 30px;
}

.slider .slides {
  background-color: #9e9e9e;
  margin: 0;
  height: 400px;
}

.slider .slides li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: inherit;
  overflow: hidden;
}

.slider .slides li img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.slider .slides li .caption {
  color: #fff;
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  opacity: 0;
}

.slider .slides li .caption p {
  color: #e0e0e0;
}

.slider .slides li.active {
  z-index: 2;
}

.slider .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

.slider .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 0 12px;
  background-color: #e0e0e0;
  transition: background-color 0.3s;
  border-radius: 50%;
}

.slider .indicators .indicator-item.active {
  background-color: #4caf50;
}

.carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 400px;
  perspective: 500px;
  transform-style: preserve-3d;
  transform-origin: 0% 50%;
}

.carousel.carousel-slider {
  top: 0;
  left: 0;
}

.carousel.carousel-slider .carousel-fixed-item {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 1;
}

.carousel.carousel-slider .carousel-fixed-item.with-indicators {
  bottom: 68px;
}

.carousel.carousel-slider .carousel-item {
  width: 100%;
  height: 100%;
  min-height: 400px;
  position: absolute;
  top: 0;
  left: 0;
}

.carousel.carousel-slider .carousel-item h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.carousel.carousel-slider .carousel-item p {
  font-size: 15px;
}

.carousel .carousel-item {
  visibility: hidden;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
}

.carousel .carousel-item > img {
  width: 100%;
}

.carousel .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

.carousel .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 24px 4px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: background-color 0.3s;
  border-radius: 50%;
}

.carousel .indicators .indicator-item.active {
  background-color: #fff;
}

.carousel.scrolling .carousel-item .materialboxed,
.carousel .carousel-item:not(.active) .materialboxed {
  pointer-events: none;
}

.pulse {
  overflow: visible;
  position: relative;
}

.pulse::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  z-index: -1;
}

@-webkit-keyframes pulse-animation {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}
@keyframes pulse-animation {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}
/*** Admin Variables ***/
html {
  height: 100%;
}

body {
  background-color: #f4f4f4;
  font-size: 14px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

main > .container {
  margin-top: 20px;
}

@media only screen and (min-width: 1201px) {
  body.has-fixed-sidenav {
    padding-left: 300px;
  }
  .container {
    width: 80%;
  }
}
button {
  background: none;
  border: 0;
}

button:focus {
  background: none;
}

/**** COLORS ****/
.primary-color {
  background-color: #448aff !important;
}

.primary-color-text {
  color: #448aff !important;
}

.admin-blue {
  background-color: #00b0ff !important;
}

.admin-blue-text {
  color: #00b0ff !important;
}

.admin-yellow {
  background-color: #ffc400 !important;
}

.admin-yellow-text {
  color: #ffc400 !important;
}

.admin-pink {
  background-color: #ff4081 !important;
}

.admin-pink-text {
  color: #ff4081 !important;
}

.admin-green {
  background-color: #70be74 !important;
}

.admin-green-text {
  color: #70be74 !important;
}

.divider {
  margin: 40px 0;
}

.google-map {
  width: 100%;
  color: #444;
}

.no-gutter {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.background {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.background.portrait img {
  min-width: 100%;
  width: auto;
  min-height: none;
  height: 100%;
}

.background img {
  width: 100%;
  min-height: 100%;
}

/**** TYPOGRAPHY ****/
h1 {
  margin-bottom: 50px;
}

p {
  font-weight: 300;
  font-size: 18px;
  color: #888;
}

p.caption {
  color: inherit;
}

.feature {
  margin-bottom: 50px;
}

span.date {
  text-transform: uppercase;
  font-weight: 300;
}

/**** GRID ****/
.row.valign {
  width: 100%;
}

.row.row-vertical-center {
  display: flex;
  flex-wrap: wrap;
}

.row.row-vertical-center .col {
  display: flex;
  align-items: center;
}

.row.equal-height-grid {
  display: flex;
  flex-wrap: wrap;
}

.row.equal-height-grid .col {
  display: flex;
  margin-left: 0;
}

.row.equal-height-grid .col .card {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.row.equal-height-grid .col .card .card-stacked {
  flex: 1 0 auto;
}

.row.equal-height-grid .col .card .card-align-bottom {
  margin-top: auto;
}

.row .col {
  padding: 0 10px;
}

/**** LEGEND ****/
.chart-legend-wrapper {
  width: 100%;
  margin: 20px;
}

.chart-legend {
  display: flex;
  justify-content: center;
  font-size: 16px;
}

.chart-legend ul {
  width: 100%;
}

.chart-legend .dot {
  display: inline-block;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.chart-legend .label {
  display: inline-block;
  margin-right: 10px;
}

.chart-legend .value {
  display: inline-block;
  float: right;
}

/**** DROPDOWN ****/
nav.navbar ul.dropdown-content li > a,
nav.navbar ul.dropdown-content li > span,
.dropdown-content li > a,
.dropdown-content li > span {
  color: #444;
}

.dropdown-button i.right {
  margin-left: 5px;
}

.dropdown-content.notifications {
  background-color: #f4f4f4;
  color: rgba(0, 0, 0, 0.87);
  padding: 8px 16px;
  width: 450px;
}

.dropdown-content.notifications .notifications-title {
  height: 56px;
  line-height: 56px;
  text-transform: uppercase;
  font-weight: 500;
}

.dropdown-content.notifications .card {
  margin: 8px 0;
  line-height: normal;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}

.dropdown-content.notifications .card:focus {
  outline: none;
}

.dropdown-content.notifications .card .card-content p {
  font-size: 16px;
}

.dropdown-content.notifications .card .card-action {
  padding: 8px;
  height: auto;
}

.dropdown-content.notifications .card .card-action a {
  padding: 0 8px;
  margin-right: 8px !important;
  height: 36px;
  line-height: 36px;
  display: inline-block;
}

.dropdown-content.dropdown-tabbed .tabs > li {
  min-height: initial;
  width: auto;
  float: none;
}

.dropdown-content.dropdown-tabbed .tabs > li a {
  line-height: 48px;
}

/**** SIDENAV ****/
.sidenav {
  box-shadow: none;
  background-color: #448aff;
}

.sidenav > li {
  width: 100%;
}

.sidenav .logo-container {
  padding: 0 16px;
  height: 64px;
  line-height: 64px;
  font-size: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: content-box;
}

.sidenav .logo-container i.material-icons {
  line-height: inherit;
}

.sidenav .collapsible {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.sidenav .collapsible > .active .collapsible-header .chevron {
  transform: rotate(-90deg);
}

.sidenav .collapsible > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transition: background-color 0.2s;
}

.sidenav .collapsible > li:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.sidenav .collapsible > li.waves-effect {
  display: block;
}

.sidenav .collapsible > li:last-child {
  border-bottom: 0;
}

.sidenav .collapsible .collapsible-header {
  text-transform: uppercase;
  height: 64px;
  line-height: 64px;
}

.sidenav .collapsible .collapsible-header:hover {
  background-color: transparent;
}

.sidenav .collapsible .collapsible-header .chevron {
  float: right;
  height: 24px;
  width: 24px;
  line-height: 24px;
  margin: 20px 0 0 0;
  transition: transform 0.2s;
}

.sidenav .collapsible .collapsible-body {
  padding-bottom: 16px;
  background-color: transparent;
}

.sidenav .collapsible .collapsible-body li > a {
  padding: 0 16px;
  transition: background-color 0.2s ease-out;
}

.sidenav .collapsible .collapsible-body li > a:hover,
.sidenav .collapsible .collapsible-body li > a.active {
  background-color: rgba(0, 0, 0, 0.07);
}

.sidenav .collapsible .collapsible-body li > a > i.material-icons {
  margin-right: 16px;
}

.sidenav li.active > a,
.sidenav li:hover > a,
.sidenav li > a:hover,
.sidenav li > a.active {
  background-color: transparent;
}

.sidenav li.active > a::before,
.sidenav li:hover > a::before,
.sidenav li > a:hover::before,
.sidenav li > a.active::before {
  transform: scaleY(1);
}

.sidenav li > a {
  position: relative;
  padding: 0 16px;
}

.sidenav li > a::before {
  left: auto;
  right: 0;
}

.keyboard-focused .sidenav .collapsible-header:focus {
  background-color: rgba(0, 0, 0, 0.1);
}

.keyboard-focused .sidenav .collapsible-body li > a:focus {
  background-color: rgba(0, 0, 0, 0.07);
  outline: none;
}

/**** NAVBAR ****/
.navbar-fixed nav.navbar {
  width: 100%;
  left: 0;
}

@media only screen and (min-width: 1201px) {
  .has-fixed-sidenav .navbar-fixed nav.navbar {
    width: calc(100% - 300px);
    left: 300px;
  }
  body:not(.has-fixed-sidenav) nav a.sidenav-trigger {
    display: block;
  }
  body:not(.has-fixed-sidenav) nav.navbar .brand-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 1200.99px) {
  nav.navbar a.brand-logo {
    position: absolute;
  }
}
nav.navbar {
  z-index: 10;
  transition: box-shadow 0.3s, background-color 0.3s;
  padding: 0 20px;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
}

nav.navbar .brand-logo {
  position: relative;
  float: left;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.87);
}

nav.navbar .brand-logo i {
  line-height: inherit;
  transition: color 0.2s;
}

nav.navbar .nav-wrapper > ul > li > a {
  display: block;
}

nav.navbar .sidenav-trigger {
  margin: 0;
}

nav.navbar ul > li.active > a::before,
nav.navbar ul > li > a.active::before,
nav.navbar ul > li > a:hover::before {
  transform: scaleX(1);
}

nav.navbar ul li.active {
  background-color: transparent;
}

nav.navbar ul a {
  color: rgba(0, 0, 0, 0.87);
  position: relative;
  transition: color 0.2s;
}

nav.navbar ul a:focus {
  outline: none;
}

.nav-extended .nav-wrapper {
  padding-left: 24px;
}

.nav-extended .nav-metrics {
  border-top: 1px solid #ddd;
  margin-bottom: 0;
}

.nav-extended .nav-metrics .col:last-child .card {
  border-right: 0;
}

.nav-extended .nav-metrics .card {
  border-right: 1px solid #ddd;
  box-shadow: none;
  background-color: transparent;
  margin: 0;
}

/**** HEADER ****/
.nav-wrapper-with-search {
  display: flex;
}

.nav-wrapper-with-search .search-wrapper {
  flex: 1;
  overflow: hidden;
  margin-right: 20px;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 2px;
  border-right: 1px solid #ddd;
}

.nav-wrapper-with-search .search-wrapper i {
  height: 56px;
  line-height: 56px;
}

.nav-wrapper-with-search .search-wrapper .label-icon i {
  color: #444;
}

@media only screen and (min-width: 601px) {
  .nav-wrapper-with-search .search-wrapper i {
    height: 64px;
    line-height: 64px;
  }
}
/**** BADGED UPDATES ****/
.badge-updates {
  margin: 16px 0 0 0;
}

.badge-updates > li {
  line-height: 22px;
  margin-bottom: 8px;
}

.badge-updates > li::after {
  content: "";
  display: block;
  clear: both;
}

.badge-updates > li:last-child {
  margin-bottom: 0;
}

.badge-updates .badge {
  float: left;
  margin: 0 16px 0 0;
}

.badge-updates .time {
  float: right;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
}

/**** SECTION ****/
.section {
  padding: 64px 0;
  position: relative;
}

.section.chart-padding {
  padding: 16px 0;
}

.section .section-title {
  margin-bottom: 30px;
}

.section .caption {
  font-size: 1.4rem;
  font-weight: 200;
}

.section .col {
  min-height: 1px;
}

/**** BUTTONS ****/
/**** CARDS ****/
.card {
  margin-top: 0;
  margin-bottom: 20px;
}

.card .card-title {
  font-weight: normal;
}

.card .background {
  z-index: 0;
  top: auto;
  bottom: 0;
}

.card .divider {
  margin: 0;
}

/**** FOOTER ****/
.page-footer {
  background-color: #fff;
  border-top: 1px solid #ddd;
  color: #444;
  padding: 40px 0;
  margin: 0;
}

.page-footer .row {
  margin: 0;
}

.page-footer .materialize-logo {
  margin-top: 2px;
}

.page-footer p {
  margin: 5px 0;
}

.page-footer ul li {
  margin-bottom: 5px;
}

.page-footer ul li a,
.page-footer p {
  color: #999;
  font-size: 0.8rem;
  font-weight: 300;
  margin: 5px 0;
}

@media only screen and (max-width: 600.99px), only screen and (max-device-width: 641px) and (orientation: landscape) {
  .section {
    height: auto;
  }
  .google-map {
    height: 100%;
  }
}

body .protip-container.protip-mixin--css-no-transition {
  transition: all 0s;
}

body .protip-container.protip-mixin--css-bold {
  font-weight: bold;
}

body .protip-container.protip-mixin--css-italic {
  font-style: italic;
}

body .protip-container.protip-mixin--css-no-style {
  background: none;
  color: inherit;
}

body .protip-container.protip-mixin--css-no-style .protip-arrow {
  display: none;
}

.protip-container {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  box-sizing: border-box;
}

.protip-container > i {
  position: absolute;
  left: 10px;
}

.protip-container > i + div {
  padding-left: 20px;
}

.protip-arrow {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
}

.protip-show {
  opacity: 1;
  pointer-events: auto;
}

.protip-skin-default--size-tiny {
  padding: 8px;
  font-size: 10px;
  border-radius: 3px;
}

.protip-skin-default--size-tiny[data-pt-position=top-left] .protip-arrow, .protip-skin-default--size-tiny[data-pt-position=top] .protip-arrow, .protip-skin-default--size-tiny[data-pt-position=top-right] .protip-arrow {
  top: 100%;
  left: auto;
  margin: 0 0 0 -4px;
  border-width: 4px 4px 0 4px;
}

.protip-skin-default--size-tiny[data-pt-position=top-left] .protip-arrow {
  left: 20px;
}

.protip-skin-default--size-tiny[data-pt-position=top] .protip-arrow {
  left: 50%;
}

.protip-skin-default--size-tiny[data-pt-position=top-right] .protip-arrow {
  left: auto;
  right: 20px;
  margin-right: -4px;
}

.protip-skin-default--size-tiny[data-pt-position=bottom-left] .protip-arrow, .protip-skin-default--size-tiny[data-pt-position=bottom] .protip-arrow, .protip-skin-default--size-tiny[data-pt-position=bottom-right] .protip-arrow {
  top: -4px;
  left: auto;
  margin: 0 0 0 -4px;
  border-width: 0 4px 4px 4px;
}

.protip-skin-default--size-tiny[data-pt-position=bottom-left] .protip-arrow {
  left: 20px;
}

.protip-skin-default--size-tiny[data-pt-position=bottom] .protip-arrow {
  left: 50%;
}

.protip-skin-default--size-tiny[data-pt-position=bottom-right] .protip-arrow {
  left: auto;
  right: 20px;
  margin-right: -4px;
}

.protip-skin-default--size-tiny[data-pt-position=left-top] .protip-arrow, .protip-skin-default--size-tiny[data-pt-position=left] .protip-arrow, .protip-skin-default--size-tiny[data-pt-position=left-bottom] .protip-arrow {
  top: auto;
  left: 100%;
  margin: -4px 0 0 0;
  border-width: 4px 0 4px 4px;
}

.protip-skin-default--size-tiny[data-pt-position=left-top] .protip-arrow {
  top: 20px;
}

.protip-skin-default--size-tiny[data-pt-position=left] .protip-arrow {
  top: 50%;
}

.protip-skin-default--size-tiny[data-pt-position=left-bottom] .protip-arrow {
  top: auto;
  bottom: 20px;
  margin-bottom: -4px;
}

.protip-skin-default--size-tiny[data-pt-position=right-top] .protip-arrow, .protip-skin-default--size-tiny[data-pt-position=right] .protip-arrow, .protip-skin-default--size-tiny[data-pt-position=right-bottom] .protip-arrow {
  top: auto;
  right: 100%;
  margin: -4px 0 0 0;
  border-width: 4px 4px 4px 0;
}

.protip-skin-default--size-tiny[data-pt-position=right-top] .protip-arrow {
  top: 20px;
}

.protip-skin-default--size-tiny[data-pt-position=right] .protip-arrow {
  top: 50%;
}

.protip-skin-default--size-tiny[data-pt-position=right-bottom] .protip-arrow {
  top: auto;
  bottom: 20px;
  margin-bottom: -4px;
}

.protip-skin-default--size-tiny[data-pt-position=top-left-corner] {
  border-bottom-right-radius: 0;
}

.protip-skin-default--size-tiny[data-pt-position=top-left-corner] .protip-arrow {
  top: 100%;
  left: 100%;
  margin: 0 0 0 -4px;
  border-width: 0 4px 4px 0;
}

.protip-skin-default--size-tiny[data-pt-position=top-right-corner] {
  border-bottom-left-radius: 0;
}

.protip-skin-default--size-tiny[data-pt-position=top-right-corner] .protip-arrow {
  top: 100%;
  left: -4px;
  margin: 0 0 0 4px;
  border-width: 4px 4px 0 0;
}

.protip-skin-default--size-tiny[data-pt-position=bottom-left-corner] {
  border-top-right-radius: 0;
}

.protip-skin-default--size-tiny[data-pt-position=bottom-left-corner] .protip-arrow {
  top: -4px;
  left: 100%;
  margin: 0 0 0 -4px;
  border-width: 0 0 4px 4px;
}

.protip-skin-default--size-tiny[data-pt-position=bottom-right-corner] {
  border-top-left-radius: 0;
}

.protip-skin-default--size-tiny[data-pt-position=bottom-right-corner] .protip-arrow {
  top: 0;
  left: -4px;
  margin: -4px 0 0 4px;
  border-width: 4px 0 0 4px;
}

.protip-skin-default--size-small {
  padding: 13px;
  font-size: 12px;
  border-radius: 4px;
}

.protip-skin-default--size-small[data-pt-position=top-left] .protip-arrow, .protip-skin-default--size-small[data-pt-position=top] .protip-arrow, .protip-skin-default--size-small[data-pt-position=top-right] .protip-arrow {
  top: 100%;
  left: auto;
  margin: 0 0 0 -6px;
  border-width: 6px 6px 0 6px;
}

.protip-skin-default--size-small[data-pt-position=top-left] .protip-arrow {
  left: 20px;
}

.protip-skin-default--size-small[data-pt-position=top] .protip-arrow {
  left: 50%;
}

.protip-skin-default--size-small[data-pt-position=top-right] .protip-arrow {
  left: auto;
  right: 20px;
  margin-right: -6px;
}

.protip-skin-default--size-small[data-pt-position=bottom-left] .protip-arrow, .protip-skin-default--size-small[data-pt-position=bottom] .protip-arrow, .protip-skin-default--size-small[data-pt-position=bottom-right] .protip-arrow {
  top: -6px;
  left: auto;
  margin: 0 0 0 -6px;
  border-width: 0 6px 6px 6px;
}

.protip-skin-default--size-small[data-pt-position=bottom-left] .protip-arrow {
  left: 20px;
}

.protip-skin-default--size-small[data-pt-position=bottom] .protip-arrow {
  left: 50%;
}

.protip-skin-default--size-small[data-pt-position=bottom-right] .protip-arrow {
  left: auto;
  right: 20px;
  margin-right: -6px;
}

.protip-skin-default--size-small[data-pt-position=left-top] .protip-arrow, .protip-skin-default--size-small[data-pt-position=left] .protip-arrow, .protip-skin-default--size-small[data-pt-position=left-bottom] .protip-arrow {
  top: auto;
  left: 100%;
  margin: -6px 0 0 0;
  border-width: 6px 0 6px 6px;
}

.protip-skin-default--size-small[data-pt-position=left-top] .protip-arrow {
  top: 20px;
}

.protip-skin-default--size-small[data-pt-position=left] .protip-arrow {
  top: 50%;
}

.protip-skin-default--size-small[data-pt-position=left-bottom] .protip-arrow {
  top: auto;
  bottom: 20px;
  margin-bottom: -6px;
}

.protip-skin-default--size-small[data-pt-position=right-top] .protip-arrow, .protip-skin-default--size-small[data-pt-position=right] .protip-arrow, .protip-skin-default--size-small[data-pt-position=right-bottom] .protip-arrow {
  top: auto;
  right: 100%;
  margin: -6px 0 0 0;
  border-width: 6px 6px 6px 0;
}

.protip-skin-default--size-small[data-pt-position=right-top] .protip-arrow {
  top: 20px;
}

.protip-skin-default--size-small[data-pt-position=right] .protip-arrow {
  top: 50%;
}

.protip-skin-default--size-small[data-pt-position=right-bottom] .protip-arrow {
  top: auto;
  bottom: 20px;
  margin-bottom: -6px;
}

.protip-skin-default--size-small[data-pt-position=top-left-corner] {
  border-bottom-right-radius: 0;
}

.protip-skin-default--size-small[data-pt-position=top-left-corner] .protip-arrow {
  top: 100%;
  left: 100%;
  margin: 0 0 0 -6px;
  border-width: 0 6px 6px 0;
}

.protip-skin-default--size-small[data-pt-position=top-right-corner] {
  border-bottom-left-radius: 0;
}

.protip-skin-default--size-small[data-pt-position=top-right-corner] .protip-arrow {
  top: 100%;
  left: -6px;
  margin: 0 0 0 6px;
  border-width: 6px 6px 0 0;
}

.protip-skin-default--size-small[data-pt-position=bottom-left-corner] {
  border-top-right-radius: 0;
}

.protip-skin-default--size-small[data-pt-position=bottom-left-corner] .protip-arrow {
  top: -6px;
  left: 100%;
  margin: 0 0 0 -6px;
  border-width: 0 0 6px 6px;
}

.protip-skin-default--size-small[data-pt-position=bottom-right-corner] {
  border-top-left-radius: 0;
}

.protip-skin-default--size-small[data-pt-position=bottom-right-corner] .protip-arrow {
  top: 0;
  left: -6px;
  margin: -6px 0 0 6px;
  border-width: 6px 0 0 6px;
}

.protip-skin-default--size-normal {
  padding: 16px;
  font-size: 15px;
  border-radius: 6px;
}

.protip-skin-default--size-normal[data-pt-position=top-left] .protip-arrow, .protip-skin-default--size-normal[data-pt-position=top] .protip-arrow, .protip-skin-default--size-normal[data-pt-position=top-right] .protip-arrow {
  top: 100%;
  left: auto;
  margin: 0 0 0 -8px;
  border-width: 8px 8px 0 8px;
}

.protip-skin-default--size-normal[data-pt-position=top-left] .protip-arrow {
  left: 20px;
}

.protip-skin-default--size-normal[data-pt-position=top] .protip-arrow {
  left: 50%;
}

.protip-skin-default--size-normal[data-pt-position=top-right] .protip-arrow {
  left: auto;
  right: 20px;
  margin-right: -8px;
}

.protip-skin-default--size-normal[data-pt-position=bottom-left] .protip-arrow, .protip-skin-default--size-normal[data-pt-position=bottom] .protip-arrow, .protip-skin-default--size-normal[data-pt-position=bottom-right] .protip-arrow {
  top: -8px;
  left: auto;
  margin: 0 0 0 -8px;
  border-width: 0 8px 8px 8px;
}

.protip-skin-default--size-normal[data-pt-position=bottom-left] .protip-arrow {
  left: 20px;
}

.protip-skin-default--size-normal[data-pt-position=bottom] .protip-arrow {
  left: 50%;
}

.protip-skin-default--size-normal[data-pt-position=bottom-right] .protip-arrow {
  left: auto;
  right: 20px;
  margin-right: -8px;
}

.protip-skin-default--size-normal[data-pt-position=left-top] .protip-arrow, .protip-skin-default--size-normal[data-pt-position=left] .protip-arrow, .protip-skin-default--size-normal[data-pt-position=left-bottom] .protip-arrow {
  top: auto;
  left: 100%;
  margin: -8px 0 0 0;
  border-width: 8px 0 8px 8px;
}

.protip-skin-default--size-normal[data-pt-position=left-top] .protip-arrow {
  top: 20px;
}

.protip-skin-default--size-normal[data-pt-position=left] .protip-arrow {
  top: 50%;
}

.protip-skin-default--size-normal[data-pt-position=left-bottom] .protip-arrow {
  top: auto;
  bottom: 20px;
  margin-bottom: -8px;
}

.protip-skin-default--size-normal[data-pt-position=right-top] .protip-arrow, .protip-skin-default--size-normal[data-pt-position=right] .protip-arrow, .protip-skin-default--size-normal[data-pt-position=right-bottom] .protip-arrow {
  top: auto;
  right: 100%;
  margin: -8px 0 0 0;
  border-width: 8px 8px 8px 0;
}

.protip-skin-default--size-normal[data-pt-position=right-top] .protip-arrow {
  top: 20px;
}

.protip-skin-default--size-normal[data-pt-position=right] .protip-arrow {
  top: 50%;
}

.protip-skin-default--size-normal[data-pt-position=right-bottom] .protip-arrow {
  top: auto;
  bottom: 20px;
  margin-bottom: -8px;
}

.protip-skin-default--size-normal[data-pt-position=top-left-corner] {
  border-bottom-right-radius: 0;
}

.protip-skin-default--size-normal[data-pt-position=top-left-corner] .protip-arrow {
  top: 100%;
  left: 100%;
  margin: 0 0 0 -8px;
  border-width: 0 8px 8px 0;
}

.protip-skin-default--size-normal[data-pt-position=top-right-corner] {
  border-bottom-left-radius: 0;
}

.protip-skin-default--size-normal[data-pt-position=top-right-corner] .protip-arrow {
  top: 100%;
  left: -8px;
  margin: 0 0 0 8px;
  border-width: 8px 8px 0 0;
}

.protip-skin-default--size-normal[data-pt-position=bottom-left-corner] {
  border-top-right-radius: 0;
}

.protip-skin-default--size-normal[data-pt-position=bottom-left-corner] .protip-arrow {
  top: -8px;
  left: 100%;
  margin: 0 0 0 -8px;
  border-width: 0 0 8px 8px;
}

.protip-skin-default--size-normal[data-pt-position=bottom-right-corner] {
  border-top-left-radius: 0;
}

.protip-skin-default--size-normal[data-pt-position=bottom-right-corner] .protip-arrow {
  top: 0;
  left: -8px;
  margin: -8px 0 0 8px;
  border-width: 8px 0 0 8px;
}

.protip-skin-default--size-big {
  padding: 20px;
  font-size: 18px;
  border-radius: 8px;
}

.protip-skin-default--size-big[data-pt-position=top-left] .protip-arrow, .protip-skin-default--size-big[data-pt-position=top] .protip-arrow, .protip-skin-default--size-big[data-pt-position=top-right] .protip-arrow {
  top: 100%;
  left: auto;
  margin: 0 0 0 -10px;
  border-width: 10px 10px 0 10px;
}

.protip-skin-default--size-big[data-pt-position=top-left] .protip-arrow {
  left: 20px;
}

.protip-skin-default--size-big[data-pt-position=top] .protip-arrow {
  left: 50%;
}

.protip-skin-default--size-big[data-pt-position=top-right] .protip-arrow {
  left: auto;
  right: 20px;
  margin-right: -10px;
}

.protip-skin-default--size-big[data-pt-position=bottom-left] .protip-arrow, .protip-skin-default--size-big[data-pt-position=bottom] .protip-arrow, .protip-skin-default--size-big[data-pt-position=bottom-right] .protip-arrow {
  top: -10px;
  left: auto;
  margin: 0 0 0 -10px;
  border-width: 0 10px 10px 10px;
}

.protip-skin-default--size-big[data-pt-position=bottom-left] .protip-arrow {
  left: 20px;
}

.protip-skin-default--size-big[data-pt-position=bottom] .protip-arrow {
  left: 50%;
}

.protip-skin-default--size-big[data-pt-position=bottom-right] .protip-arrow {
  left: auto;
  right: 20px;
  margin-right: -10px;
}

.protip-skin-default--size-big[data-pt-position=left-top] .protip-arrow, .protip-skin-default--size-big[data-pt-position=left] .protip-arrow, .protip-skin-default--size-big[data-pt-position=left-bottom] .protip-arrow {
  top: auto;
  left: 100%;
  margin: -10px 0 0 0;
  border-width: 10px 0 10px 10px;
}

.protip-skin-default--size-big[data-pt-position=left-top] .protip-arrow {
  top: 20px;
}

.protip-skin-default--size-big[data-pt-position=left] .protip-arrow {
  top: 50%;
}

.protip-skin-default--size-big[data-pt-position=left-bottom] .protip-arrow {
  top: auto;
  bottom: 20px;
  margin-bottom: -10px;
}

.protip-skin-default--size-big[data-pt-position=right-top] .protip-arrow, .protip-skin-default--size-big[data-pt-position=right] .protip-arrow, .protip-skin-default--size-big[data-pt-position=right-bottom] .protip-arrow {
  top: auto;
  right: 100%;
  margin: -10px 0 0 0;
  border-width: 10px 10px 10px 0;
}

.protip-skin-default--size-big[data-pt-position=right-top] .protip-arrow {
  top: 20px;
}

.protip-skin-default--size-big[data-pt-position=right] .protip-arrow {
  top: 50%;
}

.protip-skin-default--size-big[data-pt-position=right-bottom] .protip-arrow {
  top: auto;
  bottom: 20px;
  margin-bottom: -10px;
}

.protip-skin-default--size-big[data-pt-position=top-left-corner] {
  border-bottom-right-radius: 0;
}

.protip-skin-default--size-big[data-pt-position=top-left-corner] .protip-arrow {
  top: 100%;
  left: 100%;
  margin: 0 0 0 -10px;
  border-width: 0 10px 10px 0;
}

.protip-skin-default--size-big[data-pt-position=top-right-corner] {
  border-bottom-left-radius: 0;
}

.protip-skin-default--size-big[data-pt-position=top-right-corner] .protip-arrow {
  top: 100%;
  left: -10px;
  margin: 0 0 0 10px;
  border-width: 10px 10px 0 0;
}

.protip-skin-default--size-big[data-pt-position=bottom-left-corner] {
  border-top-right-radius: 0;
}

.protip-skin-default--size-big[data-pt-position=bottom-left-corner] .protip-arrow {
  top: -10px;
  left: 100%;
  margin: 0 0 0 -10px;
  border-width: 0 0 10px 10px;
}

.protip-skin-default--size-big[data-pt-position=bottom-right-corner] {
  border-top-left-radius: 0;
}

.protip-skin-default--size-big[data-pt-position=bottom-right-corner] .protip-arrow {
  top: 0;
  left: -10px;
  margin: -10px 0 0 10px;
  border-width: 10px 0 0 10px;
}

.protip-skin-default--size-large {
  padding: 20px;
  font-size: 18px;
  border-radius: 8px;
}

.protip-skin-default--size-large[data-pt-position=top-left] .protip-arrow, .protip-skin-default--size-large[data-pt-position=top] .protip-arrow, .protip-skin-default--size-large[data-pt-position=top-right] .protip-arrow {
  top: 100%;
  left: auto;
  margin: 0 0 0 -12px;
  border-width: 12px 12px 0 12px;
}

.protip-skin-default--size-large[data-pt-position=top-left] .protip-arrow {
  left: 20px;
}

.protip-skin-default--size-large[data-pt-position=top] .protip-arrow {
  left: 50%;
}

.protip-skin-default--size-large[data-pt-position=top-right] .protip-arrow {
  left: auto;
  right: 20px;
  margin-right: -12px;
}

.protip-skin-default--size-large[data-pt-position=bottom-left] .protip-arrow, .protip-skin-default--size-large[data-pt-position=bottom] .protip-arrow, .protip-skin-default--size-large[data-pt-position=bottom-right] .protip-arrow {
  top: -12px;
  left: auto;
  margin: 0 0 0 -12px;
  border-width: 0 12px 12px 12px;
}

.protip-skin-default--size-large[data-pt-position=bottom-left] .protip-arrow {
  left: 20px;
}

.protip-skin-default--size-large[data-pt-position=bottom] .protip-arrow {
  left: 50%;
}

.protip-skin-default--size-large[data-pt-position=bottom-right] .protip-arrow {
  left: auto;
  right: 20px;
  margin-right: -12px;
}

.protip-skin-default--size-large[data-pt-position=left-top] .protip-arrow, .protip-skin-default--size-large[data-pt-position=left] .protip-arrow, .protip-skin-default--size-large[data-pt-position=left-bottom] .protip-arrow {
  top: auto;
  left: 100%;
  margin: -12px 0 0 0;
  border-width: 12px 0 12px 12px;
}

.protip-skin-default--size-large[data-pt-position=left-top] .protip-arrow {
  top: 20px;
}

.protip-skin-default--size-large[data-pt-position=left] .protip-arrow {
  top: 50%;
}

.protip-skin-default--size-large[data-pt-position=left-bottom] .protip-arrow {
  top: auto;
  bottom: 20px;
  margin-bottom: -12px;
}

.protip-skin-default--size-large[data-pt-position=right-top] .protip-arrow, .protip-skin-default--size-large[data-pt-position=right] .protip-arrow, .protip-skin-default--size-large[data-pt-position=right-bottom] .protip-arrow {
  top: auto;
  right: 100%;
  margin: -12px 0 0 0;
  border-width: 12px 12px 12px 0;
}

.protip-skin-default--size-large[data-pt-position=right-top] .protip-arrow {
  top: 20px;
}

.protip-skin-default--size-large[data-pt-position=right] .protip-arrow {
  top: 50%;
}

.protip-skin-default--size-large[data-pt-position=right-bottom] .protip-arrow {
  top: auto;
  bottom: 20px;
  margin-bottom: -12px;
}

.protip-skin-default--size-large[data-pt-position=top-left-corner] {
  border-bottom-right-radius: 0;
}

.protip-skin-default--size-large[data-pt-position=top-left-corner] .protip-arrow {
  top: 100%;
  left: 100%;
  margin: 0 0 0 -12px;
  border-width: 0 12px 12px 0;
}

.protip-skin-default--size-large[data-pt-position=top-right-corner] {
  border-bottom-left-radius: 0;
}

.protip-skin-default--size-large[data-pt-position=top-right-corner] .protip-arrow {
  top: 100%;
  left: -12px;
  margin: 0 0 0 12px;
  border-width: 12px 12px 0 0;
}

.protip-skin-default--size-large[data-pt-position=bottom-left-corner] {
  border-top-right-radius: 0;
}

.protip-skin-default--size-large[data-pt-position=bottom-left-corner] .protip-arrow {
  top: -12px;
  left: 100%;
  margin: 0 0 0 -12px;
  border-width: 0 0 12px 12px;
}

.protip-skin-default--size-large[data-pt-position=bottom-right-corner] {
  border-top-left-radius: 0;
}

.protip-skin-default--size-large[data-pt-position=bottom-right-corner] .protip-arrow {
  top: 0;
  left: -12px;
  margin: -12px 0 0 12px;
  border-width: 12px 0 0 12px;
}

.protip-skin-default--scheme-pro.protip-container {
  color: #000;
  background: #da2e2b;
  font-family: sans-serif;
  transition: opacity 0.2s ease-out;
}

.protip-skin-default--scheme-pro[data-pt-position=top-left] .protip-arrow, .protip-skin-default--scheme-pro[data-pt-position=top] .protip-arrow, .protip-skin-default--scheme-pro[data-pt-position=top-right] .protip-arrow {
  border-top-color: #da2e2b;
}

.protip-skin-default--scheme-pro[data-pt-position=bottom-left] .protip-arrow, .protip-skin-default--scheme-pro[data-pt-position=bottom] .protip-arrow, .protip-skin-default--scheme-pro[data-pt-position=bottom-right] .protip-arrow {
  border-bottom-color: #da2e2b;
}

.protip-skin-default--scheme-pro[data-pt-position=left-top] .protip-arrow, .protip-skin-default--scheme-pro[data-pt-position=left] .protip-arrow, .protip-skin-default--scheme-pro[data-pt-position=left-bottom] .protip-arrow {
  border-left-color: #da2e2b;
}

.protip-skin-default--scheme-pro[data-pt-position=right-top] .protip-arrow, .protip-skin-default--scheme-pro[data-pt-position=right] .protip-arrow, .protip-skin-default--scheme-pro[data-pt-position=right-bottom] .protip-arrow {
  border-right-color: #da2e2b;
}

.protip-skin-default--scheme-pro[data-pt-position=top-left-corner] .protip-arrow {
  border-right-color: #da2e2b;
}

.protip-skin-default--scheme-pro[data-pt-position=top-right-corner] .protip-arrow {
  border-top-color: #da2e2b;
}

.protip-skin-default--scheme-pro[data-pt-position=bottom-left-corner] .protip-arrow {
  border-bottom-color: #da2e2b;
}

.protip-skin-default--scheme-pro[data-pt-position=bottom-right-corner] .protip-arrow {
  border-left-color: #da2e2b;
}

.protip-skin-default--scheme-blue.protip-container {
  color: #fff;
  background: #369;
  font-family: sans-serif;
  transition: opacity 0.2s ease-out;
}

.protip-skin-default--scheme-blue[data-pt-position=top-left] .protip-arrow, .protip-skin-default--scheme-blue[data-pt-position=top] .protip-arrow, .protip-skin-default--scheme-blue[data-pt-position=top-right] .protip-arrow {
  border-top-color: #369;
}

.protip-skin-default--scheme-blue[data-pt-position=bottom-left] .protip-arrow, .protip-skin-default--scheme-blue[data-pt-position=bottom] .protip-arrow, .protip-skin-default--scheme-blue[data-pt-position=bottom-right] .protip-arrow {
  border-bottom-color: #369;
}

.protip-skin-default--scheme-blue[data-pt-position=left-top] .protip-arrow, .protip-skin-default--scheme-blue[data-pt-position=left] .protip-arrow, .protip-skin-default--scheme-blue[data-pt-position=left-bottom] .protip-arrow {
  border-left-color: #369;
}

.protip-skin-default--scheme-blue[data-pt-position=right-top] .protip-arrow, .protip-skin-default--scheme-blue[data-pt-position=right] .protip-arrow, .protip-skin-default--scheme-blue[data-pt-position=right-bottom] .protip-arrow {
  border-right-color: #369;
}

.protip-skin-default--scheme-blue[data-pt-position=top-left-corner] .protip-arrow {
  border-right-color: #369;
}

.protip-skin-default--scheme-blue[data-pt-position=top-right-corner] .protip-arrow {
  border-top-color: #369;
}

.protip-skin-default--scheme-blue[data-pt-position=bottom-left-corner] .protip-arrow {
  border-bottom-color: #369;
}

.protip-skin-default--scheme-blue[data-pt-position=bottom-right-corner] .protip-arrow {
  border-left-color: #369;
}

.protip-skin-default--scheme-red.protip-container {
  color: #fff;
  background: #802731;
  font-family: sans-serif;
  transition: opacity 0.2s ease-out;
}

.protip-skin-default--scheme-red[data-pt-position=top-left] .protip-arrow, .protip-skin-default--scheme-red[data-pt-position=top] .protip-arrow, .protip-skin-default--scheme-red[data-pt-position=top-right] .protip-arrow {
  border-top-color: #802731;
}

.protip-skin-default--scheme-red[data-pt-position=bottom-left] .protip-arrow, .protip-skin-default--scheme-red[data-pt-position=bottom] .protip-arrow, .protip-skin-default--scheme-red[data-pt-position=bottom-right] .protip-arrow {
  border-bottom-color: #802731;
}

.protip-skin-default--scheme-red[data-pt-position=left-top] .protip-arrow, .protip-skin-default--scheme-red[data-pt-position=left] .protip-arrow, .protip-skin-default--scheme-red[data-pt-position=left-bottom] .protip-arrow {
  border-left-color: #802731;
}

.protip-skin-default--scheme-red[data-pt-position=right-top] .protip-arrow, .protip-skin-default--scheme-red[data-pt-position=right] .protip-arrow, .protip-skin-default--scheme-red[data-pt-position=right-bottom] .protip-arrow {
  border-right-color: #802731;
}

.protip-skin-default--scheme-red[data-pt-position=top-left-corner] .protip-arrow {
  border-right-color: #802731;
}

.protip-skin-default--scheme-red[data-pt-position=top-right-corner] .protip-arrow {
  border-top-color: #802731;
}

.protip-skin-default--scheme-red[data-pt-position=bottom-left-corner] .protip-arrow {
  border-bottom-color: #802731;
}

.protip-skin-default--scheme-red[data-pt-position=bottom-right-corner] .protip-arrow {
  border-left-color: #802731;
}

.protip-skin-default--scheme-aqua.protip-container {
  color: #fff;
  background: #339996;
  font-family: sans-serif;
  transition: opacity 0.2s ease-out;
}

.protip-skin-default--scheme-aqua[data-pt-position=top-left] .protip-arrow, .protip-skin-default--scheme-aqua[data-pt-position=top] .protip-arrow, .protip-skin-default--scheme-aqua[data-pt-position=top-right] .protip-arrow {
  border-top-color: #339996;
}

.protip-skin-default--scheme-aqua[data-pt-position=bottom-left] .protip-arrow, .protip-skin-default--scheme-aqua[data-pt-position=bottom] .protip-arrow, .protip-skin-default--scheme-aqua[data-pt-position=bottom-right] .protip-arrow {
  border-bottom-color: #339996;
}

.protip-skin-default--scheme-aqua[data-pt-position=left-top] .protip-arrow, .protip-skin-default--scheme-aqua[data-pt-position=left] .protip-arrow, .protip-skin-default--scheme-aqua[data-pt-position=left-bottom] .protip-arrow {
  border-left-color: #339996;
}

.protip-skin-default--scheme-aqua[data-pt-position=right-top] .protip-arrow, .protip-skin-default--scheme-aqua[data-pt-position=right] .protip-arrow, .protip-skin-default--scheme-aqua[data-pt-position=right-bottom] .protip-arrow {
  border-right-color: #339996;
}

.protip-skin-default--scheme-aqua[data-pt-position=top-left-corner] .protip-arrow {
  border-right-color: #339996;
}

.protip-skin-default--scheme-aqua[data-pt-position=top-right-corner] .protip-arrow {
  border-top-color: #339996;
}

.protip-skin-default--scheme-aqua[data-pt-position=bottom-left-corner] .protip-arrow {
  border-bottom-color: #339996;
}

.protip-skin-default--scheme-aqua[data-pt-position=bottom-right-corner] .protip-arrow {
  border-left-color: #339996;
}

.protip-skin-default--scheme-dark.protip-container {
  color: #fff;
  background: #333;
  font-family: sans-serif;
  transition: opacity 0.2s ease-out;
}

.protip-skin-default--scheme-dark[data-pt-position=top-left] .protip-arrow, .protip-skin-default--scheme-dark[data-pt-position=top] .protip-arrow, .protip-skin-default--scheme-dark[data-pt-position=top-right] .protip-arrow {
  border-top-color: #333;
}

.protip-skin-default--scheme-dark[data-pt-position=bottom-left] .protip-arrow, .protip-skin-default--scheme-dark[data-pt-position=bottom] .protip-arrow, .protip-skin-default--scheme-dark[data-pt-position=bottom-right] .protip-arrow {
  border-bottom-color: #333;
}

.protip-skin-default--scheme-dark[data-pt-position=left-top] .protip-arrow, .protip-skin-default--scheme-dark[data-pt-position=left] .protip-arrow, .protip-skin-default--scheme-dark[data-pt-position=left-bottom] .protip-arrow {
  border-left-color: #333;
}

.protip-skin-default--scheme-dark[data-pt-position=right-top] .protip-arrow, .protip-skin-default--scheme-dark[data-pt-position=right] .protip-arrow, .protip-skin-default--scheme-dark[data-pt-position=right-bottom] .protip-arrow {
  border-right-color: #333;
}

.protip-skin-default--scheme-dark[data-pt-position=top-left-corner] .protip-arrow {
  border-right-color: #333;
}

.protip-skin-default--scheme-dark[data-pt-position=top-right-corner] .protip-arrow {
  border-top-color: #333;
}

.protip-skin-default--scheme-dark[data-pt-position=bottom-left-corner] .protip-arrow {
  border-bottom-color: #333;
}

.protip-skin-default--scheme-dark[data-pt-position=bottom-right-corner] .protip-arrow {
  border-left-color: #333;
}

.protip-skin-default--scheme-dark-transparent.protip-container {
  color: #fff;
  background: rgba(20, 20, 20, 0.8);
  font-family: sans-serif;
  transition: opacity 0.2s ease-out;
}

.protip-skin-default--scheme-dark-transparent[data-pt-position=top-left] .protip-arrow, .protip-skin-default--scheme-dark-transparent[data-pt-position=top] .protip-arrow, .protip-skin-default--scheme-dark-transparent[data-pt-position=top-right] .protip-arrow {
  border-top-color: rgba(20, 20, 20, 0.8);
}

.protip-skin-default--scheme-dark-transparent[data-pt-position=bottom-left] .protip-arrow, .protip-skin-default--scheme-dark-transparent[data-pt-position=bottom] .protip-arrow, .protip-skin-default--scheme-dark-transparent[data-pt-position=bottom-right] .protip-arrow {
  border-bottom-color: rgba(20, 20, 20, 0.8);
}

.protip-skin-default--scheme-dark-transparent[data-pt-position=left-top] .protip-arrow, .protip-skin-default--scheme-dark-transparent[data-pt-position=left] .protip-arrow, .protip-skin-default--scheme-dark-transparent[data-pt-position=left-bottom] .protip-arrow {
  border-left-color: rgba(20, 20, 20, 0.8);
}

.protip-skin-default--scheme-dark-transparent[data-pt-position=right-top] .protip-arrow, .protip-skin-default--scheme-dark-transparent[data-pt-position=right] .protip-arrow, .protip-skin-default--scheme-dark-transparent[data-pt-position=right-bottom] .protip-arrow {
  border-right-color: rgba(20, 20, 20, 0.8);
}

.protip-skin-default--scheme-dark-transparent[data-pt-position=top-left-corner] .protip-arrow {
  border-right-color: rgba(20, 20, 20, 0.8);
}

.protip-skin-default--scheme-dark-transparent[data-pt-position=top-right-corner] .protip-arrow {
  border-top-color: rgba(20, 20, 20, 0.8);
}

.protip-skin-default--scheme-dark-transparent[data-pt-position=bottom-left-corner] .protip-arrow {
  border-bottom-color: rgba(20, 20, 20, 0.8);
}

.protip-skin-default--scheme-dark-transparent[data-pt-position=bottom-right-corner] .protip-arrow {
  border-left-color: rgba(20, 20, 20, 0.8);
}

.protip-skin-default--scheme-black.protip-container {
  color: #fff;
  background: #000;
  font-family: sans-serif;
  transition: opacity 0.2s ease-out;
}

.protip-skin-default--scheme-black[data-pt-position=top-left] .protip-arrow, .protip-skin-default--scheme-black[data-pt-position=top] .protip-arrow, .protip-skin-default--scheme-black[data-pt-position=top-right] .protip-arrow {
  border-top-color: #000;
}

.protip-skin-default--scheme-black[data-pt-position=bottom-left] .protip-arrow, .protip-skin-default--scheme-black[data-pt-position=bottom] .protip-arrow, .protip-skin-default--scheme-black[data-pt-position=bottom-right] .protip-arrow {
  border-bottom-color: #000;
}

.protip-skin-default--scheme-black[data-pt-position=left-top] .protip-arrow, .protip-skin-default--scheme-black[data-pt-position=left] .protip-arrow, .protip-skin-default--scheme-black[data-pt-position=left-bottom] .protip-arrow {
  border-left-color: #000;
}

.protip-skin-default--scheme-black[data-pt-position=right-top] .protip-arrow, .protip-skin-default--scheme-black[data-pt-position=right] .protip-arrow, .protip-skin-default--scheme-black[data-pt-position=right-bottom] .protip-arrow {
  border-right-color: #000;
}

.protip-skin-default--scheme-black[data-pt-position=top-left-corner] .protip-arrow {
  border-right-color: #000;
}

.protip-skin-default--scheme-black[data-pt-position=top-right-corner] .protip-arrow {
  border-top-color: #000;
}

.protip-skin-default--scheme-black[data-pt-position=bottom-left-corner] .protip-arrow {
  border-bottom-color: #000;
}

.protip-skin-default--scheme-black[data-pt-position=bottom-right-corner] .protip-arrow {
  border-left-color: #000;
}

.protip-skin-default--scheme-leaf.protip-container {
  color: #fff;
  background: #339959;
  font-family: sans-serif;
  transition: opacity 0.2s ease-out;
}

.protip-skin-default--scheme-leaf[data-pt-position=top-left] .protip-arrow, .protip-skin-default--scheme-leaf[data-pt-position=top] .protip-arrow, .protip-skin-default--scheme-leaf[data-pt-position=top-right] .protip-arrow {
  border-top-color: #339959;
}

.protip-skin-default--scheme-leaf[data-pt-position=bottom-left] .protip-arrow, .protip-skin-default--scheme-leaf[data-pt-position=bottom] .protip-arrow, .protip-skin-default--scheme-leaf[data-pt-position=bottom-right] .protip-arrow {
  border-bottom-color: #339959;
}

.protip-skin-default--scheme-leaf[data-pt-position=left-top] .protip-arrow, .protip-skin-default--scheme-leaf[data-pt-position=left] .protip-arrow, .protip-skin-default--scheme-leaf[data-pt-position=left-bottom] .protip-arrow {
  border-left-color: #339959;
}

.protip-skin-default--scheme-leaf[data-pt-position=right-top] .protip-arrow, .protip-skin-default--scheme-leaf[data-pt-position=right] .protip-arrow, .protip-skin-default--scheme-leaf[data-pt-position=right-bottom] .protip-arrow {
  border-right-color: #339959;
}

.protip-skin-default--scheme-leaf[data-pt-position=top-left-corner] .protip-arrow {
  border-right-color: #339959;
}

.protip-skin-default--scheme-leaf[data-pt-position=top-right-corner] .protip-arrow {
  border-top-color: #339959;
}

.protip-skin-default--scheme-leaf[data-pt-position=bottom-left-corner] .protip-arrow {
  border-bottom-color: #339959;
}

.protip-skin-default--scheme-leaf[data-pt-position=bottom-right-corner] .protip-arrow {
  border-left-color: #339959;
}

.protip-skin-default--scheme-purple.protip-container {
  color: #fff;
  background: #613399;
  font-family: sans-serif;
  transition: opacity 0.2s ease-out;
}

.protip-skin-default--scheme-purple[data-pt-position=top-left] .protip-arrow, .protip-skin-default--scheme-purple[data-pt-position=top] .protip-arrow, .protip-skin-default--scheme-purple[data-pt-position=top-right] .protip-arrow {
  border-top-color: #613399;
}

.protip-skin-default--scheme-purple[data-pt-position=bottom-left] .protip-arrow, .protip-skin-default--scheme-purple[data-pt-position=bottom] .protip-arrow, .protip-skin-default--scheme-purple[data-pt-position=bottom-right] .protip-arrow {
  border-bottom-color: #613399;
}

.protip-skin-default--scheme-purple[data-pt-position=left-top] .protip-arrow, .protip-skin-default--scheme-purple[data-pt-position=left] .protip-arrow, .protip-skin-default--scheme-purple[data-pt-position=left-bottom] .protip-arrow {
  border-left-color: #613399;
}

.protip-skin-default--scheme-purple[data-pt-position=right-top] .protip-arrow, .protip-skin-default--scheme-purple[data-pt-position=right] .protip-arrow, .protip-skin-default--scheme-purple[data-pt-position=right-bottom] .protip-arrow {
  border-right-color: #613399;
}

.protip-skin-default--scheme-purple[data-pt-position=top-left-corner] .protip-arrow {
  border-right-color: #613399;
}

.protip-skin-default--scheme-purple[data-pt-position=top-right-corner] .protip-arrow {
  border-top-color: #613399;
}

.protip-skin-default--scheme-purple[data-pt-position=bottom-left-corner] .protip-arrow {
  border-bottom-color: #613399;
}

.protip-skin-default--scheme-purple[data-pt-position=bottom-right-corner] .protip-arrow {
  border-left-color: #613399;
}

.protip-skin-default--scheme-pink.protip-container {
  color: #000;
  background: #D457AA;
  font-family: sans-serif;
  transition: opacity 0.2s ease-out;
}

.protip-skin-default--scheme-pink[data-pt-position=top-left] .protip-arrow, .protip-skin-default--scheme-pink[data-pt-position=top] .protip-arrow, .protip-skin-default--scheme-pink[data-pt-position=top-right] .protip-arrow {
  border-top-color: #D457AA;
}

.protip-skin-default--scheme-pink[data-pt-position=bottom-left] .protip-arrow, .protip-skin-default--scheme-pink[data-pt-position=bottom] .protip-arrow, .protip-skin-default--scheme-pink[data-pt-position=bottom-right] .protip-arrow {
  border-bottom-color: #D457AA;
}

.protip-skin-default--scheme-pink[data-pt-position=left-top] .protip-arrow, .protip-skin-default--scheme-pink[data-pt-position=left] .protip-arrow, .protip-skin-default--scheme-pink[data-pt-position=left-bottom] .protip-arrow {
  border-left-color: #D457AA;
}

.protip-skin-default--scheme-pink[data-pt-position=right-top] .protip-arrow, .protip-skin-default--scheme-pink[data-pt-position=right] .protip-arrow, .protip-skin-default--scheme-pink[data-pt-position=right-bottom] .protip-arrow {
  border-right-color: #D457AA;
}

.protip-skin-default--scheme-pink[data-pt-position=top-left-corner] .protip-arrow {
  border-right-color: #D457AA;
}

.protip-skin-default--scheme-pink[data-pt-position=top-right-corner] .protip-arrow {
  border-top-color: #D457AA;
}

.protip-skin-default--scheme-pink[data-pt-position=bottom-left-corner] .protip-arrow {
  border-bottom-color: #D457AA;
}

.protip-skin-default--scheme-pink[data-pt-position=bottom-right-corner] .protip-arrow {
  border-left-color: #D457AA;
}

.protip-skin-default--scheme-orange.protip-container {
  color: #000;
  background: #E64426;
  font-family: sans-serif;
  transition: opacity 0.2s ease-out;
}

.protip-skin-default--scheme-orange[data-pt-position=top-left] .protip-arrow, .protip-skin-default--scheme-orange[data-pt-position=top] .protip-arrow, .protip-skin-default--scheme-orange[data-pt-position=top-right] .protip-arrow {
  border-top-color: #E64426;
}

.protip-skin-default--scheme-orange[data-pt-position=bottom-left] .protip-arrow, .protip-skin-default--scheme-orange[data-pt-position=bottom] .protip-arrow, .protip-skin-default--scheme-orange[data-pt-position=bottom-right] .protip-arrow {
  border-bottom-color: #E64426;
}

.protip-skin-default--scheme-orange[data-pt-position=left-top] .protip-arrow, .protip-skin-default--scheme-orange[data-pt-position=left] .protip-arrow, .protip-skin-default--scheme-orange[data-pt-position=left-bottom] .protip-arrow {
  border-left-color: #E64426;
}

.protip-skin-default--scheme-orange[data-pt-position=right-top] .protip-arrow, .protip-skin-default--scheme-orange[data-pt-position=right] .protip-arrow, .protip-skin-default--scheme-orange[data-pt-position=right-bottom] .protip-arrow {
  border-right-color: #E64426;
}

.protip-skin-default--scheme-orange[data-pt-position=top-left-corner] .protip-arrow {
  border-right-color: #E64426;
}

.protip-skin-default--scheme-orange[data-pt-position=top-right-corner] .protip-arrow {
  border-top-color: #E64426;
}

.protip-skin-default--scheme-orange[data-pt-position=bottom-left-corner] .protip-arrow {
  border-bottom-color: #E64426;
}

.protip-skin-default--scheme-orange[data-pt-position=bottom-right-corner] .protip-arrow {
  border-left-color: #E64426;
}

.protip-skin-default--scheme-white.protip-container {
  color: #000;
  background: #FFF;
  font-family: sans-serif;
  transition: opacity 0.2s ease-out;
}

.protip-skin-default--scheme-white[data-pt-position=top-left] .protip-arrow, .protip-skin-default--scheme-white[data-pt-position=top] .protip-arrow, .protip-skin-default--scheme-white[data-pt-position=top-right] .protip-arrow {
  border-top-color: #FFF;
}

.protip-skin-default--scheme-white[data-pt-position=bottom-left] .protip-arrow, .protip-skin-default--scheme-white[data-pt-position=bottom] .protip-arrow, .protip-skin-default--scheme-white[data-pt-position=bottom-right] .protip-arrow {
  border-bottom-color: #FFF;
}

.protip-skin-default--scheme-white[data-pt-position=left-top] .protip-arrow, .protip-skin-default--scheme-white[data-pt-position=left] .protip-arrow, .protip-skin-default--scheme-white[data-pt-position=left-bottom] .protip-arrow {
  border-left-color: #FFF;
}

.protip-skin-default--scheme-white[data-pt-position=right-top] .protip-arrow, .protip-skin-default--scheme-white[data-pt-position=right] .protip-arrow, .protip-skin-default--scheme-white[data-pt-position=right-bottom] .protip-arrow {
  border-right-color: #FFF;
}

.protip-skin-default--scheme-white[data-pt-position=top-left-corner] .protip-arrow {
  border-right-color: #FFF;
}

.protip-skin-default--scheme-white[data-pt-position=top-right-corner] .protip-arrow {
  border-top-color: #FFF;
}

.protip-skin-default--scheme-white[data-pt-position=bottom-left-corner] .protip-arrow {
  border-bottom-color: #FFF;
}

.protip-skin-default--scheme-white[data-pt-position=bottom-right-corner] .protip-arrow {
  border-left-color: #FFF;
}

.protip-skin-square--size-tiny {
  padding: 8px;
  font-size: 10px;
}

.protip-skin-square--size-tiny[data-pt-position=top-left] .protip-arrow, .protip-skin-square--size-tiny[data-pt-position=top] .protip-arrow, .protip-skin-square--size-tiny[data-pt-position=top-right] .protip-arrow {
  top: 100%;
  left: auto;
  margin: 0 0 0 -4px;
  border-width: 4px 4px 0 4px;
}

.protip-skin-square--size-tiny[data-pt-position=top-left] .protip-arrow {
  left: 20px;
}

.protip-skin-square--size-tiny[data-pt-position=top] .protip-arrow {
  left: 50%;
}

.protip-skin-square--size-tiny[data-pt-position=top-right] .protip-arrow {
  left: auto;
  right: 20px;
  margin-right: -4px;
}

.protip-skin-square--size-tiny[data-pt-position=bottom-left] .protip-arrow, .protip-skin-square--size-tiny[data-pt-position=bottom] .protip-arrow, .protip-skin-square--size-tiny[data-pt-position=bottom-right] .protip-arrow {
  top: -4px;
  left: auto;
  margin: 0 0 0 -4px;
  border-width: 0 4px 4px 4px;
}

.protip-skin-square--size-tiny[data-pt-position=bottom-left] .protip-arrow {
  left: 20px;
}

.protip-skin-square--size-tiny[data-pt-position=bottom] .protip-arrow {
  left: 50%;
}

.protip-skin-square--size-tiny[data-pt-position=bottom-right] .protip-arrow {
  left: auto;
  right: 20px;
  margin-right: -4px;
}

.protip-skin-square--size-tiny[data-pt-position=left-top] .protip-arrow, .protip-skin-square--size-tiny[data-pt-position=left] .protip-arrow, .protip-skin-square--size-tiny[data-pt-position=left-bottom] .protip-arrow {
  top: auto;
  left: 100%;
  margin: -4px 0 0 0;
  border-width: 4px 0 4px 4px;
}

.protip-skin-square--size-tiny[data-pt-position=left-top] .protip-arrow {
  top: 20px;
}

.protip-skin-square--size-tiny[data-pt-position=left] .protip-arrow {
  top: 50%;
}

.protip-skin-square--size-tiny[data-pt-position=left-bottom] .protip-arrow {
  top: auto;
  bottom: 20px;
  margin-bottom: -4px;
}

.protip-skin-square--size-tiny[data-pt-position=right-top] .protip-arrow, .protip-skin-square--size-tiny[data-pt-position=right] .protip-arrow, .protip-skin-square--size-tiny[data-pt-position=right-bottom] .protip-arrow {
  top: auto;
  right: 100%;
  margin: -4px 0 0 0;
  border-width: 4px 4px 4px 0;
}

.protip-skin-square--size-tiny[data-pt-position=right-top] .protip-arrow {
  top: 20px;
}

.protip-skin-square--size-tiny[data-pt-position=right] .protip-arrow {
  top: 50%;
}

.protip-skin-square--size-tiny[data-pt-position=right-bottom] .protip-arrow {
  top: auto;
  bottom: 20px;
  margin-bottom: -4px;
}

.protip-skin-square--size-tiny[data-pt-position=top-left-corner] {
  border-bottom-right-radius: 0;
}

.protip-skin-square--size-tiny[data-pt-position=top-left-corner] .protip-arrow {
  top: 100%;
  left: 100%;
  margin: 0 0 0 -4px;
  border-width: 0 4px 4px 0;
}

.protip-skin-square--size-tiny[data-pt-position=top-right-corner] {
  border-bottom-left-radius: 0;
}

.protip-skin-square--size-tiny[data-pt-position=top-right-corner] .protip-arrow {
  top: 100%;
  left: -4px;
  margin: 0 0 0 4px;
  border-width: 4px 4px 0 0;
}

.protip-skin-square--size-tiny[data-pt-position=bottom-left-corner] {
  border-top-right-radius: 0;
}

.protip-skin-square--size-tiny[data-pt-position=bottom-left-corner] .protip-arrow {
  top: -4px;
  left: 100%;
  margin: 0 0 0 -4px;
  border-width: 0 0 4px 4px;
}

.protip-skin-square--size-tiny[data-pt-position=bottom-right-corner] {
  border-top-left-radius: 0;
}

.protip-skin-square--size-tiny[data-pt-position=bottom-right-corner] .protip-arrow {
  top: 0;
  left: -4px;
  margin: -4px 0 0 4px;
  border-width: 4px 0 0 4px;
}

.protip-skin-square--size-small {
  padding: 13px;
  font-size: 12px;
}

.protip-skin-square--size-small[data-pt-position=top-left] .protip-arrow, .protip-skin-square--size-small[data-pt-position=top] .protip-arrow, .protip-skin-square--size-small[data-pt-position=top-right] .protip-arrow {
  top: 100%;
  left: auto;
  margin: 0 0 0 -6px;
  border-width: 6px 6px 0 6px;
}

.protip-skin-square--size-small[data-pt-position=top-left] .protip-arrow {
  left: 20px;
}

.protip-skin-square--size-small[data-pt-position=top] .protip-arrow {
  left: 50%;
}

.protip-skin-square--size-small[data-pt-position=top-right] .protip-arrow {
  left: auto;
  right: 20px;
  margin-right: -6px;
}

.protip-skin-square--size-small[data-pt-position=bottom-left] .protip-arrow, .protip-skin-square--size-small[data-pt-position=bottom] .protip-arrow, .protip-skin-square--size-small[data-pt-position=bottom-right] .protip-arrow {
  top: -6px;
  left: auto;
  margin: 0 0 0 -6px;
  border-width: 0 6px 6px 6px;
}

.protip-skin-square--size-small[data-pt-position=bottom-left] .protip-arrow {
  left: 20px;
}

.protip-skin-square--size-small[data-pt-position=bottom] .protip-arrow {
  left: 50%;
}

.protip-skin-square--size-small[data-pt-position=bottom-right] .protip-arrow {
  left: auto;
  right: 20px;
  margin-right: -6px;
}

.protip-skin-square--size-small[data-pt-position=left-top] .protip-arrow, .protip-skin-square--size-small[data-pt-position=left] .protip-arrow, .protip-skin-square--size-small[data-pt-position=left-bottom] .protip-arrow {
  top: auto;
  left: 100%;
  margin: -6px 0 0 0;
  border-width: 6px 0 6px 6px;
}

.protip-skin-square--size-small[data-pt-position=left-top] .protip-arrow {
  top: 20px;
}

.protip-skin-square--size-small[data-pt-position=left] .protip-arrow {
  top: 50%;
}

.protip-skin-square--size-small[data-pt-position=left-bottom] .protip-arrow {
  top: auto;
  bottom: 20px;
  margin-bottom: -6px;
}

.protip-skin-square--size-small[data-pt-position=right-top] .protip-arrow, .protip-skin-square--size-small[data-pt-position=right] .protip-arrow, .protip-skin-square--size-small[data-pt-position=right-bottom] .protip-arrow {
  top: auto;
  right: 100%;
  margin: -6px 0 0 0;
  border-width: 6px 6px 6px 0;
}

.protip-skin-square--size-small[data-pt-position=right-top] .protip-arrow {
  top: 20px;
}

.protip-skin-square--size-small[data-pt-position=right] .protip-arrow {
  top: 50%;
}

.protip-skin-square--size-small[data-pt-position=right-bottom] .protip-arrow {
  top: auto;
  bottom: 20px;
  margin-bottom: -6px;
}

.protip-skin-square--size-small[data-pt-position=top-left-corner] {
  border-bottom-right-radius: 0;
}

.protip-skin-square--size-small[data-pt-position=top-left-corner] .protip-arrow {
  top: 100%;
  left: 100%;
  margin: 0 0 0 -6px;
  border-width: 0 6px 6px 0;
}

.protip-skin-square--size-small[data-pt-position=top-right-corner] {
  border-bottom-left-radius: 0;
}

.protip-skin-square--size-small[data-pt-position=top-right-corner] .protip-arrow {
  top: 100%;
  left: -6px;
  margin: 0 0 0 6px;
  border-width: 6px 6px 0 0;
}

.protip-skin-square--size-small[data-pt-position=bottom-left-corner] {
  border-top-right-radius: 0;
}

.protip-skin-square--size-small[data-pt-position=bottom-left-corner] .protip-arrow {
  top: -6px;
  left: 100%;
  margin: 0 0 0 -6px;
  border-width: 0 0 6px 6px;
}

.protip-skin-square--size-small[data-pt-position=bottom-right-corner] {
  border-top-left-radius: 0;
}

.protip-skin-square--size-small[data-pt-position=bottom-right-corner] .protip-arrow {
  top: 0;
  left: -6px;
  margin: -6px 0 0 6px;
  border-width: 6px 0 0 6px;
}

.protip-skin-square--size-normal {
  padding: 16px;
  font-size: 15px;
}

.protip-skin-square--size-normal[data-pt-position=top-left] .protip-arrow, .protip-skin-square--size-normal[data-pt-position=top] .protip-arrow, .protip-skin-square--size-normal[data-pt-position=top-right] .protip-arrow {
  top: 100%;
  left: auto;
  margin: 0 0 0 -8px;
  border-width: 8px 8px 0 8px;
}

.protip-skin-square--size-normal[data-pt-position=top-left] .protip-arrow {
  left: 20px;
}

.protip-skin-square--size-normal[data-pt-position=top] .protip-arrow {
  left: 50%;
}

.protip-skin-square--size-normal[data-pt-position=top-right] .protip-arrow {
  left: auto;
  right: 20px;
  margin-right: -8px;
}

.protip-skin-square--size-normal[data-pt-position=bottom-left] .protip-arrow, .protip-skin-square--size-normal[data-pt-position=bottom] .protip-arrow, .protip-skin-square--size-normal[data-pt-position=bottom-right] .protip-arrow {
  top: -8px;
  left: auto;
  margin: 0 0 0 -8px;
  border-width: 0 8px 8px 8px;
}

.protip-skin-square--size-normal[data-pt-position=bottom-left] .protip-arrow {
  left: 20px;
}

.protip-skin-square--size-normal[data-pt-position=bottom] .protip-arrow {
  left: 50%;
}

.protip-skin-square--size-normal[data-pt-position=bottom-right] .protip-arrow {
  left: auto;
  right: 20px;
  margin-right: -8px;
}

.protip-skin-square--size-normal[data-pt-position=left-top] .protip-arrow, .protip-skin-square--size-normal[data-pt-position=left] .protip-arrow, .protip-skin-square--size-normal[data-pt-position=left-bottom] .protip-arrow {
  top: auto;
  left: 100%;
  margin: -8px 0 0 0;
  border-width: 8px 0 8px 8px;
}

.protip-skin-square--size-normal[data-pt-position=left-top] .protip-arrow {
  top: 20px;
}

.protip-skin-square--size-normal[data-pt-position=left] .protip-arrow {
  top: 50%;
}

.protip-skin-square--size-normal[data-pt-position=left-bottom] .protip-arrow {
  top: auto;
  bottom: 20px;
  margin-bottom: -8px;
}

.protip-skin-square--size-normal[data-pt-position=right-top] .protip-arrow, .protip-skin-square--size-normal[data-pt-position=right] .protip-arrow, .protip-skin-square--size-normal[data-pt-position=right-bottom] .protip-arrow {
  top: auto;
  right: 100%;
  margin: -8px 0 0 0;
  border-width: 8px 8px 8px 0;
}

.protip-skin-square--size-normal[data-pt-position=right-top] .protip-arrow {
  top: 20px;
}

.protip-skin-square--size-normal[data-pt-position=right] .protip-arrow {
  top: 50%;
}

.protip-skin-square--size-normal[data-pt-position=right-bottom] .protip-arrow {
  top: auto;
  bottom: 20px;
  margin-bottom: -8px;
}

.protip-skin-square--size-normal[data-pt-position=top-left-corner] {
  border-bottom-right-radius: 0;
}

.protip-skin-square--size-normal[data-pt-position=top-left-corner] .protip-arrow {
  top: 100%;
  left: 100%;
  margin: 0 0 0 -8px;
  border-width: 0 8px 8px 0;
}

.protip-skin-square--size-normal[data-pt-position=top-right-corner] {
  border-bottom-left-radius: 0;
}

.protip-skin-square--size-normal[data-pt-position=top-right-corner] .protip-arrow {
  top: 100%;
  left: -8px;
  margin: 0 0 0 8px;
  border-width: 8px 8px 0 0;
}

.protip-skin-square--size-normal[data-pt-position=bottom-left-corner] {
  border-top-right-radius: 0;
}

.protip-skin-square--size-normal[data-pt-position=bottom-left-corner] .protip-arrow {
  top: -8px;
  left: 100%;
  margin: 0 0 0 -8px;
  border-width: 0 0 8px 8px;
}

.protip-skin-square--size-normal[data-pt-position=bottom-right-corner] {
  border-top-left-radius: 0;
}

.protip-skin-square--size-normal[data-pt-position=bottom-right-corner] .protip-arrow {
  top: 0;
  left: -8px;
  margin: -8px 0 0 8px;
  border-width: 8px 0 0 8px;
}

.protip-skin-square--size-big {
  padding: 20px;
  font-size: 18px;
}

.protip-skin-square--size-big[data-pt-position=top-left] .protip-arrow, .protip-skin-square--size-big[data-pt-position=top] .protip-arrow, .protip-skin-square--size-big[data-pt-position=top-right] .protip-arrow {
  top: 100%;
  left: auto;
  margin: 0 0 0 -10px;
  border-width: 10px 10px 0 10px;
}

.protip-skin-square--size-big[data-pt-position=top-left] .protip-arrow {
  left: 20px;
}

.protip-skin-square--size-big[data-pt-position=top] .protip-arrow {
  left: 50%;
}

.protip-skin-square--size-big[data-pt-position=top-right] .protip-arrow {
  left: auto;
  right: 20px;
  margin-right: -10px;
}

.protip-skin-square--size-big[data-pt-position=bottom-left] .protip-arrow, .protip-skin-square--size-big[data-pt-position=bottom] .protip-arrow, .protip-skin-square--size-big[data-pt-position=bottom-right] .protip-arrow {
  top: -10px;
  left: auto;
  margin: 0 0 0 -10px;
  border-width: 0 10px 10px 10px;
}

.protip-skin-square--size-big[data-pt-position=bottom-left] .protip-arrow {
  left: 20px;
}

.protip-skin-square--size-big[data-pt-position=bottom] .protip-arrow {
  left: 50%;
}

.protip-skin-square--size-big[data-pt-position=bottom-right] .protip-arrow {
  left: auto;
  right: 20px;
  margin-right: -10px;
}

.protip-skin-square--size-big[data-pt-position=left-top] .protip-arrow, .protip-skin-square--size-big[data-pt-position=left] .protip-arrow, .protip-skin-square--size-big[data-pt-position=left-bottom] .protip-arrow {
  top: auto;
  left: 100%;
  margin: -10px 0 0 0;
  border-width: 10px 0 10px 10px;
}

.protip-skin-square--size-big[data-pt-position=left-top] .protip-arrow {
  top: 20px;
}

.protip-skin-square--size-big[data-pt-position=left] .protip-arrow {
  top: 50%;
}

.protip-skin-square--size-big[data-pt-position=left-bottom] .protip-arrow {
  top: auto;
  bottom: 20px;
  margin-bottom: -10px;
}

.protip-skin-square--size-big[data-pt-position=right-top] .protip-arrow, .protip-skin-square--size-big[data-pt-position=right] .protip-arrow, .protip-skin-square--size-big[data-pt-position=right-bottom] .protip-arrow {
  top: auto;
  right: 100%;
  margin: -10px 0 0 0;
  border-width: 10px 10px 10px 0;
}

.protip-skin-square--size-big[data-pt-position=right-top] .protip-arrow {
  top: 20px;
}

.protip-skin-square--size-big[data-pt-position=right] .protip-arrow {
  top: 50%;
}

.protip-skin-square--size-big[data-pt-position=right-bottom] .protip-arrow {
  top: auto;
  bottom: 20px;
  margin-bottom: -10px;
}

.protip-skin-square--size-big[data-pt-position=top-left-corner] {
  border-bottom-right-radius: 0;
}

.protip-skin-square--size-big[data-pt-position=top-left-corner] .protip-arrow {
  top: 100%;
  left: 100%;
  margin: 0 0 0 -10px;
  border-width: 0 10px 10px 0;
}

.protip-skin-square--size-big[data-pt-position=top-right-corner] {
  border-bottom-left-radius: 0;
}

.protip-skin-square--size-big[data-pt-position=top-right-corner] .protip-arrow {
  top: 100%;
  left: -10px;
  margin: 0 0 0 10px;
  border-width: 10px 10px 0 0;
}

.protip-skin-square--size-big[data-pt-position=bottom-left-corner] {
  border-top-right-radius: 0;
}

.protip-skin-square--size-big[data-pt-position=bottom-left-corner] .protip-arrow {
  top: -10px;
  left: 100%;
  margin: 0 0 0 -10px;
  border-width: 0 0 10px 10px;
}

.protip-skin-square--size-big[data-pt-position=bottom-right-corner] {
  border-top-left-radius: 0;
}

.protip-skin-square--size-big[data-pt-position=bottom-right-corner] .protip-arrow {
  top: 0;
  left: -10px;
  margin: -10px 0 0 10px;
  border-width: 10px 0 0 10px;
}

.protip-skin-square--size-large {
  padding: 20px;
  font-size: 18px;
}

.protip-skin-square--size-large[data-pt-position=top-left] .protip-arrow, .protip-skin-square--size-large[data-pt-position=top] .protip-arrow, .protip-skin-square--size-large[data-pt-position=top-right] .protip-arrow {
  top: 100%;
  left: auto;
  margin: 0 0 0 -12px;
  border-width: 12px 12px 0 12px;
}

.protip-skin-square--size-large[data-pt-position=top-left] .protip-arrow {
  left: 20px;
}

.protip-skin-square--size-large[data-pt-position=top] .protip-arrow {
  left: 50%;
}

.protip-skin-square--size-large[data-pt-position=top-right] .protip-arrow {
  left: auto;
  right: 20px;
  margin-right: -12px;
}

.protip-skin-square--size-large[data-pt-position=bottom-left] .protip-arrow, .protip-skin-square--size-large[data-pt-position=bottom] .protip-arrow, .protip-skin-square--size-large[data-pt-position=bottom-right] .protip-arrow {
  top: -12px;
  left: auto;
  margin: 0 0 0 -12px;
  border-width: 0 12px 12px 12px;
}

.protip-skin-square--size-large[data-pt-position=bottom-left] .protip-arrow {
  left: 20px;
}

.protip-skin-square--size-large[data-pt-position=bottom] .protip-arrow {
  left: 50%;
}

.protip-skin-square--size-large[data-pt-position=bottom-right] .protip-arrow {
  left: auto;
  right: 20px;
  margin-right: -12px;
}

.protip-skin-square--size-large[data-pt-position=left-top] .protip-arrow, .protip-skin-square--size-large[data-pt-position=left] .protip-arrow, .protip-skin-square--size-large[data-pt-position=left-bottom] .protip-arrow {
  top: auto;
  left: 100%;
  margin: -12px 0 0 0;
  border-width: 12px 0 12px 12px;
}

.protip-skin-square--size-large[data-pt-position=left-top] .protip-arrow {
  top: 20px;
}

.protip-skin-square--size-large[data-pt-position=left] .protip-arrow {
  top: 50%;
}

.protip-skin-square--size-large[data-pt-position=left-bottom] .protip-arrow {
  top: auto;
  bottom: 20px;
  margin-bottom: -12px;
}

.protip-skin-square--size-large[data-pt-position=right-top] .protip-arrow, .protip-skin-square--size-large[data-pt-position=right] .protip-arrow, .protip-skin-square--size-large[data-pt-position=right-bottom] .protip-arrow {
  top: auto;
  right: 100%;
  margin: -12px 0 0 0;
  border-width: 12px 12px 12px 0;
}

.protip-skin-square--size-large[data-pt-position=right-top] .protip-arrow {
  top: 20px;
}

.protip-skin-square--size-large[data-pt-position=right] .protip-arrow {
  top: 50%;
}

.protip-skin-square--size-large[data-pt-position=right-bottom] .protip-arrow {
  top: auto;
  bottom: 20px;
  margin-bottom: -12px;
}

.protip-skin-square--size-large[data-pt-position=top-left-corner] {
  border-bottom-right-radius: 0;
}

.protip-skin-square--size-large[data-pt-position=top-left-corner] .protip-arrow {
  top: 100%;
  left: 100%;
  margin: 0 0 0 -12px;
  border-width: 0 12px 12px 0;
}

.protip-skin-square--size-large[data-pt-position=top-right-corner] {
  border-bottom-left-radius: 0;
}

.protip-skin-square--size-large[data-pt-position=top-right-corner] .protip-arrow {
  top: 100%;
  left: -12px;
  margin: 0 0 0 12px;
  border-width: 12px 12px 0 0;
}

.protip-skin-square--size-large[data-pt-position=bottom-left-corner] {
  border-top-right-radius: 0;
}

.protip-skin-square--size-large[data-pt-position=bottom-left-corner] .protip-arrow {
  top: -12px;
  left: 100%;
  margin: 0 0 0 -12px;
  border-width: 0 0 12px 12px;
}

.protip-skin-square--size-large[data-pt-position=bottom-right-corner] {
  border-top-left-radius: 0;
}

.protip-skin-square--size-large[data-pt-position=bottom-right-corner] .protip-arrow {
  top: 0;
  left: -12px;
  margin: -12px 0 0 12px;
  border-width: 12px 0 0 12px;
}

.protip-skin-square--scheme-pro.protip-container {
  color: #000;
  background: #da2e2b;
  font-family: sans-serif;
  transition: opacity 0.2s ease-out;
}

.protip-skin-square--scheme-pro[data-pt-position=top-left] .protip-arrow, .protip-skin-square--scheme-pro[data-pt-position=top] .protip-arrow, .protip-skin-square--scheme-pro[data-pt-position=top-right] .protip-arrow {
  border-top-color: #da2e2b;
}

.protip-skin-square--scheme-pro[data-pt-position=bottom-left] .protip-arrow, .protip-skin-square--scheme-pro[data-pt-position=bottom] .protip-arrow, .protip-skin-square--scheme-pro[data-pt-position=bottom-right] .protip-arrow {
  border-bottom-color: #da2e2b;
}

.protip-skin-square--scheme-pro[data-pt-position=left-top] .protip-arrow, .protip-skin-square--scheme-pro[data-pt-position=left] .protip-arrow, .protip-skin-square--scheme-pro[data-pt-position=left-bottom] .protip-arrow {
  border-left-color: #da2e2b;
}

.protip-skin-square--scheme-pro[data-pt-position=right-top] .protip-arrow, .protip-skin-square--scheme-pro[data-pt-position=right] .protip-arrow, .protip-skin-square--scheme-pro[data-pt-position=right-bottom] .protip-arrow {
  border-right-color: #da2e2b;
}

.protip-skin-square--scheme-pro[data-pt-position=top-left-corner] .protip-arrow {
  border-right-color: #da2e2b;
}

.protip-skin-square--scheme-pro[data-pt-position=top-right-corner] .protip-arrow {
  border-top-color: #da2e2b;
}

.protip-skin-square--scheme-pro[data-pt-position=bottom-left-corner] .protip-arrow {
  border-bottom-color: #da2e2b;
}

.protip-skin-square--scheme-pro[data-pt-position=bottom-right-corner] .protip-arrow {
  border-left-color: #da2e2b;
}

.protip-skin-square--scheme-blue.protip-container {
  color: #fff;
  background: #369;
  font-family: sans-serif;
  transition: opacity 0.2s ease-out;
}

.protip-skin-square--scheme-blue[data-pt-position=top-left] .protip-arrow, .protip-skin-square--scheme-blue[data-pt-position=top] .protip-arrow, .protip-skin-square--scheme-blue[data-pt-position=top-right] .protip-arrow {
  border-top-color: #369;
}

.protip-skin-square--scheme-blue[data-pt-position=bottom-left] .protip-arrow, .protip-skin-square--scheme-blue[data-pt-position=bottom] .protip-arrow, .protip-skin-square--scheme-blue[data-pt-position=bottom-right] .protip-arrow {
  border-bottom-color: #369;
}

.protip-skin-square--scheme-blue[data-pt-position=left-top] .protip-arrow, .protip-skin-square--scheme-blue[data-pt-position=left] .protip-arrow, .protip-skin-square--scheme-blue[data-pt-position=left-bottom] .protip-arrow {
  border-left-color: #369;
}

.protip-skin-square--scheme-blue[data-pt-position=right-top] .protip-arrow, .protip-skin-square--scheme-blue[data-pt-position=right] .protip-arrow, .protip-skin-square--scheme-blue[data-pt-position=right-bottom] .protip-arrow {
  border-right-color: #369;
}

.protip-skin-square--scheme-blue[data-pt-position=top-left-corner] .protip-arrow {
  border-right-color: #369;
}

.protip-skin-square--scheme-blue[data-pt-position=top-right-corner] .protip-arrow {
  border-top-color: #369;
}

.protip-skin-square--scheme-blue[data-pt-position=bottom-left-corner] .protip-arrow {
  border-bottom-color: #369;
}

.protip-skin-square--scheme-blue[data-pt-position=bottom-right-corner] .protip-arrow {
  border-left-color: #369;
}

.protip-skin-square--scheme-red.protip-container {
  color: #fff;
  background: #802731;
  font-family: sans-serif;
  transition: opacity 0.2s ease-out;
}

.protip-skin-square--scheme-red[data-pt-position=top-left] .protip-arrow, .protip-skin-square--scheme-red[data-pt-position=top] .protip-arrow, .protip-skin-square--scheme-red[data-pt-position=top-right] .protip-arrow {
  border-top-color: #802731;
}

.protip-skin-square--scheme-red[data-pt-position=bottom-left] .protip-arrow, .protip-skin-square--scheme-red[data-pt-position=bottom] .protip-arrow, .protip-skin-square--scheme-red[data-pt-position=bottom-right] .protip-arrow {
  border-bottom-color: #802731;
}

.protip-skin-square--scheme-red[data-pt-position=left-top] .protip-arrow, .protip-skin-square--scheme-red[data-pt-position=left] .protip-arrow, .protip-skin-square--scheme-red[data-pt-position=left-bottom] .protip-arrow {
  border-left-color: #802731;
}

.protip-skin-square--scheme-red[data-pt-position=right-top] .protip-arrow, .protip-skin-square--scheme-red[data-pt-position=right] .protip-arrow, .protip-skin-square--scheme-red[data-pt-position=right-bottom] .protip-arrow {
  border-right-color: #802731;
}

.protip-skin-square--scheme-red[data-pt-position=top-left-corner] .protip-arrow {
  border-right-color: #802731;
}

.protip-skin-square--scheme-red[data-pt-position=top-right-corner] .protip-arrow {
  border-top-color: #802731;
}

.protip-skin-square--scheme-red[data-pt-position=bottom-left-corner] .protip-arrow {
  border-bottom-color: #802731;
}

.protip-skin-square--scheme-red[data-pt-position=bottom-right-corner] .protip-arrow {
  border-left-color: #802731;
}

.protip-skin-square--scheme-aqua.protip-container {
  color: #fff;
  background: #339996;
  font-family: sans-serif;
  transition: opacity 0.2s ease-out;
}

.protip-skin-square--scheme-aqua[data-pt-position=top-left] .protip-arrow, .protip-skin-square--scheme-aqua[data-pt-position=top] .protip-arrow, .protip-skin-square--scheme-aqua[data-pt-position=top-right] .protip-arrow {
  border-top-color: #339996;
}

.protip-skin-square--scheme-aqua[data-pt-position=bottom-left] .protip-arrow, .protip-skin-square--scheme-aqua[data-pt-position=bottom] .protip-arrow, .protip-skin-square--scheme-aqua[data-pt-position=bottom-right] .protip-arrow {
  border-bottom-color: #339996;
}

.protip-skin-square--scheme-aqua[data-pt-position=left-top] .protip-arrow, .protip-skin-square--scheme-aqua[data-pt-position=left] .protip-arrow, .protip-skin-square--scheme-aqua[data-pt-position=left-bottom] .protip-arrow {
  border-left-color: #339996;
}

.protip-skin-square--scheme-aqua[data-pt-position=right-top] .protip-arrow, .protip-skin-square--scheme-aqua[data-pt-position=right] .protip-arrow, .protip-skin-square--scheme-aqua[data-pt-position=right-bottom] .protip-arrow {
  border-right-color: #339996;
}

.protip-skin-square--scheme-aqua[data-pt-position=top-left-corner] .protip-arrow {
  border-right-color: #339996;
}

.protip-skin-square--scheme-aqua[data-pt-position=top-right-corner] .protip-arrow {
  border-top-color: #339996;
}

.protip-skin-square--scheme-aqua[data-pt-position=bottom-left-corner] .protip-arrow {
  border-bottom-color: #339996;
}

.protip-skin-square--scheme-aqua[data-pt-position=bottom-right-corner] .protip-arrow {
  border-left-color: #339996;
}

.protip-skin-square--scheme-dark-transparent.protip-container {
  color: #fff;
  background: rgba(20, 20, 20, 0.8);
  font-family: sans-serif;
  transition: opacity 0.2s ease-out;
}

.protip-skin-square--scheme-dark-transparent[data-pt-position=top-left] .protip-arrow, .protip-skin-square--scheme-dark-transparent[data-pt-position=top] .protip-arrow, .protip-skin-square--scheme-dark-transparent[data-pt-position=top-right] .protip-arrow {
  border-top-color: rgba(20, 20, 20, 0.8);
}

.protip-skin-square--scheme-dark-transparent[data-pt-position=bottom-left] .protip-arrow, .protip-skin-square--scheme-dark-transparent[data-pt-position=bottom] .protip-arrow, .protip-skin-square--scheme-dark-transparent[data-pt-position=bottom-right] .protip-arrow {
  border-bottom-color: rgba(20, 20, 20, 0.8);
}

.protip-skin-square--scheme-dark-transparent[data-pt-position=left-top] .protip-arrow, .protip-skin-square--scheme-dark-transparent[data-pt-position=left] .protip-arrow, .protip-skin-square--scheme-dark-transparent[data-pt-position=left-bottom] .protip-arrow {
  border-left-color: rgba(20, 20, 20, 0.8);
}

.protip-skin-square--scheme-dark-transparent[data-pt-position=right-top] .protip-arrow, .protip-skin-square--scheme-dark-transparent[data-pt-position=right] .protip-arrow, .protip-skin-square--scheme-dark-transparent[data-pt-position=right-bottom] .protip-arrow {
  border-right-color: rgba(20, 20, 20, 0.8);
}

.protip-skin-square--scheme-dark-transparent[data-pt-position=top-left-corner] .protip-arrow {
  border-right-color: rgba(20, 20, 20, 0.8);
}

.protip-skin-square--scheme-dark-transparent[data-pt-position=top-right-corner] .protip-arrow {
  border-top-color: rgba(20, 20, 20, 0.8);
}

.protip-skin-square--scheme-dark-transparent[data-pt-position=bottom-left-corner] .protip-arrow {
  border-bottom-color: rgba(20, 20, 20, 0.8);
}

.protip-skin-square--scheme-dark-transparent[data-pt-position=bottom-right-corner] .protip-arrow {
  border-left-color: rgba(20, 20, 20, 0.8);
}

.protip-skin-square--scheme-dark.protip-container {
  color: #fff;
  background: #333;
  font-family: sans-serif;
  transition: opacity 0.2s ease-out;
}

.protip-skin-square--scheme-dark[data-pt-position=top-left] .protip-arrow, .protip-skin-square--scheme-dark[data-pt-position=top] .protip-arrow, .protip-skin-square--scheme-dark[data-pt-position=top-right] .protip-arrow {
  border-top-color: #333;
}

.protip-skin-square--scheme-dark[data-pt-position=bottom-left] .protip-arrow, .protip-skin-square--scheme-dark[data-pt-position=bottom] .protip-arrow, .protip-skin-square--scheme-dark[data-pt-position=bottom-right] .protip-arrow {
  border-bottom-color: #333;
}

.protip-skin-square--scheme-dark[data-pt-position=left-top] .protip-arrow, .protip-skin-square--scheme-dark[data-pt-position=left] .protip-arrow, .protip-skin-square--scheme-dark[data-pt-position=left-bottom] .protip-arrow {
  border-left-color: #333;
}

.protip-skin-square--scheme-dark[data-pt-position=right-top] .protip-arrow, .protip-skin-square--scheme-dark[data-pt-position=right] .protip-arrow, .protip-skin-square--scheme-dark[data-pt-position=right-bottom] .protip-arrow {
  border-right-color: #333;
}

.protip-skin-square--scheme-dark[data-pt-position=top-left-corner] .protip-arrow {
  border-right-color: #333;
}

.protip-skin-square--scheme-dark[data-pt-position=top-right-corner] .protip-arrow {
  border-top-color: #333;
}

.protip-skin-square--scheme-dark[data-pt-position=bottom-left-corner] .protip-arrow {
  border-bottom-color: #333;
}

.protip-skin-square--scheme-dark[data-pt-position=bottom-right-corner] .protip-arrow {
  border-left-color: #333;
}

.protip-skin-square--scheme-black.protip-container {
  color: #fff;
  background: #000;
  font-family: sans-serif;
  transition: opacity 0.2s ease-out;
}

.protip-skin-square--scheme-black[data-pt-position=top-left] .protip-arrow, .protip-skin-square--scheme-black[data-pt-position=top] .protip-arrow, .protip-skin-square--scheme-black[data-pt-position=top-right] .protip-arrow {
  border-top-color: #000;
}

.protip-skin-square--scheme-black[data-pt-position=bottom-left] .protip-arrow, .protip-skin-square--scheme-black[data-pt-position=bottom] .protip-arrow, .protip-skin-square--scheme-black[data-pt-position=bottom-right] .protip-arrow {
  border-bottom-color: #000;
}

.protip-skin-square--scheme-black[data-pt-position=left-top] .protip-arrow, .protip-skin-square--scheme-black[data-pt-position=left] .protip-arrow, .protip-skin-square--scheme-black[data-pt-position=left-bottom] .protip-arrow {
  border-left-color: #000;
}

.protip-skin-square--scheme-black[data-pt-position=right-top] .protip-arrow, .protip-skin-square--scheme-black[data-pt-position=right] .protip-arrow, .protip-skin-square--scheme-black[data-pt-position=right-bottom] .protip-arrow {
  border-right-color: #000;
}

.protip-skin-square--scheme-black[data-pt-position=top-left-corner] .protip-arrow {
  border-right-color: #000;
}

.protip-skin-square--scheme-black[data-pt-position=top-right-corner] .protip-arrow {
  border-top-color: #000;
}

.protip-skin-square--scheme-black[data-pt-position=bottom-left-corner] .protip-arrow {
  border-bottom-color: #000;
}

.protip-skin-square--scheme-black[data-pt-position=bottom-right-corner] .protip-arrow {
  border-left-color: #000;
}

.protip-skin-square--scheme-leaf.protip-container {
  color: #fff;
  background: #339959;
  font-family: sans-serif;
  transition: opacity 0.2s ease-out;
}

.protip-skin-square--scheme-leaf[data-pt-position=top-left] .protip-arrow, .protip-skin-square--scheme-leaf[data-pt-position=top] .protip-arrow, .protip-skin-square--scheme-leaf[data-pt-position=top-right] .protip-arrow {
  border-top-color: #339959;
}

.protip-skin-square--scheme-leaf[data-pt-position=bottom-left] .protip-arrow, .protip-skin-square--scheme-leaf[data-pt-position=bottom] .protip-arrow, .protip-skin-square--scheme-leaf[data-pt-position=bottom-right] .protip-arrow {
  border-bottom-color: #339959;
}

.protip-skin-square--scheme-leaf[data-pt-position=left-top] .protip-arrow, .protip-skin-square--scheme-leaf[data-pt-position=left] .protip-arrow, .protip-skin-square--scheme-leaf[data-pt-position=left-bottom] .protip-arrow {
  border-left-color: #339959;
}

.protip-skin-square--scheme-leaf[data-pt-position=right-top] .protip-arrow, .protip-skin-square--scheme-leaf[data-pt-position=right] .protip-arrow, .protip-skin-square--scheme-leaf[data-pt-position=right-bottom] .protip-arrow {
  border-right-color: #339959;
}

.protip-skin-square--scheme-leaf[data-pt-position=top-left-corner] .protip-arrow {
  border-right-color: #339959;
}

.protip-skin-square--scheme-leaf[data-pt-position=top-right-corner] .protip-arrow {
  border-top-color: #339959;
}

.protip-skin-square--scheme-leaf[data-pt-position=bottom-left-corner] .protip-arrow {
  border-bottom-color: #339959;
}

.protip-skin-square--scheme-leaf[data-pt-position=bottom-right-corner] .protip-arrow {
  border-left-color: #339959;
}

.protip-skin-square--scheme-purple.protip-container {
  color: #fff;
  background: #613399;
  font-family: sans-serif;
  transition: opacity 0.2s ease-out;
}

.protip-skin-square--scheme-purple[data-pt-position=top-left] .protip-arrow, .protip-skin-square--scheme-purple[data-pt-position=top] .protip-arrow, .protip-skin-square--scheme-purple[data-pt-position=top-right] .protip-arrow {
  border-top-color: #613399;
}

.protip-skin-square--scheme-purple[data-pt-position=bottom-left] .protip-arrow, .protip-skin-square--scheme-purple[data-pt-position=bottom] .protip-arrow, .protip-skin-square--scheme-purple[data-pt-position=bottom-right] .protip-arrow {
  border-bottom-color: #613399;
}

.protip-skin-square--scheme-purple[data-pt-position=left-top] .protip-arrow, .protip-skin-square--scheme-purple[data-pt-position=left] .protip-arrow, .protip-skin-square--scheme-purple[data-pt-position=left-bottom] .protip-arrow {
  border-left-color: #613399;
}

.protip-skin-square--scheme-purple[data-pt-position=right-top] .protip-arrow, .protip-skin-square--scheme-purple[data-pt-position=right] .protip-arrow, .protip-skin-square--scheme-purple[data-pt-position=right-bottom] .protip-arrow {
  border-right-color: #613399;
}

.protip-skin-square--scheme-purple[data-pt-position=top-left-corner] .protip-arrow {
  border-right-color: #613399;
}

.protip-skin-square--scheme-purple[data-pt-position=top-right-corner] .protip-arrow {
  border-top-color: #613399;
}

.protip-skin-square--scheme-purple[data-pt-position=bottom-left-corner] .protip-arrow {
  border-bottom-color: #613399;
}

.protip-skin-square--scheme-purple[data-pt-position=bottom-right-corner] .protip-arrow {
  border-left-color: #613399;
}

.protip-skin-square--scheme-pink.protip-container {
  color: #000;
  background: #D457AA;
  font-family: sans-serif;
  transition: opacity 0.2s ease-out;
}

.protip-skin-square--scheme-pink[data-pt-position=top-left] .protip-arrow, .protip-skin-square--scheme-pink[data-pt-position=top] .protip-arrow, .protip-skin-square--scheme-pink[data-pt-position=top-right] .protip-arrow {
  border-top-color: #D457AA;
}

.protip-skin-square--scheme-pink[data-pt-position=bottom-left] .protip-arrow, .protip-skin-square--scheme-pink[data-pt-position=bottom] .protip-arrow, .protip-skin-square--scheme-pink[data-pt-position=bottom-right] .protip-arrow {
  border-bottom-color: #D457AA;
}

.protip-skin-square--scheme-pink[data-pt-position=left-top] .protip-arrow, .protip-skin-square--scheme-pink[data-pt-position=left] .protip-arrow, .protip-skin-square--scheme-pink[data-pt-position=left-bottom] .protip-arrow {
  border-left-color: #D457AA;
}

.protip-skin-square--scheme-pink[data-pt-position=right-top] .protip-arrow, .protip-skin-square--scheme-pink[data-pt-position=right] .protip-arrow, .protip-skin-square--scheme-pink[data-pt-position=right-bottom] .protip-arrow {
  border-right-color: #D457AA;
}

.protip-skin-square--scheme-pink[data-pt-position=top-left-corner] .protip-arrow {
  border-right-color: #D457AA;
}

.protip-skin-square--scheme-pink[data-pt-position=top-right-corner] .protip-arrow {
  border-top-color: #D457AA;
}

.protip-skin-square--scheme-pink[data-pt-position=bottom-left-corner] .protip-arrow {
  border-bottom-color: #D457AA;
}

.protip-skin-square--scheme-pink[data-pt-position=bottom-right-corner] .protip-arrow {
  border-left-color: #D457AA;
}

.protip-skin-square--scheme-orange.protip-container {
  color: #000;
  background: #E64426;
  font-family: sans-serif;
  transition: opacity 0.2s ease-out;
}

.protip-skin-square--scheme-orange[data-pt-position=top-left] .protip-arrow, .protip-skin-square--scheme-orange[data-pt-position=top] .protip-arrow, .protip-skin-square--scheme-orange[data-pt-position=top-right] .protip-arrow {
  border-top-color: #E64426;
}

.protip-skin-square--scheme-orange[data-pt-position=bottom-left] .protip-arrow, .protip-skin-square--scheme-orange[data-pt-position=bottom] .protip-arrow, .protip-skin-square--scheme-orange[data-pt-position=bottom-right] .protip-arrow {
  border-bottom-color: #E64426;
}

.protip-skin-square--scheme-orange[data-pt-position=left-top] .protip-arrow, .protip-skin-square--scheme-orange[data-pt-position=left] .protip-arrow, .protip-skin-square--scheme-orange[data-pt-position=left-bottom] .protip-arrow {
  border-left-color: #E64426;
}

.protip-skin-square--scheme-orange[data-pt-position=right-top] .protip-arrow, .protip-skin-square--scheme-orange[data-pt-position=right] .protip-arrow, .protip-skin-square--scheme-orange[data-pt-position=right-bottom] .protip-arrow {
  border-right-color: #E64426;
}

.protip-skin-square--scheme-orange[data-pt-position=top-left-corner] .protip-arrow {
  border-right-color: #E64426;
}

.protip-skin-square--scheme-orange[data-pt-position=top-right-corner] .protip-arrow {
  border-top-color: #E64426;
}

.protip-skin-square--scheme-orange[data-pt-position=bottom-left-corner] .protip-arrow {
  border-bottom-color: #E64426;
}

.protip-skin-square--scheme-orange[data-pt-position=bottom-right-corner] .protip-arrow {
  border-left-color: #E64426;
}

.protip-skin-square--scheme-white.protip-container {
  color: #000;
  background: #FFF;
  font-family: sans-serif;
  transition: opacity 0.2s ease-out;
}

.protip-skin-square--scheme-white[data-pt-position=top-left] .protip-arrow, .protip-skin-square--scheme-white[data-pt-position=top] .protip-arrow, .protip-skin-square--scheme-white[data-pt-position=top-right] .protip-arrow {
  border-top-color: #FFF;
}

.protip-skin-square--scheme-white[data-pt-position=bottom-left] .protip-arrow, .protip-skin-square--scheme-white[data-pt-position=bottom] .protip-arrow, .protip-skin-square--scheme-white[data-pt-position=bottom-right] .protip-arrow {
  border-bottom-color: #FFF;
}

.protip-skin-square--scheme-white[data-pt-position=left-top] .protip-arrow, .protip-skin-square--scheme-white[data-pt-position=left] .protip-arrow, .protip-skin-square--scheme-white[data-pt-position=left-bottom] .protip-arrow {
  border-left-color: #FFF;
}

.protip-skin-square--scheme-white[data-pt-position=right-top] .protip-arrow, .protip-skin-square--scheme-white[data-pt-position=right] .protip-arrow, .protip-skin-square--scheme-white[data-pt-position=right-bottom] .protip-arrow {
  border-right-color: #FFF;
}

.protip-skin-square--scheme-white[data-pt-position=top-left-corner] .protip-arrow {
  border-right-color: #FFF;
}

.protip-skin-square--scheme-white[data-pt-position=top-right-corner] .protip-arrow {
  border-top-color: #FFF;
}

.protip-skin-square--scheme-white[data-pt-position=bottom-left-corner] .protip-arrow {
  border-bottom-color: #FFF;
}

.protip-skin-square--scheme-white[data-pt-position=bottom-right-corner] .protip-arrow {
  border-left-color: #FFF;
}

/*!
 * Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
:host, :root {
  --fa-font-solid:normal 900 1em/1 "Font Awesome 6 Solid";
  --fa-font-regular:normal 400 1em/1 "Font Awesome 6 Regular";
  --fa-font-light:normal 300 1em/1 "Font Awesome 6 Light";
  --fa-font-thin:normal 100 1em/1 "Font Awesome 6 Thin";
  --fa-font-duotone:normal 900 1em/1 "Font Awesome 6 Duotone";
  --fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands";
}

svg:not(:host).svg-inline--fa, svg:not(:root).svg-inline--fa {
  overflow: visible;
  box-sizing: content-box;
}

.svg-inline--fa {
  display: var(--fa-display, inline-block);
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

.svg-inline--fa.fa-2xs {
  vertical-align: 0.1em;
}

.svg-inline--fa.fa-xs {
  vertical-align: 0;
}

.svg-inline--fa.fa-sm {
  vertical-align: -0.07143em;
}

.svg-inline--fa.fa-lg {
  vertical-align: -0.2em;
}

.svg-inline--fa.fa-xl {
  vertical-align: -0.25em;
}

.svg-inline--fa.fa-2xl {
  vertical-align: -0.3125em;
}

.svg-inline--fa.fa-pull-left {
  margin-right: var(--fa-pull-margin, 0.3em);
  width: auto;
}

.svg-inline--fa.fa-pull-right {
  margin-left: var(--fa-pull-margin, 0.3em);
  width: auto;
}

.svg-inline--fa.fa-li {
  width: var(--fa-li-width, 2em);
  top: 0.25em;
}

.svg-inline--fa.fa-fw {
  width: var(--fa-fw-width, 1.25em);
}

.fa-layers svg.svg-inline--fa {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.fa-layers-counter, .fa-layers-text {
  display: inline-block;
  position: absolute;
  text-align: center;
}

.fa-layers {
  display: inline-block;
  height: 1em;
  position: relative;
  text-align: center;
  vertical-align: -0.125em;
  width: 1em;
}

.fa-layers svg.svg-inline--fa {
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.fa-layers-text {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.fa-layers-counter {
  background-color: var(--fa-counter-background-color, #ff253a);
  border-radius: var(--fa-counter-border-radius, 1em);
  box-sizing: border-box;
  color: var(--fa-inverse, #fff);
  line-height: var(--fa-counter-line-height, 1);
  max-width: var(--fa-counter-max-width, 5em);
  min-width: var(--fa-counter-min-width, 1.5em);
  overflow: hidden;
  padding: var(--fa-counter-padding, 0.25em 0.5em);
  right: var(--fa-right, 0);
  text-overflow: ellipsis;
  top: var(--fa-top, 0);
  -webkit-transform: scale(var(--fa-counter-scale, 0.25));
  transform: scale(var(--fa-counter-scale, 0.25));
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

.fa-layers-bottom-right {
  bottom: var(--fa-bottom, 0);
  right: var(--fa-right, 0);
  top: auto;
  -webkit-transform: scale(var(--fa-layers-scale, 0.25));
  transform: scale(var(--fa-layers-scale, 0.25));
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}

.fa-layers-bottom-left {
  bottom: var(--fa-bottom, 0);
  left: var(--fa-left, 0);
  right: auto;
  top: auto;
  -webkit-transform: scale(var(--fa-layers-scale, 0.25));
  transform: scale(var(--fa-layers-scale, 0.25));
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.fa-layers-top-right {
  top: var(--fa-top, 0);
  right: var(--fa-right, 0);
  -webkit-transform: scale(var(--fa-layers-scale, 0.25));
  transform: scale(var(--fa-layers-scale, 0.25));
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

.fa-layers-top-left {
  left: var(--fa-left, 0);
  right: auto;
  top: var(--fa-top, 0);
  -webkit-transform: scale(var(--fa-layers-scale, 0.25));
  transform: scale(var(--fa-layers-scale, 0.25));
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-radius: var(--fa-border-radius, 0.1em);
  border: var(--fa-border-width, 0.08em) var(--fa-border-style, solid) var(--fa-border-color, #eee);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  -webkit-animation-name: fa-beat;
  animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  -webkit-animation-name: fa-bounce;
  animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  -webkit-animation-name: fa-fade;
  animation-name: fa-fade;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade, .fa-fade {
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
}

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
  animation-name: fa-beat-fade;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  -webkit-animation-name: fa-flip;
  animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  -webkit-animation-name: fa-shake;
  animation-name: fa-shake;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-shake, .fa-spin {
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
}

.fa-spin {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
  animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction:reverse;
}

.fa-pulse, .fa-spin-pulse {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat, .fa-beat-fade, .fa-bounce, .fa-fade, .fa-flip, .fa-pulse, .fa-shake, .fa-spin, .fa-spin-pulse {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@-webkit-keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@-webkit-keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
    transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  to {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}
@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
    transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  to {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}
@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@-webkit-keyframes fa-beat-fade {
  0%, to {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-beat-fade {
  0%, to {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@-webkit-keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  12%, 28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  40%, to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  12%, 28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  40%, to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

.fa-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle, none));
  transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  vertical-align: middle;
  height: 2em;
  position: relative;
  width: 2.5em;
}

.fa-stack-1x, .fa-stack-2x {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: var(--fa-stack-z-index, auto);
}

.svg-inline--fa.fa-stack-1x {
  height: 1em;
  width: 1.25em;
}

.svg-inline--fa.fa-stack-2x {
  height: 2em;
  width: 2.5em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

.fa-sr-only, .fa-sr-only-focusable:not(:focus), .sr-only, .sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.svg-inline--fa .fa-primary {
  fill: var(--fa-primary-color, currentColor);
  opacity: var(--fa-primary-opacity, 1);
}

.svg-inline--fa .fa-secondary {
  fill: var(--fa-secondary-color, currentColor);
}

.svg-inline--fa .fa-secondary, .svg-inline--fa.fa-swap-opacity .fa-primary {
  opacity: var(--fa-secondary-opacity, 0.4);
}

.svg-inline--fa.fa-swap-opacity .fa-secondary {
  opacity: var(--fa-primary-opacity, 1);
}

.svg-inline--fa mask .fa-primary, .svg-inline--fa mask .fa-secondary {
  fill: #000;
}

.fa-duotone.fa-inverse, .fad.fa-inverse {
  color: var(--fa-inverse, #fff);
}

:root {
  --myc-grey: #9e9e9e;
  --myc-dark: #323e48;
  --myc-gray-dark: #616161;
  --myc-gray-light: #d7d7d7;
  --myc-blue: #01bdc3;
  --myc-primary: #01bdc3;
  --myc-primary-focus: #d8f3f4;
  --myc-blue-light: #d8f3f4;
  --myc-pink: #fc3868;
  --text-color-rgb: 50, 62, 72;
  --scroll-color: #c1c1c1;
  --scroll-color-hover: #969696;
  --shadow-color: 0deg 0% 40%;
  --pale-blue: #CEF1F2;
  --pale-indigo: #B2B9E1;
  --pale-green: #B7DFB9;
  --pale-brown: #C9BBB6;
  --pale-purple: #D7A9DF;
  --pale-red: #FBB4AF;
  --pale-orange: #FFBCA7;
  --pale-yellow: #FFF7B1;
  --border-radius: 5px;
  --myc-transition: .2s ease-in-out;
  --myc-spacing: 1rem;
  --myc-icon-checkbox: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(255, 255, 255)' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  --myc-icon-minus: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(255, 255, 255)' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");
  --myc-icon-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  --myc-icon-date: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");
  --myc-icon-time: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12 6 12 12 16 14'%3E%3C/polyline%3E%3C/svg%3E");
  --myc-icon-search: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");
  --myc-icon-close: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
}

.d-block {
  display: block !important;
}

.rounded {
  border-radius: 5px;
}

.rounded-sm {
  border-radius: 10px;
}

.rounded-md {
  border-radius: 15px;
}

.rounded-lg {
  border-radius: 20px;
}

.rounded-xlg {
  border-radius: 25px;
}

.rounded-xxlg {
  border-radius: 30px;
}

.rounded-50 {
  border-radius: 50%;
}

.rounded-full {
  border-radius: 100%;
}

.bg-light {
  background: #d8f3f4;
}

.bg-white {
  background: #fff;
}

.bg-border-y-neutral {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}

.bg-pink-light {
  background-color: #f7dfe8 !important;
}

.bg-pink {
  background-color: #fc3868 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-grey {
  background-color: #9e9e9e !important;
}

.bg-dark {
  background-color: #323e48 !important;
}

.bg-blue {
  background-color: #01bdc3 !important;
}

.bg-grey-light {
  background-color: #eeeeee !important;
}

.bg-blue-light {
  background-color: #d8f3f4 !important;
}

.no-background {
  background-color: transparent !important;
}

.black-color {
  color: #000;
}

.white-color {
  color: #fff;
}

.ccc-color {
  color: #ccc;
}

.rgfblue-color {
  color: #001e3b;
}

.color-midnight {
  color: #001d3b;
}

.black-text {
  color: #323e48 !important;
}

.blue-text {
  color: #01bdc3 !important;
}

.ethias-text {
  color: #F57F17 !important;
}

.blue-text-hover:hover {
  color: #01bdc3 !important;
}

.white-text-hover:hover {
  color: #fff !important;
}

.red-fill {
  fill: #ff5b7b;
}

.fz-12 {
  font-size: 12px !important;
}

.fz-14 {
  font-size: 14px !important;
}

.fz-16 {
  font-size: 16px !important;
}

.fz-18 {
  font-size: 18px !important;
}

.fz-20 {
  font-size: 20px !important;
}

.fz-22 {
  font-size: 22px !important;
}

.fz-24 {
  font-size: 24px !important;
}

.fz-26 {
  font-size: 26px !important;
}

.fz-28 {
  font-size: 28px !important;
}

.fz-30 {
  font-size: 30px !important;
}

.fz-32 {
  font-size: 32px !important;
}

.fz-34 {
  font-size: 34px !important;
}

.fz-36 {
  font-size: 36px !important;
}

.fz-38 {
  font-size: 38px !important;
}

.fz-40 {
  font-size: 40px !important;
}

.fz-42 {
  font-size: 42px !important;
}

.fz-44 {
  font-size: 44px !important;
}

.fz-46 {
  font-size: 46px !important;
}

.fz-48 {
  font-size: 48px !important;
}

.fz-50 {
  font-size: 50px !important;
}

.fz-52 {
  font-size: 52px !important;
}

.fz-54 {
  font-size: 54px !important;
}

.fz-56 {
  font-size: 56px !important;
}

.fz-58 {
  font-size: 58px !important;
}

.fz-60 {
  font-size: 60px !important;
}

.fz-62 {
  font-size: 62px !important;
}

.fz-64 {
  font-size: 64px !important;
}

.fz-66 {
  font-size: 66px !important;
}

.fz-68 {
  font-size: 68px !important;
}

.fz-70 {
  font-size: 70px !important;
}

.fz-72 {
  font-size: 72px !important;
}

.fz-74 {
  font-size: 74px !important;
}

.fz-76 {
  font-size: 76px !important;
}

.fz-78 {
  font-size: 78px !important;
}

.fz-80 {
  font-size: 80px !important;
}

@media screen and (max-width: 600px) {
  .fz-sm-12 {
    font-size: 12px !important;
  }
  .fz-sm-14 {
    font-size: 14px !important;
  }
  .fz-sm-16 {
    font-size: 16px !important;
  }
  .fz-sm-18 {
    font-size: 18px !important;
  }
  .fz-sm-20 {
    font-size: 20px !important;
  }
  .fz-sm-22 {
    font-size: 22px !important;
  }
  .fz-sm-24 {
    font-size: 24px !important;
  }
  .fz-sm-26 {
    font-size: 26px !important;
  }
  .fz-sm-28 {
    font-size: 28px !important;
  }
  .fz-sm-30 {
    font-size: 30px !important;
  }
  .fz-sm-32 {
    font-size: 32px !important;
  }
  .fz-sm-34 {
    font-size: 34px !important;
  }
  .fz-sm-36 {
    font-size: 36px !important;
  }
  .fz-sm-38 {
    font-size: 38px !important;
  }
  .fz-sm-40 {
    font-size: 40px !important;
  }
  .fz-sm-42 {
    font-size: 42px !important;
  }
  .fz-sm-44 {
    font-size: 44px !important;
  }
  .fz-sm-46 {
    font-size: 46px !important;
  }
  .fz-sm-48 {
    font-size: 48px !important;
  }
  .fz-sm-50 {
    font-size: 50px !important;
  }
  .fz-sm-52 {
    font-size: 52px !important;
  }
  .fz-sm-54 {
    font-size: 54px !important;
  }
  .fz-sm-56 {
    font-size: 56px !important;
  }
  .fz-sm-58 {
    font-size: 58px !important;
  }
  .fz-sm-60 {
    font-size: 60px !important;
  }
  .fz-sm-62 {
    font-size: 62px !important;
  }
  .fz-sm-64 {
    font-size: 64px !important;
  }
  .fz-sm-66 {
    font-size: 66px !important;
  }
  .fz-sm-68 {
    font-size: 68px !important;
  }
  .fz-sm-70 {
    font-size: 70px !important;
  }
  .fz-sm-72 {
    font-size: 72px !important;
  }
  .fz-sm-74 {
    font-size: 74px !important;
  }
  .fz-sm-76 {
    font-size: 76px !important;
  }
  .fz-sm-78 {
    font-size: 78px !important;
  }
  .fz-sm-80 {
    font-size: 80px !important;
  }
}
.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.muted-text {
  color: #A6A6A6;
}

.underline {
  text-decoration: underline;
}

.bold-font,
.bold {
  font-weight: 500;
}

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

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

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

.flex {
  display: flex;
  flex-wrap: wrap;
}

.btn-flex {
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
}

.flex-holder-2 {
  margin-right: 0 !important;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.flex-holder-2 img {
  max-width: 100%;
}
.flex-holder-2 > * {
  width: 48%;
  flex-basis: 48%;
}
.flex-holder-2.full > * {
  width: 50%;
  flex-basis: 50%;
}

.flex-item-size-2 {
  flex: 2 !important;
}

.flex-item-size-3 {
  flex: 3 !important;
}

.flex-item-size-4 {
  flex: 4 !important;
}

.flex-item-size-8 {
  flex: 8 !important;
}

.flex-container,
.flex-container-fixed {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.flex-container img,
.flex-container-fixed img {
  max-width: 100%;
  height: auto;
}
.flex-container.flex-gap,
.flex-container-fixed.flex-gap {
  gap: 1rem;
}
@media screen and (min-width: 1000px) {
  .flex-container.flex-gap,
  .flex-container-fixed.flex-gap {
    gap: 0.5rem;
  }
}
.flex-container.justify-start,
.flex-container-fixed.justify-start {
  justify-content: start;
}
.flex-container .flex-item,
.flex-container-fixed .flex-item {
  flex: 1;
}
.flex-container.flex-justify-start,
.flex-container-fixed.flex-justify-start {
  justify-content: flex-start;
}
.flex-container.flex-justify-end,
.flex-container-fixed.flex-justify-end {
  justify-content: flex-end;
}
.flex-container > .col,
.flex-container-fixed > .col {
  flex: 1 0 auto;
}
.flex-container > .flex-no-grow,
.flex-container-fixed > .flex-no-grow {
  flex-grow: 0;
}
.flex-container .flex-actions,
.flex-container-fixed .flex-actions {
  flex: 1;
}
.flex-container .flex-actions a,
.flex-container .flex-actions select,
.flex-container .flex-actions button,
.flex-container-fixed .flex-actions a,
.flex-container-fixed .flex-actions select,
.flex-container-fixed .flex-actions button {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 480px) {
  .flex-container .flex-actions a,
  .flex-container .flex-actions button,
  .flex-container-fixed .flex-actions a,
  .flex-container-fixed .flex-actions button {
    margin-inline-start: 0rem !important;
  }
}
.flex-container .flex-item-2,
.flex-container-fixed .flex-item-2 {
  width: 48%;
  flex-basis: 48%;
}
.flex-container .flex-item-auto,
.flex-container-fixed .flex-item-auto {
  flex: 0 0 auto;
}
.flex-container.flex-space,
.flex-container-fixed.flex-space {
  justify-content: space-between;
}
.flex-container .flex-top, .flex-container.flex-top,
.flex-container-fixed .flex-top,
.flex-container-fixed.flex-top {
  align-items: flex-start;
}
.flex-container.flex-split,
.flex-container-fixed.flex-split {
  justify-content: space-between;
  align-items: center;
}
.flex-container.flex-split:first-child,
.flex-container.flex-split .flex-item:first-child,
.flex-container-fixed.flex-split:first-child,
.flex-container-fixed.flex-split .flex-item:first-child {
  text-align: start;
}
.flex-container.flex-split:last-child,
.flex-container.flex-split .flex-item:last-child,
.flex-container-fixed.flex-split:last-child,
.flex-container-fixed.flex-split .flex-item:last-child {
  text-align: end;
  flex: 0 0 auto;
  margin-inline-start: auto;
}
.flex-container.flex-split:last-child > a,
.flex-container.flex-split .flex-item:last-child > a,
.flex-container-fixed.flex-split:last-child > a,
.flex-container-fixed.flex-split .flex-item:last-child > a {
  margin-inline-start: 1rem;
}

@media (max-width: 480px) {
  .flex-container {
    flex-direction: column;
  }
  .flex-container > .flex-item-2 {
    margin-top: 20px;
    width: 100%;
    flex-basis: 100%;
  }
  .flex-container > .flex-item {
    margin-top: 20px;
  }
  .flex-container.flex-split:first-child,
  .flex-container.flex-split .flex-item:first-child {
    text-align: center;
  }
  .flex-container.flex-split:last-child,
  .flex-container.flex-split .flex-item:last-child {
    text-align: center;
    margin-inline-start: 0;
  }
}

@media (max-width: 768px) {
  .flex-container.flex-container-large {
    flex-direction: column;
  }
  .flex-container.flex-container-large > .flex-item {
    margin-top: 20px;
    width: 100%;
  }
  .flex-container.flex-container-large > .flex-item:first-child {
    margin-top: 0;
  }
  .flex-container.flex-container-large > .field.flex-item {
    margin-top: 0;
  }
  .flex-container.flex-container-large .rotate {
    transform: rotate(90deg);
  }
  .flex-container.flex-container-large.flex-split:first-child,
  .flex-container.flex-container-large.flex-split .flex-item:first-child {
    text-align: center;
  }
  .flex-container.flex-container-large.flex-split:last-child,
  .flex-container.flex-container-large.flex-split .flex-item:last-child {
    text-align: center;
    margin-inline-start: 0;
  }
}

.flex-container-2 {
  display: flex;
  align-content: space-around;
  width: 100%;
  gap: 1.25rem;
  flex-wrap: wrap;
}
.flex-container-2 .flex-item-2 {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding-left: 2rem;
  height: auto;
  flex: 1;
}
@media (max-width: 720px) {
  .flex-container-2 {
    flex-direction: column;
  }
  .flex-container-2 .flex-item-2 {
    width: 100%;
  }
}

.no-wrap {
  flex-wrap: nowrap;
}

.align-start,
.align-items-start {
  align-items: flex-start;
}

.align-end,
.align-items-end {
  align-items: flex-end;
}

.align-items-baseline {
  align-items: baseline;
}

.align-self-end {
  align-self: flex-end;
}

.align-center,
.align-items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-space {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.justify-around {
  justify-content: space-around;
}

.flex-direction-col {
  flex-direction: column;
}

.flex-direction-row {
  flex-direction: row;
}

.flex-flow-column {
  flex-flow: column;
}

.flex-flow-wrap {
  flex-flow: wrap;
}

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

@media screen and (max-width: 767px) {
  .flex-flow-column-mobile {
    flex-flow: column;
  }
  .flex-flow-wrap-mobile {
    flex-flow: wrap;
  }
}
@media screen and (min-width: 767px) {
  .flex-flow-column-desktop {
    flex-flow: column;
  }
  .flex-flow-wrap-desktop {
    flex-flow: wrap;
  }
}
.flex-double-btn-container .flex-item {
  justify-content: space-around;
  flex: none;
}
.flex-double-btn-container .flex-item:first-child {
  margin-right: 10px;
}

@media screen and (max-width: 480px) {
  .justify-center-sm {
    justify-content: center !important;
  }
}
.ratio-sixteen-nine, .video-wrapper {
  position: relative;
}
.ratio-sixteen-nine:before, .video-wrapper:before {
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.ratio-sixteen-nine > .content,
.ratio-sixteen-nine > img,
.ratio-sixteen-nine > p iframe,
.ratio-sixteen-nine > iframe, .video-wrapper > .content,
.video-wrapper > img,
.video-wrapper > p iframe,
.video-wrapper > iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ratio-sixteen-nine > img,
.ratio-sixteen-nine > p iframe,
.ratio-sixteen-nine > iframe, .video-wrapper > img,
.video-wrapper > p iframe,
.video-wrapper > iframe {
  height: 100%;
  width: 100%;
  border: 0;
}

.ratio-four-three {
  position: relative;
}
.ratio-four-three:before {
  content: "";
  width: 100%;
  padding-top: 75%;
}
.ratio-four-three > .content,
.ratio-four-three > img,
.ratio-four-three > p iframe,
.ratio-four-three > iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ratio-four-three > img,
.ratio-four-three > p iframe,
.ratio-four-three > iframe {
  height: 100%;
  width: 100%;
  border: 0;
}

.ratio-two-one {
  position: relative;
}
.ratio-two-one:before {
  content: "";
  width: 100%;
  padding-top: 50%;
}
.ratio-two-one > .content,
.ratio-two-one > img,
.ratio-two-one > p iframe,
.ratio-two-one > iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ratio-two-one > img,
.ratio-two-one > p iframe,
.ratio-two-one > iframe {
  height: 100%;
  width: 100%;
  border: 0;
}

.ratio-squared {
  position: relative;
}
.ratio-squared:before {
  content: "";
  width: 100%;
  padding-top: 100%;
}
.ratio-squared > .content,
.ratio-squared > img,
.ratio-squared > p iframe,
.ratio-squared > iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ratio-squared > img,
.ratio-squared > p iframe,
.ratio-squared > iframe {
  height: 100%;
  width: 100%;
  border: 0;
}

.left-5 {
  left: 5px !important;
}

.btn-pulled-60 {
  right: 60px !important;
}

.btn-pulled-126 {
  right: 60px !important;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.pd-1 {
  padding: 1px 1px !important;
}

.pd-2 {
  padding: 2px 2px !important;
}

.pd-3 {
  padding: 3px 3px !important;
}

.pd-4 {
  padding: 4px 4px !important;
}

.pd-5 {
  padding: 5px 5px !important;
}

.pd-8 {
  padding: 8px 8px !important;
}

.pd-10 {
  padding: 10px 10px !important;
}

.pd-15 {
  padding: 15px 15px !important;
}

.pd-20 {
  padding: 20px 20px !important;
}

.pd-25 {
  padding: 25px 25px !important;
}

.pd-30 {
  padding: 30px 30px !important;
}

.pdt-0 {
  padding-top: 0px !important;
}

.pdt-1 {
  padding-top: 1px !important;
}

.pdt-2 {
  padding-top: 2px !important;
}

.pdt-3 {
  padding-top: 3px !important;
}

.pdt-4 {
  padding-top: 4px !important;
}

.pdt-5 {
  padding-top: 5px !important;
}

.pdt-10 {
  padding-top: 10px !important;
}

.pdt-15 {
  padding-top: 15px !important;
}

.pdt-20 {
  padding-top: 20px !important;
}

.pdt-25 {
  padding-top: 25px !important;
}

.pdt-30 {
  padding-top: 30px !important;
}

.pdt-40 {
  padding-top: 40px !important;
}

.pdt-50 {
  padding-top: 50px !important;
}

.pdt-1r {
  padding-top: 1rem !important;
}

.pdt-2r {
  padding-top: 2rem !important;
}

.pdt-3r {
  padding-top: 3rem !important;
}

.pdr-0 {
  padding-right: 0 !important;
}

.pdr-1 {
  padding-right: 1px !important;
}

.pdr-2 {
  padding-right: 2px !important;
}

.pdr-3 {
  padding-right: 3px !important;
}

.pdr-4 {
  padding-right: 4px !important;
}

.pdr-5 {
  padding-right: 5px !important;
}

.pdr-10 {
  padding-right: 10px !important;
}

.pdr-15 {
  padding-right: 15px !important;
}

.pdr-20 {
  padding-right: 20px !important;
}

.pdr-25 {
  padding-right: 25px !important;
}

.pdr-30 {
  padding-right: 30px !important;
}

.pdr-35 {
  padding-right: 35px !important;
}

.pr-1r {
  padding-right: 1rem !important;
}

.pr-2r {
  padding-right: 2rem !important;
}

.pr-3r {
  padding-right: 3rem !important;
}

.pdl-0 {
  padding-left: 0px !important;
}

.pdl-5 {
  padding-left: 5px !important;
}

.pdl-10 {
  padding-left: 10px !important;
}

.pdl-15 {
  padding-left: 15px !important;
}

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

.pdl-25 {
  padding-left: 25px !important;
}

.pdl-30 {
  padding-left: 30px !important;
}

.pdl-35 {
  padding-left: 35px !important;
}

.pdl-40 {
  padding-left: 30px !important;
}

.pdl-1r {
  padding-left: 1rem !important;
}

.pdl-2r {
  padding-left: 2rem !important;
}

.pdl-3r {
  padding-left: 3rem !important;
}

.pdb-0 {
  padding-bottom: 0px !important;
}

.pdb-10 {
  padding-bottom: 10px !important;
}

.pdb-15 {
  padding-bottom: 15px !important;
}

.pdb-20 {
  padding-bottom: 20px !important;
}

.pdb-25 {
  padding-bottom: 25px !important;
}

.pdb-30 {
  padding-bottom: 30px !important;
}

.pdb-50 {
  padding-bottom: 50px !important;
}

.pdb-80 {
  padding-bottom: 80px !important;
}

.pdb-100 {
  padding-bottom: 100px !important;
}

.pdb-1r {
  padding-bottom: 1rem !important;
}

.pdb-2r {
  padding-bottom: 2rem !important;
}

.pdb-3r {
  padding-bottom: 3rem !important;
}

.pdx-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.pdy-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.pdx-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pdy-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media screen and (max-width: 480px) {
  .pd-sm-0 {
    padding: 0 !important;
  }
  .pd-sm-10 {
    padding: 10 !important;
  }
  .pd-sm-20 {
    padding: 20 !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .pl-sm-10 {
    padding-left: 10 !important;
  }
  .pl-sm-20 {
    padding-left: 20 !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pr-sm-10 {
    padding-right: 10 !important;
  }
  .pr-sm-20 {
    padding-right: 20 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-10 {
    padding-top: 10 !important;
  }
  .pt-sm-20 {
    padding-top: 20 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-10 {
    padding-bottom: 10 !important;
  }
  .pb-sm-20 {
    padding-bottom: 20 !important;
  }
  .pd-auto {
    padding-right: auto !important;
    padding-left: auto !important;
  }
  .pd-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
}
.m-1 {
  margin: 1px !important;
}

.m-2 {
  margin: 2px !important;
}

.m-3 {
  margin: 3px !important;
}

.m-4 {
  margin: 4px !important;
}

.m-5 {
  margin: 5px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-15 {
  margin: 15px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-1r {
  margin: 1rem !important;
}

.m-2r {
  margin: 2rem !important;
}

.m-3r {
  margin: 3rem !important;
}

.mt-1 {
  margin-top: 1px !important;
}

.mt-2 {
  margin-top: 2px !important;
}

.mt-3 {
  margin-top: 3px !important;
}

.mt-4 {
  margin-top: 4px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-1r {
  margin-top: 1rem !important;
}

.mt-2r {
  margin-top: 2rem !important;
}

.mt-3r {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mb-1 {
  margin-bottom: 1px !important;
}

.mb-2 {
  margin-bottom: 2px !important;
}

.mb-3 {
  margin-bottom: 3px !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-1r {
  margin-bottom: 1rem !important;
}

.mb-2r {
  margin-bottom: 2rem !important;
}

.mb-3r {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.mr-1 {
  margin-right: 1px !important;
}

.mr-1 {
  margin-right: 1px !important;
}

.mr-2 {
  margin-right: 2px !important;
}

.mr-3 {
  margin-right: 3px !important;
}

.mr-4 {
  margin-right: 4px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-1r {
  margin-right: 1rem !important;
}

.mr-2r {
  margin-right: 2rem !important;
}

.mr-3r {
  margin-right: 3rem !important;
}

.ml-1 {
  margin-left: 1px !important;
}

.ml-1 {
  margin-left: 1px !important;
}

.ml-2 {
  margin-left: 2px !important;
}

.ml-3 {
  margin-left: 3px !important;
}

.ml-4 {
  margin-left: 4px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-1r {
  margin-left: 1rem !important;
}

.ml-2r {
  margin-left: 2rem !important;
}

.ml-3r {
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

@media screen and (max-width: 480px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-10 {
    margin: 10 !important;
  }
  .m-sm-20 {
    margin: 20 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .ml-sm-10 {
    margin-left: 10 !important;
  }
  .ml-sm-20 {
    margin-left: 20 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mr-sm-10 {
    margin-right: 10 !important;
  }
  .mr-sm-20 {
    margin-right: 20 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-10 {
    margin-top: 10 !important;
  }
  .mt-sm-20 {
    margin-top: 20 !important;
  }
  .mb-sm-0 {
    margin-bottom: 10 !important;
  }
  .mb-sm-10 {
    margin-bottom: 20 !important;
  }
  .mb-sm-20 {
    margin-bottom: 0 !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (max-width: 768px) {
  .mx-auto-mobile {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
.lh-23 {
  line-height: 23px !important;
}

.lh-26 {
  line-height: 26px !important;
}

.h-200 {
  height: 200px !important;
}

.h-300 {
  height: 300px !important;
}

.h-400 {
  height: 400px !important;
}

.h-500 {
  height: 500px !important;
}

.h-600 {
  height: 600px !important;
}

.hpct-20 {
  height: 20% !important;
}

.min-h-350 {
  min-height: 350px !important;
}

.w-50 {
  width: 50px !important;
}

.w-77 {
  width: 77px !important;
}

.w-132 {
  width: 132px !important;
}

.w-142 {
  width: 141px !important;
}

.w-167 {
  width: 167px !important;
}

.w-171 {
  width: 171px !important;
}

.w-175 {
  width: 175px !important;
}

.w-188 {
  width: 188px !important;
}

.w-200 {
  width: 200px !important;
}

.w-206 {
  width: 206px !important;
}

.w-282 {
  width: 282px !important;
}

.w-300 {
  width: 300px !important;
}

.w-347 {
  width: 347px !important;
}

.w-full {
  width: 100% !important;
}

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

@media screen and (max-width: 767px) {
  .w-full-mobile {
    width: 100% !important;
  }
  .min-w-full-mobile {
    min-width: 100% !important;
  }
}
.max-width-100 {
  max-width: 100px !important;
}

.max-width-200 {
  max-width: 200px !important;
}

.max-width-250 {
  max-width: 250px !important;
}

.max-width-300 {
  max-width: 300px !important;
}

.max-width-500 {
  max-width: 500px !important;
}

.max-width-620 {
  max-width: 620px !important;
}

.min-width-200 {
  min-width: 200px !important;
}

.min-width-250 {
  min-width: 250px !important;
}

.min-width-300 {
  min-width: 300px !important;
}

.min-width-400 {
  min-width: 400px !important;
}

@media screen and (min-width: 1000px) {
  .min-w-300-lg {
    min-width: 300px !important;
  }
  .min-w-400-lg {
    min-width: 400px !important;
  }
}
.min-width-500 {
  min-width: 500px !important;
}

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

@media screen and (min-width: 1000px) {
  .min-w-333-lg {
    min-width: 333px !important;
  }
  .min-w-417-lg {
    min-width: 417px !important;
  }
}
@media screen and (max-width: 1000px) {
  .min-w-333-md {
    min-width: 333px !important;
  }
  .min-w-417-md {
    min-width: 417px !important;
  }
}
.p-0 {
  padding: 0px !important;
}

.m-0 {
  margin: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

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

.mb-0 {
  margin-bottom: 0px !important;
}

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

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

@media (min-width: 640px) {
  .sm\::p-0 {
    padding: 0px !important;
  }
  .sm\:m-0 {
    margin: 0px !important;
  }
  .sm\:pl-0 {
    padding-left: 0px !important;
  }
  .sm\:pr-0 {
    padding-right: 0px !important;
  }
  .sm\:pt-0 {
    padding-top: 0px !important;
  }
  .sm\:pb-0 {
    padding-bottom: 0px !important;
  }
  .sm\:ml-0 {
    margin-left: 0px !important;
  }
  .sm\:mr-0 {
    margin-right: 0px !important;
  }
  .sm\:mt-0 {
    margin-top: 0px !important;
  }
  .sm\:mb-0 {
    margin-bottom: 0px !important;
  }
  .sm\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .sm\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .sm\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .sm\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
}
@media (min-width: 768px) {
  .md\::p-0 {
    padding: 0px !important;
  }
  .md\:m-0 {
    margin: 0px !important;
  }
  .md\:pl-0 {
    padding-left: 0px !important;
  }
  .md\:pr-0 {
    padding-right: 0px !important;
  }
  .md\:pt-0 {
    padding-top: 0px !important;
  }
  .md\:pb-0 {
    padding-bottom: 0px !important;
  }
  .md\:ml-0 {
    margin-left: 0px !important;
  }
  .md\:mr-0 {
    margin-right: 0px !important;
  }
  .md\:mt-0 {
    margin-top: 0px !important;
  }
  .md\:mb-0 {
    margin-bottom: 0px !important;
  }
  .md\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .md\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .md\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .md\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
}
@media (min-width: 1024px) {
  .lg\::p-0 {
    padding: 0px !important;
  }
  .lg\:m-0 {
    margin: 0px !important;
  }
  .lg\:pl-0 {
    padding-left: 0px !important;
  }
  .lg\:pr-0 {
    padding-right: 0px !important;
  }
  .lg\:pt-0 {
    padding-top: 0px !important;
  }
  .lg\:pb-0 {
    padding-bottom: 0px !important;
  }
  .lg\:ml-0 {
    margin-left: 0px !important;
  }
  .lg\:mr-0 {
    margin-right: 0px !important;
  }
  .lg\:mt-0 {
    margin-top: 0px !important;
  }
  .lg\:mb-0 {
    margin-bottom: 0px !important;
  }
  .lg\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .lg\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .lg\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .lg\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
}
@media (min-width: 1280px) {
  .xl\::p-0 {
    padding: 0px !important;
  }
  .xl\:m-0 {
    margin: 0px !important;
  }
  .xl\:pl-0 {
    padding-left: 0px !important;
  }
  .xl\:pr-0 {
    padding-right: 0px !important;
  }
  .xl\:pt-0 {
    padding-top: 0px !important;
  }
  .xl\:pb-0 {
    padding-bottom: 0px !important;
  }
  .xl\:ml-0 {
    margin-left: 0px !important;
  }
  .xl\:mr-0 {
    margin-right: 0px !important;
  }
  .xl\:mt-0 {
    margin-top: 0px !important;
  }
  .xl\:mb-0 {
    margin-bottom: 0px !important;
  }
  .xl\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .xl\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .xl\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .xl\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
}
.p-5 {
  padding: 5px !important;
}

.m-5 {
  margin: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.px-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mx-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

@media (min-width: 640px) {
  .sm\::p-5 {
    padding: 5px !important;
  }
  .sm\:m-5 {
    margin: 5px !important;
  }
  .sm\:pl-5 {
    padding-left: 5px !important;
  }
  .sm\:pr-5 {
    padding-right: 5px !important;
  }
  .sm\:pt-5 {
    padding-top: 5px !important;
  }
  .sm\:pb-5 {
    padding-bottom: 5px !important;
  }
  .sm\:ml-5 {
    margin-left: 5px !important;
  }
  .sm\:mr-5 {
    margin-right: 5px !important;
  }
  .sm\:mt-5 {
    margin-top: 5px !important;
  }
  .sm\:mb-5 {
    margin-bottom: 5px !important;
  }
  .sm\:px-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .sm\:py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .sm\:mx-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .sm\:my-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
}
@media (min-width: 768px) {
  .md\::p-5 {
    padding: 5px !important;
  }
  .md\:m-5 {
    margin: 5px !important;
  }
  .md\:pl-5 {
    padding-left: 5px !important;
  }
  .md\:pr-5 {
    padding-right: 5px !important;
  }
  .md\:pt-5 {
    padding-top: 5px !important;
  }
  .md\:pb-5 {
    padding-bottom: 5px !important;
  }
  .md\:ml-5 {
    margin-left: 5px !important;
  }
  .md\:mr-5 {
    margin-right: 5px !important;
  }
  .md\:mt-5 {
    margin-top: 5px !important;
  }
  .md\:mb-5 {
    margin-bottom: 5px !important;
  }
  .md\:px-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .md\:py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .md\:mx-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .md\:my-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
}
@media (min-width: 1024px) {
  .lg\::p-5 {
    padding: 5px !important;
  }
  .lg\:m-5 {
    margin: 5px !important;
  }
  .lg\:pl-5 {
    padding-left: 5px !important;
  }
  .lg\:pr-5 {
    padding-right: 5px !important;
  }
  .lg\:pt-5 {
    padding-top: 5px !important;
  }
  .lg\:pb-5 {
    padding-bottom: 5px !important;
  }
  .lg\:ml-5 {
    margin-left: 5px !important;
  }
  .lg\:mr-5 {
    margin-right: 5px !important;
  }
  .lg\:mt-5 {
    margin-top: 5px !important;
  }
  .lg\:mb-5 {
    margin-bottom: 5px !important;
  }
  .lg\:px-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .lg\:py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .lg\:mx-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .lg\:my-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
}
@media (min-width: 1280px) {
  .xl\::p-5 {
    padding: 5px !important;
  }
  .xl\:m-5 {
    margin: 5px !important;
  }
  .xl\:pl-5 {
    padding-left: 5px !important;
  }
  .xl\:pr-5 {
    padding-right: 5px !important;
  }
  .xl\:pt-5 {
    padding-top: 5px !important;
  }
  .xl\:pb-5 {
    padding-bottom: 5px !important;
  }
  .xl\:ml-5 {
    margin-left: 5px !important;
  }
  .xl\:mr-5 {
    margin-right: 5px !important;
  }
  .xl\:mt-5 {
    margin-top: 5px !important;
  }
  .xl\:mb-5 {
    margin-bottom: 5px !important;
  }
  .xl\:px-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .xl\:py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .xl\:mx-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .xl\:my-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
}
.p-10 {
  padding: 10px !important;
}

.m-10 {
  margin: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

@media (min-width: 640px) {
  .sm\::p-10 {
    padding: 10px !important;
  }
  .sm\:m-10 {
    margin: 10px !important;
  }
  .sm\:pl-10 {
    padding-left: 10px !important;
  }
  .sm\:pr-10 {
    padding-right: 10px !important;
  }
  .sm\:pt-10 {
    padding-top: 10px !important;
  }
  .sm\:pb-10 {
    padding-bottom: 10px !important;
  }
  .sm\:ml-10 {
    margin-left: 10px !important;
  }
  .sm\:mr-10 {
    margin-right: 10px !important;
  }
  .sm\:mt-10 {
    margin-top: 10px !important;
  }
  .sm\:mb-10 {
    margin-bottom: 10px !important;
  }
  .sm\:px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .sm\:py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .sm\:mx-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .sm\:my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}
@media (min-width: 768px) {
  .md\::p-10 {
    padding: 10px !important;
  }
  .md\:m-10 {
    margin: 10px !important;
  }
  .md\:pl-10 {
    padding-left: 10px !important;
  }
  .md\:pr-10 {
    padding-right: 10px !important;
  }
  .md\:pt-10 {
    padding-top: 10px !important;
  }
  .md\:pb-10 {
    padding-bottom: 10px !important;
  }
  .md\:ml-10 {
    margin-left: 10px !important;
  }
  .md\:mr-10 {
    margin-right: 10px !important;
  }
  .md\:mt-10 {
    margin-top: 10px !important;
  }
  .md\:mb-10 {
    margin-bottom: 10px !important;
  }
  .md\:px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .md\:py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .md\:mx-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .md\:my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}
@media (min-width: 1024px) {
  .lg\::p-10 {
    padding: 10px !important;
  }
  .lg\:m-10 {
    margin: 10px !important;
  }
  .lg\:pl-10 {
    padding-left: 10px !important;
  }
  .lg\:pr-10 {
    padding-right: 10px !important;
  }
  .lg\:pt-10 {
    padding-top: 10px !important;
  }
  .lg\:pb-10 {
    padding-bottom: 10px !important;
  }
  .lg\:ml-10 {
    margin-left: 10px !important;
  }
  .lg\:mr-10 {
    margin-right: 10px !important;
  }
  .lg\:mt-10 {
    margin-top: 10px !important;
  }
  .lg\:mb-10 {
    margin-bottom: 10px !important;
  }
  .lg\:px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .lg\:py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .lg\:mx-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .lg\:my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}
@media (min-width: 1280px) {
  .xl\::p-10 {
    padding: 10px !important;
  }
  .xl\:m-10 {
    margin: 10px !important;
  }
  .xl\:pl-10 {
    padding-left: 10px !important;
  }
  .xl\:pr-10 {
    padding-right: 10px !important;
  }
  .xl\:pt-10 {
    padding-top: 10px !important;
  }
  .xl\:pb-10 {
    padding-bottom: 10px !important;
  }
  .xl\:ml-10 {
    margin-left: 10px !important;
  }
  .xl\:mr-10 {
    margin-right: 10px !important;
  }
  .xl\:mt-10 {
    margin-top: 10px !important;
  }
  .xl\:mb-10 {
    margin-bottom: 10px !important;
  }
  .xl\:px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .xl\:py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .xl\:mx-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .xl\:my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}
.p-15 {
  padding: 15px !important;
}

.m-15 {
  margin: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mx-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

@media (min-width: 640px) {
  .sm\::p-15 {
    padding: 15px !important;
  }
  .sm\:m-15 {
    margin: 15px !important;
  }
  .sm\:pl-15 {
    padding-left: 15px !important;
  }
  .sm\:pr-15 {
    padding-right: 15px !important;
  }
  .sm\:pt-15 {
    padding-top: 15px !important;
  }
  .sm\:pb-15 {
    padding-bottom: 15px !important;
  }
  .sm\:ml-15 {
    margin-left: 15px !important;
  }
  .sm\:mr-15 {
    margin-right: 15px !important;
  }
  .sm\:mt-15 {
    margin-top: 15px !important;
  }
  .sm\:mb-15 {
    margin-bottom: 15px !important;
  }
  .sm\:px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .sm\:py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .sm\:mx-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .sm\:my-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}
@media (min-width: 768px) {
  .md\::p-15 {
    padding: 15px !important;
  }
  .md\:m-15 {
    margin: 15px !important;
  }
  .md\:pl-15 {
    padding-left: 15px !important;
  }
  .md\:pr-15 {
    padding-right: 15px !important;
  }
  .md\:pt-15 {
    padding-top: 15px !important;
  }
  .md\:pb-15 {
    padding-bottom: 15px !important;
  }
  .md\:ml-15 {
    margin-left: 15px !important;
  }
  .md\:mr-15 {
    margin-right: 15px !important;
  }
  .md\:mt-15 {
    margin-top: 15px !important;
  }
  .md\:mb-15 {
    margin-bottom: 15px !important;
  }
  .md\:px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .md\:py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .md\:mx-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .md\:my-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}
@media (min-width: 1024px) {
  .lg\::p-15 {
    padding: 15px !important;
  }
  .lg\:m-15 {
    margin: 15px !important;
  }
  .lg\:pl-15 {
    padding-left: 15px !important;
  }
  .lg\:pr-15 {
    padding-right: 15px !important;
  }
  .lg\:pt-15 {
    padding-top: 15px !important;
  }
  .lg\:pb-15 {
    padding-bottom: 15px !important;
  }
  .lg\:ml-15 {
    margin-left: 15px !important;
  }
  .lg\:mr-15 {
    margin-right: 15px !important;
  }
  .lg\:mt-15 {
    margin-top: 15px !important;
  }
  .lg\:mb-15 {
    margin-bottom: 15px !important;
  }
  .lg\:px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .lg\:py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .lg\:mx-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .lg\:my-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}
@media (min-width: 1280px) {
  .xl\::p-15 {
    padding: 15px !important;
  }
  .xl\:m-15 {
    margin: 15px !important;
  }
  .xl\:pl-15 {
    padding-left: 15px !important;
  }
  .xl\:pr-15 {
    padding-right: 15px !important;
  }
  .xl\:pt-15 {
    padding-top: 15px !important;
  }
  .xl\:pb-15 {
    padding-bottom: 15px !important;
  }
  .xl\:ml-15 {
    margin-left: 15px !important;
  }
  .xl\:mr-15 {
    margin-right: 15px !important;
  }
  .xl\:mt-15 {
    margin-top: 15px !important;
  }
  .xl\:mb-15 {
    margin-bottom: 15px !important;
  }
  .xl\:px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .xl\:py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .xl\:mx-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .xl\:my-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}
.p-20 {
  padding: 20px !important;
}

.m-20 {
  margin: 20px !important;
}

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

.pr-20 {
  padding-right: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

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

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

@media (min-width: 640px) {
  .sm\::p-20 {
    padding: 20px !important;
  }
  .sm\:m-20 {
    margin: 20px !important;
  }
  .sm\:pl-20 {
    padding-left: 20px !important;
  }
  .sm\:pr-20 {
    padding-right: 20px !important;
  }
  .sm\:pt-20 {
    padding-top: 20px !important;
  }
  .sm\:pb-20 {
    padding-bottom: 20px !important;
  }
  .sm\:ml-20 {
    margin-left: 20px !important;
  }
  .sm\:mr-20 {
    margin-right: 20px !important;
  }
  .sm\:mt-20 {
    margin-top: 20px !important;
  }
  .sm\:mb-20 {
    margin-bottom: 20px !important;
  }
  .sm\:px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .sm\:py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .sm\:mx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .sm\:my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}
@media (min-width: 768px) {
  .md\::p-20 {
    padding: 20px !important;
  }
  .md\:m-20 {
    margin: 20px !important;
  }
  .md\:pl-20 {
    padding-left: 20px !important;
  }
  .md\:pr-20 {
    padding-right: 20px !important;
  }
  .md\:pt-20 {
    padding-top: 20px !important;
  }
  .md\:pb-20 {
    padding-bottom: 20px !important;
  }
  .md\:ml-20 {
    margin-left: 20px !important;
  }
  .md\:mr-20 {
    margin-right: 20px !important;
  }
  .md\:mt-20 {
    margin-top: 20px !important;
  }
  .md\:mb-20 {
    margin-bottom: 20px !important;
  }
  .md\:px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .md\:py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .md\:mx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .md\:my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}
@media (min-width: 1024px) {
  .lg\::p-20 {
    padding: 20px !important;
  }
  .lg\:m-20 {
    margin: 20px !important;
  }
  .lg\:pl-20 {
    padding-left: 20px !important;
  }
  .lg\:pr-20 {
    padding-right: 20px !important;
  }
  .lg\:pt-20 {
    padding-top: 20px !important;
  }
  .lg\:pb-20 {
    padding-bottom: 20px !important;
  }
  .lg\:ml-20 {
    margin-left: 20px !important;
  }
  .lg\:mr-20 {
    margin-right: 20px !important;
  }
  .lg\:mt-20 {
    margin-top: 20px !important;
  }
  .lg\:mb-20 {
    margin-bottom: 20px !important;
  }
  .lg\:px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .lg\:py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .lg\:mx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .lg\:my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}
@media (min-width: 1280px) {
  .xl\::p-20 {
    padding: 20px !important;
  }
  .xl\:m-20 {
    margin: 20px !important;
  }
  .xl\:pl-20 {
    padding-left: 20px !important;
  }
  .xl\:pr-20 {
    padding-right: 20px !important;
  }
  .xl\:pt-20 {
    padding-top: 20px !important;
  }
  .xl\:pb-20 {
    padding-bottom: 20px !important;
  }
  .xl\:ml-20 {
    margin-left: 20px !important;
  }
  .xl\:mr-20 {
    margin-right: 20px !important;
  }
  .xl\:mt-20 {
    margin-top: 20px !important;
  }
  .xl\:mb-20 {
    margin-bottom: 20px !important;
  }
  .xl\:px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .xl\:py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .xl\:mx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .xl\:my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}
.p-25 {
  padding: 25px !important;
}

.m-25 {
  margin: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mx-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

@media (min-width: 640px) {
  .sm\::p-25 {
    padding: 25px !important;
  }
  .sm\:m-25 {
    margin: 25px !important;
  }
  .sm\:pl-25 {
    padding-left: 25px !important;
  }
  .sm\:pr-25 {
    padding-right: 25px !important;
  }
  .sm\:pt-25 {
    padding-top: 25px !important;
  }
  .sm\:pb-25 {
    padding-bottom: 25px !important;
  }
  .sm\:ml-25 {
    margin-left: 25px !important;
  }
  .sm\:mr-25 {
    margin-right: 25px !important;
  }
  .sm\:mt-25 {
    margin-top: 25px !important;
  }
  .sm\:mb-25 {
    margin-bottom: 25px !important;
  }
  .sm\:px-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .sm\:py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .sm\:mx-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .sm\:my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
}
@media (min-width: 768px) {
  .md\::p-25 {
    padding: 25px !important;
  }
  .md\:m-25 {
    margin: 25px !important;
  }
  .md\:pl-25 {
    padding-left: 25px !important;
  }
  .md\:pr-25 {
    padding-right: 25px !important;
  }
  .md\:pt-25 {
    padding-top: 25px !important;
  }
  .md\:pb-25 {
    padding-bottom: 25px !important;
  }
  .md\:ml-25 {
    margin-left: 25px !important;
  }
  .md\:mr-25 {
    margin-right: 25px !important;
  }
  .md\:mt-25 {
    margin-top: 25px !important;
  }
  .md\:mb-25 {
    margin-bottom: 25px !important;
  }
  .md\:px-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .md\:py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .md\:mx-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .md\:my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
}
@media (min-width: 1024px) {
  .lg\::p-25 {
    padding: 25px !important;
  }
  .lg\:m-25 {
    margin: 25px !important;
  }
  .lg\:pl-25 {
    padding-left: 25px !important;
  }
  .lg\:pr-25 {
    padding-right: 25px !important;
  }
  .lg\:pt-25 {
    padding-top: 25px !important;
  }
  .lg\:pb-25 {
    padding-bottom: 25px !important;
  }
  .lg\:ml-25 {
    margin-left: 25px !important;
  }
  .lg\:mr-25 {
    margin-right: 25px !important;
  }
  .lg\:mt-25 {
    margin-top: 25px !important;
  }
  .lg\:mb-25 {
    margin-bottom: 25px !important;
  }
  .lg\:px-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .lg\:py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .lg\:mx-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .lg\:my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
}
@media (min-width: 1280px) {
  .xl\::p-25 {
    padding: 25px !important;
  }
  .xl\:m-25 {
    margin: 25px !important;
  }
  .xl\:pl-25 {
    padding-left: 25px !important;
  }
  .xl\:pr-25 {
    padding-right: 25px !important;
  }
  .xl\:pt-25 {
    padding-top: 25px !important;
  }
  .xl\:pb-25 {
    padding-bottom: 25px !important;
  }
  .xl\:ml-25 {
    margin-left: 25px !important;
  }
  .xl\:mr-25 {
    margin-right: 25px !important;
  }
  .xl\:mt-25 {
    margin-top: 25px !important;
  }
  .xl\:mb-25 {
    margin-bottom: 25px !important;
  }
  .xl\:px-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .xl\:py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .xl\:mx-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .xl\:my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
}
.p-30 {
  padding: 30px !important;
}

.m-30 {
  margin: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

@media (min-width: 640px) {
  .sm\::p-30 {
    padding: 30px !important;
  }
  .sm\:m-30 {
    margin: 30px !important;
  }
  .sm\:pl-30 {
    padding-left: 30px !important;
  }
  .sm\:pr-30 {
    padding-right: 30px !important;
  }
  .sm\:pt-30 {
    padding-top: 30px !important;
  }
  .sm\:pb-30 {
    padding-bottom: 30px !important;
  }
  .sm\:ml-30 {
    margin-left: 30px !important;
  }
  .sm\:mr-30 {
    margin-right: 30px !important;
  }
  .sm\:mt-30 {
    margin-top: 30px !important;
  }
  .sm\:mb-30 {
    margin-bottom: 30px !important;
  }
  .sm\:px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .sm\:py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .sm\:mx-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .sm\:my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}
@media (min-width: 768px) {
  .md\::p-30 {
    padding: 30px !important;
  }
  .md\:m-30 {
    margin: 30px !important;
  }
  .md\:pl-30 {
    padding-left: 30px !important;
  }
  .md\:pr-30 {
    padding-right: 30px !important;
  }
  .md\:pt-30 {
    padding-top: 30px !important;
  }
  .md\:pb-30 {
    padding-bottom: 30px !important;
  }
  .md\:ml-30 {
    margin-left: 30px !important;
  }
  .md\:mr-30 {
    margin-right: 30px !important;
  }
  .md\:mt-30 {
    margin-top: 30px !important;
  }
  .md\:mb-30 {
    margin-bottom: 30px !important;
  }
  .md\:px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .md\:py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .md\:mx-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .md\:my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}
@media (min-width: 1024px) {
  .lg\::p-30 {
    padding: 30px !important;
  }
  .lg\:m-30 {
    margin: 30px !important;
  }
  .lg\:pl-30 {
    padding-left: 30px !important;
  }
  .lg\:pr-30 {
    padding-right: 30px !important;
  }
  .lg\:pt-30 {
    padding-top: 30px !important;
  }
  .lg\:pb-30 {
    padding-bottom: 30px !important;
  }
  .lg\:ml-30 {
    margin-left: 30px !important;
  }
  .lg\:mr-30 {
    margin-right: 30px !important;
  }
  .lg\:mt-30 {
    margin-top: 30px !important;
  }
  .lg\:mb-30 {
    margin-bottom: 30px !important;
  }
  .lg\:px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .lg\:py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .lg\:mx-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .lg\:my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}
@media (min-width: 1280px) {
  .xl\::p-30 {
    padding: 30px !important;
  }
  .xl\:m-30 {
    margin: 30px !important;
  }
  .xl\:pl-30 {
    padding-left: 30px !important;
  }
  .xl\:pr-30 {
    padding-right: 30px !important;
  }
  .xl\:pt-30 {
    padding-top: 30px !important;
  }
  .xl\:pb-30 {
    padding-bottom: 30px !important;
  }
  .xl\:ml-30 {
    margin-left: 30px !important;
  }
  .xl\:mr-30 {
    margin-right: 30px !important;
  }
  .xl\:mt-30 {
    margin-top: 30px !important;
  }
  .xl\:mb-30 {
    margin-bottom: 30px !important;
  }
  .xl\:px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .xl\:py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .xl\:mx-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .xl\:my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}
.p-35 {
  padding: 35px !important;
}

.m-35 {
  margin: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.px-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mx-35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.my-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

@media (min-width: 640px) {
  .sm\::p-35 {
    padding: 35px !important;
  }
  .sm\:m-35 {
    margin: 35px !important;
  }
  .sm\:pl-35 {
    padding-left: 35px !important;
  }
  .sm\:pr-35 {
    padding-right: 35px !important;
  }
  .sm\:pt-35 {
    padding-top: 35px !important;
  }
  .sm\:pb-35 {
    padding-bottom: 35px !important;
  }
  .sm\:ml-35 {
    margin-left: 35px !important;
  }
  .sm\:mr-35 {
    margin-right: 35px !important;
  }
  .sm\:mt-35 {
    margin-top: 35px !important;
  }
  .sm\:mb-35 {
    margin-bottom: 35px !important;
  }
  .sm\:px-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .sm\:py-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .sm\:mx-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .sm\:my-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
}
@media (min-width: 768px) {
  .md\::p-35 {
    padding: 35px !important;
  }
  .md\:m-35 {
    margin: 35px !important;
  }
  .md\:pl-35 {
    padding-left: 35px !important;
  }
  .md\:pr-35 {
    padding-right: 35px !important;
  }
  .md\:pt-35 {
    padding-top: 35px !important;
  }
  .md\:pb-35 {
    padding-bottom: 35px !important;
  }
  .md\:ml-35 {
    margin-left: 35px !important;
  }
  .md\:mr-35 {
    margin-right: 35px !important;
  }
  .md\:mt-35 {
    margin-top: 35px !important;
  }
  .md\:mb-35 {
    margin-bottom: 35px !important;
  }
  .md\:px-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .md\:py-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .md\:mx-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .md\:my-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
}
@media (min-width: 1024px) {
  .lg\::p-35 {
    padding: 35px !important;
  }
  .lg\:m-35 {
    margin: 35px !important;
  }
  .lg\:pl-35 {
    padding-left: 35px !important;
  }
  .lg\:pr-35 {
    padding-right: 35px !important;
  }
  .lg\:pt-35 {
    padding-top: 35px !important;
  }
  .lg\:pb-35 {
    padding-bottom: 35px !important;
  }
  .lg\:ml-35 {
    margin-left: 35px !important;
  }
  .lg\:mr-35 {
    margin-right: 35px !important;
  }
  .lg\:mt-35 {
    margin-top: 35px !important;
  }
  .lg\:mb-35 {
    margin-bottom: 35px !important;
  }
  .lg\:px-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .lg\:py-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .lg\:mx-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .lg\:my-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
}
@media (min-width: 1280px) {
  .xl\::p-35 {
    padding: 35px !important;
  }
  .xl\:m-35 {
    margin: 35px !important;
  }
  .xl\:pl-35 {
    padding-left: 35px !important;
  }
  .xl\:pr-35 {
    padding-right: 35px !important;
  }
  .xl\:pt-35 {
    padding-top: 35px !important;
  }
  .xl\:pb-35 {
    padding-bottom: 35px !important;
  }
  .xl\:ml-35 {
    margin-left: 35px !important;
  }
  .xl\:mr-35 {
    margin-right: 35px !important;
  }
  .xl\:mt-35 {
    margin-top: 35px !important;
  }
  .xl\:mb-35 {
    margin-bottom: 35px !important;
  }
  .xl\:px-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .xl\:py-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .xl\:mx-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .xl\:my-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
}
.p-40 {
  padding: 40px !important;
}

.m-40 {
  margin: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

@media (min-width: 640px) {
  .sm\::p-40 {
    padding: 40px !important;
  }
  .sm\:m-40 {
    margin: 40px !important;
  }
  .sm\:pl-40 {
    padding-left: 40px !important;
  }
  .sm\:pr-40 {
    padding-right: 40px !important;
  }
  .sm\:pt-40 {
    padding-top: 40px !important;
  }
  .sm\:pb-40 {
    padding-bottom: 40px !important;
  }
  .sm\:ml-40 {
    margin-left: 40px !important;
  }
  .sm\:mr-40 {
    margin-right: 40px !important;
  }
  .sm\:mt-40 {
    margin-top: 40px !important;
  }
  .sm\:mb-40 {
    margin-bottom: 40px !important;
  }
  .sm\:px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .sm\:py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .sm\:mx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .sm\:my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
}
@media (min-width: 768px) {
  .md\::p-40 {
    padding: 40px !important;
  }
  .md\:m-40 {
    margin: 40px !important;
  }
  .md\:pl-40 {
    padding-left: 40px !important;
  }
  .md\:pr-40 {
    padding-right: 40px !important;
  }
  .md\:pt-40 {
    padding-top: 40px !important;
  }
  .md\:pb-40 {
    padding-bottom: 40px !important;
  }
  .md\:ml-40 {
    margin-left: 40px !important;
  }
  .md\:mr-40 {
    margin-right: 40px !important;
  }
  .md\:mt-40 {
    margin-top: 40px !important;
  }
  .md\:mb-40 {
    margin-bottom: 40px !important;
  }
  .md\:px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .md\:py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .md\:mx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .md\:my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
}
@media (min-width: 1024px) {
  .lg\::p-40 {
    padding: 40px !important;
  }
  .lg\:m-40 {
    margin: 40px !important;
  }
  .lg\:pl-40 {
    padding-left: 40px !important;
  }
  .lg\:pr-40 {
    padding-right: 40px !important;
  }
  .lg\:pt-40 {
    padding-top: 40px !important;
  }
  .lg\:pb-40 {
    padding-bottom: 40px !important;
  }
  .lg\:ml-40 {
    margin-left: 40px !important;
  }
  .lg\:mr-40 {
    margin-right: 40px !important;
  }
  .lg\:mt-40 {
    margin-top: 40px !important;
  }
  .lg\:mb-40 {
    margin-bottom: 40px !important;
  }
  .lg\:px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .lg\:py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .lg\:mx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .lg\:my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
}
@media (min-width: 1280px) {
  .xl\::p-40 {
    padding: 40px !important;
  }
  .xl\:m-40 {
    margin: 40px !important;
  }
  .xl\:pl-40 {
    padding-left: 40px !important;
  }
  .xl\:pr-40 {
    padding-right: 40px !important;
  }
  .xl\:pt-40 {
    padding-top: 40px !important;
  }
  .xl\:pb-40 {
    padding-bottom: 40px !important;
  }
  .xl\:ml-40 {
    margin-left: 40px !important;
  }
  .xl\:mr-40 {
    margin-right: 40px !important;
  }
  .xl\:mt-40 {
    margin-top: 40px !important;
  }
  .xl\:mb-40 {
    margin-bottom: 40px !important;
  }
  .xl\:px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .xl\:py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .xl\:mx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .xl\:my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
}
.p-45 {
  padding: 45px !important;
}

.m-45 {
  margin: 45px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.px-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mx-45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.my-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

@media (min-width: 640px) {
  .sm\::p-45 {
    padding: 45px !important;
  }
  .sm\:m-45 {
    margin: 45px !important;
  }
  .sm\:pl-45 {
    padding-left: 45px !important;
  }
  .sm\:pr-45 {
    padding-right: 45px !important;
  }
  .sm\:pt-45 {
    padding-top: 45px !important;
  }
  .sm\:pb-45 {
    padding-bottom: 45px !important;
  }
  .sm\:ml-45 {
    margin-left: 45px !important;
  }
  .sm\:mr-45 {
    margin-right: 45px !important;
  }
  .sm\:mt-45 {
    margin-top: 45px !important;
  }
  .sm\:mb-45 {
    margin-bottom: 45px !important;
  }
  .sm\:px-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .sm\:py-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .sm\:mx-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .sm\:my-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
}
@media (min-width: 768px) {
  .md\::p-45 {
    padding: 45px !important;
  }
  .md\:m-45 {
    margin: 45px !important;
  }
  .md\:pl-45 {
    padding-left: 45px !important;
  }
  .md\:pr-45 {
    padding-right: 45px !important;
  }
  .md\:pt-45 {
    padding-top: 45px !important;
  }
  .md\:pb-45 {
    padding-bottom: 45px !important;
  }
  .md\:ml-45 {
    margin-left: 45px !important;
  }
  .md\:mr-45 {
    margin-right: 45px !important;
  }
  .md\:mt-45 {
    margin-top: 45px !important;
  }
  .md\:mb-45 {
    margin-bottom: 45px !important;
  }
  .md\:px-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .md\:py-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .md\:mx-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .md\:my-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
}
@media (min-width: 1024px) {
  .lg\::p-45 {
    padding: 45px !important;
  }
  .lg\:m-45 {
    margin: 45px !important;
  }
  .lg\:pl-45 {
    padding-left: 45px !important;
  }
  .lg\:pr-45 {
    padding-right: 45px !important;
  }
  .lg\:pt-45 {
    padding-top: 45px !important;
  }
  .lg\:pb-45 {
    padding-bottom: 45px !important;
  }
  .lg\:ml-45 {
    margin-left: 45px !important;
  }
  .lg\:mr-45 {
    margin-right: 45px !important;
  }
  .lg\:mt-45 {
    margin-top: 45px !important;
  }
  .lg\:mb-45 {
    margin-bottom: 45px !important;
  }
  .lg\:px-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .lg\:py-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .lg\:mx-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .lg\:my-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
}
@media (min-width: 1280px) {
  .xl\::p-45 {
    padding: 45px !important;
  }
  .xl\:m-45 {
    margin: 45px !important;
  }
  .xl\:pl-45 {
    padding-left: 45px !important;
  }
  .xl\:pr-45 {
    padding-right: 45px !important;
  }
  .xl\:pt-45 {
    padding-top: 45px !important;
  }
  .xl\:pb-45 {
    padding-bottom: 45px !important;
  }
  .xl\:ml-45 {
    margin-left: 45px !important;
  }
  .xl\:mr-45 {
    margin-right: 45px !important;
  }
  .xl\:mt-45 {
    margin-top: 45px !important;
  }
  .xl\:mb-45 {
    margin-bottom: 45px !important;
  }
  .xl\:px-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .xl\:py-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .xl\:mx-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .xl\:my-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
}
.p-50 {
  padding: 50px !important;
}

.m-50 {
  margin: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mx-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

@media (min-width: 640px) {
  .sm\::p-50 {
    padding: 50px !important;
  }
  .sm\:m-50 {
    margin: 50px !important;
  }
  .sm\:pl-50 {
    padding-left: 50px !important;
  }
  .sm\:pr-50 {
    padding-right: 50px !important;
  }
  .sm\:pt-50 {
    padding-top: 50px !important;
  }
  .sm\:pb-50 {
    padding-bottom: 50px !important;
  }
  .sm\:ml-50 {
    margin-left: 50px !important;
  }
  .sm\:mr-50 {
    margin-right: 50px !important;
  }
  .sm\:mt-50 {
    margin-top: 50px !important;
  }
  .sm\:mb-50 {
    margin-bottom: 50px !important;
  }
  .sm\:px-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .sm\:py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .sm\:mx-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .sm\:my-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
}
@media (min-width: 768px) {
  .md\::p-50 {
    padding: 50px !important;
  }
  .md\:m-50 {
    margin: 50px !important;
  }
  .md\:pl-50 {
    padding-left: 50px !important;
  }
  .md\:pr-50 {
    padding-right: 50px !important;
  }
  .md\:pt-50 {
    padding-top: 50px !important;
  }
  .md\:pb-50 {
    padding-bottom: 50px !important;
  }
  .md\:ml-50 {
    margin-left: 50px !important;
  }
  .md\:mr-50 {
    margin-right: 50px !important;
  }
  .md\:mt-50 {
    margin-top: 50px !important;
  }
  .md\:mb-50 {
    margin-bottom: 50px !important;
  }
  .md\:px-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .md\:py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .md\:mx-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .md\:my-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
}
@media (min-width: 1024px) {
  .lg\::p-50 {
    padding: 50px !important;
  }
  .lg\:m-50 {
    margin: 50px !important;
  }
  .lg\:pl-50 {
    padding-left: 50px !important;
  }
  .lg\:pr-50 {
    padding-right: 50px !important;
  }
  .lg\:pt-50 {
    padding-top: 50px !important;
  }
  .lg\:pb-50 {
    padding-bottom: 50px !important;
  }
  .lg\:ml-50 {
    margin-left: 50px !important;
  }
  .lg\:mr-50 {
    margin-right: 50px !important;
  }
  .lg\:mt-50 {
    margin-top: 50px !important;
  }
  .lg\:mb-50 {
    margin-bottom: 50px !important;
  }
  .lg\:px-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .lg\:py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .lg\:mx-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .lg\:my-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
}
@media (min-width: 1280px) {
  .xl\::p-50 {
    padding: 50px !important;
  }
  .xl\:m-50 {
    margin: 50px !important;
  }
  .xl\:pl-50 {
    padding-left: 50px !important;
  }
  .xl\:pr-50 {
    padding-right: 50px !important;
  }
  .xl\:pt-50 {
    padding-top: 50px !important;
  }
  .xl\:pb-50 {
    padding-bottom: 50px !important;
  }
  .xl\:ml-50 {
    margin-left: 50px !important;
  }
  .xl\:mr-50 {
    margin-right: 50px !important;
  }
  .xl\:mt-50 {
    margin-top: 50px !important;
  }
  .xl\:mb-50 {
    margin-bottom: 50px !important;
  }
  .xl\:px-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .xl\:py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .xl\:mx-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .xl\:my-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
}
.p-55 {
  padding: 55px !important;
}

.m-55 {
  margin: 55px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.px-55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

.py-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mx-55 {
  margin-left: 55px !important;
  margin-right: 55px !important;
}

.my-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

@media (min-width: 640px) {
  .sm\::p-55 {
    padding: 55px !important;
  }
  .sm\:m-55 {
    margin: 55px !important;
  }
  .sm\:pl-55 {
    padding-left: 55px !important;
  }
  .sm\:pr-55 {
    padding-right: 55px !important;
  }
  .sm\:pt-55 {
    padding-top: 55px !important;
  }
  .sm\:pb-55 {
    padding-bottom: 55px !important;
  }
  .sm\:ml-55 {
    margin-left: 55px !important;
  }
  .sm\:mr-55 {
    margin-right: 55px !important;
  }
  .sm\:mt-55 {
    margin-top: 55px !important;
  }
  .sm\:mb-55 {
    margin-bottom: 55px !important;
  }
  .sm\:px-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  .sm\:py-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .sm\:mx-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
  .sm\:my-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
}
@media (min-width: 768px) {
  .md\::p-55 {
    padding: 55px !important;
  }
  .md\:m-55 {
    margin: 55px !important;
  }
  .md\:pl-55 {
    padding-left: 55px !important;
  }
  .md\:pr-55 {
    padding-right: 55px !important;
  }
  .md\:pt-55 {
    padding-top: 55px !important;
  }
  .md\:pb-55 {
    padding-bottom: 55px !important;
  }
  .md\:ml-55 {
    margin-left: 55px !important;
  }
  .md\:mr-55 {
    margin-right: 55px !important;
  }
  .md\:mt-55 {
    margin-top: 55px !important;
  }
  .md\:mb-55 {
    margin-bottom: 55px !important;
  }
  .md\:px-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  .md\:py-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .md\:mx-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
  .md\:my-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
}
@media (min-width: 1024px) {
  .lg\::p-55 {
    padding: 55px !important;
  }
  .lg\:m-55 {
    margin: 55px !important;
  }
  .lg\:pl-55 {
    padding-left: 55px !important;
  }
  .lg\:pr-55 {
    padding-right: 55px !important;
  }
  .lg\:pt-55 {
    padding-top: 55px !important;
  }
  .lg\:pb-55 {
    padding-bottom: 55px !important;
  }
  .lg\:ml-55 {
    margin-left: 55px !important;
  }
  .lg\:mr-55 {
    margin-right: 55px !important;
  }
  .lg\:mt-55 {
    margin-top: 55px !important;
  }
  .lg\:mb-55 {
    margin-bottom: 55px !important;
  }
  .lg\:px-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  .lg\:py-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .lg\:mx-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
  .lg\:my-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
}
@media (min-width: 1280px) {
  .xl\::p-55 {
    padding: 55px !important;
  }
  .xl\:m-55 {
    margin: 55px !important;
  }
  .xl\:pl-55 {
    padding-left: 55px !important;
  }
  .xl\:pr-55 {
    padding-right: 55px !important;
  }
  .xl\:pt-55 {
    padding-top: 55px !important;
  }
  .xl\:pb-55 {
    padding-bottom: 55px !important;
  }
  .xl\:ml-55 {
    margin-left: 55px !important;
  }
  .xl\:mr-55 {
    margin-right: 55px !important;
  }
  .xl\:mt-55 {
    margin-top: 55px !important;
  }
  .xl\:mb-55 {
    margin-bottom: 55px !important;
  }
  .xl\:px-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  .xl\:py-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .xl\:mx-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
  .xl\:my-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
}
.p-60 {
  padding: 60px !important;
}

.m-60 {
  margin: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.px-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mx-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

@media (min-width: 640px) {
  .sm\::p-60 {
    padding: 60px !important;
  }
  .sm\:m-60 {
    margin: 60px !important;
  }
  .sm\:pl-60 {
    padding-left: 60px !important;
  }
  .sm\:pr-60 {
    padding-right: 60px !important;
  }
  .sm\:pt-60 {
    padding-top: 60px !important;
  }
  .sm\:pb-60 {
    padding-bottom: 60px !important;
  }
  .sm\:ml-60 {
    margin-left: 60px !important;
  }
  .sm\:mr-60 {
    margin-right: 60px !important;
  }
  .sm\:mt-60 {
    margin-top: 60px !important;
  }
  .sm\:mb-60 {
    margin-bottom: 60px !important;
  }
  .sm\:px-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .sm\:py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .sm\:mx-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .sm\:my-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}
@media (min-width: 768px) {
  .md\::p-60 {
    padding: 60px !important;
  }
  .md\:m-60 {
    margin: 60px !important;
  }
  .md\:pl-60 {
    padding-left: 60px !important;
  }
  .md\:pr-60 {
    padding-right: 60px !important;
  }
  .md\:pt-60 {
    padding-top: 60px !important;
  }
  .md\:pb-60 {
    padding-bottom: 60px !important;
  }
  .md\:ml-60 {
    margin-left: 60px !important;
  }
  .md\:mr-60 {
    margin-right: 60px !important;
  }
  .md\:mt-60 {
    margin-top: 60px !important;
  }
  .md\:mb-60 {
    margin-bottom: 60px !important;
  }
  .md\:px-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .md\:py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .md\:mx-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .md\:my-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}
@media (min-width: 1024px) {
  .lg\::p-60 {
    padding: 60px !important;
  }
  .lg\:m-60 {
    margin: 60px !important;
  }
  .lg\:pl-60 {
    padding-left: 60px !important;
  }
  .lg\:pr-60 {
    padding-right: 60px !important;
  }
  .lg\:pt-60 {
    padding-top: 60px !important;
  }
  .lg\:pb-60 {
    padding-bottom: 60px !important;
  }
  .lg\:ml-60 {
    margin-left: 60px !important;
  }
  .lg\:mr-60 {
    margin-right: 60px !important;
  }
  .lg\:mt-60 {
    margin-top: 60px !important;
  }
  .lg\:mb-60 {
    margin-bottom: 60px !important;
  }
  .lg\:px-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .lg\:py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .lg\:mx-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .lg\:my-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}
@media (min-width: 1280px) {
  .xl\::p-60 {
    padding: 60px !important;
  }
  .xl\:m-60 {
    margin: 60px !important;
  }
  .xl\:pl-60 {
    padding-left: 60px !important;
  }
  .xl\:pr-60 {
    padding-right: 60px !important;
  }
  .xl\:pt-60 {
    padding-top: 60px !important;
  }
  .xl\:pb-60 {
    padding-bottom: 60px !important;
  }
  .xl\:ml-60 {
    margin-left: 60px !important;
  }
  .xl\:mr-60 {
    margin-right: 60px !important;
  }
  .xl\:mt-60 {
    margin-top: 60px !important;
  }
  .xl\:mb-60 {
    margin-bottom: 60px !important;
  }
  .xl\:px-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .xl\:py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .xl\:mx-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .xl\:my-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}
.p-65 {
  padding: 65px !important;
}

.m-65 {
  margin: 65px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.px-65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

.py-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mx-65 {
  margin-left: 65px !important;
  margin-right: 65px !important;
}

.my-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

@media (min-width: 640px) {
  .sm\::p-65 {
    padding: 65px !important;
  }
  .sm\:m-65 {
    margin: 65px !important;
  }
  .sm\:pl-65 {
    padding-left: 65px !important;
  }
  .sm\:pr-65 {
    padding-right: 65px !important;
  }
  .sm\:pt-65 {
    padding-top: 65px !important;
  }
  .sm\:pb-65 {
    padding-bottom: 65px !important;
  }
  .sm\:ml-65 {
    margin-left: 65px !important;
  }
  .sm\:mr-65 {
    margin-right: 65px !important;
  }
  .sm\:mt-65 {
    margin-top: 65px !important;
  }
  .sm\:mb-65 {
    margin-bottom: 65px !important;
  }
  .sm\:px-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  .sm\:py-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  .sm\:mx-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  .sm\:my-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
}
@media (min-width: 768px) {
  .md\::p-65 {
    padding: 65px !important;
  }
  .md\:m-65 {
    margin: 65px !important;
  }
  .md\:pl-65 {
    padding-left: 65px !important;
  }
  .md\:pr-65 {
    padding-right: 65px !important;
  }
  .md\:pt-65 {
    padding-top: 65px !important;
  }
  .md\:pb-65 {
    padding-bottom: 65px !important;
  }
  .md\:ml-65 {
    margin-left: 65px !important;
  }
  .md\:mr-65 {
    margin-right: 65px !important;
  }
  .md\:mt-65 {
    margin-top: 65px !important;
  }
  .md\:mb-65 {
    margin-bottom: 65px !important;
  }
  .md\:px-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  .md\:py-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  .md\:mx-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  .md\:my-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
}
@media (min-width: 1024px) {
  .lg\::p-65 {
    padding: 65px !important;
  }
  .lg\:m-65 {
    margin: 65px !important;
  }
  .lg\:pl-65 {
    padding-left: 65px !important;
  }
  .lg\:pr-65 {
    padding-right: 65px !important;
  }
  .lg\:pt-65 {
    padding-top: 65px !important;
  }
  .lg\:pb-65 {
    padding-bottom: 65px !important;
  }
  .lg\:ml-65 {
    margin-left: 65px !important;
  }
  .lg\:mr-65 {
    margin-right: 65px !important;
  }
  .lg\:mt-65 {
    margin-top: 65px !important;
  }
  .lg\:mb-65 {
    margin-bottom: 65px !important;
  }
  .lg\:px-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  .lg\:py-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  .lg\:mx-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  .lg\:my-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
}
@media (min-width: 1280px) {
  .xl\::p-65 {
    padding: 65px !important;
  }
  .xl\:m-65 {
    margin: 65px !important;
  }
  .xl\:pl-65 {
    padding-left: 65px !important;
  }
  .xl\:pr-65 {
    padding-right: 65px !important;
  }
  .xl\:pt-65 {
    padding-top: 65px !important;
  }
  .xl\:pb-65 {
    padding-bottom: 65px !important;
  }
  .xl\:ml-65 {
    margin-left: 65px !important;
  }
  .xl\:mr-65 {
    margin-right: 65px !important;
  }
  .xl\:mt-65 {
    margin-top: 65px !important;
  }
  .xl\:mb-65 {
    margin-bottom: 65px !important;
  }
  .xl\:px-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  .xl\:py-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  .xl\:mx-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  .xl\:my-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
}
.p-70 {
  padding: 70px !important;
}

.m-70 {
  margin: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.px-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mx-70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

@media (min-width: 640px) {
  .sm\::p-70 {
    padding: 70px !important;
  }
  .sm\:m-70 {
    margin: 70px !important;
  }
  .sm\:pl-70 {
    padding-left: 70px !important;
  }
  .sm\:pr-70 {
    padding-right: 70px !important;
  }
  .sm\:pt-70 {
    padding-top: 70px !important;
  }
  .sm\:pb-70 {
    padding-bottom: 70px !important;
  }
  .sm\:ml-70 {
    margin-left: 70px !important;
  }
  .sm\:mr-70 {
    margin-right: 70px !important;
  }
  .sm\:mt-70 {
    margin-top: 70px !important;
  }
  .sm\:mb-70 {
    margin-bottom: 70px !important;
  }
  .sm\:px-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .sm\:py-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .sm\:mx-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .sm\:my-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
}
@media (min-width: 768px) {
  .md\::p-70 {
    padding: 70px !important;
  }
  .md\:m-70 {
    margin: 70px !important;
  }
  .md\:pl-70 {
    padding-left: 70px !important;
  }
  .md\:pr-70 {
    padding-right: 70px !important;
  }
  .md\:pt-70 {
    padding-top: 70px !important;
  }
  .md\:pb-70 {
    padding-bottom: 70px !important;
  }
  .md\:ml-70 {
    margin-left: 70px !important;
  }
  .md\:mr-70 {
    margin-right: 70px !important;
  }
  .md\:mt-70 {
    margin-top: 70px !important;
  }
  .md\:mb-70 {
    margin-bottom: 70px !important;
  }
  .md\:px-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .md\:py-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .md\:mx-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .md\:my-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
}
@media (min-width: 1024px) {
  .lg\::p-70 {
    padding: 70px !important;
  }
  .lg\:m-70 {
    margin: 70px !important;
  }
  .lg\:pl-70 {
    padding-left: 70px !important;
  }
  .lg\:pr-70 {
    padding-right: 70px !important;
  }
  .lg\:pt-70 {
    padding-top: 70px !important;
  }
  .lg\:pb-70 {
    padding-bottom: 70px !important;
  }
  .lg\:ml-70 {
    margin-left: 70px !important;
  }
  .lg\:mr-70 {
    margin-right: 70px !important;
  }
  .lg\:mt-70 {
    margin-top: 70px !important;
  }
  .lg\:mb-70 {
    margin-bottom: 70px !important;
  }
  .lg\:px-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .lg\:py-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .lg\:mx-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .lg\:my-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
}
@media (min-width: 1280px) {
  .xl\::p-70 {
    padding: 70px !important;
  }
  .xl\:m-70 {
    margin: 70px !important;
  }
  .xl\:pl-70 {
    padding-left: 70px !important;
  }
  .xl\:pr-70 {
    padding-right: 70px !important;
  }
  .xl\:pt-70 {
    padding-top: 70px !important;
  }
  .xl\:pb-70 {
    padding-bottom: 70px !important;
  }
  .xl\:ml-70 {
    margin-left: 70px !important;
  }
  .xl\:mr-70 {
    margin-right: 70px !important;
  }
  .xl\:mt-70 {
    margin-top: 70px !important;
  }
  .xl\:mb-70 {
    margin-bottom: 70px !important;
  }
  .xl\:px-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .xl\:py-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .xl\:mx-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .xl\:my-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
}
.p-75 {
  padding: 75px !important;
}

.m-75 {
  margin: 75px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.px-75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

.py-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mx-75 {
  margin-left: 75px !important;
  margin-right: 75px !important;
}

.my-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

@media (min-width: 640px) {
  .sm\::p-75 {
    padding: 75px !important;
  }
  .sm\:m-75 {
    margin: 75px !important;
  }
  .sm\:pl-75 {
    padding-left: 75px !important;
  }
  .sm\:pr-75 {
    padding-right: 75px !important;
  }
  .sm\:pt-75 {
    padding-top: 75px !important;
  }
  .sm\:pb-75 {
    padding-bottom: 75px !important;
  }
  .sm\:ml-75 {
    margin-left: 75px !important;
  }
  .sm\:mr-75 {
    margin-right: 75px !important;
  }
  .sm\:mt-75 {
    margin-top: 75px !important;
  }
  .sm\:mb-75 {
    margin-bottom: 75px !important;
  }
  .sm\:px-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  .sm\:py-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .sm\:mx-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  .sm\:my-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
}
@media (min-width: 768px) {
  .md\::p-75 {
    padding: 75px !important;
  }
  .md\:m-75 {
    margin: 75px !important;
  }
  .md\:pl-75 {
    padding-left: 75px !important;
  }
  .md\:pr-75 {
    padding-right: 75px !important;
  }
  .md\:pt-75 {
    padding-top: 75px !important;
  }
  .md\:pb-75 {
    padding-bottom: 75px !important;
  }
  .md\:ml-75 {
    margin-left: 75px !important;
  }
  .md\:mr-75 {
    margin-right: 75px !important;
  }
  .md\:mt-75 {
    margin-top: 75px !important;
  }
  .md\:mb-75 {
    margin-bottom: 75px !important;
  }
  .md\:px-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  .md\:py-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .md\:mx-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  .md\:my-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
}
@media (min-width: 1024px) {
  .lg\::p-75 {
    padding: 75px !important;
  }
  .lg\:m-75 {
    margin: 75px !important;
  }
  .lg\:pl-75 {
    padding-left: 75px !important;
  }
  .lg\:pr-75 {
    padding-right: 75px !important;
  }
  .lg\:pt-75 {
    padding-top: 75px !important;
  }
  .lg\:pb-75 {
    padding-bottom: 75px !important;
  }
  .lg\:ml-75 {
    margin-left: 75px !important;
  }
  .lg\:mr-75 {
    margin-right: 75px !important;
  }
  .lg\:mt-75 {
    margin-top: 75px !important;
  }
  .lg\:mb-75 {
    margin-bottom: 75px !important;
  }
  .lg\:px-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  .lg\:py-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .lg\:mx-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  .lg\:my-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
}
@media (min-width: 1280px) {
  .xl\::p-75 {
    padding: 75px !important;
  }
  .xl\:m-75 {
    margin: 75px !important;
  }
  .xl\:pl-75 {
    padding-left: 75px !important;
  }
  .xl\:pr-75 {
    padding-right: 75px !important;
  }
  .xl\:pt-75 {
    padding-top: 75px !important;
  }
  .xl\:pb-75 {
    padding-bottom: 75px !important;
  }
  .xl\:ml-75 {
    margin-left: 75px !important;
  }
  .xl\:mr-75 {
    margin-right: 75px !important;
  }
  .xl\:mt-75 {
    margin-top: 75px !important;
  }
  .xl\:mb-75 {
    margin-bottom: 75px !important;
  }
  .xl\:px-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  .xl\:py-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .xl\:mx-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  .xl\:my-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
}
.p-80 {
  padding: 80px !important;
}

.m-80 {
  margin: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.px-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mx-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

@media (min-width: 640px) {
  .sm\::p-80 {
    padding: 80px !important;
  }
  .sm\:m-80 {
    margin: 80px !important;
  }
  .sm\:pl-80 {
    padding-left: 80px !important;
  }
  .sm\:pr-80 {
    padding-right: 80px !important;
  }
  .sm\:pt-80 {
    padding-top: 80px !important;
  }
  .sm\:pb-80 {
    padding-bottom: 80px !important;
  }
  .sm\:ml-80 {
    margin-left: 80px !important;
  }
  .sm\:mr-80 {
    margin-right: 80px !important;
  }
  .sm\:mt-80 {
    margin-top: 80px !important;
  }
  .sm\:mb-80 {
    margin-bottom: 80px !important;
  }
  .sm\:px-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .sm\:py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .sm\:mx-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .sm\:my-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}
@media (min-width: 768px) {
  .md\::p-80 {
    padding: 80px !important;
  }
  .md\:m-80 {
    margin: 80px !important;
  }
  .md\:pl-80 {
    padding-left: 80px !important;
  }
  .md\:pr-80 {
    padding-right: 80px !important;
  }
  .md\:pt-80 {
    padding-top: 80px !important;
  }
  .md\:pb-80 {
    padding-bottom: 80px !important;
  }
  .md\:ml-80 {
    margin-left: 80px !important;
  }
  .md\:mr-80 {
    margin-right: 80px !important;
  }
  .md\:mt-80 {
    margin-top: 80px !important;
  }
  .md\:mb-80 {
    margin-bottom: 80px !important;
  }
  .md\:px-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .md\:py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .md\:mx-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .md\:my-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}
@media (min-width: 1024px) {
  .lg\::p-80 {
    padding: 80px !important;
  }
  .lg\:m-80 {
    margin: 80px !important;
  }
  .lg\:pl-80 {
    padding-left: 80px !important;
  }
  .lg\:pr-80 {
    padding-right: 80px !important;
  }
  .lg\:pt-80 {
    padding-top: 80px !important;
  }
  .lg\:pb-80 {
    padding-bottom: 80px !important;
  }
  .lg\:ml-80 {
    margin-left: 80px !important;
  }
  .lg\:mr-80 {
    margin-right: 80px !important;
  }
  .lg\:mt-80 {
    margin-top: 80px !important;
  }
  .lg\:mb-80 {
    margin-bottom: 80px !important;
  }
  .lg\:px-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .lg\:py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .lg\:mx-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .lg\:my-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}
@media (min-width: 1280px) {
  .xl\::p-80 {
    padding: 80px !important;
  }
  .xl\:m-80 {
    margin: 80px !important;
  }
  .xl\:pl-80 {
    padding-left: 80px !important;
  }
  .xl\:pr-80 {
    padding-right: 80px !important;
  }
  .xl\:pt-80 {
    padding-top: 80px !important;
  }
  .xl\:pb-80 {
    padding-bottom: 80px !important;
  }
  .xl\:ml-80 {
    margin-left: 80px !important;
  }
  .xl\:mr-80 {
    margin-right: 80px !important;
  }
  .xl\:mt-80 {
    margin-top: 80px !important;
  }
  .xl\:mb-80 {
    margin-bottom: 80px !important;
  }
  .xl\:px-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .xl\:py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .xl\:mx-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .xl\:my-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}
.p-85 {
  padding: 85px !important;
}

.m-85 {
  margin: 85px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.px-85 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}

.py-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mx-85 {
  margin-left: 85px !important;
  margin-right: 85px !important;
}

.my-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

@media (min-width: 640px) {
  .sm\::p-85 {
    padding: 85px !important;
  }
  .sm\:m-85 {
    margin: 85px !important;
  }
  .sm\:pl-85 {
    padding-left: 85px !important;
  }
  .sm\:pr-85 {
    padding-right: 85px !important;
  }
  .sm\:pt-85 {
    padding-top: 85px !important;
  }
  .sm\:pb-85 {
    padding-bottom: 85px !important;
  }
  .sm\:ml-85 {
    margin-left: 85px !important;
  }
  .sm\:mr-85 {
    margin-right: 85px !important;
  }
  .sm\:mt-85 {
    margin-top: 85px !important;
  }
  .sm\:mb-85 {
    margin-bottom: 85px !important;
  }
  .sm\:px-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  .sm\:py-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  .sm\:mx-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  .sm\:my-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
}
@media (min-width: 768px) {
  .md\::p-85 {
    padding: 85px !important;
  }
  .md\:m-85 {
    margin: 85px !important;
  }
  .md\:pl-85 {
    padding-left: 85px !important;
  }
  .md\:pr-85 {
    padding-right: 85px !important;
  }
  .md\:pt-85 {
    padding-top: 85px !important;
  }
  .md\:pb-85 {
    padding-bottom: 85px !important;
  }
  .md\:ml-85 {
    margin-left: 85px !important;
  }
  .md\:mr-85 {
    margin-right: 85px !important;
  }
  .md\:mt-85 {
    margin-top: 85px !important;
  }
  .md\:mb-85 {
    margin-bottom: 85px !important;
  }
  .md\:px-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  .md\:py-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  .md\:mx-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  .md\:my-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
}
@media (min-width: 1024px) {
  .lg\::p-85 {
    padding: 85px !important;
  }
  .lg\:m-85 {
    margin: 85px !important;
  }
  .lg\:pl-85 {
    padding-left: 85px !important;
  }
  .lg\:pr-85 {
    padding-right: 85px !important;
  }
  .lg\:pt-85 {
    padding-top: 85px !important;
  }
  .lg\:pb-85 {
    padding-bottom: 85px !important;
  }
  .lg\:ml-85 {
    margin-left: 85px !important;
  }
  .lg\:mr-85 {
    margin-right: 85px !important;
  }
  .lg\:mt-85 {
    margin-top: 85px !important;
  }
  .lg\:mb-85 {
    margin-bottom: 85px !important;
  }
  .lg\:px-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  .lg\:py-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  .lg\:mx-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  .lg\:my-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
}
@media (min-width: 1280px) {
  .xl\::p-85 {
    padding: 85px !important;
  }
  .xl\:m-85 {
    margin: 85px !important;
  }
  .xl\:pl-85 {
    padding-left: 85px !important;
  }
  .xl\:pr-85 {
    padding-right: 85px !important;
  }
  .xl\:pt-85 {
    padding-top: 85px !important;
  }
  .xl\:pb-85 {
    padding-bottom: 85px !important;
  }
  .xl\:ml-85 {
    margin-left: 85px !important;
  }
  .xl\:mr-85 {
    margin-right: 85px !important;
  }
  .xl\:mt-85 {
    margin-top: 85px !important;
  }
  .xl\:mb-85 {
    margin-bottom: 85px !important;
  }
  .xl\:px-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  .xl\:py-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  .xl\:mx-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  .xl\:my-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
}
.p-90 {
  padding: 90px !important;
}

.m-90 {
  margin: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.px-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mx-90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

@media (min-width: 640px) {
  .sm\::p-90 {
    padding: 90px !important;
  }
  .sm\:m-90 {
    margin: 90px !important;
  }
  .sm\:pl-90 {
    padding-left: 90px !important;
  }
  .sm\:pr-90 {
    padding-right: 90px !important;
  }
  .sm\:pt-90 {
    padding-top: 90px !important;
  }
  .sm\:pb-90 {
    padding-bottom: 90px !important;
  }
  .sm\:ml-90 {
    margin-left: 90px !important;
  }
  .sm\:mr-90 {
    margin-right: 90px !important;
  }
  .sm\:mt-90 {
    margin-top: 90px !important;
  }
  .sm\:mb-90 {
    margin-bottom: 90px !important;
  }
  .sm\:px-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .sm\:py-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .sm\:mx-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .sm\:my-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
}
@media (min-width: 768px) {
  .md\::p-90 {
    padding: 90px !important;
  }
  .md\:m-90 {
    margin: 90px !important;
  }
  .md\:pl-90 {
    padding-left: 90px !important;
  }
  .md\:pr-90 {
    padding-right: 90px !important;
  }
  .md\:pt-90 {
    padding-top: 90px !important;
  }
  .md\:pb-90 {
    padding-bottom: 90px !important;
  }
  .md\:ml-90 {
    margin-left: 90px !important;
  }
  .md\:mr-90 {
    margin-right: 90px !important;
  }
  .md\:mt-90 {
    margin-top: 90px !important;
  }
  .md\:mb-90 {
    margin-bottom: 90px !important;
  }
  .md\:px-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .md\:py-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .md\:mx-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .md\:my-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
}
@media (min-width: 1024px) {
  .lg\::p-90 {
    padding: 90px !important;
  }
  .lg\:m-90 {
    margin: 90px !important;
  }
  .lg\:pl-90 {
    padding-left: 90px !important;
  }
  .lg\:pr-90 {
    padding-right: 90px !important;
  }
  .lg\:pt-90 {
    padding-top: 90px !important;
  }
  .lg\:pb-90 {
    padding-bottom: 90px !important;
  }
  .lg\:ml-90 {
    margin-left: 90px !important;
  }
  .lg\:mr-90 {
    margin-right: 90px !important;
  }
  .lg\:mt-90 {
    margin-top: 90px !important;
  }
  .lg\:mb-90 {
    margin-bottom: 90px !important;
  }
  .lg\:px-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .lg\:py-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .lg\:mx-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .lg\:my-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
}
@media (min-width: 1280px) {
  .xl\::p-90 {
    padding: 90px !important;
  }
  .xl\:m-90 {
    margin: 90px !important;
  }
  .xl\:pl-90 {
    padding-left: 90px !important;
  }
  .xl\:pr-90 {
    padding-right: 90px !important;
  }
  .xl\:pt-90 {
    padding-top: 90px !important;
  }
  .xl\:pb-90 {
    padding-bottom: 90px !important;
  }
  .xl\:ml-90 {
    margin-left: 90px !important;
  }
  .xl\:mr-90 {
    margin-right: 90px !important;
  }
  .xl\:mt-90 {
    margin-top: 90px !important;
  }
  .xl\:mb-90 {
    margin-bottom: 90px !important;
  }
  .xl\:px-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .xl\:py-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .xl\:mx-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .xl\:my-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
}
.p-95 {
  padding: 95px !important;
}

.m-95 {
  margin: 95px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.px-95 {
  padding-left: 95px !important;
  padding-right: 95px !important;
}

.py-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mx-95 {
  margin-left: 95px !important;
  margin-right: 95px !important;
}

.my-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

@media (min-width: 640px) {
  .sm\::p-95 {
    padding: 95px !important;
  }
  .sm\:m-95 {
    margin: 95px !important;
  }
  .sm\:pl-95 {
    padding-left: 95px !important;
  }
  .sm\:pr-95 {
    padding-right: 95px !important;
  }
  .sm\:pt-95 {
    padding-top: 95px !important;
  }
  .sm\:pb-95 {
    padding-bottom: 95px !important;
  }
  .sm\:ml-95 {
    margin-left: 95px !important;
  }
  .sm\:mr-95 {
    margin-right: 95px !important;
  }
  .sm\:mt-95 {
    margin-top: 95px !important;
  }
  .sm\:mb-95 {
    margin-bottom: 95px !important;
  }
  .sm\:px-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  .sm\:py-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  .sm\:mx-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  .sm\:my-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
}
@media (min-width: 768px) {
  .md\::p-95 {
    padding: 95px !important;
  }
  .md\:m-95 {
    margin: 95px !important;
  }
  .md\:pl-95 {
    padding-left: 95px !important;
  }
  .md\:pr-95 {
    padding-right: 95px !important;
  }
  .md\:pt-95 {
    padding-top: 95px !important;
  }
  .md\:pb-95 {
    padding-bottom: 95px !important;
  }
  .md\:ml-95 {
    margin-left: 95px !important;
  }
  .md\:mr-95 {
    margin-right: 95px !important;
  }
  .md\:mt-95 {
    margin-top: 95px !important;
  }
  .md\:mb-95 {
    margin-bottom: 95px !important;
  }
  .md\:px-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  .md\:py-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  .md\:mx-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  .md\:my-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
}
@media (min-width: 1024px) {
  .lg\::p-95 {
    padding: 95px !important;
  }
  .lg\:m-95 {
    margin: 95px !important;
  }
  .lg\:pl-95 {
    padding-left: 95px !important;
  }
  .lg\:pr-95 {
    padding-right: 95px !important;
  }
  .lg\:pt-95 {
    padding-top: 95px !important;
  }
  .lg\:pb-95 {
    padding-bottom: 95px !important;
  }
  .lg\:ml-95 {
    margin-left: 95px !important;
  }
  .lg\:mr-95 {
    margin-right: 95px !important;
  }
  .lg\:mt-95 {
    margin-top: 95px !important;
  }
  .lg\:mb-95 {
    margin-bottom: 95px !important;
  }
  .lg\:px-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  .lg\:py-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  .lg\:mx-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  .lg\:my-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
}
@media (min-width: 1280px) {
  .xl\::p-95 {
    padding: 95px !important;
  }
  .xl\:m-95 {
    margin: 95px !important;
  }
  .xl\:pl-95 {
    padding-left: 95px !important;
  }
  .xl\:pr-95 {
    padding-right: 95px !important;
  }
  .xl\:pt-95 {
    padding-top: 95px !important;
  }
  .xl\:pb-95 {
    padding-bottom: 95px !important;
  }
  .xl\:ml-95 {
    margin-left: 95px !important;
  }
  .xl\:mr-95 {
    margin-right: 95px !important;
  }
  .xl\:mt-95 {
    margin-top: 95px !important;
  }
  .xl\:mb-95 {
    margin-bottom: 95px !important;
  }
  .xl\:px-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  .xl\:py-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  .xl\:mx-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  .xl\:my-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
}
.p-100 {
  padding: 100px !important;
}

.m-100 {
  margin: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.px-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mx-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

@media (min-width: 640px) {
  .sm\::p-100 {
    padding: 100px !important;
  }
  .sm\:m-100 {
    margin: 100px !important;
  }
  .sm\:pl-100 {
    padding-left: 100px !important;
  }
  .sm\:pr-100 {
    padding-right: 100px !important;
  }
  .sm\:pt-100 {
    padding-top: 100px !important;
  }
  .sm\:pb-100 {
    padding-bottom: 100px !important;
  }
  .sm\:ml-100 {
    margin-left: 100px !important;
  }
  .sm\:mr-100 {
    margin-right: 100px !important;
  }
  .sm\:mt-100 {
    margin-top: 100px !important;
  }
  .sm\:mb-100 {
    margin-bottom: 100px !important;
  }
  .sm\:px-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .sm\:py-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .sm\:mx-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .sm\:my-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
}
@media (min-width: 768px) {
  .md\::p-100 {
    padding: 100px !important;
  }
  .md\:m-100 {
    margin: 100px !important;
  }
  .md\:pl-100 {
    padding-left: 100px !important;
  }
  .md\:pr-100 {
    padding-right: 100px !important;
  }
  .md\:pt-100 {
    padding-top: 100px !important;
  }
  .md\:pb-100 {
    padding-bottom: 100px !important;
  }
  .md\:ml-100 {
    margin-left: 100px !important;
  }
  .md\:mr-100 {
    margin-right: 100px !important;
  }
  .md\:mt-100 {
    margin-top: 100px !important;
  }
  .md\:mb-100 {
    margin-bottom: 100px !important;
  }
  .md\:px-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .md\:py-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .md\:mx-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .md\:my-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
}
@media (min-width: 1024px) {
  .lg\::p-100 {
    padding: 100px !important;
  }
  .lg\:m-100 {
    margin: 100px !important;
  }
  .lg\:pl-100 {
    padding-left: 100px !important;
  }
  .lg\:pr-100 {
    padding-right: 100px !important;
  }
  .lg\:pt-100 {
    padding-top: 100px !important;
  }
  .lg\:pb-100 {
    padding-bottom: 100px !important;
  }
  .lg\:ml-100 {
    margin-left: 100px !important;
  }
  .lg\:mr-100 {
    margin-right: 100px !important;
  }
  .lg\:mt-100 {
    margin-top: 100px !important;
  }
  .lg\:mb-100 {
    margin-bottom: 100px !important;
  }
  .lg\:px-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .lg\:py-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .lg\:mx-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .lg\:my-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
}
@media (min-width: 1280px) {
  .xl\::p-100 {
    padding: 100px !important;
  }
  .xl\:m-100 {
    margin: 100px !important;
  }
  .xl\:pl-100 {
    padding-left: 100px !important;
  }
  .xl\:pr-100 {
    padding-right: 100px !important;
  }
  .xl\:pt-100 {
    padding-top: 100px !important;
  }
  .xl\:pb-100 {
    padding-bottom: 100px !important;
  }
  .xl\:ml-100 {
    margin-left: 100px !important;
  }
  .xl\:mr-100 {
    margin-right: 100px !important;
  }
  .xl\:mt-100 {
    margin-top: 100px !important;
  }
  .xl\:mb-100 {
    margin-bottom: 100px !important;
  }
  .xl\:px-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .xl\:py-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .xl\:mx-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .xl\:my-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
}
.grid, .HomePagePatient .checklist-container {
  --grid-cols: 2;
  --grid-min: 280px;
  --grid-gap: 2rem;
  display: grid;
  /* https://moderncss.dev/3-css-grid-techniques-to-make-you-a-grid-convert/#3-intrinsically-responsive-grid-columns */
  grid-template-columns: repeat(auto-fit, minmax(min(100%, var(--grid-min)), 1fr));
  grid-auto-rows: minmax(min-content, max-content);
  /* https://css-tricks.com/almanac/properties/g/grid-template-rows/ */
  grid-template-rows: var(--grid-rows);
  gap: var(--grid-gap);
  /* No gaps */
  /* https://moderncss.dev/3-css-grid-techniques-to-make-you-a-grid-convert/#the-code-1 */
  /* Only reverse when not collapsed */
  /* Static, responsive, steps */
  /* Set grids */
  /* Special handling for grid-4 that collapses into two before one on intermediate size */
  /* Special handling for grid-3-2 made for larger cards that collapse to two before one */
  /* Special handling for grid-2-1 made for larger cards that collapse to one sooner */
}
.grid.grid-lg, .HomePagePatient .grid-lg.checklist-container {
  --grid-min: min(360px, 80vw);
}
.grid + .grid, .HomePagePatient .checklist-container + .grid, .HomePagePatient .grid + .checklist-container, .HomePagePatient .checklist-container + .checklist-container {
  margin-top: var(--grid-gap);
}
.grid[data-min="0"], .HomePagePatient [data-min="0"].checklist-container, .grid.grid-min-0, .HomePagePatient .grid-min-0.checklist-container {
  --grid-min: 0px;
}
.grid[data-gap="0"], .HomePagePatient [data-gap="0"].checklist-container, .grid.grid-gap-0, .HomePagePatient .grid-gap-0.checklist-container {
  margin-top: 0;
  --grid-gap: 0;
}
.grid > *, .HomePagePatient .checklist-container > * {
  order: 6;
}
.grid.grid-centered, .HomePagePatient .grid-centered.checklist-container {
  place-content: center;
  width: 100%;
}
.grid.grid-maxcontent, .HomePagePatient .grid-maxcontent.checklist-container {
  grid-template-columns: max-content;
}
.grid.grid-vcenter, .HomePagePatient .grid-vcenter.checklist-container {
  align-items: center;
}
.grid.grid-start, .HomePagePatient .grid-start.checklist-container {
  justify-items: start;
}
.grid.grid-end, .HomePagePatient .grid-end.checklist-container {
  justify-items: end;
}
.grid .grid-reverse, .HomePagePatient .checklist-container .grid-reverse {
  order: -1;
}
@media (min-width: 576px) {
  .grid .grid-reverse-desktop, .HomePagePatient .checklist-container .grid-reverse-desktop {
    order: -1;
  }
}
.grid.grid-static, .HomePagePatient .grid-static.checklist-container {
  --grid-min: 0px;
}
.grid.grid-responsive, .HomePagePatient .grid-responsive.checklist-container {
  --grid-min: 100%;
}
@media (min-width: 576px) {
  .grid.grid-responsive, .HomePagePatient .grid-responsive.checklist-container {
    --grid-min: 0px;
  }
}
.grid.grid-responsive-md, .HomePagePatient .grid-responsive-md.checklist-container {
  --grid-min: 100%;
}
@media (min-width: 768px) {
  .grid.grid-responsive-md, .HomePagePatient .grid-responsive-md.checklist-container {
    --grid-min: 0px;
  }
}
.grid.grid-responsive-lg, .HomePagePatient .grid-responsive-lg.checklist-container {
  --grid-min: 100%;
}
@media (min-width: 992px) {
  .grid.grid-responsive-lg, .HomePagePatient .grid-responsive-lg.checklist-container {
    --grid-min: 0px;
  }
}
.grid.grid-2, .HomePagePatient .grid-2.checklist-container {
  --grid-cols: 2;
}
.grid.grid-3, .HomePagePatient .grid-3.checklist-container {
  --grid-cols: 3;
}
.grid.grid-4, .HomePagePatient .grid-4.checklist-container {
  --grid-cols: 4;
}
.grid.grid-2, .HomePagePatient .grid-2.checklist-container, .grid.grid-3, .HomePagePatient .grid-3.checklist-container, .grid.grid-4, .HomePagePatient .grid-4.checklist-container {
  grid-template-columns: repeat(var(--grid-cols), minmax(0, 1fr));
}
@media (max-width: 575.98px) {
  .grid.grid-2:not(.grid-static), .HomePagePatient .grid-2.checklist-container:not(.grid-static), .grid.grid-3:not(.grid-static), .HomePagePatient .grid-3.checklist-container:not(.grid-static), .grid.grid-4:not(.grid-static), .HomePagePatient .grid-4.checklist-container:not(.grid-static) {
    --grid-cols: 1;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .grid.grid-4:not(.grid-static), .HomePagePatient .grid-4.checklist-container:not(.grid-static) {
    --grid-cols: 2;
  }
}
@media (min-width: 576px) and (max-width: 1023.98px) {
  .grid.grid-3-2:not(.grid-static), .HomePagePatient .grid-3-2.checklist-container:not(.grid-static) {
    --grid-cols: 2;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .grid.grid-2-1:not(.grid-static), .HomePagePatient .grid-2-1.checklist-container:not(.grid-static) {
    --grid-cols: 1;
  }
}

.no-overflow {
  max-width: 100%;
  overflow: hidden;
}

.no-overflow-x {
  max-width: 100%;
  overflow-x: auto;
}

.no-shadow {
  box-shadow: none !important;
}

@media only screen and (max-width: 767.99px) {
  .desktop-only {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}
.gap-10 {
  gap: 10px !important;
}

.gap-15 {
  gap: 15px !important;
}

.gap-20 {
  gap: 20px !important;
}

.gap-1r {
  gap: 1rem !important;
}

.gap-2r {
  gap: 2rem !important;
}

.gap-3r {
  gap: 3rem !important;
}

nav,
.navbar-fixed nav {
  background: #fff;
}

nav.logged-in,
.navbar-fixed nav.logged-in {
  background: #323e48;
}

@media (max-width: 420px) {
  .navbar {
    padding: 0 20px !important;
  }
}
@media (max-width: 400px) {
  .navbar {
    padding: 0 5px !important;
  }
}

.light-shadow {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.18), 0 3px 1px -2px rgba(0, 0, 0, 0.01), 0 1px 5px 0 rgba(0, 0, 0, 0.01) !important;
}

nav.navbar ul a:not(.btn, .btn-small) {
  color: #323e48 !important;
}

.nav-content.container {
  margin-bottom: 0;
  padding-bottom: 0;
}

.navbar-wrapper {
  background: #a4a9ad !important;
}
.navbar-wrapper .navbar,
.navbar-wrapper .nav-content,
.navbar-wrapper ul {
  background: #a4a9ad !important;
}
.navbar-wrapper span {
  font-weight: 400;
}

@media (max-width: 480px) {
  .brand-logo {
    margin-left: 0px !important;
    margin-top: 5px;
  }
  .brand-logo-out {
    margin-left: 0px !important;
    margin-top: 5px;
  }
}
.brand-logo {
  margin-left: 30px;
  margin-top: 5px;
  height: 50px;
}

.brand-logo-out {
  margin-left: 30px;
  margin-top: 5px;
}
@media (max-width: 993px) {
  .brand-logo-out {
    float: left !important;
    position: static !important;
    margin-left: 20px !important;
    right: 0 !important;
    transform: none !important;
  }
}

@media (min-width: 993px) and (max-width: 1400px) {
  .brand-logo-out-pro img {
    width: 50px !important;
    height: 40px;
    margin-top: 5px;
  }
}

.brand-logo.in {
  top: 5px !important;
  left: 0 !important;
  transform: none !important;
  margin-left: 0px;
  margin-top: 0px;
}
@media (max-width: 993px) {
  .brand-logo.in {
    height: 20px;
  }
}

.blog-icon-color {
  --fa-primary-color: #fc3868;
  --fa-secondary-opacity: 1;
}

@media (max-width: 993px) {
  .brand-logo-pro {
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 10px;
  }
}

.nav-desktop {
  margin-top: 0px;
  margin-right: 30px;
  margin-left: 256px;
  height: 56px;
  float: right;
}
.nav-desktop .blog-icon-color {
  --fa-primary-color: #fc3868;
  --fa-secondary-opacity: 1;
}
@media (max-width: 993px) {
  .nav-desktop {
    display: none !important;
  }
}
.nav-desktop .nav-out-li-short {
  display: none;
}
.nav-desktop .nav-out-li-short.two-level {
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 1240px) {
  .nav-desktop .nav-out-li-long {
    display: none;
  }
  .nav-desktop .nav-out-li-short {
    display: inline-block;
  }
}
@media (max-width: 420px) {
  .nav-desktop {
    float: none !important;
  }
}
.nav-desktop a {
  color: #323e48;
  margin-top: 0px !important;
  text-transform: none;
  font-size: 16px;
  padding: 0 10px;
  display: inline-block;
  font-weight: 400;
  max-height: 56px;
}
.nav-desktop a:hover {
  background-color: transparent;
}
.nav-desktop a.btn-bordered-blue:hover,
.nav-desktop a.btn-bordered-pink:hover {
  color: #fff !important;
}
.nav-desktop a:not(.btn):not(.dropdown-trigger):not(.dp-link):not(.solution-link) {
  line-height: 25px;
  vertical-align: middle;
}
.nav-desktop a:not(.btn):not(.dropdown-trigger):not(.dp-link):not(.solution-link):hover {
  color: #01bdc3 !important;
}
.nav-desktop a:not(.btn):not(.dropdown-trigger):not(.dp-link):not(.solution-link):hover svg path,
.nav-desktop a:not(.btn):not(.dropdown-trigger):not(.dp-link):not(.solution-link):hover span {
  color: #01bdc3 !important;
}
.nav-desktop a:not(.btn):not(.dropdown-trigger):not(.dp-link):not(.solution-link):hover:after {
  transform: scaleX(1);
  transform-origin: 0% 50%;
}
.nav-desktop a:not(.btn):not(.dropdown-trigger):not(.dp-link):not(.solution-link):after {
  display: block;
  content: "";
  border-bottom: solid 2px #01bdc3;
  transform: scaleX(0);
  transform-origin: 0% 50%;
  transition: transform 350ms ease-in-out;
}
.nav-desktop > li {
  height: 56px;
  position: relative;
}
.nav-desktop .nav-out-li span,
.nav-desktop .nav-out-li i,
.nav-desktop .nav-out-li svg {
  color: #000;
  font-size: 16px;
  vertical-align: middle;
}
.nav-desktop .nav-out-li span {
  padding-left: 5px;
  font-size: 16px;
}
.nav-desktop .nav-out-li a.flex {
  display: flex;
  align-items: center;
  flex-grow: 0;
  padding-top: 9px;
}
.nav-desktop .two-level span {
  color: #323e48;
  text-align: center;
  display: block;
}
.nav-desktop .two-level span:first-child {
  margin-bottom: -5px;
}
.nav-desktop .btn-gradient-blue-reverse {
  line-height: 30px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.nav-pro a:not(.solution-link):not(.btn):not(.pro-link) {
  color: #323e48;
  line-height: 25px;
  padding-right: 15px;
}
.nav-pro a:not(.solution-link):not(.btn):not(.pro-link):hover {
  color: #01bdc3 !important;
}
.nav-pro a:not(.solution-link):not(.btn):not(.pro-link):hover svg path,
.nav-pro a:not(.solution-link):not(.btn):not(.pro-link):hover span {
  color: #01bdc3 !important;
}
.nav-pro a:not(.solution-link):not(.btn):not(.pro-link):hover:after {
  transform: scaleX(1);
  transform-origin: 0% 50%;
}
.nav-pro a:not(.solution-link):not(.btn):not(.pro-link):after {
  display: block;
  content: "";
  border-bottom: solid 2px #01bdc3;
  transform: scaleX(0);
  transform-origin: 0% 50%;
  transition: transform 250ms ease-in-out;
}
.nav-pro a.solution-link {
  vertical-align: inherit !important;
  display: table;
  border-radius: 5px;
  padding: 8px;
}
.nav-pro a.solution-link:hover {
  background-color: #e5f5f8;
}
.nav-pro a.solution-link:hover svg path {
  color: #b42b4d;
}
.nav-pro a.solution-link svg {
  font-size: 18px !important;
}
.nav-pro a.solution-link h4 {
  display: flex;
  align-items: center;
}
.nav-pro svg {
  font-size: 16px !important;
}
.nav-pro svg path {
  color: #323e48;
}
.nav-pro .two-level span {
  color: #323e48;
  text-align: center;
  display: block;
}
.nav-pro .two-level span:first-child {
  margin-bottom: -5px;
}
.nav-pro .btn-bordered-pink {
  padding: 10px !important;
}
.nav-pro .btn-bordered-pink span {
  padding-left: 0;
  font-size: 14px;
}
@media (max-width: 1210px) {
  .nav-pro .free-trial-btn {
    display: none;
  }
}
@media (max-width: 1400px) {
  .nav-pro .only-large {
    display: none;
  }
}

.nav-shortcuts .hb-dropdown-content,
.nav-pro .hb-dropdown-content,
.blog-navbar .hb-dropdown-content {
  width: 100% !important;
  min-width: 950px;
  border-radius: 5px;
  padding: 20px;
  top: 56px !important;
  overflow-y: auto !important;
  box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.nav-shortcuts .hb-dropdown-content .separator,
.nav-pro .hb-dropdown-content .separator,
.blog-navbar .hb-dropdown-content .separator {
  width: 100%;
  border-bottom: 1px solid #9e9e9e;
  margin: 10px 0;
}
.nav-shortcuts .hb-dropdown-content h4,
.nav-pro .hb-dropdown-content h4,
.blog-navbar .hb-dropdown-content h4 {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.nav-shortcuts .hb-dropdown-content p,
.nav-pro .hb-dropdown-content p,
.blog-navbar .hb-dropdown-content p {
  font-size: 12px;
  line-height: 20px;
  margin-top: 0px;
  margin-bottom: 10px;
}

.nav-shortcuts .hb-dropdown-content {
  max-width: 600px;
  padding: 15px;
}
.nav-shortcuts .hb-dropdown-content .col {
  min-height: 100px;
}
.nav-shortcuts .hb-dropdown-content a {
  vertical-align: inherit !important;
  display: table;
  border-radius: 5px;
  padding: 8px;
  transition: all 0.3s ease;
  padding: 10px;
}
.nav-shortcuts .hb-dropdown-content a:hover, .nav-shortcuts .hb-dropdown-content a.active {
  background-color: #e5f5f8;
}
.nav-shortcuts .hb-dropdown-content h4 {
  display: flex;
  align-items: center;
  margin-top: 0;
}
.nav-shortcuts .hb-dropdown-content h4 span {
  padding-left: 5px;
  font-size: 16px;
}
.nav-shortcuts .hb-dropdown-content h4 svg {
  vertical-align: middle;
  font-size: 18px !important;
}
.nav-shortcuts .hb-dropdown-content p {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .nav-shortcuts .hb-dropdown-content p {
    max-width: 220px;
  }
}
.nav-shortcuts .hb-dropdown-content .separator-wrapper {
  padding: 0 8px;
  margin-top: 10px;
  height: 1px;
}
.nav-shortcuts .hb-dropdown-content .separator-wrapper .separator {
  width: 50%;
  border-bottom: 1px solid #9e9e9e;
  margin: 0 auto;
}
@media (max-width: 1439px) {
  .nav-shortcuts .hb-dropdown-content {
    min-width: 100% !important;
  }
}
@media (max-width: 480px) {
  .nav-shortcuts .hb-dropdown-content {
    left: 4px !important;
    max-width: none;
    min-width: 0;
    width: 100% !important;
    height: 100vh !important;
    max-height: 50vh !important;
    overflow: hidden !important;
    overflow-y: scroll !important;
  }
  .nav-shortcuts .hb-dropdown-content .separator {
    display: none !important;
  }
  .nav-shortcuts .hb-dropdown-content .col {
    min-height: 50px;
  }
}

.nav-shortcuts {
  float: right;
}
.nav-shortcuts a {
  margin-top: 0px;
}
@media (max-width: 420px) {
  .nav-shortcuts a {
    padding: 15px 5px !important;
  }
}
@media (max-width: 540px) {
  .nav-shortcuts {
    margin-top: 0;
  }
}
.nav-shortcuts .white-icon-hover:hover span,
.nav-shortcuts .white-icon-hover:hover svg path {
  color: #fff !important;
}
.nav-shortcuts .text-link {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0px !important;
  text-transform: none;
  font-size: 16px;
  padding: 0 10px;
  display: inline-block;
  font-weight: 400;
}
.nav-shortcuts .text-link:hover {
  background-color: transparent;
  color: #01bdc3 !important;
}
.nav-shortcuts a {
  padding: 0 10px;
}
.nav-shortcuts .full-display {
  display: flex !important;
  align-items: center;
  height: 56px;
}
.nav-shortcuts li.active .two-level-display {
  background-color: rgba(255, 255, 255, 0.065);
  border-bottom: 1px solid #fff;
}
.nav-shortcuts li.active .two-level-display span {
  color: #fff;
}
.nav-shortcuts li.active .two-level-display svg path {
  --fa-primary-color: #999;
  --fa-secondary-color: #fff;
}
.nav-shortcuts li.active .two-level-display img {
  filter: brightness(1.25);
}
.nav-shortcuts a.two-level-display {
  transition: background-color 0.2s ease-in-out;
  height: 56px;
  padding-top: 4px;
}
@media (max-width: 991px) {
  .nav-shortcuts a.two-level-display {
    padding-top: 10px;
  }
}
.nav-shortcuts a.two-level-display:hover {
  background-color: rgba(255, 255, 255, 0.065);
}
.nav-shortcuts a.two-level-display:hover span {
  color: #fff;
}
.nav-shortcuts a.two-level-display:hover svg path {
  --fa-primary-color: #999;
  --fa-secondary-color: #fff;
}
.nav-shortcuts a.two-level-display:hover img {
  filter: brightness(1.25);
}
.nav-shortcuts a.two-level-display .initials {
  margin-top: 7px;
}
.nav-shortcuts a.two-level-display svg {
  display: block;
  text-align: center;
  padding-top: 7px;
  margin: 0 auto;
  height: 22px;
  width: auto;
}
.nav-shortcuts a.two-level-display svg path {
  transition: fill 0.2s ease-in-out;
}
@media (max-width: 480px) {
  .nav-shortcuts a.two-level-display svg {
    height: 18px !important;
  }
}
.nav-shortcuts a.two-level-display span {
  display: block;
  height: 20px;
  line-height: 20px;
  font-size: 13px;
  color: #ccc;
  font-weight: 400;
  text-align: center;
  transition: color 0.2s ease-in-out;
}
@media (max-width: 991px) {
  .nav-shortcuts a.two-level-display span {
    display: none;
  }
}
.nav-shortcuts a.two-level-display img {
  width: 25px;
  min-height: 30px;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding-top: 6px;
  transition: all 0.2s ease-in-out;
}
.nav-shortcuts > li {
  position: relative;
  min-width: 95px;
  height: 56px;
}
.nav-shortcuts > li.bordered-li {
  border-left: 1px solid #9a9a9a;
}
.nav-shortcuts > li .vertical-split {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  border-right: 1px solid #9a9a9a;
  height: 38px;
}
@media (max-width: 480px) {
  .nav-shortcuts > li .vertical-split {
    display: none;
  }
}
.nav-shortcuts > li.paiement-info-btn-wrapper {
  padding-top: 14px;
}
.nav-shortcuts > li.paiement-info-btn-wrapper a.btn-bordered-blue {
  height: auto;
  color: #fff !important;
}
.nav-shortcuts > li.paiement-info-btn-wrapper a.btn-bordered-blue span {
  color: #fff !important;
}
.nav-shortcuts > li.paiement-info-btn-wrapper a.btn-bordered-blue:hover {
  color: #fff !important;
}
.nav-shortcuts > li.paiement-info-btn-wrapper a.paiement-drop-btn {
  height: auto;
  background: #465969;
}
.nav-shortcuts > li.paiement-info-btn-wrapper a.paiement-drop-btn span {
  color: #fff;
}
.nav-shortcuts > li.paiement-info-btn-wrapper a.paiement-drop-btn svg path {
  color: #fff;
}
@media (max-width: 991px) {
  .nav-shortcuts > li {
    min-width: 65px !important;
  }
}
@media (max-width: 656px) {
  .nav-shortcuts > li {
    min-width: 45px !important;
  }
  .nav-shortcuts > li:last-child {
    border-left: 0;
  }
}
@media (max-width: 1280px) {
  .nav-shortcuts .paiement-info-btn-wrapper {
    display: none;
  }
}
.nav-shortcuts .dropdown-content-custom {
  min-width: 340px;
  max-height: 1000px !important;
}
.nav-shortcuts .dropdown-content-custom span {
  font-size: 16px;
  font-weight: 400;
}
.nav-shortcuts .dropdown-content-custom i,
.nav-shortcuts .dropdown-content-custom svg {
  margin-right: 12px;
  font-size: 24px;
  width: 24px;
}
.nav-shortcuts .dropdown-content-custom span,
.nav-shortcuts .dropdown-content-custom svg,
.nav-shortcuts .dropdown-content-custom i {
  vertical-align: middle;
}
.nav-shortcuts #notification-drop {
  min-width: 320px !important;
}
.nav-shortcuts #updates-drop span {
  vertical-align: inherit;
}
.nav-shortcuts .nav-badge {
  line-height: 18px;
  display: inline-block;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 14px !important;
}
.nav-shortcuts .nav-badge-pending {
  background: #f57c00 !important;
  color: #fff;
}

.brand-logo.brand-logo-small img {
  width: 80px;
  max-height: 50px;
}
@media (max-width: 881px) {
  .brand-logo.brand-logo-small img {
    width: 50px !important;
  }
}
@media (min-width: 300px) {
  .brand-logo.brand-logo-small img {
    width: 30px;
    height: 30px;
    margin-top: 10px;
  }
}

.dropdown-content .divider {
  margin: 0px;
  padding-top: 2px;
}

#subscribe-dp-mobile {
  /*margin-top: 10px;*/
}
#subscribe-dp-mobile a {
  color: #323e48 !important;
}
#subscribe-dp-mobile .divider {
  margin: 0;
}

#nav-mobile a {
  text-transform: none;
}
#nav-mobile .logo-wrapper {
  height: 50px;
  margin-bottom: 10px;
}

.account-circle {
  position: relative;
}
.account-circle .account-inami {
  position: absolute;
  left: 0;
  top: 10px;
}

#pro-drop {
  top: 56px !important;
  left: 0 !important;
  width: 100% !important;
}

.large-icon svg {
  width: 64px;
  height: 64px;
}

/*
@media only screen and (min-width: 993px) {
    .has-fixed-sidenav .navbar-fixed nav.navbar {
        width: calc(100% - 320px);
        left: 320px;
    }
    body.has-fixed-sidenav {
        padding-left: 320px;
    }
}
*/
@media only screen and (min-width: 601px) {
  nav,
  nav .nav-wrapper i,
  nav a.sidenav-trigger,
  nav a.sidenav-trigger i {
    height: 56px;
    line-height: 56px;
  }
  .navbar-fixed {
    height: 56px;
  }
  .navbar-fixed nav {
    height: 56px;
    padding-right: 0;
  }
}
@media (max-width: 656px) {
  nav {
    height: 56px;
    line-height: 56px;
  }
  .nav-wrapper span {
    font-size: 12px;
  }
  .nav-shortcuts .dropdown-trigger {
    padding: 0 5px !important;
    margin-left: 4px;
  }
  .nav-shortcuts .account-question {
    padding: 0 5px !important;
  }
}
@media (max-width: 350px) {
  .nav-shortcuts .dropdown-trigger {
    padding: 0 5px !important;
    margin-left: 2px !important;
  }
}
.footer-list {
  padding: 15px;
  line-height: 25px;
}
.footer-list a {
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
}
.footer-list a:last-child {
  margin-right: 0;
}
.footer-list a:hover {
  background: none !important;
}
.footer-list .material-icons {
  font-size: 14px;
}
.footer-list .locale {
  text-transform: uppercase;
}
.footer-list .current {
  color: #fff !important;
}

.page-footer {
  background: #323e48;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 0;
  z-index: 9999;
}
@media (max-width: 480px) {
  .page-footer {
    position: static;
    z-index: 1;
  }
}
.page-footer ul {
  list-style: none;
}
.page-footer ul li {
  display: inline-block;
  border: #cbd6e2 solid;
  border-width: 0px 1px 0px 0px;
  padding: 2px 10px 2px 8px;
  color: #cbd6e2;
  margin-bottom: 0 !important;
}
.page-footer ul li:last-child {
  border: 0;
}
.page-footer ul li a,
.page-footer ul li small {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  color: #cbd6e2;
}
.page-footer ul li a:hover,
.page-footer ul li small:hover {
  color: #7fd1de;
}

.big-footer {
  padding-top: 50px;
  background: #323e48;
}
.big-footer .logo img {
  width: 200px;
  margin-bottom: 20px !important;
}
.big-footer span.footer-section-title {
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
  display: block;
}
.big-footer ul {
  list-style: none;
  margin: 0 0 25px 0;
  padding: 0;
}
.big-footer li {
  margin-bottom: 10px;
}
.big-footer a,
.big-footer small {
  transition: all 0.3s ease-in-out;
  display: inline-block;
  position: relative;
  color: #cbd6e2 !important;
}
.big-footer a:hover,
.big-footer small:hover {
  color: #7fd1de !important;
}
.big-footer hr {
  margin: 15px 0 30px 0;
  border-color: #7c98b6;
  border: 0;
  border-top: 1px solid #7c98b6;
}
.big-footer #additional_links {
  margin: 0;
  font-size: 13px;
  color: #fff;
  text-align: left;
}
.big-footer #additional_links li {
  display: inline-block;
}
.big-footer #additional_links li.vbar:after {
  content: "|";
  font-weight: 300;
  position: relative;
  color: #cbd6e2;
  left: 10px;
}
.big-footer #additional_links a {
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
  color: #cbd6e2;
}
.big-footer #additional_links a:hover {
  color: #7fd1de;
}
.big-footer .follow_us ul li {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
}
.big-footer #copy {
  font-size: 13px;
  color: #fff;
  opacity: 0.5;
  font-weight: 300;
  text-align: right;
}
@media (max-width: 992px) {
  .big-footer #copy {
    text-align: left;
  }
}
.big-footer #langages-dp a {
  opacity: 1;
  color: #323e48 !important;
}
.big-footer #langages-dp a:hover {
  color: #323e48 !important;
}
.big-footer #langages-dp li {
  margin-bottom: 0;
}

.facebook {
  color: #4267b2 !important;
}

.instagram {
  color: #7d3eca !important;
}

.linkdin {
  color: #1274b3 !important;
}

.facebook-hover:hover {
  color: #4267b2 !important;
}

.instagram-hover:hover {
  color: #7d3eca !important;
}

.linkdin-hover:hover {
  color: #1274b3 !important;
}

.twitter-hover:hover {
  color: #1ea1f2 !important;
}

footer {
  position: relative;
  position: sticky;
  top: 100vh;
}

.footer-in {
  position: relative;
  position: sticky;
  top: 100vh;
  background: #fff !important;
  border-top: 1px solid #eee;
  z-index: 999;
}
.footer-in .left-side {
  float: left;
  padding-left: 15px;
}
.footer-in .right-side {
  float: right;
  padding-right: 75px;
}
@media (max-width: 769px) {
  .footer-in .right-side,
  .footer-in .left-side {
    float: none;
    text-align: center;
  }
}
.footer-in li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}
.footer-in a,
.footer-in li {
  color: #a5a8aa;
}
.footer-in #legal-footer-drop li,
.footer-in #support-footer-drop li,
.footer-in #langages-footer-drop li {
  border-bottom: 1px solid #ccc;
}
.footer-in #legal-footer-drop li:last-child,
.footer-in #support-footer-drop li:last-child,
.footer-in #langages-footer-drop li:last-child {
  border-bottom: 0;
}
.footer-in #legal-footer-drop li a,
.footer-in #support-footer-drop li a,
.footer-in #langages-footer-drop li a {
  padding: 14px 0;
}
.footer-in #legal-footer-drop,
.footer-in #support-footer-drop {
  max-width: 300px;
}
.footer-in #langages-footer-drop {
  max-width: 150px;
}

button {
  cursor: pointer;
}
button:not([class]) {
  transition: opacity 0.2s ease-in-out;
}
button:not([class]):hover {
  opacity: 0.7;
}

.btn,
.btn-small,
.btn-small-padding,
.btn-xsmall,
.btn-extra-large {
  min-width: 24px;
  cursor: pointer;
  text-transform: none;
  border-radius: var(--btn-radius, 6px);
  color: #fff;
  box-shadow: unset;
  height: auto;
  min-height: 36px;
}
.btn:disabled,
.btn-small:disabled,
.btn-small-padding:disabled,
.btn-xsmall:disabled,
.btn-extra-large:disabled {
  cursor: not-allowed;
}
.btn:hover, .btn:focus,
.btn-small:hover,
.btn-small:focus,
.btn-small-padding:hover,
.btn-small-padding:focus,
.btn-xsmall:hover,
.btn-xsmall:focus,
.btn-extra-large:hover,
.btn-extra-large:focus {
  box-shadow: none;
}

.btn.btn-no-border {
  border: 0;
}
.btn.btn-no-border:hover {
  border: 0;
}

.btn-small {
  min-height: 32px;
  line-height: 32px;
  font-size: 14px;
}

.btn-block {
  display: block;
}

.btn-small-padding {
  padding: 2px 10px;
}

.btn-extra-large {
  height: 72px;
  line-height: 72px;
  font-size: 20px;
  padding: 0 36px;
}

.btn-extra-large i {
  font-size: 1.6rem;
}

.btn-xsmall {
  min-height: 25px;
  line-height: 25px;
}

.btn-rounded {
  border-radius: 50px;
  padding: 20px;
  line-height: 12px;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  border: 0;
}

.btn-fw {
  width: 100%;
}

.btn-width-full {
  min-width: 100%;
}

.btn-long {
  min-width: 280px;
  text-align: left;
}

.btn-square {
  border-radius: 0;
}

.btn-icon {
  width: 32px;
  height: 32px;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}
.btn-icon:hover {
  background: #eeeeee;
}

.btn-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.btn-group > * {
  flex: 0 0 auto;
  margin-right: 1rem;
}
.btn-group > *:last-child {
  margin-right: 0;
}
.btn-group > *.btn-alt {
  flex-grow: 1;
}

.btn-full-height {
  height: auto !important;
  text-transform: none !important;
}
.btn-full-height span {
  display: block;
}
.btn-full-height span:first-child {
  padding-bottom: 20px;
  font-size: 20px;
}

.btn-bordered {
  padding: 20px;
  line-height: 12px;
  font-size: 14px;
  display: inline-block;
  border: 0;
}

.btn-bordered-blue,
.btn-blue,
.ordo-blue {
  background: #01bdc3;
}
.btn-bordered-blue:hover, .btn-bordered-blue:focus,
.btn-blue:hover,
.btn-blue:focus,
.ordo-blue:hover,
.ordo-blue:focus {
  background: #22cccb;
  color: #fff;
}

.btn-blue-hover-white {
  background: #01bdc3;
  color: #fff !important;
}
.btn-blue-hover-white:hover, .btn-blue-hover-white:focus {
  background: #fff !important;
  color: #01bdc3 !important;
}

.btn-white-hover-blue {
  background: #fff;
  color: #01bdc3;
}
.btn-white-hover-blue:hover, .btn-white-hover-blue:focus {
  background: #01bdc3;
  color: #fff;
}

.btn-pink-hover-blue {
  background: #fc3868;
  color: #fff !important;
}
.btn-pink-hover-blue:hover, .btn-pink-hover-blue:focus {
  background: #01bdc3;
}

.btn-white-hover-pink {
  background: #fff;
  color: #fc3868;
}
.btn-white-hover-pink:hover, .btn-white-hover-pink:focus {
  background: #fc3868;
  color: #fff;
}

.btn.btn-subtle,
.btn.btn-dark {
  background: transparent;
  border: none;
  color: #c9c9c9;
  box-shadow: none;
  width: auto;
  height: auto;
  padding: 0.5rem 1rem;
  margin: 0;
  line-height: normal;
}
.btn.btn-subtle:hover, .btn.btn-subtle:focus, .btn.btn-subtle:active,
.btn.btn-dark:hover,
.btn.btn-dark:focus,
.btn.btn-dark:active {
  background: #eeeeee;
  transform: none;
  padding: 0.5rem 1rem;
  margin: 0;
}

.btn.btn-dark {
  color: #323e48;
}
.btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark:active {
  background: transparent;
  color: #c9c9c9;
  transform: none;
  padding: 0.5rem 1rem;
  margin: 0;
}

.btn-white {
  background: #fff;
  color: #323e48;
  box-shadow: none !important;
  border: 1px solid rgb(133, 133, 133);
}
.btn-white:hover, .btn-white:focus {
  background-color: #01bdc3 !important;
  color: #fff !important;
  border: 1px solid #01bdc3;
}

.btn-gradient-blue {
  background: linear-gradient(45deg, #00a4bd, #00bda5, #0bb69f);
  color: #fff;
  border: 1px solid transparent;
}
.btn-gradient-blue:hover, .btn-gradient-blue:focus {
  background: linear-gradient(45deg, #0093aa, #019e8a, #099d89);
}

.btn-gradient-blue-reverse {
  background: linear-gradient(45deg, #00a4bd, #00bda5, #0bb69f);
  box-shadow: none;
  color: #fff !important;
  border: 1px solid transparent;
}
.btn-gradient-blue-reverse span,
.btn-gradient-blue-reverse svg path {
  color: #fff !important;
}
.btn-gradient-blue-reverse:hover, .btn-gradient-blue-reverse:focus {
  background: linear-gradient(45deg, #0dbeda, #04e2c6, #0deacd);
}

.btn-gradient-blue-hovered {
  background: #fff;
  color: #199997 !important;
  border: 1px solid #199997;
  border: 1px solid #199997;
}
.btn-gradient-blue-hovered:hover, .btn-gradient-blue-hovered:focus {
  background: linear-gradient(45deg, #00a4bd, #00bda5, #0bb69f);
  color: #fff !important;
  border: 1px solid transparent;
  border: 1px solid transparent;
}

.btn-bordered-dark-hover-gradient {
  border: 1px solid #323e48 !important;
  border: 1px solid #323e48 !important;
  box-shadow: none !important;
  color: #323e48 !important;
  background-color: #fff !important;
}
.btn-bordered-dark-hover-gradient:hover, .btn-bordered-dark-hover-gradient:focus {
  border: 1px solid transparent !important;
  border: 1px solid #199997 !important;
  box-shadow: none !important;
  background: linear-gradient(45deg, #199997, #00bda5, #0bb69f) !important;
  color: #fff !important;
}

.btn-bordered-blue-reverse {
  border: 1px solid #01bdc3;
  border: 1px solid #199997;
  color: #01bdc3;
  background: #fff;
}
.btn-bordered-blue-reverse:hover, .btn-bordered-blue-reverse:focus {
  border: 1px solid #199997;
  border: 1px solid #199997;
  background: #199997 !important;
  color: #fff !important;
}

.btn-bordered-blue {
  background: #01bdc3;
  color: #fff;
  border: 1px solid #199997;
}
.btn-bordered-blue:hover, .btn-bordered-blue:focus {
  background: #22cccb;
}

.btn-secondary,
.btn-outline-primary {
  background: #fff;
  color: #01bdc3 !important;
  border: 1px solid currentColor;
}
.btn-secondary:hover, .btn-secondary:focus,
.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background: #d8f3f4;
}

table .btn-bordered-blue {
  background: #fff;
  color: #01bdc3;
  border: 1px solid currentColor;
}
table .btn-bordered-blue:hover, table .btn-bordered-blue:focus {
  background: #22cccb;
  color: #fff;
}

table .btn-neutral {
  background: #fff;
  color: #9e9e9e;
  border: 1px solid currentColor;
}
table .btn-neutral:hover, table .btn-neutral:focus {
  background: #eeeeee;
  color: #fff;
}

.btn-bordered-orange {
  border: 1px solid #e65100;
  color: #e65100 !important;
  background: white;
}
.btn-bordered-orange:hover, .btn-bordered-orange:focus {
  color: #fff !important;
  background: #ed8162 !important;
}

.btn-pink-hover-pink,
.ordo-pink,
.btn-pink {
  background: #fc3868;
  color: #fff;
}
.btn-pink-hover-pink:hover, .btn-pink-hover-pink:focus,
.ordo-pink:hover,
.ordo-pink:focus,
.btn-pink:hover,
.btn-pink:focus {
  background: #ff5b7b;
  color: #fff;
}

.btn-blue-hover-pink {
  background: #01bdc3;
  color: #fff;
}
.btn-blue-hover-pink:hover, .btn-blue-hover-pink:focus {
  background: #fc3868;
}

table .delete-btn {
  background: #fff;
  color: #fc3868 !important;
  border: 1px solid #d12f57;
}
table .delete-btn:hover, table .delete-btn:focus {
  background: #f7dfe8;
}

.btn-bordered-pink {
  color: #fff !important;
  background: #fc3868;
  border: 1px solid #d12f57 !important;
}
.btn-bordered-pink span,
.btn-bordered-pink svg path {
  color: #fff !important;
}
.btn-bordered-pink:hover, .btn-bordered-pink:focus {
  background: #d12f57 !important;
  border: 1px solid #d12f57 !important;
}

.btn-bordered-pink-reverse {
  border: 1px solid #d12f57;
  color: #fc3868;
  background: #fff;
}
.btn-bordered-pink-reverse:hover, .btn-bordered-pink-reverse:focus {
  border: 1px solid #d12f57;
  background: #d12f57 !important;
  color: #fff;
}

.btn-bordered-grey {
  border: 1px solid #616161;
  color: #fff;
  background: #9e9e9e;
}
.btn-bordered-grey:hover, .btn-bordered-grey:focus {
  background: #9e9e9e;
}

.btn-disabled {
  border: 1px solid transparent;
  color: #fff;
  background: #9e9e9e;
}
.btn-disabled:hover, .btn-disabled:focus {
  background: #9e9e9e;
}

.btn-outline-disabled {
  border: 1px solid #c9c9c9;
  background: #fff;
  color: #c9c9c9 !important;
}
.btn-outline-disabled:hover, .btn-outline-disabled:focus {
  background: #fff;
}

table .ordo-light {
  background: #fff;
  color: #01bdc3 !important;
  border: 1px solid #199997;
}
table .ordo-light:hover, table .ordo-light:focus {
  background: #d8f3f4 !important;
}

.btn-grey,
.btn-muted {
  color: rgba(0, 0, 0, 0.6);
  background-color: #eeeeee;
  border: 1px solid transparent;
}
.btn-grey:hover, .btn-grey:focus,
.btn-muted:hover,
.btn-muted:focus {
  background: #c9c9c9 !important;
}

.btn-pink-hover-white {
  background: #fc3868;
  border: 1px solid transparent;
  border: 1px solid #d12f57 !important;
  color: #fff !important;
}
.btn-pink-hover-white:hover, .btn-pink-hover-white:focus {
  background: #d12f57 !important;
  border: 1px solid #d12f57 !important;
  border: 1px solid #d12f57 !important;
}

.btn-no-height {
  vertical-align: middle;
  height: auto;
  min-height: 36px;
  line-height: 1.3rem;
  padding: 0.5rem 1rem;
}

.btn-return {
  min-width: 24px;
  cursor: pointer;
  text-transform: none;
  background: none;
  color: #01bdc3;
}
.btn-return:hover, .btn-return:focus {
  color: #d8f3f4;
}

.btn.btn-link {
  background: none;
  border: 0;
  color: #01bdc3;
  box-shadow: none;
  text-decoration: underline;
}
.btn.btn-link.btn-link-inline {
  margin: 0;
  padding: 0;
  min-height: auto;
  line-height: 1.5;
  height: auto;
  vertical-align: middle;
}
.btn.btn-link:hover, .btn.btn-link:focus {
  color: #fc3868;
}
.btn.btn-link:disabled {
  background-color: transparent !important;
  border: 0;
  color: #d7d7d7;
  box-shadow: none;
  text-decoration: underline;
  cursor: not-allowed;
}

.btn-primary,
.valid-btn,
.ordo-sectionblue,
.btn-green {
  background: #01bdc3;
  color: #fff !important;
}
.btn-primary:hover, .btn-primary:focus,
.valid-btn:hover,
.valid-btn:focus,
.ordo-sectionblue:hover,
.ordo-sectionblue:focus,
.btn-green:hover,
.btn-green:focus {
  background: #22cccb;
}

.btn-transparent-primary {
  background: transparent;
  color: #01bdc3;
}
.btn-transparent-primary:hover, .btn-transparent-primary:focus {
  background: rgba(0, 0, 0, 0.05);
}

.btn-toolbar:has(> button.btn-fixed) {
  text-align: center;
  position: sticky;
  bottom: 10px;
  right: 0;
  width: 100%;
  z-index: 10;
  margin-top: 10px;
}

table .valid-btn {
  color: #01bdc3;
  background: #fff;
  border: 1px solid #199997;
}
table .valid-btn:hover, table .valid-btn:focus {
  background: #d8f3f4;
}
table .valid-btn.is-clicked {
  background: #d8f3f4;
}

.btn-danger,
.delete-btn,
.btn-red {
  background: #fc3868;
  color: white;
}
.btn-danger:hover, .btn-danger:focus,
.delete-btn:hover,
.delete-btn:focus,
.btn-red:hover,
.btn-red:focus {
  background: #a71f45;
}
.btn-danger.is-clicked,
.delete-btn.is-clicked,
.btn-red.is-clicked {
  background: #a71f45;
}

.btn-outline-danger,
.btn-secondary-danger {
  background: white;
  color: #fc3868;
  border: 1px solid #d12f57;
}
.btn-outline-danger:hover, .btn-outline-danger:focus,
.btn-secondary-danger:hover,
.btn-secondary-danger:focus {
  color: #fc3868;
  background: #f7dfe8;
}
.btn-outline-danger.is-clicked,
.btn-secondary-danger.is-clicked {
  color: #fc3868;
  background: #f7dfe8;
}
.btn-outline-danger:disabled,
.btn-secondary-danger:disabled {
  background: transparent;
  color: #eeeeee;
  border: 1px solid #eeeeee;
}
.btn-outline-danger.disabled,
.btn-secondary-danger.disabled {
  background: transparent;
  color: #eeeeee;
  border: 1px solid #eeeeee;
}

.btn-checkbox {
  border: 1px solid #616161;
}

.btn-neutral {
  background: white;
  color: #616161;
  border: solid 1px rgb(166, 166, 166);
}
.btn-neutral:hover {
  background: rgb(239, 242, 244);
}
.btn-neutral:disabled {
  background: rgb(255, 255, 255);
  color: rgb(166, 166, 166);
  border: rgb(166, 166, 166);
}

.btn-outline-neutral {
  background: transparent;
  color: #616161;
  border: solid 1px #616161;
}
.btn-outline-neutral:hover {
  background: #eeeeee;
}
.btn-outline-neutral:disabled {
  background: #616161;
  color: #fff;
  border: #616161;
}
.btn-outline-neutral:focus {
  background: transparent;
}

.btn-transparent-neutral {
  background: transparent;
  color: rgb(45, 62, 80);
}
.btn-transparent-neutral:hover {
  background-color: #eeeeee;
}
.btn-transparent-neutral:disabled {
  background: #616161;
  color: #eeeeee;
  border: #616161;
}
.btn-transparent-neutral:focus {
  background: transparent;
}

.btn-tertiary-neutral {
  background: transparent;
  color: rgb(45, 62, 80);
}
.btn-tertiary-neutral:hover {
  background: transparent;
}
.btn-tertiary-neutral:disabled {
  background: rgb(255, 255, 255);
  color: rgb(166, 166, 166);
  border: rgb(166, 166, 166);
}

.btn-video {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding-left: 0;
}
.btn-video .video-icon {
  color: #01bdc3;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50px;
  padding: 0.1rem 0.5rem 0;
  margin-right: 0.8rem;
  font-size: 20px;
}
.btn-video:hover, .btn-video:focus {
  background: rgba(255, 255, 255, 0.4);
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1rem 0 0 !important;
  width: 100%;
}
.pagination a {
  padding: 0.3rem 0;
  text-decoration: none;
  min-width: 1.8rem;
  text-align: center;
  transition: all 0.3s ease;
  border: none;
  background: white;
  border-radius: 5px;
  color: #323e48;
  font-size: 0.85rem;
}
.pagination a.active {
  background: #d8f3f4 !important;
  font-weight: 500;
}
.pagination a:hover {
  background: #01bdc3;
}
.pagination a[disabled] {
  color: rgb(238.8, 238.8, 238.8);
  pointer-events: none;
  opacity: 0.5;
}
.pagination .page-numbers {
  display: flex;
  gap: 0.5rem;
}
.pagination .arrow {
  font-size: 0.7rem;
  padding: 0.38rem 0;
}
.pagination .arrow:hover {
  background-color: transparent !important;
  color: #01bdc3;
}
.pagination .arrow[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
  background-color: #c9c9c9;
}
.pagination li {
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  vertical-align: top;
  height: 30px;
}
.pagination li a {
  color: #323e48;
  display: inline-block;
  font-size: 0.9rem;
  padding: 0 0.7rem;
  line-height: 30px;
}
.pagination li a:hover {
  background-color: #01bdc3 !important;
}
.pagination li.active a {
  background-color: #d8f3f4 !important;
  color: #323e48;
}
.pagination li.disabled a {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
  background-color: #eeeeee;
}
.pagination li i {
  font-size: 1.8rem;
}
.pagination li.pages ul li {
  display: inline-block;
  float: none;
}
@media only screen and (max-width: 992.99px) {
  .pagination li li.prev, .pagination li li.next {
    width: 10%;
  }
  .pagination li li.pages {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
  }
}
.pagination #page-numbers {
  display: flex;
  gap: 0.5rem;
  margin: 0 0.6rem;
}

.accordion {
  padding: 1rem 1.5em;
  background: #323e48;
  color: #eeeeee;
  transition: all 0.3s;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accordion:hover, .accordion:focus {
  background: #323e48;
  position: relative;
  z-index: 5;
}
.accordion .accordion-title {
  font-size: 1.3rem;
}
.accordion .chevron-icon {
  transition: transform 0.3s;
  font-size: 1rem;
  margin-left: 0.5em;
}
.accordion[aria-expanded=true] .chevron-icon {
  transform: rotate(180deg);
}
.accordion--default {
  background: #323e48 !important;
}
.accordion--patient {
  background: #404b54 !important;
}

.accordion-container {
  border: 1px solid #eeeeee;
  border-radius: 4px;
  margin-bottom: 10px;
  overflow: hidden;
}
.accordion-container:last-child {
  margin-bottom: 0;
}
.accordion-container .accordion-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 3.5rem;
  background: white;
  border: none;
  padding: 1rem;
  cursor: pointer;
  transition: background 0.2s ease;
}
.accordion-container .accordion-toggle:hover {
  background: #eeeeee;
}
.accordion-container .accordion-toggle .accordion-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
}
.accordion-container .accordion-toggle .accordion-title-left,
.accordion-container .accordion-toggle .accordion-title-right {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.accordion-container .accordion-toggle .accordion-title-right .btn-small {
  height: 1.5rem;
  width: 2rem;
  padding: 0;
}
.accordion-container .accordion-toggle .accordion-title-right .btn-small i,
.accordion-container .accordion-toggle .accordion-title-right .btn-small svg,
.accordion-container .accordion-toggle .accordion-title-right .btn-small span > svg {
  vertical-align: 1.6px;
}
.accordion-container .accordion-toggle .chevron-icon {
  transition: transform 0.2s ease;
}
.accordion-container.active .chevron-icon {
  transform: rotate(180deg);
}
.accordion-container .accordion-panel {
  display: none;
  padding: 0 1rem 1rem;
}
.accordion-container .accordion-panel.active {
  display: block;
}
.accordion-container .accordion-panel .app-user-info-block {
  display: flex;
  align-items: center;
  margin-bottom: 0.1rem;
}
.accordion-container .accordion-panel .app-user-info-block .flex-item-auto {
  margin-right: 0.5rem;
}
.accordion-container .accordion-panel .app-user-info-block .flex-item-auto a.copy-content {
  cursor: pointer;
}
.accordion-container .accordion-panel .red-text {
  color: #d9534f;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Base Dropdown Styles */
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  min-width: 24rem;
  padding: 0.5rem 0.5rem 0;
  margin: 0;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #eeeeee;
  border-radius: var(--border-radius, 0.25rem);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  max-height: 30rem;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .dropdown-menu {
    height: fit-content;
    min-width: 100%;
  }
}
.dropdown-menu.is-open {
  opacity: 1;
}
.dropdown-menu.is-closing {
  opacity: 0;
}
.dropdown-menu[hidden] {
  display: none !important;
}
.dropdown-menu ul {
  /* Dropdown Items */
}
.dropdown-menu ul .dropdown-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 0.5rem;
  clear: both;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  color: #616161;
  font-size: 0.875rem;
  transition: all 0.2s ease;
}
@media (max-width: 768px) {
  .dropdown-menu ul .dropdown-item {
    font-size: 1rem;
  }
}
.dropdown-menu ul .dropdown-item:hover {
  background: #eeeeee;
  color: #323e48;
}
.dropdown-menu .flex-actions {
  position: sticky;
  bottom: 0;
  background-color: white;
  padding: 1rem 0.5rem;
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 10;
}
@media (max-width: 768px) {
  .dropdown-menu .flex-actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
  }
}

/* Dropdown List Items */
.dropdown-menu li {
  display: block;
}
.dropdown-menu li label {
  font-size: 0.875rem;
  margin-left: 0.5rem;
}

/* Dropdown Trigger Button */
.my-custom-dropdown-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: #eeeeee;
  border: 1px solid #9e9e9e;
  border-radius: var(--border-radius);
  color: #323e48;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 0.875rem;
  width: max-content;
  /* Custom arrow for the trigger button */
}
@media (max-width: 768px) {
  .my-custom-dropdown-trigger {
    padding: 0.75rem 1rem;
  }
}
.my-custom-dropdown-trigger span {
  font-weight: 400;
}
.my-custom-dropdown-trigger:hover {
  background: #c9c9c9;
}
.my-custom-dropdown-trigger::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.5rem;
  border-top: 5px solid currentColor;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  transition: transform 0.2s ease;
}
.my-custom-dropdown-trigger[aria-expanded=true]::after {
  transform: rotate(180deg);
}

/* Drawer */
@keyframes slideFromBottom {
  0% {
    transform: translate3d(0, var(--initial-transform, 100%), 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideToBottom {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, var(--initial-transform, 100%), 0);
  }
}
@media (max-width: 767.98px) {
  .dropdown-drawer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    z-index: 9999;
    max-height: 80vh;
    overflow-y: auto;
    max-width: none;
    width: 100%;
  }
  /* CLOSE */
  .closebtn {
    position: absolute;
    top: 0;
    right: 1rem;
    font-size: 2rem;
    margin-left: 1rem;
    margin-bottom: 1rem;
    color: #323e48;
  }
  /* END CLOSE */
  /* START ANIM */
  .dropdown-drawer {
    animation: slideFromBottom 0s;
    /* needs a base anim*/
  }
  .dropdown-drawer.is-opening {
    animation: slideFromBottom 0.3s;
  }
  .dropdown-drawer.is-closing {
    animation: slideToBottom 0.3s;
  }
  /* END ANIM */
  /* START NO SCROLL */
  html:has(.dropdown-drawer.is-opened) {
    overflow: hidden;
    padding-inline-end: var(--scrollbar-width);
  }
  /* END NO SCROLL */
  /* START OVERLAY */
  html:has(.dropdown-drawer.is-opened) .dropdown-overlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    animation: fadeIn 0.3s;
    z-index: 9998;
  }
  /* END OVERLAY */
  .mobile-drawer-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 1rem;
    right: 1rem;
    background: none;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    line-height: 24px;
    color: currentColor;
    padding: 0;
    border: 0;
  }
  .mobile-drawer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    z-index: 9999997 !important;
    max-height: 80vh;
    overflow-y: auto;
  }
  /* START ANIM */
  .mobile-drawer {
    animation: slideFromBottom 0s;
    /* needs a base anim*/
  }
  .mobile-drawer.is-opening {
    animation: slideFromBottom 0.3s;
  }
  .mobile-drawer.is-closing {
    animation: slideToBottom 0.3s;
  }
  /* END ANIM */
  /* START NO SCROLL */
  html:has(.mobile-drawer.is-opened) {
    overflow: hidden;
    padding-inline-end: var(--scrollbar-width);
  }
  /* END NO SCROLL */
  /* START OVERLAY */
  html:has(.mobile-drawer.is-opened) .dropdown-overlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    animation: fadeIn 0.3s;
    z-index: 9998;
  }
  /* END OVERLAY */
}
/*
<div class="myc-filters-item d-block">
    <button data-dropdown="demo-dropdown" data-dropdown-placement="bottom">Dropdown</button>
    <ul id="demo-dropdown" class="dropdown-menu" hidden>
        <li><a href="#" class="dropdown-item">Item 1</a></li>
        <li><a href="#" class="dropdown-item">Item 2</a></li>
    </ul>
</div>
*/
.sidebar-blocks-container {
  border: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 100%;
}
.sidebar-blocks-container .sidebar-block {
  display: flex;
  flex-direction: row;
  height: 15rem;
  border: 1px solid #eeeeee;
  padding: 0;
  position: relative;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
.sidebar-blocks-container .sidebar-block.teleconsult-block {
  background-image: url(../images/2024/doctor-online.svg);
}
.sidebar-blocks-container .sidebar-block.professional-block {
  background-image: url(../images/2024/family.svg);
}
.sidebar-blocks-container .sidebar-block.blog-block {
  background-image: url(../images/2024/doctors.svg);
}
.sidebar-blocks-container .sidebar-block.is-ethias .btn-secondary {
  color: #F57F17 !important;
}
.sidebar-blocks-container .sidebar-block.is-ethias .btn-secondary:hover, .sidebar-blocks-container .sidebar-block.is-ethias .btn-secondary:focus {
  background-color: rgb(253.4297520661, 234.9008264463, 218.5702479339);
}
.sidebar-blocks-container .sidebar-block.is-ethias.teleconsult-block {
  background-image: url("../images/ethias/doctor-online.svg");
}
.sidebar-blocks-container .sidebar-block.is-ethias.face-scan-block {
  background-image: url("../images/ethias/face-scan.svg");
}
.sidebar-blocks-container .sidebar-block .sidebar-block-left {
  width: 14.6rem;
  padding: 1.25rem;
  position: relative;
  z-index: 1;
}
.sidebar-blocks-container .sidebar-block .sidebar-block-left .sidebar-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  gap: 0.75rem;
  height: 100%;
  flex-wrap: nowrap;
}
.sidebar-blocks-container .sidebar-block .sidebar-block-left .sidebar-text h3 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.75rem;
}
.sidebar-blocks-container .sidebar-block .sidebar-block-left .sidebar-text .flex-actions {
  display: flex;
  margin-top: auto;
  gap: 1rem;
}
.sidebar-blocks-container .sidebar-block .sidebar-block-left .sidebar-text .flex-actions.flex-direction-col {
  flex-direction: column;
  gap: 0.5rem;
}
.sidebar-blocks-container .sidebar-block .sidebar-block-left .sidebar-text .flex-actions.flex-direction-col a {
  width: 100%;
}
.sidebar-blocks-container .sidebar-block .sidebar-block-left .sidebar-text .flex-actions a {
  width: fit-content;
}
@media screen and (min-width: 320px) and (max-width: 991.98px) {
  .sidebar-blocks-container .sidebar-block {
    flex: 1;
    min-width: 0;
  }
}
@media screen and (min-width: 559.98px) and (max-width: 991.98px) {
  .sidebar-blocks-container .sidebar-block {
    flex-direction: row;
    width: 100%;
    gap: 1.25rem;
    justify-content: space-between;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .sidebar-blocks-container .sidebar-block {
    width: 100%;
    height: 100%;
    min-height: 12rem;
    flex-direction: column;
    background-position: top right;
    background-size: 50% auto;
  }
  .sidebar-blocks-container .sidebar-block .sidebar-block-left {
    width: 100%;
    height: 100%;
    padding: 1.25rem;
    background: rgba(255, 255, 255, 0.6);
  }
  .sidebar-blocks-container .sidebar-block .sidebar-block-left .sidebar-text h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .sidebar-blocks-container .sidebar-block .sidebar-block-left .sidebar-text .flex-actions {
    gap: 0.5rem;
    padding-top: 0;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .sidebar-blocks-container .sidebar-block {
    width: 100%;
    height: 100%;
    background-position: center right;
    background-size: 70% auto;
  }
  .sidebar-blocks-container .sidebar-block .sidebar-block-left {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
  }
  .sidebar-blocks-container .sidebar-block .sidebar-block-left .sidebar-text h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

myc-carousel {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
myc-carousel .carousel-track {
  display: flex;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}
myc-carousel .carousel-slide {
  min-width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: start;
  text-align: start;
}
myc-carousel .carousel-slide h3 {
  font-size: 1.6rem;
  margin-bottom: 0;
  color: #34485a;
}
myc-carousel .carousel-slide p {
  font-size: 1rem;
  color: #34485a;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  myc-carousel .carousel-slide p {
    margin-bottom: 1rem;
    font-size: 0.95rem;
  }
}
myc-carousel .carousel-slide img {
  max-height: 320px;
  width: 100%;
  height: auto;
  margin-bottom: 1.5rem;
  display: block;
  align-self: center;
}
@media (max-width: 768px) {
  myc-carousel .carousel-slide img {
    max-height: 200px;
    margin-bottom: 1rem;
  }
}
myc-carousel .carousel-slide a {
  margin-bottom: 20px;
  align-self: center;
}
myc-carousel .carousel-slide .btn-text {
  background: transparent;
  border: none;
  color: #F57F17;
  font-size: 0.9rem;
  cursor: pointer;
  margin-top: 0;
  transition: color 0.2s;
  align-self: center;
}
myc-carousel .carousel-slide .btn-text:hover, myc-carousel .carousel-slide .btn-text:focus {
  text-decoration: underline;
}

.pill {
  border-radius: 20px;
  padding: 3px 10px;
  color: #01878b !important;
  font-size: 12px;
  text-align: center;
}

.pill-primary {
  background-color: #d8f3f4;
  color: #323e48;
}

.pill-neutral {
  background-color: #eeeeee;
}

.alert {
  padding: 1em;
  border-radius: 10px;
}
.alert.alert-success {
  background: #2b701c;
  color: #fff;
}
.alert.alert-info {
  background: #0e5755;
  color: #fff;
}
.alert.alert-light {
  background: #d8f3f4;
  color: #323e48;
}
.alert.alert-neutral {
  background: #eeeeee;
  color: #323e48;
}
.alert.alert-danger {
  background: #7c1313;
  color: #fff;
}
.alert.alert-warning {
  background: #f57c00;
  color: #fff;
}

.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #01bdc3;
}
.dot.green {
  background: #41a62a;
}
.dot.red {
  background: #d32f2f;
}
.dot.orange {
  background: #ed8162;
}

.initials {
  --initials-size: 22px;
  width: var(--initials-size);
  height: var(--initials-size);
  background: var(--initials-bg, #d0ecf2);
  font-size: 10px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--initials-size);
  margin-left: auto;
  margin-right: auto;
  color: rgba(0, 0, 0, 0.8);
}

a.initials:hover {
  opacity: 0.8;
}

#connected-as {
  position: fixed;
  top: 65px;
  right: 5px;
  z-index: 9;
  background: palegoldenrod;
  color: rgb(44, 39, 9);
  border: 1px solid gold;
  padding: 0.25em 0.5em;
}

@media only screen and (max-width: 576px) {
  #connected-as {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .hide-on-large-and-down {
    display: none !important;
  }
  .show-on-large-and-down {
    display: block !important;
  }
}
@media only screen and (min-width: 1200px) {
  .hide-on-large-and-down {
    display: block !important;
  }
  .show-on-large-and-down {
    display: none !important;
  }
}
@media only screen and (min-width: 993.99px) {
  .hide-on-large-and-up {
    display: none !important;
  }
}
.card,
.card-content,
.card-action {
  border-radius: 0 !important;
}

.card,
.card-content,
.card-action {
  border: 1px solid transparent !important;
}

.card {
  box-shadow: none;
  border: 1px solid #eeeeee !important;
}

.card .card-content {
  padding: 15px;
  background: #f7f7fa;
  height: 60%;
  padding-top: 20px;
}

.card .card-action {
  text-align: center;
  border-top: 0;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating) {
  color: #41a62a;
  text-transform: none;
}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating):hover {
  color: #323e48;
  background: none;
}

.notification-card i {
  float: left;
  height: 48px;
  line-height: 48px;
  margin: 0 5px 0 0;
  width: 24px;
}
@media (max-width: 480px) {
  .notification-card i {
    height: 20px;
    line-height: 20px;
    width: 20px;
  }
}
.notification-card .view-request {
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
}
@media (max-width: 480px) {
  .notification-card .view-request {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }
}
.notification-card .delete-wrapper {
  position: absolute;
  right: 10px;
  top: 5px;
}
.notification-card .picture-wrapper {
  width: 100%;
  text-align: center;
}

.prescription-card,
.doc-pr-card,
.doc-question-card {
  border-radius: 0 !important;
  border: 1px solid #eeeeee !important;
}
.prescription-card .divider,
.doc-pr-card .divider,
.doc-question-card .divider {
  height: 1px;
  margin: 1px 0;
}

.card .card-head,
.card .card-body {
  padding: 15px;
}
.card .card-head-simple {
  padding-bottom: 0;
}
.card .card-body svg {
  fill: var(--myc-blue);
  margin-right: 0.5rem;
}
.card .card-body li + li {
  margin-top: 0.5rem;
}

body {
  height: 100%;
  background: #f6f8fa;
  font-family: "Ubuntu", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
  position: relative;
}
body.IframePage {
  background: transparent;
}

header {
  /* must be > search-filters (1001) and < modals (1003) */
  z-index: 1002;
}

html {
  scroll-behavior: smooth;
}

.iframe-wrapper iframe {
  width: 100% !important;
  height: auto !important;
}
.iframe-wrapper.h-300 iframe {
  height: 300px !important;
}

a:not([class]) {
  color: #01bdc3;
}

.svg-inline--fa {
  fill: currentColor;
}

.toast-bottom-left {
  top: auto !important;
  right: auto !important;
  bottom: 5%;
  left: 3%;
}

.hiddendiv {
  left: -9999px;
}

img:not([src]):not([srcset]) {
  visibility: hidden;
}

[type=checkbox].filled-in:checked + span:not(.lever):before {
  width: 6px !important;
}

#hubspot-messages-iframe-container {
  min-width: 100px;
  min-height: 100px;
  z-index: 1000 !important;
}

#hubspot-messages-iframe-container:has(.hs-shadow-container.active) {
  z-index: 1003 !important;
}

.cky-btn-revisit-wrapper {
  z-index: 1000 !important;
}

.no-after::after {
  display: none !important;
}

.no-before::before {
  display: none !important;
}

.show {
  display: initial !important;
}

.visually-hidden {
  visibility: hidden;
}

.no-opacity {
  opacity: 0 !important;
}

.collapse-p p {
  margin: 0 !important;
}

.delayed {
  display: none;
}

.cc-window {
  z-index: 9999;
}

.wow {
  visibility: hidden;
}

.pac-container {
  z-index: 9999;
}

.pac-item > span:last-child {
  display: none;
}
.pac-item > span:last-child.pac-filtered {
  display: inline;
}

.no-box-shadow {
  box-shadow: none !important;
}

.no-box-shadow-with-border {
  box-shadow: none;
  border-bottom: 1px solid #ccd6e2;
}

.container {
  padding-bottom: 30px;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.dropdown-content {
  max-height: 400px !important;
  overflow-y: auto !important;
  backface-visibility: hidden !important;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.paiement-info-btn-wrapper .dropdown-content {
  width: 400px;
  padding: 20px;
  top: -10px;
}
.paiement-info-btn-wrapper .dropdown-content h4 {
  text-align: center;
  color: #465969;
}
.paiement-info-btn-wrapper .dropdown-content ul {
  padding-left: 10px;
}
.paiement-info-btn-wrapper .dropdown-content li {
  margin-top: 10px;
  line-height: 14px;
  font-weight: 400;
  font-size: 14px;
  list-style-type: disc;
}

@media only screen and (min-width: 993px) {
  .container {
    width: 90%;
  }
  .big-container {
    max-width: 95%;
    margin: 0 auto;
  }
}
.full-container {
  padding-inline: 20px;
  margin-inline: auto;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

span.strong {
  font-weight: 500;
}

.block {
  display: block;
}

.full-width {
  width: 100%;
}

@media screen and (max-width: 480px) {
  .full-width-mobile {
    width: 100%;
  }
}
.cc_message {
  color: #fff;
}

.no-notif {
  font-size: 16px;
}

.cursor-pointer {
  cursor: pointer;
}

.relative {
  position: relative;
}

#utils {
  left: 0 !important;
  width: 100%;
}
#utils a {
  color: #323e48 !important;
}

.margin-center {
  margin: 0 auto;
}

.toolbar h5 {
  color: #323e48 !important;
}

.sub-menu-color {
  background: #f9f9f9 !important;
}

.hidden-field {
  display: none;
}

nav .brand-logo {
  color: #000;
}

.icon-grey-text {
  color: #b0b0b0;
}

.pagination .active {
  background: #d8f3f4 !important;
}

.bread {
  font-size: 16px;
  padding-left: 10px;
  font-weight: 300;
}

.align-middle {
  vertical-align: middle;
}

.align-self-start-i {
  align-self: flex-start !important;
}

.align-self-end-i {
  align-self: flex-end !important;
}

.align-self-middle-i {
  vertical-align: middle !important;
}

.file-field span {
  text-transform: none;
}

.red-bottom-border {
  border-bottom: 2px solid #ff0000 !important;
}

.fat {
  font-weight: 500;
}

span.fat {
  font-weight: 500;
  font-size: 16px;
  color: #000;
}

.vcenter {
  float: none !important;
  display: inline-block;
  vertical-align: middle;
  margin-right: -4px;
}

.search-wrapper .input-field {
  height: 2.2rem;
  padding-left: 1rem;
  width: calc(100% - 4rem);
  border: 0;
  box-shadow: none;
}
.search-wrapper #search {
  height: 2.25rem;
  border: 0;
}
.search-wrapper #search::placeholder {
  color: #ccc;
  font-weight: 400;
}
.search-wrapper label i {
  font-size: 2rem;
}
.search-wrapper .search-input {
  display: flex;
  flex-direction: row;
  width: 15rem;
  border: 1px solid #ddd;
  padding-left: 30px;
  height: 35px;
  max-width: 100%;
  background: #fff;
  border-radius: 5px;
}
.search-wrapper .search-input .input-group-icon {
  margin-right: 1.2rem;
  position: absolute;
  left: 8px;
  top: 5px;
  color: #ccc;
  font-size: 1rem;
}

.inline-block {
  display: inline-block !important;
}

nav i,
nav [class^=mdi-],
nav [class*=mdi-],
nav i.material-icons,
nav span {
  display: inline-block;
  vertical-align: middle;
}

nav span {
  text-transform: none;
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
}

.remove-padding {
  padding: 0 !important;
}

.no-text-transform {
  text-transform: none;
}

.locales a {
  text-transform: uppercase;
}
.locales a.current {
  color: #01bdc3;
}

.timepicker-dropdown {
  width: 8em !important;
  max-height: 180px !important;
}
.timepicker-dropdown li {
  padding: 8px !important;
}
.timepicker-dropdown li:hover {
  background: #f5f5f5 !important;
  color: #000 !important;
}
.timepicker-dropdown .ui-timepicker-selected {
  background: #f5f5f5 !important;
  color: #000 !important;
}

.stepwizard-step .step-hidden {
  display: none;
}
.stepwizard-step .disabled {
  pointer-events: none;
  cursor: default;
}
@media (max-width: 480px) {
  .stepwizard-step .btn-floating {
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
  .stepwizard-step .btn-floating.ordo-light {
    width: 28px;
    height: 28px;
    line-height: 28px;
  }
  .stepwizard-step a {
    font-size: 12px;
  }
}

#statistics .card-content {
  padding: 0;
  background-color: #fff;
}
#statistics .total-rdv {
  display: none;
}
#statistics .total-occurence {
  display: none;
}

#current-task-message-modal,
.next-appointment-details,
.instruction-details {
  height: auto;
  padding-bottom: 10px;
}
@media (max-width: 480px) {
  #current-task-message-modal,
  .next-appointment-details,
  .instruction-details {
    min-height: 500px;
  }
}
#current-task-message-modal .card-title,
.next-appointment-details .card-title,
.instruction-details .card-title {
  position: relative;
  padding: 10px;
  font-size: 18px;
  text-align: center;
  background: #01bdc3;
  color: #fff;
}
#current-task-message-modal hr,
.next-appointment-details hr,
.instruction-details hr {
  margin: 0;
  border: 0;
  border-top: 1px solid #ddd;
}
#current-task-message-modal .modal-specialist,
#current-task-message-modal .modal-content,
.next-appointment-details .modal-specialist,
.next-appointment-details .modal-content,
.instruction-details .modal-specialist,
.instruction-details .modal-content {
  padding: 20px;
}
#current-task-message-modal .modal-specialist,
.next-appointment-details .modal-specialist,
.instruction-details .modal-specialist {
  padding-bottom: 15px;
}
#current-task-message-modal .modal-specialist img,
.next-appointment-details .modal-specialist img,
.instruction-details .modal-specialist img {
  width: 85px;
}
#current-task-message-modal .modal-specialist .name,
.next-appointment-details .modal-specialist .name,
.instruction-details .modal-specialist .name {
  font-size: 20px;
}
#current-task-message-modal .modal-specialist .speciality,
.next-appointment-details .modal-specialist .speciality,
.instruction-details .modal-specialist .speciality {
  font-size: 16px;
}
#current-task-message-modal .modal-footer,
.next-appointment-details .modal-footer,
.instruction-details .modal-footer {
  text-align: center;
  border-top: 1px solid #ddd;
  padding-top: 10px;
  height: auto;
}
#current-task-message-modal .close-modal,
.next-appointment-details .close-modal,
.instruction-details .close-modal {
  position: absolute;
  top: 5px;
  right: 10px;
}
#current-task-message-modal .close-modal i,
#current-task-message-modal .close-modal svg,
.next-appointment-details .close-modal i,
.next-appointment-details .close-modal svg,
.instruction-details .close-modal i,
.instruction-details .close-modal svg {
  font-size: 22px;
  cursor: pointer;
}

.btn-floating {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.btn-floating i {
  font-size: 1.4rem;
  line-height: 30px;
}

.btn-floating.halfway-fab {
  right: 15px;
  bottom: -15px;
}

.similar-profile-card {
  padding: 15px 0;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}
.similar-profile-card .name {
  padding: 0 15px;
  text-align: center;
  margin-top: 10px;
}
.similar-profile-card .name h4 {
  margin: 0;
}
.similar-profile-card .speciality {
  padding: 0 15px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
}
.similar-profile-card .address {
  padding: 0 15px;
  text-align: center;
  margin-top: 10px;
}
.similar-profile-card.active, .similar-profile-card:hover {
  background: #9e9e9e;
}

.progress-bar .green-bar {
  height: 28px;
}
.progress-bar .label {
  color: #323e48;
  padding-top: 3px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
.progress-bar .pb-part {
  border: 1px solid #ddd;
  background-color: #fff;
  height: 30px;
  position: relative;
  padding: 0;
}
.progress-bar #one {
  border-radius: 50px 0 0 50px;
}
.progress-bar #one .green-bar {
  border-radius: 50px 0 0 50px;
}
.progress-bar #twelve {
  border-radius: 0 50px 50px 0;
}
.progress-bar #twelve .green-bar {
  border-radius: 0 50px 50px 0;
}

.homeprescription {
  max-width: 500px;
  margin: 0 auto;
  background: #fff;
  padding: 5px;
}
.homeprescription .qr-code,
.homeprescription .title,
.homeprescription .system {
  text-align: center;
}
.homeprescription .qr-code img {
  width: 80px;
}
.homeprescription p {
  font-size: 12px;
}
.homeprescription ul {
  margin: 0;
}
.homeprescription ul li {
  list-style: none;
  margin-top: 2px;
}
.homeprescription hr {
  border: 0;
  border-bottom: 1px solid #aaa;
}
.homeprescription .content h4 {
  text-align: center;
}

#change-address-modal {
  z-index: 9999 !important;
}

.login-message {
  margin: 0 auto;
  width: 900px;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .login-message {
    width: 100%;
  }
}

.form-builder-container iframe {
  min-height: 800px !important;
}

.divider-inline {
  flex-grow: 1;
  height: 1px;
  margin-right: 5px;
  margin-left: 5px;
  background-color: #eee;
}

.sticky-actions {
  position: sticky;
  bottom: 0;
}

.notif-card {
  position: relative;
  border: 0;
}
.notif-card .card-action,
.notif-card .card-content {
  border: 0;
  font-size: 14px !important;
}
.notif-card .card-action p,
.notif-card .card-content p {
  font-size: 14px !important;
}
.notif-card .close-notif {
  position: absolute;
  top: 2px;
  right: 2px;
}
.notif-card .close-notif i,
.notif-card .close-notif svg {
  font-size: 14px;
  line-height: 14px;
  cursor: pointer;
}
.notif-card .ago span {
  font-size: 12px;
}
.notif-card .ago i {
  font-size: 14px;
  height: 14px;
  line-height: 14px;
}
.notif-card .card-content img {
  width: 36px;
  height: 36px;
}
@media (max-width: 480px) {
  .notif-card .card-content img {
    width: 24px;
  }
}

@media (max-width: 480px) {
  .notification-card img {
    width: 30px;
  }
}

.notif-important {
  border: 1px solid #ff0000;
}

#notification-drop {
  z-index: 10;
}
#notification-drop #push-subscription-button {
  line-height: 18px;
  font-size: 16px;
}
#notification-drop #push-subscription-button[data-activated=no] {
  color: #41a62a;
}
#notification-drop #push-subscription-button[data-activated=yes] {
  color: #b71c1c;
}
#notification-drop #push-subscription-button:hover {
  background-color: #f4f4f4;
}
#notification-drop .notif-btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
}

.modal {
  border-radius: 5px !important;
}

.modal:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

.modal.transparent-modal {
  background: transparent;
  box-shadow: none;
}

.modal-content,
.modal-header {
  position: relative;
}
.modal-content .close-modal,
.modal-header .close-modal {
  position: absolute;
  top: 5px;
  right: 10px;
  color: #d32f2f;
  cursor: pointer;
}
.modal-content .close-modal i,
.modal-content .close-modal svg,
.modal-header .close-modal i,
.modal-header .close-modal svg {
  font-size: 22px;
  cursor: pointer;
}
.modal-content .divider,
.modal-header .divider {
  background: #01bdc3;
}

.modal-header-danger {
  background: #fc3868;
  height: 65px;
}
.modal-header-danger h3,
.modal-header-danger svg path {
  color: #fff !important;
}
.modal-header-danger h3 {
  padding-top: 20px;
}

.modal-footer {
  margin: 1rem 0;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: flex-end;
}

#quick-patient-modal,
#find-availabilities,
.modal-fit-height {
  max-height: 80%;
}
#quick-patient-modal .modal-content,
#find-availabilities .modal-content,
.modal-fit-height .modal-content {
  min-height: 80%;
}
#quick-patient-modal #select2-FindAvailabilityDoctorForm_FindAvailabilityDoctorForm_ReasonID-results,
#find-availabilities #select2-FindAvailabilityDoctorForm_FindAvailabilityDoctorForm_ReasonID-results,
.modal-fit-height #select2-FindAvailabilityDoctorForm_FindAvailabilityDoctorForm_ReasonID-results {
  max-height: 150px;
}

#delay-modal {
  height: 60%;
}

.big-modal {
  top: 2% !important;
  max-height: none;
  width: 70%;
}
@media (max-width: 480px) {
  .big-modal {
    width: 90% !important;
    max-height: 90% !important;
  }
}

.signup-login-modal {
  width: 40%;
}
@media (max-width: 720px) {
  .signup-login-modal {
    width: 90%;
  }
}
.signup-login-modal .modal-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 30px 30px 0;
}
.signup-login-modal .modal-title i,
.signup-login-modal .modal-title svg {
  width: 40px;
  height: auto;
  color: #fc3868;
}
.signup-login-modal .modal-title h3 {
  font-size: 20px;
  color: #fc3868;
  text-align: center;
}
@media (max-width: 480px) {
  .signup-login-modal .modal-title {
    padding: 20px 10px 0;
    text-align: center;
    gap: 10px;
  }
  .signup-login-modal .modal-title h3 {
    font-size: 20px !important;
    padding-top: 10px !important;
  }
}
.signup-login-modal .modal-content {
  padding: 20px 30px 30px;
}
.signup-login-modal .modal-content #signup-login-modal-warning {
  text-align: center;
}
.signup-login-modal .modal-content #signup-login-modal-warning p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 40px;
}
.signup-login-modal .modal-content #signup-login-modal-warning .appointment-info {
  margin-bottom: 20px;
  background-color: #f6f8fa;
  padding: 10px;
  border: 1px solid #eeeeee;
  text-align: left;
}
.signup-login-modal .modal-content #signup-login-modal-warning .appointment-info p {
  font-size: 14px;
  font-weight: 300;
  margin: 10px 0;
}
.signup-login-modal .modal-content #signup-login-modal-warning .appointment-info p i,
.signup-login-modal .modal-content #signup-login-modal-warning .appointment-info p svg {
  color: #01bdc3;
}
@media (max-width: 480px) {
  .signup-login-modal .modal-content #signup-login-modal-warning {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .signup-login-modal .modal-content #signup-login-modal-warning .signup-text {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .signup-login-modal .modal-content {
    padding: 20px 10px;
  }
}
@media (max-width: 480px) {
  .signup-login-modal h3 {
    font-size: 16px !important;
    padding-top: 18px !important;
  }
  .signup-login-modal svg {
    font-size: 14px;
  }
  .signup-login-modal .close-modal {
    top: 1px;
    right: 5px;
  }
  .signup-login-modal .appointment-info p {
    font-size: 14px !important;
  }
  .signup-login-modal p {
    font-size: 14px !important;
  }
}

#current-appointment-modal {
  width: 40%;
}
@media (max-width: 720px) {
  #current-appointment-modal {
    width: 90%;
  }
}
#current-appointment-modal .current-appointment-modal {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center !important;
  align-items: center;
  background-color: white;
  padding: 20px;
}
#current-appointment-modal .current-appointment-modal .modal-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 20px 20px 0;
}
#current-appointment-modal .current-appointment-modal .modal-title i,
#current-appointment-modal .current-appointment-modal .modal-title svg {
  width: 40px;
  height: auto;
  color: #fc3868;
}
#current-appointment-modal .current-appointment-modal .modal-title h3 {
  font-size: 20px;
  color: #fc3868;
  text-align: center;
}
#current-appointment-modal .current-appointment-modal .modal-content-container {
  display: flex;
  flex-direction: column;
  border: 1px solid #eeeeee;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
  width: 90%;
  padding: 10px;
  gap: 10px;
}
#current-appointment-modal .current-appointment-modal .modal-content-container .modal-specialist {
  padding: 0 !important;
}
#current-appointment-modal .current-appointment-modal .modal-content-container .modal-specialist .specialist-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
#current-appointment-modal .current-appointment-modal .modal-content-container .modal-specialist .specialist-container .name {
  color: #01bdc3;
  font-size: 20px;
}
#current-appointment-modal .current-appointment-modal .modal-content-container .modal-specialist .specialist-container .speciality {
  font-size: 16px;
}
#current-appointment-modal .current-appointment-modal .modal-content-container .modal-specialist img {
  width: 85px;
}
#current-appointment-modal .current-appointment-modal .modal-content-container .modal-content {
  background-color: #f6f8fa;
  border: 1px solid #eeeeee;
  text-align: left;
  width: 100%;
}
#current-appointment-modal .current-appointment-modal .modal-content-container .modal-content p {
  font-size: 14px;
  font-weight: 300;
  margin: 10px 0;
}
#current-appointment-modal .current-appointment-modal .modal-content-container .modal-content p i,
#current-appointment-modal .current-appointment-modal .modal-content-container .modal-content p svg {
  color: #01bdc3;
}
#current-appointment-modal .current-appointment-modal .modal-footer {
  display: flex;
  align-items: center !important;
  justify-content: center;
  background-color: white;
  border-top: 0 !important;
}
#current-appointment-modal .current-appointment-modal .modal-footer .flex-actions {
  width: 100%;
  gap: 10px;
}
@media (max-width: 480px) {
  #current-appointment-modal .current-appointment-modal {
    padding: 10px !important;
  }
  #current-appointment-modal .current-appointment-modal .modal-title {
    padding: 20px 10px;
    text-align: center;
    gap: 10px;
    padding: 0 !important;
  }
  #current-appointment-modal .current-appointment-modal .modal-title h3 {
    font-size: 20px !important;
    padding-top: 10px !important;
  }
  #current-appointment-modal .current-appointment-modal .modal-content-container {
    width: 100%;
  }
  #current-appointment-modal .current-appointment-modal .modal-content-container .modal-specialist .specialist .name {
    font-size: 18px;
  }
  #current-appointment-modal .current-appointment-modal .modal-footer {
    height: auto;
    margin: 20px 0 0 !important;
  }
  #current-appointment-modal .current-appointment-modal .modal-footer .btn {
    margin: 0;
  }
}
@media (max-width: 1240px) {
  #current-appointment-modal .current-appointment-modal .modal-footer {
    height: auto;
    margin: 20px 0 0 !important;
  }
  #current-appointment-modal .current-appointment-modal .modal-footer .btn {
    margin: 0;
  }
}

@keyframes backdropFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes openModal {
  0% {
    scale: 95%;
    opacity: 0;
    transform: translate3d(0, 5%, 0);
  }
  100% {
    scale: 100%;
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes closeModal {
  0% {
    scale: 100%;
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  100% {
    scale: 95%;
    opacity: 0;
    transform: translate3d(0, 5%, 0);
  }
}
@keyframes slideFromBottom {
  0% {
    transform: translate3d(0, var(--initial-transform, 100%), 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideToBottom {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, var(--initial-transform, 100%), 0);
  }
}
.responsive-modal {
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
}

.responsive-modal {
  animation: openModal 0.15s;
}

.responsive-modal.is-closing {
  animation: closeModal 0.15s;
}

@media (max-width: 767.98px) {
  .responsive-modal {
    top: auto;
    right: 0px;
    left: 0px;
    bottom: 0px;
    max-height: 80vh;
    max-width: 100%;
    max-inline-size: 100%;
    width: 100%;
    margin: unset;
    height: auto;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* This can be applied directly thanks to top layer, no need for is-opening */
  .responsive-modal {
    animation: slideFromBottom 0.15s;
  }
  .responsive-modal.is-closing {
    animation: slideToBottom 0.15s;
  }
}
.responsive-modal button[data-dialog-close] {
  background: none;
  border: 0;
  position: absolute;
  top: 0.7rem;
  right: 1rem;
  cursor: pointer;
}

.responsive-modal button[data-dialog-close]:focus {
  outline: 0;
  opacity: 0.6;
}

.responsive-modal header {
  font-size: 1.2rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #eee;
  margin: 0;
  margin-bottom: 0.5rem;
}

.responsive-modal section {
  margin: 0;
  padding: 0;
  border: 0;
}

dialog.responsive-modal::backdrop {
  --bg: rgba(0, 0, 0, 0.8);
  opacity: 1;
  backdrop-filter: contrast(70%) brightness(70%);
  transition: opacity 2s;
}

.responsive-modal[open]::backdrop {
  animation: backdropFade 0.15s ease forwards;
}

/* This could be limited to the media query if needed */
html:has(.responsive-modal[open]) {
  overflow: hidden;
  padding-inline-end: var(--scrollbar-width);
}

body > .protip-container {
  z-index: 20000 !important;
}

.app-user-info-email-warning.protip {
  cursor: pointer;
}

@media (max-width: 600px) {
  body > .protip-container.protip-email-deliverability {
    left: 12px !important;
    right: 12px !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    transform: none !important;
    box-sizing: border-box;
  }
  body > .protip-container.protip-email-deliverability .protip-content {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}
h1,
.h1 {
  font-size: 36px;
}
@media (max-width: 480px) {
  h1,
  .h1 {
    font-size: 34px;
  }
}
@media (max-width: 350px) {
  h1,
  .h1 {
    font-size: 32px;
  }
}

h2,
.h2 {
  font-size: 30px;
}
@media (max-width: 480px) {
  h2,
  .h2 {
    font-size: 28px;
  }
}
@media (max-width: 350px) {
  h2,
  .h2 {
    font-size: 26px;
  }
}

h3,
.h3 {
  font-size: 24px;
}
@media (max-width: 480px) {
  h3,
  .h3 {
    font-size: 22px;
  }
}
@media (max-width: 350px) {
  h3,
  .h3 {
    font-size: 20px;
  }
}

h4,
.h4 {
  font-size: 18px;
  color: #323e48;
}
@media (max-width: 480px) {
  h4,
  .h4 {
    font-size: 16px;
  }
}
@media (max-width: 350px) {
  h4,
  .h4 {
    font-size: 14px;
  }
}

h5,
.h5 {
  font-size: 14px;
}
@media (max-width: 480px) {
  h5,
  .h5 {
    font-size: 12px;
  }
}
@media (max-width: 350px) {
  h5,
  .h5 {
    font-size: 11px;
  }
}

h6,
.h6 {
  font-size: 12px;
}
@media (max-width: 480px) {
  h6,
  .h6 {
    font-size: 11px;
  }
}
@media (max-width: 350px) {
  h6,
  .h6 {
    font-size: 10px;
  }
}

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

p {
  color: #323e48;
  font-size: 16px;
  font-weight: 300;
}
p a {
  color: #41a62a;
}
@media (max-width: 480px) {
  p {
    font-size: 14px;
  }
}
@media (max-width: 350px) {
  p {
    font-size: 12px;
  }
}

li {
  font-weight: 300;
}

ul.content-list {
  list-style-type: disc;
  padding-inline-start: 2rem;
}
ul.content-list li.content-list-item {
  list-style-type: disc;
}

.title-with-button {
  vertical-align: middle;
  display: inline;
  margin-inline-end: 1rem;
}

.tabs .indicator {
  background-color: #34475a;
}

.tabs .tab a:focus,
.tabs .tab a:focus.active {
  background-color: rgba(198, 207, 213, 0.7) !important;
}

.tabs .tab a:hover,
.tabs .tab a.active {
  background-color: rgba(198, 207, 213, 0.7) !important;
}

.tabs .tab a {
  padding: 0 16px;
}

.tabs .tab svg {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 5px;
}

.responsive-tabs .tab {
  padding: 0;
}

.collapsable-tabs.collapsable-tabs-active {
  display: block;
  position: relative;
  height: 48px;
}
.collapsable-tabs.collapsable-tabs-active:before {
  content: "▼";
  position: absolute;
  right: 1em;
  top: 14px;
  color: #666;
  z-index: 900;
}
.collapsable-tabs.collapsable-tabs-active li {
  width: 100%;
  display: block;
  line-height: 48px;
  height: auto;
}
.collapsable-tabs.collapsable-tabs-active li a {
  background: #fff;
  display: none;
}
.collapsable-tabs.collapsable-tabs-active li a.active {
  display: block;
}
.collapsable-tabs.collapsable-tabs-open {
  overflow: visible;
  z-index: 1000;
}
.collapsable-tabs.collapsable-tabs-open:before {
  content: "▲";
}
.collapsable-tabs.collapsable-tabs-open li {
  position: absolute;
  background: #fff;
}
.collapsable-tabs.collapsable-tabs-open li:nth-child(1) {
  top: 0;
}
.collapsable-tabs.collapsable-tabs-open li:nth-child(2) {
  top: 48px;
}
.collapsable-tabs.collapsable-tabs-open li:nth-child(3) {
  top: 96px;
}
.collapsable-tabs.collapsable-tabs-open li:nth-child(4) {
  top: 144px;
}
.collapsable-tabs.collapsable-tabs-open li:nth-child(5) {
  top: 192px;
}
.collapsable-tabs.collapsable-tabs-open li:nth-child(6) {
  top: 240px;
}
.collapsable-tabs.collapsable-tabs-open li:nth-child(7) {
  top: 288px;
}
.collapsable-tabs.collapsable-tabs-open li:nth-child(8) {
  top: 336px;
}
.collapsable-tabs.collapsable-tabs-open li:nth-child(9) {
  top: 384px;
}
.collapsable-tabs.collapsable-tabs-open li:nth-child(10) {
  top: 432px;
}
.collapsable-tabs.collapsable-tabs-open li:nth-child(11) {
  top: 480px;
}
.collapsable-tabs.collapsable-tabs-open li a {
  display: block !important;
}

.sidenav {
  background-color: #323e48;
  width: 320px;
}
.sidenav .collapsible .collapsible-header {
  text-transform: none;
  line-height: 48px;
  height: 48px;
}
.sidenav .collapsible .collapsible-header span {
  text-transform: capitalize !important;
}
.sidenav li:hover {
  background: #eeeeee !important;
}
.sidenav .collapsible .collapsible-body {
  padding-bottom: 0px;
  background: #fafafa;
}
.sidenav .collapsible .collapsible-body .dp-link {
  text-transform: capitalize !important;
}
.sidenav .collapsible .collapsible-body li > a {
  padding: 0px 10px 0 52px;
}
.sidenav .collapsible {
  border-bottom: 0;
}
.sidenav li {
  line-height: 64px;
}
.sidenav.sidenav-out {
  background: #fff;
}
.sidenav.sidenav-out .logo-li {
  padding: 4px 0 !important;
}
.sidenav.sidenav-out .logo-li .logo {
  padding: 0 20px;
}
.sidenav.sidenav-out a {
  color: #323e48 !important;
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
  padding: 0 32px;
}
.sidenav.sidenav-out .two-lines {
  line-height: 1.5rem;
  display: flex;
  align-items: center;
}
.sidenav.sidenav-out .btn-li a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  height: 34px;
  border-radius: 5px;
}
.sidenav.sidenav-out .btn-li:hover {
  background-color: white !important;
}
.sidenav.sidenav-out li > a.btn-outline-primary {
  background-color: transparent !important;
  border: 1px solid currentColor;
  color: #01bdc3 !important;
}
.sidenav.sidenav-out li > a.btn-outline-primary span {
  color: #01bdc3 !important;
}
.sidenav.sidenav-out li > a.btn-outline-primary:hover, .sidenav.sidenav-out li > a.btn-outline-primary:focus {
  background: white !important;
}
.sidenav.sidenav-out li > a.btn-primary {
  background-color: #01bdc3 !important;
  border: 1px solid currentColor;
  color: #01bdc3 !important;
}
.sidenav.sidenav-out li > a.btn-primary span {
  color: white !important;
}
.sidenav.sidenav-out li > a.btn-primary svg path,
.sidenav.sidenav-out li > a.btn-primary .fa {
  color: white !important;
}

.sidenav-trigger {
  color: #000;
}

.sidenav-overlay {
  z-index: 996;
}

table th,
table td {
  color: #323e48 !important;
}

table.table-bordered {
  border: 1px solid rgba(0, 0, 0, 0.12);
}

table.table-padded td,
table.table-padded th {
  padding: 0.5em 1em;
}

.sf-table {
  width: 400px;
  margin: 0 auto;
}

.centered-table th,
.centered-table td {
  text-align: center;
}

.uncol {
  margin-left: -10px;
  margin-right: -10px;
}

.table-display tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.table-display tbody tr:hover {
  background-color: #f1f1f1;
}

.close-icon {
  --icon-size: 16px;
  --icon-spacing: 8px;
  --icon-width: 2px;
  --icon-color: rgb(209 47 47);
  --icon-spacing-top: 8px;
  color: var(--icon-color);
  position: absolute;
  right: var(--icon-spacing);
  top: var(--icon-spacing-top);
  width: var(--icon-size);
  height: var(--icon-size);
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}

.close-icon:hover {
  opacity: 0.8;
}

.close-icon:before,
.close-icon:after {
  position: absolute;
  left: calc(var(--icon-size) * 0.5);
  content: "";
  height: var(--icon-size);
  width: var(--icon-width);
  background-color: var(--icon-color);
}

.close-icon:before {
  transform: rotate(45deg);
}

.close-icon:after {
  transform: rotate(-45deg);
}

details {
  display: block;
  height: 100%;
}
details summary {
  line-height: 1rem;
  list-style-type: none;
  cursor: pointer;
  transition: color var(--myc-transition);
}
details summary::-webkit-details-marker {
  display: none;
}
details summary::marker {
  display: none;
}
details summary::-moz-list-bullet {
  list-style-type: none;
}
details summary::after {
  display: block;
  width: 1rem;
  height: 1rem;
  margin-inline-start: calc(var(--myc-spacing, 1rem) * 0.5);
  float: right;
  transform: rotate(-90deg);
  background-image: var(--myc-icon-chevron);
  background-position: right center;
  background-size: 1rem auto;
  background-repeat: no-repeat;
  content: "";
  transition: transform var(--myc-transition);
}
details summary:focus {
  outline: none;
}
details summary:focus-visible:not([role]) {
  outline-offset: calc(var(--myc-spacing, 1rem) * 0.5);
  color: var(--myc-primary);
}
details summary[role=button] {
  width: 100%;
  text-align: left;
}
details[open] > summary::after {
  transform: rotate(0);
}

@media (min-width: 481px) {
  details.mobile-display summary {
    pointer-events: none;
  }
  details.mobile-display summary::after {
    display: none !important;
  }
}
.scrollbars {
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #9e9e9e #eeeeee;
  overscroll-behavior: contain;
}
.scrollbars::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
}
.scrollbars.scrollable::-webkit-scrollbar {
  width: 4px;
  height: 0;
}
.scrollbars.scrollable::-webkit-scrollbar-track {
  background: #eeeeee;
}
.scrollbars.scrollable::-webkit-scrollbar-thumb {
  background: #9e9e9e;
  border-radius: 2px;
}
.scrollbars.scrollable::-webkit-scrollbar-button {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
}

.menu-list {
  margin: 0;
}
.menu-list.menu-list-scroll {
  max-height: 200px;
  overflow-y: auto;
  padding-left: 1px;
}
.menu-list li {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 5px;
}
.menu-list li label {
  font-size: 14px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.menu-list input + span {
  margin-inline-start: 0.5em;
}
.menu-list .menu-list-end {
  margin-inline-start: auto;
}
.menu-list .js-collapse .toggle-caret {
  rotate: 90deg;
}
.menu-list a svg {
  color: #01bdc3;
}
.menu-list a.menu-list-link {
  display: block;
  color: #323e48;
  line-height: 24px;
  padding: 0.5em;
  flex-grow: 1;
}
.menu-list a.menu-list-link svg {
  color: #323e48;
  margin-inline-end: 0.5em;
}
.menu-list a.menu-list-link:hover {
  background: #eeeeee;
}

.InvestorPage {
  background: #fff;
}
.InvestorPage .top-part {
  background: #323e48;
  height: 80px;
  position: relative;
}
.InvestorPage .top-part h1 {
  margin: 0;
  color: #fff;
  font-size: 34px;
}
.InvestorPage .top-part .main-title {
  max-width: 500px;
  padding-top: 20px;
}
.InvestorPage .middle-part {
  min-height: 400px;
  padding: 30px 0;
}
.InvestorPage .presentation {
  padding-bottom: 20px;
}
.InvestorPage .presentation h2 {
  position: relative;
}
.InvestorPage .presentation img,
.InvestorPage .presentation a {
  max-width: 80%;
}
.InvestorPage .presentation a {
  background: #0188cc;
}
@media (max-width: 991px) {
  .InvestorPage .pic-link {
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
  }
  .InvestorPage .pic-link a {
    margin: 0 auto;
    max-width: 200px;
  }
}
.InvestorPage .separator {
  border-top: 1px solid #d6d6d6;
  width: 100%;
}
.InvestorPage .timeline-wrapper {
  padding-top: 50px;
}
.InvestorPage .timeline-wrapper h2 span {
  font-weight: 600;
  color: #41a62a;
}
.InvestorPage .timeline-wrapper h2,
.InvestorPage .timeline-wrapper h3 {
  text-align: center;
}
.InvestorPage .timeline-wrapper h3 {
  color: #9c9c9c;
  margin-bottom: 20px;
}
.InvestorPage .timeline-wrapper .separator {
  border-top: 3px solid #000;
  width: 70%;
  margin: 0 auto;
}
.InvestorPage .timeline {
  width: 800px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 120px;
  margin-top: 80px;
}
@media (max-width: 991px) {
  .InvestorPage .timeline {
    width: 100%;
  }
}
.InvestorPage .timeline:before {
  background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin-left: -2px;
  position: absolute;
  top: -60px;
  width: 3px;
  z-index: 0;
  opacity: 0.35;
}
.InvestorPage .timeline .timeline-body {
  position: relative;
  z-index: 1 !important;
}
.InvestorPage .timeline .timeline-date {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
  position: relative;
  display: block;
  clear: both;
  width: 200px;
  height: 45px;
  padding: 5px;
  border: 1px solid #e5e5e5;
  margin: 0 auto 10px;
  text-shadow: 0 1px 1px #fff;
  border-radius: 5px;
  background: #fff;
  z-index: 1;
}
.InvestorPage .timeline .timeline-date p {
  margin: 0;
  font-weight: 400;
  text-align: center;
  font-size: 24px;
}
.InvestorPage .timeline .timeline-box {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  margin: 20px 10px 10px 10px;
  padding: 10px;
  width: 45.7%;
  float: left;
  z-index: 1;
  margin-bottom: 30px;
  background: #fff;
}
@media (max-width: 991px) {
  .InvestorPage .timeline .timeline-box {
    float: none;
    clear: both;
    right: auto;
    left: auto;
    margin: 25px auto;
    width: auto;
  }
}
.InvestorPage .timeline .timeline-box.left {
  clear: both;
}
.InvestorPage .timeline .timeline-box.left:before {
  background: none repeat scroll 0 0 #e5e5e5;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #e5e5e5;
  content: "";
  display: block;
  height: 7px;
  margin-right: -5px;
  position: absolute;
  left: 50%;
  margin-top: 22px;
  width: 8px;
  transform: translate3d(-50%, 0, 0);
  z-index: 1;
}
.InvestorPage .timeline .timeline-box.right:before {
  background: none repeat scroll 0 0 #e5e5e5;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #e5e5e5;
  content: "";
  display: block;
  height: 7px;
  position: absolute;
  left: 50%;
  margin-top: 32px;
  width: 8px;
  transform: translate3d(-50%, 0, 0);
  z-index: 1;
}
.InvestorPage .timeline .timeline-box.left:before,
.InvestorPage .timeline .timeline-box.right:before {
  background: #0088cc;
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #0088cc;
}
@media (max-width: 991px) {
  .InvestorPage .timeline .timeline-box.left:before,
  .InvestorPage .timeline .timeline-box.right:before {
    background: transparent;
    box-shadow: none;
  }
}
.InvestorPage .timeline .timeline-box.left .timeline-box-arrow {
  transform: rotate(45deg);
  content: "";
  display: block;
  background: #fff;
  border-right: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  float: right;
  height: 14px;
  margin-top: 17px;
  margin-right: -18px;
  width: 14px;
  z-index: 0;
}
.InvestorPage .timeline .timeline-box.right .timeline-box-arrow {
  transform: rotate(45deg);
  content: "";
  display: block;
  background: #fff;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  float: left;
  height: 14px;
  margin-top: 28px;
  margin-left: -18px;
  width: 14px;
  z-index: 0;
}
@media (max-width: 991px) {
  .InvestorPage .timeline .timeline-box-arrow {
    display: none;
  }
}
.InvestorPage .timeline img {
  max-width: 100%;
}
.InvestorPage .timeline h4 {
  margin: 0;
}
.InvestorPage .timeline .logo {
  margin-top: 20px;
  text-align: center;
}
.InvestorPage .timeline .logo img {
  max-width: 100px;
}
.InvestorPage .link-slider {
  max-width: 800px;
  margin: 0 auto;
}
.InvestorPage .link-slider img {
  margin: 0 auto;
}

.LegalPage .top-part {
  background: #323e48;
  height: 80px;
  position: relative;
}
.LegalPage .top-part h1 {
  margin: 0;
  color: #fff;
  font-size: 34px;
}
.LegalPage .top-part .main-title {
  max-width: 600px;
  padding-top: 20px;
}
.LegalPage .middle-part {
  min-height: 400px;
  padding: 30px 0;
}
.LegalPage .bottom-part {
  margin-top: 30px;
}

.LegalPage p {
  color: #323e48;
  font-size: 14px;
}

.TutorialPage .sidebar-wrapper {
  display: flex;
  margin-left: 0;
  transition: 0.5s;
  position: relative;
}
@media (max-width: 768px) {
  .TutorialPage .sidebar-wrapper {
    margin-left: -20rem;
  }
}
.TutorialPage .video-nav-btn {
  display: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .TutorialPage .video-nav-btn {
    display: block;
  }
}
.TutorialPage .video-sidebar {
  min-height: 100%;
}
.TutorialPage .video-sidebar .list-group {
  width: 20rem;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  height: 100%;
}
.TutorialPage .video-sidebar .list-block.agenda {
  background: #4abdac;
}
.TutorialPage .video-sidebar .list-block.renouvellement {
  background: #fc4a14;
}
.TutorialPage .video-sidebar .list-block.connect {
  background: #f7b733;
}
.TutorialPage .video-sidebar .list-block.visibilite {
  background: #eb6e80;
}
.TutorialPage .video-sidebar .list-block.boiron {
  background: #33a0f4;
}
.TutorialPage .video-sidebar .list-block {
  position: relative;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}
.TutorialPage .video-sidebar .list-block:last-child {
  border-bottom: 0;
}
.TutorialPage .video-sidebar .list-block a {
  position: absolute;
  top: 50%;
  transform: translate(5%, -50%);
}
.TutorialPage .video-sidebar .list-group-item {
  position: relative;
  display: block;
  margin-bottom: -1px;
  font-size: 28px;
}
.TutorialPage .video-sidebar .list-group-item-action {
  width: 100%;
  color: #fff;
  text-align: inherit;
  transition: all 0.1s ease-in-out;
  /*            &.active,&:hover{
                  background: #f7b733;
                  color: #fff;
                  i,span{
                      color: #262228;
                  }
              }*/
}
.TutorialPage .video-sidebar .list-group:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.TutorialPage .video-sidebar .list-group-item:first-child {
  border-top: 0;
}
.TutorialPage .video-sidebar .list-group-item:last-child {
  border-right: 0;
  border-bottom: 0;
}
.TutorialPage .videos-container {
  padding: 1rem 1.25rem;
  width: 100%;
}
.TutorialPage .videos-container .vim-title {
  font-size: 22px;
  margin-bottom: 15px;
  text-align: center;
  color: #fff;
}
.TutorialPage .videos-container .vim-video {
  padding: 56.25% 0 0 0;
  position: relative;
}
.TutorialPage .videos-container .vim-description {
  border-top: 0;
  padding: 10px;
  text-align: center;
}
.TutorialPage .videos-container .vim-description p {
  margin: 0;
  font-size: 20px;
  color: #fff;
}
.TutorialPage .videos-container .vim-description-title span {
  font-size: 26px;
  color: #fff;
}
.TutorialPage .videos-container.agenda {
  background: #27a592;
}
.TutorialPage .videos-container.renouvellement {
  background: #d83d0d;
}
.TutorialPage .videos-container.connect {
  background: #cc9628;
}
.TutorialPage .videos-container.visibilite {
  background: #bf5766;
}
.TutorialPage .videos-container.boiron {
  background: #1893f2;
}

.HelpPage .search-section {
  background: url("https://theme.zdassets.com/theme_assets/803995/3b94afd91d5810844e87fc37d0a64562c4dfff90.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 0;
}
.HelpPage .search-section h1 {
  color: #fff;
}
.HelpPage .search-section .search-form {
  border-radius: 5px;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.HelpPage .search-section .search-form input {
  border: 0;
  margin-top: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  height: 40px;
  line-height: 40px;
  padding: 5px 20px;
  background: #fff;
  font-size: 20px;
}
.HelpPage .search-section .search-form input::placeholder {
  font-style: normal;
  color: #323e48;
  font-weight: 300;
}
@media (max-width: 991px) {
  .HelpPage .search-section .search-form input {
    max-width: 650px;
  }
}
@media (max-width: 768px) {
  .HelpPage .search-section .search-form input {
    max-width: 320px;
  }
}
@media (max-width: 420px) {
  .HelpPage .search-section .search-form input {
    max-width: 280px;
  }
}
.HelpPage .search-section .search-form .search-loop {
  position: absolute;
  top: 30px;
  right: 0px;
  font-size: 20px;
  cursor: pointer;
}
.HelpPage .modules {
  max-width: 750px;
  margin: 0 auto;
  min-height: 250px;
}
.HelpPage .collapsible {
  border-radius: 5px;
}
.HelpPage .collapsible li:last-child .collapsible-header {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.HelpPage li.active .expander i {
  transform: rotate(180deg);
}
.HelpPage .collapsible-header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  position: relative;
}
.HelpPage .collapsible-header .expander {
  position: absolute;
  top: 15px;
  right: 5px;
}
.HelpPage .collapsible-body {
  padding: 0;
}
.HelpPage .collapsible-body a {
  padding: 10px 20px;
  color: #323e48;
  display: block;
  font-weight: 400;
}
.HelpPage .collapsible-body li:hover,
.HelpPage .collapsible-body li.active {
  background: rgba(28, 178, 177, 0.1215686275);
}
.HelpPage .collapsible-body .answer {
  padding: 20px;
  background: rgba(28, 178, 177, 0.0588235294);
}
.HelpPage .collapsible-body .answer p {
  margin: 0;
  font-weight: 400;
}

.DoctorGuardPage .first-content {
  background: #fff;
}
.DoctorGuardPage p {
  margin: 0;
}
.DoctorGuardPage .text-block {
  padding: 15px;
}
.DoctorGuardPage .orange-block {
  border-radius: 10px;
  background: #f6c765;
}
.DoctorGuardPage .orange-block .big-number {
  color: #eb4946;
}
.DoctorGuardPage .orange-block p {
  font-weight: 400;
}
.DoctorGuardPage .orange-number {
  color: #f6c765;
}
.DoctorGuardPage .video-container {
  padding: 25% 0 0 0;
  position: relative;
}
@media (max-width: 600px) {
  .DoctorGuardPage .video-container {
    padding: 0 !important;
  }
}
.DoctorGuardPage iframe {
  width: 640px;
}
@media (max-width: 480px) {
  .DoctorGuardPage iframe {
    width: 100%;
  }
}

.UpdatesPage {
  background: #fff;
}
.UpdatesPage #site-update-preview-modal img {
  max-width: 400px;
}
.UpdatesPage #site-update-preview-modal .fr-img-caption .fr-inner {
  display: block;
}
.UpdatesPage .site-update-wrapper {
  margin: 0 auto;
  width: 960px;
  margin-top: 50px;
}
@media (max-width: 480px) {
  .UpdatesPage .site-update-wrapper {
    width: 100%;
  }
}
.UpdatesPage .site-update-wrapper .site-update-block {
  position: relative;
}
.UpdatesPage .site-update-wrapper img {
  max-width: 800px;
}
.UpdatesPage .site-update-wrapper .fr-img-caption .fr-inner {
  display: block;
}
.UpdatesPage .site-update-wrapper .chip {
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
}
.UpdatesPage .site-update-wrapper .displayed-date {
  position: absolute;
  top: 8px;
  left: -130px;
  opacity: 1;
  width: 120px;
  line-height: 1.45;
}
.UpdatesPage .site-update-wrapper .chip,
.UpdatesPage .site-update-wrapper .displayed-date-mobile {
  display: inline-block;
}
@media (max-width: 480px) {
  .UpdatesPage .site-update-wrapper {
    width: 100% !important;
  }
  .UpdatesPage .site-update-wrapper img {
    width: 100% !important;
  }
}

.HomePagePatient .dashboard-container {
  --grid-cols: 3;
  --grid-min: 18rem;
  --grid-gap: 1.25rem;
  margin-bottom: var(--grid-gap);
}
@media (max-width: 599.98px) {
  .HomePagePatient .dashboard-container {
    --grid-cols: 1;
    height: auto;
  }
}
.HomePagePatient .dashboard-container > * {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 599.98px) {
  .HomePagePatient .dashboard-container > * {
    height: auto;
  }
}
.HomePagePatient .dashboard-container > * h2 {
  font-size: 1.5rem;
  margin: 0 0 0.5rem;
}
@media (max-width: 599.98px) {
  .HomePagePatient .dashboard-container > * h2 {
    font-size: 1.24rem;
    margin: 0;
    padding: 0;
  }
}
.HomePagePatient .dashboard-container > * p {
  height: 16rem;
  margin: 0;
  font-size: 0.9rem;
}
@media (max-width: 599.98px) {
  .HomePagePatient .dashboard-container > * p {
    height: auto;
  }
}
.HomePagePatient .dashboard-container > * .mobile-button {
  padding: 1rem;
  text-align: center;
  border: none;
  margin-top: auto;
}
.HomePagePatient .dashboard-container > * .mobile-button .btn {
  width: fit-content;
}
@media (min-width: 599.98px) {
  .HomePagePatient .dashboard-container > * .mobile-button {
    display: none !important;
  }
}
.HomePagePatient .dashboard-container > * .mobile-dropdown-btn {
  display: none;
}
@media (max-width: 599.98px) {
  .HomePagePatient .dashboard-container > * .mobile-dropdown-btn {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 2rem;
    height: 2rem;
    background: transparent;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  .HomePagePatient .dashboard-container > * .mobile-dropdown-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #616161;
    transition: transform 0.3s ease;
  }
  .HomePagePatient .dashboard-container > * .mobile-dropdown-btn.active::after {
    transform: translate(-50%, -50%) rotate(180deg);
  }
}
.HomePagePatient .dashboard-container > * .appointment-list,
.HomePagePatient .dashboard-container > * .relative-list,
.HomePagePatient .dashboard-container > * .doctor-list {
  height: 16rem;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 599.98px) {
  .HomePagePatient .dashboard-container > * .appointment-list,
  .HomePagePatient .dashboard-container > * .relative-list,
  .HomePagePatient .dashboard-container > * .doctor-list {
    height: auto;
    padding-top: 0.625rem !important;
  }
}
.HomePagePatient .dashboard-container > * .appointment-list li,
.HomePagePatient .dashboard-container > * .relative-list li,
.HomePagePatient .dashboard-container > * .doctor-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid #eeeeee;
  position: relative;
}
@media (max-width: 599.98px) {
  .HomePagePatient .dashboard-container > * .appointment-list li:first-child,
  .HomePagePatient .dashboard-container > * .relative-list li:first-child,
  .HomePagePatient .dashboard-container > * .doctor-list li:first-child {
    padding-top: 1.5rem;
  }
}
.HomePagePatient .dashboard-container > * .appointment-list li:nth-child(3n),
.HomePagePatient .dashboard-container > * .relative-list li:nth-child(3n),
.HomePagePatient .dashboard-container > * .doctor-list li:nth-child(3n) {
  border: none;
}
.HomePagePatient .dashboard-container > * .appointment-list li:last-child:not(.mobile-button),
.HomePagePatient .dashboard-container > * .relative-list li:last-child:not(.mobile-button),
.HomePagePatient .dashboard-container > * .doctor-list li:last-child:not(.mobile-button) {
  border-bottom: none;
}
.HomePagePatient .dashboard-container > * .appointment-list li .myc-card-icon,
.HomePagePatient .dashboard-container > * .relative-list li .myc-card-icon,
.HomePagePatient .dashboard-container > * .doctor-list li .myc-card-icon {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
}
@media (max-width: 599.98px) {
  .HomePagePatient .dashboard-container > * .appointment-list li .myc-card-icon,
  .HomePagePatient .dashboard-container > * .relative-list li .myc-card-icon,
  .HomePagePatient .dashboard-container > * .doctor-list li .myc-card-icon {
    display: block;
  }
}
.HomePagePatient .dashboard-container > * .appointment-list li .myc-card-icon .initials,
.HomePagePatient .dashboard-container > * .relative-list li .myc-card-icon .initials,
.HomePagePatient .dashboard-container > * .doctor-list li .myc-card-icon .initials {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  font-weight: 400;
  font-size: 1rem;
}
@media (max-width: 599.98px) {
  .HomePagePatient .dashboard-container > * .appointment-list li .myc-card-icon .initials,
  .HomePagePatient .dashboard-container > * .relative-list li .myc-card-icon .initials,
  .HomePagePatient .dashboard-container > * .doctor-list li .myc-card-icon .initials {
    width: 2rem;
    height: 2rem;
    font-size: 0.9rem;
  }
}
.HomePagePatient .dashboard-container > * .appointment-list li .appointment-details,
.HomePagePatient .dashboard-container > * .relative-list li .appointment-details,
.HomePagePatient .dashboard-container > * .doctor-list li .appointment-details {
  font-size: 0.9rem;
  flex-direction: column;
}
@media (max-width: 599.98px) {
  .HomePagePatient .dashboard-container > * .appointment-list li .appointment-details,
  .HomePagePatient .dashboard-container > * .relative-list li .appointment-details,
  .HomePagePatient .dashboard-container > * .doctor-list li .appointment-details {
    gap: 0.25rem;
  }
}
.HomePagePatient .dashboard-container > * .appointment-list li .appointment-details .appointment-date,
.HomePagePatient .dashboard-container > * .relative-list li .appointment-details .appointment-date,
.HomePagePatient .dashboard-container > * .doctor-list li .appointment-details .appointment-date {
  font-weight: 500;
}
.HomePagePatient .dashboard-container > * .appointment-list li .appointment-details .doctor-name,
.HomePagePatient .dashboard-container > * .appointment-list li .appointment-details .relative-name,
.HomePagePatient .dashboard-container > * .relative-list li .appointment-details .doctor-name,
.HomePagePatient .dashboard-container > * .relative-list li .appointment-details .relative-name,
.HomePagePatient .dashboard-container > * .doctor-list li .appointment-details .doctor-name,
.HomePagePatient .dashboard-container > * .doctor-list li .appointment-details .relative-name {
  font-weight: 400;
}
.HomePagePatient .dashboard-container > * .appointment-list li .appointment-details .speciality,
.HomePagePatient .dashboard-container > * .relative-list li .appointment-details .speciality,
.HomePagePatient .dashboard-container > * .doctor-list li .appointment-details .speciality {
  font-weight: 400;
  color: #9e9e9e;
}
.HomePagePatient .dashboard-container > * .appointment-list li .doctor-details,
.HomePagePatient .dashboard-container > * .relative-list li .doctor-details,
.HomePagePatient .dashboard-container > * .doctor-list li .doctor-details {
  align-items: start;
  justify-content: space-between;
  font-size: 0.9rem;
  gap: 0.5rem;
  width: calc(100% - 4.5rem);
}
.HomePagePatient .dashboard-container > * .appointment-list li .doctor-details:last-child,
.HomePagePatient .dashboard-container > * .relative-list li .doctor-details:last-child,
.HomePagePatient .dashboard-container > * .doctor-list li .doctor-details:last-child {
  padding-right: 0;
}
@media (max-width: 599.98px) {
  .HomePagePatient .dashboard-container > * .appointment-list li .doctor-details,
  .HomePagePatient .dashboard-container > * .relative-list li .doctor-details,
  .HomePagePatient .dashboard-container > * .doctor-list li .doctor-details {
    padding-right: 0;
    height: auto;
  }
}
.HomePagePatient .dashboard-container > * .appointment-list li .doctor-details .doctor-name,
.HomePagePatient .dashboard-container > * .relative-list li .doctor-details .doctor-name,
.HomePagePatient .dashboard-container > * .doctor-list li .doctor-details .doctor-name {
  gap: 0.5rem;
  font-weight: 400;
  color: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 599.98px) {
  .HomePagePatient .dashboard-container > * .appointment-list li .doctor-details .doctor-name,
  .HomePagePatient .dashboard-container > * .relative-list li .doctor-details .doctor-name,
  .HomePagePatient .dashboard-container > * .doctor-list li .doctor-details .doctor-name {
    width: 100%;
    height: auto;
  }
}
.HomePagePatient .dashboard-container > * .appointment-list li .doctor-details .speciality,
.HomePagePatient .dashboard-container > * .relative-list li .doctor-details .speciality,
.HomePagePatient .dashboard-container > * .doctor-list li .doctor-details .speciality {
  font-weight: 400;
  color: #9e9e9e;
  overflow: hidden;
  text-overflow: ellipsis;
}
.HomePagePatient .dashboard-container > * .appointment-list li .action-icons,
.HomePagePatient .dashboard-container > * .relative-list li .action-icons,
.HomePagePatient .dashboard-container > * .doctor-list li .action-icons {
  gap: 1rem;
  align-self: center;
  justify-content: flex-end;
}
.HomePagePatient .dashboard-container > * .appointment-list li .action-icons a,
.HomePagePatient .dashboard-container > * .appointment-list li .action-icons button,
.HomePagePatient .dashboard-container > * .relative-list li .action-icons a,
.HomePagePatient .dashboard-container > * .relative-list li .action-icons button,
.HomePagePatient .dashboard-container > * .doctor-list li .action-icons a,
.HomePagePatient .dashboard-container > * .doctor-list li .action-icons button {
  font-size: 1rem;
  padding: 0;
  min-width: 1.5rem;
  min-height: 1.5rem;
  color: #616161;
}
.HomePagePatient .dashboard-container > * .appointment-list li .action-icons a:hover,
.HomePagePatient .dashboard-container > * .appointment-list li .action-icons button:hover,
.HomePagePatient .dashboard-container > * .relative-list li .action-icons a:hover,
.HomePagePatient .dashboard-container > * .relative-list li .action-icons button:hover,
.HomePagePatient .dashboard-container > * .doctor-list li .action-icons a:hover,
.HomePagePatient .dashboard-container > * .doctor-list li .action-icons button:hover {
  color: #01bdc3;
}
.HomePagePatient .dashboard-container > * .desktop-button {
  margin-top: auto;
  padding-top: 1rem;
}
@media (max-width: 599.98px) {
  .HomePagePatient .dashboard-container > * .desktop-button {
    display: none !important;
  }
}
.HomePagePatient .checklist-container {
  --grid-cols: 3;
  --grid-min: 0px;
  --grid-gap: 1.25rem;
  margin-bottom: var(--grid-gap);
}
.HomePagePatient .checklist-container .checklist {
  grid-column: span 2;
}
.HomePagePatient .checklist-container .checklist .patient-switch.container {
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .HomePagePatient .checklist-container .checklist .patient-switch.container {
    padding: 1.25rem;
  }
}
.HomePagePatient .checklist-container .checklist .patient-switch.container .checklist-title-container {
  margin-bottom: 0.5rem;
}
.HomePagePatient .checklist-container .checklist .patient-switch.container .checklist-title-container h2 {
  font-size: 1.5rem;
}
.HomePagePatient .checklist-container .checklist .patient-switch.container .checklist-title-container p {
  font-size: 0.9rem;
  color: #9e9e9e;
  margin: 0;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .HomePagePatient .checklist-container .checklist .patient-switch.container .checklist-title-container {
    padding: 1.25rem;
  }
}
.HomePagePatient .checklist-container .checklist .progress-container {
  width: 100%;
  margin-bottom: 2rem;
}
.HomePagePatient .checklist-container .checklist .progress-container progress {
  width: 100%;
  height: 2rem;
  accent-color: #616161;
  /* For WebKit/Blink browsers */
  /* For Firefox */
}
.HomePagePatient .checklist-container .checklist .progress-container progress::-webkit-progress-value {
  background-color: #616161;
}
.HomePagePatient .checklist-container .checklist .progress-container progress::-moz-progress-bar {
  background-color: #616161;
}
.HomePagePatient .checklist-container .checklist .progress-container p {
  font-size: 0.9rem;
  color: #9e9e9e;
  margin: 0;
  font-weight: 400;
}
.HomePagePatient .checklist-container .checklist .checklists-items-container {
  gap: 0.5rem;
  border-bottom: 1px solid #eeeeee;
}
.HomePagePatient .checklist-container .checklist .checklists-items-container:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.HomePagePatient .checklist-container .checklist .checklists-items-container .checklist-item-container {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: 100%;
  margin: 1rem 0;
}
.HomePagePatient .checklist-container .checklist .checklists-items-container .checklist-item-container .checklist-icon {
  height: 5rem;
  width: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #9e9e9e;
  border-radius: 50%;
}
@media (max-width: 1200px) {
  .HomePagePatient .checklist-container .checklist .checklists-items-container .checklist-item-container .checklist-icon {
    display: none;
  }
}
.HomePagePatient .checklist-container .checklist .checklists-items-container .checklist-item-container .checklist-icon img {
  max-width: 75%;
  max-height: 75%;
}
@media (max-width: 1200px) {
  .HomePagePatient .checklist-container .checklist .checklists-items-container .checklist-item-container .checklist-icon img {
    display: none;
  }
}
.HomePagePatient .checklist-container .checklist .checklists-items-container .checklist-item-container .checklist-item {
  display: flex;
  gap: 0.5rem;
  width: 100%;
  padding-left: 1rem;
}
@media (max-width: 1200px) {
  .HomePagePatient .checklist-container .checklist .checklists-items-container .checklist-item-container .checklist-item {
    flex-direction: column;
    gap: 1rem;
  }
}
.HomePagePatient .checklist-container .checklist .checklists-items-container .checklist-item-container .checklist-item .checklist-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 60%;
}
@media (max-width: 1200px) {
  .HomePagePatient .checklist-container .checklist .checklists-items-container .checklist-item-container .checklist-item .checklist-content {
    width: 100%;
  }
}
.HomePagePatient .checklist-container .checklist .checklists-items-container .checklist-item-container .checklist-item .checklist-content .badge {
  font-size: 0.9rem;
  width: 5rem;
  border-radius: 0.75rem;
  margin-left: 0;
  margin-bottom: 0.5rem;
}
.HomePagePatient .checklist-container .checklist .checklists-items-container .checklist-item-container .checklist-item .checklist-content .green {
  color: #199997 !important;
  background-color: rgba(1, 189, 195, 0.2) !important;
}
.HomePagePatient .checklist-container .checklist .checklists-items-container .checklist-item-container .checklist-item .checklist-content .red {
  color: #d12f57 !important;
  background-color: rgba(255, 91, 123, 0.2) !important;
}
.HomePagePatient .checklist-container .checklist .checklists-items-container .checklist-item-container .checklist-item .checklist-content h3 {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 1200px) {
  .HomePagePatient .checklist-container .checklist .checklists-items-container .checklist-item-container .checklist-item .checklist-content h3 {
    font-size: 1.1rem;
  }
}
.HomePagePatient .checklist-container .checklist .checklists-items-container .checklist-item-container .checklist-item .checklist-content p {
  font-size: 0.9rem;
  margin: 0;
  font-weight: 300;
}
.HomePagePatient .checklist-container .checklist .checklists-items-container .checklist-item-container .checklist-item .checklist-content .done-date {
  font-weight: 500;
}
.HomePagePatient .checklist-container .checklist .checklists-items-container .checklist-item-container .checklist-item .checklist-item-actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 12rem;
  width: 13.75rem;
  align-items: flex-end;
}
@media (max-width: 1200px) {
  .HomePagePatient .checklist-container .checklist .checklists-items-container .checklist-item-container .checklist-item .checklist-item-actions {
    width: 100%;
    min-width: auto;
    align-items: flex-start;
  }
}
.HomePagePatient .checklist-container .checklist .checklists-items-container .checklist-item-container .checklist-item .checklist-item-actions p {
  font-size: 14px;
  text-align: right;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .HomePagePatient .checklist-container .checklist .checklists-items-container .checklist-item-container .checklist-item .checklist-item-actions p {
    text-align: left;
  }
}
.HomePagePatient .checklist-container .checklist .checklists-items-container .checklist-item-container .checklist-item .checklist-item-actions .btn-subtle {
  color: #9e9e9e;
  padding-left: 0;
  padding-right: 0;
}
.HomePagePatient .checklist-container .checklist .checklists-items-container .checklist-item-container .checklist-item .checklist-item-actions .btn-subtle:hover {
  color: #616161;
  background-color: transparent;
}
@media (max-width: 767.98px) {
  .HomePagePatient .checklist-container .checklist .checklists-items-container .checklist-item-container {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
@media (max-width: 767.98px) {
  .HomePagePatient .checklist-container .checklist {
    padding: 1rem;
  }
}
@media screen and (min-width: 320px) and (max-width: 991.98px) {
  .HomePagePatient .checklist-container {
    --grid-cols: 1;
  }
  .HomePagePatient .checklist-container .checklist {
    grid-column: 1;
  }
  .HomePagePatient .checklist-container .sidebar-blocks-container {
    grid-column: 1;
  }
}
.HomePagePatient .flex-actions {
  margin-top: auto;
}

.app-wait-container {
  min-height: calc(100vh - 56px - 324px);
}
.app-wait-container .app-wait-content {
  gap: 1rem;
  height: 50vh;
  margin: 1rem 0;
}
.app-wait-container .app-wait-content h1 {
  font-size: 24px;
}
.app-wait-container .app-wait-content p {
  margin: 0 auto;
}
@media (max-width: 480px) {
  .app-wait-container .app-wait-content {
    gap: 2rem;
    height: 90vh;
    margin: 20px 0;
  }
  .app-wait-container .app-wait-content h1 {
    font-size: 32px;
  }
  .app-wait-container .app-wait-content p {
    font-size: 18px;
    text-align: center;
  }
}

.FaceScan {
  background: #f6f8fa;
  min-height: calc(100vh - 107px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .FaceScan {
    min-height: calc(100dvh - 70px);
    height: auto;
    border-radius: 0;
  }
}
.FaceScan .face-scan-content {
  flex: 0 0 auto;
}
.FaceScan .face-scan-content h2 {
  color: #34485a;
  font-size: 30px;
  margin: 3rem 0 1rem;
  text-align: center;
  font-weight: 500;
}
.FaceScan .face-scan-content p {
  color: #34485a;
  font-size: 16px;
  padding: 0 2rem;
  margin-bottom: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .FaceScan .face-scan-content h2 {
    font-size: 1.5rem;
    margin-top: 1.5rem;
  }
  .FaceScan .face-scan-content p {
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    padding: 0;
  }
}
.FaceScan .face-scan-iframe-wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.FaceScan #intelliprove-iframe {
  border: none;
  border-radius: 0.5rem;
  background: white;
  display: block;
  height: 100%;
  width: 100%;
  min-height: 680px;
}
@media screen and (max-width: 768px) {
  .FaceScan #intelliprove-iframe {
    min-height: 480px;
    min-width: 330px;
  }
}

.FaceScanResults {
  background: #f6f8fa;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 107px);
}
@media screen and (max-width: 768px) {
  .FaceScanResults {
    min-height: calc(100dvh - 70px);
  }
}
.FaceScanResults .face-scan-results-content {
  text-align: start;
  padding: 2rem 2.2rem 1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.FaceScanResults .face-scan-results-content h2 {
  color: #34485a;
  font-size: 30px;
  font-weight: 500;
}
.FaceScanResults .face-scan-results-content p {
  color: #34485a;
  font-size: 16px;
}
.FaceScanResults .face-scan-results-content a {
  background-color: #F57F17;
}
@media screen and (max-width: 768px) {
  .FaceScanResults .face-scan-results-content {
    flex-direction: column;
    text-align: center;
    padding: 0.5rem;
  }
  .FaceScanResults .face-scan-results-content h2 {
    font-size: 1.5rem;
    margin-top: 1.5rem;
  }
  .FaceScanResults .face-scan-results-content p {
    font-size: 0.9rem;
    margin-bottom: 1rem;
    padding: 0;
  }
  .FaceScanResults .face-scan-results-content a {
    margin-bottom: 1rem;
  }
}
.FaceScanResults .face-scan-iframe-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .FaceScanResults .face-scan-iframe-wrapper {
    max-width: 1280px;
    margin: auto;
  }
}
.FaceScanResults iframe {
  width: 100%;
  flex-grow: 1;
  border: none;
  display: block;
  min-height: 680px;
}

.parsley-errors-list {
  margin-top: 5px;
}

.parsley-type,
.parsley-remote {
  color: #f44336;
}

.parsley-custom-error-message {
  color: #ff0000;
}

.parsley-min {
  color: #d74241;
}

.color-field-input {
  padding: 0;
  width: 150%;
  height: 150%;
  margin: -25%;
}

.color-field-input-wrapper {
  overflow: hidden;
  width: 2em;
  height: 2em;
  /* optional formatting below here */
  border-radius: 50%;
  box-shadow: 1px 1px 3px 0px grey;
  margin: 1em;
}

.autocomplete-suggestions {
  border: 1px solid #999 !important;
  background: #fff !important;
  overflow: auto !important;
}

.autocomplete-suggestion,
.autocomplete-no-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-suggestion {
  cursor: pointer;
}

.autocomplete-selected {
  background: #ddd;
}

.ordo-light-text {
  color: #41a62a !important;
}

.ordo-dark-text {
  color: #323e48 !important;
}

.ordo-dark-blue-text {
  color: #199997 !important;
}

.ordo-pink-text {
  color: #fc3868 !important;
}

.ordo-blue-text {
  color: #01bdc3 !important;
}

.ordo-pack-blue-text {
  color: #2196f3 !important;
}

.ordo-yellow-text {
  color: #e8e129 !important;
}

.ordo-gold-text {
  color: #daa520 !important;
}

.ordo-orange {
  background: #ed8162 !important;
}

.ordo-orange-text {
  color: #ed8162;
}

.ordo-light {
  background: #01bdc3;
}
.ordo-light:hover {
  background: #22cccb !important;
}

.text-muted {
  color: #9e9e9e !important;
}

.ordo-dark {
  background: #323e48;
}
.ordo-dark:hover {
  background: #516372;
}

.ordo-pink {
  background: #fc3868;
}
.ordo-pink:hover, .ordo-pink:focus {
  color: #fff;
  background: #ff5b7b !important;
}

.ordo-pink-full {
  border-radius: 5px;
  color: #fff !important;
  background: #fc3868 !important;
  border: 1px solid #fc3868 !important;
}
.ordo-pink-full:hover, .ordo-pink-full:focus {
  background: #ff7b96 !important;
  color: #fff !important;
  border: 1px solid #ff7b96 !important;
}

.ordo-pink-empty {
  border-radius: 5px;
  color: #fc3868 !important;
  background: #fff !important;
  border: 1px solid #fc3868 !important;
}
.ordo-pink-empty:hover, .ordo-pink-empty:focus {
  border: 1px solid #ff7b96 !important;
  color: #ff7b96 !important;
}

.ordo-blue {
  background: #01bdc3;
}
.ordo-blue:hover, .ordo-blue:focus {
  background: #22cccb;
}

.ordo-pink-mobile {
  background: #fc3868;
}

.blog-icon-myc {
  --fa-secondary-opacity: 1;
  --fa-primary-color: #ffffff;
  --fa-secondary-color: #f46036;
}

.covid-icon-myc {
  --fa-secondary-opacity: 1;
  --fa-primary-color: #ffffff;
  --fa-secondary-color: #fc3868;
}

.agenda-icon-myc {
  --fa-secondary-opacity: 1;
  --fa-primary-color: #ff4f1a;
  --fa-secondary-color: #cbced2;
}

.interaction-icon-myc {
  --fa-secondary-opacity: 1;
  --fa-primary-color: #fdbf00;
  --fa-secondary-color: #4bb9ec;
}

.patient-icon-myc {
  --fa-secondary-opacity: 1;
  --fa-primary-color: #cbf3f0;
  --fa-secondary-color: #2ec4b6;
}

.settings-icon-myc {
  --fa-secondary-opacity: 1;
  --fa-primary-color: #cbced2;
  --fa-secondary-color: #9a9b94;
}

.secretariat-icon-myc {
  --fa-secondary-opacity: 1;
  --fa-primary-color: #cbf3f0;
  --fa-secondary-color: #2ec4b6;
}

.update-icon-myc {
  --fa-secondary-opacity: 1;
  --fa-primary-color: #f2da30;
  --fa-secondary-color: #f45858;
}

.update-blue-icon-myc {
  --fa-secondary-opacity: 1;
  --fa-primary-color: #f2da30;
  --fa-secondary-color: #58b0f4;
}

.notif-icon-myc {
  --fa-secondary-opacity: 1;
  --fa-primary-color: #ff9100;
  --fa-secondary-color: #fdbf00;
}

.support-icon-myc {
  --fa-secondary-opacity: 1;
  --fa-primary-color: #ff8000;
  --fa-secondary-color: #faf5dc;
}

.create-account-icon-myc {
  --fa-secondary-opacity: 1;
  --fa-primary-color: #14af5a;
  --fa-secondary-color: #faf5dc;
}

.black-and-yellow-icon {
  --fa-secondary-opacity: 1;
  --fa-primary-color: #d0ff00;
  --fa-secondary-color: #000;
}

.red-and-blue-icon {
  --fa-secondary-opacity: 1;
  --fa-primary-color: #ff000d;
  --fa-secondary-color: rgb(2, 112, 255);
}

.related-icon-myc {
  --fa-secondary-opacity: 1;
  --fa-primary-color: #CEF1F2;
  --fa-secondary-color: #03CBC8;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.hinge {
  animation-duration: 2s;
}

.spinny-words {
  min-width: 400px;
  padding-left: 5px;
}

.spinny-words span {
  position: absolute;
  font-weight: 400;
  color: #41a62a;
  top: 0px;
  opacity: 0;
  animation: rotateWord 12s linear infinite 0s;
}

.spinny-words span:nth-child(1) {
  animation-delay: 2s;
}

.spinny-words span:nth-child(2) {
  animation-delay: 5s;
}

.spinny-words span:nth-child(3) {
  animation-delay: 8s;
}

.spinny-words span:nth-child(4) {
  animation-delay: 11s;
}

.spinny-words2 {
  display: block;
  min-width: 350px;
  text-align: left;
}
@media (max-width: 480px) {
  .spinny-words2 {
    min-height: 60px;
    min-width: 0;
  }
}

.spinny-words2 span {
  position: absolute;
  font-weight: bold;
  top: 0px;
  opacity: 0;
  animation: rotateWord2 9s linear infinite 0s;
}
@media (max-width: 480px) {
  .spinny-words2 span {
    font-size: 20px;
    left: 0;
  }
}

.spinny-words2 span:nth-child(1) {
  animation-delay: 3s;
}

.spinny-words2 span:nth-child(2) {
  animation-delay: 6s;
}

.spinny-words2 span:nth-child(3) {
  animation-delay: 9s;
}

@keyframes rotateWord2 {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 0;
    transform: translateY(-30px);
  }
  5% {
    opacity: 1;
    transform: translateY(0px);
  }
  17% {
    opacity: 1;
    transform: translateY(0px);
  }
  20% {
    opacity: 0;
    transform: translateY(30px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rotateWord {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 0;
    transform: translateY(-30px);
  }
  5% {
    opacity: 1;
    transform: translateY(0px);
  }
  17% {
    opacity: 1;
    transform: translateY(0px);
  }
  20% {
    opacity: 0;
    transform: translateY(30px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.ring-active i,
.ring-active svg {
  animation: ring 4s 0.7s ease-in-out infinite;
  transform-origin: 50% 4px;
}

@keyframes ring {
  0% {
    transform: rotate(0);
  }
  1% {
    transform: rotate(30deg);
  }
  3% {
    transform: rotate(-28deg);
  }
  5% {
    transform: rotate(34deg);
  }
  7% {
    transform: rotate(-32deg);
  }
  9% {
    transform: rotate(30deg);
  }
  11% {
    transform: rotate(-28deg);
  }
  13% {
    transform: rotate(26deg);
  }
  15% {
    transform: rotate(-24deg);
  }
  17% {
    transform: rotate(22deg);
  }
  19% {
    transform: rotate(-20deg);
  }
  21% {
    transform: rotate(18deg);
  }
  23% {
    transform: rotate(-16deg);
  }
  25% {
    transform: rotate(14deg);
  }
  27% {
    transform: rotate(-12deg);
  }
  29% {
    transform: rotate(10deg);
  }
  31% {
    transform: rotate(-8deg);
  }
  33% {
    transform: rotate(6deg);
  }
  35% {
    transform: rotate(-4deg);
  }
  37% {
    transform: rotate(2deg);
  }
  39% {
    transform: rotate(-1deg);
  }
  41% {
    transform: rotate(1deg);
  }
  43% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
.geoloc-loading svg {
  animation: geoloc-loader 5s infinite;
}

@keyframes geoloc-loader {
  10% {
    fill: #41a62a;
  }
  30% {
    fill: #aaefaf;
  }
  50% {
    fill: #41a62a;
  }
  70% {
    fill: #aaefaf;
  }
  90% {
    fill: #41a62a;
  }
}
.spinning {
  position: relative;
  padding-right: 40px;
}

.spinning:after {
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  width: 0;
  height: 0;
  position: absolute;
  border-radius: 50%;
  animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
}

.spinning:before {
  content: "";
  width: 0px;
  height: 0px;
  border-radius: 50%;
  right: 6px;
  top: 50%;
  position: absolute;
  border-right: 3px solid #ddd;
  animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
}

@keyframes rotate360 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes exist {
  100% {
    width: 15px;
    height: 15px;
    margin: -8px 5px 0 0;
  }
}
@keyframes fade_move_down {
  0% {
    transform: translate(0, -10px) rotate(45deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 10px) rotate(45deg);
    opacity: 0;
  }
}
dialog {
  --dialog-width: 55vw;
  --dialog-min-width: 480px;
  display: grid;
  border: 0;
  border-radius: var(--border-radius, 1em);
  position: fixed;
  inset: 1rem;
  padding: 1rem;
  color: rgba(var(--text-color-rgb, 0, 0, 0));
  background: hsl(0, 0%, var(--bg-lightness, 100%), var(--bg-opacity, 1));
  /* https://www.joshwcomeau.com/shadow-palette/ */
  box-shadow: 0px 1px 1.1px hsl(var(--shadow-color, 0deg 0% 40%)/0.38), 0px 7.9px 8.9px -0.8px hsl(var(--shadow-color, 0deg 0% 40%)/0.38), 0px 22.6px 25.4px -1.7px hsl(var(--shadow-color, 0deg 0% 40%)/0.38), 0px 58px 65.3px -2.5px hsl(var(--shadow-color, 0deg 0% 40%)/0.38);
  overscroll-behavior: contain;
  /* Responsive dialog @link https://web.dev/articles/building/a-dialog-component#responsive_dialog_sizing */
  min-inline-size: min(100vw, var(--dialog-min-width));
  max-inline-size: min(90vw, var(--dialog-width));
  max-block-size: min(80vh, 80%);
  max-block-size: min(80dvb, 80%);
  overflow: auto;
}

dialog::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

dialog::-webkit-scrollbar-track {
  background: transparent;
}

dialog::-webkit-scrollbar-thumb {
  background: var(--scroll-color);
  border-radius: var(--border-radius);
}

dialog::-webkit-scrollbar-thumb:hover {
  background: var(--scroll-color-hover);
}

dialog[open] {
  opacity: 1;
}

/* Make sure it's not focusable for accessibility */
dialog:not([open], .is-closing) {
  visibility: hidden;
}

dialog:not([open]) {
  /* Required to override polyfill */
  display: unset;
  pointer-events: none;
  opacity: 0;
}

dialog [data-close] {
  position: absolute;
  top: 1em;
  right: 1em;
}

@media (prefers-reduced-motion: no-preference) {
  dialog {
    /* Warning: will-change is intended to be used as a last resort, in order to try to deal with existing performance problems.
    It should not be used to anticipate performance problems. */
    /* will-change: opacity, transform; */
    transform: translate(0);
    transition: opacity var(--dialog-speed), transform var(--dialog-speed);
  }
  dialog:not([open]) {
    transform: translateY(2em);
  }
}
.reset-label-position label,
.field.select2 label,
.field.inputmask label,
.my-select2-container label {
  position: absolute;
  font-size: 0.8rem;
  top: -25px;
}
.reset-label-position label:after,
.field.select2 label:after,
.field.inputmask label:after,
.my-select2-container label:after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  transition: 0.2s opacity ease-out, 0.2s color ease-out;
}

label:has(.select2-clear-all) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.select2-clear-all {
  cursor: pointer;
  white-space: nowrap;
}

.field.select2,
.my-select2-container {
  width: 100% !important;
  padding: 13px 0 8px;
}
.field.select2 .select2-container,
.my-select2-container .select2-container {
  width: 100%;
}
.field.select2.no-width,
.my-select2-container.no-width {
  width: auto !important;
}
.field.select2.no-width .select2-container,
.my-select2-container.no-width .select2-container {
  width: auto !important;
}
.field.select2 .select2-container--default .select2-selection--single,
.field.select2 .select2-container--default .select2-selection--multiple,
.my-select2-container .select2-container--default .select2-selection--single,
.my-select2-container .select2-container--default .select2-selection--multiple {
  border-radius: 0 !important;
  border: 0;
  border-bottom: 1px solid #9e9e9e;
  min-height: 32px;
}
.field.select2 .select2-container .select2-choice,
.my-select2-container .select2-container .select2-choice {
  background-color: transparent !important;
  background-image: none !important;
}
.field.select2 .select2-container--focus .select2-selection--multiple,
.my-select2-container .select2-container--focus .select2-selection--multiple {
  border-color: #01bdc3 !important;
}
.field.select2 input[type=search],
.my-select2-container input[type=search] {
  height: auto !important;
}

.select2-results__option:has(.flex-option--restricted) {
  padding: 0;
}
.select2-results__option:has(.flex-option--restricted) .flex-option--restricted {
  padding: 6px 6px;
}

.flex-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.flex-option__label {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}
.flex-option__name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flex-option__helptext {
  font-size: 12px;
  color: #bbb;
  font-style: italic;
  margin-top: 2px;
}
.flex-option--restricted {
  color: #999;
  background-color: #f5f5f5;
  cursor: not-allowed;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results .select2-highlighted,
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #01bdc3 !important;
}

td > .my-select2-container {
  padding: 0;
}

input:not([type]):not(.browser-default),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
  box-sizing: border-box;
}

.flex-option {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}

.form-no-padding fieldset {
  padding: 0;
  margin: 0;
}

.message.required {
  color: red;
}

.message {
  padding: 1em;
}
.message.info {
  background: #d0ecf2;
}
.message.warning {
  background: #f9e3b6;
}

.iti {
  width: 100%;
  margin-bottom: 8px;
  min-height: 3rem;
}
.iti input {
  box-sizing: border-box !important;
}
.iti ~ label:not(.active) {
  margin-left: 50px;
}

tel-input {
  display: block;
}
tel-input ~ label {
  margin-left: 55px;
}
tel-input.has-focus + label, tel-input.has-value + label {
  display: none;
}

.filepond label.left {
  float: none !important;
}

input[size] {
  width: auto !important;
}

.field.row-highlighted {
  padding: 1em;
  border: 1px solid #01bdc3;
  border-radius: 5px;
  background: #d8f3f4;
  margin-bottom: 1em;
}

div.row-conflict {
  color: #0e5755;
  font-weight: bold;
}

.code-field,
.new-value-field {
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  max-width: 80vw;
}

dialog.padded-bottom {
  padding-bottom: 100px;
}

.field {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.field.input-field {
  margin-top: 1.2rem;
}
.field.no-input-field .field.input-field {
  margin-top: 1rem;
}
.field.CompositeField {
  margin-top: 0;
  margin-bottom: 0;
}
.field.CompositeField.mb-10 .field, .field.CompositeField.mb-20 .field, .field.CompositeField.mb-30 .field {
  margin-top: 0;
  margin-bottom: 0;
}
.field input.is-readonly,
.field select.is-readonly,
.field textarea.is-readonly {
  color: #9e9e9e;
}

.pure-context-menu.dropdown-menu {
  background: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.pure-context-menu.dropdown-menu .dropdown-item {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 0.5rem;
  color: #616161 !important;
}
.pure-context-menu.dropdown-menu .dropdown-item:hover {
  background: #eee;
}
.pure-context-menu.dropdown-menu li:first-child .dropdown-item {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.pure-context-menu.dropdown-menu li:last-child .dropdown-item {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.pure-context-menu.dropdown-menu .dropdown-divider {
  margin: 0;
}

.modal-content .hidden-in-modal {
  display: none;
}

.visible-in-modal {
  display: none;
}

.modal-content .visible-in-modal {
  display: unset;
}

.no-helper-minheight .input-field .helper-text {
  min-height: auto;
}

span.helper-text {
  color: #797979;
  margin-top: 0.5em;
  text-align: left;
}

.hidden-input {
  opacity: 0;
  height: 1px;
  display: block;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  opacity: 1;
}

.base-input-field {
  position: relative;
  margin-top: 0rem;
  /* not floating labels */
}
.base-input-field .parsley-errors-list + .parsley-errors-list {
  display: none;
}

.select-wrapper input.select-dropdown {
  padding-right: 1em;
  box-sizing: border-box;
}

.flex-fields .select-wrapper input.select-dropdown {
  height: 2.5em;
  line-height: 2.5em;
}

.spaced-input-top-to-bottom .input-field {
  padding-bottom: 20px;
}

.flex-field {
  display: flex;
  justify-content: space-around;
}
.flex-field .input-field {
  margin-bottom: 0;
}
.flex-field > .field {
  margin-right: 1em;
  margin-bottom: 0;
}
.flex-field > .field:last-child {
  margin-right: 0;
}

@media (max-width: 768px) {
  .flex-field {
    flex-wrap: wrap;
  }
  .flex-field .input-field {
    margin-bottom: 1rem;
  }
  .flex-field > .field.CompositeField {
    margin-bottom: 0;
  }
  .flex-field .flex-sm-full {
    width: 100%;
  }
}
.field-1 {
  width: 48px;
}

.field-2 {
  width: 96px;
}

.field-3 {
  width: 144px;
}

.field-4 {
  width: 192px;
}

.field-5 {
  width: 240px;
}

.field-6 {
  width: 288px;
}

.CompositeField.js-conditional-cb-group:not(.is-checked) > * {
  display: none;
}
.CompositeField.js-conditional-cb-group:not(.is-checked) > *:first-child {
  display: block;
}

.cky-modal input[type=checkbox],
.cky-modal input[type=checkbox]:checked {
  position: relative;
  opacity: 1;
  pointer-events: all;
}

[type=checkbox].native-checkbox,
[type=checkbox].native-checkbox:checked,
[type=radio].native-checkbox,
[type=radio].native-checkbox:checked {
  position: unset;
  opacity: 1;
  pointer-events: all;
  accent-color: var(--myc-blue);
  transform: scale(1.2);
  border: 1px solid var(--myc-grey);
}
[type=checkbox].native-checkbox + span:before, [type=checkbox].native-checkbox + span:after,
[type=checkbox].native-checkbox:checked + span:before,
[type=checkbox].native-checkbox:checked + span:after,
[type=radio].native-checkbox + span:before,
[type=radio].native-checkbox + span:after,
[type=radio].native-checkbox:checked + span:before,
[type=radio].native-checkbox:checked + span:after {
  display: none;
}
[type=checkbox].native-checkbox + span,
[type=checkbox].native-checkbox:checked + span,
[type=radio].native-checkbox + span,
[type=radio].native-checkbox:checked + span {
  padding-left: 0;
}

#private-search-form label {
  left: 20px;
  font-size: 16px;
  top: -5px;
}
#private-search-form label.active {
  transform: none;
}

label {
  color: #000;
}

.fr-box .fr-element.fr-view {
  font-family: "Ubuntu", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
}

.form-spaced-input .input-field {
  margin-top: 2rem;
}

.input-field.readonly > label {
  position: inherit;
  transform: none;
  margin-right: 10px;
}

.white-skin {
  background: #fff;
  border-radius: 5px;
  box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, 0.13);
  height: 100%;
}

.box-white-border {
  border: 1px solid #eee;
  background: #fff;
}

.bg-white-border {
  box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0);
  border: 1px solid #eee;
  border-radius: 0px;
  background: #fff;
  height: 100%;
  padding: 20px;
}

.fake-input,
.field.fake-input {
  min-height: 32px;
  margin-top: 13px !important;
  display: block;
}

.fake-readonly {
  pointer-events: none;
}

.compact-input {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.compact-form .col {
  padding-left: 0 !important;
}
.compact-form .input-field {
  margin: 0;
}

form label {
  color: #000 !important;
}

.with-dropdown-menu {
  padding-bottom: 100px;
}

.field-with-eye {
  position: absolute;
  right: 0;
  top: 20px;
}

.has-green-check {
  position: relative;
}

.input-field.dropdown > label.active,
.input-field.telinput > label.active,
.input-field.inputmask > label.active {
  transform-origin: 0% 100%;
  text-align: initial;
  transform: translateY(12px);
}

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

.CompositeField label input.chechbox,
.CompositeField label span {
  color: #000;
}

input.is-invalid {
  border-bottom-color: #d32f2f !important;
  box-shadow: 0 1px 0 0 #d32f2f !important;
}

.field.is-invalid .helper-text {
  color: #d32f2f;
}

.parsley-errors-list li {
  color: #d32f2f;
}

fieldset {
  border: 0 !important;
}

.action-sticky-form .Actions,
.action-sticky-form .btn-toolbar {
  text-align: center;
  position: sticky;
  bottom: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
}

.action-form .btn-toolbar .action,
.action-center-form .btn-toolbar .action {
  margin: 1rem;
}
.action-form .btn-toolbar .action + .action,
.action-center-form .btn-toolbar .action + .action {
  margin-left: 1rem;
}

.action-center-form .btn-toolbar .action {
  margin: 1rem auto;
}

.action-form .btn {
  margin-block: 0.5rem;
  margin-inline-end: 1rem;
}
.action-form .btn:last-child {
  margin-inline-end: 0;
}

.action-center-form .Actions,
.action-center-form .btn-toolbar {
  text-align: center;
}

.action-right-form .Actions,
.action-right-form .btn-toolbar {
  text-align: right;
}

input.secure {
  text-security: disc;
  -webkit-text-security: disc;
}

input::-webkit-contacts-auto-fill-button,
input::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  height: 0;
  width: 0;
  margin: 0;
}

.input-m-2 input {
  margin: 2rem 0 !important;
}

.label-m-2 label {
  margin: 2rem 0 !important;
}

#PrescriptionAcceptedForm_PrescriptionAcceptedForm .parsley-errors-list {
  position: absolute;
  top: 24px;
  left: 0px;
}
#PrescriptionAcceptedForm_PrescriptionAcceptedForm #PrescriptionAcceptedForm_PrescriptionAcceptedForm_NeedToBePaid_Holder {
  text-align: center;
}
#PrescriptionAcceptedForm_PrescriptionAcceptedForm #PrescriptionAcceptedForm_PrescriptionAcceptedForm_NeedToBePaid_Holder span {
  color: #000;
}
#PrescriptionAcceptedForm_PrescriptionAcceptedForm #PrescriptionAcceptedForm_PrescriptionAcceptedForm_Price_Holder {
  display: none;
  margin-top: 25px;
}

#ChangePasswordForm_ChangePasswordForm_error {
  text-align: center;
  color: #f44336;
}

#ContactForm_ContactForm_Content_Holder {
  margin-bottom: 0 !important;
}

.g-recaptcha > div:first-of-type {
  margin: 0 auto;
}

/* Hide recaptcha badge */
.grecaptcha-badge {
  visibility: hidden;
}

#PatientSettingsForm_PatientSettingsForm_RefPharma_Holder {
  margin-top: 30px;
}

#ChangeMobileForm_ChangeMobileForm .helper-text {
  text-align: left;
}

#QuickDoctorAppointmentForm_QuickDoctorAppointmentForm #QuickDoctorAppointmentForm_QuickDoctorAppointmentForm_Date_Holder {
  margin-bottom: 0;
}
#QuickDoctorAppointmentForm_QuickDoctorAppointmentForm #QuickDoctorAppointmentForm_QuickDoctorAppointmentForm_AddressID_Holder {
  margin-top: 16px;
}
#QuickDoctorAppointmentForm_QuickDoctorAppointmentForm #QuickDoctorAppointmentForm_QuickDoctorAppointmentForm_DoctorNote_Holder {
  margin-bottom: 30px;
}
#QuickDoctorAppointmentForm_QuickDoctorAppointmentForm #QuickDoctorAppointmentForm_QuickDoctorAppointmentForm_AddressID_Holder,
#QuickDoctorAppointmentForm_QuickDoctorAppointmentForm #QuickDoctorAppointmentForm_QuickDoctorAppointmentForm_PatientID_Holder,
#QuickDoctorAppointmentForm_QuickDoctorAppointmentForm #QuickDoctorAppointmentForm_QuickDoctorAppointmentForm_ReasonID_Holder {
  text-align: left;
}
#QuickDoctorAppointmentForm_QuickDoctorAppointmentForm fieldset {
  display: contents !important;
}

#DoctorAppointmentForm_DoctorAppointmentForm #DoctorAppointmentForm_DoctorAppointmentForm_CurrentPatient_Holder input {
  height: 40px;
}
#DoctorAppointmentForm_DoctorAppointmentForm label {
  color: #9e9e9e;
  font-size: 1rem;
}
#DoctorAppointmentForm_DoctorAppointmentForm .color-wrapper p {
  text-align: center;
  margin-top: 0;
}
#DoctorAppointmentForm_DoctorAppointmentForm .new-patient-note {
  margin: 0 !important;
  max-width: none !important;
}
#DoctorAppointmentForm_DoctorAppointmentForm .picker-col {
  text-align: left;
}
#DoctorAppointmentForm_DoctorAppointmentForm .picker-col .paper-button {
  margin: 0;
  width: 30px;
  height: 30px;
  min-height: unset;
}
#DoctorAppointmentForm_DoctorAppointmentForm .picker-col .paper-button-container {
  margin: 0;
}
#DoctorAppointmentForm_DoctorAppointmentForm .picker-col .paper-button-container a,
#DoctorAppointmentForm_DoctorAppointmentForm .picker-col .paper-button-container label {
  display: inline-block;
}
#DoctorAppointmentForm_DoctorAppointmentForm .picker-col .paper-button-container label {
  margin-right: 20px;
}
#DoctorAppointmentForm_DoctorAppointmentForm .fourth-line {
  justify-content: space-around;
  margin-top: 30px;
  margin-bottom: 30px;
}
#DoctorAppointmentForm_DoctorAppointmentForm .fifth-line {
  justify-content: flex-start;
  margin-top: 30px;
}
#DoctorAppointmentForm_DoctorAppointmentForm .Actions,
#DoctorAppointmentForm_DoctorAppointmentForm .btn-toolbar {
  margin-top: 30px;
}
@media (max-width: 991px) {
  #DoctorAppointmentForm_DoctorAppointmentForm .flex-container {
    flex-direction: column;
  }
  #DoctorAppointmentForm_DoctorAppointmentForm .flex-item {
    margin-right: 0;
    max-width: 90%;
    width: 90%;
  }
  #DoctorAppointmentForm_DoctorAppointmentForm .fourth-line {
    justify-content: flex-start;
    margin: 0;
  }
  #DoctorAppointmentForm_DoctorAppointmentForm .mobile-full-width {
    width: 100% !important;
    padding: 10px 20px !important;
  }
  #DoctorAppointmentForm_DoctorAppointmentForm .mobile-full-width label {
    padding: 0 20px !important;
  }
  #DoctorAppointmentForm_DoctorAppointmentForm .mobile-full-width .select2-container {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  #DoctorAppointmentForm_DoctorAppointmentForm .mobile-full-width {
    width: 100% !important;
    padding: 10px 20px !important;
  }
  #DoctorAppointmentForm_DoctorAppointmentForm .mobile-full-width label {
    padding: 0 20px !important;
  }
  #DoctorAppointmentForm_DoctorAppointmentForm .mobile-full-width .select2-container {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  #DoctorAppointmentForm_DoctorAppointmentForm .mobile-full-width {
    width: 100% !important;
    padding: 10px 20px !important;
  }
  #DoctorAppointmentForm_DoctorAppointmentForm .mobile-full-width label {
    padding: 0 20px !important;
  }
  #DoctorAppointmentForm_DoctorAppointmentForm .mobile-full-width .select2-container {
    width: 100% !important;
  }
}
@media (max-width: 480px) {
  #DoctorAppointmentForm_DoctorAppointmentForm {
    padding: 12px 0;
  }
}
#DoctorAppointmentForm_DoctorAppointmentForm fieldset {
  display: contents !important;
}

.recurring-form ul.recurring-days {
  margin-top: 0px;
  padding-top: 5px;
}
.recurring-form ul.recurring-days li {
  display: inline-block;
  margin-right: 5px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background: #f0f3f4;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.recurring-form ul.recurring-days label {
  pointer-events: none;
  color: #80868a;
}
.recurring-form ul.recurring-days li:hover,
.recurring-form ul.recurring-days li.clicked {
  background: #01bdc3;
}
.recurring-form ul.recurring-days li:hover label,
.recurring-form ul.recurring-days li.clicked label {
  color: #fff !important;
}
.recurring-form .recurring-updated {
  color: #41a62a;
  font-weight: bold;
}
@media (max-width: 690px) {
  .recurring-form .recurring-wrapper {
    margin-top: 30px;
  }
}
.recurring-form .recurring-container {
  margin-top: 20px;
}
.recurring-form .recurring-options,
.recurring-form .recurring-btn {
  display: inline-block;
  vertical-align: middle;
}
.recurring-form .recurring-options {
  padding-top: 10px;
  padding-left: 10px;
}
.recurring-form .recurring-options label {
  display: block;
}
.recurring-form .recurring-invalid-container p,
.recurring-form .recurring-summary-container p {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 5px;
}
.recurring-form .recurring-summary-container p {
  margin-bottom: 15px;
}
.recurring-form .recurring-invalid-container li {
  padding-top: 10px;
  font-size: 18px;
}
.recurring-form .field.recurring-times-count,
.recurring-form .field.recurring-times-period {
  display: inline-block;
  vertical-align: middle;
}
.recurring-form .field.recurring-times-count,
.recurring-form .field.recurring-times-period {
  width: 50px;
  margin-right: 15px;
  padding-top: 8px;
}
.recurring-form .field.recurring-times-count input,
.recurring-form .field.recurring-times-period input {
  text-align: center;
}
.recurring-form .field.recurring-amount {
  margin: 0;
}
.recurring-form .field.recurring-times-period {
  width: 120px !important;
}
.recurring-form .field.recurring-times-period .select-wrapper {
  padding-top: 0 !important;
}
.recurring-form .field.recurring-times-count {
  margin: 0;
  margin-bottom: 4px;
  padding-right: 5px;
}
.recurring-form .field.recurring-times-period {
  margin: 0;
}
.recurring-form .field.recurring-end-date {
  margin: 0;
}
.recurring-form .field.recurring-times-count input,
.recurring-form .field.recurring-amount input,
.recurring-form .field.recurring-end-date input {
  border: 1px solid #ccc !important;
  height: 26px !important;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
}
.recurring-form .recurring-summary-block {
  padding: 5px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 5px;
}
.recurring-form .recurring-summary-block.ordo-light:hover {
  background: #41a62a !important;
}
.recurring-form .recurring-flex-container {
  justify-content: flex-start;
}
.recurring-form .recurring-flex-container > .flex-item {
  max-width: 88px;
}

#RegularizePrescriptionForm_RegularizePrescriptionForm {
  padding-bottom: 20px;
}

.search-wrapper .input-field {
  height: 2.2rem;
  padding-left: 1rem;
  width: calc(100% - 4rem);
  border: 0;
  box-shadow: none;
}
.search-wrapper #search {
  height: 2.25rem;
  border: 0;
}
.search-wrapper #search::placeholder {
  color: #ccc;
  font-weight: 400;
}
.search-wrapper #search:focus {
  background: transparent;
  border-bottom: 1px solid #01bdc3;
}
.search-wrapper label i {
  font-size: 2rem;
}
.search-wrapper .search-input {
  display: flex;
  flex-direction: row;
  width: 15rem;
  border: 1px solid #ddd;
  padding-left: 1rem;
  height: 35px;
  max-width: 100%;
  background: #fff;
  border-radius: 5px;
}
.search-wrapper .search-input .input-group-icon {
  margin-right: 1.2rem;
  position: absolute;
  left: 8px;
  top: 5px;
  color: #ccc;
  font-size: 1rem;
}
.search-wrapper .search-input button[type=submit] {
  min-width: auto;
  border: 0;
  height: auto;
}

#CalendarSettingsForm_CalendarSettingsForm .day-container,
#CalendarSettingsForm_CalendarSettingsForm .add-container,
#AppointmentSettingsForm_AppointmentSettingsForm .day-container,
#AppointmentSettingsForm_AppointmentSettingsForm .add-container {
  display: none;
}
#CalendarSettingsForm_CalendarSettingsForm .day-container.Monday,
#AppointmentSettingsForm_AppointmentSettingsForm .day-container.Monday {
  display: block;
}
#CalendarSettingsForm_CalendarSettingsForm .add-container.Monday,
#AppointmentSettingsForm_AppointmentSettingsForm .add-container.Monday {
  display: block;
}
#CalendarSettingsForm_CalendarSettingsForm .row,
#AppointmentSettingsForm_AppointmentSettingsForm .row {
  margin-bottom: 5px;
}
#CalendarSettingsForm_CalendarSettingsForm #CalendarSettingsForm_CalendarSettingsForm_CalendarJumpsToFirstAvailability_Holder .description,
#AppointmentSettingsForm_AppointmentSettingsForm #CalendarSettingsForm_CalendarSettingsForm_CalendarJumpsToFirstAvailability_Holder .description {
  display: block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
}
#CalendarSettingsForm_CalendarSettingsForm #CalendarSettingsForm_CalendarSettingsForm_MaxCalendarScroll_Holder label,
#AppointmentSettingsForm_AppointmentSettingsForm #CalendarSettingsForm_CalendarSettingsForm_MaxCalendarScroll_Holder label {
  width: 420px;
}
#CalendarSettingsForm_CalendarSettingsForm .padded-checkbox-field,
#CalendarSettingsForm_CalendarSettingsForm .checkbox,
#AppointmentSettingsForm_AppointmentSettingsForm .padded-checkbox-field,
#AppointmentSettingsForm_AppointmentSettingsForm .checkbox {
  padding: 10px 0;
}
#CalendarSettingsForm_CalendarSettingsForm .padded-checkbox-field label,
#CalendarSettingsForm_CalendarSettingsForm .checkbox label,
#AppointmentSettingsForm_AppointmentSettingsForm .padded-checkbox-field label,
#AppointmentSettingsForm_AppointmentSettingsForm .checkbox label {
  font-weight: 400;
}
#CalendarSettingsForm_CalendarSettingsForm .padded-checkbox-field .description,
#CalendarSettingsForm_CalendarSettingsForm .checkbox .description,
#AppointmentSettingsForm_AppointmentSettingsForm .padded-checkbox-field .description,
#AppointmentSettingsForm_AppointmentSettingsForm .checkbox .description {
  position: relative;
  min-height: 18px;
  display: block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
  padding-left: 34px;
}
#CalendarSettingsForm_CalendarSettingsForm .bool-checkbox,
#AppointmentSettingsForm_AppointmentSettingsForm .bool-checkbox {
  background-color: #00a5ba;
}
#CalendarSettingsForm_CalendarSettingsForm #CalendarSettingsForm_CalendarSettingsForm_DisableAppointmentBeforeSpecificHour_Holder,
#CalendarSettingsForm_CalendarSettingsForm #CalendarSettingsForm_CalendarSettingsForm_DisableAppointmentBeforeSpecificHourUntil_Holder,
#AppointmentSettingsForm_AppointmentSettingsForm #CalendarSettingsForm_CalendarSettingsForm_DisableAppointmentBeforeSpecificHour_Holder,
#AppointmentSettingsForm_AppointmentSettingsForm #CalendarSettingsForm_CalendarSettingsForm_DisableAppointmentBeforeSpecificHourUntil_Holder {
  display: inline-block;
}
#CalendarSettingsForm_CalendarSettingsForm #CalendarSettingsForm_CalendarSettingsForm_DisableAppointmentBeforeSpecificHourUntil_Holder,
#AppointmentSettingsForm_AppointmentSettingsForm #CalendarSettingsForm_CalendarSettingsForm_DisableAppointmentBeforeSpecificHourUntil_Holder {
  margin: 0;
  margin-left: 5px;
}
#CalendarSettingsForm_CalendarSettingsForm #CalendarSettingsForm_CalendarSettingsForm_DisableAppointmentBeforeSpecificHourUntil_Holder input,
#AppointmentSettingsForm_AppointmentSettingsForm #CalendarSettingsForm_CalendarSettingsForm_DisableAppointmentBeforeSpecificHourUntil_Holder input {
  max-width: 100px;
}
#CalendarSettingsForm_CalendarSettingsForm #CalendarSettingsForm_CalendarSettingsForm_LimitDaysPatientCanSeeInMySchedule_Holder,
#CalendarSettingsForm_CalendarSettingsForm #CalendarSettingsForm_CalendarSettingsForm_AmountOfDaysPatientCanSeeInMySchedule_Holder,
#AppointmentSettingsForm_AppointmentSettingsForm #CalendarSettingsForm_CalendarSettingsForm_LimitDaysPatientCanSeeInMySchedule_Holder,
#AppointmentSettingsForm_AppointmentSettingsForm #CalendarSettingsForm_CalendarSettingsForm_AmountOfDaysPatientCanSeeInMySchedule_Holder {
  display: inline-block;
}
#CalendarSettingsForm_CalendarSettingsForm #CalendarSettingsForm_CalendarSettingsForm_AmountOfDaysPatientCanSeeInMySchedule_Holder,
#AppointmentSettingsForm_AppointmentSettingsForm #CalendarSettingsForm_CalendarSettingsForm_AmountOfDaysPatientCanSeeInMySchedule_Holder {
  margin: 0;
  margin-left: 5px;
}
#CalendarSettingsForm_CalendarSettingsForm #CalendarSettingsForm_CalendarSettingsForm_AmountOfDaysPatientCanSeeInMySchedule_Holder input,
#AppointmentSettingsForm_AppointmentSettingsForm #CalendarSettingsForm_CalendarSettingsForm_AmountOfDaysPatientCanSeeInMySchedule_Holder input {
  max-width: 100px;
}
#CalendarSettingsForm_CalendarSettingsForm #CalendarSettingsForm_CalendarSettingsForm_ForceSlot_Holder,
#AppointmentSettingsForm_AppointmentSettingsForm #CalendarSettingsForm_CalendarSettingsForm_ForceSlot_Holder {
  padding: 0;
}
#CalendarSettingsForm_CalendarSettingsForm #CalendarSettingsForm_CalendarSettingsForm_MinHoursBeforeCancelRdv_Holder,
#AppointmentSettingsForm_AppointmentSettingsForm #CalendarSettingsForm_CalendarSettingsForm_MinHoursBeforeCancelRdv_Holder {
  padding-top: 15px;
}
#CalendarSettingsForm_CalendarSettingsForm #CalendarSettingsForm_CalendarSettingsForm_MinHoursBeforeCancelRdv_Holder label,
#AppointmentSettingsForm_AppointmentSettingsForm #CalendarSettingsForm_CalendarSettingsForm_MinHoursBeforeCancelRdv_Holder label {
  padding-top: 18px;
}
#CalendarSettingsForm_CalendarSettingsForm .picker-col,
#AppointmentSettingsForm_AppointmentSettingsForm .picker-col {
  text-align: left;
}
#CalendarSettingsForm_CalendarSettingsForm .picker-col .paper-button-container,
#AppointmentSettingsForm_AppointmentSettingsForm .picker-col .paper-button-container {
  margin-bottom: 15px;
}
#CalendarSettingsForm_CalendarSettingsForm .picker-col .paper-button,
#AppointmentSettingsForm_AppointmentSettingsForm .picker-col .paper-button {
  margin: 0;
  margin-top: 5px;
  min-height: unset;
}
#CalendarSettingsForm_CalendarSettingsForm .picker-col label,
#AppointmentSettingsForm_AppointmentSettingsForm .picker-col label {
  font-weight: 500;
  font-size: 1rem;
  color: #000;
}
#CalendarSettingsForm_CalendarSettingsForm .picker-col .close,
#AppointmentSettingsForm_AppointmentSettingsForm .picker-col .close {
  text-align: center;
  padding-top: 3px;
}

.picker-col-flex .paper-button-container {
  display: flex;
  align-items: center !important;
  vertical-align: middle !important;
  padding-top: 5px;
  padding-bottom: 10px;
  margin-bottom: 0 !important;
}
.picker-col-flex .paper-button {
  margin: 0;
  flex-shrink: 0;
  min-height: unset;
}
.picker-col-flex label {
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 400 !important;
}

.fileuploader-theme-dragdrop .fileuploader-input {
  padding: 20px 0 !important;
}

#PatientProfileForm_PatientProfileForm {
  max-width: 100%;
  margin: 0 auto;
}

#PatientProfileForm_PatientProfileForm .member-pic,
#RhOfficeForm_RhOfficeForm .member-pic,
#PresentationSettingsForm_PresentationSettingsForm .member-pic {
  max-width: 50%;
}
#PatientProfileForm_PatientProfileForm .photo-label,
#RhOfficeForm_RhOfficeForm .photo-label,
#PresentationSettingsForm_PresentationSettingsForm .photo-label {
  font-size: 1rem;
  cursor: text;
  margin-bottom: 5px;
}

#PresentationSettingsForm_PresentationSettingsForm #PresentationSettingsForm_PresentationSettingsForm_Specialisation_Holder,
#PresentationSettingsForm_PresentationSettingsForm #PresentationSettingsForm_PresentationSettingsForm_Formation_Holder,
#PresentationSettingsForm_PresentationSettingsForm #PresentationSettingsForm_PresentationSettingsForm_Langage_Holder {
  margin-top: 4px;
}
#PresentationSettingsForm_PresentationSettingsForm .removeSpec,
#PresentationSettingsForm_PresentationSettingsForm .removeFormation,
#PresentationSettingsForm_PresentationSettingsForm .removeLangage {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 5px;
}
#PresentationSettingsForm_PresentationSettingsForm #PresentationSettingsForm_PresentationSettingsForm_PriceRangeFieldCheck_Holder {
  padding-bottom: 20px;
}
#PresentationSettingsForm_PresentationSettingsForm #PresentationSettingsForm_PresentationSettingsForm_ConsultationPriceRangeMin_Holder,
#PresentationSettingsForm_PresentationSettingsForm #PresentationSettingsForm_PresentationSettingsForm_ConsultationPriceRangeMax_Holder {
  max-width: 150px;
  display: inline-block;
}
#PresentationSettingsForm_PresentationSettingsForm #PresentationSettingsForm_PresentationSettingsForm_ConsultationPriceRangeMin_Holder {
  padding-right: 15px;
}
#PresentationSettingsForm_PresentationSettingsForm #PresentationSettingsForm_PresentationSettingsForm_Phone_Holder {
  margin: 30px 0;
}
#PresentationSettingsForm_PresentationSettingsForm #PresentationSettingsForm_PresentationSettingsForm_AcceptCash_Holder,
#PresentationSettingsForm_PresentationSettingsForm #PresentationSettingsForm_PresentationSettingsForm_AcceptBancontact_Holder,
#PresentationSettingsForm_PresentationSettingsForm #PresentationSettingsForm_PresentationSettingsForm_AcceptCreditCard_Holder,
#PresentationSettingsForm_PresentationSettingsForm #PresentationSettingsForm_PresentationSettingsForm_AcceptQRPaiement_Holder,
#PresentationSettingsForm_PresentationSettingsForm #PresentationSettingsForm_PresentationSettingsForm_AcceptApplePay_Holder,
#PresentationSettingsForm_PresentationSettingsForm #PresentationSettingsForm_PresentationSettingsForm_AcceptBankTransfer_Holder {
  padding-bottom: 10px;
}
#PresentationSettingsForm_PresentationSettingsForm .extra-photo-pic {
  position: relative;
}
#PresentationSettingsForm_PresentationSettingsForm .extra-photo-pic .remove-extra-pic {
  display: block;
  position: absolute;
  color: red;
  top: 5px;
  right: 5px;
}

#DoctorReasonForm_DoctorReasonForm .reason-container .input-field {
  margin-top: 21px;
}
#DoctorReasonForm_DoctorReasonForm .custom-reason-col label span {
  margin-top: 32px;
}

#DoctorReasonForm_DoctorReasonForm .removeReason,
#CalendarSettingsForm_CalendarSettingsForm .removeReason {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 5px;
}

#DoctorSettingsForm_DoctorSettingsForm #DoctorSettingsForm_DoctorSettingsForm_SpecialityID_Holder {
  margin-top: 30px;
}
#DoctorSettingsForm_DoctorSettingsForm #DoctorSettingsForm_DoctorSettingsForm_RefusalMessageNL_Holder {
  margin-bottom: 30px;
}
#DoctorSettingsForm_DoctorSettingsForm #DoctorSettingsForm_DoctorSettingsForm_SMSAvailable_Holder .description {
  display: block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
}

#EPrescriptionForm_EPrescriptionForm .product {
  position: relative;
}
#EPrescriptionForm_EPrescriptionForm .cifer {
  position: absolute;
  left: -25px;
  top: 25px;
  font-size: 20px;
}
@media (max-width: 992px) {
  #EPrescriptionForm_EPrescriptionForm .cifer {
    display: none;
  }
}
@media (max-width: 480px) {
  #EPrescriptionForm_EPrescriptionForm .cifer {
    display: none;
  }
}
#EPrescriptionForm_EPrescriptionForm .remove-product {
  position: absolute;
  right: -35px;
  top: 25px;
}
@media (max-width: 480px) {
  #EPrescriptionForm_EPrescriptionForm .remove-product {
    right: -25px;
  }
}
#EPrescriptionForm_EPrescriptionForm .product-separator {
  width: 200px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 10px;
  border: 1px solid #00a5ba !important;
}
@media (max-width: 480px) {
  #EPrescriptionForm_EPrescriptionForm .product-separator {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
#EPrescriptionForm_EPrescriptionForm .Actions,
#EPrescriptionForm_EPrescriptionForm .btn-toolbar {
  margin-top: 30px;
}
#EPrescriptionForm_EPrescriptionForm .input-field {
  margin-top: 5px;
}
#EPrescriptionForm_EPrescriptionForm .npt-title {
  cursor: pointer;
}
#EPrescriptionForm_EPrescriptionForm .npt-fields {
  display: none;
}
#EPrescriptionForm_EPrescriptionForm #EPrescriptionForm_EPrescriptionForm_Price_Holder {
  display: none;
  margin-top: 25px;
}

#UnavailabilityDoctorForm_UnavailabilityDoctorForm .manyDays {
  display: none;
}
#UnavailabilityDoctorForm_UnavailabilityDoctorForm #UnavailabilityDoctorForm_UnavailabilityDoctorForm_CancelationInfo_Holder {
  padding-bottom: 15px;
}

#AddPharmacyForm_AddPharmacyForm {
  width: 100%;
}

#CalendarSettingsForm_CalendarSettingsForm_SMSAvailable_Holder .description,
#CalendarSettingsForm_CalendarSettingsForm_AppoitnementStatusSMSAvailable_Holder .description,
#CalendarSettingsForm_CalendarSettingsForm_DoubleReminderSMSAvailable_Holder .description {
  display: block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
}

#ScheduleSettingsForm_ScheduleSettingsForm .btn.active {
  background: #323e48 !important;
}
#ScheduleSettingsForm_ScheduleSettingsForm .btn.active:hover {
  background: #323e48 !important;
}
#ScheduleSettingsForm_ScheduleSettingsForm .time-slot,
#ScheduleSettingsForm_ScheduleSettingsForm .new-time-slot {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 0;
  background: #fff;
}
#ScheduleSettingsForm_ScheduleSettingsForm .time-slot .select2-container--default .select2-selection--multiple,
#ScheduleSettingsForm_ScheduleSettingsForm .new-time-slot .select2-container--default .select2-selection--multiple {
  background-color: #fafafa;
}
#ScheduleSettingsForm_ScheduleSettingsForm .time-slot .select2 label,
#ScheduleSettingsForm_ScheduleSettingsForm .new-time-slot .select2 label {
  top: -26px;
}
#ScheduleSettingsForm_ScheduleSettingsForm .new-time-slot .my-select2-container {
  padding-top: 13px;
}
#ScheduleSettingsForm_ScheduleSettingsForm .remove-container {
  position: absolute;
  right: 5px;
  top: 5px;
}

.picker-col {
  position: relative;
  text-align: center;
}
@media (max-width: 480px) {
  .picker-col {
    text-align: left;
  }
}
.picker-col .color-picker {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  background-color: #eee;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  transform-origin: bottom left;
  transition: transform 0.2s ease;
  will-change: transform;
  width: 205px;
  display: none;
}
.picker-col .paper-button-container {
  margin-top: -2px;
}
.picker-col .paper-button {
  width: 20px;
  height: 20px;
  min-height: unset;
  min-width: unset;
  padding: 10px;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: 12px;
  cursor: pointer;
  display: block;
  color: #ccc;
  border: 1px solid #ccc;
}
.picker-col .paper-button:hover {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 480px) {
  .picker-col .paper-button {
    margin: 10px 0;
  }
}
.picker-col .hex {
  width: 96px;
  height: 32px;
  padding: 8px;
  box-sizing: border-box;
}
.picker-col .hex input {
  width: 100%;
  outline: none;
  box-sizing: border-box;
  padding: 0;
  border: none;
  background-color: transparent;
}
.picker-col .hex .underline {
  width: 100%;
  box-sizing: border-box;
  height: 2px;
  background-color: #ccc;
  position: relative;
}
.picker-col .underline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #03a9f4;
  transform: scaleX(0);
  transition: transform 0.2s ease;
}
.picker-col .hex input:focus + .underline:before {
  transform: scaleX(1);
}
.picker-col input[type=color] {
  width: 64px;
  height: 32px;
  box-sizing: border-box;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  transition: box-shadow 0.5s ease;
}
.picker-col input[type=color]:active,
.picker-col input[type=color]:focus {
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.25), 0px -5px 10px rgba(0, 0, 0, 0.25);
}
.picker-col .color-picker > div {
  width: 34px;
  height: 34px;
  cursor: pointer;
}
.picker-col .transparent {
  border: 1px solid #333;
  box-sizing: border-box;
  background-image: linear-gradient(-45deg, transparent, transparent 48%, red 49%, red 51%, transparent 52%, transparent);
}
.picker-col #close {
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  color: #333;
}
.picker-col .close {
  text-align: center;
  padding-top: 3px;
}
.picker-col .translate {
  transform: translate(0);
  position: absolute;
  z-index: 99;
  top: -25px;
  left: 58px;
}

.dataTable .picker-col .paper-button {
  width: 5px;
  height: 5px;
  margin-top: 0;
}

form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-weight: 500;
  color: #aaa;
}
form input::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 500;
  color: #aaa;
}
form input:-ms-input-placeholder {
  /* IE 10+ */
  font-weight: 500;
  color: #aaa;
}
form input:-moz-placeholder {
  /* Firefox 18- */
  font-weight: 500;
  color: #aaa;
}

#GeneralQuestionForm_GeneralQuestionForm .PatientQuestionCompo,
#GeneralQuestionForm_GeneralQuestionForm .PatientFirstChoice,
#GeneralQuestionForm_GeneralQuestionForm .PatientContent {
  display: none;
}
#GeneralQuestionForm_GeneralQuestionForm .OnlyForMedical {
  display: none;
}
#GeneralQuestionForm_GeneralQuestionForm #GeneralQuestionForm_GeneralQuestionForm_Other,
#GeneralQuestionForm_GeneralQuestionForm #GeneralQuestionForm_GeneralQuestionForm_OtherType {
  display: none;
}
#GeneralQuestionForm_GeneralQuestionForm label {
  color: #000;
}

#QuestionForm_QuestionForm .PatientQuestionCompo,
#QuestionForm_QuestionForm .PatientFirstChoice,
#QuestionForm_QuestionForm .PatientContent {
  display: none;
}
#QuestionForm_QuestionForm .OnlyForMedical {
  display: none;
}
#QuestionForm_QuestionForm #QuestionForm_QuestionForm_Other,
#QuestionForm_QuestionForm #QuestionForm_QuestionForm_OtherType {
  display: none;
}

#PresentationMapForm_PresentationMapForm {
  display: none;
}
#PresentationMapForm_PresentationMapForm .remove-field {
  position: absolute;
  left: -40px;
  top: 20px;
}

#AppointmentConfirmationForm_AppointmentConfirmationForm .address-container {
  display: none;
}
#AppointmentConfirmationForm_AppointmentConfirmationForm #AppointmentConfirmationForm_AppointmentConfirmationForm_PatientNote_Holder {
  display: none;
}

#NewUpdateForm_NewUpdateForm #NewUpdateForm_NewUpdateForm_TitleFR_Holder {
  margin-bottom: 30px;
}
#NewUpdateForm_NewUpdateForm #NewUpdateForm_NewUpdateForm_SummaryFR_Holder {
  margin-bottom: 30px;
}
#NewUpdateForm_NewUpdateForm #NewUpdateForm_NewUpdateForm_TitleNL_Holder {
  margin-bottom: 30px;
}
#NewUpdateForm_NewUpdateForm #NewUpdateForm_NewUpdateForm_SummaryNL_Holder {
  margin-bottom: 30px;
}
#NewUpdateForm_NewUpdateForm .compo-nl {
  display: none;
}

#ConsultationAddressForm_ConsultationAddressForm .km-radius {
  position: relative;
}
#ConsultationAddressForm_ConsultationAddressForm .display-radius-btn {
  position: absolute;
  right: 0;
  top: 20px;
}

#AddNewPatientForm_AddNewPatientForm .helper-text,
#DoctorAppointmentForm_DoctorAppointmentForm .helper-text {
  font-size: 10px;
}

#date-selector-at-home-holder {
  margin-bottom: 0;
  width: 200px;
  position: relative;
}
#date-selector-at-home-holder .search-btn {
  position: absolute;
  right: 0;
  bottom: 12px;
}
#date-selector-at-home-holder .search-btn a {
  background-color: transparent;
  color: #9e9e9e;
  border: none;
}
@media (max-width: 480px) {
  #date-selector-at-home-holder {
    margin-top: 2rem !important;
  }
}

@media (max-width: 480px) {
  .view-itinerary-holder {
    text-align: center;
    margin: 20px 0;
  }
}

#PatientSettingsForm_PatientSettingsForm #PatientSettingsForm_PatientSettingsForm_FirstName_Holder,
#PatientSettingsForm_PatientSettingsForm #PatientSettingsForm_PatientSettingsForm_Surname_Holder {
  margin-bottom: 0;
}

#AccountVerificationForm_AccountVerificationForm {
  margin: 0 auto;
  padding: 20px;
  width: 600px;
}
@media screen and (max-width: 768px) {
  #AccountVerificationForm_AccountVerificationForm {
    width: 100% !important;
  }
}
#AccountVerificationForm_AccountVerificationForm #AccountVerificationForm_AccountVerificationForm_Terms_Holder,
#AccountVerificationForm_AccountVerificationForm #AccountVerificationForm_AccountVerificationForm_DataTerms_Holder {
  margin-top: 10px;
}
#AccountVerificationForm_AccountVerificationForm #AccountVerificationForm_AccountVerificationForm_Terms_Holder span,
#AccountVerificationForm_AccountVerificationForm #AccountVerificationForm_AccountVerificationForm_DataTerms_Holder span {
  font-size: 12px;
}
#AccountVerificationForm_AccountVerificationForm #AccountVerificationForm_AccountVerificationForm_Terms_Holder {
  margin-top: 30px;
}

#AccountFinalisationForm_AccountFinalisationForm {
  width: 600px;
  margin: 0 auto;
}
#AccountFinalisationForm_AccountFinalisationForm #AccountFinalisationForm_AccountFinalisationForm_Nationality_Holder {
  margin-top: 30px;
}

#ProRegStep1Form_ProRegStep1Form .small-gap {
  padding-left: 25px;
}
#ProRegStep1Form_ProRegStep1Form #DoctorType label.left {
  color: #323e48;
  font-size: 16px;
  font-weight: 400;
}
#ProRegStep1Form_ProRegStep1Form #Gender p {
  font-weight: 400;
}
#ProRegStep1Form_ProRegStep1Form #ProRegStep1Form_ProRegStep1Form_SpecialityID_Holder {
  margin-top: 30px;
}
#ProRegStep1Form_ProRegStep1Form #ProRegStep1Form_ProRegStep1Form_SpecialityID_Holder label {
  color: #323e48;
  font-size: 16px;
  font-weight: 300;
}
#ProRegStep1Form_ProRegStep1Form .doctor-fields span {
  font-size: 12px;
}
#ProRegStep1Form_ProRegStep1Form .Actions,
#ProRegStep1Form_ProRegStep1Form .btn-toolbar {
  text-align: center;
}

#ProRegStep4Form_ProRegStep4Form .my-select2-container label {
  font-size: 16px !important;
}

#subscription-patient-form .select2-selection {
  margin: 0 !important;
  padding: 0 !important;
}
#subscription-patient-form .select2-selection__rendered {
  margin: 0;
}
#subscription-patient-form .select2-search__field {
  margin: 0 !important;
  width: 100% !important;
}
#subscription-patient-form .select2-selection__rendered li {
  width: 100% !important;
}
#subscription-patient-form .select2-selection__choice {
  text-align: center;
}
#subscription-patient-form .gender-select input {
  color: #000;
}

#AppointmentInstructionForm_AppointmentInstructionForm .compo-answer-wrapper {
  margin-top: 20px;
}
#AppointmentInstructionForm_AppointmentInstructionForm .compo-answer-wrapper {
  padding-left: 20px;
}
#AppointmentInstructionForm_AppointmentInstructionForm .remove-answer {
  position: absolute;
  left: -35px;
  top: 20px;
  cursor: pointer;
}

#FindAvailabilityDoctorForm_FindAvailabilityDoctorForm #FindAvailabilityDoctorForm_FindAvailabilityDoctorForm_AddressID_Holder {
  margin-bottom: 20px;
}

#recurly-update-paiement-form {
  max-width: 700px;
  margin: 0 auto;
}

.contact-info-form {
  max-width: 900px;
  margin: 0 auto;
}
.contact-info-form .checkbox span {
  color: #000;
}

#DoctorDeleteAppointmentForm_DoctorDeleteAppointmentForm #DoctorDeleteAppointmentForm_DoctorDeleteAppointmentForm_PatientID_Holder {
  padding-bottom: 15px;
}

#PackageContactForm_PackageContactForm .Actions button,
#PackageContactForm_PackageContactForm .btn-toolbar button {
  line-height: 14px;
}

#DoctorTodoForm_DoctorTodoForm .flex-item {
  margin-right: 20px;
}
#DoctorTodoForm_DoctorTodoForm .Actions,
#DoctorTodoForm_DoctorTodoForm .btn-toolbar {
  padding-top: 20px;
}

#SendMessageForm_SendMessageForm #SendMessageForm_SendMessageForm_Recipients_Holder,
#SendMessageForm_SendMessageForm #SendMessageForm_SendMessageForm_Subject_Holder {
  margin-bottom: 50px;
}

#QuickTodoTaskForm_QuickTodoTaskForm .field {
  width: 100%;
}

.input-field-group {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.input-field-group > div {
  flex-grow: 1;
}
.input-field-group .btn {
  height: 32px;
  line-height: 32px;
}

.form-sidebar {
  position: relative;
  padding-top: 20px;
}
.form-sidebar .form-sidebar-close {
  position: absolute;
  top: 10px;
  right: 10px;
}

@media (min-width: 768.1px) {
  form:has(.form-sidebar) {
    position: relative;
    padding-left: 380px;
  }
  form:has(.form-sidebar) .form-sidebar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 360px;
    border: 0;
    border-radius: 0;
    border-right: 1px solid #01bdc3;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.grouped-fields .fieldgroup {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.grouped-fields .fieldgroup .fieldgroup-field {
  flex-grow: 1;
  margin-right: 10px;
}
.grouped-fields .fieldgroup .fieldgroup-field.last {
  margin-right: 0;
}

@media (max-width: 768px) {
  .grouped-fields .fieldgroup {
    flex-wrap: wrap;
  }
  .fieldgroup-field {
    min-width: 50vw;
  }
}
.flex-fields label {
  display: block;
  float: none !important;
}
.flex-fields .middleColumn {
  display: flex;
}
.flex-fields .middleColumn > * {
  margin-right: 0.5rem;
  flex-grow: 1;
}
.flex-fields .middleColumn > *:last-child {
  margin-right: 0;
}

tiptap-editor textarea {
  border: 1px solid #9e9e9e;
  outline: none;
}
tiptap-editor .ProseMirror {
  border: 1px solid #9e9e9e;
  outline: none;
  box-shadow: none;
  padding-left: 1em;
  padding-right: 1em;
}

/* ==================== Pin fields====================
====================================================== */
/* Layout: consistent horizontal spacing */
.field.center.pin-field {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 600px) {
  .field.center.pin-field {
    gap: 4px;
  }
}

/* Default styles for all browsers */
input.center.pin-field {
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  background: #fff;
  font-size: 1.2rem;
  width: 48px !important;
  text-align: center;
  padding-right: inherit;
  padding-left: inherit;
  padding-top: 32px;
  padding-bottom: 32px;
}
input.center.pin-field:focus {
  border: solid 1px #616161;
}

/* Sm screens */
@media (max-width: 600px) {
  input.center.pin-field {
    width: 34px !important;
    font-size: 0.9rem;
    border-radius: 4px;
    padding-top: 28px;
    padding-bottom: 28px;
    padding-right: inherit;
    padding-left: inherit;
  }
}
/* ====================================================== */
@media (max-width: 1024px) {
  .select2-dropdown.select2-dropdown--below {
    min-width: 25vw !important;
    max-width: 85vw !important;
    left: 1px !important;
    right: 0 !important;
    transform: none !important;
    margin: 0 !important;
    border-radius: 0 !important;
    position: absolute !important;
  }
}
input.no-materialize {
  height: 36px;
  border: 1px solid #f2f2f2;
  padding: 5px;
  margin: 0;
}

select.no-materialize {
  opacity: 1;
  height: 36px;
  border-radius: 5px;
  appearance: base-select;
  display: flex;
  align-items: center;
  color: #323e48;
}
select.no-materialize::picker-icon {
  margin-right: 5px;
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  border-style: solid;
  content: "";
  border-width: 4px 4px 0 4px;
  border-color: #999 transparent transparent transparent;
}

.inline-form {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}
.inline-form input,
.inline-form select,
.inline-form button {
  width: auto;
}

.dropdown-content.notifications {
  background: #fff;
}

.dropdown-content.updates .updates-title {
  height: 40px;
  line-height: 58px;
  text-transform: none;
  font-weight: 400;
}

.dropdown-content.notifications .notification-title-wrapper {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  height: 45px;
}
.dropdown-content.notifications .notification-title-wrapper .notifications-title {
  font-weight: 400;
  text-transform: none;
}
.dropdown-content.notifications .notification-title-wrapper .notifications-action svg {
  cursor: pointer;
  font-size: 16px;
}
.dropdown-content.notifications .notification-title-wrapper .notifications-action a:hover {
  background: transparent;
}

.site-updates {
  width: 400px;
}

#updates-drop {
  padding: 10px;
}
#updates-drop a.action-link {
  height: auto;
  margin: 0;
  padding: 0;
  line-height: 20px;
  text-align: center;
}
#updates-drop a.action-link:hover {
  background: #fff;
}

.site-updates {
  display: block;
}
.site-updates a {
  display: block;
  clear: both;
  line-height: 19px;
  padding: 8px 0px;
  text-decoration: none;
}
.site-updates a:hover {
  background: #fff;
}
.site-updates a:hover .title {
  text-decoration: underline;
}
.site-updates .title {
  font-weight: 400;
  font-size: 14px;
}
.site-updates .summary {
  font-size: 14px !important;
  display: inline;
  vertical-align: baseline;
}
.site-updates .update-label {
  border-radius: 10px;
  font-size: 11px !important;
  padding: 0 6px;
  height: 18px;
  line-height: 18px;
  margin-right: 5px;
  float: left;
}

.prescription-card .pr-date {
  padding: 5px;
}
.prescription-card .pr-date > div {
  float: right;
}
.prescription-card .card-image {
  text-align: center;
  padding: 24px;
}
.prescription-card .card-image img {
  width: 150px;
  margin: 0 auto;
}
.prescription-card p {
  font-size: 16px;
}

.doc-pr-card .card-name,
.doc-question-card .card-name {
  padding: 24px;
  text-align: center;
  position: relative;
}
.doc-pr-card .fixed-action-btn,
.doc-question-card .fixed-action-btn {
  float: right;
  position: relative;
  left: 0px;
  top: 27px;
  bottom: 0;
  padding-top: 0;
  z-index: 996;
}
.doc-pr-card .fixed-action-btn ul,
.doc-question-card .fixed-action-btn ul {
  bottom: 45px;
  right: 52px;
}
.doc-pr-card .fixed-action-btn ul li,
.doc-question-card .fixed-action-btn ul li {
  margin: 0;
  margin-left: 7.5px;
}
.doc-pr-card .fixed-action-btn.direction-left,
.doc-question-card .fixed-action-btn.direction-left {
  padding: 0 0 0 7.5px;
}
.doc-pr-card .pr-absolute-img,
.doc-question-card .pr-absolute-img {
  position: absolute;
  left: 0px;
  top: 5px;
}
.doc-pr-card .pr-absolute-img img,
.doc-question-card .pr-absolute-img img {
  width: 30px;
}
.doc-pr-card .card-delete,
.doc-question-card .card-delete {
  position: absolute;
  right: 10px;
  top: 5px;
}
.doc-pr-card .pr-date,
.doc-question-card .pr-date {
  padding: 0;
  position: absolute;
  right: 10px;
  top: 5px;
}
.doc-pr-card .pr-date > div,
.doc-question-card .pr-date > div {
  float: right;
}
.doc-pr-card .pr-date span,
.doc-question-card .pr-date span {
  font-size: 12px;
}
.doc-pr-card p,
.doc-question-card p {
  font-size: 14px;
}
.doc-pr-card span,
.doc-question-card span {
  display: block;
}

.doc-question-card .card-name {
  text-align: left;
}
.doc-question-card .pr-absolute-img {
  left: 5px;
}
.doc-question-card .bloc-container {
  margin-top: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 768px) {
  .doc-question-card .bloc-container {
    flex-direction: column;
  }
}
.doc-question-card .bloc-left {
  width: 100%;
  min-height: 100px;
}
@media (max-width: 768px) {
  .doc-question-card .bloc-left {
    width: 100%;
    flex: 1;
  }
}
.doc-question-card .bloc-right {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .doc-question-card .bloc-right {
    width: 100%;
    text-align: center;
    flex: 1;
    margin-top: 20px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
.doc-question-card h4 {
  margin-top: 0;
}
.doc-question-card .accept-pr,
.doc-question-card .refuse-pr,
.doc-question-card .answer-q,
.doc-question-card .view-answer,
.doc-question-card .download-q,
.doc-question-card .accepted-pr-view-ordo,
.doc-question-card .accepted-patient-pr-view-comment,
.doc-question-card .accepted-pr-view-comment,
.doc-question-card .accepted-patient-pr-pay-ordo,
.doc-question-card .accepted-patient-pr-dl-ordo {
  width: 180px;
}
.doc-question-card .accept-pr,
.doc-question-card .answer-q,
.doc-question-card .accepted-pr-view-ordo,
.doc-question-card .view-answer,
.doc-question-card .accepted-patient-pr-view-comment {
  margin: 5px;
}
@media (max-width: 768px) {
  .doc-question-card .accept-pr,
  .doc-question-card .answer-q,
  .doc-question-card .accepted-pr-view-ordo,
  .doc-question-card .view-answer,
  .doc-question-card .accepted-patient-pr-view-comment {
    margin-bottom: 10px;
  }
}
.doc-question-card .refuse-pr,
.doc-question-card .download-q,
.doc-question-card .accepted-pr-view-comment,
.doc-question-card .accepted-patient-pr-pay-ordo,
.doc-question-card .accepted-patient-pr-dl-ordo {
  margin: 5px;
}
@media (max-width: 768px) {
  .doc-question-card .refuse-pr,
  .doc-question-card .download-q,
  .doc-question-card .accepted-pr-view-comment,
  .doc-question-card .accepted-patient-pr-pay-ordo,
  .doc-question-card .accepted-patient-pr-dl-ordo {
    margin-top: 10px;
  }
}

.pagination {
  margin: 0 auto;
  margin-top: 10px;
}

.notif-drop,
.pending-requests {
  position: relative;
}

.notif-drop[data-notif-count]:after,
.updates-drop[data-notif-count]:after,
.all-requests[data-notif-count]:after,
.pending-requests[data-pending-count]:after,
.pending-dr-requests[data-pending-count]:after,
.pending-dr-requests-main[data-pending-count]:after {
  content: attr(data-notif-count);
  position: absolute;
  top: 20px;
  right: 16px;
  font-size: 0.7em;
  background: #cf172b;
  color: white;
  width: 17px;
  height: 17px;
  text-align: center;
  line-height: 17px;
  border-radius: 50%;
  box-shadow: 0 0 1px #333;
}

.pending-requests[data-pending-count]:after,
.pending-dr-requests[data-pending-count]:after {
  content: attr(data-pending-count);
  top: 16px;
  right: 15px;
  background: #ef6c00;
  width: 18px;
  height: 18px;
  line-height: 18px;
}

.pending-dr-requests-main[data-pending-count]:after {
  content: attr(data-pending-count);
  top: 24px;
  right: 75px;
  background: #ef6c00;
  width: 18px;
  height: 18px;
  line-height: 18px;
}

.geocalisation-error {
  display: none;
}

.specialists-searchbar-result,
.patients-searchbar-result,
.card-tab-reason-select-result,
.card-tab-price-select-result {
  flex: 0 0 auto;
  box-sizing: border-box;
  flex-basis: 100%;
  max-width: 100%;
  font-size: 16px;
  color: #435f71;
  position: relative;
  cursor: pointer;
  text-align: left;
  display: flex;
  padding: 12px;
}
.specialists-searchbar-result .specialists-searchbar-result-profile,
.specialists-searchbar-result .patients-searchbar-result-profile,
.patients-searchbar-result .specialists-searchbar-result-profile,
.patients-searchbar-result .patients-searchbar-result-profile,
.card-tab-reason-select-result .specialists-searchbar-result-profile,
.card-tab-reason-select-result .patients-searchbar-result-profile,
.card-tab-price-select-result .specialists-searchbar-result-profile,
.card-tab-price-select-result .patients-searchbar-result-profile {
  display: flex;
  align-items: center;
}
.specialists-searchbar-result .specialists-searchbar-result-profile-avatar,
.specialists-searchbar-result .patients-searchbar-result-profile-avatar,
.patients-searchbar-result .specialists-searchbar-result-profile-avatar,
.patients-searchbar-result .patients-searchbar-result-profile-avatar,
.card-tab-reason-select-result .specialists-searchbar-result-profile-avatar,
.card-tab-reason-select-result .patients-searchbar-result-profile-avatar,
.card-tab-price-select-result .specialists-searchbar-result-profile-avatar,
.card-tab-price-select-result .patients-searchbar-result-profile-avatar {
  -webkit-flex-basis: 50px;
  -ms-flex-preferred-size: 50px;
  flex-basis: 50px;
  min-width: 50px;
  height: 50px;
}
.specialists-searchbar-result .specialists-searchbar-result-profile-avatar img,
.specialists-searchbar-result .patients-searchbar-result-profile-avatar img,
.patients-searchbar-result .specialists-searchbar-result-profile-avatar img,
.patients-searchbar-result .patients-searchbar-result-profile-avatar img,
.card-tab-reason-select-result .specialists-searchbar-result-profile-avatar img,
.card-tab-reason-select-result .patients-searchbar-result-profile-avatar img,
.card-tab-price-select-result .specialists-searchbar-result-profile-avatar img,
.card-tab-price-select-result .patients-searchbar-result-profile-avatar img {
  width: 100%;
  height: 100%;
}
.specialists-searchbar-result .specialists-searchbar-result-profile-details,
.specialists-searchbar-result .patients-searchbar-result-profile-details,
.patients-searchbar-result .specialists-searchbar-result-profile-details,
.patients-searchbar-result .patients-searchbar-result-profile-details,
.card-tab-reason-select-result .specialists-searchbar-result-profile-details,
.card-tab-reason-select-result .patients-searchbar-result-profile-details,
.card-tab-price-select-result .specialists-searchbar-result-profile-details,
.card-tab-price-select-result .patients-searchbar-result-profile-details {
  padding-left: 14px;
}
.specialists-searchbar-result .specialists-searchbar-result-profile-subtitle,
.specialists-searchbar-result .patients-searchbar-result-profile-more,
.patients-searchbar-result .specialists-searchbar-result-profile-subtitle,
.patients-searchbar-result .patients-searchbar-result-profile-more,
.card-tab-reason-select-result .specialists-searchbar-result-profile-subtitle,
.card-tab-reason-select-result .patients-searchbar-result-profile-more,
.card-tab-price-select-result .specialists-searchbar-result-profile-subtitle,
.card-tab-price-select-result .patients-searchbar-result-profile-more {
  font-size: 14px;
  color: rgba(67, 95, 113, 0.6);
  line-height: 16px;
}

.step1 .know-specialist,
.step1 .unknow-specialist {
  display: none;
}
.step1 #custom-search-input {
  margin: 0;
  top: 0;
  padding: 0;
  width: 650px;
  margin: auto;
  position: relative;
}
.step1 .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.step1 #custom-search-input .search-query {
  width: 100%;
  height: 50px;
  padding-left: 20px;
  border: 0;
  border-radius: 3px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  color: #333;
}
.step1 #custom-search-input input[type=submit] {
  position: absolute;
  transition: all 0.3s ease-in-out;
  right: 0;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  top: 0;
  border: 0;
  padding: 0 25px;
  height: 50px;
  cursor: pointer;
  outline: none;
  border-radius: 0 3px 3px 0;
}

.step2 .specialities {
  display: none;
}
.step2 .select-wrapper {
  height: 100%;
  width: 500px;
  margin: 0 auto;
}
.step2 .dropdown-content {
  margin-bottom: 50px;
}
.step2 a.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}

.step3 .fc-prev-button,
.step3 .fc-next-button {
  margin: 0 !important;
}
.step3 .searchbar-submit-button-arrow {
  fill: #fff;
}
.step3 .overlay-message {
  z-index: 999;
  color: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  width: 90%;
}
.step3 .calendar-container {
  position: relative;
}
.step3 .calendar-container .calendar {
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.step3 .calendar-container .wall {
  z-index: 9998;
  background: #fff;
  width: 100%;
  height: 265px;
  display: block;
  position: absolute;
  top: 5px;
  right: 0px;
}
.step3 .calendar-container .spinner {
  /*display: none;*/
  z-index: 9999;
  width: 40px;
  height: 40px;
  position: absolute;
  margin: auto;
  top: 130px;
  right: 170px;
}
.step3 .calendar-container .end-spinner {
  /*display: none;*/
  margin: 0 auto;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 0.25rem solid rgba(0, 0, 0, 0.2);
  border-top-color: #000;
  animation: spin 1s infinite linear;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.step3 .calendar-container .double-bounce1,
.step3 .calendar-container .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.step3 .calendar-container .double-bounce1 {
  background: #41a62a;
}
.step3 .calendar-container .double-bounce2 {
  background: #323e48;
}
.step3 .calendar-container .double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.step3 .overlay {
  background: #999;
  opacity: 0.6;
}
.step3 .overlay p {
  color: #000;
  text-align: center;
}
.step3 .search-bar {
  height: 60px;
  width: 700px;
  display: flex;
  box-shadow: 0 0 20px 0 rgba(67, 95, 113, 0.2);
  border-radius: 8px;
  margin: 0 auto;
}
.step3 .search-bar .searchbar-query {
  -webkit-flex: 22 0 0;
  -ms-flex: 22 0 0px;
  flex: 22 0 0;
}
.step3 .search-bar .searchbar-query .searchbar-input-wrapper {
  border-radius: 8px 0 0 8px;
}
.step3 .search-bar .searchbar-input-icon {
  position: absolute;
  top: 20px;
  left: 14px;
  height: 20px;
  width: 20px;
  pointer-events: none;
  fill: rgba(67, 95, 113, 0.3);
}
.step3 .search-bar .icon-km {
  top: 17px;
  left: 12px;
  height: 30px;
  width: 30px;
}
.step3 .search-bar .searchbar-input {
  height: 60px;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  line-height: 16px;
  padding: 0 46px;
  border: none;
  background-color: #fff;
  color: #435f71;
  box-sizing: border-box;
  outline: none;
  width: 100%;
  font-size: 14px;
}
.step3 .search-bar .searchbar-place-submit {
  -webkit-flex: 13 0 0;
  -ms-flex: 13 0 0px;
  flex: 13 0 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.step3 .search-bar .searchbar-place {
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #d2dbde;
  position: relative;
}
.step3 .search-bar .searchbar-place-input-wrapper {
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.step3 .search-bar .searchbar-input-wrapper {
  position: relative;
  display: block;
  width: 100%;
}
.step3 .search-bar .searchbar-submit-button {
  height: 60px;
  border-radius: 0px 8px 8px 0px;
  padding: 14px;
  z-index: 10;
  color: #fff;
  background: #fc3868;
}
.step3 .search-bar .searchbar-submit-button .button-label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  height: 100%;
}
.step3 .search-bar .searchbar-submit-button-label {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  text-transform: uppercase;
  transition: opacity 500ms;
  margin-right: 14px;
}
.step3 .card {
  width: 750px;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 20px;
}
.step3 .card-content {
  background: #fff;
}
.step3 .card-content img {
  width: 80px;
}
.step3 .card-content .calculs {
  width: 210px;
}

.step4 .card {
  width: 850px;
  margin: 0 auto;
}
.step4 .card-content {
  background: #fff;
}
.step4 .card-content img {
  width: 120px;
}
.step4 .card-content .calculs {
  width: 250px;
}

/**
New steps
*/
.stepper-wrapper {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
@media (max-width: 768px) {
  .stepper-item {
    font-size: 12px;
  }
}

.stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: -50%;
  z-index: 2;
}

.stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 2;
}

.stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #01bdc3;
  background: #d8f3f4;
  margin-bottom: 6px;
}

.inactive .step-counter {
  background: white;
  color: transparent;
  border: solid 2px #9e9e9e;
}

.stepper-item.active {
  font-weight: bold;
}

.stepper-item.uncompleted .step-counter {
  border: solid 2px #9e9e9e;
  background-color: white;
}

.stepper-item.completed .step-counter {
  background-color: #d8f3f4;
}

.stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #01bdc3;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 3;
}

.stepper-item:first-child::before {
  content: none;
}

.stepper-item:last-child::after {
  content: none;
}

.grid > .card {
  margin-block-end: 0;
}

.grid-centered > .card {
  margin-inline: auto;
}

.flex-item > .card {
  max-width: none;
}

.login-signup-card {
  box-shadow: none;
}

.icon-danger {
  border: solid 2px #fc3868;
  border-radius: 50%;
  padding: 0.1rem;
}

.card-appointment {
  width: 100%;
  max-width: 625px;
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: left;
  box-shadow: 0 0 3px 0 rgba(25, 42, 70, 0.13);
  border: none;
}
.card-appointment .card-header,
.card-appointment .card-content {
  padding: 20px !important;
  height: auto;
}
.card-appointment .card-header {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  background: var(--myc-dark);
  color: #fff;
  font-weight: 500;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.card-appointment .card-header svg + span {
  margin-left: 0.5rem;
}
.card-appointment .card-doc {
  display: flex;
  font-size: 16px;
  align-items: center;
}
.card-appointment .card-doc img {
  margin-right: 1rem;
  border-radius: 5px;
}
.card-appointment .card-doc .card-doc-name {
  color: var(--myc-blue);
}
.card-appointment .card-doc .card-doc-spec {
  font-size: 20px;
  font-weight: 500;
  color: var(--myc-dark);
}
.card-appointment .card-content {
  background: #fff;
  flex-grow: 1;
}
.card-appointment .card-content svg {
  fill: var(--myc-blue);
  margin-right: 0.5rem;
}
.card-appointment .card-content li + li {
  margin-top: 0.5rem;
}
.card-appointment .card-content a {
  color: var(--myc-blue);
}
.card-appointment .card-action {
  display: flex;
  padding-top: 0;
  gap: 1rem;
}
.card-appointment .card-action > a {
  flex-grow: 1;
}
.card-appointment .card-action > a + a {
  margin-left: 0.5rem;
}
.card-appointment .card-warning {
  background: #eeeeee;
  padding: 0.5rem 1rem;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.card-appointment .card-warning.icon {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #fc3868;
}
.card-appointment .card-danger {
  background: #fc3868;
  color: #fff;
  padding: 0.5rem 1rem;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.card-appointment .card-danger.icon {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #d32f2f;
}

.myc-card {
  --card-padding: 18px;
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: left;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid var(--card-border-color, #eeeeee);
  border-radius: var(--card-radius, 6px);
}
.myc-card .myc-card-title,
.myc-card h3,
.myc-card .h3 {
  font-size: 20px;
}
.myc-card .myc-card-subtitle,
.myc-card h4,
.myc-card .h4 {
  font-size: 1rem;
  color: var(--myc-blue);
}
.myc-card .myc-card-top {
  padding: var(--card-padding);
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
}
.myc-card .myc-card-top .myc-card-top-actions {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  margin-inline-start: auto;
}
.myc-card .myc-card-icon {
  padding-inline-end: 1rem;
}
.myc-card .myc-card-icon img {
  display: block;
}
.myc-card .myc-card-icon > div,
.myc-card .myc-card-icon > img,
.myc-card .myc-card-icon > svg {
  height: 48px;
  width: 48px;
}
.myc-card .myc-card-icon .initials {
  font-size: 20px;
}
.myc-card .myc-card-icon.myc-card-icon-big > div,
.myc-card .myc-card-icon.myc-card-icon-big > img,
.myc-card .myc-card-icon.myc-card-icon-big > svg {
  height: 80px;
  width: 80px;
}
.myc-card .myc-card-icon .rounded {
  border-radius: var(--card-radius, 50px);
}
.myc-card .myc-card-info {
  align-items: center;
}
.myc-card .myc-card-header {
  padding: calc(var(--card-padding) * 0.75) var(--card-padding);
  background: var(--myc-dark);
  color: #fff;
  font-weight: 500;
  border-top-left-radius: var(--card-radius, 6px);
  border-top-right-radius: var(--card-radius, 6px);
}
.myc-card .myc-card-header svg {
  fill: currentColor;
}
.myc-card .myc-card-body {
  padding: var(--card-padding);
}
.myc-card .myc-card-body svg + span {
  margin-left: 0.5rem;
}
.myc-card .myc-card-body svg {
  fill: var(--myc-blue);
}
.myc-card .myc-card-body li + li {
  margin-top: 0.5rem;
}
.myc-card .myc-card-body li svg {
  margin-right: 0.5rem;
}
.myc-card .myc-card-actions {
  padding: var(--card-padding);
  padding-top: 0;
  margin-top: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.myc-card .myc-card-actions > .btn {
  display: block;
  flex-grow: 1;
}
.myc-card .myc-card-top + .myc-card-body,
.myc-card a + .myc-card-body {
  padding-top: 0;
}
.myc-card .myc-card-body + .myc-card-actions {
  padding-top: 0;
}

.section-header {
  margin-top: 1.3rem;
  background: #fff;
  padding: 0.75rem 1.5rem;
  border-bottom: 1px solid #d7d7d7;
}
.section-header h2 {
  margin: 0;
  font-size: 22px;
}

@media (max-width: 480px) {
  .section-header {
    padding: 0.75rem;
  }
  .section-header h2 {
    font-size: 18px;
  }
}
.section-subheader {
  padding: 0.75rem 1.5rem;
  background: #d8f3f4;
  border-bottom: 1px solid #d7d7d7;
}

@media (max-width: 480px) {
  .section-subheader {
    padding: 0.75rem;
  }
}
@media (max-width: 1262px) {
  .calendar-toolbar a {
    margin: 5px;
  }
}
@media only screen and (min-width: 993px) {
  .show-on-large {
    /*display: inherit!important;*/
    display: inline-block !important;
  }
  .sidenav .show-on-large {
    display: inherit !important;
  }
}
@media (max-width: 1280px) {
  .right-align,
  .left-align {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .right-align,
  .left-align {
    text-align: center;
  }
  .left-align {
    margin-top: 10px;
  }
  .medium-center {
    text-align: center;
  }
  .fc-agenda-view .fc-day-header span {
    font-size: 12px;
  }
  .fc-agenda-view .fc-day-header {
    font-size: 12px !important;
  }
  .fc-day-top .fc-day-number,
  .fc-week-number,
  .fc-head-container .fc-day-header {
    padding-left: 2px;
    padding-top: 2px;
  }
  .pi-name img {
    display: none;
  }
  .fc-event .fc-title {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .nav-shortcuts {
    padding-left: 40px !important;
  }
  .right-align,
  .left-align {
    text-align: center;
  }
  .left-align {
    margin-top: 10px;
  }
  .CalendarPage .fc-toolbar.fc-header-toolbar h2 {
    font-size: 18px;
  }
  video {
    width: 100% !important;
  }
  #logo-container-mb img {
    padding-top: 18px;
  }
  .media-mt-5 {
    margin-top: 5px !important;
  }
  .media-mt-10 {
    margin-top: 10px !important;
  }
  .media-mt-20 {
    margin-top: 30px !important;
  }
  .media-mt-30 {
    margin-top: 30px !important;
  }
  .media-mt-40 {
    margin-top: 40px !important;
  }
  .media-mt-45 {
    margin-top: 45px !important;
  }
  .media-mt-70 {
    margin-top: 70px !important;
  }
  .media-mt-100 {
    margin-top: 100px !important;
  }
  .fixed-action-btn-left {
    position: absolute !important;
    margin: 0;
    padding: 0;
    bottom: 0;
    z-index: 995;
    left: 35%;
    top: 70px;
  }
  .fixed-action-btn-right {
    position: absolute !important;
    margin: 0;
    padding: 0;
    bottom: 0;
    z-index: 995;
    right: 35%;
    top: 70px;
  }
  #logo-container-mb img {
    padding-top: 17px;
  }
  .calendar-toolbar a {
    margin: 5px;
  }
  .modal {
    width: 95%;
  }
}
@media (max-width: 480px) {
  .media-push-190 {
    height: 190px;
  }
  video {
    height: 300px !important;
  }
  fieldset {
    padding: 0;
  }
  .input-field > label {
    font-size: 12px;
  }
  .fixed-action-btn-left {
    position: absolute !important;
    margin: 0;
    padding: 0;
    bottom: 0;
    z-index: 995;
    left: 35%;
    top: 70px;
  }
  .fixed-action-btn-right {
    position: absolute !important;
    margin: 0;
    padding: 0;
    bottom: 0;
    z-index: 995;
    right: 35%;
    top: 70px;
  }
  .media-fz-12 {
    font-size: 12px !important;
  }
  .media-fz-16 {
    font-size: 16px !important;
  }
  .media-fz-18 {
    font-size: 18px !important;
  }
  .media-pdt-0 {
    padding-top: 0px !important;
  }
  .media-mr-0 {
    margin-right: 0px !important;
  }
  .media-ml-0 {
    margin-left: 0px !important;
  }
  .media-mb-0 {
    margin-bottom: 0px !important;
  }
  .media-mb-5 {
    margin-bottom: 5px !important;
  }
  .media-mb-10 {
    margin-bottom: 10px !important;
  }
  .media-mb-20 {
    margin-bottom: 20px !important;
  }
  .media-mt-5 {
    margin-top: 5px !important;
  }
  .media-mt-10 {
    margin-top: 10px !important;
  }
  .media-mt-20 {
    margin-top: 20px !important;
  }
  .media-mt-30 {
    margin-top: 30px !important;
  }
  .media-mt-40 {
    margin-top: 40px !important;
  }
  .media-mt-45 {
    margin-top: 45px !important;
  }
  .media-mt-70 {
    margin-top: 70px !important;
  }
  .media-mt-100 {
    margin-top: 100px !important;
  }
  .media-align-left {
    text-align: left;
  }
  .media-margin-center {
    margin: 0 auto;
  }
  .media-center {
    text-align: center;
  }
  .media-block {
    display: block !important;
  }
  .media-full-width {
    width: 100%;
  }
  .media-hide {
    display: none;
  }
  .media-btn-small,
  .btn-small {
    font-size: 12px;
    text-transform: none;
    height: 30px;
    line-height: 28px;
  }
  .media-btn-small i,
  .btn-small i {
    font-size: 0.9rem;
  }
  .media-btn-small span,
  .btn-small span {
    font-size: 1.2rem;
  }
  .calendar-toolbar a {
    margin: 6px;
  }
  .fc-agenda-view .fc-day-header span {
    font-size: 11px;
  }
  .fc-agenda-view .fc-day-header {
    font-size: 11px !important;
  }
  .fc-day-top .fc-day-number,
  .fc-week-number,
  .fc-head-container .fc-day-header {
    padding-left: 2px;
    padding-top: 2px;
  }
  .fc-event {
    margin: 0;
  }
  .fc-toolbar.fc-header-toolbar {
    padding: 0;
  }
  .fc-toolbar.fc-header-toolbar .fc-button {
    margin-top: 15px;
    font-size: 12px;
  }
  .fc-title {
    font-size: 11px !important;
  }
  .fc-button-group .fc-corner-right {
    margin-left: 0 !important;
  }
  .tabs {
    height: 60px;
  }
  .tabs .tab {
    height: 70px;
    line-height: 70px;
  }
  .header-video .main-title {
    padding: 0;
  }
  .CalendarPage .fc-right,
  .CalendarPage .fc-center,
  .CalendarPage .fc-left {
    float: none;
    display: block;
    text-align: center;
    padding-bottom: 10px;
  }
  .CalendarPage .fc-toolbar {
    display: flex;
    align-items: center;
    flex-flow: column;
  }
  .CalendarPage .fc-button-group button {
    margin-top: 0 !important;
    margin-bottom: 5px !important;
  }
  .CalendarPage h2 {
    font-size: 18px !important;
  }
  .CalendarPage .fc-prev-button:before,
  .CalendarPage .fc-next-button:before {
    font-size: 18px !important;
  }
  .CalendarPage .fc-title {
    font-size: 12px;
  }
  .media-inline {
    float: none !important;
    display: inline-block !important;
    vertical-align: middle;
  }
  i.media-inline {
    margin-right: 5px;
  }
  .brand-logo.out {
    top: 0px;
    right: 0px !important;
  }
  .HomePage .specialities .box-cat h4 {
    min-height: 35px;
  }
  .HomePage .specialities .box-cat ul {
    min-height: 65px;
    position: relative;
  }
  .HomePage .specialities .box-cat li {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .mobile-full-width {
    padding: 0 !important;
    width: 100% !important;
  }
}
@media (max-width: 425px) {
  .fc-time-grid-event .fc-time {
    font-size: 9px;
  }
  .fc-title {
    font-size: 9px !important;
  }
  .tabs .tab {
    height: 65px;
    line-height: 65px;
  }
}
.registration-link {
  display: block;
  padding: 1em;
  background: #fff;
  border-radius: 1em;
  margin-right: 20px;
  color: #323e48;
}
.registration-link svg {
  color: currentColor;
}
.registration-link:hover {
  background: #01bdc3;
  color: #fff;
}
.registration-link span {
  font-size: 24px;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

p:has(+ .security-form) {
  text-align: center;
}

.security-form form {
  box-shadow: none;
  padding: 10px 30px 30px 30px;
}
.security-form .action {
  min-width: 24px;
  min-height: 24px;
  cursor: pointer;
  text-transform: none;
  border: 0;
  border-radius: 5px;
  color: white;
  box-shadow: unset;
  padding: 0px 10px;
  background: #01bdc3;
  color: #fff !important;
}
.security-form .action:hover, .security-form .action:focus {
  box-shadow: none;
  background: #22cccb;
}
.security-form .action:disabled {
  cursor: not-allowed;
}

#MyLoginForm_LoginForm a {
  color: #323e48;
}
#MyLoginForm_LoginForm #ForgotPassword {
  display: none;
}

.login-form,
#MyLoginForm_LoginForm,
#Form_LostPasswordForm,
#MyLoginForm_LostPasswordForm,
#MyLoginForm_LostEmailForm,
#ChangePasswordForm_ChangePasswordForm {
  margin: 0 auto;
  margin-top: 30px;
  max-width: 760px;
}
.login-form .Actions,
.login-form .btn-toolbar,
#MyLoginForm_LoginForm .Actions,
#MyLoginForm_LoginForm .btn-toolbar,
#Form_LostPasswordForm .Actions,
#Form_LostPasswordForm .btn-toolbar,
#MyLoginForm_LostPasswordForm .Actions,
#MyLoginForm_LostPasswordForm .btn-toolbar,
#MyLoginForm_LostEmailForm .Actions,
#MyLoginForm_LostEmailForm .btn-toolbar,
#ChangePasswordForm_ChangePasswordForm .Actions,
#ChangePasswordForm_ChangePasswordForm .btn-toolbar {
  margin-top: 20px;
  text-align: center;
}

#MyLoginForm_LoginForm_error {
  color: #d32f2f;
  font-size: 14px;
  text-align: center;
}
