﻿#ms-designer-ribbon {
    display: none
}

.errTooltip .errTooltiptext {
    visibility: hidden;
    background-color: #ffff92;
    color: #ff1e11 !important;
    text-align: center;
    border-radius: 6px;
    padding: 1px !important;
    position: absolute;
    width: 120px;
    bottom: 130%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 6px #ce8483;
    font-size: 13px;
}

.errspan {
    margin-right: 32px;
}

.errspan,
.errspanForMembersCount {
    float: right;
    margin-top: -36px;
    position: relative;
    z-index: 2;
    color: red;
}

.errTooltip img {
    width: 15px;
    height: 15px;
    right: inherit;
    top: inherit;
}

.errTooltip:hover .errTooltiptext {
    visibility: visible;
    opacity: 1;
}

.datepicker td,
.datepicker th {
    padding: 5px 10px !important;
}

.ui.dimmer {
    background: transparent
}

.ap-healthPlan-buy {
    max-width: 450px !important;
}

.relative {
    position: relative;
}

.floatLft {
    float: left;
}

.col-100 {
    width: 100%
}

.ap-healthPlan-buy {
    max-width: 550px;
    width: 100%;
    display: inline-block;
    z-index: 2;
}

.ap-bluePatch {
    left: 0;
    top: -30px;
    width: 100%;
    padding: 25px;
    background-color: #475e9d;
    display: block;
    border-radius: 5px;
    z-index: -1;
}

.ap-healthPlan-buy .ap-popup-inner {
    padding-bottom: 40px;
}

.ap-popup-inner {
    background-color: #fff;
    padding: 40px 40px 80px;
    border-radius: 5px;
    z-index: 2;
}

#Wrapper_ErrorModel {
    max-width: 650px !important;
}

    #Wrapper_ErrorModel .ap-personInfo-editWrp li h3 {
        font-size: 20px;
        display: inline-flex;
        vertical-align: middle;
        vertical-align: middle;
        color: #101010 !important;
        font-weight: 400;
    }

.ap-personInfo-editWrp li h3 span {
    display: inline-block;
    margin-right: 10px;
}

.ap-popup-inner .ap-popup-head {
    font-size: 25px;
    margin-bottom: 10px;
}

.ap-verifyOtp-click {
    border: none;
    margin-top: 15px;
    height: 48px;
    line-height: 48px;
    border-radius: 5px;
    cursor: pointer;
    padding: 0;
    font-size: 16px !important;
}

.ap-common-orange-bg {
    background-color: #fc802b;
    color: #fff !important;
}

ul, ul li {
    list-style-type: none;
}

.ap-personInfo-editWrp li {
    margin-bottom: 25px;
}

    .ap-personInfo-editWrp li:last-child {
        margin-bottom: 0;
    }

@media screen and (max-width: 1400px) {
    .ap-popup-inner {
        padding: 40px 40px 54px;
    }
}

.ap-popup-inner .ap-popup-head {
    font-size: 25px;
    margin-bottom: 10px;
}

.textLeft {
    text-align: left;
}

.absolute {
    position: absolute;
}

.planPremium input[type="radio"]:not(:checked) + label:before {
    left: 0px !important;
    top: 3px !important;
}

.planPremium input[type="radio"]:checked + label:after {
    left: 6px !important;
    top: 10px !important;
    height: 7px !important;
    width: 7px !important;
}

.planPremiumInner label {
    font-size: 15px !important
}

.planPremium input[type="radio"]:checked + label:before {
    left: 1px !important;
    top: 5px !important;
}

.errTooltip .errTooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #ffff92 transparent transparent;
}

.chkError {
    position: relative;
}

    .chkError .errTooltiptext {
        background-color: #ffff92;
        color: #ff1e11 !important;
        text-align: center;
        border-radius: 6px;
        padding: 1px !important;
        position: absolute;
        width: 120px;
        /* bottom: 0; */
        left: 0;
        margin-left: -60px;
        /* opacity: 0; */
        transition: opacity 0.3s;
        box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 6px #ce8483;
        font-size: 13px;
        top: 25px;
        opacity: 1;
    }

.declaration li.chkError input[type="checkbox"]:not(:checked) + label:before {
    border: 2px solid red;
}

.chkError .errTooltiptext::after {
    content: "";
    position: absolute;
    top: -9px;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #ffff92;
}
