body {
   /* background: linear-gradient(0deg, #fff 0%, #f0f3f5 30%, #fff 100%);*/
}
.bg_forms {
    background: linear-gradient(0deg, #fff 0%, #f0f3f5 30%, #fff 100%);
}
.dark_gradient {
    background: linear-gradient(0deg, rgb(49, 48, 48) 0%, #252525 30%, #1b1b1b 80%, #000 100%);

}
p {
    font-size: 1.1rem;
}
.navbar-brand img {
    height: 40px;
    margin-left: 10px;
}

.main {
    padding-top: 50px;
    min-height: 400px;
}

.main_bg { 
    /* Full height */
    height: 100%; 
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main_bg_op {
    background: rgba(245, 245, 245, 0.8);
}
.wqblue_color {
    color: #0e54e3 !important; /*rgba(1, 178, 253, 1)*/
}
.wqltblue_color {
    color: #00baff !important; /*rgba(1, 178, 253, 1)*/
}
.btn-wqblue {
  /*  background-color: #01b2fd !important; */
    background-color: #0e54e3 !important;
    border: 1px dotted #0e54e3!important;
    border-radius: 15px;
    color: #fff;
}
.btn-wqblue:hover{
    /*  background-color: #01b2fd !important; */
      background-color: #0e54e3 !important;
      color: rgba(255, 255, 255, 0.849);
  }
.wqblue_border {
    border: thick solid #0e54e3!important;
}
.wqblue_bg {
    background-color: #0e54e3 !important;
}
.nowrap {
    white-space: nowrap;
}
.headline {
    color:red;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
.nav-logo-text {
    width: auto;
    border: none;
    outline: none;
    display: inline-block;
    white-space: normal;
    letter-spacing: 5px;
    margin-left: 5px;
    font-size: 16px;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}
.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 8px 8px;
    border-radius: 25px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}
.card.talent {
    font-size: 1rem;
}
img.profile,img.cover {
	width:100%; /* You can set the dimensions to whatever you want */
	height: 200px;
	object-fit: cover;
    object-position: 50% 0; /* default value: image is centered*/
}
img.cover {
    min-height:400px;
}

@media (min-width: 760px) {
    img.card-img-top.profile {
        height:150px;
    }
}

img.s_profile {
	width:100%; /* You can set the dimensions to whatever you want */
	object-fit: cover;
    object-position: 50% 0; /* default value: image is centered*/
}


img.thumb {
	width:100%; /* You can set the dimensions to whatever you want */
	height: 100px;
	object-fit: cover;
    object-position: 50% 0; /* default value: image is centered*/
}


.digi_item_thumb .square {
    float:left;
    position: relative;
    width: 30%;
    padding-bottom : 30%; /* = width for a 1:1 aspect ratio */
    margin:1.66%;
    background-color:#1E1E1E;
    overflow:hidden;
}

.digi_item_thumb .content {
    position:absolute;
    height:90%; /* = 100% - 2*5% padding */
    width:90%; /* = 100% - 2*5% padding */
    padding: 5%;
    
}
.digi_item_thumb .table{
    display:table;
    width:100%;
    height:100%;
}
.digi_item_thumb .table-cell{
    display:table-cell;
    vertical-align:middle;
}
.digi_item_thumb .bg{
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover; /* you change this to "contain" if you don't want the images to be cropped */
    color:#fff;
}
/* HTML SNIPPET for the digi_item_thumb code
<div class="square bg img2">
    <div class="content">
        <div class="table">
            <div class="table-cell">
                Again
            </div>
        </div>
    </div>
</div>
*/



.caption {
	position: absolute;
	bottom:5px;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: left;
    padding-left: 10px;
    min-height: 1.2rem;
    font-weight: 600;
    font-size: 1.2em;
}
.caption.cover {
	bottom:0px;
    text-align: left;
    background: rgba(0, 0, 0, 0.75);
    min-height: 2.5rem;
    font-weight: 500;
}

/* Create three equal columns that floats next to each other */
.talentview {
    display: none; /* Hide all elements by default */
}
/* The "show" class is added to the filtered elements */
.show {
    display: block;
}
.stat_t {
    font-size: 1rem;
}

.stat_d {
    font-weight: 700;
    font-size: 1.1rem;
}

.stat_t .list-plain{
    list-style: none;
}

li.stat_d {
    font-weight: 500;
    padding: .2rem;
}
.highlight_date, .move_desc {
    font-weight: 400;
    font-style: italic;
    font-size: .9rem;
}

#talentFilter button {
    border-block: thin solid !important;
}
#talentFilter button.active {
    border-color: blue !important;
}

#profile li {
    padding: 5px;
    color:black;
}

