#cocaform-wrapper {
    width: 80%;
    margin: 0 auto;
}

form#cocaform :focus{
    outline:none!important;
}

form#cocaform.white{
    background-color: #ffffff;
}

form#cocaform .form_heading{
    padding: 0 0 30px 0;
    font-size: 14px;
    color: #302F50;
}
form#cocaform .form_heading p{
    margin: 0;
}
form#cocaform .form_heading h4{
    font-size: 48px;
    font-weight: normal;
    text-transform: none;
    color: inherit;
    line-height: 1.2;
    margin: 0;
}

.server_response{
    display: none;
    align-items: center;
    text-align: center;
    z-index: 90;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 14px;
    color: #302F50;
    line-height: 1.5;
    background: rgba(255,255,255, 1);
    -webkit-animation: fade .2s ease-out;
    -moz-animation: fade .2s ease-out;
    animation: fade .2s ease-out;
}
.server_response.active{
    display: block;
}

.server_response::-webkit-scrollbar {
    width: 5px;
}
.server_response::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background: transparent;
}
.server_response::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.7);
}

.server_response > div{
    width: 100%;
    padding: 10px;
}
.server_response h4{
    font-size: 150%;
    border: 0; padding: 0; margin: 0;
}

.server_response .success_response {border: 1px solid #0A0;}
.server_response .error_response {border: 1px solid #FD5C65;}

.server_response .success_response h4 {color: #0A0;}
.server_response .error_response h4 {color: #FD5C65;}

.error_description{
    letter-spacing: 1px;
    border-radius: 5px;
    line-height: 1.6;
    padding: 5px 15px;
    margin-bottom: 5px;
    background: #f7f7f7;
    text-align: center;
}

form#cocaform .label_title{
    display: block;
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 14px;
    font-family: 'Metropolis-Medium', sans-serif;
    color: #111111;
    text-align: left;
}

form#cocaform input,
form#cocaform select,
form#cocaform textarea {
    display: block;
    width: 100%;
    height: 44px;
    color: #302F50;
    padding: 0 15px;
    margin: 0;
    font-weight: normal;
    border: 1px solid #e1e1e1;
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    outline: none;
}
form#cocaform input:focus,
form#cocaform textarea:focus,
form#cocaform select:focus{
    border-color: gray;
}

input, #subject-wrapper {
    width: 65% !important; /* adapt dropdown to 65% from general styles */ 
    margin: 15px 0;
}

form#cocaform input.error,
form#cocaform textarea.error,
form#cocaform select.error {
    border-color: #FD5C65 !important;
    color: #FD5C65 !important;
    background-color: white !important;  /* override #fee from general styles */ 
}

form#cocaform select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ5MC42NTYgNDkwLjY1NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDkwLjY1NiA0OTAuNjU2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGc+PHBhdGggZD0iTTQ4Ny41MzYsMTIwLjQ0NWMtNC4xNi00LjE2LTEwLjkyMy00LjE2LTE1LjA4MywwTDI0NS4zMzksMzQ3LjU4MUwxOC4yMDMsMTIwLjQ2N2MtNC4xNi00LjE2LTEwLjkyMy00LjE2LTE1LjA4MywwYy00LjE2LDQuMTYtNC4xNiwxMC45MjMsMCwxNS4wODNsMjM0LjY2NywyMzQuNjY3YzIuMDkxLDIuMDY5LDQuODIxLDMuMTE1LDcuNTUyLDMuMTE1czUuNDYxLTEuMDQ1LDcuNTMxLTMuMTM2bDIzNC42NjctMjM0LjY2N0M0OTEuNjk2LDEzMS4zNjgsNDkxLjY5NiwxMjQuNjA1LDQ4Ny41MzYsMTIwLjQ0NXoiLz48L2c+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==);
    background-position: calc(100% - 20px) 50%;
    background-repeat: no-repeat;
    background-size: 16px auto;
}
form#cocaform select:focus{
    outline: none;
    background-color: transparent;
}
form#cocaform textarea {
    height: 200px;
    padding: 15px;
    line-height: 1.4em;
    resize: none;
}

form#cocaform label{
    display: block;
    position: relative;
    padding: 0;
    margin: 0 0 10px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

