/*=== rent-service同級車推薦 === */
  .sameLVRecommend {
    margin-top: 50px;
    font-weight: 900;
    font-size: 20px;
    background-color: rgb(247, 247, 247);
    display: table;
    padding: 7px 15px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 18px 0 rgba(128, 128, 128, 0.7);
    box-shadow: 0 0 18px 0 rgba(128, 128, 128, 0.7);
  }

  .equipped-content {
    width: 66%;
    text-align: left !important;
    font-weight: normal;
  }
  .car-equipped {
    width: 33%;
    font-weight: 900;
  }
  .car-equipped::before {
    content: '\e81b'; 
    font-family: "fontello";
    font-weight: 400;
    color: #D7000F;
    margin-right: 5px;
  }

  .car-type {
    padding: 0px 0px 20px 0px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  
  .car-type-btn:hover {
    cursor: pointer;
  }
  
  .car-type-btn {
    width: 150px;
  }
  
  @media screen and (max-width: 1296px) {
    .car-type-btn {
      width: 22%;
      margin: 5px 0; } }

/*SS 調整*/
.jquery-modal.blocker {
    z-index: 999;
}

.jquery-modal .modal {
    padding: 0;
    opacity: 1;
}

.jquery-modal .modal .paper-wrapper {
    padding: 0 4%;
}

.swal2-container {
    font-family: 'Roboto', '微軟正黑體', 'Open Sans', sans-serif;
}

#header .other-nav .memberName {
    line-height: 19px;
}

.swal2-shown.swal2-height-auto {
    padding-right: 0 !important;
}

input[type="button"]:disabled {
    background-color: #cccccc;
    color: #ffffff;
}

input[type="button"]:disabled:hover {
    background-color: #cccccc;
    color: #ffffff;
    border-color: #cccccc;
}

.validImage {
    cursor: pointer;
}

#news .other-article .name {
    font-style: normal;
    color: #120703;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.form-label-item.memTel .item.telZip {
    width: 15%;
}

.form-label-item.memTel .item.telNum {
    width: 40%;
}

.form-label-item.memTel .item.telExt {
    width: 20%;
}

.form-row .grey-spce .form-label-item input[type="radio"] {
    min-width: 17px;
    min-height: 17px;
}

.form-item.credit-num .input-box, .form-label-item.credit-num .input-box {
    width: 24.5%;
}

@media screen and (max-width: 767px) {
  .form-item.credit-num .input-box, .form-label-item.credit-num .input-box {
      width: 23%;
  }

  #home .offer-info .title{
    left:0px;
    right: unset;
  }
}

.form-item.location {
    max-width: 190px;
    width: 190px;
}

.detail-info.noborder .list-table {
    width: 100%;
}

@media screen and (min-width: 992px)
{
    .form-label-item.address .postal-code {
        min-width: 140px;
    }
}

@media screen and (max-width: 991px) {
    .form-label-item.memTel .item {
        padding: 8px 0;
    }

    .form-label-item.memTel .item.telZip {
        width: 25%;
        margin-right: 4px;
    }

    .form-label-item.memTel .item.telNum {
        width: 40%;
        margin-left: 4px;
        margin-right: 4px;
    }

    .form-label-item.memTel .item.telExt {
        width: 25%;
        margin-left: 4px;
    }
}

@media screen and (max-width: 600px) {
    .form-label-item.memTel label {
        width: 100%;
    }

    .form-label-item.memTel .item.telZip {
        margin-right: 0;
    }

    .form-label-item.memTel .item.telNum {
        margin-left: 0;
        margin-right: 0;
    }

    .form-label-item.memTel .item.telExt {
        margin-left: 0;
    }

    .form-label-item.mid.date::after {
        top: 60px;
    }
}

.pic.re-car img {
  max-width: 167px;
}

.login-box .fillet-btn.gary a:last-child {
  padding-left: 0;
}

.login-box .fillet-btn.gary a:first-child {
  border-right: 0 solid #000;
  padding-right: 0;
}

/*認證頁*/
.message-block .message-inner i.icon-marvel {
    font-size: 3em;
    color: #a00;
}

/*TODO:新增上一頁功能(暫時)*/
/*最新消息*/
/* .pagination li:first-child a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #808080;
    color: #808080;
}

@media screen and (min-width: 992px) {
    .pagination li:first-child a {
        width: 60px;
        height: 60px;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .pagination li:hover:first-child a {
        border-color: #D7000F;
    }
}

@media screen and (max-width: 991px) {
    .pagination li:first-child a {
        width: 40px;
        height: 40px;
    }
} */
/*TODO:圖片2張時靠左*/
/*發燒優惠*/
/* .events-box {
    justify-content: flex-start;
} */

@media screen and (min-width: 992px) {
    .form-row.invoice .form-label-item.address.noIndent {
        padding-left: 0px;
    }
}

@media screen and (min-width: 480px) {
    #about .history .item-group:nth-child(odd) {
        min-height: 200px;
    }
    #about .history .item-group:nth-child(even) {
        min-height: 200px;
    }
}

@media screen and (max-width: 767px) {
    .feebar .pay-price {
        min-width: 30%;
    }
}

@media screen and (min-width: 992px) {}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 479px) {}

@media screen and (min-width: 768px) {}

@media screen and (min-width: 768px) and (max-width: 1199px) {}

@media screen and (max-width: 600px) {}

@media screen and (max-width: 991px) {}

/*========= Mask Style =======*/
.ajax_overlay {
    height: 100vh !important;
}

.ajax_loader {
    background: url(../styles/images/loading1.gif) no-repeat center center transparent;
    width: 100%;
    height: 100vh;
}
/*========= Mask Style =======*/

.memAgree {
    background: #000000;
    margin: 0;
    padding: 0;
    font-family: "微軟正黑體", Arial;
}

.memAgree .member {
    background-image: url(images/memagree_bg.jpg);
    width: 595px;
    height: 842px;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.memAgree .member p.bulletin {
    width: 509px;
    line-height: 1.6;
    margin: 0 auto;
    padding-top: 230px;
}

.memAgree a,
.memAgree p {
    color: #fff;
    font-size: 18px;
}

.memAgree .text-center {
    text-align: center;
    padding-bottom: 10px;
}

.memAgree .send input {
    width: 150px;
    height: 40px;
    border-radius: 30px;
    font-size: 25px;
    color: #990025;
    font-weight: bold;
    background-color: #fff;
    border: none;
    font-family: "微軟正黑體", Arial;
    cursor: pointer;
}

.memAgree .rt-company {
    text-align: left;
    padding-left: 300px;
    padding-top: 30px;
}

.memAgree .rt-company span {
    padding-left: 35px;
}

@media screen and (max-width: 594px) {
    .memAgree .member {
        width: 100%;
        height: 842px;
        background-repeat: round;
    }

    .memAgree .member p.bulletin {
        width: 100%;
        line-height: 1.6;
        padding-top: 230px;
        padding: 230px 10px 0 10px;
    }

    .memAgree a,
    .memAgree p {
        color: #fff;
        font-size: 16px;
    }

    .memAgree .text-center {
        /* padding-bottom: 10px; */
        padding-bottom: 0;
    }

    .memAgree .send input {
        width: 150px;
        height: 40px;
        border-radius: 30px;
        font-size: 23px;
    }

    .memAgree .rt-company {
        display: none;
        padding-left: 30%;
        padding-top: 60px;
    }

    .memAgree .rt-company span {
        padding-left: 35px;
    }
}
/*包車專案說明*/
.pop_body{
	padding: 0px;
	margin: 0px;
	height: 400px;
	text-align: left;
}
.pop_title{
	margin: 0px;
	text-align: left;
	color:  #333;
	font-size: 18px;
	line-height: 20px;
	padding: 20px;
	display: block;
    font-weight: bold;
    background-color:  #f5d0c4;
}
.pop_content{
    height: 100%;
    padding: 20px;
    background-color:  #f7f1dc;
}
.location-box.active {
  height: auto
}
.page_popbg .location-box {
  height: auto
}
.gomp-map {
  width: 100%;
  height: 100%;
}
.location-box .location-map .gomp-map button {
  background-color: #0473ea;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1), 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  height: 2em;
  line-height: calc(2em - 6px);
  padding: 0;
  position: absolute;
  right: -1em;
  text-align: center;
  /* top: -1em; */
  transition: background-color .2s;
  width: 2em;
}
/*取消訂單顯示訊息*/
.cancelOrderAlertContent div:nth-child(1) {
  display:inline-block;
  width:25%;
}
.cancelOrderAlertContent div:nth-child(2) {
  display:inline-block;
  width:70%;
}
.cancelOrderAlertContent .cancelOrderAlertMsg {
  text-align: left;
  color: #ff0000;
}
@media screen and (max-width: 594px) {
  .cancelOrderAlertTitle {
    font-size: 0.8em
  }
  .cancelOrderAlertContent {
    font-size: 0.8em
  }
}
/*長租客戶驗證*/
.verifyLLAlertContent #inputCUSTIDMsg {
  text-align: left;
  color: #ff0000;
}

/* easyCard1280 */
.easycard_pic {
  z-index: 1;
  position: absolute;
  width: 300px;
  margin: 3%;
}
.clear_pic {
  image-rendering: -webkit-optimize-contrast;
}
.easycard_input {
  background-color:#3E3E3E;
  margin-top: 15%;
  padding: 30px;
  display: flex;
  border-radius: 10px;
}
.fill-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  min-width: 120px;
  color: #FFF;
  text-decoration: none !important;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2px 10px;}
