/* Screen layout */
div#optisigns__screen {
	padding-top: 50px !important;
    padding-bottom: 50px !important;
}
div#optisigns__screen__header {
    width: 100% !important;
    max-width: 700px !important;
    padding: 0 30px !important;
	margin-bottom: clamp(25px, 2.5vw, 40px) !important;
}
#optisigns__screen__header h4 {
    color: #4D5B64;
    font-size: clamp(16px, 2.5vw, 25px);
    font-weight: bold;
  	margin: 0;
  	padding: 0;
}
#optisigns__screen__header #vip_user {
    display: flex;
    align-items: center;
  	justify-content: flex-end;
}
#optisigns__screen__header #vip_user__welcome {
    margin-right: 10px;
    text-align: right;
}
#optisigns__screen__header button {
    width: clamp(50px, 8vw, 80px);
    height: clamp(50px, 8vw, 80px);
    border-radius: 100vw;
    border: 1px solid #707070;
    font-size: clamp(20px, 3vw, 30px);
    font-weight: bold;
    color: #4D5B64;
}

div#vip_user__logout {
    display: flex;
    justify-content: flex-end;
}
div#vip_user__logout a {
    color: red;
    font-size: clamp(18px, 2.5vw, 25px);
    cursor: pointer;
}
#vip_user__badge {
  cursor: pointer;
}
div#optisigns__screen__content {
    width: 100% !important;
    max-width: 700px !important;
    padding: 0 30px !important;
}

h2.screen-title {
    font-size: clamp(20px, 4.688vw, 30px);
    font-weight: bold;
    color: #4D5B64;
    border-bottom: 1px solid #707070; 
    margin-bottom: 30px;
}
.vip-devices__search {
	position: relative;
	margin-bottom: 30px;
}
input#search-device {
    height: 50px;
    border-radius: 10px;
    width: 100%;
    padding-left: 15px;
    padding-right: clamp(35px, 10.938vw, 70px);
    font-size: clamp(16px, 3.906vw, 25px);
}
button#search-button {
    position: absolute;
    border: none;
    background: none;
    font-size: clamp(16px, 3.906vw, 25px);
    right: 20px;
    top: 5px;
    z-index: 10;
	top: 50% !important;
    transform: translateY(-50%) !important;
}

/* DEVICES LIST */
#vip-devices__list {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
}
.vip-device__name {
    font-size: clamp(18px, 3.906vw, 25px);
    font-weight: bold;
    color: #4D5B64;
    line-height: 1.3em
    
}
.vip-device {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #CBC9C9;
  	gap: 10px
}
.vip-device__playing-asset {
    font-size: clamp(16px, 3.125vw, 20px);
    color: #4D5B64;
}
.vip-device__button button {
    border: none;
    border-radius: 10px;
    padding: 15px;
    color: #fff;
    font-size: clamp(12px, 3.906vw, 25px);
    font-weight: 600;
  	min-width: clamp(120px, 18.75vw, 200px);
  	cursor: pointer;
}
.vip-device__button-stop{ background-color:#458FE8 }
.vip-device__button-play{ background-color:#255EA2 }

/*
 * ASSETS GRID
 * */
#vip-videos__wrapper h3 {
    font-size: clamp(18px,3.9vw,25px);
    font-weight: bold;
    color: #4D5B64;
    margin-bottom: 30px;
}
#vip-videos__wrapper .vip-videos__language-select {
    height: 50px;
    border-radius: 10px;
    width: 100%;
    padding-left: 15px;
    font-size: clamp(18px,3.9vw,25px);
    margin-bottom: 30px;
}
#vip-videos__wrapper .vip-videos__video-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
    grid-gap: 20px;
    background-color: #F3F3F4;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
	cursor: pointer;
}
#vip-videos__wrapper .vip-videos__video-card {
	border: 3px solid #fff;
    border-radius: 10px;
    background-color: #fff;
    padding: 8px;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.2)
}
#vip-videos__wrapper .vip-videos__video-card.selected {
	border: 3px solid #255EA2;
}
#vip-videos__wrapper h4.vip-videos__video-title {
    font-size: clamp(14px,2.5vw,15px) !important;
    text-align: center;
    color: #4D5B64;
    font-weight: bold;
	padding: 0;
}
#vip-videos__wrapper .vip-videos__video-description {
    font-size: 12px;
    line-height: 1.3em;
    text-align: center
}
/* Assets summary section */
#vip-videos__wrapper .vip-videos__selection-summary {
    background-color: #D2F8D2;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
}
#vip-videos__wrapper .vip-videos__selection-summary p {
    font-size: clamp(16px,3.1vw,20px);
}
.navigation-buttons {
    display:grid;
    grid-gap: 15px;
    align-items: center;
}
button.btn-primary {
    border: none;
    border-radius: 10px;
    padding: 15px;
    color: #fff;
    font-size: clamp(12px, 3.906vw, 25px);
    font-weight: 600;
    cursor: pointer;
    background-color: #255EA2;
}
button.btn-secondary {
    border: none;
    background: none;
    padding: 15px;
    font-size: clamp(18px,3.9vw,25px);
    color: #4D4C4C;
    text-decoration: underline;
    cursor: pointer;    
    width: 200px;
    margin: 0 auto;
}
button.btn-primary.disabled {
	background-color: #d0d0d0;
}