form#cocaform ::-webkit-input-placeholder{
    color: #ACACAC;
    letter-spacing: 2px;
}
form#cocaform ::-moz-placeholder{
    color: #cccccc;
    letter-spacing: 2px;
    transition: all .45s ease-out;
    opacity: 1;
}

form#cocaform :-ms-input-placeholder{
    color: #cccccc;
    letter-spacing: 2px;
    transition: all .45s ease-out;
    opacity: 1;
}
form#cocaform ::-ms-input-placeholder{
    color: #cccccc;
    letter-spacing: 2px;
    transition: all .45s ease-out;
    opacity: 1;
}

.selectric-wrapper {
    position: relative;
    cursor: pointer;
    margin: 0;
    text-align: left;
}
.selectric {
    border: 1px solid #e1e1e1;
    background: transparent;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 40px 0 15px;
    line-height: 46px;
    color: #302F50;
    height: 44px;
    text-align: inherit;
}
.selectric .button {
    background: transparent;
    border-radius: 0;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    color: #24272B;
    text-align: center;
    font-size: 0;
    text-indent: -9999px;
}
.selectric .button:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ5MC42NTYgNDkwLjY1NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDkwLjY1NiA0OTAuNjU2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGc+PHBhdGggZD0iTTQ4Ny41MzYsMTIwLjQ0NWMtNC4xNi00LjE2LTEwLjkyMy00LjE2LTE1LjA4MywwTDI0NS4zMzksMzQ3LjU4MUwxOC4yMDMsMTIwLjQ2N2MtNC4xNi00LjE2LTEwLjkyMy00LjE2LTE1LjA4MywwYy00LjE2LDQuMTYtNC4xNiwxMC45MjMsMCwxNS4wODNsMjM0LjY2NywyMzQuNjY3YzIuMDkxLDIuMDY5LDQuODIxLDMuMTE1LDcuNTUyLDMuMTE1czUuNDYxLTEuMDQ1LDcuNTMxLTMuMTM2bDIzNC42NjctMjM0LjY2N0M0OTEuNjk2LDEzMS4zNjgsNDkxLjY5NiwxMjQuNjA1LDQ4Ny41MzYsMTIwLjQ0NXoiLz48L2c+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==);
    background-position: calc(100% - 20px) 50%;
    background-repeat: no-repeat;
    background-size: 16px auto;
}

.selectric-focus .selectric {
    border-color: gray;
}
.selectric-open {
    z-index: 9999;
}
.selectric-open .selectric-items {
    display: block;
}
.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-hide-select {
    position: relative;
    width: 100%;
    height: 0;
}

.selectric-hide-select select {
    position: relative;
    opacity: 0;
    width: 100%;
    height: 0;
    padding: 0!important;
    margin: 0!important;
    overflow: hidden;
    visibility: hidden;
}

.selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    z-index: 1;
    box-sizing: border-box;
    opacity: 0;
}

.selectric-input {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    margin: 0;
    padding: 0;
    width: 1px;
    height: 1px;
}

.selectric-temp-show {
    position: absolute;
    visibility: hidden;
    display: block;
}

.selectric-items {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    z-index: -1;
    background: #FFFFFF;
    box-shadow: 0 8px 32px rgba(89, 89, 89, 0.2);
    border-radius: 5px;
    text-align: inherit;
}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto;
}

.selectric-above .selectric-items {
    top: auto;
    bottom: calc(100% + 4px);
}

.selectric-items ul{
    padding: 0!important;
    margin: 0!important;
    display: block;
    list-style: none;
}

.selectric-items ul,
.selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    min-height: 24px;
}

.selectric-items li {
    display: block;
    padding: 12px 16px;
    color: #24272B;
    cursor: pointer;
}

/*.selectric-items ul > li:first-child{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.selectric-items ul > li:last-child{
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}*/

.selectric-items li.selected {
    background: #f0f0f0;
    color: gray;
}

.selectric-items li:hover {
    background: #f0f0f0;
    color: #24272B;
}

.selectric-items li.highlighted {
    background: #f0f0f0;
    color: gray;
}

.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    color: #111111;
}

.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1;
}

.selectric-items .selectric-group li {
    padding-left: 25px;
}

