.content,
.file-input {
    height: 100%
}

.counter_div,
.error {
    margin-top: 10px
}

.file-input,
.progress {
    top: 0;
    width: 100%;
    left: 0
}

.step {
    display: none
}

.row-flex {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap
}

.file-drop-area,
.file-preview-area {
    align-items: center;
    max-width: 100%;
    transition: .2s;
    position: relative
}

#qbox-container {
    position: relative
}

#q-box__buttons {
    text-align: center;
    position: -webkit-sticky;
    position: sticky;
    bottom: 3px;
    z-index: 999;
    padding: 20px 0
}

.progress-bar {
    background-color: #f6a21a !important
}

.file-preview-area {
    justify-content: center;
    border: 1px dashed;
    border-radius: 3px
}

.file-preview-area div {
    border: 1px solid #fab001;
    margin: 15px;
    background-size: 100% 100%
}

.file-drop-area {
    display: flex;
    font-size: 18px;
    justify-content: center;
    padding: 25px;
    border: 1px dashed;
    border-radius: 3px
}

.file-drop-area.is-active {
    background-color: rgba(246, 162, 26, .5)
}

.file-drop-area-2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.fake-btn {
    flex-shrink: 0;
    border: 1px solid;
    border-radius: 3px;
    padding: 8px 15px;
    margin-right: 10px;
    text-transform: uppercase
}

.fake-btn-2,
.us-chc-box.w-o-picture {
    padding: 13px 16px
}

.fake-btn-2 {
    flex-shrink: 0;
    border-radius: 3px;
    width: 100%;
    background-color: #fff
}

.fake-btn-2-img {
    position: absolute;
    right: 20px
}

.file-msg {
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media only screen and (hover:none) and (pointer:coarse) {
    .file-msg {
        display: none
    }
}

.file-input {
    position: absolute;
    cursor: pointer;
    opacity: 0
}

.file-input:focus {
    outline: 0
}

textarea.form-control {
    min-height: calc(6.5em + (.75rem + 2px))
}

.error {
    padding: 5px 20px;
    border-radius: 5px
}

.ss_seven ul li {
    list-style: none;
    padding-top: 25px
}

.ss_seven ul li i {
    color: #fab001
}

.ss_seven {
    transform: translate(0, -10px)
}

.ss_seven .price_btn {
    visibility: visible;
    bottom: -40px;
    opacity: 1
}

.team_main img {
    max-width: 400px
}

.details-popup {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px 0;
    color: #000
}

.ss_section_four {
    background: rgba(167, 195, 210, .15)
}

.progress {
    display: flex;
    height: 1px;
    overflow: hidden;
    font-size: .75rem;
    background-color: #203051;
    border-radius: .25rem;
    position: absolute
}

.us-chc-box {
    padding: 32px 16px;
    background-color: #fff;
    position: relative;
    cursor: pointer
}

.us-chc-box.selected,
.us-chc-box.selected .us-chc-contanier {
    border: 1px solid #fab001
}

.us-chc-box.selected .img-chc {
    display: inline
}

.us-chc-contanier {
    position: absolute;
    top: 16px;
    left: 16px;
    border: 1px solid #203051;
    width: 16px;
    height: 16px
}

.us-chc-box.w-o-picture .us-chc-contanier {
    left: unset;
    right: 16px
}

.img-chc {
    margin-bottom: 13px;
    margin-left: 1px;
    display: none
}
