
.mt-0 {
    margin-top: 0px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mb-10 {
    font-weight: bold;
    margin-bottom: 10px !important;

}

a:hover {
    color: #2b3b74;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #0bc050;
}

.nav-link {
    color: #0dc051;
}

.nav-link:hover {
    color: #0dc051;
}

a {
    color: #2b3b74;
}

.form-group {
    margin-bottom: 1.5rem;
}

.input-group .btn:hover {
    transform: translateY(0);
}

.font-13 {
    font-size: 13px;
}

/**
 * Color Palets
 */

.color-picker-view .sp-replacer {
    margin: 0 !important;
    overflow: hidden !important;
    cursor: pointer !important;
    padding: 9px 9px !important;
    background: #eee !important;
    color: #333 !important;
    vertical-align: middle !important;
    background-color: #fff !important;
    border: 1px solid #e3e3e3 !important;
    border-radius: 4px !important;
    height: 40px !important;
    width: 100% !important;
    box-shadow: none !important;
}

.sp-container {
    background-color: #fff !important;
    border: 1px solid #e1e1e1 !important;
    border-radius: 6px !important;
    border-top: 0px !important;
}

.sp-container button {
    background: #0ec152 !important;
    color: #fff !important;
    text-shadow: none !important;
    border-radius: 3px !important;
    font-size: 12px !important;
    font-weight: normal !important;
    /* font-family: arial !important; */
    border: 0px !important;
}

.sp-palette .sp-thumb-el {
    /*width: 40px !important;*/
    /*height: 20px !important;*/
    width: 21px !important;
    height: 18px !important;
    margin: 0px 0px !important;
    border: solid 0px #d0d0d0 !important;
}

.sp-palette-container {
    float: none !important;
    border: none !important;
    width: 410px !important;
    padding-left: 0px !important;
    padding-top: 0px !important;
}

.sp-top {
    display: none !important;
}

.sp-palette-row {
    width: 435px !important;
}

.sp-input {
    width: 100px !important;
    height: 35px !important;
    border: 1px solid #e3e3e3 !important;
}

.sp-palette-button-container, .sp-button-container {
    float: right !important;
    margin-right: 20px !important;
    margin-top: 7px !important;
}

.sp-picker-container {
    width: 100% !important;
}

.sp-input-container {
    float: left !important;
}

.sp-initial span {
    width: 30px !important;
    height: 33px !important;
}

.modal-full-screen {
    width: 100%;
    height: 100%;
    margin: 0;
    padding-top: 0;
    align-items: baseline;
}

.modal-full-screen .modal-content {
    border: 0;
    border-radius: 0;
    /*height: 100%;*/
}

.editor-scr-btn-ul .editor-scr-btn {
    font-size: 18px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    color: rgba(0,0,0,0.7);
}

.editor-scr-btn-ul a:hover {
    border-bottom: 4px solid #1EAE4E;
    text-decoration: none;
}

.editor-scr-btn-ul .active {
    border-bottom: 4px solid #1EAE4E;
}

.editor-nav-right .btn-round {
    margin-top: 0;
}

.editor-nav-left .nav-link {
    font-size: 24px;
    padding: 10px 24px !important;
}

.editor-nav-left .nav-link:hover {
    color: #1EAE4E !important;
}

.editor-nav-left .nav-link:first-child {
    padding-left: 0 !important;
}

.editor-nav-left.navbar-nav .active {
    color: #1EAE4E !important;
}

#iframe-container.mobile,
#iframe-container.tablet {
    display: flex;
    justify-content: center;
    margin-top: 117px !important;
}

#iframe-container.mobile #lf-builder,
#iframe-container.tablet #lf-builder {
    margin-top: -41px;
}

#iframe-container.mobile #lf-iframe-editor {
    width: 420px !important;
    height: 520px !important;
}

#iframe-container.tablet #lf-iframe-editor {
    width: 768px !important;
}

#iframe-container #lf-form {
    position: absolute;
    top: 0;
}

#settingModal .modal-content {
    /*background-color: #F2F4F8;*/
}

#settingModal .modal-header {
    /*background-color: #ffffff;*/
}

.btn-round.btn-sm {
    padding: 14px 16px;
}

.editor-nav-right a:last-child {
    padding: 14px 16px;
}

#header{
    width: 100%;
    height: 80px;
    position: fixed;
    z-index: 1020;
    background: #fff;
}

#header .logo-header img{
    width: 130px;
    margin-left: 40px;
}

.logo-header {
    padding-top: 12px;
    padding-bottom: 19px;
}

.auth-page {
    width: 100%;
    margin-top: 100px;
}

