@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i|Work+Sans:300,400,500,600,700,800,900|Muli:400,600,700,800|PT+Mono&display=swap');
@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');

*, :after, :before{
    box-sizing: border-box;
}
body {
    font-size: 0.8125rem;
    font-family: 'Muli', 'Lato', Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.3px;
    -webkit-font-smoothing: antialiased;
}
.brand, .h1, .h2, .h3, .h4, .h5, .h6, .navbar, .td-name, a, button, h1, h2, h3, h4, h5, h6, input, p, select, td, textarea {
    font-family: 'Muli', 'Lato', Arial, sans-serif !important;
    font-weight: 400;
    letter-spacing: .3px;
}
.brand, .h1, .h2, .h3, .h4, .h5, .h6, .navbar, .td-name, a, button, h1, h2, h3, h4, h5, h6, input, p, select, td, textarea {
  -webkit-font-smoothing: antialiased;
}
portal b {
    font-family: 'Muli', 'Lato', Arial, sans-serif !important;
}

html {
    font-size: 100%;
    line-height: 1.5;
    font-family: 'Muli', 'Lato', Arial, sans-serif;
    -webkit-tap-highlight-color: transparent;
    overflow-x: hidden!important;
  -webkit-text-size-adjust: 100%;
}
.btn {
    line-height: 2rem !important;
    padding: 0 1rem !important;
    border-width: 1px !important;
    color: #ffffff;
    box-sizing: border-box;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 150ms linear;
    font-size: .6875rem;
}
.btn {
    font-size: 0.6875rem;
    border-radius: 0.25rem !important;
    line-height: 2rem !important;
    padding: 0 !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    border-width: 1px !important;
    transition: all 150ms linear;
    text-transform: uppercase;
    font-weight: 600;
    box-sizing: border-box;
    cursor: pointer;
    border: 1px solid transparent;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col, .col-1, .col-2, 
.col-3, .col-4, .col-5, 
.col-6, .col-7, .col-8, 
.col-9, .col-10, .col-11, 
.col-12, .col-auto, .col-lg, 
.col-lg-1, .col-lg-2, .col-lg-3,
.col-lg-4, .col-lg-5, .col-lg-6, 
.col-lg-7, .col-lg-8, .col-lg-9, 
.col-lg-10, .col-lg-11, .col-lg-12, 
.col-lg-auto, .col-md, .col-md-1, 
.col-md-2, .col-md-3, .col-md-4, 
.col-md-5, .col-md-6, .col-md-7, 
.col-md-8, .col-md-9, .col-md-10, 
.col-md-11, .col-md-12, .col-md-auto, 
.col-sm, .col-sm-1, .col-sm-2, .col-sm-3, 
.col-sm-4, .col-sm-5, .col-sm-6, 
.col-sm-7, .col-sm-8, .col-sm-9, 
.col-sm-10, .col-sm-11, .col-sm-12, 
.col-sm-auto, .col-xl, .col-xl-1, 
.col-xl-2, .col-xl-3, .col-xl-4, 
.col-xl-5, .col-xl-6, .col-xl-7, 
.col-xl-8, .col-xl-9, .col-xl-10, 
.col-xl-11, .col-xl-12, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
@media (min-width: 576px) {
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
.col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
 } 	
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
   }
.col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
p {
    margin: 16px 0 10px 0 !important;
    padding-bottom: 0 !important;
}
  p {
    font-size: 1rem;
    color: #514f4d;
    margin: 0;
    text-align: justify;
    line-height: 1.5em !important;
    letter-spacing: .3px;
    padding: 0 0 1.2rem !important;
}
  .Layout__oneColumn, 
  .Layout__twoColumn, 
  .Layout__twoColumn2, 
  .Layout__twoColumnReverse {
    padding: 0 0 1.125rem;
}
  .Layout__oneColumn {
    background-color: transparent;
    margin-top: -40px;
    z-index: auto;
}
  img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}
  .WidgetContainer__boxSplit {
    padding: 0 1rem 0rem 0.9375rem !important;
}
  
  p.description h2 > span, h2 {
    font-size: 1.875rem !important;
    font-weight: 800 !important;
    letter-spacing: .8px !important;
    color: #514f4d !important;
    margin-top: 0 !important;
    line-height: 1.33 !important;
    margin-bottom: 1rem !important;
    padding: 0 !important;
}
h5 {
    margin-top: 0;
  margin-bottom: 0;
}

h6 {
    font-size: 0.9em;
    text-transform: uppercase;
    line-height: 1.5em;
}

/* hr */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
  	border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
 	margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

