html,
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
    font: 400 16px / 1.5 'Inter';
}

#main_wrapper {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 100;
  display: flex;
  flex-direction: column;
  z-index: 1;
}

[data-group=page_content] {
  flex-grow: 1;
  width: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
}

#js_error {
  z-index: 1000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

[data-id=desktop_spinner] {
  display: flex;
  background: rgba(255,255,255,0.9);
}

[data-id=mobile_spinner] {
  display: none;
  background: rgba(255,255,255,0.6);
}

[data-id=feedback_spinner] {
  display: flex;
  background: rgba(255,255,255,0.9);
}

/* 
 * 
 * Common styles 
 * ↓ ↓ ↓ ↓ ↓ ↓ ↓
 */

  .inter_font {
    font-family: 'Inter';
  }

  .flex {
    display: flex;
  }

  .flex_grow {
    flex-grow: 1;
  }

  .text_center {
    text-align: center;
  }

  .hide {
    display: none !important;
  }

  .z-index-3 {
    z-index: 3 !important;
  }

  .z-index-2 {
    z-index: 2 !important;
  }

  .font_weight_500 {
    font-weight: 500;
  }

  /* 
   *  
   * Colors 
   * ↓ ↓ ↓ ↓ ↓ ↓ ↓
   */

    .text_color_n0 {
      color: #18191F;
    }

    .bg_color_n1 {
      background-color: #9fcf3e;
    }

    .text_color_n2 {
      color: #FFFFFF;
    }

    .bg_color_n2 {
      background-color: #FFFFFF;
    }

    .text_color_n3 {
      color: #A9BA38;
    }

    .border_color_n3 {
      border-color: #A9BA38;
    }

    .bg_color_n4 {
      background-color: #E6F2CE;
    }

    .bg_color_n5 {
      background-color: #8BBB2A;
    }

    .bg_color_n6 {
      background-color: #F2F2F2;
    }

    .text_color_n7 {
      color: #404B54;
    }

    .text_color_n8 {
      color: #9E9C9C;
    }

    .text_color_red {
      color: #954343;
    }

    .input_error {
      border-color: #af2b2b !important;
      border-width: 2px !important;
    }

  /* 
   * ↑ ↑ ↑ ↑ ↑ ↑ ↑ 
   * Colors 
   */

  .indicator {
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    position: absolute;
    z-index: 100;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 999;
  }

  .btn {
    border-radius: 6px;
    font-weight: 500;
    padding: 10px 20px;
    cursor: pointer;
    border: none;
    outline: none;
    text-decoration: none;
    text-align: center;
    display: inline-flex;
    justify-content: center;
  }

/* 
 * ↑ ↑ ↑ ↑ ↑ ↑ ↑ 
 * Common styles 
 */


/* 
 * 
 * Custom widgets 
 * ↓ ↓ ↓ ↓ ↓ ↓ ↓
 */

  [data-group=widgets] {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    flex-direction: column;
    justify-content: center;
  }