.auth-page .content {
    margin: 0 auto;
    width: 600px;
    background: #ffffff;
    border-radius: 4px;
    padding: 26px 30px;
    padding-top: 10px;
}

.auth-page .auth-header img {
    width: 200px;
    margin: 0 auto;
    display: block;
    padding-top: 30px;
    padding-bottom: 50px;

}

/**
 * Dropzone CSS
 */
.upload-image-margin {
    padding-right: 0px !important;
    padding-top: 6px !important;
}

.upload-image-preview-display {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center !important;
    background: #f8f8f8 !important;
    border-left: 1px dashed #ccc !important;
    border-top: 1px dashed #ccc !important;
    border-bottom: 1px dashed #ccc !important;
    min-height: 100px !important;
    max-height: 100px !important;
}

.upload-image-height {
    height: auto;
    width: auto;
    max-width: 100% !important;
    max-height: 100px !important;
}

.upload-image-placeholder-padding {
    padding-left: 0 !important;
}

.upload-drop-zone {
    width: 100% !important;
    height: 100px !important;
    margin-bottom: 0px !important;
    overflow: auto !important;
    border-style: dashed !important;
    border-color: #ccc !important;
    text-align: center !important;
    padding: 10px;
    border-width: 1px !important;
    margin-top: 6px;
    cursor: pointer;
    color: #00AEEF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.errorText {
    color: #FF3B30 !important;
}

.hide {
    display: none !important;
}

.upload-drop-zone-progress {
    width: 100% !important;
    border-style: dashed !important;
    border-color: #ccc !important;
    padding: 10px;
    border-width: 1px !important;
    padding-top: 15px;
    margin-top: 6px;
    height: 100px;
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
/**
 * End Dropzone CSS
 */

/*Card CSS override */
.checklist-cards-header {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.checklist-cards-body {
    flex: 1 1 auto;
    padding-top: 0px;
    padding-right: 1.25rem;
    padding-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 1.25rem;
}
.checklist-cards-stats {
    margin-bottom: 0px;
}
.checklist-cards-stats .card-num h1 {
    line-height: 1.0;
}

.help-text {
    padding-top: 30px;
    padding-bottom: 30px;
}

.help-text .top-icon i {
    font-size: 64px;
}

.footer-links ul {
    padding: 0;
    list-style-type: none;
    float: right;
    margin: 11px 0px 15px 15px;
}

.footer-links ul li {
    display: inline;
    padding-right: 10px;
}

/*
    Full Screen Modal Css
 */
.modal-full {
    overflow-y: hidden !important;
}

.modal-full .modal-dialog {
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin-top: 0;
}

.modal-full .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
    overflow-y: scroll;
    background: rgba(0,0,0,.8);
}

.modal-full .modal-inner-body {
    padding: 20px;
}

.modal-full .modal-footer {
    padding: 0;
    padding-top: 1rem;
}

.modal-full .modal-footer .modalFooterCloseBtn {
    color: #ffffff !important;
}

.mdoal-close {
    position: fixed;
    top: 14px;
    right: 20px;
    z-index: 9;
    width: 25px;
    border-radius: 50%;
}

.mdoal-close span {
    margin: -3px;
}

./*customModalStyle .modal-header {
    background: #0bc150;
    border-bottom: 0px;
    padding: 15px;
}*/

.customModalHeader h5 {
    /*text-align: left;*/
    color: #ffffff !important;
}

.customModalHeader {
    /*padding: 10px;*/
    margin: 0;
    width: 100%;
    background: #0bc150;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #fff !important;
}

/*
    End Full Screen Modal Css
 */

.footer-link-body-wrapper {
    position: absolute;
    display: flex;
    justify-content: center;
    background: rgba(255,255,255, 0.5);
    width: 100%;
}

.footer-link-body-wrapper .footer-link-body {
    min-height: 0;
}

.footer_link_wrapper {
    background-color: #ffffff;
}

.footer-links-table .table {
    background-color: transparent;
}

.send-dummy-data-btn {
    padding: 0;
    padding-top: 2px;
    font-size: 0.8rem;
}

/* Setting Input form-control class CSS that will reflect all input in app */
.form-control {
    font-size: 15px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    padding: .375rem .75rem;
    margin-top: 0;
    font-weight: 300;
}

.form-control:focus {
    border-color: #0ec152 !important;
}

.form-group select {
    padding: .375rem .75rem;
}

label {
    font-weight: 600;
    text-transform: none;
    margin-bottom: 5px;
}
/* End form Controll CSS */

 .cards {
    justify-content: left !important;
 }

 .heading-desc {
    color: #9ea0a4;
     font-size: 18px;
 }

 .help-videos h3 {
    padding: 10px;
 }

.card .card-header h6 {
    width: 100%;
}

.form-control::placeholder {
    color: #a9a9a9 !important;
}

.form-control:disabled {
    color: #a9a9a9 !important;
}

.green-color-text {
    color: #1EAE4E !important;
}

.user_gravatar {
    height: 130px;
    width: 130px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid #e1e1e1;
}

.green-btn {
    background: #1EAE4E !important;
    border: #1EAE4E !important;
}

/*Summer note*/

.note-btn-group .note-btn {
    border: none;
    /* background: #fff; */
    box-shadow: none;
    padding: 10px;
}

.note-toolbar {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    border-bottom: 0px !important;
    padding-left: 0px !important;
}

.note-editor.note-frame {
    border: 1px solid #e3e3e3 !important;
    margin-top: 5px;
}


/*
    Add Checklist Wizard
 */

.wizard-modal .modal-content {
    background-color: #F2F4F8;
}

.wizard-modal .modal-inner-body {
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
}

.wizard {
    padding: 50px;
}

.wizard .wizard-heading {
    font-size: 3.0rem;
    margin-bottom: 20px;
    word-spacing: 6px;
    font-family: sans-serif;
}

.wizard .wizard-sub-heading,
.wizard .wizard-heading {
    font-weight: 300
}

.wizard .wizards {
    margin-top: 20px;
    margin-bottom: 40px;
}

.wizards .template-cards img{
    width: 100%;
    height: 203px;
    image-rendering: -webkit-optimize-contrast;
}
.wizard #name-wizard input {
    font-size: 2.0rem;
    /* text-align: center; */
    border: 1px solid #273469;
    border-radius: 4px;
    padding: 8px 16px;
}

