
/* font-family: 'Ubuntu', sans-serif;
 font-family: 'Ubuntu', sans-serif;
 */
 body {
     font-family: 'Ubuntu', sans-serif;
     font-size: 14px;
     color: #333;
}
 a:hover, a:focus {
     text-decoration: none;
     outline: none;
}
 ul {
     margin-bottom: 0;
     padding: 0;
}
 li {
     list-style: none;
}
 input:focus {
     outline: 0;
}
 .navbar {
     margin-bottom: 0;
     box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.10);
     border-bottom: 0px solid #ddd;
     min-height: unset;
     background-color: #fff;
}
 .navbar-nav>li>a {
     line-height: 30px;
}
 .navbar-brand {
     height: unset;
     font-family: 'Ubuntu', sans-serif;
     font-size: 28px;
     font-weight: 700;
     color: #00cfff;
     padding: 5px 15px;
     line-height: 30px;
}
 .navbar-brand>img {
     height: 75px;
}


.form_bord h4 {
    margin-bottom: 18px;
}
 .navbar-brand:hover {
     color: #00cfff;
}
 .navbar-nav>li>a {
     font-family: 'Ubuntu', sans-serif;
     color: #333;
     font-weight: 500;
     font-size: 14px;
     border-radius: 0px;
     background-color: transparent;
     text-transform: uppercase;
     padding: 1px 8px !important;
}
 .navbar-nav>li.active>a {
     font-weight: 500;
     color: #00cfff;
     background-color: transparent;
     text-transform: uppercase;
     border: 1px solid;
     border-radius: 0px;
     padding: 0px 15px !important;
}
 .nav>li>a:focus, .nav>li>a:hover {
     background-color: #00cfff;
     color: #fff;
}
 li.login a:hover {
     background-color: #00a4ca;
}
 li.signup a:hover {
     background-color: #00cfff !important;
}
 li.login a {
     background-color: #00cfff;
     color: #fff;
}
 .login{
     margin: 0px 15px !important;
}
 li.signup a:hover {
     background-color: #fff;
     color: #333;
}
 li.search a:hover {
     background-color: #fff;
     color: #333;
}
 li.search a form input[type=text] {
     padding: 4px 0 3px 38px;
     width: 40px;
     -webkit-transition: width 0.4s ease-in-out;
     transition: width 0.4s ease-in-out;
     background-color: #fff;
     background-image: url('https://www.paxexlive.com/assets/images/search.png');
     background-position: 10px 10px;
     background-repeat: no-repeat;
     border: 1px solid #00cfff;
     border-radius: 50%;
}
 li.search a form input[type=text]:focus {
     width: 200px;
     border-radius: 4px;
}
 li.search a {
     padding: 0 15px 0!important;
}
 .menu {
     transition: 0.1s -webkit-transform linear;
     transition: 0.1s transform linear;
     transition: 0.1s transform linear, 0.1s -webkit-transform linear;
     position: relative;
     background: 0;
     float: left;
     margin: 30px 25px 25px 10px;
     height: 2.7rem;
     width: 3.5rem;
     z-index: 1;
     outline: 0;
     padding: 0;
     border: 0;
}
 .bar, .bar::before, .bar::after {
     transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s -webkit-transform linear;
     transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear;
     transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear, 0.2s -webkit-transform linear;
     position: absolute;
     background: #333;
     margin: auto;
     width: 100%;
     height: 0.3rem;
     content: '';
     top: 50%;
     left: 0;
}
 .bar {
     margin-top: -0.2rem;
}
 .bar::before {
     top: -1.2rem;
}
 .bar::after {
     top: 1.2rem;
}
 .bar::before, .bar::after {
     -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
}
 .active .bar {
     background: 0;
}
 .active .bar::before {
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
}
 .active .bar::after {
     -webkit-transform: rotate(-45deg);
     transform: rotate(-45deg);
}
 .active .bar::before, .active .bar::after {
     top: 0;
}
 .active .bar, .active .bar::before, .active .bar::after {
     transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s -webkit-transform linear 0.2s;
     transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s;
     transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s, 0.2s -webkit-transform linear 0.2s;
}
 .main_navbar {
     width: 250px;
     height: 100%;
     background: #00cfff;
     position: fixed;
     -webkit-transform: translateX(-265px);
     transform: translateX(-265px);
     transition: -webkit-transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
     transition: transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
     transition: transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91), -webkit-transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
     padding-top: 10px;
     z-index: 0;
}
 .menu-open .main_navbar {
     -webkit-transform: translateX(0px);
     transform: translateX(0px);
}
 .main_navbar ul {
     padding-left: 0;
}
 .main_navbar ul li {
     padding: 15px 10px;
}
 .main_navbar ul li.active, .main_navbar ul li:hover {
     background-color: #04c2ef;
}
 .main_navbar ul li a {
     text-align: center;
     display: block;
     font-family: 'Ubuntu', sans-serif;
     color: #fff;
     font-weight: 500;
     font-size: 16px;
     text-transform: capitalize;
}
 header {
     margin-top: 86px;
}
 .ad_sec_one img {
     width: 100%;
     margin-top: 15px;
     margin-bottom: 15px;
     height: 106px;
}
 .h_sec_panel {
     background-color: #fefefe;
     border: 1px solid #ddd;
     border-radius: 5px;
}
.play_game h3, .h_sec_panel_tit h3 ,.over_plays h3{
     font-family: 'Ubuntu', sans-serif;
     font-size: 24px;
     font-weight: 700;
     background-color: #00cfff;
     padding: 10px;
     color: #fff;
     text-transform: capitalize;
     margin-top: 0;
     margin-bottom: 0px;
     text-align: center;
}
 .h_sec_panel_desc {
     padding: 15px 20px;
}
 .h_sec_panel_desc ul {
     padding-left: 0;
}
 .h_sec_panel_desc ul li a {
     padding: 5px 15px;
     display: block;
     font-family: 'Ubuntu', sans-serif;
     font-weight: 500;
     font-size: 16px;
     color: #333;
     text-transform: capitalize;
}
 .h_sec_panel_desc ul li a:hover {
     color: #00cfff;
}
 footer {
     padding: 30px 0;
     background-color: #ddd;
     margin-top: 25px;
}
 .copyrights p {
     font-size: 12px;
     font-weight: 500;
     text-transform: capitalize;
     margin-bottom: 0;
}
 li.search {
     margin-top: -3px !important;
}
 .signup a {
     color: #fff !important;
     background: #00a4ca !important;
     margin-left: 15px;
     margin-right: 15px;
}
 .viealtag{
     color: #00cfff !important;
}
 .pencilw span.glyphicon.glyphicon-pencil {
     top: 5px;
     left: -3px;
}
 .pencilw a {
     width: 40px;
     height: 40px;
     border: 1px solid #00cfff;
     border-radius: 50% !important;
     margin-top: -3px;
}
 .Latest_panel h3 {
     font-weight: 400;
     margin: 0;
     font-size: 14px;
     display: inline-block;
}
/*.Latest_panel img {
     width: 45px;
     margin-right: 10px;
}
*/
 .Latest_panel .media-left img, .Latest_panel h4 img {
     width: 60px;
     margin-right: 10px;
     height: 58px;
     border-radius: 50%;
}
/*.Latest_panel {
     padding: 15px 15px;
}
*/
 .Latest_panel {
     padding: 0px 15px 15px 15px;
}
 .Latest_panel h4 {
     margin-top: 5px;
}
 .Latest_panel a {
     font-weight: 600;
     font-size: 15px;
     color: #000;
     margin-right: 2px;
}
 .bigimgset {
     width: 19%;
     display: inline-block;
     vertical-align: top;
     margin-right: 12px;
}
 .bigimgset img {
     width: 100%;
}
 .bigimgsetright {
     display: inline-block;
     width: 79%;
}
 .bigimgsetright h2 {
     font-size: 18px;
     margin-top: 0;
     margin-bottom: 8px;
}
 .commentul {
     padding-left: 0px;
     margin-top: 6px;
}
 .commentul li {
     display: inline-block;
     padding: 0px 15px;
     border-right: 1px solid #ddd;
}
 .commentul li:nth-child(1) {
     padding-left:0px !important;
}
 .commentul li:nth-child(4) {
     border-right: 0px solid #ddd;
}
 .uprate a {
     border: 1px solid;
     border-radius: 10px;
     padding: 2.5px 3px;
     font-size: 10px;
     margin-right: 5px;
}
 .uprate i.fa.fa-chevron-up {
     top: -1px !important;
     position: relative;
}
 .uprate1 i.fa.fa-chevron-up {
     font-size: 11px;
     position: relative;
     top: -2px;
     margin-right: 5px;
}
 .uprate2 i.fa.fa-comments {
     margin-right: 5px;
}
 .Latest_panelbottom {
    /*margin: 0px 15px;
     border-bottom: 1px solid #ddd;
    */
     padding-bottom: 15px;
}
 .mar_bottom{
     padding-bottom: 0px;
}
 .bor_no{
     border:0px;
}
 .popover-title{
     display: none;
}
 .setdiv {
     position: absolute;
     background: #fff;
     border: 1px solid #333;
     width: 283px;
     text-align: center;
     border-radius: 4px;
     display: none;
     margin-top: 4px;
     padding: 5px;
     font-size: 15px;
     text-transform: capitalize;
}
 .setdiv.main{
     display: block;
}
 .setdiv.main p {
     margin-bottom: 0px;
}
/*@media screen and (min-width: 1600px) {
     .container-fluid {
         width: 1600px;
    }
}
*/
 .siguupoption p {
     font-size: 18px;
     margin-bottom: 30px;
}
 a.singlesign {
     background-color: #00cfff;
     color: #fff;
     padding: 12px 25px;
     font-weight: 600;
     letter-spacing: 1px;
     font-size: 18px;
}
 a.singlesign:hover {
     background-color: #00a4ca;
}
 .padboth{
     padding: 30px 0px;
     margin-top: 125px;
}
 * {
    box-sizing: border-box
}
/* Full-width input fields */
 input[type=text], input[type=password], input[type=email], textarea,.signuoform1 table tr input{
     width: 100%;
     padding: 15px;
     margin: 5px 0 13px 0;
     display: inline-block;
     border: none;
     background: #f1f1f1;
    position: relative;
    /*height: 40px !important;
    */
}
 input[type=text]:focus, input[type=password]:focus {
     background-color: #ddd;
     outline: none;
}
 hr {
     border: 1px solid #f1f1f1;
     margin-bottom: 25px;
}
/* Set a style for all buttons */
 button {
     background-color: #00cfff;
     color: white;
     padding: 14px 20px;
     margin: 8px 0;
     border: none;
     cursor: pointer;
    /* width: 100%;
    */
     opacity: 0.9;
}
 button:hover {
     opacity:1;
}
/* Extra styles for the cancel button */
 .cancelbtn {
     padding: 14px 20px;
     background-color: #f44336;
}
/* Float cancel and signup buttons and add an equal width */
 .cancelbtn, .signupbtn {
     float: left;
     width: 100%;
}
/* Clear floats */
 .clearfix::after {
     content: "";
     clear: both;
     display: table;
}
/* Change styles for cancel button and signup button on extra small screens */
 @media screen and (max-width: 300px) {
     .cancelbtn, .signupbtn {
         width: 100%;
    }
}
 .signuoform,.signuoform1 {
     padding: 0px 30px;
     margin-bottom: 15px;
}
 .formwidth {
     width: 460px;
     margin: 0 auto;
     background: #24333c;
     box-shadow: 1px 1px 10px #333;
}
 .signuoform h1 {
     color: #fff;
     font-weight: 400;
     font-size: 21px;
     text-transform: uppercase;
}
 .signuoform label {
     color: #fff;
     font-weight: 100 !important;
}
 .signuoform label b {
     font-weight: 400 !important;
}
 .div1 {
     width: 192px;
     display: inline-block;
     margin-right: 10px;
}
 .div12{
     margin-right: 0px !important;
}
 .padtopsection{
     padding-top: 30px;
     padding-bottom: 15px;
    /*margin-top: 100px;
    */
}
 .logged_in + .container-fluid .padtopsection{
     margin-top: 30px;
}
 .bothcommsectionxxx li {
     display: inline-block;
     margin-right: 5px;
     font-size: 15px;
}
 .bothcommsectionxxx li a {
     color: #000;
}
 .contabsection {
     background-image: url(../img/probanner.jpg);
     height: 250px;
     background-position: center;
     text-align: center;
     padding-top: 90px;
}
 .contabsection h3 {
     color: #fff;
     font-size: 30px;
     letter-spacing: 5px;
     text-transform: uppercase;
}
 .signuoform textarea {
     width: 100%;
     display: inline-block;
     border: none;
     background: #f1f1f1;
     padding: 15px;
     height: 125px;
}
 .bothcommsectionxxx ul{
     padding: 5px 35px 5px 35px;
    /*margin: 0px 25px 0 25px;
    */
}
 .newbothcommsectionxxx ul{
     border-bottom: 1px solid #ddd;
}
 .conformwidth{
     width: 660px;
}
 .bgset ul {
     background: #fafafa;
}
 .bothcommsectionxxx a:hover {
     background: #00a4ca;
     color: #fff !important;
}
 .coloblu{
     color: #00a4ca !important;
}
 .padtopset{
     padding-top: 15px;
}
 .padtopfooter{
     padding-top: 20px;
}
 .threeuldiv{
     padding: 30px 0px;
     float: left;
     width: 100%;
}
 .alert.alert-danger.text-center {
     width: 459px;
     margin: 20px auto;
}
 .forgetclass{
     float: right;
     color: #fff;
     margin-bottom: 3px;
}
 iframe#chk_frame {
     display: none;
}
 iframe#hdr_ifr {
     display: none;
}
 .prosetimg {
     width: 100%;
     min-height: 164px;
}
 .prodetailslet img {
     width: 100%;
     border-radius: 50%;
     margin-bottom: 20px;
     min-height: 160px;
}
 .profileboth {
     margin-top: -50px;
}
 .prodetailsright {
     margin-top: 35px;
}
 .prodetailsright h3 {
     color: #fff;
}
 a.upload_photo.newupload {
     background: #00cfff;
     color: #fff;
     padding: 10px 25px;
     border-radius: 5px;
}
 .alert.alert-success.text-center {
     width: 459px;
     margin: 20px auto;
}
 .proformwidth{
     min-height: 566px;
}
 .proformwidth form{
     border: 1px solid #24333c !important;
}
 .sidemenu ul {
     padding-left: 0px;
}
 #nav1 a {
     color: #fff;
}
 #nav1 li ul li a:hover {
     background-color: #00cfff;
}
 #nav1 > li > a {
     background-color: #736f6f;
     padding: 16px 18px;
     text-decoration: none;
     display: block;
     border-bottom: 2px solid #f2f2f2;
     background: linear-gradient(top, #343434, #111111);
     font-weight: 500;
     font-size: 15px;
}
 #nav1 li ul li a {
     padding: 10px 0;
     padding-left: 30px;
     text-decoration: none;
     display: block;
}
 #nav1 li ul {
     display: none;
}
 .navonesub{
     background: #343434;
}
 .sidemenu h3 {
     color: #fff;
     background: #00cfff;
     padding: 10px 15px;
     font-size: 22px;
     margin-top: 0px;
}
 .sidemenu {
    /*background: #000;
    */
     padding: 0;
     margin-top: 75px;
}
 .sidesection h3 span{
     font-size: 15px;
}
 .mainhomelink li {
     display: inline-block;
     margin-right: 7px;
}
 .lastli i.fa.fa-caret-right {
     margin-right: 7px;
}
 ul.mainhomelink {
     background: #00cfff;
     padding: 10px 15px;
     margin-bottom: 10px;
}
 .col-xs-12.col-sm-9.col-md-9.col-lg-9.sidesection {
     margin-top: 75px;
}
 .mainhomelink h3 {
     margin-top: 0;
     margin-bottom: 0;
     font-size: 22px;
     color: #fff;
}
 .usermenu a:hover{
     background-color:transparent !important;
     color: #000 !important;
}
 .usermenu img {
     width: 40px;
     border-radius: 50px;
     margin-top: -6px;
     margin-left: 9px;
     height: 40px;
}
 .usermenu a:focus{
     background-color:transparent !important;
     color: #000 !important;
}
 ul.userdubmenu {
     display: none;
     transition: 1s all;
}
 .userdubmenu {
     position: absolute;
     background: #343434;
     width: 150px;
     right: -20px;
     top: 40px;
     -webkit-transition: 1s all;
     transition:1s all;
} 
 .userdubmenu li a {
     padding: 7px 0px;
     display: block;
     color: #fff;
}
 .userdubmenu li a:hover{
     background-color:#00cfff !important;
     color: #fff !important;
}
 .userlistpage .container{
     width: 1270px;
}
 .qrcodesection {
     text-align: center;
     margin-bottom: 10px;
     border: 1px solid #ddd;
     padding: 15px;
}
 .qrcodesection input {
     background: #343434;
     color: #fff;
     width: 350px;
     margin: 0 auto;
     display: block;
     margin-bottom: 20px;
}
 .qrcodesection input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
     color: #fff;
}
 .qrcodesection input::-moz-placeholder {
    /* Firefox 19+ */
     color: #fff;
}
 .qrcodesection input:-ms-input-placeholder {
    /* IE 10+ */
     color: #fff;
}
 .qrcodesection input:-moz-placeholder {
    /* Firefox 18- */
     color: #fff;
}
 .sidemenu #nav1 {
     padding-left: 0px;
     height: 360px;
     overflow: auto;
     background: #f2f2f2;
}
 .fixedmenuside {
     position: fixed;
     width: 310px;
}
::-webkit-scrollbar {
     width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track {
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
::-webkit-scrollbar-thumb {
     background-color: darkgrey;
     outline: 1px solid slategrey;
     border-radius: 10px;
}
 li.usermenu {
     position: relative;
     right: 25px;
}
 .formwidth.widthconform {
     width: 450px;
     padding: 25px 0px;
     margin-bottom: 30px;
     background: #fff;
     box-shadow: 1px 1px 10px #ddd;
     border-top: 5px solid #343434;
}
 .widthconform form{
     border:1px solid #24333c !important;
}
/*.sidesection table {
     table-layout: fixed;
     width: 100% !important;
}
 .sidesection table td, .sidesection table th{
     width: auto !important;
     white-space: normal;
     text-overflow: ellipsis;
     overflow: hidden;
}
*/
 .usrtable{
    /*overflow: auto;
    */
    /*border: 1px solid #ddd;
    */
}
/*.usrtable table{
     border: 0px !important;
}
*/
 .usrtable table a.btn.btn-danger {
     margin-bottom: 15px;
}
 .usrtable table a.btn.btn-info{
     margin-bottom: 15px;
}
 .usrtable::-webkit-scrollbar {
     width: 5px;
}
 .usrtable::-webkit-scrollbar-track {
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 .usrtable::-webkit-scrollbar-thumb {
     background-color: darkgrey;
     outline: 1px solid slategrey;
}
 .usrtable table img {
    /*max-height: 105px !important;
    */
     display: inline-block;
     width: 100px;
     height: 100px;
     margin-left: 22px;
}
 .usrtable table div {
     text-align: center;
}
 .box-footer{
     text-align: center;
}
 .box-footer input{
     background-color: #00cfff;
     color: white;
     padding: 14px 20px;
     margin: 8px 0;
     border: none;
     cursor: pointer;
     width: 87% !important;
     opacity: 0.9;
     border-radius: 0px;
}
 .box-footer input:hover{
     background-color: #00cfff;
     color: white;
     padding: 14px 20px;
     margin: 8px 0;
     border: none;
     cursor: pointer;
     width: 87% !important;
     opacity: 1;
     border-radius: 0px;
}
 .box{
     padding: 15px;
     border: 1px solid #ddd;
}
 p.addr_text {
     width: 328px;
     margin: auto;
     background: #343434;
     color: #fff;
     padding: 15px 0px;
}
 .widthconform form {
     border: 1px solid #fff !important;
}
 .widthconform label {
     color: #343434;
}
 .form_bord {
     border: 1px solid #ddd;
     padding: 15px;
     margin-bottom: 10px;
}
 section.bottommenu {
     padding: 10px 15px;
     background: #343434;
}
 .bottommenu ul li {
     display: inline-block;
     padding: 0px 15px;
     color: #fff;
     border-right: 1px solid #fff;
}
 .bottommenu img {
     margin-right: 7px;
     margin-top: -5px;
}
/*.bottommenu ul li:nth-child(1) {
     padding-left: 0px !important;
}
 .bottommenu ul li:nth-child(4) {
     border-right: 0px solid #fff;
}
*/
 .bottommenu ul li:first-child {
     padding-left: 0px !important;
}
 .bottommenu ul li:last-child {
     border-right: 0px solid #fff;
}
 #nav1 i.fa.fa-chevron-right{
     float: right;
     transition: all 0.4s ease;
}
 #nav1 .arrowopen:hover i.fa.fa-chevron-right{
     transform: rotateZ(90deg);
}
 .plans {
     text-align: center;
     background: #f8f8f8;
}
 .plantop h3,.match-contact h2 {
     margin: 0;
     background: #00cfff;
     color: #fff;
     padding: 10px 0px;
     font-style: italic;
     font-size: 20px;
}
 .plantop p {
     font-size: 37px;
     font-weight: bold;
     padding: 25px 0px;
     border-bottom: 1px solid #ddd;
     margin-bottom: 20px;
}
 .planul{
     text-align: left;
     padding-left: 35px;
}
 .planul li {
     margin-bottom: 15px;
     font-size: 15px;
     list-style-type: circle;
}
 .planul img {
     margin-right: 10px;
}
 .planbutton {
     margin-top: 30px;
}
 .planbutton a {
     background: #00cfff;
     color: #fff;
     padding: 15px;
     display: block;
     font-weight: 800;
     font-size: 17px;
     font-style: italic;
}
 .plans.center {
     margin-top: -25px;
}
 .threepalsdiv {
     border: 1px solid #ddd;
     width: 100%;
     float: left;
     padding: 50px 12px 50px 12px;
}
 .plans.center .plantop h3{
     background: #026981;
}
 .plans.center .planbutton a{
     background: #026981;
}
 .blur{
     opacity: 0.5;
}
 .withdr select{
     width: 100%;
     padding: 15px;
     margin: 5px 0 13px 0;
     display: inline-block;
     border: none;
     background: #f1f1f1;
}
 .nomar{
     margin-top: 0px;
}
 .prodetailsletpro{
     width: 165px;
     margin: 0 auto;
     position: relative;
}
 .prodetailsletpro img {
     width: 100%;
     border-radius: 50%;
     margin-bottom: 20px;
     min-height: 160px;
}
 a.camerupload {
     position: absolute;
     bottom: 44px;
     background: #fff;
     padding: 9px 13px;
     border-radius: 50px;
     right: -11px;
     width: 50px;
     height: 50px;
     font-size: 24px;
     box-shadow: -1px 0px 5px #000;
     color: #343434;
}
/*.modal-content button{
     width: auto !important;
}
*/
/* Standard ----------------------------------*/
/*.custom-select {
     position: relative;
     width: 320px;
     height: 36px;
     border: 1px solid #888;
     background: #fff;
     -webkit-user-select: none;
     -khtml-user-select: none;
     -moz-user-select: none;
     -o-user-select: none;
     user-select: none;
}
*/
 .custom-select{
     position: relative;
     width: 100%;
     height: 50px;
     border: 1px solid #888;
     background: #fff;
     padding: 7px;
     border: none;
     background: #f1f1f1;
}
 .custom-select a {
     display: inline-block;
     width: 300px;
     height: 20px;
     padding: 8px 10px;
     color: #000;
     text-decoration: none;
     cursor: pointer;
}
 .custom-select a span {
     display: inline-block;
     width: 100%;
     white-space: nowrap;
     overflow: hidden;
}
 .custom-select select {
     display: none !important;
}
 .custom-select > div {
     display: none;
     position: absolute;
     top: 100%;
     left: 0;
     margin: 1px 0 0 -1px;
     width: 100.5%;
     border: 1px solid #888;
     border-top: 0;
     background: #FFFFFF;
     z-index: 10;
     overflow: hidden;
}
 .custom-select input {
     width: 97.3%;
     border: 1px solid #888;
     margin: 5px 5px 0;
     padding: 5px;
     font-size: 14px;
}
 .custom-select > div > div {
     position: relative;
     overflow-x: hidden;
     overflow-y: visible;
     margin: 5px;
     max-height: 120px;
}
 .custom-select div ul {
     padding: 0;
     margin: 0;
     list-style: none;
}
 .custom-select div ul li {
     display: none;
     padding: 5px;
}
 .custom-select div ul li.active {
     display: block;
     cursor: pointer;
}
 .custom-select div ul li:hover {
     background: #66bbff;
     color: #fff;
}
 .custom-select div ul li.option-hover {
     background: #3399ff;
     color: #fff;
}
 .custom-select div ul li.option-disabled {
     color: #999;
}
 .custom-select div ul li.option-disabled:hover {
     background: #ff9999;
     color: #fff;
}
 .custom-select div ul li.option-hover.option-disabled {
     background: #ff6666;
     color: #fff;
}
 .custom-select div ul li.no-results {
     display: none;
     background: #f2f2f2;
     color: #000;
}
/* Custom Select - Open ----------------------------------*/
 .custom-select-open {
     border-bottom: 1px solid #eee;
}
 .custom-select-open div {
     display: block;
}
/* Hide Input Box ----------------------------------*/
 .custom-select input.custom-select-hidden-input {
     position: absolute !important;
     top: 0 !important;
     left: -1000px !important;
     padding: 0 !important;
     margin: 0 !important;
     border: 0 !important;
     background: transparent !important;
     z-index: -1 !important;
}
/* Mobile Override ----------------------------------*/
 .custom-select-mobile select {
     display: inline !important;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
 .selectserch{
}
 .custom-select:after {
     content: "\f078";
     width: 15px;
     height: 15px;
     position: absolute;
     right: 7px;
     top: 18px;
     font: normal normal normal 14px/1 FontAwesome;
}
 .custom-select input:after{
     content: "\f002";
     width: 15px;
     height: 15px;
     position: absolute;
     right: 7px;
     top: 10px;
     font: normal normal normal 14px/1 FontAwesome;
}
/* Accordion css----------------------------------*/
 .accordionjs {
     position: relative;
     margin: 0;
     padding: 0;
     list-style: none;
     margin-top: 10px;
     margin-bottom: 20px;
}
 .accordionjs .acc_section {
     border: 1px solid #fff;
     position: relative;
     z-index: 10;
     margin-top: -1px;
     overflow: hidden;
}
 .accordionjs .acc_section .acc_head {
     position: relative;
     background: #736f6f;
     padding: 10px;
     display: block;
     cursor: pointer;
}
 .accordionjs .acc_section .acc_head h3 {
     line-height: 1;
     margin: 5px 0;
     font-size: 19px;
     color: #fff;
}
 .accordionjs .acc_section .acc_content {
     padding: 10px;
}
 .accordionjs .acc_section:first-of-type, .accordionjs .acc_section:first-of-type .acc_head {
     border-top-left-radius: 3px;
     border-top-right-radius: 3px;
}
 .accordionjs .acc_section:last-of-type, .accordionjs .acc_section:last-of-type .acc_content {
     border-bottom-left-radius: 3px;
     border-bottom-right-radius: 3px;
}
 .accordionjs .acc_section.acc_active > .acc_content {
     display: block;
     transition: all 2s ease;
     border: 1px solid #ddd;
}
 .accordionjs .acc_section.acc_active > .acc_head {
     background: #F9F9F9;
     border-bottom: 0px solid #ccc;
}
 .acc_section i.fa.fa-chevron-right {
     float: right;
     font-size: 15px;
     transition: all 0.4s ease;
}
 .acc_section.acc_active i.fa.fa-chevron-right{
     transform: rotateZ(90deg);
}
 .acc_section.acc_active .acc_head {
     background: #00cfff !important;
}
 .martopacc{
     margin-top: 30px;
}
 .threepalsdiv .alert.alert-danger.text-center {
     margin-bottom: 40px;
     margin-top: 0;
}
 .split_plan {
     clear: both;
     margin-bottom: 15px;
     float: left;
     width: 100%;
}
 .threepalsdiv .alert.alert-success.text-center {
     margin-top: 0px;
     margin-bottom: 40px;
}
 .dropdown-toggle-split::after {
     margin-left: 0;
}
 .dropdown-toggle::after {
     display: inline-block;
     width: 0;
     height: 0;
     margin-left: .255em;
     vertical-align: .255em;
     content: "";
     border-top: .3em solid;
     border-right: .3em solid transparent;
     border-bottom: 0;
     border-left: .3em solid transparent;
}
 .btn-group.open .dropdown-menu {
     padding: 10px;
     width: 200px;
}
 .btn-group.open a.dropdown-item {
     display: block;
     padding: 7px 5px;
}
 .pagination12 {
     text-align: center;
     margin: 20px 0px 0px 0px;
}
 .pagination12 li.active a {
     background: #00cfff !important;
     border: 1px solid #00cfff;
}
 .pagination12 .pagination>li>a, .pagination12 .pagination>li>span {
     padding: 3px 10px !important;
     border: 1px solid #00cfff !important;
     margin: 0 3px;
}
 .pagination12 li.active a, .pagination12 li.active a:hover {
     background: #00cfff !important;
     border: 1px solid #00cfff;
}
 span.tiny-txt {
     font-size: 13px;
}
 .navbar-nav.nav_center {
    /*margin-left: 105px;
    */
}
 .h_sec_panel_tit h3 a {
     font-size: 22px;
     padding: 0 5px;
     color: #fff;
}
 span.sepbar {
     font-size: 15px;
     padding: 0 5px;
}
 li ul.pagination {
     border: none;
     display: inline-block;
     float: none;
     padding: 0;
     margin: 5px 0;
}
 li .pagination12 .pagination>li>a, li .pagination12 .pagination>li>span {
     padding: 1px 5px !important;
     font-size: 12px;
     margin: 0;
}
 .bothcommsectionxxx li {
     vertical-align: middle;
}
 span.tiny-new {
     background: #337ab7;
     color: #fff;
     font-size: 10px;
     padding: 1px 6px 2px;
     border-radius: 20px;
     text-transform: capitalize;
}
 li .pagination12 {
     display: inline-block;
}
 span.s {
     font-size: 13px;
}
 .extra-content {
     display: block !important;
     padding: 5px 0;
}
 .torules {
     padding-bottom: 15px;
}
 .h_sec_one.padtopsection.sc2sec {
     margin-top: 20px;
     padding-top: 5px;
}
 .padtopfooter.for-home {
     padding-top: 0;
}
 .navbar-header {
     float: left;
     width: 25%;
}
 .Markdown .text-justify {
     font-size: 15px;
}
 .img-tag {
     padding: 20px 0;
     text-align: center;
}
 .text123 .Latest_panel {
     display: inline-block;
}
 .text123 ul.commentul {
     display: inline-block;
     float: right;
     margin-top: 13px;
}
 .Post__promo {
     text-align: center;
     font-size: 15px;
     padding: 30px 0;
     border-top: 1px solid #eee;
     margin-top: 10px;
     border-bottom: 1px solid #eee;
}
 button.button.e-btn {
     margin-top: 20px;
     font-weight: 600;
     font-size: 16px;
}
 .TagList__horizontal a {
     display: inline-block;
     color: #000;
     border: 1px solid #ddd;
     border-radius: 5px;
     padding: 2px 5px 4px;
     margin: 0 2px;
}
 .Post__comments_sort_order.float-right {
     text-align: right;
     padding-top: 10px;
}
 .Post__comments_sort_order.float-right li.DropdownMenu.left {
     display: inline-block;
}
 p.comments {
     padding-left: 50px;
}
 .comment-sec12 ul.commentul {
     padding-left: 50px;
}
 .common-comment {
     padding-bottom: 15px;
}
 .reply-comment, .reply-comment + .reply-comment {
     padding-left: 35px;
}
 .f-right {
     float: right;
}
/*header.logged_in .navbar-header {
     width: auto;
}
*/
 .threeuldiv .bothcommsectionxxx.newbothcommsectionxxx:last-child ul {
     border: none;
}
 ul.VerticalMenu {
     position: absolute;
     background: #fff;
     border: 1px solid #ccc;
     margin: 0;
     z-index: 9;
     text-align: left;
     padding: 10px;
     box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.75);
     top: 30px;
}
 ul.VerticalMenu a {
     color: #000;
     padding: 4px 3px;
     display: block;
     font-size: 13px;
}
 li.DropdownMenu.left {
     position: relative;
}
 .navbar-collapse.collapse, .navbar-header {
     width: 33.3%;
     float: left;
}
 .uploadbutton a {
     background: #fff;
     padding: 15px 60px;
     font-size: 14px;
     color: #343434;
     border-radius: 7px;
     letter-spacing: 0px;
     border: 1px solid #ddd;
     font-weight: 400;
}
 .uploadimgsection {
     margin: 10px 0px;
     text-align: center 
}
 .uploadbutton {
     text-align: center;
     margin-top: 30px;
}
 .bothcommsection {
     margin: 15px 15px;
     border-bottom: 1px solid #ddd;
}
 .uprate1 i.fa.fa-thumbs-up {
     margin-right: 5px;
}
 .uprate1 i.fa.fa-eye {
     margin-right: 5px;
}
 .bothcommsection:last-child {
     border-bottom: 0px solid #ddd;
}
 .bigimgsetright p {
     min-height: 55px;
}
 .pagination12 .pagination {
     margin: 20px 0;
     border-radius: 4px;
     text-align: center;
     margin: 0 auto;
     width: 100%;
     float: right;
     padding-top: 7px;
}
 .pagination12 .pagination>li {
     display: inline-block;
}
 .desc_cls {
     text-align: center;
}
 a.current.pgn_links {
     background: #00cfff !important;
     color: #fff;
}
 .pagination12 .pagination li a:hover {
     background: #00cfff;
     border: 1px solid #00cfff;
     color: #fff;
}
 .img-tag img{
     width: 100%;
}
 .colorthumb .fa-thumbs-up{
     color: #00cfff;
}
 .text123new {
     border-bottom: 1px solid #ddd;
}
 .common-commentbottom {
     margin-left: -50px;
}
 .likebutton button.btn.btn-danger.dropdown-toggle.dropdown-toggle-split {
     background: transparent;
     border: 0;
     padding: 0px;
     position: relative;
     left: 12px;
     top: -7px;
     color: #000;
}
 .likebutton .dropdown-toggle::after {
     content: "\f164";
     font: normal normal normal 14px/1 FontAwesome;
     border-right: 0em solid transparent;
     border-bottom: 0;
     border-left: 0em solid transparent;
     color: #000;
     position: relative;
     left: -38px;
     top: 4px;
}
 .likeimgsecls{
     float: left;
     width: 17%;
     margin-right: 0px;
}
 .likecommentcls{
     float: left;
     width: 79%;
}
 .likebutton.btn-group.open .dropdown-menu {
     padding: 13px;
     width: 300px;
     max-height: 290px;
     overflow: auto;
}
 .likecommentcls h3 {
     margin: 0;
     font-size: 14px;
     text-transform: capitalize;
     font-weight: 600;
}
 .likecommentcls p {
     font-size: 12px;
     margin-top: 4px;
}
 .likeimgsecls img {
     width: 40px;
     border-radius: 50%;
     height: 37px;
}
 .likeonesection {
     clear: both;
     float: left;
     width: 100%;
     border-bottom: 1px solid #ddd;
     padding: 10px 0px 0px 0px;
}
 .likeonesection:first-child {
     padding-top: 0px !important;
}
 .likeonesection:last-child {
     border-bottom: 0px solid #ddd;
}
 #preloader {
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: #fff !important;
     z-index: 99999999999;
}
 #status {
     width: 100%;
     height: 100%;
     position: absolute;
     margin: 0;
}
 #preloader .leftEye, #preloader .rightEye {
     width: 5vh;
     height: 5vh;
     border-radius: 50%;
     background: #00cfff;
     position: absolute;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     -webkit-animation: leftEyeAnimation 3s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
     animation: leftEyeAnimation 3s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
 #preloader .rightEye {
     -webkit-animation: rightEyeAnimation 3s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
     animation: rightEyeAnimation 3s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
 #preloader .mouth {
     width: 10vh;
     height: 10vh;
     border-radius: 50%;
     border: solid 1.3vh #00cfff;
     border-right: solid 1.3vh rgba(0,0,0,0);
     border-left: solid 1.3vh rgba(0,0,0,0);
     border-bottom: solid 1.3vh rgba(0,0,0,0);
     position: absolute;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%) rotate(360deg);
     transform: translate(-50%, -50%) rotate(360deg);
     -webkit-animation: mouthAnimation 3s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
     animation: mouthAnimation 3s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
 @-webkit-keyframes mouthAnimation {
     0% {
         -webkit-transform: translate(-50%, -50%) rotateX(180deg);
         transform: translate(-50%, -50%) rotateX(180deg);
    }
     10% {
         -webkit-transform: translate(-50%, -50%) rotateZ(360deg);
         transform: translate(-50%, -50%) rotateZ(360deg);
    }
     40% {
         -webkit-transform: translate(-50%, -50%) rotateZ(320deg);
         transform: translate(-50%, -50%) rotateZ(320deg);
    }
     60% {
         -webkit-transform: translate(-50%, -50%) rotateZ(900deg);
         transform: translate(-50%, -50%) rotateZ(900deg);
    }
     100% {
         -webkit-transform: translate(-50%, -50%) rotateZ(900deg);
         transform: translate(-50%, -50%) rotateZ(900deg);
    }
}
 @keyframes mouthAnimation {
     0% {
         -webkit-transform: translate(-50%, -50%) rotateX(180deg);
         transform: translate(-50%, -50%) rotateX(180deg);
    }
     10% {
         -webkit-transform: translate(-50%, -50%) rotateZ(360deg);
         transform: translate(-50%, -50%) rotateZ(360deg);
    }
     40% {
         -webkit-transform: translate(-50%, -50%) rotateZ(320deg);
         transform: translate(-50%, -50%) rotateZ(320deg);
    }
     60% {
         -webkit-transform: translate(-50%, -50%) rotateZ(900deg);
         transform: translate(-50%, -50%) rotateZ(900deg);
    }
     100% {
         -webkit-transform: translate(-50%, -50%) rotateZ(900deg);
         transform: translate(-50%, -50%) rotateZ(900deg);
    }
}
 @-webkit-keyframes leftEyeAnimation {
     0% {
         width: 5vh;
         height: 5vh;
         -webkit-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
    }
     50% {
         width: 5vh;
         height: 5vh;
         -webkit-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
    }
     60% {
         width: 2vh;
         height: 2vh;
         -webkit-transform: translate(-150%, -50%);
         transform: translate(-150%, -50%);
    }
     90% {
         width: 2vh;
         height: 2vh;
         -webkit-transform: translate(-150%, -50%);
         transform: translate(-150%, -50%);
    }
     100% {
         width: 5vh;
         height: 5vh;
         -webkit-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
    }
}
 @keyframes leftEyeAnimation {
     0% {
         width: 5vh;
         height: 5vh;
         -webkit-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
    }
     50% {
         width: 5vh;
         height: 5vh;
         -webkit-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
    }
     60% {
         width: 2vh;
         height: 2vh;
         -webkit-transform: translate(-150%, -50%);
         transform: translate(-150%, -50%);
    }
     90% {
         width: 2vh;
         height: 2vh;
         -webkit-transform: translate(-150%, -50%);
         transform: translate(-150%, -50%);
    }
     100% {
         width: 5vh;
         height: 5vh;
         -webkit-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
    }
}
 @-webkit-keyframes rightEyeAnimation {
     0% {
         width: 5vh;
         height: 5vh;
         -webkit-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
    }
     50% {
         width: 5vh;
         height: 5vh;
         -webkit-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
    }
     60% {
         width: 2vh;
         height: 2vh;
         -webkit-transform: translate(50%, -50%);
         transform: translate(50%, -50%);
    }
     70% {
         width: 2vh;
         height: 2vh;
         -webkit-transform: translate(50%, -50%);
         transform: translate(50%, -50%);
    }
     75% {
         width: 2vh;
         height: 2px;
         -webkit-transform: translate(50%, -50%);
         transform: translate(50%, -50%);
    }
     80% {
         width: 2vh;
         height: 2vh;
         -webkit-transform: translate(50%, -50%);
         transform: translate(50%, -50%);
    }
     90% {
         width: 2vh;
         height: 2vh;
         -webkit-transform: translate(50%, -50%);
         transform: translate(50%, -50%);
    }
     100% {
         width: 5vh;
         height: 5vh;
         -webkit-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
    }
}
 @keyframes rightEyeAnimation {
     0% {
         width: 5vh;
         height: 5vh;
         -webkit-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
    }
     50% {
         width: 5vh;
         height: 5vh;
         -webkit-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
    }
     60% {
         width: 2vh;
         height: 2vh;
         -webkit-transform: translate(50%, -50%);
         transform: translate(50%, -50%);
    }
     70% {
         width: 2vh;
         height: 2vh;
         -webkit-transform: translate(50%, -50%);
         transform: translate(50%, -50%);
    }
     75% {
         width: 2vh;
         height: 2px;
         -webkit-transform: translate(50%, -50%);
         transform: translate(50%, -50%);
    }
     80% {
         width: 2vh;
         height: 2vh;
         -webkit-transform: translate(50%, -50%);
         transform: translate(50%, -50%);
    }
     90% {
         width: 2vh;
         height: 2vh;
         -webkit-transform: translate(50%, -50%);
         transform: translate(50%, -50%);
    }
     100% {
         width: 5vh;
         height: 5vh;
         -webkit-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
    }
}
 .introload #preloader1 {
     display: block;
}
 .introload #status1 {
     display: block;
}
 #loadergifset {
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: #fff !important;
     z-index: 99999999999;
}
 #status1 {
     width: 100%;
     height: 100%;
     position: absolute;
     margin: 0;
}
 #loadergifset .leftEye, #loadergifset .rightEye {
     width: 5vh;
     height: 5vh;
     border-radius: 50%;
     background: #00cfff;
     position: absolute;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     -webkit-animation: leftEyeAnimation 3s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
     animation: leftEyeAnimation 3s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
 #loadergifset .rightEye {
     -webkit-animation: rightEyeAnimation 3s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
     animation: rightEyeAnimation 3s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
 #loadergifset .mouth {
     width: 10vh;
     height: 10vh;
     border-radius: 50%;
     border: solid 1.3vh #00cfff;
     border-right: solid 1.3vh rgba(0,0,0,0);
     border-left: solid 1.3vh rgba(0,0,0,0);
     border-bottom: solid 1.3vh rgba(0,0,0,0);
     position: absolute;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%) rotate(360deg);
     transform: translate(-50%, -50%) rotate(360deg);
     -webkit-animation: mouthAnimation 3s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
     animation: mouthAnimation 3s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
 @-webkit-keyframes mouthAnimation {
     0% {
         -webkit-transform: translate(-50%, -50%) rotateX(180deg);
         transform: translate(-50%, -50%) rotateX(180deg);
    }
     10% {
         -webkit-transform: translate(-50%, -50%) rotateZ(360deg);
         transform: translate(-50%, -50%) rotateZ(360deg);
    }
     40% {
         -webkit-transform: translate(-50%, -50%) rotateZ(320deg);
         transform: translate(-50%, -50%) rotateZ(320deg);
    }
     60% {
         -webkit-transform: translate(-50%, -50%) rotateZ(900deg);
         transform: translate(-50%, -50%) rotateZ(900deg);
    }
     100% {
         -webkit-transform: translate(-50%, -50%) rotateZ(900deg);
         transform: translate(-50%, -50%) rotateZ(900deg);
    }
}
 @keyframes mouthAnimation {
     0% {
         -webkit-transform: translate(-50%, -50%) rotateX(180deg);
         transform: translate(-50%, -50%) rotateX(180deg);
    }
     10% {
         -webkit-transform: translate(-50%, -50%) rotateZ(360deg);
         transform: translate(-50%, -50%) rotateZ(360deg);
    }
     40% {
         -webkit-transform: translate(-50%, -50%) rotateZ(320deg);
         transform: translate(-50%, -50%) rotateZ(320deg);
    }
     60% {
         -webkit-transform: translate(-50%, -50%) rotateZ(900deg);
         transform: translate(-50%, -50%) rotateZ(900deg);
    }
     100% {
         -webkit-transform: translate(-50%, -50%) rotateZ(900deg);
         transform: translate(-50%, -50%) rotateZ(900deg);
    }
}
 @-webkit-keyframes leftEyeAnimation {
     0% {
         width: 5vh;
         height: 5vh;
         -webkit-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
    }
     50% {
         width: 5vh;
         height: 5vh;
         -webkit-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
    }
     60% {
         width: 2vh;
         height: 2vh;
         -webkit-transform: translate(-150%, -50%);
         transform: translate(-150%, -50%);
    }
     90% {
         width: 2vh;
         height: 2vh;
         -webkit-transform: translate(-150%, -50%);
         transform: translate(-150%, -50%);
    }
     100% {
         width: 5vh;
         height: 5vh;
         -webkit-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
    }
}
 @keyframes leftEyeAnimation {
     0% {
         width: 5vh;
         height: 5vh;
         -webkit-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
    }
     50% {
         width: 5vh;
         height: 5vh;
         -webkit-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
    }
     60% {
         width: 2vh;
         height: 2vh;
         -webkit-transform: translate(-150%, -50%);
         transform: translate(-150%, -50%);
    }
     90% {
         width: 2vh;
         height: 2vh;
         -webkit-transform: translate(-150%, -50%);
         transform: translate(-150%, -50%);
    }
     100% {
         width: 5vh;
         height: 5vh;
         -webkit-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
    }
}
 @-webkit-keyframes rightEyeAnimation {
     0% {
         width: 5vh;
         height: 5vh;
         -webkit-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
    }
     50% {
         width: 5vh;
         height: 5vh;
         -webkit-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
    }
     60% {
         width: 2vh;
         height: 2vh;
         -webkit-transform: translate(50%, -50%);
         transform: translate(50%, -50%);
    }
     70% {
         width: 2vh;
         height: 2vh;
         -webkit-transform: translate(50%, -50%);
         transform: translate(50%, -50%);
    }
     75% {
         width: 2vh;
         height: 2px;
         -webkit-transform: translate(50%, -50%);
         transform: translate(50%, -50%);
    }
     80% {
         width: 2vh;
         height: 2vh;
         -webkit-transform: translate(50%, -50%);
         transform: translate(50%, -50%);
    }
     90% {
         width: 2vh;
         height: 2vh;
         -webkit-transform: translate(50%, -50%);
         transform: translate(50%, -50%);
    }
     100% {
         width: 5vh;
         height: 5vh;
         -webkit-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
    }
}
 @keyframes rightEyeAnimation {
     0% {
         width: 5vh;
         height: 5vh;
         -webkit-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
    }
     50% {
         width: 5vh;
         height: 5vh;
         -webkit-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
    }
     60% {
         width: 2vh;
         height: 2vh;
         -webkit-transform: translate(50%, -50%);
         transform: translate(50%, -50%);
    }
     70% {
         width: 2vh;
         height: 2vh;
         -webkit-transform: translate(50%, -50%);
         transform: translate(50%, -50%);
    }
     75% {
         width: 2vh;
         height: 2px;
         -webkit-transform: translate(50%, -50%);
         transform: translate(50%, -50%);
    }
     80% {
         width: 2vh;
         height: 2vh;
         -webkit-transform: translate(50%, -50%);
         transform: translate(50%, -50%);
    }
     90% {
         width: 2vh;
         height: 2vh;
         -webkit-transform: translate(50%, -50%);
         transform: translate(50%, -50%);
    }
     100% {
         width: 5vh;
         height: 5vh;
         -webkit-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
    }
}
 .introload #loadergifset {
     display: block;
}
 #loadergifset {
     position: fixed;
     top: 0px;
     text-align: center;
     z-index: 9999;
     margin: 0 auto;
     width: 100%;
     display: none;
     background-color: rgba(0, 0, 0, 0.7) !important;
     height: 100%;
}
 .bg-primary1 {
     background-image: url(../img/p1.png);
     padding: 20px;
     background-size: cover;
}
 .bg-primary2 {
     background-image: url(../img/p2.png);
     padding: 20px;
     background-size: cover;
}
 .bg-primary3 {
     background-image: url(../img/p3.png);
     padding: 20px;
     background-size: cover;
}
 .bg-primary4 {
     background-image: url(../img/p4.png);
     padding: 20px;
     background-size: cover;
}
 .bg-primary5 {
     background-image: url(../img/p5.png);
     padding: 20px;
     background-size: cover;
}
 .bg-primary6 {
     background-image: url(../img/p6.png);
     padding: 20px;
     background-size: cover;
}
 .bg-primary7 {
     background-image: url(../img/p7.png);
     padding: 20px;
     background-size: cover;
}
 .bg-primary8 {
     background-image: url(../img/p8.png);
     padding: 20px;
     background-size: cover;
}
 .mr-5 {
     font-size: 17px;
     font-weight: 600;
}
 .card-body h5 {
     font-size: 20px;
     color: #fff;
}
 .dashboadfoursection .col-md-3 {
     margin-bottom: 30px;
}
 .likebutton.btn-group.open .dropdown-toggle{
     box-shadow: none;
}
 .dashboadfoursection {
     border: 1px solid #ddd;
     padding: 20px;
     margin-bottom: 10px;
}
 .boxtable .box-body{
    /*overflow:auto;
    */
    /*border-right: 1px solid #ddd;
    */
}
 .copyform .box-footer input{
     background-color: #00cfff;
     color: white;
     padding: 14px 20px;
     margin: 8px 0;
     border: none;
     cursor: pointer;
     width: 100% !important;
     opacity: 0.9;
     border-radius: 0px;
}
 .copyform .box-footer input:hover{
     background-color: #00cfff;
     color: white;
     padding: 14px 20px;
     margin: 8px 0;
     border: none;
     cursor: pointer;
     width: 100% !important;
     opacity: 1;
     border-radius: 0px;
}
 .copyformsectiontop{
     border: 1px solid #ddd;
     padding: 20px;
     float: left;
}
 .copyformsectiontop .col-md-7 {
     border-left: 1px solid #ddd;
}
 .uploadbuttonnew a {
     background: #fff;
     padding: 15px 60px;
     font-size: 14px;
     color: #343434;
     border-radius: 7px;
     letter-spacing: 0px;
     border: 1px solid #ddd;
     font-weight: 400;
}
 .uploadbuttonnew {
     text-align: left;
     margin-top: 15px;
}
 .comment_content {
     margin-top: 20px;
}
 .media.Latest_panel {
     border: 1px solid #ddd;
     padding-top: 15px;
}
 .comment_content p {
     margin-bottom: 0px;
}
 .reply_content {
     text-align: center;
     margin-top: 15px;
}
 .reply_content p {
     color: #00cfff;
     font-size: 15px;
     display: inline-block;
     margin: 0px 15px;
}
 .homenewselect{
     float: left;
     width: 100%;
     border: 1px solid #ddd;
     border-radius: 5px;
}
/*.homeboxfooter{
     margin-top: 21px;
}
*/
 .homeboxfooter input{
     width: 100% !important;
     margin: 0px 0px 0px 0px;
}
 .homeboxfooter input:hover{
     width: 100% !important;
     margin: 0px 0px 0px 0px;
}
 .threeuldiv .withdr select{
     margin-bottom: 0px;
     margin-top: 0px;
}
 .PostFull__header h1.entry-title {
     display: inline-block;
}
 .postbutton_cls{
     display: inline-block;
     float: right;
     margin-top: 25px;
}
 .center-popups1 {
     max-width: 400px;
     margin: 30px auto;
}
 .center-popups1 label {
     min-width: 110px;
     font-weight: 500;
}
 .center-popups1 span {
     width: 70%;
     display: inline-block;
     word-wrap: break-word;
     vertical-align: top;
}
 .center-popups1 img {
     max-height: 160px;
     max-width: 70%;
}
 .navbar-collapse.collapse,.navbar-header {
     width: 25%;
     float: left;
}
 .center_header{
     width: 64% !important;
     text-align: center;
}
 .navbar-collapse.center_header {
     float: left;
}
 .navbar-header {
     width: 11%!important;
}
 .navbar-collapse.collapse,.navbar-header {
     width: 25%;
     float: left;
}
 .verify-sec img {
     width: 50%;
}
 .gg-auth {
     text-align: center;
     border: 1px solid #ddd;
     padding: 30px;
}
 .gg-auth h4 {
     font-size: 21px;
}
 .gg-auth h6 {
     font-size: 13px;
     text-transform: capitalize;
     padding: 5px 0;
}
 .gg-auth h6 span {
     text-transform: uppercase;
     color: #736f6f;
     font-weight: 600;
     font-size: 15px;
     padding-left: 5px;
}
 .verify-sec {
     display: block;
     padding-top: 50px;
     width: 50%;
     margin: 30px auto;
     background: #F5F5F5;
     padding-bottom: 30px;
}
 span.enter-code {
     display: block;
     padding: 20px 0;
     font-weight: 600;
     font-size: 16px;
}
 .verify-sec input, .verify-sec input:focus {
     width: 250px;
     margin: 0 auto;
     display: block;
     margin-bottom: 10px;
     height: auto;
     padding: 7px 15px;
     background: #fff;
     border: 1px solid #ccc;
}
 input.enble-sub {
     background: #00cfff;
     color: #fff;
     text-transform: uppercase;
     font-weight: 600;
     font-size: 15px;
}
 .enable-auth {
     padding-top: 30px;
}
 .enable-btn {
     background: #00cfff;
     text-transform: capitalize;
     font-size: 15px;
     color: #fff !important;
     padding: 4px 10px 5px;
     border-radius: 3px;
     margin-left: 15px;
     font-weight: 600;
}
 .mobmenu {
     display: none;
}
 span.mobmenu:hover {
     cursor: pointer;
}
/* 30 Aug */
 table#example1 tr td:last-child {
     white-space: nowrap;
}
 .btn.btn-info.do_view, .btn.btn-danger.boot_confirm {
     margin: 0 3px;
     padding: 5px 10px;
     font-size: 13px;
}
 #example1_filter {
     text-align: right;
}
 #example1_wrapper .row:nth-child(2) {
     margin-top: 7px !important;
}
 input.form-control.input-sm {
     margin-left: 10px;
}
 #example1_wrapper .row:nth-child(3) div#example1_paginate {
     text-align: right;
}
 #example1_wrapper .row:nth-child(3) ul.pagination {
     margin: 0;
}
 .PostFull__body.entry-content {
     float: left;
     width: 100%;
}
 .img-tag.bimg {
     text-align: center;
     display: block;
     width: 100%;
}
 .img-tag.bimg img {
    /*width: auto;
    */
}
 .sidemenu.col-lg-hidden.col-md-hidden.col-sm-hidden {
     display: none;
}
 .comnt .Latest_panel {
     width: 50%;
     display: inline-block;
     text-align: left;
     padding: 15px 0;
}
 .comnt .Latest_panel h4 {
     font-size: 14px;
     margin: 0;
}
 .comnt ul.commentul {
     display: inline-block;
     width: 48%;
     text-align: right;
}
 .comnt .Latest_panel h4 img {
     width: 40px;
     height: 40px;
}
/* Chat Box */
 .chat_wrap {
     padding-right: 0;
     padding-left: 0;
     margin-top: 30px;
}
 .chat_box {
     padding: 15px 0;
     padding: 15px 0;
     border-left: 1px solid #e5e5e5;
     border-bottom: 1px solid #e5e5e5;
     padding-right: 0;
     padding-left: 15px;
     border-top: 1px solid #e5e5e5;
     padding-left: 15px;
     position: fixed;
}
 .chat_title h3 {
     font-family: 'Ubuntu', sans-serif;
     display: inline-block;
     font-weight: 500;
     vertical-align: middle;
     margin: 0;
     font-size: 18px;
     text-transform: uppercase;
     text-align: left;
     width: 37%;
}
 .locales {
     display: inline-block;
     vertical-align: middle;
     padding-right: 15px;
     text-align: right;
     width: 60%;
}
 .locales a {
     text-transform: uppercase;
     font-family: 'Ubuntu', sans-serif;
     color: #333;
     font-weight: 300;
     font-size: 14px;
     padding-bottom: 3px;
}
 .chat_title {
     margin-bottom: 10px;
     text-align: right;
}
 .locales a.active, .locales a:hover, .locales a:focus {
     border-bottom: 1px solid #333;
}
 .chat_input {
     margin-top: 15px;
     padding-right: 15px;
}
 .chat_input input[type="text"] {
     width: 70%;
     padding: 6px;
     margin: 0;
     font-size: 12px;
}
 .chat_input a.chat_btn {
     display: inline-block;
     text-decoration: none;
     text-align: center;
     cursor: pointer;
     line-height: 32px;
     width: 28%;
     background: #00a4ca;
     color: #fff;
     font-size: 14px;
     -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
     border-radius: 2px;
}
 .chat_cnt {
     margin: 5px 0;
     height: 100%;
     width: 100%;
     overflow: hidden;
     position: relative;
}
 .chat_cnt ul {
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: -17px;
     overflow-y: scroll 
}
 .chat_cnt ul li {
     margin-right: 15px;
     font-size: 12px;
     color: #5e5e5e;
     line-height: 16px;
     margin-bottom: 6px;
     word-wrap: break-word;
}
 .chat_cnt ul li a {
     color: #00a4ca;
}
 .chat_cnt ul li a.flnk img {
     width: 10px;
}
 .logged_in + .container-fluid .chat_wrap {
     margin-top: 60px;
}
 .shrink img {
     max-width: 100%;
}
/*option select*/
 .leagues div label.active{
     color: #7AA3CC;
}
 .leagues div label {
     display: inline-block;
     padding: 6px 12px;
     margin-bottom: 0;
     font-size: 14px;
     font-weight: normal;
     line-height: 2em;
     text-align: left;
     white-space: nowrap;
     vertical-align: top;
     cursor: pointer;
     background-color: none;
     border: 0px solid #c8c8c8;
     border-radius: 3px;
     color: #c8c8c8;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     -o-user-select: none;
     user-select: none;
}
 .leagues div label:hover {
     color: #7AA3CC;
}
 .leagues div label:active,.leagues div label.active {
     -webkit-box-shadow: none;
     box-shadow: none;
}
 .matching-point{
     margin-top:75px;
}
 .leagues h2 {
     font-size: 19px;
     font-weight: 900;
     color: #000;
     margin: 0;
}
 .leagues span.time {
     font-weight: 700;
     font-size: 15px;
     display: block;
     color: #00d3ff;
     margin-top: 6px;
}
 .form-validates {
     margin: 15px 0;
}
 .leagues .btn-group {
     display: block;
     position: relative;
}
 .leagues label {
     float: none !important;
     border: 1px solid #ccc;
     margin-right: 15px;
     vertical-align: top;
     position: relative;
     text-align: center;
     width: 30%;
     border-radius: 5px !important;
     padding: 4px 10px;
     transition: all 0.3s;
     background: #ccc;
}
 .leagues span {
     color: #fff;
     transition: all 0.3s;
}
 .leagues label:hover span,.leagues div label.active span {
     color: #fff;
}
 .leagues div label:hover,.leagues div label.active{
     background: #343434;
     border-color: transparent;
}
 .match-row {
     margin: 15px 0;
}
 .matching-point .box {
     max-width: 80%;
     margin: 0 auto;
}
 .submit-match button {
     min-width: 170px;
     font-weight: bold;
     text-transform: uppercase;
}
 .submit-match {
     text-align: center;
     margin: 30px 0 10px;
}
 .leagues div label.error {
     margin-bottom: 0;
     display: block;
     margin-top: 0;
     border: 1px solid red;
     padding: 2px 10px 3px;
     border-color: rgb(238, 1, 1);
     background: #fff;
     position: absolute;
     color: red;
     top: 43px;
     border-radius: 4px;
     min-width: 135px;
     width: initial;
     font-size: 12px;
     box-shadow: #dbdbdb 0px 0px 6px;
}
 .leagues label.error:after {
     border-top: 0 solid #EE7C31;
     border-left: 0 solid #F5D97B;
     border-bottom: 0 solid #D94948;
     border-right: 0 solid #8DB434;
     content: "";
     position: absolute;
     left: 10px;
     top: -18px;
     border-width: 9px;
     border-color: transparent;
     border-bottom-color: red;
}
 .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
     outline: none;
}
 .leagues div label.add-form-space {
     margin-bottom: 43px;
}
 .leagues label.btn input {
     position: absolute;
     clip: rect(0,0,0,0);
     pointer-events: none;
}