/* header css */
.Header__header {
  background: #ffeae8;
  z-index: auto;
}
.Header__name {
  display: none;
}
@media screen and (min-width: 640px) {
	.Header__header .Header__navbar .Header__container {
      	max-width: 100% !important;
    	padding-left: 20px;
    	padding-right: 20px;
	}
}
@media only screen and (min-width: 1024px) {
.Header__homeContent .Header__navbar, .Header__defaultContent .Header__navbar {
    background-color: rgba(0,0,0,0);
	}
}
.Header__tabsTab {
    border-bottom: 0;
}
.Header__tabsTab, .LoginDetail__signin, .LoginDetail__signup, .CustomizeContainer__aPlus {
    color: #3e3e3c;
}
li.Header__tabsTab:not(.header-tabset-button) a {
    opacity: 0.8;
}
.Header__tabsTab a {
    font-size: 1rem !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    border-bottom: 0 !important;
    height: 80px;
    color: #2b2826;
}
.Header__tabsTab:hover {
    color: #fff;
    border-bottom: 0 !important;
    transition: color .2s linear;
}
.Header__tabsTab.Header__active {
    color: #fff !important;
    border-bottom: 0 !important;
}
.Header__homeContent .Header__searchSection {
    padding: 4rem 0 0 !important;
}
.Header__container {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1140px;
}
@media screen and (min-width: 992px) {
.Header__container {
    display: table;
  }
}
@media screen and (min-width: 992px) {
.title_container {
    float: right;
    width: 850px;
    margin-top: 5rem;
  }
}
@media screen and (min-width: 992px) {
.image_container {
    float: left;
    width: calc(100% - 850px);
  }
}
.Header__searchTitle {
    text-shadow: none;
    color: #2b2826;
    font-size: 2.75rem;
    line-height: 1.29;
    font-weight: 800;
    margin-top: 1rem;
    margin-bottom: 0;
}
h1.Header__searchTitle::after {
    content: '';
    display: block;
    width: 24px;
    height: 4px;
    background-color: #c60202;
    margin: 1rem auto;
}
h4.Header__description {
    font-size: 1.125rem;
    line-height: 1.5;
    color: #3e3e3c;
    font-weight: 300;
    margin: 1rem 0 !important;
    text-align: center !important;
    width: 100%;
    letter-spacing: 0.2px;
}
.Header__globalSearch {
    margin-top: 2rem !important;
}
.SearchContainer__globalSearch {
    border: 1px solid #c9c7c6;
}
.SearchContainer__searchIcon {
    padding: 1rem 1rem !important;
}
.SearchContainer__searchIcon {
    background-color: #c60202;
}
.SearchContainer__downArrow {
    border-top-color: #bc5459;
}
h4.Header__description {
    font-size: 1.125rem;
    line-height: 1.5;
    color: #2b2826;
    font-weight: 300;
    margin: 1rem 0 !important;
    text-align: center !important;
    width: 100%;
    letter-spacing: 0.2px;
}
.Header__tabsTab button {
    line-height: 2.3rem !important;
    width: 130px;
}
.btn-warning {
    background-color: #fb0 !important;
    border: 1px solid #fb0 !important;
    color: #000 !important;
}
.btn {
    font-weight: 700;
}
.btn-radius {
    border-radius: 25px !important;
}
.header-tabset-button {
    margin-right: 0 !important;
}

