/*!
 * style.css - http://sw-p.ru;
 * Found
 *
 * SW Project (c) 2018
 */

/* Import */
@import "normalize.css";
@import "all.css";
@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700&display=swap&subset=cyrillic');
@import "animate.css";
@import "jquery.fancybox.css";

/* Elements */
* {
    box-sizing: border-box;
}

body {
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
  	line-height: 1.42857143;
    height: 100%;
    color: #1a2226;
    background: #ffffff;
}

body.custom {
    background: rgba(73, 87, 95, 0.08);
}

body::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

body::-webkit-scrollbar-track {
    background: #fff;
}

body::-webkit-scrollbar-thumb {
    background: #27737a;
}

a {
  color: #87adb5;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #27737a;
  text-decoration: none;
}

hr {
	box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

button {
	outline: 0;
}

table {
    border-collapse: collapse;
}

/*
    Main
*/

.main {
    box-sizing: border-box;
    overflow: auto;
    padding-top: 42pt;
    color: #49575f;
}

.main section {
    padding-top: 50pt;
    overflow: hidden;
    height: 100vh;
}

.main > section > h1 {
    font-weight: 400;
    text-align: center;
    margin-top: 0;
    margin-bottom: 40pt;
    position: relative;
}

.main > section > h1:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    background: #27737a;
    bottom: -3px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.content {
    width: 700px;
    overflow: hidden;
}

.big_content {
    width: 1000px;
    overflow: hidden;
}

.shadow {
    display: none;
    width: 200px;
    position: absolute;
    overflow: auto;
    box-shadow: 5em 0 8em #27737a99;
    left: 0;
}

/*
    Side Menu
*/

.sidemenu::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.sidemenu::-webkit-scrollbar-track {
    background: #1a2226;
}

.sidemenu::-webkit-scrollbar-thumb {
    background: #27737a;
}

.sidemenu {
 	height: 100%; 
    z-index: 2; 
    margin-left: -100%;
    width: 240px;
    position: fixed; 
    top: 0;
    left: 0;
    overflow-x: hidden; 
    background-color: #1a2125;
}

.sidemenu > .avatar {
	text-align: center;
    padding-bottom: 20px;
}

.sidemenu > .user {
    color: #ffffff;
    padding: 14px 0 0 0;
    font-size: 16px;
}

.sidemenu > .user > .user-name {
	font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    padding-bottom: 15px;
}

.user-links {
    text-align: center;
    padding: 18px 10px 19px;
    font-size: 13px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(51, 66, 74, 0.62);
}

.user-links a {
	color: #70818a;
    display: block;
}

.user-links a:hover {
	color: #FFFFFF;
}

.sidemenu .fas, .sidemenu .fab {
	padding-right: 10px;
}

.sidemenu > a, .dropdown-list > a {
    cursor: pointer;
    display: block;
    color: #70818a;
    text-decoration: none;
    font-size: 14px;
    padding: 14px 8px 14px 25px;
	-webkit-transition: background 0.2s ease-in;
	-moz-transition: background 0.2s ease-in;
	-ms-transition: background 0.2s ease-in;
	-o-transition: background 0.2s ease-in;
	transition: background 0.2s ease-in;
	border-top: 1px solid rgba(51, 66, 74, 0.62);
}

.sidemenu > a:hover {
    color: #FFFFFF;
    background: #232b2f;
    -webkit-transition: background 0.2s ease-in;
    -moz-transition: background 0.2s ease-in;
    -ms-transition: background 0.2s ease-in;
    -o-transition: background 0.2s ease-in;
    transition: background 0.2s ease-in;
}

.dropdown-list > a:hover {
    color: #27737a;
    background: #253035;
    -webkit-transition: background 0.2s ease-in;
    -moz-transition: background 0.2s ease-in;
    -ms-transition: background 0.2s ease-in;
    -o-transition: background 0.2s ease-in;
    transition: background 0.2s ease-in;
}

.sidemenu .active {
    background: #27737a;
    color: white;
    -webkit-transition: background 0.2s ease-in;
    -moz-transition: background 0.2s ease-in;
    -ms-transition: background 0.2s ease-in;
    -o-transition: background 0.2s ease-in;
    transition: background 0.2s ease-in;
}

.sidemenu-btn-close:hover {
	background: none !important;
}

.menu {
    background: #ffffff;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.05);
    position: fixed;
    width: 100%;
    z-index: 1;
    top: 0;
    transition: all 0.3s ease;
}

.menu.menu-transparent {
    transition: all 0.3s ease;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.23);
    box-shadow: none;
}

