@font-face {
    font-family: "Flaticon";
    src: url("/vendor/fonts/Flaticon.eot");
    src: url("/vendor/fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("/vendor/fonts/Flaticon.woff2") format("woff2"), url("/vendor/fonts/Flaticon.woff") format("woff"), url("/vendor/fonts/Flaticon.ttf") format("truetype"), url("/vendor/fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Flaticon";
        src: url("/vendor/fonts/Flaticon.svg#Flaticon") format("svg");
    }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
}

.flaticon-add-button:before {
    content: "\f100";
}

.flaticon-ui:before {
    content: "\f101";
}

.flaticon-multiply:before {
    content: "\f102";
}

.flaticon-cloud:before {
    content: "\f103";
}

.flaticon-upload:before {
    content: "\f104";
}

.flaticon-upload-1:before {
    content: "\f105";
}

body {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    background-color: #eeeeee;
    color: #828282;
    font-weight: 300;
}

.navbar-brand {
	display: block;
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #212529;
}

.btn-primary {
    color: #fff;
    background-color: #6d6afc;
    border-color: #6d6afc;
}

.btn-upload {
    margin-top: 30px;
    min-width: 200px;
    padding: 10px 20px;
    min-height: 52px;
}

.btn-upload .loader-text {
	display: none;
}

.btn-upload .defalut-text {
	display: block;
}

.btn-upload.uploading .loader-text {
	display: block;
}

.btn-upload.uploading .defalut-text {
	display: none;
}

.btn-upload.uploading {
    pointer-events: none;
    cursor: not-allowed;
    background-color: rgba(0, 123, 255, 0.6901960784313725);
    border-color: rgba(0, 123, 255, 0.6901960784313725);
    box-shadow: none !important;
}

.file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #007bff;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #007bff;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.file-upload-btn:hover {
    background: #007bff;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.file-upload-btn:active {
    border: 0;
    transition: all .2s ease;
}

.file-upload-content {
    display: none;
    text-align: center;
    margin-top: 30px;
    border: 2px dashed #ccc;
    padding: 50px 90px;
    border-radius: .25rem;
    display: block;
    position: relative;
    width: 100%;
    height: 370px;
    background-image: none;
    text-align: center;
    -webkit-transition: border-color .15s linear;
    transition: border-color .15s linear;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
    display: block;
    top: 0;
    left: 0;
}

@-webkit-keyframes stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 60px 30px
    }
}

@keyframes stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 60px 30px
    }
}

.image-upload-wrap {
    margin-top: 30px;
    border: 2px dashed #ccc;
    padding: 30px;
    border-radius: .25rem;
    display: block;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    width: 100%;
    height: 370px;
    background-image: none;
    text-align: center;
    -webkit-transition: border-color .15s linear;
    transition: border-color .15s linear;
}

.image-dropping, .image-upload-wrap:hover {
    background-size: 20px 20px;
    background-image: -webkit-linear-gradient(135deg,#F6F6F6 25%,transparent 25%,transparent 50%,#F6F6F6 50%,#F6F6F6 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,#F6F6F6 25%,transparent 25%,transparent 50%,#F6F6F6 50%,#F6F6F6 75%,transparent 75%,transparent);
    -webkit-animation: stripes 2s linear infinite;
    animation: stripes 3s linear infinite;
}

.image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}

.drag-text {
    text-align: center;
}

.drag-icon {
    font-size: 70px;
    color: #999;
}

.drag-img {
	width: 360px;
	margin-top: 10px;
	margin-bottom: 30px;
}

.drag-text h3 {
    font-weight: 300;
    color: #999;
    line-height: 1.5;
}

.file-upload-image {
    max-width: 100%;
    max-height: 100%;
}

.btn-remove {
    position: absolute;
    background: #9E9E9E;
    right: -15px;
    top: -15px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 14px;
    padding: 0;
    color: #fff;
    font-weight: 500;
}

.remove-image {
    width: 200px;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #b02818;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.remove-image:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.remove-image:active {
    border: 0;
    transition: all .2s ease;
}

.marquee {
    width: 800px;
    overflow: hidden;
    border: 1px solid #ccc;
    background: #ccc;
}

.drag-progress {
    margin-top: 30px;
}

@keyframes lds-rolling {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-webkit-keyframes lds-rolling {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.lds-rolling {
    position: relative;
    display: block;
}

.lds-rolling span, .lds-rolling span:after {
    position: absolute;
    width: 160px;
    height: 160px;
    border: 20px solid #ffffff;
    border-top-color: transparent;
    border-radius: 50%;
}

.lds-rolling span {
    -webkit-animation: lds-rolling 1s linear infinite;
    animation: lds-rolling 1s linear infinite;
    top: 100px;
    left: 100px;
    display: block;
}

.lds-rolling span:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.lds-rolling {
    width: 30px !important;
    height: 30px !important;
    -webkit-transform: translate(-15px, -15px) scale(0.15) translate(15px, 15px);
    transform: translate(-15px, -15px) scale(0.15) translate(15px, 15px);
}

.lds-text {
    display: inline-block;
}

.lds-css {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 10px;
}

.upload-block {
    margin-top: 30px;
    border-radius: .25rem;
    display: block;
    position: relative;
    width: 100%;
    height: 370px;
    text-align: center;
}

.upload-block .card-body {
    border-top: 1px solid #eee;
    height: 40%;
}

.public-link {
    border: 1px solid #eee;
    display: inline-block;
    padding: 6px 12px;
}

.upload-block .card {
    height: 100%;
}

.upload-block .card-img-top {
    height: 60%;
    object-fit: contain;
    width: auto;
    padding: 30px;
}

.image-upload-working {
    background: #fff;
    text-align: center;
    padding: 50px 0;
}

.image-upload-sec {
    padding: 30px 15px 50px;
}

.working-card {
    padding: 0 50px;
}

.working-card img {
    margin-bottom: 15px;
}

.working-card-title {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 5px;
    color: #212529;
}

.working-card-body {
    color: #828282;
    font-weight: 300;
}

.title {
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
    font-weight: 700;
    color: #555;
    font-size: 2.3rem;
    text-align: center;
}

#image-upload-sec-first.col-sm-6 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}

#image-upload-sec-first.col-sm-6.image-uploadded {
    width: auto;
    max-width: 50%;
    flex: 0 0 50%;
}

.upload-block .card-img-top img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

footer {
    background: #333;
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
}