/* top fixed header styles */
.Header__menuicon {
    display: none !important;
}
.goto-button, .Header__homeNavbarFixed.globalfixednav .Header__searchSection .title_container .SearchList__listmenu, .mobile-goto-button {
    display: none;
}
.Header__homeNavbarFixed .Header__navbar .goto-button {
    display: block;
    margin-left: 1rem;
}
.Header__homeNavbarFixed.globalfixednav .SearchContainer__globalSearch {
    line-height: 17px;
}
.Header__homeNavbarFixed.globalfixednav .Header__globalSearchAlt {
    width: 45% !important;
}
.Header__homeNavbarFixed.globalfixednav .Input__headerSearch {
    padding: 10px;
    font-size: 13px !important;
}
.Header__homeNavbarFixed.globalfixednav .SearchContainer__moduleChangePopup {
    margin: 5px 0 !important;
}
.Header__homeNavbarFixed.globalfixednav .SearchContainer__searchIcon {
    padding: 10px !important;
}
.Header__homeNavbarFixed.globalfixednav .Icon__medium {
    width: 1rem;
    height: 1rem;
}
.Header__globalSearchAlt {
    width: 60% !important;
    margin: 0 !important;
    margin-left: auto !important;
}
@media screen and (min-width: 992px) {
.Header__homeNavbarFixed .Header__navbar {
    min-height: 4.375rem;
    display: flex;
    align-items: center;
    padding: 14px 0;
}
.Header__homeContent.Header__homeNavbarFixed .Header__navbar {
    background-color: #fafaf9;
}
  @media only screen and (min-width: 1024px) {
.Header__logo img {
    max-width: 12.5rem !important;
    }
}
  
/* two and three modules */
.flex-div-modules .col-sm-4, 
.flex-div-modules .col-sm-6 {
    display: inherit;
}
.flex-div-modules .card {
    box-shadow: 1px 1px 5px #c9c7c6, -1px -1px 5px #c9c7c6;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    display: inline-grid;
}
  .flex-div-modules .card .card-header {
    display: flex;
    align-items: center;
}
  .flex-div-modules .card .card-header img {
    width: 50px !important;
}
  .flex-div-modules .card .card-header h2 {
    margin-bottom: 0 !important;
    margin-left: 1rem;
    letter-spacing: 0.29px;
    font-weight: 800 !important;
    font-size: 1.875rem !important;
    color: #3e3e3c !important;
    margin-top: 0 !important;
}
  .flex-div-modules .card .card-body {
    padding: 10px 0 1rem;
}
  .flex-div-modules .card .card-body p {
    text-align: left;
    letter-spacing: 0.58px;
    color: #3e3e3c;
    padding-bottom: 0 !important;
}
  .flex-div-modules .card .card-footer {
    display: inline-flex;
    position: relative;
    align-items: flex-end;
}
.flex-div-modules .card .card-footer h5 {
    font-size: 1rem;
}
.flex-div-modules .card .card-footer h5 > span > a {
    color: #c60202;
    font-weight: 600;
}
.btn.btn-info {
    background-color: #005ce6;
    border: 1px solid #005ce6;
}
.btn-success {
    background-color: #02a81e !important;
    border-color: #02a81e !important;
}
.flex-div-modules.flex-bg-modules .col-sm-6:last-child .card {
    background-color: #F7F9FC;
}
.flex-div-modules.flex-bg-modules .col-sm-6:first-child .card {
    background-color: #ffeae8;
}

/* feedback and report widget styles */
.flex-div-modules.display-flex-modules .col-sm-7, .flex-div-modules.display-flex-modules .col-sm-5 {
    display: grid;
}
.display-flex-modules .col-sm-7 .card {
    background-color: #005CE6;
}
.media {
    display: flex;
    align-items: center;
}
.media-body {
    flex: 1;
}
.flex-div-modules.display-flex-modules .card .media .media-body h2 {
    margin-bottom: 0 !important;
    color: #fff !important;
    text-transform: capitalize;
}
.flex-div-modules.display-flex-modules .card .media .media-body p {
    margin: 0 !important;
    color: #fff !important;
    text-align: left;
  padding-bottom: 0 !important;
}
a.btn.btn-outline-alter-warning, a.btn.btn-outline-alter-danger, .btn-padding {
    padding: 9px 1rem !important;
    font-weight: 600;
}
.btn[class*="btn-outline-"] {
    background-image: none !important;
    background-color: transparent;
}
.display-flex-modules .col-sm-5 .card {
    background-color: #EB3324;
}
a.btn.btn-outline-alter-warning, a.btn.btn-outline-alter-danger, .btn-padding {
    padding: 9px 1rem !important;
    font-weight: 600;
}
.btn-outline-alter-warning {
    background-color: #ffdd7f !important;
    color: #000;
    border-color: transparent!important;
}
.btn-outline-alter-danger {
    background-color: #ffc0a4 !important;
    color: #c60202;
    border-color: transparent!important;
}

/* shares widget styles */
.flex-div-modules .adv-content-img img {
    width: 40px !important;
}
.flex-div-modules .adv-content-text h3 span, .flex-div-modules .adv-content-text h3 {
    font-size: 15px !important;
    text-transform: uppercase;
    color: #3e3e3c;
}
.flex-div-modules .adv-content-text h3 {
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
}
.flex-div-modules .adv-content-text p {
    margin: 5px 0 !important;
    line-height: 1.3em !important;
    font-size: 14px;
  padding-bottom: 0 !important;
}
.flex-div-modules .adv-content-text ul {
    display: flex;
    align-items: center;
    margin-top: 8px;
  padding-left: 0;
}
.flex-div-modules .adv-content-text ul > li::marker {
    content: none;
}
.flex-div-modules .adv-content-text a {
    text-decoration: underline;
    font-size: 17px;
    font-weight: 600;
}

/* footer css */
#footerContainer .Footer__footerBg {
    display: none;
}
.footer {
    line-height: 36px;
    background-attachment: fixed;
    position: relative;
  	background-color: #f3f2f2 !important;
}
.footer-big {
    padding: 10px 0 !important;
    border-top: 1px solid #dddbda;
  	overflow: hidden;
}
.footer.footer-big .container {
    max-width: 80rem !important;
    width: 1140px;
}
.footer-big .container {
    margin-top: 20px;
}
.footer-heading h6 {
    margin-bottom: 10px !important;
    margin-top: 0 !important;
}
.footer-heading h6 > span {
    color: #42526e;
    font-weight: 800;
    font-size: .9375rem;
}
.mt-3 {
    margin-top: 1rem !important;
}
ul {
    margin-bottom: 0 !important;
}
ul {
    list-style: none;
    padding: 0;
    margin-top: 0;
}
.footer-links > li {
    line-height: 2.5em;
}
.footer-links li > a {
    color: #42526e;
    font-weight: 600;
    font-size: .9375rem;
}
.svg-images h5 {
    padding-left: 15px;
}
.footer hr {
    border-color: #DDDDDD;
    border-width: 1px 0 0;
}
.footer-big hr {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.align-items-center {
    align-items: center !important;
}
.sub-footer p {
    font-size: 0.8125rem;
    color: #42526e;
    margin: 0 !important;
  	padding-bottom: 0 !important;
}
.text-right {
    text-align: right!important;
}
.sub-footer-link > span > a {
    color: #706e6b;
    font-weight: 500;
    font-size: 0.8125rem !important;
}
.footer-links .mail-link, .footer-number > span > a {
    font-size: 1rem;
    color: #706e6b;
}
.d-flex {
    display: flex!important;
}
.btn-outline-success {
    border-color: #02a81e !important;
    color: #02a81e !important;
    opacity: 1;
}
.footer-links li > a:hover, .footer-links > a:hover, .sub-footer-link > span > a:hover, .footer-number > span > a:hover {
    color: #3e3e3c !important;
}
  
.btn-danger {
   background-color: #eb3324 !important;
   color: #fff !important;
   border: 1px solid #eb3324 !important;
}
  
.btn-danger:hover {
   background-color: #c60202 !important;
   border: 1px solid #c60202 !important;
}
  
.btn-outline-info {
  border: 1px solid #005ce6!important;
  color: #005ce6 !important;
}
  
.btn-outline-info:hover {
  background: #005ce6 !important;
  color: #fff !important;
}
  
.watermark-logo {
 	background-image: url(https://firebasestorage.googleapis.com/v0/b/playingaid.appspot.com/o/default%2Fbrand%2FKlubsoft-Logo-Alone.svg?alt=media);
  	width: 500px;
    height: 500px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-26deg);
    opacity: .05;
    position: absolute;
    top: 0;
    left: 0;
}
  
  .btn-dark-red {
    background-color: #eb3324;
    border: 1px px solid #eb3324;
}
  
.btn-dark-red:hover {
    background-color: #c60202;
    border: 1px solid #c60202;
}
  
.btn-dark {
    font-weight: 800;
    width: 130px;
}
  
.footer-column-h5 {
    color: #42526e;
    line-height: 1.33;
    font-size: 1.5rem;
}
  
.btn-dark-red-outline {
    border-color: #eb3324 !important;
    color: #eb3324 !important;
}
  
.btn-dark-outline {
    border-width: 2px!important;
}
  
.btn-dark-red-outline:hover {
    background-color: #eb3324!important;
}
  
.btn-dark-outline:hover {
    color: #fff !important;
}
  
.footer-links .mail-link, 
.footer-number > span > a {
    font-size: 15px;
    font-weight: 600;
    color: #42526e;
}
  
.footer-links li > a:hover, 
.footer-links > a:hover, 
.sub-footer-link > span > a:hover, 
.footer-number > span > a:hover {
    color: #0f243e !important;
}
  
  .alone-logo {
  text-align: center;
}

.alone-logo img {
  width: 60px
}

.logo-text {
  margin-bottom: 1rem;
  margin-top: 1rem;
  text-align: center
}

.logo-text img {
  width: 155px;
}
  
  .social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-icons li:first-child,
.social-icons li:nth-child(2),
.social-icons li:nth-child(3) {
	margin-right: 1rem;
}

.social-icons li > a > img {
  width: 30px;
  height: 30px;
}
  
  .supports-list {
    margin-top: 1rem
}

.supports-list ul {
    display: flex;
    align-items: center;
    justify-content: center
}

.supports-list ul li:first-child {
    margin-right: 0.5rem
}

.supports-list ul li img {
    width: 20px;
}

.supports-list ul:first-child li:first-child img {
    height: 15px
}

.supports-list ul:nth-child(2) li:first-child img {
    height: 20px
}

.supports-list ul:nth-child(2) li:first-child {
    margin-right: 0.5rem
}



.sub-footer {
    align-items: center;
    margin: auto
}

.sub-footer .col-sm-5 img {
    width: 155px
}

.sub-footer .col-sm-7 ul {
    display: flex;
    align-items: center;
    float: right
}

.sub-footer .col-sm-7 ul li:nth-child(2) {
    margin-left: 1.5rem !important
}

.sub-footer .col-sm-7 ul li:first-child img {
    max-width: 185px;
}

.sub-footer .col-sm-7 ul li:last-child img {
    max-width: 207px;
}
