
:root{
    --linkActive: #5f89d6;
}

/* .basic-frame{
    font-size: 18px;
} */

.basic-frame strong{
    color: var(--colorThemeDarker);
}
.basic-frame a{
    color: var(--linkActive);
    cursor: pointer;
}
/* .basic-frame td a{
    color: inherit;
} */
.basic-frame .btn.secondary a{
    color: #000;
}
.basic-frame .btn.primary a{
    color: #fff;
}
.basic-frame em{
    opacity: 0.6;
}
.basic-frame .em{
    opacity: 0.6;
}
.basic-frame .strong{
    color: var(--colorThemeDarker);
    font-weight: 700;
}
.basic-frame .content h1{
    font-size: var(--fontH1);
    padding-bottom: 5px;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: var(--colorGrayLight);
    margin-bottom: 10px;
}

.basic-frame.basic{
    width: var(--containerBasicWidth);
    margin-left: auto;
    margin-right: auto;
    font-size: var(--fontMain);
}

.basic-frame .good{
    color: var(--colorGood);
}

.basic-frame .bad{
    color: var(--buttonDanger);
}

.basic-frame .checkbox-space{
    flex: 0 0 30px;
}

.basic-frame .holder-full{
    padding: 30px;
}

.basic-frame .blockdiv{
    font-size: 20px;
    text-align: center;
    color: #fff;
    background-color: var(--colorThemeDark);
    padding: 20px;
    display: inline-block;
}

.video-container{
    height: 100;
    padding-top: 56.25%;
    position: relative;
}

.video{
    height: 100;
    position: absolute;
    top: 0;
    left: 0;
}

.padding-main{
    padding: 30px;
}

.arrow-bottom {
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent; 
    border-top:10px solid var(--colorThemeDark); 
    position: absolute;
    bottom: -10px;
}

.basic-frame .table-normal{
    font-weight: inherit;
}

.basic-frame .table-normal th{
    font-weight: inherit;
    padding: 10px 15px;
    text-align: left;
}

.basic-frame .form-item{
    margin-bottom: 15px;
}

.white-space{
    height: 10px;
    margin: 10px 0;
}
.white-space-small{
    height: 10px;
    margin: 0;
}
.answered{
    color: #fff;
    background-color: #627fff;
    padding: 20px;
    border-radius: 10px;
}
.error-message{
    scroll-behavior: smooth;
}
.flex.list{
    flex-wrap: var(--flexwrap);
}

.textarea{
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
