@font-face {
    font-family: "Roboto Condensed";
    src: local('Roboto Condensed Regular'), url('../font/RobotoCondensed-Regular.ttf');
}
@font-face {
    font-family: "IRANSans Regular";
    src: local('IRANSans Regular'), url('../font/IRANSans-Regular.ttf');
}

body {
    margin: 0;
    padding: 0;
    font-family: "Roboto Condensed";
    min-width: 960px;
}

body[dir='rtl'] {
    font-family: "IRANSans Regular";
}

label,
button,
select,
option,
optgroup,
textarea,
input {
    font-family: "Roboto Condensed";
}

body[dir='rtl'] label,
body[dir='rtl'] button,
body[dir='rtl'] select,
/* body[dir='rtl'] option, */
body[dir='rtl'] optgroup,
body[dir='rtl'] textarea,
body[dir='rtl'] input {
    font-family: "IRANSans Regular";
}

#js_unsupported_browser {
    display: none;
    background-color: #000000c4;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

.global-hide {
  display: none;
}

.screenlock-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.screenlock-wrapper h3 {
    color: #fff;
    text-transform: uppercase;
}

.screenlock-wrapper span {
    color: #c2c2c2;
    font-size: 1em;
}

#swipe_lock_screen {
    display: none;
    position: fixed;
    background-color: rgba(0,0,0,0);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

#lock_screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0.85;
    background-color: #000000;
    display: none;
}

#lock_screen_loading {
    position: fixed;
    top: 40%;
    left: 40%;
    left: calc(50% - 30.5px);
}

.lock-screen-loading { position: fixed; width: 200px; height: 100px; background: url("../images/loader_pob.svg") no-repeat; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); }

a { text-decoration: none; }

#language_choose { display: none; position: fixed; z-index: 6; color: #ffffff; }
#language_selector { position: absolute; top: 1em; right: 3em; max-width: 65px; background-color: #27323C; text-transform: uppercase; border: 1px solid #fff; color: #fff; appearance: none; -moz-appearance: none; -webkit-appearance: none; cursor: pointer; }
#language_selector:hover { color: #ffa500; }

