html {
    height: 100%;
}

body {
    height: 100%;
    width: auto;
    overflow: hidden;
    background-color: #e1e1e1;
}

form {
    width: 100%;
    overflow: hidden;
}

.frame-ds {
    margin: 15px;
}


.frame-title {
    height: 30px;
    font-family: 'Kanit';
    font-size: 14px;
}

    .frame-title p {
        padding-left: 10px;
    }


    .frame-title .fa-times {
        color: red;
    }

.frame-content {
    background: white;
    padding: 5px 15px 15px 15px;
    border-radius: 5px !important;
}


.frame-close {
    float: right;
    height: 24px;
    margin: 0px 3px 0px 3px;
    padding: 0px 10px 0px 10px;
}


.frame-bottom {
    font-family: 'Kanit';
    font-size: 14px;
    padding: 5px;
}

    .frame-bottom .btn {
        float: right;
        font-size: 12px;
        margin: 0px 10px 10px 0px !important;
        background-color: var(--form-ds-btn-bg) !important;
        color: white;
    }

.frame-text {
    font-size: 12px;
    height: 300px;
    overflow: hidden;
    overflow-y: scroll;
    text-align: justify;
    margin: 0px !important;
    padding: 20px !important;
}


    .frame-text p {
        margin: 0px !important;
        padding: 0px !important;
    }







.text-right, .right {
    text-align: right !important;
}

.text-left, .left {
    text-align: left !important;
}

.text-center, .center {
    text-align: center !important;
}

.hidden {
    display: none;
}
