body {
    overflow-x: hidden;
}
.bg-light {
    background-color: #fff !important;
}
div#wrapper {
    background: #f3f4f5;
    position: fixed;
    width: 100%;
    height: 100vh;
}
a {
    color: #48c4a0;
}
#sidebar-wrapper {
    min-height: 100vh;
    margin-left: -15rem;
    -webkit-transition: margin 0.25s ease-out;
    -moz-transition: margin 0.25s ease-out;
    -o-transition: margin 0.25s ease-out;
    transition: margin 0.25s ease-out;
    padding-bottom: 100px;
    width: 280px;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
}
div#wrapper {
    background: #f3f4f5;
    overflow-y: hidden;
}
#sidebar-wrapper .sidebar-heading {
    padding: 0.875rem 1.25rem;
    font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
    width: 15rem;
}
/* #sidebar-wrapper a {
    color: #48c4a0;
} */

#page-content-wrapper {
    min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}

.sidebar-btns {
    padding: 20px 15px 0 15px;
}
.sidebar-btns button{
    padding: 10px 15px;
    background-color: #f9f8f8;
    border: 1px solid #f0d8d4;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #C2452C;
}
.sidebar-btns button:focus,
.sidebar-btns button:active{
    box-shadow: none;
}
.sidebar-btns button i{
    float: right;
    font-size: 16px;
    line-height: 16px;
}
.classic-tabs {
    max-width: 280px;
}
.classic-tabs .nav.tabs-cyan{
    display: flex;
    align-items: center;
}
.classic-tabs .nav.tabs-cyan .nav-item {
    color: #2C323B;
    flex-grow: 1;
}
.classic-tabs .nav.tabs-cyan .nav-link {
    background: #FFFFFF;
    font-size: 14px;
    line-height: 100%;
    height: 50px;
    line-height: 18px;
    padding: 0.8rem 1rem;
    align-items: center;
    text-align: center;
    color: #2C323B;
    border-bottom: 4px solid transparent;
}
.classic-tabs .nav.tabs-cyan .nav-link.active {
    background: rgba(90, 41, 112, 0.05);
    box-shadow: inset 0px 0px 15px rgba(90, 41, 112, 0.1);
    border-bottom: 4px solid #5A2970;
}
.classic-tabs .sections-list{
    border-top: 1px solid #eaeaea;
}
.border-right {
    border-right: 1px solid #eaeaea !important;
}
.section-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px;
    height: 50px;
    background: #fff;
    justify-content: start;
    border-bottom: 1px solid #eaeaea;
    width: 100%;
    transition: 0.2s all ease;
}
.section-item:hover {
    cursor: pointer;
    -webkit-box-shadow: inset -5px 0 0 0 #C2452C;
    box-shadow: inset -5px 0 0 0 #C2452C;
    transition: 0.2s all ease;
}
.section-item.active {
    -webkit-box-shadow: inset -5px 0 0 0 #C2452C;
    box-shadow: inset -5px 0 0 0 #C2452C;
}
._add_section .section-item:hover {
    -webkit-box-shadow: inset 5px 0 0 0 #C2452C;
    box-shadow: inset 5px 0 0 0 #C2452C;
    transition: 0.2s all ease;
}
._add_section .section-item.active {
    -webkit-box-shadow: inset 5px 0 0 0 #C2452C;
    box-shadow: inset 5px 0 0 0 #C2452C;
    transition: 0.2s all ease;
}
.section-item img {
    margin-right: 10px;
}
.section-item p {
    text-align: left;
    padding-top: 16px;
    font-size: 14px;
}
.section-item .right-icons button{
    background: #C2452C;
    border-radius: 3px;
}
.section-item .right-icons button:focus{
   box-shadow: none;
}
.section-item .right-icons button:active,
.section-item .right-icons button.btn-primary:active{
    box-shadow: none;
    background: #97301b;
 }
 .section-item .right-icons button.btn-primary:active:focus{
    box-shadow: none;
 }
.drag-icon {
    margin-left: 10px;
}
.right-icons {
    margin-left: auto;
    display: flex;
}
.border-bottom {
    border-bottom: none !important;
}
.section-item.header {
    border-bottom: 3px solid #eaeaea;
}

