/*.cucu-social-buttons {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 12px;*/
/*    max-width: 320px;*/
/*    margin: 0 auto;*/
/*}*/

/*.cucu-social-btn {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    gap: 12px;*/
/*    padding: 14px 24px;*/
/*    border: none;*/
/*    border-radius: 8px;*/
/*    font-size: 16px;*/
/*    font-weight: 600;*/
/*    cursor: pointer;*/
/*    transition: all 0.3s ease;*/
/*    width: 100%;*/
/*    color: white;*/
/*    font-family: inherit;*/
/*}*/

/*.cucu-social-btn:hover {*/
/*    transform: translateY(-2px);*/
/*    box-shadow: 0 6px 12px rgba(0,0,0,0.15);*/
/*}*/

/*.cucu-social-btn:active {*/
/*    transform: translateY(0);*/
/*}*/

/*.cucu-social-btn--facebook {*/
/*    background: #1877F2;*/
/*}*/

/*.cucu-social-btn--google {*/
/*    background: white;*/
/*    color: #333;*/
/*    border: 1px solid #ddd;*/
/*}*/

/*.cucu-social-btn--apple {*/
/*    background: #000;*/
/*}*/

/*.cucu-social-btn__icon {*/
/*    width: 20px;*/
/*    height: 20px;*/
/*}*/

/*.cucu-social-loading {*/
/*    display: none;*/
/*    text-align: center;*/
/*    padding: 20px;*/
/*}*/

/*.cucu-social-message {*/
/*    padding: 12px;*/
/*    border-radius: 6px;*/
/*    margin: 10px 0;*/
/*    display: none;*/
/*}*/

/*.cucu-social-message--success {*/
/*    background: #d4edda;*/
/*    color: #155724;*/
/*    border: 1px solid #c3e6cb;*/
/*}*/

/*.cucu-social-message--error {*/
/*    background: #f8d7da;*/
/*    color: #721c24;*/
/*    border: 1px solid #f5c6cb;*/
/*}*/

/*!*modern style to match old mini orange customizations*!*/
/*!* social register - matches old plugin exactly *!*/
/*.custom.mo-openid-app-icons {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    gap: 12px;*/
/*    margin: 32px auto 16px;*/
/*    max-width: 100%;*/
/*}*/

/*.custom.mo-openid-app-icons .mo_btn_smart {*/
/*    color: #ffffff;*/
/*    margin-left: 0px;*/
/*    !*width: 297px;*!*/
/*    margin-bottom: -5px;*/
/*    !**!*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    min-height: 56px;*/
/*    padding: 0 16px;*/
/*    border-radius: 16px;*/
/*    border: 0;*/
/*    cursor: pointer;*/
/*    font-weight: 800;*/
/*    font-size: 17px;*/
/*    letter-spacing: .2px;*/
/*    white-space: nowrap;*/
/*    background: linear-gradient(90deg, #0e1524, #35e0a7);*/
/*    transition: all 0.5s ease-in-out;*/
/*    text-decoration: none;*/
/*    flex: 1;*/
/*    text-align: center;*/
/*    position: relative;*/
/*}*/

/*.custom.mo-openid-app-icons .mo_btn_smart:hover {*/
/*    cursor: pointer !important;*/
/*    background: linear-gradient(90deg, #35e0a7, #0e1524);*/
/*    transform: translateY(-2px);*/
/*    box-shadow: 0 4px 12px rgba(53, 224, 167, 0.3);*/
/*}*/

/*.custom.mo-openid-app-icons .mo_btn_smart:active {*/
/*    transform: translateY(0);*/
/*    box-shadow: 0 2px 4px rgba(53, 224, 167, 0.3);*/
/*}*/

/*.custom.mo-openid-app-icons .mo_btn_smart i {*/
/*    font-size: 27px;*/
/*    margin: 0 13px 0 0;*/
/*    transition: transform 0.3s ease;*/
/*}*/

/*.custom.mo-openid-app-icons .mo_btn_smart:hover i {*/
/*    transform: scale(1.1);*/
/*}*/

/*!* Mobile adjustments *!*/
/*@media (max-width: 768px) {*/
/*    .custom.mo-openid-app-icons {*/
/*        flex-direction: column;*/
/*        gap: 12px;*/
/*    }*/

