
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid transparent !important;
    border-radius: 4px;
}

.mb-3 {
    margin-bottom: 15px !important;
}

.wrPageTitle {
    font-size: 15px;
}

.wrTable {
    font-size: 13px;
    color: black;
    background: transparent;
    width: 100%;
}

.wrTable th, .wrTable td {
    border: 1px solid rgba(96, 93, 99, 0.45);
    vertical-align: middle;
    padding: 0px 5px 0px 5px;
    font-family: 'Roboto', sans-serif;
    color: rgb(11, 11, 11);
    font-size: 15px;
    width: auto;
    line-height: 1.4rem !important;
    color: rgba(0, 0, 0, 0.95) !important;
}

.wrTable th a, .wrTable td a {
    color: rgba(0, 0, 0, 0.95) !important;
}

.wrTable tr:nth-child(even) {
    background: rgba(240, 248, 255, 0.9);
}

.wrTable td:nth-child(even), .wrTable th:nth-child(even) {
    border-left: 0.5px solid gray;
    border-right: 0.5px solid gray;
}

.wrTable thead {
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    background: rgba(180, 209, 208, 0.71);
}

.wrTable input, .wrTable.select {
    border: none;
    background: transparent;
    width: 100%;
}

.wrTable input::selection, .wrTable select::selection {
    background: #bebebe;
}

.wrTable input::-moz-selection { /* Code for Firefox */
    background: #bebebe;
}

.wrTableBtn {
    border: 0px;
    color: blue;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    background: transparent;
    border: 0.5px solid black;
    font-size: 14px;
}

.wrTable.isDeletedRow {
    display: none;
}

.wrTable .fa-grip-vertical {
    color: #5f5f5f;
    font-size: 10px;
}

.wrTable .handle {
    cursor: -webkit-grab; /* Chrome 1-21, Safari 4+ */
    cursor: -moz-grab; /* Firefox 1.5-26 */
    cursor: grab;
}

.wrFilterSelect {
    color: black;
    padding: 0px 0px 0px 0px !important;
    font-size: 15px;
    font-weight: 500;
    line-height: 14px;
    height: 25px;
}

.wrLabel {
    color: black;
    font-size: 15px;
    font-weight: 500;
    padding: 0px 0px 0px 0px;
    margin: 0px;
}

.wrAnchor {
    color: blue;
    text-decoration: underline;
}

.error-msg {
    color: red !important;
}

.wrTable.textarea {
    width: 100%;
    border: none;
    font-size: 12px;
    background: transparent;
}

/* .wrTable tr:nth-child(even):hover {
    background-color: #6b8ee9;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
}
.wrTable tr:nth-child(even) {
    background: #ecf8fd;
    transition: all .15s ease;
    transition-duration: 0.8s;
} */

table.wrTable tr {
    transition: all .15s ease;
    transition-duration: 0.8s;
}

/* table.wrTable tbody tr:hover{
background-color: #6b8ee9;
transform: translateY(-5.5px);
color: #fff;
box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
}
table.wrTable tbody tr:hover td{

color: #fff;
}
table.wrTable tbody tr:hover a i{
    color: #fff!important;
} */
.wrTable th {
    font-weight: 600;
    padding: 4px !important;
}

.select2-results__option {
    color: black !important;
    font-weight: normal !important;
    line-height: 1rem !important;
}

.select2-search__field {
    color: black !important;
    font-weight: normal !important;
    line-height: 1.5rem !important;
}

a.nav-link.active {
    background-color: #e4efea !important;
}

.widget-content .card-box {
    padding: 0.6rem !important;
}


/* ===================================this css write by rajesh started here======================= */
.mt-5 {
    margin-top: 25px !important;
}

.boxBorder {
    border: 1px solid #ccc;
}

.p-3 {
    padding: 15px !important;
}

.me-2 {
    margin-right: 10px !important;
}

