/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/
.vs--searchable .vs__dropdown-toggle {
    padding: 3px 0 8px 0;
}

.fa, .fas {
    padding-right: 5px;
}

label.required::after {
    bottom: 0;
    color: red;
    content: ' *';
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
}

.table-survey {
    width: 100%;
    margin: 10px 0;
    font-family: Angkor, inherit;
}

.table-survey tr.header {
    border-bottom: 2px darkgray solid;
}
.table-survey tr.level-1 {
    border: 1px #a9a9a9 solid;
    background-color: aliceblue;
}

.table-survey tr th,
.table-survey tr td {
    padding: 10px 10px;
}

.two-line-ellipsis {
    line-height: 1.9;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    padding: 15px 7px 0px 7px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 60px;
}

.three-line-ellipsis {
    line-height: 1.9;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    padding: 15px 7px 0px 7px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.content-boy {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0rem 1rem 1rem 1rem;
}

.fw-400 {
    font-weight: 400 !important;
}