img.profile-stats {
    max-height: 250px;
}

.img_edit_btn
{
  position:absolute;
  top:0px;
  right:15px;
  width:40px;
  height:30px;
  text-align:center;
  line-height:30px;
  background-color:rgba(255,255,255,0.6);
  cursor:pointer;
}

.breadcrumb-plain {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* padding: .75rem 1rem; */
    margin-bottom: 1rem;
    list-style: none;
    /* background-color: #e9ecef; */
    /* border-radius: .25rem;  */
}

li.injuryList {
    padding-left:0;
    margin-left:0;
    color: #333;
}

.profile_img {
    position: relative;
    display: block;
    max-height: 280px;
    object-fit: cover;
}

.fan_dash img.profile {
    height: 150px;
}

.wq-talent_profile-bio p {
    font-family: 'Roboto Slab';
    font-size: 1.7rem;
    font-weight: 100;
    line-height: 2.3rem;
}
@media (min-width: 1025px) {
    .wq-talent_profile-bio p {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }
}
@media (min-width: 760px) {
    .wq-talent_profile-bio p {
        font-size: 1.5rem;
        line-height: 2.5rem;
    }
}

.wq-talent_profile h3, 
.wq-talent__latest-news>h3 {
    margin: 0;
    color: #a2a8ab;
    font-family: 'Roboto';
    font-size: 1.6rem;
    font-weight: normal;
}

.wq-talent_profile h3 span{
    font-weight: bold;
    color: #000;
}

@media (min-width: 1025px) {
.wq-talent__bio-name .pane-title, .wwe-talent__bio-name>h3, .wwe-talent__latest-news .pane-title, .wwe-talent__latest-news>h3 {
    font-size: 2.6rem;
} }
@media (min-width: 760px) {
.wq-talent__bio-name .pane-title, .wwe-talent__bio-name>h3, .wwe-talent__latest-news .pane-title, .wwe-talent__latest-news>h3 {
    font-size: 2.3rem;
} }

.wq-talent_profile  .nav-item {
    color: #333;
    font-size: 1.2rem;
}
@media (max-width: 760px) {
    .wq-talent_profile  .nav-item {
        font-size: 1.0rem;
    }
}

.wq-talent_profile .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #333;
    background-color:transparent;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-color: red;
    font-weight: 900;
    font-size: 1.3rem;
}
@media (max-width: 760px) {
    .wq-talent_profile .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
        font-size: 1.2rem;
    }
}

.wq-talent_profile .stat_t {
    font-size: 1.1rem;
    margin-bottom: 5px;
}
.wq-talent_profile .card-body .stat_t {
    font-size: 1.2rem;
}
.wq-talent_profile .stat_d {
    padding-left: 8px;
    font-weight: 700;
    font-size: 1.5rem ;
    margin-bottom: 8px;
}

.wq-talent_profile .stat_d.big_d {
    font-size: 1.8rem ;
}
.wq-talent_profile .stat_d.list_d {
    font-size: 1.2rem ;
    font-weight: 500;
}
.wq-talent_profile .stat_d.list_d i{
    font-size: .8rem ;
    line-height: 1.1rem;
    font-weight: 500;
}
.wq-talent_profile .stat_d div{
    font-size: .9rem ;
    font-weight: 500;
}
/*.wq-talent_profile .card-title {
    font-size: 1.7rem;
}*/

.tw-col {
    color: #55acee!important;
}
.fb-col {
    color: #3b5998!important;
}
.ins-col {
    color: #ac2bac!important;
}
.tw_bg {
    background-color: #55acee!important;
}
.fb_bg {
    background-color: #3b5998!important;
}
.ins_bg {
    background-color: #2e5e86!important;
}
.yt_bg {
    background-color: #ff0000!important;
}

.btn.btn-flat {
    font-weight: 500;
    color: inherit;
    background-color: transparent;
    box-shadow: none;
}
.sub_title {
    color: grey;
    font-size: 1.1rem;
  }
  
