body {
    background: black !important;
}
#slotsSession {
    padding: 20px;
}
.slotsSession__form {
	width: 100% !important;
}
#slotsSessionDIV {
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
    width: 100%;
    z-index: 100;
    align-items: center;
    min-height: initial;
}
#slotsSessionDIV h1 {
    font-size: 18px;
    color: white;
    text-align: left;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    text-transform: uppercase;
}
#slotsSessionDIV h2,
#slotsSessionDIV p{
	color: white;
}
#slotsSessionDIV h3 {
	font-size: 14px;
	color: #f7f7f7;
	text-align: left;
	padding-bottom: 10px;
}
#createSessionDiv, 
#expandedSlotSessionInfoDiv {
	max-height: 84%;  
}
iframe, 
iframe > iframe,
#slotsSessionDIVMobile+#iframeContainer,
#slotsSessionDIV+#iframeContainer,
#slotsSessionDIV+#gameMachine,
#slotsSessionDIV+#EGTmachine,
#slotsSessionDIV+#pragmaticmachine{
    border: 0;
    height: calc(100% - 28px) !important;
	position: absolute;
	top: 28px !important;
	width: 100%;
	z-index: 10;
	margin-top: 0;
}
#slotsSessionDIVMobile+#iframeContainer > iframe,
#slotsSessionDIV+#gameMachine > iframe,
#slotsSessionDIV+#iframeContainer > iframe{
    height: 100% !important;
    top: 0 !important;
}
#slotSessionInfo {
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: black;
}
#slotSessionInfo > div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}
#slotSessionInfo > div a {
    color: var(--color-c1);
    font-size: .8rem;
    text-decoration: none;
}
#createSession > div,
#expandedSlotSessionInfo, 
#expiredSlotSessionInfo, 
#sessionExpiringInfo, 
#autoexcluded {
    margin: 1% auto;
    padding-bottom: 30px;
} 
#expandedSlotSessionInfo, 
#expiredSlotSessionInfo, 
#sessionExpiringInfo, 
#autoexcluded {
    display: none;
    text-align: center;
    z-index: 5000;
}
.alert--slotSession {
	background: #282727 !important;
	border-radius: 5px;
    -webkit-box-shadow: 4px 3px 5px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 3px 5px 0 rgba(0,0,0,0.75);
    box-shadow: 4px 3px 5px 0 rgba(0,0,0,0.75);
}
#createSession {
    display: none;
    position: fixed;
    width: 100%;
    z-index: 5000;
    max-width: 750px;
}
.alert--slotSession {
	background-color: #282727;
}
#createSession > div {
    height: 100%;
    overflow-y: auto;
}
form#slotsSession .w70.center.txtc {
    width: 100%;
    text-align: left;
    margin: 0;
}
form#slotsSession .w70.center.txtc input {
    margin-left: 5px;
    border-radius: 4px;
    color: #fff;
    background: #3B3B54;
    border: none;
}
form#slotsSession .w70.center.txtc .btn--secondary {
    margin-top: 12px;
    padding: 9px 15px;
    border-radius: 4px;
    color: #ffffff;
    background: none;
    border: 1px solid white;
    font-size: 14px;
}
form#slotsSession .w70.center.txtc .btn--secondary:hover {
    color: #ffffff;
    background: #4b4e4d;
    border: 1px solid #a1a1a1;
}
form#slotsSession a, div#slotSessionInfo a {
    color: #fff;
}
form#slotsSession .btn--primary, #slotsSessionDIV .btn--primary {
    margin-top: 12px;
    padding: 9px 40px;
    border-radius: 4px !important;
    color: #073C1C !important;
    background: linear-gradient(250.85deg, #1CFF47 -12.7%, #25BD95 103.67%) !important;
    border: none;
    text-transform: uppercase;
    font-size: 14px;
}
thead tr {
    background-color: #3B3B54 !important;
}
div#tablecontainer th {
    color: #fff;
    font-weight: 400;
}
.alert--error {
    background-color: #F73535 !important;
      color: #fff !important;
  }
