﻿
.dz-message text {
    white-space: pre-line;
}

nav > .nav.nav-tabs {
    border: none;
    color: #fff;
    background: #272e38;
    border-radius: 0;
}

nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active {
    border: none;
    padding: 18px 25px;
    color: #fff;
    background: #272e38;
    border-radius: 0;
    cursor: pointer;
}

    nav > div a.nav-item.nav-link.active:after {
        content: "";
        position: relative;
        bottom: -50px;
        left: -10%;
        border: 15px solid transparent;
        border-top-color: #CA1F27;
    }

.tab-content {
    background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top: 5px solid #CA1F27;
    border-bottom: 5px solid #CA1F27;
    padding: 30px 25px;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus,
nav > div a.nav-item.nav-link.active {
    border: none;
    background: linear-gradient(90deg, rgba(202,31,39,1) 0%, rgba(202,31,39,1) 100%, rgba(255,0,0,1) 100%) !important;
    color: #fff;
    border-radius: 0;
    transition: background 0.20s linear;
}


.btn-primary{
    color:white;
}
input[type="file"] {
    display: block;
}
.fileinput-button {
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 4px;
    color: white;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: solid transparent;
    border-width: 0 0 100px 200px;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transform: translate(-300px, 0) scale(4);
    direction: ltr;
    cursor: pointer;
}
.dz-preview {
    display: none !important;
}
.dropzone {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: unset !important;
    width: 100% !important;
    min-height: 30px !important;
    background: #CA1F27 !important;
    border-color: #CA1F27 !important;
    color: #FFF !important;
    font-weight: 400 !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    user-select: none !important;
    border: 1px solid transparent !important;
    padding: 0.375rem 0.75rem;
    font-size: 0.813rem !important;
    line-height: 1.5 !important;
    border-radius: 0.25rem !important;
    margin: 0.25rem !important;
}
.dz-message {
    padding: 0.375rem 0.75rem!important;
    margin: 0 !important;
}
    .dz-message > p{
        margin:0!important;
    }
    .dropzone.dz-started .dz-message {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
    .how-it-work {
        display:flex;
        flex-direction:column;
        width:100%;
        padding:30px;   
}
.main-how-it {
	background: #f6f6f6;
	width: 544px;
	height: 110px;
	transform: rotate(-90deg);
	border-radius: 50px;
	box-shadow: 0px 2px 11px -2px rgba(0,0,0,0.4);
}
.main-how-it h4 {
	font-size: 54px;
	padding-top: 20px;
	text-align: center;
	text-transform: uppercase;
	color:#78c043;
	font-weight: 800;
}
.bg-theme {
	color: #008931;
}
.how-it-work .panel {
	border-top-left-radius: 60px;
	border-bottom-left-radius: 60px;
	color:#fff;
	font-size: 16px;
	background: #008931;
	box-shadow: 0px 1px 7px 1px rgba(0,0,0,0.4);
	margin-bottom:15px;
}
.how-it-work .panel span,
.how-it-work .panel:hover span  {
	-webkit-transition: all ease-out 0.3s;
	-moz-transition: all ease-out 0.3s;
	-o-transition: all ease-out 0.3s;
	transition: all ease-out 0.3s;
}
.how-it-work .panel:hover span {
	background: rgba(0,0,0,0.4);
}
.how-it-work .panel:nth-child(even) {
	background: #78c043;
}
.how-it-work .panel-body {
	overflow-y: auto;
	overflow: visible;
	height: 120px;
	padding-left: 120px;
}
.how-it-work .panel-body span {
	position: absolute;
	top: 15px;
	left: 10px;
	width: 90px;
	height: 90px;
	line-height: 90px;
	color: #008931;
	background: #f6f6f6;
	text-align: center;	
	font-size: 36px;
	font-weight: 800;
	border-radius: 50%;
	box-shadow: 0px 2px 10px rgba(0,0,0,0.4);
}
.how-it-work .panel-body span:before {
	content: "";
	position: absolute;
	top: 35px;
	left: -47px;
	width: 50px;
	height: 20px;
	background: #f6f6f6;
	box-shadow: 0px 8px 3px -5px rgba(0,0,0,0.2);
}
.how-it-work .panel:nth-child(even) span {
	color: #78c043;
}
.how-it-work .step-heading {
	font-size: 28px;
	margin-top: 0px;
	color: rgba(0,0,0,0.3);
	padding-top:15px;
}
.display__flex{
    display:flex;
    justify-content:center;
    align-items:center;
}
.anex {
    max-width: 450px;
}
@media (max-height: 880px) and (max-width: 987px) {
    .table td {
        display: flex;
    }
    .table thead {
        display:none;
    }
}