body{
    background-color: rgb(9 0 28 / 50%) !important;
}
.page-header {
    background: linear-gradient(180deg, rgb(163, 122, 1) 20%, rgb(238,210,2) 80%);
    border-bottom: 1px solid transparent !important;
}

.slider{
    height:auto !important;
    /* display:none; */
}

#dewamarquee{
    background-color: rgb(0 0 0 / 7%);

}
#dewamarquee marquee{
        font-size: 16px;
        color: rgb(255, 255, 255);
        
}

.no-bottom{
    /* background: url(https://togelin.mediamsg2.com/BG-TOGELIN/bgmobile-togelin.jpg) no-repeat !important; */
    background: url(https://togelin2.b-cdn.net/BG-TAHUN-BARU-togelin-WEB-mobile.jpg) no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}
.list-menu-mobile {
    display: flex;
    padding-top: 10px;
}
.list-menu-mobile img {
    padding: 4px;
    line-height: 1.42857143;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 1200px) {
    .main {
        background-color: rgb(9 0 28 / 50%) !important;
    }
    .inner-wrap {
        background: transparent !important;
    }
    .panel-blue {
        border: 1px solid #e1c1d3 !important;
        background: #00000042 !important;
    }
    #slider-hasil .slider {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        align-items: start;
        justify-items: stretch;
        justify-content: center;
    }
    .results {
        border: solid 1px #424c60 !important;
        background-color: rgba(0, 0, 0, 0.55) !important;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
        margin: 5px;
        padding: 0px !important;
    }
     .pool-name{
        color: white !important;
        text-transform: uppercase;
        font-size: 10px !important;
        width: 100% !important;
        text-align: center !important;
        background: linear-gradient(to right, #ffa600, #ffc40c) !important;
        background-size: 300% 300%;
        animation: background-gold 8s infinite;
        padding: 3px 2px;
        border: 2px solid #ffc40c;
        text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000 !important;
     }

    .pool-date {
        display: none !important;
    }
    .pool-result {
        color: #fff01d !important;
        text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000 !important;
        text-align: center !important;
        width: 100% !important;
        font-size: 13px !important;
        line-height: 1.8 !important;
        font-family: 'Gafata';
        float: none !important;
    }
}

@media screen and (max-width: 900px) {
    .bank {
        border-radius: 10px !important;
        padding: 0px !important;
        height: 40px !important;
        width: 46% !important;
        margin-left: 7px !important;
        border: groove 3px;
    }
    .bank img:first-child {
        width: 65px !important;
        display: inline-block !important;
        vertical-align: middle !important;
        margin-left: auto !important;
        margin-right: 2px !important;
        margin-top: 6px !important;
        margin-bottom: auto !important;
    }
    .bank img:last-child {
        width: 35% !important;
        display: inline-block;
        vertical-align: middle;
        margin-left: 7px !important;
        padding: 0;
    }
}

.iconuserlogin {
    position: absolute;
    top: 42px;
    left: 18px;
    background: #000000;
    border-radius: 17px 0 0 17px;
    padding: 10px 13px;
    box-shadow: 1px 0 5px #ffdf00;
    border: 1px solid #ffdf00;
  }
  
  .iconkeylogin {
    position: absolute;
    top: 92px;
    left: 18px;
    background: #000000;
    border-radius: 17px 0 0 17px;
    padding: 10px 13px;
    box-shadow: 1px 0 5px #ffdf00;
    border: 1px solid #ffdf00;
  }
  
  .iconuserlogin img {
    width: 19.3px;
    /* filter: brightness(28) contrast(8.8); */
  }
  
  .iconkeylogin img {
    width: 19.3px;
    /* filter: brightness(28) contrast(8.8); */
  }

  .contactField {
    height: 40px;
    padding-left:  12px;
    padding-right: 12px;
    margin-bottom: 0px;
    border-radius: 25px;
    border-color:#ffdf00;
    
}
input:focus{
    box-shadow: 2px 0 5px #ffdf00 !important;
    border: 2px solid #ffdf00 !important;
}

.button-blue,
.button-green,
.button-yellow {
    /* background-image: linear-gradient(to right, #228B22, #228B22); */
    box-shadow: none;
    border: none;
    border-radius: 40px;
}

input[type="submit"],
.buttons {
    border-radius: 40px;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.buttons:hover {
    background-position: 100% 0;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


.buttonWrap.buttons.button-blue.contactSubmitButton {
    background: linear-gradient(180deg, rgb(255,196,12) 15%, rgb(255,225,53) 50%, rgb(239,204,0) 85%);
    box-shadow: inset 0 -4px 0 #484747;
    border: 1px solid gold;
    border-radius: 18px;
    appearance: none;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000 !important;
}

.buttonWrap.buttong.button-green.contactSubmitButton {
    background: linear-gradient(180deg, rgb(255,196,12) 15%, rgb(255,225,53) 50%, rgb(239,204,0) 85%);
    box-shadow: inset 0 -4px 0 #484747;
    border: 1px solid gold;
    border-radius: 18px;
    appearance: none;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000 !important;
}

.dolansearchPasaran {
    width: 100%;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border-radius: 6px;
    background: linear-gradient(to right top, #ffdf00, #ffc40c, #fcf75e, #ffc40c, #ffdf00);
    border: 1px solid #23dc8e  !important;
    box-shadow: inset 0px 0px 0px 1px rgb(255,196,12), inset 0px 2px 0px 0px rgb(255 225 53), inset 0px 0px 0px 2px rgb(239,204,0), 3px 3px 3px 1px rgb(0 0 0 / 20%);
    position: relative;
        }
        .dolansearchPasaran input {
          width: 100%;
          border: none;
          border-radius: 3px;
          padding: 5px;
          color: #090909;
          letter-spacing: 1px;
          background: #edc0c0;
          box-shadow: none;
        }
        .dolansearchPasaran img {
          width: 28px;
          margin-right: 5px;
          filter: brightness(10) drop-shadow(1px 2px 2px #00000054) contrast(1);
        }
        .searchPasaran input::placeholder {
          color: #000000;
        }

.dib{
    text-shadow: 0px 0px 15px rgb(255 255 0);
    color: #ffffff;
}

p#date-today-result{
    text-shadow: 0px 0px 15px rgb(255 255 0);
    color: #ffffff;  
}

.dolan-jackpot{
    font-size: 22px;
    font-weight: bold;
    padding: 33px;
    border-radius: 5px;
    text-align: center;
    color: gold;
    background: url(https://togelin.mediamsg2.com/GIF-TOGELIN/progresif-jackpot-gif.gif) no-repeat center;
    background-size: 100%;
    width: 100%;
    margin: 30px auto;
    height: 80px;
}

.column-vpn {
    flex: 1;
    margin: 10px;
    /* text-align: center; */
    line-height: 14px !important;
    display: block !important;
    height: 40px !important;
    margin-right: 0px;
}
.container .column-vpn img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 40%;
    height: auto;
    border-radius: 40px;
}
.gbralter{
    padding: 20px;
}
.vpn .gbralter a{
    padding: 10px 26px 10px 26px;
    font-size: 20px;
    width: 100%;
    background: linear-gradient(180deg, rgb(255,196,12) 15%, rgb(255,225,53) 50%, rgb(239,204,0) 85%);
    border: 1px solid gold;
    border-radius: 18px;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000 !important;
    color:#ffffff !important;
}

.messagebleft-container {
    background: linear-gradient(180deg, rgb(255,196,12) 15%, rgb(255,225,53) 50%, rgb(239,204,0) 85%);
  padding: 7px 0px;
  font-size: 12px;
  position: fixed;
  z-index: 9999;
  bottom: 0;
  color: #ffffcc;
  width: 95vw;
  margin: 10px;
  margin-right: 10px;
  border-radius: 40px;
  border: 2px solid #fdeb91;
  font-weight: bold;
  white-space: nowrap;
}

/* css smartbanner */
#smart_banner{
    background: linear-gradient(180deg, rgb(255,196,12) 15%, rgb(255,225,53) 50%, rgb(239,204,0) 85%) !important;
    overflow: hidden !important;
    }
    #smart_banner .app_info .app_title{
        font-size: 15px !important;
        font-weight: bold !important;
        color: #ffffff !important;
    }
    #smart_banner .app_info .app_slogan{
    font-size: 11px !important;
    color: #FFF !important;
    letter-spacing: 0px !important;
    }
    
    #smart_banner .download_button a{
        font-size: 12px !important;
        padding: 8px 8px !important;
        color: #000 !important;
        background: linear-gradient(to bottom, #00f5f6 0%, #0b669e 100%) !important;
        border-radius: 20px !important;
        border: 2px solid #05f4fa !important;
        box-shadow: 0px 0px 3px #00d3ff !important;
    }
    /* #smart_banner .download_button{
    position: absolute;
    right: 5px;
    margin-top: -10px;
    } */
.note{
    color:#cb9604 !important;
    /* text-shadow: 0px 0px 10px #777777, 0px 0px 20px #777777 !important; */
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000 !important;
}