/*14-08-2019 tls start*/
.custom_checkbox1 input[type="radio"] + i:before,
.custom_checkbox1 input[type="checkbox"] + i:before {
    position: absolute;
    display: block;
    width: 30px;
    background: #fff;
    height: 30px;
    content: '';
    top: 0;
    cursor: pointer;
    border-radius: 50%;
}
.custom_checkbox1 input[type="radio"]:disabled + i:before,
.custom_checkbox1 input[type="checkbox"]:disabled + i:before {
    cursor: not-allowed;
    opacity: 0.5;
}
.custom_checkbox1 input[type="radio"] + i:before,
.custom_checkbox1 input[type="checkbox"] + i:before {
    background: transparent;
    border: 2px solid #303549;
}
.custom_checkbox1 input[type="radio"] + i:before,
.custom_checkbox1 input[type="checkbox"] + i:before {
    background: transparent;
}
.custom_checkbox1 input[type="radio"],
.custom_checkbox1 input[type="checkbox"] {
    opacity: 0;
    z-index: 33;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: pointer;
}
.custom_checkbox1 input[type="radio"]:checked + i:before,
.custom_checkbox1 input[type="checkbox"]:checked + i:before {
    background: #00cfff;
    border-color: transparent;
}
label.custom_checkbox1 {
    margin-bottom: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    top: 0;
}
.custom_checkbox1 {
    position: relative;
}
.score_sec {
    margin: 125px 0 50px;
    padding: 30px 0;
}
.play_game h3,.over_plays h3 {
    margin: 0;
}
.play_table {
    padding: 0;
    border: 1px solid #ddd;
}
.play_table td,.play_table th{
    position: relative;
    padding: 10px;
}
.play_table table{
    width: 100%;
}

