.container {
    margin: 50px auto;
    height: 600px;
}

.mr30 {
    margin-right: 30px;
}

.mb20 {
    margin-bottom: 20px;
}

.mt20 {
    margin-top: 20px;
}

.mtb20 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.m3050 {
    margin: 30px 50px;
}

.pt100 {
    padding-top: 100px;
}

.pt200 {
    padding-top: 200px;
}

.bgcolorblue {
    background: #389bf3;
}

.colorwhite {
    color: white;
}

.height413 {
    height: 413px;
}

.height500 {
    height: 500px;
}

.overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 9;
    overflow: auto;
}


/* overlay */


/* popup css*/

.popup {
    width: 90%;
    max-width: 400px;
    position: fixed;
    z-index: 10;
}

.popup-content {
    width: 100%;
    padding: 20px;
    padding-top: 10px;
    background: #4a4ada;
    border: 2px solid #4a4388;
    border-radius: 50px;
    color: white;
}

.first-popup,
.a-popup,
.b-popup,
.result-popup {
    display: none;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.popup-content .custom-button {
    padding: 5px 45px;
    border-radius: 5px;
    background: #e8bf20;
    box-shadow: none;
    border: 1px solid #1357a7;
}

.popup-content .select-type-area {
    margin-left: 125px;
}

.popup-content .checkboxes .checkbox {
    display: inline-block;
    margin-left: 10px;
}

.popup-content .checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.popup .popup-content input[type="text"] {
    color: black;
}

.popup-content input[type="radio"] {
    display: none !important;
}

.popup-content input[type="checkbox"],
input[type="radio"] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}

.popup-content input[type="radio"]+label {
    position: relative;
    padding-left: 25px;
    margin-right: 10px;
}

.popup-content .checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.popup-content input[type="radio"]:checked+label::before {
    background: #dfdb0d;
    border: none;
    transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
}

.popup-content input[type="radio"]+label::before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 1px;
    border: 2px solid #24414f;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
}

.popup #player {
    width: 355px !important;
    height: 190px !important;
}

.popup #player1 {
    width: 355px !important;
    height: 190px !important;
}

.popup #player2 {
    width: 355px !important;
    height: 190px !important;
}