html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}


.preloader {
    display: -ms-flexbox;
    display: flex;
    background-color: #f4f6f9;
    height: 100vh;
    width: 100%;
    transition: height .2s linear;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
}

.ImageContainer {
    /*        color: #fff;
        font-size: 100px;
        line-height: 85px;*/
    display: flex;
    width: 100%;
    margin: 0 0 10px;
}

    .ImageContainer .ImageBorder {
        opacity: 1;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        height: 200px;
        width: 200px;
        border-radius: 50%;
        border-style: solid;
        border-width: 3px;
        border-color: #348cd4;
        /*transition: .5s ease;*/
        /*backface-visibility: hidden;*/
    }

        .ImageContainer .ImageBorder img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            object-fit: contain;
        }

/*.CameraContainer {*/
    /*        color: #fff;
        font-size: 100px;
        line-height: 85px;*/
    /*display: flex;
    width: 100%;
    margin: 0 0 10px;
}

    .CameraContainer .CameraBorder {
        opacity: 1;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        height: 100%;
        width: 100%;
        border-radius: 100%;*/
        /*transition: .5s ease;*/
        /*backface-visibility: hidden;*/
    /*}

        .CameraContainer .CameraBorder img {
            width: 100%;
            height: 100%;
            padding: 19px;
            border-radius: 50%;
            object-fit: contain;
        }*/

.browseButtonStyle {
    transition: .5s ease;
    opacity: 0;
    color: white;
    background-color: #348cd4;
    border-radius: 3px;
    border-style: none;
    padding: 5px 5px;
    outline: none;
    box-shadow: none;
    text-decoration: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

    .browseButtonStyle:hover {
        opacity: 0.9;
    }

.card .overlay.dark, .info-box .overlay.dark, .overlay-wrapper .overlay.dark, .small-box .overlay.dark {
    background-color: rgba(0,0,0,.5);
}

.card .overlay, .info-box .overlay, .overlay-wrapper .overlay, .small-box .overlay {
    border-radius: 0.25rem;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(255,255,255,.7);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 50;
}

.card > .loading-img, .card > .overlay, .info-box > .loading-img, .info-box > .overlay, .overlay-wrapper > .loading-img, .overlay-wrapper > .overlay, .small-box > .loading-img, .small-box > .overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.modal-dialog .overlay {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: -1px;
    z-index: 1052;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0,0,0,.7);
    color: #666f76;
    border-radius: 0.3rem;
}
