/* 演示版样式，非项目必要 */

.themed-grid-col {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: rgba(86, 61, 124, .15);
    border: 1px solid rgba(86, 61, 124, .2);
}

.bd-example {
    position: relative;
    padding: 1rem;
    border: 2px solid #f8f9fa;
}

.highlight {
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: #f8f9fa;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}


/* 按项目所需，重定义bootcss必要元素样式 */


/******
 ****** Global
 ******/

body {
    font-size: 15px;
    font-family: "PingFang SC", "Microsoft Yahei", arial, helvetica, clean, sans-serif;
}

p {
    margin-bottom: 35px;
    line-height: 1.8;
}

p:last-child {
    margin-bottom: 0;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 13px;
}

h1,
h2,
h3,
h4,
h5 {
    color: #222;
    font-weight: bold;
}

@media (min-width: 768px) {
    p {
        font-size: 14px;
    }
    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    p {
        font-size: 16px;
    }
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 16px;
    }
}

a {
    color: #000;
    cursor: pointer;
    outline: none;
}

a:hover,
a:focus {
    color: #333;
    text-decoration: none;
    transition: all 0.5s;
}


/* 按钮样式 */


/* .btn{
    border-radius: 0;
} */


/* 主按钮（暗色#333主题） */

.btn-primary {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    background-color: #000;
    border-color: #000;
}

.btn-primary:focus,
.btn-primary.focus {
    background-color: #000;
    border-color: #000;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #333;
    border-color: #333;
}

.bd-example-border-utils [class^="border"] {
    display: inline-block;
    width: 5rem;
    height: 5rem;
    margin: .25rem;
    background-color: #f5f5f5
}

.from-bg {
    background-color: #F2AE1E;
}

.bg-gray {
    background-color: #F5F5F5 !important;
}

.bg-light {
    background-color: #eee !important;
}

.caldera-grid .checkbox-inline,
.caldera-grid .radio-inline {
    color: #848484;
}

.radio-inline {
    margin-top: 0;
    margin-left: 30px !important;
}

.radio {
    padding-bottom: 10px !important;
    border-bottom: 2px dashed #eee;
}

.radio:last-child {
    border-bottom: 0;
}

@media (min-width: 1200px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 680px;
    }
}

@media (min-width: 992px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 680px;
    }
}

.caldera-grid .btn-lg {
    border-radius: 10px !important;
    padding: 10px 60px !important;
}

.caldera-grid .row {
    background-color: white;
    border-radius: 8px;
    padding: 20px 0;
    margin-bottom: 1rem;
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* .first_row {
    background-color: #f18baa !important;
} */

.last_row,
.first_row {
    box-shadow: none !important;
}

.single {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.caldera-grid label {
    font-weight: normal !important;
}

.radio label {
    color: #848484;
}

p:last-child {
    margin-bottom: 20px;
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.audio-control-btn.playing {
    display: block;
    animation: spinner-border 6s infinite linear;
    -ms-animation: spinner-border 6s infinite linear;
    -webkit-animation: spinner-border 6s infinite linear;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

.audio-container {
    top: 20px;
    right: 20px;
    z-index: 999;
    color: #f793a9;
    background-color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    text-align: center;
    position: absolute;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
}

.audio-play-trigger {
    left: 0;
    right: 0;
    z-index: 99;
}

/* .last_row {
    background-color: transparent !important;
} */

.caldera-grid .alert-success {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #ffffff !important;
    text-align: center;
    font-size: 30px;
}
.bg-gray .caldera-grid .alert-success {
    color: #000 !important;
    font-size: 17px;
}
.from-footer-img {
    max-height: 83px;
}

.caldera-grid .row .btn-danger {
    background-color: #DF1F1D;
}

.from-success {
    padding-top: 100px;
    padding-bottom: 100px;
    background-position: bottom;
}

.from-content {
    color: white;
    border: 2px solid #FFA7B0;
    border-radius: 10px;
    margin-bottom: 160px;
    background-color: #FFA7B0;
}

.display-5{
    font-size: 36px;
}

.fc-red {
    color: #DF1F1D;
}

.btn-danger {
    background-color: #DF1F1D;
    border-color: #DF1F1D;
}

/* start */
.start {
    padding: 20px 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.start .content {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    background-image: url(../images/bg-start.png);
    background-size: contain;
}

.start .header-logo {
    max-height: 80px;
}

.border-top-dashed {
    border-top: 2px dashed #eee;
}

.flex-1 {
    flex: 1;
}

.caldera-grid .form-group, .cf-color-picker .form-group,
.caldera-grid .checkbox-inline, .caldera-grid .radio-inline,
.caldera-grid .checkbox label, .caldera-grid .radio label {
    color: #000;
}
.caldera-grid .checkbox-inline, .caldera-grid .radio-inline {
    padding-left: 0 !important;
    padding-right: 20px !important;
}

/* 星星基本样式-3字 */
.fld_stars_type .fld_stars_wrap{
    display: inline-block;
    position: relative;
    padding-left: 56px;
    padding-right: 40px;
}
/* 星星基本样式-2字 */
.fld_stars_type.fld_stars_type-sm .fld_stars_wrap{
    padding-left: 40px;
    padding-right: 22px;
}
.fld_stars_type .fld_stars_wrap::before,
.fld_stars_type .fld_stars_wrap::after{
    font-size: 15px;
    top: 3px;
    color: #737373;
    position: absolute;
}
.fld_stars_type .fld_stars_wrap::before{
    left: 0;
}
.fld_stars_type .fld_stars_wrap::after{
    right: 0;
}

/* p-3 pt-4 mb-0 border-top-dashed fld_stars_type fld_stars_type-01 */
.fld_stars_type-01 .fld_stars_wrap::before{
    content: "不是";
}
.fld_stars_type-01 .fld_stars_wrap::after{
    content: "是";
}
.fld_stars_type-02 .fld_stars_wrap::before{
    content: "不同意";
}
.fld_stars_type-02 .fld_stars_wrap::after{
    content: "同意";
}
.fld_stars_type-03 .fld_stars_wrap::before{
    content: "不了解";
}
.fld_stars_type-03 .fld_stars_wrap::after{
    content: "了解";
}
.fld_stars_type-04 .fld_stars_wrap::before{
    content: "不合理";
}
.fld_stars_type-04 .fld_stars_wrap::after{
    content: "合理";
}
.fld_stars_type-05 .fld_stars_wrap::before{
    content: "都不能";
}
.fld_stars_type-05 .fld_stars_wrap::after{
    content: "都能";
}
.fld_stars_type-06 .fld_stars_wrap::before{
    content: "不希望";
}
.fld_stars_type-06 .fld_stars_wrap::after{
    content: "希望";
}

