240 lines
37 KiB
CSS
240 lines
37 KiB
CSS
|
|
/**
|
||
|
|
* Fancybox 3.5.7
|
||
|
|
**/
|
||
|
|
:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:.175s ease-out both f-throwOutUp}.f-throwOutDown{animation:.175s ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, -150px, 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, 150px, 0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, 0.2s) ease-out .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, 0.2s) ease-out both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, 0.2s) ease both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, 0.2s) ease both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacit
|
||
|
|
.fancybox__container .for-video.is-selected {border: 2px solid red;}
|
||
|
|
|
||
|
|
body{color:#333333;font-size:14px;line-height: 18px;font-family:'SF Pro Display',sans-serif;position:relative;word-break:break-word;counter-reset:section;font-weight:400;}
|
||
|
|
|
||
|
|
/* success */
|
||
|
|
.success-checkmark{margin:0 auto;width: 100%;display: flex;align-items: center;justify-content: center;}
|
||
|
|
.success-checkmark .check-icon{width:80px;height:80px;position:relative;border-radius:50%;box-sizing:content-box;border:4px solid #0542b7;}
|
||
|
|
.success-checkmark .check-icon::before{top:3px;left:-2px;width:30px;transform-origin:100% 50%;border-radius:100px 0 0 100px;}
|
||
|
|
.success-checkmark .check-icon::after{top:0;left:30px;width:60px;transform-origin:0 50%;border-radius:0 100px 100px 0;animation:rotate-circle 4.25s ease-in;}
|
||
|
|
.success-checkmark .check-icon::before, .success-checkmark .check-icon::after{content:'';height:100px;position:absolute;background:#FFFFFF;transform:rotate(-45deg);}
|
||
|
|
.success-checkmark .check-icon .icon-line{height:5px;background-color: #0542b7;display:block;border-radius:2px;position:absolute;z-index:10;}
|
||
|
|
.success-checkmark .check-icon .icon-line.line-tip{top:46px;left:14px;width:25px;transform:rotate(45deg);animation:icon-line-tip 0.75s;}
|
||
|
|
.success-checkmark .check-icon .icon-line.line-long{top:38px;right:8px;width:47px;transform:rotate(-45deg);animation:icon-line-long 0.75s;}
|
||
|
|
.success-checkmark .check-icon .icon-circle{top:-4px;left:-4px;z-index:10;width:80px;height:80px;border-radius:50%;position:absolute;box-sizing:content-box;border: 4px solid rgba(0, 131, 255, 0.5);}
|
||
|
|
.success-checkmark .check-icon .icon-fix{top:8px;width:5px;left:26px;z-index:1;height:85px;position:absolute;transform:rotate(-45deg);background-color:#FFFFFF;}
|
||
|
|
.success-form {position: fixed;top: 0;left: 0;right: 0;bottom: 0;z-index: 99999;background: rgba(0,0,0,0.5);display: block;}
|
||
|
|
.content-container {background: #ffffff;max-width: 420px;height: 100%;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);max-height: 260px;display: flex;flex-wrap: wrap;align-items: center;justify-content: center;padding: 20px;border-radius: 12px;width: 100%;}
|
||
|
|
.content-text {font-weight: 500;line-height: 1.5;}
|
||
|
|
.success-checkmark .check-icon .icon-circle {border-color: #0542b7;opacity: .5;}
|
||
|
|
@keyframes rotate-circle{
|
||
|
|
0%{transform:rotate(-45deg);}
|
||
|
|
5%{transform:rotate(-45deg);}
|
||
|
|
12%{transform:rotate(-405deg);}
|
||
|
|
100%{transform:rotate(-405deg);}
|
||
|
|
}
|
||
|
|
@keyframes icon-line-tip{
|
||
|
|
0%{width:0;left:1px;top:19px;}
|
||
|
|
54%{width:0;left:1px;top:19px;}
|
||
|
|
70%{width:50px;left:-8px;top:37px;}
|
||
|
|
84%{width:17px;left:21px;top:48px;}
|
||
|
|
100%{width:25px;left:14px;top:45px;}
|
||
|
|
}
|
||
|
|
@keyframes icon-line-long{
|
||
|
|
0%{width:0;right:46px;top:54px;}
|
||
|
|
65%{width:0;right:46px;top:54px;}
|
||
|
|
84%{width:55px;right:0px;top:35px;}
|
||
|
|
100%{width:47px;right:8px;top:38px;}
|
||
|
|
}
|
||
|
|
/* end success */
|
||
|
|
@keyframes backInRight{
|
||
|
|
0%{opacity:.7;transform:translateX(2000px) scale(.7) translateY(-50%)}
|
||
|
|
80%{opacity:.7;transform:translateX(0) scale(.7) translateY(-50%)}
|
||
|
|
to{opacity:1;transform:scale(1) translateY(-50%)}
|
||
|
|
}
|
||
|
|
.animate__backInRight{animation-name:backInRight;}
|
||
|
|
@keyframes beat { to {transform: scale(1.2)} }
|
||
|
|
.animation-beat{ animation: beat 0.4s infinite alternate; animation-timing-function: cubic-bezier(0.19, 0.96, 0.65, 1); transform-origin: center }
|
||
|
|
@keyframes bounce {
|
||
|
|
0% {transform: scaleX(1.1)}
|
||
|
|
25% {transform: scaleX(.9) translateY(-.25em)}
|
||
|
|
50% {transform: scale(1.1,.9)}
|
||
|
|
75% {transform: scale(1)}
|
||
|
|
87.5% {transform: scale(1) translateY(-.1em)}
|
||
|
|
to {transform: scale(1)}
|
||
|
|
}
|
||
|
|
.animation-bounce {animation: bounce 1s linear infinite;}
|
||
|
|
@keyframes tada {
|
||
|
|
0% {transform: scaleX(1)}
|
||
|
|
10%,20% {transform: scale3d(.95,.95,.95) rotate(-10deg)}
|
||
|
|
30%,50%,70%,90% {transform: scaleX(1) rotate(10deg)}
|
||
|
|
40%,60%,80% {transform: rotate(-10deg)}
|
||
|
|
to {transform: scaleX(1)}
|
||
|
|
}
|
||
|
|
.animation-tada { animation: tada 1.5s ease infinite;}
|
||
|
|
@keyframes wiggle {
|
||
|
|
0% {transform: translateX(0)}
|
||
|
|
30% {transform: translateX(.15em)}
|
||
|
|
60% {transform: translateX(-.15em)}
|
||
|
|
75% {transform: translateX(.05em)}
|
||
|
|
90% {transform: translateX(-.05em)}
|
||
|
|
to {transform: translateX(0)}
|
||
|
|
}
|
||
|
|
.animation-wiggle{
|
||
|
|
animation: wiggle 1s infinite;
|
||
|
|
animation-timing-function: cubic-bezier(.23, .57, .79, .58);
|
||
|
|
}
|
||
|
|
@keyframes phonering-alo-circle-img-anim{
|
||
|
|
0%{-webkit-transform:rotate(0) scale(1) skew(1deg)}
|
||
|
|
10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}
|
||
|
|
20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}
|
||
|
|
30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}
|
||
|
|
40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}
|
||
|
|
50%{-webkit-transform:rotate(0) scale(1) skew(1deg)}
|
||
|
|
100%{-webkit-transform:rotate(0) scale(1) skew(1deg)}
|
||
|
|
}
|
||
|
|
.animation-phone-ring {animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;}
|
||
|
|
*, ::after, ::before {box-sizing: border-box;}
|
||
|
|
a[href="http://www.magictoolbox.com/magiczoomplus/"]{display:none!important;opacity:0;visibility:hidden;z-index: -999;position: absolute;}
|
||
|
|
a{text-decoration:none}
|
||
|
|
a:hover{text-decoration:none !important}
|
||
|
|
.ul,.ol{margin:0;padding:0;list-style:none}
|
||
|
|
img{max-width:100%;height:auto}
|
||
|
|
.clear{clear:both}
|
||
|
|
.h1,h1{font-size:2em}
|
||
|
|
.h2,h2{font-size:1.5em}
|
||
|
|
.h3,h3{font-size:1.17em}
|
||
|
|
.h4,h4,.h5,h5,.h6,h6{font-size:initial}
|
||
|
|
.h1,h1,.h2,h2,.h3,h3,.h4,h4,.h5,h5,.h6,h6{font-weight:700}
|
||
|
|
button,input,select{outline:none!important;color:#000;border-radius:0}
|
||
|
|
button, input {overflow: visible;}
|
||
|
|
button, input, optgroup, select, textarea {margin: 0;font-family: inherit;font-size: inherit;line-height: inherit;border-radius: 0;}
|
||
|
|
table{width:100%;-webkit-overflow-scrolling:touch;}
|
||
|
|
input[type="number"]::-webkit-outer-spin-button,input[type="number"]::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;} /* Chrome, Edge, Safari */
|
||
|
|
input[type="number"] {-moz-appearance: textfield;}/* Firefox */
|
||
|
|
@media screen and (-webkit-min-device-pixel-ratio: 0) {
|
||
|
|
select,textarea,input{font-size:16px !important}
|
||
|
|
}
|
||
|
|
@media (min-width: 1200px) {
|
||
|
|
select,textarea,input{font-size:14px}
|
||
|
|
}
|
||
|
|
iframe{max-width: 100%;display: block;margin: auto;border: 0;}
|
||
|
|
.d-flex{display:flex !important}
|
||
|
|
.d-block{display:block}
|
||
|
|
.d-none{display:none}
|
||
|
|
.d-inline-block{display:inline-block}
|
||
|
|
.flex-wrap{flex-wrap:wrap}
|
||
|
|
.align-items-center{align-items:center}
|
||
|
|
.align-items-baseline{align-items:baseline}
|
||
|
|
.align-items-end{align-items:flex-end}
|
||
|
|
.align-items-start{align-items:flex-start}
|
||
|
|
.justify-content-between{justify-content:space-between}
|
||
|
|
.justify-content-center{justify-content:center}
|
||
|
|
.justify-content-end{justify-content:end}
|
||
|
|
.overflow-hidden{overflow:hidden}
|
||
|
|
.overflow-auto{overflow:auto}
|
||
|
|
.float-left{float:left}
|
||
|
|
.float-right{float:right}
|
||
|
|
.float-none{float:none}
|
||
|
|
.position-relative{position:relative}
|
||
|
|
.text-white{color:#fff}
|
||
|
|
.text-center{text-align:center}
|
||
|
|
.text-left{text-align:left}
|
||
|
|
.text-right{text-align:right}
|
||
|
|
.text-uppercase{text-transform:uppercase}
|
||
|
|
.text-capitalize{text-transform:capitalize}
|
||
|
|
.w-50{width:50%!important}
|
||
|
|
.w-100{width:100%!important}
|
||
|
|
.w-auto{width:auto!important}
|
||
|
|
.h-100{height:100%!important}
|
||
|
|
.h-auto{height:auto!important}
|
||
|
|
.text-10{font-size:10px}
|
||
|
|
.text-11{font-size:11px}
|
||
|
|
.text-12{font-size:12px}
|
||
|
|
.text-13{font-size:13px}
|
||
|
|
.text-14{font-size:14px}
|
||
|
|
.text-15{font-size:15px}
|
||
|
|
.text-16{font-size:16px}
|
||
|
|
.text-17{font-size:17px}
|
||
|
|
.text-18{font-size:18px}
|
||
|
|
.text-19{font-size:19px}
|
||
|
|
.text-20{font-size:20px}
|
||
|
|
.text-22{font-size:22px}
|
||
|
|
.text-23{font-size:23px}
|
||
|
|
.text-24{font-size:24px}
|
||
|
|
.text-25{font-size:25px}
|
||
|
|
.text-26{font-size:26px}
|
||
|
|
.text-27{font-size:27px}
|
||
|
|
.text-28{font-size:28px}
|
||
|
|
.text-29{font-size:29px}
|
||
|
|
.text-30{font-size:30px}
|
||
|
|
.font-100{font-weight:100}
|
||
|
|
.font-200{font-weight:200}
|
||
|
|
.font-300{font-weight:300}
|
||
|
|
.font-400{font-weight:400}
|
||
|
|
.font-500{font-weight:500}
|
||
|
|
.font-600{font-weight:600}
|
||
|
|
.font-700{font-weight:700}
|
||
|
|
.font-800{font-weight:800}
|
||
|
|
.font-900{font-weight:900}
|
||
|
|
.font-1000{font-weight:1000}
|
||
|
|
.autocomplete-suggestions{position:absolute;width: 100%;;border:solid 1px #ddd;right:0;max-height:300px;overflow:auto;display:none;background:#fff;z-index:5;top: 100%;}
|
||
|
|
.autocomplete-suggestions a{display: flex;align-items: flex-start;padding:10px;overflow:hidden;}
|
||
|
|
.autocomplete-suggestions a img{width:60px;float:left;margin-right: 12px;}
|
||
|
|
.autocomplete-suggestions a .info{width: calc(100% - 72px);}
|
||
|
|
.autocomplete-suggestions a .info .name{display:block;color:#333;}
|
||
|
|
.autocomplete-suggestions a .info .price{color:#ec1c24;}
|
||
|
|
.autocomplete-suggestions a:hover{background-color:#f5f5f5;}
|
||
|
|
.autocomplete-suggestions::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);background-color: #f1f1f1;border-radius: 10px;}
|
||
|
|
.autocomplete-suggestions::-webkit-scrollbar{width: 6px;background-color: #f1f1f1;}
|
||
|
|
.autocomplete-suggestions::-webkit-scrollbar-thumb{border-radius: 10px;background-color: #ccc;}
|
||
|
|
.bg-content {position: relative}
|
||
|
|
.bg-content::after {content: '';background: linear-gradient(0deg, #2D2D2D 0%, rgba(45, 45, 45, 0) 100%);height: 110px;width: 100%;position: absolute;bottom: 0;left: 0;right: 0;z-index: 1}
|
||
|
|
.static-content * {line-height: inherit !important;font-family: inherit !important;}
|
||
|
|
.static-html-group .content-button {border: 1px solid #fff;height: 36px;line-height: 36px;border-radius: 50px;font-size: 16px;font-weight: 700;text-transform: uppercase;padding: 0 18px;display: none;width: fit-content;margin: 12px auto 0}
|
||
|
|
.static-html-group .content-button:hover{color: #000;background: #fff;}
|
||
|
|
.underline{text-decoration: underline;}
|
||
|
|
.btn-html-content{text-align:center;padding:16px}
|
||
|
|
.btn-html-content a{display:none;line-height:36px;background:#FFF;color:#1988EC;-webkit-box-shadow:0 0 0 1px #1988EC;box-shadow:0 0 0 1px #1988EC;border-radius:10px;font-size:16px;font-weight:600;margin:auto;max-width:126px;width:100%;-webkit-transition:.15s all;transition:.15s all;font-size:13px}
|
||
|
|
.btn-html-content a:hover{background:#1988EC;color:#fff}
|
||
|
|
.btn-html-content a i{margin-left:4px}
|
||
|
|
.bg-popup{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.4);z-index:99;cursor:pointer}
|
||
|
|
.star {display: inline-block;width: 93px;height: 16px;overflow: hidden;background: url(/images/star.png) no-repeat;background-position: -5px -3px;background-size: 100px 105px; }
|
||
|
|
.star-1{background-position: -5px -87px;}
|
||
|
|
.star-2{background-position: -5px -66px;}
|
||
|
|
.star-3{background-position: -5px -45px;}
|
||
|
|
.star-4{background-position: -5px -24px;}
|
||
|
|
body .h1,body .h2,body .h3,body .h4,body .h5,body .h6,body h1,body h2,body h3,body h4,body h5,body h6{margin-top:0;margin-bottom:.5rem;font-weight:600;line-height:1.2}
|
||
|
|
body .h1, body h1{font-size:2em}
|
||
|
|
body .h2, body h2{font-size:1.5em}
|
||
|
|
body .h3, body h3{font-size:1.17em}
|
||
|
|
body .h4, body h4,.h5,h5,.h6,h6{font-size:initial}
|
||
|
|
body .h1, body h1,body .h2,body h2,body .h3,body h3,body .h4,body h4,body .h5,body h5,body .h6,body h6{font-weight:700}
|
||
|
|
body p{margin-top:0;margin-bottom:1rem}
|
||
|
|
body ul {display: block;list-style-type: disc;margin-block-start: 1em;margin-block-end: 1em;margin-inline-start: 0px;margin-inline-end: 0px;padding-inline-start: 40px;unicode-bidi: isolate;}
|
||
|
|
body ol {display: block;list-style-type: decimal;margin-block-start: 1em;margin-block-end: 1em;margin-inline-start: 0px;margin-inline-end: 0px;padding-inline-start: 40px;unicode-bidi: isolate;}
|
||
|
|
body li {display: list-item;text-align: -webkit-match-parent;unicode-bidi: isolate;}
|
||
|
|
table td{padding: 7px;}
|
||
|
|
.article-detail-content img, .static-html-group img, .pd-desc-group img {display: block;margin: 10px auto;}
|
||
|
|
.article-detail-content table, .static-html-group table, .pd-desc-group table {margin: 13px 0;}
|
||
|
|
.article-detail-content table td, .static-html-group table td, .article-detail-content table th, .static-html-group table th, .pd-desc-group table th, .pd-desc-group table th {border-width: 1px;padding: 10px;}
|
||
|
|
.rounded-full{border-radius: 999px}
|
||
|
|
.fancybox-instruction {height: 94%;margin: auto;padding: 0}
|
||
|
|
.fancybox-instruction img {display: block;margin: auto;max-width: 100%;max-height: 100%;}
|
||
|
|
.clearfix::after{content:'';display: block;clear: both}
|
||
|
|
.loading-screen{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.9);z-index:99999}
|
||
|
|
.loading-screen:after{content:" ";width:80px;height:80px;border-radius:50%;border:6px solid #a50e43;border-color:#a50e43 transparent #a50e43 transparent;-webkit-animation:lds-dual-ring 1.2s linear infinite;animation:lds-dual-ring 1.2s linear infinite;top:48%;left:48%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);position:absolute}
|
||
|
|
@-webkit-keyframes lds-dual-ring{
|
||
|
|
0%{-webkit-transform:rotate(0);transform:rotate(0)}
|
||
|
|
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
|
||
|
|
}
|
||
|
|
@keyframes lds-dual-ring{
|
||
|
|
0%{-webkit-transform:rotate(0);transform:rotate(0)}
|
||
|
|
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
|
||
|
|
}
|
||
|
|
@keyframes phonering {
|
||
|
|
0% { transform: rotate(0) scale(1) skew(1deg); }
|
||
|
|
10% { transform: rotate(-25deg) scale(1) skew(1deg); }
|
||
|
|
20% { transform: rotate(25deg) scale(1) skew(1deg); }
|
||
|
|
30% { transform: rotate(-25deg) scale(1) skew(1deg); }
|
||
|
|
40% { transform: rotate(25deg) scale(1) skew(1deg); }
|
||
|
|
50% { transform: rotate(0) scale(1) skew(1deg); }
|
||
|
|
100% { transform: rotate(0) scale(1) skew(1deg); }
|
||
|
|
}
|
||
|
|
::-webkit-scrollbar-track{background-color:transparent;border-radius:5px}
|
||
|
|
::-webkit-scrollbar{width:10px;height: 5px}
|
||
|
|
::-webkit-scrollbar-thumb{border-radius:5px;background-color:#0676DA}
|