.menu.menu-light {
    background-color: #ffffff;
}

.menu a {
	color: #49575f;
}

.menu.menu-transparent a {
    color: #ffffff;
}

.menu-container {
    margin: 0 auto;
    max-width: 1200px;
}

.menu-container > .row {
    align-items: center;
}

.dropdown-list {
    overflow-x: hidden;
    background: #2a363c;
    color: white;
    width: 100%;
    display: none;
    padding: 15px 0;
}

.dropdown-icon {
    position: relative;
    left: 5px;
}

/*
    Navbar
*/

.logo-wrapper {
    width: 120px;
    display: inline-block;
    margin: 0 auto;
}

.logo {
    background-repeat: no-repeat;
    background-position: center;
    height: 55px;
    width: 50px;
}

.menu.menu-transparent .logo {
    background-image: url(/public/user/img/logo_small.png);
}

.menu .logo {
    background-image: url(/public/user/img/logo_small.png);
}

.logo-link {
    width: 50%;
    text-align: center;
}

.sidelink {
    float: left;
    color: #49575f;
}

.menu.menu-transparent .sidelink > span, .menu.menu-transparent .otherlink a {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.23);
}

.sidelink > span {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    display: block;
    border-right: 1px solid #b7b7b7;
    float: left;
    padding: 0 15px 2px 10px;
    cursor: pointer;
}

.otherlink {
    float: right;
    text-align: right;
    color: #49575f;
}

.otherlink a {
	text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    display: inline;
}

/*
    Header
*/

.header {
    background: url(/public/user/img/header/header_1.png) no-repeat fixed;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100vh;
    overflow: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 460px;
}

.header > .shadow {
    height: 400px;
}

.header-content {
    margin: 0 auto;
    color: #fff;
    text-align: center;
    padding-top: 135px;
}

.header-content > h1 {
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 0;
    font-size: 50px;
}

.header-content > p {
    color: #a0a9af;
    font-size: 15px;
    line-height: 24px;
    margin: 2vh 0 10vh 0;
}

.header-buttons {
    overflow: auto;
    height: 135px;
    text-align: center;
    padding-top: 20px;
}

.header-buttons-or {
	color: #72848e;
    padding: 0 10px;
    font-weight: 300;
}

.header-mouse {
    position: absolute;
    bottom: 5vh;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 13px;
    z-index: 8;
}

/*
    Monitoring
*/

.monitoring {
    min-height: 642px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    background: whitesmoke;
    height: 225px !important;
    min-height: 100% !important;
    padding-top: 0 !important;
    box-shadow: inset 0 0 10px 2px rgba(0, 0, 0, 0.02);
}

.monitoring-container {
    display: flex;
    flex-direction: row;
}

.monitoring-block._first {
    margin-right: 25px;
    width: 55%;
}

.monitoring-block {
    margin: 0 auto;
    padding-bottom: 5px;
    background: linear-gradient(0deg, rgba(241,255,254,1) 0%, rgb(255, 255, 255) 100%);
    border: 1px solid #c0ccda;
    border-radius: 5px;
    min-height: 135px;
    width: 42%;
}

.monitoring-block:hover {
    border-color: #27737a;
}

.monitoring-block h1 {
    font-weight: 400;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-left: 20px;
}

.monitoring-block h1:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #43aa5e;
    border-radius: 10px;
    position: absolute;
    left: 0;
    left: -5px;
}

.monitoring-block h1 span {
    font-size: 12px;
}

.monitoring-block-content {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    align-items: center;
}

.monitoring-block-content-ip {
    font-size: 17px;
    border-bottom: 1px solid #27737a;
}

.monitoring-block-content-ip {
    color: #49575f;
}

.monitoring-block-content-ip:hover {
    color: #49575f;
    border-color: transparent;
}

.monitoring-block-content-online {
    display: flex;
    font-size: 14px;
    color: #7c9e9e;
    align-items: center;
}

.monitoring-block-content-online span {
    font-size: 33px;
    color: #27737a;
    padding-right: 6px;
}

/*
    Tutorials
*/