.fill-btn.black {
  background-color: #0f0d0d;
  color: #FFF; }
.fill-btn.red {
  margin: 0 12px;
  flex: 5;
  border-radius: 10px;
  background-color: #D7000F;
  color: #FFF; }
@media screen and (min-width: 992px) {
  .fill-btn {
    -webkit-transition: all 0.2s ease-in-out !important;
    transition: all 0.2s ease-in-out !important; }
    .fill-btn.red:hover {
      border-color: #D7000F;
      background-color: transparent;
      color: #D7000F; }
    .fill-btn.black:hover {
      border-color: #000;
      background-color: transparent;
      color: #000; }
}
/* ================================= */
/* SS Toshiba 調整 */
/* === Icomoon === */
@font-face {
    font-family: 'icomoon';
    src: url("fonts/font/icomoon.eot?9sjmpb");
    src: url("fonts/font/icomoon.eot?9sjmpb#iefix") format("embedded-opentype"), url("fonts/font/icomoon.ttf?9sjmpb") format("truetype"), url("fonts/font/icomoon.woff?9sjmpb") format("woff"), url("fonts/font/icomoon.svg?9sjmpb#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
  }

  [class^="icomoon-"], [class*=" icomoon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .icomoon-d_rotation:before {
    content: "\e907";
  }

  .icomoon-k:before {
    content: "\e908";
  }

  .icomoon-360:before {
    content: "\e909";
  }

  .icomoon-ac_unit:before {
    content: "\e90a";
  }

  .icomoon-access_alarm:before {
    content: "\e90b";
  }

  .icomoon-access_alarms:before {
    content: "\e90c";
  }

  .icomoon-access_time:before {
    content: "\e90d";
  }

  .icomoon-accessibility:before {
    content: "\e90e";
  }

  .icomoon-accessibility_new:before {
    content: "\e90f";
  }

  .icomoon-accessible:before {
    content: "\e910";
  }

  .icomoon-accessible_forward:before {
    content: "\e911";
  }

  .icomoon-account_balance:before {
    content: "\e912";
  }

  .icomoon-account_balance_wallet:before {
    content: "\e913";
  }

  .icomoon-account_box:before {
    content: "\e914";
  }

  .icomoon-account_circle:before {
    content: "\e915";
  }

  .icomoon-adb:before {
    content: "\e916";
  }

  .icomoon-add:before {
    content: "\e917";
  }

  .icomoon-add_a_photo:before {
    content: "\e918";
  }

  .icomoon-add_alarm:before {
    content: "\e919";
  }

  .icomoon-add_alert:before {
    content: "\e91a";
  }

  .icomoon-add_box:before {
    content: "\e91b";
  }

  .icomoon-add_circle:before {
    content: "\e91c";
  }

  .icomoon-add_circle_outline:before {
    content: "\e91d";
  }

  .icomoon-add_comment:before {
    content: "\e91e";
  }

  .icomoon-add_location:before {
    content: "\e91f";
  }

  .icomoon-add_photo_alternate:before {
    content: "\e920";
  }

  .icomoon-add_shopping_cart:before {
    content: "\e921";
  }

  .icomoon-add_to_home_screen:before {
    content: "\e922";
  }

  .icomoon-add_to_photos:before {
    content: "\e923";
  }

  .icomoon-add_to_queue:before {
    content: "\e924";
  }

  .icomoon-adjust:before {
    content: "\e925";
  }

  .icomoon-airline_seat_flat:before {
    content: "\e926";
  }

  .icomoon-airline_seat_flat_angled:before {
    content: "\e927";
  }

  .icomoon-airline_seat_individual_suite:before {
    content: "\e928";
  }

  .icomoon-airline_seat_legroom_extra:before {
    content: "\e929";
  }

  .icomoon-airline_seat_legroom_normal:before {
    content: "\e92a";
  }

  .icomoon-airline_seat_legroom_reduced:before {
    content: "\e92b";
  }

  .icomoon-airline_seat_recline_extra:before {
    content: "\e92c";
  }

  .icomoon-airline_seat_recline_normal:before {
    content: "\e92d";
  }

  .icomoon-airplanemode_active:before {
    content: "\e92e";
  }

  .icomoon-airplanemode_inactive:before {
    content: "\e92f";
  }

  .icomoon-airplay:before {
    content: "\e930";
  }

  .icomoon-airport_shuttle:before {
    content: "\e931";
  }

  .icomoon-alarm:before {
    content: "\e932";
  }

  .icomoon-alarm_add:before {
    content: "\e933";
  }

  .icomoon-alarm_off:before {
    content: "\e934";
  }

  .icomoon-alarm_on:before {
    content: "\e935";
  }

  .icomoon-album:before {
    content: "\e936";
  }

  .icomoon-all_inbox:before {
    content: "\e937";
  }

  .icomoon-all_inclusive:before {
    content: "\e938";
  }

  .icomoon-all_out:before {
    content: "\e939";
  }

  .icomoon-alternate_email:before {
    content: "\e93a";
  }

  .icomoon-android:before {
    content: "\e93b";
  }

  .icomoon-announcement:before {
    content: "\e93c";
  }

  .icomoon-apps:before {
    content: "\e93d";
  }

  .icomoon-archive:before {
    content: "\e93e";
  }

  .icomoon-arrow_back:before {
    content: "\e93f";
  }

  .icomoon-arrow_back_ios:before {
    content: "\e940";
  }

  .icomoon-arrow_downward:before {
    content: "\e941";
  }

  .icomoon-arrow_drop_down:before {
    content: "\e942";
  }

  .icomoon-arrow_drop_down_circle:before {
    content: "\e943";
  }

  .icomoon-arrow_drop_up:before {
    content: "\e944";
  }

  .icomoon-arrow_forward:before {
    content: "\e945";
  }

  .icomoon-arrow_forward_ios:before {
    content: "\e946";
  }

  .icomoon-arrow_left:before {
    content: "\e947";
  }

  .icomoon-arrow_right:before {
    content: "\e948";
  }

  .icomoon-arrow_right_alt:before {
    content: "\e949";
  }

  .icomoon-arrow_upward:before {
    content: "\e94a";
  }

  .icomoon-art_track:before {
    content: "\e94b";
  }

  .icomoon-aspect_ratio:before {
    content: "\e94c";
  }

  .icomoon-assessment:before {
    content: "\e94d";
  }

  .icomoon-assignment:before {
    content: "\e94e";
  }

  .icomoon-assignment_ind:before {
    content: "\e94f";
  }

  .icomoon-assignment_late:before {
    content: "\e950";
  }

  .icomoon-assignment_return:before {
    content: "\e951";
  }

  .icomoon-assignment_returned:before {
    content: "\e952";
  }

  .icomoon-assignment_turned_in:before {
    content: "\e953";
  }

  .icomoon-assistant:before {
    content: "\e954";
  }

  .icomoon-assistant_photo:before {
    content: "\e955";
  }

  .icomoon-atm:before {
    content: "\e956";
  }

  .icomoon-attach_file:before {
    content: "\e957";
  }

  .icomoon-attach_money:before {
    content: "\e958";
  }

  .icomoon-attachment:before {
    content: "\e959";
  }

  .icomoon-audiotrack:before {
    content: "\e95a";
  }

  .icomoon-autorenew:before {
    content: "\e95b";
  }

  .icomoon-av_timer:before {
    content: "\e95c";
  }

  .icomoon-backspace:before {
    content: "\e95d";
  }

  .icomoon-backup:before {
    content: "\e95e";
  }

  .icomoon-ballot:before {
    content: "\e95f";
  }

  .icomoon-bar_chart:before {
    content: "\e960";
  }

  .icomoon-battery_20 .path1:before {
    content: "\e961";
    color: black;
  }

  .icomoon-battery_20 .path2:before {
    content: "\e962";
    margin-left: -1em;
    color: black;
    opacity: 0.3;
  }

  .icomoon-battery_30 .path1:before {
    content: "\e963";
    color: black;
    opacity: 0.3;
  }

  .icomoon-battery_30 .path2:before {
    content: "\e964";
    margin-left: -1em;
    color: black;
  }

  .icomoon-battery_50 .path1:before {
    content: "\e965";
    color: black;
    opacity: 0.3;
  }

  .icomoon-battery_50 .path2:before {
    content: "\e966";
    margin-left: -1em;
    color: black;
  }

  .icomoon-battery_60 .path1:before {
    content: "\e967";
    color: black;
    opacity: 0.3;
  }

  .icomoon-battery_60 .path2:before {
    content: "\e968";
    margin-left: -1em;
    color: black;
  }

  .icomoon-battery_80 .path1:before {
    content: "\e969";
    color: black;
    opacity: 0.3;
  }

  .icomoon-battery_80 .path2:before {
    content: "\e96a";
    margin-left: -1em;
    color: black;
  }

  .icomoon-battery_90 .path1:before {
    content: "\e96b";
    color: black;
    opacity: 0.3;
  }

  .icomoon-battery_90 .path2:before {
    content: "\e96c";
    margin-left: -1em;
    color: black;
  }

  .icomoon-battery_alert:before {
    content: "\e96d";
  }

  .icomoon-battery_charging_20 .path1:before {
    content: "\e96e";
    color: black;
  }

  .icomoon-battery_charging_20 .path2:before {
    content: "\e96f";
    margin-left: -1em;
    color: black;
    opacity: 0.3;
  }

  .icomoon-battery_charging_30 .path1:before {
    content: "\e970";
    color: black;
    opacity: 0.3;
  }

  .icomoon-battery_charging_30 .path2:before {
    content: "\e971";
    margin-left: -1em;
    color: black;
  }

  .icomoon-battery_charging_50 .path1:before {
    content: "\e972";
    color: black;
  }

  .icomoon-battery_charging_50 .path2:before {
    content: "\e973";
    margin-left: -1em;
    color: black;
    opacity: 0.3;
  }

  .icomoon-battery_charging_60 .path1:before {
    content: "\e974";
    color: black;
    opacity: 0.3;
  }

  .icomoon-battery_charging_60 .path2:before {
    content: "\e975";
    margin-left: -1em;
    color: black;
  }

  .icomoon-battery_charging_80 .path1:before {
    content: "\e976";
    color: black;
    opacity: 0.3;
  }

  .icomoon-battery_charging_80 .path2:before {
    content: "\e977";
    margin-left: -1em;
    color: black;
  }

  .icomoon-battery_charging_90 .path1:before {
    content: "\e978";
    color: black;
    opacity: 0.3;
  }

  .icomoon-battery_charging_90 .path2:before {
    content: "\e979";
    margin-left: -1em;
    color: black;
  }

  .icomoon-battery_charging_full:before {
    content: "\e97a";
  }

  .icomoon-battery_full:before {
    content: "\e97b";
  }

  .icomoon-battery_std:before {
    content: "\e97c";
  }

  .icomoon-battery_unknown:before {
    content: "\e97d";
  }

  .icomoon-beach_access:before {
    content: "\e97e";
  }

  .icomoon-beenhere:before {
    content: "\e97f";
  }

  .icomoon-block:before {
    content: "\e980";
  }

  .icomoon-bluetooth:before {
    content: "\e981";
  }

  .icomoon-bluetooth_audio:before {
    content: "\e982";
  }

  .icomoon-bluetooth_connected:before {
    content: "\e983";
  }

  .icomoon-bluetooth_disabled:before {
    content: "\e984";
  }

  .icomoon-bluetooth_searching:before {
    content: "\e985";
  }

  .icomoon-blur_circular:before {
    content: "\e986";
  }

  .icomoon-blur_linear:before {
    content: "\e987";
  }

  .icomoon-blur_off:before {
    content: "\e988";
  }

  .icomoon-blur_on:before {
    content: "\e989";
  }

  .icomoon-book:before {
    content: "\e98a";
  }

  .icomoon-bookmark:before {
    content: "\e98b";
  }

  .icomoon-bookmark_border:before {
    content: "\e98c";
  }

  .icomoon-bookmarks:before {
    content: "\e98d";
  }

  .icomoon-border_all:before {
    content: "\e98f";
  }

  .icomoon-border_bottom:before {
    content: "\e990";
  }

  .icomoon-border_clear:before {
    content: "\e991";
  }

  .icomoon-border_color .path1:before {
    content: "\e992";
    color: black;
  }

  .icomoon-border_color .path2:before {
    content: "\e993";
    margin-left: -1em;
    color: black;
    opacity: 0.36;
  }

  .icomoon-border_horizontal:before {
    content: "\e994";
  }

  .icomoon-border_inner:before {
    content: "\e995";
  }

  .icomoon-border_left:before {
    content: "\e996";
  }

  .icomoon-border_outer:before {
    content: "\e997";
  }

  .icomoon-border_right:before {
    content: "\e998";
  }

  .icomoon-border_style:before {
    content: "\e999";
  }

  .icomoon-border_top:before {
    content: "\e99a";
  }

  .icomoon-border_vertical:before {
    content: "\e99b";
  }

  .icomoon-branding_watermark:before {
    content: "\e99c";
  }

  .icomoon-brightness_1:before {
    content: "\e99d";
  }

  .icomoon-brightness_2:before {
    content: "\e99e";
  }

  .icomoon-brightness_3:before {
    content: "\e99f";
  }

  .icomoon-brightness_4:before {
    content: "\e9a0";
  }

  .icomoon-brightness_5:before {
    content: "\e9a1";
  }

  .icomoon-brightness_6:before {
    content: "\e9a2";
  }

  .icomoon-brightness_7:before {
    content: "\e9a3";
  }

  .icomoon-brightness_auto:before {
    content: "\e9a4";
  }

  .icomoon-brightness_high:before {
    content: "\e9a5";
  }

  .icomoon-brightness_low:before {
    content: "\e9a6";
  }

  .icomoon-brightness_medium:before {
    content: "\e9a7";
  }

  .icomoon-broken_image:before {
    content: "\e9a8";
  }

  .icomoon-brush:before {
    content: "\e9a9";
  }

  .icomoon-bubble_chart:before {
    content: "\e9aa";
  }

  .icomoon-bug_report:before {
    content: "\e9ab";
  }

  .icomoon-build:before {
    content: "\e9ac";
  }

  .icomoon-burst_mode:before {
    content: "\e9ad";
  }

  .icomoon-business:before {
    content: "\e9ae";
  }

  .icomoon-business_center:before {
    content: "\e9af";
  }

  .icomoon-cached:before {
    content: "\e9b0";
  }

  .icomoon-cake:before {
    content: "\e9b1";
  }

  .icomoon-calendar_today:before {
    content: "\e9b2";
  }

  .icomoon-calendar_view_day:before {
    content: "\e9b3";
  }

  .icomoon-call:before {
    content: "\e9b4";
  }

  .icomoon-call_end:before {
    content: "\e9b5";
  }

  .icomoon-call_made:before {
    content: "\e9b6";
  }

  .icomoon-call_merge:before {
    content: "\e9b7";
  }

  .icomoon-call_missed:before {
    content: "\e9b8";
  }

  .icomoon-call_missed_outgoing:before {
    content: "\e9b9";
  }

  .icomoon-call_received:before {
    content: "\e9ba";
  }

  .icomoon-call_split:before {
    content: "\e9bb";
  }

  .icomoon-call_to_action:before {
    content: "\e9bc";
  }

  .icomoon-camera:before {
    content: "\e9bd";
  }

  .icomoon-camera_alt:before {
    content: "\e9be";
  }

  .icomoon-camera_enhance:before {
    content: "\e9bf";
  }

  .icomoon-camera_front:before {
    content: "\e9c0";
  }

  .icomoon-camera_rear:before {
    content: "\e9c1";
  }

  .icomoon-camera_roll:before {
    content: "\e9c2";
  }

  .icomoon-cancel:before {
    content: "\e9c3";
  }

  .icomoon-cancel_presentation:before {
    content: "\e9c4";
  }

  .icomoon-card_giftcard:before {
    content: "\e9c5";
  }

  .icomoon-card_membership:before {
    content: "\e9c6";
  }

  .icomoon-card_travel:before {
    content: "\e9c7";
  }

  .icomoon-casino:before {
    content: "\e9c8";
  }

  .icomoon-cast:before {
    content: "\e9c9";
  }

  .icomoon-cast_connected:before {
    content: "\e9ca";
  }

  .icomoon-cast_for_education-48px:before {
    content: "\e9cb";
  }

  .icomoon-category:before {
    content: "\e9cc";
  }

  .icomoon-cell_wifi .path1:before {
    content: "\e9cd";
    color: black;
    opacity: 0.3;
  }

  .icomoon-cell_wifi .path2:before {
    content: "\e9ce";
    margin-left: -1em;
    color: black;
  }

  .icomoon-center_focus_strong:before {
    content: "\e9cf";
  }

  .icomoon-center_focus_weak:before {
    content: "\e9d0";
  }

  .icomoon-change_history:before {
    content: "\e9d1";
  }

  .icomoon-chat:before {
    content: "\e9d2";
  }

  .icomoon-chat_bubble:before {
    content: "\e9d3";
  }

  .icomoon-chat_bubble_outline:before {
    content: "\e9d4";
  }

  .icomoon-check:before {
    content: "\e9d5";
  }

  .icomoon-check_box:before {
    content: "\e9d6";
  }

  .icomoon-check_box_outline_blank:before {
    content: "\e9d7";
  }

  .icomoon-check_circle:before {
    content: "\e9d8";
  }

  .icomoon-check_circle_outline:before {
    content: "\e9d9";
  }

  .icomoon-chevron_left:before {
    content: "\e9da";
  }

  .icomoon-chevron_right:before {
    content: "\e9db";
  }

  .icomoon-child_care:before {
    content: "\e9dc";
  }

  .icomoon-child_friendly:before {
    content: "\e9dd";
  }

  .icomoon-chrome_reader_mode:before {
    content: "\e9de";
  }

  .icomoon-class:before {
    content: "\e9df";
  }

  .icomoon-clear:before {
    content: "\e9e0";
  }

  .icomoon-clear_all:before {
    content: "\e9e1";
  }

  .icomoon-close:before {
    content: "\e9e2";
  }

  .icomoon-closed_caption:before {
    content: "\e9e3";
  }

  .icomoon-cloud:before {
    content: "\e9e4";
  }

  .icomoon-cloud_circle:before {
    content: "\e9e5";
  }

  .icomoon-cloud_done:before {
    content: "\e9e6";
  }

  .icomoon-cloud_download:before {
    content: "\e9e7";
  }

  .icomoon-cloud_off:before {
    content: "\e9e8";
  }

  .icomoon-cloud_queue:before {
    content: "\e9e9";
  }

  .icomoon-cloud_upload:before {
    content: "\e9ea";
  }

  .icomoon-code:before {
    content: "\e9eb";
  }

  .icomoon-collections:before {
    content: "\e9ec";
  }

  .icomoon-collections_bookmark:before {
    content: "\e9ed";
  }

  .icomoon-color_lens:before {
    content: "\e9ee";
  }

  .icomoon-colorize:before {
    content: "\e9ef";
  }

  .icomoon-comment:before {
    content: "\e9f0";
  }

  .icomoon-commute:before {
    content: "\e9f1";
  }

  .icomoon-compare:before {
    content: "\e9f2";
  }

  .icomoon-compare_arrows:before {
    content: "\e9f3";
  }

  .icomoon-compass_calibration:before {
    content: "\e9f4";
  }

  .icomoon-computer:before {
    content: "\e9f5";
  }

  .icomoon-confirmation_number:before {
    content: "\e9f6";
  }

  .icomoon-contact_mail:before {
    content: "\e9f7";
  }

  .icomoon-contact_phone:before {
    content: "\e9f8";
  }

  .icomoon-contact_support:before {
    content: "\e9f9";
  }

  .icomoon-contacts:before {
    content: "\e9fa";
  }

  .icomoon-control_camera:before {
    content: "\e9fb";
  }

  .icomoon-control_point:before {
    content: "\e9fc";
  }

  .icomoon-control_point_duplicate:before {
    content: "\e9fd";
  }

  .icomoon-copyright:before {
    content: "\e9fe";
  }

  .icomoon-create:before {
    content: "\e9ff";
  }

  .icomoon-create_new_folder:before {
    content: "\ea00";
  }

  .icomoon-credit_card:before {
    content: "\ea01";
  }

  .icomoon-crop:before {
    content: "\ea02";
  }

  .icomoon-crop_3_2:before {
    content: "\ea03";
  }

  .icomoon-crop_5_4:before {
    content: "\ea04";
  }

  .icomoon-crop_7_5:before {
    content: "\ea05";
  }

  .icomoon-crop_16_9:before {
    content: "\ea06";
  }

  .icomoon-crop_din:before {
    content: "\ea07";
  }

  .icomoon-crop_free:before {
    content: "\ea08";
  }

  .icomoon-crop_landscape:before {
    content: "\ea09";
  }

  .icomoon-crop_original:before {
    content: "\ea0a";
  }

  .icomoon-crop_portrait:before {
    content: "\ea0b";
  }

  .icomoon-crop_rotate:before {
    content: "\ea0c";
  }

  .icomoon-crop_square:before {
    content: "\ea0d";
  }

  .icomoon-dashboard:before {
    content: "\ea0e";
  }

  .icomoon-data_usage:before {
    content: "\ea0f";
  }

  .icomoon-date_range:before {
    content: "\ea10";
  }

  .icomoon-dehaze:before {
    content: "\ea11";
  }

  .icomoon-delete:before {
    content: "\ea12";
  }

  .icomoon-delete_forever:before {
    content: "\ea13";
  }

  .icomoon-delete_outline:before {
    content: "\ea14";
  }

  .icomoon-delete_sweep:before {
    content: "\ea15";
  }

  .icomoon-departure_board:before {
    content: "\ea16";
  }

  .icomoon-description:before {
    content: "\ea17";
  }

  .icomoon-desktop_access_disabled:before {
    content: "\ea18";
  }

  .icomoon-desktop_mac:before {
    content: "\ea19";
  }

  .icomoon-desktop_windows:before {
    content: "\ea1a";
  }

  .icomoon-details:before {
    content: "\ea1b";
  }

  .icomoon-developer_board:before {
    content: "\ea1c";
  }

  .icomoon-developer_mode:before {
    content: "\ea1d";
  }

  .icomoon-device_hub:before {
    content: "\ea1e";
  }

  .icomoon-device_unknown:before {
    content: "\ea1f";
  }

  .icomoon-devices:before {
    content: "\ea20";
  }

  .icomoon-devices_other:before {
    content: "\ea21";
  }

  .icomoon-dialer_sip:before {
    content: "\ea22";
  }

  .icomoon-dialpad:before {
    content: "\ea23";
  }

  .icomoon-directions:before {
    content: "\ea24";
  }

  .icomoon-directions_bike:before {
    content: "\ea25";
  }

  .icomoon-directions_boat:before {
    content: "\ea26";
  }

  .icomoon-directions_bus:before {
    content: "\ea27";
  }

  .icomoon-directions_car:before {
    content: "\ea28";
  }

  .icomoon-directions_railway:before {
    content: "\ea29";
  }

  .icomoon-directions_run:before {
    content: "\ea2a";
  }

  .icomoon-directions_subway:before {
    content: "\ea2b";
  }

  .icomoon-directions_transit:before {
    content: "\ea2c";
  }

  .icomoon-directions_walk:before {
    content: "\ea2d";
  }

  .icomoon-disc_full:before {
    content: "\ea2e";
  }

  .icomoon-dns:before {
    content: "\ea2f";
  }

  .icomoon-dock:before {
    content: "\ea30";
  }

  .icomoon-domain:before {
    content: "\ea31";
  }

  .icomoon-domain_disabled:before {
    content: "\ea32";
  }

  .icomoon-done:before {
    content: "\ea33";
  }

  .icomoon-done_all:before {
    content: "\ea34";
  }

  .icomoon-done_outline:before {
    content: "\ea35";
  }

  .icomoon-donut_large:before {
    content: "\ea36";
  }

  .icomoon-donut_small:before {
    content: "\ea37";
  }

  .icomoon-drafts:before {
    content: "\ea38";
  }

  .icomoon-drag_handle:before {
    content: "\ea39";
  }

  .icomoon-drag_indicator:before {
    content: "\ea3a";
  }

  .icomoon-drive_eta:before {
    content: "\ea3b";
  }

  .icomoon-duo:before {
    content: "\ea3c";
  }

  .icomoon-dvr:before {
    content: "\ea3d";
  }

  .icomoon-edit:before {
    content: "\ea3e";
  }

  .icomoon-edit_attributes:before {
    content: "\ea3f";
  }

  .icomoon-edit_location:before {
    content: "\ea40";
  }

  .icomoon-eject:before {
    content: "\ea41";
  }

  .icomoon-email:before {
    content: "\ea42";
  }

  .icomoon-enhanced_encryption:before {
    content: "\ea43";
  }

  .icomoon-equalizer:before {
    content: "\ea44";
  }

  .icomoon-error:before {
    content: "\ea45";
  }

  .icomoon-error_outline:before {
    content: "\ea46";
  }

  .icomoon-euro_symbol:before {
    content: "\ea47";
  }

  .icomoon-ev_station:before {
    content: "\ea48";
  }

  .icomoon-event:before {
    content: "\ea49";
  }

  .icomoon-event_available:before {
    content: "\ea4a";
  }

  .icomoon-event_busy:before {
    content: "\ea4b";
  }

  .icomoon-event_note:before {
    content: "\ea4c";
  }

  .icomoon-event_seat:before {
    content: "\ea4d";
  }

  .icomoon-exit_to_app:before {
    content: "\ea4e";
  }

  .icomoon-expand_less:before {
    content: "\ea4f";
  }

  .icomoon-expand_more:before {
    content: "\ea50";
  }

  .icomoon-explicit:before {
    content: "\ea51";
  }

  .icomoon-explore:before {
    content: "\ea52";
  }

  .icomoon-explore_off:before {
    content: "\ea53";
  }

  .icomoon-exposure:before {
    content: "\ea54";
  }

  .icomoon-exposure_neg_1:before {
    content: "\ea55";
  }

  .icomoon-exposure_neg_2:before {
    content: "\ea56";
  }

  .icomoon-exposure_plus_1:before {
    content: "\ea57";
  }

  .icomoon-exposure_plus_2:before {
    content: "\ea58";
  }

  .icomoon-exposure_zero:before {
    content: "\ea59";
  }

  .icomoon-extension:before {
    content: "\ea5a";
  }

  .icomoon-face:before {
    content: "\ea5b";
  }

  .icomoon-fast_forward:before {
    content: "\ea5c";
  }

  .icomoon-fast_rewind:before {
    content: "\ea5d";
  }

  .icomoon-fastfood:before {
    content: "\ea5e";
  }

  .icomoon-favorite:before {
    content: "\ea5f";
  }

  .icomoon-favorite_border:before {
    content: "\ea60";
  }

  .icomoon-featured_play_list:before {
    content: "\ea61";
  }

  .icomoon-featured_video:before {
    content: "\ea62";
  }

  .icomoon-feedback:before {
    content: "\ea63";
  }

  .icomoon-fiber_dvr:before {
    content: "\ea64";
  }

  .icomoon-fiber_manual_record:before {
    content: "\ea65";
  }

  .icomoon-fiber_new:before {
    content: "\ea66";
  }

  .icomoon-fiber_pin:before {
    content: "\ea67";
  }

  .icomoon-fiber_smart_record:before {
    content: "\ea68";
  }

  .icomoon-file_copy:before {
    content: "\ea69";
  }

  .icomoon-filter:before {
    content: "\ea6a";
  }

  .icomoon-filter_1:before {
    content: "\ea6b";
  }

  .icomoon-filter_2:before {
    content: "\ea6c";
  }

  .icomoon-filter_3:before {
    content: "\ea6d";
  }

  .icomoon-filter_4:before {
    content: "\ea6e";
  }

  .icomoon-filter_5:before {
    content: "\ea6f";
  }

  .icomoon-filter_6:before {
    content: "\ea70";
  }

  .icomoon-filter_7:before {
    content: "\ea71";
  }

  .icomoon-filter_8:before {
    content: "\ea72";
  }

  .icomoon-filter_9:before {
    content: "\ea73";
  }

  .icomoon-filter_9_plus:before {
    content: "\ea74";
  }

  .icomoon-filter_b_and_w:before {
    content: "\ea75";
  }

  .icomoon-filter_center_focus:before {
    content: "\ea76";
  }

  .icomoon-filter_drama:before {
    content: "\ea77";
  }

  .icomoon-filter_frames:before {
    content: "\ea78";
  }

  .icomoon-filter_hdr:before {
    content: "\ea79";
  }

  .icomoon-filter_list:before {
    content: "\ea7a";
  }

  .icomoon-filter_none:before {
    content: "\ea7b";
  }

  .icomoon-filter_tilt_shift:before {
    content: "\ea7c";
  }

  .icomoon-filter_vintage:before {
    content: "\ea7d";
  }

  .icomoon-find_in_page:before {
    content: "\ea7e";
  }

  .icomoon-find_replace:before {
    content: "\ea7f";
  }

  .icomoon-fingerprint:before {
    content: "\ea80";
  }

  .icomoon-first_page:before {
    content: "\ea81";
  }

  .icomoon-fitness_center:before {
    content: "\ea82";
  }

  .icomoon-flag:before {
    content: "\ea83";
  }

  .icomoon-flare:before {
    content: "\ea84";
  }

  .icomoon-flash_auto:before {
    content: "\ea85";
  }

  .icomoon-flash_off:before {
    content: "\ea86";
  }

  .icomoon-flash_on:before {
    content: "\ea87";
  }

  .icomoon-flight:before {
    content: "\ea88";
  }

  .icomoon-flight_land:before {
    content: "\ea89";
  }

  .icomoon-flight_takeoff:before {
    content: "\ea8a";
  }

  .icomoon-flip:before {
    content: "\ea8b";
  }

  .icomoon-flip_to_back:before {
    content: "\ea8c";
  }

  .icomoon-flip_to_front:before {
    content: "\ea8d";
  }

  .icomoon-folder:before {
    content: "\ea8e";
  }

  .icomoon-folder_open:before {
    content: "\ea8f";
  }

  .icomoon-folder_shared:before {
    content: "\ea90";
  }

  .icomoon-folder_special:before {
    content: "\ea91";
  }

  .icomoon-font_download:before {
    content: "\ea92";
  }

  .icomoon-format_align_center:before {
    content: "\ea93";
  }

  .icomoon-format_align_justify:before {
    content: "\ea94";
  }

  .icomoon-format_align_left:before {
    content: "\ea95";
  }

  .icomoon-format_align_right:before {
    content: "\ea96";
  }

  .icomoon-format_bold:before {
    content: "\ea97";
  }

  .icomoon-format_clear:before {
    content: "\ea98";
  }

  .icomoon-format_color_fill .path1:before {
    content: "\ea99";
    color: black;
  }

  .icomoon-format_color_fill .path2:before {
    content: "\ea9a";
    margin-left: -1em;
    color: black;
    opacity: 0.36;
  }

  .icomoon-format_color_reset:before {
    content: "\ea9b";
  }

  .icomoon-format_color_text .path1:before {
    content: "\ea9c";
    color: black;
    opacity: 0.36;
  }

  .icomoon-format_color_text .path2:before {
    content: "\ea9d";
    margin-left: -1em;
    color: black;
  }

  .icomoon-format_indent_decrease:before {
    content: "\ea9e";
  }

  .icomoon-format_indent_increase:before {
    content: "\ea9f";
  }

  .icomoon-format_italic:before {
    content: "\eaa0";
  }

  .icomoon-format_line_spacing:before {
    content: "\eaa1";
  }

  .icomoon-format_list_bulleted:before {
    content: "\eaa2";
  }

  .icomoon-format_list_numbered:before {
    content: "\eaa3";
  }

  .icomoon-format_list_numbered_rtl:before {
    content: "\eaa4";
  }

  .icomoon-format_paint:before {
    content: "\eaa5";
  }

  .icomoon-format_quote:before {
    content: "\eaa6";
  }

  .icomoon-format_shapes:before {
    content: "\eaa7";
  }

  .icomoon-format_size:before {
    content: "\eaa8";
  }

  .icomoon-format_strikethrough:before {
    content: "\eaa9";
  }

  .icomoon-format_textdirection_l_to_r:before {
    content: "\eaaa";
  }

  .icomoon-format_textdirection_r_to_l:before {
    content: "\eaab";
  }

  .icomoon-format_underlined:before {
    content: "\eaac";
  }

  .icomoon-forum:before {
    content: "\eaad";
  }

  .icomoon-forward:before {
    content: "\eaae";
  }

  .icomoon-forward_5:before {
    content: "\eaaf";
  }

  .icomoon-forward_10:before {
    content: "\eab0";
  }

  .icomoon-forward_30:before {
    content: "\eab1";
  }

  .icomoon-free_breakfast:before {
    content: "\eab2";
  }

  .icomoon-fullscreen:before {
    content: "\eab3";
  }

  .icomoon-fullscreen_exit:before {
    content: "\eab4";
  }

  .icomoon-functions:before {
    content: "\eab5";
  }

  .icomoon-g_translate:before {
    content: "\eab6";
  }

  .icomoon-gamepad:before {
    content: "\eab7";
  }

  .icomoon-games:before {
    content: "\eab8";
  }

  .icomoon-gavel:before {
    content: "\eab9";
  }

  .icomoon-gesture:before {
    content: "\eaba";
  }

  .icomoon-get_app:before {
    content: "\eabb";
  }

  .icomoon-gif:before {
    content: "\eabc";
  }

  .icomoon-golf_course:before {
    content: "\eabd";
  }

  .icomoon-gps_fixed:before {
    content: "\eabe";
  }

  .icomoon-gps_not_fixed:before {
    content: "\eabf";
  }

  .icomoon-gps_off:before {
    content: "\eac0";
  }

  .icomoon-grade:before {
    content: "\eac1";
  }

  .icomoon-gradient:before {
    content: "\eac2";
  }

  .icomoon-grain:before {
    content: "\eac3";
  }

  .icomoon-graphic_eq:before {
    content: "\eac4";
  }

  .icomoon-grid_off:before {
    content: "\eac5";
  }

  .icomoon-grid_on:before {
    content: "\eac6";
  }

  .icomoon-group:before {
    content: "\eac7";
  }

  .icomoon-group_add:before {
    content: "\eac8";
  }

  .icomoon-group_work:before {
    content: "\eac9";
  }

  .icomoon-hd:before {
    content: "\eaca";
  }

  .icomoon-hdr_off:before {
    content: "\eacb";
  }

  .icomoon-hdr_on:before {
    content: "\eacc";
  }

  .icomoon-hdr_strong:before {
    content: "\eacd";
  }

  .icomoon-hdr_weak:before {
    content: "\eace";
  }

  .icomoon-headset:before {
    content: "\eacf";
  }

  .icomoon-headset_mic:before {
    content: "\ead0";
  }

  .icomoon-healing:before {
    content: "\ead1";
  }

  .icomoon-hearing:before {
    content: "\ead2";
  }

  .icomoon-help:before {
    content: "\ead3";
  }

  .icomoon-help_outline:before {
    content: "\ead4";
  }

  .icomoon-high_quality:before {
    content: "\ead5";
  }

  .icomoon-highlight:before {
    content: "\ead6";
  }

  .icomoon-highlight_off:before {
    content: "\ead7";
  }

  .icomoon-history:before {
    content: "\ead8";
  }

  .icomoon-home:before {
    content: "\ead9";
  }

  .icomoon-horizontal_split:before {
    content: "\eada";
  }

  .icomoon-hot_tub:before {
    content: "\eadb";
  }

  .icomoon-hotel:before {
    content: "\eadc";
  }

  .icomoon-hourglass_empty:before {
    content: "\eadd";
  }

  .icomoon-hourglass_full:before {
    content: "\eade";
  }

  .icomoon-how_to_reg:before {
    content: "\eadf";
  }

  .icomoon-how_to_vote:before {
    content: "\eae0";
  }

  .icomoon-http:before {
    content: "\eae1";
  }

  .icomoon-https:before {
    content: "\eae2";
  }

  .icomoon-image:before {
    content: "\eae3";
  }

  .icomoon-image_aspect_ratio:before {
    content: "\eae4";
  }

  .icomoon-image_search:before {
    content: "\eae5";
  }

  .icomoon-import_contacts:before {
    content: "\eae6";
  }

  .icomoon-import_export:before {
    content: "\eae7";
  }

  .icomoon-important_devices:before {
    content: "\eae8";
  }

  .icomoon-inbox:before {
    content: "\eae9";
  }

  .icomoon-indeterminate_check_box:before {
    content: "\eaea";
  }

  .icomoon-info:before {
    content: "\eaeb";
  }

  .icomoon-input:before {
    content: "\eaec";
  }

  .icomoon-insert_chart:before {
    content: "\eaed";
  }

  .icomoon-insert_chart_outlined:before {
    content: "\eaee";
  }

  .icomoon-insert_comment:before {
    content: "\eaef";
  }

  .icomoon-insert_drive_file:before {
    content: "\eaf0";
  }

  .icomoon-insert_emoticon:before {
    content: "\eaf1";
  }

  .icomoon-insert_invitation:before {
    content: "\eaf2";
  }

  .icomoon-insert_link:before {
    content: "\eaf3";
  }

  .icomoon-insert_photo:before {
    content: "\eaf4";
  }

  .icomoon-invert_colors:before {
    content: "\eaf5";
  }

  .icomoon-invert_colors_off:before {
    content: "\eaf6";
  }

  .icomoon-iso:before {
    content: "\eaf7";
  }

  .icomoon-keyboard:before {
    content: "\eaf8";
  }

  .icomoon-keyboard_arrow_down:before {
    content: "\eaf9";
  }

  .icomoon-keyboard_arrow_left:before {
    content: "\eafa";
  }

  .icomoon-keyboard_arrow_right:before {
    content: "\eafb";
  }

  .icomoon-keyboard_arrow_up:before {
    content: "\eafc";
  }

  .icomoon-keyboard_backspace:before {
    content: "\eafd";
  }

  .icomoon-keyboard_capslock:before {
    content: "\eafe";
  }

  .icomoon-keyboard_hide:before {
    content: "\eaff";
  }

  .icomoon-keyboard_return:before {
    content: "\eb00";
  }

  .icomoon-keyboard_tab:before {
    content: "\eb01";
  }

  .icomoon-keyboard_voice:before {
    content: "\eb02";
  }

  .icomoon-kitchen:before {
    content: "\eb03";
  }

  .icomoon-label:before {
    content: "\eb04";
  }

  .icomoon-label_important:before {
    content: "\eb05";
  }

  .icomoon-label_off:before {
    content: "\eb06";
  }

  .icomoon-landscape:before {
    content: "\eb07";
  }

  .icomoon-language:before {
    content: "\eb08";
  }

  .icomoon-laptop:before {
    content: "\eb09";
  }

  .icomoon-laptop_chromebook:before {
    content: "\eb0a";
  }

  .icomoon-laptop_mac:before {
    content: "\eb0b";
  }

  .icomoon-laptop_windows:before {
    content: "\eb0c";
  }

  .icomoon-last_page:before {
    content: "\eb0d";
  }

  .icomoon-launch:before {
    content: "\eb0e";
  }

  .icomoon-layers:before {
    content: "\eb0f";
  }

  .icomoon-layers_clear:before {
    content: "\eb10";
  }

  .icomoon-leak_add:before {
    content: "\eb11";
  }

  .icomoon-leak_remove:before {
    content: "\eb12";
  }

  .icomoon-lens:before {
    content: "\eb13";
  }

  .icomoon-library_add:before {
    content: "\eb14";
  }

  .icomoon-library_books:before {
    content: "\eb15";
  }

  .icomoon-library_music:before {
    content: "\eb16";
  }

  .icomoon-line_style:before {
    content: "\eb17";
  }

  .icomoon-line_weight:before {
    content: "\eb18";
  }

  .icomoon-linear_scale:before {
    content: "\eb19";
  }

  .icomoon-link:before {
    content: "\eb1a";
  }

  .icomoon-link_off:before {
    content: "\eb1b";
  }

  .icomoon-linked_camera:before {
    content: "\eb1c";
  }

  .icomoon-list:before {
    content: "\eb1d";
  }

  .icomoon-list_alt:before {
    content: "\eb1e";
  }

  .icomoon-live_help:before {
    content: "\eb1f";
  }

  .icomoon-live_tv:before {
    content: "\eb20";
  }

  .icomoon-local_activity:before {
    content: "\eb21";
  }

  .icomoon-local_airport:before {
    content: "\eb22";
  }

  .icomoon-local_atm:before {
    content: "\eb23";
  }

  .icomoon-local_bar:before {
    content: "\eb24";
  }

  .icomoon-local_cafe:before {
    content: "\eb25";
  }

  .icomoon-local_car_wash:before {
    content: "\eb26";
  }

  .icomoon-local_convenience_store:before {
    content: "\eb27";
  }

  .icomoon-local_dining:before {
    content: "\eb28";
  }

  .icomoon-local_drink:before {
    content: "\eb29";
  }

  .icomoon-local_florist:before {
    content: "\eb2a";
  }

  .icomoon-local_gas_station:before {
    content: "\eb2b";
  }

  .icomoon-local_grocery_store:before {
    content: "\eb2c";
  }

  .icomoon-local_hospital:before {
    content: "\eb2d";
  }

  .icomoon-local_hotel:before {
    content: "\eb2e";
  }

  .icomoon-local_laundry_service:before {
    content: "\eb2f";
  }

  .icomoon-local_library:before {
    content: "\eb30";
  }

  .icomoon-local_mall:before {
    content: "\eb31";
  }

  .icomoon-local_movies:before {
    content: "\eb32";
  }

  .icomoon-local_offer:before {
    content: "\eb33";
  }

  .icomoon-local_parking:before {
    content: "\eb34";
  }

  .icomoon-local_pharmacy:before {
    content: "\eb35";
  }

  .icomoon-local_phone:before {
    content: "\eb36";
  }

  .icomoon-local_pizza:before {
    content: "\eb37";
  }

  .icomoon-local_play:before {
    content: "\eb38";
  }

  .icomoon-local_post_office:before {
    content: "\eb39";
  }

  .icomoon-local_printshop:before {
    content: "\eb3a";
  }

  .icomoon-local_see:before {
    content: "\eb3b";
  }

  .icomoon-local_shipping:before {
    content: "\eb3c";
  }

  .icomoon-local_taxi:before {
    content: "\eb3d";
  }

  .icomoon-location_city:before {
    content: "\eb3e";
  }

  .icomoon-location_disabled:before {
    content: "\eb3f";
  }

  .icomoon-location_off:before {
    content: "\eb40";
  }

  .icomoon-location_on:before {
    content: "\eb41";
  }

  .icomoon-location_searching:before {
    content: "\eb42";
  }

  .icomoon-lock:before {
    content: "\eb43";
  }

  .icomoon-lock_open:before {
    content: "\eb44";
  }

  .icomoon-looks:before {
    content: "\eb45";
  }

  .icomoon-looks_3:before {
    content: "\eb46";
  }

  .icomoon-looks_4:before {
    content: "\eb47";
  }

  .icomoon-looks_5:before {
    content: "\eb48";
  }

  .icomoon-looks_6:before {
    content: "\eb49";
  }

  .icomoon-looks_one:before {
    content: "\eb4a";
  }

  .icomoon-looks_two:before {
    content: "\eb4b";
  }

  .icomoon-loop:before {
    content: "\eb4c";
  }

  .icomoon-loupe:before {
    content: "\eb4d";
  }

  .icomoon-low_priority:before {
    content: "\eb4e";
  }

  .icomoon-loyalty:before {
    content: "\eb4f";
  }

  .icomoon-mail:before {
    content: "\eb50";
  }

  .icomoon-mail_outline:before {
    content: "\eb51";
  }

  .icomoon-map:before {
    content: "\eb52";
  }

  .icomoon-markunread:before {
    content: "\eb53";
  }

  .icomoon-markunread_mailbox:before {
    content: "\eb54";
  }

  .icomoon-maximize:before {
    content: "\eb55";
  }

  .icomoon-meeting_room:before {
    content: "\eb56";
  }

  .icomoon-memory:before {
    content: "\eb57";
  }

  .icomoon-menu:before {
    content: "\eb58";
  }

  .icomoon-merge_type:before {
    content: "\eb59";
  }

  .icomoon-message:before {
    content: "\eb5a";
  }

  .icomoon-mic:before {
    content: "\eb5b";
  }

  .icomoon-mic_none:before {
    content: "\eb5c";
  }

  .icomoon-mic_off:before {
    content: "\eb5d";
  }

  .icomoon-minimize:before {
    content: "\eb5e";
  }

  .icomoon-missed_video_call:before {
    content: "\eb5f";
  }

  .icomoon-mms:before {
    content: "\eb60";
  }

  .icomoon-mobile_friendly:before {
    content: "\eb61";
  }

  .icomoon-mobile_off:before {
    content: "\eb62";
  }

  .icomoon-mobile_screen_share:before {
    content: "\eb63";
  }

  .icomoon-mode_comment:before {
    content: "\eb64";
  }

  .icomoon-monetization_on:before {
    content: "\eb65";
  }

  .icomoon-money:before {
    content: "\eb66";
  }

  .icomoon-money_off:before {
    content: "\eb67";
  }

  .icomoon-monochrome_photos:before {
    content: "\eb68";
  }

  .icomoon-mood:before {
    content: "\eb69";
  }

  .icomoon-mood_bad:before {
    content: "\eb6a";
  }

  .icomoon-more:before {
    content: "\eb6b";
  }

  .icomoon-more_horiz:before {
    content: "\eb6c";
  }

  .icomoon-more_vert:before {
    content: "\eb6d";
  }

  .icomoon-motorcycle:before {
    content: "\eb6e";
  }

  .icomoon-mouse:before {
    content: "\eb6f";
  }

  .icomoon-move_to_inbox:before {
    content: "\eb70";
  }

  .icomoon-movie:before {
    content: "\eb71";
  }

  .icomoon-movie_creation:before {
    content: "\eb72";
  }

  .icomoon-movie_filter:before {
    content: "\eb73";
  }

  .icomoon-multiline_chart:before {
    content: "\eb74";
  }

  .icomoon-music_note:before {
    content: "\eb75";
  }

  .icomoon-music_off:before {
    content: "\eb76";
  }

  .icomoon-music_video:before {
    content: "\eb77";
  }

  .icomoon-my_location:before {
    content: "\eb78";
  }

  .icomoon-nature:before {
    content: "\eb79";
  }

  .icomoon-nature_people:before {
    content: "\eb7a";
  }

  .icomoon-navigate_before:before {
    content: "\eb7b";
  }

  .icomoon-navigate_next:before {
    content: "\eb7c";
  }

  .icomoon-navigation:before {
    content: "\eb7d";
  }

  .icomoon-near_me:before {
    content: "\eb7e";
  }

  .icomoon-network_cell .path1:before {
    content: "\eb7f";
    color: black;
    opacity: 0.3;
  }

  .icomoon-network_cell .path2:before {
    content: "\eb80";
    margin-left: -1em;
    color: black;
  }

  .icomoon-network_check:before {
    content: "\eb81";
  }

  .icomoon-network_locked:before {
    content: "\eb82";
  }

  .icomoon-network_wifi .path1:before {
    content: "\eb83";
    color: black;
    opacity: 0.3;
  }

  .icomoon-network_wifi .path2:before {
    content: "\eb84";
    margin-left: -1em;
    color: black;
  }

  .icomoon-new_releases:before {
    content: "\eb85";
  }

  .icomoon-next_week:before {
    content: "\eb86";
  }

  .icomoon-nfc:before {
    content: "\eb87";
  }

  .icomoon-no_encryption:before {
    content: "\eb88";
  }

  .icomoon-no_meeting_room:before {
    content: "\eb89";
  }

  .icomoon-no_sim:before {
    content: "\eb8a";
  }

  .icomoon-not_interested:before {
    content: "\eb8b";
  }

  .icomoon-not_listed_location:before {
    content: "\eb8c";
  }

  .icomoon-note:before {
    content: "\eb8d";
  }

  .icomoon-note_add:before {
    content: "\eb8e";
  }

  .icomoon-notes:before {
    content: "\eb8f";
  }

  .icomoon-notification_important:before {
    content: "\eb90";
  }

  .icomoon-notifications:before {
    content: "\eb91";
  }

  .icomoon-notifications_active:before {
    content: "\eb92";
  }

  .icomoon-notifications_none:before {
    content: "\eb93";
  }

  .icomoon-notifications_off:before {
    content: "\eb94";
  }

  .icomoon-notifications_paused:before {
    content: "\eb95";
  }

  .icomoon-offline_bolt:before {
    content: "\eb96";
  }

  .icomoon-offline_pin:before {
    content: "\eb97";
  }

  .icomoon-ondemand_video:before {
    content: "\eb98";
  }

  .icomoon-opacity:before {
    content: "\eb99";
  }

  .icomoon-open_in_browser:before {
    content: "\eb9a";
  }

  .icomoon-open_in_new:before {
    content: "\eb9b";
  }

  .icomoon-open_with:before {
    content: "\eb9c";
  }

  .icomoon-outlined_flag:before {
    content: "\eb9d";
  }

  .icomoon-pages:before {
    content: "\eb9e";
  }

  .icomoon-pageview:before {
    content: "\eb9f";
  }

  .icomoon-palette:before {
    content: "\eba0";
  }

  .icomoon-pan_tool:before {
    content: "\eba1";
  }

  .icomoon-panorama:before {
    content: "\eba2";
  }

  .icomoon-panorama_fish_eye:before {
    content: "\eba3";
  }

  .icomoon-panorama_horizontal:before {
    content: "\eba4";
  }

  .icomoon-panorama_vertical:before {
    content: "\eba5";
  }

  .icomoon-panorama_wide_angle:before {
    content: "\eba6";
  }

  .icomoon-party_mode:before {
    content: "\eba7";
  }

  .icomoon-pause:before {
    content: "\eba8";
  }

  .icomoon-pause_circle_filled:before {
    content: "\eba9";
  }

  .icomoon-pause_circle_outline:before {
    content: "\ebaa";
  }

  .icomoon-pause_presentation:before {
    content: "\ebab";
  }

  .icomoon-payment:before {
    content: "\ebac";
  }

  .icomoon-people:before {
    content: "\ebad";
  }

  .icomoon-people_outline:before {
    content: "\ebae";
  }

  .icomoon-perm_camera_mic:before {
    content: "\ebaf";
  }

  .icomoon-perm_contact_calendar:before {
    content: "\ebb0";
  }

  .icomoon-perm_data_setting:before {
    content: "\ebb1";
  }

  .icomoon-perm_device_information:before {
    content: "\ebb2";
  }

  .icomoon-perm_identity:before {
    content: "\ebb3";
  }

  .icomoon-perm_media:before {
    content: "\ebb4";
  }

  .icomoon-perm_phone_msg:before {
    content: "\ebb5";
  }

  .icomoon-perm_scan_wifi:before {
    content: "\ebb6";
  }

  .icomoon-person:before {
    content: "\ebb7";
  }

  .icomoon-person_add:before {
    content: "\ebb8";
  }

  .icomoon-person_add_disabled:before {
    content: "\ebb9";
  }

  .icomoon-person_outline:before {
    content: "\ebba";
  }

  .icomoon-person_pin:before {
    content: "\ebbb";
  }

  .icomoon-person_pin_circle:before {
    content: "\ebbc";
  }

  .icomoon-personal_video:before {
    content: "\ebbd";
  }

  .icomoon-pets:before {
    content: "\ebbe";
  }

  .icomoon-phone:before {
    content: "\ebbf";
  }

  .icomoon-phone_android:before {
    content: "\ebc0";
  }

  .icomoon-phone_bluetooth_speaker:before {
    content: "\ebc1";
  }

  .icomoon-phone_callback:before {
    content: "\ebc2";
  }

  .icomoon-phone_forwarded:before {
    content: "\ebc3";
  }

  .icomoon-phone_in_talk:before {
    content: "\ebc4";
  }

  .icomoon-phone_iphone:before {
    content: "\ebc5";
  }

  .icomoon-phone_locked:before {
    content: "\ebc6";
  }

  .icomoon-phone_missed:before {
    content: "\ebc7";
  }

  .icomoon-phone_paused:before {
    content: "\ebc8";
  }

  .icomoon-phonelink:before {
    content: "\ebc9";
  }

  .icomoon-phonelink_erase:before {
    content: "\ebca";
  }

  .icomoon-phonelink_lock:before {
    content: "\ebcb";
  }

  .icomoon-phonelink_off:before {
    content: "\ebcc";
  }

  .icomoon-phonelink_ring:before {
    content: "\ebcd";
  }

  .icomoon-phonelink_setup:before {
    content: "\ebce";
  }

  .icomoon-photo:before {
    content: "\ebcf";
  }

  .icomoon-photo_album:before {
    content: "\ebd0";
  }

  .icomoon-photo_camera:before {
    content: "\ebd1";
  }

  .icomoon-photo_filter:before {
    content: "\ebd2";
  }

  .icomoon-photo_library:before {
    content: "\ebd3";
  }

  .icomoon-photo_size_select_actual:before {
    content: "\ebd4";
  }

  .icomoon-photo_size_select_large:before {
    content: "\ebd5";
  }

  .icomoon-photo_size_select_small:before {
    content: "\ebd6";
  }

  .icomoon-picture_as_pdf:before {
    content: "\ebd7";
  }

  .icomoon-picture_in_picture:before {
    content: "\ebd8";
  }

  .icomoon-picture_in_picture_alt:before {
    content: "\ebd9";
  }

  .icomoon-pie_chart:before {
    content: "\ebda";
  }

  .icomoon-pin_drop:before {
    content: "\ebdb";
  }

  .icomoon-place:before {
    content: "\ebdc";
  }

  .icomoon-play_arrow:before {
    content: "\ebdd";
  }

  .icomoon-play_circle_filled:before {
    content: "\ebde";
  }

  .icomoon-play_circle_filled_white-48px:before {
    content: "\ebdf";
    color: #fff;
  }

  .icomoon-play_circle_outline:before {
    content: "\ebe0";
  }

  .icomoon-play_for_work:before {
    content: "\ebe1";
  }

  .icomoon-playlist_add:before {
    content: "\ebe2";
  }

  .icomoon-playlist_add_check:before {
    content: "\ebe3";
  }

  .icomoon-playlist_play:before {
    content: "\ebe4";
  }

  .icomoon-plus_one:before {
    content: "\ebe5";
  }

  .icomoon-poll:before {
    content: "\ebe6";
  }

  .icomoon-polymer:before {
    content: "\ebe7";
  }

  .icomoon-pool:before {
    content: "\ebe8";
  }

  .icomoon-portable_wifi_off:before {
    content: "\ebe9";
  }

  .icomoon-portrait:before {
    content: "\ebea";
  }

  .icomoon-power:before {
    content: "\ebeb";
  }

  .icomoon-power_input:before {
    content: "\ebec";
  }

  .icomoon-power_off:before {
    content: "\ebed";
  }

  .icomoon-power_settings_new:before {
    content: "\ebee";
  }

  .icomoon-pregnant_woman:before {
    content: "\ebef";
  }

  .icomoon-present_to_all:before {
    content: "\ebf0";
  }

  .icomoon-print:before {
    content: "\ebf1";
  }

  .icomoon-print_disabled:before {
    content: "\ebf2";
  }

  .icomoon-priority_high:before {
    content: "\ebf3";
  }

  .icomoon-public:before {
    content: "\ebf4";
  }

  .icomoon-publish:before {
    content: "\ebf5";
  }

  .icomoon-query_builder:before {
    content: "\ebf6";
  }

  .icomoon-question_answer:before {
    content: "\ebf7";
  }

  .icomoon-queue:before {
    content: "\ebf8";
  }

  .icomoon-queue_music:before {
    content: "\ebf9";
  }

  .icomoon-queue_play_next:before {
    content: "\ebfa";
  }

  .icomoon-radio_button_checked:before {
    content: "\ebfb";
  }

  .icomoon-radio_button_unchecked:before {
    content: "\ebfc";
  }

  .icomoon-radio_gmd:before {
    content: "\ebfd";
  }

  .icomoon-rate_review:before {
    content: "\ebfe";
  }

  .icomoon-receipt:before {
    content: "\ebff";
  }

  .icomoon-recent_actors:before {
    content: "\ec00";
  }

  .icomoon-record_voice_over:before {
    content: "\ec01";
  }

  .icomoon-redeem:before {
    content: "\ec02";
  }

  .icomoon-redo:before {
    content: "\ec03";
  }

  .icomoon-refresh:before {
    content: "\ec04";
  }

  .icomoon-remove:before {
    content: "\ec05";
  }

  .icomoon-remove_circle:before {
    content: "\ec06";
  }

  .icomoon-remove_circle_outline:before {
    content: "\ec07";
  }

  .icomoon-remove_from_queue:before {
    content: "\ec08";
  }

  .icomoon-remove_red_eye:before {
    content: "\ec09";
  }

  .icomoon-remove_shopping_cart:before {
    content: "\ec0a";
  }

  .icomoon-reorder:before {
    content: "\ec0b";
  }

  .icomoon-repeat:before {
    content: "\ec0c";
  }

  .icomoon-repeat_one:before {
    content: "\ec0d";
  }

  .icomoon-replay:before {
    content: "\ec0e";
  }

  .icomoon-replay_5:before {
    content: "\ec0f";
  }

  .icomoon-replay_10:before {
    content: "\ec10";
  }

  .icomoon-replay_30:before {
    content: "\ec11";
  }

  .icomoon-reply:before {
    content: "\ec12";
  }

  .icomoon-reply_all:before {
    content: "\ec13";
  }

  .icomoon-report:before {
    content: "\ec14";
  }

  .icomoon-report_off:before {
    content: "\ec15";
  }

  .icomoon-report_problem:before {
    content: "\ec16";
  }

  .icomoon-restaurant:before {
    content: "\ec17";
  }

  .icomoon-restaurant_menu:before {
    content: "\ec18";
  }

  .icomoon-restore:before {
    content: "\ec19";
  }

  .icomoon-restore_from_trash:before {
    content: "\ec1a";
  }

  .icomoon-restore_page:before {
    content: "\ec1b";
  }

  .icomoon-ring_volume:before {
    content: "\ec1c";
  }

  .icomoon-room:before {
    content: "\ec1d";
  }

  .icomoon-room_service:before {
    content: "\ec1e";
  }

  .icomoon-rotate_90_degrees_ccw:before {
    content: "\ec1f";
  }

  .icomoon-rotate_left:before {
    content: "\ec20";
  }

  .icomoon-rotate_right:before {
    content: "\ec21";
  }

  .icomoon-rounded_corner:before {
    content: "\ec22";
  }

  .icomoon-router:before {
    content: "\ec23";
  }

  .icomoon-rowing:before {
    content: "\ec24";
  }

  .icomoon-rss_feed:before {
    content: "\ec25";
  }

  .icomoon-rv_hookup:before {
    content: "\ec26";
  }

  .icomoon-satellite:before {
    content: "\ec27";
  }

  .icomoon-save:before {
    content: "\ec28";
  }

  .icomoon-save_alt:before {
    content: "\ec29";
  }

  .icomoon-scanner:before {
    content: "\ec2a";
  }

  .icomoon-scatter_plot:before {
    content: "\ec2b";
  }

  .icomoon-schedule:before {
    content: "\ec2c";
  }

  .icomoon-school:before {
    content: "\ec2d";
  }

  .icomoon-score:before {
    content: "\ec2e";
  }

  .icomoon-screen_lock_landscape:before {
    content: "\ec2f";
  }

  .icomoon-screen_lock_portrait:before {
    content: "\ec30";
  }

  .icomoon-screen_lock_rotation:before {
    content: "\ec31";
  }

  .icomoon-screen_rotation:before {
    content: "\ec32";
  }

  .icomoon-screen_share:before {
    content: "\ec33";
  }

  .icomoon-sd_card:before {
    content: "\ec34";
  }

  .icomoon-sd_storage:before {
    content: "\ec35";
  }

  .icomoon-search:before {
    content: "\ec36";
  }

  .icomoon-security:before {
    content: "\ec37";
  }

  .icomoon-select_all:before {
    content: "\ec38";
  }

  .icomoon-send:before {
    content: "\ec39";
  }

  .icomoon-sentiment_dissatisfied:before {
    content: "\ec3a";
  }

  .icomoon-sentiment_satisfied:before {
    content: "\ec3b";
  }

  .icomoon-sentiment_satisfied_alt:before {
    content: "\ec3c";
  }

  .icomoon-sentiment_very_dissatisfied:before {
    content: "\ec3d";
  }

  .icomoon-sentiment_very_satisfied:before {
    content: "\ec3e";
  }

  .icomoon-settings:before {
    content: "\ec3f";
  }

  .icomoon-settings_applications:before {
    content: "\ec40";
  }

  .icomoon-settings_backup_restore:before {
    content: "\ec41";
  }

  .icomoon-settings_bluetooth:before {
    content: "\ec42";
  }

  .icomoon-settings_brightness:before {
    content: "\ec43";
  }

  .icomoon-settings_cell:before {
    content: "\ec44";
  }

  .icomoon-settings_ethernet:before {
    content: "\ec45";
  }

  .icomoon-settings_input_antenna:before {
    content: "\ec46";
  }

  .icomoon-settings_input_component:before {
    content: "\ec47";
  }

  .icomoon-settings_input_composite:before {
    content: "\ec48";
  }

  .icomoon-settings_input_hdmi:before {
    content: "\ec49";
  }

  .icomoon-settings_input_svideo:before {
    content: "\ec4a";
  }

  .icomoon-settings_overscan:before {
    content: "\ec4b";
  }

  .icomoon-settings_phone:before {
    content: "\ec4c";
  }

  .icomoon-settings_power:before {
    content: "\ec4d";
  }

  .icomoon-settings_remote:before {
    content: "\ec4e";
  }

  .icomoon-settings_system_daydream:before {
    content: "\ec4f";
  }

  .icomoon-settings_voice:before {
    content: "\ec50";
  }

  .icomoon-share:before {
    content: "\ec51";
  }

  .icomoon-shop:before {
    content: "\ec52";
  }

  .icomoon-shop_two:before {
    content: "\ec53";
  }

  .icomoon-shopping_basket:before {
    content: "\ec54";
  }

  .icomoon-shopping_cart:before {
    content: "\ec55";
  }

  .icomoon-short_text:before {
    content: "\ec56";
  }

  .icomoon-show_chart:before {
    content: "\ec57";
  }

  .icomoon-shuffle:before {
    content: "\ec58";
  }

  .icomoon-shutter_speed:before {
    content: "\ec59";
  }

  .icomoon-signal_cellular_0_bar:before {
    content: "\ec5a";
  }

  .icomoon-signal_cellular_1_bar .path1:before {
    content: "\ec5b";
    color: black;
    opacity: 0.3;
  }

  .icomoon-signal_cellular_1_bar .path2:before {
    content: "\ec5c";
    margin-left: -1em;
    color: black;
  }

  .icomoon-signal_cellular_2_bar .path1:before {
    content: "\ec5d";
    color: black;
    opacity: 0.3;
  }

  .icomoon-signal_cellular_2_bar .path2:before {
    content: "\ec5e";
    margin-left: -1em;
    color: black;
  }

  .icomoon-signal_cellular_3_bar .path1:before {
    content: "\ec5f";
    color: black;
    opacity: 0.3;
  }

  .icomoon-signal_cellular_3_bar .path2:before {
    content: "\ec60";
    margin-left: -1em;
    color: black;
  }

  .icomoon-signal_cellular_4_bar:before {
    content: "\ec61";
  }

  .icomoon-signal_cellular_alt:before {
    content: "\ec62";
  }

  .icomoon-signal_cellular_connected_no_internet_0_bar .path1:before {
    content: "\ec63";
    color: black;
    opacity: 0.3;
  }

  .icomoon-signal_cellular_connected_no_internet_0_bar .path2:before {
    content: "\ec64";
    margin-left: -1em;
    color: black;
  }

  .icomoon-signal_cellular_connected_no_internet_1_bar .path1:before {
    content: "\ec65";
    color: black;
    opacity: 0.3;
  }

  .icomoon-signal_cellular_connected_no_internet_1_bar .path2:before {
    content: "\ec66";
    margin-left: -1em;
    color: black;
  }

  .icomoon-signal_cellular_connected_no_internet_2_bar .path1:before {
    content: "\ec67";
    color: black;
    opacity: 0.3;
  }

  .icomoon-signal_cellular_connected_no_internet_2_bar .path2:before {
    content: "\ec68";
    margin-left: -1em;
    color: black;
  }

  .icomoon-signal_cellular_connected_no_internet_3_bar .path1:before {
    content: "\ec69";
    color: black;
    opacity: 0.3;
  }

  .icomoon-signal_cellular_connected_no_internet_3_bar .path2:before {
    content: "\ec6a";
    margin-left: -1em;
    color: black;
  }

  .icomoon-signal_cellular_connected_no_internet_4_bar:before {
    content: "\ec6b";
  }

  .icomoon-signal_cellular_no_sim:before {
    content: "\ec6c";
  }

  .icomoon-signal_cellular_null:before {
    content: "\ec6d";
  }

  .icomoon-signal_cellular_off:before {
    content: "\ec6e";
  }

  .icomoon-signal_wifi_0_bar:before {
    content: "\ec6f";
  }

  .icomoon-signal_wifi_1_bar .path1:before {
    content: "\ec70";
    color: black;
    opacity: 0.3;
  }

  .icomoon-signal_wifi_1_bar .path2:before {
    content: "\ec71";
    margin-left: -1em;
    color: black;
  }

  .icomoon-signal_wifi_1_bar_lock .path1:before {
    content: "\ec72";
    color: black;
  }

  .icomoon-signal_wifi_1_bar_lock .path2:before {
    content: "\ec73";
    margin-left: -1em;
    color: black;
    opacity: 0.3;
  }

  .icomoon-signal_wifi_1_bar_lock .path3:before {
    content: "\ec74";
    margin-left: -1em;
    color: black;
  }

  .icomoon-signal_wifi_2_bar .path1:before {
    content: "\ec75";
    color: black;
    opacity: 0.3;
  }

  .icomoon-signal_wifi_2_bar .path2:before {
    content: "\ec76";
    margin-left: -1em;
    color: black;
  }

  .icomoon-signal_wifi_2_bar_lock .path1:before {
    content: "\ec77";
    color: black;
  }

  .icomoon-signal_wifi_2_bar_lock .path2:before {
    content: "\ec78";
    margin-left: -1em;
    color: black;
    opacity: 0.3;
  }

  .icomoon-signal_wifi_2_bar_lock .path3:before {
    content: "\ec79";
    margin-left: -1em;
    color: black;
  }

  .icomoon-signal_wifi_3_bar .path1:before {
    content: "\ec7a";
    color: black;
    opacity: 0.3;
  }

  .icomoon-signal_wifi_3_bar .path2:before {
    content: "\ec7b";
    margin-left: -1em;
    color: black;
  }

  .icomoon-signal_wifi_3_bar_lock .path1:before {
    content: "\ec7c";
    color: black;
    opacity: 0.3;
  }

  .icomoon-signal_wifi_3_bar_lock .path2:before {
    content: "\ec7d";
    margin-left: -1em;
    color: black;
  }

  .icomoon-signal_wifi_4_bar:before {
    content: "\ec7e";
  }

  .icomoon-signal_wifi_4_bar_lock:before {
    content: "\ec7f";
  }

  .icomoon-signal_wifi_off:before {
    content: "\ec80";
  }

  .icomoon-sim_card:before {
    content: "\ec81";
  }

  .icomoon-skip_next:before {
    content: "\ec82";
  }

  .icomoon-skip_previous:before {
    content: "\ec83";
  }

  .icomoon-slideshow:before {
    content: "\ec84";
  }

  .icomoon-slow_motion_video:before {
    content: "\ec85";
  }

  .icomoon-smartphone:before {
    content: "\ec86";
  }

  .icomoon-smoke_free:before {
    content: "\ec87";
  }

  .icomoon-smoking_rooms:before {
    content: "\ec88";
  }

  .icomoon-sms:before {
    content: "\ec89";
  }

  .icomoon-sms_failed:before {
    content: "\ec8a";
  }

  .icomoon-snooze:before {
    content: "\ec8b";
  }

  .icomoon-sort:before {
    content: "\ec8c";
  }

  .icomoon-sort_by_alpha:before {
    content: "\ec8d";
  }

  .icomoon-spa .path1:before {
    content: "\ec8e";
    color: #607d8b;
  }

  .icomoon-spa .path2:before {
    content: "\ec8f";
    margin-left: -1em;
    color: black;
  }

  .icomoon-space_bar:before {
    content: "\ec90";
  }

  .icomoon-speaker:before {
    content: "\ec91";
  }

  .icomoon-speaker_group:before {
    content: "\ec92";
  }

  .icomoon-speaker_notes:before {
    content: "\ec93";
  }

  .icomoon-speaker_notes_off:before {
    content: "\ec94";
  }

  .icomoon-speaker_phone:before {
    content: "\ec95";
  }

  .icomoon-spellcheck:before {
    content: "\ec96";
  }

  .icomoon-star:before {
    content: "\ec97";
  }

  .icomoon-star_border:before {
    content: "\ec98";
  }

  .icomoon-star_half:before {
    content: "\ec99";
  }

  .icomoon-star_rate:before {
    content: "\ec9a";
  }

  .icomoon-stars:before {
    content: "\ec9b";
  }

  .icomoon-stay_current_landscape:before {
    content: "\ec9c";
  }

  .icomoon-stay_current_portrait:before {
    content: "\ec9d";
  }

  .icomoon-stay_primary_landscape:before {
    content: "\ec9e";
  }

  .icomoon-stay_primary_portrait:before {
    content: "\ec9f";
  }

  .icomoon-stop:before {
    content: "\eca0";
  }

  .icomoon-stop_screen_share:before {
    content: "\eca1";
  }

  .icomoon-storage:before {
    content: "\eca2";
  }

  .icomoon-store:before {
    content: "\eca3";
  }

  .icomoon-store_mall_directory:before {
    content: "\eca4";
  }

  .icomoon-straighten:before {
    content: "\eca5";
  }

  .icomoon-streetview:before {
    content: "\eca6";
  }

  .icomoon-strikethrough_s:before {
    content: "\eca7";
  }

  .icomoon-style:before {
    content: "\eca8";
  }

  .icomoon-subdirectory_arrow_left:before {
    content: "\eca9";
  }

  .icomoon-subdirectory_arrow_right:before {
    content: "\ecaa";
  }

  .icomoon-subject:before {
    content: "\ecab";
  }

  .icomoon-subscriptions:before {
    content: "\ecac";
  }

  .icomoon-subtitles:before {
    content: "\ecad";
  }

  .icomoon-subway:before {
    content: "\ecae";
  }

  .icomoon-supervised_user_circle:before {
    content: "\ecaf";
  }

  .icomoon-supervisor_account:before {
    content: "\ecb0";
  }

  .icomoon-surround_sound:before {
    content: "\ecb1";
  }

  .icomoon-swap_calls:before {
    content: "\ecb2";
  }

  .icomoon-swap_horiz:before {
    content: "\ecb3";
  }

  .icomoon-swap_horizontal_circle:before {
    content: "\ecb4";
  }

  .icomoon-swap_vert:before {
    content: "\ecb5";
  }

  .icomoon-swap_vertical_circle:before {
    content: "\ecb6";
  }

  .icomoon-switch_camera:before {
    content: "\ecb7";
  }

  .icomoon-switch_video:before {
    content: "\ecb8";
  }

  .icomoon-sync:before {
    content: "\ecb9";
  }

  .icomoon-sync_disabled:before {
    content: "\ecba";
  }

  .icomoon-sync_problem:before {
    content: "\ecbb";
  }

  .icomoon-system_update:before {
    content: "\ecbc";
  }

  .icomoon-tab:before {
    content: "\ecbd";
  }

  .icomoon-tab_unselected:before {
    content: "\ecbe";
  }

  .icomoon-table_chart:before {
    content: "\ecbf";
  }

  .icomoon-tablet:before {
    content: "\ecc0";
  }

  .icomoon-tablet_android:before {
    content: "\ecc1";
  }

  .icomoon-tablet_mac:before {
    content: "\ecc2";
  }

  .icomoon-tag_faces:before {
    content: "\ecc3";
  }

  .icomoon-tap_and_play:before {
    content: "\ecc4";
  }

  .icomoon-terrain:before {
    content: "\ecc5";
  }

  .icomoon-text_fields:before {
    content: "\ecc6";
  }

  .icomoon-text_format:before {
    content: "\ecc7";
  }

  .icomoon-text_rotate_up:before {
    content: "\ecc8";
  }

  .icomoon-text_rotate_vertical:before {
    content: "\ecc9";
  }

  .icomoon-text_rotation_down:before {
    content: "\ecca";
  }

  .icomoon-text_rotation_none:before {
    content: "\eccb";
  }

  .icomoon-textsms:before {
    content: "\eccc";
  }

  .icomoon-texture:before {
    content: "\eccd";
  }

  .icomoon-theaters:before {
    content: "\ecce";
  }

  .icomoon-thumb_down:before {
    content: "\eccf";
  }

  .icomoon-thumb_down_alt:before {
    content: "\ecd0";
  }

  .icomoon-thumb_up:before {
    content: "\ecd1";
  }

  .icomoon-thumb_up_alt:before {
    content: "\ecd2";
  }

  .icomoon-thumbs_up_down:before {
    content: "\ecd3";
  }

  .icomoon-time_to_leave:before {
    content: "\ecd4";
  }

  .icomoon-timelapse:before {
    content: "\ecd5";
  }

  .icomoon-timeline:before {
    content: "\ecd6";
  }

  .icomoon-timer:before {
    content: "\ecd7";
  }

  .icomoon-timer_3:before {
    content: "\ecd8";
  }

  .icomoon-timer_10:before {
    content: "\ecd9";
  }

  .icomoon-timer_off:before {
    content: "\ecda";
  }

  .icomoon-title:before {
    content: "\ecdb";
  }

  .icomoon-toc:before {
    content: "\ecdc";
  }

  .icomoon-today:before {
    content: "\ecdd";
  }

  .icomoon-toggle_off:before {
    content: "\ecde";
  }

  .icomoon-toggle_on:before {
    content: "\ecdf";
  }

  .icomoon-toll:before {
    content: "\ece0";
  }

  .icomoon-tonality:before {
    content: "\ece1";
  }

  .icomoon-touch_app:before {
    content: "\ece2";
  }

  .icomoon-toys:before {
    content: "\ece3";
  }

  .icomoon-track_changes:before {
    content: "\ece4";
  }

  .icomoon-traffic:before {
    content: "\ece5";
  }

  .icomoon-train:before {
    content: "\ece6";
  }

  .icomoon-tram:before {
    content: "\ece7";
  }

  .icomoon-transfer_within_a_station:before {
    content: "\ece8";
  }

  .icomoon-transform:before {
    content: "\ece9";
  }

  .icomoon-transit_enterexit:before {
    content: "\ecea";
  }

  .icomoon-translate:before {
    content: "\eceb";
  }

  .icomoon-trending_down:before {
    content: "\ecec";
  }

  .icomoon-trending_flat:before {
    content: "\eced";
  }

  .icomoon-trending_up:before {
    content: "\ecee";
  }

  .icomoon-trip_origin:before {
    content: "\ecef";
  }

  .icomoon-tune:before {
    content: "\ecf0";
  }

  .icomoon-turned_in:before {
    content: "\ecf1";
  }

  .icomoon-turned_in_not:before {
    content: "\ecf2";
  }

  .icomoon-tv:before {
    content: "\ecf3";
  }

  .icomoon-tv_off:before {
    content: "\ecf4";
  }

  .icomoon-unarchive:before {
    content: "\ecf5";
  }

  .icomoon-undo:before {
    content: "\ecf6";
  }

  .icomoon-unfold_less:before {
    content: "\ecf7";
  }

  .icomoon-unfold_more:before {
    content: "\ecf8";
  }

  .icomoon-unsubscribe:before {
    content: "\ecf9";
  }

  .icomoon-update:before {
    content: "\ecfa";
  }

  .icomoon-usb:before {
    content: "\ecfb";
  }

  .icomoon-verified_user:before {
    content: "\ecfc";
  }

  .icomoon-vertical_align_bottom:before {
    content: "\ecfd";
  }

  .icomoon-vertical_align_center:before {
    content: "\ecfe";
  }

  .icomoon-vertical_align_top:before {
    content: "\ecff";
  }

  .icomoon-vertical_split:before {
    content: "\ed00";
  }

  .icomoon-vibration:before {
    content: "\ed01";
  }

  .icomoon-video_call:before {
    content: "\ed02";
  }

  .icomoon-video_label:before {
    content: "\ed03";
  }

  .icomoon-video_library:before {
    content: "\ed04";
  }

  .icomoon-videocam:before {
    content: "\ed05";
  }

  .icomoon-videocam_off:before {
    content: "\ed06";
  }

  .icomoon-videogame_asset:before {
    content: "\ed07";
  }

  .icomoon-view_agenda:before {
    content: "\ed08";
  }

  .icomoon-view_array:before {
    content: "\ed09";
  }

  .icomoon-view_carousel:before {
    content: "\ed0a";
  }

  .icomoon-view_column:before {
    content: "\ed0b";
  }

  .icomoon-view_comfy:before {
    content: "\ed0c";
  }

  .icomoon-view_compact:before {
    content: "\ed0d";
  }

  .icomoon-view_day:before {
    content: "\ed0e";
  }

  .icomoon-view_headline:before {
    content: "\ed0f";
  }

  .icomoon-view_list:before {
    content: "\ed10";
  }

  .icomoon-view_module:before {
    content: "\ed11";
  }

  .icomoon-view_quilt:before {
    content: "\ed12";
  }

  .icomoon-view_stream:before {
    content: "\ed13";
  }

  .icomoon-view_week:before {
    content: "\ed14";
  }

  .icomoon-vignette:before {
    content: "\ed15";
  }

  .icomoon-visibility:before {
    content: "\ed16";
  }

  .icomoon-visibility_off:before {
    content: "\ed17";
  }

  .icomoon-voice_chat:before {
    content: "\ed18";
  }

  .icomoon-voice_over_off:before {
    content: "\ed19";
  }

  .icomoon-voicemail:before {
    content: "\ed1a";
  }

  .icomoon-volume_down:before {
    content: "\ed1b";
  }

  .icomoon-volume_mute:before {
    content: "\ed1c";
  }

  .icomoon-volume_off:before {
    content: "\ed1d";
  }

  .icomoon-volume_up:before {
    content: "\ed1e";
  }

  .icomoon-vpn_key:before {
    content: "\ed1f";
  }

  .icomoon-vpn_lock:before {
    content: "\ed20";
  }

  .icomoon-wallpaper:before {
    content: "\ed21";
  }

  .icomoon-warning:before {
    content: "\ed22";
  }

  .icomoon-watch:before {
    content: "\ed23";
  }

  .icomoon-watch_later:before {
    content: "\ed24";
  }

  .icomoon-waves:before {
    content: "\ed25";
  }

  .icomoon-wb_auto:before {
    content: "\ed26";
  }

  .icomoon-wb_cloudy:before {
    content: "\ed27";
  }

  .icomoon-wb_incandescent:before {
    content: "\ed28";
  }

  .icomoon-wb_iridescent:before {
    content: "\ed29";
  }

  .icomoon-wb_sunny:before {
    content: "\ed2a";
  }

  .icomoon-wc:before {
    content: "\ed2b";
  }

  .icomoon-web:before {
    content: "\ed2c";
  }

  .icomoon-web_asset:before {
    content: "\ed2d";
  }

  .icomoon-weekend:before {
    content: "\ed2e";
  }

  .icomoon-whatshot:before {
    content: "\ed2f";
  }

  .icomoon-where_to_vote:before {
    content: "\ed30";
  }

  .icomoon-widgets:before {
    content: "\ed31";
  }

  .icomoon-wifi:before {
    content: "\ed32";
  }

  .icomoon-wifi_lock:before {
    content: "\ed33";
  }

  .icomoon-wifi_off:before {
    content: "\ed34";
  }

  .icomoon-wifi_tethering:before {
    content: "\ed35";
  }

  .icomoon-work:before {
    content: "\ed36";
  }

  .icomoon-work_off:before {
    content: "\ed37";
  }

  .icomoon-work_outline:before {
    content: "\ed38";
  }

  .icomoon-wrap_text:before {
    content: "\ed39";
  }

  .icomoon-youtube_searched_for:before {
    content: "\ed3a";
  }

  .icomoon-zoom_in:before {
    content: "\ed3b";
  }

  .icomoon-zoom_out:before {
    content: "\ed3c";
  }

  .icomoon-zoom_out_map:before {
    content: "\ed3d";
  }

  /* === Button === */
  .fillet-btn.flat-btn {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    min-width: unset;
    padding: 0;
    margin: 0 8px;
    color: #D7000F;
    font-size: 15px;
  }

  .back-btn {
    display: none;
    position: relative;
    top: -4px;
    margin-left: -26px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    font-size: 24px;
  }
  
  .back-btn, .back-btn:hover, .back-btn:focus, .back-btn:active {
    color: #D7000F;
  }
  
  @media screen and (max-width: 991px) {
    .back-btn {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
    }
  }

  /* === Card === */
  @media screen and (min-width: 992px) {
    .shuttle-cars {
      margin-top: -12px;
    }
  }

  @media screen and (min-width: 1440.01px) {
    .shuttle-cars .card {
      width: calc(33.3333% - 8px);
      max-width: 299.333333px;
    }
  }

  .paper-wrapper .shuttle-cars {
    margin-top: 10px;
  }

  .paper-wrapper .shuttle-cars .card {
    max-width: unset;
  }

  .paper-wrapper .shuttle-cars .card h4 {
    margin-top: 0;
  }

  .paper-wrapper .notice-card,
  .paper-wrapper .location-bar,
  .paper-wrapper .shuttle-cars .card,
  .paper-wrapper .car-wcard,
  .paper-wrapper .car-card {
    border: 1px solid #DCDCDC;
  }

  @media screen and (min-width: 992px) {
    .paper-wrapper .shuttle-cars .card {
      width: calc(33.3333% - 12px);
    }
    .paper-wrapper .shuttle-cars .card:hover,
    .paper-wrapper .car-wcard:hover,
    .paper-wrapper .car-card:hover {
      border-color: #D7000F;
    }
  }

  @media screen and (min-width: 1440.01px) {
    .paper-wrapper .shuttle-cars .card {
      width: calc(25% - 12px);
    }
  }

  /* === Empty State === */
  .empty-state-content,
  .search-not-found-state-content {
    display: none;
  }

  .empty-state .empty-state-content {
    display: block;
  }

  .empty-state > *:not(.empty-state-content) {
    display: none;
  }

  .search-not-found-state .search-not-found-state-content {
    display: block;
  }

  .search-not-found-state > *:not(.search-not-found-state-content) {
    display: none;
  }

  /* === Form === */
  .form-item [class^="icomoon-"] {
    font-size: 20px;
  }

  .form-label-item.form-label-item-flex-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .detail-info .form-label-item.address {
    margin-top: 0;
    margin-bottom: 0;
  }

  .detail-info .form-label-item .selectric-wrapper {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  @media screen and (min-width: 768px) {
    .detail-info.nowrap .folder-layout {
      width: 0;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
    }
  }

  @media screen and (max-width: 991px) {
    .detail-info .form-label-item.address .item {
      margin: 4px 4px;
    }
  }

  @media screen and (max-width: 600px) {
    .detail-info .form-label-item.address .item {
      margin-top: 0;
    }

    .page_popbg .location-box{
      position: absolute;
    }
  }

  @media screen and (max-width: 600px) {
    .form-label-item.date::after, .form-label-item.location::after {
      top: calc(50% + 14px);
    }
  }

  @media screen and (max-width: 991px) {
    #loc_00 .location {
      width: calc(100% - 136px);
      margin-right: 0 !important;
    }
  }

  .form-row .grey-spce {
    padding-top: 25px;
  }

  @media screen and (max-width: 991px) {
    .form-row .grey-spce .form-label-item.address.commonly-used {
      margin-top: 25px;
    }
    .form-row .grey-spce .form-label-item.address.commonly-used .item:nth-Last-of-type(1) {
      width: calc(72% - 8px);
    }
    .form-row .grey-spce .form-label-item.address.commonly-used .item:nth-Last-of-type(3), .form-row .grey-spce .form-label-item.address.commonly-used .item:nth-Last-of-type(4) {
      width: calc(50% - 8px);
    }
    .form-row .grey-spce .form-label-item.address.commonly-used .item:nth-Last-of-type(5) {
      width: calc(100% - 50px);
    }
  }

  @media screen and (max-width: 600px) {
    .form-row .grey-spce .form-label-item.address.commonly-used .item:nth-Last-of-type(1), .form-row .grey-spce .form-label-item.address.commonly-used .item:nth-Last-of-type(2) {
      width: 100%;
    }
  }

  @media screen and (max-width: 1199px) {
    #shuttle-device .form-row.col-02 .form-label-item {
      width: 100%;
    }
    #shuttle-device .seat {
      margin-top: 8px;
    }
  }

  /* === Headline === */
  .search-car .detail-headline {
    margin: 12px 8px 8px;
    padding-bottom: 0;
    padding-top: 10px;
    border-top: 1px solid #DCDCDC;
    border-bottom: none;
  }

  .search-car .detail-headline:before {
    top: 16px;
  }

  .detail-box .detail-headline {
    margin-top: 55px;
  }

  .detail-box .detail-headline > * {
    margin-top: 0;
    margin-bottom: 0;
  }

  /* === Input === */
  textarea {
    font-size: 16px;
    border: none;
    background-color: transparent;
  }

  textarea:focus {
    outline: none;
  }

  textarea.form-item {
    padding: 8px 18px;
  }

  /* === .mark-row === */
  @media screen and (max-width: 767px) {
    .mark-row .car-pic {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
      flex: 1 0 100%;
      margin: 0;
      text-align: center;
    }
  }

  /* === Tab === */
  .tab-in.show[id^=invoice-] {
    overflow: visible;
  }

  /* === Layout === */
  .mb10 {
    margin-bottom: 10px;
  }

  #shuttle-device .paper-wrapper.pb-medium {
    padding-bottom: 4%;
  }

  #headerMenu .selectric-wrapper{
    margin: 0px;
  }

  #headerMenu .selectric .label{
    font-size: 12px;
    line-height: 20px;
    height: 20px;
  }

  #headerMenu .selectric-wrapper .selectric-items{
    top:0px;
    left:20px;
  }

  .new-headline::before{
    height: 0px;
  }
  
  .showTypeSquare{
    list-style-type: square;
    padding-left:20px;
  }

  /* === Explanation === */
  .exp{
    position: absolute;
    font-size: medium; }
    .exp > .form-btnbox{
      line-height: 1 !important; 
      padding-right: 0.5em; }
    .exp > span{
      width: 90%; }
    @media screen and (max-width: 1199px) {
      .exp > span{
        width: 80%; }}
    @media screen and (max-width: 767px){
      .pt120{
        margin-top: 17em !important;
        margin-left: 0.8em; }}
    @media screen and (max-width: 479){
      .pt120{
        margin-top: 78px !important; }}

  /* === swal2 === */
  .swal2-popup .swal2-close{
  z-index: 999; }

  /* === table.layout-03 === */
  .table.layout-03 {
    -webkit-animation: fadeIn .85s both;
            animation: fadeIn .85s both;
    -webkit-animation-delay: .4s;
            animation-delay: .4s; }
  .table.layout-03.black{
    text-align: left;
  }
  .table.layout-03.black td, .table.layout-03 th {
    border-right: 1px solid rgba(220, 220, 220, 0.9); }
    .table.layout-03 td:last-child, .table.layout-03 th:last-child {
          border: none; }
  .table.layout-03.black thead tr {
      text-align: center;  }
    .table.layout-03.black thead tr th{
      font-weight: bold;
      font-size: 1.05em; }
    .table.layout-03.black tbody tr:first-child {
      background-color: #292929;
      color: #F3F3F3; 
      border-bottom: 1px solid #DCDCDC; }
    .table.layout-03.black tbody tr {
      background-color: #fff;
      border-bottom: 1px solid #DCDCDC; }
    @media screen and (max-width: 767px) {
      .table.layout-03.black tbody tr:first-child {
        border-top: 1px solid #292929; }
      .table.layout-03 tr {
        width: 100%;}
      .table.layout-03 td {
        text-align: left; } }
    @media screen and (max-width: 479px) {
      .table.layout-03 tbody tr {
        padding: 5px 0; } } 
    .table.layout-03.black tr:last-child ul{
      list-style-type: disc;
      padding: 10px;
      font-size: 0.9em;
    }

  /* === shuttle === */
  @media screen and (max-width: 1199px) {
  #shuttle-device .mb40 {
  margin-bottom: 0 !important; }
  #shuttle-device .pb{
    margin-bottom: 6em !important; }}

  .pt120 {
    margin-top: 120px; }
    @media screen and (max-width: 1199px) {
      .pt100 {
        margin-top: 102px; } }
    @media screen and (max-width: 767px) {
      .pt100 {
        margin-top: 79.2px; } }
    @media screen and (max-width: 479px) {
      .pt100 {
        margin-top: 60px; } }

  @media screen and (max-width: 600px) {
  #shuttle-device .form-rowin-row.pag {
    margin-bottom: 0; } }

  .selectric-disable{
    pointer-events: none;
    opacity: 0.4;
  }
  