.btn.fanBtn {
    font-size: 1rem;
    color: #01b2fd !important;
    border: 2px solid #01b2fd!important
}
.btn[class*=btn-outline-].btn-sm.fanBtn {
    padding-top: .28rem;
    padding-bottom: .28rem;
}
.fanBtn {
    font-size: 1rem;
}

.card .activator {
    position: absolute;
    right: 0;
    font-size: 1.2rem;
}
.card .social_icons {
    position: absolute;
    right: 0;
    font-size: 1.2rem;
}
nav.bg-dark {
    border-bottom:red !important;
}

.bottom > * {
    vertical-align: bottom;
  }
  .bottom > * {
    vertical-align: middle;
  }

  
/* Social Icons Footer */

#lab_social_icon_footer {
    padding: 40px 0;
    background-color: #dedede;
  }
  
  #lab_social_icon_footer a {
    color: #333;
  }
  
  /*
  #lab_social_icon_footer .social:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
  
  #lab_social_icon_footer .social {
    -webkit-transform: scale(0.8);
    /* Browser Variations: */
 /*   -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
  }*/
  /*
      Multicoloured Hover Variations
  */
  
  #lab_social_icon_footer #social-fb:hover {
    color: #3B5998;
  }
  
  #lab_social_icon_footer #social-tw:hover {
    color: #4099FF;
  }
  
  #lab_social_icon_footer #social-gp:hover {
    color: #d34836;
  }
  
  #lab_social_icon_footer #social-em:hover {
    color: #f39c12;
  }

  .bg_gloss_light {
    background-color: rgba(255,255,255,.9);
  }

  #login .btn-circle,  #signup .btn-circle {
    background-color: rgba(255,255,255,1); 
  }
  #login,  #signup {
      font-size:1.2rem;
      font-weight: 500;
  }

.wq_tools_badge img {
    height: 55px;
    width: 55px;
    margin: 5px auto;
}

#manage_profile .badge {
    display: none;
}

.fan_profile_img_box {
    max-height: 250px;
    box-shadow: none !important;
}
.fan_profile_img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.card.fans .img-thumbnail {
    height: 180px;
    object-fit: cover;
    object-position:top;
}

.thumb_gallery_box {
    max-height: 200px;
}
.thumb_gallery_img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.bq-wqblue {
    /*border-left: 3px solid #01b2fd!important;*/
    border-left: 3px solid #0e54e3!important;
}
.wqblue_border {
    border: 2px solid #0e54e3!important;
}
.img_master {
    height: 180px;
    width: 320px;
    object-fit: cover;
    object-position: center top;
}

.list-group-item-wq {
    border-left: solid 5px #0e54e3;
    font-weight: 500;
}
                          
.searchwidth {
    width:75%;
}

.bg_gloss {
    background-color: rgba(0,0,0,.5);
    padding: 1rem;
  }

  .jqte {
      border:none;
      margin-bottom: 5px;
  }
  .jqte_focused {
    border:none;
    -webkit-box-shadow: 0 0 5px #01b2fd;
}

/* Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap*/