form#cocaform label.invalid_field .selectric{
    border-color: #FD5C65!important
}

form#cocaform .tap{
    position: relative;
    z-index: 9;
    display: inline-block;
    padding: 0 30px;
    margin: 0 auto;
    text-decoration: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    background-color:rgba(234,234,234,.8);
    min-width: 200px;
    max-width: 400px;
    text-align: center;
    line-height: 48px;
    color: gray;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 1;
    overflow: hidden;
}
form#cocaform .tap> span{
    position: relative;
    z-index: 11;
}
form#cocaform .tap:hover,
form#cocaform .tap:focus{
    color: #ffffff;
    background: #515151;
    text-decoration: none;
    opacity: 1;
    box-shadow: rgba(0,0,0, .15) 0 10px 30px;
}
form#cocaform .tap:active{
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
    transform: scale(.95);
}

form#cocaform .tap > span.upload_progress{
    position: absolute;
    display: block;
    z-index: 10;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: rgba(0,0,0, .15);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

form#cocaform .form_submit{
    margin: 30px 0 20px 0;
}
form#cocaform .form_submit:last-child,
form#cocaform label:last-child{
    margin-bottom: 0!important;
}

form#cocaform label.error{
    position: absolute;
    z-index: 999;
    bottom: calc(100% + 8px);
    left: 50%;
    width: 100%;
    margin: 0;
    max-width: 300px;
    min-width: 180px;
    font-weight: normal;
    line-height: 1.5;
    padding: 12px 18px;
    color: #fff;
    text-align: center;
    background: #E27474;
    box-shadow: 0 8px 32px rgba(89, 89, 89, 0.16);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none!important;
    -webki-animation: fade .2s ease-out;
    -moz-animation: fade .2s ease-out;
    animation: fade .2s ease-out;
}

form#cocaform label.error:before{
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -7px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #E27474;
}

form#cocaform label:hover label.error:not(:empty){
    display: block!important;
}


form#cocaform .checkbox_label{
    position: relative;
    padding: 0 0 0 32px;
    margin: 0 0 10px 0;
    cursor: pointer;
    text-align: left;
}
form#cocaform .checkbox_label a{
    color: gray;
}
form#cocaform .checkbox_label a:hover{
    color: gray;
    text-decoration: underline;
}

form#cocaform .checkbox_label .checkbox_button{
    position: absolute;
    top: 1px;
    left: 8px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    z-index: 2;
    background: rgba(255,255,255, .3);
    border: 1px solid #C1C5CC;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
form#cocaform .checkbox_label .checkbox_button:before{
    content: '';
    display: block;
    position: absolute;
    z-index: 3;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEwIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuNzUwMDUgNy4wNTAwNUMzLjY1MDA1IDcuMDUwMDUgMy41NTAwNSA3LjAwMDA1IDMuNDUwMDUgNi45NTAwNUwwLjYwMDA0OSA0LjEwMDA1QzAuNDUwMDQ5IDMuOTUwMDUgMC40NTAwNDkgMy43MDAwNSAwLjYwMDA0OSAzLjU1MDA1QzAuNzUwMDQ5IDMuNDAwMDUgMS4wMDAwNSAzLjQwMDA1IDEuMTUwMDUgMy41NTAwNUwzLjcwMDA1IDYuMTAwMDVMOC43MDAwNSAxLjEwMDA1QzguODUwMDUgMC45NTAwNDkgOS4xMDAwNSAwLjk1MDA0OSA5LjI1MDA1IDEuMTAwMDVDOS40MDAwNSAxLjI1MDA1IDkuNDAwMDUgMS41MDAwNSA5LjI1MDA1IDEuNjUwMDVMNC4wMDAwNSA2Ljk1MDA1QzMuOTUwMDUgNy4wMDAwNSAzLjg1MDA1IDcuMDUwMDUgMy43NTAwNSA3LjA1MDA1WiIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
form#cocaform .checkbox_label input{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 8px;
    width: 16px;
    height: 16px;
    opacity: 0;
}

form#cocaform .checkbox_label input:checked ~ .checkbox_button {
    background-color: gray;
    border-color: gray;
}
form#cocaform .checkbox_label input:checked ~ .checkbox_button:before {
    opacity: 1;
}

