.lock-img-link {
  display: inline-flex;
}

.lock-img-link img {
  transition: transform 0.2s ease;
}

.lock-img-link:hover img {
  transform: scale(1.15);
}

/* start protected content */

.tochen-mugan {
    background: var(--grey-background);
    display: flex;
    gap: 10px;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 4px;
}

    .tochen-mugan.tochen-mugan-image-container {
        padding-inline: 20px
    }


    .tochen-mugan button {
        /* width: fit-content; */
        margin-left: auto;
        margin-right: auto;
        background-color: #3098cf;
        border: none;
        color: white;
        font-weight: bold;
        font-size: 18px;
        padding: 5px 20px;
        border-radius: 4px
    }

    .tochen-mugan p {
        /*    margin: auto !important;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
*/ /* width: fit-content !important; */
        color: black !important;
        font-size: 26px !important;
        font-weight: bolder !important;
        text-align: center;
    }

    .tochen-mugan .tochen-mugan-first-text {
        color: black !important;
        font-size: 26px !important;
        font-weight: bolder !important;
        /*margin-bottom: 15px;*/
    }

    .tochen-mugan p:last-of-type {
        font-size: 20px !important;
    }

    .tochen-mugan .tochen-mugan-second-text {
        font-size: 20px !important;
        font-weight: 700;
        /*margin-bottom: 8px;*/
    }

    .tochen-mugan img {
        width: 35px;
        height: 35px;
        /*    margin-left: auto;
    margin-right: auto;
*/
    }

    .tochen-mugan.tochen-mugan-image-container img.tochen-mugan-img {
        height: auto;
        width: auto;
        min-width: 0;
        max-width: 100%;
        margin-left: auto;
    }



@media (max-width: 768px) {
    .tochen-mugan p,
    .tochen-mugan .tochen-mugan-first-text,
    .tochen-mugan .tochen-mugan-second-text {
        font-size: 18px;
        text-align: center;
    }
}

/* end protected content */

@media screen and (max-width: 991px) {
    .tochen-mugan.tochen-mugan-image-container {
        padding-block: 20px;
    }

        .tochen-mugan.tochen-mugan-image-container .tochen-mugan-caption {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 15px;
            margin-bottom: 15px;
        }

            .tochen-mugan.tochen-mugan-image-container .tochen-mugan-caption p {
                margin: 0;
            }

    .tochen-mugan {
        padding-block: 10px;
    }
}

@media screen and (min-width: 992px) {
    .tochen-mugan.tochen-mugan-image-container {
        flex-direction: row;
        gap: 20px;
        padding-inline: 30px;
    }

        .tochen-mugan.tochen-mugan-image-container .tochen-mugan-caption {
            justify-content: center;
            display: flex;
            flex-direction: column;
            align-items: center;
            flex: 1;
        }

            .tochen-mugan.tochen-mugan-image-container .tochen-mugan-caption p {
                text-align: center;
            }

        .tochen-mugan.tochen-mugan-image-container img.tochen-mugan-img {
            max-width: 377px;
            width: auto;
            flex-shrink: 0;
        }

        .tochen-mugan.tochen-mugan-image-container .tochen-mugan-caption p:nth-of-type(2) {
            margin-bottom: 5px;
        }

        .tochen-mugan.tochen-mugan-image-container .tochen-mugan-caption p:first-of-type {
            margin-top: 0;
        }
}

.tochen-mugan.tochen-mugan-image-container .tochen-mugan-auth-btn {
    padding: 8px 26px;
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 15px;
}

.tochen-mugan.protected-component {
    padding-inline: 20px
}

    .tochen-mugan.protected-component img.tochen-mugan-img {
        height: auto;
        width: auto;
        min-width: 0;
        max-width: 100%;
        margin-left: auto;
    }

    .tochen-mugan.protected-component .tochen-mugan-caption .tochen-mugan-first-text {
        font-size: 22px !important;
        font-weight: bolder !important;
        text-align: center;
    }

    .tochen-mugan.protected-component .tochen-mugan-caption .tochen-mugan-second-text {
        font-size: 18px !important;
        font-weight: bolder !important;
        text-align: center;
    }

@media screen and (max-width: 991px) {
    .tochen-mugan.protected-component {
        padding-block: 20px;
    }

        .tochen-mugan.protected-component .tochen-mugan-caption {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 15px;
            margin-bottom: 15px;
        }

            .tochen-mugan.protected-component .tochen-mugan-caption p {
                margin: 0;
            }
}

@media screen and (min-width: 992px) {
    .tochen-mugan.protected-component {
        flex-direction: row;
        gap: 20px;
        padding-inline: 10px;
        padding-block: 10px;
        align-items: stretch;
    }

        .tochen-mugan.protected-component .tochen-mugan-caption {
            justify-content: space-evenly;
            display: flex;
            flex-direction: column;
            align-items: center;
            flex: 1;
            row-gap: 10px;
            padding-block: 20px;
        }

    .text-image .tochen-mugan.protected-component .tochen-mugan-caption {
        row-gap: 5px;
    }

    /*.tochen-mugan.protected-component .tochen-mugan-caption p {
        text-align: center;
      }*/
    .tochen-mugan.protected-component img.tochen-mugan-img {
        max-width: 377px;
        width: auto;
        flex-shrink: 0;
        align-self: center;
        border-radius: var(--item-radius);
    }

        /*.tochen-mugan.protected-component .tochen-mugan-caption p:nth-of-type(2) {
      margin-bottom: 5px;
    }

    .tochen-mugan.protected-component .tochen-mugan-caption p:first-of-type {
      margin-top: 0;
    }*/

        
}

