[v-cloak] { display:none; }

.tab {

}

.tab__header {
    /*border-top: 1px solid black;*/
    /*border-bottom: 1px solid black;*/
}

.tab--information .tab__header,
.tab--documents .tab__header {
    border-bottom: 1px solid green;
}

.tab--documents .tab__header,
.tab--finish_order .tab__header {
    border-top: 1px solid green;
}

.tab__header h3 {
    margin: 0;
    line-height: 2em;
    /*background: #FEFFEB;*/
}

.tab__body {
    padding: 10px 0;
}

.tab + .tab {
    margin-top: -1px;
}

ul.docs_list {
    padding-left: 0;
    margin-left: 0;
    list-style-type: none;
}


.sm-text {
    font-size: 10px;
}


.act p {
    font-size: 18px;
}

.loader-wrapper {

}

.loader-wrapper--image {
    text-align: center;
}

.loader {
    display: inline-block;
}
.loader--x32 {
    width: 32px;
}
.loader--x64 {
    width: 64px;
}

.error {
    color: red;
}

.uploaded-file {
    position: relative;
    padding: 5px 5%;
    margin-left: 0;
    margin-right: 0;
    max-width: 230px;
    /*background: #bbbbbb;*/
    background: green;
    border-radius: 5px;
}

.uploaded-file .uploaded-file__icon {
    width: 15%;
    float: left;
}

.uploaded-file .uploaded-file__filename {
    width: 75%;
    float: left;
    color: white;
}

.uploaded-file .uploaded-file__remove {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}
