/*
 * Obfuscated filename: tm-8987746253.css
 */

/* General modal functions */
  .tmodal {
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(98, 98, 98, .8);
    z-index: 9;
    /* backdrop-filter: blur(3px); */
    transition: all .3s
  }
  .tmodal.open, .tmodal.open {
    display: block
  }
  .tmodal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 40px;
    width: 90%;
    max-width: 680px;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.3);
    text-align: center;
    border-radius: 10px;
    color: #444;
    -webkit-text-fill-color: #444;
    height: auto;
    max-height: 80%;
    overflow: hidden;
    overflow-y: scroll;
  }
  .tmodal-close-btn {
    display: block;
    width: auto;
    margin: 0 auto;
    text-align: center
  }
  .tmodal-close-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    background: transparent;
    border: 0;
    text-indent: -9999px;
    width: 30px;
    height: 30px
  }
  .tmodal-close-icon:hover {
    background: rgb(224 120 80 / 50%);
    border-radius: 30px
  }
  .tmodal-close-icon:hover:before {
    color: #fff;
    -webkit-text-fill-color: #fff
  }
  .tmodal-close-icon:before {
    position: absolute;
    top: 50%;
    right: 50%;
    content: "\f2ee";
    text-indent: 0;
    transform: translate(50%, -50%);
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
    color: #e07950;
    -webkit-text-fill-color: #e07950;
    font-size: 20px;
    line-height: normal
  }
  @media screen and (max-width:1050px) {
    .tmodal-content {
    }
    .tmodal-content h3 {
      text-align: left !important
    }
    .tmodal-content img {
      max-width: 225px !important
    }
  }

/* Lang Modal */
  #tmodal-lang .button {
    position: relative;
    padding: 0 15px 0 35px;
    border-color: transparent;
    background: 0;
    color: #444;
    -webkit-text-fill-color: #444;
    box-shadow: none;
    max-width: none;
    width: auto;
    font-size: 14px;
    transition: none
  }
  #tmodal-lang .button:hover {
    background: #e07950;
    color: #fff;
    -webkit-text-fill-color: #fff
  }
  #tmodal-lang img {
    height: 20px;
    width: auto;
    position: absolute;
    top: 5px;
    left: 11px;
    border-radius: 13px
  }
  #tmodal-lang h3 {
    margin-bottom: 20px;
    font-size: 25px
  }
  #tmodal-lang-open img {
    height: 14px;
    width: auto;
    position: absolute;
    top: 7px;
    left: 11px;
    border-radius: 7px
  }

/* tmodal-triton-store for commercial purposes */
  #tmodal-triton-store-content h3 {
    font-size: 27px;
    line-height: 50px;
    color: #ce5828;
    -webkit-text-fill-color: #ce5828;
    padding-bottom: 10px;
    transition: 1s all ease
  }

  #tmodal-triton-store-content h3.pulse {
    color: #b0b0b0;
    -webkit-text-fill-color: #b0b0b0
  }

  #tmodal-triton-store-content img {
    max-width: 400px;
    height: 100%;
    width: 100%
  }

  #tmodal-triton-store-content a {
    font-size: 16px;
    line-height: 21px;
    padding: 5px 18px;
    display: inline-table;
    margin-top: 10px;
    background: #e07950;
    border: 1px solid #e07950
  }

  #tmodal-triton-store-content a:hover {
    font-size: 16px;
    line-height: 21px;
    padding: 5px 18px;
    display: inline-table;
    margin-top: 10px;
    color: #e07950;
    -webkit-text-fill-color: #e07950;
    background: #fff;
    border: 1px solid #e07950
  }

  #tmodal-triton-store-content p {
    font-size: 12px;
    padding-top: 5px
  }

/* Icon to recall modal */
  #tmodal-triton-store-settings-icon {
    right: 60px
  }
  #tmodal-triton-store-settings-icon i {
    margin-top: 14px;
    margin-left: -2px
  }

  #tmodal-triton-store-settings-icon span {
    position: absolute;
    top: 28px;
    right: 1px;
    font-size: 13px;
    transform: rotate(312deg);
    background: #de5f2c;
    padding: 0px;
    margin: 0px;
    line-height: 13px;
  }

@media screen and (max-width: 400px) {
  #tmodal-triton-store-content h3 {
    font-size: 19px;
    padding-bottom: 0px;
    line-height: 30px
  }
  #tmodal-triton-store-content a {
    font-size: 12px;
    line-height: 17px;
    padding: 5px 18px
  }
}