/*************    CUSTOM          **********************/

:root {
    --color-primary :#ff9100;
    --rad: .5rem;
    --dur: .3s;
    --color-dark: #2f2f2f;
    --color-light: #fff;
    --color-brand: #ff9100;
    --font-fam: 'Lato', sans-serif;
    --height: 2rem;
    --btn-width: 7rem;
    --bez: cubic-bezier(0, 0, 0.43, 1.49);
}


.search-form {
  position: relative;
  width: 100%;
  /*background: var(--color-brand);*/
  border-radius: 1px;
}

input[type="search"], .search-btn  {
  height: var(--height);
  font-family: var(--font-fam);
  border: 0;
  color: var(--color-dark);
  font-size: 0.9rem;
   margin-top: 9px;
}

input[type="search"] {
  outline: 0; 
  width: 100%;
  background: #e4e0df;
  padding: 0 1.6rem;
  border-radius: var(--rad);
  appearance: none;
  transition: all var(--dur) var(--bez);
  transition-property: width, border-radius;
 
  position: relative;
}

.search-btn  {
 
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: var(--btn-width);
  font-weight: bold;
  background: var(--color-brand);
  border-radius: 0 var(--rad) var(--rad) 0;
  
}

 /* input:not(:placeholder-shown) {
border-radius: var(--rad) 0 0 var(--rad);
 width: calc(100% - var(--btn-width));

}
*/

ul.horizontal-list {
    list-style: none;
  }
  ul.horizontal-list li {
    display: inline-block;
    padding: 0 0.5rem;
    font-weight: 600;
    text-align: center;
    font-size: 90%;
  }

  #login-list ul li{
    display: inline-block;
    padding: 0 0.3rem;
    font-size: 80%;
  }
  #login-list ul li a{
 
    color: #fff;
  }
  /*ul.horizontal-list li:not(:last-child) {

    border-right: 1px solid black;
    border-right: 1px solid var(--color-primary);
  }*/

/* CSS */
/*
.button-17 {
  align-items: center;
  appearance: none;
  background-color: #fff;
  border-radius: 24px;
  border-style: none;
  outline: none;
  border: 2px solid #ff9100;
  color: #3c4043;
  cursor: pointer;
  display: inline-flex;
  fill: currentcolor;
  font-family: lato,Roboto,Arial,sans-serif;
  font-size: 12px;
  font-weight: 500;
  height: 48px;
  justify-content: center;
  letter-spacing: .25px;
  line-height: normal;
  max-width: 100%;
  overflow: visible;
  padding: 2px 24px;
  position: relative;
  text-align: center;
  text-transform: none;
 
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
  will-change: transform,opacity;
  z-index: 0;
}

.button-17:hover {
  background: #F6F9FE;
  color: #ff9100;
}

.button-17:active {
  box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
  outline: none;
}

.button-17:focus {
  outline: none;
  border: 2px solid #ff9100;
}
*/

/* CSS */
.button-17 {
  align-items: center;
  appearance: none;
  background-color: #ff9100;
  color: #fff;
  border-radius: 24px;
  border-style: none;
  outline: none;
  border: 2px solid #f5c78a;
  box-shadow: 2px 4px #ff9100;
  /*color: #3c4043;*/
  cursor: pointer;
  display: inline-flex;
  fill: currentcolor;
  font-family: lato,Roboto,Arial,sans-serif;
  font-size: 12px;
  font-weight: 500;
  height: 48px;
  justify-content: center;
  letter-spacing: .25px;
  line-height: normal;
  max-width: 100%;
  overflow: visible;
  padding: 2px 24px;
  position: relative;
  text-align: center;
  text-transform: none;
  /*transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1),opacity 15ms linear 30ms,transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;*/
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
  will-change: transform,opacity;
  z-index: 0;
}

.button-17:hover {
  background: #F6F9FE;
  color: #ff9100;
  box-shadow: 2px 4px #F6F9FE;
}

.button-17:active {
  box-shadow: 2px 4px #ff9100;
  outline: none;
}

.button-17:focus {
  outline: none;
  border: 2px solid #ff9100;
  box-shadow: 2px 4px #ff9100;
}
.section-title {
  position: relative;
  margin-bottom: 5px;
  margin-top: 5px;
}

.section-title .title {
  font-family: FontAwesome;
  color: black;
  text-transform: uppercase;
  font-size: x-large;
  margin: 0px;
  font-weight: 500;
}
.category-icon-img{
  margin-left:auto;
  margin-right: auto;
  width:30%;
  height:30%;
}

.category-name{
  font-size:70%;
}

.price-detail{
  color:#ff9100;
  text-align: right;
  font-weight: 600;
}

