@font-face {
  font-family: charBB;
  src: url(../../../temp-18/css/font/charbb-reg.ttf);
}
  
html{
    height: 100%;
    width: 100%;
}

body{
    min-height: 100vh;
}

.keypad-trigger1 {
    background: url(../../../images/pin/titik.png) center no-repeat;
    background-size: 22px 22px;
    position: absolute;
    width: 22px;
    height: 22px;
    border: none;
    right: 20%;
    top: 5px;
    margin-left: -3rem;
    z-index: 2;
}

#keyboard6_keyboard{
    width: 100%;
}

.pin-bold {
    font-weight: bold;
    color: rgba(200, 147, 33);
}

.ui-widget-content {
    border: 1px solid #666;
    background: #fff;
    color: #000;
}

.ui-widget.ui-widget-content {
    border: 3px solid rgba(200, 147, 33);
    background: rgba(33, 33, 33);
}

#keyboard5_keyboard {
    background: rgba(33, 33, 33);
}

.ui-keyboard {
    width: 300px;
    height: 245px;
}
.ui-keyboard div {
    font-size: 22px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    
    font-weight: bold;
    color: #eee;
    border: 1px solid transparent;
    border-radius: 3px;
}

.ui-keyboard-bksp {
    background-image: -moz-linear-gradient(
        90deg,
        rgb(194, 73, 0) 0%,
        rgb(255, 117, 34) 100%
    ) !important;
    background-image: -webkit-linear-gradient(
        90deg,
        rgb(194, 73, 0) 0%,
        rgb(255, 117, 34) 100%
    ) !important;
    background-image: -ms-linear-gradient(
        90deg,
        rgb(194, 73, 0) 0%,
        rgb(255, 117, 34) 100%
    ) !important;
    border: 1px solid rgb(255, 113, 28) !important;
    width: 95px;
    height: 34px;
    font-size: 15px;
    font-family: roboto;
}

.ui-keyboard-cancel {
    background-image: -moz-linear-gradient(
        90deg,
        rgb(113, 0, 0) 0%,
        rgb(255, 0, 0) 100%
    ) !important;
    background-image: -webkit-linear-gradient(
        90deg,
        rgb(113, 0, 0) 0%,
        rgb(255, 0, 0) 100%
    ) !important;
    background-image: -ms-linear-gradient(
        90deg,
        rgb(113, 0, 0) 0%,
        rgb(255, 0, 0) 100%
    ) !important;
    border: 1px solid rgb(253, 0, 0) !important;
    width: 95px;
    height: 34px;
    font-size: 15px;
    font-family: roboto;
}

.ui-keyboard-enter {
    background: url("../images/PROSES1.png") !important;
    width: 95px;
    height: 34px;
    font-size: 15px;
    font-family: roboto;
}

.ui-keyboard-enter.ui-keyboard-valid-input {
    background: url("../images/PROSES1.png");
    width: 95px;
    height: 34px;
    font-size: 15px;
    font-family: roboto;
}

.ui-keyboard-enter.ui-keyboard-invalid-input {
    background: url("../images/PROSES1.png");
    display: block;
    color: #fff;
    opacity: 0.5;
    filter: alpha(opacity=50);
    width: 95px;
    height: 34px;
    font-size: 15px;
    font-family: roboto;
}

.pin-italic {
    font-style: italic;
    color: #fff;
    font-size: 24px;
    text-align: left;
    margin-top: 5px;
    border-bottom: 1px solid #ddd;
}

.yellow {
    color: #ff0000;
}

.garis {
    width: 0px;
    height: 160px;
    border: 1px #383838 solid;
    position: relative;
    left: 170px;
}

.inputbank {
    border-radius: 10px;
    padding-left: 10px;
    color: #000;
}

.keypad-trigger {
    background: url(../../../images/titik.png) center no-repeat;
    background-size: 22px 22px;
    position: absolute;
    margin: 5px 0px 0px -46px;
    width: 22px;
    height: 22px;
    border: none;
    /*margin-left: -3rem;*/
    z-index: 2;
}

.blue-i {
    color: #e20000;
}

