/*
https://material-ui.com/customization/color/
primary color: #ff2c5e
secondary color: #ff2c5e

fourth color: #ede7f6
*/

a, a:active, a:focus, a:hover {
  color: #ff2c5e;
  box-shadow: none;
}

#menu-settings li.current {
  background-color: #ff2c5e
  !important;
  color: #fff;
  font-weight: bold;
}

#menu-settings a.current {
  color: #fff;
}


.postbox table.widefat {
  //border-radius: 5px;
}

table.widefat {
  border-top: 1px solid #ff2c5e;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  box-shadow: 0 10px 22px 0 rgba(0, 4, 32, .05);
  border-bottom: none;
  border-left: none;
  border-right: none;
}

.postbox {
  border-top: 2px solid #ff2c5e !important;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  box-shadow: 0 10px 22px 0 rgba(0, 4, 32, .05) !important;
  border-bottom: none;
  border-left: none;
  border-right: none;
}

.postbox a {
  text-decoration: none;
}

.postbox .nav-tab {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 11px;
}

#poststuff h2.nav-tab-wrapper {
  margin-bottom: 0px !important;
  padding-bottom: 0px;
  border-bottom: 1px solid #ff2c5e !important;
}

.postbox .nav-tab:hover {
  border-color: #ff2c5e #ff2c5e transparent #ff2c5e;
  border-width: 1px;
}

.nav-tab-active, .nav-tab-active:focus, .nav-tab-active:focus, .nav-tab-active:active, .nav-tab-active:hover {
  /*border-top: 2px solid #0085ba;*/
  background: #ff2c5e !important;
  color: #ffffff !important;
  border-color: #ff2c5e #ff2c5e transparent #ff2c5e;
  border-width: 1px
}

.nav-tab-active, .nav-tab-active:hover, .nav-tab-active:focus, .nav-tab-active:focus, .nav-tab-active:active,
h1.nav-tab-wrapper, .wrap h2.nav-tab-wrapper, .nav-tab-wrapper {
  border-bottom: 1px solid #ff2c5e !important;
}

#postbox-container-1 .postbox {
  border-top: 2px solid #ff2c5e;
}

.wp-picker-container .wp-color-result.button {
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2) !important;
  border: 1px solid #ddd;
}

/*button override*/
.wp-core-ui .button,
.wp-core-ui .button-secondary {
  color: #fff;
  border: 0;
  padding: 0 12px;
  border-radius: 3px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
  transition: all .3s;
  background: #ff2c5e;
  vertical-align: baseline;
}

.wp-core-ui .button.hover,
.wp-core-ui .button:hover,
.wp-core-ui .button-secondary:hover {
  background: #ff2c5e;
  box-shadow: 2.736px 7.518px 20px 0 rgba(103, 58, 183,.15);
  color: #fff
}

/* :active state */
.wp-core-ui .button:active,
.wp-core-ui .button-secondary:active {
  background: #ff2c5e;
  box-shadow: 2.736px 7.518px 20px 0 rgba(255, 44, 94, 0.15);
  color: #fff
}

.wp-core-ui .button.focus,
.wp-core-ui .button:focus,
.wp-core-ui .button-secondary:focus {
  background: #ff2c5e;
  border-color: #ff2c5e;
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #ff2c5e;
  color: #ffffff;
}

.wrap .page-title-action {
  color: #fff;
  border: 0;
  padding: 6px 12px;
  border-radius: 3px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
  transition: all .3s;
  background: #ff2c5e;
}

.wrap .page-title-action.active, .wrap .page-title-action:active, .wrap .page-title-action.hover, .wrap .page-title-action:hover, .wrap .page-title-action.active:hover {
  background: #ff2c5e;
  box-shadow: 2.736px 7.518px 20px 0 rgba(255, 44, 94, 0.15);
  color: #fff
}

.wrap .page-title-action.active:focus, .wrap .page-title-action:focus {
  background: #ff2c5e;
  border-color: #ff2c5e;
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #ff2c5e;
  color: #ffffff;
}

/* pressed state e.g. a selected setting */
.wp-core-ui .button.active,
.wp-core-ui .button.active:hover {
  background: #ff2c5e;
  box-shadow: 2.736px 7.518px 20px 0 rgba(255, 44, 94, 0.15);
  color: #fff
}

