.bg-light_whole {
    gap: 16px;
}

.box {
    border: 1px solid #1e1f23;
    padding: 16px 15px;
}

.c_plan_h {
    font-size: 18px;
    font-weight: 600;
    color: #1e1f23;
}

.text-light {
    color: #8f8f91;
    font-size: 12px;
    font-weight: 500;
}

.text-dark {
    font-size: 16px;
    font-weight: 600;
    color: #1e1f23;
}

.prem_bg {
    background: #f9fafe;
    padding: 10px;
    margin-top: 10px;
}

.price_text {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    color: #1e1f23;
}

.crown_title {
    padding: 5px 20px;
    align-items: center;
    gap: 10px;
}

.crown_title_small {
    align-items: center;
    gap: 10px;
}

.text-form {
    font-size: 16px;
    font-weight: 500;
    color: #1e1f23;
    line-height: 22px;
}

.update-pass,
.plan_upgrade {
    text-decoration: none;
}

.update-pass:hover,
.plan_upgrade:hover {
    text-decoration: underline;
}

.mem_type_img {
    width: 28px;
}

.cancel-form {
    color: #f95151;
    cursor: pointer;
    text-decoration: none;
}

.cancel-form:hover {
    text-decoration: underline;
}

.sub_btn_div {
    padding: 4px 33px;
    border: 1px solid #e1e4ea;
    transition: 0.2s ease;
    cursor: pointer;
    text-decoration: none;
    display: block;
    text-align: center;
}

.sub_btn_div_plan {
    padding: 4px 27px !important;
}

.sub_btn_div:hover {
    border: 1px solid #68a4ff;
    background: #68a4ff;
}

.sub_btn_div:hover .sub_btn {
    color: white;
}

.sub_btn {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: #1e1f23;
}

.text-light-comp {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
}

.plan_color {
    color: #ff9102;
}

.mx-8 {
    margin-left: 8em;
    margin-right: 8em;
}

.pi-5 {
    padding-inline: 20px;
}

.right-props {
    gap: 50px;
}

.right-props-ticks {
    gap: 68px;
    padding-inline: 30px;
}

.hover_rows {
    padding: 10px 0px 10px 10px;
}

.hover_rows_ticks {
    padding: 10px 15px 10px 10px;
}

.hover_rows:hover,
.hover_rows_ticks:hover {
    background: #f9fafe;
}

@media (max-width: 590px) {
    .de-row {
        flex-direction: column;
    }

    .w-50 {
        width: 100%;
    }

    .w-40 {
        width: 100%;
    }
}

.tab-wrap {
    transition: 0.1s ease;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    list-style: none;
    background-color: #fff;
    margin: 40px 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
}

.tab-wrap:hover {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.23), 0 2px 2px rgba(0, 0, 0, 0.19);
}

.tab {
    display: none;
}

.tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
    opacity: 1;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    transform: translateY(0px);
    text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2) {
    opacity: 1;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    transform: translateY(0px);
    text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3) {
    opacity: 1;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    transform: translateY(0px);
    text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4) {
    opacity: 1;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    transform: translateY(0px);
    text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(5) ~ .tab__content:nth-of-type(5) {
    opacity: 1;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    transform: translateY(0px);
    text-shadow: 0 0 0;
}

.tab:first-of-type:not(:last-of-type) + label {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.tab:last-of-type:not(:first-of-type) + label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.tab:checked + label {
    background-color: #fff;
    box-shadow: 0 -1px 0 #fff inset;
    cursor: default;
}

.tab:checked + label:hover {
    box-shadow: 0 -1px 0 #fff inset;
    background-color: #fff;
}

.tab + label {
    box-shadow: 0 -1px 0 #eee inset;
    cursor: pointer;
    display: block;
    text-decoration: none;
    color: #333;
    flex-grow: 3;
    text-align: center;
    background-color: #d3d3d3;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    transition: 0.3s background-color ease, 0.3s box-shadow ease;
    box-sizing: border-box;
    padding: 8px 10px;
}

.tab + label:hover {
    background-color: #f9f9f9;
    box-shadow: 0 1px 0 #f4f4f4 inset;
}

.tab__content {
    padding: 10px 25px;
    background-color: transparent;
    position: absolute;
    width: 100%;
    z-index: -1;
    opacity: 0;
    left: 0;
    transform: translateY(-3px);
}

.tab__content .de-d-flex {
    padding: 10px 0;
}

@media (max-width: 740px) {
    .close_comp,
    .close_main_comp_div {
        display: none;
    }
}

@media (min-width: 741px) {
    .tabs_div_s_screen {
        display: none;
    }
}