/* 
 * 
 * Filters widget 
 * ↓ ↓ ↓ ↓ ↓ ↓ ↓
 */

  /* Navigation */

  .page-template-page-map [data-group=filters].toggler {
    display: flex!important;
    align-items: center;
    margin-right: 30px;
    height: 47px;
    justify-content: center;
    width: 40px;
    cursor: pointer;
  }

  [data-group=filters].toggler [data-action=close] {
    font-size: 40px;
    line-height: 1px;
    height: 16px;
  }

  [data-group=filters][data-state=closed].toggler [data-action=open] {
    display: inline;
  }

  [data-group=filters][data-state=closed].toggler [data-action=close] {
    display: none;
  }

  [data-group=filters][data-state=opened].toggler [data-action=open] {
    display: none;
  }

  [data-group=filters][data-state=opened].toggler [data-action=close] {
    display: inline;
  }

  [data-group=filters][data-id=close_button] {
    position: absolute;
    padding: 7px;
    top: 0px;
    right: 26px;
    left: 26px;
    z-index: 4;
    text-align: right;
    box-sizing: border-box;
  }

  [data-group=filters][data-id=close_button] svg {
    cursor: pointer;
    width: 32px;
    height: auto;
    margin-right: -28px; 
  }

  /* Form */

  [data-group=filters].wrapper {
    width: 100%;
    max-width: 433px;
    z-index: 2;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 50px;
    position: fixed;
    top: 0px;
    padding-top: 140px;
    height: 682px;
    max-height: 100%;
    box-sizing: border-box;
  }

  [data-group=filters].wrapper.active {
    display: flex !important;
  }

  [data-group=filters].container {
    left: 21px;
    right: 21px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 26px;
    padding-right: 13px;
    box-sizing: border-box;
    position: absolute;
    top: 140px;
    bottom: 0px;
  }

  [data-group=filters].content {
    padding-right: 13px;
    height: 100%;
    overflow-y: scroll;
    overflow-x: visible;
  }
  [data-group=filters].content::-webkit-scrollbar {
    width: 4px;
  }
  [data-group=filters].content::-webkit-scrollbar-track {
    background: #E6F2CE;
    border-radius: 4px;
  }
  [data-group=filters].content::-webkit-scrollbar-thumb {
    background: #A9BA38;
    border-radius: 4px;
  }
  [data-group=filters].content::-webkit-scrollbar-thumb:hover {
    background: #A9BA38;
  }

  article[data-ref=filters] {
    margin-top: 10px;
  }

  article[data-ref=filters] > header {
    padding: 13px;

    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 19px;
  }

  [data-group=filters][data-action=apply] {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    align-items: center;
    flex-grow: 1;
    margin-top: 20px;
  }

    /* 
     * 
     * City filter 
     * ↓ ↓ ↓ ↓ ↓ ↓ ↓
     */

      [data-group=city_filter].wrapper img {
        height: 69px;
        width: auto;
      }

      [data-group=city_filter].wrapper {
        height: 69px;
      }

      [data-id=city_selectbox] {
        position: relative;
        height: 100%;
      }

      /* 
       * 
       * Custom selectbox 
       * ↓ ↓ ↓ ↓ ↓ ↓ ↓
       */

        [data-subclass=custom_selectbox] {
          cursor: pointer;
          display: flex;
          right: 0;
          bottom: 0;
          top: 0;
          z-index: 3;
          height: 100%;
          position: relative;
        }

        [data-subclass=custom_selectbox] [data-selectbox-role=option] {
          padding: 10px;
          font-family: 'Inter';
          font-style: normal;
          font-weight: 400;
          font-size: 16px;
          line-height: 19px;

          color: #18191F;
        }

        [data-subclass=custom_selectbox] div[data-selectbox-role=selectbox] {
          width: 100%;
          height: 100%;
          z-index: 9;

          font-weight: 600;
          font-size: 17px;
          line-height: 23px;
          background-color: transparent;
          border: 0px;
          font-family: 'Nunito Sans';
          cursor: pointer;
          position: relative;

          white-space: nowrap;
          box-sizing: border-box;
          padding-right: 55px;

          background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2244%22%20height%3D%2244%22%20viewBox%3D%220%200%2044%2044%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cellipse%20cx%3D%2222.0683%22%20cy%3D%2222.4507%22%20rx%3D%2221.5019%22%20ry%3D%2221.4594%22%20fill%3D%22%23E6F2CE%22%2F%3E%3Cpath%20d%3D%22M14.3606%2019.1054L22.0685%2026.798L29.7763%2019.1054%22%20stroke%3D%22%238BBB2A%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E);
          background-repeat: no-repeat;
          background-position: center right;

          align-items: center;
          display: flex;
        }

        [data-subclass=custom_selectbox] div[data-selectbox-role=selectbox]:hover,
        [data-subclass=custom_selectbox].opened div[data-selectbox-role=selectbox] {
          background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2244%22%20height%3D%2244%22%20viewBox%3D%220%200%2044%2044%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cellipse%20cx%3D%2222.0683%22%20cy%3D%2222.062%22%20rx%3D%2221.5019%22%20ry%3D%2221.4594%22%20fill%3D%22%238BBB2A%22%2F%3E%3Cpath%20d%3D%22M14.3606%2026.798L22.0685%2019.1054L29.7763%2026.798%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E);
        }

        [data-subclass=custom_selectbox] [data-selectbox-role=selected] {
          overflow: hidden;
          width: 100%;
          display: block;
          font-family: 'Inter', sans-serif;font-style: normal;font-weight: 800;font-size: 18px;line-height: 22px;color:#18191F;
          padding-left: 20px;
        }

        [data-subclass=custom_selectbox] div[data-selectbox-role=option].active,
        [data-subclass=custom_selectbox] div[data-selectbox-role=option]:hover {
          color: #A9BA38;
        }

        [data-subclass=custom_selectbox] div[data-selectbox-role=options] {
          display: block;
          width: 100%;
        }

        [data-subclass=custom_selectbox].opened div[data-selectbox-role=options-wrapper] {
          max-height: 200px;
          background: #fff;
          box-shadow: 0px 0px 18px rgb(0 0 0 / 10%);
          border: 1px solid #CCCCCC;
        }

        [data-subclass=custom_selectbox] div[data-selectbox-role=options-content] {
          position: relative;
          flex-grow: 1;
          margin: 20px;
          overflow-y: scroll;
        }
        [data-subclass=custom_selectbox] div[data-selectbox-role=options-content]::-webkit-scrollbar {
          width: 4px;
        }
        [data-subclass=custom_selectbox] div[data-selectbox-role=options-content]::-webkit-scrollbar-track {
          background: #E6F2CE;
          border-radius: 4px;
        }
        [data-subclass=custom_selectbox] div[data-selectbox-role=options-content]::-webkit-scrollbar-thumb {
          background: #A9BA38;
          border-radius: 4px;
        }
        [data-subclass=custom_selectbox] div[data-selectbox-role=options-content]::-webkit-scrollbar-thumb:hover {
          background: #A9BA38;
        }

        [data-subclass=custom_selectbox] div[data-selectbox-role=options-wrapper] {
          position: absolute;
          z-index: 3;
          top: 100%;
          right: 0;
          width: 100%;
          text-align: left;
          border: 0px;

          max-height: 0px;
          transition: 0.5s;
          overflow: hidden;
          box-sizing: border-box;
          display: flex;
          flex-direction: column;

          border-radius: 18px;
        }

      /* 
       * ↑ ↑ ↑ ↑ ↑ ↑ ↑ 
       * Custom selectbox
       *
      *
     * 
     * ↑ ↑ ↑ ↑ ↑ ↑ ↑ 
     * City filter 
     */


    /* 
     * 
     * Address filter 
     * ↓ ↓ ↓ ↓ ↓ ↓ ↓
     */

      form[data-group=address_filter] [data-action=submit] {
        cursor: pointer;
      }

      label[data-group=address_filter] {
        cursor: text;
        width: 100%;
        display: block;
        position: relative;
      }

      label[data-group=address_filter] img {
        position: absolute;
        margin: 18px;
      }

      label[data-group=address_filter] [data-action=clear] {
        position: absolute;
        right: 0px;
        margin-top: 21px;
        cursor: pointer;
      } 

      #address_input {
        border: 1px solid #9E9C9C;
        border-radius: 60px;
        -webkit-appearance: none!important;
        -moz-appearance: none!important;
        appearance: none!important;
        outline: none;

        width: 100%;
        display: block;
        padding: 20px 40px;
        padding-left: 55px;
        box-sizing: border-box;
      }

      #address_input::placeholder {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
        color: #9E9C9C;
      }

    /* 
     * ↑ ↑ ↑ ↑ ↑ ↑ ↑ 
     * Address filter
     */


    /* 
     * 
     * Types filter 
     * ↓ ↓ ↓ ↓ ↓ ↓ ↓
     */

      [data-group=types_filter].title {
        font-style: normal;
        font-weight: 800;
        font-size: 16px;
        line-height: 19px;

        padding: 13px;
        padding-bottom: 3px;
      }

      [data-group=types_filter].wrapper {
        margin-top: 10px;
      }

      [data-group=types_filter].content {
        display: flex;
        flex-wrap: wrap;
      }

      [data-group=type_filter].wrapper {
        width: 25%;
        justify-content: center;
        display: flex;
        padding-top: 10px;
      }

      [data-group=type_filter].toggler {
        position: relative;
      }

      [data-group=type_filter].toggler img {
        width: 64px;
        height: 64px;
        cursor: pointer;
      }

      [data-group=type_filter].toggler img.enabled {
        display: none;
      }

      [data-group=type_filter].toggler img.disabled {
        display: inline;
      }

      [data-group=type_filter][data-state=enabled].toggler img.disabled {
        display: none;
      }

      [data-group=type_filter][data-state=enabled].toggler img.enabled {
        display: inline;
      }

      /* 
       * 
       * Outboxed tooltips
       * ↓ ↓ ↓ ↓ ↓ ↓ ↓
       */

        [data-group=type_filter].tooltip {
          position: absolute;
          text-align: center;
          z-index: 99;
          display: none;
        }

        [data-group=type_filter].tooltip .wrapper {
          position: absolute;
          bottom: 10px;
          left: 0px;
          right: 0px;
          text-align: center;
        }

        [data-group=type_filter].tooltip .container {
          max-width: 100%;
          box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
          border-radius: 8px;
          padding: 10px;
          display: inline-block;
        }

      /* 
       * ↑ ↑ ↑ ↑ ↑ ↑ ↑ 
       * Outboxed tooltips
       *
      *
     * 
     * ↑ ↑ ↑ ↑ ↑ ↑ ↑ 
     * Types filter 
     */


    /* 
     * 
     * Filtered closest locations 
     * ↓ ↓ ↓ ↓ ↓ ↓ ↓
     */

      a[data-group=location_link] {
        margin-bottom: 13px;
        display: block;
        text-decoration: none;
      }

      [data-group=location_link].content {
        min-height: 44px;
        background-repeat: no-repeat;
        background-position: right top;
      }

      [data-group=location_link].title {
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 18px;
      }

      [data-group=location_link].address {
        font-style: normal;
        font-weight: 300;
        font-size: 14.11px;
        line-height: 17px;
      }

    /* 
     * ↑ ↑ ↑ ↑ ↑ ↑ ↑ 
     * Filtered closest locations 
     */

