/*form css*/

.form {
    width: 80%;
    margin: 50px auto 0;
    display: table;
}

textarea {
    width: 100%;
    height: 40px;
    /*    margin-top: 20px;*/
    border: 1px solid #e6e6e6;
    text-indent: 10px;
    padding-top: 10px;
}

.file-cd {
    border-bottom: none!important;
    opacity: 0;
}

.ad-file {
    background: #ffffff!important;
    padding: 10px 144px;
    color: #4f6383;
    font-size: 16px;
    font-weight: 600;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #4f6383;
}

.ad-cl {
    clear: both;
}

section#free-trial {
    background: #dddddd66;
}

.space-cd, input.form-control.space-cd {
    margin-bottom: 40px!important;
    float: left;
}

.space-cd {
    height: 50px!important;
}

.free-form-cd, .free-form-cd:hover {
    text-align: center;
    display: table;
    background: #e05856;
    margin: 40px auto 0;
    padding: 10px 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.file-upload {
    position: relative;
    /*    display: inline-block;*/
}

.file-upload__label {
    display: block;
    transition: background .3s;
    padding: 12px 170px;
    color: #7b9490;
    font-size: 16px;
    font-weight: 600;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #7b9490;
    /* position: relative; */
    &:hover {
        cursor: pointer;
        background: #000;
    }
}

.file-upload__input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 1;
    width: 0;
    height: 100%;
    opacity: 0;
}

.cd-progress {
    background: #c2ccdc;
    padding: 13px 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.file-con {
    width: 100%;
    position: absolute;
    top: 0;
    border: none;
    background: transparent;
    font-size: 15px;
    font-weight: 600;
    color: #7b9490;
    padding: 15px;
}

button.close.cd-closefile, button.close.cd-closefile:hover {
    color: #7b9490!important;
    font-size: 20px!important;
    opacity: 99!important;
}

.cd-tran {
    width: 70px;
}

.plain-select {
    vertical-align: middle;
    position: relative
}

.plain-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    border: 1px solid #c8c8c8;
    color: #9f9f9f;
    padding: 4px 20px 7px 10px;
    margin: 0;
    line-height: normal;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 4px
}

.ie8 .plain-select select {
    padding-right: 3px
}

.plain-select select:focus {
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    border-color: #66afe9
}

.plain-select::-ms-expand {
    display: none
}

.plain-select:after {
    content: "";
    position: absolute;
    z-index: 2;
    right: 8px;
    top: 50%;
    margin-top: 0;
    height: 0;
    width: 0;
    border-top: 5px solid #a2a2a2;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    pointer-events: none
}