section.tutorial {
    min-height: 642px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.tutorials {
    margin: 0 auto;
}

.tutorial-block {
    width: 41.4%;
    height: 135px;
    float: left;
    margin-top: 25px;
}

.tutorial-block._first {
    width: 55%;
    height: 295px;
    margin-right: 25px;
}

.tutorial-block.down {
    width: 50%;
}

.tutorial-block a {
    display: block;
    width: 100%;
    height: 100%;
    color: #7f8e98;
    text-align: left;
    padding-top: 20px;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.tutorial-block a:hover {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.tutorial-block a h1 {
    margin-bottom: 0;
    text-align: left;
    font-weight: 400;
    color: #49575f;
}

@media (min-width: 660px) {
    .tutorial-concept._first {
        text-align: left;
        padding-top: 55px;
        padding-left: 40px;
        padding-right: 20px;
        font-size: 17px;
    }
}

.tutorial-concept {
    border: 1px solid rgba(73, 87, 95, 0.2);
}

.tutorial-concept:hover {
    border-color: rgb(67, 169, 164);
}

.tutorial-lore {
    background-image: url('/public/user/img/tutorial_lore.png');
    background-size: cover;
    background-position: center;
}

.tutorial-how {
    background-image: url('/public/user/img/tutorial_how.png');
    background-position: center;
}

.tutorial-rules {
    background-image: url('/public/user/img/tutorial_rules.png');
    background-position: center;
}

/*
    How to play
*/

.how-to-play {
    color: #49575f;
    background-size: cover;
    position: relative;
    min-height: 735px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.how-to-play > .shadow {
    height: 700px;
}

.cats {
	margin: 0 auto;
}

.cats > .cat {
    overflow: hidden;
    margin-bottom: 25px;
}

.cat-text {
    float: left;
    width: 76%;
    border-left: 1px solid rgba(73, 87, 95, 0.2);
    padding-left: 35px;
}

.cat-text > h2 {
    margin: 0;
    text-transform: uppercase;
    font-size: 18px;
    padding: 6px 0;
    font-weight: 400;
    color: #49575f;
}

.cat-text > p {
	color: #7f8e98;
    font-weight: 400;
    font-size: 13px;
}

.cat-image {
    width: 14%;
    height: 60px;
    float: left;
    position: relative;
}

.cat-image:hover {
    border-color: #ba628b;
}

.btn-download {
    color: #27737a;
    border: 1px solid #27737a !important;
    float: right;
    font-size: 11px !important;
}

.btn-download:hover {
    background: #27737a;
    color: #ffffff;
}

/*
    Social
*/

.attachment {
	color: #516671;
    padding-top: 15px;
    font-weight: 300;
}

/*
    Custom page
*/

.main.no-top {
    padding-top: 0;
}

.main section.custom-page {
	padding-bottom: 10px;
    height: 100%;
}

.custom-page {
	margin: 0 auto;
    min-height: 50vh;
    width: 1200px;
}

.custom-page-title {
    font-size: 26px;
    color: #49575f;
    font-weight: 500;
    padding-left: 15px;
}

.custom-page-back {
    color: #27737a;
    font-weight: 300;
    padding-left: 15px;
    font-size: 13px;
}

.custom-page-back:hover {
    text-decoration: underline;
}

.custom-page-date {
    color: #83939c;
    font-weight: 300;
}

.custom-page h1 {
	margin-bottom: 15pt !important;
    font-weight: 500;
    text-align: center;
}

.custom-page-body {
	background: #ffffff;
    padding: 1.25rem;
    border-radius: 3px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.05);
}

section.custom-w400 {
	width: 400px !important;
}

section.custom-w500 {
	width: 500px !important;
}

section.custom-w600 {
	width: 600px !important;
}

section.custom-w700 {
	width: 700px !important;
}

section.custom-w1200 {
	width: 1200px !important;
}

/*
	Comment
*/

.comment-widgets {
    position: relative;
    margin-bottom: 10px;
    overflow-x: auto;
    background: #FFFFFF;
}

.comment-widgets .comment-row {
    border-bottom: 1px solid #f2f4f5;
    padding: 14px;
    display: flex;
}

.comment-widgets .comment-row:last-child {
    border-bottom: 0px;
}

.comment-widgets .comment-row:hover, .comment-widgets .comment-row.active {
    background: rgba(0, 0, 0, 0.05);
}

.comment-text {
    padding-left: 15px;
    width: 100%;
}

.comment-text p {
    max-height: 65px;
    width: 100%;
    overflow: hidden;
}

.comment-footer .action-icons a {
    padding-left: 7px;
    vertical-align: middle;
    color: #afb5c1;
}

.comment-footer .action-icons a:hover, .comment-footer .action-icons a.active {
    color: #137eff;
}

.comment-attachments {
    border-top: 1px dotted rgba(0, 0, 0, 0.10);
    margin-top: 10px;
    padding-top: 5px;
}

.comment-attachment-item {
    display: inline-block;
    padding: 5px;
}

.comment-attachment-item img {
    width: 100px;
    height: 75px;
    opacity: 0.5;
    position: relative;
}

.comment-attachment-item img:hover, 
.comment-attachment-item.delete:hover img {
    opacity: 1;
}

.comment-attachment-item.delete {
	position: relative;
}

.comment-attachment-item.delete:after {
	content: "";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 20px;
    left: 2px;
    font-size: 30px;
    color: #ffffff;
}


.comment-attachment-item.delete:hover:after {
	content: "\f2ed";
}

/*
	Card 
*/
.card {
	padding: 10px;
    border-radius: 2px;
    border: 1px solid rgba(74, 88, 96, 0.1);
    margin-bottom: 20px;
}

.card-group {
	margin-bottom: 15px;
}

.card-avatar {
	width: 130px;
    margin: 0 auto;
    border-radius: 5em;
}

.card-image {
    height: 130px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    border-radius: 5em;
    background-color: rgba(74, 88, 96, 0.05);
}

.card-image-skin {
	background-size: 630px !important;
    background-position: 50% -18px !important;
    background-color: rgba(74, 88, 96, 0.05) !important;
}

.card-title {
	text-align: center;
    padding-top: 10px;
}

.card-title.title-h1 {
	font-size: 18px;
}

.card-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
}

.skin-container {
	position: relative;
}

.skin {
    height: 680px;
    background-size: 1150px;
    background-repeat: no-repeat;
    background-position: center center;
}

/*
    Footer
*/

.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
}

.footer-inner .copyright, .footer-inner .social {
    color: #516671;
    font-weight: 300;
    width: 210px;
}

.footer-inner .social {
    text-align: right;
}

.social-item {
    color: #516671;
    padding-right: 10px;
    font-size: 15px;
}

.footer-links {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.footer-links a {
    font-size: 11px;
    color: #49575f;
    text-transform: uppercase;
    font-weight: 400;
}

.footer-inner .sponsorship {
    width: 75px;
    opacity: 0.7;
}

.footer-inner .sponsorship:hover {
    opacity: 1;
}

/*
    Headline
*/

.headline {
    padding-bottom: 20pt;
}

.headline-big {
    color: #ffffff;
    font-size: 9em;
}

.headline-medium {
    font-size: 2em;
    color: #ffffff;
    font-weight: 300;
    text-transform: uppercase;
}

.description-medium {
    font-size: 8pt;
    color: #ffffff;
    padding: 0px 15px;
    text-transform: uppercase;
}

.description-medium > a {
    color: #ffffff;
    text-decoration: underline;
}

.login-text {
    text-align: center;
}

/*
    Alerts
*/

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert > p,
.alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-primary {
    background-color: #d8f0ec;
    color: #27737a;
}

.alert-primary hr {
    border-top-color: #27737a;
}

.alert-success {
    background-color: #dff0d8;
    color: #3c763d;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    background-color: #d9edf7;
    color: #31708f;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    background-color: #fcf8e3;
    color: #8a6d3b;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    background-color: #f2dede;
    color: #a94442;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 10px;
}

.badge-primary {
    color: #27737a;
    background-color: rgba(67, 169, 164, 0.15);
}

.badge-warning {
	background: rgba(255, 207, 98, 0.28);
    color: #27737a;
}

.badge-success {
	color: #49a943;
	background-color: rgba(73, 169, 67, 0.15);
}

.badge-danger {
    color: #a94343;
    background-color: rgba(169, 67, 67, 0.15);
}

.badge-dark, .badge-inverse {
    color: #343a40;
    background-color: rgba(52, 58, 64, 0.11);
}

.highlight-text {
	font-weight: 400;
}

.indent {
    width: 270px;
    color: #6b6b6b;
}

.table-information > tbody > tr > th {
    border-bottom: 1px dashed #dddddd !important;
}

.background-side {
    background: #efefef;
    border-radius: 2px;
    padding: 15px 8px;
}

.separator {
    margin-bottom: 5px;
    margin-top: 5px;
    height: 1px;
}

/*
    Buttons
*/

.btn {
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    text-transform: uppercase;
    border-radius: 2em;
    display: inline-block;  
    padding: 8px 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    transition: all 0.2s ease-in-out;
    font-size: 14px;
    border: 0;
    background-color: transparent;
}

.btn:hover {
    transition: all 0.2s ease-in-out;
}

.btn-primary {
    color: #27737a;
    border: 1px solid #27737a;
}

.btn-primary:hover {
    background: #27737a;
    color: #ffffff;
}

.btn-success {
    background: #49a943;
    color: #ffffff;
}

.btn-success:hover {
    background: #3e9038;
    color: #ffffff; 
}

.btn-danger {
    background: #a94343;
    color: #ffffff;
}

.btn-danger:hover {
    background: #923939;
    color: #ffffff; 
}

.btn-mini {
    padding: 4px 13px;
    font-size: 12px;
}

.btn-logout {
    border: 1px solid #de2727;
    color: #de2727;
}

.btn-logout:hover {
    background: #de2727;
    color: #ffffff;
}

.btn-settings {
    border: 1px solid #6d7bbf;
    color: #6d7bbf;
}

.btn-settings:hover {
    background: #6d7bbf;
    color: #ffffff;
}

.btn-donate:hover {
    background: #de8427;
    color: #ffffff;
}

.btn-default {
    background: #ffffff;
    color: #49575f;
    border: 1px solid #e9ecef;
}

.btn-default:hover {
    background: #d6d6d6;
    color: #1a2226;
    border-color: #c7c7c7;
}

/*
	Table
*/

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.table th,
.table td {
    padding: 1rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}

.table .table {
    background-color: #f2f4f5;
}

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    background-color: #f6fafe;
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #d8d2fa;
}

.table-hover .table-primary:hover {
    background-color: #c4bbf7;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #c4bbf7;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
    background-color: #d1eecb;
}

.table-hover .table-success:hover {
    background-color: #c0e8b8;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #c0e8b8;
}

.table-info,
.table-info > th,
.table-info > td {
    background-color: #bddbff;
}

.table-hover .table-info:hover {
    background-color: #a4cdff;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #a4cdff;
}

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #ffecc6;
}