/* 
 * ↑ ↑ ↑ ↑ ↑ ↑ ↑ 
 * Filters widget 
 */


/* 
 * 
 * Location details widget 
 * ↓ ↓ ↓ ↓ ↓ ↓ ↓
 */

  [data-group=ajax_content_wrappers][data-role=container_wrapper] {
    width: 100%;
    max-width: 400px;
    z-index: 3;
    margin-top: auto;
    margin-bottom: auto;
    position: fixed;
    top: 0px;
    padding-top: 140px;
    height: 682px;
    max-height: 100%;
    box-sizing: border-box;

    margin-left: 500px;
  }

  [data-group=ajax_content_wrappers][data-role=container] {
    left: 21px;
    right: 21px;
    background: #fff;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 26px;
    padding-right: 13px;
    box-sizing: border-box;
    position: absolute;
    top: 140px;
    bottom: 0px;
  }

  [data-group=ajax_content_wrappers][data-role=content_wrapper] {
    height: 100%;
  }

  [data-group=ajax_content_wrappers][data-role=content_wrapper] header {
    position: relative;
  }

  table[data-group=location_details] {
    height: 100%;
    width: 100%;
    position: relative;
  }

  table[data-group=location_details] td {
    position: relative;
  }

  table[data-group=location_details] thead .header {
    display: flex;
    margin-bottom:20px;
  }

  table[data-group=location_details] thead .header h1 {
    flex-grow: 1;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    align-items: center;
    display: flex;
  }

  [data-group=location_details].content {
    padding-right: 13px;
    overflow-y: scroll;
    overflow-x: visible;
    height: 100%;
  }
  [data-group=location_details].content::-webkit-scrollbar {
    width: 4px;
  }
  [data-group=location_details].content::-webkit-scrollbar-track {
    background: #E6F2CE;
    border-radius: 4px;
  }
  [data-group=location_details].content::-webkit-scrollbar-thumb {
    background: #A9BA38;
    border-radius: 4px;
  }
  [data-group=location_details].content::-webkit-scrollbar-thumb:hover {
    background: #A9BA38;
  }

  table[data-group=location_details] .hr {
    margin-top: 12px;
    margin-bottom: 20px;
    height: 2px;
  }

  table[data-group=location_details] .hr[data-position=top] {
    margin-top: 0px;
    margin-bottom: 12px;
  }

  section[data-group=location_details] {
    margin-bottom: 10px;
  }

  section[data-group=location_details] .article {
    padding-left: 10px;
  }

  section[data-group=location_details] .article .title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 4px;
  }

  section[data-group=location_details] .article .p {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
  }


    /* 
     * 
     * Location types 
     * ↓ ↓ ↓ ↓ ↓ ↓ ↓
     */

      [data-group=location_types].wrapper {
        margin-left: 8px;
      }

      section[data-group=location_types] {
        width: 100%;
      }

      section[data-group=location_types] img {
        max-width: 52px;
        height: auto;
        display: inline-block;
        position: relative;
      }

      [data-group=location_type].wrapper {
        width: 20%;
      }

      /* Tooltips */
      [data-group=location_type].tooltip {
          position: absolute;
          text-align: center;
          z-index: 99;
          display: none;
      }

      [data-group=location_type].tooltip .wrapper {
          position: absolute;
          bottom: 10px;
          left: 0px;
          right: 0px;
          text-align: center;
      }

      [data-group=location_type].tooltip .container {
        max-width: 100%;
        background: #FFFFFF;
        box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        padding: 10px;
        display: inline-block;
      }

    /* 
     * ↑ ↑ ↑ ↑ ↑ ↑ ↑ 
     * Location types 
     */


    /* 
     * 
     * Custom tabs
     * ↓ ↓ ↓ ↓ ↓ ↓ ↓
     */

      [data-subclass=custom_tabs] [data-tabs-role=content] {
        display: none;
      }

      [data-subclass=custom_tabs] [data-tabs-role=content][data-active=true] {
        display: block;
      }

      [data-subclass=custom_tabs] [data-tabs-role=menu] {
        display: block;
        margin-top: 20px;
        margin-bottom: 20px;
        background: #F2F2F2;
        border-radius: 5px;
      }

      [data-subclass=custom_tabs] [data-tabs-role=tab] {
        display: inline-block;
        width: 50%;
        text-align: center;
        box-sizing: border-box;
        padding: 10px 0px;
        border-radius: 5px;

        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        position: relative;
      }


      [data-subclass=custom_tabs] [data-tabs-role=tab]:before {
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='14' viewBox='0 0 9 14' fill='none'%3E%3Crect x='1.76282' y='13.718' width='1.86012' height='8.93419' rx='0.930058' transform='rotate(-135 1.76282 13.718)' fill='grey'%3E%3C/rect%3E%3Crect width='1.86012' height='9.10047' rx='0.930058' transform='matrix(-0.707107 0.707107 0.707107 0.707107 1.76282 0.849365)' fill='grey'%3E%3C/rect%3E%3C/svg%3E");
        background-repeat: no-repeat;
        height: 14px;
        width: 8px;
        z-index: 2;
        position: absolute;
        left: 14px;
        top: 12px;
      }

      [data-subclass=custom_tabs] [data-tabs-role=tab][data-active=true]:before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='14' viewBox='0 0 9 14' fill='none'%3E%3Crect x='1.76282' y='13.718' width='1.86012' height='8.93419' rx='0.930058' transform='rotate(-135 1.76282 13.718)' fill='white'%3E%3C/rect%3E%3Crect width='1.86012' height='9.10047' rx='0.930058' transform='matrix(-0.707107 0.707107 0.707107 0.707107 1.76282 0.849365)' fill='white'%3E%3C/rect%3E%3C/svg%3E");
      }

      [data-subclass=custom_tabs] [data-tabs-role=tab]:hover {
        cursor: pointer;
      }

      [data-subclass=custom_tabs] [data-tabs-role=tab][data-active=true]:hover {
        cursor: auto;
      }

      #tab_photos_content img {
        max-width: 100%;
        height: auto;
        margin-bottom: 8px;
      }

    /* 
     * ↑ ↑ ↑ ↑ ↑ ↑ ↑ 
     * Custom tabs
     */

