/* Write your custom CSS here */

.logo-login{
   max-height: 80px;
}
button.dropdown-item {
    padding: 0;
}
.card-subtitle{
    cursor: pointer;
}


.profile-header .profile-img-1 img{
    width: 20% !important;
    height: 20% !important;
    border-radius: 50% !important;
}
.product-cover{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: fit-content;
   margin-right: 130px;
}
.product-text{
 width: 50%;
}

.profile-header{
    margin-top: 30px;
}


input[type="range"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    outline: none;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    background-color: transparent;
    pointer-events: none;
}
.slider-track{
    width: 100%;
    height: 5px;
    background-color: #fff;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    border-radius: 5px;
}
input[type="range"]::-webkit-slider-runnable-track{
    -webkit-appearance: none;
    height: 5px;
}
input[type="range"]::-moz-range-track{
    -moz-appearance: none;
    height: 5px;
}
input[type="range"]::-ms-track{
    appearance: none;
    height: 5px;
}
input[type="range"]::-webkit-slider-thumb{
    -webkit-appearance: none;
    height: 1.7em;
    width: 1.7em;
    background-color: #3264fe;
    cursor: pointer;
    margin-top: -9px;
    pointer-events: auto;
    border-radius: 50%;
}
input[type="range"]::-moz-range-thumb{
    -webkit-appearance: none;
    height:1em;
    width: 1em;
    cursor: pointer;
    border-radius: 50%;
    background-color: #3264fe;
    pointer-events: auto;
}
input[type="range"]::-ms-thumb{
    appearance: none;
    height: 1em;
    width: 1em;
    cursor: pointer;
    border-radius: 50%;
    background-color: #3264fe;
    pointer-events: auto;
}
input[type="range"]:active::-webkit-slider-thumb{
    background-color: #ffffff;
    border: 3px solid #3264fe;
}
.values{
    background-color: #3264fe;
    width: 50%;
    position: relative;
    margin: auto;
    padding: 5px 0;
    border-radius: 5px;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    color: #ffffff;
}
.values:before{
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    border-top: 5px solid #3264fe;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    margin: auto;
    bottom: -8px;
    left: 0;
    right: 0;
}


.wrapper{
    position: relative;
    width: 100%;
    border-radius: 10px;
}

.containers{
    position: relative;
    width: 100%;
    height: 40px;
    /* margin-top: 30px; */
}
.list-unstyled li{

    padding-bottom: 10px;
}


body {
    /* font-family: "Century Gothic", "Lato", sans-serif; */
  }

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

  .et-hero-tabs,
  .et-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: relative;
    background: #202b3b;
    text-align: center;
    padding: 0 2em;
  }
  .et-hero-tabs h1,
  .et-slide h1 {
    font-size: 2rem;
    margin: 0;
    letter-spacing: 1rem;
  }
  .et-hero-tabs h3,
  .et-slide h3 {
    font-size: 1rem;
    letter-spacing: 0.3rem;
    opacity: 0.6;
  }

  .et-hero-tabs-container {
    display: flex;
    flex-direction: row;
    position: fixed;
    top: 8% !important;
    /* bottom: 0; */
    width: 70%;
    height: 70px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background: #fff;
    z-index: 10;
  }
  .et-hero-tabs-container--top {
    position: fixed;
    top: 0;
  }

  .et-hero-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    color: #000;
    letter-spacing: 0.1rem;
    transition: all 0.5s ease;
    font-size: 0.8rem;
  }
  .et-hero-tab:hover {
    color: white;
    background: rgba(102, 177, 241, 0.8);
    transition: all 0.5s ease;
  }

  .et-hero-tab-slider {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 6px;
    background: #66B1F1;
    transition: left 0.3s ease;
  }

  @media (min-width: 800px) {
    .et-hero-tabs h1,
  .et-slide h1 {
      font-size: 3rem;
    }
    .et-hero-tabs h3,
  .et-slide h3 {
      font-size: 1rem;
    }

    .et-hero-tab {
      font-size: 1rem;
    }
  }


      /* Style the tab links */
      .tablink {
        background-color: #253347;
        color: white;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        font-size: 17px;
        width: 25%;
      }

      /* Change background color of tabs on hover */
      .tablink:hover {
        background-color: #1b283b;
      }

      .selected {
        background-color: #1b283b;
      }


      /* Style the tab content */
      .tabcontent {
        display: none;
        padding: 50px;
        text-align: center;
      }

      .form-label{
        float: left;
      }
.card-title{
    float: left;
}
.card-main{
    margin-top: 20px;
}


.activetab{
    background-color: #3264fe;
}

.drop-down-ul li a{
    color:rgb(255, 255, 255) !important;
}

.active a{
   color:#0d6efd !important;
}

.field-items{display: flex;flex-direction: row;flex-wrap: wrap;justify-content: start;/* margin-left: 30px; */}
.item{margin-top: 20px;margin-left: 30px;}
.form-label{margin-top: 20px;}