.wizard #name-wizard .form-control::placeholder { /* Chrome/Opera/Safari */
  color: #2d3330 !important;
  opacity: 0.3 !important;
}

.wizard #color-wizard .color-pallete {
    /*border: 3px solid transparent;*/
    border-radius: 8px;
    display: block;
    margin-bottom: 20px;
    border-color: #f2f4f9;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.1)!important;
}

.wizard #color-wizard .color-pallete.active {
    border: 3px solid #273469;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.wizard #color-wizard .color-pallete:hover {
    border: 3px solid #273469;
    text-decoration: none;
}

.wizard #color-wizard .color-pallete span {
    width: 100%;
    height: 40px;
    display: inline;
}

.wizard #color-wizard .color-pallete span:first-child {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.wizard #color-wizard .color-pallete span:last-child {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

/*
    End Add Checklist Wizard
 */


btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #0dc151;
    border-color: #0dc151;
}


.btn-primary {
    background-color: #0dc151;
    border-color: #0dc151;
    box-shadow: none;
    background-image: linear-gradient(
        240deg,rgba(3,161,74,1) 0%,rgba(112,191,70,1) 100%);
}

.btn-primary:hover {
    background-color: #0dc151;
    border-color: #0dc151;
}

.sn-checkbox-open-in-new-window label {
    margin-left: 15px;
}
.sn-checkbox-open-in-new-window label input {
    opacity: 1;
    margin-left: -15px;
    margin-top: 5px;
}

.not-found-in-editor-setting {
    font-size: 13px;
    margin-top: 5px;
}
.not-found-in-editor-setting {
    font-size: 12px;
}

.checklist-cards-header {
    min-height: 61px !important;
    max-height: 61px !important;
    display:flex;
    align-items:center;

}


.checklist-container {
    padding: 0;
    margin-bottom: 0px;
}

.checklist-item {
    display: block;
    /*margin: 15px 0;*/
    position: relative;
}

.checklist-item input[type=checkbox] {
    display: none;
}

.checklist-item .checkbox {
    position: relative;
    top: 1px;
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    -webkit-transition: background 150ms ease;
    transition: background 150ms ease;
    border: 2px solid #2D3330;
    border-radius: 3px;
}

.checklist-item .checkbox:after {
    position: absolute;
    top: 1px;
    left: 5px;
    width: 6px;
    height: 12px;
    content: '';
    -webkit-transition: all 325ms ease;
    transition: all 325ms ease;
    -webkit-transform: rotate(45deg) scale(0);
    transform: rotate(45deg) scale(0);
    opacity: 0;
    border-right: 2px solid #FFE344;
    border-bottom: 2px solid #FFE344;
}

.checklist-item-title {
    font-size: 1.125em;
    line-height: 1.25;
    margin-left: 8px;
    cursor: pointer;
    -webkit-transition: color 250ms ease;
    transition: color 250ms ease;
    vertical-align: top;
    width: 310px;
    display: inline-block;
}