.table-hover .table-warning:hover {
    background-color: #ffe4ad;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ffe4ad;
}

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #fed0c7;
}

.table-hover .table-danger:hover {
    background-color: #febbae;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #febbae;
}

.table-light,
.table-light > th,
.table-light > td {
    background-color: #fcfeff;
}

.table-hover .table-light:hover {
    background-color: #e3f6ff;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #e3f6ff;
}

.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}

.table-cyan,
.table-cyan > th,
.table-cyan > td {
    background-color: #ceeefd;
}

.table-hover .table-cyan:hover {
    background-color: #b6e6fc;
}

.table-hover .table-cyan:hover > td,
.table-hover .table-cyan:hover > th {
    background-color: #b6e6fc;
}

.table-orange,
.table-orange > th,
.table-orange > td {
    background-color: #fedfb8;
}

.table-hover .table-orange:hover {
    background-color: #fed49f;
}

.table-hover .table-orange:hover > td,
.table-hover .table-orange:hover > th {
    background-color: #fed49f;
}

.table-purple,
.table-purple > th,
.table-purple > td {
    background-color: #dfd2f5;
}

.table-hover .table-purple:hover {
    background-color: #d0bdf0;
}

.table-hover .table-purple:hover > td,
.table-hover .table-purple:hover > th {
    background-color: #d0bdf0;
}