/* 
 * ↑ ↑ ↑ ↑ ↑ ↑ ↑ 
 * Location details widget 
 */


/* 
 * 
 * Map widget 
 * ↓ ↓ ↓ ↓ ↓ ↓ ↓
 */

  .gm-ui-hover-effect[type=button] span {
    display: none !important;
  }

  #map {
    flex-grow: 1;
    width: 100%;
    z-index: 1;
    overflow: visible !important;
    padding-left: 430px !important; 
    background-color: #c0c0c0;
  }

  #map.popup_opened { 
    padding-left: 920px !important; 
  }

  /* Infowindow */

  .location_types_icons img {
    max-width: 52px;
    height: auto;
  }

/* 
 * ↑ ↑ ↑ ↑ ↑ ↑ ↑ 
 * Map widget 
 */


/* 
 * 
 * Snackbar widget
 * ↓ ↓ ↓ ↓ ↓ ↓ ↓
 */

  .material-icons {
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
  }

  /*
  ==============================================
  Snackbar style
  ==============================================
  */

  #snackbar_tag {
    position: absolute;
    z-index: 9999;
  }

  .snackbar {
    width: 100%;
    height: auto;
    position: fixed;
    bottom: -10px;
    pointer-events: none;
  }

  .snackbar > div {
    width: 400px;
    height: 60px;
    background: #333;
    border-radius: 5px;
    pointer-events: auto;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    max-width: 95%;
  }

  .snackbar button {
    display: inline-block;
    float: right;
    margin: 14px;
    height: 30px;
    margin-top: 16px;
    border: none;
    background: transparent;
    color: #ccc;
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
  }

  .snackbar button:nth-child(2) {
    width: 40px;
    height: 40px;
    margin-top: 10px;
    background: #2d2d2d;
    border-radius: 50%;
    transition: all .5s linear 0s;
  }

  .snackbar button:nth-child(3) {
    position: relative;
    left: 20px !important;
  }

  .snackbar button i {
    vertical-align: middle !important;
    font-size: 20px !important;
  }

  .snackbar .text {
    width: calc(100% - 90px);
    height: 60px;
    color: #fff;
    float: left;
    line-height: 60px;
    text-indent: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .snackbar.action .text {
    width: calc(100% - 160px);
  }

  .snackbar.bottom {
    bottom: -100px
  }

  .snackbar.left > div {
    float: left;
    margin-left: 25px
  }

  .snackbar.right > div {
    float: right;
    margin-right: 25px
  }

  .snackbar.center > div {
    margin: 0px auto
  }

  @media screen and (max-width: 500px) {
    .snackbar.left > div,
    .snackbar.right > div {
        margin-left: 0px;
        margin-right: 0px;
        float: none
    }
    .snackbar.left > div,
    .snackbar.right > div {
        margin: 0px auto;
    }
  }


  /*
  ==============================================
  slideUp Animation
  ==============================================
  */

  .slideUp {
    -webkit-animation: slideUp ease .5s 0s forwards;
    animation: slideUp .5s 0s ease forwards;
  }

  @-webkit-keyframes slideUp {
    from {
        bottom: -100px
    }
    to {
        bottom: 20px
    }
  }


  /*
  ==============================================
  slideDown Animation 
  ==============================================
  */

  .slideDown {
    -webkit-animation: slideDown .5s 0s ease forwards;
    animation: slideDown .5s 0s ease forwards;
  }

  @-webkit-keyframes slideDown {
    from {
        bottom: 20px
    }
    to {
        bottom: -100px
    }
  }

/* 
 * ↑ ↑ ↑ ↑ ↑ ↑ ↑ 
 * Snackbar widget
 */


/* 
 * ↑ ↑ ↑ ↑ ↑ ↑ ↑ 
 * Custom widgets 
 */


@media (min-width: 1200px) {
 .page-template-page-map .es-header .hide-if_desktop_size {
    display: none !important;
  }
  .hide-if_desktop_size {
    display: none !important;
}
}

@media (max-width: 1199px) {

}










[data-subclass=popup][data-class=group] {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}

[data-subclass=popup][data-class=wrapper], [data-subclass=popup][data-class=wrapper] tr, [data-subclass=popup][data-class=wrapper] tr td {
  width: 100%;
  height: 100%;
}

[data-subclass=popup] .popup_background {
  background-color: rgb(0 0 0 / 25%);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  top: 0px;
  left: 0px;
}

[data-click=close_popup] {
  cursor: pointer;
}

[data-subclass=close_icon][data-class=popup] {
  cursor: pointer; 
  float: right; 
  margin-left: 20px;
  margin-bottom: 20px;
}

[data-subclass=popup][data-class=container] {
  width: 95%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  border-radius: 8px;
  padding: 20px;
  z-index: 3;
  position: relative;
  box-sizing: border-box;
  max-height: 100%;
}









label[data-group=location_feedback] {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 8px;
  display: block;
}

input[data-group=location_feedback], textarea[data-group=location_feedback] {
  border: 1px solid #9E9C9C;
  border-radius: 5px;
  padding: 15px;
  display: block;
  width: 100%;
  margin-bottom: 14px;
}

input[data-group=location_feedback]::placeholder, textarea[data-group=location_feedback]::placeholder {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 12.9765px;
  line-height: 16px;
  color: #9E9C9C;
  opacity: 0.3;
}









[data-subclass=buttons][data-class=wrapper] {
  padding-top: 10px;
}







  

@media (min-width: 1200px) {
  [data-subclass=filters_type][data-class=wrapper]:hover img.default {
    display: none;
  }

  [data-subclass=filters_type][data-class=wrapper]:hover img.active {
    display: inline;
  }

  #map {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 5644.173 5644.173' width='100' height='100'%3E%3Cdefs%3E%3Cpath id='a' d='M4300.322 0c-439.439 0-829.828 210.985-1075.081 537.54H403.155C181.42 537.54 0 718.96 0 940.695v4300.322c0 221.736 181.42 403.155 403.155 403.155h4300.322c221.735 0 403.155-181.419 403.155-403.155V2609.086c282.208-412.562 537.54-784.137 537.54-1265.235C5644.173 601.373 5042.8 0 4300.322 0z'/%3E%3Cpath id='m' fill='%23DB4437' d='M4300.322 0c-742.478 0-1343.851 601.373-1343.851 1343.851 0 1012.591 1130.85 1540.053 1264.563 2985.364 4.031 40.315 38.3 71.896 79.287 71.896s75.927-31.581 79.287-71.896c133.713-1445.312 1264.563-1972.773 1264.563-2985.364C5644.173 601.373 5042.8 0 4300.322 0z'/%3E%3CclipPath id='c'%3E%3Cuse overflow='visible' style='transform:scaleX(1.6) translateX(-31.5%25)' xlink:href='%23a'/%3E%3C/clipPath%3E%3Cfilter id='b' width='280%25' height='280%25' x='-70%25' y='-70%25'%3E%3CfeGaussianBlur in='SourceAlpha' stdDeviation='600'/%3E%3CfeComponentTransfer%3E%3CfeFuncA exponent='.7' type='gamma'/%3E%3C/feComponentTransfer%3E%3CfeOffset dx='300' dy='100'/%3E%3C/filter%3E%3C/defs%3E%3Cpath fill='%230F9D58' d='M2553.316 3090.856l2268.569-2535.46c-37.479-11.6-77.248-17.856-118.408-17.856H403.155C181.42 537.54 0 718.96 0 940.695v4300.322c0 41.16 6.257 80.929 17.856 118.408l2535.46-2268.569z'/%3E%3Cpath fill='%234285F4' d='M2553.316 3090.856L284.747 5626.316c37.479 11.6 77.248 17.856 118.408 17.856h4300.322c41.16 0 80.929-6.256 118.408-17.856l-2268.569-2535.46z'/%3E%3Cpath fill='%23D2D2D2' d='M2553.316 3090.856l2535.46 2268.569c11.6-37.479 17.856-77.248 17.856-118.408V940.695c0-41.16-6.257-80.929-17.856-118.408l-2535.46 2268.569z'/%3E%3Cpath fill='%23F1F1F1' d='M5106.633 5241.018L2687.701 2822.086l-470.348 403.155 2418.931 2418.931h67.192c221.737.001 403.157-181.419 403.157-403.154z'/%3E%3Cpath fill='%23FFDE48' d='M4703.478 537.54L0 5241.018c0 221.736 181.42 403.155 403.155 403.155h67.193l4636.285-4636.285v-67.193c0-221.735-181.42-403.155-403.155-403.155z'/%3E%3Cpath fill='%23FFF' fill-opacity='.2' d='M4703.478 537.54H403.155C181.42 537.54 0 718.96 0 940.695v33.596c0-221.735 181.42-403.155 403.155-403.155h4300.322c221.735 0 403.155 181.42 403.155 403.155v-33.596c.001-221.735-181.419-403.155-403.154-403.155z'/%3E%3Cpath fill='%23263238' fill-opacity='.1' d='M4703.478 5610.577H403.155C181.42 5610.577 0 5429.157 0 5207.421v33.596c0 221.736 181.42 403.155 403.155 403.155h4300.322c221.735 0 403.155-181.419 403.155-403.155v-33.596c.001 221.736-181.419 403.156-403.154 403.156z'/%3E%3Cpath fill='%23EEE' d='M1142.273 1545.428v286.24h397.78c-31.581 169.997-180.748 293.631-397.78 293.631-241.221 0-437.423-204.265-437.423-444.814s196.202-444.814 437.423-444.814c108.852 0 205.609 37.628 282.881 110.196l211.657-211.656c-128.338-120.275-294.975-193.515-494.537-193.515-408.531 0-739.118 330.587-739.118 739.118s330.587 739.118 739.118 739.118c426.672 0 709.553-300.351 709.553-722.32 0-52.41-4.703-102.805-13.438-151.183h-696.116z'/%3E%3Cuse clip-path='url(%23c)' filter='url(%23b)' opacity='.25' style='transform:scaleX(.625) translateX(50.4%25)' xlink:href='%23m'/%3E%3Cuse xlink:href='%23m'/%3E%3Ccircle cx='4300.322' cy='1343.851' r='470.348' fill='%237B231E'/%3E%3Cpath fill='%23FFF' fill-opacity='.2' d='M4300.322 33.596c735.758 0 1333.1 591.294 1343.179 1324.365 0-4.703.672-9.407.672-14.11C5644.173 601.373 5042.8 0 4300.322 0s-1343.85 601.373-1343.85 1343.851c0 4.703.672 9.407.672 14.11 10.078-733.07 607.42-1324.365 1343.178-1324.365z'/%3E%3Cpath fill='%233E2723' fill-opacity='.2' d='M4379.609 4295.619c-3.36 40.315-38.3 71.896-79.287 71.896s-75.927-31.581-79.287-71.896C4088.666 2857.027 2967.894 2327.55 2957.144 1324.365c0 6.719-.672 12.767-.672 19.486 0 1012.591 1130.85 1540.053 1264.564 2985.364 4.031 40.315 38.3 71.896 79.287 71.896s75.927-31.581 79.287-71.896c133.712-1445.312 1264.563-1972.773 1264.563-2985.364 0-6.719-.672-12.767-.672-19.486-10.751 1003.184-1130.851 1533.333-1263.892 2971.254z'/%3E%3CradialGradient id='r' cx='140.0966' cy='5533.9414' r='6883.6064' gradientTransform='matrix(1 0 0 -1 0 6182.7524)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23fff' stop-opacity='.1'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/radialGradient%3E%3Cpath fill='url(%23r)' d='M4300.322 0c-439.439 0-829.828 210.985-1075.081 537.54H403.155C181.42 537.54 0 718.96 0 940.695v4300.322c0 221.736 181.42 403.155 403.155 403.155h4300.322c221.735 0 403.155-181.419 403.155-403.155V2609.086c282.208-412.562 537.54-784.137 537.54-1265.235C5644.173 601.373 5042.8 0 4300.322 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
  }

  #map .gm-bundled-control-on-bottom {
    /*right: 470px !important;*/
  }

  #map.popup_opened .gm-bundled-control-on-bottom {
    right: 960px !important;
  }


  #map .map_licenses_container {
    right: 430px !important;
  }

  #map.popup_opened .map_licenses_container {
    right: 920px !important;
  }
}

