.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1200; /* Sit on top */
    padding-top: 55px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.52); /* Black w/ opacity */
	backdrop-filter: blur(5px);
}

/* Modal Content */
.modal-content {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 100px;
    width: 90%;
    position: relative;
    max-width: 1300px;
}

/* The Close Button */
.modalClose {
    color: #000000;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    background-color: #d7d7d7;
    width: 129px;
    height: 36px;
    border-radius: 2px;
    line-height: 34px;
    text-align: center;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    display: table;
    font-size: 15px;
    text-decoration: none;
}

.modalClose:hover,
.modalClose:focus {
    text-decoration: none;
    cursor: pointer;
    background-color: #444444;
    color: #FFFFFF;
}
/*Modal Styles */

.modalGen {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1200; /* Sit on top */
    padding-top: 55px; /* Location of the box */
    left: 0;
    top: 45px;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0 0 0 / 44%);
    backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
    font-family: 'Roboto', sans-serif;
}

/* Modal Content */
.modal-contentGen {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 100px;
    width: 90%;
    position: relative;
    max-width: 1300px;
}

/* The Close Button */
.modalCloseGen {
    color: #000000;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    background-color: #d7d7d7;
    width: 129px;
    height: 36px;
    border-radius: 2px;
    line-height: 34px;
    text-align: center;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    display: table;
    font-size: 15px;
    text-decoration: none;
}

.modalCloseGen:hover,
.modalCloseGen:focus {
    text-decoration: none;
    cursor: pointer;
    background-color: #444444;
    color: #FFFFFF;
}

.modalHeadingWrapper {
    width: 100%;
    height: 52px;
    text-align: center;
    color: #FFFFFF;
    font-size: 19px;
    line-height: 57px;
    position: relative;
    background-color: rgba(37,37,37,0.85);
}
.modalSubHeadingWrapper {
    width: 100%;
    background-color: #E9E9E9;
    text-align: center;
    color: #000000;
    font-size: 11px;
    position: relative;
    padding-top: 13px;
    display: table;
    height: auto;
    padding-bottom: 13px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}
.modalHeadingSymbol {
    margin-right: 8px;
}
.modalContentWrapper {
    width: 100%;
    background-color: #FFFFFF;
    height: auto;
    display: table;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 18px;
}
.modalContentContainer {
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.modalWarningSign {
    width: 20%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 39px;
    line-height: 64px;
    color: #FF8900;
}
.modalWarningInformation {
    width: 95%;
    height: auto;
    text-align: center;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    line-height: 24px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}
.modalWarningSubInformation {
    width: 100%;
    height: auto;
    float: left;
    text-align: justify;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 17px;
    background-color: #E2E2E2;
    padding-bottom: 16px;
}
.modalButtonContainer {
    width: 100%;
    height: auto;
    display: table;
    position: relative;
    padding-top: 20px;
    padding-bottom: 24px;
}
.modalOverallContentWrapper {
    width: 100%;
    display: block;
    height: auto;
    position: relative;
}
.modalTabContainer {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0px;
    background-color: #FFFFFF;
}

.questionBase {
    width: 90%;
    height: 328px;
    max-width: 800px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 68px;
    margin-left: auto;
    margin-right: auto;
}


.deviceSelectionWrapper {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 32px;
    display: table;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 1045px;
    vertical-align: top;
    max-height: 219px;
}
.deviceCompatibilityWrapper {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 32px;
    display: table;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 1045px;
    vertical-align: top;
    max-height: 219px;
}
.deviceSelectionItemWrapper {
    width: 24%;
    height: 100%;
    display: inline-block;
}
.deviceSelectionItemLink {
    height: 100%;
    width: 90%;
    display: table;
    margin-left: auto;
    margin-right: auto;
    max-width: 238px;
    border: 1px solid #EBEBEB;
    -webkit-box-shadow: 5px 5px 12px -2px #C1C1C1;
    box-shadow: 5px 5px 12px -2px #C1C1C1;
}
.deviceSelectionItemLink:hover {
    background-color: #f1f1f1;
    -webkit-box-shadow: 5px 5px 12px 0px #A1A1A1;
    box-shadow: 5px 5px 12px 0px #A1A1A1;
}
.deviceCompatibilityItem {
    height: 100%;
    width: 90%;
    display: table;
    margin-left: auto;
    margin-right: auto;
    max-width: 180px;
}
.deviceSelectionItemImage {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 25px;
}
a.modalHeadingCloseButton {
    width: 52px;
    height: 52px;
    display: table;
    position: absolute;
    font-size: 18px;
    line-height: 50px;
    color: #E5E5E5;
    right: 0px;
    top: 0px;
    font-weight: 200;
}
a.modalHeadingCloseButton:hover {
    background-color: #c70238;
    color: #FFFFFF;
    height: auto;
}
a.modelQuestionButton {
    width: 100%;
    height: 100%;
    ;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    line-height: 55px;
    color: #000000;
    background-color: #d7d7d7;
    display: table;
}
a.modelQuestionButton:hover {
    background-color: #444444;
    color: #FFFFFF;
}
.modalTabsSelector   {
    display: table;
    text-align: center;
    width: 100%;
}
.modalQuestionButtonContainer {
    display: inline-block;
    width: 231px;
    height: 69px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 18px;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 18px;
}
#noSetupRequiredWrapper {
    height: 328px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 93px;
}
.modalTabsSelector li {
	float:none;
}
.modalTabsSelector{
	margin-left:auto !important;
	margin-right:auto !important;
}
.modalContentHalfDevider {
    width: 50%;
    height: 350px;
    float: left;
}
.modalWarningInformation.leftModalInfo {
    text-align: left;
    margin-bottom: 16px;
}
.modalWarningInformation.leftModalInfo li {
    list-style-type: disc;
    list-style-position: outside;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 9px;
}
.modalContentWrapper.fullHeight {
    padding-top: 0px;
    position: relative;
    background-color: rgba(0,0,0,1.00);
}
.modalWarningInformation.tutorialModal {
    margin-top: 18px;
    margin-bottom: 22px;
}
.modalContentHalfDevider.contentSide {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
    display: table;
    min-height: 350px;
    background-color: rgba(255,255,255,1.00);
}
.modalContentWrapper.profileSwitcherWrapper {
    background-color: rgba(255,255,255,0.78);
}
.modelQuestionButton.profileSwitcherButton {
    background-color: #5F5F5F;
    color: #ffffff;
}
.modalHeadingWrapper.profileSwitcherHeading {
    background-color: rgba(37,37,37,0.54);
}
.modal-content.profileSwitcherModelContent.profileSelector1 {
    max-width: 620px;
}
.questionBase.profileSelector1 {
    display: table;
    height: auto;
    padding-top: 28px;
    padding-bottom: 65px;
}
.tabs.modalTabsSelector.profileSelector1 {
    display: table;
    height: auto;
}




.modal-content.profileSwitcherModelContent {
    margin-top: 14vh;
}





@media (max-width:770px){
.modalContentHalfDevider {
    width: 100%;
}

.deviceCompatibilityWrapper{
    padding-left: 0px;
    padding-right: 0px;
}
}