button.ui-keyboard-accept.ui-keyboard-invalid-input {
    /* border-color: #c00; */
    background-image: -webkit-linear-gradient( 90deg, rgba(200, 147, 33) 0%, rgba(200, 147, 33) 100%);
    border: 1px solid rgba(200, 147, 33);
    display: block;
    color: #fff;
    opacity: 0.5;
    filter: alpha(opacity=50);
    width: 112px;
    height: 2em;
    font-size: 22px!important;
    font-family: roboto;
}

button.ui-keyboard-accept.ui-keyboard-valid-input, .ui-keyboard-cancel, .ui-keyboard-bksp {
    background-image: -webkit-linear-gradient( 90deg, rgba(200, 147, 33) 0%, rgba(200, 147, 33) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(200, 147, 33) 0%, rgba(200, 147, 33) 100%);
    border: 1px solid rgba(200, 147, 33);
    width: 112px;
    height: 2em;
    font-size: 22px!important;
    font-family: 'roboto';
}

/* Memo */
.note-frame {
    background-color: white;
}

/* panel game categories */
.max-height-panel {
    max-height: 350px;
}

/*footer*/
.limit-footer{
    /* word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; */
    display: inline-block;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 4em; /* (Number of lines you want visible) * (line-height) */
    line-height: 1.3em;
    text-overflow: ellipsis;
}

.full-footer{
    max-height: 100%;
}

.ui-keyboard-preview-wrapper [type='password']:focus {  
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(200, 147, 33);
    border-color: rgba(200, 147, 33);
}

/* ui alert button */
#uialert_modal a.btn.btn-success{
    text-decoration: none;
    background-color: #c6921f;
    padding: 0.25rem 1rem;
    margin-bottom: 0.5rem;
    display: inline-block;
    border-radius: 0.5rem;
}

/* override js color */
.bg-gradient-to-b.from-green-tobabet-7.to-green-tobabet-6{
    background-image: linear-gradient(to bottom, #c6921f, #654a10)!important;
}

/* pagination */
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
  }
  .pagination > li {
    display: inline;
  }
  .pagination > li > a,
  .pagination > li > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #ffffff;
    background-color: #222222;
    border: 1px solid #282828;
    margin-left: -1px;
  }
  .pagination > li:first-child > a,
  .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
  }
  .pagination > li:last-child > a,
  .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
  }
  .pagination > li > a:hover,
  .pagination > li > span:hover,
  .pagination > li > a:focus,
  .pagination > li > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #c89321;
    border-color: transparent;
  }
  .pagination > .active > a,
  .pagination > .active > span,
  .pagination > .active > a:hover,
  .pagination > .active > span:hover,
  .pagination > .active > a:focus,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #ffffff;
    background-color: #c89321;
    border-color: transparent;
    cursor: default;
  }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #888888;
    background-color: #222222;
    border-color: #282828;
    cursor: not-allowed;
  }
  .pagination-lg > li > a,
  .pagination-lg > li > span {
    padding: 14px 16px;
    font-size: 18px;
    line-height: 1.3333333;
  }
  .pagination-lg > li:first-child > a,
  .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
  }
  .pagination-lg > li:last-child > a,
  .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
  }
  .pagination-sm > li > a,
  .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
  }
  .pagination-sm > li:first-child > a,
  .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
  }
  .pagination-sm > li:last-child > a,
  .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
  }

  /* default background */
.bg-hasil-togel, .bg-jackpot, .bg-footer-description{
    background: #1B1E2F;
  }
.min-h-14{
    min-height: 3.5rem;
}

.pro-left, .pro-right {
    background-image: url('../img/desktop/home/provider.png');
    width: 550px;
    height: 205px;
}
  
.pro-left {
    margin-left: auto;
    margin-right: 0;
    background-position: 0 -10px;
}
  
.pro-right {
    background-position: 0 -200px;
}

.undermaintenance {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: bold;
    background-color: #ff0000cc;
    z-index: 5;
  }

/* form complaint */
.desc-list-complaint > ul {
    list-style-type: disc !important;
    margin-left: 1vh;
}

.input-captcha-size{
    background-color: #E1E1E1;
    border-radius: 5px;
    width: 25%;
    height: 25px;
}

.button-captcha-size,
.buton-svg-refresh{
    border-radius: 5px;
    width: 100%;
    height: 25px;
}

.btn-submit-complaint{
    background-color: #2986d8;
    border-radius: 5px;
    width: 25%;
    height: 25px;
}