.gen_pass {
    padding: 20px 30px;
}
.gen_pass_head {
    text-align: center;
    width: 75%;
}
.gen_pass_head h1 {
    font-size: 28px;
    line-height: 32px;
    margin: 0px 0px 14px;
}
.gen_pass_head p {
    font-size: 20px;
    line-height: 24px;
}

.gen_pass_container {
    width: 100%;
    height: max-content;
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-top: 30px;
}

.gen_pass_container_left {
    width: 75%;
}

.gen_pass_box {
    background-color: var(--color-element);
    border-radius: 15px;
    padding: 20px;
}

.gen_pass_box_container {
    margin: 0 auto;
    width: 70%;
}

.gen_pass_box_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gen_pass_box_top input {
    border: none;
    background-color: var(--color-window);
    height: 46px;
    width: 68%;
    border-radius: 10px;
    outline: none;
    padding: 0px 20px;
    font-size: 18px;
    text-align: center;
}
.gen_pass_box_top button {
    width: max-content;
    height: 46px;
    padding: 0px 14px;
    border-radius: 10px;
    border: none;
    background-color: var(--color-primary);
    color: var(--color-contrast);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.2s;
}
.gen_pass_box_top button:hover {
    background-color: var(--color-primary-hover);
}
.gen_pass_box_top button svg {
    fill: white;
    width: 20px;
    height: 20px;
}
.gen_pass_reload {}
.gen_pass_box_top .gen_pass_copy {
    width: calc(32% - 60px);
    max-width: calc(35% - 60px);
    padding: 0px 10px;
}



.gen_pass_status {
    margin-top: 12px;
    display: flex;
    align-items: center;
}
.gen_pass_status span {
    width: 88%;
    height: 7px;
    /* background-color: var(--color-primary); */
    background-color: var(--color-window);
    border-radius: 10px;
    display: block;
    position: relative;
    overflow: hidden;
}

.gen_pass_status span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 10%;
    height: 100%;
    background-color: var(--color-primary);
    transition: all 0.2s;
}

.gen_pass_status_weak span::before {
    background-color: var(--red);
    width: 15%;
}
.gen_pass_status_medium span::before {
    background-color: var(--orange);
    width: 50%;
}
.gen_pass_status_strong span::before {
    background-color: var(--green);
    width: 100%;
}

.gen_pass_status p {
    width: 11%;
    height: max-content;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: var(--color-primary);
}

.gen_pass_status_weak p{
    color: var(--red);
}
.gen_pass_status_medium p{
    color: var(--orange);
}
.gen_pass_status_strong p{
    color: var(--green);
}


.gen_pass_box_setting {
    margin-top: 12px;
    background-color: var(--color-window);
    border-radius: 10px;
    padding: 20px;
}

.gen_pass_box_setting_pas_length,
.gen_pass_box_setting_pas_characters {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gen_pass_box_setting p {
    width: 24%;
    height: max-content;
    font-size: 16px;
}
.gen_pass_box_setting_pas_length div {
    width: 72%;
    height: max-content;
    display: flex;
    align-items: center;
}
.gen_pass_box_setting_pas_length div input {
    width: 100%;
}


.gen_pass_box_setting_pas_characters {
    margin-top: 20px;
    margin-bottom: -10px;
}
.gen_pass_box_setting_pas_characters ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 72%;
    list-style: none;
    justify-content: space-between;
}
.gen_pass_box_setting_pas_characters ul li {
    /* margin-right: 12px; */
    width: max-content;
    margin-bottom: 10px;
}
.gen_pass_box_setting_pas_characters label {
    position: relative;
    display: flex;
    align-items: end;
    width: max-content;
    height: max-content;
}
.gen_pass_box_setting_pas_characters label input {
    position: relative!important;
    left: 0!important;
    top: 0!important;
    width: 16px;
    height: 16px;
}
.gen_pass_box_setting_pas_characters label span {
    font-size: 16px;
    line-height: 14px;
    margin-left: 6px;
}




/* TEXT */
.gen_pass_text {
    margin-top: 40px;
}

.gen_pass_text img {
    border-radius: 10px;
    width: max-content;
    height: max-content;
    max-width: 100%;
    margin-top: 20px;
}

.gen_pass_text h2 {
    font-size: 24px;
    line-height: 28px;
    margin-top: 30px;
}
.gen_pass_text p {
    font-size: 16px;
    line-height: 20px;
    margin: 20px 0px 0px;
}
.gen_pass_text ul {
    font-size: 16px;
    line-height: 20px;
    /* list-style: none; */
    padding-left: 20px;
    margin-top: 20px;
}
.gen_pass_text ul li {
    margin-bottom: 12px;
}
.gen_pass_text .faq-item h3 {
    margin-top: 25px;
    font-size: 20px;
    line-height: 24px;
}
/* .gen_pass_text h2 {}
.gen_pass_text h2 {} */


/*  */




/* right box */
.gen_pass_container_right {
    width: 22%;
    position: relative;
    height: max-content;
    position: sticky;
    top: 20px;
}

.gen_pass_container_right h3 {
    font-size: 22px;
    line-height: 26px;
    padding: 0px 10px;
}

.gen_pass_container_right p {
    font-size: 16px;
    line-height: 20px;
    margin-top: 6px;
}

.gen_pass_activ_b {
    display: block;
    width: 100%;
    position: relative;
    height: max-content;
}

.gen_pass_activ_b img {
    width: 100%;
    border-radius: 20px;
}