form#cocaform .checkbox_label input.error ~ .checkbox_button {
    border-color: #E22E2E;
}

form#cocaform .checkbox_label{
    position: relative;
    padding: 0 0 0 32px;
    margin: 0 0 10px 0;
    cursor: pointer;
    text-align: left;
}
form#cocaform .checkbox_label a{
    color: gray;
}
form#cocaform .checkbox_label a:hover{
    color: gray;
    text-decoration: underline;
}

form#cocaform .checkbox_label .checkbox_button{
    position: absolute;
    top: 1px;
    left: 8px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    z-index: 2;
    background: rgba(255,255,255, .3);
    border: 1px solid #C1C5CC;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
form#cocaform .checkbox_label .checkbox_button:before{
    content: '';
    display: block;
    position: absolute;
    z-index: 3;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEwIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuNzUwMDUgNy4wNTAwNUMzLjY1MDA1IDcuMDUwMDUgMy41NTAwNSA3LjAwMDA1IDMuNDUwMDUgNi45NTAwNUwwLjYwMDA0OSA0LjEwMDA1QzAuNDUwMDQ5IDMuOTUwMDUgMC40NTAwNDkgMy43MDAwNSAwLjYwMDA0OSAzLjU1MDA1QzAuNzUwMDQ5IDMuNDAwMDUgMS4wMDAwNSAzLjQwMDA1IDEuMTUwMDUgMy41NTAwNUwzLjcwMDA1IDYuMTAwMDVMOC43MDAwNSAxLjEwMDA1QzguODUwMDUgMC45NTAwNDkgOS4xMDAwNSAwLjk1MDA0OSA5LjI1MDA1IDEuMTAwMDVDOS40MDAwNSAxLjI1MDA1IDkuNDAwMDUgMS41MDAwNSA5LjI1MDA1IDEuNjUwMDVMNC4wMDAwNSA2Ljk1MDA1QzMuOTUwMDUgNy4wMDAwNSAzLjg1MDA1IDcuMDUwMDUgMy43NTAwNSA3LjA1MDA1WiIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
form#cocaform .checkbox_label input{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 8px;
    width: 16px;
    height: 16px;
    opacity: 0;
}

form#cocaform .checkbox_label input:checked ~ .checkbox_button {
    background-color: gray;
    border-color: gray;
}
form#cocaform .checkbox_label input:checked ~ .checkbox_button:before {
    opacity: 1;
}

form#cocaform .checkbox_label input.error ~ .checkbox_button {
    border-color: #E22E2E;
}

form#cocaform .radio_label{
    position: relative;
    display: inline-block;
    padding: 0 0 0 36px;
    margin: 0 0 10px 0;
    cursor: pointer;
    text-align: left;
}

form#cocaform .radio_label .radio_button{
    position: absolute;
    top: 1px;
    left: 8px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    z-index: 2;
    background: rgba(255,255,255, .3);
    border: 1px solid #C1C5CC;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
form#cocaform .radio_label .radio_button:before{
    content: '';
    display: block;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    opacity: 0;
    width: 8px;
    height: 8px;
    background: #ffffff;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
form#cocaform .radio_label input{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 8px;
    width: 16px;
    height: 16px;
    opacity: 0;
}
form#cocaform .radio_label input:checked ~ .radio_button {
    background-color: gray;
    border-color: gray;
}
form#cocaform .radio_label input:checked ~ .radio_button:before {
    opacity: 1;
}
form#cocaform .radio_label input.error ~ .radio_button {
    border-color: #231f20;
}

.simple_tip{
    display: none;
    position: absolute;
    z-index: 9;
    bottom: 100%;
    left: 50%;
    width: auto;
    max-width: 180px;
    color: rgb(1,1,1);
    background: #ffffff;
    letter-spacing: 1px;
    padding: 8px 15px;
    border-radius: 5px;
    box-shadow: rgba(0,0,0, .15) 0 0 40px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    animation: fade .2s ease-in-out;
}
.simple_tip:before{
    content: '';
    display: inline-block;
    position: absolute;
    z-index: 9;
    top: 100%;
    left: 50%;
    margin-left: -2px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #ffffff;
}
label:hover .simple_tip,
.simple_tip.active{
    display: inline-block;
}
.simple_tip a{
    color: gray;
}

