
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import 'bootstrap.min.css';

body {
    background-color: transparent;
}

.czr-cpo-mhbj-tabs-list {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: center;

    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
}

.czr-cpo-mhbj-tabs-btn {
    display: flex;
    flex-direction: row;

    justify-content: center;

    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;

    text-align: center;

    background-color:#3e4b83;

    border-radius: 5px;

    margin-right: .25em;

    color: ivory;
}

/*
    CONTAINER
*/
.czr-cpo-mhbj-help-container {
    display: flex;
    position: fixed;

    flex-direction: column;
    justify-content: center;
    align-items: center;

    top: 50vh;
    left: 50vw;
    transform: translate(-50vw, -50vh);    
    background-color: rgba(0, 0, 0, 0.75);
    width: 100vw;
    height: 100vh;
    z-index: 100000;

    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: .60em;

    color: ivory;
}

.czr-cpo-mhbj-help-contents {
    display: contents;
    flex: 1 1 0;

    IFRAME {
        width: 100%;
        max-width: 850px;
        height: 100%;
        border: none;
    }
}

/*
    WRAPPER
*/
.czr-cpo-mhbj-help-paytable-wrapper {
    display:flex;
    position:fixed;  

    /* font-size: 0.6em; */
    
    flex-direction: column;
    justify-content: start;
    align-items: start;

    background-color: #232947;

    border: 0;
    padding: 0;
    margin: 0;     

    /*
    width: 100%;
    height: 100%;
*/
    width: 100%;
    max-width: 850px;
    height: 100%;

    /*
    min-width: 500px;
    max-height: 800px;
    border-radius: 1.2em;
*/
    border-radius: 0;
    border: .1em solid #3e4b83;

    box-shadow: 4px 8px 16px 0px black;
/*
    animation: fadeInAnimation ease-in-out .5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;  
    */
}
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
        scale: 0;
    }

    100% {
        opacity: 1;
        scale: 1;
    }
}

/*
    PAYTABLE
*/
.czr-cpo-mhbj-help-paytable {
    display: flex;

    flex-direction: column;
    justify-content:space-evenly;
    align-items: center;

    width: 100%;
    height: 100%;

    border: 0;
    padding: 0;
    margin: 0;
}

/*
    HEADER
*/
.czr-cpo-mhbj-help-paytable-header {
    display: flex;
    flex-direction: row;

    justify-content: center;
    align-items: center;

    width: 100%;
    height: 10%;

    border: 0;
    padding: 1em;
    margin: 0;    

    font-weight: 700;
    font-size: 1em;
}

/*
    HEADER
*/
.czr-cpo-mhbj-help-paytable-header-left {
    display: flex;
    flex-direction: row;
    min-width: 15%;
    justify-content: center;  
    border: 0;
    padding: 0;
    margin: 0; 
}

/*
    HEADER
*/
.czr-cpo-mhbj-help-paytable-header-mid {
    display: flex;
    flex-direction: row;
    flex-grow: 1;

    justify-content: center;  
    align-items: center; 
    border: 0;
    padding: 0;
    margin: 0;          
}

/*
    HEADER
*/
.czr-cpo-mhbj-help-paytable-header-right {
    display: flex;
    flex-direction: row; 
    min-width: 15%;
    justify-content: end;    
    border: 0;
    padding: 0;
    margin: 0;      
}

/*
    HEADER
*/
.czr-cpo-mhbj-help-paytable-header-right-btn-close {
    display: flex;
    flex-direction: row;
    color: black;
    margin: 0;
    padding: 0;
    margin: 0;
    margin-right: -.5em;
    border: 2px solid black;
    background-color: ivory;
    border-radius: .5em;
}
.czr-cpo-mhbj-help-paytable-header-right-btn-close:hover {
    background-color: white;
    box-shadow: 1px 1px 2px 0px deepskyblue;
}
.czr-cpo-mhbj-help-paytable-header-right-btn-close:active {
    background-color: white;
    box-shadow: -2px -2px 2px 0px black;
}

/*
    BREAK
*/
.czr-cpo-mhbj-help-paytable-section-break {
    display: flex;

    flex-direction: column;

    background-color:#06aa42;

    width: 100%;
    height: .1em;

    z-index: 10;

    border: 0;
    margin: 0;
    padding: 0;


    box-shadow: 0px -4px 12px 1px black;
}
.czr-cpo-mhbj-help-paytable-section-break-down {
    display: flex;

    flex-direction: column; 
    
    background-color:#06aa42;

    width: 100%;
    height: .1em;

    border: 0;
    margin: 0;
    padding: 0;

    z-index: 100;

    box-shadow: 0px 5px 12px 1px black;
}