/* Smaller than (landscape phones, 576px and up) */
@media (max-width: 576px) { 
    .wqbg, #wqbg {
        background: url('../img/bg/bg_turnbuckles-800w-c.jpg')no-repeat 75% center;
    }   
    .wqpx, .wqhor {
        background: url('../img/bg/bg_hand_on_rope-500w-c.jpg')no-repeat 75% center;
    } 
    #wqbg_login,#wqbg_stepone {
        background: url('../img/bg/bg_hand_on_rope-500w-c.jpg')no-repeat center center;
    }
    #wqbg_signup, #wqbg_wqpro {
        background: url('../img/bg/bg_threeway-500w.jpg')no-repeat center center;
    }
    #wqbg_forgotpw {
        background: url('../img/bg/bg_grimacing-500w.jpg')no-repeat center center;
    }
    .wqchfan{
        background: url('../img/dev/images/wrestler_champ_fan960x640.png')no-repeat center center;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
    .wqbg, #wqbg {
        background: url('../img/bg/bg_turnbuckles-800w-c.jpg')no-repeat 80% center;
    }  
    .wqpx, .wqhor {
        background: url('../img/bg/bg_hand_on_rope-800w-c.jpg')no-repeat center center;
    }  
    #wqbg_login,#wqbg_stepone {
        background: url('../img/bg/bg_hand_on_rope-800w-c.jpg')no-repeat center center;
    }
    #wqbg_signup, #wqbg_wqpro {
        background: url('../img/bg/bg_threeway-800w-c.jpg')no-repeat center center;
    }
    #wqbg_forgotpw {
        background: url('../img/bg/bg_grimacing-800w-c.jpg')no-repeat center center;
    }
    .wqchfan{
        background: url('../img/dev/images/wrestler_champ_fan960x640.png')no-repeat center center;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
    .wqbg, #wqbg {
        background: url('../img/bg/bg_turnbuckles-1200w.jpg')no-repeat 80% center;
    }
    .wqpx, .wqhor {
        background: url('../img/bg/bg_hand_on_rope-1200w.jpg')no-repeat center center;
    } 
    #wqbg_login,#wqbg_stepone {
        background: url('../img/bg/bg_hand_on_rope-1200w.jpg')no-repeat center center;
    }
    #wqbg_signup,#wqbg_wqpro {
        background: url('../img/bg/bg_threeway-1200w.jpg')no-repeat center center;
    }
    #wqbg_forgotpw {
        background: url('../img/bg/bg_grimacing-1200w.jpg')no-repeat center center;
    }
    .searchwidth {
        widows: inherit;
    }
    .wqchfan{
        background: url('../img/dev/images/wrestler_champ_fan960x640.png')no-repeat center center;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 
    .wqbg, #wqbg {
        background: url('../img/bg/bg_turnbuckles-1200w.jpg')no-repeat center center;
    }
    .wqpx, .wqhor {
        background: url('../img/bg/bg_hand_on_rope-1200w.jpg')no-repeat center center;
    } 
    #wqbg_login,#wqbg_stepone {
        background: url('../img/bg/bg_hand_on_rope-1200w.jpg')no-repeat center center;
    }
    #wqbg_signup,#wqbg_wqpro {
        background: url('../img/bg/bg_threeway-1200w.jpg')no-repeat center center;
    }
    #wqbg_forgotpw {
        background: url('../img/bg/bg_grimacing-1200w.jpg')no-repeat center top;
    }
    .searchwidth {
        widows: inherit;
    }
    .wqchfan{
        background: url('../img/dev/images/wrestler_champ_fan1920x1280.png')no-repeat center center;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
    .wqbg, #wqbg {
        background: url('../img/bg/bg_turnbuckles-1600w.jpg')no-repeat center center;
    }
    .wqpx, .wqhor {
        background: url('../img/bg/bg_hand_on_rope-1600w.jpg')no-repeat center center;
    } 
    #wqbg_login,#wqbg_stepone  {
        background: url('../img/bg/bg_hand_on_rope-1600w.jpg')no-repeat center center;
    }
    #wqbg_signup,#wqbg_wqpro {
        background: url('../img/bg/bg_threeway-1600w.jpg')no-repeat center center;
    }
    #wqbg_forgotpw {
        background: url('../img/bg/bg_grimacing-1600w.jpg')no-repeat center top;
    }
    .searchwidth {
        widows: inherit;
    }
    .wqchfan{
        background: url('../img/dev/images/wrestler_champ_fan960x640.png')no-repeat center center;
    }
}
.wqbg, #wqbg , #wqbg_login, #wqbg_signup, #wqbg_stepone, #wqbg_forgotpw, #wqbg_wqpro, .wqhor,.wqchfan {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.wqbg .fixed {
    background-attachment: fixed;
}
.wqpx {
    opacity:0.9 !important;
} 

