You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1460 lines
32 KiB
1460 lines
32 KiB
:root {
|
|
--brand-1: #262a31;
|
|
--sub-color-i: #2f353d;
|
|
--sub-color-i-2:#3b3d43;
|
|
--sub-color-i-3:#3f454f;
|
|
--text-color-1:#707277;
|
|
--border-color:#e7e9ed;
|
|
--main-bg:#f9f9f9;
|
|
--white-color:#ffff;
|
|
--sub-color: #F5F5F5;
|
|
--text-color: #626262;
|
|
--sub-color-1: #dc3545;
|
|
--sub-color-2: #2250fc;
|
|
--sub-color-3: #c52132;
|
|
--white-color: #ffffff;
|
|
--black-color: #2e2b2b;
|
|
--p-color: #484848;
|
|
--border-color2: #eeecec;
|
|
--border-color: #dad6d6;
|
|
|
|
--brand-11: #4F6BF8;
|
|
--sub-color: #F5F5F5;
|
|
--text-color: #626262;
|
|
--sub-color-1: #dc3545;
|
|
--sub-color-2: #2250fc;
|
|
--sub-color-3: #c52132;
|
|
--white-color: #ffffff;
|
|
--black-color: #2e2b2b;
|
|
--p-color: #484848;
|
|
--border-color2: #eeecec;
|
|
--border-color: #dad6d6;
|
|
}
|
|
|
|
.theme_editor *:focus {
|
|
outline: 0 !important;
|
|
}
|
|
|
|
.theme_editor *:hover {
|
|
transition: 0.5s;
|
|
}
|
|
|
|
.theme_editor *:focus {
|
|
outline: 0 !important;
|
|
box-shadow: none !important;
|
|
}
|
|
|
|
.theme_editor button:focus {
|
|
border: none;
|
|
outline: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.theme_editor * {
|
|
list-style-type: none;
|
|
font-family: "Poppins", sans-serif;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.theme_editor *:focus, .theme_editor *:active {
|
|
outline: none !important;
|
|
}
|
|
|
|
html.sr .load-hidden {
|
|
visibility: hidden;
|
|
}
|
|
|
|
.theme_editor *:hover {
|
|
transition: 0.8s !important;
|
|
}
|
|
|
|
.theme_editor *::selection {
|
|
color: #f3ebee;
|
|
background-color: black;
|
|
}
|
|
|
|
.theme_editor a,
|
|
.theme_editor a:visited {
|
|
color: #990000;
|
|
text-decoration: none;
|
|
}
|
|
|
|
body {
|
|
position: relative;
|
|
background-color: var(--main-bg) !important;
|
|
}
|
|
|
|
.affix {
|
|
top: 0;
|
|
width: 100%;
|
|
z-index: 9999 !important;
|
|
}
|
|
|
|
html {
|
|
scroll-behavior: smooth !important;
|
|
}
|
|
|
|
body {
|
|
scroll-behavior: smooth !important;
|
|
}
|
|
|
|
.main_heading h1 {
|
|
color: var(--eco-color-1);
|
|
font-size: 24px;
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
.main_heading p {
|
|
color: var(--p-color2);
|
|
font-size: 14px;
|
|
}
|
|
|
|
.heading_c {
|
|
color: var(--eco-color-1);
|
|
font-size: 24px;
|
|
font-weight: 700;
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
|
|
/* Document
|
|
========================================================================== */
|
|
/**
|
|
* 1. Correct the line height in all browsers.
|
|
* 2. Prevent adjustments of font size after orientation changes in iOS.
|
|
*/
|
|
html {
|
|
line-height: 1.15;
|
|
/* 1 */
|
|
-webkit-text-size-adjust: 100%;
|
|
/* 2 */
|
|
}
|
|
|
|
/* Sections
|
|
========================================================================== */
|
|
/**
|
|
* Remove the margin in all browsers.
|
|
*/
|
|
body {
|
|
margin: 0;
|
|
}
|
|
|
|
/**
|
|
* Render the `main` element consistently in IE.
|
|
*/
|
|
main {
|
|
display: block;
|
|
}
|
|
|
|
/**
|
|
* Correct the font size and margin on `h1` elements within `section` and
|
|
* `article` contexts in Chrome, Firefox, and Safari.
|
|
*/
|
|
h1 {
|
|
font-size: 2em;
|
|
margin: 0.67em 0;
|
|
}
|
|
|
|
/* Grouping content
|
|
========================================================================== */
|
|
/**
|
|
* 1. Add the correct box sizing in Firefox.
|
|
* 2. Show the overflow in Edge and IE.
|
|
*/
|
|
hr {
|
|
box-sizing: content-box;
|
|
/* 1 */
|
|
height: 0;
|
|
/* 1 */
|
|
overflow: visible;
|
|
/* 2 */
|
|
}
|
|
|
|
/**
|
|
* 1. Correct the inheritance and scaling of font size in all browsers.
|
|
* 2. Correct the odd `em` font sizing in all browsers.
|
|
*/
|
|
pre {
|
|
font-family: monospace, monospace;
|
|
/* 1 */
|
|
font-size: 1em;
|
|
/* 2 */
|
|
}
|
|
|
|
/* Text-level semantics
|
|
========================================================================== */
|
|
/**
|
|
* Remove the gray background on active links in IE 10.
|
|
*/
|
|
a {
|
|
background-color: transparent;
|
|
}
|
|
|
|
/**
|
|
* 1. Remove the bottom border in Chrome 57-
|
|
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
|
|
*/
|
|
abbr[title] {
|
|
border-bottom: none;
|
|
/* 1 */
|
|
text-decoration: underline;
|
|
/* 2 */
|
|
text-decoration: underline dotted;
|
|
/* 2 */
|
|
}
|
|
|
|
/**
|
|
* Add the correct font weight in Chrome, Edge, and Safari.
|
|
*/
|
|
b,
|
|
strong {
|
|
font-weight: bolder;
|
|
}
|
|
|
|
/**
|
|
* 1. Correct the inheritance and scaling of font size in all browsers.
|
|
* 2. Correct the odd `em` font sizing in all browsers.
|
|
*/
|
|
code,
|
|
kbd,
|
|
samp {
|
|
font-family: monospace, monospace;
|
|
/* 1 */
|
|
font-size: 1em;
|
|
/* 2 */
|
|
}
|
|
|
|
/**
|
|
* Add the correct font size in all browsers.
|
|
*/
|
|
small {
|
|
font-size: 80%;
|
|
}
|
|
|
|
/**
|
|
* Prevent `sub` and `sup` elements from affecting the line height in
|
|
* all browsers.
|
|
*/
|
|
sub,
|
|
sup {
|
|
font-size: 75%;
|
|
line-height: 0;
|
|
position: relative;
|
|
vertical-align: baseline;
|
|
}
|
|
|
|
sub {
|
|
bottom: -0.25em;
|
|
}
|
|
|
|
sup {
|
|
top: -0.5em;
|
|
}
|
|
|
|
/* Embedded content
|
|
========================================================================== */
|
|
/**
|
|
* Remove the border on images inside links in IE 10.
|
|
*/
|
|
img {
|
|
border-style: none;
|
|
}
|
|
|
|
/* Forms
|
|
========================================================================== */
|
|
/**
|
|
* 1. Change the font styles in all browsers.
|
|
* 2. Remove the margin in Firefox and Safari.
|
|
*/
|
|
button,
|
|
input,
|
|
optgroup,
|
|
select,
|
|
textarea {
|
|
font-family: inherit;
|
|
/* 1 */
|
|
font-size: 100%;
|
|
/* 1 */
|
|
line-height: 1.15;
|
|
/* 1 */
|
|
margin: 0;
|
|
/* 2 */
|
|
}
|
|
|
|
/**
|
|
* Show the overflow in IE.
|
|
* 1. Show the overflow in Edge.
|
|
*/
|
|
button,
|
|
input {
|
|
/* 1 */
|
|
overflow: visible;
|
|
}
|
|
|
|
/**
|
|
* Remove the inheritance of text transform in Edge, Firefox, and IE.
|
|
* 1. Remove the inheritance of text transform in Firefox.
|
|
*/
|
|
button,
|
|
select {
|
|
/* 1 */
|
|
text-transform: none;
|
|
}
|
|
|
|
/**
|
|
* Correct the inability to style clickable types in iOS and Safari.
|
|
*/
|
|
button,
|
|
[type="button"],
|
|
[type="reset"],
|
|
[type="submit"] {
|
|
-webkit-appearance: button;
|
|
}
|
|
|
|
/**
|
|
* Remove the inner border and padding in Firefox.
|
|
*/
|
|
button::-moz-focus-inner,
|
|
[type="button"]::-moz-focus-inner,
|
|
[type="reset"]::-moz-focus-inner,
|
|
[type="submit"]::-moz-focus-inner {
|
|
border-style: none;
|
|
padding: 0;
|
|
}
|
|
|
|
/**
|
|
* Restore the focus styles unset by the previous rule.
|
|
*/
|
|
button:-moz-focusring,
|
|
[type="button"]:-moz-focusring,
|
|
[type="reset"]:-moz-focusring,
|
|
[type="submit"]:-moz-focusring {
|
|
outline: 1px dotted ButtonText;
|
|
}
|
|
|
|
/**
|
|
* Correct the padding in Firefox.
|
|
*/
|
|
fieldset {
|
|
padding: 0.35em 0.75em 0.625em;
|
|
}
|
|
|
|
/**
|
|
* 1. Correct the text wrapping in Edge and IE.
|
|
* 2. Correct the color inheritance from `fieldset` elements in IE.
|
|
* 3. Remove the padding so developers are not caught out when they zero out
|
|
* `fieldset` elements in all browsers.
|
|
*/
|
|
legend {
|
|
box-sizing: border-box;
|
|
/* 1 */
|
|
color: inherit;
|
|
/* 2 */
|
|
display: table;
|
|
/* 1 */
|
|
max-width: 100%;
|
|
/* 1 */
|
|
padding: 0;
|
|
/* 3 */
|
|
white-space: normal;
|
|
/* 1 */
|
|
}
|
|
|
|
/**
|
|
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
|
|
*/
|
|
progress {
|
|
vertical-align: baseline;
|
|
}
|
|
|
|
/**
|
|
* Remove the default vertical scrollbar in IE 10+.
|
|
*/
|
|
textarea {
|
|
overflow: auto;
|
|
}
|
|
|
|
/**
|
|
* 1. Add the correct box sizing in IE 10.
|
|
* 2. Remove the padding in IE 10.
|
|
*/
|
|
[type="checkbox"],
|
|
[type="radio"] {
|
|
box-sizing: border-box;
|
|
/* 1 */
|
|
padding: 0;
|
|
/* 2 */
|
|
}
|
|
|
|
/**
|
|
* Correct the cursor style of increment and decrement buttons in Chrome.
|
|
*/
|
|
[type="number"]::-webkit-inner-spin-button,
|
|
[type="number"]::-webkit-outer-spin-button {
|
|
height: auto;
|
|
}
|
|
|
|
/**
|
|
* 1. Correct the odd appearance in Chrome and Safari.
|
|
* 2. Correct the outline style in Safari.
|
|
*/
|
|
[type="search"] {
|
|
-webkit-appearance: textfield;
|
|
/* 1 */
|
|
outline-offset: -2px;
|
|
/* 2 */
|
|
}
|
|
|
|
/**
|
|
* Remove the inner padding in Chrome and Safari on macOS.
|
|
*/
|
|
[type="search"]::-webkit-search-decoration {
|
|
-webkit-appearance: none;
|
|
}
|
|
|
|
/**
|
|
* 1. Correct the inability to style clickable types in iOS and Safari.
|
|
* 2. Change font properties to `inherit` in Safari.
|
|
*/
|
|
::-webkit-file-upload-button {
|
|
-webkit-appearance: button;
|
|
/* 1 */
|
|
font: inherit;
|
|
/* 2 */
|
|
}
|
|
|
|
/* Interactive
|
|
========================================================================== */
|
|
/*
|
|
* Add the correct display in Edge, IE 10+, and Firefox.
|
|
*/
|
|
details {
|
|
display: block;
|
|
}
|
|
|
|
/*
|
|
* Add the correct display in all browsers.
|
|
*/
|
|
summary {
|
|
display: list-item;
|
|
}
|
|
|
|
/* Misc
|
|
========================================================================== */
|
|
/**
|
|
* Add the correct display in IE 10+.
|
|
*/
|
|
template {
|
|
display: none;
|
|
}
|
|
|
|
/**
|
|
* Add the correct display in IE 10.
|
|
*/
|
|
[hidden] {
|
|
display: none;
|
|
}
|
|
|
|
.btn {
|
|
position: relative;
|
|
display: inline-block;
|
|
color: var(--white-color);
|
|
border: none;
|
|
border-radius: 3px !important;
|
|
outline: 0;
|
|
font-size: 10px;
|
|
font-weight: normal;
|
|
text-align: center;
|
|
text-transform: capitalize;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.btn-border {
|
|
position: relative;
|
|
display: inline-block;
|
|
border: none;
|
|
border-radius: 0;
|
|
outline: 0;
|
|
padding: 9px 18px;
|
|
text-align: center;
|
|
background: var(--sub-color-i);
|
|
}
|
|
|
|
.btn-reset {
|
|
position: relative;
|
|
display: inline-block;
|
|
border: none;
|
|
border-radius: 0;
|
|
outline: 0;
|
|
padding: 9px 18px;
|
|
text-align: center;
|
|
background: #dc3545 !important;
|
|
color: white !important;
|
|
}
|
|
|
|
.btn-submit {
|
|
position: relative;
|
|
display: inline-block;
|
|
border: none;
|
|
border-radius: 0;
|
|
outline: 0;
|
|
padding: 9px 18px;
|
|
text-align: center;
|
|
background: green !important;
|
|
color: white !important;
|
|
}
|
|
|
|
.main_header {
|
|
background: var(--brand-1);
|
|
}
|
|
|
|
.main_header .navbar .navbar-brand {
|
|
margin-right: 50px;
|
|
}
|
|
|
|
.main_header .navbar .navbar-nav .nav-item .nav-link {
|
|
color: var(--white-color);
|
|
}
|
|
|
|
.main_header .navbar .navbar-collapse {
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.main_header .navbar .navbar-collapse .user a {
|
|
max-width: 50px;
|
|
display: block;
|
|
}
|
|
|
|
.main_header .navbar .navbar-collapse .user a img {
|
|
border-radius: 50%;
|
|
width: 100%;
|
|
}
|
|
|
|
/* width */
|
|
::-webkit-scrollbar {
|
|
width: 5px;
|
|
}
|
|
|
|
/* Track */
|
|
::-webkit-scrollbar-track {
|
|
background: #f1f1f1;
|
|
}
|
|
|
|
/* Handle */
|
|
::-webkit-scrollbar-thumb {
|
|
background: #888;
|
|
border-radius: 0px;
|
|
}
|
|
|
|
/* Handle on hover */
|
|
::-webkit-scrollbar-thumb:hover {
|
|
background: #555;
|
|
}
|
|
|
|
#hamburger {
|
|
background-color: transparent;
|
|
border: none;
|
|
cursor: pointer;
|
|
display: flex;
|
|
padding: 0;
|
|
}
|
|
|
|
#hamburger .line {
|
|
fill: none;
|
|
stroke: #f1f1f1;
|
|
stroke-width: 3;
|
|
transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
}
|
|
|
|
#hamburger .line1 {
|
|
stroke-dasharray: 60 207;
|
|
stroke-width: 6;
|
|
}
|
|
|
|
#hamburger .line2 {
|
|
stroke-dasharray: 60 60;
|
|
stroke-width: 6;
|
|
}
|
|
|
|
#hamburger .line3 {
|
|
stroke-dasharray: 60 207;
|
|
stroke-width: 6;
|
|
}
|
|
|
|
#hamburger.open .line1 {
|
|
stroke-dasharray: 90 207;
|
|
stroke-dashoffset: -134;
|
|
stroke-width: 6;
|
|
}
|
|
|
|
#hamburger.open .line2 {
|
|
stroke-dasharray: 1 60;
|
|
stroke-dashoffset: -30;
|
|
stroke-width: 6;
|
|
}
|
|
|
|
#hamburger.open .line3 {
|
|
stroke-dasharray: 90 207;
|
|
stroke-dashoffset: -134;
|
|
stroke-width: 6;
|
|
}
|
|
|
|
#theme_editor_sidebar {
|
|
position: absolute;
|
|
top: 0px;
|
|
left: 0px;
|
|
width: 330px;
|
|
height: 91.4vh;
|
|
transition: all 300ms linear;
|
|
z-index: 999;
|
|
}
|
|
|
|
#main {
|
|
margin-left: 340px;
|
|
transition: all 300ms linear;
|
|
}
|
|
|
|
.marg_main {
|
|
margin-left: 0px !important;
|
|
transition: all 300ms linear;
|
|
}
|
|
|
|
.main_sidebar {
|
|
background-color: var(--sub-color-i);
|
|
}
|
|
|
|
.main_sidebar .toggle-btn {
|
|
position: absolute;
|
|
right: -14px;
|
|
top: 50%;
|
|
height: 55px;
|
|
width: 15px;
|
|
border-bottom-right-radius: 3px;
|
|
border-top-right-radius: 3px;
|
|
background-color: var(--sub-color-i);
|
|
cursor: pointer;
|
|
}
|
|
|
|
.main_sidebar .toggle-btn .img_wrapper {
|
|
margin-top: 14px;
|
|
max-width: 7px;
|
|
margin-left: 2px;
|
|
}
|
|
|
|
.main_sidebar .toggle-btn .img_wrapper img {
|
|
width: 100%;
|
|
}
|
|
|
|
.navbar .navbar_header {
|
|
background-color: var(--brand-1);
|
|
padding: 6px;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.navbar .brand_logo {
|
|
max-width: 35px;
|
|
margin-left: 12px;
|
|
}
|
|
|
|
.navbar .brand_logo img {
|
|
width: 100%;
|
|
}
|
|
|
|
.navbar .brand_name {
|
|
margin-left: 8px;
|
|
margin-bottom: -1px;
|
|
}
|
|
|
|
.navbar .brand_name a {
|
|
color: var(--white-color);
|
|
font-size: 20px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.navbar .brand_name a:hover {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.main_sidebar .sidebar_wrapper {
|
|
padding: 15px 15px;
|
|
height: 85vh;
|
|
/* display: block;
|
|
background: red;*/
|
|
overflow-y: scroll !important;
|
|
}
|
|
.main_sidebar .sidebar_wrapper .sidebar_content .button_properties {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.main_sidebar .sidebar_wrapper .sidebar_content .button_properties p {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.main_sidebar .sidebar_wrapper .sidebar_content .button_properties p a {
|
|
background-size: 15px;
|
|
cursor: pointer;
|
|
font-size: 18px;
|
|
}
|
|
|
|
.main_sidebar .sidebar_wrapper .sidebar_content .button_properties .btn-primary_style {
|
|
width: 100%;
|
|
background-color: var(--brand-1);
|
|
text-align: left;
|
|
padding: 15px 15px 15px 15px;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.main_sidebar .sidebar_wrapper .sidebar_content .button_properties .btn-primary_style {
|
|
color: var(--white-color);
|
|
}
|
|
|
|
.main_sidebar .sidebar_wrapper .sidebar_content .button_properties .card, .main_sidebar .sidebar_wrapper .sidebar_content .button_properties .card-body {
|
|
border-radius: 0;
|
|
background-color: var(--sub-color-i-2) !important;
|
|
padding: 20px 15px;
|
|
}
|
|
|
|
.main_sidebar .sidebar_wrapper .sidebar_content .button_properties .card .button_cutomise h6, .main_sidebar .sidebar_wrapper .sidebar_content .button_properties .card-body .button_cutomise h6 {
|
|
color: var(--white-color);
|
|
font-weight: 400;
|
|
font-size: 12px;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.main_sidebar .sidebar_wrapper .sidebar_content .button_properties .card .button_cutomise .optss, .main_sidebar .sidebar_wrapper .sidebar_content .button_properties .card-body .button_cutomise .optss {
|
|
padding-bottom: 20px;
|
|
}
|
|
|
|
.main_sidebar .sidebar_wrapper .sidebar_content .button_properties .card .button_cutomise .optss select, .main_sidebar .sidebar_wrapper .sidebar_content .button_properties .card-body .button_cutomise .optss select {
|
|
color: var(--white-color) !important;
|
|
background-color: var(--sub-color-i-3) !important;
|
|
background-clip: padding-box;
|
|
border: 1px solid var(--sub-color-i-3) !important;
|
|
border-radius: 0.25rem;
|
|
font-size: 12px;
|
|
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
|
|
}
|
|
|
|
.main_sidebar .sidebar_wrapper .sidebar_content .button_properties .card .button_cutomise .optss select option, .main_sidebar .sidebar_wrapper .sidebar_content .button_properties .card-body .button_cutomise .optss select option {
|
|
border: none !important;
|
|
width: 90% !important;
|
|
}
|
|
|
|
.main_sidebar .sidebar_wrapper .sidebar_content .button_properties .card .button_cutomise .optss .t_align, .main_sidebar .sidebar_wrapper .sidebar_content .button_properties .card-body .button_cutomise .optss .t_align {
|
|
display: flex;
|
|
padding-left: 0;
|
|
background-color: var(--sub-color-i-3) !important;
|
|
justify-content: space-around;
|
|
}
|
|
|
|
.main_sidebar .sidebar_wrapper .sidebar_content .button_properties .card .button_cutomise .optss .t_align li, .main_sidebar .sidebar_wrapper .sidebar_content .button_properties .card-body .button_cutomise .optss .t_align li {
|
|
border: 1px solid transparent;
|
|
border-right-color: var(--text-color) !important;
|
|
}
|
|
|
|
.main_sidebar .sidebar_wrapper .sidebar_content .button_properties .card .button_cutomise .optss .t_align li a, .main_sidebar .sidebar_wrapper .sidebar_content .button_properties .card-body .button_cutomise .optss .t_align li a {
|
|
display: block;
|
|
width: 12px;
|
|
margin-right: 14px;
|
|
padding: 8px 0;
|
|
}
|
|
|
|
.main_sidebar .sidebar_wrapper .sidebar_content .button_properties .card .button_cutomise .optss .t_align li a img, .main_sidebar .sidebar_wrapper .sidebar_content .button_properties .card-body .button_cutomise .optss .t_align li a img {
|
|
width: 100%;
|
|
}
|
|
|
|
.main_sidebar .sidebar_wrapper .sidebar_content .button_properties .card .button_cutomise .optss .t_align :last-child, .main_sidebar .sidebar_wrapper .sidebar_content .button_properties .card-body .button_cutomise .optss .t_align :last-child {
|
|
border-right-color: transparent !important;
|
|
}
|
|
|
|
.main_sidebar .sidebar_wrapper .sidebar_content .button_properties .card .button_cutomise .optss .bg_color, .main_sidebar .sidebar_wrapper .sidebar_content .button_properties .card-body .button_cutomise .optss .bg_color {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.main_sidebar .sidebar_wrapper .sidebar_content .button_properties .card .button_cutomise .optss .bg_color .color_picker input[type="color"], .main_sidebar .sidebar_wrapper .sidebar_content .button_properties .card-body .button_cutomise .optss .bg_color .color_picker input[type="color"] {
|
|
appearance: none;
|
|
-moz-appearance: none;
|
|
-webkit-appearance: none;
|
|
background: none;
|
|
border: 0;
|
|
cursor: pointer;
|
|
height: 2em;
|
|
padding: 0;
|
|
width: 4em;
|
|
}
|
|
|
|
.main_sidebar .sidebar_wrapper .sidebar_content .button_properties .card .button_cutomise .optss .b_slider, .main_sidebar .sidebar_wrapper .sidebar_content .button_properties .card-body .button_cutomise .optss .b_slider {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.main_sidebar .sidebar_wrapper .sidebar_content .button_properties .card .button_cutomise .optss .b_width, .main_sidebar .sidebar_wrapper .sidebar_content .button_properties .card-body .button_cutomise .optss .b_width {
|
|
margin-top: 00px;
|
|
margin-bottom: 15px;
|
|
padding-bottom: 15px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.main_sidebar .sidebar_wrapper .sidebar_content .button_properties .card .button_cutomise .optss .b_width div.sliderContainer, .main_sidebar .sidebar_wrapper .sidebar_content .button_properties .card-body .button_cutomise .optss .b_width div.sliderContainer {
|
|
width: 70%;
|
|
text-align: center;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.main_sidebar .sidebar_wrapper .sidebar_content .button_properties .card .button_cutomise .optss .b_width #slider, .main_sidebar .sidebar_wrapper .sidebar_content .button_properties .card-body .button_cutomise .optss .b_width #slider {
|
|
appearance: none;
|
|
height: 5px !important;
|
|
width: 100%;
|
|
border-radius: 10em;
|
|
background-color: var(--sub-color-i);
|
|
outline: none;
|
|
border: none !important;
|
|
}
|
|
|
|
.main_sidebar .sidebar_wrapper .sidebar_content .button_properties .card .button_cutomise .optss .b_width #slider::-webkit-slider-thumb, .main_sidebar .sidebar_wrapper .sidebar_content .button_properties .card-body .button_cutomise .optss .b_width #slider::-webkit-slider-thumb {
|
|
appearance: none;
|
|
width: 22px;
|
|
height: 22px;
|
|
border-radius: 50%;
|
|
background: var(--white-color);
|
|
cursor: pointer;
|
|
border: 3px solid var(--brand-1);
|
|
}
|
|
|
|
.main_sidebar .sidebar_wrapper .sidebar_content .button_properties .card .button_cutomise .optss .b_width #slider::-moz-range-thumb, .main_sidebar .sidebar_wrapper .sidebar_content .button_properties .card-body .button_cutomise .optss .b_width #slider::-moz-range-thumb {
|
|
width: 22px;
|
|
height: 22px;
|
|
border-radius: 50%;
|
|
background-color: var(--brand-1);
|
|
cursor: pointer;
|
|
border: 3px solid #f4f4f4;
|
|
}
|
|
|
|
.main_sidebar .sidebar_wrapper .sidebar_content .button_properties .card .button_cutomise .optss .b_width #output, .main_sidebar .sidebar_wrapper .sidebar_content .button_properties .card-body .button_cutomise .optss .b_width #output {
|
|
color: #1d1a1a;
|
|
font-size: 16px;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
.main_sidebar .sidebar_wrapper .sidebar_content .button_properties .card .button_cutomise .optss input[type="text"], .main_sidebar .sidebar_wrapper .sidebar_content .button_properties .card-body .button_cutomise .optss input[type="text"] {
|
|
appearance: none;
|
|
-moz-appearance: none;
|
|
-webkit-appearance: none;
|
|
background: var(--sub-color-i);
|
|
border: 0;
|
|
border-radius: 3px;
|
|
cursor: pointer;
|
|
padding-left: 5px;
|
|
color: var(--white-color) !important;
|
|
}
|
|
|
|
.main_sidebar .sidebar_wrapper .sidebar_content .button_properties .card .button_cutomise .optss .b_style, .main_sidebar .sidebar_wrapper .sidebar_content .button_properties .card-body .button_cutomise .optss .b_style {
|
|
display: flex;
|
|
padding-left: 0;
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
.main_sidebar .sidebar_wrapper .sidebar_content .button_properties .card .button_cutomise .optss .b_style li, .main_sidebar .sidebar_wrapper .sidebar_content .button_properties .card-body .button_cutomise .optss .b_style li {
|
|
text-align: center;
|
|
}
|
|
|
|
.main_sidebar .sidebar_wrapper .sidebar_content .button_properties .card .button_cutomise .optss .b_style li input[type="number"], .main_sidebar .sidebar_wrapper .sidebar_content .button_properties .card-body .button_cutomise .optss .b_style li input[type="number"] {
|
|
appearance: none;
|
|
-moz-appearance: none;
|
|
-webkit-appearance: none;
|
|
background: var(--sub-color-i-3);
|
|
border: 1px solid transparent;
|
|
border-right-color: var(--text-color) !important;
|
|
border-radius: 0px;
|
|
cursor: pointer;
|
|
height: 2em;
|
|
width: 2.5em;
|
|
padding-left: 5px;
|
|
color: var(--white-color);
|
|
}
|
|
|
|
.main_sidebar .sidebar_wrapper .sidebar_content .button_properties .card .button_cutomise .optss .b_style li span, .main_sidebar .sidebar_wrapper .sidebar_content .button_properties .card-body .button_cutomise .optss .b_style li span {
|
|
color: var(--text-color);
|
|
font-size: 8px;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.main_sidebar .sidebar_wrapper .sidebar_content .button_properties .card .button_cutomise .optss .b_style :last-child input[type="number"], .main_sidebar .sidebar_wrapper .sidebar_content .button_properties .card-body .button_cutomise .optss .b_style :last-child input[type="number"] {
|
|
border-right-color: transparent !important;
|
|
}
|
|
|
|
.main_sidebar .sidebar_footer {
|
|
background-color: var(--brand-1);
|
|
padding: 15px 15px;
|
|
text-align: right;
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
.dash_main {
|
|
background-color: var(--main-bg);
|
|
padding: 100px 0px 100px 20px;
|
|
}
|
|
|
|
.dash_main .main_h h3 {
|
|
font-size: 24px;
|
|
font-weight: 600;
|
|
color: var(--sub-color-i);
|
|
}
|
|
|
|
.dash_main .main_h p {
|
|
color: var(--text-color-1);
|
|
font-size: 14px;
|
|
}
|
|
|
|
.dash_main .preview_area {
|
|
margin-top: 50px;
|
|
background-color: var(--white-color);
|
|
padding: 30px 20px;
|
|
border: 1px solid var(--border-color);
|
|
border-radius: 5px;
|
|
position: relative;
|
|
}
|
|
|
|
.dash_main .preview_area .help {
|
|
position: absolute;
|
|
right: 0;
|
|
top: -100px;
|
|
display: block;
|
|
max-width: 20px;
|
|
}
|
|
|
|
.dash_main .preview_area .help img {
|
|
width: 100%;
|
|
}
|
|
|
|
.dash_main .preview_area .btn_grp {
|
|
display: grid;
|
|
grid-template-columns: 1fr 1fr 50%;
|
|
grid-row-gap: 15px;
|
|
}
|
|
|
|
.dash_main .preview_area .btn_grp .btns {
|
|
width: fit-content;
|
|
}
|
|
|
|
.dash_main .b_p {
|
|
text-align: right;
|
|
padding-top: 15px;
|
|
font-size: 12px;
|
|
text-transform: uppercase;
|
|
color: var(--text-color-1);
|
|
}
|
|
|
|
.sidebar_left .wrapper {
|
|
margin-top: 15px;
|
|
height: 100%;
|
|
}
|
|
|
|
.sidebar_left .wrapper .sub_style {
|
|
margin-bottom: 15px;
|
|
padding-bottom: 10px;
|
|
display: flex;
|
|
}
|
|
|
|
.sidebar_left .wrapper .sub_style .t_settings {
|
|
padding: 6px;
|
|
width: 100%;
|
|
margin-right: 10px;
|
|
color: var(--white-color);
|
|
background-color: var(--sub-color-i-3) !important;
|
|
background-clip: padding-box;
|
|
border: 1px solid var(--sub-color-i-3) !important;
|
|
border-radius: 0.25rem;
|
|
font-size: 12px;
|
|
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
|
|
}
|
|
|
|
.sidebar_left .wrapper .sub_style .switch {
|
|
border-radius: 5px;
|
|
position: relative;
|
|
display: inline-block;
|
|
width: 45px;
|
|
margin-bottom: 0;
|
|
background-color: var(--sub-color-i-3);
|
|
}
|
|
|
|
.sidebar_left .wrapper .sub_style .switch input {
|
|
opacity: 0;
|
|
width: 0;
|
|
height: 0;
|
|
}
|
|
|
|
.sidebar_left .wrapper .sub_style .slider {
|
|
position: absolute;
|
|
cursor: pointer;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
background-color: var(--sub-color-i-2);
|
|
transition: .4s;
|
|
border-radius: 34px;
|
|
margin: 7px 4px 7px 3px;
|
|
}
|
|
|
|
.sidebar_left .wrapper .sub_style .slider:before {
|
|
position: absolute;
|
|
content: "";
|
|
height: 15px;
|
|
width: 13px;
|
|
left: -2px;
|
|
bottom: 2px;
|
|
background-color: white;
|
|
transition: .4s;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.sidebar_left .wrapper .sub_style input:checked + .slider {
|
|
background-color: var(--brand-1);
|
|
}
|
|
|
|
.sidebar_left .wrapper .sub_style input:focus + .slider {
|
|
box-shadow: 0 0 1px var(--brand-11);
|
|
}
|
|
|
|
.sidebar_left .wrapper .sub_style input:checked + .slider:before {
|
|
transform: translateX(18px);
|
|
}
|
|
|
|
.sidebar_left .wrapper .sub_style2 {
|
|
margin-bottom: 15px;
|
|
display: flex;
|
|
}
|
|
|
|
.sidebar_left .wrapper .sub_style2 .t_settings {
|
|
background-color: var(--white-color);
|
|
padding: 6px;
|
|
font-size: 12px;
|
|
color: var(--brand-11);
|
|
width: 67%;
|
|
box-shadow: 0px 2px 5px -3px rgba(0, 0, 0, 0.75);
|
|
margin-right: 10px;
|
|
border-radius: 5px;
|
|
}
|
|
/*
|
|
.sidebar_left .wrapper .dark_mode {
|
|
padding-top: 15px;
|
|
}
|
|
*/
|
|
|
|
.sidebar_left .wrapper .dark_mode .dark-switch {
|
|
display: none;
|
|
}
|
|
|
|
.sidebar_left .wrapper .dark_mode .dark-schedule {
|
|
display: none;
|
|
}
|
|
|
|
.sidebar_left .wrapper .dark_mode .d_mode {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: baseline;
|
|
}
|
|
|
|
.sidebar_left .wrapper .dark_mode .d_mode h6 {
|
|
font-size: 12px;
|
|
font-weight: normal;
|
|
color: var(--brand-11);
|
|
}
|
|
|
|
.sidebar_left .wrapper .dark_mode .d_mode .switch {
|
|
border-radius: 5px;
|
|
position: relative;
|
|
display: inline-block;
|
|
width: 39px;
|
|
height: 30px;
|
|
box-shadow: 0px 1px 2px 0px rgba(171, 171, 171, 0.61);
|
|
margin-bottom: 0;
|
|
background-color: white;
|
|
}
|
|
|
|
.sidebar_left .wrapper .dark_mode .d_mode .switch input {
|
|
opacity: 0;
|
|
width: 0;
|
|
height: 0;
|
|
}
|
|
|
|
.sidebar_left .wrapper .dark_mode .d_mode .slider {
|
|
position: absolute;
|
|
cursor: pointer;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
background-color: #ccc;
|
|
transition: .4s;
|
|
border-radius: 34px;
|
|
margin: 7px 4px 7px 3px;
|
|
}
|
|
|
|
.sidebar_left .wrapper .dark_mode .d_mode .slider:before {
|
|
position: absolute;
|
|
content: "";
|
|
height: 15px;
|
|
width: 15px;
|
|
left: -3px;
|
|
bottom: 1.6px;
|
|
background-color: white;
|
|
transition: .4s;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.sidebar_left .wrapper .dark_mode .d_mode input:checked + .slider {
|
|
background-color: var(--brand-11);
|
|
}
|
|
|
|
.sidebar_left .wrapper .dark_mode .d_mode input:focus + .slider {
|
|
box-shadow: 0 0 1px var(--brand-11);
|
|
}
|
|
|
|
.sidebar_left .wrapper .dark_mode .d_mode input:checked + .slider:before {
|
|
transform: translateX(18px);
|
|
}
|
|
|
|
.sidebar_left .wrapper .dark_mode .mode {
|
|
padding-left: 0;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin-top: 15px;
|
|
}
|
|
|
|
.sidebar_left .wrapper .dark_mode .mode li {
|
|
background-color: var(--sub-color-i-3) !important;
|
|
border-radius: 3px;
|
|
box-shadow: 0px 2px 5px -3px rgba(0, 0, 0, 0.75);
|
|
padding: 8px;
|
|
border: 1px solid var(--sub-color-i-3);
|
|
list-style: none;
|
|
}
|
|
|
|
.sidebar_left .wrapper .dark_mode .mode li:hover {
|
|
background-color: var(--black-color) !important;
|
|
}
|
|
|
|
.sidebar_left .wrapper .dark_mode .mode li:hover a i {
|
|
color: var(--white-color);
|
|
}
|
|
|
|
.sidebar_left .wrapper .dark_mode .mode li:hover a span {
|
|
color: var(--white-color);
|
|
}
|
|
|
|
.sidebar_left .wrapper .dark_mode .mode li a {
|
|
display: flex;
|
|
align-items: baseline;
|
|
}
|
|
|
|
.sidebar_left .wrapper .dark_mode .mode li a:hover {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.sidebar_left .wrapper .dark_mode .mode li a i {
|
|
color: var(--brand-11);
|
|
font-size: 12px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.sidebar_left .wrapper .dark_mode .mode li a span {
|
|
color: var(--brand-11);
|
|
font-size: 11px;
|
|
}
|
|
|
|
.sidebar_left .wrapper .dark_mode .mode li.active {
|
|
background: var(--black-color) !important;
|
|
box-shadow: 0px 2px 5px -3px rgba(0, 0, 0, 0.75);
|
|
}
|
|
|
|
.sidebar_left .wrapper .dark_mode .mode li.active a {
|
|
display: flex;
|
|
align-items: baseline;
|
|
}
|
|
|
|
.sidebar_left .wrapper .dark_mode .mode li.active a:hover {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.sidebar_left .wrapper .dark_mode .mode li.active a i {
|
|
color: var(--white-color);
|
|
font-size: 12px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.sidebar_left .wrapper .dark_mode .mode li.active a span {
|
|
color: var(--white-color);
|
|
font-size: 11px;
|
|
}
|
|
|
|
.sidebar_left .wrapper .dark_mode .on_off {
|
|
background-color: var(--sub-color-i-3);
|
|
box-shadow: 0px 1px 2px 0px rgba(171, 171, 171, 0.61);
|
|
padding: 15px 15px 1px 15px;
|
|
border-radius: 5px;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.sidebar_left .wrapper .dark_mode .on_off ul {
|
|
padding-left: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.sidebar_left .wrapper .dark_mode .on_off ul li {
|
|
margin-bottom: 15px;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.sidebar_left .wrapper .dark_mode .on_off ul li .left {
|
|
color: var(--brand-11);
|
|
font-size: 12px;
|
|
}
|
|
|
|
.sidebar_left .wrapper .dark_mode .on_off ul li .right span,
|
|
.sidebar_left .wrapper .dark_mode .on_off ul li .right i {
|
|
color: var(--brand-11);
|
|
font-size: 12px;
|
|
}
|
|
|
|
.sidebar_left .wrapper .dark_mode .on_off ul li .right span {
|
|
margin-right: 25px;
|
|
}
|
|
|
|
::-webkit-scrollbar {
|
|
width: 10px;
|
|
}
|
|
|
|
::-webkit-scrollbar-track {
|
|
background: #f1f1f1;
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
background: #888;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb:hover {
|
|
background: #555;
|
|
}
|
|
|
|
.main_body {
|
|
position: relative;
|
|
}
|
|
|
|
.main_body .dash_main {
|
|
padding-top: 70px;
|
|
padding-left: 15px;
|
|
}
|
|
|
|
.top_section {
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
.top_section .t_wrapper {
|
|
width: 100%;
|
|
}
|
|
|
|
.top_section .t_wrapper img {
|
|
width: 100%;
|
|
border-radius: 5px;
|
|
box-shadow: 0 4px 6px rgba(206, 203, 203, 0.61);
|
|
}
|
|
|
|
.mid_section {
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
.mid_section .t_wrapper {
|
|
width: 100%;
|
|
}
|
|
|
|
.mid_section .t_wrapper img {
|
|
width: 100%;
|
|
border-radius: 5px;
|
|
box-shadow: 0 4px 6px rgba(206, 203, 203, 0.61);
|
|
}
|
|
|
|
.bottom_section {
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
.bottom_section .t_wrapper {
|
|
width: 100%;
|
|
}
|
|
|
|
.bottom_section .t_wrapper img {
|
|
width: 100%;
|
|
border-radius: 5px;
|
|
box-shadow: 0 4px 6px rgba(206, 203, 203, 0.61);
|
|
}
|
|
|
|
.js_add_tool {
|
|
position: absolute;
|
|
right: 10px;
|
|
color: var(--white-color);
|
|
}
|
|
.fa.fa-plus.js_add_tool:hover {
|
|
scale: 1.3;
|
|
opacity: 0.7;
|
|
}
|
|
|
|
.sidebar-hider-infinito {
|
|
left: -310px !important;
|
|
}
|
|
|
|
.btn-infinito-reset {
|
|
right: 40px;
|
|
position: absolute;
|
|
}
|
|
|
|
.error-message {
|
|
padding: 10px;
|
|
background-color: #e74c3c;
|
|
color: #fff;
|
|
font-size: 20px;
|
|
width: 600px;
|
|
text-align: center;
|
|
position: fixed;
|
|
top: 80px;
|
|
left: -600px;
|
|
z-index: 9999;
|
|
border-radius: 0 5px 5px 0;
|
|
box-shadow: 0px 0px 8px 2px #977b7b;
|
|
}
|
|
|
|
span.title-infinito {
|
|
font-weight: bold;
|
|
font-size: 16px;
|
|
}
|
|
|
|
a.info-infinito {
|
|
vertical-align: bottom;
|
|
position:relative; /* Anything but static */
|
|
width: 1.5em;
|
|
height: 1.5em;
|
|
text-indent: -9999em;
|
|
display: inline-block;
|
|
color: white;
|
|
font-weight:bold;
|
|
font-size:1em;
|
|
line-height:1em;
|
|
background-color: #fff;
|
|
margin-left: .25em;
|
|
-webkit-border-radius:.75em;
|
|
-moz-border-radius:.75em;
|
|
border-radius:.75em;
|
|
}
|
|
a.info-infinito:hover {
|
|
cursor: hand;
|
|
cursor: pointer;
|
|
}
|
|
a.info-infinito:before {
|
|
content:"?";
|
|
position: absolute;
|
|
top: .25em;
|
|
left:0;
|
|
text-indent: 0;
|
|
display:block;
|
|
width:1.5em;
|
|
text-align:center;
|
|
}
|
|
|
|
.popover-title-infinito {
|
|
font-weight:bold;
|
|
}
|
|
|
|
|
|
label a.info-infinito,
|
|
label div.popover.fade.in {
|
|
opacity: 0;
|
|
-webkit-transition: opacity 0.2s ease;
|
|
-moz-transition: opacity 0.2s ease;
|
|
transition: opacity 0.2s ease;
|
|
}
|
|
label:hover a.info,
|
|
label:hover div.popover.fade.in {
|
|
opacity: 1;
|
|
}
|
|
.backend_theme_studio_sidebar .btn.item {
|
|
height: 40px;
|
|
width: 200px;
|
|
font-size: 12px;
|
|
margin: 0 !important;
|
|
}
|
|
#theme_editor_sidebar .sidebar_left h6 {
|
|
color: var(--white-color);
|
|
font-weight: 400;
|
|
font-size: 12px;
|
|
padding-bottom: 10px;
|
|
}
|
|
#theme_editor_sidebar .sidebar_left .infinito-form-select {
|
|
color: var(--white-color) !important;
|
|
background-color: var(--sub-color-i-3) !important;
|
|
background-clip: padding-box;
|
|
border: 1px solid var(--sub-color-i-3) !important;
|
|
border-radius: 0.25rem;
|
|
font-size: 12px;
|
|
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
|
|
display: block;
|
|
width: 100%;
|
|
height: calc(1.5em + 0.75rem + 2px);
|
|
padding: 0.375rem 0.75rem;
|
|
font-weight: 400;
|
|
line-height: 1.5;
|
|
}
|
|
#theme_editor_sidebar .sidebar_left .infinito-form-select option {
|
|
border: none !important;
|
|
width: 90% !important;
|
|
}
|
|
.theme_editor i.fa {
|
|
color: #fff !important;
|
|
}
|
|
.button_properties i.fa {
|
|
top: 19px;
|
|
}
|
|
.infinito-btn-group-nav {
|
|
display: block;
|
|
height: 50px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.btn-reset {
|
|
position: relative;
|
|
display: inline-block;
|
|
border: none;
|
|
border-radius: 0;
|
|
outline: 0;
|
|
padding: 9px 18px;
|
|
text-align: center;
|
|
background: #dc3545 !important;
|
|
color: white !important;
|
|
}
|
|
.infinito-btn-group-nav .btn-infinito-close {
|
|
color: grey;
|
|
font-size: 14px;
|
|
border: 1px solid grey !important;
|
|
}
|
|
.infinito-btn-group-nav .btn-infinito-close:hover {
|
|
color: #cdcdcd;
|
|
border: 1px solid #cdcdcd !important;
|
|
}
|
|
.infinito-btn-group-nav .btn-infinito-close i.fa {
|
|
color: grey !important;
|
|
}
|
|
.infinito-btn-group-nav .btn-infinito-close .backend_theme_studio_close:hover {
|
|
color: #cdcdcd !important;
|
|
}
|
|
.infinito-btn-group-nav .btn-infinito-close:hover i.fa {
|
|
color: #cdcdcd !important;
|
|
}
|