@media (max-width: 1199px) {


  [data-id=mobile_spinner] {
    display: flex;
  }

  [data-group=ajax_content_wrappers][data-role=container_wrapper] {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 80px;
    max-height: 100%;
    left: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
    height: 644px;
  }

  [data-group=ajax_content_wrappers][data-role=container] {
    top: 90px;
    bottom: 80px;
  }

  [data-group=filters].wrapper {
    display: none;
    width: 100%;
    padding-top: 90px;
    padding-bottom: 80px;
    max-height: 100%;
    left: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
    height: 644px;
  }

  [data-group=filters].container {
    top: 90px;
    bottom: 80px;
    padding-top: 46px;
  }

  [data-group=page_content] {
    align-items: center;
  }


  

  #map { 
    padding-left: 0px !important; 
    /*box-sizing: border-box !important;*/
  }  

  #map.popup_opened { 
    padding-left: 0px !important; 
    /*box-sizing: border-box !important;*/
  }
} 
























































.align-items-center {
    align-items: center !important;
}
.d-flex {
    display: flex !important;
}



.es-header {
  z-index: 997;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgb(255, 255, 255);
  padding-top: 15px;
  padding-bottom: 15px;
}

.es-main {
  margin-top: 92px;
}

.es-header .brand {
  margin-right: auto;
}