/*== CTBC Shuttle== */
@media screen and (min-width: 1380px) {
  #header .ctbclogo {
    position: absolute;
    left: 360px;
    bottom: 10px;
    color: red;
    font-size: 1.6em;
    font-weight: bold;
    min-width: 1300px;
  }
  #ctbcShuttle-applogo {
    content: url("images/APP_pc.png") 
  } 
}

@media screen and (max-width: 1366px) and (min-width: 1025px) {
  #header .menu {
    position: absolute;
    left: 500px;
    bottom: 10;
    min-width: 1000px;
  }

  #header .ctbclogo {
    position: absolute;
    left: 300px;
    bottom: 10px;
    color: red;
    font-size: 1.4em;
    font-weight: bold;
    min-width: 1000px;
  }

  #ctbcShuttle-applogo {
    content: url("images/APP_pc.png") 
  } 
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  #header .menu {
    position: absolute;
    left: 300px;
    bottom: 10;
    min-width: 900px;
  }

  #header .ctbclogo {
    position: absolute;
    left: 260px;
    bottom: 10px;
    color: red;
    font-size: 1.4em;
    font-weight: bold;
    min-width: 900px;
  }

  #ctbcShuttle-applogo {
    content: url("images/APP_pc.png") 
  } 
}

@media screen and (max-width: 768px) {
  #header .ctbclogo {
    position: absolute;
    left: 220px;
    bottom: 10px;
    color: red;
    font-weight: bold;
    font-size: 1.2em;
    min-width: 600px;
  }

  #ctbcShuttle-applogo {
    content: url("images/APP_mobile.png") 
  } 
}

