/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

:root { --wp-admin-theme-color: #0073aa;}

.wt-fbfeed-tab-container{
    padding: 15px;
    /*padding-bottom: 0px;*/
    background: #fff;
    box-shadow: 0px 2px 2px #ccc;
    float: left;
    box-sizing: border-box;
    width: 99%;
    height: auto;
}

.wt_fbfeed_view_log{  }
.wt_fbfeed_view_log_btn{cursor: pointer;}
.wt_fbfeed_log_loader{ width:100%; height:200px; text-align:center; line-height:30px; font-size:14px; font-style:italic; }
.wt_fbfeed_log_container{ padding:25px; }
.wt_fbfeed_raw_log{ text-align:left; font-size:14px; }
.log_view_tb th, .log_view_tb td{ text-align:center; }
.log_list_tb .log_file_name_col{ text-align:left; }
/* popup */
.wt_fbfeed_overlay{ position:fixed; z-index:100000000; width:100%; height:100%; background-color:rgba(0,0,0,.5); left:0px; top:0px; display:none;}
.wt_fbfeed_popup{position:fixed; z-index:100000001; background:#fff; border:solid 1px #eee; text-align:left; box-shadow:0px 2px 5px #333; left:50%; display:none;}
.wt_fbfeed_popup_hd{display:inline-block; width:100%; box-sizing:border-box; font-weight:bold; background-color:#f3f3f3; height:40px; text-align:left; line-height:40px; padding:0px 20px;}
.wt_fbfeed_popup_close{float:right; width:40px; height:40px; text-align:right; line-height:40px; cursor:pointer;}
.wt_fbfeed_popup_footer{width:100%; text-align:right; margin-top:10px;}


/*
    Common 
*/

.wizard,
.tabcontrol
{
    display: block;
    width: 100%;
    overflow: hidden;
}

.wizard a,
.tabcontrol a
{
    outline: 0;
}

.wizard ul,
.tabcontrol ul
{
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.wizard ul > li,
.tabcontrol ul > li
{
    display: block;
    padding: 0;
}

/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info
{
    position: absolute;
    left: -999em;
}

.wizard > .content > .title,
.tabcontrol > .content > .title
{
    position: absolute;
    left: -999em;
}



/*
    Wizard
*/

.wizard > .steps
{
    position: relative;
    display: block;
    width: 100%;
}

.wizard.vertical > .steps
{
    display: inline;
    float: left;
    width: 30%;
}

.wizard > .steps .number
{
    font-size: 1.429em;
}

.wizard > .steps > ul > li
{
    width: 25%;
}

.wizard > .steps > ul > li,
.wizard > .actions > ul > li
{
    float: left;
}

.wizard.vertical > .steps > ul > li
{
    float: none;
    width: 100%;
}

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active
{
    display: block;
    width: auto;
    margin: 0 0.5em 0.5em;
    padding: 1em 1em;
    text-decoration: none;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active
{
    background: #eee;
    color: #aaa;
    cursor: default;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active
{
    background: #2184be;
    color: #fff;
    cursor: default;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active
{
    background: #9dc8e2;
    color: #fff;
}

.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active
{
    background: #ff3111;
    color: #fff;
}

.wizard > .content
{
    display: block;
    margin: 0.5em;
    min-height: 35em;
    overflow: hidden;
    position: relative;
    width: auto;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard.vertical > .content
{
    display: inline;
    float: left;
    margin: 0 2.5% 0.5em 2.5%;
    width: 65%;
}

.wizard > .content > .body
{
    float: left;
    position: absolute;
    width: 95%;
    /*height: 95%;*/
    padding: 2.5%;
}
.wizard > .content > .body{ position: relative !important;}
.wizard > .actions > ul > li.disabled {
  display: none;
}

.wizard > .content > .body ul
{
    list-style: disc !important;
}

.wizard > .content > .body ul > li
{
    display: list-item;
}

.wizard > .content > .body > iframe
{
    border: 0 none;
    width: 100%;
    height: 100%;
}
/*
.wizard > .content > .body input
{
    display: block;
    border: 1px solid #ccc;
}

.wizard > .content > .body input[type="checkbox"]
{
    display: inline-block;
}

.wizard > .content > .body input.error
{
    background: rgb(251, 227, 228);
    border: 1px solid #fbc2c4;
    color: #8a1f11;
}
*/
.wizard > .content > .body label
{
    display: inline-block;
    margin-bottom: 0.5em;
}

.wizard > .content > .body label.error
{
    color: #8a1f11;
    display: inline-block;
    margin-left: 1.5em;
}

.wizard > .actions
{
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
}

.wizard.vertical > .actions
{
    display: inline;
    float: right;
    margin: 0 2.5%;
    width: 95%;
}

.wizard > .actions > ul
{
    display: inline-block;
    text-align: right;
}

.wizard > .actions > ul > li
{
    margin: 0 0.5em;
}

.wizard.vertical > .actions > ul > li
{
    margin: 0 0 0 1em;
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active
{
    background: #1877f2;
    color: #fff;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active
{
    background: #1877f2;
    color: #aaa;
}

.wizard > .loading
{
}

.wizard > .loading .spinner
{
}



/*
    Tabcontrol
*/

.tabcontrol > .steps
{
    position: relative;
    display: block;
    width: 100%;
}

.tabcontrol > .steps > ul
{
    position: relative;
    margin: 6px 0 0 0;
    top: 1px;
    z-index: 1;
}

.tabcontrol > .steps > ul > li
{
    float: left;
    margin: 5px 2px 0 0;
    padding: 1px;

    -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;
}

.tabcontrol > .steps > ul > li:hover
{
    background: #edecec;
    border: 1px solid #bbb;
    padding: 0;
}

.tabcontrol > .steps > ul > li.current
{
    background: #fff;
    border: 1px solid #bbb;
    border-bottom: 0 none;
    padding: 0 0 1px 0;
    margin-top: 0;
}

.tabcontrol > .steps > ul > li > a
{
    color: #5f5f5f;
    display: inline-block;
    border: 0 none;
    margin: 0;
    padding: 10px 30px;
    text-decoration: none;
}

.tabcontrol > .steps > ul > li > a:hover
{
    text-decoration: none;
}

.tabcontrol > .steps > ul > li.current > a
{
    padding: 15px 30px 10px 30px;
}

.tabcontrol > .content
{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 35em;
    overflow: hidden;
    border-top: 1px solid #bbb;
    padding-top: 20px;
}

.tabcontrol > .content > .body
{
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%;
}

.tabcontrol > .content > .body ul
{
    list-style: disc !important;
}

.tabcontrol > .content > .body ul > li
{
    display: list-item;
}

.wt-nav-tab, .wt-nav-tab:hover, .wt-nav-tab:focus{
    border-top: none;
    border-right: none;
    border-left: none;
    background: none;
    box-shadow: none;
    font-weight: normal;
}

.wt-nav-tab-act, .wt-nav-tab-act:hover{
    color: #3157A6;
    border-bottom: 5px solid #3157A6;
    font-weight: 600;
}











 .wt-profeed-sidebar{
  /*background: #FFFFFF;*/
  border-radius: 7px;
  padding: 0;
}
.wt-profeed-header{
  background: #FFFFFF;
  margin: 0;
}
.wt-profeed-name{
  background: linear-gradient(178deg, #F4F1FF 3%, rgba(238, 240, 255, 0) 93.18%);
  border-radius: 3px;
  margin: 0;
  padding: 16px;
  display: flex;
  align-items: center;
}
.wt-profeed-name img{
  width: 40px;
  height: auto;
  box-shadow: 4px 4px 4px rgba(92, 98, 215, 0.23);
  border-radius: 7px;
}
.wt-profeed-name h4{
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
  margin: 0 0 0 1px;
  color: #5D63D9;
}
.wt-profeed-mainfeatures ul{
  padding: 0;
  margin: 15px 25px 20px 25px;
}
.wt-profeed-mainfeatures li{
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height:24px;
  letter-spacing: -0.01em;
  list-style: none;
  position: relative;
  color: #091E80;
  padding-left: 28px;
}
.wt-profeed-mainfeatures li.money-back:before{
  content: '';
  position: absolute;
  left: 0;
  height:24px ;
  width: 16px;
  background-image: url(../../assets/images/gopro/money-back.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.wt-profeed-mainfeatures li.support:before{
  content: '';
  position: absolute;
  left: 0;
  height:24px ;
  width: 16px;
  background-image: url(../../assets/images/gopro/support.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.wt-profeed-btn-wrapper{
  display: block;
  margin: 0px auto 3px;
  text-align: center;
}
.wt-profeed-blue-btn, .wt-profeed-blue-btn:visited{
  background: linear-gradient(90.67deg, #2608DF -34.86%, #3284FF 115.74%);
  box-shadow: 0px 4px 13px rgba(46, 80, 242, 0.39);
  border-radius: 5px;
  padding: 10px 15px 10px 38px;
  display: inline-block;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  text-decoration: none;
  transition: all .2s ease;
  position: relative;
  border: none;
  width:60%;
}
.wt-profeed-blue-btn-new, .wt-profeed-blue-btn-new:visited{
  background: #1DA5F8;
  padding: 15px 4px;
  margin-bottom: 29px;
  display: inline-block;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  text-decoration: none;
  transition: all .2s ease;
  position: relative;
  border: none;
  width:70%;
}
.wt-profeed-blue-btn-new:hover{
  box-shadow: 0px 4px 13px rgba(46, 80, 242, 0.5);
  text-decoration: none;
  transform: translateY(2px);
  transition: all .2s ease;
  color:#fff;
}
.wt-profeed-blue-btn:before{
  content: '';
  position: absolute;
  height: 15px;
  width: 18px;
  background-image: url(../../assets/images/gopro/white-crown.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 15px;
}
.wt-profeed-blue-btn:hover{
  box-shadow: 0px 4px 13px rgba(46, 80, 242, 0.5);
  text-decoration: none;
  transform: translateY(2px);
  transition: all .2s ease;
  color: #FFFFFF;
}
.wt-profeed-moneyback-wrap{
    padding: 10px !important;
    margin-bottom: 5px !important;
    background: linear-gradient(178deg, #F4F1FF 3%, rgba(238, 240, 255, 0) 93.18%);
}


.wt-profeed-features{
  padding: 15px;
}
.wt-profeed-features ul{
  padding: 0;
  margin: 0;
}
.wt-profeed-features li{
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
  color: #001A69;
  list-style: none;
  position: relative;
  padding-left: 35px;
  padding-right: 5px;  
  margin: 0 0 20px 0;
  display: flex;
  align-items: center;
}
.wt-profeed-newfeat li:before{
  content: '';
  position: absolute;
  height: 39px;
  width: 39px;
  background-image: url(../../assets/images/gopro/new-badge.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
}
.wt-profeed-allfeat li:before{
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  background-image: url(../../assets/images/gopro/tick.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 10px;
}
.wt-feed-why-premium{
    padding: 15px 15px 0px 15px;
    font-weight: 500;
    background-color: #F3FBFF;
    display: flex;
    justify-content: space-between; /* Even spacing between elements */
    align-items: center; /* Align items vertically */
}
.wt-feed-cs-rating-money-back{
    background-color: #fff;
}
.wt-feed-money-back{
    border-bottom: 1px solid #ccc;
    padding:10px;
    display: flex;
}
.wt-feed-money-back img{
   margin-right: 10px;
}
.wt-feed-cs-rating img{
   margin-right: 10px;
}
.wt-feed-cs-rating{
    display: flex;
    padding: 10px;
}


.wt-profeed-allfeat-subul{
    padding:10px 0px 10px 35px !important;
}
.wt-profeed-allfeat-subul li{
    list-style-Type: none;
    padding: 0 0 4px 23px;
    background: url(../../assets/images/wt-feed-arrow.webp)  no-repeat left center;
}
.wt-profeed-allfeat-subul li:before{
    content:'';
    background: none;
}


.wp-submenu li span.wt-pf-go-premium {
  font-weight: 700;
  color: #28e499;
}