.checklist-item-expand {
    float: right;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: 0;
    outline: 0;
    background: 0 0;
    position: absolute;
    top: 4px;
    right: 0;
}

.line {
    display: block;
    width: 20px;
    -webkit-transition: all .3s cubic-bezier(.76, -.26, .15, 1.32);
    transition: all .3s cubic-bezier(.76, -.26, .15, 1.32);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    outline: 1px solid transparent;
    background: #2D3330;
}

.line:after {
    display: block;
    width: 20px;
    height: 4px;
    content: '';
    -webkit-transition: all .3s cubic-bezier(.76, -.26, .15, 1.32);
    transition: all .3s cubic-bezier(.76, -.26, .15, 1.32);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    outline: 1px solid transparent;
    background: #2D3330;
}

.checklist-title-border {
    display: block !important;
    width: 350px;
    margin-top: 8px;
    /*margin-bottom: 8px;*/
    border-bottom: 2px solid rgba(39,52,105,0.7);
    -webkit-box-shadow: 0 15px 15px -15px rgba(45,51,48, .5);
    box-shadow: 0 15px 15px -15px rgba(45,51,48, .5);
    height: 0px !important;
}

.checklist-percentage-border {
    display: block !important;
    width: 350px;
    height: 6px !important;
    margin-bottom: 8px;
    -webkit-transition: -webkit-transform 350ms ease;
    transition: -webkit-transform 350ms ease;
    transition: transform 350ms ease;
    transition: transform 350ms ease, -webkit-transform 350ms ease;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    background: #273469;
    opacity: 0.9;
}

/*.color-pallete input[type=checkbox]:checked~.checkbox {
    background-color: #b2dbbf;
}*/


/*.color-pallete .checkbox:after {
    border-right: 2px solid #27303a;
    border-bottom: 2px solid #27303a;
}*/

.color-pallete input[type=checkbox]:checked~.checkbox:after {
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
    opacity: 1;
}

.modalHeaderIcon {
    /*width: 35px;*/
    margin-left: 10px;
    margin-right: 10px;
    /*float: left;*/
    margin-bottom: 3px;

}

.modalHeaderHeading {
    color: #fff !important;
    margin-bottom: -6px;
}

.deleteModalHeaderBG {
    background-color: #cf2e26;
}

.btn-danger {
    background-color: #d02f26;
    border-color: #d02f26;
}

.btn-danger:hover {
    background-color: #d02f26;
    border-color: #d02f26;
}

.editorAddSectionBtn {
    position: absolute;
    top: 100px;
    background: #f1f1f1;
    border: 2px solid #eee;
    color: #0dc151;
    /*box-shadow: 0px 4px 6px 0px rgba(53, 53, 53, 0.5);*/
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    font-size: 24px;
    padding: 11px 14px !important;
    padding-top: 3px !important;
    padding-right: 5px !important;
    padding-left: 8px !important;
    padding-bottom: 0px !important;
}

.editorAddSectionBtn:hover {
    color: #0dc151 !important;
    /*border: 2px solid #0dc151;*/
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    font-size: 24px;
    padding: 11px 14px !important;
    padding-top: 3px !important;
    padding-right: 5px !important;
    padding-left: 8px !important;
    padding-bottom: 0px !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
    background-color: #0dc151 !important;
    border-color: #0dc151 !important;
}

.selectFontDropDown {
    border: 1px solid #e3e3e3;
    padding: 8px;
    border-radius: 3px;
    height: 40px;
}

.selectFontDropDown a {
    background-color: #fff;
    border: none;
    box-shadow: none;
    color: #333;
    padding-left: 0px;
    cursor: pointer;
}

.selectFontDropDown a:focus {
    outline: 0px !important;
}

.selectFontDropDown .dropdown-menu {
    height: 200px !important;
    overflow: scroll !important;
    padding-left: 10px;
}

.kl-quill-editor-container {
    height: 150px;
}

.ql-toolbar.ql-snow {
    background-color: #f9f9f9 !important;
}

.ql-snow.ql-toolbar button:hover, .ql-snow .ql-toolbar button:hover, .ql-snow.ql-toolbar button:focus, .ql-snow .ql-toolbar button:focus, .ql-snow.ql-toolbar button.ql-active, .ql-snow .ql-toolbar button.ql-active, .ql-snow.ql-toolbar .ql-picker-label:hover, .ql-snow .ql-toolbar .ql-picker-label:hover, .ql-snow.ql-toolbar .ql-picker-label.ql-active, .ql-snow .ql-toolbar .ql-picker-label.ql-active, .ql-snow.ql-toolbar .ql-picker-item:hover, .ql-snow .ql-toolbar .ql-picker-item:hover, .ql-snow.ql-toolbar .ql-picker-item.ql-selected, .ql-snow .ql-toolbar .ql-picker-item.ql-selected {
    color: #0dc051 !important;
}

