|
Server : Apache System : Linux server.mata-lashes.com 3.10.0-1160.90.1.el7.x86_64 #1 SMP Thu May 4 15:21:22 UTC 2023 x86_64 User : matalashes ( 1004) PHP Version : 8.1.29 Disable Function : NONE Directory : /home/matalashes/public_html/kite.mata-lashes.com/public/assets/theme/public/css/ |
Upload File : |
@font-face {
font-family: 'Feather';
src: url('../vendor/icons/fonts/Feather.woff') format('woff'), /* Pretty Modern Browsers */
url('../vendor/icons/fonts/Feather.ttf') format('truetype'), /* Safari, Android, iOS */
url('../vendor/icons/fonts/Feather.svg#svgFeather') format('svg'); /* Legacy iOS */
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
.colored-toast.swal2-icon-success {
background-color: #a5dc86 !important;
}
.colored-toast.swal2-icon-error {
background-color: #f27474 !important;
}
.colored-toast.swal2-icon-warning {
background-color: #f8bb86 !important;
}
.colored-toast.swal2-icon-info {
background-color: #3fc3ee !important;
}
.colored-toast.swal2-icon-question {
background-color: #87adbd !important;
}
.colored-toast .swal2-title {
color: white;
}
.colored-toast .swal2-close {
color: white;
}
.colored-toast .swal2-html-container {
color: white;
}
/*Loader CSS*/
.loading-overlay {
display: none;
background: rgba( 26, 26, 26, 0.7 );
position: fixed;
width: 100%;
height: 100%;
z-index: 5;
top: 0;
}
.loading-overlay-image-container {
display: none;
position: fixed;
z-index: 7;
top: 50%;
left: 50%;
transform: translate( -50%, -50% );
}
.loading-overlay-img {
width: 50px;
height: 50px;
border-radius: 5px;
}
ul.timeline {
list-style-type: none;
position: relative;
}
ul.timeline:before {
content: ' ';
background: #d4d9df;
display: inline-block;
position: absolute;
left: 29px;
width: 2px;
height: 100%;
z-index: 400;
}
ul.timeline > li {
margin: 20px 0;
padding-left: 20px;
}
ul.timeline > li:before {
content: ' ';
background: white;
display: inline-block;
position: absolute;
border-radius: 50%;
border: 3px solid #22c0e8;
left: 20px;
width: 20px;
height: 20px;
z-index: 400;
}
ul.timeline > .done:before {
content: ' ';
background: #22c0e8;
display: inline-block;
position: absolute;
border-radius: 50%;
border: 3px solid #22c0e8;
left: 20px;
width: 20px;
height: 20px;
z-index: 400;
}