﻿
.clsFilterSort {
    margin-left: 20px;
    margin-right: 20px;
}

#body_sb_register {
    background-position: center center;
    background-repeat: repeat-y;
}


.TmplThumb .ImgThumb {
    max-width: 100%
}

.TmplThumb-overlay {
    background: #000;
    color: #FFF;
    padding: 20px;
    position: absolute;
    display: none;
    width: 230px;
    height: 300px;
    text-align: center;
    opacity: 0.85;
    filter: alpha(opacity = 85);
}

    .TmplThumb-overlay span.fa {
        padding-top: 30px;
    }

span.clsTemplateMobile {
    position: absolute;
    left: 6px;
    z-index: 3333;
    font-size: 50px;
    color: Black;
    text-shadow: 1px 1px 1px white;
}

span.clsTemplateMobileText {
    position: absolute;
    left: 36px;
    z-index: 3333;
    font-size: 14px;
    color: Black;
    margin-top: 6px;
    text-shadow: 1px 1px 1px white;
}
/*span.clsTemplateMobileText{font-size:14px;vertical-align:super;}*/
.popover {
    max-width: 580px !important;
    height: auto;
}

    .popover.top {
        margin-top: 20px !important;
    }

.clsImgOk {
    display: none;
}

/* ========== GOOGLE BUTTON WRAPPER ========== */
.google-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 8px;
}

/* אנחנו מלבישים את האנימציה בדיוק על הדיב שמחזיק את גוגל */
#google-btn-container {
    border-radius: 20px; /* תואם בדיוק לגובה של כפתור גוגל ליצירת pill מושלם */
    transition: transform 250ms ease, box-shadow 250ms ease;
    background: transparent !important; /* מעלים רקעים כפולים */
    border: none !important;
    padding: 0 !important;
}

    /* אפקט הריחוף שמתכתב עם העיצוב שלנו */
    #google-btn-container:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(99, 102, 241, 0.25); /* צל בגוון אינדיגו עדין */
    }

/* ========== MODERN LOADER ========== */
.TableLoading {
    position: fixed; /* מקבע את זה על כל המסך */
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(15, 23, 42, 0.65); /* רקע כהה חצי שקוף תואם לעיצוב */
    backdrop-filter: blur(8px); /* אפקט הטשטוש היוקרתי */
    z-index: 9999;
    display: none; /* מוסתר כברירת מחדל עד ש-JS קורא לו */
}

    /* יצירת הספינר עצמו ללא צורך בתמונה */
    .TableLoading::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 60px;
        height: 60px;
        margin: -30px 0 0 -30px; /* מרכוז מדויק */
        border: 4px solid rgba(255, 255, 255, 0.1);
        border-top-color: #6366f1; /* הצבע הראשי מהעיצוב שלך */
        border-right-color: rgba(236, 72, 153, 0.8); /* נגיעה של הצבע המשני (הוורוד) */
        border-radius: 50%;
        animation: spinLoader 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite; /* תנועת סיבוב חלקה ואלסטית */
        box-shadow: 0 0 20px rgba(99, 102, 241, 0.4); /* אפקט זוהר */
    }

/* אנימציית הסיבוב */
@keyframes spinLoader {
    to {
        transform: rotate(360deg);
    }
}
#Btn_Step3_Save {
    min-width: 150px;
}

#body_sb_register .control-label SPAN {
    float: left;
    font-size: 15px;
    font-weight: bold;
}

#body_sb_register .require {
    display: none;
}

.btn-Register {
    padding: 8px;
    font-size: 14px;
    font-weight: bold;
}

    .btn-Register .fa {
        float: left !important;
        padding: 3px 6px;
    }




.T_gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap:32px;
    margin-bottom: 48px;
    animation: fadeInUp 0.6s ease-out 0.6s backwards;
}


    .T_gallery li {
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(20px);
        border-radius: 24px;
        overflow: hidden;
        box-shadow: 0 20px 60px rgba(15, 23, 42, 0.12), 0 0 0 1px rgba(255, 255, 255, 0.1);
        transition: all 250ms ease;
        animation: fadeInUp 0.6s ease-out backwards;
    }
    .T_gallery li:hover {
       transform: translateY(-5px)
    }
.SB_Reg_TNBtnSelect {
    width: 100%;
    border: none;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 250ms ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(99, 102, 241, 0.3);
}

.SB_Reg_TNBtnSelect:hover {
    box-shadow: 0 8px 25px rgba(99, 102, 241, 0.4) !important;
}

.SB_RegTN {
    width: 100%;
    height: 100%;
}
.SB_RegTN_IMG {
    width: 100%;
    height: 450px;;
    background: linear-gradient(135deg, #f1f5f9, #cbd5e1);
    position: relative;
    overflow: hidden;
}
    .SB_RegTN_IMG img {
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, #fce7f3, #fbcfe8);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #831843;
        font-weight: 700;
        font-size: 24px;
    }


.T_gallery li:nth-child(1) {
    animation-delay: 0.4s;
}

.T_gallery li:nth-child(2) {
    animation-delay: 0.5s;
}

.T_gallery li:nth-child(3) {
    animation-delay: 0.6s;
}

.T_gallery li:nth-child(4) {
    animation-delay: 0.7s;
}

.T_gallery li:nth-child(5) {
    animation-delay: 0.8s;
}

.T_gallery li:nth-child(6) {
    animation-delay: 0.9s;
}
.T_gallery li:nth-child(7) {
    animation-delay: 1.0s;
}
.T_gallery li:nth-child(8) {
    animation-delay: 1.1s;
}
.T_gallery li:nth-child(9) {
    animation-delay: 1.2s;
}
.T_gallery li:nth-child(10) {
    animation-delay: 1.3s;
}
.T_gallery li:nth-child(11) {
    animation-delay: 1.4s;
}



.panel-footer {
    padding:16px;
    text-align:center;
}



.RegSBDomainSgst, .RegUserNameSgst {
    display: inline-block;
    margin: 2px;
    padding: 3px;
    font-size: 12px;
    cursor: pointer;
}



#RegUserNameSuggest, #RegSBDomainSuggest {
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    margin-top:4px;

}
