.sec-shrwm {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000096;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0);
}

.sec-shrwm.active {
    transform: scale(1);
}

.xob-ces-sare {
    background-color: white;
    max-width: 320px;
    width: 100%;
    min-height: 100px;
    border-radius: 10px;
    padding: 10px 5px 30px 5px;
}

.shatnbs-fcol {
    display: flex;
    flex-flow: column;
    margin-top: 15px;
}

.shatnbs-fcol button {
    width: 90%;
    margin: auto;
    margin-top: 10px;
    display: flex;
    align-items: center;
    padding: 14px 20px;
    border-radius: 10px;
    background-color: aliceblue;
    font-family: 'Manrope';
    border: none;
    font-size: 13px;
}

.ss-ico-cfcol {
    height: 20px;
    width: 20px;
    margin-right: 5px;
}

.ss-ico-cfcol img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.shatnbs-fcol button svg {
    height: 15px;
    width: 15px;
    margin-right: 5px;
}

.cles-tnb-s {
    display: flex;
    justify-content: space-between;
    font-family: 'Manrope';
    font-weight: 600;
    padding: 0px 10px;
}

.cles-tnb-s button {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
}

.cles-tnb-s button svg {
    height: 12px;
    fill: #707070;
    width: 12px;
}