﻿.file-upload {
    width: 100%;
}


.customUploader .dx-fileuploader-input-container,
.customUploader .dx-fileuploader-files-container {
    display: none;
}

.customUploader .dx-fileuploader-input-wrapper,
.customUploader .dx-fileuploader-wrapper {
    padding: 0;
    border: none;
}

    .customUploader .dx-fileuploader-input-wrapper .dx-button {
        width: 100%
    }

.file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #1FB264;
    border: none;
    border-radius: 4px;
    border-bottom: 4px solid #15824B;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

    .file-upload-btn:hover {
        cursor: pointer;
    }

    .file-upload-btn:active {
        border: 0;
        transition: all .2s ease;
    }

.endRegistrationHeader h3 {
    text-align: center;
    font-family: 'BPG Arial Caps';
    font-size: 20px;
}

.file-upload-content {
    text-align: center;
    position: relative;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
    display: none;
}

.image-upload-wrap {
    margin-top: 3px;
    border: 2px dashed #c1c1c1;
    position: relative;
    height: 170px;
}

.image-title-wrap {
    color: #222;
    display: none;
    margin-top: 2px;
    position: absolute;
    width: 100%;
    bottom: 0px;
}

.drag-text {
    text-align: center;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
}

    .drag-text h3 {
        font-weight: 100;
        text-transform: uppercase;
        color: #a5a5a5;
        font-size: 15px;
        font-family: 'DejaVu Sans';
    }

.file-upload-image {
    height: 170px;
    width: 100%;
    margin: auto;
    margin-top: 3px;
}

.remove-image {
    width: 100%;
    color: #fff;
    background: #cd4535cf;
    border: none;
    padding: 3px;
    position: relative;
    border-bottom: 4px solid #b02818;
    transition: all .2s ease;
    outline: none;
    height: 40px;
    overflow: hidden;
    font-size: 14px;
    display: flex;
    font-family: 'DejaVu Sans';
    text-align: left;
}

button.remove-image > div {
    padding: 3px 20px 0px 10px;
}

.remove-image:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.remove-image:active {
    border: 0;
    transition: all .2s ease;
}

.file-upload .dx-button-content .dx-icon {
    top: 1px !important;
}

.image-title {
    position: absolute;
    padding-left: 35px;
    width: auto;
    line-height: 26px;
    position: absolute;
    padding-left: 35px;
    width: 270px;
}

.file-upload-content:hover .image-title-wrap {
    display: block;
}

.registration-title {
    padding: 10px 20px 20px;
    font-size: 18px;
    font-family: 'BPG Arial Caps';
    color: #919191;
}

.registration-html {
    text-align: center;
}

.registration-wrap {
    padding-top: 15px;
    overflow: hidden;
    padding-bottom: 15px;
}

label.tab {
    padding: 10px;
    font-size: 16px;
    font-family: 'BPG Arial Caps';
    color: #1e2257;
    margin: 10px 5px;
    cursor: pointer;
    background: #e4e4e4cc;
    border-radius: 6px;
}

.registration-html .physical-reg,
.registration-html .legal-reg {
    transition: all .4s linear;
    display: none;
}

.registration-html .sign-in,
.registration-html .sign-up,
.registration-form .group .check {
    display: none;
}


    .registration-html .sign-in:checked + .tab,
    .registration-html .sign-up:checked + .tab {
        color: #fff;
        background: #71c8b8;
    }

.registration-form {
    min-height: 900px;
    position: relative;
}

    .registration-form .group .check:checked + label {
        color: #fff;
    }

.registration-html .sign-in:checked + .tab + .sign-up + .tab + .registration-form .physical-reg {
    display: block;
}

.registration-html .sign-up:checked + .tab + .registration-form .legal-reg {
    display: block;
}

.checkStatus {
    background: #ff4f4f;
    font-family: 'DejaVu Sans';
    color: white;
    font-size: 14px;
    margin: 0 15px;
    border-radius: 3px;
}

    .checkStatus > div {
        padding: 8px 20px 8px;
    }