.alert--error::before {
    background-color: transparent !important;
    background-image: none !important;
}
.alert--warning a{
    color: black !important;
    background-color: #FFD97E ;
}
.alert--warning {
     color: black !important;
}
#createSession .error {
    color: red;
    font-weight: bold;
    margin: 10px 0;
}
.ui-segment span {
    max-width: 48px;
    width: 48px;
    height: 48px;
    padding: 5px !important;
    border-radius: 100px !important;
    border: 1px solid #868383 !important;
    background: #292935;
    color: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: lowercase;
    line-height: 18px;
    font-weight: bold;
    font-size: 14px !important;
    margin: 0px 8px;
}
#exclusionLimitDiv {
    display: none;
}
.ui-segment {
	display: flex;
	justify-content: left;
	margin: 0;
	width: 95%;
	text-align: center;
}
.ui-segment span.option.active,
.ui-segment span.option:hover {
    background: linear-gradient(250.85deg, #1CFF47 -12.7%, #25BD95 103.67%);
    color: #292935;
    border: none !important;
}
.ui-segment span.option {
    border: 1px solid var(--color-grey-dark);
    cursor: pointer;
    flex-grow: 1;
	font-size: 1rem;
    padding: 8px;
}
.ui-segment span.option:not(:first-of-type){
    border-left: 0;
}
.ui-segment span.option:first-of-type {
    border-radius: 5px 0 0 5px;
}
.ui-segment span.option:last-of-type {
    border-radius: 0 5px 5px 0;
}
.segment-select {
	display: none;
}
.nombred {
    display: contents;
}       
#lostLimit {
    font-size: 1.1rem;
    padding: 7px 45px;
    text-align: right;
    margin-left: 22px;
    width: 50%;
}
.euro {
    font-size: 1.5em;
    position: relative;
    left: -25px;
    top: 2px;
    filter: invert(1);
}
#exclusionLimitDiv span.option[value="0"]{
    display: none;
}

input, select, textarea {
    color: #fff !important;
    border-color: #4E4E4E !important;
    background: #3B3B54 !important;   
    border-radius: 4px !important;
    border: none !important;
}
select:hover option{
    background: linear-gradient(250.85deg, #1CFF47 -12.7%, #25BD95 103.67%) !important;
}
@media all and (max-width: 1023px) {
    .letters {
        display: none;
    }
    #exclusionLimitDiv span {
        display: block;
        float: none;
    }    
}
@media all and (max-width: 767px) {
    body > #loaderBody{
        height: 100%;
    }
    #createSession > div,
    #expandedSlotSessionInfo, 
    #expiredSlotSessionInfo, 
    #sessionExpiringInfo, 
    #autoexcluded {
        margin: 0 auto;
        width: 95%;
    }
    #slotSessionInfo > div a {
        font-size: .7rem;
    }
    #slotSessionInfo {
        bottom: 0;
    }    
}

@media (max-width:480px) {
    .alert--slotSession table,
    .alert--slotSession tbody,
    .alert--slotSession td,
    .alert--slotSession th,
    .alert--slotSession thead,
    .alert--slotSession tr {
        display: block;
    }
    .alert--slotSession table {
        border-collapse: collapse;
        width: 100%;
        min-width: unset;
    }
    .alert--slotSession table thead tr th {
        display: none;
    }
    .alert--slotSession table tbody tr {
        width: 100%;
	height: auto;
    }
    .alert--slotSession table tbody tr td:first-child {
        font-weight: 400
    }
    .alert--slotSession table tbody tr td {
        
    }
    .alert--slotSession table tbody tr td::before {
        content: attr(title);
        display: inline-block;
        text-align: left;
        font-weight: bold;
        padding-right: 5px;
        color: #005173;
    }
    .alert--slotSession table thead tr th {
        height: 0;
        padding-top: 0;
    }
    .alert--slotSession table tbody tr td,
    .alert--slotSession table thead tr th {
        text-align: left;
    }

}
body > #loaderBody{
    height: 100%;
}