@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/** Hiding Debug Log **/
#toplevel_page_momoacg .wp-submenu a[href="admin.php?page=momodebuglog"] { display: none!important; }
/**
 * 1. Animations
 * 2. Spinner
 * 3. For Side Metabox
 * 4. Backend Working or Loading
 * 5. Basic Classes
 * 6. Buttons
 * 7. Form and Elements
 * 8. Helper Question Mark
 * 9. Toggle Switch
 * 9.1 Collapsible
 * 10. Range Slider
 * 11. Popbox
 * 12. Messagebox
 * 13. Basic CSS
 * 14. Admin Container / Tabs Settings
 * 15. Tables
 * 16. Footer
 */
/** 1. Animations **/
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@-webkit-keyframes fadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}
@keyframes fadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}
/** 2. Spinner **/
@-webkit-keyframes momo-be-spin {
    from {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(359deg);
              transform: rotate(359deg);
    }
}
@keyframes momo-be-spin {
    from {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
                transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
                transform: rotate(359deg);
}
}
.momo-be-spinner {
    opacity: 0;
    color: #FFF;
    display: none;
    vertical-align: middle;
    flex-shrink: 0;
    height: 16px;
    width: 16px;
    margin: 0 12px 0 0;
    border: 2px rgba(255, 255, 255, 0.10) solid;
    border-top: 2px #FFF solid;
    border-radius: 50%;
    -webkit-animation: momo-be-spin 1s infinite linear;
            animation: momo-be-spin 1s infinite linear;
}
.momo-be-spinner-text{
    transition: all 3s;
    transition: visibility 0s, opacity 0.5s linear;
    font-family: "Helvetica Neue", sans-serif;
}
.momo-be-spinner.spin{
    display: inline-block;
    opacity: 1;
}
/** ends Spinner **/
/** 3. For Metabox Side **/
.momo-mb-side .momo-be-section-block{
    margin-top: -7px;
    margin-right: -12px;
    margin-left: -12px;
    margin-bottom: -13px;
    padding-bottom: 4px;
}
.momo-mb-side input[type="text"].inline.wide{
    width: 100%;
}
.momo-mb-side .momo-be-block {
    margin-bottom: 8px;
}
.momo-be-side-bottom{
    padding: 10px;
    clear: both;
    border-top: 1px solid #dcdcde;
    background: #f6f7f7;
}
.momo-be-side-bottom .momo-right-button{
    text-align: right;
    float: right;
    line-height: 1.9;
}
.momo-be-side-spinner{
    float: none;
    margin-top: 5px;
}
/** For Side Metabox **/
/** 4. Backend Working or Loading **/
@keyframes leftright {
    0% {
      left: 0%;margin-left: -50px
    }
    100% {
      left: 100%; margin-left: -50px
    }
}
.momo-be-working{
    background-color: transparent;
    height: 5px;
    width: 100%;
    border-radius: 10px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    display: block;
    overflow: hidden;
}
.momo-be-working.show{
    display:block;
}
.momo-be-working.show::before{
    content: "";
    width: 200px;
    height: 100%;
    display: block;
    background-color: #FF6978;
    position: absolute;
    left: 0;
    animation-name: leftright;
    animation-duration: 0.7s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    animation-fill-mode: none;
    animation-delay: 0s;
}
.momo-be-working-parent-holder{
    position: relative;
    margin-top: -6px;
    margin-bottom: 6px;
    margin-right: -15px;
    margin-left: -15px;
}
/********************************************/
/** 5. Basic Classes **/
#momo-be-form{
    font-family: 'Roboto', 'sans-serif';
}
.momo-pointer{
    cursor: pointer;
}
.momo-mb-10{
    margin-bottom: 10px;
}
.momo-mb-15{
    margin-bottom: 15px;
}
.momo-mb-20{
    margin-bottom: 20px;
}
.momo-mb-30{
    margin-bottom: 30px;
}
.momo-mt-30{
    margin-top: 30px!important;
}
.momo-mt-40{
    margin-top: 40px!important;
}
.momo-mt-20{
    margin-top: 20px!important;
}
.momo-min-h-30{
    min-height: 30px;
}
.momo-m-40{
    margin-top: 40px;
    margin-bottom: 40px;
}
.momo-mt-15{
    margin-top: 15px!important;
}
.momo-mt-10{
    margin-top: 10px!important;
}
.momo-mt-5{
    margin-top: 5px!important;
}
.momo-pl-5{
    padding-left: 5px;
}
.momo-ml-200{
    margin-left: 200px!important;
}
.momo-no-border{
    border: none!important;
}
.momo-no-padding-bottom{
    padding-bottom: 0!important;
}
.momo-no-margin-top{
    margin-top: 0!important;
}
.momo-no-bborder{
    border-bottom: none!important;
}
.momo-no-background{
    background: transparent!important;
}
.momo-bborder{
    border-bottom: 1px solid #dbdbdb;
}
.momo-margin-minus{
    margin-left: -15px;
    margin-right: -15px;
}
.momo-padding-plus{
    padding-left: 15px;
    padding-right: 15px;
}
.momo-hidden{
    display: none!important;
    -webkit-animation: fadeOut 1s;
    animation: fadeOut 1s;
}
.momo-show{
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    display: block;
}
.momo-be-float-right{
    float: right;
}
.momo-be-right{
    text-align: right;
}
.momo-be-float-left{
    float: left;
}
.momo-be-left{
    text-align: left;
}
.momo-block{
    display: block;
}
.momo-be-center{
    text-align: center!important;
}
.momo-be-middle{
    vertical-align: middle;
}
.momo-w-80{
    width: 80%;
}
.momo-form-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 100%;
    margin: 0 auto;
}
  