.table-active,
.table-active > th,
.table-active > td {
    background-color: #f6fafe;
}

.table-hover .table-active:hover {
    background-color: #dfedfb;
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: #dfedfb;
}

.table .thead-dark th {
    color: #f2f4f5;
    background-color: #212529;
    border-color: #32383e;
}

.table .thead-light th {
    color: #4F5467;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #f2f4f5;
    background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #32383e;
}

.table-dark.table-bordered {
    border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-sm > .table-bordered {
        border: 0;
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-md > .table-bordered {
        border: 0;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-lg > .table-bordered {
        border: 0;
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
    border: 0;
}

/*
	Form
*/

select.form-control[multiple], select.form-control[size], textarea.form-control {
    height: auto;
}


.form-group {
	margin-bottom: 1rem;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #4F5467;
    background-color: #fff;
    border: 1px solid #e9ecef;
    border-radius: 2px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0; 
}

.form-control:focus {
	color: #4F5467;
	background-color: #fff;
	border-color: rgba(0, 0, 0, 0.25);
	outline: 0;
	box-shadow: transparent; 
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1; 
}
.form-control:disabled, .form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1; 
}

.form-control.is-invalid {
	padding-right: calc(1.5em + 0.75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23d65656' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23fa5838' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
	background-repeat: no-repeat;
	background-position: center right calc(0.375em + 0.1875rem);
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); 
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
    border-color: #d65656;
}

.form-control-feedback.is-invalid {
	color: #d65656;
}

.col-form-label {
	padding-top: calc(.375rem + 1px);
	padding-bottom: calc(.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
}

input[type="file"].is-invalid {
	color: #d65656;
}

/*
    Icon
*/

.custom-icon {
	display: inline-block;
    border-radius: 5em;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 10px;
    line-height: 21px;
}

.custom-icon.icon-fpoint {
    background: #27737a;
    color: #27737a;
}

.custom-icon.icon-fpoint-muted {
    background: rgba(73, 87, 95, 0.11);
    color: rgba(73, 87, 95, 0.55);
}

.custom-icon.icon-success {
	background: rgba(73, 169, 67, 0.29);
    color: #49a943;
}

.custom-icon.icon-danger {
	background: rgba(169, 67, 67, 0.29);
    color: #a94343;
}

.custom-icon.icon-warning {
	background: rgba(255, 207, 98, 0.28);
    color: #f1bd5e;
}

.custom-icon.icon-inverse {
	background: rgba(165, 165, 165, 0.29);
    color: #848484;
}

.icon_how-to-play {
    width: 70px;
    height: 70px;
    font-size: 64px;
    color: #27737a;
}


/*
    Other
*/

/* Weight*/
.font-w400 {
	font-weight: 400;
}

.font-w300 {
	font-weight: 300;
}

.font-w500 {
    font-weight: 500;
}

.font-w600 {
	font-weight: 600;
}

/* Size */
.font-s12 {
	font-size: 12px;
}

.font-s14 {
	font-size: 14px;
}

.font-s16 {
    font-size: 16px;
}

.font-s18 {
	font-size: 18px;
}

.font-s26 {
    font-size: 26px;
}

.font-s40 {
	font-size: 40px;
}

/* Old text size */
.text-big {
	font-size: 40px;
}

.text-small {
	font-size: 16px;
}

.text-normal {
	font-size: 14px;
}

.text-centered {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-primary {
	color: #27737a;
}

.text-success {
	color: #49a943;
}

.text-warning {
	color: #e0a73f;
}

.text-danger {
	color: #a94343;
}

.text-muted {
	color: rgba(73, 87, 95, 0.55);
}

.text-preline {
	white-space: pre-line;
}
/* 
	Custom checkbox
*/

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #2962FF;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #f2f4f5, transparent;
}

.custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: black;
}

.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
}

.custom-control-label::before {
    position: absolute;
    top: 0.1rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #dee2e6;
}

.custom-control-label::after {
    position: absolute;
    top: 0.1rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 2px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #27737a;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #27737a;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(116, 96, 238, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(116, 96, 238, 0.5);
}

/* 
	Other 
*/
.left {
	float: left;
}

.right {
	float: right;
}


/*
	Responsible
*/

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

/*
	Tooltip
*/
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.76563rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}