.registrarionProgressbar {
    margin-left: 0px;
    margin-right: 0px;
    /* display: inline-block; */
    width: auto;
    display: flex;
    justify-content: center;
}

.dateSection .input-label {
    text-align: left;
}

.heightValue {
    display: flex;
    justify-content: space-between;
}

.heightValue > .wrInputText:first-child {
    margin-right: 15px;
}

.registrationInputGroup {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    text-align: left;
}

.cardDetail .input-label sup,
.experyDate .input-label sup,
.zip-wrap .input-label sup,
.registrationInputGroup .input-label sup {
    color: red;
    font-size: 16px;
    top: 0em !important;
}

.occupationalActivitySection {
    padding: 15px;
}

.occupationalActivitySection .custom-radio-1 {
    margin-bottom: 10px;
    display: inline-block;
}

/*.occupationalActivitySection .custom-radio-1:last-child{*/
/*    margin-bottom: 0px;*/
/*}*/
.occupationalActivitySectionText .custom-radio-1 .input-label {
    display: flex;
}

.occupationalActivitySectionText .custom-radio-1 .input-label span {
    padding-left: 10px;
}

.shadow-0 {
    box-shadow: none !important;
}


.legender {
    top: -12px;
    position: absolute;
    padding: 0 5px;
    left: 20px;
    background: #fff;
}

.legender .le-title {
    font-size: 16px;
    color: #000000;
}

.form-boxed {
    position: relative;
    border: 1px solid #ccc;
    padding: 15px 0px 0px;
}

.p-2 {
    padding: 0.5rem !important;
}

legend.scheduler-border {
    font-size: 14px !important;
    font-weight: normal !important;

}

.customBg {
    background-color: inherit !important;
}

.innerBoxSupplementProduct .form-group label, .innerBoxSupplementProduct label,
.innerBoxSupplementBlock .form-group label, .innerBoxSupplementBlock label {
    font-size: 14px;
    color: #000;
    letter-spacing: 0px;
}


.iputBgColorChange .select2-container--default .select2-selection--multiple {
    background-color: white;
    border-radius: 4px;
    cursor: text;
    border: 1px solid #bfc9d4;
    color: #3b3f5c;
    font-size: 15px;
    padding: 8px 16px;
    letter-spacing: 1px;
    font-weight: 700;
    background: white !important;
}

div#myRadioGroup {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.radiogroupSection .paymentRadioSection {
    margin-right: 30px;
}

.radiogroupSection .freeTrialRadioSection {
    margin-right: 30px;
}

div#accessSectionContent, div#paymentSectionContent, div#freeTrialSectionContent {
    display: inherit;
    width: 100%;
    margin-top: 30px;
}

p.accessTitle, p.paymentTitle {
    font-size: 18px;
    font-weight: 500;
}

.accessCodeSection {
    width: 100%;
}

.zip-company {
    margin: 5px 0px 0px 0px;
}

.freeTrialCodeInput {
    padding: 0px 250px 0px 250px;
}

.freeTrialCodeInput input {
    text-align: center;
}

.experyDate, .cardDetail, .street, .state, .city, .country, .zip-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.experyDate label, .cardDetail label, .street label, .state label, .city label, .country label, .zip-wrap label {
    color: #000 !important;
}

label.pay {
    color: #000 !important;
}

.experyDateInput {
    width: 100%;
    display: flex;
    text-align: left;
    justify-content: space-between;
}

.w-48 {
    width: 48%;
    display: inline-block;
}

label.pay {
    color: #000;
}


/* ===================================this css write by rajesh end here======================= */

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: inherit!important;
    user-select: none;
    -webkit-user-select: none;
}
span.select2.select2-container.select2-container--default.select2-container--open .select2-selection--single, .select2-container--default.select2-container--open .select2-selection--multiple {

    box-shadow:none!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 27.64px!important;
    border-radius: 6px!important;
}
.select2-container--default .select2-selection--single{
    border: none!important;
    border-radius: 6px!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 21px!important;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}