/*    .custom.mo-openid-app-icons .mo_btn_smart {*/
/*        width: 100%;*/
/*        justify-content: center;*/
/*    }*/
/*}*/

/*!* Vertical layout *!*/
/*.custom.mo-openid-app-icons.layout-vertical {*/
/*    flex-direction: column;*/
/*}*/

/*.custom.mo-openid-app-icons.layout-vertical .mo_btn_smart {*/
/*    width: 100%;*/
/*    justify-content: center;*/
/*}*/

/*!* Without labels *!*/
/*.custom.mo-openid-app-icons .mo_btn_smart.no-label {*/
/*    justify-content: center;*/
/*    padding: 0;*/
/*    width: 56px;*/
/*    min-height: 56px;*/
/*}*/

/*.custom.mo-openid-app-icons .mo_btn_smart.no-label i {*/
/*    margin: 0;*/
/*}*/

/*!* Specific button colors *!*/
/*.custom.mo-openid-app-icons .mo_btn_smart.cucu-social-btn--facebook {*/
/*    background: linear-gradient(90deg, #0e1524, #1877f2);*/
/*}*/

/*.custom.mo-openid-app-icons .mo_btn_smart.cucu-social-btn--facebook:hover {*/
/*    background: linear-gradient(90deg, #1877f2, #0e1524);*/
/*}*/

/*.custom.mo-openid-app-icons .mo_btn_smart.cucu-social-btn--google {*/
/*    background: linear-gradient(90deg, #0e1524, #ea4335);*/
/*}*/

/*.custom.mo-openid-app-icons .mo_btn_smart.cucu-social-btn--google:hover {*/
/*    background: linear-gradient(90deg, #ea4335, #0e1524);*/
/*}*/

/*.custom.mo-openid-app-icons .mo_btn_smart.cucu-social-btn--apple {*/
/*    background: linear-gradient(90deg, #0e1524, #000000);*/
/*}*/

/*.custom.mo-openid-app-icons .mo_btn_smart.cucu-social-btn--apple:hover {*/
/*    background: linear-gradient(90deg, #000000, #0e1524);*/
/*}*/

/*!* Disabled state *!*/
/*.custom.mo-openid-app-icons .mo_btn_smart.disabled {*/
/*    opacity: 0.6;*/
/*    cursor: not-allowed !important;*/
/*    pointer-events: none;*/
/*}*/

/* NEW CLEAN CSS - social-buttons.css */
.cucu-social-buttons {
    display: flex;
    gap: 12px;
    margin: 20px 0;
}

/* Layouts */
.cucu-social-buttons--vertical {
    flex-direction: column;
    max-width: 320px;
}

.cucu-social-buttons--horizontal {
    flex-direction: row;
    flex-wrap: wrap;
}

/* Base button */
.cucu-social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 8px 24px;
    border: none;
    border-radius: 16px;
    font-size: 17px;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    color: white;
    letter-spacing: 0.2px;
    text-decoration: none;
    position: relative;
}

/* Horizontal layout adjustments */
.cucu-social-buttons--horizontal .cucu-social-btn {
    flex: 1;
    min-width: 180px;
}

/* Button states */
.cucu-social-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

.cucu-social-btn:active {
    transform: translateY(0);
}

/* Without labels */
.cucu-social-btn--no-label {
    justify-content: center;
    padding: 0;
    width: 56px;
    min-height: 56px;
}

.cucu-social-btn--no-label .cucu-social-btn__icon {
    margin: 0;
}

