@media screen and (max-width: 767px) {
    .sppb-addon.sppb-addon-sppb-flibox {
		margin-bottom: 20px;
	}
}

.sppb-flipbox-panel .flip-box {
    justify-content: end;
}

.sppb-flipbox-panel, .threeD-item {
    height: 350px;
}

span.input-group-text >[class^=icon-], .input-group > span.input-group-text > [class*=\ icon-], .input-group > button > [class*=\ icon-]{
    font-family: "Font Awesome 6 Free" !important;
}

#sp-right .btn.input-password-toggle {
    color: inherit !important;
    background-color: #e9ecef !important; 
    background-image: none !important;
    box-shadow: none !important;
    cursor: pointer;
    border: 1px solid #ced4da !important;
    border-radius: .375rem !important;
    width: auto !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

#sp-right .btn.input-password-toggle:hover {
    text-shadow: inherit !important;
    border: 1px solid #ced4da !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-radius: .375rem !important;
    color: inherit !important;
}