html {
    font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.login_form-otp{
    margin-bottom: 10px;
}
.body-pages{
    padding-top: 122px;
}
#app{
    width: 100%;
    height: 100%;
}
.top-panel-item .panel__unit {
    border-bottom: none_;
}
.top-panel-item .panel-progress {
    opacity: 0;
    pointer-events: none;
}
.top-panel-item .panel__lead {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}
body .break-text {
    white-space: unset;
}
#tab-container .tab-video {
    background-image: url(/assets/images/icon-video_default.svg);
    display: inline-block;
    padding-left: 27px;
    background-repeat: no-repeat;
    background-position: left center;
}
#tab-container .active .tab-video{
    background-image: url(/assets/images/icon-video_active.svg);
    background-repeat: no-repeat;
    background-position: left center;
}
#tab-container .tab-vimeo {
    background-image: url(/assets/images/icon-link_default.svg);
    display: inline-block;
    padding-left: 27px;
    background-repeat: no-repeat;
    background-position: left center;
}
#tab-container .active .tab-vimeo {
    background-image: url(/assets/images/icon-link_active.svg);
    background-repeat: no-repeat;
    background-position: left center;
}
.input-files {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.input-files a{
    width: 130px;
    margin-left: 10px;
    line-height: 20px!important;
}
.alert.alert--success {
    background: none;
}
.alert.alert--success span {
    margin: 20px 0;
    color: green;
    font-weight: bold;
}
.backdrop-layer {
    display: none;
}
.backdrop-layer.is-active {
    display: block;
}
.label01--require {
    font-size: 10px;
}
.form-table01__td, .form-table01__th {
    font-size: .93333em;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/** loading **/

.spinner-submit {
    border-radius: 50%;
    width: 1.5625rem;
    height: 1.5625rem;
    position:relative;
	display:inline-block;
    border: 2px solid #eeeeee;
    border-top-color: #e41717;
    -webkit-animation: loadingSubmit 1s infinite;
    animation: loadingSubmit 1s infinite;
}
@-webkit-keyframes loadingSubmit {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.hrIsLoading{
	pointer-events: none!important;
}

.pms-loading-p {
    position: fixed;
    top:30%;
    right: 0;
    left: 0;
    /* background: #f2f3f9; */
    z-index: 1000;
}
.pms-loading-p .loading {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    margin-top: -25px;
    text-align: center;
    left: 50%;
    margin-left: -25px;
}
.pms-loading-p .loading span {
    display: block;
    width: 70px;
    height: 70px;
    background-color: #E91E63;
    -webkit-animation: loading 1s infinite ease-in-out;
    animation: loading 0.5s infinite ease-in-out;
}

/** end **/
.smst-icon-font-load{
    display: block;
    animation: spin 2s linear infinite;
}
.form-table01__th {
    width: 40%;
}
@keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
}
.modal-backdrop {
    opacity: 0;
    pointer-events: none;
    display: none;
}
.modal-open .modal-backdrop{
    opacity: 1;
    pointer-events: all;
    display: block;
}
.modal.in{
    display: block;
}
#js-login-normal-btn{
    margin-top: 20px;
}
.dropdown-menu-unit__table {
    width: 450px;
    max-width: 100%;
}
.hrPc{
    display:block;
}
.hrSp{
    display:none;
}
.login__form-btn-group{
    display: flex;
    align-items: center;
    justify-content: center;
}

button.btn.btn01.submit-login {
    min-width: 106px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 2.1875em;
    height: 48px;
}
.section-otp,
.show-otp .section-login{
    display:none;
}
.show-otp .section-otp{
    display:block!important;
}

.submit-login-otp,
.show-otp .submit-login{
    display:none!important;
}

.show-otp .submit-login.submit-login-otp{
    display:block!important;
}

.no-record {
    display: flex;
    justify-content: center;
    width: 100%;
    min-height: 50vh;
    align-items: center;
}
.limit-max-line {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}
.red-border {
    border: 1px solid red!important;
}
@media only screen and (max-width: 600px) {
    .page-login .container__inner {
      background-image: unset!important;
    }
    .modal-content__inner,
    .main-container,
    .container {
        min-width: unset;
    }
    .header__inner {
        padding: 0 10px;
    }
    .hrPc{
        display:none;
    }
    .hrSp{
        display:block;
    }
    #modalPlayer .modal-content {
        max-width: calc(100vw - 30px);
        padding: 10px;
    }
    video#videoPlayer {
        width: 345px;
        height: 205px;
    }
}