/* base.css */

.height100 {
    height: 100%;
}

.eatimate-show-textarea {
    width: 100%;
    height: 150px;
}
.estimate-show-button {
    width: 30%;
    margin: 15px 0 0 auto;
    text-align: center;
    background-color: #1f2937;
    color: white;
}
.download {
    padding: 10px 20px;
    text-align: center;
    background-color: #1f2937;
    color: white;
}
button.show-submit {
    font-size: 18px;
    padding: 10px 0;
}
.salesagent-register {
    width: 45%;
    margin: 0 auto;
}
.flex-gap_30 {
    gap: 30px;
}
.flex-gap_10 {
    gap: 10px;
}
.flex-item_center {
    align-items: center;
}
.flex-item_end {
    align-items: flex-end;
}
.pagination {
    display: flex;
    gap: 25px;
}
h2.active {
    position: relative;
}
h2.active:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0px;
    border: 1px solid #d1d5db;
    width: 100%;
}
li.active {
    padding: 1px 10px;
    background-color: #1f2937;
    color: white;
}
.pb-6 {
    padding-bottom: 1.5rem;
}
.text-wrap {
    white-space: nowrap;
}
.w_fcontent {
    width: fit-content;
}
