* {
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?y5fi61');
    src:  url('../fonts/icomoon.eot?y5fi61#iefix') format('embedded-opentype'),
      url('../fonts/icomoon.ttf?y5fi61') format('truetype'),
      url('../fonts/icomoon.woff?y5fi61') format('woff'),
      url('../fonts/icomoon.svg?y5fi61#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {    
    font-family: 'icomoon' !important;  
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html, body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    height: 100%;
    display: flex;
    flex-direction: column;        
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}


body {
    margin: 0 auto;
    width: 100%;
    background-image: url('../img/premium_photo-1670728879572-b4a02b74ec25.avif');    
}
body > * {
    flex-shrink: 0;
}

.site-header, .site-footer {
    display: flex;
    justify-content: left;
    align-items: left;
    width: 100%;
    height: 52px;
    background-color: #C8102E;
    color: #fff;
    font-size: 20px;
}
.site-header {
    border-bottom: 4px ridge rgba(96, 46, 32, 0.85);
}



.site-header img, .site-footer img {
    height: 40px;
    padding-left: 10px;
    margin-top: 7px;
}

.chevron {
    display: none;
    text-align: center;
    font-size: 22px;
    line-height: 18px;    
}

#game {
    /* width: 1110px;
    max-width: 1110px; */
    width: 1200px;
    margin: 0 auto;
    background-color: #1f1f1f;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;    
}

#board {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;    
    height: calc(100vh - 56px);    
    width: 56%;
    background-image: url('../img/photo-1644925757334-d0397c01518c.avif');    
    background-size:cover;
    background-repeat: no-repeat;
    background-blend-mode:darken;
}
#board #canvas_wrap {
    position: relative;
    width: 100%;
    /* height: 70%; */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
#board #canvas_wrap canvas {
    max-width: inherit;
 
}
#board #footer {
    flex-grow: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    visibility: hidden;
}
#board #footer #__button {
    border-radius: 50%;
    border: 6px solid #9d8549;
    background-color: #c5a968;
    width: 80px;
    height: 80px;
    cursor: pointer;
}
#board #footer #__button i {
    font-size: 40px;
    line-height: 80px;
    text-align: center;
    margin: auto;
    display: inline-block;
    width: 100%;
    height: 100%;    
}
#board #footer #__button.hover{
    -webkit-transform:scale3d(.95,.95,1);
    transform:scale3d(.95,.95,1);
    background-color: #837146;
}
#board #footer #__button .icon-play3:before {
  content: "\ea1c";
}
#board #footer #__button .icon-arrow-up2:before {
  content: "\ea3a";
}

#game .side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-content: flex-start;
    width: 22%;
    min-height: calc(100vh - 105px);
    background-color: #000;
    background-image: url('../img/photo-1614292253389-bd2c1f89cd0e.avif'); 
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right;
    margin: 1px;    
    padding: 32px 10px 0 10px;
    border: 7px ridge rgba(96, 46, 32, 0.85);
}



#game #scores, #game #scores h1 {
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #fafafa
}
#game .side h1 {
    font-size: 42px;
    text-align: center;
    margin-bottom: 10px;
    text-shadow: 0 0 10px #000;
}


#score-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding-left: 7px;
    padding-right: 5px;
}
#score-list p {
    font-size: 23px;   
    padding: 0 0 7px 0;
    margin: 0; 
    text-align: justify;
    display: block;
    width: 100%;
}
#score-list p.score_heads {
    font-variant: small-caps;
    border-bottom: 1px dashed #ababab;
    padding-bottom: 0;
    margin-bottom: 10px;
}
#score-list p.score_heads span {
    color: #fff;
}
#score-list p span {
    display:inline-block;
    width: 22%;
    white-space: no-wrap;
}
#score-list p span.name {
    width: 56%;
}
#score-list p span.score {
    text-align: right;
}
#score-list p span.time {
    text-align: right;
    font-size: 18px;

}
#score-list p:nth-child(1),
#score-list p:nth-child(2),
#score-list p:nth-child(2),
#score-list p:nth-child(2) {
    color: #ffcc00; 
}

form#form-get-email p {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-optical-sizing: auto;
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}   

form#form-get-email .form-actions button {
    font-weight: bold;
    margin: 5px;
}

.rules a {
    display:block;
    padding-top: 30px;
    font-size: 18px;
    color: #fff;    
}
.rules a b {
    text-decoration: underline;
    color: #ffcc00;     
}
.rules a:hover {
    text-decoration: underline;
    color: #ffcc00;     
}



input#form_email {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-optical-sizing: auto;
    color: #333;
    font-size: 20px;
}



#game #left.side {    
    background-position: center;    
    text-align: center;
}
#game #left.side .btn{    
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
#game #left.side h1 {  
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #fafafa;
    text-align: center;
    margin-bottom: 10px;
    font-size: 2rem;
    line-height: 100%;    
}

#game #left.side p {
    font-size: 16px;
    color: #fafafa;
}