.wp-core-ui .button.active:focus {
  background: #ff2c5e;
  border-color: #ff2c5e;
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #ff2c5e;
  color: #ffffff;
}

.wp-core-ui .button[disabled],
.wp-core-ui .button:disabled,
.wp-core-ui .button.disabled,
.wp-core-ui .button-secondary[disabled],
.wp-core-ui .button-secondary:disabled,
.wp-core-ui .button-secondary.disabled,
.wp-core-ui .button-disabled {
  color: rgba(0, 0, 0, 0.7) !important;
  background: #ede7f6 !important;
  border-color: #ede7f6 !important;
  box-shadow: none !important;
  text-shadow: 0 1px 0 #fff !important;
}

/* Buttons that look like links, for a cross of good semantics with the visual */
.wp-core-ui .button-link {
  /* Mimics the default link style in common.css */
  color: #ff2c5e;
}

.wp-core-ui .button-link:hover,
.wp-core-ui .button-link:active {
  color: #ff2c5e;
}

.wp-core-ui .button-link:focus {
  color: #ff2c5e;
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #ff2c5e;
  border-color: #ff2c5e;
  /* Only visible in Windows High Contrast mode */

}

.wp-core-ui .button-link-delete {
  color: #ff2c5e;
}

.wp-core-ui .button-link-delete:hover,
.wp-core-ui .button-link-delete:focus {
  color: #ff2c5e;
}

.ie8 .wp-core-ui .button-link:focus {
  outline: #ff2c5e solid 1px;
}

/* ----------------------------------------------------------------------------
  3.0 - Primary Button Style
---------------------------------------------------------------------------- */
.wp-core-ui .button-primary {
  color: #fff;
  border: 0;
  padding: 0 12px;
  border-radius: 3px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
  transition: all .3s;
  background: #ff2c5e;
  vertical-align: baseline;
}

.wp-core-ui .button-primary.active,
.wp-core-ui .button-primary.active:hover,
.wp-core-ui .button-primary.hover,
.wp-core-ui .button-primary:hover,
.wp-core-ui .button-primary:active {
  background: #ff2c5e;
  box-shadow: 2.736px 7.518px 20px 0 rgba(255, 44, 94, 0.15);
  color: #fff
}

.wp-core-ui .button-primary.focus,
.wp-core-ui .button-primary:focus,
.wp-core-ui .button-primary.active:focus {
  background: #ff2c5e;
  border-color: #ff2c5e;
  box-shadow: none;
  color: #ffffff;
}

.wp-core-ui .button-primary[disabled],
.wp-core-ui .button-primary:disabled,
.wp-core-ui .button-primary-disabled,
.wp-core-ui .button-primary.disabled {
  color: rgba(0, 0, 0, 0.7) !important;
  background: #ede7f6 !important;
  border-color: #ede7f6 !important;

}

/* ----------------------------------------------------------------------------
  4.0 - Button Groups
---------------------------------------------------------------------------- */

/* pressed state e.g. a selected setting */
.wp-core-ui .button-group > .button.active {
  background: #ff2c5e;
  box-shadow: 2.736px 7.518px 20px 0 rgba(255, 44, 94, 0.15);
  color: #fff
}

.wp-core-ui .button-group > .button.active:focus {
  background: #ff2c5e;
  border-color: #ff2c5e;
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #ff2c5e;
  color: #ffffff;
}

/*
================================
Input field
================================
*/

input[type=text], input[type=number] {
  border: 1px solid #e4e6e6 !important;
  background-color: #eceeef !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2) !important;
  font-weight: bold !important;
}

textarea {
  border: 1px solid #e4e6e6 !important;
  background-color: #eceeef !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2) !important;
  font-weight: bold !important;
}

input[type=text]:focus, input[type=number]:focus, input[type=text]:focus, textarea:focus {
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2) !important;
  border: 1px solid #e4e6e6 !important;
}

input[type=radio] {
  border: 1px solid #ccc !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .3) !important;
}

input[type=radio]:checked::before {
  background-color: #ff2c5e !important;
}

input[type=radio]:focus {
  border-color: #e4e6e6 !important;
  box-shadow: 0 0 0 1px #ff2c5e !important;
}

