/* FONTS */
@font-face {
  font-family: Poppins;
  src: url("../fonts/poppins/Poppins-Medium.ttf");
}
@font-face {
  font-family: PoppinsBold;
  src: url("../fonts/poppins/Poppins-SemiBold.ttf");
}

#shipmentForm .content>.body {
	font-family:  Poppins, sans-serif;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    position: relative;
    background: #e6ecf0;
    scrollbar-color: rgb(128, 72, 199);
    scrollbar-width: thin;
}

.wizard > .content {
 	font-family:  Poppins, sans-serif;
    background-color: #F4F6FF !important;
    min-height: 20em !important;
}
.steps {
    border-radius: 10px;
    overflow: hidden;
}

.steps ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.steps ul li a {
    height: 100%;
    margin: 0 !important;
    border-radius: 0 !important;
    color: white !important;
    text-align: center;
    cursor: pointer !important;
}


.steps .current a {
    background-color: #3F376A !important;
}

.steps .disabled a,
.steps .done a {
    background-color: rgba(92, 79, 167, 0.6) !important;
}

.steps .disabled a {
    cursor: no-drop !important;
}

.steps .number {
    display: none;
}

.steps .error a {
    background-color: #E95936 !important;
}

.content {
    margin: 10px 0 !important;
}

.content .body {
	font-family:  Poppins, sans-serif;
    background-color: #F4F6FF !important;
    padding: 30px !important;
}

.wizard>.content>.body label {
	font-family:  Poppins, sans-serif;
    margin-bottom: 2px !important;
    margin-top: 5px;
    font-weight: bold;
    font-size: 14px !important;
}

.signup {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 30px;
    margin: 10px;
}

.actions ul li a {
	font-family:  Poppins, sans-serif;
    padding: 12px 50px !important;
    background: #E95936 !important;
    border-radius: 5px !important;
    font-weight: bold;
}
.quote-container .wizard > .steps > ul > li {
    width: 50%;
}
@media (max-width: 500px) {
    #main-content {
        padding-top: 40px !important;
    }
    .steps ul li a {
        font-size: 80% !important;
    }
    #shipmentForm .sm-row-reverse {
        flex-direction: column-reverse !important;
    }
    #quoteForm .sm-row-reverse {
        flex-direction: column-reverse !important;
    }
    .actions ul li {
        padding: 0;
    }
    .actions ul li a {
	  	font-family:  Poppins, sans-serif;
        font-size: 80%;
        padding-left: 10px !important;
        padding-right: 10px !important;
       
    }
    
}