.momo-form-group {
    display: flex;
    flex-direction: column;
    flex: 1 1 calc(25% - 20px);
    min-width: 180px;
}

/** 6. Buttons **/
.momo-be-btn,
#momo-be-form .button.button-primary,
#momo-be-form .button.button-secondary{
    margin-left: 0;
    border: none;
    font: bold 14px 'Open Sans', arial;
    line-height: normal;
    line-height: 150%;
    display: inline-block;
    cursor: pointer;
    box-sizing: border-box;
    padding: 8px 20px;
    border-radius: 25px;
    margin-bottom: 3px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
}
.momo-be-btn-primary,
#momo-be-form .button.button-primary{
    background: #eb291f;
    color: #FFF;
}
.momo-be-btn-secondary,
#momo-be-form .button.button-secondary{
    background: #0099CC;
    color: #FFF;
}
.momo-be-btn-trinary{
    background: #3f6e02;
    color: #FFF;
}
.momo-be-btn-secondary.regenerate{
    background: #447bf1;
}
.momo-be-btn.unlink-location{
    background: #4b908f;
}
.momo-be-btn-extra{
    background: #3d3d3d;
    color: #FFF;
}
.momo-be-btn:hover,
.momo-be-btn:focus,
#momo-be-form .button.button-primary:hover,
#momo-be-form .button.button-primary:focus,
#momo-be-form .button.button-secondary:hover,
#momo-be-form .button.button-secondary:focus{
    color: #FFF;
    opacity: 0.7; 
}
/** 7. Form and Elements **/
#momo-be-form ol li{
    font-size: 14px;
}
#momo-be-form input[type="text"], 
#momo-be-form input[type="number"],
#momo-be-form textarea,
#momo-be-form select,
.momo-be-mb-form input[type="text"],
.momo-be-mb-form input[type="number"], 
.momo-be-mb-form textarea,
body[data-id="momo_acg_content_generator_content"],
.momo-be-mb-form select{
    width: 100%;
    color: #666666;
    padding: 5px 8px;
    border-radius: 5px;
    border: 0.0625rem solid #D1D5DB;
    border: 0.0625rem solid #f0f0f1;
    /* background-color: #fff; */
    background-color: #f0f0f1;
    color: #32373c;
    outline: 0;
    transition: 50ms border-color ease-in-out;
    display: block;
    width: 80%;
    margin-top: 5px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 7%);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.momo-be-block.content-generator .mce-panel{
    border: none!important;
    border-radius: 5px;
}
input.momo-green,
textarea.momo-green,
select.momo-green{
    background-color: #7cff690d!important;
}
#momo-be-form textarea.full-width,
.momo-be-mb-form textarea.full-width,
#momo-be-form select.full-width,
.momo-be-mb-form select.full-width,
#momo-be-form input.full-width,
.momo-be-mb-form input.full-width{
    width: 100%;
}
#momo-be-form input[type="text"].inline,
#momo-be-form input[type="number"].inline,
#momo-be-form input[type="range"].inline,
#momo-be-form textarea.inline,
#momo-be-form select.inline,
.momo-be-mb-form input[type="text"].inline,
.momo-be-mb-form input[type="number"].inline,
.momo-be-mb-form input[type="range"].inline,
.momo-be-mb-form textarea.inline,
.momo-be-mb-form select.inline{
    display: inline-block;
    max-width: 250px;
}
#momo-be-form input[type="text"].momo-small,
#momo-be-form input[type="number"].momo-small,
.momo-be-mb-form input[type="text"].momo-small,
.momo-be-mb-form input[type="number"].momo-small{
    max-width: 80px;
}
#momo-be-form input[type="text"].momo-half,
#momo-be-form input[type="number"].momo-half,
.momo-be-mb-form input[type="text"].momo-half,
.momo-be-mb-form input[type="number"].momo-half,
.momo-half-block{
    width: 50%;
    min-width: 300px
}
#momo-be-form input.wide,
.momo-be-mb-form input.wide,
#momo-be-form select.wide,
.momo-be-mb-form select.wide{
    width: 100%;
    display: block;
    max-width: 100%;
}
#momo-be-form  input[type='radio']{
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    height: 20px;
    width: 20px;
    outline: none;
    margin: 0;
    cursor: pointer;
    border: 2px solid #7C96B2;;
    background: transparent;
    border-radius: 50%;
    justify-self: end;
    display: grid;
    justify-items: center;
    align-items: center;
    overflow: hidden;
    transition: border 0.5s ease;
}
#momo-be-form  input[type="radio"]::before,
#momo-be-form  input[type="radio"]::after {
    content: "";
    display: flex;
    justify-self: center;
    border-radius: 50%;
}
#momo-be-form  input[type=radio]::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #FFF;
    z-index: 1;
    opacity: 1;
}
#momo-be-form  input[type=radio]::after {
    position: relative;
    width: calc(100%/2);
    height: calc(100%/2);
    background: #FF6978;
    top: 100%;
    transition: top 0.5s cubic-bezier(0.48, 1.97, 0.5, 0.63);
}
#momo-be-form  input[type=radio]:checked::after {
    top: 0%;
}
#momo-be-form  input[type=radio]:checked::before {
    opacity: 0;
}
#momo-be-form   input[type="radio"]:checked {
    border-color: #FF6978;
}
.momo-radio-button-holder{
    display: inline-block;
    padding-right: 8px;
}
#momo-be-form input:focus,
#momo-be-form textarea:focus,
#momo-be-form select:focus,
.momo-be-mb-form input:focus,
.momo-be-mb-form textarea:focus,
.momo-be-mb-form select:focus{
    border-color:#5b9dd9;box-shadow:0 0 2px rgba(30,140,190,.8);outline:2px solid transparent
}
#momo-be-form label.regular,
.momo-be-mb-form label.regular{
    font-weight: 500;
    color: #050b01;
    margin-bottom: 1px;
    display: inline-block;
    font-size: 14px;
}
#momo-be-form label.inline,
.momo-be-mb-form label.inline{
    display: inline-block;
    margin-right: 11px;
    min-width: 200px; 
}
#momo-be-form label.no-min-width,
.momo-be-mb-form label.no-min-width{
    min-width: auto;
}
#momo-be-form span.required,
.momo-be-mb-form span.required{
    margin-top: 11px;
    display: block;
    margin-left: 17px;
}
#momo-be-form span.required label,
.momo-be-mb-form span.required label{
    color: #455570;
    font-weight: bold;
}
.momo-input-group{
    position: relative;
    display: inline-flex;
    margin-right: 8px;
}
#momo-be-form .momo-input-group input[type="number"].append,
.momo-be-mb-form .momo-input-group input[type="number"].append{
    margin-right: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
#momo-be-form .momo-input-group input[type="number"].prepend,
.momo-be-mb-form .momo-input-group input[type="number"].prepend{
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.momo-input-group-append,
.momo-input-group-prepend{
    display: flex;
    margin-top: 5px;
}
.momo-input-group-text{
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 8px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.momo-input-group-append .momo-input-group-text{
    border-left: none;
} 
.momo-input-group-prepend .momo-input-group-text{
    border-right: none;
}
.momo-input-group-append .momo-input-group-text{
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.momo-input-group-prepend .momo-input-group-text{
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
/** 8. Helper Question **/
.momo-be-helper {
    margin-left: 12px;
    font-size: 15px;
    color: #90999d;
    cursor: pointer;
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}
#momo-be-form .momo-be-helper.bx{
    font-size: 15px;
}
.momo-be-helper .momo-be-helper-text {
    visibility: hidden;
    min-width: 280px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    padding-bottom: 12px;
    position: absolute;
    z-index: 2;
    bottom: 125%;
    opacity: 0;
    transition: opacity 0.3s;
    margin-left:-137px;
    left: 0;
}
.momo-be-helper .momo-be-helper-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
  
.momo-be-helper:hover .momo-be-helper-text {
    visibility: visible;
    opacity: 1;
}

/**** 9. Toggle Switch ***/
.momo-be-toggle-container{
    width: 125px;
    text-align: center;
}
.momo-be-toggle-container-label{
        padding-left: 10px;
        line-height: 1.8;
}
.momo-be-toggle-container .switch{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 20px;
    padding: 3px;
    background-color: #f7f7f7;
    border-radius: 18px;
    cursor: pointer;
}
.momo-be-toggle-container .switch-input,
.momo-be-toggle-container.disabled input[type="checkbox"].switch-input:disabled{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0!important;
}
.momo-be-toggle-container .switch-label{
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    text-transform: uppercase;
    background: #d4d6d7;
    border-radius: inherit;
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    -webkit-transition-property: opacity background;
    -moz-transition-property: opacity background;
    -o-transition-property: opacity background;
    transition-property: opacity background;
}
.momo-be-toggle-container.disabled .switch-label{
    background: #dce2e6;
}
.momo-be-toggle-container .switch-label:before, 
.momo-be-toggle-container .switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}
.momo-be-toggle-container .switch-label:before {
    content: attr(data-off);
    right: 11px;
    color: #352D39;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
    opacity: 0;
}

.momo-be-toggle-container .switch-label:after {
    content: attr(data-on);
    left: 11px;
    color: #FFF;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    opacity: 0;
}

.momo-be-toggle-container .switch-input:checked ~ .switch-label {
    background: #FF6978;
}

.momo-be-toggle-container .switch-input:checked ~ .switch-label:before {
    opacity: 0;
}

.momo-be-toggle-container .switch-input:checked ~ .switch-label:after {
    opacity: 0;
}
.momo-be-toggle-container .switch-handle {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 18px;
    height: 18px;
    background: white;
    border-radius: 10px;
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
}

.momo-be-toggle-container .switch-handle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    background: #f9f9f9;
    border-radius: 6px;
}
.momo-be-toggle-container .switch-input:checked ~ .switch-handle {
    left: 23px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
.momo-be-toggle-container.disabled .switch-input{
    pointer-events:none!important;
}
.momo-be-toggle-container.momo-block{
    width: auto;
}
.momo-be-tc-yes-container{
    /* border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb; */
    padding: 15px;
    background: #f7f7f7;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-right: -15px;
    margin-left: -15px;
    display: none;
}

.momo-be-tc-yes-container.active{
    display: block;
    padding-left: 40px;
}
.momo-be-tc-yes-container .textarea_info{
    padding: 12px;
    font-style: italic;
}
/*** Ends Toggle Switch ***/
/*** 9.1 Collapsible ***/
.momo-be-collapsible {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.momo-be-collapsible-header {
    background-color: #f9f9f9;
    padding: 10px 15px;
    cursor: pointer;
    display: flex!important;
    justify-content: space-between;
    align-items: center;
}

.momo-be-collapsible-header:hover {
    background-color: #eee;
}

.momo-be-collapsible-icon {
    transition: transform 0.3s ease;
}

.momo-be-collapsible-content {
    display: none;
    padding: 10px 15px;
    background-color: #fff;
    border-top: 1px solid #ddd;
}

.momo-be-collapsible-header.active .momo-be-collapsible-icon {
    transform: rotate(180deg);
}

/*** Ends Collapsible ***/
/*** 10. Range Slider ***/
.momo-be-range-slider-container {
    width: 100%;
    position: relative;
}
.momo-be-range-slider-container label{
    display: block;
    cursor: default;
    font-weight: 800;
    font-size: 16px;
}
.momo-be-range-slider.momo-custom {
    border: 1px solid #d3d3d3;
    background: #efefef;
    -webkit-transition: .2s;
    transition: opacity .2s;
    opacity: 0.9;
    width: 90%;
    height: 11.5px;
    border-radius: 15px;
}
.momo-be-range-slider.momo-custom:focus,
#momo-be-form input.momo-be-range-slider.momo-custom:focus,
.momo-be-mb-form input.momo-be-range-slider.momo-custom:focus{
    outline: none;
    box-shadow: none;
    border-color: #d3d3d3;
}
.momo-be-range-slider.momo-custom:hover {
    opacity: 1;
}

.momo-be-range-slider.momo-custom::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 17px;
    height: 17px;
    background: #FF6978;
    border-radius: 50%;
    cursor: pointer;
}

.momo-be-range-slider.momo-custom::-moz-range-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 17px;
    height: 17px;
    background: #FF6978;
    border-radius: 50%;
    cursor: pointer;
    border: none;
}
.momo-be-range-slider.momo-custom::-webkit-slider-runnable-track {
    border: none;
}
.momo-be-range-slider.momo-custom::-moz-range-progress {
    background-color: #FF6978;
    height: 95%;
    border-radius: 15px;
}
.momo-be-range-slider.momo-custom::-ms-fill-lower {
    background-color: #FF6978;
    height: 8px;
    border: 2px solid #efefef;
    border-radius: 15px;
}
.momo-be-range-slider.momo-custom::-ms-fill-upper {  
    background-color: #efefef;
}

.momo-range-input-holder{
    position: relative;
}
.momo-be-rs-value {
    position: absolute;
    top: -20px;
    left: 45%;
    font-size: 12px;
    margin-top: 10px;
    transform: translateX(-50%);
    background: #605e5e;
    padding: 4px;
    border-radius: 8px;
    color: #FFF;
    display: none;
}
.momo-be-range-slider-container .momo-be-rs-value{
    top: -40px;
    left: 50%;
}
.momo-be-range-slider:hover + .momo-be-rs-value{
    display: block;
}
/*** 11. Popbox ****/
.momo-popbox{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 630px;
    min-width: 320px;
    height: auto;
    z-index: 10001;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.momo-pb-show {
    visibility: visible;
}
.momo-pb-container{
    color: #fff;
    background: #efefef;
    position: relative;
    border-radius: 6px;
    margin: 0 auto;
}
.momo-pb-container .momo-be-section-block{
    background: #efefef;
}
.momo-pb-header{
    margin: 0;
    padding: 12px;
    text-align: left;
    opacity: 0.8;
    background: #d3d3d3;
    border-radius: 6px 6px 0 0;
    position: relative;
}
.momo-pb-header span.header-text{
    font-size: 18px;
    font-weight: 600;
    color: #0e0e0e;
    text-transform: uppercase;
}
.momo-pb-content{
    padding: 15px 40px 10px;
    margin: 0;
    font-weight: 300;
    font-size: 1.15em;
    position: relative;
    color: #0e0e0e;
}
i.momo-pb-close{
    font-size: 26px;
    position: absolute;
    right: 10px;
    bottom: 8px;
    cursor: pointer;
    color: #0e0e0e;
}
.momo-pb-content .momo-be-working{
    height: 3px;
}
.momo-pb-show.momo-effect-1 .momo-pb-container {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.momo-effect-1 .momo-pb-container {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.momo-pb-show ~ .momo-pb-overlay {
    opacity: 1;
    visibility: visible;
}
.momo-pb-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 10000;
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.momo-pb-message{
    padding: 12px;
    font-size: 12px;
    color: #FFF;
    background-color: #93ac72;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.momo-pb-message.warning{
    background-color: #ce571d;
}
.momo-pb-message.show{
    opacity: 1;
    visibility: visible;
}
.momo-pb-content input[type="text"][name="momo_schedule_select_date"] {
    max-width: 17em;
    text-align: center;
    display: inline;
}
/*** ends Popbox *****/
/** 12. Messagebox **/
.momo-be-msg-block{
    background-color:#f7f9e8;
    border-left: 4px solid #afa40d;
    color: #201d16;
    padding: 10px;
    border-radius: 5px;
    margin: 8px 0;
}
.momo-be-msg-block{
    display: none;
}
.momo-be-msg-block.show{
    display: block;
}
.momo-be-msg-block.info{
    background: #cce5ff;
    border-left-color: #004085;
    color: #004085;
}
.momo-be-msg-block.warning{
    background: #f2dede;
    color: #a94442;
    border-left-color:#a94442;
}
.momo-be-msg-block.notontop{
    margin-top: 20px;
}

/** 13. Basic CSS **/
body.momo_settings_page{
    background-color: #f0f0f1;
}
body .momo-be-wrapper,
body .momo-be-wrapper td{
    font-family: "Roboto",sans-serif;
    font-size: 14px;
}

#momo-be-form .bx{
    font-size: 22px;
}
.momo-capitalize{
    text-transform: uppercase;
}
.momo-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 -4px;
}
.momo-row > * {
    padding: 0 4px;
    max-width: 100%;
}
.momo-min-h-110{
    min-height: 110px;
}
.momo-padding-12{
    padding: 12px 0;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.momo-col{
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.momo-col.momo-p-col{
    max-width: 2%;
}
.momo-col-3{
    flex: 33.33%;
}
.momo-col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
.momo-col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}
.momo-col-2{
    flex: 49%;
}
#momo-be-form label.block,
.momo-be-mb-form label.block{
    display: block;
}
.momo-be-hr-line{
    border: 0;
    border-top: 1px solid #dcdcde;
    border-bottom: 1px solid #f6f7f7;
    margin-top: 30px;
    margin-bottom: 8px;
    display: block;
}
.momo-be-hr-line.no-line{
    border: none;
}
h2.momo-be-settings-header{
    font-size: 24px;
    margin: 20px 0;
    display: none;
}
.momo-be-block{
    margin: 12px 0;
}
.momo-be-block-section{
    background-color: #fff;
    padding: 20px!important;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
}
.momo-be-block-section img{
    max-width: 100%;
    height: auto;
}
.momo-be-block-section h4{
    display: block;
}
.momo-be-block-section p{
    background-color: #fff;
    margin-top: 5px;
    font-size: 14px;
    color: #545353;
    line-height: 28px;
    display: block;
}
h2.momo-be-block-section-header{
    margin: 0;
    font-weight: 600;
    color: #050b01;
    font-size: 16px;
}
.momo-be-block-section dl{
    margin-top: 50px;
    counter-reset: momo-counter;
}
.momo-be-block-section dt:before {
    content: counter(momo-counter);
    counter-increment: momo-counter;
    position: absolute;
    left: 0;
    top: -7px;
    font: bold 40px/1 Sans-Serif;
}
.momo-be-block-section dt{
    position: relative;
    font-size: 16px;
    padding: 4px 0 40px 40px;
    line-height: 1;
}
.momo-be-section-block-normal{
    margin-bottom: 6px;
    margin-top: 6px;
}
.momo-be-hr-line-full{
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 18px;
    margin-top: 18px;
    display: block;
}
.momo-be-hr-line-blank{
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 18px;
    margin-top: 18px;
    display: block;
    border-bottom:1px solid #f7dbdb;
    clear: both;
}
span.momo-be-note{
    margin:12px 0;
    font: 13px 'open sans';
    font-style: italic;
    display: block;
    padding: 5px 15px;
}
.momo-be-section{
    margin: 12px 0;
}
.momo-be-section-toggle{
    margin: 18px 0;
}
.momo-be-section-header{
    background:#f1f1f1;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    margin-right: -15px;
    margin-left: -15px;
}
.momo-be-option-block,
.momo-be-buttons-block,
.momo-be-section-block,
.momo-be-grey-block{
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    padding: 15px;
    background: #f7f7f7;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-right: -15px;
    margin-left: -15px;
    display: none;
}
.momo-be-grey-block{
    border-top: none;
    border-bottom: none;
    display: block;
}
.momo-be-section-block h2.momo-section-block{
    font-weight: 800!important;
    padding: 0!important;
    margin: 0!important;
    font-size: 14px;
    color: #1e1e1e;
}
.momo-be-section-block h3.momo-section-block{
    font-weight: 500!important;
    padding: 0!important;
    margin: 0!important;
    font-size: 13px;
}
.momo-be-switch-block{
    padding: 15px;
    background: #f7f7f7;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-right: -15px;
    margin-left: -15px;
    border-bottom: 1px solid #dbdbdb;
}
.momo-be-inline-after{
    display: inline-flex;
}
.momo-be-inline-after .momo-be-switch-block{
    margin-left: 0;
    padding: 8px 15px;
}
.momo-be-inline-after .momo-be-switch-block,
.momo-be-inline-before .momo-be-switch-block {
    padding: 4px;
    border-bottom: none;
}
.momo-be-inline-before{
    display: inline-flex;
}
.momo-be-inline-before .momo-be-switch-block {
    margin-right: 14px;
    margin-left: 6px;
}
.momo-mb-be-label-blank.momo-be-switch-block{
    margin-left: 200px;
    padding: 5px 15px;
}
.momo-be-mb-form  .momo-be-tc-yes-container .momo-be-section-block{
    border:none;
    padding: 0;
}
.momo-be-buttons-block,
.momo-be-section-block{
    display: block;
}
.momo-be-buttons-block.import-section{
    padding-bottom: 0;
    padding-top: 0;
}
@-webkit-keyframes BlockFadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@keyframes BlockFadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
.momo-be-option-block.show{
    display: block;
    -webkit-animation: BlockFadeIn 1s;
    animation: BlockFadeIn 1s;
}
.momo-be-option-block input{
    width: 300px;
    color:
    #666666;
    padding: 5px 8px;
    border-radius: 5px;
}
#momo_be_mb_add_headings_afteryes,
#momo_be_mb_add_image_afteryes{
    border: none;
    padding-top: 0;
    padding-left: 90px;
    padding-bottom: 0;
}
@media only screen and (max-width: 900px){
    .momo-be-tab-table ul.momo-be-main-tab{
        width: auto;
    }
    .momo-be-main-tab li a span{
        display: none;
    }
    .momo-be-main-tab li a{
        min-width: 20px;
        text-align: center;
    }
    .momo-be-main-tab li a i{
        padding-right: 0;
    }
}
.momo-flex-columns,
.momo-flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.momo-flex-column{
    width: auto;
    padding-right: 18px;
    margin-bottom: 10px;
}
.momo-flex-column .momo-be-toggle-container-label{
    padding-left: 2px;
}
.momo-three-column {
    flex: 33.33%;
}
.momo-be-section-generated-content h2,
.momo-be-section-generated-headings h2{
    padding-left:0!important;
    padding-bottom:0!important;
}
@media (min-width: 48em) {
    .columns {
      flex-wrap: nowrap;
    }
}
.momo-cover-asterix{
    position: relative;
    display: inline-block;
    min-width: 60%;
    width: 80%;
    max-width: 250px;
    line-height: 2;
    min-height: 30px;
    padding: 5px 8px;
    border-radius: 5px;
    border: 1px solid #b3afaf;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    background-color: #fff;
    color: #32373c;
    margin-top: 5px;
}
.momo-clear-api{
    color: #2271b1;
    font-size: 13px;
    line-height: 1.5;
    cursor: pointer;
    border-bottom: 1px solid #2271b1;
    margin-left: 12px;
}
/********************************************/
/******* 14. Admin Container / Tabs Settings ****/
/********************************************/
.momo-be-api-key-info{
    background-color: #ffd6da;
    color: #000;
    font-weight: 600;
    padding: 6px 12px;
    padding-right: 200px;
    display: flex;
    align-items: center;
    margin-right: 3em;
}
.momo-be-api-key-info i{
    color: #ea1f27;
    margin-right: 8px;
}
.momo-be-wrapper{
    margin-right: 15px;
    margin-top: 40px;
}
.momo-be-wrapper .nav-tab,
.momo-be-wrapper .nav-tab-active{
    border-bottom: 1px solid #d9d7d7;
    display: flex;
    line-height: 1.5;
}
.momo-be-main-tab i{
    font-size: 22px!important;
    padding-right: 16px;
}
.momo-be-main-tab i.openai-icon-custom{
    font-size:18px!important;
}
.momo-be-tab-menu{
    width: 20%;
}
.momo-be-header-right{
    text-align: right;
    margin-bottom: 6px;
    margin-right: 20px;
    margin-left:auto!important;
    align-items: center;
}
.momo-be-upper-right-menu {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.momo-be-upper-right-menu i {
    margin-left: 5px;
    font-size: 15px!important;
}
.momo-be-header-right a{
    color: #000;
    font-size: 12px!important;
    font-weight: 400!important;
    margin-right: 8px;
}
@media only screen and (max-width: 960px) {
    .momo-be-main-tab i{
        display: block;
    }
    .momo-be-main-tab span{
        display: none;
    }
    .momo-be-tab-menu{
        width: auto;
    }
    .momo-row.momo-responsive{
        flex-direction: column;
    }
    .momo-col{
        margin-bottom: 8px;
    }
}
/* .momo-be-wrapper .nav-tab i,
.momo-be-wrapper .nav-tab-active i{
    margin-right: 16px;
} */
.momo-be-tab-table,
.momo-be-tab-table td{
    margin: 0;
    padding: 0;
    position: relative;
    border-spacing: 0;
}
.momo-be-tab-table ul.momo-be-main-tab{
    display: flex;
    background-color: transparent;
    width: auto;
    height: auto;
    border-right: none;
    margin-bottom: 8px;
    padding-bottom: 5px;
}
.momo-be-tab-table ul.momo-be-main-tab li {
    margin: 0;
    display: inherit;
    border-left: none;
    border-bottom: none;
    min-width: 130px;
}
.momo-be-tab-table ul.momo-be-main-tab li a{
    margin: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0.55rem 0.75rem;
    cursor: pointer;
}
.momo-be-main-tab a{
    background-color: inherit;
    text-align: left;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    color: #050b01;
    transition: 0.3s;
    text-decoration: none;
    /* text-transform: uppercase; */
    display: flex;
}
.momo-be-main-tab a span{
    transition: 0.3s;
    padding: 0.55rem 0.75rem;
    padding: 0;
    padding-bottom: 4px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.momo-be-main-tab a.active span,
.momo-be-main-tab a:hover span{
    /* background-color: #374151; */
    /* border-bottom: 3px solid #e8093e; */
    color: #e8093e;
    cursor: pointer;
    
}
.momo-be-main-tab a.active i,
.momo-be-main-tab a:hover i{
    color: #000!important;
 }
.momo-be-tab-table td.momo-be-main-tabcontent{
   transition: height 2s ease;
   border: none;
   background: transparent;
   /* background: #fff; */
   padding: 0;
}
.momo-be-tab-table td .momo-admin-content-box{
    background: #FFF;
    border-radius: 25px;
    padding: 3rem;
    box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.2);
}
.momo-be-tab-table td .momo-be-admin-content{
    transform: scale(0.95);
    opacity: 0;
    display: none;
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.momo-be-tab-table td.momo-be-main-tabcontent .active{
    transform: scale(1);
    opacity: 1;
    display: block;
}
.momo-be-table-header h3{
    border-bottom: 1px solid #EDEDED;
    margin: 0;
    margin-right: 0px;
    margin-right: 0px;
    color: #333;
    font-size: 26px;
    line-height: 26px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
/***************************/
/**** 15. Tables ***********/
/***************************/
.momo-be-fixed-table-container{
    max-height: 385px;
    overflow-y: scroll;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;

    box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -o-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -ms-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    border-radius: 8px;
}
table.momo-be-table{
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
table.momo-be-table th{
    font-weight: 800;
    font-size: 14px;
    color: #fff;
    line-height: 1.4;
    background-color: #6c7ae0;
    padding: 12px;

    position: sticky;
    z-index: 2;
    top: 0;

    text-align: left;
}
table.momo-be-table tbody tr:nth-child(2n){
    background-color: #f8f6ff;
}
table.momo-be-table tr td{
    font-size: 15px;
    color: gray;
    line-height: 1.4;
    padding: 16px;
    color: #212529;
}
table.momo-be-table .momo-table-action{
    text-align: center;
}
table.momo-be-table .momo-table-action span{
    cursor: pointer;
    color: #2722b5;
    margin-right: 12px;
}
/** 16. Footer Section **/
.momo-be-footer{
    text-align: center;
    padding: 3rem;
    font-size: 14px;
}
.momo-be-footer-mb{
    margin-bottom: 16px;
    font-weight: 500;
}
.momo-be-footer-links{
    margin-bottom: 16px;
}
.momo-be-footer-links span.linkseparator{
    margin: 0 6px;
}
a.momo-be-footer-social-link{
    color: #a9adb0;
    font-size: 20px;
    text-decoration: none;
}
/** ends Footer Section **/