﻿body {
  
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}



.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('//upload.wikimedia.org/wikipedia/commons/thumb/e/e5/Phi_fenomeni.gif/50px-Phi_fenomeni.gif') 50% 50% no-repeat rgb(249,249,249);
}

.loader2 {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/Images/loader.gif') 50% 50% no-repeat rgb(249,249,249);
}


/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.imgStyle{
    background-size:cover;
    background-position:center;
    position:relative;
}

    .imgStyle span {
        background: #605656;
        border: none;
        border-radius: 16px;
        color: #ffffff;
        cursor: pointer;
        display: inline-block;
        font-family: "Rubik", sans-serif;
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 1rem;
        outline: none;
        position: relative;
        transition: all 0.3s;
        vertical-align: middle;
        background-size: cover;
        background-position: center;
        position: absolute;
        right: -14px;
        width: 26px;
        top: -14px;
    }

.rotate {
    transform: rotate(-45deg);
    /* Legacy vendor prefixes that you probably don't need... */
    /* Safari */
    -webkit-transform: rotate(-45deg);
    /* Firefox */
    -moz-transform: rotate(-45deg);
    /* IE */
    -ms-transform: rotate(-45deg);
    /* Opera */
    -o-transform: rotate(-45deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}



.col-md-3 {
    margin-bottom: 25px;
}

[type=file] {
    height: 0;
    overflow: hidden;
    width: 0;
}

    [type=file] + label {
        background: #45cd8e;
        border: none;
        border-radius: 5px;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-family: "Rubik", sans-serif;
        font-size: 2.2rem;
        font-weight: 500;
        margin-bottom: 1rem;
        outline: none;
        padding: 2rem 1rem;
        position: relative;
        transition: all 0.3s;
        vertical-align: middle;
        width: 100%;
        background-size: cover;
        background-position: center;
    }

    [type=file] + label  i {
        margin-right:15px;
    }



        [type=file] + label:hover {
            background-color: #d3460d;
        }

        [type=file] + label.btn-1 {
            background-color: #f79159;
            box-shadow: 0 6px #f57128;
            transition: none;
        }

            [type=file] + label.btn-1:hover {
                box-shadow: 0 4px #f57128;
                top: 2px;
            }

        [type=file] + label.btn-2 {
            background-color: #99c793;
            border-radius: 50px;
            overflow: hidden;
        }

            [type=file] + label.btn-2::before {
                color: #fff;
                content: "";
                font-family: "Font Awesome 5 Pro";
                font-size: 100%;
                height: 100%;
                right: 130%;
                line-height: 3.3;
                position: absolute;
                top: 0px;
                transition: all 0.3s;
            }

            [type=file] + label.btn-2:hover {
                background-color: #497f42;
            }

                [type=file] + label.btn-2:hover::before {
                    right: 75%;
                }

        [type=file] + label.btn-3 {
            background-color: #ee6d9e;
            border-radius: 0;
            overflow: hidden;
        }

            [type=file] + label.btn-3 span {
                display: inline-block;
                height: 100%;
                transition: all 0.3s;
                width: 100%;
            }

            [type=file] + label.btn-3::before {
                color: #fff;
                content: "";
                font-family: "Font Awesome 5 Pro";
                font-size: 130%;
                height: 100%;
                left: 0;
                line-height: 2.6;
                position: absolute;
                top: -180%;
                transition: all 0.3s;
                width: 100%;
            }

            [type=file] + label.btn-3:hover {
                background-color: #ae144f;
            }

                [type=file] + label.btn-3:hover span {
                    transform: translateY(300%);
                }

                [type=file] + label.btn-3:hover::before {
                    top: 0;
                }

body {
   
    font-size: 16px;
    line-height: 1.3;
    margin: 1rem 0;
    text-align: center;
}

.wrapper {
    background-color: #fff;
    border-radius: 1rem;
    margin: 0 auto;
    max-width: 500px;
    padding: 2rem;
    width: 100%;
}

.footer {
    font-size: 0.8rem;
    margin-bottom: 0;
    margin-top: 3rem;
}

h1,
p {
    margin-bottom: 0rem;
}

h1 {
    font-family: "Rubik", sans-serif;
    font-size: 1.7rem;
}

a {
    color: #31c1ef;
    text-decoration: none;
}

/*check Mark*/
.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 10% auto;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #7ac142;
    }
}

.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: -webkit-translate(-50%, -50%);
    transform: -moz-translate(-50%, -50%);
    transform: -ms-translate(-50%, -50%);
    color: darkred;
}