diff --git a/index.html b/index.html index acd150c6..ecc8eef6 100644 --- a/index.html +++ b/index.html @@ -27,7 +27,11 @@ - + + + + + + /*Preloader CSS*/ +.pre{ + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + display: flex; + justify-content: center; + align-items: center; + transition: opacity 2s ease-out, visibility 2s ease-out; + opacity: 1; + visibility: visible; + z-index: 9999; +} + +.pre--hidden { + opacity: 0; + visibility: hidden; +} + +.loader { + display: block; + position: relative; + width: 150px; + height: 150px; + border-radius: 50%; + border: 3px solid transparent; + border-top-color: #55a5ea; + animation: spin 3s linear infinite; +} + +.loader:before { + content: ""; + position: absolute; + top: 5px; + left: 5px; + right: 5px; + bottom: 5px; + border-radius: 50%; + border: 3px solid transparent; + border-top-color: #3fbcc0c6; + animation: spin 3s linear infinite; +} + +.loader:after { + content: ""; + position: absolute; + top: 15px; + left: 15px; + right: 15px; + bottom: 15px; + border-radius: 50%; + border: 3px solid transparent; + border-top-color: #fff; + animation: spin 1.5s linear infinite; +} + +@keyframes spin { + 0% { + transform: rotate(0deg); + } + 100% { + transform: rotate(360deg); + } +} + + +.loader--hidden{ + opacity: 0; + visibility: hidden; +} + + @@ -125,66 +202,58 @@ +
+
+
-
-
- -
- - - + + +
+
+

Chatbot

+ close +
+ +
+ + send
-
- -
- - send
- - - - - - +
@@ -206,6 +275,7 @@

+ @@ -837,7 +907,7 @@

Quick Links

@@ -978,9 +1048,9 @@

RAPIDOC Newsletter

- + - + +