.play_table th:first-child,.play_table th:last-child {
    width: 30%;
}
.play_table td:first-child,.play_table td:last-child{
    text-transform: uppercase;
    font-weight: 500;
}
.play_table th:nth-child(2),.play_table th:nth-child(3),.play_table th:nth-child(4){
    width: 13%;
}
.play_table .last-away, .play_table tr .last-away {
    text-align: right;
}
.play_table th:first-child, .play_table tr td:first-child{
    text-align: left;
}
.play_table th:nth-child(2),.play_table th:nth-child(3),.play_table th:nth-child(4),
.play_table td:nth-child(2),.play_table td:nth-child(3),.play_table td:nth-child(4){
    text-align: center;
}
.play_table th {
    font-size: 16px;
    font-weight: 600;
    background: #f1f1f1;
    text-transform: uppercase;
}
.play_table th, .play_table td {
    border-right: 1px solid #ccc;
}
.play_table th:last-child, .play_table td:last-child {
    border-right: none;
}
.play_table tr {
    border-bottom: 1px solid #ccc;
}
.play_table tr:last-child{
    border-bottom: none;
}
.play_table td span {
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    top: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 29px;
    height: 100%;
}
.play_table .custom_checkbox1 input[type="radio"]:checked + span,
.play_table .custom_checkbox1 input[type="checkbox"]:checked + span{
    color: #fff;
}
.play_table .custom_checkbox1 input[type="radio"]:checked,
.play_table .custom_checkbox1 input[type="checkbox"]:checked {
    z-index: -1;
}
.custom_checkbox1 input[type="radio"]:checked + i + span ,
.custom_checkbox1 input[type="checkbox"]:checked + i + span {
    color: #fff;
}
.pointer_play .custom_checkbox1{
    pointer-events: none;
}
.play_buttons {
    margin-top: 20px;
    text-align: right;
}
.play_buttons button, .play_buttons a {
    padding: 10px 15px;
    min-width: 130px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 10px;
    text-align: center;
    border-radius: 4px;
}
.step3_play .play_table th:last-child , .step3_play .play_table th:first-child {
    width: 20%;
}
.step3_play .play_table th:nth-child(2){
    width: 50%;
}
.step3_play .play_table th:last-child,.step3_play .play_table td:last-child{
    text-align: left;
}
.step3_play .play_table td:first-child{
    font-weight: 600;
}

