.btn-add-topic {
    border-radius: 15px!important;
    padding: 10px!important;
    font-size: 14px;
}
.img-add-topic {
    height: 33px;
}
.main-title {
    border-bottom: 3px solid #1C7DB7!important;
}
.form-topic-text{
    font-style: italic;
    margin-left: 10%;
    width: 80%;
    padding-top: 10px;
}
.form-select option:hover {
    background-color: #1C7DB7!important; /* Change to your desired background color */
}
.form-border {
    border-radius: 20px !important;
}
label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
}
#descriptionTxt div:nth-child(2) {
    width: 100%;
    height: 8.143em;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    font-family: Arial, sans-serif;
    border-radius: 20px !important;
    display: block;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    overflow: auto !important;
    overflow-x: auto;
    resize: vertical;
}
.__toolbar .__toolbar-separator {
    display: none !important;
}
#topic-add-form label{
    font-size: 14px;
    color: #041c26;
}
.experience-date-input {
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
}
.btn-add-forum{
    margin-top: 22px;
}
@media only screen and (max-width: 576px) {
    .btn-add-forum{
        margin-bottom: 10px;
    }
}
.fs-14{
    font-size: 14px!important;
}