/*
    BODY
*/
.czr-cpo-mhbj-help-paytable-body {
    display: flex;

    flex-direction: column;
    justify-content: start;
    align-items: center;

    border: 0;
    padding: 0;
    margin: 0;

    width: 100%;

    z-index: 2;

    flex-grow: 1;

    color: ivory;
    font-weight: 700;
    font-size: 1em;     
    
    background-color: rgba(29,34,38,1);

    overflow-y: auto;    
}
/*
.czr-cpo-mhbj-help-paytable-body::-webkit-scrollbar {
    -webkit-appearance: none;
}
.czr-cpo-mhbj-help-paytable-body::-webkit-scrollbar:vertical {
    width: 11px;
}
.czr-cpo-mhbj-help-paytable-body::-webkit-scrollbar:horizontal {
    height: 11px;
}
.czr-cpo-mhbj-help-paytable-body::-webkit-scrollbar-thumb {
    border-radius: 6px;
    border: 2px solid rgba(29,34,38,1);
    background-color: rgba(255, 255, 255, .5);
}
*/
/*
    BODY - PAGES
*/
.czr-cpo-mhbj-help-paytable-body-pages {
    display: flex; 
    
    flex-direction: column;   
    justify-content: center;
    align-items: center;


    height: 100%;
    width: 100%;

    border: 0;
    margin: 0;
    padding: 0;    
}

/*
    BODY - PAGE
*/
.czr-cpo-mhbj-help-paytable-body-page {
    display: flex;

    flex-direction: column; 
    justify-content: center;
    align-items: center;

    height: 100%;
    width: 100%;    

    border: 0;
    margin: 0;
    padding: 0;     
}


/*
    BODY - PAGE - CONTENT
*/
.czr-cpo-mhbj-help-paytable-body-page-content {
    display: flex;

    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    height: 100%;
    width: 100%;

    border: 0;
    margin: 0;
    padding: 2em;   
    padding-top: 1em;
    padding-bottom: 0;
}

.czr-cpo-mhbj-help-paytable-body-page-content-section-break {
    display: flex;

    flex-direction: row;

    border: 0;
    margin: 0;
    padding: 0;

    flex-grow: 1;

    height: 100%;
}

.czr-cpo-mhbj-help-paytable-body-page-content-section {
    display: flex;

    flex-direction: column;

    justify-content: start;
    align-items: center;

    flex-grow: 1;

    max-width: 48%;
    height: 100%;

    border: 0;
    margin: 0;
    padding: 0;     
}

.czr-cpo-mhbj-help-paytable-body-page-content-section-full {
    display: flex;

    flex-direction: column;

    justify-content: start;
    align-items: center;

    width: 100%;
    height: 100%;

    border: 0;
    margin: 0;
    padding: 0;     
}

.czr-cpo-mhbj-help-paytable-body-page-content-part {
    display: flex;

    flex-direction: column;
    justify-content: start;
    align-items: start;

    width: 100%;

    border: 0;
    margin: 0;
    padding: 0;
    
    margin-bottom: 1.75em;
}

.czr-cpo-mhbj-help-paytable-content-text-line-spacer-c {
    display: flex;
    flex-direction: column;

    width: 100%;
    height: 1.9em;

    border: 0;
    margin: 0;
    padding: 0;   
}

.czr-cpo-mhbj-help-paytable-content-text-line-break-t {
    display: flex;
    flex-direction: column;

    width: 100%;
    height: 1em;

    border: 0;
    margin: 0;
    padding: 0;   
}

.czr-cpo-mhbj-help-paytable-content-text-line-h {
    display: flex;
    flex-direction: row;



    width: 100%;

    border: 0;
    padding: 0; 
    margin: 0;  

    font-size: 1.5em;
}
.czr-cpo-mhbj-help-paytable-content-text-line-screenshot {
    display: flex;
    flex-direction: row;

    border: 0;
    margin: 0;
    padding: 0;

    margin-bottom: .3em;

    width: 100%;

    align-content: center;
    align-self: center;
    align-items: center;

    color: ivory;
    font-weight: 400;
    font-size: 1.15em;
    justify-content: center;
}

