.dropdown_select select{
    cursor: pointer;
    user-select: none;
    border: 1px solid #E8E9EC;
    border-radius: 8px;
    overflow: hidden;
    max-width: 100%;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    padding: 0 12px 0 12px;
    min-height: 30px;
    padding-right: 26px;
    line-height: 130%;
    opacity: 0.6;
    color: #3B414B;
    width: 100%;
    outline: none;
    background-color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 8px;
    background: none
}
.dropdown_select select option{

    opacity: 0.6;
    color: #3B414B;
}
.tabs__content-item1 {

    display: none !important;
  }
  .tabs__content-item1._active {
    display: block !important;
  }
.mt-5{
    margin-top: 2em;
}
