/*
Theme Name: Saasland Child
Theme URI: https://droitthemes.com/wp/saasland
Template: saasland
Author: DroitThemes
Author URI: https://themeforest.net/user/droitthemes/portfolio
Description: Saasland is a creative WordPress theme for saas, software, startup, app, agency and related products & services.
Version: 1.1.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: saasland-child
*/


.wpcf7 textarea {
  height: 150px !important;
}
._asb_application {
  margin-top: 67px;
}

header.header_area.header_stick {
  background-color: #34056f;
}

.grecaptcha-badge {
  visibility: hidden;
}
.floating-btn-wrap {
    display: none;
}
@media only screen and (max-width: 991px) {
  .floating-btn-wrap,
  .floating-btn-wrap a {
    display: none;
  }
  .floating-btn {
    position: fixed;
    background-color: #60a1ec;
    color: #fff;
    right: 0%;
    top: 30%;
    height: 147px;
    width: 35px;
    margin: 0;
    border-radius: 10px 0px 0px 10px;
    transition: 0.3s linear;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    z-index: 10;
    padding-bottom: 20px;
  }

  .floating-btn-wrap .close-btn {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg version='1.0' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg id='_02_User'%3E%3Cpath class='st0' d='M1,20c-0.5,0-1-0.4-1-1c0-0.3,0.1-0.5,0.3-0.7l18-18c0.4-0.4,1-0.4,1.4,0s0.4,1,0,1.4l-18,18 C1.5,19.9,1.2,20,1,20z'/%3E%3Cpath class='st0' d='M19,20c-0.3,0-0.5-0.1-0.7-0.3l-18-18c-0.4-0.4-0.4-1,0-1.4s1-0.4,1.4,0l18,18c0.4,0.4,0.4,1,0,1.4 C19.5,19.9,19.3,20,19,20z'/%3E%3C/g%3E%3C/svg%3E");
    background-color: #4784cc;
    height: 25px;
    display: block;
    right: 0%;
    border-radius: 0 0px 0 10px;
    background-size: 10px auto;
    z-index: 12;
    position: fixed;
    top: calc(30% + 122px);
    width: 35px;

}
  p.float-txt {
    font-family: Ubuntu, sans-serif;
    color: #fff;
    font-weight: 700;
    transform: rotate(90deg);
    text-align: center;
    top: 30%;
    margin: 0;
    padding: 0;
    left: 1%;
    text-decoration: none;
  }

  body[data-template="casino"] .floating-btn-wrap,
  body[data-template="live-casino"] .floating-btn-wrap {
    display: flex;
  }
  body[data-template="casino"] .floating-btn-wrap a.sportsbook,
  body[data-template="live-casino"] .floating-btn-wrap a.sportsbook {
    display: inline;
  }
  body[data-template="sportsbook"] .floating-btn-wrap {
    display: flex;
  }
  body[data-template="sportsbook"] .floating-btn-wrap a.casino {
    display: inline;
  }
}
div#sportsbookWrapper {
    margin-top: 66px;
    min-height: 80vh;
}
md-toolbar.md-default-theme:not(.md-menu-toolbar), md-toolbar:not(.md-menu-toolbar) {
    background-color: #bd24e0;
}
.md-toolbar-tools h4 {
    color: #fff;
}