.pagetitle {
    display: flex;
    flex-direction: row;
    margin-bottom: 25px;
    justify-content: space-between;
}

.trb {
    border: 1px solid #12B196;
    background: transparent !important;
    color: #151515 !important;
    padding: 10px 20px !important;
    line-height: 16px;
    border-radius: 7px;
    font-weight: 600 !important;
    font-size: 16px;
    line-height: unset;
}

.trbl {
    background: transparent;
    color: #151515 !important;
    margin-right: 25px;
    font-size: 16px;
    text-decoration: none;
}

.yac {
    display: flex;
    height: 40px;
    color: #F6F6F6;
    font-size: 18px;
    background: #373737;
    border-radius: 3px;
    flex-direction: row;
    align-items: center;
    padding-left: 1em;
    padding-right: 1em;
    margin: 20px 0px;
    border: 1px solid #E0E0E0;
}

.eye-tog {
    position: absolute;
    right: 1em;
    bottom: 1em;
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.yac span {
    margin-left: 10px;
}

.wtb {
    display: flex;
    color: #151515;
    font-size: 18px;
    background: #fff;
    border-radius: 3px;
    flex-direction: column;
    padding: 20px 1em;
    margin: 20px 0px;
    border: 1px solid #E0E0E0;
}

.wtb h5 {
    font-size: 24px;
    font-weight: bolder;
    margin-bottom: 12px;
}

.wtb span {
    color: #676868;
    font-weight: 400;
}