Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
css
:
custom.css
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
.chatnow{ position: fixed; right: 0px; top: 29%; cursor: pointer; z-index:9999; } .whatsappnow{ position: fixed; right: 0px; top: 58%; cursor: pointer; z-index:9999; } .feature-img{ width:60px; } .call-modal{ text-align:center; } .call-modal a{ text-decoration: none; background-color: #e9ebec; padding: 10px 20px; } .call-modal h3{ margin-top:20px !important; margin-bottom:20px !important; } #demo-files{list-style-type:none; text-align: left;} .attached-list{float:left;} .demo-panel-files li{float: left; width: auto;margin-right: 5px; font-size:11px;font-weight:600; word-wrap: break-word; word-break: break-all;} .demo-panel-files li .link { color: #fc8c04; } .demo-panel-files { list-style-type: none; text-align: left; } /* customised plugin:dropzone*/ /* Author: chandra pratap*/ .uploader { text-align: center; vertical-align: middle; padding: 10px 0px; margin-bottom: 10px; cursor: default; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .uploader div.browser label { } .uploader div.browser span { cursor: pointer; } .uploader div.browser input { position: absolute; top: 0; margin: 0; border: solid transparent; border-width: 0 0 20px 20px; opacity: .0; filter: alpha(opacity= 0); -o-transform: translate(20px,-20px) scale(1); -moz-transform: translate(-20px,0) scale(1); direction: ltr; cursor: pointer; } .flex{ display: flex; justify-content: center; align-items: center; } .inc-dec{ width:20px } .loader { border: 16px solid #f3f3f3; border-radius: 50%; border-top: 16px solid #3498db; border-bottom: 16px solid #3498db; width: 50px; height: 50px; -webkit-animation: spin 2s linear infinite; animation: spin 2s linear infinite; display: none; } @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); } } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }