.custom-inline-styles {
    background-color: transparent;
    padding-left: 15px;
    box-shadow: none;
}

.custom-input-style {
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
}

.custom-textarea-style {
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    width: 75%;
}

.custom-select-style {
    display: none;
}

.settings-icon-style {
    width: 24px;
    height: 24px;
}

.custom-container-style {
    width: 75%;
    height: auto;
    float: left;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 20px 20px 20px -9px rgba(0, 0, 0, 0.74);
    margin: 65px 200px;
    border-radius: 1.5%;
}

.hidden {
    display: none;
}

.input-text {
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
}

.table-full-width {
    width: 100%;
}

.overflow-auto {
    overflow-x: auto;
}

.textarea {
    font-family: 'Times New Roman', serif;
    font-size: 16px;
}