input[type=checkbox] {
  border: 1px solid #ccc !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .3) !important;
  transition: all .3s !important;
}

input[type=checkbox]:focus {
  border-color: #ff2c5e !important;
  box-shadow: 0 0 0 1px #ff2c5e !important;
  outline: none !important;
}

.form-field input[type=text], .form-field textarea {
  border: 1px solid #e4e6e6;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
  font-weight: bold;
}

.form-field input[type=text]:focus, .form-field textarea:focus {
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
  border: 1px solid #e4e6e6;
}

.search-box input[type=search] {
  border: 1px solid #e4e6e6;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
  font-weight: bold;
}

.search-box input[type=search] {
  border: 1px solid #e4e6e6;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
  font-weight: bold;
}

.search-box input[type=search]:focus {
  border: 1px solid #e4e6e6;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
  font-weight: bold;
}


.wp-core-ui select {
  border: 1px solid #e4e6e6 !important;
  background-color: #eceeef !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2) !important;
  font-weight: bold;
  width: 100%;
}

.wp-core-ui select:focus {
  border-color: #e4e6e6 !important;
  color: #ff2c5e;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2) !important;
}

/*
===========================
Dropdown
===========================
*/

.select2-container--default .select2-selection--single {
  border: 1px solid #e4e6e6;
  background-color: #eceeef;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
  font-weight: bold;
}

.select2-container--default .select2-selection--single:focus {
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
  border: 1px solid #e4e6e6;
  outline: none;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #e4e6e6;
  background-color: #eceeef;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
  font-weight: bold;
  border-radius: 5px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
  border: 1px solid #e4e6e6;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #ff2c5e;
  border: 1px solid #ff2c5e;
  padding: 2px 5px;
  color: #fff;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #ff2c5e;
  box-shadow: 0 0 0 1px #ff2c5e;
}

.select2-dropdown {
  border: 1px solid #ff2c5e;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #ff2c5e
}

.widethin {
  box-shadow: 0 4px 15px 5px rgba(0, 4, 32, 0.07) !important;
  -webkit-border-top-right-radius: 0px !important;
  -webkit-border-top-left-radius: 0px !important;
  -moz-border-radius-topright: 0px !important;
  -moz-border-radius-topleft: 0px !important;
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
}

.widethin thead tr, .widethin tfoot tr {
  color: #ff2c5e;
}

.widethin thead tr th, .widethin tfoot tr th {
  padding: 5px;
  color: #ff2c5e;
}

.codeboxrflexiblecountdown_demo_copy{
  width: 100% !important;
}
.regular-text.codeboxrflexiblecountdown_demo_copy{}

.codeboxrflexiblecountdown_demo_copy .description{
  width: 100% !important;
  display: block;
  margin-left: 0px;
}
.shortcode_demo_wrap {
  margin: 50px 0px;
  width: 100%;
}

.shortcode_demo_copy{
  text-align: right;
  margin-bottom: -10px !important;
  z-index: 1;

}
.shortcode_demo_btn{
  background: #fff;
  color: #000;
  border: 1px solid #ff2c5e;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.3;
  padding: 3px 10px;
  text-decoration: none;
  float: right;
}

.shortcode_demo_btn:hover,
.shortcode_demo_btn:focus{
  color: #ff2c5e;
  box-shadow: none;
  outline: none;
}

.shortcode_demo_btn.copy_success{
  background: #5eba7d;
  border: 1px solid #5eba7d;
  color: #fff;
}

.shortcode_demo_btn.copy_fail{
  background:  #ff2c5e;
  color: #fff;
}


/*
New backend Style
================================
*/
.cbxwpbookmark_setting_group {
  .description {
    margin-top: 5px;
  }
}

.cbx-backend_container {
  background-color: #fff;
  max-width: 1020px;
  margin: 0 auto;
}

.cbx-backend_wrapper {
  padding: 10px 30px;
}

.cbx-backend_setting_wrapper {
  margin-top: 100px;
  input[type=text], input[type=number] {
    width: 100%;
  }
  .postbox{
    .setting-from-warp{
      ul{
        &.nav-tab-wrapper {
          li {
            display: inline-block;
            margin-bottom: 0px;
          }
        }
      }
    }
  }
}