/* Facebook */
.cucu-social-btn--facebook {
    background: linear-gradient(90deg, #0e1524, #1877f2);
}

.cucu-social-btn--facebook:hover {
    background: linear-gradient(90deg, #1877f2, #0e1524);
}

/* Google */
.cucu-social-btn--google {
    background: linear-gradient(90deg, #0e1524, #ea4335);
}

.cucu-social-btn--google:hover {
    background: linear-gradient(90deg, #ea4335, #0e1524);
}

/* Apple */
.cucu-social-btn--apple {
    background: linear-gradient(90deg, #0e1524, #000000);
}

.cucu-social-btn--apple:hover {
    background: linear-gradient(90deg, #000000, #0e1524);
}

/* Icon */
.cucu-social-btn__icon {
    width: 20px;
    height: 20px;
}

/* Font Awesome alternative if you want icons */
.cucu-social-btn__icon.fab {
    font-size: 27px;
    margin: 0 13px 0 0;
    transition: transform 0.3s ease;
}

.cucu-social-btn:hover .cucu-social-btn__icon.fab {
    transform: scale(1.1);
}

/* Disabled */
.cucu-social-btn.disabled {
    opacity: 0.6;
    cursor: not-allowed !important;
    pointer-events: none;
}

/* Mobile */
@media (max-width: 768px) {
    .cucu-social-buttons--horizontal {
        flex-direction: column;
    }

    .cucu-social-btn {
        font-size: 16px;
        padding: 12px 20px;
    }
}

/* social register modern template start */
.custom.mo-openid-app-icons{
    display: flex;
    justify-content: space-between;
    gap:12px;
    margin: 32px auto 16px;
}
.custom.mo-openid-app-icons .mo_btn_smart {
    color:#ffffff;
    margin-left: 0px;
    /*width:297px;*/
    margin-bottom:-5px;
    /**/
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 56px;
    padding: 0 16px;
    border-radius: 16px;
    border: 0;
    cursor: pointer;
    font-weight: 800;
    font-size: 17px;
    letter-spacing: .2px;
    white-space: nowrap;
    /*color: #041218;*/
    /*background:linear-gradient(90deg,#0e1524,#35e0a7);*/
    transition: background-image 0.5s ease-in-out;
    /*    */
    color: #041218;
    background: #35e0a7;
    transition: background .15s ease, transform .02s ease;
    text-decoration: none;
    font-family: Arial;

}
.custom.mo-openid-app-icons .mo_btn_smart:hover {
    cursor: pointer !important;
    background-position: 100% 100%;
    /*background:linear-gradient(90deg,#35e0a7,#0e1524);*/
    background: #2bc896;
}

.custom.mo-openid-app-icons .mo_btn_smart:hover {
    text-decoration: none;
}

.custom.mo-openid-app-icons .mo_btn_smart i:before {
    font-size: 27px;
    margin: 0 13px 0 0;
    color: #fff;
}
/* efect mai dragutz pt icoane  */

/* Subtle continuous pulse */
.cucu-social-btn--facebook i,
.cucu-social-btn--google i,
.cucu-social-btn--apple i {
    position: relative;
    border-radius: 50% !important;
    width: 36px !important;
    height: 36px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    /*margin-right: 12px !important;*/
    background: transparent !important;
    animation: subtle-pulse 3s infinite ease-in-out;
}

/* Icon colors */
.cucu-social-btn--facebook i {
    color: #1877F2 !important;
    animation: subtle-pulse-facebook 3s infinite ease-in-out;
}

.cucu-social-btn--google i {
    color: #DB4437 !important;
    animation: subtle-pulse-google 3s infinite ease-in-out;
    animation-delay: 0.5s;
}

.cucu-social-btn--apple i {
    color: #000000 !important;
    animation: subtle-pulse-apple 3s infinite ease-in-out;
    animation-delay: 1s;
}

/* Subtle pulsing animation - just the icon itself */
@keyframes subtle-pulse-facebook {
    0%, 100% {
        transform: scale(1);
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    }
    50% {
        transform: scale(1);
        text-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
    }
}

@keyframes subtle-pulse-google {
    0%, 100% {
        transform: scale(1);
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    }
    50% {
        transform: scale(1);
        text-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
    }
}

@keyframes subtle-pulse-apple {
    0%, 100% {
        transform: scale(1);
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    }
    50% {
        transform: scale(1);
        text-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
    }
}

.custom.mo-openid-app-icons.cucu-social-buttons--horizontal {
    flex-direction: row;
    text-align: center;
}
.custom.mo-openid-app-icons.cucu-social-buttons--horizontal a {
    justify-content: center;
    min-width: 130px;
}
.custom.mo-openid-app-icons.cucu-social-buttons--horizontal a i:before {
    margin: 0;
}

@media (max-width: 768px) {
    .custom.mo-openid-app-icons.cucu-social-buttons--horizontal a {
        justify-content: center;
        min-width: 90px;
    }
}

/* social register modern template end */