.modal-content{
  position:relative;
    justify-content: center;
    align-items: center;
    background-image: url("/images/payment-icon/mod.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.modal-contents{
  position:relative;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction:column;
  flex-direction:column;
  width:100%;
  pointer-events:auto;
  background:none;
  /*background-color:#fff;*/
  background-clip:padding-box;
  border:1px solid rgba(0,0,0,.2);
  border-radius:.3rem;outline:0
}
/*
.modal-contents{
  position:relative;
    justify-content: center;
    align-items: center;
    background:none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}*/
.modal-body span{
  font-weight: 600;
}


/**********************************************************ACCOUNT**********************************************************/

.card {
  border: none;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer
}

.card:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
 /* background-color: #ff9100;
  transform: scaleY(1);
  transition: all 0.5s;
  transform-origin: bottom*/
}

.card:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
 /* background-color: #ff9100;*/
  transform: scaleY(0);
  transition: all 0.5s;
  transform-origin: bottom
}

.card:hover::after {
  transform: scaleY(1)
}

.fonts {
  font-size: 11px
}

.social-list {
  display: flex;
  list-style: none;
  justify-content: center;
  padding: 0
}

.social-list li {
  padding: 10px;
  color: #8E24AA;
  font-size: 19px
}

.buttons button:nth-child(1) {
  border: 1px solid #8E24AA !important;
  color: #8E24AA;
  height: 40px
}

.buttons button:nth-child(1):hover {
  border: 1px solid #8E24AA !important;
  color: #fff;
  height: 40px;
  background-color: #8E24AA
}

.buttons a button:nth-child(2) {
  border: 1px solid #ff9100 !important;
  background-color: #ff9100;
  color: #fff;
  height: 40px
}


.form-control:focus {
  box-shadow: none;
  border-color: #BA68C8
}

.profile-button {
  background: rgb(99, 39, 120);
  box-shadow: none;
  border: none
}

.profile-button:hover {
  background: #682773
}

.profile-button:focus {
  background: #682773;
  box-shadow: none
}

.profile-button:active {
  background: #682773;
  box-shadow: none
}

.back:hover {
  color: #682773;
  cursor: pointer
}

.labels {
  font-size: 11px
}

.add-experience:hover {
  background: #BA68C8;
  color: #fff;
  cursor: pointer;
  border: solid 1px #BA68C8
}


/************************************************************************/
.content{
  width: 100%;
  height: auto;
  margin: auto;
  padding: 30px;
  
}
/*
.nav-pills{
  width: 450px;
}*//*
.nav-item{
  width: 50%;
}*/
.nav-pills .nav-link{
  font-weight: bold;
  /*padding-top: 13px;*/
  border: 1px solid #ff9100;
    margin-right: 5px;
  text-align: center;
  background: #fff;
  color: #343436;
  border-radius: 30px;
}

.nav-pills .nav-link:hover{
  background: #e0e0e0;
}

.nav-pills .nav-link.active{
  background: #ff9100;
  color: #fff;
}
.tab-content{
  height: auto;
  background: #fff;
  color: #000;
  /*border-radius: 30px;*/
  z-index: 1000;
  /*box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);*/
  padding: 10px;
  margin-bottom: 50px;
}

.tab-content button{
  border-radius: 15px;
  width: 100px;
  margin: 0 auto;
  float: right;
}



  /* Service box bg */
  .ts-service-box-bg {
  /*background: #252525;*/
  color: #fff;
  padding: 30px;
  }

  .ts-service-box-bg h4,
  .ts-service-box-bg h3 {
  color: #fff;
  }

  .ts-service-box .ts-service-icon i {
  font-size: 36px;
  float: left;
  color: #175399;
  }

  .ts-service-icon i {
  font-size: 28px;
  margin-right: 15px;
  margin-top: 2px;
  }
  .ts-service-classic .ts-service-icon i {
  font-size: 24px;
  float: left;
  color: #fff;
  background: #175399;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  transition: all 0.3s;
  }
  .ts-service-classic:hover .ts-service-icon i {
  background: #175399;
  }
  /* Icon squre */
  .ts-service-icon.icon-round i {
  font-size: 24px;
  color: #fff;
  background: #ff9100;
  text-align: center;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-bottom: 20px;
  position: relative;
  float: none;
  }
  .ts-service-box .ts-service-box-content {
  margin-left: 62px;
  margin-bottom: 30px;
  }
  .tab-content .ts-service-box .ts-service-box-content {
  margin-left: 90px;
  }
  .ts-service-box .ts-service-box-content h3 {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 28px;
  }
  .ts-service-box-content .ts-service-box-info {
  margin-left: 90px;
  }
  .ts-service-box.text-center .ts-service-box-content {
  margin: 0;
  }
  
.publish-date{
    position: absolute;
    bottom: 3px;
    z-index: 8;
    font-size: 14px;
    font-weight: 650;
    background-color: rgba(214, 214, 214, 0.582);
    border-radius: 12px;
    padding: 0px 5px 0px 5px;
  }
  
  