/* _content/Ibs.BlazorExtensions.Survey/Components/Survey.razor.rz.scp.css */
/*::deep @-webkit-keyframes slideOutLeftThenCollapse {*/
/*    0% {*/
/*        -webkit-transform: translateX(0);*/
/*        transform: translateX(0);*/
/*        max-height: 0;*/
/*        opacity: 1;*/
/*    }*/
/*    100% {*/
/*        opacity: 0;*/
/*        visibility: hidden;*/
/*        -webkit-transform: translateX(-100%);*/
/*        transform: translateX(-100%);*/
/*        max-height: 0;*/
/*    }*/
/*}*/

/*::deep @keyframes slideOutLeftThenCollapse {*/
/*    0% {*/
/*        opacity: 1;*/
/*        -webkit-transform: translateX(0);*/
/*        transform: translateX(0);*/
/*        max-height: 0;*/
/*    }*/
/*    100% {*/
/*        opacity: 0;*/
/*        visibility: hidden;*/
/*        -webkit-transform: translateX(-100%);*/
/*        transform: translateX(-100%);*/
/*        max-height: 0;*/
/*    }*/
/*}*/

/*::deep .slideOutLeftThenCollapse {*/
/*    -webkit-animation-name: slideOutLeftThenCollapse;*/
/*    animation-name: slideOutLeftThenCollapse;*/
/*}*/

/*::deep @-webkit-keyframes slideOutRightThenCollapse {*/
/*    0% {*/
/*        opacity: 1;*/
/*        -webkit-transform: translateX(0);*/
/*        transform: translateX(0);*/
/*        max-height: 0;*/
/*    }*/
/*    100% {*/
/*        opacity: 0;*/
/*        visibility: hidden;*/
/*        -webkit-transform: translateX(100%);*/
/*        transform: translateX(100%);*/
/*        max-height: 0;*/
/*    }*/
/*}*/

/*::deep @keyframes slideOutRightThenCollapse {*/
/*    0% {*/
/*        opacity: 1;*/
/*        -webkit-transform: translateX(0);*/
/*        transform: translateX(0);*/
/*        max-height: 0;*/
/*    }*/
/*    100% {*/
/*        opacity: 0;*/
/*        visibility: hidden;*/
/*        -webkit-transform: translateX(100%);*/
/*        transform: translateX(100%);*/
/*        max-height: 0;*/
/*    }*/
/*}*/

/*::deep .slideOutRightThenCollapse {*/
/*    -webkit-animation-name: slideOutRightThenCollapse;*/
/*    animation-name: slideOutRightThenCollapse;*/
/*}*/

/*::deep .animated-0-5 {*/
/*    -webkit-animation-duration: 0.5s;*/
/*    animation-duration: 0.5s;*/
/*    -webkit-animation-fill-mode: both;*/
/*    animation-fill-mode: both;*/
/*}*/

/*::deep .animated-0-6 {*/
/*    -webkit-animation-duration: 0.6s;*/
/*    animation-duration: 0.6s;*/
/*    -webkit-animation-fill-mode: both;*/
/*    animation-fill-mode: both;*/
/*}*/

/*::deep .animated-0-7 {*/
/*    -webkit-animation-duration: 0.7s;*/
/*    animation-duration: 0.7s;*/
/*    -webkit-animation-fill-mode: both;*/
/*    animation-fill-mode: both;*/
/*}*/

/*::deep .animated-0-8 {*/
/*    -webkit-animation-duration: 0.8s;*/
/*    animation-duration: 0.8s;*/
/*    -webkit-animation-fill-mode: both;*/
/*    animation-fill-mode: both;*/
/*}*/

/*::deep .animated-0-9 {*/
/*    -webkit-animation-duration: 0.9s;*/
/*    animation-duration: 0.9s;*/
/*    -webkit-animation-fill-mode: both;*/
/*    animation-fill-mode: both;*/
/*}*/

/*::deep .animated-0-9 {*/
/*    -webkit-animation-duration: 0.9s;*/
/*    animation-duration: 0.9s;*/
/*    -webkit-animation-fill-mode: both;*/
/*    animation-fill-mode: both;*/
/*}*/

/*::deep .animated-1-0 {*/
/*    -webkit-animation-duration: 1s;*/
/*    animation-duration: 1s;*/
/*    -webkit-animation-fill-mode: both;*/
/*    animation-fill-mode: both;*/
/*}*/

/*::deep .animated-1-1 {*/
/*    -webkit-animation-duration: 1.1s;*/
/*    animation-duration: 1.1s;*/
/*    -webkit-animation-fill-mode: both;*/
/*    animation-fill-mode: both;*/
/*}*/

/*::deep .animated-1-2 {*/
/*    -webkit-animation-duration: 1.2s;*/
/*    animation-duration: 1.2s;*/
/*    -webkit-animation-fill-mode: both;*/
/*    animation-fill-mode: both;*/
/*}*/

/*::deep @-webkit-keyframes fadeOut {*/
/*    0% {*/
/*        opacity: 1;*/
/*    }*/
/*    100% {*/
/*        opacity: 0;*/
/*        visibility: collapse;*/
/*    }*/
/*}*/

/*::deep @keyframes fadeOut {*/
/*    0% {*/
/*        opacity: 1;*/
/*    }*/
/*    100% {*/
/*        opacity: 0;*/
/*        visibility: collapse;*/
/*    }*/
/*}*/

/*::deep .fadeOut {*/
/*    -webkit-animation-name: fadeOut;*/
/*    animation-name: fadeOut;*/
/*}*/