.tooltip-inner {
    max-width: 250px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 2px;
}

/*
	Custom select
*/

.custom-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    background-size: auto;
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.0625rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #4F5467;
    vertical-align: middle;
    background: #fff url(/public/user/img/custom_select.png) no-repeat right 0.75rem center;
    border: 1px solid #e9ecef;
    border-radius: 2px;
    appearance: none;
}

.custom-select:focus {
    border-color: rgba(0, 0, 0, 0.25);
    outline: 0;
    box-shadow: transparent;
}

.custom-select:focus::-ms-value {
    color: #4F5467;
    background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}

.custom-select::-ms-expand {
    opacity: 0;
}

.custom-select-sm {
    height: calc(1.64844rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%;
}

.custom-select-lg {
    height: calc(2.64063rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 125%;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none;
    }
}

/* Tab */
.nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none; 
}

.nav-link {
	display: block;
	padding: 0.5rem 1rem; 
}

.nav-link:hover, .nav-link:focus {
    text-decoration: none; 
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; 
}

.nav-tabs {
  	border-bottom: 1px solid #dee2e6; 
}
  
.nav-tabs .nav-item {
    margin-bottom: -1px; 
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px; 
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6; 
}

.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent; 
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: #4F5467;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff; 
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0; 
}

.nav-pills .nav-link {
	border-radius: 2px; 
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	color: #fff;
	background-color: #27737a; 
}