.section-item.footer {
    border-top: 2px solid #eaeaea !important;
    border-bottom: 1px solid #48c4a0;
}

.btn-sidebar {
    background: rgb(255, 255, 255);
    background: linear-gradient(
        90deg,
        rgba(243, 244, 245, 1) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    border-radius: 0 !important;
    color: #8e8e8e;
    border: 1px solid #c9ced6;
    height: 35px;
    font-size: 14px;
    width: 141px;
    text-align: left;
}
.btn-sidebar img {
    margin-top: 10px;
    float: right;
    background: rgb(255, 255, 255);
    background: linear-gradient(
        90deg,
        rgba(243, 244, 245, 1) 0%,
        rgba(255, 255, 255, 1) 100%
    );
}
.dropdown-menu {
    width: 100%;
}
.section-footer {
    display: flex;
    margin-top: 15px;
}
.dropdown-toggle::after {
    border: none !important;
}
.section-footer {
    padding-left: 15px;
}
.foot-navigation {
    display: flex;
    margin-left: 30px;
    margin-top: 5px;
}
.foot-prev {
    margin-right: 30px;
}

.btn-config {
    background: rgb(255, 255, 255);
    background: linear-gradient(
        90deg,
        rgba(243, 244, 245, 1) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    border-radius: 0 !important;
    color: #8e8e8e;
    border: 1px solid #c9ced6;
    height: 35px;
    font-size: 14px;
    width: 100%;
    text-align: left;
}
.btn-config img {
    margin-top: 8px;
    float: right;
}
._add_section .left-section h4{
    font-size: 16px;
    font-weight: 500;
}
.config-heading {
    height: 50px;
    text-transform: uppercase;
    color: #2C323B;
    font-weight: 500;
    font-size: 13px;
    background: rgba(90, 41, 112, 0.05);
    box-shadow: inset 0px 0px 15px rgba(90, 41, 112, 0.2);
    padding: 15px;
}

.config-heading-sub {
    height: 50px;
    text-transform: uppercase;
    color: #8e8e8e;
    font-weight: 500;
    font-size: 13px;
    background: #fff;
    padding: 15px;
    border: 1px solid #eaeaea;
}

.config-body {
    padding: 15px 20px;
    font-size: 13px;
    background:#fff;
}
.config-body .form-group > label{
    color: #2C323B;
    margin-bottom: 12px;
}
.config-body .form-check.radios{
    padding: 0;
    margin: 0 0 10px 20px;
}
.config-body input.form-control {
    height: 38px;
    background: #FFFFFF;
    border: 1px solid #C9CED6;
    box-sizing: border-box;
    box-shadow: inset 0px 4px 10px rgba(24, 27, 49, 0.05);
    border-radius: 3px;
    font-size: 12px;
    color: #8E8E8E;
}
.image-upload-box {
    height: 190px;
    display: flex;
    align-items: center;
    background-position: center;
    background: rgba(90, 41, 112, 0.05);
    box-shadow: inset 0px 0px 15px rgba(90, 41, 112, 0.2);
    border-radius: 3px;
    flex-direction: column;
    justify-content: center;
}

.config-body .section-item {
    padding-left: 0;
    padding-right: 0;
}

.config-body.lists {
    padding: 0 15px;
}
.section-item.add-column {
    font-weight: 600;
    font-size: 13px;
    color: #5A2970;
}
.config-footer {
    background: #f6fcfa;
    padding: 20px;
}
.btn-remove {
    border: 1px solid rgba(72, 196, 160, 0.3);
    border-radius: 0;
    background: #fff;
    color: #48c4a0;
    font-weight: 500;
    text-align: center;
    width: 100%;
    height: 35px;
    font-size: 13px;
}
.btn-remove img {
    float: right;
    margin-top: 2px;
}


/* .btn-primary {
    width: 140px;
    background: #48c4a0;
    border: none !important;
    height: 35px;
    font-size: 14px;
    font-weight: 500;
    clear: both;
    display: block;
    margin: 0 auto;
    border-radius: 0 !important;
    margin-top: 30px;
} */
.right-actions button.btn-primary {
    margin-top: 0;
}
.image-upload-box button.btn-primary {
    width: 140px;
    height: 35px;
    font-size: 14px;
    font-weight: 500;
    clear: both;
    display: block;
    margin: 0 auto;
    background: #C2452C;
    border: 1px solid #C2452C;
    border-radius: 3px;
}
.image-upload-box .btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):focus,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #C2452C !important;
    border: none;
    box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none !important;
}
button:focus {
    outline: none !important;
}
.image-upload-box a {
    color: #48c4a0;
}