/*19-08-2019 start*/
.signuoform1 table {
    width: 100%;
    border: 2px solid #dbdbdb;
}
.signuoform1 table th, .signuoform1 table td {
    padding: 9px 10px;
    border-right: 2px solid #dbdbdb;
    text-align: center;
}
.signuoform1 table tr {
    border-bottom: 2px solid #dbdbdb;
}
.signuoform1 table tr input {
    padding: 10px 10px;
    font-size: 14px;
    margin: 3px 0;
}
input.btn.btn-primary.match_submit,input[type="button"] {
    text-transform: uppercase;
    font-weight: 600;
}
.signuoform1 table th {
    text-transform: uppercase;
}
.signuoform1 table span {
    text-align: left;
    display: block;
    margin-top: 3px;
    font-weight: 300;
}

.signuoform1 table tr input:read-only {
    opacity: 0.4;
    cursor: no-drop;
    color: #fff;
    background: #736f6f;
}
.top_spacebar{
     margin-top: 125px;
}
.top_spacebar .col-xs-12.col-sm-9.col-md-9.col-lg-9.sidesection,.top_spacebar .sidemenu{
     margin-top:25px;
}
.box-footer{
     padding-left: 15px;
     padding-right: 15px;
     text-align: center;
}
.box-footer input:disabled:hover {
    cursor: not-allowed;
}
.maxdata1 .formwidth.widthconform {
    width: 800px;
}
.match_rule {
    margin-bottom: 30px;
    border-radius: 5px;
    /*box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.12);*/
    float: left;
    width: 100%;
}
.match_rule h3 {
    padding: 15px 15px;
    font-size: 25px;
    border-bottom: 1px solid #ccc;
    margin: 0;
    text-align: center;
    font-weight: 600;
}
.match_rule p, .match_rule li {
    margin: 7px 10px;
    font-size: 15px;
    max-width: 580px;
    text-align: left;
    list-style-type: disc;
}
.play_buttons a {
    display: inline-block;
    background: #00a4ca;
    color: #fff;
}
.play_buttons a.m_end,.play_buttons button.m_end {
    background: #e83e45;
    cursor: no-drop;
}
.play_buttons a.m_start,.play_buttons button.m_start{
     background: #22b14c;
}
.play_buttons p {
    font-size: 15px;
    font-weight: 600;
}
.play_buttons p.m_end {
     color:  #e83e45;
}
.play_buttons p.m_start {
     color:  #22b14c;
}
.match_rule ul {
    padding: 11px 15px;
    text-align: center;
    margin: 0 auto;
    box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.12);
}
.match-playbt a {
    padding: 9px 15px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    background: #00a4ca;
    border-color: transparent;
    color: #fff;
}
.match-playbt {
    text-align: right;
    margin-bottom: 5px;
    padding: 0px 0 10px;
    border-bottom: 1px solid transparent;
}
.match_rule .toggle-active{
     display: none;
}
.play-amout {
    margin-bottom: 30px;
}
.common-heads {
    margin: 20px 0;
    box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.07);
    border-radius: 5px;
}
.common-heads h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    padding: 15px;
    border-bottom: 1px solid #dbdbdb;
}
.common-heads .common-inner {
    padding: 20px;
}
.full-datas {
    padding: 20px;
    position: relative;
    float: left;
    width: 100%;
}
.over_plays{
     box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.12);
     position: relative;
     float: left;
     width: 100%;
}
.full-datas .common-heads:first-child {
    margin-top: 0;
}
.full-datas .common-heads:last-child {
    margin-bottom: 0;
}
.custom_checkbox1.ans-red input[type="radio"]:checked + i:before,
.custom_checkbox1.ans-red input[type="checkbox"]:checked + i:before {
    background: #e83e45;
}
.custom_checkbox1.ans-green input[type="radio"]:checked + i:before,
.custom_checkbox1.ans-green input[type="checkbox"]:checked + i:before {
    background:#22b14c;
}
.overlay-play:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    content: "";
    height: 100%;
    background:rgba(255,255,255,0.9);
    z-index: 5;
}
.match_notavailable {
    position: absolute;
    z-index: 99;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    padding: 15px;
}
.match_result1 .fixedmenuside{
     max-width: 285px;
}
.match_result1 .sidemenu{
     margin-top: 0;
}
.match-contact .plantop p {
    margin: 0;
}
.planul1 li {
    padding: 15px 15px;
    font-weight: 300;
    font-size: 16px;
}
.match_day {
    width: 20%;
    padding: 0 10px;
    margin: 10px 0;
    word-break: break-word;
    white-space: normal;
}
.match-prices {
    display: flex;
    flex-wrap: wrap;
    white-space: nowrap;
    overflow: auto;
    justify-content: center;
}
.match_day .plantop h3 {
    background: #00a4ca;
    font-family: Montserrat;
    font-size: 18px;
}
.planul1 li{
     font-family: Montserrat;
    font-weight: 600;
}
.filter_match {
    text-align: right;
    margin-top: 5px;
}
.filter_match select {
     background: #fff;
    padding: 6px 7px;
    border: 1px solid #dbdbdb;
}
input[type="radio"]:disabled,input[type="checkbox"]:disabled,input:disabled,select:disabled{
     cursor: no-drop;
}
.match_day .plantop span {
    display: block;
    font-size: 13px;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 20px;
    word-break: break-word;
    padding-left: 10px;
    padding-right: 10px;
}
.match_day  .plantop p {
    padding: 25px 0px 0;
    margin-bottom: 0;
    border-bottom: none;
}