.nav-fill .nav-item {
	flex: 1 1 auto;
	text-align: center; 
}

.nav-justified .nav-item {
	flex-basis: 0;
	flex-grow: 1;
	text-align: center; 
}

.tab-content > .tab-pane {
	display: none; 
}

.tab-content > .active {
	display: block; 
}

/* 
	Custom tooltip
*/
.btn-tooltip {
    display: inline-block;
    background: #343a40;
    color: #FFFFFF;
    height: 15px;
    width: 15px;
    border-radius: 14px;
    position: relative;
}

.btn-tooltip:before {
    content: "?";
    text-align: center;
    width: 100%;
    position: absolute;
    font-size: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
    font-weight: bold;
}

/*
	Short tags
*/

.hidden {
	display: none;
}

/*
    Static content
*/

.static-content table {
    height: auto !important;
}

.static-content b, 
.static-content strong {
    font-weight: 500;
}

.static-content .spoiler_title {
    border-bottom: 1px dashed;
}

.static-content .spoiler_content {
    display: none;
    padding: 10px 0px;
}


@media (min-width: 661px) {
    .user-menu-close {
        display: none !important;
    }

    .break-mobile {
        display: none;
    }
}

@media (max-width: 660px) {
    .monitoring {
        padding-left: 15px;
        padding-right: 15px;
        height: 400px !important;
    }

    .monitoring-block {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .monitoring-container {
        flex-direction: column;
    }

    .g-recaptcha {
        overflow: hidden;
    }
    
    .break-mobile {
        padding-top: 10px;
    }

    .menu-container .row {
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .menu {
        padding-right: 12px;
        padding-left: 12px;
        padding-top: 20px;
        padding-bottom: 20px;
        box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.08);
    }

    .sidelink > span, .otherlink a {
        font-size: 13px;
    }

    .menu .logo {
        display: none;
    }

    .menu.menu-transparent .sidelink > span, .menu.menu-transparent .otherlink a {
        border: none;
    }

    .header-buttons {
        display: flex;
        flex-direction: column;
        width: 215px;
        margin: 0 auto;
        padding-top: 0;
    }

    .header-buttons-or {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .header-content > h1 {
        font-size: 35px;
    }

    .header-content > p {
        padding: 0 5px;
    }

    .header-content {
        padding-top: 50px;
    }

    .content, .custom-page, section.custom-w400, section.custom-w500, section.custom-w600, section.custom-w700, section.custom-w1200 {
        width: 100% !important;
    }

    .tutorials {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .tutorial-block {
        width: 100%;
    }

    .tutorial-block._first {
        width: 100%;
        height: 135px;
    }

    .tutorial-block p {
        display: none;
    }

    section.tutorial {
        min-height: 715px;
    }

    .tutorials {
        padding-left: 15px;
        padding-right: 15px;
        align-items: baseline;
    }

    .cat-image {
        width: 24%;
    }

    .cat-text {
        padding-left: 13px;
    }

    .cats, .main > section > h1 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer-inner {
        flex-direction: column;
        justify-content: center;
    }

    .footer-inner .copyright, .footer-inner .social {
        width: auto;
    }

    .sponsorship {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .footer {
        padding: 30px 0;
    }

    .how-to-play {
        min-height: 895px;
    }

    .sidemenu {
        width: 100%;
        margin-left: -100%;
    }

    .card-avatar, .card-image {
        width: 100px;
        height: 100px;
    }

    .card-title {
        font-size: 12px;
    }

    .table-mobile {
        overflow-x: auto;
    }

    .shop-container {
        flex-direction: column;;
    }

    .shop-container div {
        max-width: 100%;
    }

    .user-links {
        flex-direction: row;
        flex-wrap: nowrap;
    }
    
    .user-links a {
        display: inline;
    }
}