.config-body .custom-select {
    background-image: url("../assets/images/sidebar-icons/drop-arrow.svg"),
    linear-gradient(180deg, #FFFFFF 0%, #F3F4F5 100%);
    background-repeat: no-repeat;
    background-position-x: 96%;
    background-position-y: 14px;
    color: #8e8e8e;
    border: 1px solid #C9CED6;
    height: 35px;
    font-size: 12px;
    color: #8E8E8E;
    width: 100%;
    text-align: left;
    border-radius: 3px !important;
}

.config-dropdown select {
    /* background-color: rgb(255, 255, 255); */
    background-image: url("../assets/images/sidebar-icons/drop-arrow.svg"),
    linear-gradient(
        90deg,
        rgba(243, 244, 245, 1) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    border-radius: 0 !important;
    color: #8e8e8e;
    border: 1px solid #c9ced6;
    height: 35px;
    font-size: 14px;
    width: 100%;
    text-align: left;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 0 !important;
}
.custom-control-label {
    margin-bottom: 0;
    padding-top: 2px;
}

.form-check .custom-control-label::after,
.form-check .custom-control-label::before {
    height: 15px;
    width: 15px;
}
.form-check .custom-control-label::before {
    background-color: #fff;
    border: 1px solid #48c4a0;
    border-radius: 2px !important;
}

#slider {
    /* background: #10171D; */
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

#slider .bar {
    background: #d1efe7;
    width: 85%;
    height: 5px;
    min-width: 200px;
}
#slider output{
    margin-top: -10px;
}
output#rangevalue {
    margin-top: -10px;
    color: #8e8e8e;
}
#slider .highlight {
    height: 2px;
    position: absolute;
    width: 388px;
    top: 6px;
    left: 6px;

    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;

    background: rgba(255, 255, 255, 0.25);
}

input[type="range"] {
    -webkit-appearance: none;
    background-color: black;
    height: 5px;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    position: relative;
    top: 0px;
    z-index: 1;
    width: 26px;
    height: 26px;
    cursor: pointer;
    border: 1px solid #48c4a0;
    /* -webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.6);
      -moz-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.6);
      box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.6); */
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    background-image: linear-gradient(
        0deg,
        rgba(243, 244, 245, 1) 0%,
        rgba(255, 255, 255, 1) 100%
    );
}
textarea.blogarea {
    background: #f6fcfa;
    width: 100%;
    padding-left: 10px;
    padding-top: 10px;
    border: 1px solid #eaeaea;
    border-radius: 0;
}
.right-icons button.btn-primary {
    margin-top: 0;
    width:70px !important;
 }
input[type="range"]:focus {
    outline: none;
}

.lists form {
    padding-top: 20px;
}
.buttons {
    display: flex;
    margin-top: -6px;
}

label#heading-label {
    display: flex;
    justify-content: space-between;
}
label#heading-label a {
    color: #48c4a0;
}

.config-dropdown a {
    color: #48c4a0;
}

.linkers {
    padding-top: 0;
    padding-bottom: 0;
}

.form-group p {
    color: #8e8e8e;
    padding: 10px 0 20px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #48c4a0 !important;
}

.color input {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    height: 25px;
    width: 25px;
}

.settings-widget {
    background: #fff;
    min-height: 150px;
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
}
.widget-header {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #48c4a0;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
}
.col.color-field {
    display: flex;
    margin-top: 20px;
}
.color-text {
    font-size: 14px;
    margin-left: 20px;
    padding-top: 2px;
}
#slider p {
    margin-top: -22px;
    margin-right: 10px;
    width: 100%;
    color: #000;
}
.font-text {
    font-size: 14px;
}

