header ul li a,
header ul li a:hover,
header ul li a:focus {
text-decoration: none !important;
}
.input-error {
border: 1px solid red !important;
}
.input-success {
border: 1px solid #28a745 !important;
}
#saveBtn {
border:1px solid #28a745;
color: #C0001;
padding: 7px 20px;
border-radius: 3px;
font-size: 14px;
cursor: pointer;
transition: all 0.3s ease;
}
#saveBtn:hover {
background-color: #218838;
color: #FFF;
transform: translateY(-2px);
}
#saveBtn:active {
transform: scale(0.97);
}
#themeEditor {
margin-left: 581px !important;
}

/* Large screens */
@media (max-width: 1200px) {
#themeEditor {
margin-left: 400px !important;
}
}
/* Tablets */
@media (max-width: 992px) {
#themeEditor {
margin-left: 250px !important;
}
}

/* Small tablets / large phones */
@media (max-width: 768px) {
#themeEditor {
margin-left: 120px !important;
}
}

/* Mobile */
@media (max-width: 576px) {
#themeEditor {
margin-left: 0 !important;
}
}
.mb-12{
margin-bottom: 12px !important;
}
a {
text-decoration: none !important;
}
a:hover {
text-decoration: none !important;
}