.simple_tip.dark {
    color: #ffffff;
    background: rgb(1,1,1);
}
.simple_tip.dark:before{
    border-top-color: rgb(1,1,1);
}

.simple_alert{
    display: block;
    position: relative;
    padding: 20px 30px;
    background: #eee;
    border-left: 4px solid #ccc;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}
.simple_alert.danger{
    border-left-color: #EB3B5B;
    color: #EB3B5B;
}
.simple_alert.success{
    border-left-color: #27AE60;
    color: #27AE60;
}

[data-theme="default"]{
    background: #ffffff;
}
[data-theme="default"].transparency{
    background: rgba(255,255,255, .85);
}

.disabled{
    pointer-events: none;
    opacity: .7!important;
}
.no_pointer{
    pointer-events: none;
}
.text_left{
    text-align: left;
}
.text_center{
    text-align: center;
}

#file_row {
    display: inline-block;
    text-align: center;
    background-color: #f0f0f0;
    padding: 0 30px;
    margin: 20px 0;
}
#file_row span.label {text-decoration: none;}
#file_row small {font-size: 10px;}
#file_row:hover {background-color: #515151;}

.file_label{
    position: relative;
    padding: 0;
    color: #666666;
    cursor: pointer;
}
.file_label:hover{
    color: #fff;
}
.file_label input{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100px;
    opacity: 0;
}
.file_label .file_add{
    display: block;
    padding: 8px;
    margin-bottom: 5px;
    border-radius: 3px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;

}
.file_label .file_add svg{
    display: inline-block;
    vertical-align: bottom;
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.file_remove{
    display: inline-block;
    width: 20px;
    color: red;
    font-size: 14px;
    vertical-align: middle;
}
.file_item{
    position: relative;
    z-index: 90;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    font-size: 11px;
    padding: 2px 10px;
    background: transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.file_item:hover{background: #800; color: white;}
.file_item:hover strong, .file_item:hover span.file_size {color: #ddd;}

.file_item strong{
    color: gray;
}
.file_item .file_image{
    position: absolute;
    display: none;
    align-items: center;
    text-align: left;
    justify-content: center;
    line-height: 1;
    color: #555;
    width: 200px;
    padding: 5px;
    border-radius: 5px;
    background: #ffffff;
    bottom: 115%;
    left: 50%;
    z-index: 9;
    box-shadow: rgba(0,0,0, .15) 0 0 30px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-animation: fade .3s ease-out;
    -moz-animation: fade .3s ease-out;
    animation: fade .3s ease-out;
}
.file_item .sp_filename{
    display: block;
    padding: 4px;
    color: #707BED;
}
.file_item:hover .file_image{
    display: inline-block;
}
.file_item .file_size{
    font-size: 10px;
    color: gray;
}

.selected_files{
    position: relative;
    padding: 0;
    margin: 0;
    display: block;
}

.simple_progress{
    position: relative;
    display: block;
    z-index: 90;
    width: 100%;
    height: 4px;
    border-radius: 8px;
    background: #ffffff;
}
.simple_progress .bar{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: #C1E9FF;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -ms-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
}
.selected_files .simple_progress{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    padding: 0;
    margin: 0;
    z-index: 9;
    display: none;
    border-radius: 30px;
    -webkit-animation: fade .3s ease-out;
    -moz-animation: fade .3s ease-out;
    animation: fade .3s ease-out;
}
.selected_files .simple_progress.active{
    display: block;
}
.selected_files_info{
    display: block;
    position: relative;
    z-index: 11;
    margin: 0;
}

form#cocaform.dark{
    color: #ffffff;
    background-color: rgb(24,25,26);
}
form#cocaform.dark .form_heading{
    color: rgb(168,171,174);
}
form#cocaform.dark .form_heading h4{
    color: rgb(228,230,235);
}
form#cocaform.dark .file_label{
    color: rgb(168,171,174);
}

form#cocaform.dark input,
form#cocaform.dark select,
form#cocaform.dark textarea{
    border-color: rgb(61,64,65);
    color: #f8f8f8;
}

