* ========================================================================*/
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*, ::before, ::after { box-sizing:border-box; -webkit-box-sizing:border-box; }

html { overflow:hidden; overflow-y:auto; }

html, body{
    height:100%;
}
body{
    padding:0px;
    margin:0px;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Oswald', sans-serif;
    font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6, p, ul{
    padding:0px;
    margin:0px;
}
p{
    word-break:break-word;
}
a, a:hover{
    text-decoration:none;
}
ul{
    list-style:none;
}
button:focus, input:focus, .form-control:focus, select:focus,button.btn:focus, .navbar-toggler:focus, .accordion-button:focus, :focus-visible {
     outline: unset;
     box-shadow: none;
     outline: -webkit-focus-ring-color auto 0px;
}
img {
    max-width: 100%;
    display: block
}
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .entry-footer:before, .entry-footer:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after, .nav-links:before, .nav-links:after, .pagination:before, .pagination:after, .comment-author:before, .comment-author:after, .widget-area:before, .widget-area:after, .widget:before, .widget:after, .comment-meta:before, .comment-meta:after {
    content: ""; display: table; table-layout: fixed; 
}
.clear:after, .entry-content:after, .entry-footer:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after, .nav-links:after, .pagination:after, .comment-author:after, .widget-area:after, .widget:after, .comment-meta:after { 
    clear: both; 
}
.clearfix:before, .clearfix:after {
    visibility:hidden; 
    display:block; 
    font-size:0; 
    content:" "; 
    clear:both; 
    height:0;
}


.container {
    width: 100%;
    max-width: 1170px;
    padding: 0px 15px;
    margin: 0 auto;
}

.logo img{
    width: 100%;
    max-width: 150px;
    padding:10px 0px;
    margin: 0 auto;
}
.headding {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-bottom:30px;
}

.headding h1 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}
.form-outer {
    min-height: calc(100vh - 267px);
    display: flex;
    justify-content: center;
    padding: 70px 0px 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #095375;

}
.form-outer-box {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    
}
.form-outer-box input {
    width: 100%;
    height: 46px;
    border: 0px;
    padding: 20px;
    margin-bottom: 24px;
    background-color: #1E7FA1;
    color: #fff;
}
.form-outer-box textarea {
    width: 100%;
    height: 100px;
    background-color: #1e7fa1;
    border: 0px;
    padding: 15px 20px;
    font-size: 14px;
    color:#fff;
    margin-bottom:20px;
}
.add-invoices select {
    width: 100%;
    height: 46px;
    margin-bottom: 24px;
    background-color: #1e7fa1;
    border: 0px;
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
}
.form-outer-box input::placeholder, .form-outer-box textarea::placeholder{
    color: #fff;
    font-size:14px;
}
.form-outer-box button {
    height: 46px;
    padding: 0px 20px;
    border: 0px;
    font-size: 16px;
    font-weight: 400;
    background-color: #1E7FA1;
    color: #fff;
    transition:all 0.4s;
}
.form-outer-box button:hover{
    background-color: #fff;
    color: #1E7FA1;
}

.add-invoices, .verification-number, .new-user {
    margin-top: 24px;
}
.form-outer-box h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
    border-top: 1px solid #1e7fa1;
    padding-top: 10px;
    margin-top: 24px;
}
.new-user {
    display: none;
}
.add-invoices-outer {
    display: none;
}
.add-invoices-box {
    position: relative;
}
.multi-field {
    border: 1px solid #1e7fa1;
    padding: 30px 30px;
    margin-bottom: 24px;
    position: relative;
}
.close svg {
    height: 20px;
    width: 20px;
}
.close {
    cursor: pointer;
}
.multi-fields.add-invoices-box .multi-field:first-child .remove-field {
    display: none;
}
#clone-box .close {
    display: none;
}
.thankyou-msg {
    font-size: 14px;
    color: #fff;
    border: 1px solid #1e7fa1;
    padding: 10px;
    text-align: center;
    margin-top: 24px;
    display: none;
}
.multi-field input:last-child {
    margin-bottom: 0px;
}
.remove-field {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}
.multi-field input {
    margin-bottom: 0;
}