.switch-fill:checked + label:before {
    background-color: #0ec152 !important;
}

.switch-fill + label {
    width: 57px !important;
    height: 23px !important;
}

.switch-fill + label:after {
    width: 21px !important;
}


.optSupportedText {
    font-size: 12px;
    text-align: center;
    margin-top: 0px;
}

.dz-message {
    color: #0dc051;
}
.done-for-you-checklist-box a:hover {
    text-decoration: none !important;
}
.done-for-you-checklist-box p {
    color: #a2a2a2;
    font-weight: 300;
}

.done-for-you-checklist-box .free_premium_icon {
    font-size: 14px;
    margin-top: -8px;
    position: absolute;
    top: 29px;
    margin-left: 5px;
}

.done-for-you-checklist-box i.premium {
    color: #d2d20d;
}

.done-for-you-checklist-box i.free {
    color: #78b387;
}

.done-for-you-checklist-box i.template_club {
    color: #cb469f;
}

.done-for-you-checklist-box .upgradeBtn {
    background-color: #273469;
    border-color: #273469;
}

.done-for-you-checklist-box .upgradeBtn:hover {
    background-color: #273469 !important;
    border-color: #273469 !important;
}

.done-for-you-checklist-box {
    background-color: #fbfbfb;
    border-radius: 3px;
    padding: 15px;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}

.done-for-you-checklist-box:hover {
    box-shadow: none !important;
    transition: 500ms;
}


.dfy-checklist-action-btn a {
    font-size: 12px;
}

.dfy-checklist-action-btn a span {
    font-size: 10px;
}

.dfy-label {
    font-size: 10px;
    margin-left: 5px;
    position: relative;
    top: -3px;
    border: 1px solid #2ecc71;
    color: #2ecc71;
    background: transparent;
}

.dfy-label.premium-label {
    color: #f8f800;
    border: 1px solid #f8f800;
}

.dfy-label.template-club-label {
    color: #cb469f;
    border: 1px solid #cb469f;
}

.dfy-checklist-action-btn {
    padding-top: 10px !important;
}

.dfy-checklist-action-btn a {
    background: #273469;
    padding: 5px;
    color: #fff;
    border: 1px solid #273469;
    border-radius: 5px;
    font-size: 11px;
}

.dfy-checklist-action-btn a.allowBtn {
    background: #2ecc71;
    border: 1px solid #2ecc71;
    margin-right: 6px;
}

.dfy-checklist-action-btn a:hover {
    text-decoration: none;
}

.dfy-close-btn {
    float: right;
    position: absolute;
    top: -10px;
    right: 0;
    background-color: #0dc151 !important;
    border-color: #0dc151 !important;
    opacity: 1;
}

.back-top-staff-members-btn {
    position: absolute;
    top: 13px;
}

.user-allowed-label {
    font-size: 11px;
    margin-left: 5px;
    position: relative;
    top: -5px;
    border: 1px solid #2ecc71;
    color: #2ecc71;
    background: transparent;
}

#authPagesLayout .auth-page {
    margin-bottom: 20px;
}

.auth-pages-footer-link {
    text-align: center;
}

.auth-pages-footer-link ul li {
    display: inline;
    margin-right: 10px;
}

.content-left-space {
    margin-left: 285px;
    margin-top: 120px;
}


@media (max-width: 500px) {

.content-left-space {
    margin-left: 0px;
    margin-top: 150px;
}
}

.card-stats .card-num h1 {
    font-size: 30px !important;
    line-height: 1.1; !important;
    margin-bottom: 10px !important;
}

.dfy-close-x-btn {
    color: #fff;
    opacity: 1;
    margin-top: 5px;
    margin-right: 10px;
    font-weight: 300;
}

.dfy-close-x-btn:hover {
    color: #fff;
}

.dfy-new-premium-btn {
    background: #484848;
    border: 1px solid #484848;
    padding: 4px;
    border-radius: 5px;
    color: #ff8203;
}

.bonus-dec {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.bonus-download-btn {
    padding: 10px;
    font-size: 16px;
}

.bonus-installation-btn {
    font-size: 11px;
    float: right;
    padding-top: 38px;
}

.olListCourse {
    margin-top: 15px;
}

.olListCourse li {
    margin-top: 20px;
    font-weight: 700;
}

.olListCourse ul {
    padding-left: 0;
    /*padding-top: 15px;*/
    list-style: none;
}
.olListCourse li ol[type="i"] li {
    font-weight: 400 !important;
    margin-top: 10px !important;
}
#icon_sortable{
    margin-right:30px;
}