form#cocaform.dark ::-webkit-input-placeholder{
    color: rgb(116,118, 121);
}
form#cocaform.dark ::-moz-placeholder{
    color: rgb(116,118, 121);
}

form#cocaform.dark :-ms-input-placeholder{
    color: rgb(116,118, 121);
}
form#cocaform.dark ::-ms-input-placeholder{
    color: rgb(116,118, 121);
}

form#cocaform.dark .selectric{
    border-color: rgb(61,64,65);
}
form#cocaform.dark .selectric .button:after,
form#cocaform.dark select,
form#cocaform.gradient .selectric .button:after,
form#cocaform.gradient select,
form#cocaform.faded .selectric .button:after,
form#cocaform.faded select{
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0OTAuNjU2IDQ5MC42NTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ5MC42NTYgNDkwLjY1NjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxnPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik00ODcuNTM2LDEyMC40NDVjLTQuMTYtNC4xNi0xMC45MjMtNC4xNi0xNS4wODMsMEwyNDUuMzM5LDM0Ny41ODFMMTguMjAzLDEyMC40NjdjLTQuMTYtNC4xNi0xMC45MjMtNC4xNi0xNS4wODMsMGMtNC4xNiw0LjE2LTQuMTYsMTAuOTIzLDAsMTUuMDgzbDIzNC42NjcsMjM0LjY2N2MyLjA5MSwyLjA2OSw0LjgyMSwzLjExNSw3LjU1MiwzLjExNXM1LjQ2MS0xLjA0NSw3LjUzMS0zLjEzNmwyMzQuNjY3LTIzNC42NjdDNDkxLjY5NiwxMzEuMzY4LDQ5MS42OTYsMTI0LjYwNSw0ODcuNTM2LDEyMC40NDV6Ii8+PC9nPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48L3N2Zz4=);
}
form#cocaform.dark .selectric .label{
    color: #ffffff;
}

form#cocaform.dark  .selectric-items{
    background: #111111;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}
form#cocaform.dark .selectric-items li{
    color: #ffffff;
}
form#cocaform.dark .selectric-items li.selected {
    background: rgb(36,37,38);
    color: #ffffff;
}
form#cocaform.dark .selectric-items li:hover {
    background: rgb(36,37,38);
    color: #ffffff;
}
form#cocaform.dark .selectric-items li.highlighted {
    background: rgb(36,37,38);
    color: #ffffff;
}


form#cocaform.dark .error_description{
    color: #cccccc;
    background: rgb(36,37,38);
}


form#cocaform.gradient{
    background: rgb(100,71,218);
    background: linear-gradient(45deg, rgba(100,71,218,1) 30%, rgba(253,125,201,1) 100%);
}
form#cocaform.gradient.purple{
    background: rgb(100,71,218);
    background: linear-gradient(45deg, rgba(100,71,218,1) 30%, rgba(253,125,201,1) 100%);
}
form#cocaform.gradient.green{
    background: rgb(93,166,59);
    background: linear-gradient(45deg, rgba(93,166,59,1) 30%, rgba(168,221,106,1) 100%);
}
form#cocaform.gradient.blue{
    background: rgb(94,92,196);
    background: linear-gradient(45deg, rgba(94,92,196,1) 30%, rgba(138,137,240,1) 100%);
}
form#cocaform.gradient.red{
    background: rgb(189,7,18);
    background: linear-gradient(45deg, rgba(141,4,10,1) 30%, rgba(189,7,18,1) 100%);
}


form#cocaform.gradient,
form#cocaform.gradient .form_heading,
form#cocaform.gradient .form_heading h4,
form#cocaform.gradient .file_label,
form#cocaform.faded,
form#cocaform.faded .form_heading,
form#cocaform.faded .form_heading h4,
form#cocaform.faded .file_label{
    color: #ffffff;
}
form#cocaform.gradient .file_label svg > *,
form#cocaform.faded .file_label svg > *{
    stroke: #ffffff!important;
}
form#cocaform.gradient .file_item:hover,
form#cocaform.faded .file_item:hover {
    background: rgba(0,0,0, .2);
}

form#cocaform.gradient input,
form#cocaform.gradient select,
form#cocaform.gradient textarea{
    border-color: rgba(255,255,255, .3);
    color: #ffffff;
}

