@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

#migy_shortcode_copied_notice {
    display: none;
    color: #0044ff;
    margin-top: 5px;
}

/* Tab style */
.migy-content-and-style-tabs {
    padding-bottom: 14px;
    margin-bottom: 20px;
}
.migy-sub-head strong {
    font-weight: 800;
}
.migy-content-and-style-tabs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    border: 2px solid #0004df;
    background: #0251e6;
    border-bottom: 0;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.migy-content-and-style-tabs ul li {
    display: inline-block;
    padding: 10px 20px;
    margin: 0;
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background: #0621b9;
    margin: 0 1px;
}

.migy-content-and-style-tabs ul li.migy-tab-active {
    background: #fff;
    color: #000;
}


.migy-tab-data-styles,
.migy-tab-data-shortcode {
    display: none;
}

/* Repeatable style */
.migy-repeater-container {
    background: #f8f8f8;
    padding: 20px;
    margin: 10px 0;
}

.migy-field-item {
    background: #fff;
    padding: 10px 20px;
    margin: 7px 0;
    box-shadow: 0px 0px 5px #ddd;
    border-bottom: 2px solid #0d28c0;
}

.migy-repeater-action-buttons {
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 8px;
    position: relative;
}

/* add */

.migy-repeater-action-buttons > div {
    position: absolute;
    right: 0;
  }

  /* end */
.toggle-button.dashicons {
    cursor: pointer;
    margin-right: 20px;
    padding: 0 !important;
    transition: 0.6s;
}

.toggle-button.arrow-down-style {
    transform: rotate(180deg);
}



.migy-repeater-action-buttons a {
    color: #ea1515;
    text-decoration: none;
}

.migy-repeater-action-buttons span {
    color: #777;
    cursor: move;
    padding-right: 20px;
    font-size: 20px;
    line-height: 20px;
}

.migy-add-more-wrapper a#migy-add-field {
    text-decoration: none;
    padding: 10px;
    border: 2px solid #1d0ac4;
    display: block;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    background: #0d09c2;
}

.migy-gallery-image-upload.button.button-large.migy-image-upload {
    background: #000000;
    color: #fff;
    border-color: #a01616;
}

/* Filter type tab */
.migy-gallery-settings-heading {
    width: 100%;
    text-align: center;
    font-size: 20px;
    text-transform: capitalize;
    color: #444;
    line-height: 24px;
    margin: 20px 0;
}

.migy-gallery-settings-heading.left-align {
    text-align: left;
}



.migy-filter-type-tabs {
    display: flex;
    border: 1px solid #010caf;
    background-color: #eee;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 26px;
}

.migy-filter-type-tab {
    display: block;
    width: 50%;
    background-color: #f5f5f5;
    text-align: center;
    border-right: 1px solid #0d0ae0;
    box-sizing: border-box;
    cursor: pointer;
    padding: 10px;
    text-transform: capitalize;
    font-size: 15px;
}

.migy-filter-type-tab:last-child {
    border-right: none;
}

.migy-filter-type-tab:hover {
    background-color: #ddd;
}

.migy-filter-type-tabs input[type="radio"] {
    display: none;
}

.migy-filter-type-tabs input[type="radio"]:checked + .migy-filter-type-tab {
    background-color: #1316d8;
    color: #fff;
}


.hidden-if-image-gallery {
    display: none;
}

.migy-gallery-fields-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    column-gap: 10px;
    justify-content: space-between;
}

.migy-gallery-fields-wrapper ul li {
    width: calc(50% - 10px);
    margin-bottom: 17px;
}

.migy-gallery-perview-image {
    width: 250px;
    height: 250px;
    /* position: absolute; */
    left: 35px;
    top: -7px;
    right: 0;
    object-fit: cover;
  }

.migy-gallery-form-control {
    height: 32px;
    border: 1px solid #ccc !important;
    width: 100%;
    border-radius: 3px;
}

.migy-gallery-form-control:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

