﻿/*-----------------------------------Header----------------------------------*/

.SurveyHeaderImg {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-top-left-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999)));
    -webkit-border-top-left-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999)));
    -moz-border-top-left-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999)));
    -ms-border-top-left-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999)));
    -o-border-top-left-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999)));
    border-top-right-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999)));
    -webkit-border-top-right-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999)));
    -moz-border-top-right-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999)));
    -ms-border-top-right-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999)));
    -o-border-top-right-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999)));
    z-index: 90;
}

.green-title {
    font-family: 'AlmaraiRegular';
    font-size: 20px !important;
    position: absolute;
    margin-top: 250px;
    margin-right: 30px;
    color: #fff !important;
    z-index: 100;
}

.green-title:before {
    display: none;
}


/*---------------------------------msg---------------------------------------*/

.GoBackToHome {
    text-decoration: none !important;
    margin-top: 70px;
    position: absolute;
    color: var(--Gray-2) !important;
    font-size: 19px;
    display: block;
    margin-right: 25vw;
}

.GoBackToHome:hover {
    color: var(--Green-2) !important;
}


/*------------------------------------Survey---------------------------------*/

.pnlSurvey {
    padding: 10px;
    font-family: 'AlmaraiRegular';
}

.pnlSurvey>table>tbody>tr {
    display: flex;
    flex-direction: column;
}