.enterprice {
    background: #00d1ff;
    padding: 15px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 17px;
    font-family: Montserrat;
    padding-bottom: 50px;
    color: #fff;
}

.standard-price {
    background: #fff;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    text-align: center;
    margin: 0 auto;
    font-size: 24px;
    font-family: Montserrat;
    box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.12);
    position: relative;
    vertical-align: top;
    margin-top: -44px;
    padding: 3px;
}

.standard-price strong {
    display: block;
    line-height: 26px;
    margin-top: 38px;
    text-align: center;
}
.match_day .plans {
    background: #fff;
    box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.08);
}
.price-message p {
    border-bottom: 2px solid #dbdbdb;
    margin: 0 ;
    padding: 17px 15px;
}

.price-message span {
    padding: 11px 15px;
    display: block;
    font-weight: 900;
    font-family: Montserrat;
    text-transform: capitalize;
    background: #e2e2e2;
    color: #000;
    font-size: 15px;
}
.play_buttons p {
    font-size: 15px;
    font-weight: 600;
    border: 2px solid #ccc;
    border-radius: 4px;
    padding: 10px 15px;
    display: inline-block;
    box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.12);
}
.split_plan,.withdr{
     position: relative;
}

@media(min-width:1200px){
.filter_match {
    position: absolute;
    top: 69px;
    left: -140px;
    z-index: 1;
    right: 0;
    width: 200px;
    margin: 0 auto;
}
}
input.btn.btn-primary.release_payment, input.btn.btn-primary.release_payment:hover {
    min-width: 220px;
    width: initial !important;
}