.es-header .brand a {
  max-width: 100%;
  padding-right: 20px;
  box-sizing: border-box;
  display: block;
}

.es-header .brand a img {
  max-width: 100%;
}

.es-header .navbar ul {
  list-style: none;
  margin: 0 -12px 0 0;
  padding: 0;

  display: flex;
  align-items: center;
}

.es-header .navbar li {
  white-space: nowrap;
  padding: 10px 12px;
}

.es-header .navbar a {
  color: rgb(24, 25, 31);
  font-weight: 500;
  text-decoration: none;
}

.es-header .navbar a.active,
.es-header .navbar a:hover {
  color: rgb(139, 187, 42);
}

.es-header .navbar .btn,
.es-header .navbar .btn:hover {
  color: rgb(255, 255, 255);
}

.es-header .navbar-mobile {
  background: rgba(139, 187, 42, 0.8);
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;

  transition: 300ms;
  z-index: 999;
}

.es-header .navbar-mobile ul {
  display: block !important;
  position: absolute;
  padding: 15px 0;
  margin: 0;
  top: 80px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  border-radius: 16px;
  background-color: rgb(255, 255, 255);
  overflow-y: auto;
  transition: 300ms;
}

.es-header .navbar-mobile li {
  border-top: 1px solid rgb(238, 239, 244);
}

