/*
Template: Vito - Responsive Bootstrap 4 Admin Dashboard Template
Author: iqonicthemes.in
Design and Developed by: iqonicthemes.in
NOTE: This file contains the styling for responsive Template.
*/

/*================================================
[  Table of contents  ]
================================================

:: Font
:: Import Css
:: General
:: Input
:: Loading
:: Background Color
:: Background Color Opacity
:: Text Color
:: Line Height
:: Font Size
:: Avatar Size
:: Margin Bottom
:: Card
:: Background overlay color
:: Buttons
:: Alert
:: list Group
:: Grid Boxes

======================================
[ End table content ]
======================================*/

/*---------------------------------------------------------------------
Font
-----------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,400i,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Muli:200,200i,300,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

/*---------------------------------------------------------------------
import Css
-----------------------------------------------------------------------*/
/* @import url("variable.css");
@import url("fontawesome.css");
@import url("slick.css");
@import url("slick-theme.css");
@import url("Chart.min.css");
@import url("select2.min.css");
@import url("magnific-popup.css");
@import url("animate.css");
@import url('spacer.css');
@import url('table.css');
@import url('./calender.css');
Dark Mode
@import url('./typography-dark.css');

/* rtl mode */
/* @import url('./typography-rtl.css'); */
/* Button of dark and rtl  */
/* @import url('./floatingbutton.css'); */
/*---------------------------------------------------------------------
General
-----------------------------------------------------------------------*/
*::-moz-selection { background: var(--iq-primary); color: var(--iq-white); text-shadow: none; }
::-moz-selection { background: var(--iq-primary); color: var(--iq-white); text-shadow: none; }
::selection { background: var(--iq-primary); color: var(--iq-white); text-shadow: none; }
body { font-family: 'Muli', sans-serif; font-weight: 400; font-style: normal; font-size: 14px; line-height: 1.8; padding: 0; margin: 0; color: var(--iq-body-text); background: var(--iq-body-bg); }
a, .btn { -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
a, button, input, btn { outline: medium none !important; }
a { color: var(--iq-primary); }
a:hover{color: var(--iq-primary-dark);}
.uppercase { text-transform: uppercase; }
h1, h2, h3, h4, h5, h6 { font-family: 'Muli', sans-serif; font-weight: 400; margin: 0px; line-height: 1.5; color: var(--iq-dark); }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
label { font-weight: normal; }
h1 { font-size: 2.488rem; }
h2 { font-size: 2.074rem; }
h3 { font-size: 1.728rem; }
h4 { font-size: 1.44rem; }
h5 { font-size: 1.2rem; }
h6 { font-size: 1.0rem; }
ul { list-style: none; }

/*----------------------------------------------
Input
------------------------------------------------*/
.rounded { border-radius: 8px !important; }
.rounded-circle { border-radius: 50% !important; }
label { color: var(--iq-dark); }
input.form-control { height: 45px; line-height: 45px; background: transparent; border: 1px solid var(--iq-dark-border); font-size: 14px; color: var(--iq-body-text); border-radius: 8px; }
.form-control:focus { color: var(--iq-dark); border-color: var(--iq-primary); box-shadow: none; }
.form-control-sm { height: 30px; line-height: 30px; }
.form-control-lg { height: 50px; line-height: 50px; }

/* Definition Lists */
dl dd { margin-bottom: 15px; }
dl dd:last-child { margin-bottom: 0px; }


/*----------------------------------------------
loading
------------------------------------------------*/
.iq-light-logo {display: block;}
.iq-dark-logo {display: none;}
#loading { background: var(--iq-white) url(../images/loader.gif) no-repeat scroll center center; height: 100%; width: 100%; background-size: 10%; position: fixed; margin-top: 0px; top: 0px; left: 0px; bottom: 0px; overflow: hidden !important; right: 0px; z-index: 999999; }
#loading-center { width: 100%; height: 100%; position: relative; }
.loader { width: 3em; height: 3em; margin: auto; left: 0; right: 0; top: 0; bottom: 0; position: absolute; }
.right-sidebar-mini { top: 0; z-index: 100; position: fixed; width: 350px; right: 0; transform: translateX(calc(111% + -2em)); transition: all 0.5s ease; }
.right-sidebar-mini .side-right-icon { display: none; }
.right-sidebar-toggle { position: absolute; margin-left: -44px; background: var(--iq-white); padding: 15px; display: inline; top: 15%; z-index: 99; border-radius: 30px 0px 0px 30px; box-shadow: -10px 5px 20px rgba(0, 0, 0, 0.19); cursor: pointer; }
.right-sidebar-panel { background-color: var(--iq-white); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); height: 100vh; padding: 15px; overflow-y: scroll; }
.right-sidebar { transform: translateX(calc(10% + -1em)); }
.right-sidebar .side-left-icon { display: none; }
.right-sidebar .side-right-icon { display: block; }

/*----------------------------------------------
Background Color
------------------------------------------------*/
.bg-primary, .badge-primary { color: var(--iq-white); background: var(--iq-primary) !important;}
.bg-secondary, .badge-secondary { color: var(--iq-white); background-color: var(--iq-secondary) !important; }
.bg-success, .badge-success { color: var(--iq-white); background: var(--iq-success);}
.bg-danger, .badge-danger { color: var(--iq-white); background: var(--iq-danger);}
.bg-warning, .badge-warning { color: var(--iq-white); background: var(--iq-warning);}
.bg-info, .badge-info { color: var(--iq-white); background: var(--iq-info);}
.bg-light, .badge-light { background-color: var(--iq-light) !important; }
.bg-dark, .badge-dark { color: var(--iq-white); background-color: var(--iq-dark) !important; }

/* -------------------------------------------
custom range overlay color
---------------------------------------------- */
.custom-range::-webkit-slider-thumb {
  background: var(--iq-primary);
}

.custom-range::-moz-range-thumb {
  background: var(--iq-primary);
}

.custom-range::-ms-thumb {
  background: var(--iq-primary);
}
select[multiple]:focus option:checked {
  background: var(--iq-primary) linear-gradient(0deg, var(--iq-primary) 0%, var(--iq-primary) 100%);
}


/*----------------------------------------------
Custom Background Color
------------------------------------------------*/
.bg-cyan, .badge-cyan { background-color: var(--iq-cyan) !important; color: var(--iq-white) !important; }
.bg-cobalt-blue, .badge-cobalt-blue { background-color: var(--iq-cobalt-blue) !important; color: var(--iq-white) !important; }
.bg-spring-green, .badge-spring-green { background-color: var(--iq-spring-green) !important; color: var(--iq-white) !important; }
.bg-amber, .badge-amber { background-color: var(--iq-amber) !important; color: var(--iq-white) !important; }
.bg-pink, .badge-pink { background-color: var(--iq-pink) !important; color: var(--iq-white) !important; }

/*----------------------------------------------
Background Color Opacity
------------------------------------------------*/
.iq-bg-primary { background: rgba(130, 122, 243, 0.2);  color: var(--iq-primary) !important; }
.iq-bg-secondary { background: var(--iq-light-secondary) !important; color: var(--iq-secondary) !important; }
.iq-bg-success { background: var(--iq-light-success) !important; color: var(--iq-success) !important; }
.iq-bg-danger { background: var(--iq-light-danger) !important; color: var(--iq-danger) !important; }
.iq-bg-warning { background: var(--iq-light-warning) !important; color: var(--iq-warning) !important; }
.iq-bg-info { background: var(--iq-light-info) !important; color: var(--iq-info) !important; }
.iq-bg-dark { background: var(--iq-light-dark) !important; color: var(--iq-dark) !important; }

/*----------------------------------------------
Text Color
------------------------------------------------*/
.text-primary { color: var(--iq-primary) !important; }
.text-secondary { color: var(--iq-secondary) !important; }
.text-success { color: var(--iq-success) !important; }
.text-danger { color: var(--iq-danger) !important; }
.text-warning { color: var(--iq-warning) !important; }
.text-info { color: var(--iq-info) !important; }
.text-light { color: var(--iq-light) !important; }
.text-dark { color: var(--iq-dark) !important; }
.text-white { color: var(--iq-white) !important; }

/*----------------------------------------------
Custom Text Color
------------------------------------------------*/
.text-cyan { color: var(--iq-cyan) !important; }
.text-cobalt-blue { color: var(--iq-cobalt-blue) !important; }
.text-spring-green { color: var(--iq-spring-green) !important; }
.text-amber { color: var(--iq-amber) !important; }
.text-pink { color: var(--iq-pink) !important; }

/*----------------------------------------------
Line Height
------------------------------------------------*/
.line-height { line-height: normal; }
.line-height-2 { line-height: 2; }
.line-height-4 { line-height: 40px; }
.line-height-6 { line-height: 60px; }

/*----------------------------------------------
Font Size
------------------------------------------------*/
.font-size-12 { font-size: 12px; }
.font-size-14 { font-size: 14px; }
.font-size-16 { font-size: 16px; }
.font-size-18 { font-size: 18px; }
.font-size-32 { font-size: 32px; }
.font-size-40 { font-size: 40px; }

/*----------------------------------------------
Avatar Size
------------------------------------------------*/
.avatar-35 { height: 35px; width: 35px; line-height: 35px; font-size: 0.5rem; }
.avatar-30 { height: 30px; width: 30px; line-height: 30px; font-size: 0.4rem; }
.avatar-40 { height: 40px; width: 40px; line-height: 40px; font-size: 0.6rem; }
.avatar-45 { height: 45px; width: 45px; line-height: 45px; font-size: 0.8rem; }
.avatar-50 { height: 50px; width: 50px; line-height: 50px; font-size: 1rem; }
.avatar-60 { height: 60px; width: 60px; line-height: 60px; font-size: 1.2rem; }
.avatar-70 { height: 70px; width: 70px; line-height: 70px; font-size: 1.4rem; }
.avatar-80 { height: 80px; width: 80px; line-height: 80px; font-size: 1.6rem; }
.avatar-90 { height: 90px; width: 90px; line-height: 90px; font-size: 1.6rem; }
.avatar-100 { height: 100px; width: 100px; line-height: 100px; font-size: 1.6rem; }
.avatar-110 { height: 110px; width: 110px; line-height: 110px; font-size: 1.6rem; }
.avatar-120 { height: 120px; width: 120px; line-height: 120px; font-size: 1.6rem; }
.avatar-130 { height: 130px; width: 130px; line-height: 130px; font-size: 1.6rem; }

/*----------------------------------------------
Margin Bottom
------------------------------------------------*/
.iq-mb-3 { margin-bottom: 30px !important; }

/*----------------------------------------------
Card
------------------------------------------------*/
.iq-card { background: var(--iq-card-bg); -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; margin-bottom: 30px; border: none; -webkit-box-shadow: 0px 2px 8px var(--iq-card-shadow-1), 0px 8px 16px var(--iq-card-shadow-2); box-shadow: 0px 2px 8px var(--iq-card-shadow-1), 0px 8px 16px var(--iq-card-shadow-2); }
.iq-card-transparent { background: transparent;  -webkit-border-radius: 8px; -moz-border-radius: 5px; border-radius: 5px; margin-bottom: 30px; }
.iq-card-body { padding: 20px; }
.iq-card .iq-card-header { padding: 20px 20px 0px; min-height: 60px; -ms-flex-align: center !important; align-items: center !important; }
.iq-card .iq-card-header .iq-header-title { display: inline-block; align-self: center !important; }
.iq-card .iq-card-header .iq-header-title .card-title { margin-bottom: 0; }
.iq-card-header-toolbar .nav-item a { color: var(--iq-dark); padding: 4px 12px; font-size: 14px; font-family: 'Nunito', sans-serif; }
.iq-card-header-toolbar .dropdown-toggle i { font-size: 22px; line-height: normal; color: var(--iq-dark); }
.iq-card-header-toolbar .dropdown-toggle::after { display: none; }

/*--------------*/
.nav-pills .nav-item a { color: var(--iq-dark); }
.nav-pills .nav-link.active, .nav-pills .show>.nav-link { color: var(--iq-primary); background: var(--iq-light-primary); }
.nav-pills .nav-link:hover { color: var(--iq-primary); }

/*--------------*/
.nav-tabs { border-bottom: 2px solid var(--iq-light-border); margin-bottom: 15px; }
.nav-tabs .nav-item { margin-bottom: -2px; }
.nav-tabs .nav-item a { color: var(--iq-dark); border: none; border-bottom: 2px solid transparent; }
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active { border-bottom: 2px solid var(--iq-primary); color: var(--iq-primary); }

/*---------------------------------------------------------------------
Background overlay color
-----------------------------------------------------------------------*/
.parallax { background-size: cover !important; -webkit-background-size: cover !important; -moz-background-size: cover !important; -ms-background-size: cover !important; position: relative; z-index: 0; background-origin: initial; background-position: center center !important; background-repeat: no-repeat; background-attachment: fixed !important; }

/* Background Gradient BLACK */
.bg-over-black-10:before { background: rgba(5, 8, 9, 0.1); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
.bg-over-black-20:before { background: rgba(5, 8, 9, 0.2); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
.bg-over-black-30:before { background: rgba(5, 8, 9, 0.3); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
.bg-over-black-40:before { background: rgba(5, 8, 9, 0.4); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
.bg-over-black-50:before { background: rgba(5, 8, 9, 0.5); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
.bg-over-black-60:before { background: rgba(5, 8, 9, 0.6); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
.bg-over-black-70:before { background: rgba(5, 8, 9, 0.7); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
.bg-over-black-80:before { background: rgba(5, 8, 9, 0.8); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
.bg-over-black-85:before { background: rgba(5, 8, 9, 0.85); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
.bg-over-black-90:before { background: rgba(5, 8, 9, 0.9); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }

/*----------------------------------------------
Buttons
------------------------------------------------*/
.btn { font-size: 14px; font-family: 'Muli', sans-serif;text-transform: capitalize; }
.btn.focus, .btn:focus { box-shadow: none !important; }
.btn i { padding-right: 8px; }
.iq-sign-btn { display: inline-block; text-align: center; border: 1px solid transparent; padding: .375rem 1rem; border-radius: 8px; }
.iq-sign-btn:hover { color: var(--iq-white); background: var(--iq-danger); }

/*--------------*/
.btn-primary { background: var(--iq-primary); border-color: var(--iq-primary); }
.btn-secondary { background-color: var(--iq-secondary); border-color: var(--iq-secondary) ; }
.btn-success { background-color: var(--iq-success); border-color: var(--iq-success); }
.btn-danger { background-color: var(--iq-danger); border-color: var(--iq-danger); }
.btn-warning { background-color: var(--iq-warning); border-color: var(--iq-warning); }
.btn-info { background-color: var(--iq-info); border-color: var(--iq-info); }
.btn-light { background-color: var(--iq-light); border-color: var(--iq-light); }
.btn-dark { background-color: var(--iq-dark); border-color: var(--iq-dark); }

/*--------------*/
.btn-secondary:hover {background-color: var(--iq-secondary-dark) ; border-color: var(--iq-secondary-dark);}
.btn-primary:hover { background: var(--iq-primary-dark); border-color: var(--iq-primary); border-color: var(--iq-primary); }
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover { background: var(--iq-primary-dark) !important; border-color: var(--iq-primary); border-color: var(--iq-primary); }

/*------------------*/
.btn-primary.focus, .btn-primary:focus{background-color: var(--iq-primary-dark);border-color: var(--iq-primary-dark);}
.btn-secondary.focus, .btn-secondary:focus{background-color: var(--iq-secondary-dark);border-color: var(--iq-secondary-dark);}
.btn-success.focus, .btn-success:focus{background-color: var(--iq-success-dark);border-color: var(--iq-success-dark);}
.btn-danger.focus, .btn-danger:focus{background-color: var(--iq-danger-dark);border-color: var(--iq-danger-dark);}
.btn-warning.focus, .btn-warning:focus{background-color: var(--iq-warning-dark);border-color: var(--iq-warning-dark);}
.btn-info.focus, .btn-info:focus{background-color: var(--iq-info-dark);border-color: var(--iq-info-dark);}
.btn-light.focus, .btn-light:focus{background-color: var(--iq-light-dark);border-color: var(--iq-light-dark);}
.btn-dark.focus, .btn-dark:focus{background-color: var(--iq-dark-dark);border-color: var(--iq-dark-dark);}


/*----------------*/
.btn-primary.disabled, .btn-primary:disabled { color: var(--iq-white); background-color: var(--iq-primary); border-color: var(--iq-primary); }
.btn-secondary.disabled, .btn-secondary:disabled { color: var(--iq-white); background-color: var(--iq-secondary); border-color: var(--iq-secondary); }
.btn-success.disabled, .btn-success:disabled {color:var(--iq-white); background-color: var(--iq-success); border-color: var(--iq-success); }
.btn-danger.disabled, .btn-danger:disabled { color:var(--iq-white); background-color: var(--iq-danger); border-color: var(--iq-danger); }
.btn-warning.disabled, .btn-warning:disabled { color:var(--iq-white); background-color: var(--iq-warning); border-color: var(--iq-warning); }
.btn-info.disabled, .btn-info:disabled { color:var(--iq-white); background-color: var(--iq-info); border-color: var(--iq-info); }
.btn-light.disabled, .btn-light:disabled { color:var(--iq-white); background-color: var(--iq-light); border-color: var(--iq-light); }
.btn-dark.disabled, .btn-dark:disabled { color:var(--iq-white); background-color: var(--iq-dark); border-color: var(--iq-dark); }


/*----------------*/
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle { color: var(--iq-white); background-color: var(--iq-primary); border-color: var(--iq-primary-light); }
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle { color: var(--iq-white); background-color: var(--iq-secondary); border-color: var(--iq-secondary); }
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle { color: var(--iq-white); background-color: var(--iq-success); border-color: var(--iq-secondary); }
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle { color: var(--iq-white); background-color: var(--iq-danger); border-color: var(--iq-secondary); }
.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle { color: var(--iq-white); background-color: var(--iq-warning); border-color: var(--iq-secondary); }
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle { color: var(--iq-white); background-color: var(--iq-info); border-color: var(--iq-secondary); }
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle { color: var(--iq-white); background-color: var(--iq-light); border-color: var(--iq-secondary); }
.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show>.btn-dark.dropdown-toggle { color: var(--iq-white); background-color: var(--iq-dark); border-color: var(--iq-secondary); }

/*----------------*/

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle{ background-color: var(--iq-primary); border-color: var(--iq-primary);}
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle{ background-color: var(--iq-secondary); border-color: var(--iq-secondary);}
.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle{ background-color: var(--iq-success); border-color: var(--iq-success);}
.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show>.btn-outline-danger.dropdown-toggle{ background-color: var(--iq-danger); border-color: var(--iq-danger);}
.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show>.btn-outline-warning.dropdown-toggle{ background-color: var(--iq-warning); border-color: var(--iq-warning);}
.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show>.btn-outline-info.dropdown-toggle{ background-color: var(--iq-info); border-color: var(--iq-info);}
.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle{ background-color: var(--iq-light); border-color: var(--iq-light);}
.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show>.btn-outline-dark.dropdown-toggle{ background-color: var(--iq-dark); border-color: var(--iq-dark);}

/*--------------*/
.btn-outline-primary { color: var(--iq-primary); border-color: var(--iq-primary); }
.btn-outline-secondary { color: var(--iq-secondary); border-color: var(--iq-secondary); }
.btn-outline-success { color: var(--iq-success); border-color: var(--iq-success); }
.btn-outline-danger { color: var(--iq-danger); border-color: var(--iq-danger); }
.btn-outline-warning { color: var(--iq-warning); border-color: var(--iq-warning); }
.btn-outline-info { color: var(--iq-info); border-color: var(--iq-info); }
.btn-outline-light { color: var(--iq-light); border-color: var(--iq-light); }
.btn-outline-dark { color: var(--iq-dark); border-color: var(--iq-dark); }

/*------------------*/
.btn-outline-primary:hover { color: var(--iq-white); background-color: var(--iq-primary); border-color: var(--iq-primary); }
.btn-outline-secondary:hover { color: var(--iq-white); background-color: var(--iq-secondary); border-color: var(--iq-secondary); }
.btn-outline-success:hover { color: var(--iq-white); background-color: var(--iq-success); border-color: var(--iq-success); }
.btn-outline-danger:hover { color: var(--iq-white); background-color: var(--iq-danger); border-color: var(--iq-danger); }
.btn-outline-warning:hover { color: var(--iq-white); background-color: var(--iq-warning); border-color: var(--iq-warning); }
.btn-outline-info:hover { color: var(--iq-white); background-color: var(--iq-info); border-color: var(--iq-info); }
.btn-outline-light:hover { color: var(--iq-white); background-color: var(--iq-light); border-color: var(--iq-light); }
.btn-outline-dark:hover { color: var(--iq-white); background-color: var(--iq-dark); border-color: var(--iq-dark); }

/*----------------*/
.btn-outline-primary.disabled, .btn-outline-primary:disabled { color: var(--iq-primary); background-color: transparent; }
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled { color: var(--iq-secondary); background-color: transparent; }
.btn-outline-success.disabled, .btn-outline-success:disabled { color: var(--iq-success); background-color: transparent; }
.btn-outline-danger.disabled, .btn-outline-danger:disabled { color: var(--iq-danger); background-color: transparent; }
.btn-outline-warning.disabled, .btn-outline-warning:disabled { color: var(--iq-warning); background-color: transparent; }
.btn-outline-info.disabled, .btn-outline-info:disabled { color: var(--iq-info); background-color: transparent; }
.btn-outline-light.disabled, .btn-outline-light:disabled { color: var(--iq-light); background-color: transparent; }
.btn-outline-dark.disabled, .btn-outline-dark:disabled { color: var(--iq-dark); background-color: transparent; }

/*----------------------------------------------
Alert
------------------------------------------------*/
.alert-primary { color: var(--iq-primary); border-color: var(--iq-primary); background-color: var(--iq-bg-light-color); }
.alert-secondary { color: var(--iq-secondary); border-color: var(--iq-secondary); background-color: var(--iq-light-secondary); }
.alert-success { color: var(--iq-success-dark); border-color: var(--iq-success-dark); background-color: var(--iq-light-success); }
.alert-danger { color: var(--iq-danger-dark); border-color: var(--iq-danger-dark); background-color: var(--iq-light-danger); }
.alert-warning { color: var(--iq-warning-dark); border-color: var(--iq-warning-dark); background-color: var(--iq-light-warning); }
.alert-info { color: var(--iq-info-dark); border-color: var(--iq-info-dark); background-color: var(--iq-light-info); }
.alert-light { color: var(--iq-secondary); border-color: var(--iq-secondary); background-color: var(--iq-light); }
.alert-dark { color: var(--iq-dark); border-color: var(--iq-dark); background-color: var(--iq-light-dark); }

/*--------------*/
.alert { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }
.alert .iq-alert-icon { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 1.30rem 0 0; }
.alert .iq-alert-icon i { font-size: 2.441em; line-height: normal; }
.alert .iq-alert-text { -ms-flex-item-align: center; align-self: center; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; }
.alert .close { float: right; font-size: 20px; font-weight: 400; line-height: 1; color: var(--iq-white); text-shadow: none; opacity: 1; }
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover { outline: none; }

/*----------------------------------------------
list Group
------------------------------------------------*/
.list-group-item-primary { background-color: var(--iq-light-primary); color: var(--iq-primary); }
.list-group-item-secondary { color: var(--iq-secondary); background-color: var(--iq-light-secondary); }
.list-group-item-success { color: var(--iq-success); background-color: var(--iq-light-success); }
.list-group-item-danger { color: var(--iq-danger); background-color: var(--iq-light-danger); }
.list-group-item-warning { color: var(--iq-warning); background-color: var(--iq-light-warning); }
.list-group-item-info { color: var(--iq-info); background-color: var(--iq-light-info); }
.list-group-item-light { color: var(--iq-secondary); background-color: var(--iq-light); }
.list-group-item-dark { color: var(--iq-dark); background-color: var(--iq-light-dark); }
.list-group-item-action { color: var(--iq-dark); }
.list-group-item.active { background-color: var(--iq-primary); border-color: var(--iq-primary); }

/*----------------------------------------------
Grid Boxes
------------------------------------------------*/
.iq-card-block.iq-card-stretch { -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }
.iq-card-block.iq-card-height-half { height: calc(50% - 30px); }
.iq-card-block.iq-card-height { height: calc(100% - 30px); }
.iq-card-block { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }


/*---------------------------------------------------------------------
                                  Badge
-----------------------------------------------------------------------*/
.badge { padding: .3em .6em; line-height: 1.3; text-transform: capitalize; }
.breadcrumb.bg-primary .breadcrumb-item+.breadcrumb-item::before { color: var(--iq-white); }


/*---------------------------------------------------------------------
                                  Dropdown
-----------------------------------------------------------------------*/

/* --------------------------------------------------------------------
                                 popover
   ---------------------------------------------------------------------*/
   .popover{box-shadow: 0px 2px 8px rgba(40, 41, 61, 0.04), 0px 16px 24px rgba(96, 97, 112, 0.16); border: 0px;}
   .popover-header{border:0px}
   .popover .arrow::before{border-color: rgba(0,0,0,0);}
/* --------------------------------------------------------------------
                                 popover
---------------------------------------------------------------------*/
.custom-control-input:checked~.custom-control-label::before {background-color: var(--iq-primary);  border-color: var(--iq-primary);}
/*-------------------------------- extra class of typography ----------------------------------- */
.fontsize-sm{
  font-size: 0.833rem;
  font-weight: 400;
}
.fontsize-xs{
  font-size:0.694rem;
  font-weight: 400;
}
/*-------------------------------- extra class of typography ----------------------------------- */

/*---------------------------------------------------------------------
                             Dropdown Menu
-----------------------------------------------------------------------*/
.dropdown-bg { background: var(--iq-light-primary); padding: 8px 15px; color: var(--iq-primary); border-radius: 8px; }
.dropdown-menu { margin: 0; padding: 10px; font-size: 13px; top: 0px !important; border-radius: 8px; border-color: var(--iq-dropdown-border); background: var(--iq-dropdown-bg); }
.dropdown-menu{ box-shadow: 0 2px 8px var(--iq-dropdown-shadow), 0 4px 16px var(--iq-dropdown-shadow); -webkit-box-shadow:0 2px 8px var(--iq-dropdown-shadow), 0 4px 16px var(--iq-dropdown-shadow); -moz-box-shadow:0 2px 8px rgba(0, 0, 0, .5), 0 4px 16px var(--iq-dropdown-shadow);}
.dropdown-menu .dropdown-item { padding: 5px  10px ;  border-radius: 4px; display: flex; color: var(--iq-body-text); }
.dropdown-menu .dropdown-item i { font-size: 14px; vertical-align: middle; }
.dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover { background: rgba(153,30,249,.1); color: var(--iq-primary); }


/* ---------------------------------------------------------------------
                            chart list
------------------------------------------------------------------------ */
/* .custom-chart{
  .apexcharts-tooltip{
      padding: 2px;        
  border-radius: 4px;
  box-shadow: none ;
  }
  .apexcharts-tooltip.apexcharts-theme-light{
      border: 0px !important;
      padding: 6px;

      .apexcharts-tooltip-title {
          font-family: Helvetica, Arial, sans-serif;
          font-size: 12px;
          background: #ffffff;
          border-bottom: 1px solid #ddd;
          margin: 0;
      }
      .apexcharts-tooltip-series-group {
          padding: 6px;
          padding-bottom: 0px;
      }
  }
} */
.custom-chart .apexcharts-tooltip{    padding: 2px; border-radius: 4px; box-shadow: none ;}
.custom-chart .apexcharts-tooltip .apexcharts-theme-light{    border: 0px !important; padding: 6px;}
.custom-chart .apexcharts-tooltip .apexcharts-theme-light   .apexcharts-tooltip-title{  font-family: Helvetica, Arial, sans-serif; font-size: 12px;background: #ffffff;border-bottom: 1px solid #ddd;margin: 0;}
.custom-chart .apexcharts-tooltip .apexcharts-theme-light   .apexcharts-tooltip-title .apexcharts-tooltip-series-group{  padding: 6px;padding-bottom: 0px;}

/* Switch */
.searchbox .searchbox-datalink .iq-bg-primary-hover > a:hover{background: var(--iq-light-primary); color: var(--iq-primary-dark); border-radius: 8px; }

/* chart toltip */
.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title{background: var(--iq-card-bg) !important; border-bottom: 1px solid var(--iq-primary-light) !important;}
.apexcharts-tooltip.apexcharts-theme-light{border:unset !important; color: var(--iq-dark);}
.apexcharts-xaxistooltip{color: var(--iq-dark) !important; background: var(--iq-card-bg) !important; border: 1px solid var(--iq-light-primary) !important;}
.apexcharts-xaxistooltip:after, .apexcharts-xaxistooltip:before{border:unset !important;}
/* .apexcharts-xaxistooltip:before{border-color: var(--iq-dark) !important;} */


/*
Template: Vito - Responsive Bootstrap 4 Admin Dashboard Template
Author: iqonicthemes.in
Design and Developed by: iqonicthemes.in
NOTE: This file contains the styling for responsive Template.
*/

/*================================================
[  Table of contents  ]
================================================

:: General
:: Badge
:: Media Support
:: Best Sellers
:: Profile Avatar
:: Countdown
:: Progressbar
:: Dropdown Menu
:: Badge Img Tag
:: List Style 1
:: Icon Box
:: Tasks Card
:: Sign In
:: Dash Hover
:: Waves Effect
:: Sidebar
:: Sidebar Menu
:: Top Menu
:: Content Page
:: Error Page
:: OWL Carousel
:: Timeline
:: Team
:: User Add Block
:: Email list
:: Booking list
:: Chart
:: Material Card Style
:: Circle Progressbar
:: Tikit Booking List
:: Right Sidebar Menu
:: FAQ
:: Table
:: Animation Card
:: Footer
:: Map Profile
:: Mail Inbox
:: Slick Arrow
:: Calender
:: From Wizard
:: Chat
:: Profile
:: Todo
:: Privacy Policy
:: User List
:: Add User
:: Horizontal Menu
:: Dashboard-1
:: Dashboard-2
:: small sidebar with icon
:: Product Detail Page

======================================
[ End table content ]
======================================*/
/*--------------------------------------------------------------------
                            General
---------------------------------------------------------------------*/
*::-moz-selection { background: var(--iq-primary); color: var(--iq-white); text-shadow: none; }
::-moz-selection { background: var(--iq-primary); color: var(--iq-white); text-shadow: none; }
::selection { background: var(--iq-primary); color: var(--iq-white); text-shadow: none; }

/* Definition Lists */
dl dd { margin-bottom: 15px; }
dl dd:last-child { margin-bottom: 0px; }

/* Table */

/* table { border: 1px solid #eaeaea; width: 100%; }
table td, table th { border: 1px solid #eaeaea; } */
a:hover { text-decoration: none; }
.dropdown-item { font-size: 14px; }
.dropdown-menu { border-radius: 8px; }

/* scroller */
.scroller { overflow-y: auto; scrollbar-color: var(--iq-primary) var(--iq-color-light); scrollbar-width: thin; }
.scroller::-webkit-scrollbar-thumb { background-color: var(--iq-primary); }
.scroller::-webkit-scrollbar-track { background-color: var(--iq-color-light); }
#sidebar-scrollbar { overflow-y: auto; scrollbar-color: var(--iq-primary) var(--iq-color-light); scrollbar-width: thin; }
#sidebar-scrollbar::-webkit-scrollbar-thumb { background-color: var(--iq-primary); }
#sidebar-scrollbar::-webkit-scrollbar-track { background-color: var(--iq-color-light); }

/* Form */
#sidebar-scrollbar { height: 100%; }

/*---------------------------------------------------------------------
                               Media Support
-----------------------------------------------------------------------*/
.media-support { display: inline-block; width: 100%; }
.media-support-user-img img { height: 60px; }
.media-support-header { display: flex; align-items: flex-start; }
.media-support-info { flex: 1; }
.projects-media img { height: 60px; }
.iq-media-group .iq-media { margin-left: -20px; position: relative; z-index: 0; transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; }
.iq-media-group .iq-media:hover { z-index: 9; }
.iq-media-group .iq-media img, .iq-media-group .iq-media.border { border: 2px solid var(--iq-light-border); }
.iq-media-group .iq-media:first-child { margin-left: 0; }
.iq-media { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; background-repeat: no-repeat; background-position: center center; background-size: cover; }
.iq-media:hover { text-decoration: none; }
.media-pl { text-align: center; }

/*---------------------------------------------------------------------
                                  Best Sellers
-----------------------------------------------------------------------*/
.media-sellers { display: flex; align-items: flex-start; }
.media-sellers-media-info { flex: 1; }
.media-sellers-img img { height: 80px; }
.iq-card .list-star li { margin-right: 0; }

/*---------------------------------------------------------------------
                                  Profile-Avatar
-----------------------------------------------------------------------*/
.iq-profile-avatar { position: relative; }
.iq-profile-avatar:before { content: ''; position: absolute; border-radius: 100%; z-index: 1; border: 2px solid var(--iq-white); background-color: var(--iq-body-text); height: 16px; width: 16px; right: 0; bottom: 3px; }
.iq-profile-avatar.status-online:before { background-color: var(--iq-success); }
.iq-profile-avatar.status-away:before { background-color: var(--iq-warning); }
.avatar-upload { position: relative; max-width: 205px; margin: 15px 0 0; }
.avatar-upload .avatar-edit { position: absolute; right: 12px; z-index: 1; top: 10px; }
.avatar-upload .avatar-edit input { display: none; }
.avatar-upload .avatar-edit input + label { display: inline-block; width: 34px; height: 34px; margin-bottom: 0; border-radius: 100%; background: var(--iq-white); border: 1px solid var(--iq-icon-color); box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12); cursor: pointer; font-weight: normal; transition: all 0.2s ease-in-out; }
.avatar-upload .avatar-edit input + label:hover { background: var(--iq-border-light); border-color: var(--iq-primary); }
.avatar-upload .avatar-edit input + label:after { content: "\f040"; font-family: "FontAwesome"; color: var(--iq-body-text); position: absolute; top: 6px; left: 0; right: 0; text-align: center; margin: auto; }
.avatar-upload .avatar-preview { width: 192px; height: 192px; position: relative; border-radius: 100%; border: 6px solid var(--iq-light-border); box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1); }
.avatar-upload .avatar-preview > div { width: 100%; height: 100%; border-radius: 100%; background-size: cover; background-repeat: no-repeat; background-position: center; }

/*---------------------------------------------------------------------
                                  Countdown
-----------------------------------------------------------------------*/
.iq-comingsoon { margin-top: 80px; }
.countdown { margin: 60px 0 0; padding: 0; }
.countdown li { margin: 0 25px 0 0; padding: 45px 0; list-style: none; width: 22.8%; display: inline-block; text-align: center; line-height: normal; background: var(--iq-white); float: left; color: var(--iq-body-text); border-radius: 8px; }
.countdown li span { font-size: 60px; display: inline-block; width: 100%; color: var(--iq-primary); }
.countdown li:last-child { margin-right: 0; }
.iq-comingsoon-form { position: relative; }
.iq-comingsoon-form button { position: absolute; right: 0; top: 0; padding: 9px 30px; }

/*---------------------------------------------------------------------
                                  Progressbar
-----------------------------------------------------------------------*/
.iq-progress-bar { background: var(--iq-progress-light); box-shadow: 0 0 0; height: 6px; margin: 0; position: relative; width: 100%; border-radius: 4px; }
.iq-progress-bar > span { background: var(--iq-primary) none repeat scroll 0 0; display: block; height: 100%; width: 0; border-radius: 4px; }
.iq-progress-bar.iq-progress-bar-icon > span:after { content: ""; width: 12px; height: 12px; border-radius: var(--border-radius-circle); background: var(--white); border: 3px solid transparent; position: absolute; bottom: -3px; right: 0; z-index: 1; }
.iq-progress-bar.iq-progress-bar-icon > span.bg-primary:after { border-color: var(--iq-primary);border-radius: 8px; }
.iq-progress-bar.iq-progress-bar-icon > span.bg-danger:after { border-color: var(--iq-danger); }
.iq-progress-bar.iq-progress-bar-icon > span.bg-success:after { border-color: var(--iq-success); }
.iq-progress-bar.iq-progress-bar-icon > span.bg-warning:after { border-color: var(--iq-warning); }
.iq-progress-bar.iq-progress-bar-icon > span.bg-info:after { border-color: var(--iq-info);border-radius: 8px; }
.iq-progress-bar.iq-progress-bar-icon > span.bg-dark:after { border-color: var(--iq-dark); }
.iq-progress-bar .progress-text { position: absolute; right: -10px; top: -30px; font-size: 13px; font-weight: 500; }

/*--------------*/
.iq-card-header select.form-control { background: var(--iq-light-border); border: none; font-size: 14px; margin-right: 15px; }
.iq-card-header select.form-control.width-100 { width: 180px; }

/*---------------------------------------------------------------------
                             Badge Img Tag
-----------------------------------------------------------------------*/
.badge-img-tag { position: absolute; top: 15px; left: 15px; }

/*---------------------------------------------------------------------
                             list Style 1
-----------------------------------------------------------------------*/
.iq-list-style-1 { margin: 0; padding: 0; }
.iq-list-style-1 li { display: inline-block; float: left; list-style-type: none; margin-right: 15px; }
.iq-list-style-1 li:last-child { margin-right: 0; }
.iq-list-style-1 li a { color: var(--iq-icon-color); }
.iq-list-style-1 li a i { color: var(--iq-icon-color); margin-right: 5px; }
.iq-list-style-1 li a:hover, .iq-list-style-1 li a:focus { text-decoration: none; color: var(--iq-primary); }
.iq-list-style-1.text-white li a, .iq-list-style-1.text-white li a i { color: var(--iq-white); }
.list-inline.text-white li a { color: var(--iq-white); }
.list-inline.text-white li a:hover { opacity: 0.6; text-decoration: none; }

/*---------------------------------------------------------------------
                             Icon Box
-----------------------------------------------------------------------*/
.iq-icon-box { height: 60px; width: 60px; line-height: 60px; text-align: center; margin-right: 10px; font-size: 22px; text-decoration: none; }
.iq-icon-box:hover { text-decoration: none; }

/*---------------------------------------------------------------------
                             Tasks Card
-----------------------------------------------------------------------*/
.tasks-card { padding: 0 0 15px 0; border-bottom: 1px solid var(--iq-light-border); margin: 0 0 15px 0; }
.tasks-card .close { font-size: 16px; }
.tasks-card:last-child { border: none; margin: 0; padding: 0; }

/*---------------------------------------------------------------------
                               Sign In
-----------------------------------------------------------------------*/
.sign-in-detail { color: var(--iq-white); background: rgba(130, 122, 243, 1) !important; }
.sign-in-page { height: 100vh; }
.sign-in-detail { padding: 100px; height: 100vh; }
.sign-in-logo { display: inline-block; width: 100%; }
.sign-in-logo img { height: 50px; }
.sign-in-from { padding: 0 60px; }
.sign-info { border-top: 1px solid var(--iq-dark-border); margin-top: 30px; padding-top: 20px; }
.iq-social-media { margin: 0; padding: 0; float: right; }
.iq-social-media li { list-style: none; float: left; margin-right: 10px; }
.iq-social-media li:last-child { margin-right: 0; }
.iq-social-media li a { height: 30px; width: 30px; text-align: center; font-size: 18px; line-height: 30px; display: inline-block; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; background: rgba(130, 122, 243, 0.2); color: var(--iq-primary) !important; }
.iq-social-media li a:hover { text-decoration: none; }

/*---------------------------------------------------------------------
                               Dash Hover
-----------------------------------------------------------------------*/
.dash-hover-blank { background-color: var(--iq-light-border); border: dashed 2px var(--iq-dark); height: 90%; justify-content: center; }
.dash-hover-blank:hover { cursor: pointer; background-color: var(--iq-light-border); }

/*---------------------------------------------------------------------
                               Waves Effect
-----------------------------------------------------------------------*/
.iq-waves-effect { position: relative; overflow: hidden; }

/*  Ripple */
.ripple { width: 0; height: 0; border-radius: 50%; background: rgba(71, 92, 199, 0.1); transform: scale(0); position: absolute; opacity: 1; }
.rippleEffect { animation: rippleDrop .6s linear; }
@keyframes rippleDrop {
  100% { transform: scale(2); opacity: 0; }
}

/*---------------------------------------------------------------------
                                Sidebar
-----------------------------------------------------------------------*/
.iq-sidebar { position: fixed; z-index: 999; top: 0; width: 260px; height: 100%; background: var(--iq-card-bg); transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -webkit-box-shadow: 0px 0px 25px 0px rgba(45, 69, 95, 0.1); -moz-box-shadow: 0px 0px 25px 0px rgba(45, 69, 95, 0.1); box-shadow: 0px 0px 25px 0px rgba(45, 69, 95, 0.1); }
.iq-sidebar .iq-sidebar-logo { float: none; width: 100%; }
.iq-sidebar #sidebar-scrollbar { margin-top: 15px; }

/*---------------------------------------------------------------------
                             Sidebar Menu
-----------------------------------------------------------------------*/

/* Form */
#sidebar-scrollbar { height: 100vh; }
.scroll-content div.p-3 { height: 100px; }
.iq-sidebar-menu .iq-menu .iq-menu-title { display: block; color: var(--iq-body-text); font-size: 15px; position: relative; padding: 15px 20px; font-weight: 500; line-height: 18px; }
.iq-sidebar-menu { position: relative; }
.iq-sidebar-menu .iq-menu { margin: 0 15px 0 0; padding: 0; list-style-type: none;  text-transform: capitalize; }
.iq-sidebar-menu .iq-menu li { list-style-type: none; position: relative; white-space: nowrap; }
.iq-sidebar-menu .iq-menu li a { font-size: 14px; white-space: nowrap; display: block; color: var(--iq-icon-color); position: relative; padding: 15px 20px; line-height: 18px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; overflow: hidden; border-radius: 0 8px 8px 0; }
.iq-sidebar-menu .iq-menu li li a { font-size: 14px; }
.iq-sidebar-menu .iq-menu li a i { font-size: 20px; margin-right: 10px; vertical-align: middle; width: 20px; display: inline-block; float: left; }
.iq-sidebar-menu .iq-menu li li a i { font-size: 16px; }
.iq-sidebar-menu .iq-menu li a span { white-space: nowrap; padding: 0; display: inline-block; float: left; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; transition: none; }
.iq-sidebar-menu .iq-menu li a .iq-arrow-right { margin-right: 0; margin-left: auto;  }
.iq-sidebar-menu .iq-menu li a .badge { position: absolute; right: 15px; -webkit-transition: all 0.9s ease-out 0s; -moz-transition: all 0.9s ease-out 0s; -ms-transition: all 0.9s ease-out 0s; -o-transition: all 0.9s ease-out 0s; transition: all 0.9s ease-out 0s; }
.iq-sidebar-menu .iq-menu > li.active { border-bottom: none; margin-bottom: 10px; }
.iq-sidebar-menu .iq-menu li a:hover { color: var(--iq-primary); }
.iq-sidebar-menu .iq-menu li.active>a { color: var(--iq-white); text-decoration: none; background: var(--iq-primary);  text-decoration: none; }
.iq-search-bar .searchbox .search-link { position: absolute; right: 15px; top: 2px; font-size: 16px; }
.iq-sidebar-menu .iq-menu li a[aria-expanded="true"] { color: var(--iq-white); text-decoration: none; background: var(--iq-primary);transition: none; border-radius: 0 8px 0 0; }
.iq-sidebar-menu .iq-menu li a[aria-expanded="true"] .iq-arrow-right { transform: rotate(90deg); }
.iq-sidebar-menu .iq-menu li .iq-submenu li a:hover, .iq-sidebar-menu .iq-menu li.active .iq-submenu li>a { background: transparent;  }
.iq-sidebar-menu .iq-menu li.active .iq-submenu li.active>a { background: var(--iq-light-primary); color: var(--iq-primary); border-radius: 0; }
.iq-sidebar-menu .iq-menu li .iq-submenu li>a::before { display: none; }
ul#topbar-data-icon { margin: -60px 10px 0; }
.topbar-menu-icon li a { background: var(--iq-card-bg); padding: 5px 10px; margin: 0 0 0 15px; border-radius: 8px; }
.searchbox-datalink { opacity: 0; visibility: hidden; position: absolute; top: 100%; left: 0; background: var(--iq-card-bg); width: 100%; max-height: 300px; overflow-y: scroll; border-radius: 8px; box-shadow: 0px 0px 12px 0px rgba(120, 146, 141, 0.06); }
.searchbox-datalink.show-data { opacity: 1; visibility: visible; animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both; transform: translateY(100%); }

/*------------------------*/
.iq-sidebar-menu .iq-menu li ul { padding-left: 0px; }
.iq-sidebar-menu .iq-menu li ul li a { color: var(--iq-icon-color); }
.iq-sidebar-menu .iq-menu li ul a:hover { color: var(--iq-primary); text-decoration: none; background: transparent; }
.iq-sidebar-menu .iq-menu .iq-submenu { background: var(--iq-body-bg); border-radius: 0 0 8px 0; }
.iq-sidebar-menu .iq-menu li ul.iq-submenu-data li > a { padding-left: 50px; }
.iq-sidebar-menu .iq-menu li.active .iq-submenu li a[aria-expanded="true"], .iq-sidebar-menu .iq-menu li .iq-submenu li a[aria-expanded="true"] { background: var(--iq-icon-color); border-radius: 0; color: var(--iq-white); }
.iq-sidebar-menu .iq-menu li.active ul.iq-submenu-data li.active>a { background: var(--iq-light-primary); color: var(--iq-primary); border-radius: 0; }
.iq-sidebar-menu .iq-menu li ul.iq-submenu-data li { margin: 0; }
body.sidebar-main .iq-sidebar .iq-sidebar-menu .iq-menu li ul.iq-submenu-data li > a { padding-left: 15px; }
body.sidebar-main .iq-sidebar:hover .iq-sidebar-menu .iq-menu li ul.iq-submenu-data li > a { padding-left: 50px; }

/*---------Sidebar Dark blue ---------------*/
.iq-sidebar.sidebar-dark-blue, .iq-sidebar.sidebar-dark-blue .iq-sidebar-logo { background: var(--iq-primary); color: var(--iq-white); }
.iq-sidebar.sidebar-dark-blue .iq-sidebar-logo a span { color: rgba(255, 255, 255, 0.8); }
.iq-sidebar.sidebar-dark-blue .iq-sidebar-menu .iq-menu .iq-menu-title { color: rgba(255, 255, 255, 0.4); }
.iq-sidebar.sidebar-dark-blue .iq-menu li>a::before { display: none; }
.iq-sidebar.sidebar-dark-blue .iq-sidebar-menu .iq-menu li>a:hover, .iq-sidebar.sidebar-dark-blue .iq-sidebar-menu .iq-menu li.active>a, .iq-sidebar.sidebar-dark-blue .iq-sidebar.sidebar-dark-blue .iq-sidebar-menu .iq-menu li a { color: var(--iq-white); background: rgb(0 0 0 / 10%); border-radius: 0 15px 15px 0; }
.iq-sidebar.sidebar-dark-blue .iq-sidebar-menu .iq-menu li.active .iq-submenu li.active>a { color: var(--iq-white); background: rgb(0 0 0 / 10%); }
.iq-sidebar.sidebar-dark-blue .iq-menu li a:hover, .iq-sidebar.sidebar-dark-blue .iq-menu li.active>a, .iq-sidebar.sidebar-dark-blue .iq-menu li.menu-open>a { color: var(--iq-white); background: var(--iq-dark); }
.iq-sidebar.sidebar-dark-blue  .iq-sidebar-menu .iq-menu li a { color: rgba(255, 255, 255, 0.9); }
.iq-sidebar.sidebar-dark-blue .iq-sidebar-menu .iq-menu li ul li a { background: transparent; padding-left: 15px; }
.iq-sidebar.sidebar-dark-blue .iq-sidebar-menu .iq-menu li ul { padding-left: 0; background:var(--iq-primary-dark); left: 111%; border-radius: 0 15px 15px 0; }
.iq-sidebar.sidebar-dark-blue .ripple { background: rgba(255, 255, 255, 0.1); }
.iq-sidebar.sidebar-dark-blue .iq-menu-bt { background: var(--iq-primary); }
.iq-sidebar.sidebar-dark-blue .line-menu { background: var(--iq-white); }
.iq-sidebar.sidebar-dark-blue .iq-sidebar-menu .iq-menu li.active .iq-submenu li:last-child.active>a { border-radius: 0 15px 15px 0; }

/*---------------------------------------------------------------------
                             Top Menu
-----------------------------------------------------------------------*/
.iq-top-navbar .iq-navbar-custom .iq-menu-bt { display: none; }
.iq-top-navbar { padding: 0; min-height: 73px; position: fixed; top: 0; left: auto; right: 30px; width: calc(100% - 319px); display: inline-block; z-index: 99; background: var(--iq-body-bg); margin: 0; transition: all 0.45s ease 0s; border-radius: 0 0 15px 15px; }
.iq-navbar-custom { background: var(--iq-card-bg); border-radius: 8px; margin: 20px 0 0; -webkit-box-shadow: 0px 2px 8px var(--iq-card-shadow-1), 0px 4px 16px var(--iq-card-shadow-2); -moz-box-shadow: 0px 2px 8px var(--iq-card-shadow-1), 0px 4px 16px var(--iq-card-shadow-2);  box-shadow: 0px 2px 8px var(--iq-card-shadow-1), 0px 4px 16px var(--iq-card-shadow-2);}
.iq-top-navbar.fixed-header { margin: 0; top: 20px; right: 0; width: calc(100% - 260px); border-radius: 0; transition: all 0.45s ease 0s; }
.iq-top-navbar .iq-navbar-custom .navbar-breadcrumb { display: block; margin-left: 30px; padding: 10px 0; }
.iq-top-navbar .breadcrumb .breadcrumb-item.active { color: var(--iq-icon-color); }
.iq-top-navbar .breadcrumb { background: transparent; padding: 0; margin: 0; }
.iq-top-navbar .breadcrumb li { list-style-type: none; font-size: 12px; }
.breadcrumb-item+.breadcrumb-item::before { content: "\ea5f"; font-family: 'remixicon'; font-size: 14px; vertical-align: sub; color: var(--iq-icon-color); }
.iq-top-navbar .breadcrumb li a, .iq-top-navbar .breadcrumb li a:hover { text-decoration: none; }
.navbar-list { margin: 0; padding: 0; float: right; }
.navbar-list li { float: left; list-style-type: none; position: relative; }
.navbar-list li > .dropdown .dropdown-menu { -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both; animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both; -webkit-transform: translateY(100%); transform: translateY(100%); }
.navbar-list li .dropdown-toggle::after { display: none; }
.navbar-list li>a.language-title { font-size: 16px; }
.navbar-list li>a { font-size: 18px; padding: 0 15px; line-height: 73px; color: var(--iq-primary); display: block; min-height: 75px; }
.navbar-list li:last-child>a { padding-right: 20px; }
.menu-tag { position: absolute; background: var(--iq-body-text); color: var(--iq-white); display: inline-block; top: 18px; left: 18px; font-size: 12px; border-radius: 90px; line-height: normal; height: 18px; width: 18px; line-height: 18px; text-align: center; display: inline-block; }
.navbar-list li a:hover { text-decoration: none; background-color: var(--iq-light-primary); color: var(--iq-primary); }
.navbar-list li > a > img { width: 50px; height: 50px; }
.navbar-list li.iq-nav-user { display: flex; align-items: flex-start; }
.navbar-list li.iq-nav-user span { flex: 1; font-size: 14px; }
.iq-top-navbar .iq-sidebar-logo .top-logo { display: none; }
.iq-breadcrumb { display: none; }
.nav-item span.dots { height: 5px; width: 5px; font-size: 0; text-align: center; padding: 0; position: absolute; top: 25px; right: 10px; animation: shadow-pulse-dots 1s infinite; border-radius: 50%; -webkit-border-radius: 50%; }
.nav-item span.count-mail { height: 5px; width: 5px; font-size: 10px; text-align: center; line-height: 15px; padding: 0; position: absolute; top: 20px; right: 10px; animation: shadow-pulse 1s infinite; border-radius: 50%; }
@keyframes shadow-pulse-dots {
  0% { box-shadow: 0 0 0 0px rgba(230, 65, 65, 0.2); }
  100% { box-shadow: 0 0 0 15px rgba(230, 65, 65, 0); }
}
@keyframes shadow-pulse {
  0% { box-shadow: 0 0 0 0px rgba(0, 132, 255, 0.2); }
  100% { box-shadow: 0 0 0 15px rgba(0, 132, 255, 0); }
}
div#lottie-beil, div#lottie-mail, div#lottie-fullscreen { height: 20px; width: 20px; }
div#lottie-beil svg path, div#lottie-mail svg path, div#lottie-fullscreen svg path { stroke: var(--iq-primary); }
.navbar-list li .caption { line-height: 16px; }
.top-nav-bottom { margin-left: 260px; border-top: 1px solid var(--iq-light-border); }
.topnav-toolbar li a { display: block; padding: 10px 15px; text-transform: capitalize; color: var(--iq-secondary); border-radius: 8px; -webkit-border-radius: 8px; }
.topnav-toolbar li.date-today { background: var(--iq-light); }
.topnav-toolbar li.active a { background: var(--iq-color-light); color: var(--iq-primary); }
.topnav-toolbar ul li { list-style: none; padding: 13px 0; }
.navbar-list li > .dropdown { line-height: 73px; cursor: pointer; }
.iq-search-bar { padding: 0 15px; }
.iq-search-bar .searchbox { width: 480px; position: relative; }
.iq-search-bar .search-input { width: 100%; padding: 5px 40px 5px 15px; border-radius: 8px; border: none; background: var(--iq-body-bg); }
body.top-tab-horizontal .iq-show .search-box { padding: 0; }

/*---------- Sidebar Logo --------------*/
.iq-sidebar-logo { display: none; width: 260px; padding-top: 15px; padding-left: 8px; float: left; position: relative; background: var(--iq-white); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; background: transparent; }
.iq-sidebar-logo a { display: flex; align-items: flex-start; }
.iq-sidebar-logo a span { margin-left: 10px; font-size: 28px; line-height: 45px; color: var(--iq-body-text); text-transform: lowercase; flex: 1; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.iq-sidebar-logo a:hover, .iq-sidebar-logo a:focus { text-decoration: none; }
.iq-sidebar-logo img { height: 45px; }
.iq-top-navbar .iq-navbar-custom .iq-menu-bt-sidebar .iq-menu-bt { display: block; margin: 0 0 0 20px; }
body.sidebar-main .iq-menu-bt-sidebar .iq-menu-bt { opacity: 1; }
.iq-menu-bt { background: var(--iq-body-bg); padding: 12px 7px; margin-right: 15px; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; }
.wrapper-menu { font-size: 30px; line-height: 15px; color: var(--iq-primary); position: relative; display: flex; flex-direction: column; justify-content: space-between; cursor: pointer; transition: transform 330ms ease-out; }
.line-menu { background-color: var(--iq-primary); border-radius: 90px; width: 100%; height: 2px; }
.line-menu.half { width: 50%; }
.line-menu.start { transition: transform 330ms cubic-bezier(0.54, -0.81, 0.37, 0.37); transform-origin: right; }
.open .line-menu.start { transform: rotate(-90deg) translateX(3px); }
.line-menu.end { align-self: flex-end; transition: transform 330ms cubic-bezier(0.54, -0.81, 0.37, 0.37); transform-origin: left; }
.open .line-menu.end { transform: rotate(-90deg) translateX(-3px); }
.hover-circle { opacity: 0; position: absolute; top: 0; text-align: center; left: 0; right: 0; margin: 0 auto; border-radius: 50%; }
.wrapper-menu.open .hover-circle { opacity: 1; }
.wrapper-menu.open .main-circle { opacity: 0; }

/*----------------------*/
.iq-top-navbar .iq-sub-dropdown { width: 300px; display: none; position: absolute; top: 100%; right: 0; -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both; animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both; -webkit-transform: translateY(100%); transform: translateY(100%); background-color: var(--iq-white); transition: all 0.3s; padding: 0; border-radius: 8px; -webkit-box-shadow: 0px 2px 8px rgba(40, 41, 61, 0.04), 0px 16px 24px rgba(96, 97, 112, 0.16); ; -moz-box-shadow: 0px 2px 8px rgba(40, 41, 61, 0.04), 0px 16px 24px rgba(96, 97, 112, 0.16);  box-shadow: 0px 2px 8px rgba(40, 41, 61, 0.04), 0px 16px 24px rgba(96, 97, 112, 0.16);  -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.iq-top-navbar .iq-sub-dropdown .iq-card-body div { border-radius: 10px 10px 0 0; }

/* ----------------------------------------------
 * Generated by Animista on 2019-12-22 15:30:2
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-bottom {
  0% { -webkit-transform: translateY(50px); transform: translateY(50px); opacity: 0; }
  100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}
@keyframes fade-in-bottom {
  0% { -webkit-transform: translateY(50px); transform: translateY(50px); opacity: 0; }
  100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}
.iq-show .iq-sub-dropdown { display: inline-block; }
.navbar-list li .iq-sub-dropdown .iq-sub-card { font-size: inherit; padding: 15px; line-height: normal; color: inherit; border-bottom: 1px solid var(--iq-light-border); display: inline-block; width: 100%; }
.iq-top-navbar .search-box { display: none; position: absolute; top: 100%; left: auto; right: 0; -webkit-transform: translateY(100%); transform: translateY(100%); background-color: var(--iq-white); transition: all 0.3s; padding: 15px; -webkit-box-shadow: 0px 0px 25px 0px rgba(45, 69, 95, 0.1); -moz-box-shadow: 0px 0px 25px 0px rgba(45, 69, 95, 0.1); box-shadow: 0px 0px 25px 0px rgba(45, 69, 95, 0.1); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both; animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both; border-radius: 8px; }
.iq-show .search-box { display: inline-block; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.search-box .search-input { width: 300px; height: 50px; padding: 0 1em; border: 1px solid var(--iq-light-primary); background-color: var(--iq-light-primary); opacity: 1; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.iq-sub-dropdown .iq-card-icon { width: 45px; height: 45px; line-height: 45px; font-size: 22px; }
ul#topbar-data-icon { margin: -30px 10px 0; }

/*---------------------------------------------------------------------
                              Content Page
-----------------------------------------------------------------------*/
.content-page { margin-left: 260px; overflow: hidden; padding: 120px 15px 0; min-height: 100vh; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.iq-user-dropdown { width: 350px; }
body.sidebar-main .iq-top-navbar { width: calc(100% - 140px); }
body.sidebar-main .iq-top-navbar.fixed-header { width: calc(100% - 80px); }
body.sidebar-main .content-page, body.sidebar-main .iq-footer { margin-left: 80px; }
body.sidebar-main .iq-sidebar-logo { width: 80px; }
body.sidebar-main .iq-sidebar .iq-sidebar-menu .iq-menu li a span, body.sidebar-main .iq-sidebar-logo a span, body.sidebar-main .iq-sidebar-menu .iq-menu li a .badge { opacity: 0; display: none; transition: all 0.45s ease 0s; }
body.sidebar-main .iq-menu-bt { opacity: 0; display: none; }
body.sidebar-main .iq-sidebar { width: 80px; }
body.sidebar-main .iq-sidebar-menu .iq-menu li a .iq-arrow-right { margin-right: 0; display: none; }
body.sidebar-main .iq-sidebar:hover, body.sidebar-main .iq-sidebar:hover .iq-sidebar-logo { width: 260px; }
body.sidebar-main .iq-sidebar:hover .iq-sidebar-menu .iq-menu li a .iq-arrow-right { margin-right: 0; display: inline-block; }
body.sidebar-main .iq-sidebar:hover .iq-sidebar-menu .iq-menu li a span, body.sidebar-main .iq-sidebar:hover .iq-sidebar-logo a span, body.sidebar-main .iq-sidebar:hover .iq-sidebar-menu .iq-menu li a .badge, body.sidebar-main .iq-sidebar:hover .iq-menu-bt { opacity: 1; display: inline-block; transition: all 0.45s ease 0s; }

/* --------------- */
.iq-card.iq-border-box { border-bottom: 4px solid; }
.right-block .image-absulute.image-absulute-1 { position: absolute; top: 10px; left: auto; right: 240px; }
.right-block .image-absulute.image-absulute-2 { position: absolute; left: auto; right: 330px; top: 30px; }
.iq-right-fixed .iq-card .iq-card-header { border-color: rgba(255, 255, 255, 0.2); }

/*--------------------*/
.iq-card-header-list { margin: 0; padding: 0; float: right; }
.iq-card-header-list li { list-style-type: none; float: left; display: inline-block; font-size: 20px; margin: 0 0 0 8px; }
.iq-card-header-list li a, .iq-card-header-list li a:hover { text-decoration: none; }

/*-------------- Media Header ---------------*/
.iq-card .iq-card-header.iq-header-media { padding: 20px; }

/*-------------- Content Page ---------------*/
.big-card { -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; overflow: hidden; background: var(--iq-white); border: 1px solid var(--iq-light-border); padding: 20px; }
.iq-card-body.relative-background { position: relative; overflow: hidden; }
.background-image { position: absolute; top: auto; bottom: 0; left: auto; right: 0; }
.iq-image-full { position: relative; }

/*---------------------------------------------------------------------
                              Error Page
-----------------------------------------------------------------------*/
.iq-error { position: relative; width: 100%; height: 100vh; overflow: hidden; display: inline-block; }
.iq-error h1 { font-weight: 900; font-size: 16rem; line-height: 14rem; margin-bottom: 0; padding-top: 45px; letter-spacing: 15px; }
.iq-error-img { position: static; display: inline-block; width: 700px; margin: 100px 0 50px; }
.error-500 .iq-error-img { width: 100%; }

/*---------------------------------------------------------------------
                               OWL Carousel
-----------------------------------------------------------------------*/
.owl-carousel .owl-nav { display: block; position: absolute; text-indent: inherit; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); left: 0; width: 100%; cursor: pointer; z-index: 999; }
.owl-carousel .owl-nav .owl-prev { display: block; position: absolute; text-align: center; text-indent: inherit; left: -8%; width: auto; cursor: pointer; -webkit-transition: opacity 0.3s ease 0s, left 0.3s ease 0s; -moz-transition: opacity 0.3s ease 0s, left 0.3s ease 0s; -ms-transition: opacity 0.3s ease 0s, left 0.3s ease 0s; -o-transition: opacity 0.3s ease 0s, left 0.3s ease 0s; transition: opacity 0.3s ease 0s, left 0.3s ease 0s; }
.owl-carousel .owl-nav .owl-next { display: block; position: absolute; text-align: center; text-indent: inherit; right: -8%; width: auto; cursor: pointer; -webkit-transition: opacity 0.3s ease 0s, right 0.3s ease 0s; -moz-transition: opacity 0.3s ease 0s, right 0.3s ease 0s; -ms-transition: opacity 0.3s ease 0s, right 0.3s ease 0s; -o-transition: opacity 0.3s ease 0s, right 0.3s ease 0s; transition: opacity 0.3s ease 0s, right 0.3s ease 0s; }
.owl-carousel .owl-nav i { font-size: 24px; border-radius: 50%; width: 44px; height: 44px; line-height: 42px; padding-left: 0px; display: inline-block; color: var(--iq-white); background: #e7e7e7; font-weight: normal; text-align: center; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.owl-carousel .owl-nav i:hover { background: #4ac4f3; color: var(--iq-white); }

/* Dots */
.owl-carousel .owl-controls .owl-dot { margin-top: 20px; display: inline-block; }
.owl-carousel .owl-dots { position: relative; width: 100%; display: inline-block; text-indent: inherit; text-align: center; cursor: pointer; }
.owl-carousel .owl-dots .owl-dot span { background: var(--iq-white); display: inline-block; border-radius: 30px; margin: 0px 5px; height: 8px; width: 8px; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; cursor: pointer; }
.owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot.active { outline: none; border: none; }
.owl-carousel .owl-dots .owl-dot:hover span { background: var(--iq-white); }
.owl-carousel .owl-dots .owl-dot.active span { background: var(--iq-white); box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2); }
.iq-example-row .row>.col, .iq-example-row .row>[class^=col-] { padding-top: .75rem; color: var(--iq-body-text); padding-bottom: .75rem; background-color: rgba(86, 61, 124, .15); border: 1px solid rgba(86, 61, 124, .2); }
.iq-example-row-flex-cols .row { margin-bottom: 15px; min-height: 10rem; background-color: rgba(255, 0, 0, .1); }
.iq-icons-list { line-height: 50px; margin-bottom: 15px; display: inline-block; }
.iq-icons-list i { text-align: center; vertical-align: middle; font-size: 22px; float: left; width: 40px; height: 50px; line-height: 50px; margin-right: 10px; display: inline-block; }
.iq-icons-list .icon { text-align: center; vertical-align: middle; font-size: 22px; width: 40px; height: 40px; line-height: 50px; margin-right: 10px; display: inline-block; }
.iq-icons-list  span { display: inline-block; vertical-align: middle; }
.iq-card-icon { height: 60px; width: 60px; display: inline-block; line-height: 60px; text-align: center; font-size: 22px; }

/*---------------------------------------------------------------------
                               Timeline
-----------------------------------------------------------------------*/
.iq-timeline { margin: 0 0 0 5px; padding: 0; width: 100%; border-left: 3px solid var(--iq-light-border); }
.iq-timeline li { margin-left: 15px; position: relative; padding: 15px 15px 0 5px; list-style-type: none; }
.iq-timeline li .timeline-dots { position: absolute; top: 20px; left: -24px; border: 3px solid var(--iq-primary); border-radius: 90px; padding: 5px; background: var(--iq-white); }

/*---------------------------------------------------------------------
                               Team
-----------------------------------------------------------------------*/
.iq-team { background: var(--iq-white); padding: 15px; position: relative; }
.team-authors-bg { position: relative; margin-bottom: 50px; }
.team-authors-bg .avatar-80 { position: absolute; bottom: -40px; left: 0; right: 0; margin: 0 auto; }

/*------------------------------*/
.iq-team-1 { position: relative; background: var(--iq-white); }
.iq-team-1 .iq-team-1-info { position: absolute; padding: 30px 15px; bottom: 0; left: 0; width: 100%; }

/*---------------------------------------------------------------------
                           User Add Block
-----------------------------------------------------------------------*/
.user-add-block { background: var(--iq-white); }
.user-add-plus { position: absolute; right: 30px; font-size: 24px; bottom: -25px; height: 60px; width: 60px; line-height: 60px; text-align: center; background: var(--iq-body-text); color: var(--iq-white); border-radius: 900px; -webkit-box-shadow: 0px 10px 30px 0px rgba(57, 60, 82, 0.1); -moz-box-shadow: 0px 10px 30px 0px rgba(57, 60, 82, 0.1); box-shadow: 0px 10px 30px 0px rgba(57, 60, 82, 0.1); }
.user-add-plus:hover { background: var(--iq-primary); color: var(--iq-white); text-decoration: none; }
.user-add-authors { position: relative; }
.user-add-authors:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 132, 255, 0.8); }
.user-add-authors .user-add-media { position: absolute; top: 50%; transform: translateY(-50%); left: 30px; display: inline-block; }
.user-add-list { padding: 30px; }

/*---------------------------------------------------------------------
                             Email list
-----------------------------------------------------------------------*/
.iq-email-list .iq-email-ui { margin: 0; padding: 0; }
.iq-email-list .iq-email-ui li { list-style-type: none; font-size: 16px; color: var(--iq-icon-color); margin-bottom: 3px; }
.iq-email-list .iq-email-ui li:last-child { margin-bottom: 0; }
.iq-email-list .iq-email-ui li a { color: var(--iq-icon-color); padding: 0; display: inline-block; width: 100%; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; }
.iq-email-list .iq-email-ui li.active a, .iq-email-list .iq-email-ui li a:hover { text-decoration: none; color: var(--iq-primary); }
.iq-email-list .iq-email-ui li { list-style-type: none; }
.iq-email-list .iq-email-ui li i { margin-right: 10px; }
.iq-email-list .iq-email-ui li .badge { float: right; font-weight: normal; margin-top: 3px; }
.iq-email-list .iq-email-ui.iq-email-label li { margin-bottom: 10px; }
.iq-email-list .iq-email-ui.iq-email-label li:last-child { margin-bottom: 0; }

/*----------------------------------*/
.iq-email-to-list ul { margin: 0; padding: 0; }
.iq-email-to-list ul li { list-style-type: none; font-size: 20px; color: var(--iq-icon-color); margin: 0 5px 0 0; float: left; }
.iq-email-to-list ul li:first-child a { background: none; width: auto; }
.iq-email-to-list ul li>a { color: var(--iq-primary); text-align: center; line-height: 38px; display: inline-block; width: 40px; height: 40px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; background: rgba(130, 122, 243, 0.2); }
.iq-email-to-list ul li a:hover, .iq-email-to-list ul li.q-list a:hover { color: var(--iq-primary); text-decoration: none; }
.iq-email-to-list ul li .custom-control-label::before { top: 13px; left: -20px; }

/*----------------------------------*/
.iq-email-search { position: relative; }
.iq-email-search .form-control { height: 40px; border: 1px solid var(--iq-light-border); width: 200px; }
.iq-email-search .search-link { position: absolute; top: 0; right: 15px; font-size: 18px; line-height: 38px; color: var(--iq-primary); }
.iq-email-search .search-link:hover { text-decoration: none; }

/*----------------------------------*/
.iq-email-listbox .iq-email-sender-list { margin: 15px 0 0; padding: 0; display: inline-block; width: 100%; overflow: hidden; }
.iq-email-listbox .iq-email-sender-list>li { list-style-type: none; position: relative; padding: 15px 20px; border-top: 1px solid var(--iq-light-border); float: left; display: inline-block; width: 100%; transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; }
.iq-email-listbox .iq-email-sender-list>li:hover { background: var(--iq-white); -webkit-box-shadow: 0px 0px 30px 0px rgba(71, 91, 199, 0.2); -moz-box-shadow: 0px 0px 30px 0px rgba(71, 91, 199, 0.2); box-shadow: 0px 0px 30px 0px rgba(71, 91, 199, 0.2); }
.iq-email-listbox .iq-email-sender-list li a:hover { text-decoration: none; }
.iq-email-listbox .iq-email-sender-list li.iq-unread a { color: var(--iq-primary); font-weight: 500; }
.iq-email-listbox .iq-email-sender-list li.iq-unread li a { color: var(--iq-primary); }
.iq-email-sender-info .iq-checkbox-mail, .iq-email-sender-info .iq-star-toggle { display: block; float: left; }
.iq-email-sender-info .iq-checkbox-mail { cursor: pointer; height: 20px; width: 20px; margin-top: 4px; }
.iq-email-sender-info .iq-star-toggle { color: var(--iq-icon-color); margin-left: 10px; font-size: 18px; }
.iq-email-sender-info .iq-email-title { color: var(--iq-icon-color); position: absolute; top: 0; left: 85px; right: 0; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-bottom: 0; line-height: 62px; }
.iq-email-content { position: absolute; top: 0; left: 300px; right: 0; bottom: 0; line-height: 62px; }
.iq-email-content .iq-email-date, .iq-email-content .iq-email-subject { position: absolute; top: 0; }
.iq-email-content .iq-email-subject { color: var(--iq-icon-color); left: 0; right: 110px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.iq-email-content .iq-email-date { right: 20px; width: 100px; text-align: right; padding-left: 10px; color: var(--iq-body-text); }
.iq-email-sender-list .iq-social-media { position: absolute; line-height: 62px; right: -200px; top: 0; background: var(--iq-white); font-size: 18px; padding: 0 30px; transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; }
.iq-email-listbox .iq-email-sender-list li:hover .iq-social-media { right: 0; }

/*----------------------------------*/
.iq-inbox-details tr td { padding: 5px 10px; }
.iq-inbox-details tr td:first-child { width: 75px; color: var(--iq-body-text); }
.iq-subject-info { display: flex; align-items: flex-start; }
.iq-subject-status { margin-left: 15px; flex: 1; }

/*---------------------------------------------------------------------
                             Booking list
-----------------------------------------------------------------------*/
.iq-booking-date { background: var(--iq-light-border); padding: 15px 15px; margin: 0 15px 45px; outline: none; position: relative; overflow: hidden; text-align: center; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; display: block; }
.iq-booking-date:hover { text-decoration: none; }
.iq-booking-date:after { content: ""; position: absolute; bottom: 20px; left: -8px; height: 16px; width: 16px; background: var(--iq-white); -webkit-border-radius: 90px; -moz-border-radius: 90px; border-radius: 90px; opacity: 0; }
.iq-booking-date:before { content: ""; position: absolute; bottom: 20px; right: -8px; height: 16px; width: 16px; background: var(--iq-white); -webkit-border-radius: 90px; -moz-border-radius: 90px; border-radius: 90px; opacity: 0; }
.slick-slide.slick-active.slick-center .iq-booking-date { background: var(--iq-primary); color: var(--iq-white); -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 132, 255, 0.4); -moz-box-shadow: 0px 10px 30px 0px rgba(0, 132, 255, 0.4); box-shadow: 0px 10px 30px 0px rgba(0, 132, 255, 0.4); }
.slick-slide.slick-active.slick-center .iq-booking-date h3 { color: var(--iq-white); }
.slick-slide.slick-active.slick-center .iq-booking-date:after { opacity: 1; }
.slick-slide.slick-active.slick-center .iq-booking-date:before { opacity: 1; }
.slick-initialized .slick-slide { outline: none; }
.iq-booking-date .iq-booking-dot { height: 12px; width: 12px; margin-bottom: 10px; display: inline-block; background: var(--iq-white); -webkit-border-radius: 90px; -moz-border-radius: 90px; border-radius: 90px; }
.iq-booking-date h3 { line-height: 1.50rem; margin-bottom: 0; }
.iq-booking-date h3 small { font-size: 14px; }
.icon-tag-box span { display: inline-block; width: 100%; font-size: 16px; }
.iq-booking-offer-img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; max-width: 110%; }
.iq-booking-offer { padding: 60px 100px; border-radius: 8px; margin-bottom: 30px; }

/*----------------------------------------------------------------------
                        Chart
 ----------------------------------------------------------------------*/
#sda1-chart, #sda1-chart1, #sda1-chart2 { min-height: 200px !important; }

/*-----------------------------------------------------------------
                        Material Card Style1
----------------------------------------------------------------- */
.card-style1 { display: flex; }
.card-style1 img { object-fit: cover; border-radius: 100px; height: 75px; margin-right: 10px; }
.card-style1 .title { text-transform: capitalize; font-weight: bold; }
.card-style1 .percentage { font-weight: bolder; font-size: 1.5rem; margin: auto; }
.card-style1 .percentage span { font-weight: normal; }

/*-----------------------------------------------------------------
                        Material Card Style2
----------------------------------------------------------------- */
.card-style1.card-style2 .iq-details { width: 100%; }
.card-style1.card-style2 .percentage { font-weight: bolder; font-size: 1.2rem; margin-top: -5px; margin-left: -50px; }

/*-----------------------------------------------------------------
                        Circle Progressbar
------------------------------------------------------------------- */
.iq-circle-progressbar .percent { font-size: 1.3rem !important; }
.iq-circle-progressbar svg { width: 100px !important; height: 100px !important; }
.iq-circle-progressbar { margin: 0 auto; width: 100px !important; height: 100px !important; }

/*-----------------------------------------------------------------
                        Tikit Booking List
------------------------------------------------------------------- */
.iq-booking-ab { display: inline-block; }
.iq-booking-ab li { line-height: 3rem; height: 45px; margin-bottom: 1rem; position: relative; }
.iq-booking-ab li.friest-booking-blank { margin-bottom: 0; height: 40px; }
.iq-booking-ab li.secondary-booking-blank { height: 70px; }
.iq-booking-ab li.three-booking-blank { height: 70px; }
.iq-booking-no li { width: 4.9%; text-align: center; margin-right: 0 !important; }
.iq-booking-no li .iq-seat { background: var(--iq-light-primary); width: 45px; height: 45px; display: inline-block; padding: 10px; border-radius: 4px; }
.iq-booking-no li .iq-seat img { width: 100%; }
.iq-booking-no li .iq-seat img.active-seat { display: none; }
.iq-booking-no li .iq-seat.bg-secondary img.default, .iq-booking-no li .iq-seat.active img.default { display: none; }
.iq-booking-no li .iq-seat.bg-secondary img.active-seat, .iq-booking-no li .iq-seat.active img.active-seat { display: inline-block; }
.iq-booking-no li .iq-seat.active { background: var(--iq-success); }
.iq-booking-status { line-height: 30px; display: inline-block; margin-right: 30px; }
.iq-booking-status span { width: 16px; height: 16px; border-radius: 4px; display: inline-block; background: var(--iq-light-primary); margin-right: 10px; margin-top: 6px; float: left; }

/*-----------------------------------------------------------------
                        Right Sidebar Menu
------------------------------------------------------------------- */
#right-sidebar-scrollbar { height: 100vh; }
.iq-sidebar-right-menu { position: fixed; top: 75px; right: -400px; width: 360px; background: var(--iq-light-border); overflow: hidden; z-index: 99; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.iq-sidebar-right-menu.film-side { right: 0; }
.iq-sidebar-booking, .iq-sidebar-payment { padding: 30px; }
.iq-booking-ticket { background: var(--iq-white); border-radius: 4px; padding: 30px 25px 30px; position: relative; }
.iq-booking-ticket:after { content: ""; position: absolute; bottom: 100px; left: -10px; height: 20px; width: 20px; background: var(--iq-primary); -webkit-border-radius: 90px; -moz-border-radius: 90px; border-radius: 90px; }
.iq-booking-ticket:before { content: ""; position: absolute; bottom: 100px; right: -10px; height: 20px; width: 20px; background: var(--iq-primary); -webkit-border-radius: 90px; -moz-border-radius: 90px; border-radius: 90px; }

/*---------------------------------------------------------------------
FAQ
-----------------------------------------------------------------------*/
.iq-accordion.career-style.faq-style .iq-accordion-block .accordion-title span { padding-left: 0px; }
.iq-accordion.career-style .iq-accordion-block { margin-bottom: 30px; }
.iq-accordion.career-style.faq-style .accordion-title:before { display: inline-block; cursor: pointer; content: "\f218"; font-family: "Ionicons"; position: absolute; top: -8px; right: 15px; color: #1e1e1e; font-size: 16px; line-height: 16px; font-weight: normal; -webkit-transition: all 0.25s ease-in-out 0s; -moz-transition: all 0.25s ease-in-out 0s; transition: all 0.25s ease-in-out 0s; border-radius: 4px; width: 45px; height: 45px; line-height: 45px; text-align: center; }
.iq-accordion.career-style.faq-style .iq-accordion-block .accordion-details p { padding-left: 15px; padding-top: 15px; padding-bottom: 15px; }
.iq-accordion.career-style .iq-accordion-block .accordion-title span { font-size: 16px; font-family: 'Muli', sans-serif; display: table-cell; color: var(--iq-dark); }
.iq-accordion.career-style.faq-style .iq-accordion-block.accordion-active .accordion-title:before { content: "\f209"; display: inline-block; }
.iq-accordion.career-style.faq-style .active-faq .row { background: transparent; padding: 10px 0px; }
.iq-accordion.career-style.faq-style .iq-accordion-block { padding: 10px 5px; border-radius: 20px; }
.iq-accordion.career-style.faq-style .iq-accordion-block.accordion-active .accordion-title:before, .iq-accordion.career-style.faq-style .accordion-title:before {  border-radius: 90px; }

/*---------------------------------------------------------------------
Table
-----------------------------------------------------------------------*/
table tr th img { width: 35px; height: 35px; border-radius: 90px; }
.progress-animate { animation: progress-bar-stripes 1s linear infinite; }
img.summary-image-top { width: 35px; }
.iq-subject-info img { width: 80px; }

/*---------------------------------------------------------------------
Animation Card
-----------------------------------------------------------------------*/
.animation-card { position: relative; }
.animation-card .an-img { margin-top: -60px; text-align: right; display: inline-block; width: 100%; }
.animation-card .an-img .bodymovin { width: 162%; margin-bottom: -57px; margin-left: -50px; }
.animation-card .an-text { position: absolute; width: 180px; display: inline-block; top: 75px; left: 30px; }
.animation-card .an-text h2 { margin-top: 0; }

/*------------*/
.an-img-two { width: 700px; position: absolute; right: -35%; top: -175px; z-index: -1; }
.iq-card.bg-primary.sb-top-banner-card { z-index: 1; position: relative; }
.bodymovin { z-index: -1; }

/*------------*/
.offer-an-img { position: absolute; top: -183px; width: 695px; left: -100px; }

/*---------------------------------------------------------------------
Footer
-----------------------------------------------------------------------*/
.iq-footer { padding: 15px; background: var(--iq-card-bg);margin-left: 260px; -webkit-box-shadow: 0px 0px 12px 0px rgba(55, 73, 72, 0.06); -moz-box-shadow: 0px 0px 12px 0px rgba(55, 73, 72, 0.06); box-shadow: 0px 0px 12px 0px rgba(55, 73, 72, 0.06); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.iq-footer ul li a { color: var(--iq-icon-color); }
.iq-footer ul li a:hover { color: var(--iq-primary); text-decoration: none; }
.bg-banner-image.style-three { height: 150px; background: url('../images/bg-03.jpg'); }
.iq-mt--70 { margin-top: -70px }
.banner-main-text { position: absolute; left: 15%; bottom: 13%; }
.nav.nav-pills.style-three .nav-link.active:before, .nav.nav-pills.style-three .nav-link:hover:before { display: inline-block; width: 100%; height: 3px; background: var(--iq-primary); content: ""; position: absolute; left: 0; bottom: 0px; }
.nav.nav-pills.style-three .nav-link:before { width: 0; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; height: 3px; background: var(--iq-primary); content: ""; position: absolute; right: 0; bottom: 0px; }
.iq-card-body.banner-box { padding-bottom: 0; }
.nav.nav-pills.style-three { margin-top: 10px; }
.nav.nav-pills.style-three a:last-child { margin-right: 0px; }
.nav.nav-pills.style-three a { background: transparent; position: relative; margin-right: 30px; padding: 10px 0px; }

/*---------------------------------------------------------------------
Map Profile
-----------------------------------------------------------------------*/
.dash-tracking-icon { height: 80px; }
.map-profile-card { margin-right: 30px; border: 1px solid var(--iq-light-border); margin-bottom: 15px; }
.track { display: -webkit-inline-box; display: -moz-inline-box; overflow-x: scroll; }
::-webkit-scrollbar { width: 8px; height: 8px; border-radius: 20px; }

/* Track */
::-webkit-scrollbar-track { background: var(--iq-light-border); border-radius: 20px; }

/* Handle */
::-webkit-scrollbar-thumb { background: var(--iq-body-text); border-radius: 20px; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover { background: var(--iq-dark); border-radius: 20px; }

/*---------------------------------------------------------------------
Mail Inbox
-----------------------------------------------------------------------*/
.email-app-details.show { visibility: visible; opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
.email-app-details { position: absolute; display: block; z-index: 6; visibility: hidden; opacity: 0; top: 0; width: calc(100% - 15px); -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); -webkit-transition: all .3s ease; transition: all .3s ease; height: 100%; left: auto; right: 0; background-color: var(--iq-white); border-radius: 30px; -webkit-border-radius: 30px; }
.attegement ul { padding: 0; list-style: none; }
.send-panel a { height: 30px; width: 30px; text-align: center; font-size: 18px; line-height: 30px; display: inline-block; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; cursor: pointer; }
#compose-email-popup { position: fixed; max-width: 700px; left: auto; right: 0; top: auto; bottom: 0; padding: 0 !important; max-height: 555px; width: 100%; overflow-y: scroll; overflow-x: hidden; }
#compose-email-popup .iq-card { border-radius: 30px 30px 0 0; }
button.close-popup { background: transparent; color: var(--iq-black); border: none; font-size: 20px; line-height: 20px; }
.compose-bottom { border-top: 1px solid var(--iq-icon-color); }
.select2-container--default .select2-selection--multiple { border-color: var(--iq-dark-border); }
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple { color: var(--iq-body-text); border-color: var(--iq-dark-border); box-shadow: none; }

/* colors changes in radio button, checkbox, switch */
.custom-control-input:focus~.custom-control-label::before { box-shadow: none; }
.custom-checkbox.custom-checkbox-color input.bg-primary~label::before, .custom-checkbox.custom-checkbox-color-check input:checked.bg-primary~label::before, .custom-radio.custom-radio-color input.bg-primary~label::before, .custom-radio.custom-radio-color-checked  input:checked.bg-primary~label::before, .custom-switch.custom-switch-color input:checked.bg-primary~label::before { background-color: var(--iq-primary) !important; border-color: var(--iq-primary) !important; }
.custom-checkbox.custom-checkbox-color input.bg-success~label::before, .custom-checkbox.custom-checkbox-color-check input:checked.bg-success~label::before, .custom-radio.custom-radio-color input.bg-success~label::before, .custom-radio.custom-radio-color-checked  input:checked.bg-success~label::before, .custom-switch.custom-switch-color input:checked.bg-success~label::before { background-color: var(--iq-success) !important; border-color: var(--iq-success) !important; }
.custom-checkbox.custom-checkbox-color input.bg-danger~label::before, .custom-checkbox.custom-checkbox-color-check input:checked.bg-danger~label::before, .custom-radio.custom-radio-color input.bg-danger~label::before, .custom-radio.custom-radio-color-checked  input:checked.bg-danger~label::before, .custom-switch.custom-switch-color input:checked.bg-danger~label::before { background-color: var(--iq-danger) !important; border-color: var(--iq-danger) !important; }
.custom-checkbox.custom-checkbox-color input.bg-warning~label::before, .custom-checkbox.custom-checkbox-color-check input:checked.bg-warning~label::before, .custom-radio.custom-radio-color input.bg-warning~label::before, .custom-radio.custom-radio-color-checked  input:checked.bg-warning~label::before, .custom-switch.custom-switch-color input:checked.bg-warning~label::before { background-color: var(--iq-warning) !important; border-color: var(--iq-warning) !important; }
.custom-checkbox.custom-checkbox-color input.bg-dark~label::before, .custom-checkbox.custom-checkbox-color-check input:checked.bg-dark~label::before, .custom-radio.custom-radio-color input.bg-dark~label::before, .custom-radio.custom-radio-color-checked  input:checked.bg-dark~label::before, .custom-switch.custom-switch-color input:checked.bg-dark~label::before { background-color: var(--iq-body-text) !important; border-color: var(--iq-body-text) !important; }
.custom-checkbox.custom-checkbox-color input.bg-info~label::before, .custom-checkbox.custom-checkbox-color-check input:checked.bg-info~label::before, .custom-radio.custom-radio-color input.bg-info~label::before, .custom-radio.custom-radio-color-checked  input:checked.bg-info~label::before, .custom-switch.custom-switch-color input:checked.bg-info~label::before { background-color: var(--iq-info) !important; border-color: var(--iq-info) !important; }

/* checkbox with icon */
.custom-checkbox.checkbox-icon label i { position: absolute; top: 6px; left: -21px; font-size: 10px; transform: scale(0); -webkit-transform: scale(0); -webkit-transition: all .15s ease-in; transition: all .15s ease-in; }
.custom-checkbox.checkbox-icon input:checked~label i { transform: scale(1); -webkit-transform: scale(1); color: var(--iq-white); }
.custom-checkbox.checkbox-icon input:checked~label::after { display: none; }

/* switch with icon */
.custom-switch.custom-switch-icon label .switch-icon-left, .custom-switch.custom-switch-icon label .switch-icon-right, .custom-switch.custom-switch-text label .switch-icon-left, .custom-switch.custom-switch-text label .switch-icon-right { position: absolute; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; top: -3px; }
.custom-switch.custom-switch-icon label .switch-icon-left i, .custom-switch.custom-switch-icon label .switch-icon-right i { font-size: 10px; }
.custom-switch.custom-switch-icon label .switch-icon-left, .custom-switch.custom-switch-text label .switch-icon-left { left: 8px; right: auto; color: var(--iq-white); }
.custom-switch.custom-switch-icon label .switch-icon-right, .custom-switch.custom-switch-text label .switch-icon-right { right: 5px; left: auto; }
.custom-switch.custom-switch-icon, .custom-switch.custom-switch-text { padding-left: 0; }
.custom-switch.custom-switch-icon .custom-control-label { height: 20px; width: 42px; padding: 0; }
.custom-switch.custom-switch-text .custom-control-label { width: 46px; }
.custom-switch.custom-switch-icon .custom-control-label::before, .custom-switch.custom-switch-text .custom-control-label::before { height: 20px; -webkit-transition: all .25s ease; transition: all .25s ease; user-select: none; top: 0; left: 1px; width: 2.75rem; }
.custom-switch.custom-switch-text .custom-control-label::before { width: 100%; }
.custom-switch.custom-switch-icon .custom-control-label:after, .custom-switch.custom-switch-text .custom-control-label:after { position: absolute; top: 1px; left: 2px; -webkit-transition: all .25s ease; transition: all .25s ease; user-select: none; height: 18px; width: 18px }
.custom-switch.custom-switch-icon .custom-control-input:checked~.custom-control-label::after { -webkit-transform: translateX(1.4rem); -ms-transform: translateX(1.4rem); transform: translateX(1.4rem); }
.custom-switch.custom-switch-text .custom-control-input:checked~.custom-control-label::after { -webkit-transform: translateX(1.6rem); -ms-transform: translateX(1.6rem); transform: translateX(1.6rem); }
.custom-switch-inner { display: block; text-align: center; }
.custom-switch.custom-switch-text input:checked~label::before { color: var(--iq-white); content: attr(data-on-label); text-align: left; }
.custom-switch.custom-switch-text label::before { color: var(--iq-black); content: attr(data-off-label); width: 2.85rem; height: 20px; padding: 0 4px; font-size: 11px; line-height: 18px; text-align: right; }
.custom-switch.custom-switch-text label:after { position: absolute; -webkit-transition: all .25s ease; transition: all .25s ease; user-select: none; height: 16px; width: 16px; }
.custom-switch.custom-switch-text input:checked~label.custom-control-label::after { transform: translateX(1.6rem); -webkit-transform: translateX(1.6rem); }
.form-label-group { position: relative; margin-bottom: 1.5rem; }
.form-label-group>label { position: absolute; top: 0; left: 0; display: block; -webkit-transition: all .25s ease-in-out; transition: all .25s ease-in-out; padding: .6rem; color: var(--iq-body-text); font-size: .85rem; opacity: 0; }
.counter-value { color: var(--iq-white); padding: 1px 6px; font-size: .6rem; border-radius: 0 0 5px 5px; margin-right: 1rem; }
.vector-map.h-500 { width: 100%; height: 500px; }

/*---------------------------------------------------------------------
slick Arrow
-----------------------------------------------------------------------*/
.slick-arrow.left { left: 0; top: 0; }
.slick-arrow.right { right: 0; top: 0; }
.slick-arrow { background: var(--iq-light-primary); padding: 11px; font-size: 24px; position: absolute; line-height: 90px; z-index: 9; }
.slick-arrow:hover { text-decoration: none; }

/*---------------------------------------------------------------------
Calender
-----------------------------------------------------------------------*/
.fc-unthemed .fc-toolbar .fc-button { background: rgba(130, 122, 243, 0.2);  color: var(--iq-primary); border: none; text-transform: capitalize; border-radius: 8px; -webkit-border-radius: 8px; }
.fc-unthemed .fc-toolbar .fc-button.fc-button-active, .fc-unthemed .fc-toolbar .fc-button:active, .fc-unthemed .fc-toolbar .fc-button:focus { color: var(--iq-white); background-color: var(--iq-primary); }
.job-classification li, .today-schedule li { list-style-type: none; margin-bottom: 10px; }
.job-classification li > i, .today-schedule li i { margin-right: 10px; border-radius: 50%; color: var(--iq-white); }
.schedule-text span { display: block; }
.calender-small .flatpickr-calendar.animate.inline { width: 100%; box-shadow: none; }
.calender-small .dayContainer { width: 100%; min-width: auto; }
.calender-small .flatpickr-days { width: 100%; }
.calender-small .flatpickr-day.today { color: var(--iq-white); border-color: var(--iq-primary); background: var(--iq-primary); }
.calender-small .flatpickr-day.today:hover, .calender-small .flatpickr-day.today:focus { color: var(--iq-white); border-color: var(--iq-primary); background: var(--iq-success) }
.calender-small .flatpickr-months { margin-bottom: 10px; }
.calender-small .flatpickr-current-month .flatpickr-monthDropdown-months { font-size: 16px; }
.calender-small .flatpickr-current-month .flatpickr-monthDropdown-months:hover { background: transparent; color: var(--iq-primary); }
.calender-small .flatpickr-current-month input.cur-year { font-size: 16px; }
.calender-small .numInputWrapper:hover { background: transparent; }
.calender-small .flatpickr-months .flatpickr-prev-month, .calender-small .flatpickr-months .flatpickr-next-month { padding: 7px 10px; }
.calender-small .flatpickr-day.selected, .calender-small .flatpickr-day.startRange, .calender-small .flatpickr-day.endRange, .calender-small .flatpickr-day.selected.inRange, .calender-small .flatpickr-day.startRange.inRange, .calender-small .flatpickr-day.endRange.inRange, .calender-small .flatpickr-day.selected:focus, .calender-small .flatpickr-day.startRange:focus, .calender-small .flatpickr-day.endRange:focus, .calender-small .flatpickr-day.selected:hover, .calender-small .flatpickr-day.startRange:hover, .calender-small .flatpickr-day.endRange:hover, .calender-small .flatpickr-day.selected.prevMonthDay, .calender-small .flatpickr-day.startRange.prevMonthDay, .calender-small .flatpickr-day.endRange.prevMonthDay, .calender-small .flatpickr-day.selected.nextMonthDay, .calender-small .flatpickr-day.startRange.nextMonthDay, .calender-small .flatpickr-day.endRange.nextMonthDay { color: var(--iq-white); border-color: var(--iq-primary); background: var(--iq-primary); }
.calender-small .flatpickr-day.inRange, .calender-small .flatpickr-day.prevMonthDay.inRange, .calender-small .flatpickr-day.nextMonthDay.inRange, .calender-small .flatpickr-day.today.inRange, .calender-small .flatpickr-day.prevMonthDay.today.inRange, .calender-small .flatpickr-day.nextMonthDay.today.inRange, .calender-small .flatpickr-day:hover, .calender-small .flatpickr-day.prevMonthDay:hover, .calender-small .flatpickr-day.nextMonthDay:hover, .calender-small .flatpickr-day:focus, .calender-small .flatpickr-day.prevMonthDay:focus, .calender-small .flatpickr-day.nextMonthDay:focus { background: var(--iq-color-light); color: var(--iq-primary); border-color: transparent; }
.smaill-calender-home .flatpickr-calendar.animate.inline { margin: 0 auto; width: 100%; box-shadow: none; border: none; border-radius: 8px; }
.smaill-calender-home .flatpickr-day.selected, .smaill-calender-home .flatpickr-day.startRange, .smaill-calender-home .flatpickr-day.endRange, .smaill-calender-home .flatpickr-day.selected.inRange, .smaill-calender-home .flatpickr-day.startRange.inRange, .smaill-calender-home .flatpickr-day.endRange.inRange, .smaill-calender-home .flatpickr-day.selected:focus, .smaill-calender-home .flatpickr-day.startRange:focus, .smaill-calender-home .flatpickr-day.endRange:focus, .smaill-calender-home .flatpickr-day.selected:hover, .smaill-calender-home .flatpickr-day.startRange:hover, .smaill-calender-home .flatpickr-day.endRange:hover, .smaill-calender-home .flatpickr-day.selected.prevMonthDay, .smaill-calender-home .flatpickr-day.startRange.prevMonthDay, .smaill-calender-home .flatpickr-day.endRange.prevMonthDay, .smaill-calender-home .flatpickr-day.selected.nextMonthDay, .smaill-calender-home .flatpickr-day.startRange.nextMonthDay, .smaill-calender-home .flatpickr-day.endRange.nextMonthDay { color: var(--iq-white); text-decoration: none; background: var(--iq-primary);border-color: var(--iq-primary); }
.smaill-calender-home .flatpickr-days, .smaill-calender-home .dayContainer { width: 100%; }
.smaill-calender-home .flatpickr-innerContainer { justify-content: space-around; }

/*---------------------------------------------------------------------
 Wizard
-----------------------------------------------------------------------*/
#form-wizard1, #form-wizard2, #form-wizard3 { position: relative; }
#form-wizard1 input[type="file"] { line-height: 27px; }
#form-wizard1 fieldset:not(:first-of-type) { display: none }
.card { z-index: 0; border: none; position: relative }
.steps { font-size: 20px; color: var(--iq-icon-color); font-weight: normal; text-align: right }
#top-tab-list { margin: 0 -10px 60px; overflow: hidden; color: var(--iq-icon-color); }
#top-tab-list .active { color: var(--iq-primary); }
#top-tab-list li { list-style-type: none; font-size: 18px; width: 25%; float: left; text-align: left; position: relative; font-weight: 400 }
#top-tab-list li i { display: inline-block; text-align: center; height: 50px; width: 50px; line-height: 50px; font-size: 20px; border-radius: 50%; margin: 0 15px 0 0; color: var(--iq-white); background: var(--iq-primary); }
#top-tab-list li.active a { color: var(--iq-white); background: var(--iq-primary); }
#top-tab-list li.active.done a { background: var(--iq-success); }
#top-tab-list li.active.done i { color: var(--iq-success); }
#top-tab-list li#confirm.active a { background: var(--iq-success); }
#top-tab-list li#confirm.active i { color: var(--iq-success); }
#top-tab-list li a { background: var(--iq-color-light); color: var(--iq-primary); display: block; padding: 15px; margin: 0 10px; border-radius: 8px; -webkit-border-radius: 8px; text-decoration: none; }
#top-tab-list li.active i { background-color: var(--iq-white); color: var(--iq-primary); }
.fit-image { width: 100%; object-fit: cover }

/* validate */
.stepwizard-row { display: block; margin: 0 -20px; }
.stepwizard { display: table; width: 100%; position: relative; }
.setup-content { margin-top: 60px; }
.wizard-step { font-size: 18px; width: 25%; float: left; position: relative; font-weight: 400; text-align: center; }
.stepwizard-row .wizard-step a.btn { background: var(--iq-white); color: var(--iq-body-text); font-size: 18px; font-weight: 400; display: block; padding: 50px 15px; margin: 10px 20px; border-radius: 20px; -webkit-border-radius: 20px; text-decoration: none; border: 1px solid var(--iq-light-border); font-family: 'Muli', sans-serif; }
.stepwizard-row .wizard-step i { display: block; text-align: center; height: 65px; width: 65px; line-height: 65px; font-size: 25px; border-radius: 50%; margin: 0 auto 20px; color: var(--iq-white); background: var(--iq-primary); }
.stepwizard-row #user.active a { background: var(--iq-light-primary); border-color: var(--iq-primary); }
.stepwizard-row #document.active a { background: var(--iq-light-danger); border-color: var(--iq-danger); }
.stepwizard-row #bank.active a { background: var(--iq-light-success); border-color: var(--iq-success); }
.stepwizard-row #confirm.active a { background: var(--iq-light-warning); border-color: var(--iq-warning); }
.stepwizard-row .wizard-step#user i { background: var(--iq-color-light); color: var(--iq-primary); }
.stepwizard-row .wizard-step#document i { background: var(--iq-light-danger); color: var(--iq-danger); }
.stepwizard-row .wizard-step#bank i { background: var(--iq-light-success); color: var(--iq-success); }
.stepwizard-row .wizard-step#confirm i { background: var(--iq-light-warning); color: var(--iq-warning); }
.stepwizard-row .wizard-step.active i { background-color: var(--iq-white) !important; }
.stepwizard-row .wizard-step#document.active i { background: var(--iq-light-danger); color: var(--iq-danger); }
.stepwizard-row .wizard-step#bank.active i { background: var(--iq-light-success); color: var(--iq-success); }
.stepwizard-row .wizard-step#confirm.active i { background: var(--iq-light-warning); color: var(--iq-warning); }
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline { color: var(--iq-danger); }
.has-error .form-control { border: 1px solid var(--iq-danger); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); }
.btn.disabled, .btn[disabled], fieldset[disabled] .btn { cursor: not-allowed; pointer-events: none; -webkit-box-shadow: none; box-shadow: none; }

/* vertical */
#form-wizard3 fieldset:not(:first-of-type) { display: none }
#top-tabbar-vertical { overflow: hidden; color: var(--iq-icon-color); margin: 0 -20px 60px; }
#top-tabbar-vertical .active { color: var(--iq-primary); }
#top-tabbar-vertical li { list-style-type: none; font-size: 18px; width: 100%; float: left; position: relative; font-weight: 400 }
#top-tabbar-vertical li i { display: inline-block; text-align: center; height: 50px; width: 50px; line-height: 50px; font-size: 20px; border-radius: 50%; margin: 0 20px 0 0; }
#top-tabbar-vertical li#personal i { background: var(--iq-color-light); color: var(--iq-primary); }
#top-tabbar-vertical li#contact i { background: var(--iq-light-danger); color: var(--iq-danger); }
#top-tabbar-vertical li#official i { background: var(--iq-light-success); color: var(--iq-success); }
#top-tabbar-vertical li#payment i { background: var(--iq-light-warning); color: var(--iq-warning); }
#top-tabbar-vertical li.active a { border-color: transparent; }
#top-tabbar-vertical li a { background: var(--iq-white); color: var(--iq-black); display: block; padding: 20px 15px; margin: 10px 20px; border-radius: 20px; -webkit-border-radius: 20px; text-decoration: none; border: 1px solid var(--iq-light-border); }
#top-tabbar-vertical li.active i { background-color: var(--iq-white); color: var(--iq-primary); }
#top-tabbar-vertical #personal.active a { background: var(--iq-light-primary); }
#top-tabbar-vertical #contact.active a { background: var(--iq-light-danger); }
#top-tabbar-vertical #official.active a { background: var(--iq-light-success); }
#top-tabbar-vertical #payment.active a { background: var(--iq-light-warning); }
#top-tabbar-vertical li.active i { background: var(--iq-white) !important; }

/*---------------------------------------------------------------------
Chat
-----------------------------------------------------------------------*/
.chat-page img { border-radius: 30px; }
#chat-search { padding-left: 40px; }
.form-group.chat-search-data > i { position: absolute; top: 8px; left: 15px; color: var(--iq-primary); font-size: 16px; }
.chat-sidebar-name { width: 100%; }
.chat-msg-counter { height: 20px; width: 20px; border-radius: 50%; line-height: 22px; margin: 0 auto; font-size: 10px; }
.chat-meta span { font-size: 10px; }
span.avatar-status { position: absolute; bottom: -5px; top: auto; left: auto; right: 0; }
.iq-chat-ui li a { text-decoration: none; display: block; padding: 20px 15px; border-bottom: 1px solid var(--iq-light-border); }
.iq-chat-ui li a.active { border-color: transparent; }
.nav-pills li a.active { color: var(--iq-primary); background-color: var(--iq-color-light); }
.iq-chat-ui li:last-child a { border: none; }
.iq-chat-ui li:nth-child(2) a, .iq-chat-ui li:nth-child(6) a { border: none; }
.chat-sidebar-channel { overflow-y: scroll; overflow-x: hidden; /*height: 450px;*/ height: calc(100vh - 19rem); margin-bottom: 15px; }
.chat-data { background: url(../images/page-img/100.jpg) no-repeat scroll center center; background-size: cover; }
.chat-header-icons .dropdown-toggle:empty::after { display: none; }
.chat-header-icons > a, .chat-header-icons > span { width: 40px; height: 40px; font-size: 20px; margin: 0 5px 0 0; color: var(--iq-primary); display: inline-block; text-align: center; line-height: 40px; border-radius: 8px; cursor: pointer; }
.chat-content { position: relative; height: calc(100vh - 17rem); text-align: center; padding: 1.4rem; overflow-y: scroll; overflow-x: hidden; }
.chat-user { float: right; text-align: center; }
.chat-user span.chat-time { display: block; font-size: 12px; font-weight: 500; }
.chat-detail { overflow: hidden; }
.chat-message { position: relative; float: right; text-align: right; padding: .75rem 1rem; margin: 0 1.33rem 1.33rem .3rem; clear: both; word-break: break-word; color: var(--iq-white); background: var(--iq-primary); border-radius: 8px; box-shadow: 0 2px 4px 0 rgba(90, 141, 238, .6); }
.chat-message > p { margin: 0; }
.chat-left .chat-message::after { right: auto; left: -7px; border-width: 5px 7px 5px 0; border-color: transparent var(--iq-white) transparent transparent; }
.chat-content .chat-left .chat-message { text-align: left; float: left; margin: 0 .3rem 1.8rem 1.3rem; color: var(--iq-body-text); background-color: var(--iq-white); box-shadow: 0px 0px 12px 0px rgba(55, 73, 72, 0.06); }
.chat-sidebar-channel .avatar, .avatar { position: relative; }
.chat-start { display: flex; justify-content: center; align-items: center; height: calc(100vh - 10rem); flex-direction: column; }
span.iq-start-icon { font-size: 50px; background: var(--iq-white); width: 100px; text-align: center; border-radius: 50%; }
.chat-attagement { font-size: 20px; }
.chat-attagement a { color: var(--iq-icon-color); }
.chat-detail .chat-message .chat-time { position: absolute; bottom: -20px; right: 0; color: var(--iq-body-text); font-size: .8rem; white-space: nowrap; }
.chat-left .chat-user { float: left; }
.chat-content .chat-body .chat-message p { margin-bottom: 0; }
.chat-data .tab-content { position: relative; }
.chat-searchbar { position: relative; }
.chat-user-detail-popup { position: absolute; top: 0; width: 360px; background: var(--iq-white); right: 0; overflow: hidden; left: auto; z-index: 9; height: 100%; opacity: 0; transform: translateX(110%); -webkit-transform: translateX(110%); transition: all 0.45s ease 0s; -webkit-transition: all 0.45s ease 0s; box-shadow: 0px 0px 12px 0px rgba(55, 73, 72, 0.06); border-radius: 5px; visibility: hidden; }
.chat-user-detail-popup.show { opacity: 1; visibility: visible; transform: translateX(0); -webkit-transform: translateX(0); transition: all 0.45s ease 0s; -webkit-transition: all 0.45s ease 0s; }
.chatuser-detail .title { font-weight: 500; }
.chatuser-detail { padding: 0 35px; }
.user-profile button.close-popup { display: block; font-size: 24px; }
ul.user-status { list-style: none; }
#user-detail-popup { position: absolute; top: 0; width: 310px; background: var(--iq-white); right: 0; overflow: hidden; left: auto; z-index: 9; height: 100%; opacity: 0; transform: translateX(-90%); -webkit-transform: translateX(-90%); transition: all 0.45s ease 0s; -webkit-transition: all 0.45s ease 0s; box-shadow: 0px 0px 12px 0px rgba(55, 73, 72, 0.06); border-radius: 5px; visibility: hidden; }
#user-detail-popup.show { opacity: 1; visibility: visible; transform: translateX(0); -webkit-transform: translateX(0); transition: all 0.45s ease 0s; -webkit-transition: all 0.45s ease 0s; }
#user-detail-popup .user-profile button.close-popup { text-align: right; width: 100%; }
.chat-sidebar-channel h5 { border-bottom: 1px solid var(--iq-light-border); padding-bottom: 10px; }
.chat-sidebar-name h6 { font-size: 1.2em; }
.chat-sidebar-name span { color: var(--iq-icon-color); }
button.close-btn-res { display: none; }
div#sidebar-toggle { display: none; }

/*---------------------------------------------------------------------
Profile Page
-----------------------------------------------------------------------*/
.profile-img img { border-radius: 50%; -webkit-border-radius: 50%; border: 1px solid rgba(0, 0, 0, .1); }
.cover-container { position: relative; }
ul.header-nav { position: absolute; left: auto; right: 0; top: auto; bottom: 20px; }
ul.header-nav li { list-style: none; }
ul.header-nav li  a { display: block; list-style: none; height: 40px; width: 40px; background: var(--iq-white); border-radius: 50%; line-height: 40px; text-align: center; color: var(--iq-primary); font-size: 18px; margin: 0 15px 0 0; }
.profile-img { margin-top: -80px; }
.profile-feed-items li { list-style: none; }
.profile-feed-items li:last-child a { margin: 0; }
.profile-feed-items li a { text-decoration: none; text-transform: capitalize; color: var(--iq-primary); background-color: var(--iq-light-primary); margin: 0 20px 0 0; }
.nav-pills.profile-feed-items li a.active { color: var(--iq-white); background: var(--iq-primary); }
.news-icon { font-size: 18px; margin-right: 20px; }
ul.profile-img-gallary { list-style: none; margin: 0 -1px 0 -4px !important; }
.twit-feed p span i { background: var(--iq-primary); color: var(--iq-white); height: 10px; width: 10px; border-radius: 50%; font-size: 10px; }
.twit-feed .twit-meta-tag { color: var(--iq-primary); }
.twit-feed .media-support-user-img img { height: 50px; }
ul.media-story img { border: 1px solid rgba(0, 0, 0, .1); padding: 2px; }
ul.media-story li.active img { border-color: var(--iq-primary); }
.add-suggestion { height: 40px; width: 40px; border-radius: 50%; text-align: center; line-height: 35px; font-size: 16px; color: var(--iq-primary); }
.suggestions-lists .btn { display: block; }
.feather-icon a, .message-icon a { color: var(--iq-icon-color); font-size: 18px; font-weight: 300; }
ul.post-comments { list-style: none; }
.comment-activity > a { margin-right: 10px; text-transform: capitalize; color: var(--iq-primary); text-decoration: none; }
form.comment-text { position: relative; }
.comment-attagement { position: absolute; left: auto; right: 0; font-size: 20px; }
.comment-attagement a { color: var(--iq-icon-color); }
#profile-activity .iq-timeline li { margin-bottom: 15px; }
.about-info a, div#profile-profile a { color: var(--iq-icon-color); }
.twit-date a { color: var(--iq-icon-color); }

/*---------------------------------------------------------------------
Profile Edit 
-----------------------------------------------------------------------*/
.profile-pic { max-width: 100%; display: block; border-radius: 50%; -webkit-border-radius: 50%; }
.profile-img-edit { position: relative; display: inline-block; height: 150px; width: 150px; }
.file-upload { display: none; }
.p-image { position: absolute; top: auto; right: 8px; bottom: 10px; transition: all .3s cubic-bezier(.175, .885, .32, 1.275); background: var(--iq-primary); color: var(--iq-white); border-radius: 50%; height: 30px; width: 30px; line-height: 28px; text-align: center; font-size: 12px; cursor: pointer; }
.upload-button { font-size: 1.5em; }
.iq-edit-profile .nav-link { padding: 20px 15px; border-radius: 0; color: var(--iq-icon-color); text-align: center; font-size: 16px; border-left: 1px solid var(--iq-light-border); }
.iq-edit-profile.nav-pills .nav-link.active, .iq-edit-profile.nav-pills .show>.nav-link { color: var(--iq-white); background: var(--iq-primary); }
ul.iq-edit-profile li:first-child a { border-radius: 8px 0 0 15px; border-left: none; }
ul.iq-edit-profile li:last-child a { border-radius: 0 15px 15px 0; }

/*---------------------------------------------------------------------
Todo Page
-----------------------------------------------------------------------*/
.iq-todo-page .search-link, .iq-todo-right .search-link { position: absolute; top: 0; left: 10px; font-size: 18px; line-height: 43px; color: var(--iq-icon-color); }
.iq-todo-page .todo-search, .iq-todo-right .todo-search { padding-left: 35px; }
.add-new-project > a { padding: 0 15px; color: var(--iq-icon-color); text-transform: capitalize; text-decoration: none; }
.notification-icon > span { height: 11px; width: 11px; border-radius: 50%; line-height: 13px; font-size: 8px; text-align: center; position: absolute; top: -5px; left: auto; right: -8px; }
.todo-date { font-size: 16px; }
.iq-todo-page ul { list-style: none; }
.iq-todo-page ul li a { color: var(--iq-icon-color); text-decoration: none; }
.iq-todo-page ul ul li a { padding-left: 25px; }
.iq-todo-page ul > li > a { padding: 10px 15px; display: block; border-radius: 5px; -webkit-border-radius: 5px; }
.iq-todo-page ul > li[aria-expanded="true"] > a { color: var(--iq-primary); background: var(--iq-color-light); }
.iq-todo-page ul > li li:hover a, .iq-todo-page ul > li li.active a { color: var(--iq-primary); background: var(--iq-color-light); }
ul.todo-task-lists li:hover { background: var(--iq-color-light); transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; }
ul.todo-task-lists li.active-task { background: var(--iq-color-light); }
.media-support-info p { line-height: normal; }
.todo-task-list .sub-task { display: none; }
.todo-task-list .sub-task.show { display: block; }

/*---------------------------------------------------------------------
Privacy Policy Page
-----------------------------------------------------------------------*/
.privacy-status { }
.input-group .input-group-text { background: var(--iq-light); border: 0px solid var(--iq-dark-border); }
.data-privacy { margin: 30px 0; }

/*---------------------------------------------------------------------
User List Page
-----------------------------------------------------------------------*/
.list-user-action a { font-size: 16px; height: 25px; width: 25px; text-align: center; line-height: 25px; margin: 0 3px; display: inline-block; border-radius: 5px; }
#user-list-table.table td { vertical-align: middle; }
.user-list-files a { padding: 10px 15px; margin: 0 0 0 10px; border-radius: 8px; line-height: normal; }
.table-responsive #exampleInputSearch { width: auto; }
.fieldlabels { color: var(--iq-dark) !important; text-align: left }
#progressbar { margin-bottom: 30px; overflow: hidden; color: var(--iq-dark); padding-left: 0px; margin-top: 30px; }
#progressbar li { list-style-type: none; font-size: 13px; width: 33.33%; float: left; position: relative; font-weight: 400; }
#progressbar #step1:before { content: "1"; color: var(--iq-white); }
#progressbar #step2:before { content: "2"; color: var(--iq-white); }
#progressbar #step3:before { content: "3"; color: var(--iq-white); }
#progressbar li:before { width: 40px; height: 40px; line-height: 45px; display: block; font-size: 20px; background: var(--iq-dark); border-radius: 50%; margin: auto; padding: 0px; }
#progressbar li:after { content: ''; width: 100%; height: 2px; background: var(--iq-dark); position: absolute; left: 0; top: 21px; z-index: -1; }
#progressbar li:last-child:after { border-top-right-radius: 10px; border-bottom-right-radius: 10px; position: absolute; left: -50%; }
#progressbar li:nth-child(2):after { left: -50%; }
#progressbar li:first-child:after { border-top-left-radius: 10px; border-bottom-left-radius: 10px; position: absolute; left: 50%; }
#progressbar li:last-child:after { border-top-right-radius: 10px; border-bottom-right-radius: 10px; }
#progressbar li:first-child:after { border-top-left-radius: 10px; border-bottom-left-radius: 10px; }
#progressbar li.active:before, #progressbar li.active:after { background: rgba(130, 122, 243, 1);  border-color: var(--iq-primary); }
#progressbar li.done:before, #progressbar li.done:after { background: rgba(130, 122, 243, 1);  border-color: var(--iq-primary); }
.card-block { display: none; }
.card-block.show { display: block; }

/*---------------------------------------------------------------------
Add User Page
-----------------------------------------------------------------------*/
.add-img-user .p-image { position: static; text-align: left; display: block; height: auto; width: auto; background: transparent; margin-top: 20px; }
.img-extension a, .img-extension span { color: var(--iq-icon-color); padding: 0 3px; font-size: 13px; }

/*---------------------------------------------------------------------
  Horizontal Menu Page
  -----------------------------------------------------------------------*/
.iq-page-menu-horizontal .iq-sidebar-logo { padding-top: 0; width: auto; display: block; }
.iq-page-menu-horizontal .iq-top-navbar .iq-sidebar-logo .top-logo { display: block; }

/*---------------------------------------------------------------------
index Page
-----------------------------------------------------------------------*/
.iq-welcome-block-data { padding: 16px 0; }
.iq-welcome-block-data .img-element { position: absolute; top: 0; left: 0; bottom: 0; right: 0; }
.iq-welcome-block-data img.img-element.bottom { top: auto; }
.iq-welcome-block-data .img-element.right-img { left: auto; }
.iq-welcome-block-data .img-element.top-left { left: auto; bottom: auto; top: -50px; }
.iq-welcome-block-data .img-element.left-img { width: 100%; }

/*---------------------------------------------------------------------
Dashboard 1
-----------------------------------------------------------------------*/
.profile-icon { height: 40px; width: 40px; line-height: 40px; text-align: center; font-size: 20px; font-weight: 700; border-radius: 50%; }
.icon.icon-box { font-size: 40px; line-height: 50px; }
.user-img span.avatar-status { bottom: -10px; right: -5px; }
.left-icon-box a { text-align: center; display: block; font-size: 50px; width: 120px; background: rgba(0, 0, 0, 0.02); border-radius: 8px; }

/* progress bar */
.progress-round { width: 50px; height: 50px; background: none; position: relative; }
.progress-round::after { content: ""; width: 100%; height: 100%; border-radius: 50%; border: 3px solid var(--iq-light-border); position: absolute; top: 0; left: 0; }
.progress-round>span { width: 50%; height: 100%; overflow: hidden; position: absolute; top: 0; z-index: 1; }
.progress-round .progress-left { left: 0; }
.progress-round .progress-bar { width: 100%; height: 100%; background: none; border-width: 3px; border-style: solid; position: absolute; top: 0; }
.progress-round .progress-left .progress-bar { left: 100%; border-top-right-radius: 80px; border-bottom-right-radius: 80px; border-left: 0; -webkit-transform-origin: center left; transform-origin: center left; }
.progress-round .progress-right { right: 0; }
.progress-round .progress-right .progress-bar { left: -100%; border-top-left-radius: 80px; border-bottom-left-radius: 80px; border-right: 0; -webkit-transform-origin: center right; transform-origin: center right; }
.progress-round .progress-value { position: absolute; top: 0; left: 0; }
#home-chart-03 .apexcharts-legend.center.position-right { right: 35px !important; }

/*---------------------------------------------------------------------
Dashboard - 2
-----------------------------------------------------------------------*/
.iq-iconbox { height: 50px; width: 50px; line-height: 50px; text-align: center; font-size: 25px; border-radius: 8px; }
.iq-scale-border { height: 50px; width: 50px; border: 8px solid; border-radius: 50%; }
.iq-scale-border.like-block { border-color: var(--iq-light-primary); }
.iq-scale-border.comment-block { border-color: var(--iq-light-info); }
.iq-scale-border.share-block { border-color: #fedc8a; }
.iq-scale-border.repost-block { border-color: #fa847b; }
.iq-scale-border.view-block { border-color: #56d172; }
.iq-scale-border.post-block { border-color: #cacaca; }
ul#post-slider .slick-arrow { top: -64px; background: transparent; height: 30px; width: 30px; color: var(--iq-icon-color); border: 1px solid var(--iq-dark-border); padding: 0; line-height: 30px; text-align: center; }
ul#post-slider .slick-arrow.left { left: auto; right: 35px; }
.iq-caption { position: absolute; top: 30px; left: 50px; color: var(--iq-white); }
.iq-caption h1 { color: var(--iq-white); font-size: 60px; line-height: 60px; font-weight: 800; }
.iq-caption p { color: var(--iq-white); font-size: 20px; letter-spacing: 4.2px; }
div#stats { display: none; }
.d-flex.stats-data { display: none !important; }
.ais-SearchBox-form { background: var(--iq-body-bg); border-radius: 8px; }

/*---------------------------------------------------------------------
small sidebar with icon
-----------------------------------------------------------------------*/
body.icon-with-text .iq-sidebar-logo { padding-left: 0; }
body.icon-with-text .iq-sidebar-logo a { display: block; text-align: center; }
.two-sidebar .iq-sidebar-small { z-index: 1030; position: fixed; width: 60px; height: 100vh; top: 0; left: 0; padding: 20px 0; display: flex; flex-direction: column; justify-content: space-between; text-align: center; background: var(--iq-white); }
.two-sidebar .iq-sidebar { margin-left: 60px; }
.two-sidebar .content-page { margin-left: 320px; }
.two-sidebar .iq-sidebar-logo { width: 320px; }
.two-sidebar .iq-footer { margin-left: 320px; }
.two-sidebar .iq-menu-bt { margin: 0 auto; line-height: 17px; font-size: 20px; }
body.two-sidebar.sidebar-main .iq-sidebar-small .iq-menu-bt { opacity: 1; display: block; }
body.two-sidebar.sidebar-main .iq-sidebar { width: 0; }
body.two-sidebar.sidebar-main .content-page, body.sidebar-main .iq-footer { margin-left: 60px; }
body.two-sidebar.sidebar-main .iq-sidebar-logo { width: 60px }
.sidebar-menu-icon { display: flex; flex-direction: column; }
.sidebar-menu-icon > a { font-size: 18px; display: block; padding: 5px 0; color: var(--iq-white) }
.menu-open { opacity: 0; position: absolute; top: 0; text-align: center; left: 0; right: 0; margin: 0 auto; border-radius: 50%; }
.wrapper-menu.open .menu-close { opacity: 0; }
.wrapper-menu.open .menu-open { opacity: 1; }
.two-sidebar.sidebar-main .wrapper-menu.open { transform: rotate(0deg); }
.icon-with-text .iq-sidebar-menu .iq-menu li.active { margin: 0; }

/*---------------------------------------------------------------------
Product Detail Page
-----------------------------------------------------------------------*/
.product-description { padding: 20px 20px 0; }
.ratting { margin: 0 0 10px; font-size: 18px; color: var(--iq-primary); }
.additional-product-action .product-action .add-to-cart a { width: auto; padding: 0 20px; background: rgba(130, 122, 243, 1) !important; color: var(--iq-white); }
.additional-product-action .product-action .wishlist a { width: auto; padding: 0 20px; background: var(--iq-body-bg); color: var(--iq-primary); }
.description-tabs { margin-top: 100px; }
.iq-product-cover img, .iq-additional_slider img { border-radius: 5px; }
.description-tabs .nav-item .nav-link { font-size: 18px; }
#related-slider .slick-arrow { top: 25%; height: 40px; width: 40px; padding: 0; text-align: center; line-height: 40px; border-radius: 5px; }
.btn-increment button, .btn-increment input { background: transparent; border: 1px solid var(--iq-light-border); }
ul.grid_list { list-style: none; }
ul.grid_list li a { background: #e5f2ff; color: var(--iq-primary); font-size: 18px; text-align: center; line-height: 38px; display: inline-block; width: 40px; height: 40px; margin-right: 10px; border-radius: 5px; }
.Products ul.product_list { list-style: none; margin: 0 -10px; padding: 0; }
.product-miniature { width: 100%; position: relative; margin-bottom: 30px; overflow: hidden; display: inline-block; vertical-align: top; }
.thumbnail-container { position: relative; overflow: hidden; }
.product-action { position: relative; float: left; transition: all 0.45s ease 0s; }
.Products li:hover .product-miniature .product-action { transition: all 0.45s ease 0s; }
.product-action > div { display: inline-block; }
.product-action a { background: #e5f2ff; color: var(--iq-primary); font-size: 18px; text-align: center; line-height: 38px; display: inline-block; width: 40px; height: 40px; margin: 0 5px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.regular-price { color: var(--iq-black); font-size: 20px; margin-bottom: 10px; }
.regular-price span { color: var(--iq-icon-color); text-decoration: line-through; }
.shipping span, .stock span { color: var(--iq-black); }
input.increment { text-align: center; }
.ratting { margin: 0 0 10px; font-size: 18px; color: var(--iq-primary); }
.thumbnail-container img { border-radius: 10px 10px 0 0; -webkit-border-radius: 10px 10px 0 0; -moz-border-radius: 10px 10px 0 0; }
.thumbnail-container .new { position: absolute; top: 15px; left: auto; right: 15px; background: var(--iq-white); font-size: 12px; padding: 2px 7px; border-radius: 4px; }
.iq-checkout-policy .iq-checkout-icon { height: 60px; width: 60px; line-height: 60px; font-size: 20px; text-align: center; }
.iq-checkout-policy ul li { border-bottom: 1px solid rgba(0, 0, 0, .1); }
.iq-checkout-policy ul li:last-child { border: none; }

/*additional slider */
.iq-additional_slider { margin: 15px 0; }
.iq-additional_slider li { padding: 0 10px; }
.iq-additional_slider img { height: 100px; width: 150px; }
.ais-Pagination-item--selected .ais-Pagination-link { background: rgba(130, 122, 243, 1);  border-color: var(--iq-primary) !important; color: var(--iq-white) !important; }
.ais-Breadcrumb-link, .ais-HierarchicalMenu-link, .ais-Menu-link, .ais-Pagination-link, .ais-RatingMenu-link { color: var(--iq-primary) !important; }

/*--------Extra ----------*/
.sell-list { -webkit-box-shadow: 0 2px 10px 0 rgba(4, 4, 7, 0.1); box-shadow: 0 2px 10px 0 rgba(4, 4, 7, 0.1); border-left: 4px solid; }
.icon-date { position: relative; height: 80px; width: 65px; text-align: center; line-height: 15px; padding-top: 7px; }
.icon-dot { height: 18px; width: 18px; border-radius: 50%; position: absolute; left: 36%; bottom: -9px; text-align: center; border: 2px solid var(--iq-white); }

/* table style extra  */
.list-1{background-color: rgba(153, 248, 255,0.2);}
.list-2{width: 150px;}

/* swiper */
.related-product-block .e-commerce-product .swiper-button-next, .related-product-block .e-commerce-product .swiper-button-prev { top: 25%; height: 40px; width: 40px; padding: 0; text-align: center; line-height: 40px; border-radius: 5px; background: var(--iq-primary); }
.swiper-button-next:after, .swiper-button-prev:after{font-size: 16px !important; font-weight: 600; color: var(--white)}
.d2-post-slider  .swiper-button-next,.d2-post-slider .swiper-button-prev{ top:40px; border-radius: 5px; background: var(--iq-primary);    height: 30px; width: 25px;background:var(--iq-primary);}
.d2-post-slider  .swiper-button-next{right: 30px; }
.d2-post-slider  .swiper-button-prev{left: auto; right: 60px;}
.d2-post-slider .swiper-button-next:after,.d2-post-slider .swiper-button-prev:after{font-size: 12px !important; font-weight: 600;}

/*
Template: Vito - Responsive Bootstrap 4 Admin Dashboard Template
Author: iqonicthemes.in
Design and Developed by: iqonicthemes.in
NOTE: This file contains the styling for responsive Template.
*/
@media (min-width:1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl { max-width: 1400px; }
}
@media(max-width:1699px) {
	.email-form .select2-container { width: 100% !important; }
	.sign-in-page { height: 100%; }
	.sign-in-detail { height: 100%}
	body.icon-with-text .iq-menu-bt-sidebar{display: none;}
}
@media (min-width:1300px) and (max-width: 1530px) {
	.iq-email-to-list {overflow-x: scroll; margin: 0 20px; padding-left: 0 !important;}
	.iq-email-to-list .justify-content-between {float: left; width: 900px;}
	.iq-chat-ui li a{padding: 20px 0;}
	.chat-sidebar-channel .avatar, .avatar{margin-right: 10px !important;}
	.chat-sidebar-channel .avatar > img{height: 40px; width: 40px;}
	.chat-sidebar-name > h6 {font-size: 14px;}
	.chat-sidebar-name span{font-size: 12px;}

}
@media(min-width:1300px) {
	body.icon-with-text .iq-sidebar-logo a{margin: 0 auto;}
	.iq-sidebar-menu .iq-menu .iq-menu-title i { display: none; }
	body.sidebar-main .iq-sidebar-menu .iq-menu .iq-menu-title i { font-size: 20px; display: block; }
	body.sidebar-main .iq-sidebar-menu .iq-menu .iq-menu-title i { display: block; }
	body.sidebar-main .iq-sidebar:hover .iq-sidebar-menu .iq-menu .iq-menu-title i { display: none; transition: all 0.45s ease 0s; }
	body.sidebar-main .iq-sidebar:hover .iq-sidebar-menu .iq-menu .iq-menu-title span { display: block; transition: all 0.45s ease 0s; }
	body.sidebar-main .iq-sidebar-menu .iq-menu .iq-menu-title span { display: none; }
	.sidebar-main .iq-sidebar:hover  .iq-submenu { opacity: 1; height: auto; }
	body.top-tab-horizontal .iq-menu-bt { display: none; }
	.sidebar-main .iq-sidebar .iq-submenu li a { font-size: 0; }
	.sidebar-main .iq-sidebar:hover  .iq-submenu li a { font-size: 14px; }
	body.sidebar-main-active .iq-sidebar-menu .iq-menu .iq-menu-title i { font-size: 20px; display: block; }
	body.sidebar-main-active .iq-sidebar-menu .iq-menu .iq-menu-title span { display: none; }
	body.sidebar-main-active .iq-sidebar:hover .iq-sidebar-menu .iq-menu .iq-menu-title span{ display: block; }
	body.sidebar-main-active .iq-sidebar:hover .iq-sidebar-menu .iq-menu .iq-menu-title i{display: none;}
	body.sidebar-main-active .iq-sidebar .iq-menu-bt-sidebar{display: none;}
	body.sidebar-main-active .iq-sidebar { width: 80px; }
	body.sidebar-main-active .iq-sidebar .iq-sidebar-menu .iq-menu li a .iq-arrow-right { opacity: 0; }
	body.sidebar-main-active .iq-sidebar:hover .iq-sidebar-menu .iq-menu li a .iq-arrow-right { opacity: 1; }
	body.sidebar-main-active .iq-sidebar .iq-sidebar-menu .iq-menu li a span, body.sidebar-main-active .iq-sidebar-logo a span, body.sidebar-main-active .iq-sidebar-menu .iq-menu li a .badge { opacity: 0; display: none; }
	body.sidebar-main-active .iq-sidebar .iq-sidebar-menu .iq-menu li ul.iq-submenu li a { font-size: 0; }
	body.sidebar-main-active .iq-sidebar:hover .iq-sidebar-menu .iq-menu li ul.iq-submenu li a { font-size: 14px; padding: 15px 20px; }
	body.sidebar-main-active .iq-sidebar:hover .iq-menu li.menu-open > a { border-radius: 8px 8px 0 0; }
	body.sidebar-main-active .iq-sidebar:hover, body.sidebar-main-active .iq-sidebar:hover .iq-sidebar-logo { width: 260px; }
	body.sidebar-main-active .iq-sidebar:hover .iq-sidebar-menu .iq-menu li a span, body.sidebar-main-active .iq-sidebar:hover .iq-sidebar-logo a span, body.sidebar-main-active .iq-sidebar:hover .iq-sidebar-menu .iq-menu li a .badge, body.sidebar-main-active .iq-sidebar:hover .iq-menu-bt { opacity: 1; display: inline-block; }
	.iq-right-fixed { position: fixed; left: auto; right: 0; top: 0; width: 320px; background: var(--iq-card-bg); z-index: 99; height: 100%; }
	body.sidebar-main-active.right-column-fixed .iq-top-navbar { margin-right: 320px; width: calc(100% - 460px); }
	body.sidebar-main-active.right-column-fixed .content-page, body.sidebar-main-active.right-column-fixed .iq-footer { margin-left: 80px; margin-right: 320px; }
	body.sidebar-main-active.right-column-fixed .iq-top-navbar.fixed-header { width: calc(100% - 400px); }
	body.sidebar-main-active .iq-sidebar .iq-sidebar-menu .iq-menu li ul.iq-submenu.iq-submenu-data li a { padding-left: 15px; }
	body.sidebar-main-active .iq-sidebar:hover .iq-sidebar-menu .iq-menu li ul.iq-submenu.iq-submenu-data li a { padding-left: 50px; }


	/* Horizontal Menu Page */
	body.iq-page-menu-horizontal .iq-top-navbar { width: auto; left: 30px; }
	body.iq-page-menu-horizontal .iq-top-navbar.fixed-header { left: 0; }
	body.iq-page-menu-horizontal .iq-sidebar-menu .iq-menu li a[aria-expanded="true"]{ color: var(--iq-primary); background: transparent;}
	.iq-menu-horizontal .iq-sidebar-menu .iq-menu li a { padding: 28px 30px 28px 0; }
	.iq-menu-horizontal .iq-sidebar-menu .iq-menu li:last-child a { padding-right: 0; }
	.iq-menu-horizontal .iq-sidebar-menu .iq-menu li { position: relative; }
	.iq-page-menu-horizontal .content-page { margin-left: 0; }
	.iq-page-menu-horizontal .iq-footer { margin-left: 0; }
	.iq-page-menu-horizontal .iq-top-navbar .iq-sidebar-logo .top-logo { display: block; }
	.iq-menu-horizontal .iq-sidebar-menu .iq-menu li ul { display: block; position: absolute; top: 100%; padding: 0; min-width: 200px; background: var(--iq-white); z-index: 9; box-shadow: 0px 0px 12px 0px rgba(55, 73, 72, 0.06); transition: all 0.45s ease 0s; -webkit-transition: all 0.45s ease 0s; -moz-transition: all 0.45s ease 0s; -o-transition: all 0.45s ease 0s; transform: scale(1, 0); -webkit-transform: scale(1, 0); -moz-transform: scale(1, 0); -o-transform: scale(1, 0); -webkit-transform-origin: 0 0 0; -moz-transform-origin: 0 0 0; -o-transform-origin: 0 0 0; transform-origin: 0 0 0; }
	.iq-menu-horizontal .iq-sidebar-menu .iq-menu li ul #sidebar-scrollbar { height: 50vh; }
	.iq-menu-horizontal .iq-sidebar-menu li.active > a, .iq-menu-horizontal .iq-sidebar-menu li:hover >a { color: var(--iq-primary); background: transparent; }
	.iq-menu-horizontal .iq-sidebar-menu .iq-menu li.active .iq-submenu li.active>a { background-color: transparent; }
	.iq-menu-horizontal .iq-sidebar-menu .iq-menu li.active { margin: 0; }
	.iq-menu-horizontal .iq-sidebar-menu li:hover > .iq-submenu { display: block; transition: all 0.45s ease 0s; -webkit-transition: all 0.45s ease 0s; -moz-transition: all 0.45s ease 0s; -o-transition: all 0.45s ease 0s; transform: scale(1, 1); -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -o-transform: scale(1, 1); }
	.iq-menu-horizontal .iq-sidebar-menu .iq-menu li.menu-open .iq-arrow-right, .iq-menu-horizontal .iq-sidebar-menu .iq-menu li:hover .iq-arrow-right { transform: rotate(90deg); }
	.iq-menu-horizontal .iq-sidebar-menu .iq-menu li li .iq-arrow-right, .iq-menu-horizontal .iq-sidebar-menu .iq-menu li:hover li .iq-arrow-right { transform: rotate(0deg); }
	.iq-menu-horizontal .iq-sidebar-menu .iq-menu li li a .iq-arrow-right { transform: rotate(0); }
	.iq-menu-horizontal .iq-sidebar-menu .iq-menu li ul li a { padding: 12px 15px; }
	.iq-menu-horizontal .iq-sidebar-menu li > .iq-submenu.iq-submenu-data { opacity: 0; visibility: hidden; left: 100%; top: 0; transition: transform 0.2s; transform: translateX(-50px); }
	.iq-menu-horizontal .iq-sidebar-menu li:hover > .iq-submenu.iq-submenu-data { opacity: 1; visibility: visible; transition: all 0.45s ease 0s; transform: translateX(0); }
	.iq-menu-horizontal .iq-sidebar-menu .iq-menu li a:hover, .iq-menu-horizontal .iq-sidebar-menu .iq-menu li.active>a, .iq-menu-horizontal .iq-sidebar-menu .iq-menu li.menu-open>a { background: transparent !important; }
	.iq-menu-horizontal .iq-sidebar-menu .iq-menu li>a::before { display: none; }

	/* top-tab-horizontal */
	.top-tab-horizontal .iq-top-navbar .iq-sidebar-logo .top-logo { display: block; }
	.top-tab-horizontal .iq-sidebar-logo { padding: 0; display: block; }
	.top-tab-horizontal .content-page { padding: 90px 15px 0; width: 100%; margin-left: 0; }
	.top-tab-horizontal .iq-footer { margin-left: 0; }
	.tab-menu-horizontal { background: var(--iq-primary) !important;  margin-top: 75px; transition: all 0.45s ease 0s; position: fixed; top: 0; left: 0; right: 0; z-index: 9; }
	body.top-tab-horizontal .tab-menu-horizontal.menu-down { top: -60px; transition: all 0.45s ease 0s; opacity: 0; }
	body.top-tab-horizontal .tab-menu-horizontal.menu-up { top: 0; opacity: 1; transition: all 0.45s ease 0s; }
	.iq-menu-horizontal-tab .iq-sidebar-menu .iq-menu li > ul.iq-submenu { display: block; position: absolute; top: 150%; background: var(--iq-white); min-width: 260px; z-index: 9; padding: 0; opacity: 0; visibility: hidden; box-shadow: 0px 0px 12px 0px rgba(55, 73, 72, 0.06); transition: all 0.45s ease 0s; border-radius: 0 0 8px 8px; }
	.iq-menu-horizontal-tab .iq-sidebar-menu .iq-menu > li:hover > ul.iq-submenu { opacity: 1; visibility: visible; top: 100%; transition: all 0.45s ease 0s; }
	.iq-menu-horizontal-tab .iq-sidebar-menu .iq-menu li > ul.iq-submenu#ui-elements { height: 350px; overflow-y: scroll; }
	.iq-menu-horizontal-tab .iq-sidebar-menu .iq-menu li > ul.iq-submenu ul.iq-submenu-data { left: 130%; top: 0; padding: 0; opacity: 0; visibility: hidden; display: block; transition: all 0.45s ease 0s; border-radius: 0 8px 8px 8px; }
	.iq-menu-horizontal-tab .iq-sidebar-menu .iq-menu li > ul.iq-submenu li:hover ul.iq-submenu-data { left: 100%; opacity: 1; visibility: visible; transition: all 0.45s ease 0s; }
	.iq-menu-horizontal-tab .iq-sidebar-menu .iq-menu > li { padding: 10px 0; margin: 0; }
	.iq-menu-horizontal-tab .iq-sidebar-menu .iq-menu li.active { margin: 0; }
	.iq-menu-horizontal-tab .iq-sidebar-menu .iq-menu li.active .iq-submenu li.active>a { background-color: transparent; }
	.iq-menu-horizontal-tab .iq-sidebar-menu .iq-menu > li > a {background: transparent; border-radius: 8px; padding: 10px 20px; color: var(--iq-white); transition: all 0.5s ease-out 0s; }
	.iq-menu-horizontal-tab .iq-sidebar-menu .iq-menu li a[aria-expanded="true"] { background: transparent; }
	.iq-menu-horizontal-tab .iq-sidebar-menu .iq-menu > li:hover > a { color: var(--iq-primary); background: var(--iq-light-primary); transition: all 0.5s ease-out 0s; }
	body.top-tab-horizontal .iq-top-navbar .top-menu { border-radius: 0; margin-bottom: 0; padding: 0; min-height: 73px; position: fixed; top: 0; left: 0; width: 100%; display: inline-block; z-index: 99; background: var(--iq-white); -webkit-box-shadow: 0px 0px 25px 0px rgba(45, 69, 95, 0.1); -moz-box-shadow: 0px 0px 25px 0px rgba(45, 69, 95, 0.1); box-shadow: 0px 0px 25px 0px rgba(45, 69, 95, 0.1); }
	body.top-tab-horizontal .iq-top-navbar { position: static; box-shadow: none; }

	/* two sidebar */
	body.two-sidebar .iq-top-navbar { width: calc(100% - 375px); }
	body.two-sidebar .iq-top-navbar.fixed-header { width: calc(100% - 320px); }
	body.two-sidebar.sidebar-main .iq-top-navbar { width: calc(100% - 115px); }
	body.two-sidebar.sidebar-main .iq-top-navbar.fixed-header { width: calc(100% - 60px); }

	/* sidebar icon with text  */
	body.icon-with-text .iq-sidebar { width: 150px; overflow: unset; }
	body.icon-with-text .iq-sidebar #sidebar-scrollbar { overflow: unset !important; }
	body.icon-with-text .content-page { margin-left: 150px; }
	body.icon-with-text.sidebar-main .iq-sidebar { width: 80px; }
	body.icon-with-text.sidebar-main .iq-sidebar:hover, body.icon-with-text.sidebar-main .iq-sidebar:hover .iq-sidebar-logo { width: 180px; }
	body.icon-with-text.sidebar-main .iq-sidebar-logo { width: 80px; }
	body.icon-with-text.sidebar-main .content-page, body.icon-with-text.sidebar-main .iq-footer { margin-left: 80px; }
	body.icon-with-text .iq-sidebar-logo { width: 150px; position: relative; overflow: hidden; height: 74px; z-index: 9; flex-direction: column; }
	body.icon-with-text .iq-sidebar-menu .iq-menu > li > a { display: flex; flex-direction: column; }
	body.icon-with-text .iq-sidebar-menu .iq-menu li > a > i { margin: 0 0 10px }
	body.icon-with-text .iq-sidebar-menu .iq-menu li li > a > i { margin: 0 10px 0 0; }
	body.icon-with-text .iq-sidebar-menu .iq-menu li ul { background: var(--iq-blue-light); position: absolute; display: block; top: 0; left: 100%; padding: 0; min-width: 200px; opacity: 0; visibility: hidden; transition: transform 0.2s; transform: translateX(50px); }
	body.icon-with-text .iq-sidebar-menu .iq-menu li:hover > ul { opacity: 1; visibility: visible; transition: all 0.45s ease 0s; transform: translateX(0); }
	body.icon-with-text .iq-sidebar.sidebar-dark .iq-sidebar-menu .iq-menu li ul li a { padding-left: 15px; }
	body.icon-with-text .iq-sidebar-menu .iq-menu li a { padding: 15px; }
	body.icon-with-text .iq-footer { margin-left: 150px; }
	body.icon-with-text .iq-sidebar-menu .iq-menu li a .iq-arrow-right { position: absolute; left: auto; right: 0; top: 27px; font-size: 12px; }
	body.icon-with-text .iq-sidebar-menu .iq-menu .iq-submenu li a .iq-arrow-right { top: 15px; }
	body.icon-with-text .iq-sidebar-menu .iq-menu li a[aria-expanded="true"] .iq-arrow-right, body.icon-with-text .iq-sidebar-menu .iq-menu li.menu-open .iq-arrow-right, body.icon-with-text .iq-sidebar-menu .iq-menu li.active .iq-arrow-right { transform: rotate(0deg); }
	body.icon-with-text .iq-top-navbar { width: calc(100% - 210px); }
	body.icon-with-text .iq-top-navbar.fixed-header { width: calc(100% - 150px); }
}
@media(max-width:1399px) {
	.animation-card .an-img .bodymovin { margin-bottom: -28px; }
	.animation-card .an-img { margin-top: 0; }
	.iq-search-bar .searchbox{width: 400px;}
}
@media(max-width:1299px) {
	.iq-sidebar-menu .iq-menu .iq-menu-title i { display: none; }
	.iq-circle-progressbar .percent { font-size: 1.3rem !important; }
	.iq-circle-progressbar svg { width: 80px !important; height: 80px !important; }
	.iq-circle-progressbar { margin: 0 auto; width: 80px !important; height: 80px !important; }
	.content-page, body.sidebar-main .content-page { margin-left: 0; padding: 120px 0 0; }
	.iq-top-navbar, body.sidebar-main .iq-top-navbar { width: auto; right: 0 !important; left: 0; padding: 0 15px; }
	body.iq-page-menu-horizontal .iq-top-navbar{ width: auto; right: 0 !important; left: 0 !important; padding: 0 15px; }
	.iq-top-navbar.fixed-header { width: 100%; left: 0; }
	.iq-footer, body.sidebar-main .iq-footer { padding: 15px 10px; margin-left: 0; }
	.iq-sidebar { display: inline-block; z-index: 99; left: -260px; }
	.iq-top-navbar .iq-navbar-custom .navbar-breadcrumb { display: none; }
	.iq-sidebar-logo { width: auto; }
	.iq-top-navbar .iq-navbar-custom .iq-menu-bt { display: inline-block; position: absolute; right: 440px; opacity: 1; color: #475cc7; background: var(--iq-bg-light-color); }
	body.sidebar-main .iq-top-navbar .iq-sidebar-logo a span { opacity: 1; display: inline-block; }
	body.sidebar-main .iq-sidebar { width: 260px; left: 0; z-index: 999; }
	body.sidebar-main .iq-sidebar .iq-sidebar-menu .iq-menu li a span { display: inline-block; opacity: 1; }
	body.sidebar-main .iq-sidebar-menu .iq-menu li a .iq-arrow-right { display: inline-block; }
	.iq-email-to-list ul li { margin: 0 2px 0 0; }
	.an-img-two { width: 600px; top: -118px; }
	.iq-menu-horizontal { position: absolute; left: -100%; right: 0; width: 100%; opacity: 0; top: 95px; width: 260px; background: var(--iq-white); height: 100vh; overflow-y: scroll; overflow-x: hidden; transition: all 0.45s ease 0s; }
	.iq-page-menu-horizontal.sidebar-main .iq-menu-horizontal { opacity: 1; left: 0; transition: all 0.45s ease 0s; }
	.iq-menu-horizontal ul.iq-menu.d-flex { display: block !important; background: var(--iq-white); }
	.iq-menu-horizontal .iq-sidebar-menu .iq-menu li a { padding: 15px 20px; }
	.iq-menu-horizontal .iq-sidebar-menu .iq-menu li ul { position: static; box-shadow: none; }
	.iq-search-bar .searchbox { width: 100%; }
	.iq-right-fixed { margin: 0 15px; }
	body.sidebar-main-active .iq-sidebar-logo { display: none; }
	.sidebar-main .iq-sidebar:hover .iq-submenu li a { font-size: 14px; }
	body.sidebar-main .iq-top-navbar.fixed-header { left: 0; right: 0; width: 100%; }
	body.sidebar-main .iq-sidebar .iq-sidebar-menu .iq-menu li a span, body.sidebar-main .iq-sidebar-logo a span, body.sidebar-main .iq-sidebar-menu .iq-menu li a .badge { opacity: 1; display: block; }
	.iq-page-menu-horizontal .iq-top-navbar .iq-navbar-custom .iq-menu-bt { right: 320px; }
	body.two-sidebar.sidebar-main .content-page, body.two-sidebar .content-page { margin-left: 70px; }
	.two-sidebar .iq-footer { margin-left: 60px; }
	body.two-sidebar .iq-top-navbar { width: calc(100% - 70px); left: auto; }
	body.two-sidebar .iq-top-navbar.fixed-header { width: calc(100% - 60px); }
	body.two-sidebar.sidebar-main .iq-sidebar { width: 260px; }
	body.top-tab-horizontal .iq-sidebar-logo { display: block; padding-top: 0; }
	body.top-tab-horizontal .iq-top-navbar .iq-sidebar-logo .top-logo { display: block; }
	.tab-menu-horizontal { position: fixed; z-index: 999; top: 75px; left: -260px; width: 260px; overflow: hidden; height: 100vh; overflow-y: scroll; overflow-x: hidden; background: var(--iq-white); transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; }
	body.top-tab-horizontal.sidebar-main .tab-menu-horizontal { left: 0; }
	body.top-tab-horizontal .iq-menu-horizontal-tab { width: 100%; }
	.iq-sidebar-menu .iq-menu { display: block !important; }
	body.top-tab-horizontal .iq-top-navbar, body.body.top-tab-horizontal.sidebar-main .iq-top-navbar { left: 0; right: 0; margin: 0; border-radius: 0; padding: 0; }
	body.top-tab-horizontal .content-page, body.top-tab-horizontal.sidebar-main .content-page { padding: 100px 0 0; }
	body.icon-with-text .iq-sidebar-menu .iq-menu li ul { background: var(--iq-blue-light); }
	.iq-sidebar.sidebar-dark-blue .iq-sidebar-menu .iq-menu li.active .iq-submenu li.active>a { border-radius: 0; }
	.top-menu { background: var(--iq-white); }
	body.top-tab-horizontal.sidebar-main .iq-menu-bt { opacity: 1; display: block; }
	.iq-sidebar.sidebar-dark-blue .iq-sidebar-menu .iq-menu li a[aria-expanded="true"] { border-radius: 0 8px 0 0; }
	.iq-sidebar.sidebar-dark-blue .iq-sidebar-menu .iq-menu li ul { border-radius: 0 0 8px 0; }
	body.sidebar-main .iq-menu-bt-sidebar .iq-menu-bt{display: inline-block;}
	body.sidebar-main .iq-sidebar-logo{width: 100%;}
	body.sidebar-main.iq-page-menu-horizontal .iq-sidebar-logo{width: auto;}
	body.sidebar-main.top-tab-horizontal .iq-sidebar-logo{width: auto;}
}
@media (min-width:992px) and (max-width:1199px) {
	.iq-chat-ui li a{padding: 20px 0;}
	.chat-sidebar-channel .avatar, .avatar{margin-right: 10px !important;}
	.chat-sidebar-channel .avatar > img{height: 40px; width: 40px;}
	.chat-sidebar-name > h6 {font-size: 14px;}
	.chat-sidebar-name span{font-size: 12px;}
}
@media(max-width:1199px) {
	.an-img-two { display: none; }
	.iq-booking-no li .iq-seat { width: 35px; height: 45px; }
	.iq-booking-no li { width: 4.7%; }
	.iq-email-to-list { overflow-x: scroll; margin: 0 20px; padding-left: 0 !important; }
	.iq-email-to-list ul li { margin: 0 5px 0 0; }
	.iq-email-to-list .justify-content-between { float: left; width: 900px; }
	.sign-in-from { padding: 0 30px; }
	.sign-in-detail { padding: 100px 50px; }
}
@media(max-width:991px) {
	.an-img-two .bodymovin { display: none; }
	.display-1 { font-size: 4rem; font-weight: 300; }
	.display-2 { font-size: 3.5rem; font-weight: 300; }
	.display-3 { font-size: 3rem; font-weight: 300; }
	.display-4 { font-size: 2.5rem; font-weight: 300; }
	.display-5 { font-size: 2rem; font-weight: 300; }
	.display-6 { font-size: 1.5rem; font-weight: 300; }
	.iq-top-navbar .navbar { position: relative; }
	.iq-top-navbar .navbar-toggler { right: 100px; top: 18px; position: absolute; color: var(--iq-primary); background: var(--iq-bg-light-color); border: none; padding: 7px 10px; border-radius: 8px; font-size: 24px; }
	.navbar-collapse { position: absolute; top: 75px; left: 0; width: 100%; background: var(--iq-white); -webkit-box-shadow: 0px 5px 12px 0px rgba(55, 73, 72, 0.15); -moz-box-shadow: 0px 5px 12px 0px rgba(55, 73, 72, 0.15); box-shadow: 0px 5px 12px 0px rgba(55, 73, 72, 0.15); }
	.navbar-nav.navbar-list { float: right; display: inline-block; }
	.iq-top-navbar .iq-navbar-custom .iq-menu-bt { right: 145px; top: 18px; }
	.animation-card .an-img .bodymovin { margin-bottom: 0; margin-left: 0; width: 100%; }
	.iq-footer, .iq-footer .col-lg-6.text-right { text-align: center !important; }
	.iq-booking-index { overflow-x: scroll; }
	.seat-booking { width: 980px; position: relative; }
	.seat-booking .col-sm-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; width: 8.333333%; }
	.seat-booking .col-sm-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; width: 83.333333%; }
	.iq-booking-offer { padding: 30px; }
	.offer-an-img { position: static; width: 100%; }
	.sign-in-from { padding: 0 20px; }
	.iq-maintenance .col-lg-4 { margin-bottom: 15px; }
	.chat-data-left { position: absolute; left: 0; max-width: 320px; top: 0; z-index: 9; background: var(--iq-white); transform: translateX(-100%); opacity: 0; transition: all 0.45s ease 0s; box-shadow: 0px 0px 12px 0px rgba(55, 73, 72, 0.06); overflow-y: scroll; height: 100%; }
	.chat-sidebar-channel { overflow: auto; height: auto; padding-left: 0 !important; }
	.chat-search { padding-left: 0 !important; }
	.chat-data-left.show { transform: translateX(0); opacity: 1; transition: all 0.45s ease 0s; }
	button.close-btn-res { display: block; background: transparent; border: none; font-size: 20px; font-weight: 600; position: absolute; top: 10px; left: auto; right: 0; }
	.chat-head header { padding-left: 15px; }
	div#sidebar-toggle { display: block; }
	#sidebar-toggle { background: var(--iq-color-light); padding: 12px 10px; margin-right: 15px; border-radius: 5px; height: 40px; width: 40px; line-height: 17px; text-align: center; color: #475cc7; }
	#chat-user-detail-popup { overflow-y: scroll; padding-bottom: 20px; }
	#user-detail-popup { overflow: scroll; }
	ul.profile-img-gallary li img { width: 100%; }
	.profile-feed-items li a { margin: 0 5px 0 0; }
	.profile-left { order: 2; }
	.profile-center { order: 1; }
	.profile-right { order: 3; }
	.iq-edit-profile .nav-link { font-size: 14px; }
	.stepwizard-row .wizard-step a { padding: 20px 15px; margin: 10px 10px; }
	.navbar-list li .caption { display: none; }
	.navbar-list li img { margin-right: 0 !important; }
	.iq-page-menu-horizontal .iq-top-navbar .navbar { display: inherit; }
	body.sidebar-main .iq-sidebar-logo a span { opacity: 1; display: block; }
	.iq-page-menu-horizontal .iq-top-navbar .iq-navbar-custom .iq-menu-bt { right: 145px; }
	body.iq-page-menu-horizontal .iq-navbar-custom.d-flex { display: flex !important; }
	body.iq-page-menu-horizontal .iq-top-navbar .navbar-toggler { right: 100px; }
	.iq-page-menu-horizontal .iq-sidebar-logo { padding-top: 0px; }
	.top-tab-horizontal .iq-menu-bt { margin-right: 75px; }

	.iq-page-menu-horizontal .iq-top-navbar .navbar{position: static;z-index: 0;}
	.iq-page-menu-horizontal .navbar-collapse {top: 100%; z-index: -1;}
	.iq-page-menu-horizontal .iq-top-navbar .navbar-toggler{    top: 38px;}
	.iq-page-menu-horizontal .iq-top-navbar .iq-navbar-custom .iq-menu-bt{    top: 38px;}
	.iq-page-menu-horizontal .iq-top-navbar .iq-sub-dropdown  .iq-sub-card img{margin-right: 5px !important;}
	/*.iq-page-menu-horizontal .iq-sidebar-menu {position: relative;z-index: 99;}*/
	body.icon-with-text .iq-menu-bt-sidebar{display: unset;}
}
@media(max-width:979px) {
	.iq-circle-progressbar .percent { font-size: 2.5rem !important; }
	.iq-circle-progressbar svg { width: 200px !important; height: 200px !important; }
	.iq-circle-progressbar { margin: 0 auto; width: 200px !important; height: 200px !important; }
}
@media(max-width:767px) {
	.table { width: 100%; max-width: 100%; margin-bottom: 1rem; display: block; overflow-x: auto; }
	.display-1 { font-size: 2.5rem; font-weight: 500; }
	.display-2 { font-size: 2.3rem; font-weight: 500; }
	.display-3 { font-size: 2rem; font-weight: 500; }
	.display-4 { font-size: 1.6rem; font-weight: 500; }
	.display-5 { font-size: 1.3rem; font-weight: 500; }
	.display-6 { font-size: 1rem; font-weight: 500; }
	.search-box .search-input { width: 280px; }
	.navbar-nav.navbar-list { display: inline-block; }
	.sign-info { text-align: center; margin-bottom: 30px; }
	.iq-social-media { width: 100%; }
	.iq-social-media li { float: none; display: inline-block; }
	.sign-in-from button { margin-top: 10px; }
	.sign-in-from .custom-control.custom-checkbox { display: block !important; }
	.sign-in-detail { padding: 50px 20px; }
	.sign-in-from { padding: 20px; }
	.iq-error h1 { font-size: 12rem; }
	.user-detail { margin-bottom: 15px; padding-left: 0 !important; }
	.user-detail .d-flex { display: block !important; text-align: center; }
	.profile-img { text-align: center; padding-right: 0 !important }
	.profile-feed-items { width: 100%; justify-content: center; }
	.iq-edit-profile .nav-link { border: none; }
	.user-list-files.d-flex.float-right { display: block !important; text-align: center; margin-top: 30px; width: 100%; }
	.table-responsive #exampleInputSearch { width: 100%; }
	.wizard-step { width: 50%; }
	.iq-advance-course .left-block .d-flex { display: block !important; }
	.iq-advance-course.d-flex { display: block !important; text-align: center; }
	.right-block .image-absulute.image-absulute-1 { right: 50px; }
	.right-block .image-absulute.image-absulute-2 { left: 40px; right: auto; top: auto; bottom: 50px; }
	ul.iq-edit-profile li:first-child a { border-radius: 8px 8px 0 0; }
	ul.iq-edit-profile li:last-child a { border-radius: 0 0 8px 8px; }
	.ckeckout-product-lists > .d-flex, .ckeckout-product-lists > .d-flex > .d-flex{display: block !important; text-align: center;}
	.checkout-amount-data > .d-flex { display: block !important;}
	.checkout-product-details {padding-left: 0 !important; margin: 15px 0 0 0 !important;}
	.checkout-button{justify-content: center;}
}
@media(max-width:557px) {
	ul#topbar-data-icon { margin: -15px 10px 0; }
	.iq-search-bar { padding: 0 15px; width: 100%; margin: 15px 0 0; }
	.iq-top-navbar .navbar { display: inline-block !important; width: 100%; }
	.iq-top-navbar .navbar-toggler, .iq-top-navbar .iq-navbar-custom .iq-menu-bt { top: 30px; }
	/* .iq-top-navbar .navbar-toggler { right: 100px; } */
	/* .iq-top-navbar .iq-navbar-custom .iq-menu-bt { right: 145px; } */
	.navbar-collapse { top:95px; border-radius: 8px; }
	.content-page, body.sidebar-main .content-page { padding: 140px 0 0; }
	.iq-top-navbar .iq-sub-dropdown { width: 225px; left: auto; right: 0; margin: 0 auto; }
	/* .navbar-left { margin-bottom: 20px; } */
	.topbar-menu-icon li a { margin: 0 0 0 10px; }
	/* .iq-page-menu-horizontal .iq-top-navbar .navbar-toggler, .iq-top-navbar .iq-navbar-custom .iq-menu-bt { top: 18px; } */
	.iq-page-menu-horizontal .navbar-collapse { top: 75px; }
	.top-tab-horizontal .iq-top-navbar .navbar { display: flex !important; width: auto; }
	.top-tab-horizontal .iq-top-navbar .navbar-toggler { top: 18px; }
	.icon-with-text .iq-top-navbar .iq-navbar-custom .iq-menu-bt { top: 108px; }
	/* .iq-top-navbar .iq-navbar-custom .iq-menu-bt { top: 108px; } */

	.iq-page-menu-horizontal .iq-top-navbar .navbar-toggler {top: 38px;}
	.iq-page-menu-horizontal .navbar-collapse{
    top: 100%;}
}
@media(max-width:479px) {
	.display-1 { font-size: 2.0rem; font-weight: 500; }
	.display-2 { font-size: 1.8rem; font-weight: 500; }
	.display-3 { font-size: 1.6rem; font-weight: 500; }
	.display-4 { font-size: 1.4rem; font-weight: 500; }
	.display-5 { font-size: 1.2rem; font-weight: 500; }
	.iq-circle-progressbar .percent { font-size: 2rem !important; }
	.iq-circle-progressbar svg { width: 150px !important; height: 150px !important; }
	.iq-circle-progressbar { margin: 0 auto; width: 150px !important; height: 150px !important; }
	.iq-card-body { padding: 15px; }
	.iq-sidebar-logo a span { display: block ; }
	body.sidebar-main .iq-top-navbar .iq-sidebar-logo a span { opacity: 0; display: none; }
	.iq-error h1 { font-size: 8rem; }
	.chat-head header { overflow-x: scroll; }
	#chat-user-detail-popup { width: 300px; }
	.profile-feed-items { display: block !important; }
	.profile-feed-items li { margin: 0 0 20px 0; }
	ul.header-nav li { height: 35px; width: 35px; line-height: 35px; margin: 0 5px 0 0; font-size: 16px; }
	.comment-area.p-3 > div { display: block !important; }
	.comment-area.p-3 > div> div { margin-bottom: 10px; }
	.profile-feed-items li a { text-align: center; }
	.wizard-step { width: 100%; }
	.iq-page-menu-horizontal .navbar-collapse, .top-tab-horizontal .navbar-collapse { top: 75px; }
	.iq-page-menu-horizontal .iq-top-navbar .navbar-toggler, .iq-page-menu-horizontal .iq-top-navbar .iq-navbar-custom .iq-menu-bt, .top-tab-horizontal .iq-top-navbar .navbar-toggler, .top-tab-horizontal .iq-top-navbar .iq-navbar-custom .iq-menu-bt { top: 18px; }
	.iq-page-menu-horizontal .content-page, body.sidebar-main.iq-page-menu-horizontal .content-page { padding: 120px 0 0; }
	.top-tab-horizontal .content-page, body.sidebar-main.top-tab-horizontal .content-page { padding: 100px 0 0; }
    .iq-page-menu-horizontal .iq-top-navbar .navbar-toggler,
    .iq-page-menu-horizontal .iq-top-navbar .iq-navbar-custom .iq-menu-bt {top: 38px;}
	div#powered-by {margin-left: unset;display: none !important;} 
   /* .iq-sidebar-logo img {height: 45px;
    width: 120px;} */
    .iq-page-menu-horizontal .navbar-collapse{
    top: 100%;}
	.iq-sidebar-logo a span {display: none;}
}

@media(max-width:359px) { }


/*---------------------------------------------------------------------
Variable
-----------------------------------------------------------------------*/

:root {
  --iq-card-shadow-1:rgba(226, 190, 253,.15);
  --iq-card-shadow-2:rgba(226, 190, 253,.15);
  --iq-primary-shadow-1:rgba(78,31,249,.5);
  --iq-primary-shadow-2:rgba(78,31,249,.3);
  --iq-dropdown-shadow:rgba(0, 0, 0,.05);
  --iq-title-text: #555770;
  --iq-body-text: #555770;
  --iq-body-bg : #f8f7fd;
  --iq-card-bg: #fff;
  --iq-dropdown-bg: #fff;
  --iq-dropdown-border: #fff;
  --iq-bg-dark-bg: #6d73f6;  /* pending  not give dark mode */ 
  --iq-bg-light-color: #FDFAFF; /* pending  not give*/
  --iq-primary: #202020;
  --iq-primary-light: hsl(253deg 61% 85%);
  /* --iq-primary-dark: hsl(253deg 61% 45%); */
  --iq-primary-dark: #2d353c;
  --iq-secondary: #FF7A29;
  --iq-secondary-light: #FFDFCC;
  --iq-secondary-dark: #CC4D00; 
  --iq-success: #06C270;
  --iq-success-light: #83FBC7; 
  --iq-success-dark: #036339;  
  --iq-warning: #FAD02E;
  --iq-warning-light: #FEF4CD; 
  --iq-warning-dark: #957704; 
  --iq-danger: #FF2929;
  --iq-danger-light: #FFB3B3; 
  --iq-danger-dark: #A30000; 
  --iq-info: #00CFDE;
  --iq-info-light: #99F8FF; 
  --iq-info-dark: #008F99;   
  --iq-dark: #2E2138;  
  --iq-light: #FDFAFF; 
  --iq-white: #ffffff; 
  --iq-black: #000000;  
  --iq-cyan: #0cd2e3;  
  --iq-icon-color: #8c91b6;  /* pending icon and text */
  /* --iq-light-primary: hsl(253deg 61% 85%); */
  --iq-light-primary: #eef2f5;
  --iq-light-secondary: #FF7A2940;
  --iq-light-success: #06C27040;  
  --iq-light-danger: #FF292940;   
  --iq-light-warning: #FAD02E40;  
  --iq-light-info: #00CFDE40;    
  --iq-light-dark: #f0efef;   /* pending  not give*/
  --iq-cobalt-blue: #3f79f1; 
  --iq-spring-green: #1be1b3; 
  --iq-amber: #f4b72a;   
  --iq-pink: #FF5DCD;
  --iq-blue-dark: #5a61fd;  /* pending dark mode sidebar */
  --iq-color-light: #edf3ff;   
  --iq-progress-light: #eef1f7;  
  --iq-light-border: #1c1b1b0d;  
  --iq-dark-border: #d7dbda;    
}

/* Dark Variable */
:root { 
  --iq-dark-title-text: #fff;
  --iq-dark-body-text: #fff;
  --iq-dark-body-bg :rgba(34,31,58,1);
  --iq-dark-card-bg: rgba(36,36, 62,1);
  --iq-dropdown-bg: #fff;
  --iq-dropdown-border: #fff;
  --iq-dark-hover-bg:rgba(41,42,72,1);
  --iq-dark-icon-color:rgba(122,102,153,1);
  --iq-dark-shadow-1:rgba(24,20,31,.1);
  --iq-dark-shadow-2:rgba(24,20,31,.15)
}
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

@keyframes chartjs-render-animation{from{opacity:.99}to{opacity:1}}.chartjs-render-monitor{animation:chartjs-render-animation 1ms}.chartjs-size-monitor,.chartjs-size-monitor-expand,.chartjs-size-monitor-shrink{position:absolute;direction:ltr;left:0;top:0;right:0;bottom:0;overflow:hidden;pointer-events:none;visibility:hidden;z-index:-1}.chartjs-size-monitor-expand>div{position:absolute;width:1000000px;height:1000000px;left:0;top:0}.chartjs-size-monitor-shrink>div{position:absolute;width:200%;height:200%;left:0;top:0}
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

@charset "UTF-8";

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

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

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}

.table-responsive .table-borderless {
    border: 2px solid var(--iq-light-border);
    border-radius: 8px;
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
}
.table thead tr {
    background: var(--iq-light-border);
}
.table th{
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .2px;
    color:#212529;
    white-space: nowrap;
}
.table-borderless td{
    padding: 10px 15px;
}
.table-borderless tbody tr td {
    border-bottom: 2px solid var(--iq-light-border);
     vertical-align: middle; 
}
.table-borderless tbody tr:last-child td {
    border-bottom: 0;
}
.table-responsive .table-borderless .ri-ball-pen-fill,.ri-delete-bin-5-line{cursor: pointer;}
/*
Template: Vito - Responsive Bootstrap 4 Admin Dashboard Template
Author: iqonicthemes.in
Design and Developed by: iqonicthemes.in
NOTE: This file contains the styling for responsive Template.
*/

/*================================================
[  Table of contents  ]
================================================
:: General
:: Input
:: Loading
:: Background Color
:: Background Color Opacity
:: Text Color
:: Table Color
======================================
[ End table content ]
======================================*/
/* General */
body.dark {background: var(--iq-dark-body-bg); color: var(--iq-dark-body-text)}

.dark #loading { background: var(--iq-dark-card-bg) url(../images/logo-dark.gif) no-repeat scroll center center; height: 100%; width: 100%; background-size: 10%; position: fixed; margin-top: 0px; top: 0px; left: 0px; bottom: 0px; overflow: hidden !important; right: 0px; z-index: 999999; }
.dark #loading-center { width: 100%; height: 100%; position: relative; }

.dark h1,.dark h2,.dark h3,.dark h4,.dark h5,.dark h6 { color: var(--iq-white) !important; }

/* logo */
.dark .iq-light-logo {display: none;}
.dark .iq-dark-logo {display: block;}

/* Card Color */
.dark .iq-card {background: var(--iq-dark-card-bg);}

/* Table Color */
.dark .table-responsive .table-borderless {border-color: var(--iq-dark-hover-bg);}
.dark thead tr { background: var(--iq-dark-hover-bg);}
.dark .table-borderless tbody tr td {border-bottom: 2px solid var(--iq-dark-hover-bg);}
.dark tr {background: var(--iq-dark-body-bg);}
.dark td,.dark th{color:var(--iq-dark-body-text)}


/* sidebar */
.dark .iq-sidebar {  background: var(--iq-dark-card-bg); }
.dark .iq-sidebar-menu .iq-menu li.active>a{background: var(--iq-dark-hover-bg);}
.dark .iq-sidebar-menu .iq-menu li a:hover{color: var(--iq-dark-body-text); background: var(--iq-dark-hover-bg);} 
.dark .iq-sidebar-menu .iq-menu li a {color: var(--iq-dark-icon-color);}
.dark .iq-sidebar-menu .iq-menu li a[aria-expanded="true"]{background: var(--iq-dark-hover-bg);}
.dark .iq-sidebar-menu .iq-menu .iq-submenu{background: var(--iq-dark-body-bg);}
@media (max-width: 1299px) {
    .dark .iq-menu-horizontal ul.iq-menu.d-flex {
        background: var(--iq-dark-card-bg) ;
    }
}
@media (max-width: 1299px)
{
    .dark .iq-menu-horizontal{background: var(--iq-dark-card-bg);}
}
@media (max-width: 1299px) {
    .dark .tab-menu-horizontal{background-color: var(--iq-dark-card-bg) ;}
 }

/* navbar  */
.dark .iq-navbar-custom {background: var(--iq-dark-card-bg);}
.dark .iq-top-navbar {background: var(--iq-dark-body-bg);}
.dark .topbar-menu-icon li a {background: var(--iq-dark-card-bg);}
.dark .iq-search-bar .search-input{background: var(--iq-dark-hover-bg);}
.dark a{color: var(--iq-dark-icon-color);}
.dark a:hover{color: var(--iq-dark-body-text);}
.dark .navbar-list li>a {color:var(--iq-dark-icon-color)}
.dark .iq-top-navbar .iq-sub-dropdown {background: var(--iq-dark-hover-bg);}
.dark .iq-top-navbar .iq-sub-dropdown>.iq-card{background-color: transparent;}
.dark .navbar-list li .iq-sub-dropdown .iq-sub-card {border-color: var(--iq-dark-card-bg);}
.dark .navbar-list li .iq-sub-dropdown .iq-sub-card:hover {background-color: var(--iq-dark-body-bg);}
.dark .navbar-list li .iq-sub-dropdown .iq-sub-card:last-child{border-bottom: none;}
.dark .btn-primary{color: var(--iq-white);}
.dark div#lottie-beil svg path,.dark div#lottie-mail svg path,.dark div#lottie-fullscreen svg path {stroke: var(--iq-dark-icon-color);}
.dark .iq-progress-bar .bg-primary{background-color: var(--iq-primary) !important;}
.dark .navbar-list .search-toggle.iq-waves-effect.d-flex.align-items-center.bg-primary.rounded{background-color: var(--iq-primary) !important;}
/* .dark .navbar-list .iq-show  .active{background-color: var(--iq-primary) !important;} */
.dark .dark-btn-primary{background-color: var(--iq-dark-body-bg) !important; color: var(--iq-dark-icon-color);}
.dark .dark-btn-primary:hover{background-color: var(--iq-primary) !important; color: var(--iq-dark-body-text);}
.dark .navbar-list li a:hover {background-color: var(--iq-dark-hover-bg) !important; color: white;}
.dark .nav-item span.count-mail {background: var(--iq-dark-icon-color) !important;}
.dark .iq-sidebar.sidebar-dark-blue .iq-menu-bt { background: var(--iq-dark-hover-bg); }

/* Search */
.dark .searchbox-datalink{background: var(--iq-dark-body-bg);}

/* right side bar  */
.dark .iq-right-fixed{background:var(--iq-dark-card-bg); }

/* Footer */
.dark .iq-footer{background: var(--iq-dark-card-bg);}

/* Shadow box navbar */
.dark .iq-navbar-custom{ box-shadow: 0px 2px 8px var(--iq-dark-shadow-1), 0px 4px 16px var(--iq-dark-shadow-2);}

/* Card Shadow */
.dark .iq-card{box-shadow: 0px 2px 8px var(--iq-dark-shadow-1), 0px 8px 16px var(--iq-dark-shadow-2); }

/* Dropdown */
.dark .iq-card-header-toolbar .dropdown-toggle i{color: var(--iq-dark-body-text);}
.dark .dropdown-menu{    background: var(--iq-dark-hover-bg); border:none; box-shadow: 0 4px 8px var(--iq-dark-shadow-1), 0 8px 16px var(--iq-dark-shadow-2);}
.dark .dropdown-menu .dropdown-item:hover { background:var(--iq-dark-card-bg); color: var(--iq-dark-body-text);}
.dark .dropdown-menu .dropdown-item{color: var(--iq-dark-icon-color);}

/* Chart  */
.dark tspan{stroke: var(--iq-body-text);}
.dark .ct-series-a .ct-bar, .ct-series-a .ct-line, .ct-series-a .ct-point, .ct-series-a .ct-slice-donut{
    stroke: var(--iq-primary-light);
}
.dark .ct-series-b .ct-bar, .ct-series-b .ct-line, .ct-series-b .ct-point, .ct-series-b .ct-slice-donut{
    stroke: var(--iq-info-light);
}

.dark .ct-grid {
    stroke: var(--iq-body-text);
    stroke-width: 1px;
    stroke-dasharray: 2px;
}
.dark .ct-label {
    /* fill: rgba(0,0,0,.4); */
    color: var(--iq-body-text);
    font-size: .75rem;
    line-height: 1;
}

/* Dashbord2 */
.dark .wrapper-menu {
    color: var(--iq-dark-body-text);
}
.dark .iq-menu-bt{
    background: var(--iq-dark-hover-bg);
}

/* horizontal menu */
@media(min-width: 1300px) {
    .dark.iq-page-menu-horizontal .iq-sidebar-menu .iq-menu li a[aria-expanded="true"]{
        color: var(--iq-dark-body-text);
    }
}
.dark .iq-sidebar-menu .iq-menu li.active .iq-submenu li.active>a{color: var(--iq-dark-body-text);background: var(--iq-dark-hover-bg);}

@media (min-width: 1300px) {
    .dark .iq-menu-horizontal .iq-sidebar-menu li.active > a,.dark .iq-menu-horizontal .iq-sidebar-menu li:hover >a{color:var(--iq-dark-body-text);}
}
.dark .top-menu{background: var(--iq-dark-body-bg) !important;}
@media (min-width: 1300px){
.dark .tab-menu-horizontal {background: var(--iq-dark-card-bg) !important;}
}
@media (min-width: 1300px){
.dark .iq-menu-horizontal-tab .iq-sidebar-menu .iq-menu > li:hover > a {color: var(--iq-dark-icon-color); background: var(--iq-dark-hover-bg);}
}
@media (min-width: 1300px){
.dark .iq-menu-horizontal-tab .iq-sidebar-menu .iq-menu li > ul.iq-submenu {background: var(--iq-dark-body-bg);}
}

@media (max-width: 1299px){
  .dark  .iq-top-navbar .iq-navbar-custom .iq-menu-bt{background: var(--iq-dark-hover-bg);}
}
@media (max-width: 991px)
{
 .dark .iq-top-navbar .navbar-toggler{color:var(--iq-dark-body-text); background: var(--iq-dark-hover-bg);}
}
@media (max-width: 991px)
{
   .dark .navbar-collapse{background: var(--iq-dark-card-bg);}
}

@media (min-width: 1300px)
{
    .dark .top-tab-horizontal .iq-top-navbar .top-menu{background: var(--iq-dark-body-bg) !important;}
}

.dark .iq-sidebar.sidebar-dark-blue, .dark .iq-sidebar.sidebar-dark-blue .iq-sidebar-logo{background: var(--iq-dark-card-bg);}

.dark .iq-sidebar.sidebar-dark-blue .iq-sidebar-menu .iq-menu li a{color:var(--iq-dark-icon-color)}
.dark .iq-sidebar.sidebar-dark-blue .iq-sidebar-menu .iq-menu li>a:hover, .iq-sidebar.sidebar-dark-blue .iq-sidebar-menu .iq-menu li.active>a,.dark .iq-sidebar.sidebar-dark-blue .iq-sidebar.sidebar-dark-blue .iq-sidebar-menu .iq-menu li a{color: var(--iq-dark-body-text); background: unset}
.dark .iq-sidebar.sidebar-dark-blue .iq-sidebar-menu .iq-menu li>a:hover,.dark  .iq-sidebar.sidebar-dark-blue .iq-sidebar-menu .iq-menu li.active>a{background: var(--iq-dark-hover-bg);}
.dark .iq-sidebar.sidebar-dark-blue .iq-sidebar-menu .iq-menu li.active .iq-submenu li.active>a{background: var(--iq-dark-hover-bg);}
.dark .iq-sidebar.sidebar-dark-blue .iq-sidebar-menu .iq-menu li ul{background: var(--iq-dark-card-bg);}
.dark .bg-primary,.dark .badge-primary{ background: var(--iq-dark-card-bg) !important;}

/* Emaill inbox  */

.dark .iq-email-sender-list .iq-social-media{background: var(--iq-dark-hover-bg);}
.dark .iq-email-listbox .iq-email-sender-list>li:hover{background: var(--iq-dark-hover-bg);}
.dark .nav-pills .nav-link.active, .nav-pills .show>.nav-link{ background: var(--iq-dark-hover-bg);}
.dark .iq-social-media li a:hover{color:var(--iq-dark-body-text)}
.dark .iq-email-list .iq-email-ui li.active a{ color: var(--iq-dark-body-text);}
.dark .iq-email-list .iq-email-ui li a:hover{color:var(--iq-dark-body-text)}
.dark .iq-email-list .iq-email-ui li a{color: var(--iq-dark-icon-color);}
.dark .email-app-details{background: unset;}
.dark .custom-checkbox .custom-control-label::before{    border: solid 1px var(--iq-dark-body-text);background: var( --iq-dark-body-bg);}
.dark .iq-email-to-list ul li>a{color: var(--iq-dark-icon-color); background: var(--iq-dark-body-bg);}
.dark .btn-primary{background: var(--iq-dark-hover-bg); border: unset;}
/* Emaill compose  */
.dark label{color: var(--iq-dark-body-text);}
.dark .select2-container--default .select2-selection--multiple{background: var(--iq-dark-body-bg); border: unset;}
.dark .select2-container--default.select2-container--focus .select2-selection--multiple{border:unset}
.dark .textarea.form-control{    background: var(--iq-dark-body-bg); color: var(--iq-dark-body-text); border: unset;}
.dark .select2-container--default .select2-results__option--highlighted[aria-selected]{    background-color: var(--iq-dark-hover-bg); color:var(--iq-dark-body-text);}
.dark .select2-dropdown{background: var(--iq-dark-card-bg); border: unset;}
.dark .select2-container--default .select2-selection--multiple .select2-selection__choice{background: var(--iq-dark-card-bg); border: unset;}
.dark .select2-container--default .select2-results__option[aria-selected=true]{background: var(--iq-dark-body-bg);}
.dark .iq-social-media li a{color:var(--iq-dark-icon-color) !important; background: var(--iq-dark-card-bg);}
.dark input.form-control{background: var(--iq-dark-body-bg); border: unset;}
.dark .text-primary{color: var(--iq-dark-icon-color) !important;}
/* .dark .iq-bg-primary{background: var(--iq-dark-body-bg);} */

/* Todo */
.dark ul.todo-task-lists li.active-task{background: var(--iq-dark-hover-bg);}
.dark ul.todo-task-lists li:hover{background: var(--iq-dark-hover-bg); color: var(--iq-dark-body-text);}
.dark ul.todo-task-lists li{color: var(--iq-dark-icon-color);}
.dark .iq-todo-page ul > li li:hover a{ background: var(--iq-dark-hover-bg); color: var(--iq-dark-body-text);}
.dark  .iq-todo-page ul > li li.active a{color: var(--iq-dark-body-text); background: var(--iq-dark-hover-bg);}
.dark  .iq-todo-page ul > li  a{ color:var(--iq-dark-icon-color)}

/* User  */

.dark .profile-feed-items li a{color: var(--iq-dark-icon-color); background: var(--iq-dark-hover-bg);}
.dark .nav-pills .nav-link:hover{color: var(--iq-dark-body-text);}
.dark ul.header-nav li a{background: var(--iq-dark-body-bg); color: var(--iq-dark-icon-color);}
.dark ul.header-nav li a:hover{color: var(--iq-dark-body-text);}
.dark .iq-edit-profile .nav-link{border-left:1px solid var(--iq-dark-icon-color) ;}

.dark .iq-edit-profile.nav-pills .nav-link.active{background: var(--iq-dark-hover-bg); color: var(--iq-dark-body-text);}
.dark  .iq-edit-profile .nav-link{color: var(--iq-dark-icon-color);}
.dark .form-control{background:var(--iq-dark-body-bg); border: unset; color: var(--iq-dark-body-text); }
.dark .select{word-wrap:unset}
.dark .form-control:focus{color:var(--iq-dark-body-text);}

.dark .page-item.active .page-link{background: var(--iq-dark-hover-bg) !important; border-color: var(--iq-dark-icon-color);}
.dark .page-link:hover{color: var(--iq-dark-body-text); background: var(--iq-dark-hover-bg);}
.dark .iq-bg-primary{color: var(--iq-dark-icon-color) !important; background: var(--iq-dark-body-bg);}
.dark .iq-bg-primary:hover{color: var(--iq-dark-body-text) !important;}


/* Calendar */
.dark .calender-small .flatpickr-calendar.animate.inline{background:var(--iq-dark-card-bg)}
.dark .calender-small .flatpickr-day.today:hover{background: var(--iq-dark-hover-bg); border-color: var(--iq-dark-hover-bg); color: var(--iq-dark-body-text);}
.dark  .calender-small .flatpickr-day.today:focus{background: var(--iq-dark-body-bg);}
.dark .calender-small .flatpickr-day.today{background: var(--iq-dark-body-bg); border: var(--iq-dark-body-bg);}
.dark .calender-small .flatpickr-day.inRange,.dark .calender-small .flatpickr-day.prevMonthDay.inRange,.dark .calender-small .flatpickr-day.nextMonthDay.inRange,.dark .calender-small .flatpickr-day.today.inRange,.dark .calender-small .flatpickr-day.prevMonthDay.today.inRange,.dark .calender-small .flatpickr-day.nextMonthDay.today.inRange,.dark .calender-small .flatpickr-day:hover,.dark .calender-small .flatpickr-day.prevMonthDay:hover,.dark .calender-small .flatpickr-day.nextMonthDay:hover,.dark .calender-small .flatpickr-day:focus,.dark .calender-small .flatpickr-day.prevMonthDay:focus,.dark .calender-small .flatpickr-day.nextMonthDay:focus{background: var(--iq-dark-hover-bg); color: var(--iq-dark-body-text); border-color: var(--iq-dark-hover-bg);}
.dark .calender-small .flatpickr-day.selected,.dark .calender-small .flatpickr-day.startRange,.dark .calender-small .flatpickr-day.endRange,.dark .calender-small .flatpickr-day.selected.inRange,.dark .calender-small .flatpickr-day.startRange.inRange,.dark .calender-small .flatpickr-day.endRange.inRange,.dark .calender-small .flatpickr-day.selected:focus,.dark .calender-small .flatpickr-day.startRange:focus,.dark .calender-small .flatpickr-day.endRange:focus,.dark .calender-small .flatpickr-day.selected:hover,.dark .calender-small .flatpickr-day.startRange:hover,.dark .calender-small .flatpickr-day.endRange:hover,.dark .calender-small .flatpickr-day.selected.prevMonthDay,.dark .calender-small .flatpickr-day.startRange.prevMonthDay,.dark .calender-small .flatpickr-day.endRange.prevMonthDay,.dark .calender-small .flatpickr-day.selected.nextMonthDay,.dark .calender-small .flatpickr-day.startRange.nextMonthDay,.dark .calender-small .flatpickr-day.endRange.nextMonthDay{background: var(--iq-dark-hover-bg); border-color: var(--iq-dark-hover-bg);}
.dark .calender-small .flatpickr-current-month .flatpickr-monthDropdown-months:hover{color: var(--iq-primary);}
.dark .fc-unthemed th,.dark .fc-unthemed td,.dark .fc-unthemed thead,.dark .fc-unthemed tbody,.dark .fc-unthemed .fc-divider,.dark .fc-unthemed .fc-row,.dark .fc-unthemed .fc-content,.dark .fc-unthemed .fc-popover,.dark .fc-unthemed .fc-list-view,.dark .fc-unthemed .fc-list-heading td{border-color: var(--iq-dark-icon-color);}
.dark .fc-unthemed td.fc-today{background: var(--iq-dark-hover-bg);}
.dark .fc-unthemed .fc-toolbar .fc-button{background: var(--iq-dark-hover-bg); color: var(--iq-dark-body-text);}
/* .dark .fc-unthemed .fc-toolbar .fc-button.fc-button-active{background: var(--iq-dark-hover-bg);} */
.dark .fc-unthemed .fc-toolbar .fc-button.fc-button-active,.dark .fc-unthemed .fc-toolbar .fc-button:active,.dark .fc-unthemed .fc-toolbar .fc-button:focus{background: var(--iq-dark-body-bg);}
.dark .fc-unthemed .fc-list-empty{background:   var(--iq-dark-body-bg)}

/* Chat */
.dark .iq-chat-ui li a{ border-bottom: 1px solid var(--iq-dark-icon-color);}
.dark .form-group.chat-search-data > i{color:var(--iq-dark-icon-color)}
.dark #chat-start{background:unset !important ;}
.dark #user-detail-popup{background: var(--iq-dark-card-bg);}
.dark button.close-popup{color: var(--iq-dark-body-text);}
.dark .chat-user-detail-popup{background: var(--iq-dark-card-bg);}
.dark .nav-pills li a.active{background: var(--iq-dark-hover-bg) ; color: var(--iq-dark-body-text) ; border-radius: 8px;}
@media (max-width: 991px){.dark .chat-data-left {background: var(--iq-dark-card-bg);} 
.dark button.close-btn-res {color: var(--iq-dark-body-text);}
.dark #sidebar-toggle {background: var(--iq-dark-hover-bg); color:var(--iq-dark-icon-color)}
}


/*PRODUCT  */
.dark .btn-primary.disabled,.dark .btn-primary:disabled{background: var(--iq-dark-hover-bg); }
.dark .font-size-12{color: var(--iq-dark-body-text);}
.dark .ais-Pagination-item--selected .ais-Pagination-link{background: var(--iq-dark-body-bg);}
.dark .ais-Pagination-link:focus,.dark .ais-Pagination-link:hover{background: var(--iq-dark-hover-bg); color: var(--iq-dark-body-text) !important;}
.dark .ais-Breadcrumb-link,.dark .ais-HierarchicalMenu-link,.dark .ais-Menu-link,.dark .ais-Pagination-link, .ais-RatingMenu-link{color: var(--iq-dark-icon-color) !important;}
.dark .ais-Pagination-link{border: unset;}
.dark .iq-product-action .btn-primary {background-color:var(--iq-dark-body-bg); color: var(--iq-dark-icon-color);}
.dark .iq-product-action .btn-primary:hover {background:var(--iq-dark-hover-bg); color: var(--iq-dark-body-text);}
.dark .slick-arrow{background: var(--iq-dark-hover-bg); }
.dark .nav-tabs .nav-item.show .nav-link,.dark .nav-tabs .nav-link.active{background: var(--iq-dark-hover-bg); color: var(--iq-dark-body-text); border-bottom: 2px solid var(--iq-dark-icon-color) ;}
.dark .nav-tabs .nav-item a{color:var(--iq-dark-icon-color)}
.dark .nav-tabs .nav-item a:hover{color: var(--iq-dark-body-text);}
.dark .nav-tabs{border-bottom: 2px solid var(--iq-dark-icon-color);}
.dark .additional-product-action .product-action .add-to-cart a{background: var(--iq-dark-hover-bg) !important; color: var(--iq-icon-color);}
.dark .additional-product-action .product-action .add-to-cart a:hover{background: var(--iq-dark-body-bg) !important; color: var(--iq-dark-body-text);}
.dark .additional-product-action .product-action .wishlist a{background: var(--iq-dark-body-bg); color: var(--iq-icon-color); }
.dark .additional-product-action .product-action .wishlist a:hover{background: var(--iq-dark-hover-bg); color: var(--iq-dark-body-text);}
.dark .iq-product-item .card-body {background-color: var(--iq-dark-card-bg);}
.dark #progressbar li {color: var(--iq-dark-icon-color);}
.dark .btn-light:hover{background: var(--iq-dark-hover-bg); color: var(--iq-dark-body-text);}
.dark .btn-light{background: var(--iq-dark-body-bg); color: var(--iq-dark-icon-color); border: unset;}
.dark .btn-increment button,.dark .btn-increment input{border: 1px solid var(--iq-dark-icon-color); color: var(--iq-dark-body-text);}


/* Ui */
.dark .dark-primary-color{background-color: var(--iq-primary) !important;}
.dark .iq-bg-dark{background: var(--iq-dark-body-bg) !important; color: var(--iq-dark-body-text) !important;}
.dark .dark-text-dark{color: var(--iq-dark-icon-color) !important;}
.dark .dark-primary-light-color{background: var(--iq-light-primary);}
.dark .iq-card .iq-card-body .bg-white{background-color: var(--iq-dark-card-bg) !important;}
.dark .iq-card .iq-card-body .bg-light{color:var(--iq-dark-card-bg);}
.dark .iq-card .iq-card-body .alert.alert-success div p{color: var(--iq-white);}
.dark .alert-primary{background-color:rgba(153, 30, 249, 0.2)}
.dark .iq-card .iq-card-body .col-sm-12 .alert.alert-primary {color: var(--iq-dark-body-text);}
.dark .alert-light{background-color: rgba(255, 122, 41, 0.2);}
.dark .card-body {background-color: var(--iq-dark-hover-bg);}
.dark .alert-dark{background-color: var(--iq-dark-hover-bg); color: var(--iq-dark-body-text); border: 1px solid var(--iq-dark-body-bg);}
.dark .alert.text-white.bg-primary{background-color: var(--iq-primary) !important;}
.dark .alert.bg-light{background-color: var(--iq-dark-hover-bg) !important; color: var(--iq-dark-body-text) !important; border: var(--iq-dark-body-bg) !important;}
.dark .badge.badge-pill.border.border-dark.text-dark{color: var(--iq-dark-body-text) !important;}
.dark .badge.badge-dark{ color: var(--iq-dark-icon-color);}
.dark .badge.badge-dark:hover{ color: var(--iq-dark-body-text);}
.dark .badge.border.border-dark.text-dark{color: var(--iq-dark-body-text) !important;}
.dark .dark-icon-light{background: rgba(130,122,243,0.2);}
.dark .breadcrumb{background-color: var(--iq-dark-hover-bg);}
.dark .breadcrumb.bg-primary{background: var(--iq-primary) !important;}
.dark .btn-warning:not(:disabled):not(.disabled).active,.dark .btn-warning:not(:disabled):not(.disabled):active,.dark .show>.btn-warning.dropdown-toggle{border-color: var(--iq-warning);}
.dark .btn.disabled,.dark .btn[disabled],.dark fieldset[disabled] .btn{color: var(--iq-dark-body-text);}
.dark .list-group-flush .list-group-item:first-child{background-color: var(--iq-dark-hover-bg);}
.dark .list-group-flush:last-child .list-group-item:last-child{background-color: var(--iq-dark-hover-bg);}
.dark .list-group-item{border-color: var(--iq-dark-icon-color);}
.dark .card-header:first-child{background-color: var(--iq-dark-hover-bg);}
.dark .card-footer{background: var(--iq-dark-hover-bg); border-top: 1px solid var(--iq-dark-icon-color);}
.dark .card-header{border-bottom: 1px solid var(--iq-dark-icon-color);}
.dark .iq-example-row .row>.col,.dark .iq-example-row .row>[class^=col-]{background: var(--iq-dark-hover-bg) !important; color: var(--iq-body-text) !important; border: unset !important;}
.dark .list-group-item{background: var(--iq-dark-card-bg);}
.dark .list-group-item.active{background: var(--iq-dark-hover-bg); border: 1px solid var(--iq-dark-hover-bg);}
.dark .toast-header{background: var(--iq-dark-body-bg);}
.dark .close{color: var(--iq-dark-icon-color);}
.dark .close:hover{color: var(--iq-dark-body-text);}
.dark .toast-body{background: var(--iq-dark-hover-bg);}
.dark .toast{border-radius: unset;}
.dark .nav-pills .nav-link.active,.dark .nav-pills .show>.nav-link{background: var(--iq-dark-hover-bg); color: var(--iq-dark-body-text) !important;}
.dark .nav-pills .nav-link{color: var(--iq-dark-icon-color) !important;}
.dark .nav-pills .nav-link:hover{color: var(--iq-dark-body-text) !important;}
.dark .iq-card .iq-card-body .custom-switch-inner .custom-control-label span.switch-icon-right i{color: var(--iq-dark)}

/* From */
.dark #top-tab-list li i{background: var(--iq-dark-hover-bg);}
.dark #top-tab-list li a{background: var(--iq-dark-body-bg); color: var(--iq-dark-icon-color);}
/* .dark .stepwizard-row #user.active a{background: var(--iq-dark-body-bg); color: var(--iq-dark-icon-color);} */
.dark .input-group .input-group-text{background: var(--iq-dark-hover-bg); color: var(--iq-dark-body-text);}
.dark .custom-select.is-invalid,.dark .was-validated .custom-select:invalid {background-color: var(--iq-dark-body-bg); color: var(--iq-dark-body-text);}
.dark .custom-file-label{color: var(--iq-dark-body-text); background-color: var(--iq-dark-body-bg) ;}
.dark .custom-file-label::after{color: var(--iq-dark-body-text); background-color: var(--iq-dark-hover-bg);}

/* Charts */
.dark .highcharts-background{fill: var(--iq-dark-card-bg);}

/* A */
.dark .sign-in-page .container{background-color: var(--iq-dark-card-bg) !important; }
.dark .sign-in- .container{background-color: var(--iq-dark-card-bg) !important; }
.dark .dark-icon{background: var(--iq-primary) !important;}

/* Extrapages Comming Soon */
.dark .countdown > li{background: var(--iq-dark-card-bg); color: var(--iq-dark-icon-color);}
.dark .countdown > li > span{color: var(--iq-dark-body-text);}
.dark .iq-accordion.career-style .iq-accordion-block .accordion-title span{color: var(--iq-dark-icon-color) ;}
.dark .iq-accordion.career-style.faq-style .iq-accordion-block.accordion-active .accordion-title:before,.dark .iq-accordion.career-style.faq-style .accordion-title:before{color: var(--iq-dark-body-text)}
.dark .iq-sidebar-menu .iq-menu li.active .iq-submenu li a[aria-expanded="true"],.dark .iq-sidebar-menu .iq-menu li .iq-submenu li a[aria-expanded="true"]{background: var(--iq-dark-hover-bg);}

/* Nav Search link */
.dark .searchbox .searchbox-datalink .iq-bg-primary-hover > a:hover{background: var(--iq-dark-hover-bg); color: var(--iq-dark-body-text); border-radius: 8px; }

/* Tooltip */
.dark .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title{background: var(--iq-hover-bg) !important; border-bottom: 1px solid var(--iq-dark-icon-color) !important;}
.dark .apexcharts-tooltip.apexcharts-theme-light{border:unset !important ; background: var(--iq-dark-hover-bg); color: var(--iq-dark-body-text);}
.dark .apexcharts-xaxistooltip{color: var(--iq-dark-body-text) !important; background: var(--iq-dark-hover-bg) !important; border: unset !important;}


/* Popover */
.dark  .popover-body{background: var(--iq-dark-card-bg); color: var(--iq-dark-body-text);}
.dark .popover-header{background: var(--iq-dark-card-bg); color: var(--iq-dark-body-text);}
.dark .bs-popover-auto[x-placement^=right]>.arrow::after,.dark .bs-popover-right>.arrow::after{border-right-color: var(--iq-dark-card-bg);}

/* Dark Icon */
.dark .iq-sidebar-logo a span{color: var(--iq-dark-icon-color);}
.dark .iq-sidebar-menu .iq-menu .iq-menu-title{color:var(--iq-dark-icon-color)}

/* Email */
.dark .iq-email-listbox .iq-email-sender-list>li{ border-top:1px solid var(--iq-dark-icon-color);}
[dir="rtl"] .collapse.navbar-collapse ul{
    margin-right: auto;
    margin-left: unset !important;}

[dir="rtl"] .iq-right-fixed {left: 0; right: auto;}

/* sidebar rtl */
[dir="rtl"] .iq-sidebar-menu .iq-menu .iq-menu-title {
    display: flex;
}

[dir="rtl"] .iq-sidebar-menu .iq-menu {
    margin: 0 0 0 15px;
}

[dir="rtl"] .iq-sidebar-menu .iq-menu li a {
    border-radius: 8px 0 0 8px;
}

[dir="rtl"] .iq-sidebar-menu .iq-menu li a i {
    margin-left: 10px;
    margin-right: unset;
}

[dir="rtl"] .iq-sidebar-menu .iq-menu li a[aria-expanded="true"] {
    border-radius: 8px 0 0 0;
}
[dir="rtl"] .iq-sidebar-menu .iq-menu .iq-submenu {
    border-radius: 0 0 0 8px;
}
[dir="rtl"] .iq-sidebar-menu .iq-menu li ul {
    padding-right: 0px;
}

[dir="rtl"] body.sidebar-main .iq-sidebar:hover .iq-sidebar-menu .iq-menu li a .iq-arrow-right {margin-left: 0px !important ; margin-right: auto !important;}
[dir="rtl"] body.sidebar-main .iq-sidebar-menu .iq-menu li a .iq-arrow-right {margin-left: 0px ; margin-right: auto !important;}

[dir="rtl"] .iq-sidebar-menu .iq-menu li a .iq-arrow-right {
    transform: rotate(180deg);
    margin-left: 0;
    margin-right: auto;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

/* dashboard 1 body */

@media (min-width: 1300px){
    [dir="rtl"] body.sidebar-main-active.right-column-fixed .iq-top-navbar {
        margin-left: 320px;
        margin-right: auto;
    }
}

[dir="rtl"] .iq-top-navbar {
    right: auto;
    left: 30px;
}

[dir="rtl"] .iq-top-navbar .iq-sub-dropdown {
    left: 0;
    right: auto;
}

[dir="rtl"] .iq-search-bar .search-input {
    padding: 5px 15px 5px 40px;
}
[dir="rtl"] .iq-search-bar .searchbox .search-link {
    left: 15px;
    right: auto;
}

[dir="rtl"] a.search-toggle.iq-waves-effect.d-flex.align-items-center.bg-primary.rounded img {
    margin-right: unset !important;
    margin-left: 20px;
}

[dir="rtl"] .searchbox-datalink.show-data h6 {
    padding-left: unset !important;
    padding-right: 20px;
}

[dir="rtl"] .searchbox-datalink.show-data h6{
    display: flex;
}
[dir="rtl"] .searchbox-datalink .nav-link{
    display: flex;
}
[dir="rtl"] .searchbox-datalink li a > i {
    float: right;
}
[dir="rtl"] .searchbox-datalink.show-data ul li a i {
    padding-right: unset !important;
    padding-left: 6px;
}
[dir="rtl"] table.table.mb-0.table-borderless tr {
    text-align: right !important;
}

[dir="rtl"] .dropdown .dropdown-menu a i{
    margin-left: 8px !important;
    margin-right: unset !important;
}

[dir="rtl"] .dropdown .dropdown-menu{
    left: 140px !important;
}

[dir="rtl"] .collapse .navbar-nav .nav-item .iq-sub-dropdown .iq-sub-card{
    display: flex;
}
[dir="rtl"] .collapse .navbar-nav .nav-item .iq-sub-dropdown .iq-sub-card img{
    margin-right: unset !important;
    margin-left: 8px !important;
}

[dir="rtl"] .iq-card-body .suggestions-lists .media-support-info{
    text-align: right;
    margin-left: unset !important;
    margin-right: 8px !important;
}

[dir="rtl"] .iq-sub-dropdown .iq-card.shadow-none .iq-card-body{
    text-align: right;
}

[dir="rtl"] .iq-sub-dropdown .iq-card.shadow-none .iq-card-body .media .media-body{
   margin-left: unset !important;
   margin-right: 8px !important;
}


[dir="rtl"] .iq-float-menu-item, .iq-float-menu-open-button {margin-left: unset; margin-right: 50px;}

[dir="rtl"] body.sidebar-main .content-page,[dir="rtl"] body.sidebar-main .iq-footer{margin-left: unset;margin-right: 80px;}

[dir="rtl"] .iq-card .iq-card-body .value-box p{padding-left: unset !important;text-align: right;}
[dir="rtl"] .iq-card .iq-card-body .iq-scale-border{
    margin-right: unset !important;
    margin-left: 8px;
}

[dir="rtl"] .iq-card .iq-card-body .iq-scale-content{
    text-align: right;
}

[dir="rtl"] .iq-page-menu-horizontal .wrapper .iq-top-navbar{
    width: auto;
    right: 30px;
}

[dir="rtl"] .iq-page-menu-horizontal .content-page{
    margin-right: unset !important;
}

@media (min-width: 1300px){
    [dir="rtl"] .top-tab-horizontal .content-page {
        margin-right: 0 !important;
    }
}

[dir="rtl"] .two-sidebar .iq-sidebar-small{
    right: 0 !important;
    left: unset !important;
}

[dir="rtl"] .two-sidebar .iq-sidebar {
    margin-right: 60px; margin-left: unset;
}

[dir="rtl"] .two-sidebar .content-page {
    margin-right: 320px;
    margin-left: unset !important;
}
[dir="rtl"] .apexcharts-tooltip-marker {margin-left: 10px; margin-right: unset;}
/*  .iq-card .iq-card-body .bg-white {background-color: var(--iq-dark-body-text) !important;} */

@media (min-width: 1300px){
    [dir="rtl"] body.icon-with-text .content-page {
    margin-right: 150px;
    margin-left: unset !important;
}}

@media (min-width: 1300px){
    [dir="rtl"] body.icon-with-text .iq-footer {
    margin-right: 150px !important;
    margin-left: unset !important;
}}

[dir="rtl"] .iq-sidebar.sidebar-dark-blue .iq-sidebar-menu .iq-menu li ul {
    right: 111%;
}

[dir="rtl"] .iq-sidebar.sidebar-dark-blue .iq-sidebar-menu .iq-menu li>a:hover,[dir="rtl"] .iq-sidebar.sidebar-dark-blue .iq-sidebar-menu .iq-menu li.active>a,[dir="rtl"] .iq-sidebar.sidebar-dark-blue .iq-sidebar.sidebar-dark-blue .iq-sidebar-menu .iq-menu li a {
    border-radius: 8px 0 0 8px !important;
}

[dir="rtl"] .iq-sidebar.sidebar-dark-blue .iq-sidebar-menu .iq-menu li ul {
    border-radius:  8px 0 0 8px !important;
}

@media (min-width: 1300px){
    [dir="rtl"] body.icon-with-text .iq-sidebar-menu .iq-menu li a[aria-expanded="true"] .iq-arrow-right,[dir="rtl"] body.icon-with-text .iq-sidebar-menu .iq-menu li.menu-open .iq-arrow-right,[dir="rtl"] body.icon-with-text .iq-sidebar-menu .iq-menu li.active .iq-arrow-right {
    transform: rotate(180deg) !important;
}}

@media (min-width: 1300px){
[dir="rtl"] body.icon-with-text .iq-sidebar-menu .iq-menu li a .iq-arrow-right {
    left: 0 !important;
    right: auto !important;
}}

[dir="rtl"] .right-block .image-absulute.image-absulute-2 {
    right: auto;
    left: 330px;
}
[dir="rtl"] .right-block .image-absulute.image-absulute-1 {
    right: auto;
    left: 240px;
}

@media (min-width: 1300px){
    [dir="rtl"] body.sidebar-main-active.right-column-fixed .content-page,[dir="rtl"] body.sidebar-main-active.right-column-fixed .iq-footer {
    margin-right: 80px !important;
    margin-left: 320px !important;
}}

/* [dir="rtl"] .iq-footer {margin-right: 260px ;margin-left: unset;}

[dir="rtl"] .content-page {
    margin-right: 260px;
    margin-left: unset;
} */


[dir="rtl"] .two-sidebar .iq-footer {margin-right: 320px; margin-left: unset;}
@media (min-width: 1300px){
    [dir="rtl"] body.icon-with-text .iq-sidebar-menu .iq-menu li li > a > i {margin: 0 0 0 10px;}
}
[dir="rtl"] .iq-card .iq-card-body .todo-date {margin-right: unset !important; margin-left: 15px;}
[dir="rtl"] .iq-card .iq-card-body .todo-date .ri-calendar-2-line{margin-right: unset !important; margin-left: 10px;}

[dir="rtl"] .iq-footer .row .text-right {
    text-align: left!important;
}

[dir="rtl"] .slick-slide .post-content{
    padding-left: unset !important;
    padding-right: 1.25rem !important;
}

[dir="rtl"] .iq-card .iq-card-body{
    text-align: right;
}

[dir="rtl"] ul#post-slider .slick-arrow.left {
    right: auto;
    left: 0;
}
[dir="rtl"] ul#post-slider .slick-arrow.right {
    right: auto;
    left: 35px;
}

[dir="rtl"] .list-inline .sell-list .media-support-info{
    margin-left: unset !important;
    margin-right: 1.25rem !important;
}

[dir="rtl"] .sell-list {
    border-left: none;
    border-right: 4px solid;
}

[dir="rtl"] .iq-icon-box {
    margin-left: 10px;
    margin-right: unset !important;
}

[dir="rtl"] .iq-card .iq-card-body .rounded .d-flex div{
    margin-right: unset !important;
    margin-left: 10px !important;
}

[dir="rtl"] .iq-card .iq-card-body .rounded .d-flex div a{
    margin-right: unset !important;
    margin-left: 10px !important;
}
[dir="rtl"] .iq-card .iq-card-body .rounded .d-flex div a span{
    margin-right : unset !important;
    margin-left: 10px !important;
}

[dir="rtl"] .iq-card .iq-card-body .list-inline .d-flex .media .media-body{
    margin-left: unset !important;
    margin-right: 20px;
}

[dir="rtl"] .iq-card .iq-card-body .d-flex div span{
    text-align: left;
}

[dir="rtl"] .iq-card .iq-card-body .d-flex .media-support-info.ml-3{
    margin-left: unset !important;
    margin-right: 20px !important;
}

[dir="rtl"] .iq-card .iq-card-body .iq-timeline{
    margin: 0 8px 0 0;
    border-right: 3px solid var(--iq-light-border);
    border-left: none !important;
}

[dir="rtl"] .iq-card .iq-card-body .iq-timeline .timeline-dots{
    right: -10px;
    left: unset !important;
}

[dir="rtl"] .iq-card .iq-card-body .iq-timeline .float-left{
    float: right !important;
}

[dir="rtl"] .iq-card .iq-card-body .iq-timeline .float-right{
    float: left !important;
}

@media (min-width: 1300px){
[dir="rtl"] .iq-page-menu-horizontal .iq-footer {
    margin-right: 0 !important;
}}

[dir="rtl"] .iq-card .iq-card-body .iq-card-icon{
    margin-right: unset !important;
    margin-left: 20px;
}

[dir="rtl"] .d-flex .text-left{
    text-align: right !important;
}

[dir="rtl"] .iq-card .iq-card-body .price-week-box.mr-5{
    margin-left: 40px;
    margin-right: unset !important;
}

@media (min-width: 1300px){
    [dir="rtl"] .iq-menu-horizontal .iq-sidebar-menu .iq-menu li ul li a {
    padding: 12px 15px 12px 0;
}}

@media (min-width: 1300px){
[dir="rtl"] .iq-menu-horizontal .iq-sidebar-menu .iq-menu li li .iq-arrow-right,[dir="rtl"] .iq-menu-horizontal .iq-sidebar-menu .iq-menu li:hover li .iq-arrow-right {
    transform: rotate(180deg) !important;
}}

@media (min-width: 1300px){
    [dir="rtl"] .iq-menu-horizontal .iq-sidebar-menu li > .iq-submenu.iq-submenu-data {
    right: 100%;
    left: unset !important;
}}

[dir="rtl"] .iq-card .iq-card-body .iq-details .float-right{
    float: left !important;
}

[dir="rtl"] .nav-item span.count-mail {left: 10px;right: unset !important;}

[dir="rtl"] .nav-item span.dots {
    left: 10px;
    right: unset !important;
}

@media (min-width: 1300px){
    [dir="rtl"] .iq-menu-horizontal-tab .iq-sidebar-menu .iq-menu li > ul.iq-submenu li:hover ul.iq-submenu-data {
    right: 100%;
    left: unset !important;
}}

@media (min-width: 1300px){
[dir="rtl"] .top-tab-horizontal .iq-footer {
    margin-right: 0 !important;
}}

[dir="rtl"] .iq-sidebar-logo a span {
    margin-right: 10px;
    display: flex;
}

[dir="rtl"] .iq-card .iq-card-body .iq-advance-course .left-block .ml-3{
    margin-right: 20px;
    margin-left: unset !important;
}

[dir="rtl"] body.two-sidebar.sidebar-main .content-page,[dir="rtl"] body.sidebar-main .iq-footer {
    margin-right: 60px;
}

[dir="rtl"] .iq-card .iq-card-body .rounded-circle.iq-card-icon.bg-white{
    margin-left: unset !important;
    margin-right: 20px;
}

[dir="rtl"] .iq-card .iq-card-body .background-image{
    
    right: auto;
    left: 0;
}

[dir="rtl"] .navbar .navbar-list .navbar-list img{
    margin-right: unset !important;
    margin-left: 20px !important;
}
[dir="rtl"] .iq-email-list .iq-email-ui li i {
    margin-left: 10px;
    float: right;
    margin-right: unset !important;
}

[dir="rtl"] .iq-email-content .iq-email-date {
    left: 20px;
    text-align: left !important;
    right: unset !important;    
    padding-right: 10px;
    padding-left: unset !important;
}

[dir="rtl"] .iq-email-content .iq-email-subject {
    right: 0;
    left: 110px;}

[dir="rtl"] .iq-email-sender-info .iq-email-title {
    right: 85px !important;
    left: unset !important;
}

[dir="rtl"] .iq-email-content {
    right: 300px !important;
    left: 0 !important;}

    [dir="rtl"] .iq-email-listbox .iq-email-sender-list li:hover .iq-social-media {
        left: 0;
        right: unset !important;
    }

    [dir="rtl"] .iq-email-sender-list .iq-social-media {
        left: -200px;
        right: unset !important;
    }

    [dir="rtl"] .iq-email-list .iq-email-ui li .badge {
        float: left;
        margin-left: unset !important;
        margin-right: 10px;
    }

    [dir="rtl"] .iq-email-search .search-link {
        left: 15px;
        right: unset !important;}

    [dir="rtl"] .iq-card .iq-card-body .iq-email-to-list form{
        margin-right: unset !important;
        margin-left: 10px;
    }

    [dir="rtl"] .iq-email-to-list ul li {
        margin: 0 0 0 5px !important;
        float: right !important;
    }

    [dir="rtl"] .email-app-details {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        right: auto;
        left: 0;
    }

    [dir="rtl"] .iq-email-search .form-control {
        width: 300px;
    }

    [dir="rtl"] .notification-icon > span {
        right: auto;
        left: -8px;
        text-align: center !important;
    }

    [dir="rtl"] .iq-card .iq-card-body .d-flex .notification-icon {
        margin-right: unset !important;
        margin-left: 20px;
    }

    [dir="rtl"] .iq-subject-status {
        margin-right: 15px;
        margin-left: unset;
    }

    [dir="rtl"] .apexcharts-legend-marker {margin-left: 3px; margin-right: unset;}

    [dir="rtl"] .navbar-list li > a > img {margin-right: unset !important; margin-left: 5px;}

    [dir="rtl"] .iq-sidebar-logo {padding-top: 15px;padding-right: 8px; padding-left: unset;}
    [dir="rtl"] .iq-menu-bt {margin-left: 15px; margin-right: unset;}

    [dir="rtl"] .iq-card .iq-card-body .email-form .send-btn{padding-left: unset !important; padding-right: 20px;}
    [dir="rtl"] .iq-card .iq-card-body .email-form .send-panel label{margin-left: unset !important; margin-right: 10px;}
    [dir="rtl"] .iq-card .iq-card-body .email-form .send-panel.float-right{margin-right: unset !important; margin-left: 20px;}
    [dir="rtl"] .iq-todo-page .todo-search,[dir="rtl"] .iq-todo-right .todo-search {padding-right: 35px; padding-left: 5px;}
    [dir="rtl"] .iq-todo-page .search-link,[dir="rtl"] .iq-todo-right .search-link {right: 10px; left: unset;}
    [dir="rtl"] .iq-todo-page ul ul li a {padding-right: 25px; padding-left: 15px;}
    [dir="rtl"] .iq-todo-page ul ul li a span {float: left !important; margin-right: 10px; margin-left: unset !important;}
    [dir="rtl"] .iq-card .iq-card-body .todo-task-lists .d-flex .media-support-info span.ml-3{margin-right: 20px; margin-left: unset;}
    [dir="rtl"] ul.header-nav {right: auto;left: 0;}
    [dir="rtl"] ul.header-nav li a {margin: 0 0 0 15px;}
    [dir="rtl"] .iq-card .iq-card-body .profile-header .profile-info ul.float-right{float: left !important;}
    [dir="rtl"] .profile-feed-items li a {margin: 0 0 0 20px;}
    [dir="rtl"] .iq-card .iq-card-body .profile-header .profile-info .user-detail.pl-5{padding-right: 48px; padding-left: unset !important;}
    [dir="rtl"] .iq-card .iq-card-body .profile-header .profile-info .user-detail.pl-5 .profile-img.pr-4{padding-left: 24px; padding-right: unset !important;}
    [dir="rtl"] .iq-card .iq-card-body .profile-header .profile-info .user-detail.pl-5 .profile-detail p.pl-3{padding-right: 24px; padding-left: unset !important;}
    [dir="rtl"] .iq-card .iq-card-body .media-story .stories-data.ml-3 {margin-left: unset !important; margin-right: 20px;}
    [dir="rtl"] .iq-card .iq-card-body .user-post-data .media-support-user-img.mr-3{margin-right: unset !important; margin-left: 20px;}
    [dir="rtl"] .iq-card-header-toolbar .dropdown-toggle i.ml-3{margin-left: unset !important; margin-right: 20px;}
    [dir="rtl"] .iq-card .iq-card-body .d-flex div span.ml-2 {margin-left: unset !important; margin-right: 10px;}
    [dir="rtl"] .iq-media-group .iq-media:first-child {margin-right: 0px; margin-left: unset !important;}
    [dir="rtl"] .iq-media-group .iq-media {margin-right: -20px; margin-left: unset !important;}
    [dir="rtl"] .iq-card .iq-card-body .comment-area .feather-icon.mr-3{margin-right: unset !important;margin-left: 20px;}
    [dir="rtl"] .iq-card .iq-card-body .comment-area span.ml-1{margin-left: unset !important;margin-right: 5px;}
    [dir="rtl"] .iq-card .iq-card-body .comment-area .post-comments .comment-data-block.ml-3{margin-right: 20px; margin-left:unset !important}
    [dir="rtl"] .comment-activity > a {margin-right: unset !important; margin-left: 10px;}
    [dir="rtl"] .comment-attagement {right: auto;left: 0;}
    [dir="rtl"] .comment-attagement > a > i.mr-2 {margin-left: 10px; margin-right: unset !important;}
    [dir="rtl"] .news-icon {margin-left: 20px; margin-right: unset !important;}
    [dir="rtl"] .nav {padding-right: 0px; padding-left: unset !important;}
    [dir="rtl"] ul.iq-edit-profile li:first-child a {border-radius: 0 15px 15px 0;}
    [dir="rtl"] ul.iq-edit-profile li:last-child a {border-radius: 15px 0 0 15px;}
    [dir="rtl"] .p-image {left: 8px; right: unset !important;}
    [dir="rtl"] form .btn.mr-2 {margin-right: unset !important; margin-left: 10px;}
    [dir="rtl"] .iq-card .iq-card-body .form-group a.float-right{float: left !important;}
    [dir="rtl"] input[type=checkbox].mr-2 {margin-left: 10px; margin-right: unset !important;}
    [dir="rtl"] .add-img-user .p-image {text-align: right !important;}
    [dir="rtl"] .iq-card .iq-card-body .table-responsive .float-right{float: left !important;}
    [dir="rtl"] .user-list-files a {margin: 0 10px 0 0;}
    [dir="rtl"] .page-item:first-child .page-link {border-top-left-radius: unset ;border-bottom-left-radius: unset; border-radius: 0 4px 4px 0;}
    [dir="rtl"] .page-item:last-child .page-link {border-top-right-radius: unset ;border-bottom-right-radius: unset; border-radius: 4px 0 0 4px;}
    [dir="rtl"] .job-classification li > i,[dir="rtl"] .today-schedule li i {margin-left: 10px; margin-right: unset;}
    [dir="rtl"] .schedule-text span {text-align: unset !important;}
    [dir="rtl"] .iq-card .iq-card-body .chat-data-block .chat-search.pl-3 {padding-left: unset !important; padding-right: 20px;}
    [dir="rtl"] .iq-card .iq-card-body .chat-data-block .chat-sidebar-channel.pl-3 {padding-left: unset !important; padding-right: 20px;}
    [dir="rtl"] .chat-profile.mr-3{margin-left: 20px; margin-right: unset !important;}
    [dir="rtl"] .form-group.chat-search-data > i {right: 15px; left: unset;}
    [dir="rtl"] #chat-search {padding-right: 40px; padding-left: unset;}
    [dir="rtl"] .chat-sidebar-channel .avatar.mr-3{margin-left: 16px; margin-right: unset !important;}
    [dir="rtl"] #user-detail-popup {left: 0;right: auto;transform: translateX(90%);-webkit-transform: translateX(90%);}
    /* [dir="rtl"] .iq-card .iq-card-body .tab-content .tab-pane .chat-head header{padding-right: 16px; padding-left: unset !important; } */
    [dir="rtl"] .iq-card .iq-card-body .tab-content .tab-pane .chat-head header .avatar.mr-3{margin-left: 20px !important; margin-right: unset !important;}
    [dir="rtl"] span.avatar-status {right: auto;left: 0;}
    [dir="rtl"] .chat-header-icons > a,[dir="rtl"] .chat-header-icons > span {margin: 0 0 0 5px; text-align: center !important;}
    [dir="rtl"] .chat-user {float: left;}
    [dir="rtl"] .chat-message {float: left;text-align: left;margin: 0 .3rem 1.33rem 1.33rem;}
    [dir="rtl"] .chat-left .chat-user {float: right;}
    [dir="rtl"] .chat-content .chat-left .chat-message {text-align: right;float: right;margin: 0 1.3rem 1.8rem .3rem;}
    [dir="rtl"] .chat-footer form .chat-attagement a > i.pr-3{padding-right: unset !important; padding-left: 20px;}
    [dir="rtl"] .chat-footer form input.mr-3{margin-left: 20px; margin-right: unset !important;}
    [dir="rtl"] .chat-footer form .btn i {margin-left: 5px; padding-right: unset;}
    [dir="rtl"] .chat-footer form .btn span {margin-left: unset !important; padding-right: 5px;}

    /* e-commerce product */
    [dir="rtl"] .iq-card .d-flex.align-items-center.justify-content-between.pl-2.pr-3{padding-left: 20px !important; padding-right: 10px !important;}
    [dir="rtl"] .right-panel .iq-card .pl-2.pr-3 div > button.mr-2{margin-right: unset !important; margin-left: 10px;}
    [dir="rtl"] .iq-algolia-sort {margin-right: unset; margin-left: 8px;}
    [dir="rtl"] .iq-filter-border {text-align: right;}
    [dir="rtl"] .ais-PoweredBy-logo {margin-right: .3rem; margin-left: unset; }
    [dir="rtl"] .iq-card button i.mr-0{padding-right: 0px !important;}
    [dir="rtl"] .card-body .iq-product-action p.float-right{float: left !important; margin-right: 5px;}
    [dir="rtl"] .product-action.ml-2 {float: right;margin-left: unset !important; margin-right: 10px;}
    [dir="rtl"] .thumbnail-container .new {right: auto;left: 15px;}
    [dir="rtl"] .iq-card .product-miniature .product-description .iq-product-action button.btn.btn-primary.btn-sm {float: right;margin-left: 10px;}
    [dir="rtl"] .iq-card .product-miniature .product-description .iq-product-action p.float-right{float:left !important;}
    [dir="rtl"] #progressbar li:first-child:after {border-top-left-radius: unset !important;border-bottom-left-radius: unset !important;border-top-right-radius: 10px;border-bottom-right-radius: 10px; position: absolute;right: 50%;}
    [dir="rtl"] #progressbar li:last-child:after {border-top-right-radius: unset !important;border-bottom-right-radius: unset !important;border-top-left-radius: 10px;border-bottom-left-radius: 10px;position: absolute;right: -50%;}
    [dir="rtl"] #progressbar li {float: right !important;}
    [dir="rtl"] #progressbar {padding-right: 0px; padding-left: unset ;}
    [dir="rtl"] .iq-card .iq-card-body .ckeckout-product-lists .checkout-product-details .checkout-button .btn.ml-2{margin-left: unset !important; margin-right: 10px;}
    [dir="rtl"] .iq-card .iq-card-body .ckeckout-product-lists .checkout-product-details {margin-right: 15px; margin-left: unset !important; padding-left:unset !important; padding-right:15px;}
    [dir="rtl"] .iq-card .iq-card-body .ckeckout-product-lists .checkout-amount-data .checkout-policy .checkout-button .ml-2{margin-left: unset !important; margin-right: 10px;}
   
    /* ui elements */

    [dir="rtl"]   dd {margin-right: 0;margin-left: unset !important;}  
    [dir="rtl"] .alert .iq-alert-icon {padding: 0  0 0 1.30rem;}
    [dir="rtl"] .breadcrumb .breadcrumb-item .mr-1{margin-right: unset !important; margin-left: 5px; float: right !important;}
    [dir="rtl"] .btn-group>.btn-group:not(:last-child)>.btn,[dir="rtl"] .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {border-top-left-radius: 0;border-bottom-left-radius: 0;border-top-right-radius: 10px ;border-bottom-right-radius: 10px;}
    [dir="rtl"] .btn-group>.btn-group:not(:first-child)>.btn,[dir="rtl"] .btn-group>.btn:not(:first-child) {border-top-right-radius: 0;border-bottom-right-radius: 0;border-top-left-radius: 10px;border-bottom-left-radius: 10px;}
    [dir="rtl"] .btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:nth-child(2n) {border-top-right-radius: 0 !important;border-bottom-right-radius: 0 !important;}
    [dir="rtl"] .btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:nth-child(2n), .btn-group>.btn:nth-child(3n) {border-top-right-radius: 0 !important;border-bottom-right-radius: 0 !important;}
    [dir="rtl"] .card-body,[dir="rtl"] .card-header, [dir="rtl"] .card-footer {text-align: right;}
    [dir="rtl"] .list-group {padding-right: 0;padding-left: unset !important;}
    [dir="rtl"] .card-body.text-right{text-align: left !important;}
    [dir="rtl"] .text-left {text-align: right!important;}
    [dir="rtl"] .iq-card .iq-card-body button span.badge.ml-2{margin-left: unset !important; margin-right: 10px;}
    [dir="rtl"] .row{text-align: right;}
    [dir="rtl"] .iq-card .iq-card-body .media .mr-3{margin-right: unset !important; margin-left: 15px;}
    [dir="rtl"] .list-unstyled {padding-right: 0; padding-left: unset !important;}
    [dir="rtl"] .toast .toast-header svg.mr-2{margin-right: unset !important; margin-left: 10px;}
    [dir="rtl"] .toast .toast-header strong.mr-auto{margin-right: unset !important; margin-left: auto;}
    [dir="rtl"] .toast .toast-header button.ml-2{margin-left: unset !important; margin-right: 10px;}
    [dir="rtl"] .pagination {padding-right: 0; padding-left: unset !important;}
    [dir="rtl"] .custom-file-label::after {left: 0; right: unset !important; border-left: unset !important; border-right: inherit;}
    [dir="rtl"] .custom-switch {padding-right: 2.25rem !important;padding-left: unset !important;}
    [dir="rtl"] .custom-control-inline {margin-right: unset; margin-left: 1rem;}
    [dir="rtl"] .custom-control {padding-right: 1.5rem; padding-left: unset !important;}
    [dir="rtl"] .custom-control-input {right: 0; left: unset !important;}
    [dir="rtl"] .custom-switch .custom-control-label::before {right: -2.25rem; left: unset !important;}
    [dir="rtl"] .custom-control-label::before {right: -1.5rem; left: unset !important;}
    [dir="rtl"] .form-check {padding-right: 1.25rem;padding-left: unset !important;}
    [dir="rtl"] .form-check-input {margin-right: -1.25rem;margin-left: unset !important;}
    [dir="rtl"] .list-inline {padding-right: 0;text-align: right;}
    [dir="rtl"] .list-inline-item:not(:last-child) {margin-left: .5rem; margin-right: unset;   }
    [dir="rtl"] .custom-checkbox.checkbox-icon label i {right: -21px; left: unset;}
    [dir="rtl"] .iq-card .iq-card-body .btn-toolbar .btn-group.mr-2{margin-left: 10px; margin-right: unset !important;}

    
    [dir="rtl"] #top-tab-list li {float: right;text-align: right;}
    [dir="rtl"] #top-tab-list li i{margin: 0 0 0 15px;}
    [dir="rtl"] .steps {text-align: left;}
    [dir="rtl"] .float-right{float: left !important;}
    [dir="rtl"] .float-left{float: right !important;}
    [dir="rtl"] .wizard-step {float: right;}
    [dir="rtl"] #top-tabbar-vertical li i {margin: 0 0 0 20px;}
    [dir="rtl"] .iq-icons-list i {float: right;margin-left: 10px;margin-right: unset !important;}
    [dir="rtl"] .iq-icons-list .icon {margin-left: 10px; margin-right: unset !important;}
    [dir="rtl"] .sign-in-from {text-align: right;}
    [dir="rtl"] .iq-social-media li {float: right;margin-left: 10px; margin-right: unset !important;}
    [dir="rtl"] .iq-social-media {float: left;}
    [dir="rtl"] .text-right{text-align: left !important;}
    [dir="rtl"] .content-page .container-fluid .row .col-lg-12{text-align: right;}
    [dir="rtl"] .iq-comingsoon-form button {left: 0; right: unset;}
    [dir="rtl"] .iq-accordion.career-style.faq-style .accordion-title:before {left: 15px; right: unset;}
    [dir="rtl"] .iq-accordion.career-style.faq-style .iq-accordion-block .accordion-details p {padding-right: 15px; padding-left: unset;}
    [dir="rtl"] .iq-accordion.career-style.faq-style .iq-accordion-block {text-align: right;}
    [dir="rtl"] .iq-email-sender-info .iq-checkbox-mail,[dir="rtl"] .iq-email-sender-info .iq-star-toggle {float: right;}
    [dir="rtl"] .iq-email-sender-info .iq-star-toggle {margin-right: 10px; margin-left: unset;}

    [dir="rtl"] .custom-switch.custom-switch-icon .custom-control-label::before,[dir="rtl"] .custom-switch.custom-switch-text .custom-control-label::before {right: 1px; left: unset;}
    [dir="rtl"] .custom-switch.custom-switch-icon,[dir="rtl"] .custom-switch.custom-switch-text {padding-right: unset !important; }
    [dir="rtl"] .custom-switch.custom-switch-icon label .switch-icon-right,[dir="rtl"] .custom-switch.custom-switch-text label .switch-icon-right {right: 5px;left: auto;}
    [dir="rtl"] .custom-switch.custom-switch-icon label .switch-icon-left,[dir="rtl"] .custom-switch.custom-switch-text label .switch-icon-left {left: 8px;right: auto;}

    [dir="rtl"] .custom-switch .custom-control-input:checked~.custom-control-label::after {-webkit-transform: translateX(-0.75rem);transform: translateX(-0.75rem);}
    [dir="rtl"] .custom-switch .custom-control-label::after {right: calc(-2.25rem + 2px); left: unset !important;}
    [dir="rtl"] .custom-control-label::after {right: -1.5rem; left: unset !important;}
    [dir="rtl"] .custom-switch.custom-switch-icon .custom-control-label:after,[dir="rtl"] .custom-switch.custom-switch-text .custom-control-label:after {left: 0px !important; right: unset;}

   /* media query for responsive */

   @media (max-width: 991px){
        [dir="rtl"] .navbar-list li img {margin-left: 0 !important;}
    }

    @media (max-width: 557px){
        [dir="rtl"] .iq-top-navbar .navbar-toggler {left: 100px; right: unset;
    }}

    @media (max-width: 991px){
    [dir="rtl"] .iq-top-navbar .navbar-toggler {left: 100px; right: unset;}
    }
    
    @media (max-width: 557px){
        [dir="rtl"] .iq-top-navbar .iq-navbar-custom .iq-menu-bt {left: 145px; right: unset;}
    }

    @media (max-width: 1299px){
        [dir="rtl"] .iq-top-navbar .iq-navbar-custom .iq-menu-bt {left: 440px; right:unset;}
    }

    @media (max-width: 991px){
        [dir="rtl"] .iq-top-navbar .iq-navbar-custom .iq-menu-bt {left: 145px; right:unset;}
    }

    [dir="rtl"] .navbar-list {float: left;}
    [dir="rtl"] .navbar-list li:last-child>a {padding-left: 20px; padding-right: 15px;}

    @media (max-width: 1299px){
        [dir="rtl"] .iq-sidebar {right: -260px; left: unset;}
    }
    @media (max-width: 1299px){
    [dir="rtl"] body.sidebar-main .iq-sidebar { right: 0; left: unset;}}


    @media (max-width: 1299px){
    [dir="rtl"] .content-page,[dir="rtl"]  body.sidebar-main .content-page {margin-right: 0 !important; margin-left: unset;}}

    [dir="rtl"] .content-page {margin-right: 260px; margin-left: unset;}

    @media (max-width: 991px){
        [dir="rtl"] .navbar-nav.navbar-list {float: left;}
    }

        [dir="rtl"] .navbar-list li {float: right;}

    
    [dir="rtl"] .iq-footer {margin-right: 260px ;margin-left: unset;}

    [dir="rtl"] .content-page {
        margin-right: 260px;
        margin-left: unset;
    }

    @media (max-width: 1299px){
    [dir="rtl"] .iq-footer,[dir="rtl"] body.sidebar-main .iq-footer {
    padding: 15px 10px;
    margin-right: 0;
}}

@media (max-width: 991px){
[dir="rtl"] body.iq-page-menu-horizontal .iq-top-navbar .navbar-toggler {
    left: 100px; right:unset;
}}


@media (max-width: 1299px){
    [dir="rtl"] .iq-page-menu-horizontal .iq-top-navbar .iq-navbar-custom .iq-menu-bt {
    left: 320px; right: unset;}}

/* @media (max-width: 1299px){
    [dir="rtl"] .iq-top-navbar .iq-navbar-custom .iq-menu-bt {left: 440px; right: unset; }} */

    @media (max-width: 991px){
        [dir="rtl"] #sidebar-toggle {margin-left: 15px; margin-right: unset;}}
@media (max-width: 991px){
    [dir="rtl"] .iq-page-menu-horizontal .iq-top-navbar .iq-navbar-custom .iq-menu-bt {
    left: 145px; right: unset;}}

@media (max-width: 557px){
    [dir="rtl"] .iq-top-navbar .iq-navbar-custom .iq-menu-bt {
    left: 145px; right: unset;}}

    [dir="rtl"] .iq-top-navbar .search-box {right: auto;left: 0;}

    @media (max-width: 1299px){
        [dir="rtl"] .iq-page-menu-horizontal.sidebar-main .iq-menu-horizontal {right: 0; left:unset;}
    }

    @media (max-width: 1299px){
        [dir="rtl"] .iq-menu-horizontal {right: -100%;left: 0;}}

    @media (max-width: 557px){
        [dir="rtl"] .iq-top-navbar .navbar-toggler {left: 100px; right:unset;
    }}

    @media (max-width: 991px){
        [dir="rtl"] .iq-top-navbar .navbar-toggler {left: 100px; right: unset;}}


    @media (max-width: 991px){
    [dir="rtl"] .top-tab-horizontal .iq-menu-bt {margin-left: 75px; margin-right: unset;}}

    @media (max-width: 1299px){
    [dir="rtl"] body.top-tab-horizontal.sidebar-main .tab-menu-horizontal {
    right: 0;left:unset}
    }   

    @media (max-width: 1299px){
    [dir="rtl"] .tab-menu-horizontal {right: -260px; left:unset}}

    @media (max-width: 1299px){
        [dir="rtl"] .two-sidebar .iq-footer {
    margin-right: 60px !important;
}}

@media (max-width: 991px){
    [dir="rtl"] .iq-footer .container-fluid .col-lg-6 .list-inline, .iq-footer .col-lg-6.text-right {
    text-align: center !important;
}}

@media (max-width: 1299px){
 [dir="rtl"] body.two-sidebar.sidebar-main .content-page, [dir="rtl"]  body.two-sidebar .content-page {
    margin-right: 70px !important; margin-left: unset;
}}

@media (max-width: 767px){
    [dir="rtl"] .right-block .image-absulute.image-absulute-1 {
    left: 50px !important; right:unset;
}}

@media (max-width: 767px){
    [dir="rtl"] .right-block .image-absulute.image-absulute-2 {
    left: auto !important; right: 40px !important;
}}

@media (max-width: 1299px){
    [dir="rtl"] .iq-top-navbar, body.sidebar-main .iq-top-navbar {left: 0 !important;}
}

@media (max-width: 1299px){
[dir="rtl"] body.two-sidebar .iq-top-navbar{ right:unset !important; left:0;}}

@media (max-width: 991px){
    [dir="rtl"] .chat-data-left {right:0; left: unset; transform: translateX(100%);}}

@media (max-width: 991px){
    [dir="rtl"] button.close-btn-res {right: auto;left: 0;}}

    [dir="rtl"] #compose-email-popup {right: auto;left: 0; max-height: 470px;}

    @media (max-width: 1199px){
        [dir="rtl"] .iq-email-to-list .justify-content-between {float: right;}}


@media (max-width:557px) {
    [dir="rtl"] .top-tab-horizontal .iq-top-navbar .navbar{ width: unset !important;}
}

/* Swiper slider */
[dir="rtl"] .d2-post-slider .swiper-button-prev{left: 55px;right: auto;}
[dir="rtl"]  .swiper-container-rtl .swiper-button-next{    left: 25px;
    right: auto;}


    @media (max-width: 479px){
        [dir="rtl"] .iq-sidebar-logo a span {
    display: none;
    }}

.iq-float-menu-item,
.iq-float-menu-open-button {
  font-size: 20px;
  border: unset;
  background:var(--iq-primary);
  border-radius: 100%;
  width: 40px;
  height: 40px;
  margin-left: -40px;
  position: fixed;
  color: #FFFFFF;
  text-align: center;
  line-height: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform ease-out 200ms;
  transition: -webkit-transform ease-out 200ms;
  transition: transform ease-out 200ms;
  transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
}

.iq-float-menu-open {
  display: none;
}

.lines {
  width: 20px;
  height: 2px;
  background:var(--iq-card-bg);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10.5px;
  margin-top: -1.5px;
  -webkit-transition: -webkit-transform 200ms;
  transition: -webkit-transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms;
}

.line-1 {
  -webkit-transform: translate3d(0, -6px, 0);
  transform: translate3d(0, -6px, 0);
}

.line-2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.line-3 {
  -webkit-transform: translate3d(0, 6px, 0);
  transform: translate3d(0, 6px, 0);
}

.iq-float-menu-open:checked + .iq-float-menu-open-button .line-1 {
  -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
  transform: translate3d(0, 0, 0) rotate(45deg);
}

.iq-float-menu-open:checked + .iq-float-menu-open-button .line-2 {
  -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
  transform: translate3d(0, 0, 0) scale(0.1, 1);
}

.iq-float-menu-open:checked + .iq-float-menu-open-button .line-3 {
  -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
  transform: translate3d(0, 0, 0) rotate(-45deg);
}

.iq-float-menu {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 80px;
  text-align: center;
  box-sizing: border-box;
  font-size: 26px;
  z-index: 1000;
}

.iq-float-menu-item:nth-child(3) {
  -webkit-transition-duration: 180ms;
  transition-duration: 180ms;
}

.iq-float-menu-item:nth-child(4) {
  -webkit-transition-duration: 180ms;
  transition-duration: 180ms;
}

.iq-float-menu-item:nth-child(5) {
  -webkit-transition-duration: 180ms;
  transition-duration: 180ms;
}

.iq-float-menu-item:nth-child(6) {
  -webkit-transition-duration: 180ms;
  transition-duration: 180ms;
}

.iq-float-menu-item:nth-child(7) {
  -webkit-transition-duration: 180ms;
  transition-duration: 180ms;
}

.iq-float-menu-item:nth-child(8) {
  -webkit-transition-duration: 180ms;
  transition-duration: 180ms;
}

.iq-float-menu-item:nth-child(9) {
  -webkit-transition-duration: 180ms;
  transition-duration: 180ms;
}

.iq-float-menu-open-button {
  z-index: 2;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
  transform: scale(1.1, 1.1) translate3d(0, 0, 0);
  cursor: pointer;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
}

.iq-float-menu-open-button:hover {
  -webkit-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
  transform: scale(1.2, 1.2) translate3d(0, 0, 0);
}

.iq-float-menu-open:checked + .iq-float-menu-open-button {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transform: scale(1,1) translate3d(0, 0, 0);
  transform: scale(1,1) translate3d(0, 0, 0);
}

.iq-float-menu-open:checked ~ .iq-float-menu-item {
  -webkit-transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
  transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
}

.iq-float-menu-open:checked ~ .iq-float-menu-item:nth-child(9) {
  transition-duration: 180ms;
  -webkit-transition-duration: 180ms;
  -webkit-transform: translate3d(0.08361px, -104.99997px, 0);
  transform: translate3d(0.08361px, -104.99997px, 0);
}

.iq-float-menu-open:checked ~ .iq-float-menu-item:nth-child(8) {
  transition-duration: 280ms;
  -webkit-transition-duration: 280ms;
  -webkit-transform: translate3d(90.9466px, -52.47586px, 0);
  transform: translate3d(90.9466px, -52.47586px, 0);
}

.iq-float-menu-open:checked ~ .iq-float-menu-item:nth-child(7) {
  transition-duration: 380ms;
  -webkit-transition-duration: 380ms;
  -webkit-transform: translate3d(90.9466px, 52.47586px, 0);
  transform: translate3d(90.9466px, 52.47586px, 0);
}

.iq-float-menu-open:checked ~ .iq-float-menu-item:nth-child(6) {
  transition-duration: 480ms;
  -webkit-transition-duration: 480ms;
  -webkit-transform: translate3d(0.08361px, 104.99997px, 0);
  transform: translate3d(-0.91639px, 70.99997px, 0)
}

.iq-float-menu-open:checked ~ .iq-float-menu-item:nth-child(5) {
  transition-duration: 580ms;
  -webkit-transition-duration: 580ms;
  -webkit-transform: translate3d(-50.86291px, 20.62064px, 0);
  transform: translate3d(-50.86291px, 20.62064px, 0);
}

.iq-float-menu-open:checked ~ .iq-float-menu-item:nth-child(4) {
  transition-duration: 680ms;
  -webkit-transition-duration: 680ms;
  -webkit-transform: translate3d(-50.03006px, -30.33095px, 0);
  transform: translate3d(-50.03006px, -30.33095px, 0);
}

.iq-float-menu-open:checked ~ .iq-float-menu-item:nth-child(3) {
  transition-duration: 780ms;
  -webkit-transition-duration: 780ms;
  -webkit-transform: translate3d(-0.25084px, -50.9997px, 0);
  transform: translate3d(-0.25084px, -50.9997px, 0);
}

/* .blue {
  background-color: #669AE1;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.blue:hover {
  color: #669AE1;
  text-shadow: none;
}

.green {
  background-color: #70CC72;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.green:hover {
  color: #70CC72;
  text-shadow: none;
}

.red {
  background-color: #FE4365;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.red:hover {
  color: #FE4365;
  text-shadow: none;
}

.purple {
  background-color: #C49CDE;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.purple:hover {
  color: #C49CDE;
  text-shadow: none;
}

.orange {
  background-color: #FC913A;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.orange:hover {
  color: #FC913A;
  text-shadow: none;
}

.lightblue {
  background-color: #62C2E4;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.lightblue:hover {
  color: #62C2E4;
  text-shadow: none;
}

.credit {
  margin: 24px 20px 120px 0;
  text-align: right;
  color: #EEEEEE;
}

.credit a {
  padding: 8px 0;
  color: #C49CDE;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.credit a:hover {
  text-decoration: underline;
} */
.iq-float-menu .iq-float-menu-open-button{box-shadow:  0px 2px 2px var(--iq-primary-shadow-1) , 0px 4px 8px var( --iq-primary-shadow-2);}
.iq-float-menu .iq-float-menu-item.bg-info{ box-shadow: 0 2px 10px 0 #00cfde6e;}
.iq-float-menu .iq-float-menu-item.bg-danger{box-shadow: 0 2px 10px 0 #ff292978;}
.iq-float-menu .iq-float-menu-item.bg-warning{box-shadow: 0 2px 10px 0 #fad02e85;}

.dark .iq-float-menu .iq-float-menu-open-button{box-shadow:  0px 2px 2px var(--iq-dark-shadow-1), 0px 4px 8px var(--iq-dark-shadow-2);}
.dark .iq-float-menu .iq-float-menu-item.bg-info{box-shadow:  0px 2px 2px var(--iq-dark-shadow-1), 0px 4px 8px var(--iq-dark-shadow-2);}
.dark .iq-float-menu .iq-float-menu-item.bg-danger{box-shadow:  0px 2px 2px var(--iq-dark-shadow-1), 0px 4px 8px var(--iq-dark-shadow-2);}
.dark .iq-float-menu .iq-float-menu-item.bg-warning{box-shadow:  0px 2px 2px var(--iq-dark-shadow-1), 0px 4px 8px var(--iq-dark-shadow-2);}
/*
* Remix Icon v2.0.0
* https://remixicon.com
* https://github.com/Remix-Design/RemixIcon
*
* Copyright RemixIcon.com
* Released under the Apache License Version 2.0
*
* Date: 2019-09-15
*/
@font-face {
  font-family: "remixicon";
  src: url('../fonts/remixicon.eot?t=1568552893872'); /* IE9*/
  src: url('../fonts/remixicon.eot?t=1568552893872#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url("../fonts/remixicon.woff2?t=1568552893872") format("woff2"),
  url("../fonts/remixicon.woff?t=1568552893872") format("woff"),
  url('../fonts/remixicon.ttf?t=1568552893872') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../fonts/remixicon.svg?t=1568552893872#remixicon') format('svg'); /* iOS 4.1- */
  font-display: swap;
}

[class^="ri-"], [class*=" ri-"] {
  font-family: 'remixicon' !important;
  font-style: normal;
      vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ri-lg { font-size: 1.3333em; line-height: 0.75em; vertical-align: -.0667em; }
.ri-xl { font-size: 1.5em; line-height: 0.6666em; vertical-align: -.075em; }
.ri-xxs { font-size: .5em; }
.ri-xs { font-size: .75em; }
.ri-sm { font-size: .875em }
.ri-1x { font-size: 1em; }
.ri-2x { font-size: 2em; }
.ri-3x { font-size: 3em; }
.ri-4x { font-size: 4em; }
.ri-5x { font-size: 5em; }
.ri-6x { font-size: 6em; }
.ri-7x { font-size: 7em; }
.ri-8x { font-size: 8em; }
.ri-9x { font-size: 9em; }
.ri-10x { font-size: 10em; }
.ri-fw { text-align: center; width: 1.25em; }

.ri-4k-fill:before { content: "\ea01"; }
.ri-4k-line:before { content: "\ea02"; }
.ri-company_location-box-fill:before { content: "\ea03"; }
.ri-company_location-box-line:before { content: "\ea04"; }
.ri-company_location-circle-fill:before { content: "\ea05"; }
.ri-company_location-circle-line:before { content: "\ea06"; }
.ri-company_location-pin-box-fill:before { content: "\ea07"; }
.ri-company_location-pin-box-line:before { content: "\ea08"; }
.ri-company_location-pin-circle-fill:before { content: "\ea09"; }
.ri-company_location-pin-circle-line:before { content: "\ea0a"; }
.ri-add-box-fill:before { content: "\ea0b"; }
.ri-add-box-line:before { content: "\ea0c"; }
.ri-add-circle-fill:before { content: "\ea0d"; }
.ri-add-circle-line:before { content: "\ea0e"; }
.ri-add-fill:before { content: "\ea0f"; }
.ri-add-line:before { content: "\ea10"; }
.ri-admin-fill:before { content: "\ea11"; }
.ri-admin-line:before { content: "\ea12"; }
.ri-airplay-fill:before { content: "\ea13"; }
.ri-airplay-line:before { content: "\ea14"; }
.ri-alarm-fill:before { content: "\ea15"; }
.ri-alarm-line:before { content: "\ea16"; }
.ri-alarm-warning-fill:before { content: "\ea17"; }
.ri-alarm-warning-line:before { content: "\ea18"; }
.ri-album-fill:before { content: "\ea19"; }
.ri-album-line:before { content: "\ea1a"; }
.ri-alert-fill:before { content: "\ea1b"; }
.ri-alert-line:before { content: "\ea1c"; }
.ri-align-bottom:before { content: "\ea1d"; }
.ri-align-center:before { content: "\ea1e"; }
.ri-align-justify:before { content: "\ea1f"; }
.ri-align-left:before { content: "\ea20"; }
.ri-align-right:before { content: "\ea21"; }
.ri-align-top:before { content: "\ea22"; }
.ri-align-vertically:before { content: "\ea23"; }
.ri-alipay-fill:before { content: "\ea24"; }
.ri-alipay-line:before { content: "\ea25"; }
.ri-amazon-fill:before { content: "\ea26"; }
.ri-amazon-line:before { content: "\ea27"; }
.ri-anchor-fill:before { content: "\ea28"; }
.ri-anchor-line:before { content: "\ea29"; }
.ri-android-fill:before { content: "\ea2a"; }
.ri-android-line:before { content: "\ea2b"; }
.ri-angularjs-fill:before { content: "\ea2c"; }
.ri-angularjs-line:before { content: "\ea2d"; }
.ri-anticlockwise-2-fill:before { content: "\ea2e"; }
.ri-anticlockwise-2-line:before { content: "\ea2f"; }
.ri-anticlockwise-fill:before { content: "\ea30"; }
.ri-anticlockwise-line:before { content: "\ea31"; }
.ri-apple-fill:before { content: "\ea32"; }
.ri-apple-line:before { content: "\ea33"; }
.ri-apps-2-fill:before { content: "\ea34"; }
.ri-apps-2-line:before { content: "\ea35"; }
.ri-apps-fill:before { content: "\ea36"; }
.ri-apps-line:before { content: "\ea37"; }
.ri-archive-drawer-fill:before { content: "\ea38"; }
.ri-archive-drawer-line:before { content: "\ea39"; }
.ri-archive-fill:before { content: "\ea3a"; }
.ri-archive-line:before { content: "\ea3b"; }
.ri-arrow-down-circle-fill:before { content: "\ea3c"; }
.ri-arrow-down-circle-line:before { content: "\ea3d"; }
.ri-arrow-down-fill:before { content: "\ea3e"; }
.ri-arrow-down-line:before { content: "\ea3f"; }
.ri-arrow-down-s-fill:before { content: "\ea40"; }
.ri-arrow-down-s-line:before { content: "\ea41"; }
.ri-arrow-drop-down-fill:before { content: "\ea42"; }
.ri-arrow-drop-down-line:before { content: "\ea43"; }
.ri-arrow-drop-left-fill:before { content: "\ea44"; }
.ri-arrow-drop-left-line:before { content: "\ea45"; }
.ri-arrow-drop-right-fill:before { content: "\ea46"; }
.ri-arrow-drop-right-line:before { content: "\ea47"; }
.ri-arrow-drop-up-fill:before { content: "\ea48"; }
.ri-arrow-drop-up-line:before { content: "\ea49"; }
.ri-arrow-go-back-fill:before { content: "\ea4a"; }
.ri-arrow-go-back-line:before { content: "\ea4b"; }
.ri-arrow-go-forward-fill:before { content: "\ea4c"; }
.ri-arrow-go-forward-line:before { content: "\ea4d"; }
.ri-arrow-left-circle-fill:before { content: "\ea4e"; }
.ri-arrow-left-circle-line:before { content: "\ea4f"; }
.ri-arrow-left-down-fill:before { content: "\ea50"; }
.ri-arrow-left-down-line:before { content: "\ea51"; }
.ri-arrow-left-fill:before { content: "\ea52"; }
.ri-arrow-left-line:before { content: "\ea53"; }
.ri-arrow-left-s-fill:before { content: "\ea54"; }
.ri-arrow-left-s-line:before { content: "\ea55"; }
.ri-arrow-left-up-fill:before { content: "\ea56"; }
.ri-arrow-left-up-line:before { content: "\ea57"; }
.ri-arrow-right-circle-fill:before { content: "\ea58"; }
.ri-arrow-right-circle-line:before { content: "\ea59"; }
.ri-arrow-right-down-fill:before { content: "\ea5a"; }
.ri-arrow-right-down-line:before { content: "\ea5b"; }
.ri-arrow-right-fill:before { content: "\ea5c"; }
.ri-arrow-right-line:before { content: "\ea5d"; }
.ri-arrow-right-s-fill:before { content: "\ea5e"; }
.ri-arrow-right-s-line:before { content: "\ea5f"; }
.ri-arrow-right-up-fill:before { content: "\ea60"; }
.ri-arrow-right-up-line:before { content: "\ea61"; }
.ri-arrow-up-circle-fill:before { content: "\ea62"; }
.ri-arrow-up-circle-line:before { content: "\ea63"; }
.ri-arrow-up-fill:before { content: "\ea64"; }
.ri-arrow-up-line:before { content: "\ea65"; }
.ri-arrow-up-s-fill:before { content: "\ea66"; }
.ri-arrow-up-s-line:before { content: "\ea67"; }
.ri-artboard-2-fill:before { content: "\ea68"; }
.ri-artboard-2-line:before { content: "\ea69"; }
.ri-artboard-fill:before { content: "\ea6a"; }
.ri-artboard-line:before { content: "\ea6b"; }
.ri-article-fill:before { content: "\ea6c"; }
.ri-article-line:before { content: "\ea6d"; }
.ri-at-fill:before { content: "\ea6e"; }
.ri-at-line:before { content: "\ea6f"; }
.ri-attachment-2:before { content: "\ea70"; }
.ri-attachment-fill:before { content: "\ea71"; }
.ri-attachment-line:before { content: "\ea72"; }
.ri-award-fill:before { content: "\ea73"; }
.ri-award-line:before { content: "\ea74"; }
.ri-baidu-fill:before { content: "\ea75"; }
.ri-baidu-line:before { content: "\ea76"; }
.ri-ball-pen-fill:before { content: "\ea77"; }
.ri-ball-pen-line:before { content: "\ea78"; }
.ri-bank-card-2-fill:before { content: "\ea79"; }
.ri-bank-card-2-line:before { content: "\ea7a"; }
.ri-bank-card-fill:before { content: "\ea7b"; }
.ri-bank-card-line:before { content: "\ea7c"; }
.ri-bank-fill:before { content: "\ea7d"; }
.ri-bank-line:before { content: "\ea7e"; }
.ri-bar-chart-2-fill:before { content: "\ea7f"; }
.ri-bar-chart-2-line:before { content: "\ea80"; }
.ri-bar-chart-box-fill:before { content: "\ea81"; }
.ri-bar-chart-box-line:before { content: "\ea82"; }
.ri-bar-chart-fill:before { content: "\ea83"; }
.ri-bar-chart-grouped-fill:before { content: "\ea84"; }
.ri-bar-chart-grouped-line:before { content: "\ea85"; }
.ri-bar-chart-horizontal-fill:before { content: "\ea86"; }
.ri-bar-chart-horizontal-line:before { content: "\ea87"; }
.ri-bar-chart-line:before { content: "\ea88"; }
.ri-barcode-box-fill:before { content: "\ea89"; }
.ri-barcode-box-line:before { content: "\ea8a"; }
.ri-barcode-fill:before { content: "\ea8b"; }
.ri-barcode-line:before { content: "\ea8c"; }
.ri-barricade-fill:before { content: "\ea8d"; }
.ri-barricade-line:before { content: "\ea8e"; }
.ri-base-station-fill:before { content: "\ea8f"; }
.ri-base-station-line:before { content: "\ea90"; }
.ri-battery-2-charge-fill:before { content: "\ea91"; }
.ri-battery-2-charge-line:before { content: "\ea92"; }
.ri-battery-2-fill:before { content: "\ea93"; }
.ri-battery-2-line:before { content: "\ea94"; }
.ri-battery-charge-fill:before { content: "\ea95"; }
.ri-battery-charge-line:before { content: "\ea96"; }
.ri-battery-fill:before { content: "\ea97"; }
.ri-battery-line:before { content: "\ea98"; }
.ri-battery-low-fill:before { content: "\ea99"; }
.ri-battery-low-line:before { content: "\ea9a"; }
.ri-behance-fill:before { content: "\ea9b"; }
.ri-behance-line:before { content: "\ea9c"; }
.ri-bike-fill:before { content: "\ea9d"; }
.ri-bike-line:before { content: "\ea9e"; }
.ri-bilibili-fill:before { content: "\ea9f"; }
.ri-bilibili-line:before { content: "\eaa0"; }
.ri-bill-fill:before { content: "\eaa1"; }
.ri-bill-line:before { content: "\eaa2"; }
.ri-bit-coin-fill:before { content: "\eaa3"; }
.ri-bit-coin-line:before { content: "\eaa4"; }
.ri-bluetooth-connect-fill:before { content: "\eaa5"; }
.ri-bluetooth-connect-line:before { content: "\eaa6"; }
.ri-bluetooth-fill:before { content: "\eaa7"; }
.ri-bluetooth-line:before { content: "\eaa8"; }
.ri-blur-off-fill:before { content: "\eaa9"; }
.ri-blur-off-line:before { content: "\eaaa"; }
.ri-bold:before { content: "\eaab"; }
.ri-book-2-fill:before { content: "\eaac"; }
.ri-book-2-line:before { content: "\eaad"; }
.ri-book-3-fill:before { content: "\eaae"; }
.ri-book-3-line:before { content: "\eaaf"; }
.ri-book-fill:before { content: "\eab0"; }
.ri-book-line:before { content: "\eab1"; }
.ri-book-mark-fill:before { content: "\eab2"; }
.ri-book-mark-line:before { content: "\eab3"; }
.ri-book-open-fill:before { content: "\eab4"; }
.ri-book-open-line:before { content: "\eab5"; }
.ri-book-read-fill:before { content: "\eab6"; }
.ri-book-read-line:before { content: "\eab7"; }
.ri-bookmark-2-fill:before { content: "\eab8"; }
.ri-bookmark-2-line:before { content: "\eab9"; }
.ri-bookmark-3-fill:before { content: "\eaba"; }
.ri-bookmark-3-line:before { content: "\eabb"; }
.ri-bookmark-fill:before { content: "\eabc"; }
.ri-bookmark-line:before { content: "\eabd"; }
.ri-braces-fill:before { content: "\eabe"; }
.ri-braces-line:before { content: "\eabf"; }
.ri-brackets-fill:before { content: "\eac0"; }
.ri-brackets-line:before { content: "\eac1"; }
.ri-briefcase-2-fill:before { content: "\eac2"; }
.ri-briefcase-2-line:before { content: "\eac3"; }
.ri-briefcase-3-fill:before { content: "\eac4"; }
.ri-briefcase-3-line:before { content: "\eac5"; }
.ri-briefcase-4-fill:before { content: "\eac6"; }
.ri-briefcase-4-line:before { content: "\eac7"; }
.ri-briefcase-5-fill:before { content: "\eac8"; }
.ri-briefcase-5-line:before { content: "\eac9"; }
.ri-briefcase-fill:before { content: "\eaca"; }
.ri-briefcase-line:before { content: "\eacb"; }
.ri-broadcast-fill:before { content: "\eacc"; }
.ri-broadcast-line:before { content: "\eacd"; }
.ri-brush-2-fill:before { content: "\eace"; }
.ri-brush-2-line:before { content: "\eacf"; }
.ri-brush-3-fill:before { content: "\ead0"; }
.ri-brush-3-line:before { content: "\ead1"; }
.ri-brush-4-fill:before { content: "\ead2"; }
.ri-brush-4-line:before { content: "\ead3"; }
.ri-brush-fill:before { content: "\ead4"; }
.ri-brush-line:before { content: "\ead5"; }
.ri-bug-2-fill:before { content: "\ead6"; }
.ri-bug-2-line:before { content: "\ead7"; }
.ri-bug-fill:before { content: "\ead8"; }
.ri-bug-line:before { content: "\ead9"; }
.ri-building-2-fill:before { content: "\eada"; }
.ri-building-2-line:before { content: "\eadb"; }
.ri-building-3-fill:before { content: "\eadc"; }
.ri-building-3-line:before { content: "\eadd"; }
.ri-building-4-fill:before { content: "\eade"; }
.ri-building-4-line:before { content: "\eadf"; }
.ri-building-fill:before { content: "\eae0"; }
.ri-building-line:before { content: "\eae1"; }
.ri-bus-2-fill:before { content: "\eae2"; }
.ri-bus-2-line:before { content: "\eae3"; }
.ri-bus-fill:before { content: "\eae4"; }
.ri-bus-line:before { content: "\eae5"; }
.ri-calculator-fill:before { content: "\eae6"; }
.ri-calculator-line:before { content: "\eae7"; }
.ri-calendar-2-fill:before { content: "\eae8"; }
.ri-calendar-2-line:before { content: "\eae9"; }
.ri-calendar-event-fill:before { content: "\eaea"; }
.ri-calendar-event-line:before { content: "\eaeb"; }
.ri-calendar-fill:before { content: "\eaec"; }
.ri-calendar-line:before { content: "\eaed"; }
.ri-calendar-todo-fill:before { content: "\eaee"; }
.ri-calendar-todo-line:before { content: "\eaef"; }
.ri-camera-2-fill:before { content: "\eaf0"; }
.ri-camera-2-line:before { content: "\eaf1"; }
.ri-camera-3-fill:before { content: "\eaf2"; }
.ri-camera-3-line:before { content: "\eaf3"; }
.ri-camera-fill:before { content: "\eaf4"; }
.ri-camera-lens-fill:before { content: "\eaf5"; }
.ri-camera-lens-line:before { content: "\eaf6"; }
.ri-camera-line:before { content: "\eaf7"; }
.ri-camera-off-fill:before { content: "\eaf8"; }
.ri-camera-off-line:before { content: "\eaf9"; }
.ri-camera-switch-fill:before { content: "\eafa"; }
.ri-camera-switch-line:before { content: "\eafb"; }
.ri-car-fill:before { content: "\eafc"; }
.ri-car-line:before { content: "\eafd"; }
.ri-car-washing-fill:before { content: "\eafe"; }
.ri-car-washing-line:before { content: "\eaff"; }
.ri-cast-fill:before { content: "\eb00"; }
.ri-cast-line:before { content: "\eb01"; }
.ri-cellphone-fill:before { content: "\eb02"; }
.ri-cellphone-line:before { content: "\eb03"; }
.ri-celsius-fill:before { content: "\eb04"; }
.ri-celsius-line:before { content: "\eb05"; }
.ri-charging-pile-2-fill:before { content: "\eb06"; }
.ri-charging-pile-2-line:before { content: "\eb07"; }
.ri-charging-pile-fill:before { content: "\eb08"; }
.ri-charging-pile-line:before { content: "\eb09"; }
.ri-chat-1-fill:before { content: "\eb0a"; }
.ri-chat-1-line:before { content: "\eb0b"; }
.ri-chat-2-fill:before { content: "\eb0c"; }
.ri-chat-2-line:before { content: "\eb0d"; }
.ri-chat-3-fill:before { content: "\eb0e"; }
.ri-chat-3-line:before { content: "\eb0f"; }
.ri-chat-4-fill:before { content: "\eb10"; }
.ri-chat-4-line:before { content: "\eb11"; }
.ri-chat-check-fill:before { content: "\eb12"; }
.ri-chat-check-line:before { content: "\eb13"; }
.ri-chat-delete-fill:before { content: "\eb14"; }
.ri-chat-delete-line:before { content: "\eb15"; }
.ri-chat-download-fill:before { content: "\eb16"; }
.ri-chat-download-line:before { content: "\eb17"; }
.ri-chat-forward-fill:before { content: "\eb18"; }
.ri-chat-forward-line:before { content: "\eb19"; }
.ri-chat-heart-fill:before { content: "\eb1a"; }
.ri-chat-heart-line:before { content: "\eb1b"; }
.ri-chat-new-fill:before { content: "\eb1c"; }
.ri-chat-new-line:before { content: "\eb1d"; }
.ri-chat-settings-fill:before { content: "\eb1e"; }
.ri-chat-settings-line:before { content: "\eb1f"; }
.ri-chat-smile-2-fill:before { content: "\eb20"; }
.ri-chat-smile-2-line:before { content: "\eb21"; }
.ri-chat-smile-3-fill:before { content: "\eb22"; }
.ri-chat-smile-3-line:before { content: "\eb23"; }
.ri-chat-smile-fill:before { content: "\eb24"; }
.ri-chat-smile-line:before { content: "\eb25"; }
.ri-chat-upload-fill:before { content: "\eb26"; }
.ri-chat-upload-line:before { content: "\eb27"; }
.ri-chat-voice-fill:before { content: "\eb28"; }
.ri-chat-voice-line:before { content: "\eb29"; }
.ri-check-double-fill:before { content: "\eb2a"; }
.ri-check-double-line:before { content: "\eb2b"; }
.ri-check-fill:before { content: "\eb2c"; }
.ri-check-line:before { content: "\eb2d"; }
.ri-checkbox-blank-circle-fill:before { content: "\eb2e"; }
.ri-checkbox-blank-circle-line:before { content: "\eb2f"; }
.ri-checkbox-blank-fill:before { content: "\eb30"; }
.ri-checkbox-blank-line:before { content: "\eb31"; }
.ri-checkbox-circle-fill:before { content: "\eb32"; }
.ri-checkbox-circle-line:before { content: "\eb33"; }
.ri-checkbox-fill:before { content: "\eb34"; }
.ri-checkbox-indeterminate-fill:before { content: "\eb35"; }
.ri-checkbox-indeterminate-line:before { content: "\eb36"; }
.ri-checkbox-line:before { content: "\eb37"; }
.ri-checkbox-multiple-blank-fill:before { content: "\eb38"; }
.ri-checkbox-multiple-blank-line:before { content: "\eb39"; }
.ri-checkbox-multiple-fill:before { content: "\eb3a"; }
.ri-checkbox-multiple-line:before { content: "\eb3b"; }
.ri-china-railway-fill:before { content: "\eb3c"; }
.ri-china-railway-line:before { content: "\eb3d"; }
.ri-chrome-fill:before { content: "\eb3e"; }
.ri-chrome-line:before { content: "\eb3f"; }
.ri-clapperboard-fill:before { content: "\eb40"; }
.ri-clapperboard-line:before { content: "\eb41"; }
.ri-clipboard-fill:before { content: "\eb42"; }
.ri-clipboard-line:before { content: "\eb43"; }
.ri-clockwise-2-fill:before { content: "\eb44"; }
.ri-clockwise-2-line:before { content: "\eb45"; }
.ri-clockwise-fill:before { content: "\eb46"; }
.ri-clockwise-line:before { content: "\eb47"; }
.ri-close-circle-fill:before { content: "\eb48"; }
.ri-close-circle-line:before { content: "\eb49"; }
.ri-close-fill:before { content: "\eb4a"; }
.ri-close-line:before { content: "\eb4b"; }
.ri-cloud-fill:before { content: "\eb4c"; }
.ri-cloud-line:before { content: "\eb4d"; }
.ri-cloud-windy-fill:before { content: "\eb4e"; }
.ri-cloud-windy-line:before { content: "\eb4f"; }
.ri-cloudy-2-fill:before { content: "\eb50"; }
.ri-cloudy-2-line:before { content: "\eb51"; }
.ri-cloudy-fill:before { content: "\eb52"; }
.ri-cloudy-line:before { content: "\eb53"; }
.ri-code-box-fill:before { content: "\eb54"; }
.ri-code-box-line:before { content: "\eb55"; }
.ri-code-fill:before { content: "\eb56"; }
.ri-code-line:before { content: "\eb57"; }
.ri-code-s-fill:before { content: "\eb58"; }
.ri-code-s-line:before { content: "\eb59"; }
.ri-code-s-slash-fill:before { content: "\eb5a"; }
.ri-code-s-slash-line:before { content: "\eb5b"; }
.ri-code-view:before { content: "\eb5c"; }
.ri-codepen-fill:before { content: "\eb5d"; }
.ri-codepen-line:before { content: "\eb5e"; }
.ri-command-fill:before { content: "\eb5f"; }
.ri-command-line:before { content: "\eb60"; }
.ri-community-fill:before { content: "\eb61"; }
.ri-community-line:before { content: "\eb62"; }
.ri-compass-2-fill:before { content: "\eb63"; }
.ri-compass-2-line:before { content: "\eb64"; }
.ri-compass-3-fill:before { content: "\eb65"; }
.ri-compass-3-line:before { content: "\eb66"; }
.ri-compass-4-fill:before { content: "\eb67"; }
.ri-compass-4-line:before { content: "\eb68"; }
.ri-compass-discover-fill:before { content: "\eb69"; }
.ri-compass-discover-line:before { content: "\eb6a"; }
.ri-compass-fill:before { content: "\eb6b"; }
.ri-compass-line:before { content: "\eb6c"; }
.ri-compasses-2-fill:before { content: "\eb6d"; }
.ri-compasses-2-line:before { content: "\eb6e"; }
.ri-compasses-fill:before { content: "\eb6f"; }
.ri-compasses-line:before { content: "\eb70"; }
.ri-computer-fill:before { content: "\eb71"; }
.ri-computer-line:before { content: "\eb72"; }
.ri-contacts-book-2-fill:before { content: "\eb73"; }
.ri-contacts-book-2-line:before { content: "\eb74"; }
.ri-contacts-book-fill:before { content: "\eb75"; }
.ri-contacts-book-line:before { content: "\eb76"; }
.ri-contacts-fill:before { content: "\eb77"; }
.ri-contacts-line:before { content: "\eb78"; }
.ri-contrast-2-fill:before { content: "\eb79"; }
.ri-contrast-2-line:before { content: "\eb7a"; }
.ri-contrast-drop-2-fill:before { content: "\eb7b"; }
.ri-contrast-drop-2-line:before { content: "\eb7c"; }
.ri-contrast-drop-fill:before { content: "\eb7d"; }
.ri-contrast-drop-line:before { content: "\eb7e"; }
.ri-contrast-fill:before { content: "\eb7f"; }
.ri-contrast-line:before { content: "\eb80"; }
.ri-copper-coin-fill:before { content: "\eb81"; }
.ri-copper-coin-line:before { content: "\eb82"; }
.ri-copper-diamond-fill:before { content: "\eb83"; }
.ri-copper-diamond-line:before { content: "\eb84"; }
.ri-copyright-fill:before { content: "\eb85"; }
.ri-copyright-line:before { content: "\eb86"; }
.ri-coreos-fill:before { content: "\eb87"; }
.ri-coreos-line:before { content: "\eb88"; }
.ri-coupon-2-fill:before { content: "\eb89"; }
.ri-coupon-2-line:before { content: "\eb8a"; }
.ri-coupon-3-fill:before { content: "\eb8b"; }
.ri-coupon-3-line:before { content: "\eb8c"; }
.ri-coupon-4-fill:before { content: "\eb8d"; }
.ri-coupon-4-line:before { content: "\eb8e"; }
.ri-coupon-5-fill:before { content: "\eb8f"; }
.ri-coupon-5-line:before { content: "\eb90"; }
.ri-coupon-fill:before { content: "\eb91"; }
.ri-coupon-line:before { content: "\eb92"; }
.ri-cpu-fill:before { content: "\eb93"; }
.ri-cpu-line:before { content: "\eb94"; }
.ri-crop-2-fill:before { content: "\eb95"; }
.ri-crop-2-line:before { content: "\eb96"; }
.ri-crop-fill:before { content: "\eb97"; }
.ri-crop-line:before { content: "\eb98"; }
.ri-css3-fill:before { content: "\eb99"; }
.ri-css3-line:before { content: "\eb9a"; }
.ri-cup-fill:before { content: "\eb9b"; }
.ri-cup-line:before { content: "\eb9c"; }
.ri-currency-fill:before { content: "\eb9d"; }
.ri-currency-line:before { content: "\eb9e"; }
.ri-cursor-fill:before { content: "\eb9f"; }
.ri-cursor-line:before { content: "\eba0"; }
.ri-customer-service-2-fill:before { content: "\eba1"; }
.ri-customer-service-2-line:before { content: "\eba2"; }
.ri-customer-service-fill:before { content: "\eba3"; }
.ri-customer-service-line:before { content: "\eba4"; }
.ri-dashboard-fill:before { content: "\eba5"; }
.ri-dashboard-line:before { content: "\eba6"; }
.ri-database-2-fill:before { content: "\eba7"; }
.ri-database-2-line:before { content: "\eba8"; }
.ri-database-fill:before { content: "\eba9"; }
.ri-database-line:before { content: "\ebaa"; }
.ri-delete-back-2-fill:before { content: "\ebab"; }
.ri-delete-back-2-line:before { content: "\ebac"; }
.ri-delete-back-fill:before { content: "\ebad"; }
.ri-delete-back-line:before { content: "\ebae"; }
.ri-delete-bin-2-fill:before { content: "\ebaf"; }
.ri-delete-bin-2-line:before { content: "\ebb0"; }
.ri-delete-bin-3-fill:before { content: "\ebb1"; }
.ri-delete-bin-3-line:before { content: "\ebb2"; }
.ri-delete-bin-4-fill:before { content: "\ebb3"; }
.ri-delete-bin-4-line:before { content: "\ebb4"; }
.ri-delete-bin-5-fill:before { content: "\ebb5"; }
.ri-delete-bin-5-line:before { content: "\ebb6"; }
.ri-delete-bin-6-fill:before { content: "\ebb7"; }
.ri-delete-bin-6-line:before { content: "\ebb8"; }
.ri-delete-bin-7-fill:before { content: "\ebb9"; }
.ri-delete-bin-7-line:before { content: "\ebba"; }
.ri-delete-bin-fill:before { content: "\ebbb"; }
.ri-delete-bin-line:before { content: "\ebbc"; }
.ri-device-fill:before { content: "\ebbd"; }
.ri-device-line:before { content: "\ebbe"; }
.ri-dingding-fill:before { content: "\ebbf"; }
.ri-dingding-line:before { content: "\ebc0"; }
.ri-direction-fill:before { content: "\ebc1"; }
.ri-direction-line:before { content: "\ebc2"; }
.ri-disc-fill:before { content: "\ebc3"; }
.ri-disc-line:before { content: "\ebc4"; }
.ri-discord-fill:before { content: "\ebc5"; }
.ri-discord-line:before { content: "\ebc6"; }
.ri-discuss-fill:before { content: "\ebc7"; }
.ri-discuss-line:before { content: "\ebc8"; }
.ri-divide-fill:before { content: "\ebc9"; }
.ri-divide-line:before { content: "\ebca"; }
.ri-door-lock-box-fill:before { content: "\ebcb"; }
.ri-door-lock-box-line:before { content: "\ebcc"; }
.ri-door-lock-fill:before { content: "\ebcd"; }
.ri-door-lock-line:before { content: "\ebce"; }
.ri-douban-fill:before { content: "\ebcf"; }
.ri-douban-line:before { content: "\ebd0"; }
.ri-double-quotes-l:before { content: "\ebd1"; }
.ri-double-quotes-r:before { content: "\ebd2"; }
.ri-download-2-fill:before { content: "\ebd3"; }
.ri-download-2-line:before { content: "\ebd4"; }
.ri-download-cloud-fill:before { content: "\ebd5"; }
.ri-download-cloud-line:before { content: "\ebd6"; }
.ri-download-fill:before { content: "\ebd7"; }
.ri-download-line:before { content: "\ebd8"; }
.ri-drag-move-2-fill:before { content: "\ebd9"; }
.ri-drag-move-2-line:before { content: "\ebda"; }
.ri-drag-move-fill:before { content: "\ebdb"; }
.ri-drag-move-line:before { content: "\ebdc"; }
.ri-dribbble-fill:before { content: "\ebdd"; }
.ri-dribbble-line:before { content: "\ebde"; }
.ri-drive-fill:before { content: "\ebdf"; }
.ri-drive-line:before { content: "\ebe0"; }
.ri-drizzle-fill:before { content: "\ebe1"; }
.ri-drizzle-line:before { content: "\ebe2"; }
.ri-drop-fill:before { content: "\ebe3"; }
.ri-drop-line:before { content: "\ebe4"; }
.ri-dropbox-fill:before { content: "\ebe5"; }
.ri-dropbox-line:before { content: "\ebe6"; }
.ri-dv-fill:before { content: "\ebe7"; }
.ri-dv-line:before { content: "\ebe8"; }
.ri-dvd-fill:before { content: "\ebe9"; }
.ri-dvd-line:before { content: "\ebea"; }
.ri-e-bike-2-fill:before { content: "\ebeb"; }
.ri-e-bike-2-line:before { content: "\ebec"; }
.ri-e-bike-fill:before { content: "\ebed"; }
.ri-e-bike-line:before { content: "\ebee"; }
.ri-earth-fill:before { content: "\ebef"; }
.ri-earth-line:before { content: "\ebf0"; }
.ri-edge-fill:before { content: "\ebf1"; }
.ri-edge-line:before { content: "\ebf2"; }
.ri-edit-2-fill:before { content: "\ebf3"; }
.ri-edit-2-line:before { content: "\ebf4"; }
.ri-edit-box-fill:before { content: "\ebf5"; }
.ri-edit-box-line:before { content: "\ebf6"; }
.ri-edit-circle-fill:before { content: "\ebf7"; }
.ri-edit-circle-line:before { content: "\ebf8"; }
.ri-edit-fill:before { content: "\ebf9"; }
.ri-edit-line:before { content: "\ebfa"; }
.ri-eject-fill:before { content: "\ebfb"; }
.ri-eject-line:before { content: "\ebfc"; }
.ri-emotion-2-fill:before { content: "\ebfd"; }
.ri-emotion-2-line:before { content: "\ebfe"; }
.ri-emotion-fill:before { content: "\ebff"; }
.ri-emotion-happy-fill:before { content: "\ec00"; }
.ri-emotion-happy-line:before { content: "\ec01"; }
.ri-emotion-line:before { content: "\ec02"; }
.ri-emotion-normal-fill:before { content: "\ec03"; }
.ri-emotion-normal-line:before { content: "\ec04"; }
.ri-emotion-unhappy-fill:before { content: "\ec05"; }
.ri-emotion-unhappy-line:before { content: "\ec06"; }
.ri-equalizer-fill:before { content: "\ec07"; }
.ri-equalizer-line:before { content: "\ec08"; }
.ri-eraser-fill:before { content: "\ec09"; }
.ri-eraser-line:before { content: "\ec0a"; }
.ri-error-warning-fill:before { content: "\ec0b"; }
.ri-error-warning-line:before { content: "\ec0c"; }
.ri-evernote-fill:before { content: "\ec0d"; }
.ri-evernote-line:before { content: "\ec0e"; }
.ri-exchange-box-fill:before { content: "\ec0f"; }
.ri-exchange-box-line:before { content: "\ec10"; }
.ri-exchange-cny-fill:before { content: "\ec11"; }
.ri-exchange-cny-line:before { content: "\ec12"; }
.ri-exchange-dollar-fill:before { content: "\ec13"; }
.ri-exchange-dollar-line:before { content: "\ec14"; }
.ri-exchange-fill:before { content: "\ec15"; }
.ri-exchange-funds-fill:before { content: "\ec16"; }
.ri-exchange-funds-line:before { content: "\ec17"; }
.ri-exchange-line:before { content: "\ec18"; }
.ri-eye-close-fill:before { content: "\ec19"; }
.ri-eye-close-line:before { content: "\ec1a"; }
.ri-eye-fill:before { content: "\ec1b"; }
.ri-eye-line:before { content: "\ec1c"; }
.ri-eye-off-fill:before { content: "\ec1d"; }
.ri-eye-off-line:before { content: "\ec1e"; }
.ri-facebook-box-fill:before { content: "\ec1f"; }
.ri-facebook-box-line:before { content: "\ec20"; }
.ri-facebook-circle-fill:before { content: "\ec21"; }
.ri-facebook-circle-line:before { content: "\ec22"; }
.ri-facebook-fill:before { content: "\ec23"; }
.ri-facebook-line:before { content: "\ec24"; }
.ri-fahrenheit-fill:before { content: "\ec25"; }
.ri-fahrenheit-line:before { content: "\ec26"; }
.ri-feedback-fill:before { content: "\ec27"; }
.ri-feedback-line:before { content: "\ec28"; }
.ri-file-2-fill:before { content: "\ec29"; }
.ri-file-2-line:before { content: "\ec2a"; }
.ri-file-3-fill:before { content: "\ec2b"; }
.ri-file-3-line:before { content: "\ec2c"; }
.ri-file-4-fill:before { content: "\ec2d"; }
.ri-file-4-line:before { content: "\ec2e"; }
.ri-file-add-fill:before { content: "\ec2f"; }
.ri-file-add-line:before { content: "\ec30"; }
.ri-file-chart-2-fill:before { content: "\ec31"; }
.ri-file-chart-2-line:before { content: "\ec32"; }
.ri-file-chart-fill:before { content: "\ec33"; }
.ri-file-chart-line:before { content: "\ec34"; }
.ri-file-code-fill:before { content: "\ec35"; }
.ri-file-code-line:before { content: "\ec36"; }
.ri-file-copy-2-fill:before { content: "\ec37"; }
.ri-file-copy-2-line:before { content: "\ec38"; }
.ri-file-copy-fill:before { content: "\ec39"; }
.ri-file-copy-line:before { content: "\ec3a"; }
.ri-file-damage-fill:before { content: "\ec3b"; }
.ri-file-damage-line:before { content: "\ec3c"; }
.ri-file-download-fill:before { content: "\ec3d"; }
.ri-file-download-line:before { content: "\ec3e"; }
.ri-file-edit-fill:before { content: "\ec3f"; }
.ri-file-edit-line:before { content: "\ec40"; }
.ri-file-excel-2-fill:before { content: "\ec41"; }
.ri-file-excel-2-line:before { content: "\ec42"; }
.ri-file-excel-fill:before { content: "\ec43"; }
.ri-file-excel-line:before { content: "\ec44"; }
.ri-file-fill:before { content: "\ec45"; }
.ri-file-forbid-fill:before { content: "\ec46"; }
.ri-file-forbid-line:before { content: "\ec47"; }
.ri-file-info-fill:before { content: "\ec48"; }
.ri-file-info-line:before { content: "\ec49"; }
.ri-file-line:before { content: "\ec4a"; }
.ri-file-list-2-fill:before { content: "\ec4b"; }
.ri-file-list-2-line:before { content: "\ec4c"; }
.ri-file-list-3-fill:before { content: "\ec4d"; }
.ri-file-list-3-line:before { content: "\ec4e"; }
.ri-file-list-fill:before { content: "\ec4f"; }
.ri-file-list-line:before { content: "\ec50"; }
.ri-file-lock-fill:before { content: "\ec51"; }
.ri-file-lock-line:before { content: "\ec52"; }
.ri-file-mark-fill:before { content: "\ec53"; }
.ri-file-mark-line:before { content: "\ec54"; }
.ri-file-music-fill:before { content: "\ec55"; }
.ri-file-music-line:before { content: "\ec56"; }
.ri-file-paper-fill:before { content: "\ec57"; }
.ri-file-paper-line:before { content: "\ec58"; }
.ri-file-pdf-fill:before { content: "\ec59"; }
.ri-file-pdf-line:before { content: "\ec5a"; }
.ri-file-ppt-2-fill:before { content: "\ec5b"; }
.ri-file-ppt-2-line:before { content: "\ec5c"; }
.ri-file-ppt-fill:before { content: "\ec5d"; }
.ri-file-ppt-line:before { content: "\ec5e"; }
.ri-file-reduce-fill:before { content: "\ec5f"; }
.ri-file-reduce-line:before { content: "\ec60"; }
.ri-file-search-fill:before { content: "\ec61"; }
.ri-file-search-line:before { content: "\ec62"; }
.ri-file-settings-fill:before { content: "\ec63"; }
.ri-file-settings-line:before { content: "\ec64"; }
.ri-file-shield-2-fill:before { content: "\ec65"; }
.ri-file-shield-2-line:before { content: "\ec66"; }
.ri-file-shield-fill:before { content: "\ec67"; }
.ri-file-shield-line:before { content: "\ec68"; }
.ri-file-shred-fill:before { content: "\ec69"; }
.ri-file-shred-line:before { content: "\ec6a"; }
.ri-file-text-fill:before { content: "\ec6b"; }
.ri-file-text-line:before { content: "\ec6c"; }
.ri-file-transfer-fill:before { content: "\ec6d"; }
.ri-file-transfer-line:before { content: "\ec6e"; }
.ri-file-unknow-fill:before { content: "\ec6f"; }
.ri-file-unknow-line:before { content: "\ec70"; }
.ri-file-upload-fill:before { content: "\ec71"; }
.ri-file-upload-line:before { content: "\ec72"; }
.ri-file-user-fill:before { content: "\ec73"; }
.ri-file-user-line:before { content: "\ec74"; }
.ri-file-warning-fill:before { content: "\ec75"; }
.ri-file-warning-line:before { content: "\ec76"; }
.ri-file-word-2-fill:before { content: "\ec77"; }
.ri-file-word-2-line:before { content: "\ec78"; }
.ri-file-word-fill:before { content: "\ec79"; }
.ri-file-word-line:before { content: "\ec7a"; }
.ri-file-zip-fill:before { content: "\ec7b"; }
.ri-file-zip-line:before { content: "\ec7c"; }
.ri-film-fill:before { content: "\ec7d"; }
.ri-film-line:before { content: "\ec7e"; }
.ri-filter-2-fill:before { content: "\ec7f"; }
.ri-filter-2-line:before { content: "\ec80"; }
.ri-filter-3-fill:before { content: "\ec81"; }
.ri-filter-3-line:before { content: "\ec82"; }
.ri-filter-fill:before { content: "\ec83"; }
.ri-filter-line:before { content: "\ec84"; }
.ri-find-replace-fill:before { content: "\ec85"; }
.ri-find-replace-line:before { content: "\ec86"; }
.ri-fire-fill:before { content: "\ec87"; }
.ri-fire-line:before { content: "\ec88"; }
.ri-firefox-fill:before { content: "\ec89"; }
.ri-firefox-line:before { content: "\ec8a"; }
.ri-flag-2-fill:before { content: "\ec8b"; }
.ri-flag-2-line:before { content: "\ec8c"; }
.ri-flag-fill:before { content: "\ec8d"; }
.ri-flag-line:before { content: "\ec8e"; }
.ri-flashlight-fill:before { content: "\ec8f"; }
.ri-flashlight-line:before { content: "\ec90"; }
.ri-flight-land-fill:before { content: "\ec91"; }
.ri-flight-land-line:before { content: "\ec92"; }
.ri-flight-takeoff-fill:before { content: "\ec93"; }
.ri-flight-takeoff-line:before { content: "\ec94"; }
.ri-focus-2-fill:before { content: "\ec95"; }
.ri-focus-2-line:before { content: "\ec96"; }
.ri-focus-fill:before { content: "\ec97"; }
.ri-focus-line:before { content: "\ec98"; }
.ri-foggy-fill:before { content: "\ec99"; }
.ri-foggy-line:before { content: "\ec9a"; }
.ri-folder-2-fill:before { content: "\ec9b"; }
.ri-folder-2-line:before { content: "\ec9c"; }
.ri-folder-3-fill:before { content: "\ec9d"; }
.ri-folder-3-line:before { content: "\ec9e"; }
.ri-folder-4-fill:before { content: "\ec9f"; }
.ri-folder-4-line:before { content: "\eca0"; }
.ri-folder-5-fill:before { content: "\eca1"; }
.ri-folder-5-line:before { content: "\eca2"; }
.ri-folder-add-fill:before { content: "\eca3"; }
.ri-folder-add-line:before { content: "\eca4"; }
.ri-folder-chart-2-fill:before { content: "\eca5"; }
.ri-folder-chart-2-line:before { content: "\eca6"; }
.ri-folder-chart-fill:before { content: "\eca7"; }
.ri-folder-chart-line:before { content: "\eca8"; }
.ri-folder-download-fill:before { content: "\eca9"; }
.ri-folder-download-line:before { content: "\ecaa"; }
.ri-folder-fill:before { content: "\ecab"; }
.ri-folder-forbid-fill:before { content: "\ecac"; }
.ri-folder-forbid-line:before { content: "\ecad"; }
.ri-folder-info-fill:before { content: "\ecae"; }
.ri-folder-info-line:before { content: "\ecaf"; }
.ri-folder-line:before { content: "\ecb0"; }
.ri-folder-lock-fill:before { content: "\ecb1"; }
.ri-folder-lock-line:before { content: "\ecb2"; }
.ri-folder-music-fill:before { content: "\ecb3"; }
.ri-folder-music-line:before { content: "\ecb4"; }
.ri-folder-received-fill:before { content: "\ecb5"; }
.ri-folder-received-line:before { content: "\ecb6"; }
.ri-folder-reduce-fill:before { content: "\ecb7"; }
.ri-folder-reduce-line:before { content: "\ecb8"; }
.ri-folder-settings-fill:before { content: "\ecb9"; }
.ri-folder-settings-line:before { content: "\ecba"; }
.ri-folder-shared-fill:before { content: "\ecbb"; }
.ri-folder-shared-line:before { content: "\ecbc"; }
.ri-folder-shield-2-fill:before { content: "\ecbd"; }
.ri-folder-shield-2-line:before { content: "\ecbe"; }
.ri-folder-shield-fill:before { content: "\ecbf"; }
.ri-folder-shield-line:before { content: "\ecc0"; }
.ri-folder-transfer-fill:before { content: "\ecc1"; }
.ri-folder-transfer-line:before { content: "\ecc2"; }
.ri-folder-unknow-fill:before { content: "\ecc3"; }
.ri-folder-unknow-line:before { content: "\ecc4"; }
.ri-folder-upload-fill:before { content: "\ecc5"; }
.ri-folder-upload-line:before { content: "\ecc6"; }
.ri-folder-user-fill:before { content: "\ecc7"; }
.ri-folder-user-line:before { content: "\ecc8"; }
.ri-folder-warning-fill:before { content: "\ecc9"; }
.ri-folder-warning-line:before { content: "\ecca"; }
.ri-folders-fill:before { content: "\eccb"; }
.ri-folders-line:before { content: "\eccc"; }
.ri-font-color:before { content: "\eccd"; }
.ri-font-size-2:before { content: "\ecce"; }
.ri-font-size:before { content: "\eccf"; }
.ri-footprint-fill:before { content: "\ecd0"; }
.ri-footprint-line:before { content: "\ecd1"; }
.ri-forbid-2-fill:before { content: "\ecd2"; }
.ri-forbid-2-line:before { content: "\ecd3"; }
.ri-forbid-fill:before { content: "\ecd4"; }
.ri-forbid-line:before { content: "\ecd5"; }
.ri-format-clear:before { content: "\ecd6"; }
.ri-fullscreen-exit-fill:before { content: "\ecd7"; }
.ri-fullscreen-exit-line:before { content: "\ecd8"; }
.ri-fullscreen-fill:before { content: "\ecd9"; }
.ri-fullscreen-line:before { content: "\ecda"; }
.ri-function-fill:before { content: "\ecdb"; }
.ri-function-line:before { content: "\ecdc"; }
.ri-functions:before { content: "\ecdd"; }
.ri-funds-box-fill:before { content: "\ecde"; }
.ri-funds-box-line:before { content: "\ecdf"; }
.ri-funds-fill:before { content: "\ece0"; }
.ri-funds-line:before { content: "\ece1"; }
.ri-gallery-fill:before { content: "\ece2"; }
.ri-gallery-line:before { content: "\ece3"; }
.ri-gas-station-fill:before { content: "\ece4"; }
.ri-gas-station-line:before { content: "\ece5"; }
.ri-genderless-fill:before { content: "\ece6"; }
.ri-genderless-line:before { content: "\ece7"; }
.ri-git-branch-fill:before { content: "\ece8"; }
.ri-git-branch-line:before { content: "\ece9"; }
.ri-git-commit-fill:before { content: "\ecea"; }
.ri-git-commit-line:before { content: "\eceb"; }
.ri-git-merge-fill:before { content: "\ecec"; }
.ri-git-merge-line:before { content: "\eced"; }
.ri-git-pull-request-fill:before { content: "\ecee"; }
.ri-git-pull-request-line:before { content: "\ecef"; }
.ri-git-repository-commits-fill:before { content: "\ecf0"; }
.ri-git-repository-commits-line:before { content: "\ecf1"; }
.ri-git-repository-fill:before { content: "\ecf2"; }
.ri-git-repository-line:before { content: "\ecf3"; }
.ri-git-repository-private-fill:before { content: "\ecf4"; }
.ri-git-repository-private-line:before { content: "\ecf5"; }
.ri-github-fill:before { content: "\ecf6"; }
.ri-github-line:before { content: "\ecf7"; }
.ri-gitlab-fill:before { content: "\ecf8"; }
.ri-gitlab-line:before { content: "\ecf9"; }
.ri-global-fill:before { content: "\ecfa"; }
.ri-global-line:before { content: "\ecfb"; }
.ri-globe-fill:before { content: "\ecfc"; }
.ri-globe-line:before { content: "\ecfd"; }
.ri-goblet-fill:before { content: "\ecfe"; }
.ri-goblet-line:before { content: "\ecff"; }
.ri-google-fill:before { content: "\ed00"; }
.ri-google-line:before { content: "\ed01"; }
.ri-government-fill:before { content: "\ed02"; }
.ri-government-line:before { content: "\ed03"; }
.ri-gps-fill:before { content: "\ed04"; }
.ri-gps-line:before { content: "\ed05"; }
.ri-gradienter-fill:before { content: "\ed06"; }
.ri-gradienter-line:before { content: "\ed07"; }
.ri-grid-fill:before { content: "\ed08"; }
.ri-grid-line:before { content: "\ed09"; }
.ri-group-2-fill:before { content: "\ed0a"; }
.ri-group-2-line:before { content: "\ed0b"; }
.ri-group-fill:before { content: "\ed0c"; }
.ri-group-line:before { content: "\ed0d"; }
.ri-guide-fill:before { content: "\ed0e"; }
.ri-guide-line:before { content: "\ed0f"; }
.ri-hail-fill:before { content: "\ed10"; }
.ri-hail-line:before { content: "\ed11"; }
.ri-hard-drive-2-fill:before { content: "\ed12"; }
.ri-hard-drive-2-line:before { content: "\ed13"; }
.ri-hard-drive-fill:before { content: "\ed14"; }
.ri-hard-drive-line:before { content: "\ed15"; }
.ri-hashtag:before { content: "\ed16"; }
.ri-haze-fill:before { content: "\ed17"; }
.ri-haze-line:before { content: "\ed18"; }
.ri-hd-fill:before { content: "\ed19"; }
.ri-hd-line:before { content: "\ed1a"; }
.ri-heading:before { content: "\ed1b"; }
.ri-headphone-fill:before { content: "\ed1c"; }
.ri-headphone-line:before { content: "\ed1d"; }
.ri-heart-2-fill:before { content: "\ed1e"; }
.ri-heart-2-line:before { content: "\ed1f"; }
.ri-heart-fill:before { content: "\ed20"; }
.ri-heart-line:before { content: "\ed21"; }
.ri-heavy-showers-fill:before { content: "\ed22"; }
.ri-heavy-showers-line:before { content: "\ed23"; }
.ri-home-2-fill:before { content: "\ed24"; }
.ri-home-2-line:before { content: "\ed25"; }
.ri-home-3-fill:before { content: "\ed26"; }
.ri-home-3-line:before { content: "\ed27"; }
.ri-home-4-fill:before { content: "\ed28"; }
.ri-home-4-line:before { content: "\ed29"; }
.ri-home-5-fill:before { content: "\ed2a"; }
.ri-home-5-line:before { content: "\ed2b"; }
.ri-home-6-fill:before { content: "\ed2c"; }
.ri-home-6-line:before { content: "\ed2d"; }
.ri-home-7-fill:before { content: "\ed2e"; }
.ri-home-7-line:before { content: "\ed2f"; }
.ri-home-8-fill:before { content: "\ed30"; }
.ri-home-8-line:before { content: "\ed31"; }
.ri-home-fill:before { content: "\ed32"; }
.ri-home-gear-fill:before { content: "\ed33"; }
.ri-home-gear-line:before { content: "\ed34"; }
.ri-home-heart-fill:before { content: "\ed35"; }
.ri-home-heart-line:before { content: "\ed36"; }
.ri-home-line:before { content: "\ed37"; }
.ri-home-smile-2-fill:before { content: "\ed38"; }
.ri-home-smile-2-line:before { content: "\ed39"; }
.ri-home-smile-fill:before { content: "\ed3a"; }
.ri-home-smile-line:before { content: "\ed3b"; }
.ri-home-wifi-fill:before { content: "\ed3c"; }
.ri-home-wifi-line:before { content: "\ed3d"; }
.ri-honour-fill:before { content: "\ed3e"; }
.ri-honour-line:before { content: "\ed3f"; }
.ri-hospital-fill:before { content: "\ed40"; }
.ri-hospital-line:before { content: "\ed41"; }
.ri-hotel-bed-fill:before { content: "\ed42"; }
.ri-hotel-bed-line:before { content: "\ed43"; }
.ri-hotel-fill:before { content: "\ed44"; }
.ri-hotel-line:before { content: "\ed45"; }
.ri-hq-fill:before { content: "\ed46"; }
.ri-hq-line:before { content: "\ed47"; }
.ri-html5-fill:before { content: "\ed48"; }
.ri-html5-line:before { content: "\ed49"; }
.ri-ie-fill:before { content: "\ed4a"; }
.ri-ie-line:before { content: "\ed4b"; }
.ri-image-2-fill:before { content: "\ed4c"; }
.ri-image-2-line:before { content: "\ed4d"; }
.ri-image-fill:before { content: "\ed4e"; }
.ri-image-line:before { content: "\ed4f"; }
.ri-inbox-archive-fill:before { content: "\ed50"; }
.ri-inbox-archive-line:before { content: "\ed51"; }
.ri-inbox-fill:before { content: "\ed52"; }
.ri-inbox-line:before { content: "\ed53"; }
.ri-increase-decrease-fill:before { content: "\ed54"; }
.ri-increase-decrease-line:before { content: "\ed55"; }
.ri-indent-decrease:before { content: "\ed56"; }
.ri-indent-increase:before { content: "\ed57"; }
.ri-indeterminate-circle-fill:before { content: "\ed58"; }
.ri-indeterminate-circle-line:before { content: "\ed59"; }
.ri-information-fill:before { content: "\ed5a"; }
.ri-information-line:before { content: "\ed5b"; }
.ri-input-method-fill:before { content: "\ed5c"; }
.ri-input-method-line:before { content: "\ed5d"; }
.ri-instagram-fill:before { content: "\ed5e"; }
.ri-instagram-line:before { content: "\ed5f"; }
.ri-invision-fill:before { content: "\ed60"; }
.ri-invision-line:before { content: "\ed61"; }
.ri-italic:before { content: "\ed62"; }
.ri-kakao-talk-fill:before { content: "\ed63"; }
.ri-kakao-talk-line:before { content: "\ed64"; }
.ri-key-2-fill:before { content: "\ed65"; }
.ri-key-2-line:before { content: "\ed66"; }
.ri-key-fill:before { content: "\ed67"; }
.ri-key-line:before { content: "\ed68"; }
.ri-keyboard-box-fill:before { content: "\ed69"; }
.ri-keyboard-box-line:before { content: "\ed6a"; }
.ri-keyboard-fill:before { content: "\ed6b"; }
.ri-keyboard-line:before { content: "\ed6c"; }
.ri-keynote-fill:before { content: "\ed6d"; }
.ri-keynote-line:before { content: "\ed6e"; }
.ri-landscape-fill:before { content: "\ed6f"; }
.ri-landscape-line:before { content: "\ed70"; }
.ri-layout-column-fill:before { content: "\ed71"; }
.ri-layout-column-line:before { content: "\ed72"; }
.ri-layout-fill:before { content: "\ed73"; }
.ri-layout-line:before { content: "\ed74"; }
.ri-layout-row-fill:before { content: "\ed75"; }
.ri-layout-row-line:before { content: "\ed76"; }
.ri-lightbulb-fill:before { content: "\ed77"; }
.ri-lightbulb-flash-fill:before { content: "\ed78"; }
.ri-lightbulb-flash-line:before { content: "\ed79"; }
.ri-lightbulb-line:before { content: "\ed7a"; }
.ri-line-fill:before { content: "\ed7b"; }
.ri-line-height:before { content: "\ed7c"; }
.ri-line-line:before { content: "\ed7d"; }
.ri-link-m:before { content: "\ed7e"; }
.ri-link-unlink-m:before { content: "\ed7f"; }
.ri-link-unlink:before { content: "\ed80"; }
.ri-link:before { content: "\ed81"; }
.ri-linkedin-box-fill:before { content: "\ed82"; }
.ri-linkedin-box-line:before { content: "\ed83"; }
.ri-linkedin-fill:before { content: "\ed84"; }
.ri-linkedin-line:before { content: "\ed85"; }
.ri-links-fill:before { content: "\ed86"; }
.ri-links-line:before { content: "\ed87"; }
.ri-list-check-2:before { content: "\ed88"; }
.ri-list-check:before { content: "\ed89"; }
.ri-list-ordered:before { content: "\ed8a"; }
.ri-list-settings-fill:before { content: "\ed8b"; }
.ri-list-settings-line:before { content: "\ed8c"; }
.ri-list-unordered:before { content: "\ed8d"; }
.ri-loader-2-fill:before { content: "\ed8e"; }
.ri-loader-2-line:before { content: "\ed8f"; }
.ri-loader-3-fill:before { content: "\ed90"; }
.ri-loader-3-line:before { content: "\ed91"; }
.ri-loader-4-fill:before { content: "\ed92"; }
.ri-loader-4-line:before { content: "\ed93"; }
.ri-loader-5-fill:before { content: "\ed94"; }
.ri-loader-5-line:before { content: "\ed95"; }
.ri-loader-fill:before { content: "\ed96"; }
.ri-loader-line:before { content: "\ed97"; }
.ri-lock-2-fill:before { content: "\ed98"; }
.ri-lock-2-line:before { content: "\ed99"; }
.ri-lock-fill:before { content: "\ed9a"; }
.ri-lock-line:before { content: "\ed9b"; }
.ri-lock-password-fill:before { content: "\ed9c"; }
.ri-lock-password-line:before { content: "\ed9d"; }
.ri-lock-unlock-fill:before { content: "\ed9e"; }
.ri-lock-unlock-line:before { content: "\ed9f"; }
.ri-login-box-fill:before { content: "\eda0"; }
.ri-login-box-line:before { content: "\eda1"; }
.ri-login-circle-fill:before { content: "\eda2"; }
.ri-login-circle-line:before { content: "\eda3"; }
.ri-logout-box-fill:before { content: "\eda4"; }
.ri-logout-box-line:before { content: "\eda5"; }
.ri-logout-circle-fill:before { content: "\eda6"; }
.ri-logout-circle-line:before { content: "\eda7"; }
.ri-mac-fill:before { content: "\eda8"; }
.ri-mac-line:before { content: "\eda9"; }
.ri-macbook-fill:before { content: "\edaa"; }
.ri-macbook-line:before { content: "\edab"; }
.ri-magic-fill:before { content: "\edac"; }
.ri-magic-line:before { content: "\edad"; }
.ri-mail-add-fill:before { content: "\edae"; }
.ri-mail-add-line:before { content: "\edaf"; }
.ri-mail-check-fill:before { content: "\edb0"; }
.ri-mail-check-line:before { content: "\edb1"; }
.ri-mail-close-fill:before { content: "\edb2"; }
.ri-mail-close-line:before { content: "\edb3"; }
.ri-mail-download-fill:before { content: "\edb4"; }
.ri-mail-download-line:before { content: "\edb5"; }
.ri-mail-fill:before { content: "\edb6"; }
.ri-mail-forbid-fill:before { content: "\edb7"; }
.ri-mail-forbid-line:before { content: "\edb8"; }
.ri-mail-line:before { content: "\edb9"; }
.ri-mail-lock-fill:before { content: "\edba"; }
.ri-mail-lock-line:before { content: "\edbb"; }
.ri-mail-open-fill:before { content: "\edbc"; }
.ri-mail-open-line:before { content: "\edbd"; }
.ri-mail-send-fill:before { content: "\edbe"; }
.ri-mail-send-line:before { content: "\edbf"; }
.ri-mail-settings-fill:before { content: "\edc0"; }
.ri-mail-settings-line:before { content: "\edc1"; }
.ri-mail-star-fill:before { content: "\edc2"; }
.ri-mail-star-line:before { content: "\edc3"; }
.ri-mail-unread-fill:before { content: "\edc4"; }
.ri-mail-unread-line:before { content: "\edc5"; }
.ri-map-2-fill:before { content: "\edc6"; }
.ri-map-2-line:before { content: "\edc7"; }
.ri-map-fill:before { content: "\edc8"; }
.ri-map-line:before { content: "\edc9"; }
.ri-map-pin-2-fill:before { content: "\edca"; }
.ri-map-pin-2-line:before { content: "\edcb"; }
.ri-map-pin-3-fill:before { content: "\edcc"; }
.ri-map-pin-3-line:before { content: "\edcd"; }
.ri-map-pin-4-fill:before { content: "\edce"; }
.ri-map-pin-4-line:before { content: "\edcf"; }
.ri-map-pin-5-fill:before { content: "\edd0"; }
.ri-map-pin-5-line:before { content: "\edd1"; }
.ri-map-pin-add-fill:before { content: "\edd2"; }
.ri-map-pin-add-line:before { content: "\edd3"; }
.ri-map-pin-fill:before { content: "\edd4"; }
.ri-map-pin-line:before { content: "\edd5"; }
.ri-map-pin-range-fill:before { content: "\edd6"; }
.ri-map-pin-range-line:before { content: "\edd7"; }
.ri-map-pin-time-fill:before { content: "\edd8"; }
.ri-map-pin-time-line:before { content: "\edd9"; }
.ri-map-pin-user-fill:before { content: "\edda"; }
.ri-map-pin-user-line:before { content: "\eddb"; }
.ri-mark-pen-fill:before { content: "\eddc"; }
.ri-mark-pen-line:before { content: "\eddd"; }
.ri-markdown-fill:before { content: "\edde"; }
.ri-markdown-line:before { content: "\eddf"; }
.ri-markup-fill:before { content: "\ede0"; }
.ri-markup-line:before { content: "\ede1"; }
.ri-mastercard-fill:before { content: "\ede2"; }
.ri-mastercard-line:before { content: "\ede3"; }
.ri-mastodon-fill:before { content: "\ede4"; }
.ri-mastodon-line:before { content: "\ede5"; }
.ri-medium-fill:before { content: "\ede6"; }
.ri-medium-line:before { content: "\ede7"; }
.ri-men-fill:before { content: "\ede8"; }
.ri-men-line:before { content: "\ede9"; }
.ri-menu-2-fill:before { content: "\edea"; }
.ri-menu-2-line:before { content: "\edeb"; }
.ri-menu-3-fill:before { content: "\edec"; }
.ri-menu-3-line:before { content: "\eded"; }
.ri-menu-fill:before { content: "\edee"; }
.ri-menu-line:before { content: "\edef"; }
.ri-message-2-fill:before { content: "\edf0"; }
.ri-message-2-line:before { content: "\edf1"; }
.ri-message-3-fill:before { content: "\edf2"; }
.ri-message-3-line:before { content: "\edf3"; }
.ri-message-fill:before { content: "\edf4"; }
.ri-message-line:before { content: "\edf5"; }
.ri-messenger-fill:before { content: "\edf6"; }
.ri-messenger-line:before { content: "\edf7"; }
.ri-mic-2-fill:before { content: "\edf8"; }
.ri-mic-2-line:before { content: "\edf9"; }
.ri-mic-fill:before { content: "\edfa"; }
.ri-mic-line:before { content: "\edfb"; }
.ri-mic-off-fill:before { content: "\edfc"; }
.ri-mic-off-line:before { content: "\edfd"; }
.ri-mini-program-fill:before { content: "\edfe"; }
.ri-mini-program-line:before { content: "\edff"; }
.ri-mist-fill:before { content: "\ee00"; }
.ri-mist-line:before { content: "\ee01"; }
.ri-money-cny-box-fill:before { content: "\ee02"; }
.ri-money-cny-box-line:before { content: "\ee03"; }
.ri-money-cny-circle-fill:before { content: "\ee04"; }
.ri-money-cny-circle-line:before { content: "\ee05"; }
.ri-money-dollar-box-fill:before { content: "\ee06"; }
.ri-money-dollar-box-line:before { content: "\ee07"; }
.ri-money-dollar-circle-fill:before { content: "\ee08"; }
.ri-money-dollar-circle-line:before { content: "\ee09"; }
.ri-money-euro-box-fill:before { content: "\ee0a"; }
.ri-money-euro-box-line:before { content: "\ee0b"; }
.ri-money-euro-circle-fill:before { content: "\ee0c"; }
.ri-money-euro-circle-line:before { content: "\ee0d"; }
.ri-money-pound-box-fill:before { content: "\ee0e"; }
.ri-money-pound-box-line:before { content: "\ee0f"; }
.ri-money-pound-circle-fill:before { content: "\ee10"; }
.ri-money-pound-circle-line:before { content: "\ee11"; }
.ri-moon-clear-fill:before { content: "\ee12"; }
.ri-moon-clear-line:before { content: "\ee13"; }
.ri-moon-cloudy-fill:before { content: "\ee14"; }
.ri-moon-cloudy-line:before { content: "\ee15"; }
.ri-moon-fill:before { content: "\ee16"; }
.ri-moon-foggy-fill:before { content: "\ee17"; }
.ri-moon-foggy-line:before { content: "\ee18"; }
.ri-moon-line:before { content: "\ee19"; }
.ri-more-2-fill:before { content: "\ee1a"; }
.ri-more-2-line:before { content: "\ee1b"; }
.ri-more-fill:before { content: "\ee1c"; }
.ri-more-line:before { content: "\ee1d"; }
.ri-motorbike-fill:before { content: "\ee1e"; }
.ri-motorbike-line:before { content: "\ee1f"; }
.ri-mouse-fill:before { content: "\ee20"; }
.ri-mouse-line:before { content: "\ee21"; }
.ri-movie-2-fill:before { content: "\ee22"; }
.ri-movie-2-line:before { content: "\ee23"; }
.ri-movie-fill:before { content: "\ee24"; }
.ri-movie-line:before { content: "\ee25"; }
.ri-music-2-fill:before { content: "\ee26"; }
.ri-music-2-line:before { content: "\ee27"; }
.ri-music-fill:before { content: "\ee28"; }
.ri-music-line:before { content: "\ee29"; }
.ri-mv-fill:before { content: "\ee2a"; }
.ri-mv-line:before { content: "\ee2b"; }
.ri-navigation-fill:before { content: "\ee2c"; }
.ri-navigation-line:before { content: "\ee2d"; }
.ri-netease-cloud-music-fill:before { content: "\ee2e"; }
.ri-netease-cloud-music-line:before { content: "\ee2f"; }
.ri-netflix-fill:before { content: "\ee30"; }
.ri-netflix-line:before { content: "\ee31"; }
.ri-newspaper-fill:before { content: "\ee32"; }
.ri-newspaper-line:before { content: "\ee33"; }
.ri-notification-2-fill:before { content: "\ee34"; }
.ri-notification-2-line:before { content: "\ee35"; }
.ri-notification-3-fill:before { content: "\ee36"; }
.ri-notification-3-line:before { content: "\ee37"; }
.ri-notification-4-fill:before { content: "\ee38"; }
.ri-notification-4-line:before { content: "\ee39"; }
.ri-notification-badge-fill:before { content: "\ee3a"; }
.ri-notification-badge-line:before { content: "\ee3b"; }
.ri-notification-fill:before { content: "\ee3c"; }
.ri-notification-line:before { content: "\ee3d"; }
.ri-notification-off-fill:before { content: "\ee3e"; }
.ri-notification-off-line:before { content: "\ee3f"; }
.ri-numbers-fill:before { content: "\ee40"; }
.ri-numbers-line:before { content: "\ee41"; }
.ri-oil-fill:before { content: "\ee42"; }
.ri-oil-line:before { content: "\ee43"; }
.ri-omega:before { content: "\ee44"; }
.ri-open-arm-fill:before { content: "\ee45"; }
.ri-open-arm-line:before { content: "\ee46"; }
.ri-opera-fill:before { content: "\ee47"; }
.ri-opera-line:before { content: "\ee48"; }
.ri-order-play-fill:before { content: "\ee49"; }
.ri-order-play-line:before { content: "\ee4a"; }
.ri-outlet-2-fill:before { content: "\ee4b"; }
.ri-outlet-2-line:before { content: "\ee4c"; }
.ri-outlet-fill:before { content: "\ee4d"; }
.ri-outlet-line:before { content: "\ee4e"; }
.ri-page-separator:before { content: "\ee4f"; }
.ri-pages-fill:before { content: "\ee50"; }
.ri-pages-line:before { content: "\ee51"; }
.ri-paint-brush-fill:before { content: "\ee52"; }
.ri-paint-brush-line:before { content: "\ee53"; }
.ri-paint-fill:before { content: "\ee54"; }
.ri-paint-line:before { content: "\ee55"; }
.ri-palette-fill:before { content: "\ee56"; }
.ri-palette-line:before { content: "\ee57"; }
.ri-pantone-fill:before { content: "\ee58"; }
.ri-pantone-line:before { content: "\ee59"; }
.ri-paragraph:before { content: "\ee5a"; }
.ri-parent-fill:before { content: "\ee5b"; }
.ri-parent-line:before { content: "\ee5c"; }
.ri-parentheses-fill:before { content: "\ee5d"; }
.ri-parentheses-line:before { content: "\ee5e"; }
.ri-parking-box-fill:before { content: "\ee5f"; }
.ri-parking-box-line:before { content: "\ee60"; }
.ri-parking-fill:before { content: "\ee61"; }
.ri-parking-line:before { content: "\ee62"; }
.ri-patreon-fill:before { content: "\ee63"; }
.ri-patreon-line:before { content: "\ee64"; }
.ri-pause-circle-fill:before { content: "\ee65"; }
.ri-pause-circle-line:before { content: "\ee66"; }
.ri-pause-fill:before { content: "\ee67"; }
.ri-pause-line:before { content: "\ee68"; }
.ri-pause-mini-fill:before { content: "\ee69"; }
.ri-pause-mini-line:before { content: "\ee6a"; }
.ri-paypal-fill:before { content: "\ee6b"; }
.ri-paypal-line:before { content: "\ee6c"; }
.ri-pen-nib-fill:before { content: "\ee6d"; }
.ri-pen-nib-line:before { content: "\ee6e"; }
.ri-pencil-fill:before { content: "\ee6f"; }
.ri-pencil-line:before { content: "\ee70"; }
.ri-pencil-ruler-2-fill:before { content: "\ee71"; }
.ri-pencil-ruler-2-line:before { content: "\ee72"; }
.ri-pencil-ruler-fill:before { content: "\ee73"; }
.ri-pencil-ruler-line:before { content: "\ee74"; }
.ri-percent-fill:before { content: "\ee75"; }
.ri-percent-line:before { content: "\ee76"; }
.ri-phone-camera-fill:before { content: "\ee77"; }
.ri-phone-camera-line:before { content: "\ee78"; }
.ri-phone-fill:before { content: "\ee79"; }
.ri-phone-line:before { content: "\ee7a"; }
.ri-pie-chart-2-fill:before { content: "\ee7b"; }
.ri-pie-chart-2-line:before { content: "\ee7c"; }
.ri-pie-chart-box-fill:before { content: "\ee7d"; }
.ri-pie-chart-box-line:before { content: "\ee7e"; }
.ri-pie-chart-fill:before { content: "\ee7f"; }
.ri-pie-chart-line:before { content: "\ee80"; }
.ri-pin-distance-fill:before { content: "\ee81"; }
.ri-pin-distance-line:before { content: "\ee82"; }
.ri-pinterest-fill:before { content: "\ee83"; }
.ri-pinterest-line:before { content: "\ee84"; }
.ri-plane-fill:before { content: "\ee85"; }
.ri-plane-line:before { content: "\ee86"; }
.ri-play-circle-fill:before { content: "\ee87"; }
.ri-play-circle-line:before { content: "\ee88"; }
.ri-play-fill:before { content: "\ee89"; }
.ri-play-line:before { content: "\ee8a"; }
.ri-play-list-add-fill:before { content: "\ee8b"; }
.ri-play-list-add-line:before { content: "\ee8c"; }
.ri-play-list-fill:before { content: "\ee8d"; }
.ri-play-list-line:before { content: "\ee8e"; }
.ri-play-mini-fill:before { content: "\ee8f"; }
.ri-play-mini-line:before { content: "\ee90"; }
.ri-playstation-fill:before { content: "\ee91"; }
.ri-playstation-line:before { content: "\ee92"; }
.ri-plug-2-fill:before { content: "\ee93"; }
.ri-plug-2-line:before { content: "\ee94"; }
.ri-plug-fill:before { content: "\ee95"; }
.ri-plug-line:before { content: "\ee96"; }
.ri-polaroid-2-fill:before { content: "\ee97"; }
.ri-polaroid-2-line:before { content: "\ee98"; }
.ri-polaroid-fill:before { content: "\ee99"; }
.ri-polaroid-line:before { content: "\ee9a"; }
.ri-police-car-fill:before { content: "\ee9b"; }
.ri-police-car-line:before { content: "\ee9c"; }
.ri-price-tag-2-fill:before { content: "\ee9d"; }
.ri-price-tag-2-line:before { content: "\ee9e"; }
.ri-price-tag-3-fill:before { content: "\ee9f"; }
.ri-price-tag-3-line:before { content: "\eea0"; }
.ri-price-tag-fill:before { content: "\eea1"; }
.ri-price-tag-line:before { content: "\eea2"; }
.ri-printer-fill:before { content: "\eea3"; }
.ri-printer-line:before { content: "\eea4"; }
.ri-product-hunt-fill:before { content: "\eea5"; }
.ri-product-hunt-line:before { content: "\eea6"; }
.ri-profile-fill:before { content: "\eea7"; }
.ri-profile-line:before { content: "\eea8"; }
.ri-projector-2-fill:before { content: "\eea9"; }
.ri-projector-2-line:before { content: "\eeaa"; }
.ri-projector-fill:before { content: "\eeab"; }
.ri-projector-line:before { content: "\eeac"; }
.ri-qq-fill:before { content: "\eead"; }
.ri-qq-line:before { content: "\eeae"; }
.ri-qr-code-fill:before { content: "\eeaf"; }
.ri-qr-code-line:before { content: "\eeb0"; }
.ri-qr-scan-2-fill:before { content: "\eeb1"; }
.ri-qr-scan-2-line:before { content: "\eeb2"; }
.ri-qr-scan-fill:before { content: "\eeb3"; }
.ri-qr-scan-line:before { content: "\eeb4"; }
.ri-question-answer-fill:before { content: "\eeb5"; }
.ri-question-answer-line:before { content: "\eeb6"; }
.ri-question-fill:before { content: "\eeb7"; }
.ri-question-line:before { content: "\eeb8"; }
.ri-questionnaire-fill:before { content: "\eeb9"; }
.ri-questionnaire-line:before { content: "\eeba"; }
.ri-quill-pen-fill:before { content: "\eebb"; }
.ri-quill-pen-line:before { content: "\eebc"; }
.ri-radar-fill:before { content: "\eebd"; }
.ri-radar-line:before { content: "\eebe"; }
.ri-radio-2-fill:before { content: "\eebf"; }
.ri-radio-2-line:before { content: "\eec0"; }
.ri-radio-button-fill:before { content: "\eec1"; }
.ri-radio-button-line:before { content: "\eec2"; }
.ri-radio-fill:before { content: "\eec3"; }
.ri-radio-line:before { content: "\eec4"; }
.ri-rainy-fill:before { content: "\eec5"; }
.ri-rainy-line:before { content: "\eec6"; }
.ri-reactjs-fill:before { content: "\eec7"; }
.ri-reactjs-line:before { content: "\eec8"; }
.ri-record-circle-fill:before { content: "\eec9"; }
.ri-record-circle-line:before { content: "\eeca"; }
.ri-record-mail-fill:before { content: "\eecb"; }
.ri-record-mail-line:before { content: "\eecc"; }
.ri-red-packet-fill:before { content: "\eecd"; }
.ri-red-packet-line:before { content: "\eece"; }
.ri-reddit-fill:before { content: "\eecf"; }
.ri-reddit-line:before { content: "\eed0"; }
.ri-refresh-fill:before { content: "\eed1"; }
.ri-refresh-line:before { content: "\eed2"; }
.ri-refund-fill:before { content: "\eed3"; }
.ri-refund-line:before { content: "\eed4"; }
.ri-remixicon-fill:before { content: "\eed5"; }
.ri-remixicon-line:before { content: "\eed6"; }
.ri-repeat-2-fill:before { content: "\eed7"; }
.ri-repeat-2-line:before { content: "\eed8"; }
.ri-repeat-fill:before { content: "\eed9"; }
.ri-repeat-line:before { content: "\eeda"; }
.ri-repeat-one-fill:before { content: "\eedb"; }
.ri-repeat-one-line:before { content: "\eedc"; }
.ri-reply-fill:before { content: "\eedd"; }
.ri-reply-line:before { content: "\eede"; }
.ri-reserved-fill:before { content: "\eedf"; }
.ri-reserved-line:before { content: "\eee0"; }
.ri-restart-fill:before { content: "\eee1"; }
.ri-restart-line:before { content: "\eee2"; }
.ri-restaurant-2-fill:before { content: "\eee3"; }
.ri-restaurant-2-line:before { content: "\eee4"; }
.ri-restaurant-fill:before { content: "\eee5"; }
.ri-restaurant-line:before { content: "\eee6"; }
.ri-rewind-fill:before { content: "\eee7"; }
.ri-rewind-line:before { content: "\eee8"; }
.ri-rewind-mini-fill:before { content: "\eee9"; }
.ri-rewind-mini-line:before { content: "\eeea"; }
.ri-rhythm-fill:before { content: "\eeeb"; }
.ri-rhythm-line:before { content: "\eeec"; }
.ri-riding-fill:before { content: "\eeed"; }
.ri-riding-line:before { content: "\eeee"; }
.ri-road-map-fill:before { content: "\eeef"; }
.ri-road-map-line:before { content: "\eef0"; }
.ri-roadster-fill:before { content: "\eef1"; }
.ri-roadster-line:before { content: "\eef2"; }
.ri-robot-fill:before { content: "\eef3"; }
.ri-robot-line:before { content: "\eef4"; }
.ri-rocket-2-fill:before { content: "\eef5"; }
.ri-rocket-2-line:before { content: "\eef6"; }
.ri-rocket-fill:before { content: "\eef7"; }
.ri-rocket-line:before { content: "\eef8"; }
.ri-route-fill:before { content: "\eef9"; }
.ri-route-line:before { content: "\eefa"; }
.ri-router-fill:before { content: "\eefb"; }
.ri-router-line:before { content: "\eefc"; }
.ri-rss-fill:before { content: "\eefd"; }
.ri-rss-line:before { content: "\eefe"; }
.ri-ruler-2-fill:before { content: "\eeff"; }
.ri-ruler-2-line:before { content: "\ef00"; }
.ri-ruler-fill:before { content: "\ef01"; }
.ri-ruler-line:before { content: "\ef02"; }
.ri-run-fill:before { content: "\ef03"; }
.ri-run-line:before { content: "\ef04"; }
.ri-safari-fill:before { content: "\ef05"; }
.ri-safari-line:before { content: "\ef06"; }
.ri-safe-2-fill:before { content: "\ef07"; }
.ri-safe-2-line:before { content: "\ef08"; }
.ri-safe-fill:before { content: "\ef09"; }
.ri-safe-line:before { content: "\ef0a"; }
.ri-sailboat-fill:before { content: "\ef0b"; }
.ri-sailboat-line:before { content: "\ef0c"; }
.ri-save-2-fill:before { content: "\ef0d"; }
.ri-save-2-line:before { content: "\ef0e"; }
.ri-save-3-fill:before { content: "\ef0f"; }
.ri-save-3-line:before { content: "\ef10"; }
.ri-save-fill:before { content: "\ef11"; }
.ri-save-line:before { content: "\ef12"; }
.ri-scan-2-fill:before { content: "\ef13"; }
.ri-scan-2-line:before { content: "\ef14"; }
.ri-scan-fill:before { content: "\ef15"; }
.ri-scan-line:before { content: "\ef16"; }
.ri-scissors-2-fill:before { content: "\ef17"; }
.ri-scissors-2-line:before { content: "\ef18"; }
.ri-scissors-cut-fill:before { content: "\ef19"; }
.ri-scissors-cut-line:before { content: "\ef1a"; }
.ri-scissors-fill:before { content: "\ef1b"; }
.ri-scissors-line:before { content: "\ef1c"; }
.ri-screenshot-2-fill:before { content: "\ef1d"; }
.ri-screenshot-2-line:before { content: "\ef1e"; }
.ri-screenshot-fill:before { content: "\ef1f"; }
.ri-screenshot-line:before { content: "\ef20"; }
.ri-sd-card-fill:before { content: "\ef21"; }
.ri-sd-card-line:before { content: "\ef22"; }
.ri-sd-card-mini-fill:before { content: "\ef23"; }
.ri-sd-card-mini-line:before { content: "\ef24"; }
.ri-search-2-fill:before { content: "\ef25"; }
.ri-search-2-line:before { content: "\ef26"; }
.ri-search-eye-fill:before { content: "\ef27"; }
.ri-search-eye-line:before { content: "\ef28"; }
.ri-search-fill:before { content: "\ef29"; }
.ri-search-line:before { content: "\ef2a"; }
.ri-send-plane-2-fill:before { content: "\ef2b"; }
.ri-send-plane-2-line:before { content: "\ef2c"; }
.ri-send-plane-fill:before { content: "\ef2d"; }
.ri-send-plane-line:before { content: "\ef2e"; }
.ri-sensor-fill:before { content: "\ef2f"; }
.ri-sensor-line:before { content: "\ef30"; }
.ri-separator:before { content: "\ef31"; }
.ri-server-fill:before { content: "\ef32"; }
.ri-server-line:before { content: "\ef33"; }
.ri-settings-2-fill:before { content: "\ef34"; }
.ri-settings-2-line:before { content: "\ef35"; }
.ri-settings-3-fill:before { content: "\ef36"; }
.ri-settings-3-line:before { content: "\ef37"; }
.ri-settings-4-fill:before { content: "\ef38"; }
.ri-settings-4-line:before { content: "\ef39"; }
.ri-settings-5-fill:before { content: "\ef3a"; }
.ri-settings-5-line:before { content: "\ef3b"; }
.ri-settings-6-fill:before { content: "\ef3c"; }
.ri-settings-6-line:before { content: "\ef3d"; }
.ri-settings-fill:before { content: "\ef3e"; }
.ri-settings-line:before { content: "\ef3f"; }
.ri-shape-2-fill:before { content: "\ef40"; }
.ri-shape-2-line:before { content: "\ef41"; }
.ri-shape-fill:before { content: "\ef42"; }
.ri-shape-line:before { content: "\ef43"; }
.ri-share-box-fill:before { content: "\ef44"; }
.ri-share-box-line:before { content: "\ef45"; }
.ri-share-circle-fill:before { content: "\ef46"; }
.ri-share-circle-line:before { content: "\ef47"; }
.ri-share-fill:before { content: "\ef48"; }
.ri-share-forward-2-fill:before { content: "\ef49"; }
.ri-share-forward-2-line:before { content: "\ef4a"; }
.ri-share-forward-box-fill:before { content: "\ef4b"; }
.ri-share-forward-box-line:before { content: "\ef4c"; }
.ri-share-forward-fill:before { content: "\ef4d"; }
.ri-share-forward-line:before { content: "\ef4e"; }
.ri-share-line:before { content: "\ef4f"; }
.ri-shield-cross-fill:before { content: "\ef50"; }
.ri-shield-cross-line:before { content: "\ef51"; }
.ri-shield-fill:before { content: "\ef52"; }
.ri-shield-flash-fill:before { content: "\ef53"; }
.ri-shield-flash-line:before { content: "\ef54"; }
.ri-shield-line:before { content: "\ef55"; }
.ri-shield-star-fill:before { content: "\ef56"; }
.ri-shield-star-line:before { content: "\ef57"; }
.ri-shield-user-fill:before { content: "\ef58"; }
.ri-shield-user-line:before { content: "\ef59"; }
.ri-ship-2-fill:before { content: "\ef5a"; }
.ri-ship-2-line:before { content: "\ef5b"; }
.ri-ship-fill:before { content: "\ef5c"; }
.ri-ship-line:before { content: "\ef5d"; }
.ri-shirt-fill:before { content: "\ef5e"; }
.ri-shirt-line:before { content: "\ef5f"; }
.ri-shopping-bag-2-fill:before { content: "\ef60"; }
.ri-shopping-bag-2-line:before { content: "\ef61"; }
.ri-shopping-bag-3-fill:before { content: "\ef62"; }
.ri-shopping-bag-3-line:before { content: "\ef63"; }
.ri-shopping-bag-fill:before { content: "\ef64"; }
.ri-shopping-bag-line:before { content: "\ef65"; }
.ri-shopping-cart-2-fill:before { content: "\ef66"; }
.ri-shopping-cart-2-line:before { content: "\ef67"; }
.ri-shopping-cart-fill:before { content: "\ef68"; }
.ri-shopping-cart-line:before { content: "\ef69"; }
.ri-showers-fill:before { content: "\ef6a"; }
.ri-showers-line:before { content: "\ef6b"; }
.ri-shuffle-fill:before { content: "\ef6c"; }
.ri-shuffle-line:before { content: "\ef6d"; }
.ri-shut-down-fill:before { content: "\ef6e"; }
.ri-shut-down-line:before { content: "\ef6f"; }
.ri-side-bar-fill:before { content: "\ef70"; }
.ri-side-bar-line:before { content: "\ef71"; }
.ri-signal-tower-fill:before { content: "\ef72"; }
.ri-signal-tower-line:before { content: "\ef73"; }
.ri-sim-card-2-fill:before { content: "\ef74"; }
.ri-sim-card-2-line:before { content: "\ef75"; }
.ri-sim-card-fill:before { content: "\ef76"; }
.ri-sim-card-line:before { content: "\ef77"; }
.ri-single-quotes-l:before { content: "\ef78"; }
.ri-single-quotes-r:before { content: "\ef79"; }
.ri-sip-fill:before { content: "\ef7a"; }
.ri-sip-line:before { content: "\ef7b"; }
.ri-skip-back-fill:before { content: "\ef7c"; }
.ri-skip-back-line:before { content: "\ef7d"; }
.ri-skip-back-mini-fill:before { content: "\ef7e"; }
.ri-skip-back-mini-line:before { content: "\ef7f"; }
.ri-skip-forward-fill:before { content: "\ef80"; }
.ri-skip-forward-line:before { content: "\ef81"; }
.ri-skip-forward-mini-fill:before { content: "\ef82"; }
.ri-skip-forward-mini-line:before { content: "\ef83"; }
.ri-skull-fill:before { content: "\ef84"; }
.ri-skull-line:before { content: "\ef85"; }
.ri-skype-fill:before { content: "\ef86"; }
.ri-skype-line:before { content: "\ef87"; }
.ri-slack-fill:before { content: "\ef88"; }
.ri-slack-line:before { content: "\ef89"; }
.ri-slice-fill:before { content: "\ef8a"; }
.ri-slice-line:before { content: "\ef8b"; }
.ri-slideshow-2-fill:before { content: "\ef8c"; }
.ri-slideshow-2-line:before { content: "\ef8d"; }
.ri-slideshow-3-fill:before { content: "\ef8e"; }
.ri-slideshow-3-line:before { content: "\ef8f"; }
.ri-slideshow-4-fill:before { content: "\ef90"; }
.ri-slideshow-4-line:before { content: "\ef91"; }
.ri-slideshow-fill:before { content: "\ef92"; }
.ri-slideshow-line:before { content: "\ef93"; }
.ri-smartphone-fill:before { content: "\ef94"; }
.ri-smartphone-line:before { content: "\ef95"; }
.ri-snapchat-fill:before { content: "\ef96"; }
.ri-snapchat-line:before { content: "\ef97"; }
.ri-snowy-fill:before { content: "\ef98"; }
.ri-snowy-line:before { content: "\ef99"; }
.ri-sound-module-fill:before { content: "\ef9a"; }
.ri-sound-module-line:before { content: "\ef9b"; }
.ri-space-ship-fill:before { content: "\ef9c"; }
.ri-space-ship-line:before { content: "\ef9d"; }
.ri-space:before { content: "\ef9e"; }
.ri-spam-2-fill:before { content: "\ef9f"; }
.ri-spam-2-line:before { content: "\efa0"; }
.ri-spam-3-fill:before { content: "\efa1"; }
.ri-spam-3-line:before { content: "\efa2"; }
.ri-spam-fill:before { content: "\efa3"; }
.ri-spam-line:before { content: "\efa4"; }
.ri-speaker-2-fill:before { content: "\efa5"; }
.ri-speaker-2-line:before { content: "\efa6"; }
.ri-speaker-3-fill:before { content: "\efa7"; }
.ri-speaker-3-line:before { content: "\efa8"; }
.ri-speaker-fill:before { content: "\efa9"; }
.ri-speaker-line:before { content: "\efaa"; }
.ri-speed-fill:before { content: "\efab"; }
.ri-speed-line:before { content: "\efac"; }
.ri-speed-mini-fill:before { content: "\efad"; }
.ri-speed-mini-line:before { content: "\efae"; }
.ri-spotify-fill:before { content: "\efaf"; }
.ri-spotify-line:before { content: "\efb0"; }
.ri-stack-fill:before { content: "\efb1"; }
.ri-stack-line:before { content: "\efb2"; }
.ri-stack-overflow-fill:before { content: "\efb3"; }
.ri-stack-overflow-line:before { content: "\efb4"; }
.ri-star-fill:before { content: "\efb5"; }
.ri-star-half-fill:before { content: "\efb6"; }
.ri-star-half-line:before { content: "\efb7"; }
.ri-star-half-s-fill:before { content: "\efb8"; }
.ri-star-half-s-line:before { content: "\efb9"; }
.ri-star-line:before { content: "\efba"; }
.ri-star-s-fill:before { content: "\efbb"; }
.ri-star-s-line:before { content: "\efbc"; }
.ri-stock-fill:before { content: "\efbd"; }
.ri-stock-line:before { content: "\efbe"; }
.ri-stop-circle-fill:before { content: "\efbf"; }
.ri-stop-circle-line:before { content: "\efc0"; }
.ri-stop-fill:before { content: "\efc1"; }
.ri-stop-line:before { content: "\efc2"; }
.ri-stop-mini-fill:before { content: "\efc3"; }
.ri-stop-mini-line:before { content: "\efc4"; }
.ri-store-2-fill:before { content: "\efc5"; }
.ri-store-2-line:before { content: "\efc6"; }
.ri-store-3-fill:before { content: "\efc7"; }
.ri-store-3-line:before { content: "\efc8"; }
.ri-store-fill:before { content: "\efc9"; }
.ri-store-line:before { content: "\efca"; }
.ri-strikethrough-2:before { content: "\efcb"; }
.ri-strikethrough:before { content: "\efcc"; }
.ri-subscript-2:before { content: "\efcd"; }
.ri-subscript:before { content: "\efce"; }
.ri-subtract-fill:before { content: "\efcf"; }
.ri-subtract-line:before { content: "\efd0"; }
.ri-subway-fill:before { content: "\efd1"; }
.ri-subway-line:before { content: "\efd2"; }
.ri-sun-cloudy-fill:before { content: "\efd3"; }
.ri-sun-cloudy-line:before { content: "\efd4"; }
.ri-sun-fill:before { content: "\efd5"; }
.ri-sun-foggy-fill:before { content: "\efd6"; }
.ri-sun-foggy-line:before { content: "\efd7"; }
.ri-sun-line:before { content: "\efd8"; }
.ri-superscript-2:before { content: "\efd9"; }
.ri-superscript:before { content: "\efda"; }
.ri-surround-sound-fill:before { content: "\efdb"; }
.ri-surround-sound-line:before { content: "\efdc"; }
.ri-swap-box-fill:before { content: "\efdd"; }
.ri-swap-box-line:before { content: "\efde"; }
.ri-swap-fill:before { content: "\efdf"; }
.ri-swap-line:before { content: "\efe0"; }
.ri-switch-fill:before { content: "\efe1"; }
.ri-switch-line:before { content: "\efe2"; }
.ri-t-box-fill:before { content: "\efe3"; }
.ri-t-box-line:before { content: "\efe4"; }
.ri-t-shirt-fill:before { content: "\efe5"; }
.ri-t-shirt-line:before { content: "\efe6"; }
.ri-table-2:before { content: "\efe7"; }
.ri-table-fill:before { content: "\efe8"; }
.ri-table-line:before { content: "\efe9"; }
.ri-tablet-fill:before { content: "\efea"; }
.ri-tablet-line:before { content: "\efeb"; }
.ri-taobao-fill:before { content: "\efec"; }
.ri-taobao-line:before { content: "\efed"; }
.ri-tape-fill:before { content: "\efee"; }
.ri-tape-line:before { content: "\efef"; }
.ri-task-fill:before { content: "\eff0"; }
.ri-task-line:before { content: "\eff1"; }
.ri-taxi-fill:before { content: "\eff2"; }
.ri-taxi-line:before { content: "\eff3"; }
.ri-telegram-fill:before { content: "\eff4"; }
.ri-telegram-line:before { content: "\eff5"; }
.ri-temp-cold-fill:before { content: "\eff6"; }
.ri-temp-cold-line:before { content: "\eff7"; }
.ri-temp-hot-fill:before { content: "\eff8"; }
.ri-temp-hot-line:before { content: "\eff9"; }
.ri-terminal-box-fill:before { content: "\effa"; }
.ri-terminal-box-line:before { content: "\effb"; }
.ri-terminal-fill:before { content: "\effc"; }
.ri-terminal-line:before { content: "\effd"; }
.ri-terminal-window-fill:before { content: "\effe"; }
.ri-terminal-window-line:before { content: "\efff"; }
.ri-text-direction-l:before { content: "\f000"; }
.ri-text-direction-r:before { content: "\f001"; }
.ri-text-spacing:before { content: "\f002"; }
.ri-text-wrap:before { content: "\f003"; }
.ri-text:before { content: "\f004"; }
.ri-thumb-down-fill:before { content: "\f005"; }
.ri-thumb-down-line:before { content: "\f006"; }
.ri-thumb-up-fill:before { content: "\f007"; }
.ri-thumb-up-line:before { content: "\f008"; }
.ri-thunderstorms-fill:before { content: "\f009"; }
.ri-thunderstorms-line:before { content: "\f00a"; }
.ri-time-fill:before { content: "\f00b"; }
.ri-time-line:before { content: "\f00c"; }
.ri-timer-2-fill:before { content: "\f00d"; }
.ri-timer-2-line:before { content: "\f00e"; }
.ri-timer-fill:before { content: "\f00f"; }
.ri-timer-flash-fill:before { content: "\f010"; }
.ri-timer-flash-line:before { content: "\f011"; }
.ri-timer-line:before { content: "\f012"; }
.ri-todo-fill:before { content: "\f013"; }
.ri-todo-line:before { content: "\f014"; }
.ri-toggle-fill:before { content: "\f015"; }
.ri-toggle-line:before { content: "\f016"; }
.ri-tornado-fill:before { content: "\f017"; }
.ri-tornado-line:before { content: "\f018"; }
.ri-traffic-light-fill:before { content: "\f019"; }
.ri-traffic-light-line:before { content: "\f01a"; }
.ri-train-fill:before { content: "\f01b"; }
.ri-train-line:before { content: "\f01c"; }
.ri-travesti-fill:before { content: "\f01d"; }
.ri-travesti-line:before { content: "\f01e"; }
.ri-treasure-map-fill:before { content: "\f01f"; }
.ri-treasure-map-line:before { content: "\f020"; }
.ri-trello-fill:before { content: "\f021"; }
.ri-trello-line:before { content: "\f022"; }
.ri-trophy-fill:before { content: "\f023"; }
.ri-trophy-line:before { content: "\f024"; }
.ri-truck-fill:before { content: "\f025"; }
.ri-truck-line:before { content: "\f026"; }
.ri-tumblr-fill:before { content: "\f027"; }
.ri-tumblr-line:before { content: "\f028"; }
.ri-tv-2-fill:before { content: "\f029"; }
.ri-tv-2-line:before { content: "\f02a"; }
.ri-tv-fill:before { content: "\f02b"; }
.ri-tv-line:before { content: "\f02c"; }
.ri-twitch-fill:before { content: "\f02d"; }
.ri-twitch-line:before { content: "\f02e"; }
.ri-twitter-fill:before { content: "\f02f"; }
.ri-twitter-line:before { content: "\f030"; }
.ri-u-disk-fill:before { content: "\f031"; }
.ri-u-disk-line:before { content: "\f032"; }
.ri-ubuntu-fill:before { content: "\f033"; }
.ri-ubuntu-line:before { content: "\f034"; }
.ri-umbrella-fill:before { content: "\f035"; }
.ri-umbrella-line:before { content: "\f036"; }
.ri-underline:before { content: "\f037"; }
.ri-upload-2-fill:before { content: "\f038"; }
.ri-upload-2-line:before { content: "\f039"; }
.ri-upload-cloud-fill:before { content: "\f03a"; }
.ri-upload-cloud-line:before { content: "\f03b"; }
.ri-upload-fill:before { content: "\f03c"; }
.ri-upload-line:before { content: "\f03d"; }
.ri-user-2-fill:before { content: "\f03e"; }
.ri-user-2-line:before { content: "\f03f"; }
.ri-user-3-fill:before { content: "\f040"; }
.ri-user-3-line:before { content: "\f041"; }
.ri-user-4-fill:before { content: "\f042"; }
.ri-user-4-line:before { content: "\f043"; }
.ri-user-5-fill:before { content: "\f044"; }
.ri-user-5-line:before { content: "\f045"; }
.ri-user-add-fill:before { content: "\f046"; }
.ri-user-add-line:before { content: "\f047"; }
.ri-user-fill:before { content: "\f048"; }
.ri-user-follow-fill:before { content: "\f049"; }
.ri-user-follow-line:before { content: "\f04a"; }
.ri-user-line:before { content: "\f04b"; }
.ri-user-location-fill:before { content: "\f04c"; }
.ri-user-location-line:before { content: "\f04d"; }
.ri-user-received-2-fill:before { content: "\f04e"; }
.ri-user-received-2-line:before { content: "\f04f"; }
.ri-user-received-fill:before { content: "\f050"; }
.ri-user-received-line:before { content: "\f051"; }
.ri-user-search-fill:before { content: "\f052"; }
.ri-user-search-line:before { content: "\f053"; }
.ri-user-settings-fill:before { content: "\f054"; }
.ri-user-settings-line:before { content: "\f055"; }
.ri-user-shared-2-fill:before { content: "\f056"; }
.ri-user-shared-2-line:before { content: "\f057"; }
.ri-user-shared-fill:before { content: "\f058"; }
.ri-user-shared-line:before { content: "\f059"; }
.ri-user-smile-fill:before { content: "\f05a"; }
.ri-user-smile-line:before { content: "\f05b"; }
.ri-user-star-fill:before { content: "\f05c"; }
.ri-user-star-line:before { content: "\f05d"; }
.ri-user-unfollow-fill:before { content: "\f05e"; }
.ri-user-unfollow-line:before { content: "\f05f"; }
.ri-user-voice-fill:before { content: "\f060"; }
.ri-user-voice-line:before { content: "\f061"; }
.ri-video-chat-fill:before { content: "\f062"; }
.ri-video-chat-line:before { content: "\f063"; }
.ri-video-fill:before { content: "\f064"; }
.ri-video-line:before { content: "\f065"; }
.ri-vidicon-2-fill:before { content: "\f066"; }
.ri-vidicon-2-line:before { content: "\f067"; }
.ri-vidicon-fill:before { content: "\f068"; }
.ri-vidicon-line:before { content: "\f069"; }
.ri-vip-crown-2-fill:before { content: "\f06a"; }
.ri-vip-crown-2-line:before { content: "\f06b"; }
.ri-vip-crown-fill:before { content: "\f06c"; }
.ri-vip-crown-line:before { content: "\f06d"; }
.ri-vip-diamond-fill:before { content: "\f06e"; }
.ri-vip-diamond-line:before { content: "\f06f"; }
.ri-vip-fill:before { content: "\f070"; }
.ri-vip-line:before { content: "\f071"; }
.ri-visa-fill:before { content: "\f072"; }
.ri-visa-line:before { content: "\f073"; }
.ri-voiceprint-fill:before { content: "\f074"; }
.ri-voiceprint-line:before { content: "\f075"; }
.ri-volume-down-fill:before { content: "\f076"; }
.ri-volume-down-line:before { content: "\f077"; }
.ri-volume-mute-fill:before { content: "\f078"; }
.ri-volume-mute-line:before { content: "\f079"; }
.ri-volume-up-fill:before { content: "\f07a"; }
.ri-volume-up-line:before { content: "\f07b"; }
.ri-vuejs-fill:before { content: "\f07c"; }
.ri-vuejs-line:before { content: "\f07d"; }
.ri-walk-fill:before { content: "\f07e"; }
.ri-walk-line:before { content: "\f07f"; }
.ri-wallet-2-fill:before { content: "\f080"; }
.ri-wallet-2-line:before { content: "\f081"; }
.ri-wallet-3-fill:before { content: "\f082"; }
.ri-wallet-3-line:before { content: "\f083"; }
.ri-wallet-fill:before { content: "\f084"; }
.ri-wallet-line:before { content: "\f085"; }
.ri-water-flash-fill:before { content: "\f086"; }
.ri-water-flash-line:before { content: "\f087"; }
.ri-webcam-fill:before { content: "\f088"; }
.ri-webcam-line:before { content: "\f089"; }
.ri-wechat-2-fill:before { content: "\f08a"; }
.ri-wechat-2-line:before { content: "\f08b"; }
.ri-wechat-fill:before { content: "\f08c"; }
.ri-wechat-line:before { content: "\f08d"; }
.ri-wechat-pay-fill:before { content: "\f08e"; }
.ri-wechat-pay-line:before { content: "\f08f"; }
.ri-weibo-fill:before { content: "\f090"; }
.ri-weibo-line:before { content: "\f091"; }
.ri-whatsapp-fill:before { content: "\f092"; }
.ri-whatsapp-line:before { content: "\f093"; }
.ri-wifi-fill:before { content: "\f094"; }
.ri-wifi-line:before { content: "\f095"; }
.ri-window-2-fill:before { content: "\f096"; }
.ri-window-2-line:before { content: "\f097"; }
.ri-window-fill:before { content: "\f098"; }
.ri-window-line:before { content: "\f099"; }
.ri-windows-fill:before { content: "\f09a"; }
.ri-windows-line:before { content: "\f09b"; }
.ri-windy-fill:before { content: "\f09c"; }
.ri-windy-line:before { content: "\f09d"; }
.ri-women-fill:before { content: "\f09e"; }
.ri-women-line:before { content: "\f09f"; }
.ri-xbox-fill:before { content: "\f0a0"; }
.ri-xbox-line:before { content: "\f0a1"; }
.ri-xing-fill:before { content: "\f0a2"; }
.ri-xing-line:before { content: "\f0a3"; }
.ri-youtube-fill:before { content: "\f0a4"; }
.ri-youtube-line:before { content: "\f0a5"; }
.ri-zcool-fill:before { content: "\f0a6"; }
.ri-zcool-line:before { content: "\f0a7"; }
.ri-zhihu-fill:before { content: "\f0a8"; }
.ri-zhihu-line:before { content: "\f0a9"; }
.ri-zoom-in-fill:before { content: "\f0aa"; }
.ri-zoom-in-line:before { content: "\f0ab"; }
.ri-zoom-out-fill:before { content: "\f0ac"; }
.ri-zoom-out-line:before { content: "\f0ad"; }


.la,.lab,.lad,.lal,.lar,.las{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.la-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.la-xs{font-size:.75em}.la-sm{font-size:.875em}.la-1x{font-size:1em}.la-2x{font-size:2em}.la-3x{font-size:3em}.la-4x{font-size:4em}.la-5x{font-size:5em}.la-6x{font-size:6em}.la-7x{font-size:7em}.la-8x{font-size:8em}.la-9x{font-size:9em}.la-10x{font-size:10em}.la-fw{text-align:center;width:1.25em}.la-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.la-ul>li{position:relative}.la-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.la-border{border:solid .08em #eee;border-radius:.1em;padding:.2em .25em .15em}.la-pull-left{float:left}.la-pull-right{float:right}.la.la-pull-left,.lab.la-pull-left,.lal.la-pull-left,.lar.la-pull-left,.las.la-pull-left{margin-right:.3em}.la.la-pull-right,.lab.la-pull-right,.lal.la-pull-right,.lar.la-pull-right,.las.la-pull-right{margin-left:.3em}.la-spin{-webkit-animation:la-spin 2s infinite linear;animation:la-spin 2s infinite linear}.la-pulse{-webkit-animation:la-spin 1s infinite steps(8);animation:la-spin 1s infinite steps(8)}@-webkit-keyframes la-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes la-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.la-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.la-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.la-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.la-flip-horizontal{-webkit-transform:scale(-1,1);transform:scale(-1,1)}.la-flip-vertical{-webkit-transform:scale(1,-1);transform:scale(1,-1)}.la-flip-both,.la-flip-horizontal.la-flip-vertical{-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}:root .la-flip-both,:root .la-flip-horizontal,:root .la-flip-vertical,:root .la-rotate-180,:root .la-rotate-270,:root .la-rotate-90{-webkit-filter:none;filter:none}.la-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.la-stack-1x,.la-stack-2x{left:0;position:absolute;text-align:center;width:100%}.la-stack-1x{line-height:inherit}.la-stack-2x{font-size:2em}.la-inverse{color:#fff}.la-500px:before{content:"\f26e"}.la-accessible-icon:before{content:"\f368"}.la-accusoft:before{content:"\f369"}.la-acquisitions-incorporated:before{content:"\f6af"}.la-ad:before{content:"\f641"}.la-address-book:before{content:"\f2b9"}.la-address-card:before{content:"\f2bb"}.la-adjust:before{content:"\f042"}.la-adn:before{content:"\f170"}.la-adobe:before{content:"\f778"}.la-adversal:before{content:"\f36a"}.la-affiliatetheme:before{content:"\f36b"}.la-air-freshener:before{content:"\f5d0"}.la-airbnb:before{content:"\f834"}.la-algolia:before{content:"\f36c"}.la-align-center:before{content:"\f037"}.la-align-justify:before{content:"\f039"}.la-align-left:before{content:"\f036"}.la-align-right:before{content:"\f038"}.la-alipay:before{content:"\f642"}.la-allergies:before{content:"\f461"}.la-amazon:before{content:"\f270"}.la-amazon-pay:before{content:"\f42c"}.la-ambulance:before{content:"\f0f9"}.la-american-sign-language-interpreting:before{content:"\f2a3"}.la-amilia:before{content:"\f36d"}.la-anchor:before{content:"\f13d"}.la-android:before{content:"\f17b"}.la-angellist:before{content:"\f209"}.la-angle-double-down:before{content:"\f103"}.la-angle-double-left:before{content:"\f100"}.la-angle-double-right:before{content:"\f101"}.la-angle-double-up:before{content:"\f102"}.la-angle-down:before{content:"\f107"}.la-angle-left:before{content:"\f104"}.la-angle-right:before{content:"\f105"}.la-angle-up:before{content:"\f106"}.la-angry:before{content:"\f556"}.la-angrycreative:before{content:"\f36e"}.la-angular:before{content:"\f420"}.la-ankh:before{content:"\f644"}.la-app-store:before{content:"\f36f"}.la-app-store-ios:before{content:"\f370"}.la-apper:before{content:"\f371"}.la-apple:before{content:"\f179"}.la-apple-alt:before{content:"\f5d1"}.la-apple-pay:before{content:"\f415"}.la-archive:before{content:"\f187"}.la-archway:before{content:"\f557"}.la-arrow-alt-circle-down:before{content:"\f358"}.la-arrow-alt-circle-left:before{content:"\f359"}.la-arrow-alt-circle-right:before{content:"\f35a"}.la-arrow-alt-circle-up:before{content:"\f35b"}.la-arrow-circle-down:before{content:"\f0ab"}.la-arrow-circle-left:before{content:"\f0a8"}.la-arrow-circle-right:before{content:"\f0a9"}.la-arrow-circle-up:before{content:"\f0aa"}.la-arrow-down:before{content:"\f063"}.la-arrow-left:before{content:"\f060"}.la-arrow-right:before{content:"\f061"}.la-arrow-up:before{content:"\f062"}.la-arrows-alt:before{content:"\f0b2"}.la-arrows-alt-h:before{content:"\f337"}.la-arrows-alt-v:before{content:"\f338"}.la-artstation:before{content:"\f77a"}.la-assistive-listening-systems:before{content:"\f2a2"}.la-asterisk:before{content:"\f069"}.la-asymmetrik:before{content:"\f372"}.la-at:before{content:"\f1fa"}.la-atlas:before{content:"\f558"}.la-atlassian:before{content:"\f77b"}.la-atom:before{content:"\f5d2"}.la-audible:before{content:"\f373"}.la-audio-description:before{content:"\f29e"}.la-autoprefixer:before{content:"\f41c"}.la-avianex:before{content:"\f374"}.la-aviato:before{content:"\f421"}.la-award:before{content:"\f559"}.la-aws:before{content:"\f375"}.la-baby:before{content:"\f77c"}.la-baby-carriage:before{content:"\f77d"}.la-backspace:before{content:"\f55a"}.la-backward:before{content:"\f04a"}.la-bacon:before{content:"\f7e5"}.la-balance-scale:before{content:"\f24e"}.la-balance-scale-left:before{content:"\f515"}.la-balance-scale-right:before{content:"\f516"}.la-ban:before{content:"\f05e"}.la-band-aid:before{content:"\f462"}.la-bandcamp:before{content:"\f2d5"}.la-barcode:before{content:"\f02a"}.la-bars:before{content:"\f0c9"}.la-baseball-ball:before{content:"\f433"}.la-basketball-ball:before{content:"\f434"}.la-bath:before{content:"\f2cd"}.la-battery-empty:before{content:"\f244"}.la-battery-full:before{content:"\f240"}.la-battery-half:before{content:"\f242"}.la-battery-quarter:before{content:"\f243"}.la-battery-three-quarters:before{content:"\f241"}.la-battle-net:before{content:"\f835"}.la-bed:before{content:"\f236"}.la-beer:before{content:"\f0fc"}.la-behance:before{content:"\f1b4"}.la-behance-square:before{content:"\f1b5"}.la-bell:before{content:"\f0f3"}.la-bell-slash:before{content:"\f1f6"}.la-bezier-curve:before{content:"\f55b"}.la-bible:before{content:"\f647"}.la-bicycle:before{content:"\f206"}.la-biking:before{content:"\f84a"}.la-bimobject:before{content:"\f378"}.la-binoculars:before{content:"\f1e5"}.la-biohazard:before{content:"\f780"}.la-birthday-cake:before{content:"\f1fd"}.la-bitbucket:before{content:"\f171"}.la-bitcoin:before{content:"\f379"}.la-bity:before{content:"\f37a"}.la-black-tie:before{content:"\f27e"}.la-blackberry:before{content:"\f37b"}.la-blender:before{content:"\f517"}.la-blender-phone:before{content:"\f6b6"}.la-blind:before{content:"\f29d"}.la-blog:before{content:"\f781"}.la-blogger:before{content:"\f37c"}.la-blogger-b:before{content:"\f37d"}.la-bluetooth:before{content:"\f293"}.la-bluetooth-b:before{content:"\f294"}.la-bold:before{content:"\f032"}.la-bolt:before{content:"\f0e7"}.la-bomb:before{content:"\f1e2"}.la-bone:before{content:"\f5d7"}.la-bong:before{content:"\f55c"}.la-book:before{content:"\f02d"}.la-book-dead:before{content:"\f6b7"}.la-book-medical:before{content:"\f7e6"}.la-book-open:before{content:"\f518"}.la-book-reader:before{content:"\f5da"}.la-bookmark:before{content:"\f02e"}.la-bootstrap:before{content:"\f836"}.la-border-all:before{content:"\f84c"}.la-border-none:before{content:"\f850"}.la-border-style:before{content:"\f853"}.la-bowling-ball:before{content:"\f436"}.la-box:before{content:"\f466"}.la-box-open:before{content:"\f49e"}.la-boxes:before{content:"\f468"}.la-braille:before{content:"\f2a1"}.la-brain:before{content:"\f5dc"}.la-bread-slice:before{content:"\f7ec"}.la-briefcase:before{content:"\f0b1"}.la-briefcase-medical:before{content:"\f469"}.la-broadcast-tower:before{content:"\f519"}.la-broom:before{content:"\f51a"}.la-brush:before{content:"\f55d"}.la-btc:before{content:"\f15a"}.la-buffer:before{content:"\f837"}.la-bug:before{content:"\f188"}.la-building:before{content:"\f1ad"}.la-bullhorn:before{content:"\f0a1"}.la-bullseye:before{content:"\f140"}.la-burn:before{content:"\f46a"}.la-buromobelexperte:before{content:"\f37f"}.la-bus:before{content:"\f207"}.la-bus-alt:before{content:"\f55e"}.la-business-time:before{content:"\f64a"}.la-buy-n-large:before{content:"\f8a6"}.la-buysellads:before{content:"\f20d"}.la-calculator:before{content:"\f1ec"}.la-calendar:before{content:"\f133"}.la-calendar-alt:before{content:"\f073"}.la-calendar-check:before{content:"\f274"}.la-calendar-day:before{content:"\f783"}.la-calendar-minus:before{content:"\f272"}.la-calendar-plus:before{content:"\f271"}.la-calendar-times:before{content:"\f273"}.la-calendar-week:before{content:"\f784"}.la-camera:before{content:"\f030"}.la-camera-retro:before{content:"\f083"}.la-campground:before{content:"\f6bb"}.la-canadian-maple-leaf:before{content:"\f785"}.la-candy-cane:before{content:"\f786"}.la-cannabis:before{content:"\f55f"}.la-capsules:before{content:"\f46b"}.la-car:before{content:"\f1b9"}.la-car-alt:before{content:"\f5de"}.la-car-battery:before{content:"\f5df"}.la-car-crash:before{content:"\f5e1"}.la-car-side:before{content:"\f5e4"}.la-caret-down:before{content:"\f0d7"}.la-caret-left:before{content:"\f0d9"}.la-caret-right:before{content:"\f0da"}.la-caret-square-down:before{content:"\f150"}.la-caret-square-left:before{content:"\f191"}.la-caret-square-right:before{content:"\f152"}.la-caret-square-up:before{content:"\f151"}.la-caret-up:before{content:"\f0d8"}.la-carrot:before{content:"\f787"}.la-cart-arrow-down:before{content:"\f218"}.la-cart-plus:before{content:"\f217"}.la-cash-register:before{content:"\f788"}.la-cat:before{content:"\f6be"}.la-cc-amazon-pay:before{content:"\f42d"}.la-cc-amex:before{content:"\f1f3"}.la-cc-apple-pay:before{content:"\f416"}.la-cc-diners-club:before{content:"\f24c"}.la-cc-discover:before{content:"\f1f2"}.la-cc-jcb:before{content:"\f24b"}.la-cc-mastercard:before{content:"\f1f1"}.la-cc-paypal:before{content:"\f1f4"}.la-cc-stripe:before{content:"\f1f5"}.la-cc-visa:before{content:"\f1f0"}.la-centercode:before{content:"\f380"}.la-centos:before{content:"\f789"}.la-certificate:before{content:"\f0a3"}.la-chair:before{content:"\f6c0"}.la-chalkboard:before{content:"\f51b"}.la-chalkboard-teacher:before{content:"\f51c"}.la-charging-station:before{content:"\f5e7"}.la-chart-area:before{content:"\f1fe"}.la-chart-bar:before{content:"\f080"}.la-chart-line:before{content:"\f201"}.la-chart-pie:before{content:"\f200"}.la-check:before{content:"\f00c"}.la-check-circle:before{content:"\f058"}.la-check-double:before{content:"\f560"}.la-check-square:before{content:"\f14a"}.la-cheese:before{content:"\f7ef"}.la-chess:before{content:"\f439"}.la-chess-bishop:before{content:"\f43a"}.la-chess-board:before{content:"\f43c"}.la-chess-king:before{content:"\f43f"}.la-chess-knight:before{content:"\f441"}.la-chess-pawn:before{content:"\f443"}.la-chess-queen:before{content:"\f445"}.la-chess-rook:before{content:"\f447"}.la-chevron-circle-down:before{content:"\f13a"}.la-chevron-circle-left:before{content:"\f137"}.la-chevron-circle-right:before{content:"\f138"}.la-chevron-circle-up:before{content:"\f139"}.la-chevron-down:before{content:"\f078"}.la-chevron-left:before{content:"\f053"}.la-chevron-right:before{content:"\f054"}.la-chevron-up:before{content:"\f077"}.la-child:before{content:"\f1ae"}.la-chrome:before{content:"\f268"}.la-chromecast:before{content:"\f838"}.la-church:before{content:"\f51d"}.la-circle:before{content:"\f111"}.la-circle-notch:before{content:"\f1ce"}.la-city:before{content:"\f64f"}.la-clinic-medical:before{content:"\f7f2"}.la-clipboard:before{content:"\f328"}.la-clipboard-check:before{content:"\f46c"}.la-clipboard-list:before{content:"\f46d"}.la-clock:before{content:"\f017"}.la-clone:before{content:"\f24d"}.la-closed-captioning:before{content:"\f20a"}.la-cloud:before{content:"\f0c2"}.la-cloud-download-alt:before{content:"\f381"}.la-cloud-meatball:before{content:"\f73b"}.la-cloud-moon:before{content:"\f6c3"}.la-cloud-moon-rain:before{content:"\f73c"}.la-cloud-rain:before{content:"\f73d"}.la-cloud-showers-heavy:before{content:"\f740"}.la-cloud-sun:before{content:"\f6c4"}.la-cloud-sun-rain:before{content:"\f743"}.la-cloud-upload-alt:before{content:"\f382"}.la-cloudscale:before{content:"\f383"}.la-cloudsmith:before{content:"\f384"}.la-cloudversify:before{content:"\f385"}.la-cocktail:before{content:"\f561"}.la-code:before{content:"\f121"}.la-code-branch:before{content:"\f126"}.la-codepen:before{content:"\f1cb"}.la-codiepie:before{content:"\f284"}.la-coffee:before{content:"\f0f4"}.la-cog:before{content:"\f013"}.la-cogs:before{content:"\f085"}.la-coins:before{content:"\f51e"}.la-columns:before{content:"\f0db"}.la-comment:before{content:"\f075"}.la-comment-alt:before{content:"\f27a"}.la-comment-dollar:before{content:"\f651"}.la-comment-dots:before{content:"\f4ad"}.la-comment-medical:before{content:"\f7f5"}.la-comment-slash:before{content:"\f4b3"}.la-comments:before{content:"\f086"}.la-comments-dollar:before{content:"\f653"}.la-compact-disc:before{content:"\f51f"}.la-compass:before{content:"\f14e"}.la-compress:before{content:"\f066"}.la-compress-arrows-alt:before{content:"\f78c"}.la-concierge-bell:before{content:"\f562"}.la-confluence:before{content:"\f78d"}.la-connectdevelop:before{content:"\f20e"}.la-contao:before{content:"\f26d"}.la-cookie:before{content:"\f563"}.la-cookie-bite:before{content:"\f564"}.la-copy:before{content:"\f0c5"}.la-copyright:before{content:"\f1f9"}.la-cotton-bureau:before{content:"\f89e"}.la-couch:before{content:"\f4b8"}.la-cpanel:before{content:"\f388"}.la-creative-commons:before{content:"\f25e"}.la-creative-commons-by:before{content:"\f4e7"}.la-creative-commons-nc:before{content:"\f4e8"}.la-creative-commons-nc-eu:before{content:"\f4e9"}.la-creative-commons-nc-jp:before{content:"\f4ea"}.la-creative-commons-nd:before{content:"\f4eb"}.la-creative-commons-pd:before{content:"\f4ec"}.la-creative-commons-pd-alt:before{content:"\f4ed"}.la-creative-commons-remix:before{content:"\f4ee"}.la-creative-commons-sa:before{content:"\f4ef"}.la-creative-commons-sampling:before{content:"\f4f0"}.la-creative-commons-sampling-plus:before{content:"\f4f1"}.la-creative-commons-share:before{content:"\f4f2"}.la-creative-commons-zero:before{content:"\f4f3"}.la-credit-card:before{content:"\f09d"}.la-critical-role:before{content:"\f6c9"}.la-crop:before{content:"\f125"}.la-crop-alt:before{content:"\f565"}.la-cross:before{content:"\f654"}.la-crosshairs:before{content:"\f05b"}.la-crow:before{content:"\f520"}.la-crown:before{content:"\f521"}.la-crutch:before{content:"\f7f7"}.la-css3:before{content:"\f13c"}.la-css3-alt:before{content:"\f38b"}.la-cube:before{content:"\f1b2"}.la-cubes:before{content:"\f1b3"}.la-cut:before{content:"\f0c4"}.la-cuttlefish:before{content:"\f38c"}.la-d-and-d:before{content:"\f38d"}.la-d-and-d-beyond:before{content:"\f6ca"}.la-dashcube:before{content:"\f210"}.la-database:before{content:"\f1c0"}.la-deaf:before{content:"\f2a4"}.la-delicious:before{content:"\f1a5"}.la-democrat:before{content:"\f747"}.la-deploydog:before{content:"\f38e"}.la-deskpro:before{content:"\f38f"}.la-desktop:before{content:"\f108"}.la-dev:before{content:"\f6cc"}.la-deviantart:before{content:"\f1bd"}.la-dharmachakra:before{content:"\f655"}.la-dhl:before{content:"\f790"}.la-diagnoses:before{content:"\f470"}.la-diaspora:before{content:"\f791"}.la-dice:before{content:"\f522"}.la-dice-d20:before{content:"\f6cf"}.la-dice-d6:before{content:"\f6d1"}.la-dice-five:before{content:"\f523"}.la-dice-four:before{content:"\f524"}.la-dice-one:before{content:"\f525"}.la-dice-six:before{content:"\f526"}.la-dice-three:before{content:"\f527"}.la-dice-two:before{content:"\f528"}.la-digg:before{content:"\f1a6"}.la-digital-ocean:before{content:"\f391"}.la-digital-tachograph:before{content:"\f566"}.la-directions:before{content:"\f5eb"}.la-discord:before{content:"\f392"}.la-discourse:before{content:"\f393"}.la-divide:before{content:"\f529"}.la-dizzy:before{content:"\f567"}.la-dna:before{content:"\f471"}.la-dochub:before{content:"\f394"}.la-docker:before{content:"\f395"}.la-dog:before{content:"\f6d3"}.la-dollar-sign:before{content:"\f155"}.la-dolly:before{content:"\f472"}.la-dolly-flatbed:before{content:"\f474"}.la-donate:before{content:"\f4b9"}.la-door-closed:before{content:"\f52a"}.la-door-open:before{content:"\f52b"}.la-dot-circle:before{content:"\f192"}.la-dove:before{content:"\f4ba"}.la-download:before{content:"\f019"}.la-draft2digital:before{content:"\f396"}.la-drafting-compass:before{content:"\f568"}.la-dragon:before{content:"\f6d5"}.la-draw-polygon:before{content:"\f5ee"}.la-dribbble:before{content:"\f17d"}.la-dribbble-square:before{content:"\f397"}.la-dropbox:before{content:"\f16b"}.la-drum:before{content:"\f569"}.la-drum-steelpan:before{content:"\f56a"}.la-drumstick-bite:before{content:"\f6d7"}.la-drupal:before{content:"\f1a9"}.la-dumbbell:before{content:"\f44b"}.la-dumpster:before{content:"\f793"}.la-dumpster-fire:before{content:"\f794"}.la-dungeon:before{content:"\f6d9"}.la-dyalog:before{content:"\f399"}.la-earlybirds:before{content:"\f39a"}.la-ebay:before{content:"\f4f4"}.la-edge:before{content:"\f282"}.la-edit:before{content:"\f044"}.la-egg:before{content:"\f7fb"}.la-eject:before{content:"\f052"}.la-elementor:before{content:"\f430"}.la-ellipsis-h:before{content:"\f141"}.la-ellipsis-v:before{content:"\f142"}.la-ello:before{content:"\f5f1"}.la-ember:before{content:"\f423"}.la-empire:before{content:"\f1d1"}.la-envelope:before{content:"\f0e0"}.la-envelope-open:before{content:"\f2b6"}.la-envelope-open-text:before{content:"\f658"}.la-envelope-square:before{content:"\f199"}.la-envira:before{content:"\f299"}.la-equals:before{content:"\f52c"}.la-eraser:before{content:"\f12d"}.la-erlang:before{content:"\f39d"}.la-ethereum:before{content:"\f42e"}.la-ethernet:before{content:"\f796"}.la-etsy:before{content:"\f2d7"}.la-euro-sign:before{content:"\f153"}.la-evernote:before{content:"\f839"}.la-exchange-alt:before{content:"\f362"}.la-exclamation:before{content:"\f12a"}.la-exclamation-circle:before{content:"\f06a"}.la-exclamation-triangle:before{content:"\f071"}.la-expand:before{content:"\f065"}.la-expand-arrows-alt:before{content:"\f31e"}.la-expeditedssl:before{content:"\f23e"}.la-external-link-alt:before{content:"\f35d"}.la-external-link-square-alt:before{content:"\f360"}.la-eye:before{content:"\f06e"}.la-eye-dropper:before{content:"\f1fb"}.la-eye-slash:before{content:"\f070"}.la-facebook:before{content:"\f09a"}.la-facebook-f:before{content:"\f39e"}.la-facebook-messenger:before{content:"\f39f"}.la-facebook-square:before{content:"\f082"}.la-fan:before{content:"\f863"}.la-fantasy-flight-games:before{content:"\f6dc"}.la-fast-backward:before{content:"\f049"}.la-fast-forward:before{content:"\f050"}.la-fax:before{content:"\f1ac"}.la-feather:before{content:"\f52d"}.la-feather-alt:before{content:"\f56b"}.la-fedex:before{content:"\f797"}.la-fedora:before{content:"\f798"}.la-female:before{content:"\f182"}.la-fighter-jet:before{content:"\f0fb"}.la-figma:before{content:"\f799"}.la-file:before{content:"\f15b"}.la-file-alt:before{content:"\f15c"}.la-file-archive:before{content:"\f1c6"}.la-file-audio:before{content:"\f1c7"}.la-file-code:before{content:"\f1c9"}.la-file-contract:before{content:"\f56c"}.la-file-csv:before{content:"\f6dd"}.la-file-download:before{content:"\f56d"}.la-file-excel:before{content:"\f1c3"}.la-file-export:before{content:"\f56e"}.la-file-image:before{content:"\f1c5"}.la-file-import:before{content:"\f56f"}.la-file-invoice:before{content:"\f570"}.la-file-invoice-dollar:before{content:"\f571"}.la-file-medical:before{content:"\f477"}.la-file-medical-alt:before{content:"\f478"}.la-file-pdf:before{content:"\f1c1"}.la-file-powerpoint:before{content:"\f1c4"}.la-file-prescription:before{content:"\f572"}.la-file-signature:before{content:"\f573"}.la-file-upload:before{content:"\f574"}.la-file-video:before{content:"\f1c8"}.la-file-word:before{content:"\f1c2"}.la-fill:before{content:"\f575"}.la-fill-drip:before{content:"\f576"}.la-film:before{content:"\f008"}.la-filter:before{content:"\f0b0"}.la-fingerprint:before{content:"\f577"}.la-fire:before{content:"\f06d"}.la-fire-alt:before{content:"\f7e4"}.la-fire-extinguisher:before{content:"\f134"}.la-firefox:before{content:"\f269"}.la-first-aid:before{content:"\f479"}.la-first-order:before{content:"\f2b0"}.la-first-order-alt:before{content:"\f50a"}.la-firstdraft:before{content:"\f3a1"}.la-fish:before{content:"\f578"}.la-fist-raised:before{content:"\f6de"}.la-flag:before{content:"\f024"}.la-flag-checkered:before{content:"\f11e"}.la-flag-usa:before{content:"\f74d"}.la-flask:before{content:"\f0c3"}.la-flickr:before{content:"\f16e"}.la-flipboard:before{content:"\f44d"}.la-flushed:before{content:"\f579"}.la-fly:before{content:"\f417"}.la-folder:before{content:"\f07b"}.la-folder-minus:before{content:"\f65d"}.la-folder-open:before{content:"\f07c"}.la-folder-plus:before{content:"\f65e"}.la-font:before{content:"\f031"}.la-font-awesome:before{content:"\f2b4"}.la-font-awesome-alt:before{content:"\f35c"}.la-font-awesome-flag:before{content:"\f425"}.la-font-awesome-logo-full:before{content:"\f4e6"}.la-fonticons:before{content:"\f280"}.la-fonticons-fi:before{content:"\f3a2"}.la-football-ball:before{content:"\f44e"}.la-fort-awesome:before{content:"\f286"}.la-fort-awesome-alt:before{content:"\f3a3"}.la-forumbee:before{content:"\f211"}.la-forward:before{content:"\f04e"}.la-foursquare:before{content:"\f180"}.la-free-code-camp:before{content:"\f2c5"}.la-freebsd:before{content:"\f3a4"}.la-frog:before{content:"\f52e"}.la-frown:before{content:"\f119"}.la-frown-open:before{content:"\f57a"}.la-fulcrum:before{content:"\f50b"}.la-funnel-dollar:before{content:"\f662"}.la-futbol:before{content:"\f1e3"}.la-galactic-republic:before{content:"\f50c"}.la-galactic-senate:before{content:"\f50d"}.la-gamepad:before{content:"\f11b"}.la-gas-pump:before{content:"\f52f"}.la-gavel:before{content:"\f0e3"}.la-gem:before{content:"\f3a5"}.la-genderless:before{content:"\f22d"}.la-get-pocket:before{content:"\f265"}.la-gg:before{content:"\f260"}.la-gg-circle:before{content:"\f261"}.la-ghost:before{content:"\f6e2"}.la-gift:before{content:"\f06b"}.la-gifts:before{content:"\f79c"}.la-git:before{content:"\f1d3"}.la-git-alt:before{content:"\f841"}.la-git-square:before{content:"\f1d2"}.la-github:before{content:"\f09b"}.la-github-alt:before{content:"\f113"}.la-github-square:before{content:"\f092"}.la-gitkraken:before{content:"\f3a6"}.la-gitlab:before{content:"\f296"}.la-gitter:before{content:"\f426"}.la-glass-cheers:before{content:"\f79f"}.la-glass-martini:before{content:"\f000"}.la-glass-martini-alt:before{content:"\f57b"}.la-glass-whiskey:before{content:"\f7a0"}.la-glasses:before{content:"\f530"}.la-glide:before{content:"\f2a5"}.la-glide-g:before{content:"\f2a6"}.la-globe:before{content:"\f0ac"}.la-globe-africa:before{content:"\f57c"}.la-globe-americas:before{content:"\f57d"}.la-globe-asia:before{content:"\f57e"}.la-globe-europe:before{content:"\f7a2"}.la-gofore:before{content:"\f3a7"}.la-golf-ball:before{content:"\f450"}.la-goodreads:before{content:"\f3a8"}.la-goodreads-g:before{content:"\f3a9"}.la-google:before{content:"\f1a0"}.la-google-drive:before{content:"\f3aa"}.la-google-play:before{content:"\f3ab"}.la-google-plus:before{content:"\f2b3"}.la-google-plus-g:before{content:"\f0d5"}.la-google-plus-square:before{content:"\f0d4"}.la-google-wallet:before{content:"\f1ee"}.la-gopuram:before{content:"\f664"}.la-graduation-cap:before{content:"\f19d"}.la-gratipay:before{content:"\f184"}.la-grav:before{content:"\f2d6"}.la-greater-than:before{content:"\f531"}.la-greater-than-equal:before{content:"\f532"}.la-grimace:before{content:"\f57f"}.la-grin:before{content:"\f580"}.la-grin-alt:before{content:"\f581"}.la-grin-beam:before{content:"\f582"}.la-grin-beam-sweat:before{content:"\f583"}.la-grin-hearts:before{content:"\f584"}.la-grin-squint:before{content:"\f585"}.la-grin-squint-tears:before{content:"\f586"}.la-grin-stars:before{content:"\f587"}.la-grin-tears:before{content:"\f588"}.la-grin-tongue:before{content:"\f589"}.la-grin-tongue-squint:before{content:"\f58a"}.la-grin-tongue-wink:before{content:"\f58b"}.la-grin-wink:before{content:"\f58c"}.la-grip-horizontal:before{content:"\f58d"}.la-grip-lines:before{content:"\f7a4"}.la-grip-lines-vertical:before{content:"\f7a5"}.la-grip-vertical:before{content:"\f58e"}.la-gripfire:before{content:"\f3ac"}.la-grunt:before{content:"\f3ad"}.la-guitar:before{content:"\f7a6"}.la-gulp:before{content:"\f3ae"}.la-h-square:before{content:"\f0fd"}.la-hacker-news:before{content:"\f1d4"}.la-hacker-news-square:before{content:"\f3af"}.la-hackerrank:before{content:"\f5f7"}.la-hamburger:before{content:"\f805"}.la-hammer:before{content:"\f6e3"}.la-hamsa:before{content:"\f665"}.la-hand-holding:before{content:"\f4bd"}.la-hand-holding-heart:before{content:"\f4be"}.la-hand-holding-usd:before{content:"\f4c0"}.la-hand-lizard:before{content:"\f258"}.la-hand-middle-finger:before{content:"\f806"}.la-hand-paper:before{content:"\f256"}.la-hand-peace:before{content:"\f25b"}.la-hand-point-down:before{content:"\f0a7"}.la-hand-point-left:before{content:"\f0a5"}.la-hand-point-right:before{content:"\f0a4"}.la-hand-point-up:before{content:"\f0a6"}.la-hand-pointer:before{content:"\f25a"}.la-hand-rock:before{content:"\f255"}.la-hand-scissors:before{content:"\f257"}.la-hand-spock:before{content:"\f259"}.la-hands:before{content:"\f4c2"}.la-hands-helping:before{content:"\f4c4"}.la-handshake:before{content:"\f2b5"}.la-hanukiah:before{content:"\f6e6"}.la-hard-hat:before{content:"\f807"}.la-hashtag:before{content:"\f292"}.la-hat-cowboy:before{content:"\f8c0"}.la-hat-cowboy-side:before{content:"\f8c1"}.la-hat-wizard:before{content:"\f6e8"}.la-haykal:before{content:"\f666"}.la-hdd:before{content:"\f0a0"}.la-heading:before{content:"\f1dc"}.la-headphones:before{content:"\f025"}.la-headphones-alt:before{content:"\f58f"}.la-headset:before{content:"\f590"}.la-heart:before{content:"\f004"}.la-heart-broken:before{content:"\f7a9"}.la-heartbeat:before{content:"\f21e"}.la-helicopter:before{content:"\f533"}.la-highlighter:before{content:"\f591"}.la-hiking:before{content:"\f6ec"}.la-hippo:before{content:"\f6ed"}.la-hips:before{content:"\f452"}.la-hire-a-helper:before{content:"\f3b0"}.la-history:before{content:"\f1da"}.la-hockey-puck:before{content:"\f453"}.la-holly-berry:before{content:"\f7aa"}.la-home:before{content:"\f015"}.la-hooli:before{content:"\f427"}.la-hornbill:before{content:"\f592"}.la-horse:before{content:"\f6f0"}.la-horse-head:before{content:"\f7ab"}.la-hospital:before{content:"\f0f8"}.la-hospital-alt:before{content:"\f47d"}.la-hospital-symbol:before{content:"\f47e"}.la-hot-tub:before{content:"\f593"}.la-hotdog:before{content:"\f80f"}.la-hotel:before{content:"\f594"}.la-hotjar:before{content:"\f3b1"}.la-hourglass:before{content:"\f254"}.la-hourglass-end:before{content:"\f253"}.la-hourglass-half:before{content:"\f252"}.la-hourglass-start:before{content:"\f251"}.la-house-damage:before{content:"\f6f1"}.la-houzz:before{content:"\f27c"}.la-hryvnia:before{content:"\f6f2"}.la-html5:before{content:"\f13b"}.la-hubspot:before{content:"\f3b2"}.la-i-cursor:before{content:"\f246"}.la-ice-cream:before{content:"\f810"}.la-icicles:before{content:"\f7ad"}.la-icons:before{content:"\f86d"}.la-id-badge:before{content:"\f2c1"}.la-id-card:before{content:"\f2c2"}.la-id-card-alt:before{content:"\f47f"}.la-igloo:before{content:"\f7ae"}.la-image:before{content:"\f03e"}.la-images:before{content:"\f302"}.la-imdb:before{content:"\f2d8"}.la-inbox:before{content:"\f01c"}.la-indent:before{content:"\f03c"}.la-industry:before{content:"\f275"}.la-infinity:before{content:"\f534"}.la-info:before{content:"\f129"}.la-info-circle:before{content:"\f05a"}.la-instagram:before{content:"\f16d"}.la-intercom:before{content:"\f7af"}.la-internet-explorer:before{content:"\f26b"}.la-invision:before{content:"\f7b0"}.la-ioxhost:before{content:"\f208"}.la-italic:before{content:"\f033"}.la-itch-io:before{content:"\f83a"}.la-itunes:before{content:"\f3b4"}.la-itunes-note:before{content:"\f3b5"}.la-java:before{content:"\f4e4"}.la-jedi:before{content:"\f669"}.la-jedi-order:before{content:"\f50e"}.la-jenkins:before{content:"\f3b6"}.la-jira:before{content:"\f7b1"}.la-joget:before{content:"\f3b7"}.la-joint:before{content:"\f595"}.la-joomla:before{content:"\f1aa"}.la-journal-whills:before{content:"\f66a"}.la-js:before{content:"\f3b8"}.la-js-square:before{content:"\f3b9"}.la-jsfiddle:before{content:"\f1cc"}.la-kaaba:before{content:"\f66b"}.la-kaggle:before{content:"\f5fa"}.la-key:before{content:"\f084"}.la-keybase:before{content:"\f4f5"}.la-keyboard:before{content:"\f11c"}.la-keycdn:before{content:"\f3ba"}.la-khanda:before{content:"\f66d"}.la-kickstarter:before{content:"\f3bb"}.la-kickstarter-k:before{content:"\f3bc"}.la-kiss:before{content:"\f596"}.la-kiss-beam:before{content:"\f597"}.la-kiss-wink-heart:before{content:"\f598"}.la-kiwi-bird:before{content:"\f535"}.la-korvue:before{content:"\f42f"}.la-landmark:before{content:"\f66f"}.la-language:before{content:"\f1ab"}.la-laptop:before{content:"\f109"}.la-laptop-code:before{content:"\f5fc"}.la-laptop-medical:before{content:"\f812"}.la-laravel:before{content:"\f3bd"}.la-lastfm:before{content:"\f202"}.la-lastfm-square:before{content:"\f203"}.la-laugh:before{content:"\f599"}.la-laugh-beam:before{content:"\f59a"}.la-laugh-squint:before{content:"\f59b"}.la-laugh-wink:before{content:"\f59c"}.la-layer-group:before{content:"\f5fd"}.la-leaf:before{content:"\f06c"}.la-leanpub:before{content:"\f212"}.la-lemon:before{content:"\f094"}.la-less:before{content:"\f41d"}.la-less-than:before{content:"\f536"}.la-less-than-equal:before{content:"\f537"}.la-level-down-alt:before{content:"\f3be"}.la-level-up-alt:before{content:"\f3bf"}.la-life-ring:before{content:"\f1cd"}.la-lightbulb:before{content:"\f0eb"}.la-line:before{content:"\f3c0"}.la-link:before{content:"\f0c1"}.la-linkedin:before{content:"\f08c"}.la-linkedin-in:before{content:"\f0e1"}.la-linode:before{content:"\f2b8"}.la-linux:before{content:"\f17c"}.la-lira-sign:before{content:"\f195"}.la-list:before{content:"\f03a"}.la-list-alt:before{content:"\f022"}.la-list-ol:before{content:"\f0cb"}.la-list-ul:before{content:"\f0ca"}.la-location-arrow:before{content:"\f124"}.la-lock:before{content:"\f023"}.la-lock-open:before{content:"\f3c1"}.la-long-arrow-alt-down:before{content:"\f309"}.la-long-arrow-alt-left:before{content:"\f30a"}.la-long-arrow-alt-right:before{content:"\f30b"}.la-long-arrow-alt-up:before{content:"\f30c"}.la-low-vision:before{content:"\f2a8"}.la-luggage-cart:before{content:"\f59d"}.la-lyft:before{content:"\f3c3"}.la-magento:before{content:"\f3c4"}.la-magic:before{content:"\f0d0"}.la-magnet:before{content:"\f076"}.la-mail-bulk:before{content:"\f674"}.la-mailchimp:before{content:"\f59e"}.la-male:before{content:"\f183"}.la-mandalorian:before{content:"\f50f"}.la-map:before{content:"\f279"}.la-map-marked:before{content:"\f59f"}.la-map-marked-alt:before{content:"\f5a0"}.la-map-marker:before{content:"\f041"}.la-map-marker-alt:before{content:"\f3c5"}.la-map-pin:before{content:"\f276"}.la-map-signs:before{content:"\f277"}.la-markdown:before{content:"\f60f"}.la-marker:before{content:"\f5a1"}.la-mars:before{content:"\f222"}.la-mars-double:before{content:"\f227"}.la-mars-stroke:before{content:"\f229"}.la-mars-stroke-h:before{content:"\f22b"}.la-mars-stroke-v:before{content:"\f22a"}.la-mask:before{content:"\f6fa"}.la-mastodon:before{content:"\f4f6"}.la-maxcdn:before{content:"\f136"}.la-mdb:before{content:"\f8ca"}.la-medal:before{content:"\f5a2"}.la-medapps:before{content:"\f3c6"}.la-medium:before{content:"\f23a"}.la-medium-m:before{content:"\f3c7"}.la-medkit:before{content:"\f0fa"}.la-medrt:before{content:"\f3c8"}.la-meetup:before{content:"\f2e0"}.la-megaport:before{content:"\f5a3"}.la-meh:before{content:"\f11a"}.la-meh-blank:before{content:"\f5a4"}.la-meh-rolling-eyes:before{content:"\f5a5"}.la-memory:before{content:"\f538"}.la-mendeley:before{content:"\f7b3"}.la-menorah:before{content:"\f676"}.la-mercury:before{content:"\f223"}.la-meteor:before{content:"\f753"}.la-microchip:before{content:"\f2db"}.la-microphone:before{content:"\f130"}.la-microphone-alt:before{content:"\f3c9"}.la-microphone-alt-slash:before{content:"\f539"}.la-microphone-slash:before{content:"\f131"}.la-microscope:before{content:"\f610"}.la-microsoft:before{content:"\f3ca"}.la-minus:before{content:"\f068"}.la-minus-circle:before{content:"\f056"}.la-minus-square:before{content:"\f146"}.la-mitten:before{content:"\f7b5"}.la-mix:before{content:"\f3cb"}.la-mixcloud:before{content:"\f289"}.la-mizuni:before{content:"\f3cc"}.la-mobile:before{content:"\f10b"}.la-mobile-alt:before{content:"\f3cd"}.la-modx:before{content:"\f285"}.la-monero:before{content:"\f3d0"}.la-money-bill:before{content:"\f0d6"}.la-money-bill-alt:before{content:"\f3d1"}.la-money-bill-wave:before{content:"\f53a"}.la-money-bill-wave-alt:before{content:"\f53b"}.la-money-check:before{content:"\f53c"}.la-money-check-alt:before{content:"\f53d"}.la-monument:before{content:"\f5a6"}.la-moon:before{content:"\f186"}.la-mortar-pestle:before{content:"\f5a7"}.la-mosque:before{content:"\f678"}.la-motorcycle:before{content:"\f21c"}.la-mountain:before{content:"\f6fc"}.la-mouse:before{content:"\f8cc"}.la-mouse-pointer:before{content:"\f245"}.la-mug-hot:before{content:"\f7b6"}.la-music:before{content:"\f001"}.la-napster:before{content:"\f3d2"}.la-neos:before{content:"\f612"}.la-network-wired:before{content:"\f6ff"}.la-neuter:before{content:"\f22c"}.la-newspaper:before{content:"\f1ea"}.la-nimblr:before{content:"\f5a8"}.la-node:before{content:"\f419"}.la-node-js:before{content:"\f3d3"}.la-not-equal:before{content:"\f53e"}.la-notes-medical:before{content:"\f481"}.la-npm:before{content:"\f3d4"}.la-ns8:before{content:"\f3d5"}.la-nutritionix:before{content:"\f3d6"}.la-object-group:before{content:"\f247"}.la-object-ungroup:before{content:"\f248"}.la-odnoklassniki:before{content:"\f263"}.la-odnoklassniki-square:before{content:"\f264"}.la-oil-can:before{content:"\f613"}.la-old-republic:before{content:"\f510"}.la-om:before{content:"\f679"}.la-opencart:before{content:"\f23d"}.la-openid:before{content:"\f19b"}.la-opera:before{content:"\f26a"}.la-optin-monster:before{content:"\f23c"}.la-orcid:before{content:"\f8d2"}.la-osi:before{content:"\f41a"}.la-otter:before{content:"\f700"}.la-outdent:before{content:"\f03b"}.la-page4:before{content:"\f3d7"}.la-pagelines:before{content:"\f18c"}.la-pager:before{content:"\f815"}.la-paint-brush:before{content:"\f1fc"}.la-paint-roller:before{content:"\f5aa"}.la-palette:before{content:"\f53f"}.la-palfed:before{content:"\f3d8"}.la-pallet:before{content:"\f482"}.la-paper-plane:before{content:"\f1d8"}.la-paperclip:before{content:"\f0c6"}.la-parachute-box:before{content:"\f4cd"}.la-paragraph:before{content:"\f1dd"}.la-parking:before{content:"\f540"}.la-passport:before{content:"\f5ab"}.la-pastafarianism:before{content:"\f67b"}.la-paste:before{content:"\f0ea"}.la-patreon:before{content:"\f3d9"}.la-pause:before{content:"\f04c"}.la-pause-circle:before{content:"\f28b"}.la-paw:before{content:"\f1b0"}.la-paypal:before{content:"\f1ed"}.la-peace:before{content:"\f67c"}.la-pen:before{content:"\f304"}.la-pen-alt:before{content:"\f305"}.la-pen-fancy:before{content:"\f5ac"}.la-pen-nib:before{content:"\f5ad"}.la-pen-square:before{content:"\f14b"}.la-pencil-alt:before{content:"\f303"}.la-pencil-ruler:before{content:"\f5ae"}.la-penny-arcade:before{content:"\f704"}.la-people-carry:before{content:"\f4ce"}.la-pepper-hot:before{content:"\f816"}.la-percent:before{content:"\f295"}.la-percentage:before{content:"\f541"}.la-periscope:before{content:"\f3da"}.la-person-booth:before{content:"\f756"}.la-phabricator:before{content:"\f3db"}.la-phoenix-framework:before{content:"\f3dc"}.la-phoenix-squadron:before{content:"\f511"}.la-phone:before{content:"\f095"}.la-phone-alt:before{content:"\f879"}.la-phone-slash:before{content:"\f3dd"}.la-phone-square:before{content:"\f098"}.la-phone-square-alt:before{content:"\f87b"}.la-phone-volume:before{content:"\f2a0"}.la-photo-video:before{content:"\f87c"}.la-php:before{content:"\f457"}.la-pied-piper:before{content:"\f2ae"}.la-pied-piper-alt:before{content:"\f1a8"}.la-pied-piper-hat:before{content:"\f4e5"}.la-pied-piper-pp:before{content:"\f1a7"}.la-piggy-bank:before{content:"\f4d3"}.la-pills:before{content:"\f484"}.la-pinterest:before{content:"\f0d2"}.la-pinterest-p:before{content:"\f231"}.la-pinterest-square:before{content:"\f0d3"}.la-pizza-slice:before{content:"\f818"}.la-place-of-worship:before{content:"\f67f"}.la-plane:before{content:"\f072"}.la-plane-arrival:before{content:"\f5af"}.la-plane-departure:before{content:"\f5b0"}.la-play:before{content:"\f04b"}.la-play-circle:before{content:"\f144"}.la-playstation:before{content:"\f3df"}.la-plug:before{content:"\f1e6"}.la-plus:before{content:"\f067"}.la-plus-circle:before{content:"\f055"}.la-plus-square:before{content:"\f0fe"}.la-podcast:before{content:"\f2ce"}.la-poll:before{content:"\f681"}.la-poll-h:before{content:"\f682"}.la-poo:before{content:"\f2fe"}.la-poo-storm:before{content:"\f75a"}.la-poop:before{content:"\f619"}.la-portrait:before{content:"\f3e0"}.la-pound-sign:before{content:"\f154"}.la-power-off:before{content:"\f011"}.la-pray:before{content:"\f683"}.la-praying-hands:before{content:"\f684"}.la-prescription:before{content:"\f5b1"}.la-prescription-bottle:before{content:"\f485"}.la-prescription-bottle-alt:before{content:"\f486"}.la-print:before{content:"\f02f"}.la-procedures:before{content:"\f487"}.la-product-hunt:before{content:"\f288"}.la-project-diagram:before{content:"\f542"}.la-pushed:before{content:"\f3e1"}.la-puzzle-piece:before{content:"\f12e"}.la-python:before{content:"\f3e2"}.la-qq:before{content:"\f1d6"}.la-qrcode:before{content:"\f029"}.la-question:before{content:"\f128"}.la-question-circle:before{content:"\f059"}.la-quidditch:before{content:"\f458"}.la-quinscape:before{content:"\f459"}.la-quora:before{content:"\f2c4"}.la-quote-left:before{content:"\f10d"}.la-quote-right:before{content:"\f10e"}.la-quran:before{content:"\f687"}.la-r-project:before{content:"\f4f7"}.la-radiation:before{content:"\f7b9"}.la-radiation-alt:before{content:"\f7ba"}.la-rainbow:before{content:"\f75b"}.la-random:before{content:"\f074"}.la-raspberry-pi:before{content:"\f7bb"}.la-ravelry:before{content:"\f2d9"}.la-react:before{content:"\f41b"}.la-reacteurope:before{content:"\f75d"}.la-readme:before{content:"\f4d5"}.la-rebel:before{content:"\f1d0"}.la-receipt:before{content:"\f543"}.la-record-vinyl:before{content:"\f8d9"}.la-recycle:before{content:"\f1b8"}.la-red-river:before{content:"\f3e3"}.la-reddit:before{content:"\f1a1"}.la-reddit-alien:before{content:"\f281"}.la-reddit-square:before{content:"\f1a2"}.la-redhat:before{content:"\f7bc"}.la-redo:before{content:"\f01e"}.la-redo-alt:before{content:"\f2f9"}.la-registered:before{content:"\f25d"}.la-remove-format:before{content:"\f87d"}.la-renren:before{content:"\f18b"}.la-reply:before{content:"\f3e5"}.la-reply-all:before{content:"\f122"}.la-replyd:before{content:"\f3e6"}.la-republican:before{content:"\f75e"}.la-researchgate:before{content:"\f4f8"}.la-resolving:before{content:"\f3e7"}.la-restroom:before{content:"\f7bd"}.la-retweet:before{content:"\f079"}.la-rev:before{content:"\f5b2"}.la-ribbon:before{content:"\f4d6"}.la-ring:before{content:"\f70b"}.la-road:before{content:"\f018"}.la-robot:before{content:"\f544"}.la-rocket:before{content:"\f135"}.la-rocketchat:before{content:"\f3e8"}.la-rockrms:before{content:"\f3e9"}.la-route:before{content:"\f4d7"}.la-rss:before{content:"\f09e"}.la-rss-square:before{content:"\f143"}.la-ruble-sign:before{content:"\f158"}.la-ruler:before{content:"\f545"}.la-ruler-combined:before{content:"\f546"}.la-ruler-horizontal:before{content:"\f547"}.la-ruler-vertical:before{content:"\f548"}.la-running:before{content:"\f70c"}.la-rupee-sign:before{content:"\f156"}.la-sad-cry:before{content:"\f5b3"}.la-sad-tear:before{content:"\f5b4"}.la-safari:before{content:"\f267"}.la-salesforce:before{content:"\f83b"}.la-sass:before{content:"\f41e"}.la-satellite:before{content:"\f7bf"}.la-satellite-dish:before{content:"\f7c0"}.la-save:before{content:"\f0c7"}.la-schlix:before{content:"\f3ea"}.la-school:before{content:"\f549"}.la-screwdriver:before{content:"\f54a"}.la-scribd:before{content:"\f28a"}.la-scroll:before{content:"\f70e"}.la-sd-card:before{content:"\f7c2"}.la-search:before{content:"\f002"}.la-search-dollar:before{content:"\f688"}.la-search-location:before{content:"\f689"}.la-search-minus:before{content:"\f010"}.la-search-plus:before{content:"\f00e"}.la-searchengin:before{content:"\f3eb"}.la-seedling:before{content:"\f4d8"}.la-sellcast:before{content:"\f2da"}.la-sellsy:before{content:"\f213"}.la-server:before{content:"\f233"}.la-servicestack:before{content:"\f3ec"}.la-shapes:before{content:"\f61f"}.la-share:before{content:"\f064"}.la-share-alt:before{content:"\f1e0"}.la-share-alt-square:before{content:"\f1e1"}.la-share-square:before{content:"\f14d"}.la-shekel-sign:before{content:"\f20b"}.la-shield-alt:before{content:"\f3ed"}.la-ship:before{content:"\f21a"}.la-shipping-fast:before{content:"\f48b"}.la-shirtsinbulk:before{content:"\f214"}.la-shoe-prints:before{content:"\f54b"}.la-shopping-bag:before{content:"\f290"}.la-shopping-basket:before{content:"\f291"}.la-shopping-cart:before{content:"\f07a"}.la-shopware:before{content:"\f5b5"}.la-shower:before{content:"\f2cc"}.la-shuttle-van:before{content:"\f5b6"}.la-sign:before{content:"\f4d9"}.la-sign-in-alt:before{content:"\f2f6"}.la-sign-language:before{content:"\f2a7"}.la-sign-out-alt:before{content:"\f2f5"}.la-signal:before{content:"\f012"}.la-signature:before{content:"\f5b7"}.la-sim-card:before{content:"\f7c4"}.la-simplybuilt:before{content:"\f215"}.la-sistrix:before{content:"\f3ee"}.la-sitemap:before{content:"\f0e8"}.la-sith:before{content:"\f512"}.la-skating:before{content:"\f7c5"}.la-sketch:before{content:"\f7c6"}.la-skiing:before{content:"\f7c9"}.la-skiing-nordic:before{content:"\f7ca"}.la-skull:before{content:"\f54c"}.la-skull-crossbones:before{content:"\f714"}.la-skyatlas:before{content:"\f216"}.la-skype:before{content:"\f17e"}.la-slack:before{content:"\f198"}.la-slack-hash:before{content:"\f3ef"}.la-slash:before{content:"\f715"}.la-sleigh:before{content:"\f7cc"}.la-sliders-h:before{content:"\f1de"}.la-slideshare:before{content:"\f1e7"}.la-smile:before{content:"\f118"}.la-smile-beam:before{content:"\f5b8"}.la-smile-wink:before{content:"\f4da"}.la-smog:before{content:"\f75f"}.la-smoking:before{content:"\f48d"}.la-smoking-ban:before{content:"\f54d"}.la-sms:before{content:"\f7cd"}.la-snapchat:before{content:"\f2ab"}.la-snapchat-ghost:before{content:"\f2ac"}.la-snapchat-square:before{content:"\f2ad"}.la-snowboarding:before{content:"\f7ce"}.la-snowflake:before{content:"\f2dc"}.la-snowman:before{content:"\f7d0"}.la-snowplow:before{content:"\f7d2"}.la-socks:before{content:"\f696"}.la-solar-panel:before{content:"\f5ba"}.la-sort:before{content:"\f0dc"}.la-sort-alpha-down:before{content:"\f15d"}.la-sort-alpha-down-alt:before{content:"\f881"}.la-sort-alpha-up:before{content:"\f15e"}.la-sort-alpha-up-alt:before{content:"\f882"}.la-sort-amount-down:before{content:"\f160"}.la-sort-amount-down-alt:before{content:"\f884"}.la-sort-amount-up:before{content:"\f161"}.la-sort-amount-up-alt:before{content:"\f885"}.la-sort-down:before{content:"\f0dd"}.la-sort-numeric-down:before{content:"\f162"}.la-sort-numeric-down-alt:before{content:"\f886"}.la-sort-numeric-up:before{content:"\f163"}.la-sort-numeric-up-alt:before{content:"\f887"}.la-sort-up:before{content:"\f0de"}.la-soundcloud:before{content:"\f1be"}.la-sourcetree:before{content:"\f7d3"}.la-spa:before{content:"\f5bb"}.la-space-shuttle:before{content:"\f197"}.la-speakap:before{content:"\f3f3"}.la-speaker-deck:before{content:"\f83c"}.la-spell-check:before{content:"\f891"}.la-spider:before{content:"\f717"}.la-spinner:before{content:"\f110"}.la-splotch:before{content:"\f5bc"}.la-spotify:before{content:"\f1bc"}.la-spray-can:before{content:"\f5bd"}.la-square:before{content:"\f0c8"}.la-square-full:before{content:"\f45c"}.la-square-root-alt:before{content:"\f698"}.la-squarespace:before{content:"\f5be"}.la-stack-exchange:before{content:"\f18d"}.la-stack-overflow:before{content:"\f16c"}.la-stackpath:before{content:"\f842"}.la-stamp:before{content:"\f5bf"}.la-star:before{content:"\f005"}.la-star-and-crescent:before{content:"\f699"}.la-star-half:before{content:"\f089"}.la-star-half-alt:before{content:"\f5c0"}.la-star-of-david:before{content:"\f69a"}.la-star-of-life:before{content:"\f621"}.la-staylinked:before{content:"\f3f5"}.la-steam:before{content:"\f1b6"}.la-steam-square:before{content:"\f1b7"}.la-steam-symbol:before{content:"\f3f6"}.la-step-backward:before{content:"\f048"}.la-step-forward:before{content:"\f051"}.la-stethoscope:before{content:"\f0f1"}.la-sticker-mule:before{content:"\f3f7"}.la-sticky-note:before{content:"\f249"}.la-stop:before{content:"\f04d"}.la-stop-circle:before{content:"\f28d"}.la-stopwatch:before{content:"\f2f2"}.la-store:before{content:"\f54e"}.la-store-alt:before{content:"\f54f"}.la-strava:before{content:"\f428"}.la-stream:before{content:"\f550"}.la-street-view:before{content:"\f21d"}.la-strikethrough:before{content:"\f0cc"}.la-stripe:before{content:"\f429"}.la-stripe-s:before{content:"\f42a"}.la-stroopwafel:before{content:"\f551"}.la-studiovinari:before{content:"\f3f8"}.la-stumbleupon:before{content:"\f1a4"}.la-stumbleupon-circle:before{content:"\f1a3"}.la-subscript:before{content:"\f12c"}.la-subway:before{content:"\f239"}.la-suitcase:before{content:"\f0f2"}.la-suitcase-rolling:before{content:"\f5c1"}.la-sun:before{content:"\f185"}.la-superpowers:before{content:"\f2dd"}.la-superscript:before{content:"\f12b"}.la-supple:before{content:"\f3f9"}.la-surprise:before{content:"\f5c2"}.la-suse:before{content:"\f7d6"}.la-swatchbook:before{content:"\f5c3"}.la-swift:before{content:"\f8e1"}.la-swimmer:before{content:"\f5c4"}.la-swimming-pool:before{content:"\f5c5"}.la-symfony:before{content:"\f83d"}.la-synagogue:before{content:"\f69b"}.la-sync:before{content:"\f021"}.la-sync-alt:before{content:"\f2f1"}.la-syringe:before{content:"\f48e"}.la-table:before{content:"\f0ce"}.la-table-tennis:before{content:"\f45d"}.la-tablet:before{content:"\f10a"}.la-tablet-alt:before{content:"\f3fa"}.la-tablets:before{content:"\f490"}.la-tachometer-alt:before{content:"\f3fd"}.la-tag:before{content:"\f02b"}.la-tags:before{content:"\f02c"}.la-tape:before{content:"\f4db"}.la-tasks:before{content:"\f0ae"}.la-taxi:before{content:"\f1ba"}.la-teamspeak:before{content:"\f4f9"}.la-teeth:before{content:"\f62e"}.la-teeth-open:before{content:"\f62f"}.la-telegram:before{content:"\f2c6"}.la-telegram-plane:before{content:"\f3fe"}.la-temperature-high:before{content:"\f769"}.la-temperature-low:before{content:"\f76b"}.la-tencent-weibo:before{content:"\f1d5"}.la-tenge:before{content:"\f7d7"}.la-terminal:before{content:"\f120"}.la-text-height:before{content:"\f034"}.la-text-width:before{content:"\f035"}.la-th:before{content:"\f00a"}.la-th-large:before{content:"\f009"}.la-th-list:before{content:"\f00b"}.la-the-red-yeti:before{content:"\f69d"}.la-theater-masks:before{content:"\f630"}.la-themeco:before{content:"\f5c6"}.la-themeisle:before{content:"\f2b2"}.la-thermometer:before{content:"\f491"}.la-thermometer-empty:before{content:"\f2cb"}.la-thermometer-full:before{content:"\f2c7"}.la-thermometer-half:before{content:"\f2c9"}.la-thermometer-quarter:before{content:"\f2ca"}.la-thermometer-three-quarters:before{content:"\f2c8"}.la-think-peaks:before{content:"\f731"}.la-thumbs-down:before{content:"\f165"}.la-thumbs-up:before{content:"\f164"}.la-thumbtack:before{content:"\f08d"}.la-ticket-alt:before{content:"\f3ff"}.la-times:before{content:"\f00d"}.la-times-circle:before{content:"\f057"}.la-tint:before{content:"\f043"}.la-tint-slash:before{content:"\f5c7"}.la-tired:before{content:"\f5c8"}.la-toggle-off:before{content:"\f204"}.la-toggle-on:before{content:"\f205"}.la-toilet:before{content:"\f7d8"}.la-toilet-paper:before{content:"\f71e"}.la-toolbox:before{content:"\f552"}.la-tools:before{content:"\f7d9"}.la-tooth:before{content:"\f5c9"}.la-torah:before{content:"\f6a0"}.la-torii-gate:before{content:"\f6a1"}.la-tractor:before{content:"\f722"}.la-trade-federation:before{content:"\f513"}.la-trademark:before{content:"\f25c"}.la-traffic-light:before{content:"\f637"}.la-train:before{content:"\f238"}.la-tram:before{content:"\f7da"}.la-transgender:before{content:"\f224"}.la-transgender-alt:before{content:"\f225"}.la-trash:before{content:"\f1f8"}.la-trash-alt:before{content:"\f2ed"}.la-trash-restore:before{content:"\f829"}.la-trash-restore-alt:before{content:"\f82a"}.la-tree:before{content:"\f1bb"}.la-trello:before{content:"\f181"}.la-tripadvisor:before{content:"\f262"}.la-trophy:before{content:"\f091"}.la-truck:before{content:"\f0d1"}.la-truck-loading:before{content:"\f4de"}.la-truck-monster:before{content:"\f63b"}.la-truck-moving:before{content:"\f4df"}.la-truck-pickup:before{content:"\f63c"}.la-tshirt:before{content:"\f553"}.la-tty:before{content:"\f1e4"}.la-tumblr:before{content:"\f173"}.la-tumblr-square:before{content:"\f174"}.la-tv:before{content:"\f26c"}.la-twitch:before{content:"\f1e8"}.la-twitter:before{content:"\f099"}.la-twitter-square:before{content:"\f081"}.la-typo3:before{content:"\f42b"}.la-uber:before{content:"\f402"}.la-ubuntu:before{content:"\f7df"}.la-uikit:before{content:"\f403"}.la-umbraco:before{content:"\f8e8"}.la-umbrella:before{content:"\f0e9"}.la-umbrella-beach:before{content:"\f5ca"}.la-underline:before{content:"\f0cd"}.la-undo:before{content:"\f0e2"}.la-undo-alt:before{content:"\f2ea"}.la-uniregistry:before{content:"\f404"}.la-universal-access:before{content:"\f29a"}.la-university:before{content:"\f19c"}.la-unlink:before{content:"\f127"}.la-unlock:before{content:"\f09c"}.la-unlock-alt:before{content:"\f13e"}.la-untappd:before{content:"\f405"}.la-upload:before{content:"\f093"}.la-ups:before{content:"\f7e0"}.la-usb:before{content:"\f287"}.la-user:before{content:"\f007"}.la-user-alt:before{content:"\f406"}.la-user-alt-slash:before{content:"\f4fa"}.la-user-astronaut:before{content:"\f4fb"}.la-user-check:before{content:"\f4fc"}.la-user-circle:before{content:"\f2bd"}.la-user-clock:before{content:"\f4fd"}.la-user-cog:before{content:"\f4fe"}.la-user-edit:before{content:"\f4ff"}.la-user-friends:before{content:"\f500"}.la-user-graduate:before{content:"\f501"}.la-user-injured:before{content:"\f728"}.la-user-lock:before{content:"\f502"}.la-user-md:before{content:"\f0f0"}.la-user-minus:before{content:"\f503"}.la-user-ninja:before{content:"\f504"}.la-user-nurse:before{content:"\f82f"}.la-user-plus:before{content:"\f234"}.la-user-secret:before{content:"\f21b"}.la-user-shield:before{content:"\f505"}.la-user-slash:before{content:"\f506"}.la-user-tag:before{content:"\f507"}.la-user-tie:before{content:"\f508"}.la-user-times:before{content:"\f235"}.la-users:before{content:"\f0c0"}.la-users-cog:before{content:"\f509"}.la-usps:before{content:"\f7e1"}.la-ussunnah:before{content:"\f407"}.la-utensil-spoon:before{content:"\f2e5"}.la-utensils:before{content:"\f2e7"}.la-vaadin:before{content:"\f408"}.la-vector-square:before{content:"\f5cb"}.la-venus:before{content:"\f221"}.la-venus-double:before{content:"\f226"}.la-venus-mars:before{content:"\f228"}.la-viacoin:before{content:"\f237"}.la-viadeo:before{content:"\f2a9"}.la-viadeo-square:before{content:"\f2aa"}.la-vial:before{content:"\f492"}.la-vials:before{content:"\f493"}.la-viber:before{content:"\f409"}.la-video:before{content:"\f03d"}.la-video-slash:before{content:"\f4e2"}.la-vihara:before{content:"\f6a7"}.la-vimeo:before{content:"\f40a"}.la-vimeo-square:before{content:"\f194"}.la-vimeo-v:before{content:"\f27d"}.la-vine:before{content:"\f1ca"}.la-vk:before{content:"\f189"}.la-vnv:before{content:"\f40b"}.la-voicemail:before{content:"\f897"}.la-volleyball-ball:before{content:"\f45f"}.la-volume-down:before{content:"\f027"}.la-volume-mute:before{content:"\f6a9"}.la-volume-off:before{content:"\f026"}.la-volume-up:before{content:"\f028"}.la-vote-yea:before{content:"\f772"}.la-vr-cardboard:before{content:"\f729"}.la-vuejs:before{content:"\f41f"}.la-walking:before{content:"\f554"}.la-wallet:before{content:"\f555"}.la-warehouse:before{content:"\f494"}.la-water:before{content:"\f773"}.la-wave-square:before{content:"\f83e"}.la-waze:before{content:"\f83f"}.la-weebly:before{content:"\f5cc"}.la-weibo:before{content:"\f18a"}.la-weight:before{content:"\f496"}.la-weight-hanging:before{content:"\f5cd"}.la-weixin:before{content:"\f1d7"}.la-whatsapp:before{content:"\f232"}.la-whatsapp-square:before{content:"\f40c"}.la-wheelchair:before{content:"\f193"}.la-whmcs:before{content:"\f40d"}.la-wifi:before{content:"\f1eb"}.la-wikipedia-w:before{content:"\f266"}.la-wind:before{content:"\f72e"}.la-window-close:before{content:"\f410"}.la-window-maximize:before{content:"\f2d0"}.la-window-minimize:before{content:"\f2d1"}.la-window-restore:before{content:"\f2d2"}.la-windows:before{content:"\f17a"}.la-wine-bottle:before{content:"\f72f"}.la-wine-glass:before{content:"\f4e3"}.la-wine-glass-alt:before{content:"\f5ce"}.la-wix:before{content:"\f5cf"}.la-wizards-of-the-coast:before{content:"\f730"}.la-wolf-pack-battalion:before{content:"\f514"}.la-won-sign:before{content:"\f159"}.la-wordpress:before{content:"\f19a"}.la-wordpress-simple:before{content:"\f411"}.la-wpbeginner:before{content:"\f297"}.la-wpexplorer:before{content:"\f2de"}.la-wpforms:before{content:"\f298"}.la-wpressr:before{content:"\f3e4"}.la-wrench:before{content:"\f0ad"}.la-x-ray:before{content:"\f497"}.la-xbox:before{content:"\f412"}.la-xing:before{content:"\f168"}.la-xing-square:before{content:"\f169"}.la-y-combinator:before{content:"\f23b"}.la-yahoo:before{content:"\f19e"}.la-yammer:before{content:"\f840"}.la-yandex:before{content:"\f413"}.la-yandex-international:before{content:"\f414"}.la-yarn:before{content:"\f7e3"}.la-yelp:before{content:"\f1e9"}.la-yen-sign:before{content:"\f157"}.la-yin-yang:before{content:"\f6ad"}.la-yoast:before{content:"\f2b1"}.la-youtube:before{content:"\f167"}.la-youtube-square:before{content:"\f431"}.la-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:'Line Awesome Brands';font-style:normal;font-weight:400;font-display:auto;src:url(../fonts/la-brands-400.eot);src:url(../fonts/la-brands-400.eot?#iefix) format("embedded-opentype"),url(../fonts/la-brands-400.woff2) format("woff2"),url(../fonts/la-brands-400.woff) format("woff"),url(../fonts/la-brands-400.ttf) format("truetype"),url(../fonts/la-brands-400.svg#lineawesome) format("svg")}.lab{font-family:'Line Awesome Brands'}@font-face{font-family:'Line Awesome Free';font-style:normal;font-weight:400;font-display:auto;src:url(../fonts/la-regular-400.eot);src:url(../fonts/la-regular-400.eot?#iefix) format("embedded-opentype"),url(../fonts/la-regular-400.woff2) format("woff2"),url(../fonts/la-regular-400.woff) format("woff"),url(../fonts/la-regular-400.ttf) format("truetype"),url(../fonts/la-regular-400.svg#lineawesome) format("svg")}.lar{font-family:'Line Awesome Free';font-weight:400}@font-face{font-family:'Line Awesome Free';font-style:normal;font-weight:900;font-display:auto;src:url(../fonts/la-solid-900.eot);src:url(../fonts/la-solid-900.eot?#iefix) format("embedded-opentype"),url(../fonts/la-solid-900.woff2) format("woff2"),url(../fonts/la-solid-900.woff) format("woff"),url(../fonts/la-solid-900.ttf) format("truetype"),url(../fonts/la-solid-900.svg#lineawesome) format("svg")}.la,.las{font-family:'Line Awesome Free';font-weight:900}.la.la-glass:before{content:"\f000"}.la.la-meetup{font-family:'Line Awesome Brands';font-weight:400}.la.la-star-o{font-family:'Line Awesome Free';font-weight:400}.la.la-star-o:before{content:"\f005"}.la.la-remove:before{content:"\f00d"}.la.la-close:before{content:"\f00d"}.la.la-gear:before{content:"\f013"}.la.la-trash-o{font-family:'Line Awesome Free';font-weight:400}.la.la-trash-o:before{content:"\f2ed"}.la.la-file-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-o:before{content:"\f15b"}.la.la-clock-o{font-family:'Line Awesome Free';font-weight:400}.la.la-clock-o:before{content:"\f017"}.la.la-arrow-circle-o-down{font-family:'Line Awesome Free';font-weight:400}.la.la-arrow-circle-o-down:before{content:"\f358"}.la.la-arrow-circle-o-up{font-family:'Line Awesome Free';font-weight:400}.la.la-arrow-circle-o-up:before{content:"\f35b"}.la.la-play-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-play-circle-o:before{content:"\f144"}.la.la-repeat:before{content:"\f01e"}.la.la-rotate-right:before{content:"\f01e"}.la.la-refresh:before{content:"\f021"}.la.la-list-alt{font-family:'Line Awesome Free';font-weight:400}.la.la-dedent:before{content:"\f03b"}.la.la-video-camera:before{content:"\f03d"}.la.la-picture-o{font-family:'Line Awesome Free';font-weight:400}.la.la-picture-o:before{content:"\f03e"}.la.la-photo{font-family:'Line Awesome Free';font-weight:400}.la.la-photo:before{content:"\f03e"}.la.la-image{font-family:'Line Awesome Free';font-weight:400}.la.la-image:before{content:"\f03e"}.la.la-pencil:before{content:"\f303"}.la.la-map-marker:before{content:"\f3c5"}.la.la-pencil-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-pencil-square-o:before{content:"\f044"}.la.la-share-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-share-square-o:before{content:"\f14d"}.la.la-check-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-check-square-o:before{content:"\f14a"}.la.la-arrows:before{content:"\f0b2"}.la.la-times-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-times-circle-o:before{content:"\f057"}.la.la-check-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-check-circle-o:before{content:"\f058"}.la.la-mail-forward:before{content:"\f064"}.la.la-eye{font-family:'Line Awesome Free';font-weight:400}.la.la-eye-slash{font-family:'Line Awesome Free';font-weight:400}.la.la-warning:before{content:"\f071"}.la.la-calendar:before{content:"\f073"}.la.la-arrows-v:before{content:"\f338"}.la.la-arrows-h:before{content:"\f337"}.la.la-bar-chart{font-family:'Line Awesome Free';font-weight:400}.la.la-bar-chart:before{content:"\f080"}.la.la-bar-chart-o{font-family:'Line Awesome Free';font-weight:400}.la.la-bar-chart-o:before{content:"\f080"}.la.la-twitter-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-gears:before{content:"\f085"}.la.la-thumbs-o-up{font-family:'Line Awesome Free';font-weight:400}.la.la-thumbs-o-up:before{content:"\f164"}.la.la-thumbs-o-down{font-family:'Line Awesome Free';font-weight:400}.la.la-thumbs-o-down:before{content:"\f165"}.la.la-heart-o{font-family:'Line Awesome Free';font-weight:400}.la.la-heart-o:before{content:"\f004"}.la.la-sign-out:before{content:"\f2f5"}.la.la-linkedin-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-linkedin-square:before{content:"\f08c"}.la.la-thumb-tack:before{content:"\f08d"}.la.la-external-link:before{content:"\f35d"}.la.la-sign-in:before{content:"\f2f6"}.la.la-github-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-lemon-o{font-family:'Line Awesome Free';font-weight:400}.la.la-lemon-o:before{content:"\f094"}.la.la-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-square-o:before{content:"\f0c8"}.la.la-bookmark-o{font-family:'Line Awesome Free';font-weight:400}.la.la-bookmark-o:before{content:"\f02e"}.la.la-twitter{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook:before{content:"\f39e"}.la.la-facebook-f{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook-f:before{content:"\f39e"}.la.la-github{font-family:'Line Awesome Brands';font-weight:400}.la.la-credit-card{font-family:'Line Awesome Free';font-weight:400}.la.la-feed:before{content:"\f09e"}.la.la-hdd-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hdd-o:before{content:"\f0a0"}.la.la-hand-o-right{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-o-right:before{content:"\f0a4"}.la.la-hand-o-left{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-o-left:before{content:"\f0a5"}.la.la-hand-o-up{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-o-up:before{content:"\f0a6"}.la.la-hand-o-down{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-o-down:before{content:"\f0a7"}.la.la-arrows-alt:before{content:"\f31e"}.la.la-group:before{content:"\f0c0"}.la.la-chain:before{content:"\f0c1"}.la.la-scissors:before{content:"\f0c4"}.la.la-files-o{font-family:'Line Awesome Free';font-weight:400}.la.la-files-o:before{content:"\f0c5"}.la.la-floppy-o{font-family:'Line Awesome Free';font-weight:400}.la.la-floppy-o:before{content:"\f0c7"}.la.la-navicon:before{content:"\f0c9"}.la.la-reorder:before{content:"\f0c9"}.la.la-pinterest{font-family:'Line Awesome Brands';font-weight:400}.la.la-pinterest-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus:before{content:"\f0d5"}.la.la-money{font-family:'Line Awesome Free';font-weight:400}.la.la-money:before{content:"\f3d1"}.la.la-unsorted:before{content:"\f0dc"}.la.la-sort-desc:before{content:"\f0dd"}.la.la-sort-asc:before{content:"\f0de"}.la.la-linkedin{font-family:'Line Awesome Brands';font-weight:400}.la.la-linkedin:before{content:"\f0e1"}.la.la-rotate-left:before{content:"\f0e2"}.la.la-legal:before{content:"\f0e3"}.la.la-tachometer:before{content:"\f3fd"}.la.la-dashboard:before{content:"\f3fd"}.la.la-comment-o{font-family:'Line Awesome Free';font-weight:400}.la.la-comment-o:before{content:"\f075"}.la.la-comments-o{font-family:'Line Awesome Free';font-weight:400}.la.la-comments-o:before{content:"\f086"}.la.la-flash:before{content:"\f0e7"}.la.la-clipboard{font-family:'Line Awesome Free';font-weight:400}.la.la-paste{font-family:'Line Awesome Free';font-weight:400}.la.la-paste:before{content:"\f328"}.la.la-lightbulb-o{font-family:'Line Awesome Free';font-weight:400}.la.la-lightbulb-o:before{content:"\f0eb"}.la.la-exchange:before{content:"\f362"}.la.la-cloud-download:before{content:"\f381"}.la.la-cloud-upload:before{content:"\f382"}.la.la-bell-o{font-family:'Line Awesome Free';font-weight:400}.la.la-bell-o:before{content:"\f0f3"}.la.la-cutlery:before{content:"\f2e7"}.la.la-file-text-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-text-o:before{content:"\f15c"}.la.la-building-o{font-family:'Line Awesome Free';font-weight:400}.la.la-building-o:before{content:"\f1ad"}.la.la-hospital-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hospital-o:before{content:"\f0f8"}.la.la-tablet:before{content:"\f3fa"}.la.la-mobile:before{content:"\f3cd"}.la.la-mobile-phone:before{content:"\f3cd"}.la.la-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-circle-o:before{content:"\f111"}.la.la-mail-reply:before{content:"\f3e5"}.la.la-github-alt{font-family:'Line Awesome Brands';font-weight:400}.la.la-folder-o{font-family:'Line Awesome Free';font-weight:400}.la.la-folder-o:before{content:"\f07b"}.la.la-folder-open-o{font-family:'Line Awesome Free';font-weight:400}.la.la-folder-open-o:before{content:"\f07c"}.la.la-smile-o{font-family:'Line Awesome Free';font-weight:400}.la.la-smile-o:before{content:"\f118"}.la.la-frown-o{font-family:'Line Awesome Free';font-weight:400}.la.la-frown-o:before{content:"\f119"}.la.la-meh-o{font-family:'Line Awesome Free';font-weight:400}.la.la-meh-o:before{content:"\f11a"}.la.la-keyboard-o{font-family:'Line Awesome Free';font-weight:400}.la.la-keyboard-o:before{content:"\f11c"}.la.la-flag-o{font-family:'Line Awesome Free';font-weight:400}.la.la-flag-o:before{content:"\f024"}.la.la-mail-reply-all:before{content:"\f122"}.la.la-star-half-o{font-family:'Line Awesome Free';font-weight:400}.la.la-star-half-o:before{content:"\f089"}.la.la-star-half-empty{font-family:'Line Awesome Free';font-weight:400}.la.la-star-half-empty:before{content:"\f089"}.la.la-star-half-full{font-family:'Line Awesome Free';font-weight:400}.la.la-star-half-full:before{content:"\f089"}.la.la-code-fork:before{content:"\f126"}.la.la-chain-broken:before{content:"\f127"}.la.la-shield:before{content:"\f3ed"}.la.la-calendar-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-o:before{content:"\f133"}.la.la-maxcdn{font-family:'Line Awesome Brands';font-weight:400}.la.la-html5{font-family:'Line Awesome Brands';font-weight:400}.la.la-css3{font-family:'Line Awesome Brands';font-weight:400}.la.la-ticket:before{content:"\f3ff"}.la.la-minus-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-minus-square-o:before{content:"\f146"}.la.la-level-up:before{content:"\f3bf"}.la.la-level-down:before{content:"\f3be"}.la.la-pencil-square:before{content:"\f14b"}.la.la-external-link-square:before{content:"\f360"}.la.la-compass{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-down{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-down:before{content:"\f150"}.la.la-toggle-down{font-family:'Line Awesome Free';font-weight:400}.la.la-toggle-down:before{content:"\f150"}.la.la-caret-square-o-up{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-up:before{content:"\f151"}.la.la-toggle-up{font-family:'Line Awesome Free';font-weight:400}.la.la-toggle-up:before{content:"\f151"}.la.la-caret-square-o-right{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-right:before{content:"\f152"}.la.la-toggle-right{font-family:'Line Awesome Free';font-weight:400}.la.la-toggle-right:before{content:"\f152"}.la.la-eur:before{content:"\f153"}.la.la-euro:before{content:"\f153"}.la.la-gbp:before{content:"\f154"}.la.la-usd:before{content:"\f155"}.la.la-dollar:before{content:"\f155"}.la.la-inr:before{content:"\f156"}.la.la-rupee:before{content:"\f156"}.la.la-jpy:before{content:"\f157"}.la.la-cny:before{content:"\f157"}.la.la-rmb:before{content:"\f157"}.la.la-yen:before{content:"\f157"}.la.la-rub:before{content:"\f158"}.la.la-ruble:before{content:"\f158"}.la.la-rouble:before{content:"\f158"}.la.la-krw:before{content:"\f159"}.la.la-won:before{content:"\f159"}.la.la-btc{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitcoin{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitcoin:before{content:"\f15a"}.la.la-file-text:before{content:"\f15c"}.la.la-sort-alpha-asc:before{content:"\f15d"}.la.la-sort-alpha-desc:before{content:"\f881"}.la.la-sort-amount-asc:before{content:"\f160"}.la.la-sort-amount-desc:before{content:"\f884"}.la.la-sort-numeric-asc:before{content:"\f162"}.la.la-sort-numeric-desc:before{content:"\f886"}.la.la-youtube-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-youtube{font-family:'Line Awesome Brands';font-weight:400}.la.la-xing{font-family:'Line Awesome Brands';font-weight:400}.la.la-xing-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-youtube-play{font-family:'Line Awesome Brands';font-weight:400}.la.la-youtube-play:before{content:"\f167"}.la.la-dropbox{font-family:'Line Awesome Brands';font-weight:400}.la.la-stack-overflow{font-family:'Line Awesome Brands';font-weight:400}.la.la-instagram{font-family:'Line Awesome Brands';font-weight:400}.la.la-flickr{font-family:'Line Awesome Brands';font-weight:400}.la.la-adn{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitbucket{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitbucket-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-bitbucket-square:before{content:"\f171"}.la.la-tumblr{font-family:'Line Awesome Brands';font-weight:400}.la.la-tumblr-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-long-arrow-down:before{content:"\f309"}.la.la-long-arrow-up:before{content:"\f30c"}.la.la-long-arrow-left:before{content:"\f30a"}.la.la-long-arrow-right:before{content:"\f30b"}.la.la-apple{font-family:'Line Awesome Brands';font-weight:400}.la.la-windows{font-family:'Line Awesome Brands';font-weight:400}.la.la-android{font-family:'Line Awesome Brands';font-weight:400}.la.la-linux{font-family:'Line Awesome Brands';font-weight:400}.la.la-dribbble{font-family:'Line Awesome Brands';font-weight:400}.la.la-skype{font-family:'Line Awesome Brands';font-weight:400}.la.la-foursquare{font-family:'Line Awesome Brands';font-weight:400}.la.la-trello{font-family:'Line Awesome Brands';font-weight:400}.la.la-gratipay{font-family:'Line Awesome Brands';font-weight:400}.la.la-gittip{font-family:'Line Awesome Brands';font-weight:400}.la.la-gittip:before{content:"\f184"}.la.la-sun-o{font-family:'Line Awesome Free';font-weight:400}.la.la-sun-o:before{content:"\f185"}.la.la-moon-o{font-family:'Line Awesome Free';font-weight:400}.la.la-moon-o:before{content:"\f186"}.la.la-vk{font-family:'Line Awesome Brands';font-weight:400}.la.la-weibo{font-family:'Line Awesome Brands';font-weight:400}.la.la-renren{font-family:'Line Awesome Brands';font-weight:400}.la.la-pagelines{font-family:'Line Awesome Brands';font-weight:400}.la.la-stack-exchange{font-family:'Line Awesome Brands';font-weight:400}.la.la-arrow-circle-o-right{font-family:'Line Awesome Free';font-weight:400}.la.la-arrow-circle-o-right:before{content:"\f35a"}.la.la-arrow-circle-o-left{font-family:'Line Awesome Free';font-weight:400}.la.la-arrow-circle-o-left:before{content:"\f359"}.la.la-caret-square-o-left{font-family:'Line Awesome Free';font-weight:400}.la.la-caret-square-o-left:before{content:"\f191"}.la.la-toggle-left{font-family:'Line Awesome Free';font-weight:400}.la.la-toggle-left:before{content:"\f191"}.la.la-dot-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-dot-circle-o:before{content:"\f192"}.la.la-vimeo-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-try:before{content:"\f195"}.la.la-turkish-lira:before{content:"\f195"}.la.la-plus-square-o{font-family:'Line Awesome Free';font-weight:400}.la.la-plus-square-o:before{content:"\f0fe"}.la.la-slack{font-family:'Line Awesome Brands';font-weight:400}.la.la-wordpress{font-family:'Line Awesome Brands';font-weight:400}.la.la-openid{font-family:'Line Awesome Brands';font-weight:400}.la.la-institution:before{content:"\f19c"}.la.la-bank:before{content:"\f19c"}.la.la-mortar-board:before{content:"\f19d"}.la.la-yahoo{font-family:'Line Awesome Brands';font-weight:400}.la.la-google{font-family:'Line Awesome Brands';font-weight:400}.la.la-reddit{font-family:'Line Awesome Brands';font-weight:400}.la.la-reddit-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-stumbleupon-circle{font-family:'Line Awesome Brands';font-weight:400}.la.la-stumbleupon{font-family:'Line Awesome Brands';font-weight:400}.la.la-delicious{font-family:'Line Awesome Brands';font-weight:400}.la.la-digg{font-family:'Line Awesome Brands';font-weight:400}.la.la-pied-piper-pp{font-family:'Line Awesome Brands';font-weight:400}.la.la-pied-piper-alt{font-family:'Line Awesome Brands';font-weight:400}.la.la-drupal{font-family:'Line Awesome Brands';font-weight:400}.la.la-joomla{font-family:'Line Awesome Brands';font-weight:400}.la.la-spoon:before{content:"\f2e5"}.la.la-behance{font-family:'Line Awesome Brands';font-weight:400}.la.la-behance-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-steam{font-family:'Line Awesome Brands';font-weight:400}.la.la-steam-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-automobile:before{content:"\f1b9"}.la.la-cab:before{content:"\f1ba"}.la.la-envelope-o{font-family:'Line Awesome Free';font-weight:400}.la.la-envelope-o:before{content:"\f0e0"}.la.la-deviantart{font-family:'Line Awesome Brands';font-weight:400}.la.la-soundcloud{font-family:'Line Awesome Brands';font-weight:400}.la.la-file-pdf-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-pdf-o:before{content:"\f1c1"}.la.la-file-word-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-word-o:before{content:"\f1c2"}.la.la-file-excel-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-excel-o:before{content:"\f1c3"}.la.la-file-powerpoint-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-powerpoint-o:before{content:"\f1c4"}.la.la-file-image-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-image-o:before{content:"\f1c5"}.la.la-file-photo-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-photo-o:before{content:"\f1c5"}.la.la-file-picture-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-picture-o:before{content:"\f1c5"}.la.la-file-archive-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-archive-o:before{content:"\f1c6"}.la.la-file-zip-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-zip-o:before{content:"\f1c6"}.la.la-file-audio-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-audio-o:before{content:"\f1c7"}.la.la-file-sound-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-sound-o:before{content:"\f1c7"}.la.la-file-video-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-video-o:before{content:"\f1c8"}.la.la-file-movie-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-movie-o:before{content:"\f1c8"}.la.la-file-code-o{font-family:'Line Awesome Free';font-weight:400}.la.la-file-code-o:before{content:"\f1c9"}.la.la-vine{font-family:'Line Awesome Brands';font-weight:400}.la.la-codepen{font-family:'Line Awesome Brands';font-weight:400}.la.la-jsfiddle{font-family:'Line Awesome Brands';font-weight:400}.la.la-life-ring{font-family:'Line Awesome Free';font-weight:400}.la.la-life-bouy{font-family:'Line Awesome Free';font-weight:400}.la.la-life-bouy:before{content:"\f1cd"}.la.la-life-buoy{font-family:'Line Awesome Free';font-weight:400}.la.la-life-buoy:before{content:"\f1cd"}.la.la-life-saver{font-family:'Line Awesome Free';font-weight:400}.la.la-life-saver:before{content:"\f1cd"}.la.la-support{font-family:'Line Awesome Free';font-weight:400}.la.la-support:before{content:"\f1cd"}.la.la-circle-o-notch:before{content:"\f1ce"}.la.la-rebel{font-family:'Line Awesome Brands';font-weight:400}.la.la-ra{font-family:'Line Awesome Brands';font-weight:400}.la.la-ra:before{content:"\f1d0"}.la.la-resistance{font-family:'Line Awesome Brands';font-weight:400}.la.la-resistance:before{content:"\f1d0"}.la.la-empire{font-family:'Line Awesome Brands';font-weight:400}.la.la-ge{font-family:'Line Awesome Brands';font-weight:400}.la.la-ge:before{content:"\f1d1"}.la.la-git-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-git{font-family:'Line Awesome Brands';font-weight:400}.la.la-hacker-news{font-family:'Line Awesome Brands';font-weight:400}.la.la-y-combinator-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-y-combinator-square:before{content:"\f1d4"}.la.la-yc-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-yc-square:before{content:"\f1d4"}.la.la-tencent-weibo{font-family:'Line Awesome Brands';font-weight:400}.la.la-qq{font-family:'Line Awesome Brands';font-weight:400}.la.la-weixin{font-family:'Line Awesome Brands';font-weight:400}.la.la-wechat{font-family:'Line Awesome Brands';font-weight:400}.la.la-wechat:before{content:"\f1d7"}.la.la-send:before{content:"\f1d8"}.la.la-paper-plane-o{font-family:'Line Awesome Free';font-weight:400}.la.la-paper-plane-o:before{content:"\f1d8"}.la.la-send-o{font-family:'Line Awesome Free';font-weight:400}.la.la-send-o:before{content:"\f1d8"}.la.la-circle-thin{font-family:'Line Awesome Free';font-weight:400}.la.la-circle-thin:before{content:"\f111"}.la.la-header:before{content:"\f1dc"}.la.la-sliders:before{content:"\f1de"}.la.la-futbol-o{font-family:'Line Awesome Free';font-weight:400}.la.la-futbol-o:before{content:"\f1e3"}.la.la-soccer-ball-o{font-family:'Line Awesome Free';font-weight:400}.la.la-soccer-ball-o:before{content:"\f1e3"}.la.la-slideshare{font-family:'Line Awesome Brands';font-weight:400}.la.la-twitch{font-family:'Line Awesome Brands';font-weight:400}.la.la-yelp{font-family:'Line Awesome Brands';font-weight:400}.la.la-newspaper-o{font-family:'Line Awesome Free';font-weight:400}.la.la-newspaper-o:before{content:"\f1ea"}.la.la-paypal{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-wallet{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-visa{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-mastercard{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-discover{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-amex{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-paypal{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-stripe{font-family:'Line Awesome Brands';font-weight:400}.la.la-bell-slash-o{font-family:'Line Awesome Free';font-weight:400}.la.la-bell-slash-o:before{content:"\f1f6"}.la.la-trash:before{content:"\f2ed"}.la.la-copyright{font-family:'Line Awesome Free';font-weight:400}.la.la-eyedropper:before{content:"\f1fb"}.la.la-area-chart:before{content:"\f1fe"}.la.la-pie-chart:before{content:"\f200"}.la.la-line-chart:before{content:"\f201"}.la.la-lastfm{font-family:'Line Awesome Brands';font-weight:400}.la.la-lastfm-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-ioxhost{font-family:'Line Awesome Brands';font-weight:400}.la.la-angellist{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc{font-family:'Line Awesome Free';font-weight:400}.la.la-cc:before{content:"\f20a"}.la.la-ils:before{content:"\f20b"}.la.la-shekel:before{content:"\f20b"}.la.la-sheqel:before{content:"\f20b"}.la.la-meanpath{font-family:'Line Awesome Brands';font-weight:400}.la.la-meanpath:before{content:"\f2b4"}.la.la-buysellads{font-family:'Line Awesome Brands';font-weight:400}.la.la-connectdevelop{font-family:'Line Awesome Brands';font-weight:400}.la.la-dashcube{font-family:'Line Awesome Brands';font-weight:400}.la.la-forumbee{font-family:'Line Awesome Brands';font-weight:400}.la.la-leanpub{font-family:'Line Awesome Brands';font-weight:400}.la.la-sellsy{font-family:'Line Awesome Brands';font-weight:400}.la.la-shirtsinbulk{font-family:'Line Awesome Brands';font-weight:400}.la.la-simplybuilt{font-family:'Line Awesome Brands';font-weight:400}.la.la-skyatlas{font-family:'Line Awesome Brands';font-weight:400}.la.la-diamond{font-family:'Line Awesome Free';font-weight:400}.la.la-diamond:before{content:"\f3a5"}.la.la-intersex:before{content:"\f224"}.la.la-facebook-official{font-family:'Line Awesome Brands';font-weight:400}.la.la-facebook-official:before{content:"\f09a"}.la.la-pinterest-p{font-family:'Line Awesome Brands';font-weight:400}.la.la-whatsapp{font-family:'Line Awesome Brands';font-weight:400}.la.la-hotel:before{content:"\f236"}.la.la-viacoin{font-family:'Line Awesome Brands';font-weight:400}.la.la-medium{font-family:'Line Awesome Brands';font-weight:400}.la.la-y-combinator{font-family:'Line Awesome Brands';font-weight:400}.la.la-yc{font-family:'Line Awesome Brands';font-weight:400}.la.la-yc:before{content:"\f23b"}.la.la-optin-monster{font-family:'Line Awesome Brands';font-weight:400}.la.la-opencart{font-family:'Line Awesome Brands';font-weight:400}.la.la-expeditedssl{font-family:'Line Awesome Brands';font-weight:400}.la.la-battery-4:before{content:"\f240"}.la.la-battery:before{content:"\f240"}.la.la-battery-3:before{content:"\f241"}.la.la-battery-2:before{content:"\f242"}.la.la-battery-1:before{content:"\f243"}.la.la-battery-0:before{content:"\f244"}.la.la-object-group{font-family:'Line Awesome Free';font-weight:400}.la.la-object-ungroup{font-family:'Line Awesome Free';font-weight:400}.la.la-sticky-note-o{font-family:'Line Awesome Free';font-weight:400}.la.la-sticky-note-o:before{content:"\f249"}.la.la-cc-jcb{font-family:'Line Awesome Brands';font-weight:400}.la.la-cc-diners-club{font-family:'Line Awesome Brands';font-weight:400}.la.la-clone{font-family:'Line Awesome Free';font-weight:400}.la.la-hourglass-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hourglass-o:before{content:"\f254"}.la.la-hourglass-1:before{content:"\f251"}.la.la-hourglass-2:before{content:"\f252"}.la.la-hourglass-3:before{content:"\f253"}.la.la-hand-rock-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-rock-o:before{content:"\f255"}.la.la-hand-grab-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-grab-o:before{content:"\f255"}.la.la-hand-paper-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-paper-o:before{content:"\f256"}.la.la-hand-stop-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-stop-o:before{content:"\f256"}.la.la-hand-scissors-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-scissors-o:before{content:"\f257"}.la.la-hand-lizard-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-lizard-o:before{content:"\f258"}.la.la-hand-spock-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-spock-o:before{content:"\f259"}.la.la-hand-pointer-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-pointer-o:before{content:"\f25a"}.la.la-hand-peace-o{font-family:'Line Awesome Free';font-weight:400}.la.la-hand-peace-o:before{content:"\f25b"}.la.la-registered{font-family:'Line Awesome Free';font-weight:400}.la.la-creative-commons{font-family:'Line Awesome Brands';font-weight:400}.la.la-gg{font-family:'Line Awesome Brands';font-weight:400}.la.la-gg-circle{font-family:'Line Awesome Brands';font-weight:400}.la.la-tripadvisor{font-family:'Line Awesome Brands';font-weight:400}.la.la-odnoklassniki{font-family:'Line Awesome Brands';font-weight:400}.la.la-odnoklassniki-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-get-pocket{font-family:'Line Awesome Brands';font-weight:400}.la.la-wikipedia-w{font-family:'Line Awesome Brands';font-weight:400}.la.la-safari{font-family:'Line Awesome Brands';font-weight:400}.la.la-chrome{font-family:'Line Awesome Brands';font-weight:400}.la.la-firefox{font-family:'Line Awesome Brands';font-weight:400}.la.la-opera{font-family:'Line Awesome Brands';font-weight:400}.la.la-internet-explorer{font-family:'Line Awesome Brands';font-weight:400}.la.la-television:before{content:"\f26c"}.la.la-contao{font-family:'Line Awesome Brands';font-weight:400}.la.la-500px{font-family:'Line Awesome Brands';font-weight:400}.la.la-amazon{font-family:'Line Awesome Brands';font-weight:400}.la.la-calendar-plus-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-plus-o:before{content:"\f271"}.la.la-calendar-minus-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-minus-o:before{content:"\f272"}.la.la-calendar-times-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-times-o:before{content:"\f273"}.la.la-calendar-check-o{font-family:'Line Awesome Free';font-weight:400}.la.la-calendar-check-o:before{content:"\f274"}.la.la-map-o{font-family:'Line Awesome Free';font-weight:400}.la.la-map-o:before{content:"\f279"}.la.la-commenting:before{content:"\f4ad"}.la.la-commenting-o{font-family:'Line Awesome Free';font-weight:400}.la.la-commenting-o:before{content:"\f4ad"}.la.la-houzz{font-family:'Line Awesome Brands';font-weight:400}.la.la-vimeo{font-family:'Line Awesome Brands';font-weight:400}.la.la-vimeo:before{content:"\f27d"}.la.la-black-tie{font-family:'Line Awesome Brands';font-weight:400}.la.la-fonticons{font-family:'Line Awesome Brands';font-weight:400}.la.la-reddit-alien{font-family:'Line Awesome Brands';font-weight:400}.la.la-edge{font-family:'Line Awesome Brands';font-weight:400}.la.la-credit-card-alt:before{content:"\f09d"}.la.la-codiepie{font-family:'Line Awesome Brands';font-weight:400}.la.la-modx{font-family:'Line Awesome Brands';font-weight:400}.la.la-fort-awesome{font-family:'Line Awesome Brands';font-weight:400}.la.la-usb{font-family:'Line Awesome Brands';font-weight:400}.la.la-product-hunt{font-family:'Line Awesome Brands';font-weight:400}.la.la-mixcloud{font-family:'Line Awesome Brands';font-weight:400}.la.la-scribd{font-family:'Line Awesome Brands';font-weight:400}.la.la-pause-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-pause-circle-o:before{content:"\f28b"}.la.la-stop-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-stop-circle-o:before{content:"\f28d"}.la.la-bluetooth{font-family:'Line Awesome Brands';font-weight:400}.la.la-bluetooth-b{font-family:'Line Awesome Brands';font-weight:400}.la.la-gitlab{font-family:'Line Awesome Brands';font-weight:400}.la.la-wpbeginner{font-family:'Line Awesome Brands';font-weight:400}.la.la-wpforms{font-family:'Line Awesome Brands';font-weight:400}.la.la-envira{font-family:'Line Awesome Brands';font-weight:400}.la.la-wheelchair-alt{font-family:'Line Awesome Brands';font-weight:400}.la.la-wheelchair-alt:before{content:"\f368"}.la.la-question-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-question-circle-o:before{content:"\f059"}.la.la-volume-control-phone:before{content:"\f2a0"}.la.la-asl-interpreting:before{content:"\f2a3"}.la.la-deafness:before{content:"\f2a4"}.la.la-hard-of-hearing:before{content:"\f2a4"}.la.la-glide{font-family:'Line Awesome Brands';font-weight:400}.la.la-glide-g{font-family:'Line Awesome Brands';font-weight:400}.la.la-signing:before{content:"\f2a7"}.la.la-viadeo{font-family:'Line Awesome Brands';font-weight:400}.la.la-viadeo-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-snapchat{font-family:'Line Awesome Brands';font-weight:400}.la.la-snapchat-ghost{font-family:'Line Awesome Brands';font-weight:400}.la.la-snapchat-square{font-family:'Line Awesome Brands';font-weight:400}.la.la-pied-piper{font-family:'Line Awesome Brands';font-weight:400}.la.la-first-order{font-family:'Line Awesome Brands';font-weight:400}.la.la-yoast{font-family:'Line Awesome Brands';font-weight:400}.la.la-themeisle{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus-official{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus-official:before{content:"\f2b3"}.la.la-google-plus-circle{font-family:'Line Awesome Brands';font-weight:400}.la.la-google-plus-circle:before{content:"\f2b3"}.la.la-font-awesome{font-family:'Line Awesome Brands';font-weight:400}.la.la-fa{font-family:'Line Awesome Brands';font-weight:400}.la.la-fa:before{content:"\f2b4"}.la.la-handshake-o{font-family:'Line Awesome Free';font-weight:400}.la.la-handshake-o:before{content:"\f2b5"}.la.la-envelope-open-o{font-family:'Line Awesome Free';font-weight:400}.la.la-envelope-open-o:before{content:"\f2b6"}.la.la-linode{font-family:'Line Awesome Brands';font-weight:400}.la.la-address-book-o{font-family:'Line Awesome Free';font-weight:400}.la.la-address-book-o:before{content:"\f2b9"}.la.la-vcard:before{content:"\f2bb"}.la.la-address-card-o{font-family:'Line Awesome Free';font-weight:400}.la.la-address-card-o:before{content:"\f2bb"}.la.la-vcard-o{font-family:'Line Awesome Free';font-weight:400}.la.la-vcard-o:before{content:"\f2bb"}.la.la-user-circle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-user-circle-o:before{content:"\f2bd"}.la.la-user-o{font-family:'Line Awesome Free';font-weight:400}.la.la-user-o:before{content:"\f007"}.la.la-id-badge{font-family:'Line Awesome Free';font-weight:400}.la.la-drivers-license:before{content:"\f2c2"}.la.la-id-card-o{font-family:'Line Awesome Free';font-weight:400}.la.la-id-card-o:before{content:"\f2c2"}.la.la-drivers-license-o{font-family:'Line Awesome Free';font-weight:400}.la.la-drivers-license-o:before{content:"\f2c2"}.la.la-quora{font-family:'Line Awesome Brands';font-weight:400}.la.la-free-code-camp{font-family:'Line Awesome Brands';font-weight:400}.la.la-telegram{font-family:'Line Awesome Brands';font-weight:400}.la.la-thermometer-4:before{content:"\f2c7"}.la.la-thermometer:before{content:"\f2c7"}.la.la-thermometer-3:before{content:"\f2c8"}.la.la-thermometer-2:before{content:"\f2c9"}.la.la-thermometer-1:before{content:"\f2ca"}.la.la-thermometer-0:before{content:"\f2cb"}.la.la-bathtub:before{content:"\f2cd"}.la.la-s15:before{content:"\f2cd"}.la.la-window-maximize{font-family:'Line Awesome Free';font-weight:400}.la.la-window-restore{font-family:'Line Awesome Free';font-weight:400}.la.la-times-rectangle:before{content:"\f410"}.la.la-window-close-o{font-family:'Line Awesome Free';font-weight:400}.la.la-window-close-o:before{content:"\f410"}.la.la-times-rectangle-o{font-family:'Line Awesome Free';font-weight:400}.la.la-times-rectangle-o:before{content:"\f410"}.la.la-bandcamp{font-family:'Line Awesome Brands';font-weight:400}.la.la-grav{font-family:'Line Awesome Brands';font-weight:400}.la.la-etsy{font-family:'Line Awesome Brands';font-weight:400}.la.la-imdb{font-family:'Line Awesome Brands';font-weight:400}.la.la-ravelry{font-family:'Line Awesome Brands';font-weight:400}.la.la-eercast{font-family:'Line Awesome Brands';font-weight:400}.la.la-eercast:before{content:"\f2da"}.la.la-snowflake-o{font-family:'Line Awesome Free';font-weight:400}.la.la-snowflake-o:before{content:"\f2dc"}.la.la-superpowers{font-family:'Line Awesome Brands';font-weight:400}.la.la-wpexplorer{font-family:'Line Awesome Brands';font-weight:400}.la.la-spotify{font-family:'Line Awesome Brands';font-weight:400}
