
.camel-game .form-module__form .mod-input__field {
  border: 2px solid white;
}

.camel-game__btn, .yeah-title {
  text-transform: uppercase;
  font-family: "Camel Sans", sans-serif;
}
.camel-game__btn {
  font-family: "Camel", sans-serif;
}
.form-module__title {
  text-transform: uppercase;
}

.modal__body h2 {
  color: #004288;
}
.modal .editor-text h1, .modal .editor-text h2, .modal .editor-text h3 {
  /*font-family: "Camel", sans-serif;*/
}
.camel-game__footer-container button {
  font-family: "Camel Sans", sans-serif;
}
.camel-game__footer {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
}


.icon-cross::before {
  -webkit-mask-image: url(data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='7px' height='6.7px' viewBox='0 0 7 6.7' enable-background='new 0 0 7 6.7' xml:space='preserve'%3E%3Cg enable-background='new'%3E%3Cpath fill='%23FAFAFA' d='M0,6.7l2.4-3.5L0.1,0h2.2l1.2,1.9L4.7,0h2.1L4.5,3.2L7,6.7H4.8L3.5,4.7L2.1,6.7H0z'/%3E%3C/g%3E%3C/svg%3E);
  mask-image: url(data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='7px' height='6.7px' viewBox='0 0 7 6.7' enable-background='new 0 0 7 6.7' xml:space='preserve'%3E%3Cg enable-background='new'%3E%3Cpath fill='%23FAFAFA' d='M0,6.7l2.4-3.5L0.1,0h2.2l1.2,1.9L4.7,0h2.1L4.5,3.2L7,6.7H4.8L3.5,4.7L2.1,6.7H0z'/%3E%3C/g%3E%3C/svg%3E);
  
}
.modal .editor-text h1,
.modal .editor-text h2,
.modal .editor-text h3 {
    }

.modal .editor-text h1,
.modal .editor-text h2,
.modal .editor-text h3 {
  color: #0e3087;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.32;
  margin-bottom: 28px; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .modal .editor-text h1,
        .modal .editor-text h2,
        .modal .editor-text h3 {
             } }
    @media only screen and (max-width: 767px) {
        .modal .editor-text h1,
        .modal .editor-text h2,
        .modal .editor-text h3 {
             } }