.cbx-backend_container_header {
  background-color: #fff;
  max-width: 100%;
  position: sticky;
  z-index: 1051;
  top: 32px;
  right: 0;
  left: 160px;
}

.cbx-backend_container {
  border-radius: 8px;
}

.fixed-header {
  box-shadow: 0 0px 20px 3px rgba(204, 204, 204, 0.7);
  transition: all 0.3s;
}

.cbx-backend_header_wrapper {
  max-width: 1020px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;

  a {
    //float: right;
  }
}

body[class*=codeboxrflexiblecountdown] #wpcontent {
  padding: 0;
  background-color: #f3f4f5;
}

body[class*=codeboxrflexiblecountdown] .postbox {
  border-top: none !important;
  box-shadow: none !important;
}

body[class*=codeboxrflexiblecountdown] .wrap {
  margin: 0;
}

body[class*=codeboxrflexiblecountdown] .notice {
  display: none !important;
}

.cbx-backend_header_wrapper {
  .save-settings{
    img {
      width: 20px;
      height: 20px;
      margin-left: 5px;
      top: 5px;
      position: relative;
    }
  }
  #save_settings{
    margin-right: 10px;
    img {
      width: 20px;
      height: 20px;
      margin-right: 5px;
      top: 5px;
      position: relative;
    }
  }
  .menu-heading {
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 10px;

    img {
      //margin-right: 10px;
    }
  }
  .setting_tool{
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .doc_image{
    img{
      box-shadow: 0 10px 12px 0 rgba(0,4,32,0.1)!important;
      border-radius: 50%;
    }

  }
}

@media only screen and (max-width: 960px) {
  .cbx-backend_container_header {
    left: 32px;
  }
}

@media screen and (max-width: 782px) {
  .wp-core-ui .button {
    font-size: 12px !important;
    min-height: 0px !important;
  }
  .cbx-backend_container_header {
    left: 0;
    top: 45px;

  }
}

@media screen and (max-width: 600px) {
  .cbx-backend_container_header {
    left: 0;
    top: 0;

  }
}

@media screen and (max-width: 545px) {
  .cbx-backend_header_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    a {
      margin-top: 15px !important;
      display: flex !important;
      justify-content: center;
      float: none;
    }
    #save_settings{
      margin-right: 0px !important;
    }
    .menu-heading {
      flex-direction: column;
      h2{
        text-align: center;
      }
    }
    .setting_tool{
      flex-direction: column;
    }

  }
}

/*
Help & support Style Implemented
============================
*/
.cbx-backend-row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -.5rem;
  margin-left: -.5rem;
}

@media only screen and (max-width: 912px) {
  .cbx-backend-row {
    flex-direction: column;
  }

}

.cbx-backend-col.text-xs-left {
  text-align: left !important;
  justify-content: flex-start;
}

@media only screen and (min-width: 912px) {
  .cbx-backend-col.col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
    box-sizing: border-box;
    padding: .5rem;
  }
}

.cbx-backend-col.col-md-12 {
  flex-basis: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: .5rem;
  flex: 0 0 auto;
}

.cbx-backend-card {
  color: #141b38;
  background-color: #fff;
  //border: 1px solid #e8e8eb;
  box-shadow: 0 10px 22px 0 rgba(0, 4, 32, .05) !important;
  margin: 10px 0 20px;
  border-radius: 8px;

  .header {
    display: flex;
    align-items: center;
    height: 70px;
    padding: 0 30px;
    font-weight: 600;
    font-size: 18px;
    border-bottom: 1px solid #e8e8eb;

    .text {
      flex: 1;
      display: flex;
      align-items: center;
      @media (max-width: 576px) {
        h2{
          line-height: 20px;
          font-size: 20px;
        }
      }
    }
  }

  .content {
    padding: 30px;

    .dashboard-card-content {
      padding-top: 0;
      font-size: 16px;
      color: #141b38;
      text-align: left;

    }
  }
}

.dashboard-support {
  .cbx-backend-settings-row {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e8e8eb;
  }

  .cbx-backend-settings-row:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
  }

  .cbx-backend-settings-row a {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #141b38;
    text-decoration: none;
  }

  .cbx-backend-settings-row a:hover {
    color: #ff2c5e !important;
  }

  .cbx-backend-settings-row svg {
    color: #ff2c5e;
    width: 24px;
    height: 24px;
    margin: -5px 10px 0 0;
  }
}