@media screen and (max-width: 479px) {
  #header .ctbclogo {
    position: absolute;
    left: 200px;
    bottom: 10px;
    color: red;
    font-weight: bold;
    font-size: 0.6em;
    min-width: 400px;
  }

  #ctbcShuttle-applogo {
    content: url("images/APP_mobile.png") 
  }  
}

@media screen and (max-width: 330px) {
  #header .ctbclogo {
    position: absolute;
    left: 190px;
    bottom: 10px;
    color: red;
    font-weight: bold;
    font-size: 0.6em;
    width: 40px;
    min-width: 20px;
  }
  #ctbcShuttle-applogo {
    content: url("images/APP_mobile.png") 
  }    
}

@media screen and (max-width: 280px) {
  #header .ctbclogo {
    position: absolute;
    left: 185px;
    bottom: 5px;
    color: red;
    font-weight: bold;
    font-size: 0.6em;
    width: 30px;
    min-width: 20px;
  }
  .ctbcSuttle-applogo {
    display: inline-block;
    z-index: 1; }
  .ctbcSuttle-applogo a {
    display: block;
    height: 100%;
    background: url("images/APP_mobile.png") center no-repeat; }    
}

/*====CTBC Footer====*/
#footer .service-info .item2 {
  width: 364px;
  text-align: center;
  margin-bottom: 60px;
}

#footer .service-info .app {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1em;
  font-weight: 600;
  color: #FFF;
  margin-top: 18px;
}

@media screen and (max-width: 1199px) {
  #footer .service-info .app {
    margin-top: 15.3px;
  }
}

@media screen and (max-width: 767px) {
  #footer .service-info .app {
    margin-top: 11.88px;
  }
}

@media screen and (max-width: 479px) {
  #footer .service-info .app {
    margin-top: 9px;
  }
}

.t-gary2 {
  color: #808080;
}	