form#cocaform.gradient :focus,
form#cocaform.faded :focus{
    border-color: rgba(255,255,255, 1)!important;
}

form#cocaform.gradient ::-webkit-input-placeholder{
    color: rgba(255,255,255, .5)
}
form#cocaform.gradient ::-moz-placeholder{
    color: rgba(255,255,255, .5)
}

form#cocaform.gradient :-ms-input-placeholder{
    color: rgba(255,255,255, .5)
}
form#cocaform.gradient ::-ms-input-placeholder{
    color: rgba(255,255,255, .5)
}

form#cocaform.gradient .tap,
form#cocaform.gradient .tap:hover,
form#cocaform.gradient .tap:focus,
form#cocaform.faded .tap,
form#cocaform.faded .tap:hover,
form#cocaform.faded .tap:focus{
    background: #ffffff;
    color: #111111;
}

form#cocaform.faded input,
form#cocaform.faded select,
form#cocaform.faded textarea{
    border-color: rgba(255,255,255, .5);
    color: #ffffff;
}

form#cocaform.faded{
    background: rgba(255,255,255, .2);
    color: #ffffff;
}
form#cocaform.faded.faded_dark{
    background: rgba(0,0,0, .5);
    color: #ffffff;
}

form#cocaform.faded ::-webkit-input-placeholder{
    color: rgba(255,255,255, .5)
}
form#cocaform.faded ::-moz-placeholder{
    color: rgba(255,255,255, .5)
}
form#cocaform.faded :-ms-input-placeholder{
    color: rgba(255,255,255, .5)
}
form#cocaform.faded ::-ms-input-placeholder{
    color: rgba(255,255,255, .5)
}

form#cocaform.gradient .selectric .label,
form#cocaform.faded .selectric .label{
    color: #ffffff;
}

form#cocaform.gradient .selectric,
form#cocaform.faded .selectric{
    border-color: rgba(255,255,255, .5);
}

form#cocaform.gradient .selectric-focus .selectric,
form#cocaform.faded .selectric-focus .selectric{
    border-color: rgba(255,255,255, 1);
}

form#cocaform.gradient .checkbox_label input:checked ~ .checkbox_button,
form#cocaform.faded .checkbox_label input:checked ~ .checkbox_button {
    background-color: rgba(24,25,26, .5);
    border-color: transparent;
}
form#cocaform.gradient .radio_label input:checked ~ .radio_button,
form#cocaform.faded .radio_label input:checked ~ .radio_button {
    background-color: rgba(24,25,26, .5);
    border-color: transparent;
}

form#cocaform.gradient .checkbox_label a,
form#cocaform.faded .checkbox_label a{
    color: #ffffff;
    text-decoration: underline;
}
form#cocaform.gradient .checkbox_label a:hover,
form#cocaform.faded .checkbox_label a:hover{
    text-decoration: none;
}

.form_modal_wrapper{
    position: relative;
    padding: 0;
    margin: 50px auto;
    max-width: 400px;
}
.mfp-bg{
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.mfp-close-btn-in .mfp-close{
    font-size: 40px;
    line-height: 1;
    top: -40px
}

.submit_button{}
.enable_when_agree{}

#radio-options {margin-top: 20px;}
span.actual_label {position: relative; top: -4px; margin-right: 20px;}

#subject-wrapper {margin-top: 0;}

a#privacy {white-space: nowrap;}

#vv_wrapper {margin: 10px 0;}
#vv_wrapper span.label {display: block;}
#vv_wrapper label {float: left; margin-right: 12px !important;}
#vv_wrapper label input, #vv_wrapper img {
    width: 311px !important;
    height: 44px !important;
}

.subject-text {color: #707070; padding: 10px 20px; margin: 15px 0;}

select.hidden {display: none !important;}

@media (min-width: 993px){
    #numbers_wrapper {display: table !important; width: 65% !important; margin: 10px 0;}
    #numbers {display: table-row !important;}
    #numbers label {display: table-cell !important;}
    #numbers label input {width: 98.5% !important;}
    #numbers label#order_number input {float: left;}
    #numbers label#rma_number input {float: right;}
}

@media (max-width: 480px){
    form#cocaform .tap{
        min-width: 200px;
    }
}