.language-selector-window { background-color: #30324a; position: absolute; bottom: 3em; z-index: -1; padding: 0.5em 1em; left: 50%; transform: translateX(-50%); border-radius: 10px; box-shadow: 0 0 25px #171822; }
.language-selector-caption { font-size: 1rem; color: #fff; text-transform: uppercase; text-align: center; padding: 0.5em 0; }
.language-selector-hint { font-size: 0.75rem; color: #fff; text-align: center; padding: 1em 0; }
.language-selector-items { 
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
}
.language-selector-item { display: block; text-align: center; width: 5em; margin: 0.5em 1em; cursor: pointer; border-radius: 5px; padding: 0.5em; }
.language-selector-item:hover { background-color: #262739; }
.language-selector-item span { display: block; color: #fff; text-transform: uppercase; font-size: 0.875rem; }
.language-selector-ru,.language-selector-en,.language-selector-ua,.language-selector-es,.language-selector-de,.language-selector-fr,.language-selector-fa,.language-selector-pt,.language-selector-tr { display: inline-block; width: 44px; height: 31px; opacity: 1; margin-bottom: 1em; }
.language-selector-ru { background: url("../../images/flags/ru.png"); background-size: 44px 31px;}
.language-selector-en { background: url("../../images/flags/gb.png"); background-size: 44px 31px;}
.language-selector-es { background: url("../../images/flags/es.png"); background-size: 44px 31px;}
.language-selector-ua { background: url("../../images/flags/ua.png"); background-size: 44px 31px;}
.language-selector-de { background: url("../../images/flags/de.png"); background-size: 44px 31px;}
.language-selector-fr { background: url("../../images/flags/fr.png"); background-size: 44px 31px;}
.language-selector-fa { background: url("../../images/flags/ir.png"); background-size: 44px 31px;}
.language-selector-pt { background: url("../../images/flags/br.png"); background-size: 44px 31px;}
.language-selector-tr { background: url("../../images/flags/tr.png"); background-size: 44px 31px;}


.notification-window-type-0 { 
    display: none;
    position: fixed;
    top: 0px;
    background-color: #30324a;
    z-index: 5;
    width: 30em;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    box-shadow: 0 0 25px 10px #171822;
    opacity: 1!important;
}
.notification-window-type-0-content {
    color: #9c9fb9;
    font-size: 1.125em;
    text-align: left;
    padding: 1.25em 1.875em;
    font-weight: 100;
}
.notification-window-type-0-close-wrapper { width: 100%; text-align: center; }
.notification-window-type-0-close {
    background-color: #ffa500;
    color: #303030;
    font-size: 1.125em;
    padding: 0.625em 1em;
    border: 0;
    min-width: 18.75em;
    border-radius: 5px;
    -webkit-appearance: none;
    margin: 0.625em 0;
    cursor: pointer;
}

.notification-window-type-1 {
    display: none;
    position: fixed;
    top: calc( 40px + 1em);
    right: 1rem;
    min-height: 1em;
    background-color: #363750;
    border: 1px solid #4e4f7a;
    opacity: 1;
    z-index: 5;
    width: 30%;
    border-radius: 5px;
    box-shadow: 0 10px 25px #000;
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.notification-window-type-1-content { 
    color: #c2c2c2;
    font-size: 0.875em;
    line-height: 1.6;
    text-align: center;
    padding: 1em 2em;
}
/* .notification-window-type-1:after { content: " "; position: absolute; right: -1.5em; top: 0em; border: 1.5em solid; border-color: #ffa500 transparent transparent transparent; } */


.message-window {
    display: none;
    position: fixed;
    top: 0px;
    background-color: #30324a;
    z-index: 5;
    width: 40%;
    max-width: 30em;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    border: 2px solid #ffa500;
    box-shadow: 0 10px 35px 5px #171822;
    cursor: pointer;
}

.message-window-content {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    color: #9c9fb9;
    font-size: 1.125em;
    text-align: left;
    padding: 1.25em 1.875em;
    font-weight: 100;
}

.message-window-content a {
    color: #ffa500;
}

.message-window-close {
    display: block;
    position: relative;
    color: #787db5;
    font-size: 0.875rem;
    text-transform: uppercase;
    padding: 1em 0 0.25em;
    text-align: center;
}

.window-bg {
    padding: 0.875em;
    border-radius: 3px;
    min-height: calc(100% - 1.75em);
}

.window-bg-fixed {
    padding: 0.875em;
    border-radius: 3px;
    height: calc(100% - 1.75em);
}

.header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    min-width: 100%;
    height: 2.5em;
    top: 0;
    align-items: center;
    box-shadow: 0 0 15px #000;
    position: fixed;
    z-index: 3;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
    .header-sections {
        flex: 0 1 auto;
        justify-content: center;
    }
}

.header-logo,
.footer-logo {
    background: url("../images/planetofbets_logo.png") no-repeat;
    display: block; 
    width: 170px;
    height: 30px;
    margin: 0 1em;
    background-size: 170px 30px;
    flex: 0 0 auto;
}

/* .header-logo,
.footer-logo {
    background: url("../images/planetofbets_logo.png") no-repeat;
    display: block; 
    width: 136px;
    height: 24px;
    margin: 0 1em;
    background-size: 136px 24px;
    flex: 0 0 auto;
} */

.header-logo-c,
.footer-logo-c {
    background: url("../images/planetofbets_logo_c.png") no-repeat;
    display: block;
    width: 194px;
    height: 30px;
    margin: 0 1em;
    background-size: 194px 30px;
    flex: 0 0 auto;
}

.header-sections-wrapper {
    position: relative;
    overflow: hidden;
    padding: 0 1.2em;
}

.header-sections-wrapper::after,
.header-sections-wrapper::before {
    content: '';
    width: 20px;
    height: 2em;
    position: absolute;
    z-index: 1;
}

.header-sections-wrapper::before {
    top: 0;
    left: 0;
    /* background: linear-gradient(90deg, #262739, #26273900); */
}
.header-sections-wrapper::after {
    top: 0;
    right: 0;
    /* background: linear-gradient(-90deg, #262739, #26273900); */
}

.header-sections {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    padding: 0.5em 0;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    width: 100%;
}

.header-sections::-webkit-scrollbar {
    display: none;
}

.header-section {
    padding: 0 1.2em;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    text-transform: uppercase;
    border: none;
    outline: none;
}
.header-section:hover {
    color: #ffa500;
}

.header-section-disabled {
    padding: 0 1.2em;
    font-weight: 400;
    color:#363750;
    text-transform: uppercase;
    position: relative;
}

.header-section-disabled:hover {
    color:#363750;
    cursor: not-allowed;
}
.header-section-active::after {
    content:'';
    position: absolute;
    background-color:#ffa500;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    bottom: -7px;
    right: calc( 50% - 2.5px);
    box-shadow: 0 0 5px #ffa500;
    animation: header-section-active-ani 0.5s ease-out 1;
}

@keyframes header-section-active-ani {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

.header-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.header-menu-balance {
    font-size: 1.125rem;
    color: #ffa500;
    margin: 0 0.5em;
    white-space: nowrap;
}

/* .header-menu-icon {
    width: 20px;
    height: 20px;
    background: url('../../images/icons/icon-mainmenu.svg') no-repeat;
    margin: 0 1em;
    cursor: pointer;
} */

.header-menu-icon {
  position: relative;
  width: 32px;
  height: 32px;
  margin: 0 1em;
  cursor: pointer;
  background-color: #3e3f5d;
  border-radius: 3px;
  overflow: hidden;
}

.header-menu-icon span {
  position: absolute;
  height: 3px;
  width: 20px;
  background-color: #dddef9;
  left: 6px;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  transform-origin: center center;
}

.header-menu-icon span:nth-child(1) {
  top: 8px;
}

.header-menu-icon span:nth-child(2) {
  top: 15px;
}

.header-menu-icon span:nth-child(3) {
  top: 22px;
}

.header-menu-icon.user-menu-is-open span:nth-child(1) {
  top: 15px;
  transform: rotate(-135deg);  
}
.header-menu-icon.user-menu-is-open span:nth-child(2) {
  left: 50px;  
}
.header-menu-icon.user-menu-is-open span:nth-child(3) {
  top: 15px;
  transform: rotate(135deg);
}

.header-buttons {
    padding: 0 7px;
    display: -ms-flexbox;
    display: flex;
}
.header-button {
    display: block;
    border-radius: 3px;
    color: #fff;
    font-size: 0.875em;
    padding: 0.4375em 2.5em;
    margin: 0 0.875em;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
}

.header-button-signup,
.header-button-signin {
    background: transparent;
    transition: 0.25s;
}

.header-button-signin {
    border: 1px solid #4e4f7a;
}
.header-button-signup {
    background: #ff0000;
    border: 1px solid transparent;
}

.header-button-signup:hover {
    animation: header-signup-anim 2s ease-in-out infinite;
}

@keyframes header-signup-anim {
    0% { background: #ff0000; }
    50% { background: rgba(255, 0, 0, 0.5); }
    100% { background: #ff0000; }
}

.header-button-signin:hover {
    background: #4e4f7a;
}

.header-button-help {
    display: block;
    color: #fff;
    font-size: 0.875em;
    background-color: #33344f;
    padding: 0.4375em 2.5em;
    margin: 0 0.875em;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    border: 1px solid transparent;
    cursor: pointer;
}

.help-button-short { display: none;}
.header-button-help:hover {
    background: #4e4f7a;
}
.contentwrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.colswrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 8px 0;
    min-height: calc( 100vh - 40px );
    height: calc( 100vh - 40px );
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.sportcolumn {
    flex: 0 0 auto;
    position: relative;
    min-width: 224px;
    width: 224px;
    margin: 0 7px;
    padding: 15px 0;
    overflow: auto;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.maincontent {
    flex: 1 1 auto;
    position: relative;
    width: calc(100% - 300px - 224px - 64px);
    margin: 0 7px;
    padding: 15px 0;
    overflow: auto;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  .maincontent {
        height: calc(100% - 1.76em);
    }
}

.betslipcolumn {
    position: relative;
    width: 18em;
    margin: 0 8px;
    padding: 15px 0;
    overflow: auto;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    transition: 0.25s;
    box-sizing: border-box;
}

.betslipcolumn-bar {
    display: none;
    color: #fff;
    background-color: rgb(62, 63, 93);
    justify-content: space-between;
    padding: 0.25em 0.4375rem;
    margin-bottom: 0.5em;
    border-radius: 3px;
}

.betslipcolumn-bar-active {
    display: flex;
}

.betslipcolumn-resize-point { width: 26em; transition: 0.25s; flex: 0 0 auto; }
.js-live-match-match-tracker-iframe { transition: 0.25s; }
.betslipcolumn-resize-point .live-header-match-tracker-soccer .js-live-match-match-tracker-iframe { height: 15.8em; }
.betslipcolumn-resize-point .live-header-match-tracker-tennis .js-live-match-match-tracker-iframe { height: 15.8em; }
.betslipcolumn-resize-point .live-header-match-tracker-basketball .js-live-match-match-tracker-iframe { height: 13.3em; }
.betslipcolumn-resize-point .live-header-match-tracker-esports .js-live-match-match-tracker-iframe { height: 15.2em; }

.live-header-match-tracker-soccer .js-live-match-match-tracker-iframe { height: 10.5em; }
.live-header-match-tracker-tennis .js-live-match-match-tracker-iframe { height: 10.5em; }
.live-header-match-tracker-basketball .js-live-match-match-tracker-iframe { height: 9.2em; }
.live-header-match-tracker-esports .js-live-match-match-tracker-iframe { height: 9.2em; }

.betslipcolumn-bar-icons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.betslipcolumn-bar-tracker-toggle {
    position: relative;
    width: 24px;
    height: 24px;
    cursor: pointer;
    transition: 0.25s;
    margin: 0 0.5em;
    border-radius: 3px;
}
.betslipcolumn-bar-tracker-toggle {
    background: url('../images/icons/icon-bar-tracker.svg') no-repeat;
    background-size: 24px 24px;
}

.betslipcolumn-bar-grow,
.betslipcolumn-bar-shrink {
  width: 16px;
  height: 16px;
  background: url('../images/icons/icon-expand-mini.svg');
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer;
  transition: 0.25s;
  padding: 5px;
  border-radius: 3px;
}

.betslipcolumn-bar-grow {
  transform: rotate(-90deg);
}
body[dir='rtl'] .betslipcolumn-bar-grow {
  transform: rotate(90deg);
}
.betslipcolumn-bar-shrink {
  transform: rotate(90deg);
}
body[dir='rtl'] .betslipcolumn-bar-shrink {
  transform: rotate(-90deg);
}

.betslipcolumn-bar-tracker-toggle:hover,
.betslipcolumn-bar-grow:hover,
.betslipcolumn-bar-shrink:hover {
  background-color: #262739;
  border-radius: 3px;
}

.betslipcolumn-overflow {
    overflow: unset;
}

.contentwrapper::-webkit-scrollbar,
.colswrapper::-webkit-scrollbar,
.maincontent::-webkit-scrollbar,
.betslipcolumn::-webkit-scrollbar,
.sportcolumn::-webkit-scrollbar {
    display: none; /* Chrome Safari Opera */
}

.window-title-wrapper {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.window-title {
    font-size: 1.2em;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding-left: 2px;
    white-space: nowrap;
}

#js_user_bets_additional_loading {
    text-align: center;
}

.js-matches-list-categories-loader {
    border: 0.5em solid #262739;
    border-top: 0.5em solid #ffa500;
    border-bottom: 0.5em solid #ffa500;
    border-radius: 50%;
    width: 2em;
    height: 2em;
    animation: js-matches-list-loader 2s linear infinite;
    margin: 15em auto 0;
}

.js-chains-system-block-items-loading,
.js-matches-list-additional-loader {
    background: url('/images/loader_3c.svg') no-repeat;
    width: 100px;
    height: 30px;
    background-size: 100px 30px;
    margin: 1em auto;
}

.loader-bet-placed {
    background: url('/images/loader_bet.svg') no-repeat;
    width: 200px;
    height: 200px;
    background-size: 200px 200px;
    margin: 1em auto;
}
.loader-bet-placed-object {
    width: 200px;
    height: 200px;
    margin: 1em auto;
}

.js-matches-list-loader {
    background: url('/images/loader_planet_trace.svg') no-repeat;
    width: 100px;
    height: 100px;
    background-size: 100px 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
    .js-matches-list-loader {
        background: url('/images/loader_planet_trace.svg') no-repeat;
        background-size: 100px 100px;
        width: 100px;
        height: 100px;
        position: relative;
        top: 0;
        left: 0;
        margin: 10em auto;
        animation: js-matches-list-loader 2s linear infinite;
    }
}

.js-matches-list-additional-loader { margin: 1em auto; }

@keyframes js-matches-list-loader {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.footer {
    display: block;
    width: 100%;
    position: relative;
    background-color: #262739;
    color: #e3e3e3;
    padding-top: 1em;
    box-shadow: 0 0 15px #000;
     z-index: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.footer-menu-wrapper {
    width: 80%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
}

.footer-menu-block {
    margin: 1em;
}

.footer-menu-header{
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 4px solid #ffa500;
}
.footer-menu-block-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    padding: 1em 0;
    margin: 0;
}

.footer-menu-block-items li {
    display: flex;
    padding: 5px 0;
    height: auto;
    line-height: normal;
}

.footer-menu-block-item {
    color: #fff;
    font-size: 0.875rem;
    transition: 0.25s;
}
.footer-menu-block-item:hover {
    color: #ffa500;
}

.footer-stripe-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #363750;
    padding: 1rem 0;
}
.footer-stripe-items {
    width: 80%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
.footer-patches {
    position: relative;
    display: flex;
}

.footer-payment-systems-wrapper {
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 80%;
    margin: 1em auto;
}

.footer-payment-systems-wrapper img {
    height: 20px;
    width: auto;
    margin: 0.5em 1em;
}
#apg-seal-container { margin: 0 1rem; }
.footer-age-restriction { margin: 0 1rem; }

.footer-downtown {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    padding: 0.5em 0;
}

.footer-corporate {
    font-size: 0.75em;
    padding: 0.5em 0;
    color: #cecfee;
}

.footer-copyright {
    font-size: 0.875em;
    padding: 0.5em 0 0;
}

.home-banners-wrapper { height: 100%; overflow: hidden;}
.home-banner-scroll { position: relative; background: #000; height: 100vh; }
.home-banner-scroll img { position: absolute; height: 100%; left: 50%; transform: translateX(-50%); }
.home-banner { display: block; width: 100%; padding-bottom: 100px; }
.home-banner:first-child { padding-bottom: 0px; }

.noitems-message-img {
    display: block;
    margin: 0 auto;
}

.noitems-message {
    border-radius: 3px;
    width: 600px;
    margin: 0 auto 1em;
}
.noitems-message-text {
    font-size: 1.7rem;
    font-weight: 900;
    color: #fff;
    text-align: center;
    padding: 0.5em;
}

.noitems-message-text p {
    display: block;
    font-size: 1rem;
    font-weight: 100;
    color: #c2c2c2;
    padding: 0.3em 2em;
    margin: 0 auto;
    max-width: 400px;
}

.ui-datepicker { display: none; box-shadow: 0 0 30px #000; }
.ui-datepicker-header { background-color: #262739; padding: 0.5em; }
.ui-datepicker-header span { color: #ffa500; font-size: 1em;}
.ui-datepicker-next { float: right; cursor: pointer; }
.ui-datepicker-prev { float: left; cursor: pointer; }
.ui-datepicker-title { text-align: center; }
.ui-datepicker-title span {color: #cecece; }
.ui-datepicker-month {}
.ui-datepicker-year {}
.ui-datepicker-calendar { background-color: #ededed; border-bottom-left-radius:5px; border-bottom-right-radius:5px; font-size: 1.2em; border-collapse: collapse; width: 100%; }
.ui-datepicker thead { border-bottom: 1px solid #bbb; }

.ui-datepicker th {
    text-transform: uppercase;
    font-size: 0.4em;
    padding: 5px 0;
    color: #666666;
    text-shadow: 1px 0px 0px #fff;
    filter: dropshadow(color=#fff, offx=1, offy=0);
}

.ui-datepicker tbody td { padding: 0; border-right: 1px solid #bbb; }
.ui-datepicker tbody td:last-child { border-right: 0px; }
.ui-datepicker tbody tr { border-bottom: 1px solid #bbb; }
.ui-datepicker tbody tr:last-child { border-bottom: 0px; }

.ui-datepicker-week-end { color: #D27777; }
.ui-datepicker-today { background-color: #ffa500; box-shadow: inset 0px 1px 2px #333; }

.ui-datepicker td span, .ui-datepicker td a {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #666666; 
}

.ui-datepicker td span, .ui-datepicker td a:hover {
    background-color: #ffd280;
}

.ui-state-highlight { color: #333; }
.ui-state-default { color: #333; }

.loader-stripe-active > .loader-stripe {
    display: block;
}

.loader-stripe {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 100%;
    background: linear-gradient(270deg, #ffa500, #262739, #ffa500, #262739);
    background-size: 300% 100%;
    animation: loader-top-ani 2s ease infinite;
}

body[dir='rtl'] .loader-stripe {
    left: unset;
    right: 0;
}

@keyframes loader-top-ani {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

.loader-stripe-fade {
    opacity: 0.3;
    cursor: not-allowed;
}

.confirmation-page-wrapper {
    display: none;
    position: fixed;
    top: 0;
    z-index: 4;
    background: rgba(0,0,0,0.9);
    height: 100%;
    width: 100%;
}

.confirmation-page-window {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 600px;
    transform: translate(-50%, -50%);
    padding: 1em 2em;
    border: 3px solid #c2c2c2;
    border-radius: 15px;
}

.confirmation-page-window ul {
    list-style-type: disc;
    padding: 0 1em;
}
.confirmation-page-window ul li {
    font-size: 1em;
    color: #c2c2c2;
    padding: 0.5em 0;
}

.confirmation-page-title {
    font-size: 1.5em;
    color: #ffa500;
    text-align: center;
    padding: 1em 0;
    text-transform: uppercase;
}

.confirmation-page-description,.confirmation-page-attention,.confirmation-page-confirm-accepting {
    margin: 1em 0; 
    font-size: 1em;
    color: #c2c2c2;
}
.confirmation-page-error,
.confirmation-page-alert {
    color: #FF511C;
    font-size: 1em;
    text-transform: uppercase;
    text-align: center;
}
.confirmation-page-error {
    margin-bottom: 12em;
}

.confirmation-page-attention {
    color: #FFFFC0;
    font-size: 1em;
}

.confirmation-page-confirm-accepting {
    font-size: 1em;
    color: #c2c2c2;
}

.confirmation-page-confirm-accepting a {
    color: #ffa500;
}
.confirmation-page-confirm-wrapper { display: block; margin: 0 auto 2em; text-align: center; }
.confirmation-page-confirm-wrapper input[disabled] { opacity: 0.3; }

.confirmation-page-reject, .confirmation-page-accept { display: inline-block; font-size: 1em; padding: 0.25em 1em;  margin: 0.5em; border: 1px solid; cursor: pointer; border-radius: 5px; }
.confirmation-page-reject { color: #cecece;  background: transparent; border-color: #c2c2c2;}
.confirmation-page-accept { color: #333; background-color: #ffa500; border-color: #ffa500; }

.user-wrapper-iframe { width: 100%; border: 0; }

.user-any-noitems-message {
    font-size: 1.2em;
    font-weight: 400;
    color: #c2c2c2;
    text-align: center;
    padding: 0.5em;
}

.user-any-noitems-message p {
    display: block;
    font-size: 1em;
    padding: 0.25em 2em;
}

.user-any-noitems-prematch,
.user-any-noitems-nomoney,
.user-any-noitems-wait,
.user-any-noitems-noitems,
.user-any-noitems-notickets,
.user-any-noitems-documents,
.user-any-noitems-affiliate,
.user-any-noitems-not-available {
    width: 150px;
    height: 200px;
    margin: 2em auto 1em;
}

.user-any-noitems-prematch {
    display: block;
    background: url('../images/user-any-noitems-prematch.svg') no-repeat;
}

.user-any-noitems-nomoney {
    display: block;
    background: url('../images/user-any-noitems-nomoney.svg') no-repeat;
}

.user-any-noitems-wait {
    display: block;
    background: url('../images/user-any-noitems-wait.svg') no-repeat;
}

.user-any-noitems-noitems {
    display: block;
    background: url('../images/user-any-noitems-noitems.svg') no-repeat;
}

.user-any-noitems-notickets {
    display: block;
    background: url('../images/user-any-noitems-notickets.svg') no-repeat;
}

.user-any-noitems-documents {
    display: block;
    background: url('../images/user-any-noitems-documents.svg') no-repeat;
}

.user-any-noitems-affiliate {
    display: block;
    background: url('../images/user-any-noitems-affiliate.svg') no-repeat;
}

.user-any-noitems-not-available {
    display: block;
    background: url('../images/user-any-noitems-not-available.svg') no-repeat;
}
