.price-card {
    text-align: center;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    padding: 27px 12px;
    margin-bottom: 30px;
    position: relative;
    align-items: center !important;
    border-radius: 31px;
    /* margin-top: 10px !important; */
    background-image: url("../../../assets/images/pricing-background.png");
    background-position: center center;
    background-size: cover;
    width: 360px;
    height: 522px;
}

.plan-price {
    color: var(--2, #1B1468);
    text-align: center;
    font-family: Plus Jakarta Sans;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.plan-price-sub {
    color: var(--1, #1B1468);
    font-family: Plus Jakarta Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.price-card::before {
    position: absolute;
    content: "";
    /* background-image: url(../img/shape/price.png); */
    background-position: center center;
    background-size: cover;
    width: 145px;
    height: 100px;
    bottom: 0;
    left: 0;
}

.price-card .price-top {
    height: 180px;
}

.price-card .price-top h3 {
    text-align: center;
    font-family: Plus Jakarta Sans;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.price-card .price-top p {
    color: #BBB;
    text-align: center;
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.price-card .price-top i {
    color: #ef7f1a;
    font-size: 25px;
    border: 1px dashed #ef7f1a;
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 50px;
    text-align: center;
    margin-bottom: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.price-card .price-top h2 {
    font-size: 40px;
    font-weight: 600;
}

.price-card .price-top h2 sub {
    font-size: 14px;
    color: #969697;
    top: -2px;
    position: relative;
}

.price-card .price-feature {
    text-align: left;
    margin-bottom: 30px;
}

.price-card .price-feature ul {
    padding-left: 30px;
    margin-bottom: 0;
}

.price-card .price-feature ul li {
    list-style: none;
    color: #707070;
}

.icon {
    font-size: 20px;
    color: #1b1468;
}

.price-card .price-btn a {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #1b1468;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 12px;
}

.price-card.mt-12 {
    margin-top: -12px;
}

.price-btn a:hover {
    background: #1b1468;
}

.section-title h2 {
    font-weight: 700;
}

.section-heading h3 {
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.form-check-input:checked {
    background-color: #1b1468;
    border-color: #1b1468;
}

.form-check-label {
    color: #1b1468;
}

#flexSwitchCheckDefault {
    height: 25px;
    width: 50px;
}

.form-check-input {
    margin-top: 0;
}

.form-check .form-check-input {
    margin-left: 0;
    background-image: none;
}

.css-tooltip-right span {
    right: -1px;
    top: 40px;
}

.css-tooltip-right span {
    /* font-size: 13px !important; */
    /* line-height: normal !important; */
    text-align: left !important;
    padding: 30px 12px !important;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    /* z-index: 9999999 !important; */
    width: 347px !important;
    color: #1b1468 !important;
    background: #fff;
    border-radius: 38px;
    border: 1px solid #1b1468;
}
.css-tooltip-right span::after {
    content: "";
    position: absolute;
    bottom: 98%;
    right: 14px;
    border-width: 19px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

.css-tooltip-bottom-min i {
    border: none !important;
    font-size: 0 !important;
    line-height: 28px !important;
}

.css-tooltip-right i {
    border: none !important;
}

.css-tooltip-right:hover span,
.css-tooltip-bottom:hover span {
    visibility: visible;
    opacity: 1;
}

.css-tooltip-right:hover span,
.css-tooltip-bottom-min:hover span {
    visibility: visible;
    opacity: 1;
}

.form-control-select {
    background: none;
    border: none;
}

.scrollable-content {
    width: 100%;
    height: 102px;
    overflow-x: auto;
    white-space: nowrap;
}

#terms-conditions {
    border-radius: 12px;
}

#terms-conditions li {
    list-style: disc;
}

#user-type {
    width: 25%;
    height: 46px;
}

#company-plantype {
    width: 25%;
    height: 46px;
}

#dropdown {
    justify-content: space-around;
    align-items: center;
    padding-top: 9px;
}

.css-tooltip-bottom-min span {
    text-align: left !important;
    padding: 30px 12px !important;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 347px !important;
    background: #fff;
    border-radius: 38px;
    right: 6px;
    top: 348px;
    border: 1px solid #1b1468;
}

.css-tooltip-bottom-min span::after {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 106px;
    border-width: 14px;
    border-style: solid;
    border-color: transparent transparent #1b1468 transparent;
}

.css-tooltip-bottom-min p {
    color: var(--1, #1B1468);
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 187.5% */
}

.css-tooltip-bottom-min .bg-secondary {
    background: var(--H1, #A3AED0) !important;
    padding: 4px 16px;
    color: #fff !important;
    font-size: 12px !important;
    margin-right: 5px;
}

/* .form-check-input:checked[type="checkbox"] {
                                                                                                                                                                            background-image: none;
                                                                                                                                                                        } */
:root {
    --switches-bg-color: #1b1468;
    --switches-label-color: white;
    --switch-bg-color: white;
    --switch-text-color: #1b1468;
}

.switch-container {
    padding: 1rem;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
}

.switches-container {
    position: relative;
    display: flex;
    padding: 0;
    position: relative;
    background: var(--switches-bg-color);
    line-height: 3rem;
    border-radius: 3rem;
    margin-left: auto;
    margin-right: auto;
}

.switches-container input {
    visibility: hidden;
    position: absolute;
    top: 0;
}

.switches-container label {
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    color: var(--switches-label-color);
}

.switch-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    padding: 0.15rem;
    z-index: 3;
    transition: transform .5s cubic-bezier(.77, 0, .175, 1);
}

.switch {
    border-radius: 3rem;
    background: var(--switch-bg-color);
    height: 100%;
}

.switch div {
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    color: var(--switch-text-color);
    transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
    will-change: opacity;
    position: absolute;
    top: 0;
    left: 0;
}

.switches-container input:nth-of-type(1):checked~.switch-wrapper {
    transform: translateX(0%);
}

.switches-container input:nth-of-type(2):checked~.switch-wrapper {
    transform: translateX(100%);
}

.switches-container input:nth-of-type(1):checked~.switch-wrapper .switch div:nth-of-type(1) {
    opacity: 1;
}

.switches-container input:nth-of-type(2):checked~.switch-wrapper .switch div:nth-of-type(2) {
    opacity: 1;
}

.price-card-jobplan {
    background-image: url("../../../assets/images/pricing-jobplan-background.png");
}

.align-items-baseline {
    border-radius: 6px;
    border: 1px solid var(--H1, #A3AED0);
    background: var(--white, #FFF);
    padding: 10px;
}

.offer-text {
    color: var(--1, #1B1468);
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.price-card-cvplan {
    text-align: center;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    padding: 27px 12px;
    margin-bottom: 30px;
    position: relative;
    align-items: center !important;
    border-radius: 31px;
    /* margin-top: 10px !important; */
    background-image: url("../../../assets/images/pricing-cvplan-background.png");
    background-position: center center;
    background-size: cover;
    width: 360px;
    height: 522px;
}

.price-card-cvplan .price-top h3 {
    text-align: center;
    font-family: Plus Jakarta Sans;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.price-card-cvplan .price-btn a {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #1b1468;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 12px;
    margin-top: 155px;
}


.price-card-cvplan .plan-price {
    color: var(--2, #ef7f1a);
    text-align: center;
    font-family: Plus Jakarta Sans;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.price-card-cvplan .plan-price-sub {
    color: var(--1, #1B1468);
    font-family: Plus Jakarta Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.price-card-cvplan .scrollable-content li {
    display: flex;
    /* justify-content: space-between; */
    padding: 10px 0;
    font-size: 15px;
    align-items: baseline;
}

.price-card-cvplan .scrollable-content {
    height: 230px;
}

.price-card-jobplan .price-top i {
    color: #fff;
    font-size: 20px;
    border: 1px dashed #ef7f1a;
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 50px;
    text-align: center;
    margin-bottom: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