.color-field .form-group {
    height: 20px;
}

section p {
    font-size: 14px;
}
.layout .form-group {
    display: inline-flex;
    width:100%;
}
.font-input input.form-control {
    border-radius: 0;
    background: #f6fcfa;
    border: 1px solid #eaeaea;
}
.widget-body {
    padding-top: 20px;
}

.font-btn {
    border-radius: 0;
    background: linear-gradient(
        90deg,
        rgba(243, 244, 245, 1) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    color: #48c4a0;
    font-weight: 500;
    text-align: center;
    font-size: 13px;
    width: 122px;
    position: absolute;
    width: 122px;
    position: absolute;
    height: 35px;
    right: 16px;
    top: 1px;


}
.sharing-btn {
    border-radius: 0;
    background: #48c4a0;
    color: #fff;
    font-weight: 500;
    text-align: center;
    font-size: 13px;
    width: 122px;
    position: absolute;
    position: absolute;
    height: 35px;
    right: 16px;
    top: 1px;
}

.layout .custom-control-label{
    padding-top:0 !important;
}

.layout .custom-checkbox p {
    padding: 0 !important;
}
.selection-text {
    display: flex;
    justify-content: space-between;
    width:100%;
}
.selection-text p {
    width: 50%;
    color: #8E8E8E;
}

.selection-text a {
    text-align: right;
}
.social-field .form-group {
    display: block !important;
}
.drop-row {
    margin-top:40px;
}
.widget-select .config-dropdown {
    margin-left: auto;
    width: 150px;
}
.btn-remove p {
    color: #8E8E8E;
    font-size: 13px;
    margin-top: 14px;
}
.section-footer-theme {
    padding: 20px 15px;
    font-size:13px;
    border-top: 1px solid #EAEAEA;
    border-bottom:1px solid #EAEAEA;
    color: #8E8E8E;
}
.content-section .config-footer {
    padding: 20px;
    background: rgba(90, 41, 112, 0.05);
    box-shadow: inset 0px 0px 15px rgba(90, 41, 112, 0.2);
    display: flex;
    align-self: center;
    align-items: center;
}
.content-section .config-footer button {
    background: #C2452C;
    box-shadow: inset 0px -4px 10px rgba(24, 27, 49, 0.05);
    border-radius: 3px;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
}
.content-section .config-footer button i{
    font-weight: normal;
    font-size: 16px;
    margin-left: 10px;
}
.content-section .config-footer-section{
    display: block;
}
.content-section .widget-duplicate{
    margin-bottom: 10px;
}
.section-footer-theme strong{
    margin-bottom:10px;
}
.left-section {
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 16px;
    height: 75px;
    border-bottom: 1px solid #eaeaea;
}
.left-section .logo{
    max-width: 100%;
    height: 40px;
}
.right-section {
    justify-content: space-between;
    display: flex;
    width: 100%;
}

.right-section .custom-select {
    background-image: url("../assets/images/sidebar-icons/drop-arrow.svg");
    background-repeat: no-repeat;
    background-position-x: 94%;
    background-position-y: 15px;
    color: #000000;
    border: none;
    height: 35px !important;
    font-size: 14px;
    width: 100%;
    text-align: left;
}
.right-actions button.btn-primary {
    margin-left: 20px;
    margin-top: 0;
    margin-right: 0;
}
.right-actions .live{
    display: flex;
    align-items: center;
}
.right-actions .live .text-live{
    margin-left: 5px;
    font-size: 14px;
    color: #000;
}
div#myClassicTabContent {
    position: relative;
    width: 100%;
}
.te-preview {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0.8rem;
    height: 100vh;
    background: #f4f6f8;
}
.te-iframe-wrapper.te-iframe-wrapper--desktop {
    position: relative;
    width: 100%;
    height: calc(100% - 70px);
    max-height: 100%;
    max-width: 1440px;
    overflow:hidden !important;
    box-shadow: 0px 7.84722px 15.6944px rgba(0, 0, 0, 0.1);
    align-self: flex-start;
}
.email-te-preview .te-iframe-wrapper.te-iframe-wrapper--desktop {
    height: calc(100% - 250px);
}
.te-iframe {
    width: 1px;
    min-width: 100%;
    position: relative;
    height: 100%;
    padding: 0;
    border: 0;
}
.back-nav h4{
    font-size: 16px;
    font-weight: 500;
    margin-left: 10px;
    display: inline-block;
}

