.is-err ul.errorlist {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
iframe div{
    background-color: white;
}
.is-err {
    display: none;
}

.is-invalid .is-err {
    display: block;
}

.hide {
    display: none;
}

#otp-resend {
    font-weight: bold;
    font-size: 10px;
    color: #ccc;
}

#otp-resend.active {
    color: #0062da;
    cursor: pointer;
}

.btn-primary a {
    color: #fff;
}

body.is-grey {
    background: #dfe1ed;
}

.hidden-input {
    border: none;
    background: transparent;
    color: #0062da;
    font-weight: 700;
    outline: none;
    padding-left: 0;
    overflow: hidden;
    resize: none;
}

.custom-select-teky-wrapper {
    position: relative;
    user-select: none;
    width: 100%;
}

.custom-select-teky {
    position: relative;
    display: flex;
    flex-direction: column;
}

.custom-select-teky__trigger {
    position: relative;
    display: flex;
    align-items: start;
    justify-content: left;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    color: #0062da;
    font-weight: 700;
}

.custom-option-tekys {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
    border-radius: 8px;
}

.custom-select-teky.open .custom-option-tekys {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    min-width: 100px;
    border: 1px solid #E8EDFC;
    border-radius: 8px;
}

.custom-select-teky.open .custom-option-tekys span:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.custom-option-tekys span {
    position: relative;
    display: block;
    padding: 0 24px 0 10px;
    font-weight: 700;
    color: #3b3b3b;
    line-height: 40px;
    cursor: pointer;
    transition: all 0.5s;
}

.custom-option-tekys span:hover {
    cursor: pointer;
    background-color: #ececec;
}

.custom-option-tekys span.selected {
    color: #ffffff;
    background-color: #FBA800;
}

.arrow {
    position: relative;
    height: 7px;
    width: 7px;
    margin-top: 11px;
    margin-left: 10px;
}

.arrow::before,
.arrow::after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 0.08rem;
    height: 100%;
    transition: all 0.5s;
}

.arrow::before {
    left: 0;
    transform: rotate(-45deg);
    background-color: #394a6d;
}

.arrow::after {
    left: 5px;
    transform: rotate(45deg);
    background-color: #394a6d;
}

.open .arrow::before {
    left: 0;
    transform: rotate(-45deg);
}

.open .arrow::after {
    left: 5px;
    transform: rotate(45deg);
}

.c-account-settinglist__outer__list ul li a,
.c-account-settinglist__outer__list ul li {
    z-index: inherit !important;
}

.doc-icodex {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath fill='%23fff' d='M2 3.993A1 1 0 0 1 2.992 3h18.016c.548 0 .992.445.992.993v16.014a1 1 0 0 1-.992.993H2.992A.993.993 0 0 1 2 20.007V3.993zM4 5v14h16V5H4zm2 2h6v6H6V7zm2 2v2h2V9H8zm-2 6h12v2H6v-2zm8-8h4v2h-4V7zm0 4h4v2h-4v-2z'/%3E%3C/g%3E%3C/svg%3E%0A");
    width: 24px;
    height: 24px;
    display: block;
    background-repeat: no-repeat;
    margin-left: 4px;
}


.c-account-settinglist__outer__list ul li a p span:nth-child(2) .address {
    border: 0;
    color: #0062da;
    font-weight: 700;
    background: transparent;
    min-width: 10vw;
    resize: none;
}

.icon-facebook {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    background-image: url("../web/images/icons/icon-facebook.svg");
}

.icon-zalo {
    width: 30px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    background-image: url("../web/images/icons/icon-zalo.svg");
}

.icon-instagram {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    background-image: url("../web/images/icons/icon-instagram.svg");
}

.icon-tiktok {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    background-image: url("../web/images/icons/icon-tiktok.svg");
}

.c-certificate-page__bottom__left {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.t-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hover-disabled:hover {
    cursor: not-allowed;
    background-color: darkgray;
}

a p span:nth-child(2) input{
    overflow-wrap: break-word!important;
    text-overflow: ellipsis!important;
}
#frofile_student ul li input{
    overflow-wrap: break-word!important;
    text-overflow: ellipsis!important;
}
.c-account-settinglist__outer__list ul li a p span:nth-child(2) input{
    overflow-wrap: break-word!important;
    text-overflow: ellipsis!important;
}

.icon-teky-loading {
    background-image: url(../icons/loading.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 30px;
    height: 30px;
    background-size: cover;
    display: inline-block;
    filter:none !important;
    -webkit-filter: none !important;
}

.icon-teky-success {
    background-image: url(../icons/success-svgrepo-com.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 16px;
    height: 16px;
    background-size: cover;
    display: inline-block;
    filter:none !important;
    -webkit-filter: none !important;
}

.teky_effects {
    display: none;
}

.fw700 {
    font-weight: 700;
}

.c-projectdetail__iframe iframe{
    height: 50vh;
    max-height: 500px;
}