.xcite-btn {
    /* background-color: #c6bbab; */
    background-color: #C8102E;
    border: 1px solid #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 9px;
    margin-bottom: 0;    
    font-family: 'Segoe UI Bold';
    color: #fafafa;
    font-size: 1.2rem;
    font-weight: 400;
    width: 80%;
}
.btn:hover {
    background-color: #C8102E;
    color: #fff;
    box-shadow: 1px 3px 35px 5px rgba(208,208,70,0.79);
    -webkit-box-shadow: 1px 3px 35px 5px rgba(208,208,70,0.79);
    -moz-box-shadow: 1px 3px 35px 5px rgba(208,208,70,0.79);
}
.btn.disabled {
    background-color: #666;;
    color: #fff;
    cursor: not-allowed;
}
.btn {
    cursor: pointer;
    display: inline-block;    
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;        
    padding: .375rem .75rem .4rem .75rem;        
    line-height: 1.6;
    border-radius: .5rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: 1px 3px 35px 5px rgba(0,0,0,0.79);
    -webkit-box-shadow: 1px 3px 35px 5px rgba(0,0,0,0.79);
    -moz-box-shadow: 1px 3px 35px 5px rgba(0,0,0,0.79);

}

#game #left.side a.darts-button {    
    font-size: 36px;
    color: #ffcc00;     
    cursor: pointer;        
}
a.darts-button:hover {
    color: #fff;
    text-decoration: none;
}
.darts-button:before {
    background: url('../img/practice-icons-01.png') no-repeat center center;
    background-size: contain;
    content: '';
    display: inline-block;
    width: 58px;
    height: 58px;
    position: relative;
    left: -7px;
    top: 20px;
}
.darts-button.practice:before {
    background: url('../img/practice-icons-01.png') no-repeat center center;    
    background-size: contain;
    content: '';
    display: inline-block;
    width: 58px;
    height: 58px;
    position: relative;
    left: -7px;
    top: 20px;
}

.darts-button.compete:before {
    background: url('../img/compete-icons-02.png') no-repeat center center;
    background-size: contain;
    content: '';
    display: inline-block;
    width: 58px;
    height: 58px;
    position: relative;
    left: -7px;
    top: 20px;
}

.email_error {
    color: #C8102E;
    font-weight: bold;
    font-size: 19px;
    width: 80%;
    text-align: center;
    display: block;
    margin: 0 auto;
}
span.error {
    color: #C8102E;
    padding-bottom: 15px;
    margin: 0 auto;    
    width: 80%;
    text-align: center;
    display: block;
    font-size: 1.1rem;
}

.uk-form-label {
    color: #333;
    font-size: .875rem;
    clear: right;
    display: block;
    font-size: 104%;
}

.chk_group label {
    padding-bottom: 5px;
}
.chk_group .uk-checkbox {
    padding: 10px;
    box-sizing: border-box;
    margin: 2px 10px 6px 0;    
    color: #000;
    font-weight: bold;
    border: 1px solid #C8102E;
    border-radius: 10px;
    font: inherit;
    line-height: 102%;
}

.uk-checkbox:checked:focus, .uk-checkbox:indeterminate:focus, .uk-radio:checked:focus {
    background-color: #C8102E;
}
.uk-checkbox:checked, .uk-checkbox:indeterminate, .uk-radio:checked {
    background-color: #C8102E;
}

.uk-button-primary {
    background-color: #C8102E;
}
.uk-button-primary:hover {
    background-color: #C8102E;
}


#alt_button {
    user-select: none;
    color: #fff;
    background-color: #C8102E;
    padding: 37px 19px;
    border-radius: 50px;
    font-weight: bold;
    text-decoration: none;
    position: fixed;
    left: 64%;
    bottom: 13vh;
    border: 1px solid #eaeaea;    
    transform: scale(0.8);
}

#alt_button:hover {
    background-color: #C8102E;
    color: #fff;
}

#alt_button.playing {
    animation: smooth-pulse 2.025s infinite; 
}

@keyframes smooth-pulse {
    0% {
        background-color: #C8102E;
    }
    47% {
        background-color: #C8102E;
    }    
    50% {
        background-color: rgba(255, 204, 0, 0.5); 
    }
    63% {
        background-color: #C8102E;
    }    
    100% {
        background-color: #C8102E;
    }
}


.mpu-ghost {
    width: 0;
    height: 100%;
    position: relative;    
}
.mpu-ghost > div {
    position: absolute;
    background-color: #fff;    
    width: 180px;
    height: 350px;
    top: calc((90vh / 2) - (400px / 2));
    box-shadow: 10px 10px 24px -1px rgba(0,0,0,0.75);
    -webkit-box-shadow: 10px 10px 24px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 24px -1px rgba(0,0,0,0.75);
}
.mpu-ghost > div.left {
    left: -220px;
}
.mpu-ghost > div.right {
    right: -220px;
}