#sortable_section_option {
    margin-top: 0;
    margin-bottom: 1rem;
    list-style: none;
}

.list-group-item{
    background-color: white;
}
.list-group-item:hover{
    cursor: move;
    background-color: #E0E0E0;
}

#heading h3{
    text-align: center;
}

#sect_name{
    text-align: center;
    margin-bottom: 20px;
}
#checklist_name{
    text-align: center;
    margin-bottom: 20px;
}
.shadow-lg {
    box-shadow: 0 0 0 rgba(0,0,0,.0)!important;
}
.sort-modal-content {
    padding: 10px;
}
.sort-lists{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
}

.option-sorting-loader {
    display: inline-block;
    position: relative;
    right: 75px;
    width: 80px;
    height: 80px;
}
.option-sorting-loader div {
    position: absolute;

    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #0BC150;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.option-sorting-loader div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.option-sorting-loader div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.option-sorting-loader div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.option-sorting-loader div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}
#sortable_section_option .list-group-item, #sortable_main_section .list-group-item {
    border: none !important;
    border-bottom-width: 0 !important;
}

#sortable_section_option, #sortable_main_section {
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.sortSectionBtn {
    top: 165px !important;
}

.checklist_folder_name {
    color: #9a9a9a;
    font-weight: 300;
    line-height: 1.5;
    font-size: 60%;
}

.folder-action-btn {
    margin-left: 0px !important;
}

 .form-check-label {
    font-size: 12px !important;
}
 .form-check-input + .form-check-label:before, .form-radio-input + .form-radio-label:before {
    border: 1px solid #273469;
}

 .form-check-input[type="radio"] + .form-check-label:before, .form-radio-input + .form-radio-label:before {
    border-radius: 50px;
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

 .form-check-input[type="checkbox"] + .form-check-label:before, .form-radio-input + .form-radio-label:before {
    margin-right: 5px;
}

.form-check-input[type="checkbox"]:checked + .form-check-label:before {
    box-shadow: inset 0px 0px 1px 10px #fff !important;
    content: '\2714' !important;
    padding-top: 0px;
    color: #283469;
    font-size: 14px;
}
 .form-check-input {
    position: absolute;
}

.staff-permission-area .slider {
    right: 14px;
}

.staff-permission-area .slider:before {
    height: 21px;
    width: 21px;
    left: 0px;
    bottom: 0px;
    border: 1px solid #c0c2c1;
    top: -6px;
}


.staff-permission-area .switch {
    width: 60px;
    height: 10px;
    margin-top: 7px;
}

.staff-permission-area .allowed-folders-list {
    font-size: 15px;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: 600;
}

.default-disable {
    opacity: 0.6;
}

.text-muted:hover {
    text-decoration: none;
}

.permission-info-tooltip {
    font-size: 14px;
    color: #676565;
}

.staff-member-heading-icon {
    font-size: 21px;
    position: absolute;
    top: 6px;
}

.folder-structure-alert-info h5 {
    font-size: 18px;
}

.folder-structure-alert-info h5 span {
    font-size: 16px;
    margin-right: 5px;
}

.folder-structure-alert-info p {
    margin-left: 25px;
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 13px;
}

.checklist_pagination ul {
    float:right;
}

.checklist_pagination .page-item.active .page-link {
    z-index: 1;
    color: #fff!important;
    background-color: #1eae4e;
    border-color: #1eae4e;
}

.checklist_pagination .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: none;
}
.page-link {
    color:#6c757d!important;
}

.checklist-tab-text {
    padding-left: 6px;
    font-size: 13px;
}

.checklist-tab-icon {
    padding-left: 10px;
}

.checklist-tab-links .nav-link {
margin-bottom: 20px;
}

.checklist-left-tab-sections {
    padding-right: 3px;
}

/*Template Club CSS*/