input.btn.btn-primary.release_payment  {
    background: #22b14c !important;
}
.match_ruleinner p {
    width: 31.33%;
    float: left;
    text-align: center;
    font-weight: 600;
}
.match_rulestep p{
     width: 33.33%;
    float: left;
    text-align: center;
    margin: 0px;
}
p.posset {
    position: relative;
    top: 20px;
}  
.match_ruleinner {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.12);
    padding: 10px;
}
.match_rulestep {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.12);
    padding: 15px;
    margin-top: 20px;
}
.match_ruleinner a.btn {
    background: #00a4ca;
    color: #fff;
    border-radius: 0px;
    font-weight: 600;
    text-transform: uppercase;
}
.match_ruleinner button {
    background: #05b342;
    padding: 10px 15px;
    min-width: 130px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 10px;
    text-align: center;
    border-radius: 4px;
}
.match_ruleinner p span{

}
.greenset {
    color: #1ebb55;
    margin-left: 5px;
}
.redset {
    color:#e83e45;
    margin-left: 5px;
}
.match_ruleinner button:disabled {
  cursor: not-allowed;
  pointer-events: all !important;
}
.dataTables_wrapper .row>.col-sm-12 {
    overflow: auto;
    padding-bottom: 40px;
}
.dataTables_wrapper .row>.col-sm-12 .dropdown-menu {
    top: 70% !important;
    padding: 5px;
    width: auto;
}
.match_rulestep p:last-child {
    text-align: right;
}
.play_game {
    float: left;
    width: 100%;
}
.full-datas span.err_msg {
    float: left;
    width: 100%;
}
.alert-boxs.preview_page {
    float: left;
    width: 100%;
}