.back-nav img {
    display: inline;
    vertical-align: sub;
}
.note-editor.note-frame .note-statusbar {
    display:none !important;
}

.card-header {
    background-color: #f6fcfa !important;
}


/* rich text */
/**Use these class with col in the rich text*/
/* large-rich for large*/
/* med-rich for large*/
/* small-rich for large*/

.large-rich h3 {
    font-size: 1.75rem !important;
}

.med-rich h3 {
    font-size: 1.5rem !important;
}
.small-rich h3 {
    font-size: 1.33333rem !important;
}

.large-rich p {
    font-size: 1.13333rem !important;
}

.med-rich p {
    font-size: 15px !important;
}
.small-rich p {
    font-size: 0.86667rem !important;
}
/* rich text */





/* width */
::-webkit-scrollbar {
    width: 5px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

/* Themes Settings */
.layout {
    width: 100%;
    padding: 0px;
    background: #fff;
}
@media (min-width: 768px) {
    #sidebar-wrapper {
        margin-left: 0;
    }
    .layout {
        /* 280px is the width of sidebar */
        width: calc(100% - 280px)
    }
    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }
    #wrapper.toggled #sidebar-wrapper {
        margin-left: -15rem;
    }
}

.color input {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    height: 28px;
    width: 25px;
}

.settings-widget {
    background: #fff;
    min-height: 150px;
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
}
.widget-header {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #48c4a0;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
}
.config-body .color-field{
    display: flex;
    align-items: center;
    margin-top: 0;
    padding: 5px 0 0 0;
}
.config-body .color-field .color-text{
    padding: 0 0 2px 0;
}
.config-body .color-field .color input {
    box-shadow: inset 0px 4px 10px rgba(24, 27, 49, 0.05);
    height: 35px;
    width: 35px;
}
.config-body .color-field .color input:focus {
    box-shadow: inset 0px 4px 10px rgba(24, 27, 49, 0.05);
    outline: none;
}

.color-text {
    font-size: 14px;
    margin-left: 20px;
    padding-top: 2px;
}
#slider p {
    margin-top: -22px;
    margin-right: 10px;
    width: 100%;
    color: #000;
}

.font-text {
    font-size: 14px;
    margin-top: 10px;
}

.color-field output#rangevalue {
    margin-left: 10px;
}
.color-field .form-group {
    height: 50px;
}
.color-field .form-group p {
    padding-bottom:0 !important;
}
section p {
    font-size: 14px;
}
.layout .form-group {
    display: inline-flex;
    width:100%;
}

.font-input {
    height: 112px;
    position: relative;
    padding: 15px;
    margin-top: 8px;
    margin-bottom: 20px;
    background: rgba(90, 41, 112, 0.05);
    border: 1px solid #EAEAEA;
    box-shadow: inset 0px 0px 15px rgba(90, 41, 112, 0.1);
    border-radius: 3px;
}
.font-box p {
    margin-bottom: 5px;
}

.font-input input.form-control {
    border-radius: 0;
    background: #f6fcfa;
    border: 1px solid #eaeaea;
}
.widget-body {
    padding-top: 20px;
}

.font-btn {
    border-radius: 0;
    background: linear-gradient( 90deg, rgba(243, 244, 245, 1) 0%, rgba(255, 255, 255, 1) 100% );
    color: #48c4a0;
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    width: 100% !important;
    position: absolute;
    height: 35px;
    border: 1px solid #eaeaea;
    margin-left: -15px;
    bottom:0;
}

.sharing-btn {
    border-radius: 0;
    background: #48c4a0;
    color: #fff;
    font-weight: 500;
    text-align: center;
    font-size: 13px;
    width: 122px;
    position: absolute;
    position: absolute;
    height: 35px;
    right: 16px;
    top: 1px;
}