.wrapper {
     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     align-items: center;
     justify-content: flex-start;
}
 .box {
     display: block;
     width: 100px;
     height: 100px;
     background-color: white;
     transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
     overflow: hidden;
     position:relative;
     margin-bottom: 24px;
}
 .upload-options {
    height: 100%;
    background-color: transparent;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    transition: background-color ease-in-out 150ms;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
 .upload-options:hover {
     background-color: transparent;
}
 .upload-options input {
     width: 0.1px;
     height: 0.1px;
     opacity: 0;
     overflow: hidden;
     position: absolute;
     z-index: -1;
}
 .upload-options label {
     display: flex;
     align-items: center;
     width: 100%;
     height: 100%;
     font-weight: 400;
     text-overflow: ellipsis;
     white-space: nowrap;
     cursor: pointer;
     overflow: hidden;
}
.upload-options label::after {
    content: 'Upload Profile';
    position: absolute;
    font-size: 14px;
    color: #fff;
    top: 50%;
    left: 50%;
    z-index: 0;
    transform: translate(-50%, -50%);
}
.add-invoices-box .upload-options label::after {
    content: 'Upload Invoice';
    position: absolute;
    font-size: 14px;
    color: #fff;
    top: 50%;
    left: 50%;
    z-index: 0;
    transform: translate(-50%, -50%);
}
/* .upload-options:hover label::after { */
    /* color: #1e7fa1; */
/* } */
 .upload-options label span {
     display: inline-block;
     width: 50%;
     height: 100%;
     text-overflow: ellipsis;
     white-space: nowrap;
     overflow: hidden;
     vertical-align: middle;
     text-align: center;
}
 .upload-options label span:hover i.material-icons {
     color: lightgray;
}
 .js--image-preview {
     height: 100px;
     width: 100%;
     position: relative;
     overflow: hidden;
     /* background-image: url(''); */
     background-color: #1e7fa1;
     background-position: center center;
     background-repeat: no-repeat;
     background-size: cover;
}
.js--image-preview:hover{
    color:#fff;
}
 .js--image-preview::after {
     content: "";
     position: relative;
     font-size: 4.5em;
     color: rgba(230, 230, 230, 1);
     top: calc(50% - 3rem);
     left: calc(50% - 2.25rem);
     z-index: 0;
}
 .js--image-preview.js--no-default::after {
     display: none;
}
 .js--image-preview:nth-child(2) {
     background-image: url('http://bastianandre.at/giphy.gif');
}
 i.material-icons {
     transition: color 100ms ease-in-out;
     font-size: 2.25em;
     line-height: 55px;
     color: white;
     display: block;
}
 .drop {
     display: block;
     position: absolute;
     background: rgba(95, 158, 160, 0.2);
     border-radius: 100%;
     transform: scale(0);
}
 .animate {
     animation: ripple 0.4s linear;
}
 @keyframes ripple {
     100% {
         opacity: 0;
         transform: scale(2.5);
    }
}
 

/*-----foooter-----*/
footer {
    background: #0b435c;
    border-top: 2px solid #093952;
    padding: 20px 0px;
}
.social-link svg {
    width: 20px;
    height: 20px;
}
.yall-mall-information {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.social-link {
    display: flex;
    align-items: center;
}
.social-link li {
    margin-left: 20px;
}
.social-link li a {
    height: 40px;
    width: 40px;
    background-color: #1e7fa1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition:all 0.4s;
}
.social-link li a:hover {
    background-color: #fff;
}
.social-link li a svg path {
    transition:all 0.4s;
}
.social-link li a:hover svg path {
    fill: #1e7fa1;
}
.contact-detail p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.contact-detail a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top:10px;
    display:inline-block;
    transition:all 0.4s;
}
.contact-detail a:hover{
    border-bottom:1px solid #fff;
}
.contact-detail-mail {
    
    margin-left: 20px;
    position:relative;
}
.contact-detail-mail:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #fff;
    left: -10px;
}
.copyright {
    font-size: 14px;
    color: #fff;
}
.copyright a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    transition: all 0.4s;
}
.copyright a:hover {
    border-bottom: 1px solid #fff;
}
.copyright span a:first-child {
    position:relative;
    margin-right:20px;
}
.copyright span a:first-child:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #fff;
    right: -10px;
}
.copy-right-text {
    font-size: 14px;
    color: #fff;
}
.copy-right-text a {
    color: #fff;
    transition: all 0.4s;
}
.copy-right-text a:hover{
    border-bottom:1px solid #fff;
}

/*----error-page-----*/
.error-outer {
    background-color: #095375;
    min-height: calc(100vh - 267px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.error-box {
    text-align: center;
}
.error-box h1 {
    font-size: 300px;
    color: #fff;
    line-height: 320px;
}
.error-box p {
    color: #fff;
    font-size: 30px;
    margin: 20px 0px 50px;
}
.error-box a {
    color: #fff;
    background-color: #1E7FA1;
    display: inline-block;
    padding: 10px 20px;
    height: 46px;
    transition:all 0.4s;
}
.error-box a:hover {
    background-color: #fff;
    color: #1E7FA1;
}


@media (max-width:767px){
    .yall-mall-information {
        display: block;
        text-align: center;
    }
    .copy-right-text {
        border-bottom: 1px solid #1e7fa1;
        border-top: 1px solid #1e7fa1;
        padding: 10px 0px;
        margin: 10px 0px;
    }
    .error-box h1 {
        font-size: 150px;
        line-height: 160px;
    }
    .error-box p {
        font-size: 24px;
        margin: 0px 0px 20px;
    }
}

@media (max-width:576px){
    .headding h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .yall-mall-information {
        display: block;
        text-align: center;
    }
    .social-link {
        margin-top: 24px;
        justify-content:center;
    }
    .copyright {
        display: block;
        text-align: center;
    }
    .copyright span {
        margin-top: 10px;
        display: block;
    }
    .contact-detail a {
        display: block;
    }
    .contact-detail-mail {
        border-left: 0px solid #1e7fa1;
        margin-left: 0px;
        padding-left: 0px;
    }
    .form-outer {
        padding: 40px 0px 40px;
    }
    .logo img {
        max-width: 70px;
        padding: 5px 0px;
    }
    .form-outer-box h3 {
        font-size: 16px;
    }
    .form-outer-box button {
        font-size: 14px;
    }
    .multi-field {
        padding: 15px;
    }
    .contact-detail-mail:after {
        display:none;
    }
}