label.migy-gallery-form-control-lebel {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

.migy-image-field-wrappper input.migy-image-url {
    width: calc(100% - 70px);
}


a.button.button-primary.button-large.migy-image-upload {
    margin-bottom: 6px;
}

.pad-bottom-0 {
    padding-bottom: 0;
}

.border-bottom-0 {
    border-bottom: 0;
    margin-bottom: 0;
}

.migy-border-focus {
    border-color: #ff1414 !important;
    box-shadow: 0px 0px 5px #ff1414 !important;
}

.ui-state-highlight {
    border: 2px dashed #6f6f6f;
}

input.migy_display_shortcode {
    background: #fff;
    color: #444;
    border-color: #1e0cbe;
    width: 100%;
    padding: 5px 10px;
}

.migy-style-meta-table tr {
    margin-bottom: 15px;
    display: block;
}

.migy-style-meta-table tr td:first-child {
    min-width: 180px;
}

.migy-style-meta-table .migy-form-field {
    width: 120px;
}


/* Pro fields CSS Start */
li.migy_disabled_field {
    opacity: 0.7;
}

.migy_disabled_field label.migy-gallery-form-control-lebel {
    position: relative;
}

.migy_disabled_field label.migy-gallery-form-control-lebel:after {
    position: absolute;
    content: '(pro)';
    color: red;
    margin-left: 7px;
}

li.migy_disabled_field input.migy-gallery-form-control {
    pointer-events: none;
}

#menu-posts-migy_image_gallery .wp-submenu-wrap li:last-child {
    font-weight: 600;
    background: #f51f3d;
    color: #fff;
    margin: 3px 10px 0;
    display: block;
    text-align: center;
    border-radius: 3px;
    transition: all .3s;
}
#menu-posts-migy_image_gallery .wp-submenu-wrap li:last-child a {
    color: rgb(240, 246, 252);
}

.wrap.migy-templates-wrap .banner-image {
    display: block;
    padding: 15px 60px;
}

