/*mega menu option */

.element-ready-mega-menu{
    display: none;
    float: right;
    margin-right: 15px;
}

.element-ready-mega-menu-update-spinner, .element-ready-mega-menu-spinner{
    display: none;
    margin-right: 15px;
    line-height: 1;
} 

/* Menu menu item popup */

.element_ready_mega_menu_menu_container{
    padding: 4px 8px;
    margin-left: 7px;
    color: #fff;
    font-size: 10px;
    text-decoration: none;
    background: #387bff;
}


.element_ready_mega_menu_menu_container:hover{
    color:#F1F1F1;
    padding: 5px 9px;
}

/*-----------------------------------input switch style--------------------------------*/
.switch_common>li{
    margin-right: 30px;
    vertical-align: middle;
}
.switch_common>li:last-child{
    margin-right: 0px;
}
.switch_common .switch {
    visibility: hidden;
    margin-left: -9999px;
    position: absolute;
}
.switch_common label{
    margin-bottom: 0;
}
.switch_common .switch + label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    border-radius: 80px;
    border: 1px solid #ddd;
    user-select: none;
    float: right;
}
.switch_common .switch + label:before {
    right: 0px;
    background: #F1F1F1;
    border-radius: 75px;
}
.switch_common .switch + label:after {
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.switch_common .switch + label:before,
.switch_common .switch + label:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
}
.switch_common .switch:checked + label:before {
    background-color: #ED2553;
}
.switch_common .switch:checked + label {
    border-color: #ED2553;
}
.sm_switch .switch + label {
    height: 20px;
    width: 40px;
}
.sm_switch .switch + label:after {
    width: 18px;
    height: 18px;
}
.sm_switch .switch:checked + label:after {
    margin-left: 20px;
}

/* The Modal (background) */
#element-ready-mega-menu-item-settings.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  #element-ready-mega-menu-item-settings .modal-content {
    background-color: #fefefe;
    margin: 13% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
    position: relative;
  }
  
  /* The Close Button */
  
  #element-ready-mega-menu-item-settings .close:hover,
  #element-ready-mega-menu-item-settings .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

  #element-ready-mega-menu-item-settings .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 30px;
    right: 30px
  }

  .element-ready-mega-menu-item {
    margin-top: 25px;
  }

  .element-ready-mega-menu-item h5{
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
   }
   .element-ready-mega-menu-item .switch_common .switch + label{
    float: left;
    margin-right: 10px;
   }
   .element-ready-mega-menu-item{
    display: flex;
    align-items: center;
    justify-content: left;
    border-bottom: 2px solid #e1e1e1;
    padding-bottom: 10px;
    gap: 20px;

   }
  .element-ready-mega-menu-elementor-editor-link a.button.button-primary.button-large {
    text-align: left;
    display: inline-flex;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    gap: 12px;
    /* justify-content: center; */
    align-items: center;
    border: 0;
    color: #000;
    background: #fff;
   }

    .element-ready-mega-menu-update {
        display: block;
        text-align: right;
    }

  /* Elementor Editor PopUp Iframe */
  body .er-mega-menu-modal{
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 100vh;
  }
  body .er-mega-menu-modal .wready-md-content,body .er-mega-menu-modal .wready-md-body {
    width: 100%;
    height: 100%;
  }

  .er-mega-menu-modal .wready-md-content .wready-md-close {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  
  /* The Close Button */

  
  #element-ready-ele-mega-menu-item-settings .close:hover,
  #element-ready-ele-mega-menu-item-settings .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

  #element-ready-ele-mega-menu-item-settings .close {
    color: #f50000;
    float: right;
    font-size: 28px;
    font-weight: bold;
 }

  .element-ready-ele-mega-menu-item {
    margin-top: 25px;
  }

  .element-ready-ele-mega-menu-item h5{
    display: inline-block;
    margin-top: 0;
   }
  
  .element-ready-ele-mega-menu-elementor-editor-link a.button.button-primary.button-large {
    text-align: center;
    display: block;
    width: 50%;
    margin: 0 auto;
    padding: 9px;
    background: #387bff;
    border: none;
   }

   /*   */

    .radio_common li label {
        color: #333;
        font-size: 12px;
        margin-bottom: 12px;
        cursor: pointer;
        font-weight: 400;
    }
    .radio_common li input[type="radio"] {
        display: none;
    }
    .radio_common li input[type="radio"]+label span {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: -1px 15px 0 0;
        vertical-align: middle;
        cursor: pointer;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }
    .radio_common.square li input[type="radio"] + label span {
      border-radius: 3px;
    }
    .radio_common li input[type="radio"]+label span {
        border: 2px solid #a9b4c6;
        position: relative;
    }
    .radio_common li input[type="radio"] + label span::before {
        background: #2079ff;
        border-radius: 100%;
        content: "";
        position: absolute;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -ms-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }
    .radio_common.square li input[type="radio"] + label span::before {
        border-radius: 0px;
    }
    .radio_common li input[type="radio"]:checked+label span {
        border-color: #2079ff;
    }
    .radio_common li input[type="radio"]:checked+label span:before {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    .radio_common li input[type="radio"]+label span,
    .radio_common li input[type="radio"]:checked+label span {
        -webkit-transition: background-color 0.2s linear;
        -o-transition: background-color 0.2s linear;
        -moz-transition: background-color 0.2s linear;
        transition: background-color 0.2s linear;
    }
    
    .radio_style3 li input[type="radio"] + label span::before {
        height: 8px;
        left: 6px;
        top: 6px;
        width: 8px;
    }

    /* admin menu builder custom field */

    .element-ready-menu-lebel{
        padding-bottom: 6.5px;
        font-weight: 600;
        color: #23282d;
        display:inline-block
    }
    .element-ready-fields-area .dashicons-no{
        color:#006799;
        cursor:pointer;
    }
    .element-ready-nfl-close{
        line-height: 1.5;
    }
    span.element-ready-menu-lebel {
        display: inline-block;
        padding: 10px 0;
    }
    .logged-input-badge-img .element-ready-menu-img{
        width: 150px;
        height: 150px;
        display: block;
        padding: 10px 10px;
    }
    .element-ready-menu-img[src*="#"] {
        display: none;
    }

    .element-ready-menu-img[src*=""] {
        display: none;
    }
    .element-ready-menu-img[src*="unknown"] {
        display: none;
    }

    input.element-ready-cfl-item[type="color"]{
        box-shadow: 0 0 0 transparent;
        border: 0;
        background-color: #fff;
        color: #32373c;
        width: 50%;
        height: 32px;
    }
    
    
    
   
