 
ul.search-form.menu2 {
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
}
ul.search-form.menu2 li a {
    font-size: 16px;
    color: #ffffff80;
}
ul.search-form.menu2 li {
    padding-right: 40px;
    text-align: center;
}

.Bch{background-image: url(../images/bchwess2.png)!important;}
.bitcoincashbg{background-image: url(../images/bitcoincashbg.png)!important;}
.Ethwess{background-image: url(../images/ETHWESS.png)!important;}
.ethrium{background-image: url(../images/ethrium1.png)!important;}

.jss240  {
    background-color: black;
    background-image: url("../images/img1.jpg");
    background-repeat: no-repeat;
    background-position: center top;
}
.jss239 , .jss239{
height: 100px;
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
    flex-basis: 100%;}

.jss270{
    background-color: black;
    background-image: url("../images/img2.jpg");
    background-repeat: no-repeat;
    background-position: center top;
}
.MuiTabs-root.jss146 {
    visibility: hidden;
}

.jss221 { 
    margin: 0px 10px!important;
    font-size: 12px!important;
    color: #f99b1c!important;
}
.jss162 {
    padding: 0px 6px;
}

.jss205 {
    font-size: 12px!important;
}

li.nav-item.nav-category.welcome h5 {
    text-transform: capitalize;
    font-size: 22px;
}
li.nav-item.nav-category.proname {
    margin-top: 10px!impoRTANT;
    text-transform: capitalize!important;
    font-size: 12px!important;
    color: #ababab!important;
}
li.nav-item.nav-category.seprator {
    border-top: 1px solid rgba(255,255,255,0.06);;
    margin-top: 20px!important;
}

.sidebar-folded:not(.open-sidebar-folded) .sidebar .sidebar-body .nav .nav-item.nav-category .seprator::before {
    content: unset;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #9b9b9b;
    position: absolute;
    top: 5px;
    left: 6px;
    visibility: visible;
}

.login{
    background-color: #222133!important;
}
.dropdown-menu {
    background-color: #222133;
    box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.2), 0px 8px 10px 1px rgba(0,0,0,0.14), 0px 3px 14px 2px rgba(0,0,0,0.12)!important;
    border-color: transparent!important;
}
.promitons .card-body {
    padding: 0!important;
}


.content {
    height: 50px;
    width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  
  .content.on {
    -webkit-animation-name: in-out;
    animation-name: in-out;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
  }

  .content input:focus{
      border-color: white!important;
  }
  
  .content input {
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    background: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: Roboto;
    outline: 0;
    -webkit-transition: width 0.2s ease-in-out, border-radius 0.4s ease-in-out, padding 0.1s;
    transition: width 0.2s ease-in-out, border-radius 0.4s ease-in-out, padding 0.1s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}
  .search {
    background: none;
    position: absolute;
    top: 0px;
    left: 0;
    height: 50px;
    width: 50px;
    padding: 0;
    border-radius: 100%;
    outline: 0;
    border: 0;
    color: inherit;
    cursor: pointer;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
  }
  
  .search:before {
    content: "";
    position: absolute;
    width: 9px;
    height: 1px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 10px;
    margin-left: 22px;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}
  
  /* .close {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  
  .close:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    margin-top: -1px;
    margin-left: -13px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
  }
  
  .close:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: #fff;
    margin-top: -1px;
    margin-left: -13px;
    cursor: pointer;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
   */
  .square {
    box-sizing: border-box;
    padding: 0 40px 0 10px;
    width: 300px;
    height: 30px;
    border:1px solid #FFFFFF;
    border-radius: 2px;
    background: none;
    color: #fff;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    outline: 0;
    -webkit-transition: width 0.2s ease-in-out, border-radius 0.2s ease-in-out, padding 0.1s;
    transition: width 0.2s ease-in-out, border-radius 0.2s ease-in-out, padding 0.1s;
    -webkit-transition-delay: 0.2s, 0s, 0.2s;
    transition-delay: 0.2s, 0s, 0.2s;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
  }

  .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #f8932f;
    background-color: transparent;
    border-color: transparent;
    border-bottom: 2px solid #f8932f;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: transparent;
}