.migy-notice-banner-wrap img {
    width: 100%;
}
.wrap.migy-templates-wrap .banner-image img {
    width: 100%;
    margin-top: 10px;
}
.migy-notice-banner-wrap {
    position: relative;
}
.migy-notice-heading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.migy-notice-banner-wrap h1 {
    font-family: "Bebas Neue";
    font-weight: 400;
    font-size: 59px;
    color: #F0AC0E;
    margin-bottom: 16px;
}
.migy-notice-banner-wrap h4 {
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 600;
    background-color: #F0AC0E;
    color: #fff;
    padding: 10px 40px;
    border-radius: 9px;
    margin-bottom: 0 !important;
    box-shadow: 0px 4px 9px #00000054;
    position: relative;
    z-index: 1;
}
.migy-notice-banner-wrap .migy-notice-btn a {
    font-family: 'Bebas Neue';
    text-decoration: none;
    font-size: 59px;
    background: linear-gradient(90deg, #F78024, #FFA202);
    color: #fff;
    padding: 38px 25px;
    display: block;
    border-radius: 0px 0px 6px 6px;
    position: relative;
}
.migy-notice-banner-wrap .migy-notice-btn a::before {
    position: absolute;
    content: '' !important;
    top: 0;
    left: 0;
    width: 0px;
    transform: translateX(-9px);
    border-bottom: 20px solid transparent;
    border-right: 10px solid #F78024;
}
.migy-notice-banner-wrap .migy-notice-btn a::after {
    position: absolute;
    content: '' !important;
    top: 0;
    right: 0;
    width: 0px;
    transform: translateX(9px);
    border-bottom: 20px solid transparent;
    border-left: 10px solid #FFA202;
}
.notice.is-dismissible.migy {
    padding-right: 0;
    border: none;
    box-shadow: unset;
    padding: unset;
}

.migy-product-price-wrap{
    position: absolute;
    top: 0;
    right: 20px;
    background-repeat: no-repeat;
    width: 100px;
    height: 145px;
    background-size: contain;
}
.migy-product-banner-wrap{
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    height: 75%
}
.price-text{
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}
.migy-product-banner-wrap h2{
    margin: 0;
    color: #fff;
}
@media (max-width: 1599px) and (min-width: 1400px) {
    .migy-notice-banner-wrap h1 {
        font-size: 50px;
        margin-bottom: 0px;
    }
    .migy-notice-banner-wrap h4 {
        font-size: 15px;
    }
    .migy-notice-banner-wrap .migy-notice-btn a {
        font-size: 49px;
        padding: 30px 25px;
    }
    .migy-btn a.documentationbtn{
        margin-top: 20px;
    }
}

@media (max-width: 1399px) and (min-width: 1200px) {
    .migy-notice-banner-wrap h1 {
        font-size: 32px;
        margin-bottom: 0;
    }
    .migy-notice-banner-wrap h4 {
        font-size: 10px;
        padding: 5px 28px;
    }
    .migy-notice-banner-wrap .migy-notice-btn a {
        padding: 20px 10px 15px;
        font-size: 32px;
    }
    .migy-notice-banner-wrap .migy-notice-btn a::before {
        transform: translateX(-5px);
    }
    .migy-notice-banner-wrap .migy-notice-btn a::after {
        transform: translateX(5px);
    }
    .migy-btn a.documentationbtn{
        margin-top: 20px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .migy-notice-banner-wrap h1 {
        font-size: 26px;
        margin-bottom: 0;
    }
    .migy-notice-banner-wrap h4 {
        font-size: 9px;
        padding: 2px 14px;
        border-radius: 4px;
    }
    .migy-notice-banner-wrap .migy-notice-btn a {
        font-size: 28px;
        padding: 15px 10px 12px;
    }
    .migy-notice-banner-wrap .migy-notice-btn a::before {
        transform: translateX(-5px);
    }
    .migy-notice-banner-wrap .migy-notice-btn a::after {
        transform: translateX(5px);
    }
    .migy-btn{
        display: flex;
            flex-direction: column;
            gap: 10px;
            justify-content: center;
            align-items: center;
        }
}

@media (max-width: 991px) and (min-width: 768px) {
    .migy-notice-banner-wrap h1 {
        font-size: 22px;
        margin-bottom: 0;
    }
    .migy-notice-banner-wrap h4 {
        font-size: 9px;
        padding: 2px 22px;
    }
    .migy-notice-banner-wrap .migy-notice-btn a {
        font-size: 25px;
        padding: 10px 12px 5px;
    }
    .migy-notice-banner-wrap .migy-notice-btn a::before {
        transform: translateX(-5px);
    }
    .migy-notice-banner-wrap .migy-notice-btn a::after {
        transform: translateX(5px);
    }
    .migy-box{
        width: 50%;
    }
    .migy-btn a.documentationbtn{
        margin-top: 10px;
    }
}

@media (max-width: 767px){
    .migy-notice-banner-wrap h1 {
        font-size: 22px;
        margin-bottom: 0;
    }
    .migy-notice-banner-wrap h4 {
        font-size: 9px;
        padding: 2px 22px;
    }
    .migy-notice-banner-wrap .migy-notice-btn a {
        font-size: 25px;
        padding: 10px 12px 5px;
    }
    .migy-notice-banner-wrap .migy-notice-btn a::before {
        transform: translateX(-5px);
    }
    .migy-notice-banner-wrap .migy-notice-btn a::after {
        transform: translateX(5px);
    }
    .migy-box{
        width: 50%;
    }
    .migy-wrap {
        padding: 26px 0px;
    }
    .migy-template-title{
        text-align: center;
    }
    .migy-btn{
        display: flex;
            flex-direction: column;
            gap: 10px;
            justify-content: center;
            align-items: center;
        }
}
@media (max-width: 575px){
    .migy-box{
        width: 100%;
    }
  
}
/*Pro fields CSS End*/



/* 03/09/25 */

#migy-popup-overlay {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:#00000080;
  z-index:9999;
  display:flex;
  align-items:center;
  justify-content:center;
}

#migy-popup-content {
  background: linear-gradient(90deg, #F78024, #FFA202);
  padding: 30px;
  border-radius: 6px;
  max-width: 600px;
  text-align: center;
  width: 100%;
  position: relative;
}
#migy-popup-content .migy-popup-template-btn, #migy-popup-content  .migy-popup-bundle-btn {
  color: black;
  background: white;
  border: none;
  border-radius: 30px;
  font-size: 20px;
  padding: 0px 50px;
}
#migy-popup-content .migy-popup-template-btn:hover,
#migy-popup-content .migy-popup-bundle-btn:hover {
  color: white;
  background: black;
}

.migy-popup-wrap {
  display: flex;
  gap: 25px;
  justify-content: center;
}
#migy-popup-content img {
  width: 100%;
}
#migy-popup-content .migy-popup-bundle-btn {
   background: #fff;
   color: #000;
}
#migy-popup-content .migy-popup-bundle-btn:hover {
  background: #000;
  color: #fff;
}
#migy-popup-content h2 {
  font-size: 25px;
  margin-bottom: 40px;
}
#migy-popup-content .migy-popup-dismiss {
  rotate: 45deg;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 40px;
  cursor: pointer;
  color: #fff;
}
.migy-premium-floating-btn {
  background: linear-gradient(90deg, #F78024, #FFA202) !important;
  border: none !important;
  border-radius: 2px !important;
  font-size: 18px !important;
  padding: 0px 16px !important;
}