.layout .custom-control-label{
    padding-top:0 !important;
}

.layout .custom-checkbox p {
    padding: 0 !important;
}
.selection-text {
    display: flex;
    justify-content: space-between;
    width:100%;
}
.selection-text p {
    width: 50%;
    color: #8E8E8E;
}

.selection-text a {
    text-align: right;
}
.social-field .form-group {
    display: block !important;
}
.drop-row {
    margin-top:40px;
}
.widget-select .config-dropdown {
    margin-left: auto;
    width: 150px;
}
.btn-remove p {
    color: #8E8E8E;
    font-size: 13px;
    margin-top: 14px;
}
.section-footer-theme {
    padding: 20px 15px;
    font-size:13px;
    border-top: 1px solid #EAEAEA;
    border-bottom:1px solid #EAEAEA;
    color: #8E8E8E;
}
.content-section .config-footer {
    background: #f6fcfa;
    padding: 20px;
    height: 100px;
}
.section-footer-theme strong{
    margin-bottom:10px;
}

.builder-header {
    /* height: 76px; */
    background: #fff;
    display: flex;
}
.builder-header> div{
    padding:0;
}

.builder-top-header{
    padding: 0 0.8rem;
}
.right-section {
    justify-content: space-between;
    display: flex;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    height: 74px;
}

.page-selector .form-group{
    height: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.page-selector .form-group{
    height: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.layout-selector ul{
    height: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.layout-selector li {
    list-style-type: none;
    float: left;
    width: 51px;
    padding: 10px;
    text-align: center;
}
.layout-selector li.active {
    border-bottom: 4px solid #2C323B;
    background: rgba(44, 50, 59, 0.05);
    box-shadow: inset 0px 0px 15px rgba(44, 50, 59, 0.2);
}
.right-actions button.btn {
    background: #C2452C;
    border-color: #C2452C;
    box-shadow: inset 0px 4px 10px rgba(24, 27, 49, 0.05);
    border-radius: 3px;
    font-weight: 600;
    font-size: 18px;
    min-width: 100px;
    line-height: 18px;
    padding: 8px 16px;
    margin-left: 20px;
    margin-top: 0;
    margin-right: 0;
}
.right-actions {
    display: flex;
    align-self: center;
    align-items: center;
    width: 300px;
    /* margin-top: 24px; */
    text-align: right;
    justify-content: flex-end;
    /* margin-right: 50px; */
}
.form-group.columns-width {
    margin-top: 20px;
}
.linkers .form-group p {
    margin-bottom: 0;
    padding-bottom: 5px;
    margin-top: 0;
    padding-top: 0;
}
.color-text p {
    color: #8E8E8E;
    font-size: 13px;
}
.font-field p {
    padding: 0;
    margin-bottom: 0;
}

.config-dropdown .note-editor.note-frame.card {
    border: none;
}
.config-dropdown .note-editor .note-toolbar {
    background: rgba(163, 173, 190, 0.05);
    box-shadow: inset 0px 0px 15px rgba(163, 173, 190, 0.2);
    border-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.config-dropdown .note-editor .note-toolbar .note-btn-group{
    margin-right: 0;
}
.config-dropdown .note-editor .note-toolbar .note-btn{
    border: 1px solid #A3ADBE;
    border-radius: 3px;
    color: #2e2e2e;
    font-size: 14px;
    margin-right: 5px;
}
.config-dropdown .note-editor .note-toolbar .note-btn.active,
.config-dropdown .note-editor .note-toolbar .note-btn:focus,
.config-dropdown .note-editor .note-toolbar .note-btn:active{
    border: 1px solid #A3ADBE;
    background: #A3ADBE;
    color: #FFFFFF;
}
.config-dropdown .note-editor.note-frame .note-editing-area {
    background: #FFFFFF;
    border: 1px solid #C9CED6;
    border-radius: 3px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.widget-accordion-card .card-body{
    border-bottom: 1px solid #eaeaea;
}

#gallery_manager .modal-dialog .modal-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#gallery_manager .modal-dialog .modal-footer button{
    margin: 0;
    border-radius: 3px !important;
}
#gallery_manager .modal-dialog .modal-footer button.use_banner_image{
    background: #C2452C;
    box-shadow: inset 0px -4px 10px rgba(24, 27, 49, 0.05);
}
#gallery_manager .modal-dialog input.form-control{
    border: 1px solid #C9CED6;
    box-shadow: inset 0px 4px 10px rgba(24, 27, 49, 0.05);
    border-radius: 3px;
    color: #8E8E8E;
    font-size: 13px;
    height: 35px;
}
.theme-setting-content-section .drag-icon {
    display: none;
}
.theme-setting-content-section .social-media .drag-icon {
    display: block;
}


/* Campaign Steps : START */
.ibox-title2 {
    background-color: #ffffff;
    color: inherit;
    margin-bottom: 0;
    padding: 15px 90px 8px 15px;
    min-height: 48px;
    position: relative;
    clear: both;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 2px 2px 0 0;
}
.ibox-title2 {
    color: #00a9e7;
    font-size: 21px !important;
    font-weight: 400;
    padding-right: 15px;
    border-bottom: 1px solid #eff2f7;
}
.ibox-title2 h5 {
    display: inline-block;
    font-size: 21px;
    margin: 0 0 7px;
    padding: 0;
    text-overflow: ellipsis;
    float: none;
    font-weight: 400 !important;
    letter-spacing: .5px;
}
.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
}
.p-md {
    padding: 25px;
}
.campaign-steps-header ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.campaign-steps-header ul li{
    margin: 10px 0;
}
.campaign-steps-header ul li .nav-link{
    position: relative;
    /* background: rgba(201, 206, 214, 0.1); */
    /* border: 1px solid #EAEAEA; */
    font-weight: normal;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    color: #A3ADBE;
    border-radius: 4px;
    z-index: 2;
}
.campaign-steps-header ul li .nav-link.active{
    background-color: transparent;
    /* background: rgba(194, 69, 44, 0.05); */
    /* border: 1px solid #C2452C; */
    font-weight: normal;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    color: #C2452C;
}
.campaign-steps-header ul li .nav-link::before,
.campaign-steps-header ul li .nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    height: 50%;
    width: 100%;
    background: rgba(201, 206, 214, 0.1);
    border-left: 1px solid #EAEAEA;
    border-right: 1px solid #EAEAEA;
    z-index: -1;
}
.campaign-steps-header ul li .nav-link::before {
    top: 0px;
    transform: skew(30deg);
    border-top: 1px solid #EAEAEA;
}
.campaign-steps-header ul li .nav-link::after {
    bottom: 0px;
    transform: skew(-30deg);
    border-bottom: 1px solid #EAEAEA;
}