.sidebar-div{
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    padding: 0;
    height: 100%;
}
.results-div{
    padding-left: 30px;
}
.category-name{
    padding: 12px 16px;
    font-size: 16px;
    color: #444444;
    font-weight: 400;
    font-family: 'Questrial', sans-serif !important;
    text-transform: uppercase
}
.category-name:hover{
    text-decoration: none;
    color: #0dc151;
    background: #0dc15117;
}
.category-name i{
    padding: 5px;
    margin-right: 10px;
    border-radius: 3px;
    font-size: 16px;
    width: 24px;
    height: 23px;
    color: #0dc151;
}
.sidebar-div .active{
    color: #0dc151;
    background: #0dc15117;
    border: 1px solid #FFFFFF;
}
.category-heading{
    margin: 20px;
    font-weight: 600;
}
.active .category-total-number{
    background: #0dc151;
    color: #fff;
}
.category-total-number{
    background: #0dc15117;
    color: #0dc151;
    border-radius: 3px;
    font-size: 12px;
    float: right;
    padding: 2px 5px;
    width: auto;
    min-width: 30px;
    height: 22px;
    text-align: center;
}
.results-card{
    padding: 30px;
    margin-top: 20px;
}
.results-card .category-tags{
    display: flex;
}
.results-card .category-tags p{
    font-size: 17px;
    margin-right: 30px;
    margin-bottom: 22px;
    color: #848484;
    font-family: 'Questrial', sans-serif !important;
}
.results-card .category-tags p i{
    font-size: 16px;
    margin-right: 10px;
    color: #01d7ec;
}
.results-card button, .results-card a{
    width: 173px;
    border: none;
    line-height: 1.4;
    box-shadow: none;
    font-size: 15px;
    border-radius: 10px;
    color: #0dc151;
    border-color: #0dc151;
    background: #0dc1511f;
    font-family: 'Questrial', sans-serif !important;
}
.template_club-upgrade-btn {
    color: #273469 !important;
    background: none !important;
    padding-left: 9px;
    line-height: 2.5 !important;
    border-color: transparent !important;
    text-decoration: underline;
    font-size: 13px !important;
}
.copy-my-account-btn-upgrade{
    cursor: default !important;
}

.copy-my-account-btn-upgrade:hover, .copy-my-account-btn-upgrade:hover:focus,.copy-my-account-btn-upgrade:focus, .copy-my-account-btn-upgrade:active, .copy-my-account-btn-upgrade:not(:disabled):not(.disabled).active, .copy-my-account-btn-upgrade:not(:disabled):not(.disabled):active{
    background: #0dc1511f !important;
    color: #0dc151 !important;
    box-shadow: none;
}
.results-card .temp-club-btn {
    width: fit-content;
}
.results-card .temp-club-btn.disabled {
    border: none !important;
    line-height: 1.4!important;
    box-shadow: none!important;
    font-size: 15px!important;
    border-radius: 10px!important;
    color: #0dc151!important;
    border-color: #0dc151!important;
    background: #0dc1511f!important;

}
.template_club-upgrade-btn:hover{
    border-color: transparent !important;
    background-color: transparent !important;
    opacity: 1 !important;
}
.results-card button:focus, .results-card a:focus{
    box-shadow: none;
}
.results-card .btn-primary:not(:disabled):not(.disabled):active{
    box-shadow: none;
}
.results-card h5{
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 28px;
    letter-spacing: 1px;
    font-family: 'Questrial', sans-serif !important;
}
.results-card .result-des{
    width: 90%;
    font-weight: 300;
    margin-bottom: 22px;
    font-size: 17px;
    color: #545454;
    font-family: 'Questrial', sans-serif !important;
}
.sidebar-div .checklist-type .category-name{
    border-radius: 20px;
    padding: 5px;
    padding-right: 10px;
    font-size: 16px;
    margin-right: 10px;
    border: 1px solid #a0a0a0;
    color: #a0a0a0;
}
.sidebar-div .checklist-type .active{
    border: 1px solid #FFFFFF;
    color: #ffffff;
    background: #0dc151;
}
.checklist-type{
    margin: 16px;
}