.gen_pass_activ_b button {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: max-content;
    max-width: 100%;
    margin: auto;
}


.gen_pass_retn_b {
    width: 100%;
    height: max-content;
    margin-top: 20px;
    display: block;
    position: relative;
}

.gen_pass_retn_b_text {
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    height: max-content;
    text-align: center;
    color: var(--color-contrast);

    text-shadow: var(--color-font) 1px 0 10px;
}

.gen_pass_retn_b img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.gen_pass_retn_b_footer {
    width: 100%;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.gen_pass_retn_b_footer small {
  color: var(--color-font)!important;
  font-size: 14px;
  line-height: 14px;
}

.gen_pass_retn_b button {
  width: max-content;
  max-width: 100%;
  margin-bottom: 12px;
}


.gen_pass_our_services {
    margin-top: 20px;
    width: 100%;
    height: max-content;
}
.gen_pass_our_services ul {
    list-style: none;
    margin-top: 14px;
    font-size: 16px;
    line-height: 20px;
}
.gen_pass_our_services ul li {
    margin-bottom: 10px;
    width: 100%;
    height: max-content;
    border-bottom: 1px solid rgba(0, 0, 0, 0.274);
}
.gen_pass_our_services ul li:last-child {
    margin-bottom: 0px;
    border: none;
}
.gen_pass_our_services ul a {
    width: 100%;
    display: block;
    color: var(--color-font);
    text-decoration: none;
    padding-bottom: 6px;
    transition: all 0.2s;
}

.gen_pass_our_services ul a:hover {
    color: var(--color-primary);
}

@media screen and (max-width: 1200px) {
    .gen_pass_box_container {
        width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    .gen_pass {
        padding: 20px 12px;
    }
    .gen_pass_container {
        flex-direction: column;
    }
    .gen_pass_head {
        width: 100%;
    }
    .gen_pass_container_left {
        width: 100%;
    }
    .gen_pass_container_right {
        width: 100%;
        margin-top: 40px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
   
    .gen_pass_activ_b,
    .gen_pass_retn_b {
        max-width: 330px;
        margin-top: 20px;
        height: 450px;
    }
    .gen_pass_activ_b img,
    .gen_pass_retn_b img {
        height: 100%;
    }
}

@media screen and (max-width: 720px) {
    .gen_pass_container_right {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 650px) {
    .gen_pass_box_top input {
        height: 42px;
        width: 60%;
        padding: 0px 20px;
        font-size: 16px;
    }
    .gen_pass_box_top button {
        height: 42px;
        font-size: 14px;
    }
    .gen_pass_box_top .gen_pass_copy {
        width: calc(38% - 60px);
        max-width: calc(38% - 60px);
    }
   .gen_pass_status span {
        width: 80%;
    }
    .gen_pass_status p {
        width: 18%;
    }
    .gen_pass_box_setting p {
        width: 30%;
        font-size: 14px;
    }
    .gen_pass_box_setting_pas_length div,
    .gen_pass_box_setting_pas_characters ul {
        width: 68%;
    }
    .gen_pass_box_setting_pas_characters ul li {
        margin-bottom: 8px;
        width: 49%;
    }
    .gen_pass_box_setting_pas_characters label span {
        font-size: 14px;
    } 
    .gen_pass_box_setting_pas_characters label input {
        width: 14px;
        height: 14px;
    }
}

@media screen and (max-width: 450px) {
    .gen_pass {
        padding: 16px 8px;
    }
    .gen_pass_box_container {
        display: flex;
        flex-direction: column;
    }
/* 
    .gen_pass_box_top {
        display: flex;
        align-items: center;
        justify-content: space-between;
    } */
    .gen_pass_box {
        padding: 12px;
    }

    .gen_pass_box_top  {
        flex-wrap: wrap;
        justify-content: center;
        order: 1;
        margin-top: 12px;
    }

    .gen_pass_box_top input {
        width: calc(100% - 55px);
        padding: 0px 10px;
    }
    .gen_pass_box_top button {
        margin-left: auto;
    }
    .gen_pass_box_top button:hover {
        background-color: var(--color-primary);
    }
    .gen_pass_box_top .gen_pass_copy {
        /* width: calc(90% - 60px); */
        max-width: calc(90% - 60px);
        margin-top: 12px;
        width: max-content;
        margin-left: 0px;

    }


    .gen_pass_status {
        order: 0;
        margin-top: 0px;
        justify-content: space-between;
    }
    .gen_pass_status p {
        min-width: 48px;
        width: max-content;
        max-width: 18%;
    }

    .gen_pass_box_setting {
        order: 2;
    }

    .gen_pass_box_setting_pas_length, 
    .gen_pass_box_setting_pas_characters {
        /* flex-wrap: wrap; */
        flex-direction: column;
    }
    .gen_pass_box_setting p {
        width: 100%;
    }
    .gen_pass_box_setting_pas_length div, 
    .gen_pass_box_setting_pas_characters ul {
        width: 100%;
        margin-top: 12px;
    }


    .gen_pass_head h1 {
        font-size: 24px;
        line-height: 28px;
    }
    .gen_pass_head p {
        font-size: 16px;
        line-height: 20px;
    }

    .gen_pass_text h2 {
        font-size: 20px;
        line-height: 24px;
        /* margin-top: 30px; */
    }
    .gen_pass_text img {
        margin-top: 14px;
    }
    .gen_pass_text .faq-item h3 {
        font-size: 18px;
        line-height: 22px;
    }
    .gen_pass_text p {
        margin-top: 14px;
    }
}