.czr-cpo-mhbj-help-paytable-content-text-line-p {
    display: flex;
    flex-direction: row;

    border: 0;
    margin: 0;
    padding: 0;

    margin-bottom: 1.5em;

    width: 100%;

    color: ivory;
    font-weight: 400;
    font-size: 1.15em;
}



.czr-help-button-section {
    display: flex;
    align-items: stretch;
    gap: 0.75rem
}

.czr-help-button-img {
    display: block;
    object-fit: cover;
    height: 5em;
    width: auto;
}

.czr-help-button-div-textwrap {
    display: grid;
    align-content: center;
}

.czr-help-button-text {
    margin: 0;
    line-height: 1.4;
}


.czr-buttons-col {
    width: 6em;
}

.czr-cpo-mhbj-help-paytable-content-text-line-t {
    display: flex;
    flex-direction: row;


    border: 0;
    padding: 0; 
    margin: 0;

    width: 50%;
}
.czr-cpo-mhbj-help-paytable-content-text-line-t-tab1 {
    display: flex;
    flex-direction: row;


    border: 0;
    padding: 0; 
    margin: 0;
    margin-left: 1em;
    width: 50%;
}
.czr-cpo-mhbj-help-paytable-content-text-line-t-tab2 {
    display: flex;
    flex-direction: row;


    border: 0;
    padding: 0; 
    margin: 0;
    margin-left: 2em;
    width: 50%;
}

.czr-cpo-help-paytable-text-line-block {
    border: 0;
    padding: 0; 
    margin: 0;  
    width: 100%;

    align-items: center;
    display: block;
}

.czr-cpo-mhbj-help-paytable-content-text-line-t-full {
    /* display: flex; */
    /* flex-direction: row; */

    border: 0;
    padding: 0; 
    margin: 0;  
    width: 100%;

    align-items: center;
}
.czr-rlt-paytable-col {
    display: flex;
    flex-direction: row;

    border: 0;
    padding: 0; 
    margin: 0;  
    width: 100%;

    align-items: center;
}

.czr-rlt-paytable-col1 {
    flex: 2;
}
.czr-rlt-paytable-col2 {
    flex: 1;
}
.czr-rlt-paytable-col3 {
    flex: 1.2;
}
.czr-rlt-paytable-col4 {
    flex: 1.5;
}

.czr-cpo-mhbj-help-paytable-content-text-line-t-full-tab1 {
    display: flex;
    flex-direction: row;

    border: 0;
    padding: 0; 
    margin: 0;  
    margin-left: 1em;
    width: 100%;
}
.czr-cpo-mhbj-help-paytable-content-text-line-t-full-tab2 {
    display: flex;
    flex-direction: row;

    border: 0;
    padding: 0; 
    margin: 0;  
    margin-left: 2em;
    width: 100%;
}
.czr-cpo-mhbj-help-paytable-content-text-line-t-full-tab3 {
    display: flex;
    flex-direction: row;

    border: 0;
    padding: 0; 
    margin: 0;  
    margin-left: 3em;
    width: 100%;
}
.czr-cpo-mhbj-help-paytable-content-text-line-t-full-tab4 {
    display: flex;
    flex-direction: row;

    border: 0;
    padding: 0; 
    margin: 0;  
    margin-left: 4em;
    width: 100%;
}
.czr-cpo-mhbj-help-paytable-content-text-line-t-full-start {
    display: flex;
    flex-direction: row;

    border: 0;
    padding: 0; 
    margin: 0;  
    width: 100%;
}

.czr-cpo-mhbj-help-paytable-content-text-line-ps {
    display: flex;
    flex-direction: row;

    border: 0;
    margin: 0;
    padding: 0;

    margin-bottom: .5em;

    width: 100%;

    color: ivory;
    font-weight: 400;
    font-size: 1.15em;
}

.czr-cpo-mhbj-help-paytable-content-text-line-ph {
    display: flex;
    flex-direction: row;

    width: 100%;

    border: 0;
    margin: 0;
    padding: 0;

    color: ivory;
    font-weight: 500;
    font-size: 1.25em;
}

.czr-cpo-mhbj-help-paytable-content-text-line-img-screenshot {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    margin-right: .75em;
    margin-bottom: .5em;
}

.czr-cpo-help-img-inline-icon {
    max-height: 2em;
    vertical-align: middle;
    margin: 0 -0.5em 0 -0.5em
}

