/* code for style switcher */
.style-switcher {
    background: #fff;
    box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.1);
    width: 308px;
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 9999;
    border-radius: 0;
    left: -308px;
    transition: left 0.2s;
    font-family: "Poppins", sans-serif !important;
}
.style-switcher h1,
.style-switcher h2,
.style-switcher h3,
.style-switcher h4,
.style-switcher h5,
.style-switcher h6 {
    font-family: "Poppins", sans-serif !important;
}
.style-switcher.active {
    left: 0;
}
.style-switcher .style-switcher-wrap {
    height: 100%;
    margin: 0;
    overflow-y: auto;
    position: relative;
}
.style-switcher-site h3 {
    color:#0088CC;
    font-size: 20px;
    border-bottom: 1px solid #dbe3e6;
    line-height: 36px;
    padding: 24px 30px 12px;
    margin-bottom: 0;
    font-weight: 700;
}
.style-switcher-site h3 i {
    margin-right: 12px;
}
.style-switcher-wrap .form-inner {
    padding: 16px 30px 10px;
}
.style-switcher .category {
    margin-bottom: 37px;
}
.style-switcher .category:last-child {
    margin-bottom: 15px;
}
.style-switcher .category a {
    color:#0088CC;
}
.style-switcher .category-headline {
    position: relative;
    margin-bottom: 14px;
}
.style-switcher .category-headline h4 {
    background-color: #fff;
    color: #212529;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
    padding-right: 15px;
    display: inline-block;
    vertical-align: top;
}
.style-switcher .category-headline:after {
    content: "";
    background-color: #dbe3e6;
    height: 1px;
    width: 100%;
    position: absolute;
    right: 0;
    top: 15px;
    z-index: -1;
}
.style-switcher .style-switcher-open {
    background-color: #fff;
    box-shadow: 2px 0px 7px 4px rgba(0, 0, 0, 0.1);
    display: block;
    position: absolute;
    right: -40px;
    top: 136px;
    width: 40px;
    height: 44px;
    font-size: 22px;
    line-height: 45px;
    color: #212529;
    text-align: center;
    text-decoration: none;
}
.style-switcher .style-switcher-open:hover {
    color: #212529;
    box-shadow: 2px 0px 7px 4px rgba(0, 0, 0, 0.15);
}
.style-switcher h5 {
    color: #212529;
    margin: 0 0 7px;
    padding: 0;
    line-height: 21px;
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
}
.style-switcher .form-control {
    background-color: #fff !important;
    border: 1px solid #dbe3e6 !important;
}
.style-switcher .form-control,
.style-switcher .form-control:active,
.style-switcher .form-control:focus,
.style-switcher .form-control:active,
.style-switcher .input-group textarea,
.style-switcher .input-group textarea:hover,
.style-switcher .input-group textarea:focus,
.style-switcher .input-group textarea:active,
.style-switcher .colorpicker-element input,
.style-switcher .colorpicker-element input:focus,
.style-switcher .colorpicker-element input:active,
.style-switcher .colorpicker-element input:hover {
    color: #212529 !important;
}
.style-switcher .colorpicker-element {
    margin: 0 0 21px;
}
.style-switcher .colorpicker-element input {
    padding: 5px 10px;
    height: 41px;
    border-radius: 0;
}
.style-switcher .colorpicker-element .input-group-append .input-group-text {
    padding: 6px 8px;
    border-radius: 0;
}
.style-switcher .colorpicker-element .input-group-append input {
    padding: 0;
    height: 27px;
    width: 27px;
    border: 0 !important;
    background-color: transparent !important;
}
.colorpicker.colorpicker-visible {
    z-index: 9999999999;
}
.style-switcher ul.options {
    list-style: none;
    margin: -3px 0 10px 0;
    padding: 0;
    overflow: hidden;
}
.style-switcher ul.options li {
    float: left;
    margin: 2px;
}
.style-switcher ul.options li a {
    display: block;
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.style-switcher ul.options li a.pattern {
    background-repeat: repeat;
    background-position: 0 0;
    background-color: transparent;
}
.style-switcher .color-picker {
    display: none;
    margin-bottom: 15px;
}
.style-switcher .options-links a {
    background-color: #212529;
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
    margin-right: 8px;
    padding: 8px 15px;
    text-decoration: none;
    border-radius: 0;
}
.style-switcher .options-links a:last-child {
    margin-right: 0;
}
.style-switcher .options-links a:hover,
.style-switcher .options-links a.active {
    background:#0088CC;
    color: #fff;
}
.style-switcher .style-switcher-buttons {
    border-top: 1px solid #dbe3e6;
    padding: 8px 30px 15px;
}
.style-switcher .style-switcher-buttons a {
    padding: 8px;
    font-size: 13px;
    display: inline-block;
}
.style-switcher .style-switcher-buttons .reset {
    width: 74px;
}
.style-switcher .style-switcher-tooltip {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: calc(100% + 20px);
    width: 200px;
    background: #282d31;
    text-align: left;
    padding: 1.4rem;
    border-radius: 4px;
    box-shadow: 0 0 30px -6px rgba(0, 0, 0, 0.2);
    transform: translate3d(-20px, -50%, 0);
    transition: ease opacity 0.3s, ease transform 0.3s;
}
.style-switcher .style-switcher-tooltip:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #282d31;
    transform: translate3d(0, -50%, 0);
}
.style-switcher .style-switcher-tooltip > strong {
    font-size: 0.85rem;
    font-family: "Poppins", sans-serif;
    line-height: 1.3;
    display: block;
    margin-bottom: 0.5rem;
}
.style-switcher .style-switcher-tooltip > p {
    color: #e2e2e2;
    font-size: 0.8rem;
    line-height: 1.5;
    margin-bottom: 0;
    opacity: 0.8;
}
.style-switcher .style-switcher-tooltip.active {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, -50%, 0);
}
.style-switcher-buttons .btn {
    background-color: #212529;
    color: #fff;
    padding: 7px 15px;
    font-size: 14px;
    border: 0;
    border-radius: 0;
    box-shadow: none !important;
    width: auto;
}
.style-switcher-buttons .btn:hover,
.style-switcher-buttons .btn.submit {
    background-color:#0088CC;
    color: #fff;

}
.style-switcher-buttons .btn.submit:hover {
    background-color: #DBE3E6;
    color: #212529;
}
.font-switcher textarea {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 10px;
    padding: 7px;
    background-color:#F5F8F9 !important;
    border: 1px solid #DBE3E6 !important;
    border-radius: 0;
}
.font-switcher textarea:focus {
    border: 1px solid #71839e;
    box-shadow: none;
    outline: none;
}
.style-switcher-wrap .custom-control-input:checked ~ .custom-control-label::before { 
    border-color: #0088CC;
    background-color: #0088CC;
}
.style-switcher-wrap .custom-switch .custom-control-label {
    font-size: 13px;
    color: #212529;
}