.pnlSurvey>table>tbody>tr>td:first-child>table>tbody {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

@media only screen and (max-width:1199px) {
    .pnlSurvey>table>tbody>tr>td:first-child>table>tbody {
        flex-direction: column;
    }
    .pnlSurvey>table>tbody>tr>td:first-child>table>tbody>tr {
        margin: 1px;
        max-width: 100%;
    }
}


/*
.pnlSurvey>table>tbody>tr>td:first-child>table>tbody>tr:first-child {
    display: none;
}*/

.pnlSurvey>table>tbody>tr>td:first-child>table>tbody>tr {
    flex: auto;
    background: linear-gradient(to left, #1E6E48, #5D8A59);
}

.pnlSurvey>table>tbody>tr>td:first-child>table>tbody>tr>td {
    padding-right: 20px;
}

.pnlSurvey td[style='font-weight:bold;'] {
    width: 100%;
    display: block;
    background: #92AD6C;
}

.pnlSurvey td[style='font-weight:bold;'] a {
    /*Active tab*/
    color: #1E6E48 !important;
    cursor: default;
}

.pnlSurvey>table>tbody>tr>td:first-child>table>tbody>tr:after {
    content: '';
    height: 0;
    width: 0;
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    position: absolute;
    margin-top: -52px;
    border-right: 15px solid #5D8A59;
}

.pnlSurvey>table>tbody>tr>td:first-child>table>tbody>tr:first-child:after {
    display: none;
}

.pnlSurvey>table>tbody>tr>td:first-child>table>tbody a {
    text-decoration: none;
}

.pnlSurvey>table>tbody>tr>td:nth-child(2)>table>tbody>tr>td {
    display: flex;
    flex-direction: column;
    padding: 10px;
    /* background: #ddd;*/
}

.pnlSurvey .Question {
    font-family: 'AlmaraiRegular';
    font-size: 18px;
    margin: 30px 0;
    padding-right: 10px;
}

.pnlSurvey .cardContainer {
    display: flex;
    flex-direction: column;
    padding: 20px 0px;
    margin-bottom: 20px;
    border: 1px #ddd solid;
    border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
    -webkit-border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
    -moz-border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
    -ms-border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
    -o-border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
}

.pnlSurvey label {
    color: #4F4C4C;
}

.pnlSurvey .Question:first-child {
    margin: 0 0 30px 0;
}
span.RequiredFieldValidator,
.pnlSurvey span[style='visibility: visible;'] {
    background: #fff8c4;
    width: 90%;
    margin: 30px auto;
    color: #4F4C4C;
    padding: 15px;
    padding-right: 50px;
    display:flex;
    align-items:center;
}
span.RequiredFieldValidator:before,
.pnlSurvey span[style='visibility: visible;']:before {
    color: #f79463;
    display: flex;
    content: '\f06a';
    /* f071*/
    font-size: 20px;
    position: absolute;
    font-family: 'FontAwesome';
    margin-right: -30px;
    border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
    -webkit-border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
    -moz-border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
    -ms-border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
    -o-border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
}

.pnlSurvey>table>tbody>tr>td:first-child>table>tbody>tr>td>a {
    color: #fff;
}

.pnlSurvey select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0!important;
    background: #eee;
    background-image: none;
    padding: 0 .5em;
    cursor: pointer;
    position: relative;
    display: flex;
    width: 90%;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    line-height: 3;
    overflow: hidden;
    padding-right: 30px;
    color: #4F4C4C !important;
    border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
    -webkit-border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
    -moz-border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
    -ms-border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
    -o-border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
}

.pnlSurvey select option {
    padding: 30px;
}

.pnlSurvey .btnFinish,
.pnlSurvey .btnNext,
.pnlSurvey .btnStart {
    float: left;
}

.pnlSurvey input[type=submit] {
    font-size: 16px;
    padding: 0 !important;
    width: 150px;
    height: 40px;
    background: linear-gradient(to left, #1E6E48, #92AD6C);
    transition: all 2s ease;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
}

.pnlSurvey input[type=submit]:hover {
    color: #fff !important;
    background: linear-gradient(to right, #1E6E48, #92AD6C);
}

.pnlSurvey input[type=radio] {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    position: relative;
    top: 13.33333px;
    right: 30px;
    bottom: 0;
    left: 0;
    height: 30px;
    width: 30px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0;
    outline: none;
    position: relative;
    z-index: 1000;
    border-radius: 50%;
}

.pnlSurvey input[type=radio]:after {
    border-radius: 50%;
}

.pnlSurvey input[type=radio]:checked {
    background: #5D8A59;
}

.pnlSurvey input[type=radio]:checked::before {
    width: 30px;
    height: 30px;
    display: flex;
    content: '\f00c';
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    align-items: center;
    justify-content: center;
    font-family: 'FontAwesome';
}

.pnlSurvey input[type=radio]:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #92AD6C;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
}

.select2.select2-container {
    margin-left: auto;
    margin-right: auto;
}

.select2-container--default .select2-selection--single {
    height: 40px;
}

@keyframes click-wave {
    0% {
        height: 40px;
        width: 40px;
        opacity: 0.35;
        position: relative;
    }
    100% {
        height: 200px;
        width: 200px;
        margin-left: -80px;
        margin-top: -80px;
        opacity: 0;
    }
}

@-webkit-keyframes click-wave {
    0% {
        height: 40px;
        width: 40px;
        opacity: 0.35;
        position: relative;
    }
    100% {
        height: 200px;
        width: 200px;
        margin-left: -80px;
        margin-top: -80px;
        opacity: 0;
    }
}
.HorizontalAnswer li,
.Answers li{
    padding-right: 35px!important;
    position: relative!important;
    margin-bottom: 20px;
}
.HorizontalAnswer{
	display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
    flex-wrap: wrap;
}
[type="radio"]:not(:checked)+label, [type="radio"]:checked+label{
    position: unset!important;
    padding-right:unset!important;
    height: auto !important;
}
.pnlSurvey input[type=radio]{
    position: absolute;
    top: 0;
    right: 0;
}

.pnlSurvey .cardContainer
{
    padding: 20px 20px !important;
}
.cardContainer input[type=text] {
    border-radius: 5px !important;
}
 

.GoBackToHome:hover {
    color: var(--Green-2) !important;
}



.msg.green {
    line-height: 23px;
    font-size: 15px;
    padding-right: 25px;
    border-radius: 5px;
    background: rgba(76, 175, 80, 0.8) !important;
    font-family: AlmaraiRegular;
    margin-bottom: 150px;
    margin-top: 50px;
    position: relative;
}


    .GoBackToHome {
    text-decoration: none !important;
    margin-top: unset;
    position: absolute;
    color: var(--Gray-2) !important;
    font-size: 19px;
    display: block;
    margin-right: unset;
    left: 0;
    right: 0;
    top: 115px;
    text-align: center;
}


textarea.Answers {
    background: #fff;
    border-radius: 5px;
	width:100%;
	height:auto !important;
}





