body {
    font-family: 'Prompt';
}

.bg-primary,
.btn-primary {
    background-color: #7F2C8B !important;
    border-color: #7F2C8B !important;
}

table th {
    white-space: nowrap !important
}

.hs {
    background-color: #e1e1e1;
    padding: 20px 5px;
    border-radius: 4px;
}

.mh100 {
    min-height: 100px;
}

.main-item ul.collapse:not(.show) {
    height: 98px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.main-item ul.collapsing {
    min-height: 98px !important;
}

.main-item button.collapsed:after {
    content: '+ ดูเพิ่มขึ้น';
    font-size: 13px;
}

.main-item button:not(.collapsed):after {
    content: '- ดูน้อยลง';
    font-size: 13px;
}

section.set-background {
    position: relative;
    min-height: 626px;
    min-width: 1320px;
    width: 100%;
    background-image: url('../images/background.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    margin-bottom: 40px;
}

section .org {
    position: absolute;
    width: 300px;
    top: calc(50% - 86px);
    left: calc(50% - 138px);
    text-align: center;
}

section .org-logo img {
    max-height: 80px;
    max-width: 300px;
    margin: 10px 0;
}

section .team {
    position: absolute;
    width: 456px;
    top: 0;
}

section .team-header {
    text-align: center;
    margin-bottom: 30px;
}

section .learn {
    position: absolute;
    width: 350px;
    bottom: 0;
    left: 35px;
}

section .learn-header {
    text-align: center;
    margin-bottom: 30px;
}

section .idea {
    position: absolute;
    width: 300px;
    top: 0;
    right: 0;
}

section .idea-header {
    text-align: center;
    margin-bottom: 30px;
}

section .contact {
    position: absolute;
    width: 400px;
    bottom: 0;
    right: 0;
}

section .contact-header {
    text-align: center;
    margin-bottom: 30px;
}

.table-nowrap td,
.table-nowrap th {
    white-space: nowrap;
}

.next-text {
    line-height: 40px;
    color: #6c757d;
    vertical-align: middle;
}

.next-text::before {
    content: "— ";
}

.dz-dropzone {
    cursor: pointer
}

.dz-dropzone .dz-message {
    width: 100%;
    text-align: center
}

.dz-dropzone .dz-details {
    margin-bottom: 1rem
}

.dz-dropzone .dz-file-preview {
    background-color: #fff;
    border-radius: .5rem;
    padding: 1rem 1rem;
    box-shadow: 0 .375rem .75rem rgba(140, 152, 164, .075)
}

.dz-dropzone .dz-file-wrapper {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.dz-dropzone .dz-filename {
    margin-bottom: .25rem
}

.dz-dropzone .dz-img {
    max-width: 2.625rem;
    border-radius: .5rem;
    margin-right: .75rem
}

.dz-dropzone .dz-img-inner {
    border-radius: .5rem
}

.dz-dropzone .dz-close-icon,
.dz-dropzone .dz-size {
    color: #677788
}

.dz-dropzone .dz-title {
    font-size: .65625rem;
    font-weight: 600
}

.dz-dropzone .dz-size {
    font-size: 80%
}

.dz-dropzone .dz-file-initials {
    display: inline-block;
    width: 2.625rem;
    height: 2.625rem;
    line-height: 2.625rem;
    font-weight: 600;
    font-size: .875rem;
    color: #377dff;
    text-align: center;
    background-color: rgba(55, 125, 255, .1);
    border-radius: .5rem;
    margin-right: .75rem
}

.dz-dropzone [data-dz-thumbnail]:not([src]) {
    display: none;
    margin-bottom: 0
}

.dz-dropzone .dz-progress {
    margin-bottom: 1rem
}

.dz-dropzone .dz-processing .dz-error-mark,
.dz-dropzone .dz-processing .dz-success-mark {
    display: none
}

.dz-dropzone .dz-processing.dz-error .dz-error-mark,
.dz-dropzone .dz-processing.dz-success .dz-success-mark {
    display: block
}

.dz-dropzone .dz-processing .dz-error-mark {
    color: #ed4c78
}

.dz-dropzone .dz-processing .dz-success-mark {
    color: #00c9a7
}

.dz-dropzone-card {
    width: 100%;
    background-color: #f8fafd;
    border: .125rem dashed rgba(231, 234, 243, .7);
    border-radius: .5rem;
    padding: 3rem 3rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.avatar.avatar-4x3 {
    width: 3.5rem;
    height: auto;
    border-radius: 0;
}

.avatar.avatar-4x3 .avatar-img {
    width: 3.5rem;
    height: inherit;
}

.avatar-xss.avatar-4x3 {
    width: 1.3333333333rem;
    height: auto;
    border-radius: 0;
}

.avatar-xss.avatar-4x3 .avatar-img {
    width: 1.3333333333rem;
    height: inherit;
}

.avatar-xs.avatar-4x3 {
    width: 2.0416666667rem;
    height: auto;
    border-radius: 0;
}

.avatar-xs.avatar-4x3 .avatar-img {
    width: 2.0416666667rem;
    height: inherit;
}

.avatar-sm.avatar-4x3 {
    width: 3.2083333333rem;
    height: auto;
    border-radius: 0;
}

.avatar-sm.avatar-4x3 .avatar-img {
    width: 3.2083333333rem;
    height: inherit;
}

.avatar-lg.avatar-4x3 {
    width: 4.4916666667rem;
    height: auto;
    border-radius: 0;
}

.avatar-lg.avatar-4x3 .avatar-img {
    width: 4.4916666667rem;
    height: inherit;
}

.avatar-xl.avatar-4x3 {
    width: 6.5625rem;
    height: auto;
    border-radius: 0;
}

.avatar-xl.avatar-4x3 .avatar-img {
    width: 6.5625rem;
    height: inherit;
}

.avatar-xxl.avatar-4x3 {
    width: 10.5rem;
    height: auto;
    border-radius: 0;
}

.avatar-xxl.avatar-4x3 .avatar-img {
    width: 10.5rem;
    height: inherit;
}

.was-validated .form-select:invalid+.select2 .select2-selection {
    border-color: #dc3545 !important;
}

.was-validated .form-select:valid+.select2 .select2-selection {
    border-color: #28a745 !important;
}

*:focus {
    outline: 0px;
}

.form-control-feedback {
    /* To make the feedback icon visible */
    z-index: 100;
}