.es-header .navbar-mobile li:first-child {
  border-top: none;
}



.btn-cab {
    position: relative;
}

[data-class=buttons] {
  border-radius: 6px;
  cursor: pointer;
  border: none;
  outline: none;
  text-decoration: none;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  height: 48px;

  /* font styles */
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}

[data-subclass=show_route][data-class=buttons] {
  margin-bottom: 10px;
}

[data-subclass=show_route] img {
  max-width: 28px;
  margin-right: 10px;
}

[data-subclass=share_location][data-class=buttons] {
  margin-bottom: 10px;
  border-width: 1px;
  border-style: solid;
}

[data-subclass=share_location] a img {
  max-width: 28px;
  margin-right: 10px;
}

[data-subclass=feedback][data-class=buttons] {
  margin-bottom: 20px;
  border-width: 1px;
  border-style: solid;
}

[data-subclass=feedback] img {
  max-width: 28px;
  margin-right: 10px;
}

.translate {
    position: absolute;
    display: flex;
    right: 45px;
    bottom: -27px;
}





























#header .container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

@media (min-width: 576px) {
  #header .container {
    max-width: 540px;
  }
}

@media (min-width: 768px){
    #header .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    #header .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    #header .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px){
    #header .container {
        max-width: 1320px;
    }
}






















.btn.share_location_btn {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  background: #E6F2CE;
  border: 1px solid #A9BA38;
  border-radius: 5px;

  color: #A9BA38;
}



[data-subclass=feedback].btn {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  align-items: center;
  flex-grow: 1;

  margin-bottom: 20px;
}

header[data-subclass=share_location] {
  margin-bottom: 20px;
}

a[data-subclass=share_location] img {
  max-width: 28px;
  margin-right: 10px;
}

[data-subclass=share_location][data-class=content] {
  padding-right: 13px;
  height: 100%;
  overflow-y: scroll;
  overflow-x: visible;
}

/* width */
[data-subclass=share_location][data-class=content]::-webkit-scrollbar {
  width: 4px;
}

/* Track */
[data-subclass=share_location][data-class=content]::-webkit-scrollbar-track {
  background: #E6F2CE;
  border-radius: 4px;
}

/* Handle */
[data-subclass=share_location][data-class=content]::-webkit-scrollbar-thumb {
  background: #A9BA38;
  border-radius: 4px;
}

/* Handle on hover */
[data-subclass=share_location][data-class=content]::-webkit-scrollbar-thumb:hover {
  background: #A9BA38;
}





#share_link_input {
  background: #F2F2F2;
  border: 1px solid #9E9C9C;
  border-radius: 5px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 12.9765px;
  line-height: 16px;
  color: #000000;
  width: 100%;
  padding: 15px;
  margin-top: 9px;
}

#copy_link_btn {
  background: #A9BA38;
  border-radius: 5px;
  width: 100%;
  padding: 15px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
  display: block;
  box-sizing: border-box;
  margin-top: 36px;
  cursor: pointer;
}







#routes_popup {
  z-index: 99 !important;
}

[data-group=routes_popup][data-role=header] {
  margin-bottom: 20px;
}

a[data-group=routes_popup] img {
  max-width: 28px;
  margin-right: 10px;
}

[data-group=routes_popup][data-role=content] {
  padding-right: 13px;
  height: 100%;
  overflow-y: scroll;
  overflow-x: visible;
}
[data-group=routes_popup][data-role=content]::-webkit-scrollbar {
  width: 4px;
}
[data-group=routes_popup][data-role=content]::-webkit-scrollbar-track {
  background: #E6F2CE;
  border-radius: 4px;
}
[data-group=routes_popup][data-role=content]::-webkit-scrollbar-thumb {
  background: #A9BA38;
  border-radius: 4px;
}
[data-group=routes_popup][data-role=content]::-webkit-scrollbar-thumb:hover {
  background: #A9BA38;
}



[data-group=routes_popup][data-role=content] .btn {
  width: 100%;
  height: 48px;
  padding: 0px 20px;
  box-sizing: border-box;
  align-items: center;
  margin-bottom: 15px;
}

[data-group=routes_popup][data-role=content] .btn svg {
  max-height: 34px;
  margin-right: 9px;
}

[data-id=ecostyle_map_route] {
  background: linear-gradient(0deg, rgba(19, 169, 233, 0.7) -33.36%, rgba(159, 207, 62, 0.7) 116.07%), #A9BA38;
  border-radius: 5px;
  
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}