.modal {
    position: fixed;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    padding: 30px;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.6);
    transition: opacity 0.3s ease, visibility 0.3s ease; }
    @media only screen and (max-width: 767px) {
        .modal {
            padding: 20px; } }
    .modal.is-open-modal {
        visibility: visible;
        opacity: 1; }
    .modal__close {
      position: absolute;
      top: 20px;
      right: 20px;
      border-radius: 0px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 32px;
      height: 32px;
      
      background: #0e3087 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E") no-repeat center/24px;
      z-index: 9;
      color: white;
      line-height: 32px;
      padding: 7px 10px 10px 10px; }
        @media only screen and (max-width: 767px) {
            .modal__close {
                top: 22px;
                right: 16px; } }
    .modal__inner {
        width: 100%;
        max-width: 770px;
        background-color: #fff;
        /*border-radius: 32px;*/
        position: relative;
        margin: auto;
       line-height: 1.8;
        height: 65vh;
        overflow: hidden; }
        .modal__inner p {
          margin-bottom: 30px;
        }
        .modal__inner ul {
          margin-bottom: 30px;
        }
        .modal__inner ul li {
          list-style: disc;
          margin-left: 20px;
        }
    .modal__body {
        height: 100%;
        left: 0;
        position: absolute;
        width: 100%;
        top: 0;
        font-size: 16px;
        overflow: auto;
        padding: 40px 50px 40px;
        scrollbar-track-color: rgba(0, 66, 136, 0.5);
        scrollbar-darkshadow-color: #004288;
        scrollbar-arrow-color: rgba(0, 66, 136, 0.5);
        /* width */
        /* Track */
        /* Handle */
        /* Handle on hover */ }
        .modal__body::-webkit-scrollbar {
            width: 6px; }
        .modal__body::-webkit-scrollbar-track {
            background: rgba(0, 66, 136, 0.5); }
        .modal__body::-webkit-scrollbar-thumb {
            background: rgba(0, 66, 136, 0.5);
            width: 6px;
            border-radius: 0; }
        .modal__body::-webkit-scrollbar-thumb:hover {
            background: #004288; }
        @media only screen and (max-width: 767px) {
            .modal__body {
                border-radius: 10px;
                padding: 50px 30px 30px; } }
        @media (max-width: 360px) {
            .modal__body {
                padding: 50px 20px 20px; } }
    .modal .editor-text {
        line-height: 1.5; }
        .modal .editor-text h1,
        .modal .editor-text h2,
        .modal .editor-text h3 {
             }
            @media only screen and (max-width: 767px) {
                .modal .editor-text h1,
                .modal .editor-text h2,
                .modal .editor-text h3 {
                    font-size: 16px; } }
            @media (max-width: 360px) {
                .modal .editor-text h1,
                .modal .editor-text h2,
                .modal .editor-text h3 {
                    font-size: 14px; } }

                    header
                    {
                        display: block; }
                    .header-main {
                      position: absolute;
                      left: 0;
                      top: 0;
                      width: 100%;
                      padding: 16px 30px;
                      z-index: 100; }
                      @media only screen and (max-width: 767px) {
                          .header-main {
                              top: inherit;
                              bottom: 0;
                              padding: 30px 15px;
                              /*display: none;*/ } }

                              .menu li {
                                display: inline-block;
                                margin: 0 11px; }
                                @media (max-width: 380px) {
                                    .menu li {
                                        margin: 0 5px; } }
                            
                            .menu__link {
                                display: block;
                                color: #fff;
                                font-weight: 700;
                                letter-spacing: 0.64px;
                                font-size: 13px;
                                text-transform: uppercase;
                                transition: color 0.3s ease, opacity 0.3s ease; }
                                .menu__link:hover {
                                    opacity: 0.8; }

                                    .slot-machine {
                                      box-shadow: none;
                                    }

                                    #admin-area {
                                      position: fixed;
                                      /*border: 1px solid red;*/
                                      width: 100px;
                                      height: 100px;
                                      z-index: 10000;
                                      bottom: 0px;
                                      right: 0px;
                                  }

                                  .modal2 {
                                    position: fixed;
                                    left: 0;
                                    height: 100%;
                                    top: 0;
                                    width: 100%;
                                    z-index: 999;
                                    font-weight: 300;
                                    color: #030345;
                                    display: none;
                                    align-items: center;
                                    justify-content: center;
                                    transition: opacity 0.2s ease;
                                    -webkit-transition: opacity 0.2s ease;
                                    background: white;
                                    display: none;
                                 }
                                 .modal2.show {
                                    display: flex;
                                 }
                                 .modal2 .modal_body {
                                    width: 100%;
                                    max-width: 500px;
                                    min-height: 570px;
                                    box-shadow: 0 0 20px #030345;
                                    background-color: rgba(250, 250, 250, 0.95);
                                    border-radius: 32px;
                                    position: relative;
                                    margin: 100px auto 150px;
                                    height: 65vh;
                                    overflow: hidden;
                                }
                                
                                .modal2 .modal__close {
                                    position: absolute;
                                    top: 35px;
                                    right: 35px;
                                    border-radius: 100%;
                                    display: flex;
                                    align-items: center;
                                    justify-content: center;
                                    width: 100px;
                                    height: 100px;
                                    background-color: #030345;
                                    color: white;
                                    z-index: 1000;
                                  font-size: 41px;
                                    text-align: center;
                                }
                                
                                .modal2 .modal__body-inner {
                                    height: 100%;
                                    left: 0;
                                    position: absolute;
                                    width: 100%;
                                    top: 0;
                                    padding: 80px 56px 40px;
                                    overflow: auto;
                                    font-size: 21px;
                                }
                                .modal2 .modal__body-inner table {
                                    width: 100%;
                                }
                                .modal2 .modal__body-inner table tr {
                                    border-bottom: 1px solid;
                                }
                                .modal2 .btn.selected {
                                  background-color: white !important;
                                  color: #00a1e4 !important;
                                }
                                .modal2 .btn.users {
                                  margin-right: 10px;
                                }

                                .modal2 h2 {
                                  font-family: "Montserrat", sans-serif;
                                  color: #00a1e4 !important;
                                  text-shadow: 0 2px 0 rgb(0 66 136 / 26%);
                                  font-size: 20px;
                                  font-weight: 800;
                                  text-transform: uppercase;
                                  font-size: 28px;
                                  margin-bottom: 20px;
                                }
                                .modal2 .modal__body-inner.prizes {
                                  display: none;
                                }
                                #admin-area {
                                  font-size: 10px;
                                  display: none;
                                }
                                #admin-area span {
                                  position: absolute;
                                  bottom: 7px;
                                  right: 7px;
                                  font-size: 5px;
                                }
                                .modal2 td {
                                  padding: 10px 0px;
                                }


                                .modal__inner .game__button a, .btn.save {
                                  color: #0e3087;
                                  background-color: #10a8d5;
                                  width: auto;
                                  margin: 0 auto;
                                  margin-top: 28px;
                                  min-width: 250px;
                                  display: block;
                                  padding: 10px;
                                  text-align: center;
                                  font-weight: bold;
                                }

                                .modal2 .btn {
                                  color: #0e3087;
                                  background-color: #10a8d5;
                                  width: auto;
                                  
                                  margin-top: 28px;
                                  min-width: 250px;
                                  
                                  padding: 10px;
                                  text-align: center;
                                  font-weight: bold;

                                }
                                .modal2 .btn.selected {
                                  color: #10a8d5 !important;
                                  background-color: #0e3087 !important;
                                }

                                .modal2 .btn.save {
                                  margin: 0px;
                                }

                                .title h1 {
                                  /*font-size: 56px;*/
                                }
                                
                                
                                
  .camel-game__card {
    border-radius: 11px;
    overflow: initial;
  }
  .camel-game__footer-link {
    text-transform: uppercase;
  }
  
  .camel-game__footer-container .camel-game__logo { display: none; }
  /*@media only screen and (max-width: 1171px) {*/
    .camel-game__footer-container {
        padding: 40px 0 15px 0px;
        /*margin-left: 42vw;*/
        width: 40%;
        margin-left: 45%;
    }
  /*}*/
  
  @media only screen and (max-width: 1171px) {
    .camel-game__footer-container {
      margin-left: 39%;
    }
  }
  
  .camel-game {
    padding: 18px 0;
  }
  
  .camel-game__canvas {
    border-radius: 10px;
    height: 100.2%;
    width: 100.2%;
  
    
  }
  /*
  .camel-game__footer-container {
    width: 34%;
  }
  */
  html {
      height  : 100%;
      overflow: hidden;
  }
  body {
      height  : 100%;
      overflow: auto;
  }
  * {
     -moz-user-select: none;
     -khtml-user-select: none;
     -webkit-user-select: none;
     -ms-user-select: none;
     user-select: none;
  }
  .camel-game__footer {
    background-image: none !important;
  }


  .camel-game__logo img {
    position: relative;
    max-width: 186px;
    left: -42px;
    top: 5px;
  }

  /* portrait fix */
  @media only screen and (max-width: 1023px){
    .camel-game__inner {
        grid-template-columns: 120px 1fr;
        grid-gap: 9px;
    }


    .camel-game__logo img {
      max-width: 141px;
      left: 7px;
      top: 9px;
    }
  }

  .fake-check {
    width: 30px;
    height: 30px;
    border: 3x solid #efefef;
    background: #efefef;
  }

  .fake-check.checked {
    background: #0e3087;
  }