﻿input + label:not(.checkboxPlainLabel) {
    border-radius: 4px;
    /* border: 1px solid #000; */
    box-shadow: 0 0 0 1px #50d0c9;
    padding-left: 50px !important;
}

input:checked + label:not(.checkboxPlainLabel) {
    background-color: none;
    color: #000;
    font-weight: 600;
    box-shadow: 0 0 0 2px #50d0c9;
    /* width: 350px; */
    padding-left: 50px !important;
}

.ChkBoxClass input {
    width: 25px;
    height: 25px;
}

.roundCorner {
    border-radius: 25px;
    background-color: #3eb6ad !important;
    color: #FFFFFF;
    text-align: center;
    font-family: arial, helvetica, sans-serif;
    /* padding: 5px 10px 10px 10px; */
    font-weight: bold;
    width: 100%;
    height: 50px;
    outline: none;
    border: 0px;
}

.roundCorner1 {
    border-radius: 25px;
    background-color: #fff !important;
    color: #000;
    text-align: center;
    font-family: arial, helvetica, sans-serif;
    /* padding: 5px 10px 10px 10px; */
    font-weight: bold;
    width: 100%;
    height: 50px;
    outline: none;
    border: 2px solid #3eb6ad;
}

.arrowdown {
    background-image: url(/images/angle-downN1.png) !important;
    -webkit-appearance: none !important;
    -moz-appearance: none;
    background: transparent;
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 15px;
    border: 1px solid #B589D6;
    border-radius: 5px;
    margin-right: 2rem;
    padding: 1rem;
    padding-right: 2rem;
    width: 100%;
    background-color: transparent;
    color: black;
    padding: 18px !important;
}



.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
    overflow: hidden;
}