#google_map_route {
  background: #ECEDEE;
  border-radius: 5px;
  
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}

#apple_map_route {
  background: #0076F7;
  border-radius: 5px;

  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}





.filename [data-role=container] {
  word-wrap: break-word;
  max-width: 154px;
}

#telegram_share_btn {
  background: linear-gradient(0deg, #1D93D2 0%, #38B0E3 100%), #E6F2CE;
  border-radius: 5px;

  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;

  width: 100%;
  box-sizing: border-box;
  margin-top: 15px;
  padding: 14px 20px;
}

#viber_share_btn img, #telegram_share_btn img {
  max-height: 19px;
}

#viber_share_btn {
  background: #7C529E;
  border-radius: 5px;

  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;

  width: 100%;
  box-sizing: border-box;
  margin-top: 15px; 
  padding: 14px 20px;
}





#feedback_popup [data-subclass=popup][data-class=container] {
  height: 625px;
  max-height: 100%;  
}

table[data-group=feedback_popup] {
  height: 100%;
  width: 100%;
  position: relative;
}

table[data-group=feedback_popup] td {
  position: relative;
}

table[data-group=feedback_popup] thead .header {
  display: flex;
  margin-bottom:20px;
}

table[data-group=feedback_popup] thead .header h1 {
  flex-grow: 1;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  align-items: center;
  display: flex;
}

[data-group=feedback_popup][data-role=content_wrapper] {
  padding-right: 13px;
  overflow-y: scroll;
  overflow-x: visible;
  height: 100%;
}
[data-group=feedback_popup][data-role=content_wrapper]::-webkit-scrollbar {
  width: 4px;
}
[data-group=feedback_popup][data-role=content_wrapper]::-webkit-scrollbar-track {
  background: #E6F2CE;
  border-radius: 4px;
}
[data-group=feedback_popup][data-role=content_wrapper]::-webkit-scrollbar-thumb {
  background: #A9BA38;
  border-radius: 4px;
}
[data-group=feedback_popup][data-role=content_wrapper]::-webkit-scrollbar-thumb:hover {
  background: #A9BA38;
}






/* Tooltip */
#header .tooltip {
  position: relative;
}

#header .tooltip .tooltiptext {
  display: none;
  width: 200px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 4px 0;
  position: absolute;
  z-index: 1;
  bottom: 115%;
  left: 50%;
  margin-left: -100px;
}

#header .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

#header .tooltip:hover .tooltiptext {
  display: block;
}

@media (max-width: 1199px) {
  #header .tooltip .tooltiptext {
    display: none;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 4px 0;
    position: absolute;
    z-index: 1;
    top: -7px;
    left: 110%;
    margin-left: 10px;
    height: 25px;
  }

  #header .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    left: auto;
    margin-left: auto;
    border-style: solid;
    border-color: transparent black transparent transparent;
  }
}


#send_feedback {
  background: #A9BA38;
  border-radius: 5px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  width: 100%;
  display: block;
  padding: 15px;
  padding-top: 14px;

  color: #FFFFFF;
}

.feedback_input {
  background: #F2F2F2;
  border: 1px solid #9E9C9C;
  border-radius: 5px;
  display: block;
  padding: 15px;
  width: 100%;
  margin-top: 8px;
}

.feedback_input::placeholder {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 12.9765px;
  line-height: 16px;
  color: #9E9C9C;
  opacity: 0.3;
}

label[for=custom_files_upload_input] {
  margin-top: 15px;
  border-width: 1px;
  border-style: solid;
}

.file-preview-button {
  display: none;
}

#file-preview-table {
  margin-top: 20px;
  width: 100%;
}

#file-preview-table .file-preview-row {
  border-radius: 5px;
  height: 100%;
  position: relative;
}
#file-preview-table .file-preview-row td {
  position: relative;
}

#file-preview-table .file-preview-row [data-role=container] {
  margin-bottom: 11px;
  width: 100%;
  position: relative;
  background: #F2F2F2;
  padding: 6px;
  z-index: 2;
  box-sizing: border-box;
}

#file-preview-table .file-preview-row [data-role=background] {
  bottom: 11px;
  width: 100%;
  position: absolute;
  background: #F2F2F2;
  top: 0px;
  z-index: 1;
  box-sizing: border-box;
}

#file-preview-table .file-preview-row .file_preview {
  max-width: 30%;
  padding: 6px;
}

#file-preview-table .file-preview-row .file_preview [data-role=container] {
  border-radius: 5px 0px 0px 5px;
}

#file-preview-table .file-preview-row .filename {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;

  color: #9E9C9C;

}

#file-preview-table .file-preview-row .filesize {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;

  color: #9E9C9C;

}

#file-preview-table .file-preview-row .remove-file {
  height: 100%;
  position: relative;
}

#file-preview-table .file-preview-row .remove-file span.placeholder {
  margin-left: 6px;
  height: 100%;
  border-radius: 0px 5px 5px 0px;
  background: #FFEFEF;
  z-index: 1;
  position: relative;
  margin-bottom: 11px;
}

#file-preview-table .file-preview-row .remove-file span.filler {
  margin-left: 6px;
  border-radius: 0px 5px 5px 0px;
  background: #FFEFEF;
  z-index: 2;
  position: absolute;
  top: 0px;
  bottom: 11px;
  align-items: center;
  display: flex;
}

#file-preview-table .file-preview-row .file_preview img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}


.btn-cab .btn {
    color: rgb(255, 255, 255);
    background-color: rgb(159, 207, 62);
    border-radius: 6px;
    font-weight: 500;
    padding: 10px 20px;
    cursor: pointer;
    border: none;
    outline: none;
    text-decoration: none;
    text-align: center;
    display: inline-flex;
    justify-content: center;
}

.btn-cab .btn:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(139, 187, 42);
}