.cbx-backend-feature-card {
  height: 100%;
  background: #fff;
  box-shadow: 0 5px 18px 0 rgba(0, 4, 32, .10);
  color: #141b38;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  margin-bottom: 20px;

  .feature-card-body.static {
  }

  .feature-card-body {
    flex: 1;

    .feature-card-header {
      display: flex;
      align-items: center;
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 16px;

      img {
        max-width: 100%;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
      }
    }
  }

  .feature-card-description {
    padding: 0px 10px;

    h3 {
      margin: 0px;
      font-size: 14px;

      a {
        text-decoration: none;
      }
    }
  }
}

.cbx-backend_dashboard_wrapper {
  margin-top: 100px;
  padding: 10px 0px !important;
}

.dashboard-changelog {
  .cbx-backend-settings-row {
    margin-bottom: 15px;
    //padding-bottom: 25px;
    border-bottom: 1px solid #e8e8eb;

    p {
      display: flex;
      align-items: center;
      font-size: 16px;
      font-weight: 600;
      color: #141b38;
      text-decoration: none;
    }
  }

  .cbx-backend-settings-row:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
  }
}

.dashboard-wp-plugin {
  .cbx-backend-settings-row {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8eb;

    a {
      display: flex;
      align-items: center;
      font-size: 16px;
      font-weight: 600;
      color: #141b38;
      text-decoration: none;
    }
  }

  .cbx-backend-settings-row:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
  }

  .cbx-backend-settings-row a {
    font-size: 14px;
  }

  .cbx-backend-settings-row a:hover {
    color: #ff2c5e !important;
  }

  .cbx-backend-settings-row svg {
    color: #ff2c5e;
    width: 24px;
    height: 24px;
    margin: 0 10px 0 0;
  }
}

.dashboard-plugin-Integration {
  .cbx-backend-settings-row {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8eb;

    p {
      display: flex;
      align-items: center;
      font-size: 16px;
      font-weight: 700;
      color: #141b38;
      text-decoration: none;
    }
  }

  .cbx-backend-settings-row:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
  }


  .cbx-backend-settings-row svg {
    color: #ff2c5e;
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
  }
}

@media only screen and (max-width: 1200px) {
  .cbx-backend_dashboard_wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 912px) {
  .cbx-backend_dashboard_wrapper {
    margin-left: 30px;
    margin-right: 30px;
  }
}

/*
CSS Override for New Menu Design
*/
@media (min-width: 1080px) {
  .cbx-backend-settings-container {
    max-width:1280px !important; ;
    background-color: transparent !important;
  }
  .cbx-backend_setting_wrapper {
    .postbox{
      background: transparent !important;
      .setting-from-warp{
        display: flex;
        gap: 25px;
        ul {
          &.nav-tab-wrapper {
            background-color: #fff !important;
            border-bottom: none !important;
            padding: 30px 20px !important;
            width: 30%;
            border-radius: 8px;
            box-shadow: 0 10px 22px 0 rgba(0, 4, 32,  .05) !important;
            li {
              display: block;
              margin: 0 !important;
              padding: 15px 10px;
              border-bottom: 1px solid #dcdcde;
              a{
                &.nav-tab{
                  float: none !important;
                  font-size: 14px;
                  line-height: 26px;
                  border-radius: 0!important;
                  border: none;
                  padding: 0;
                  background: transparent !important;
                  transition: all 0.3s;
                  &:hover{
                    color: #ff2c5e !important;
                    border:  none !important;
                  }
                  &:focus{
                    outline: none !important;
                    color: #ff2c5e !important;
                    border:  none !important;
                  }
                }
                &.nav-tab-active{
                  background: transparent !important;
                  color: #ff2c5e !important;
                  border:  none !important;
                  font-weight: bold;
                }
              }
            }
          }
        }
        .metabox-holder{
          background-color: #fff !important;
          padding: 30px !important;
          border-radius: 8px;
          box-shadow: 0 10px 22px 0 rgba(0, 4, 32,  .05) !important;
          width: 100%;
        }
      }
    }
  }
}


