.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;
}

@media only screen and (max-width:475px) {
    .green-title {
        margin-top: 200px;
    }
}

.green-title:before {
    display: none;
}

.ContainerSurveyCase {
    display: flex;
    flex-direction: row;
    margin-top: -85px;
    margin-bottom: 50px;
}

.ContainerSurveyCase div {
    margin-right: auto;
    margin-left: 20px;
}

.ContainerSurveyCase #lblSurveyCase {
    color: #fff;
}

.ContainerSurveyCase .switch {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 34px;
}

.ContainerSurveyCase .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.ContainerSurveyCase .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #936514;
    -webkit-transition: .4s;
    transition: .4s;
}

.ContainerSurveyCase .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.ContainerSurveyCase input+.slider:after {
    content: "غير مفعل";
    color: #fff;
    font-size: 16px;
    position: absolute;
    height: 34px;
    padding-top: 5px;
}

.ContainerSurveyCase input:checked+.slider:after {
    content: "مفعل";
    color: #fff;
    font-size: 16px;
    position: absolute;
    height: 34px;
    padding-top: 5px;
    width: calc(100% - 26px);
    text-align: left;
}

.ContainerSurveyCase input:checked+.slider {
    background-color: #64995F;
}

.ContainerSurveyCase input:focus+.slider {
    box-shadow: 0 0 1px #936514;
}

.ContainerSurveyCase input:checked+.slider:before {
    transform: translateX(65px);
    -webkit-transform: translateX(65px);
    -ms-transform: translateX(65px);
    -moz-transform: translateX(65px);
    -o-transform: translateX(65px);
}

.SurveyYear {
    display: flex;
    flex-direction: row;
    margin-top: 50px;
}

.SurveyYear .year {
    color: #4F4C4C;
    font-size: 16px;
    height: 40px;
    padding: 7px;
}

.SurveyYear select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0!important;
    background: #64995F;
    background-image: none;
    padding: 0 .5em;
    cursor: pointer;
    position: relative;
    display: flex;
    width: 200px;
    height: 40px;
    margin-right: 10px;
    margin-bottom: 30px;
    line-height: 3;
    overflow: hidden;
    padding-right: 30px;
    color: #fff !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;
}

.SurveyYear select option:hover {
    background-color: rgba(100, 153, 95, 0.5) !important;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.circles>div>div {
    display: block;
    color: #fff;
    width: 250px;
    height: 250px;
    margin: 50px auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.circles>div>div>i {
    font-size: 60px;
    display: block;
    text-align: center;
    padding-top: 40px;
}

.circles .one>div {
    background-color: #92AD6C;
}

.circles .two>div {
    background-color: #E2C879;
}

.circles .three>div {
    background-color: #C4AA83;
}

.circles .text {
    font-size: 18px;
    text-align: center;
    font-family: 'AlmaraiRegular';
    padding-top: 10px;
    text-shadow: 1px 1px 2px #aaa;
}

.circles .number {
    font-size: 45px;
    text-align: center;
    font-family: 'AlmaraiBold';
    padding-top: 10px;
    text-shadow: 1px 1px 2px #aaa;
}

.ChartBox {
    min-width: 300px;
    margin-top: 30px;
}

.ChartBox.Green {
    border: 1px solid rgba(100, 153, 95, 0.3);
}

.ChartBox.Brown {
    border: 1px solid rgba(196, 170, 131, 0.3);
}

.ChartBox.Gray {
    border: 1px solid rgba(150, 150, 150, 0.3);
}

.ChartArea {
    padding: 10px;
}

canvas {
    margin-left: auto;
    margin-right: auto;
}

.title.Green {
    background: #64995F;
}

.title.Brown {
    background: #C4AA83;
}
 
.title.Gray {
    background: #969696;
}

.title {
    color: #fff;
    font-size: 16px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px;
    text-align: center;
    font-family: 'AlmaraiRegular';
   word-wrap: unset;
}
canvas{
    height: 200px!important;
}
.ms-rtestate-field{
   word-wrap: unset;
}
.GroupHeader {
    margin-top: 50px;
    position: relative;
    display: flex;
    flex-direction: row;
    padding: 20px;
}

.GroupHeader:before {
    content: "";
    position: absolute;
    right: auto;
    left: auto;
    bottom: 20px;
    height: 1px;
    width: 96%;
    border-bottom: 1px solid #D9D9D9;
}

.GroupHeader.img>img {
    height: 40px;
}

.GroupHeader .GHTitle {
    color: #C4AA83;
    font-family: 'AlmaraiBold';
    font-size: 20px;
    padding: 12px;
}

.GroupPercentage {
    margin-right: auto;
    margin-left: 10px;
    color: #A37C39;
    font-family: 'AlmaraiRegular';
    font-size: 36px;
}

.quarterContainer {
    display: flex;
    flex-direction: row;
    margin: 50px 0;
}

.quarterContainer label {
    cursor: pointer;
    flex: 25%;
    height: 40px;
    background-color: #4F4C4C;
}

.quarterContainer input[type="radio"] {
    display: none;
}

.quarterContainer span {
    display: inline-block;
    font-family: 'AlmaraiRegular';
    font-size: 16px;
    text-align: center;
    height: 100%;
    width: 100%;
    padding: 6px;
    border-left: 1px solid #fff;
    color: #fff;
}

.quarterContainer input[type="radio"]:checked+span {
    background-color: #B4935E !important;
    color: #fff;
}