.campaign-steps-header ul li .nav-link.active::before,
.campaign-steps-header ul li .nav-link.active::after {
    background: rgba(194, 69, 44, 0.05);
    border-left: 1px solid #C2452C;
    border-right: 1px solid #C2452C;
}
.campaign-steps-header ul li .nav-link.active::before {
    border-top: 1px solid #C2452C;
}
.campaign-steps-header ul li .nav-link.active::after {
    border-bottom: 1px solid #C2452C;
}
/* Campaign Steps : END */

.btn.btn-primary {
    background: #F24D29;
    color: #fff;
    border: #F24D29;
    text-decoration: none;
}
.btn.btn-primary:focus, .btn.btn-primary:hover {
    background: #ad3d21;
    color: #fff;
    border: #ad3d21;
}

.font-input .btn-abs{
    position: absolute;
    bottom: 0;
    left: 0;
    display: block !important;
    width: 100%;
}
.deep-shadow{
    background: rgba(90, 41, 112, 0.05);
    box-shadow: inset 0px 0px 15px rgba(90, 41, 112, 0.2);
    padding: 15px;
    text-align: center;
}

.text-small{
    font-weight: normal;
    font-size: 12px;
    line-height: 13px;
    color: #8E8E8E;
}
.note-editor p{
    margin-bottom: 0;
    padding : 0;
}
.header.builder-main-header .note-editable{
    text-align: right;
}