/*for booking calendar */
.date_display {
    background: #fcfcfc; 
    background: linear-gradient(top, #fcfcfc 0%,#dad8d8 100%); 
    background: -moz-linear-gradient(top, #fcfcfc 0%, #dad8d8 100%); 
    background: -webkit-linear-gradient(top, #fcfcfc 0%,#dad8d8 100%); 
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}
.date_display_2 {

    border-left: 3px solid #a13838;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
}
span.month_simple {
    font-size: 14px; font-weight: bold; color: #333; text-transform: uppercase; 	
    display: block;
    text-align: center;
    line-height: 1;
}
span.day {
    font-size: 40px; font-weight: bold; color: #333; text-transform: uppercase; 	
    display: block;
    padding: 2px 0 2px 0;
    text-align: center;
    line-height: 1;
}
  
hr.divider {
    border-color: #0e54e3;
}

.nav-scroller .nav-underline .nav-link {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}


#links .btn {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
   /* width: 250px; */
}

.dropdown-menu a:hover {
  background-color: #0e54e3 !important;
}

.custom_color_pick {
    height:100%;
    background-color:#eee;
    border-top-left-radius: 0; 
    border-bottom-left-radius: 0;border: 1px solid #ced4da;
}

ul.stepper li.completed a .label {
    font-weight: 400 !important;
}
/*
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    opacity: 1;
}*/

/**/
.public-layout-menu  a {
    font-size: 18px;
    margin-right: 15px !important;
}

.navbar.navbar-dark .breadcrumb .nav-item .nav-link:hover, .navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover {
    color:#0E54E3 !important;
}

.navbar .dropdown-menu a {
    font-size: 18px;
}

table.table th {
    text-align: left !important;
}

.w4w_color_blue {
    color: #00baff !important;
}
.w4w_color_orange {
    color: #f15412 !important;
}
.w4w_bg_blue {
    background-color: #00baff !important;
}
.w4w_bg_orange {
    background-color: #f15412 !important;
}
.anton {
    font-family: 'Anton' !important;
}
.scl-btn {
    padding: 6px !important;
    font-size: 12px !important;
    width: 26px !important;
    margin: 2px !important;
}
@media (min-width: 768px) { 
    .scl-btn {
        font-size: 16px !important;
        width: 30px !important;
        margin: 5px !important;
    }
}
/*-----start-footer---*/
.footer-ft{
    position: relative;
    background-color: #000000;

}
.footer-ft .page-footer{
    padding: 50px 0px 20px 0px ;
}
.footer-ft .page-footer .text-uppercase{
    font-weight: 500;
}
.search_alt_rows {
    background: #fff;
}
.search_alt_rows:nth-child(even) {
  background: rgb(233, 233, 233);
}
/*
.am-element label {
    border: solid 1pt orange;
}*/

ul.stepper li a {
    padding: .5rem .3em !important;
    font-size: .9em !important;
}
@media (min-width: 768px) { 
    ul.stepper li a {
        padding: .5rem .5em !important;
        font-size: 1.2em !important;
    }
}


  /*---- Cookie Consent Pop Up -----*/
  #cookieNotice.display-right {
    right: 30px;
    bottom: 30px;
    max-width: 395px;
}
#cookieNotice.light {
    background-color: #fff !important;
    background-color: var(--cookieNoticeProLight);
    color: #393d4d !important;
    color: var(--cookieNoticeProDark);
}
#cookieNotice {
    box-sizing: border-box;
    position: fixed;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 6px 6px rgb(0 0 0 / 25%);
    font-family: inherit;
    z-index: 999997;
}
#cookieNotice #closeIcon {
    width: 20px;
    height: 20px;
    cursor: pointer;
    color: #bfb9b9;
    overflow: hidden;
    opacity: .85;
    z-index: 999999;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/close-icon.svg) 0 0 / 20px 20px no-repeat;
}
#cookieNotice * {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
#cookieNotice .title-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    background: url(../images/cookie-icon.svg) 0 0 / 40px 40px no-repeat;
    padding-left: 45px;
    height: 40px;
}
#cookieNotice .title-wrap svg {
    margin-right: 10px;
}
#cookieNotice h4 {
    font-family: inherit;
    font-weight: 700;
    font-size: 18px;
}
#cookieNotice.light p, #cookieNotice.light ul {
    color: #393d4d;
    color: var(--cookieNoticeProDark);
}
#cookieNotice p, #cookieNotice ul {
    font-size: 14px;
    margin-bottom: 20px;
}
#cookieNotice .btn-wrap {
    display: flex;
    flex-direction: row;
    font-weight: 700;
    justify-content: center;
    margin: 0 -5px 0 -5px;
    flex-wrap: wrap;
}
#cookieNotice .btn-wrap button {
    flex-grow: 1;
    padding: 0 7px;
    margin: 0 5px 10px 5px;
    border-radius: 20px;
    cursor: pointer;
    white-space: nowrap;
    min-width: 130px;
    line-height: 36px;
    border: none;
    font-family: inherit;
    font-size: 16px;
    transition: box-shadow .3s;
}
#cookieNotice button {
    outline: 0;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
#cookieNotice .btn-wrap button:hover {
    transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),transform .4s cubic-bezier(.25,.8,.25,1);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 30%);
    transform: translate3d(0,-1px,0);
}
/*.btn-primary{
    color:#ffffff;
    background:#115cfa;
    border: 1px solid #115cfa;
}*/