/*.tochen-mugan.protected-component .tochen-mugan-auth-btn {
    padding: 8px 26px;
    font-size: 24px;
}*/

/*ovveride*/
.SucTitle .lock-img {
    width: 20px;
    height: 20px;
    margin-top: -3px;
}

.lock-img {
    width: 23px;
    height: 23px;
}

.tochen-mugan a.tochen-mugan-auth-btn {
    /* width: fit-content; */
    margin-left: auto;
    margin-right: auto;
    background-color: #3098cf;
    border: none;
    color: white;
    font-weight: bold;
    font-size: 18px;
    padding: 5px 20px;
}

.page-component-edu .tochen-mugan a:focus,
.page-component-edu .tochen-mugan a:hover {
    color: white !important;
}

.tochen-mugan-page .tochen-mugan {
    padding-bottom: 120px;
}

/*.tochen-mugan-item .lock-img {
  width: 23px;
  height: 23px;
  margin: 0px;
}*/

.protected-content-pre-text .lock-img {
    margin: 0px;
    margin-top: -5px;
}

.tochen-mugan-item p {
    font-size: 16px;
}

.tochen-mugan-item {
    padding: 0;
}

.tochen-mugan-item-lock {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    width: 38px;
    height: 33px;
}

.tochen-mugan-item-lock-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 38px;
    height: 33px;
    border-radius: 500px;
    background: var(--grey-background);
    opacity: 1;
}

.tochen-mugan-item-lock .lock-img {
    position: relative;
    z-index: 1;
}

.tochen-mugan-item .tochen-mugan-text {
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.tochen-mugan-item .tochen-mugan-background {
    position: static;
    width: 100%;
    height: 100%;
}

/*.tochen-mugan-item .lock-img, .tochen-mugan-item p {
    position: absolute;
  }*/

.tochen-mugan-item p {
    margin: 0;
    /*top: 8%;
    right: 35%;*/
}

.ltr .tochen-mugan-item p {
    font-size: 20px !important;
    left: 15%;
    right: auto;
}

.protected-content-pre-text {
    margin: 15px;
    font-size: 16px;
}

.component-panel .protected-content-pre-text {
    margin: 15px 0;
}

.service-item .tochen-mugan-item .tochen-mugan-background, .mechkar-ve-yedah-container .tochen-mugan-item .tochen-mugan-background {
    height: auto;
}

.mechkar-ve-yedah-container .tochen-mugan-item p, .service-item .tochen-mugan-item p,
.mechkar-ve-yedah-container .tochen-mugan-item .login-button, .service-item .tochen-mugan-item .login-button {
    /*position: static;*/
}

.service-item .tochen-mugan-item .lock-img {
    margin: 5px;
}

.squares-tabs .protected-content-pre-text {
    margin-top: 0px;
    margin-right: 0px;
}

.tochen-mugan p.second-text {
    font-size: 16px !important;
    /*top: 28%;
  right: 23%;*/
}

/*.tochen-mugan .login-button {
  position: absolute;
  top: 43%;
  right: 25%;
}*/

.ltr .tochen-mugan .login-button {
    left: 15%;
    right: auto;
}

/*.PanelCollapse .login-btn {
  color: rgb(44,112,148);
}*/

.PanelCollapse .lock-icon {
    width: 26px;
    height: 26px;
}

.PanelCollapse .collapse-subtitle a {
    color: var(--link-color-on-l-blue);
}

.protected-content-text {
    margin-bottom: 15px;
    margin-right: -5px;
}

.stock-results .protected-content-text {
    margin-top: -10px;
}

.protected-content-text a {
    font-weight: 600;
}

.protected-content-text .lock-img {
    margin-top: -5px;
}

.ltr .tochen-mugan p.second-text {
    text-align: center;
    font-size: 14px;
    /*left: 0;
  right: 0;*/
}

.tochen-mugan-component .comp-title-container h4 {
    opacity: 0.5;
}

.tochen-mugan-component .protected-summary p {
    font-size: 20px !important;
    font-weight: 400 !important;
}

.page-component-edu .page-component-edu.tochen-mugan-component .component-panel {
    padding: 0;
}

.collapse-component .PanelCollapse .panel-collapse .page-component-edu.tochen-mugan-component .component-panel {
    padding: 0;
}
/*ovveride*/

.pictures-and-icons-component .protected-component {
    margin-bottom: 10px;
}

.collapse-component .tochen-mugan,
.collapse-items-container .tochen-mugan,
.container-component .tochen-mugan {
    background-color: white;
    border: 1px solid var(--shadow-in-container);
    box-shadow: var(--btn-box-shadow);
}

.page-component-edu.container-component .page-component-edu.tochen-mugan-component .component-panel {
    padding: 16px;
}

.collapse-items-container .panel-collapse-header .collapse-item {
    align-items: center;
}

.collapse-items-container .panel-collapse-header .collapse-item .lock-img {
    margin-inline-start: 10px;
}

.page-component-edu.popXtnCmpnt .page_component.accordion .ContentCollapse .protected-summary p {
    margin: 0 0 16px;
}