.step-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.step-options--thumbs {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

.step-option {
    margin: 0 auto 1em;
    flex: 0 1 auto;
    transition: transform .15s ease-out, filter .25s ease-out;
    width: calc(33.3333% - 1.5em);
}

.step-option:hover {
    cursor: pointer;
}

.step-option__image {
    border: 4px solid #F840B5;
    display: block;
    transition: border-color .25s ease-out;
    width: 80%;
    border-radius: 50%;
}


.step-option__desc {
    display: block;
    font-size: 1.9rem;
    padding-top: 1.5rem;
    text-align: center;
}

.step-options--thumbs:hover .step-option:not(:hover) {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.step-options--checkbox:hover .step-option:not(:hover) {
    -webkit-filter: grayscale(.5);
    filter: grayscale(.5);
}

.step-options:hover .step-option:hover,
.selected-li {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.step-buttons .btn:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.step-buttons .selected-li {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.step-options--checkbox .step-option {
    margin-bottom: 2em;
    text-align: left;
    width: 32%;
}

.step-options--checkbox .step-option__desc,
.step-options--checkbox .step-option__image {
    display: inline-block;
    padding: 0;
    vertical-align: middle;
    width: auto;
}

.step-options--checkbox .step-option__image {
    margin-right: 2em;
}

.step-option__checkbox,
.step-option__checkbox-text {
    display: inline-block;
    vertical-align: middle;
}

.step-option__checkbox {
    border: 2px solid #ffcd19;
    height: 1.1em;
    width: 1.1em;
}


.c-checkbox input[type=radio]:checked+span,
.c-radio input[type=radio]:checked+span {
    background-color: #fff;
}

.c-checkbox input[type=checkbox]:checked+span,
.c-checkbox input[type=radio]:checked+span,
.c-radio input[type=checkbox]:checked+span,
.c-radio input[type=radio]:checked+span {
    border-color: #f841b5;
    background-color: #f841b5;
}

.c-checkbox.c-checkbox-rounded span,
.c-checkbox.c-radio-rounded span,
.c-radio span,
.c-radio.c-checkbox-rounded span,
.c-radio.c-radio-rounded span {
    border-radius: 500px;
}

.c-checkbox span,
.c-radio span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: -20px;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    border: 1px solid #ccc;
    margin-right: 5px;
    text-align: center;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.c-checkbox *,
.c-radio *,
.switch * {
    cursor: pointer;
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate(0, 0);
}

.fa,
.fa-stack {
    display: inline-block;
}

.fa,
.glyphicon {
    -moz-osx-font-smoothing: grayscale;
}

#registerForm {
    text-align: center;
    font-family: 'Open Sans Condensed', sans-serif !important;
}

#registerForm h1 {
    font-size: 28px !important;
    font-weight: bolder !important;
    line-height: 1.25 !important;
    text-align: center;
    font-family: 'Open Sans Condensed', sans-serif !important;
    padding-left: .5em;
    padding-right: .5em;
    text-transform: none;
}

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}

.c-checkbox,
.c-radio {
    line-height: 20px;
    font-size: .9em;
}

.checkbox-inline,
.radio-inline {
    display: inline-block;
    padding-left: 10px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}

label.radio-inline.c-radio {
    margin: 1em auto;
}

.checkbox-inline,
.radio-inline {
    padding-left: auto;
}

input[type="radio"],
input[type="checkbox"]:checked {
    visibility: hidden;
}

input[type=radio]:checked+span:before {
    color: #f841b5;
}

.c-checkbox input[type=checkbox]:checked+span:before,
.c-checkbox input[type=radio]:checked+span:before,
.c-radio input[type=checkbox]:checked+span:before,
.c-radio input[type=radio]:checked+span:before {
    color: #fff;
    opacity: 1;
    transition: color .3s ease-out;
}

.c-checkbox span:before,
.c-radio span:before {
    margin-left: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    text-align: center !important;
    font-size: 12px;
    line-height: 18px;
    vertical-align: middle;
}

/*-- custom tour styles --*/

.flex-shrink-0 {
    margin-top: 85px;
}

.navbar {
    background: #fff;
}


.link-dark {
    text-transform: uppercase;
}

li.nav-item {
    margin: 0.5em;
    color: #17B0FA;
}

video.img-fluid {
    min-width: 100%;
}

.vid-thumb {
    border: 1px solid #17B0FA;
    border-radius: 6px 6px 0px 0px;
}

video.img-fluid.main-vid {
    border-radius: 6px;
    border: 2px solid #F841B5;
}

.hide-while-loading {
    opacity: 0;
}

.loader-container {
    text-align: center;
    margin-top: 50px;
}

.loader {
    margin-left: auto;
    margin-right: auto;
    border: 5px solid #f3f3f3;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 5px solid #555;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    opacity: 0.8;
}

.more-thumbs {
    display: none;
}

.live {
    position: absolute;
    z-index: 2;
    text-transform: uppercase;
    color: #fff;
    background: #54ba9b;
    padding: .15em .25em;
    border-radius: 12px;
    font-family: 'Open Sans', sans-serif;
    font-size: smaller;
    font-weight: bold;
    margin: 8px auto auto 8px;
}

.start-cam {
    position: absolute;
    z-index: 2;
    bottom:  10px;
    right:  25px;
 }

 .start-cam img  {
    max-width: 85px;
 }

.overlay {
    position: absolute;
    width: 100%;
    max-width: 635px;
    height: 100%;
    max-height: 480px;
    z-index: 1.5;
    border-radius: 6px;
    background: url('https://promos.camsoda.com/resp-jsonquiz/overlay-controls-3.png'), rgba(0, 0, 0, 0.75);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    object-fit: contain;


}

.scale-img {
    object-fit: cover;
}


.thumb-info {
    width: 100%;

    padding: .25em;
    height: 32px;
    border: 1px solid #17B0FA;
    border-radius: 0px 0px 8px 8px;

    overflow: hidden;
    background: #fff;
    color: #F841B5;
}

.model-name,
.viewers {
    display: inline-block;
    color: #000;
    font-size: 12px;
}

.model-name {
    color: #F841B5;
    text-transform: uppercase;
    font-weight: bold;
    max-width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.viewers {
    text-align: right;
    margin-right: 0;
}

.btn-primary {
    background: #17B0FA;
    border-color: #fff;
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
    color: #fff;
    background-color: #F841B5;
    border-color: #fff;
}

.btn-custom {
    padding: 1em;
    color: #fff;
    background: rgb(23, 176, 250);
    background: linear-gradient(90deg, rgba(23, 176, 250, 1) 0%, rgba(248, 65, 181, 0.7525385154061625) 100%);
}

.btn-primary,
.btn,
.btn-secondary,
.btn-custom {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}



img.logo {
    width: 160px;
}

h1,
h2,
h3,
h4 {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #2f4d62 !important;
    font-weight: bold;
}

a {
    color: #2f4d62;
}


hr {
    height: 6px;
    padding: .1rem;
    background: linear-gradient(321deg, rgba(23, 176, 250, 1) 10%, rgba(248, 65, 181, 0.458420868347339) 100%);
}

a {
    text-decoration: none;
}



.footer {
    text-align: center;
    font-size: smaller;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {

    .overlay {
        max-width: 95%;
        max-height: 255px!important;
    }

}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {

    .overlay {
        max-width: 95%;
        max-height: 95%;
    }
}

/* X-Large devices (large desktops, less than 1400px)  
@media (max-width: 1399.98px) { 
}

/* Large devices (desktops, less than 1200px)  
@media (max-width: 1199.98px) {
    .overlay {
        max-width: 458px;
        max-height: 345px;
    }
}



/* Medium devices (tablets, less than 992px)  
@media (max-width: 991.98px) {
    .overlay {
        max-width: 340px;
        max-height: 200px;
    }
}
*/

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

    .overlay {
        max-width: 95%;
        min-height: 100%;
    }


}


/* 2688x1242px at 458ppi iPhone XS Max */
@media only screen 
    and (device-width : 414px) 
    and (device-height : 896px) 
    and (-webkit-device-pixel-ratio : 3) { 

     .overlay {
        max-width: 95%;
        min-height: 100%;
    
    }

}



.col-md-6 { position: relative; }    /*  for responsive overlay */


/*-- sidebar styles --*/

.side-navbar {
    width: 180px;
    height: 100%;
    position: fixed;
    background: #fff;
    margin-left: -300px;
    margin-top: 60px !important;
    color: #bdc3c7;
    transition: 0.5s;
    border-right: 1px solid #ccc;
    z-index: 3;
    font-family: 'Open Sans', sans-serif;
    font-size: smaller;
    line-height: 2;
}

.side-navbar a {
    color: #95a5a6;

}

.side-navbar a:hover {
    color: #17B0FA;
}


.nav-link:active,
.nav-link:focus,
.nav-link:hover {
    background-color: #17B0FA;
    font-family: 'Open Sans', sans-serif;
}

.side-container {
    transition: 0.4s;
}

.cat-container {
    background: #e4f2fd;
    font-weight: bold;
    padding: .25em;
    color: #000;
}

.selected {
    color: #F841B5;
    text-decoration: underline;
}

.active-nav {
    margin-left: 0;
}


/* for main section */
.active-cont {
    margin-left: 180px;
}

#menu-btn {
    background-color: #F841B5;
    margin-top: 285px;
    color: #fff;
    margin-left: -100px;
    transform: rotate(90deg);
    position: fixed;
    z-index: 5;
    color: #fff !important;

}

.nav-container {
    text-transform: uppercase;
    font-weight: bold;

}

ul.list-unstyled li,
.nav-container {
    border-bottom: 1px solid #17B0FA;
    padding: .2em;
    width: 90%;

}

.side-container input {
    border-radius: 2rem;
    padding: 2px 20px;
}

.input-group.input-group-sm {
    width: auto;
    height: 30px;
    margin: 15px auto;

}

.btn-outline-secondary {
    color: #F841B5;
    border: 1px solid #F841B5;
    border-radius: 8px;
}

.btn-outline-secondary:hover {
    background: #F841B5;
}

.form-control.form-custom {
    border-color: #F841B5;
}

.form-control {
    max-width: 90%;
    margin: auto;
}

@media (max-width: 767.98px) {

    img.logo,
    img.logo-step-2 {
        max-width: 160px;
        margin: 5px auto auto 33% !important;
        position: fixed;
    }

    img.logo-step-2 {
        margin-left: 12px !important;
    }

    .btn-bigger {
        font-size: 1.5rem;
    }

    .step-option {
        min-width: 50% !important;
    }

    .progress {
        margin-top: 5em;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 20px;
    }

}

@media (max-width: 767.98px) {
    img.logo {
        max-width: 160px;
    }

    /*    button.btn.btn-primary, button.btn.btn-link { font-size: smaller; }
    button.btn.btn-primary.btn-lg.bigger { font-size: medium; }
    h3 { font-size : larger; }
*/
    img.logo,
    img.logo-step-2 {
        max-width: 140px;
        margin: auto !important;
        position: relative;
    }

    .thumb-info {}

}