.czr-cpo-help-img-button {
    max-height: 4em;
    vertical-align: middle;
}

.czr-cpo-help-img-inline-icon-5 {
    max-height: 2em;
    vertical-align: middle;
    margin: 0 -0.5em 0 -0.5em;
    position: relative;
    bottom: 0.1em;
}

.czr-cpo-help-img-inline-icon-10 {
    max-height: 2em;
    vertical-align: middle;
    margin: 0;
}

.czr-cpo-center {
    width: fit-content;
    margin: auto;
    text-align: center;
}

.czr-cpo-mhbj-help-paytable-content-text-line-img-lg {
    display: flex;
    flex-direction: row;
    width: 64px;
    height: fit-content;
    margin-right: .75em;
    margin-bottom: .5em;
}
.czr-cpo-mhbj-help-paytable-content-text-line-img {
    display: flex;
    flex-direction: row;
    width: 64px;
    height: fit-content;
    margin-right: .75em;
    margin-bottom: .5em;
}

.czr-cpo-mhbj-help-paytable-content-line-img-logo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: auto;
}

.czr-cpo-mhbj-help-paytable-content-text-break {
    display: flex;

    flex-direction: column;
    /*background-color: #06aa42;*/
    background: linear-gradient(90deg, rgba(6,170,66,0) 0%, rgba(6,170,66,1) 50%, rgba(6,170,66,0) 100%);

    width: 100%;
    height: 2px;

    border: 0;
    margin: 0;
    padding: 0;

    margin-bottom: .5em;

    z-index: 10;
}

/*
    FOOTER
*/
.czr-cpo-mhbj-help-paytable-footer {
    display: flex;
    flex-direction: row;

    justify-content: space-evenly;
    align-items: center;

    width: 100%;
    height: 5%;

    border: 0;
    padding: 1em;
    margin: 0;    

    font-weight: 800;
    font-size: 1.2em;
}

/*
    FOOTER LEFT
*/
.czr-cpo-mhbj-help-paytable-footer-left {
    display: flex;
    flex-direction: row;

    width: 15%;

    justify-content: center;  
    
    border: 0;
    padding: 0;
    margin: 0; 
    
    font-weight: 600;
    font-size: 1.75em;  

    color: #00f05e
}


/*
    FOOTER MID
*/
.czr-cpo-mhbj-help-paytable-footer-mid {
    display: flex;
    flex-direction: row;

    min-width: 70%;
 
    justify-content: center;   
    align-items: center;

    border: 0;
    padding: 0;
    margin: 0; 

    font-weight: 700;
    font-size: 1.75em;    
}

.czr-cpo-mhbj-help-paytable-footer-mid-nav-btn {
    display: flex;

    margin-bottom: .4em;
}
.czr-cpo-mhbj-help-paytable-footer-mid-nav-btn, svg {
    color: ivory;

    transform: scale(2);
}

.czr-cpo-mhbj-help-paytable-footer-mid-nav-page {
    display: flex;
    flex-direction: row;
    justify-items: center;
    align-items: center;   

    margin-left: 1em;
    margin-right: 1em;
}

.czr-cpo-mhbj-help-paytable-footer-mid-nav {
    display: flex;
    flex-direction: row;
    justify-items: center;
    align-items: center;   
}


/*
    FOOTER RIGHT
*/
.czr-cpo-mhbj-help-paytable-footer-right {
    display: flex;
    flex-direction: row; 
    width: 15%;
    justify-content: center;    
    border: 0;
    padding: 0;
    margin: 0;         
}



/*
@media only screen and (max-width: 600px) {

    div.czr-cpo-mhbj-help-paytable-wrapper {

        width: 65vw;
        height: 80vh;
    }
}

@media only screen and (min-width: 600px)
{
    div.czr-cpo-mhbj-help-paytable-wrapper {

        width: 65vw;
        height: 80vh;
    }
}

@media only screen and (min-width: 768px)
{
    div.czr-cpo-mhbj-help-paytable-wrapper {

        width: 65vw;
        height: 80vh;
    }
}

@media only screen and (min-width: 992px)
{
    div.czr-cpo-mhbj-help-paytable-wrapper {

        width: 65vw;
        height: 70vh;
    }
}

@media only screen and (min-width: 1200px)
{
    div.czr-cpo-mhbj-help-paytable-wrapper {

        width: 65vw;
        height: 60vh;
    }
}*/