html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button {
  padding: 0;
  border: 0; }

body {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  background-color: #ffffff;
  min-height: 400px;
  min-width: 320px;
  color: #292524; }
  @media screen and (min-width: 768px) {
    body {
      background-color: #F8F8F8; } }

html, body {
  width: 100%; }

input, button, textarea, select {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none; }

img {
  vertical-align: top;
  max-width: 100%; }

a {
  cursor: pointer;
  color: #FFA726;
  text-decoration: none;
  transition: all 0.2s ease-in; }
  @media (min-width: 768px) {
    a:hover {
      color: #FA752D !important;
      text-decoration: underline; } }

.under a, a.under {
  text-decoration: underline; }

.under a:hover, a.under:hover {
  text-decoration: none; }

b, .bold {
  font-weight: bold; }

i, .italic {
  font-style: italic; }

.upper {
  text-transform: uppercase; }

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

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

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

h1, .h1 {
  font-size: 35px; }

h2, .h2 {
  font-size: 24px; }

h3, .h3 {
  font-size: 22px; }

h4, .h4 {
  font-size: 18px; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
  font-weight: bold;
  line-height: 1.2; }

.dotted {
  border-bottom: 1px dotted; }

.dashed {
  border-bottom: 1px dashed; }

.super {
  vertical-align: super;
  font-size: 11px; }

.caret {
  color: inherit;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  display: block;
  width: 0;
  height: 0; }

.box-inline {
  display: inline-block;
  vertical-align: top; }

.btn {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
  background: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.container {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 100%;
  height: 100%; }

.flexible {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between; }

/*colors*/
.grey {
  color: #BCB9B9; }

.black {
  color: #292524; }

.white {
  color: #ffffff; }

.blue {
  color: #13c6ca; }

.red {
  color: #bf2324; }

.yellow {
  color: #ffdd2b; }

.green {
  color: #0DCD54; }

/*CONTENT*/
html,
body {
  position: relative;
  min-height: 100%; }

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

.main {
  flex: 1; }

.root {
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  gap: 20px;
  position: relative; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .root {
      padding-top: 100px; } }
  @media screen and (max-width: 767px) {
    .root.noBg:after {
      display: none; }
    .root.noBg .titleUser {
      font-size: 16px;
      color: #292524;
      text-align: center; } }
  .root:after {
    background: #FFA726;
    content: '';
    position: absolute;
    height: 154px;
    width: 100vw;
    top: 0;
    z-index: -1;
    left: -15px;
    border-radius: 0 0 20px 20px; }
    @media screen and (min-width: 767px) {
      .root:after {
        height: 224px;
        left: 0;
        width: 100%;
        position: fixed; } }

.titleUser {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  padding-bottom: 20px;
  text-align: center;
  padding-top: 20px; }
  @media screen and (min-width: 767px) {
    .titleUser {
      font-size: 30px;
      padding-top: 0;
      padding-bottom: 30px;
      text-align: left; } }

@media screen and (min-width: 768px) {
  .contentUser {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
    padding: 30px 20px; } }

.menu-open {
  overflow: hidden; }

.btn {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  padding: 10px;
  line-height: normal;
  border-radius: 16px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #ffffff;
  border: 1px solid #FFA726;
  background: #FFA726;
  transition: all 0.2s ease-in; }
  @media screen and (min-width: 768px) {
    .btn {
      height: 64px;
      border-radius: 20px;
      font-size: 20px; }
      .btn:hover {
        border-color: #FA752D;
        background: #FA752D; } }
  .btn-sm {
    font-size: 12px; }
  .btn-light {
    height: 50px;
    font-size: 16px;
    border-radius: 16px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
    color: #FFA726;
    border: 1px solid #FFA726;
    background: #ffffff; }
    @media screen and (min-width: 768px) {
      .btn-light:hover {
        border-color: #FA752D;
        color: #FA752D;
        background: #ffffff; } }
  .btn-full {
    width: 100%; }
  .btn.disabled, .btn:disabled {
    background: #e0e0e5;
    color: #BCB9B9; }
  .btn-lg {
    min-width: 270px;
    text-transform: uppercase;
    padding-top: 18px;
    padding-bottom: 18px; }
  .btn-menu {
    border: 0;
    padding: 10px;
    line-height: 2px;
    text-align: right;
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    background: transparent;
    transition: all 0.2s ease-in;
    border: none; }
    .btn-menu:hover {
      border: none;
      background: transparent; }
    .btn-menu .icon-bar {
      display: inline-block;
      vertical-align: top;
      background: #FFA726;
      width: 22px;
      height: 2px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .btn-menu .icon-bar + .icon-bar {
        margin-top: 5px; }
      .btn-menu .icon-bar:nth-child(2) {
        width: 18px; }
      .btn-menu .icon-bar:nth-child(3) {
        width: 20px; }
    .btn-menu.open .icon-bar:first-child {
      -webkit-transform: translateY(7px) rotate(45deg);
      -moz-transform: translateY(7px) rotate(45deg);
      transform: translateY(7px) rotate(45deg);
      width: 100%; }
    .btn-menu.open .icon-bar:nth-child(2) {
      opacity: 0; }
    .btn-menu.open .icon-bar:last-child {
      -webkit-transform: translateY(-7px) rotate(-45deg);
      -moz-transform: translateY(-7px) rotate(-45deg);
      transform: translateY(-7px) rotate(-45deg);
      width: 100%; }

.link {
  display: inline-block;
  vertical-align: top; }
  .link-underline {
    text-decoration: underline; }
    .link-underline:hover {
      text-decoration: none; }

.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: top;
  background-repeat: no-repeat;
  background-size: 100% auto; }
  .icon-left {
    margin-right: 5px; }
  .icon-right {
    margin-left: 5px; }
  .icon-middle {
    vertical-align: middle;
    margin-top: -2px; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear; }
    .modal.fade .modal-dialog {
      -webkit-transform: translate(0, -25%);
      -moz-transform: translate(0, -25%);
      transform: translate(0, -25%);
      -webkit-transition: transform 0.3s ease-out;
      -moz-transition: transform 0.3s ease-out;
      transition: transform 0.3s ease-out; }
  .modal.in {
    opacity: 1;
    filter: alpha(opacity=100); }
    .modal.in .modal-dialog {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      transform: translate(0, 0); }
  .modal-open {
    overflow: hidden; }
    .modal-open .modal {
      overflow-x: hidden;
      overflow-y: auto; }
  .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000; }
    .modal-backdrop.fade {
      filter: alpha(opacity=0);
      opacity: 0; }
    .modal-backdrop.in {
      filter: alpha(opacity=50);
      opacity: .5; }
  .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll; }
  .modal-dialog {
    max-width: 300px;
    margin: 15% auto 0;
    position: relative;
    width: auto; }
    @media screen and (min-width: 768px) {
      .modal-dialog {
        max-width: 400px; } }
  .modal-content {
    position: relative;
    outline: 0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1); }
  .modal-body {
    padding: 28px 20px;
    position: relative; }
    .modal-body .title {
      font-size: 14px;
      font-weight: 600;
      padding-bottom: 12px;
      text-align: center; }
      @media screen and (min-width: 768px) {
        .modal-body .title {
          font-size: 16px; } }
    .modal-body__items {
      display: flex;
      flex-direction: column;
      gap: 12px; }
      .modal-body__items .item {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        padding: 12px 20px;
        box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
        border-radius: 20px; }
        .modal-body__items .item__img {
          width: 30px;
          height: 30px; }
          @media screen and (min-width: 768px) {
            .modal-body__items .item__img {
              width: 40px;
              height: 40px; } }
          .modal-body__items .item__img img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .modal-body__items .item__box {
          display: flex;
          flex-direction: column; }
          .modal-body__items .item__box-name {
            font-size: 12px;
            font-weight: 400;
            color: #BCB9B9; }
            @media screen and (min-width: 768px) {
              .modal-body__items .item__box-name {
                font-size: 14px; } }
          .modal-body__items .item__box-rating {
            font-size: 14px;
            font-weight: 600;
            color: #292524; }
            @media screen and (min-width: 768px) {
              .modal-body__items .item__box-rating {
                font-size: 16px; } }
  .modal-btn {
    margin-top: 35px; }
  .modal .close {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 0;
    top: 0;
    background: transparent;
    border: 0;
    z-index: 12;
    cursor: pointer; }
    .modal .close:hover {
      opacity: 0.5; }

.footer {
  padding: 40px 0 90px;
  background: #311B12; }
  .footer__links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 565px) {
      .footer__links {
        flex-direction: column;
        gap: 21px; } }
    @media screen and (min-width: 768px) {
      .footer__links li {
        width: 20%; } }
    .footer__links li:first-child {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .footer__links li:first-child {
          width: 210px; } }
    .footer__links li a {
      color: #ffffff;
      font-size: 16px;
      font-weight: 500; }
  .footer__text {
    padding-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    font-size: 10px;
    font-weight: 400; }
    @media screen and (min-width: 768px) {
      .footer__text {
        font-size: 12px; } }

.header {
  background: #ffffff;
  position: fixed;
  width: 100%;
  z-index: 12;
  height: 80px;
  align-items: center;
  justify-content: space-between;
  display: none;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1); }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .header {
      display: flex; } }
  .header .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header__logo {
    font-size: 30px;
    font-weight: 600; }
  .header-menu {
    line-height: normal;
    z-index: 11;
    display: block; }
    .header-menu .btn-border {
      min-width: 145px; }

.login {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #F8F8F8; }
  @media (min-width: 1025px) {
    .login {
      flex-direction: row; } }
  .login__image {
    position: relative;
    overflow: hidden;
    height: 227px; }
    @media (min-width: 1025px) {
      .login__image {
        height: 100%;
        min-height: 100vh;
        flex: 1; } }
    .login__image img {
      max-width: 100%;
      max-height: 100%;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      object-fit: cover; }
  .login__content {
    max-width: 100%;
    padding: 0 16px;
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 24px; }
    @media (min-width: 1025px) {
      .login__content {
        padding: 0 64px;
        max-width: 50%;
        align-items: flex-start;
        justify-content: center; } }
    .login__content_logo {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding-top: 25px; }
      @media (min-width: 1025px) {
        .login__content_logo {
          position: absolute;
          padding-top: 50px;
          top: 0;
          left: 0; } }

.loginForm {
  max-width: 470px;
  width: 100%; }
  .loginForm__title {
    font-size: 30px;
    font-weight: 700;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .loginForm__title {
        font-size: 40px; } }
  .loginForm__text {
    text-align: center;
    padding-bottom: 30px;
    font-size: 14px; }
    @media screen and (min-width: 768px) {
      .loginForm__text {
        font-size: 16px; } }
    .loginForm__text a {
      color: #FFA726; }
  .loginForm .form {
    display: flex;
    flex-direction: column;
    gap: 20px; }
    .loginForm .form .form-control {
      border-radius: 16px;
      border: 1px solid #BCB9B9; }
      @media screen and (min-width: 768px) {
        .loginForm .form .form-control {
          border-radius: 20px; } }
    .loginForm .form > a {
      text-align: center;
      color: #FFA726;
      margin-top: 16px; }
    .loginForm .form .textPolicy {
      color: #635B5B;
      line-height: 16px;
      font-size: 10px;
      text-align: center; }
      @media screen and (min-width: 768px) {
        .loginForm .form .textPolicy {
          font-size: 16px;
          line-height: 25px;
          text-align: left; } }
      .loginForm .form .textPolicy a {
        color: #292524; }

.loginFull {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #F8F8F8; }
  .loginFull__content {
    max-width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 40px; }
    @media (min-width: 768px) {
      .loginFull__content {
        padding-top: 100px; } }
    .loginFull__content_prev {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 8px;
      font-size: 16px;
      font-weight: 600;
      color: #635B5B;
      width: max-content; }
      .loginFull__content_prev span {
        display: none; }
      @media (max-width: 767px) {
        .loginFull__content_prev {
          width: 24px;
          height: 24px;
          border-radius: 24px;
          background: #E5E8EB;
          display: flex;
          align-items: center;
          justify-content: center; } }
      @media (min-width: 768px) {
        .loginFull__content_prev span {
          display: block; }
        .loginFull__content_prev:hover svg path {
          stroke: #FA752D; } }
      .loginFull__content_prev svg path {
        transition: all 0.2s ease-in; }
    .loginFull__content_logo {
      width: max-content;
      display: flex;
      align-items: center;
      justify-content: center;
      padding-top: 8px;
      padding-bottom: 8px;
      margin: 0 auto; }
      @media (min-width: 768px) {
        .loginFull__content_logo {
          padding-bottom: 34px;
          padding-top: 25px; } }
    .loginFull__content .loginForm {
      margin: 0 auto; }
      .loginFull__content .loginForm .textPolicy {
        text-align: center; }

.nav {
  width: 210px;
  background: #ffffff;
  border-radius: 20px;
  padding: 10px;
  padding-top: 90px;
  max-height: 100%;
  height: 90vh;
  position: sticky;
  top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 767px) {
    .nav {
      width: 100%;
      background: #FFA726;
      border-radius: 20px 20px 0 0;
      padding: 10px;
      padding-top: 10px;
      top: inherit;
      height: 80px;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      position: fixed;
      z-index: 12;
      left: 0;
      bottom: 0;
      box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1); }
      .nav .nav__menu {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        width: 100%; }
        .nav .nav__menu_link {
          font-size: 0;
          align-items: center;
          justify-content: center;
          width: 36px;
          height: 36px;
          padding: 0;
          border-radius: 10px;
          gap: 0; }
          .nav .nav__menu_link svg path, .nav .nav__menu_link svg circle {
            stroke: #ffffff; }
          .nav .nav__menu_link.active {
            background: #ffffff; }
            .nav .nav__menu_link.active svg path, .nav .nav__menu_link.active svg circle {
              stroke: #FFA726; }
          .nav .nav__menu_link svg {
            width: 36px;
            height: 36px; }
      .nav .nav__logo {
        display: none; }
      .nav .nav__bottom {
        display: none; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .nav {
      width: 100%;
      left: -100vw;
      top: 80px;
      z-index: 12;
      border-radius: 0;
      height: calc(100% - 80px);
      position: fixed; }
      .nav.open {
        left: 0; }
        .nav.open .nav__logo {
          display: none; } }
  .nav__logo {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .nav__logo img {
      width: 158px; }
  .nav__menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 70px;
    border-bottom: 1px solid #E5E8EB; }
    .nav__menu_link {
      width: 100%;
      height: 44px;
      padding: 10px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 4px;
      font-weight: 600;
      color: #635B5B;
      border-radius: 10px;
      -webkit-transition: all 0.2s ease-in;
      -moz-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in; }
      .nav__menu_link svg path, .nav__menu_link svg circle {
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in; }
      .nav__menu_link.active {
        background: #FFA726;
        color: #ffffff; }
        .nav__menu_link.active svg path, .nav__menu_link.active svg circle {
          stroke: #ffffff; }
      .nav__menu_link:hover {
        background: #FFEFE1;
        color: #FFA726 !important;
        box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
        text-decoration: none; }
        .nav__menu_link:hover svg path, .nav__menu_link:hover svg circle {
          stroke: #FFA726; }
  .nav__bottom_btn {
    width: 100%;
    height: 44px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    font-weight: 600;
    color: #635B5B;
    border-radius: 10px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
    .nav__bottom_btn svg path, .nav__bottom_btn svg circle {
      -webkit-transition: all 0.2s ease-in;
      -moz-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in; }
    .nav__bottom_btn:hover {
      background: #FFEFE1;
      color: #FFA726 !important;
      box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
      text-decoration: none; }
      .nav__bottom_btn:hover svg path, .nav__bottom_btn:hover svg circle {
        stroke: #FFA726; }

.profile {
  max-width: 554px;
  width: 100%; }
  .profile .form {
    display: flex;
    flex-direction: column;
    gap: 10px; }
    .profile .form input {
      pointer-events: none; }
    .profile .form .iconInfo {
      position: absolute;
      left: 10px;
      bottom: 6px; }
      @media screen and (min-width: 768px) {
        .profile .form .iconInfo {
          bottom: 13px; } }
  .profile .form__user {
    display: flex;
    align-items: center;
    gap: 24px; }
    @media screen and (max-width: 767px) {
      .profile .form__user {
        flex-direction: column;
        border-radius: 0 0 16px 16px;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
        gap: 0;
        padding-bottom: 12px; } }
    .profile .form__user input {
      border-bottom: none;
      text-align: center;
      font-weight: 500; }
    .profile .form__user .iconEdit {
      right: -20px !important; }
    .profile .form__user_info {
      display: flex;
      flex-direction: column; }
      .profile .form__user_info-rating {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        border-top: 1px solid #FFA726; }
        .profile .form__user_info-rating span {
          font-size: 20px;
          font-weight: 600;
          color: #FFA726; }
        .profile .form__user_info-rating .rating {
          display: flex;
          align-items: center;
          justify-content: flex-start;
          gap: 2px; }
  .profile__logout {
    font-size: 16px;
    font-weight: 500;
    color: #635B5B;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding: 15px 10px;
    margin-top: 15px; }
    @media screen and (min-width: 767px) {
      .profile__logout {
        display: none; } }
    .profile__logout:hover {
      color: #FFA726;
      text-decoration: none; }

@media screen and (max-width: 767px) {
  .report__desk {
    display: none; } }
@media screen and (min-width: 768px) {
  .report__mob {
    display: none; } }
.report .d-none {
  display: none !important; }
.report .reportContent {
  display: flex;
  flex-direction: column;
  gap: 22px;
  text-align: center; }
  .report .reportContent .btn {
    font-size: 14px;
    height: 46px; }
    .report .reportContent .btn.btn-light {
      color: #292524; }
.report .reportAddPhoto {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center; }
  .report .reportAddPhoto__img {
    height: 400px;
    overflow: hidden;
    margin: 0 -16px; }
    .report .reportAddPhoto__img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .report .reportAddPhoto__btn {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .report .reportAddPhoto__btn .btn {
      font-size: 14px;
      height: 40px;
      border-radius: 16px;
      width: 48%; }
      .report .reportAddPhoto__btn .btn.btn-light {
        color: #292524; }
.report .reportRating {
  display: flex;
  flex-direction: column;
  gap: 10px; }
  .report .reportRating .report__title {
    padding-bottom: 10px; }
  .report .reportRating__food {
    background: #FFA726;
    border-radius: 20px;
    padding: 14px 20px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 2px; }
    .report .reportRating__food_name {
      font-size: 14px;
      font-weight: 400; }
    .report .reportRating__food_info {
      font-size: 16px;
      font-weight: 600; }
    .report .reportRating__food_date {
      font-size: 12px;
      font-weight: 400; }
  .report .reportRating__result {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    padding: 14px 20px;
    color: #ffffff;
    gap: 2px; }
    .report .reportRating__result.good {
      background: #0DCD54; }
    .report .reportRating__result.warning {
      background: #F54F5F; }
    .report .reportRating__result_info {
      flex: 1; }
    .report .reportRating__result_img {
      width: 50px;
      height: 50px; }
    .report .reportRating__result_text {
      font-size: 14px;
      font-weight: 400; }
    .report .reportRating__result_number {
      font-size: 24px;
      font-weight: 600; }
  .report .reportRating__conclusion {
    border-radius: 20px;
    padding: 14px 20px;
    background: #ffffff;
    gap: 8px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .report .reportRating__conclusion.good {
      border-color: #0DCD54; }
    .report .reportRating__conclusion.warning {
      border-color: #F54F5F; }
    .report .reportRating__conclusion_icon {
      width: 30px;
      height: 30px; }
    .report .reportRating__conclusion_text {
      flex: 1;
      font-weight: 600; }
  .report .reportRating__photo {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 10px 0; }
    .report .reportRating__photo_item {
      flex: 1;
      height: 150px;
      position: relative;
      border-radius: 20px;
      overflow: hidden; }
      .report .reportRating__photo_item img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .report .reportRating__photo_item-text {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 40px;
        width: 100%;
        color: #ffffff;
        font-size: 14px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.71) 100%); }
  .report .reportRating__info {
    background: #ffffff;
    border-radius: 20px;
    margin-bottom: 10px; }
    .report .reportRating__info.open .reportRating__info_btn img {
      transform: rotate(0deg); }
    .report .reportRating__info.open .reportRating__info_content {
      padding: 10px;
      max-height: 1100px; }
    .report .reportRating__info_btn {
      display: flex;
      align-items: center;
      justify-content: space-between;
      color: #FFA726;
      padding: 12px 22px;
      font-size: 14px; }
      .report .reportRating__info_btn img {
        transition: 0.3s ease-in;
        transform: rotate(180deg); }
    .report .reportRating__info_content {
      transition: all 0.3s ease-in;
      max-height: 0;
      overflow: hidden;
      padding: 0;
      display: flex;
      flex-direction: column;
      gap: 20px; }
      .report .reportRating__info_content .item {
        border-radius: 20px;
        box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1); }
        .report .reportRating__info_content .item__head {
          height: 40px;
          border-bottom: 1px solid #E5E8EB;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 14px;
          font-weight: 500; }
        .report .reportRating__info_content .item__body {
          padding: 14px 10px;
          display: flex;
          flex-direction: column;
          gap: 8px; }
          .report .reportRating__info_content .item__body_line {
            display: flex;
            align-items: flex-start;
            gap: 10px; }
            .report .reportRating__info_content .item__body_line img {
              width: 14px;
              margin-top: 3px; }
            .report .reportRating__info_content .item__body_line-text {
              flex: 1;
              font-size: 14px;
              font-weight: 400; }
  .report .reportRating .btn {
    height: 48px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 16px; }
    .report .reportRating .btn.btn-light {
      margin-top: 10px;
      color: #292524; }
.report__title {
  font-size: 16px;
  font-weight: 600;
  display: block;
  position: relative;
  text-align: center;
  max-width: 100%; }
  .report__title .btnBack {
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: #E5E8EB;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
.report__img {
  border-radius: 20px;
  height: 320px;
  overflow: hidden; }
  .report__img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.report__instruction {
  border-radius: 20px;
  background: #F8F8F8;
  padding: 20px 20px 20px 42px;
  width: 242px;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -92px;
  display: flex;
  flex-direction: column;
  gap: 10px; }
  .report__instruction:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 82px;
    top: 28px;
    left: 27px;
    background: rgba(255, 167, 38, 0.48);
    z-index: 3; }
  .report__instruction .item {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
    font-size: 12px;
    font-weight: 400;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    padding: 4px 8px;
    position: relative;
    z-index: 4; }
    .report__instruction .item span {
      width: 12px;
      height: 12px;
      border-radius: 12px;
      background: #ffffff;
      position: absolute;
      left: -20px;
      top: 8px; }
      .report__instruction .item span:after {
        content: '';
        position: absolute;
        width: 4px;
        height: 4px;
        border-radius: 4px;
        top: 4px;
        left: 4px;
        background: #FFA726;
        z-index: 4; }

.statistics__info {
  max-width: 100%;
  border-radius: 20px;
  background: #FFA726;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 20px;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1); }
  @media screen and (min-width: 768px) {
    .statistics__info {
      max-width: 320px; } }
  @media screen and (max-width: 1024px) {
    .statistics__info {
      margin-left: auto;
      margin-right: auto; } }
  .statistics__info_icon {
    width: 90px;
    height: 90px;
    border-radius: 20px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center; }
  .statistics__info_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: #ffffff; }
    .statistics__info_box-title {
      font-size: 14px;
      font-weight: 500; }
    .statistics__info_box-rating {
      font-size: 30px;
      font-weight: 600; }
    .statistics__info_box-text {
      font-size: 12px;
      font-weight: 400; }
.statistics .form {
  display: flex;
  flex-direction: column;
  gap: 14px; }
  .statistics .form .btn {
    margin-top: 16px;
    max-width: 100%;
    height: 48px; }
    @media screen and (min-width: 768px) {
      .statistics .form .btn {
        max-width: 230px;
        height: 50px; } }
.statistics__history {
  padding-top: 50px; }
  @media screen and (min-width: 768px) {
    .statistics__history {
      padding-top: 70px; } }
  .statistics__history_title {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 20px; }
  .statistics__history_table {
    padding-top: 10px; }
    .statistics__history_table .tableLine {
      padding: 14px 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-bottom: 1px solid #E5E8EB; }
      .statistics__history_table .tableLine__info {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px; }
        .statistics__history_table .tableLine__info_rating {
          background: #E5E8EB;
          border-radius: 10px;
          font-size: 14px;
          font-weight: 500;
          color: #292524;
          display: flex;
          align-items: center;
          justify-content: center;
          height: 34px;
          min-width: 52px; }
        .statistics__history_table .tableLine__info_box {
          display: flex;
          flex-direction: column; }
          .statistics__history_table .tableLine__info_box-name {
            font-size: 14px;
            font-weight: 500;
            color: #292524;
            max-width: 160px;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden; }
          .statistics__history_table .tableLine__info_box-date {
            font-size: 12px;
            font-weight: 400;
            color: #BCB9B9; }
      .statistics__history_table .tableLine__img {
        width: 40px;
        height: 40px;
        border-radius: 50%; }
        .statistics__history_table .tableLine__img img {
          width: 100%;
          height: 100%;
          object-fit: cover; }

.password__title {
  font-size: 16px;
  font-weight: 600;
  display: block;
  position: relative;
  text-align: center; }
  .password__title .btnBack {
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: #E5E8EB;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
.password__name {
  padding-top: 30px;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px; }
.password__flash-success {
  font-size: 14px;
  color: #2d6a4f;
  margin: 0 0 8px; }
.password__text {
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 10px; }
.password .form {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 30px; }
  .password .form-control {
    border: 1px solid #bcb9b9;
    border-radius: 16px;
    height: 48px;
    font-size: 14px; }
  .password .form button {
    height: 48px;
    font-size: 16px; }
.password > a {
  font-size: 14px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center; }

table {
  width: 100%; }
  table th {
    color: #BCB9B9;
    text-align: left; }
  table td {
    vertical-align: middle; }

.reportNotification {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: rgba(0, 0, 0, 0.4); }
  .reportNotification.open {
    display: flex; }
  .reportNotification__loading {
    display: flex;
    align-items: center;
    justify-content: center; }
@keyframes spin-pulse {
  0% {
    transform: rotate(0deg) scale(1);
    opacity: 1; }
  50% {
    transform: rotate(180deg) scale(1.1);
    opacity: 0.8; }
  100% {
    transform: rotate(360deg) scale(1);
    opacity: 1; } }
    .reportNotification__loading svg {
      animation: spin-pulse 1.5s ease-in-out infinite;
      transform-origin: center center; }
  .reportNotification__body {
    position: relative;
    width: 230px;
    min-height: 180px;
    border-radius: 20px;
    background: #ffffff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px; }
    .reportNotification__body_close {
      position: absolute;
      width: 40px;
      height: 40px;
      right: 0;
      top: 0;
      border: 0;
      background: url("../images/close-square.svg") no-repeat center; }
      .reportNotification__body_close:hover {
        opacity: 0.85; }
    .reportNotification__body_text {
      font-size: 14px;
      font-weight: 500;
      color: #292524;
      text-align: center; }

.form-name {
  font-size: 20px;
  text-align: center;
  border-bottom: 1px solid #d2af6b;
  margin-bottom: 30px;
  padding-bottom: 10px; }
.form .textError {
  font-size: 10px;
  color: #F54F5F;
  margin-top: -14px; }
  @media screen and (min-width: 768px) {
    .form .textError {
      font-size: 14px; } }
.form .textInfo {
  font-size: 10px;
  color: #635B5B;
  margin-top: -14px; }
  @media screen and (min-width: 768px) {
    .form .textInfo {
      font-size: 14px; } }
.form .editing, .form .passwordInput {
  position: relative; }
  .form .editing input, .form .passwordInput input {
    pointer-events: none; }
  .form .editing.uprovedEdit input, .form .passwordInput.uprovedEdit input {
    pointer-events: inherit;
    color: #292524;
    border-color: #FFA726; }
  .form .editing.uprovedEdit .iconEdit svg path, .form .passwordInput.uprovedEdit .iconEdit svg path {
    stroke: #FFA726; }
  .form .editing .iconEdit, .form .passwordInput .iconEdit {
    position: absolute;
    right: 10px;
    bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: none; }
    @media screen and (min-width: 768px) {
      .form .editing .iconEdit:hover svg path, .form .passwordInput .iconEdit:hover svg path {
        stroke: #FFA726; } }
.form-group {
  position: relative; }
.form-btn {
  margin-top: 35px; }
.form-text {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px; }
.form-control {
  background: #ffffff;
  margin: 0;
  font-size: 16px;
  height: 48px;
  color: #635B5B;
  outline: none;
  width: 100%;
  border: none;
  border-bottom: 1px solid #BCB9B9;
  vertical-align: top;
  line-height: normal;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-clip: padding-box;
  padding: 12px 30px;
  transition: all 0.2s ease-in; }
  @media screen and (min-width: 768px) {
    .form-control {
      height: 56px;
      padding: 15px 30px; } }
  .form-control:disabled {
    background: #BCB9B9;
    color: #ffffff; }
  .form-control:focus, .form-control:hover {
    border-color: #BCB9B9; }
  .form-control::-webkit-input-placeholder {
    color: #BCB9B9; }
  .form-control:-moz-placeholder {
    color: #BCB9B9; }
  .form-control:-ms-input-placeholder {
    color: #BCB9B9; }
  .form-control.error {
    border-color: #bf2324; }
  .form-control.valid {
    border-color: #0DCD54; }
  .form-control.warning {
    border-color: #ffdd2b; }
.form label {
  position: relative; }
  .form label .showPassword {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
    .form label .showPassword.active svg path {
      stroke: #FFA726; }
.form .checkbox-input {
  display: none; }
.form .checkbox-label {
  display: inline-flex;
  align-items: center;
  width: max-content;
  cursor: pointer; }
  @media screen and (min-width: 768px) {
    .form .checkbox-label:hover .custom-checkbox {
      border-color: #0DCD54; } }
.form .custom-checkbox {
  width: 24px;
  height: 24px;
  border: 2px solid #FFA726;
  border-radius: 6px;
  margin-right: 15px;
  position: relative;
  transition: all 0.3s ease;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  .form .custom-checkbox:after {
    content: '';
    width: 10px;
    height: 8px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEwIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjc1IDMuNThMMy41OCA2LjQxTDkuMjUgMC43NSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
    position: absolute;
    background-repeat: no-repeat;
    color: #ffffff;
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s ease; }
.form .checkbox-input:checked + .checkbox-label .custom-checkbox::after {
  opacity: 1;
  transform: scale(1); }
.form .checkbox-input:checked + .checkbox-label .custom-checkbox {
  background: #0DCD54;
  border-color: #0DCD54; }
.form .option-text {
  font-size: 14px;
  font-weight: 500;
  color: #292524;
  flex-grow: 1; }
  @media screen and (min-width: 768px) {
    .form .option-text {
      font-size: 16px; } }
.form-img {
  margin-bottom: 16px;
  width: 120px;
  height: 120px;
  position: relative; }
  .form-img i {
    position: absolute;
    left: calc(50% - 16px);
    bottom: -18px; }
.form .file-upload {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 4px solid #FFA726;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  padding: 20px 20px;
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    .form .file-upload {
      border-color: #ffffff; } }
  .form .file-upload:hover {
    opacity: 1; }
.form #file-input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer; }
.form .preview-container {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 50%;
  overflow: hidden;
  display: none;
  text-align: center;
  position: absolute;
  left: 4px;
  top: 4px; }
  .form .preview-container img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    object-fit: cover; }

textarea.form-control {
  resize: vertical;
  max-height: 300px; }

.custom-select {
  position: relative;
  min-width: 210px;
  display: flex;
  flex-direction: column;
  gap: 4px; }
  .custom-select > select {
    width: 100%;
    height: 48px;
    padding: 10px 44px 10px 18px;
    border: 1px solid #BCB9B9;
    border-radius: 16px;
    background-color: #ffffff;
    color: #4e2e08;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUgOC43NUwxMCAxMy43NUwxNSA4Ljc1IiBzdHJva2U9IiM2MzVCNUIiIHN0cm9rZS13aWR0aD0iMS4yIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 20px;
    transition: all 0.3s ease; }
    @media screen and (min-width: 768px) {
      .custom-select > select {
        height: 56px;
        font-size: 16px; } }
  .custom-select > select:hover {
    box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.06); }
  .custom-select > select:focus {
    border-color: #FFA726; }
  .custom-select > select::-ms-expand {
    display: none; }
  .custom-select .select-label {
    font-size: 14px;
    font-weight: 400;
    color: #635B5B; }
  .custom-select .select-selected {
    background-color: white;
    color: #4e2e08;
    padding: 10px 18px;
    height: 48px;
    border: 1px solid #BCB9B9;
    border-radius: 16px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    user-select: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease; }
    @media screen and (min-width: 768px) {
      .custom-select .select-selected {
        height: 56px;
        font-size: 16px; } }
    .custom-select .select-selected:after {
      content: "";
      background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUgOC43NUwxMCAxMy43NUwxNSA4Ljc1IiBzdHJva2U9IiM2MzVCNUIiIHN0cm9rZS13aWR0aD0iMS4yIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+");
      width: 20px;
      height: 20px;
      transition: transform 0.3s ease;
      background-size: 20px; }
    .custom-select .select-selected.active:after {
      transform: rotate(180deg); }
  .custom-select .select-selected.select-arrow-active:after {
    transform: rotate(180deg); }
  .custom-select .select-selected:hover {
    box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.06); }
  .custom-select .select-items {
    position: absolute;
    background-color: white;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border-radius: 20px;
    margin-top: 5px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
    max-height: 300px;
    overflow-y: auto; }
    .custom-select .select-items div {
      color: #4e2e08;
      padding: 10px 18px;
      font-size: 14px;
      font-weight: 500;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.2s; }
      @media screen and (min-width: 768px) {
        .custom-select .select-items div {
          font-size: 16px; }
          .custom-select .select-items div:hover {
            color: #FFA726; } }
    .custom-select .select-items.select-hide {
      display: none !important; }

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 36px 0; }
  @media screen and (min-width: 992px) {
    .pagination {
      padding: 32px 0; } }
  .pagination ul {
    display: flex;
    list-style-type: none; }
    .pagination ul li {
      margin: 0 4px; }
      .pagination ul li span, .pagination ul li a {
        min-width: 34px;
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000;
        font-size: 14px;
        font-weight: 400;
        background-color: transparent;
        border-radius: 50px;
        transition: 0.3s ease;
        padding: 6px;
        text-decoration: none !important; }
        .pagination ul li span:hover, .pagination ul li a:hover {
          background-color: #F0F0F0; }
      .pagination ul li span {
        pointer-events: none;
        border-color: transparent; }
      .pagination ul li.active a {
        background-color: #FFA726;
        color: #ffffff; }
      @media screen and (max-width: 576px) {
        .pagination ul li.next, .pagination ul li.prev {
          display: none; } }
      .pagination ul li.next a, .pagination ul li.prev a {
        background-color: transparent; }
        .pagination ul li.next a:hover, .pagination ul li.prev a:hover {
          background-color: #F0F0F0; }
      .pagination ul li.next span, .pagination ul li.prev span {
        background-color: transparent; }
        .pagination ul li.next span svg, .pagination ul li.prev span svg {
          opacity: 0.5; }
      @media screen and (max-width: 576px) {
        .pagination ul li.next a:not(:hover), .pagination ul li.prev a:not(:hover) {
          background-color: transparent; } }

@media (min-width: 1025px) {
  .hide-desktop {
    display: none; } }
@media (max-width: 1024px) {
  .hide-tablet {
    display: none; } }
@media (min-width: 768px) {
  .show-mobile {
    display: none !important; } }
@media (max-width: 767px) {
  .hide-mobile {
    display: none; } }

/*# sourceMappingURL=style.css.map */