.jss170 {
    margin-left: 32px;
    margin-bottom: 16px;
    flex: 1 1 0%;
}

.jss177 {
    margin: 16px 0!important;
}

.jss167 {
    margin: 16px 0!important;
}

.MuiDivider-root {
    border: none;
    height: 1px;
    margin: 0;
    flex-shrink: 0;
    background-color: rgba(255,255,255,0.06);
}
.jss654 {
    text-align: left;
    flex: 4 1 0%;
}
.jss655 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1 1 0%;
}
.jss207 {
    margin-right: 10px;
}
.jss656 {
    margin: 16px 0px!important;
}

.jss301 {
    padding: 16px;
}
.jss315 {
    margin-top: 16px;
    margin-bottom: 16px;
}
.MuiFormControl-marginNormal {
    margin-top: 16px;
    margin-bottom: 8px;
}
.nav-tabs a.nav-item {
    font-size: 18px;
    color: #c8c8c8;
}

.Pref select {
    height: 55px;
    border: 1px solid grey;
    background-color: transparent;
    border-radius: 4px;
    width: 330px;
}


.Pref  select:focus{
    color: white;
    background-color:#2A2C3F;
    border-color: #727cf5;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}






.transition, form button, form .question label, form .question input[type="text"] {
    -moz-transition: all 0.25s cubic-bezier(0.53, 0.01, 0.35, 1.5);
    -o-transition: all 0.25s cubic-bezier(0.53, 0.01, 0.35, 1.5);
    -webkit-transition: all 0.25s cubic-bezier(0.53, 0.01, 0.35, 1.5);
    transition: all 0.25s cubic-bezier(0.53, 0.01, 0.35, 1.5);
  }
  


  .phone {
    
        position: relative;
        display: inline-block;
        max-width: 700px;
        min-width: 500px;
        box-sizing: border-box;
        border-radius: 5px;
        margin: 15px 0 20px;
        left: 21%;
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    
  }
  .phone h1 {
    color: #ff4a56;
    font-weight: 100;
    letter-spacing: 0.01em;
    margin-left: 15px;
    margin-bottom: 35px;
    text-transform: uppercase;
  }
  .phone button {
    margin-top: 35px;
    background-color: white;
    border: 1px solid #ff4a56;
    line-height: 0;
    font-size: 17px;
    display: inline-block;
    box-sizing: border-box;
    padding: 20px 15px;
    border-radius: 60px;
    color: #ff4a56;
    font-weight: 100;
    letter-spacing: 0.01em;
    position: relative;
    z-index: 1;
  }
  .phone button:hover, form button:focus {
    color: white;
    background-color: #ff4a56;
  }
  .phone .question {
    position: relative;
    padding: 10px 0;
  }
  .phone .question:first-of-type {
    padding-top: 0;
  }
  .phone .question:last-of-type {
    padding-bottom: 0;
  }
  .phone .question label {
    transform-origin: left center;
    color: grey;
    font-weight: 100;
    letter-spacing: 0.01em;
    font-size: 17px;
    box-sizing: border-box;
    padding: 10px 15px;
    display: block;
    position: absolute;
    margin-top: -40px;
    z-index: 2;
    pointer-events: none;
  }
  .phone .question input[type="text"] {
    appearance: none;
    background-color: none;
    border: 1px solid #9d9d9d;
    line-height: 0;
    font-size: 17px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 10px 15px;
    border-radius: 5px;
    color: #ffffff;
    font-weight: 100;
    letter-spacing: 0.01em;
    position: relative;
    z-index: 1;
    background-color: transparent;
}
  .phone .question input[type="text"]:focus {
    outline: none;
    background: transparent;
    color: white;
    margin-top: 30px;
  }
  .phone .question input[type="text"]:valid {
    margin-top: 30px;
  }
  .phone .question input[type="text"]:focus ~ label {
    -moz-transform: translate(0, -35px);
    -ms-transform: translate(0, -35px);
    -webkit-transform: translate(0, -35px);
    transform: translate(0, -35px);
  }
  .phone .question input[type="text"]:valid ~ label {
    text-transform: uppercase;
    font-style: italic;
    -moz-transform: translate(5px, -35px) scale(0.6);
    -ms-transform: translate(5px, -35px) scale(0.6);
    -webkit-transform: translate(5px, -35px) scale(0.6);
    transform: translate(5px, -35px) scale(0.6);
  }
  
  .MuiDialogContent-root {
    flex: 1 1 auto;
    padding: 8px 24px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.jss103 {
  margin-bottom: 16px;
}
.bitcoinpool .jss221, .RecentWinners .jss221 {
  color: #69fd56!important;
}

.jss221 {
  margin: 10px 10px!important;
}
.closebtn {
  float: left;
  margin: 10px 15px 10px 2px;
}
.closebtn span{color: white;font-size: 40px;}
.amountdigit {
  margin: 20px;
}
.coinvalue input {
  height: 50px;
  background-color: transparent;
  border: 2px solid orange;
}
.coinvalue{margin-top: 10px;}
.betbox {
  background-color: #e0e0e0;
  border-radius: 3px;
  padding: 22px;
  margin: 10px 1px;
  color: black;
  font-size: 18px;
}
.return {
  width: 100%;
  text-align: right;
  padding: 0px 12px;
  margin-top: 15px;
}

.green{background-color:#55DC53;}
.drakbtn{background-color: #32374D;}
.betbox .MuiSvgIcon-root {
  color: white;
}
.depositbtn {
  padding: 5px 11px;
  border-radius: 2px!important;
  border: none;
  width: 100%;
  margin-top: 15px;
}


/* betslip */


.chat-widget-wrapper {
  display: block;
  width: 300px;
  height: 62px;
  position: absolute;
  bottom: 20px;
  right: 0;
  padding: 10px;
  cursor: pointer;
  animation: all 2s linear;
}

.chat-widget-container {
  position: relative;
  padding: 10px;
  background-color: #ffa500;
  border-radius: 24px;
  text-align: center;
}

.chat-widget-container .chat-widget-text p {
  margin: 0 auto;
  color: #808080;
}
.chat-widget-container .chat-widget-text p.heading {
  color: black;
  font-weight: 600;
}

.chat-widget-wrapper {
  display: block;
  width: 130px;
  height: 62px;
  position: absolute;
  bottom: 20px;
  right: 0;
  padding: 10px;
  cursor: pointer;
  animation: all 2s linear;
}

.chat-box-container {
  position: absolute;
  width: 350px;
  height: 0;
  background-color: #2a2c3f;
  bottom: 10px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  z-index: 1;
  right: 8px;
}
.chat-box-container.show {
  bottom: 72px;
  height: 380px;
}
.chat-box-container .chat-box-nav {
  background-color: black;
  width: 100%;
  height: 40px;
}

.betsliphead {
  padding: 8px 30px 15px;
  background-color: #32374d;
}
.betsliphead .heading {
  font-size: 19px;
  margin-left: 12px;
}

.betslipweidget .nav-tabs a.nav-item {
  font-size: 12px;
  color: #c8c8c8;
}
.betslipweidget .nav-tabs {
  background-color: #32374d;
}

.tab-content {
  padding: 2px 10px;
}
.cityname strong {
  margin: 0px 10px;
}
.whitebox{background-color: white;    padding: 5px 10px;}
.whitebox p{color: red; margin: 5px 0; font-size: 11px;}
.m {
  margin: 10px 0;
}
/* betslip */
.sidebar-brand img {
  width: 100px;
}








/* Media Query */

@media (max-width: 767px) {
  ul.search-form.menu2 {
    display: none!important;
}
.jss170 {
  margin: 30px 0px!important;
}
.Pref select {
  width: 100%;
  margin-top: 15px;
}
.desposite{display: none!important;}
.navbar .navbar-content {
  padding-right: 0px;
}
.nav-tabs a.nav-item {
  font-size: 14px;
  padding: 8px;
}

.phone {
  position: static;
  display: unset;
  max-width: unset;
  min-width: unset;
  box-sizing: unset;
  
  margin: 15px 0 20px!important;
  left: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -webkit-transform: unset;
  transform: unset;
}
.phone .question {
  margin: 20px 0px;
}
.jss106 {
  width: 400px!important;
}

}