.checklist-type span{
    font-size: 11px;
    padding-left:2px;
}
.checklist-type a{
    border: 1px solid #0dc151;
    color: #0dc151;
    background: #0dc1510d;
    width: 50%;
    padding: 10px;
    border-radius: 4px !important;
    text-align: center;
    font-family: 'Questrial', sans-serif !important;
}
.checklist-type a i{
    margin-right: 10px;
}
.checklist-type .free-tab{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.checklist-type .premium-tab{
    border-left: none;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.sidebar-div .checklist-type .category-name i{
    font-size: 12px;
    margin-right: 2px;
}
@media only screen and (max-width: 480px) {
    .sidebar-div{
        margin-right: 0 !important;
        margin: 20px;
    }
    .results-div{
        padding: 20px;
    }
    .results-card .result-des{
        width: 100%;
    }
}
.no-results-card{
    margin-top: 20px;
}
.no-results-card h1{
    font-family: 'Questrial', sans-serif !important;
    font-weight: 600;
    font-size: 28px;
}
.no-results-card .heading-desc{
    font-family: 'Questrial', sans-serif !important;
}
.no-results-card button{
    font-family: 'Questrial', sans-serif !important;
}
.no-results-card button{
    border: none;
    line-height: 2.0;
    box-shadow: none;
    font-size: 16px;
    border-radius: 10px;
    color: #0dc151;
    border-color: #0dc151;
    background: #0dc1511f;
    font-family: 'Questrial', sans-serif !important;
}
.no-results-card button:hover{
    background: #0dc151 !important;
    border-color: #0dc151 !important;
    box-shadow: none;
    opacity: 80%;
}
.no-results-card button i{
    margin-right: 6px;
}
.results-div .top-icon i{
    margin-bottom: 20px;
}

.checklist-type .include-dfy-message {
    color: #666;
    padding-top: 10px;
    font-size: 12px;
}

.kl_dropzone_remove_btn {
    background: none;
    border: 1px solid #53AF4F;
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 3px;
    color: #53AF4F;
}

.verifyDomainLinkBtn {
    font-size: 13px;
    color: #6c757d;
    text-decoration: underline;
}
.domainTableBody .bg-success {
    background-color: #f9fff6 !important;
    border: 1px solid #6ee587;
    color: #78e978;
    font-weight: normal;
    font-size: 14px;
}

.domainTableBody .bg-warning {
    background-color: #fff8f5 !important;
    color: #f5a182;
    font-size: 13px;
    font-weight: normal;
    border: 1px solid #f5a182;
}

.modal-without-futoro-icon-img {
    min-height: 67px;
}
.modal-without-futoro-icon-img .top-header-icon {
    font-size: 30px;
    padding-left: 12px;
    margin-top: 10px;
    margin-right: 20px;
}

.custom-domains ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#verifyDomainModal ol li{
    margin-top: 10px;
    color: #6c6c6c;
}

#addDomainModal .modal-without-futoro-icon-img .media-body{
    padding-top: 8px;
}

.staff-permission-area .switch {
    width: 60px;
    height: 10px;
    margin-top: 7px;
}
.kl-event-tracking .form-check-input[type="radio"] + .form-check-label:before, .form-radio-input + .form-radio-label:before {
    border-radius: 50px;
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
.klActiveSidebar {
    text-decoration: none;
    color: #0dc151 !important;
}
.kl-header-container{
    background-image: linear-gradient(to right, #ffffff 50%, #e3ffdc 180%);
}


.template-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-pack: justify; */
    -ms-flex-pack: justify;
    /*justify-content: space-evenly;*/
    -webkit-box-sizing: border-box;
    /* box-sizing: border-box; */
    background: #fff;
    border-radius: 20px;
    /* -webkit-box-align: center; */
    -ms-flex-align: center;
    /* align-items: center; */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
    padding: 0;
    /*margin: 0;*/
}
.template-cards div {
    /*margin-left: 73px;*/
}
.template-cards img:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #6c6c6c;
}
.template-cards img{
    width: 100%;
    border-radius: 7px;
    box-shadow: none;
    border: 2px solid #d3d3d3;
    image-rendering: -webkit-optimize-contrast;
}

.template-cards [type=radio] {
    position: absolute;
    opacity: 0;
}

.template-cards [type=radio]+img {
    cursor: pointer;
    margin-right: 0.5rem;
}

.template-cards [type=radio]:checked + img {
    border: 2px solid #6c6c6c;
}

#removeHeaderPortraitImage, #removeHeaderImage, #removeHeaderBackgroundImage {

position: absolute;
    right: 16px;
    top: 5px;
}

#opacity-slider input[type=range] {
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
}

#opacity-slider input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    background: #F1F1F1;
    border-radius: 25px;
    border: 0px solid #000101;
}
#opacity-slider input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 0px solid #000000;
    height: 36px;
    width: 15px;
    border-radius: 7px;
    background: #F0F0F0;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -18px;
}

#opacity-slider input[type=range]::-ms-track {
    width: 100%;
    height: 12.8px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    border-width: 39px 0;
    color: transparent;
}
#opacity-slider input[type=range]::-ms-fill-lower {
    background: #ac51b5;
    border: 0px solid #000101;
    border-radius: 50px;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
#opacity-slider input[type=range]::-ms-fill-upper {
    background: #ac51b5;
    border: 0px solid #000101;
    border-radius: 50px;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
#opacity-slider input[type=range]::-ms-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 0px solid #000000;
    height: 20px;
    width: 39px;
    border-radius: 7px;
    background: #65001c;
    cursor: pointer;
}
#opacity-slider input[type=range]:focus::-ms-fill-lower {
    background: #ac51b5;
}
#opacity-slider input[type=range]:focus::-ms-fill-upper {
    background: #ac51b5;
}

#editDomainModal .form-control:disabled {
    border-bottom: 2px solid #eee ;
}

#editDomainModal .CustomDomainNameEditField:hover {
    cursor:not-allowed;
}