@media only screen and (max-width: 640px){
	.button.btn-primary {
	}
}

/*
 * Confirmation screen
 * */
.vip-confirmation__content {
    background-color: #F3F3F4;
    padding: clamp(30px, 7.813vw, 50px);
    border-radius: 10px;
}
.vip-confirmation__content * {
    color: #4D5B64;
}
.vip-confirmation__flowchart {
    display: grid;
    grid-template-columns: 1fr 50px 1fr;
    grid-gap: clamp(10px, 4.688vw, 30px);
    align-items: center;
}
.vip-confirmation__flowchart::after {
    content: "";
    border: 1px solid #CBC9C9;
    grid-column: 1 / -1;
    width: 60%;
    margin: clamp(30px, 7.813vw, 50px) auto;
}
.vip-confirmation__flowchart div:not(.vip-confirmation__flowchart div:nth-child(2)) {
    text-align: center;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.vip-confirmation__arrow {
    display: flex;
    justify-content: center;
}
.vip-confirmation__arrow i {
    font-size: clamp(30px, 7.813vw, 50px);
}
.vip-confirmation__device i {
    font-size: clamp(50px, 14.063vw, 100px);
}
.vip-confirmation__content h3 {
    font-size: clamp(20px, 6.25vw, 40px);
    text-align: center;
    font-weight: bold;
    margin-bottom: clamp(10px, 4.688vw, 30px);
}
.vip-confirmation__flowchart h4 {
    font-size: clamp(14px,2.5vw,15px) !important;
    text-align: center;
    font-weight: bold;
    padding: 10px 0;
}
.vip-confirmation__content button.btn-primary {
    min-width: clamp(100px, 39.063vw, 250px);
    margin: 0 auto;
}
.vip-confirmation__content button.btn-primary:hover {
    background-color: #00326E;
}

/*
 * NOW PLAYING screen
 * */
.vip-video-playing__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: clamp(300px, 78.125vw, 500px);
    background-color: #F3F3F4;
    padding: clamp(30px, 7.813vw, 50px);
    border-radius: 10px;
}
.vip-video-playing__content .vip-video-playing__video-title {
    text-align: center;
    color: #4D5B64;
    font-size: clamp(24px, 5.469vw, 35px);
    font-weight: bold;
    line-height: 1.3em;
}
.vip-video-playing__content #go-back-to-dashboard {
    margin: 30px auto;
    min-width: clamp(200px, 46.875vw, 300px);
}

/*
 * STOP VIDEO confrimation screen
 * */
.vip-stop-video__content {
    background-color: #F3F3F4;
    padding: clamp(30px, 7.813vw, 50px);
    border-radius: 10px;
}
.vip-stop-video__video-title {
    text-align: center;
    color: #4D5B64;
    font-size: clamp(24px, 5.469vw, 35px);
    font-weight: bold;
    line-height: 1.3em;
    display: flex;
    flex-direction: column;
    padding: 50px 0 0 0;
    line-height: 1.3em
}
.vip-stop-video__video-title::after {
    content: "";
    border: 1px solid #CBC9C9;
    width: 60%;
    margin: clamp(30px, 7.813vw, 50px) auto;
}
.vip-stop-video__content button.btn-primary {
    min-width: 250px;
    margin: 0 auto;
}