/* body {
    font-family: 'Spartan';
}
@font-face {
    font-family: 'Spartan';
    src: url(../fonts/Spartan-Regular.ttf);
  }
  @font-face {
    font-family: 'Spartan-Medium';
    src: url(../fonts/Spartan-Medium.ttf);
  }
  @font-face {
    font-family: 'Spartan-Bold';
    src: url(../fonts/Spartan-Bold.ttf);
  }
  @font-face {
    font-family: 'Spartan-SemiBold';
    src: url(../fonts/Spartan-SemiBold.ttf);
  } */

.new-ui p {
    color: #181818;
    font-family: Spartan;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.width-60 {
    width: 54%;
    display: inline-block;
}

.width-40 {
    width: 45%;
    display: inline-block;
}

.gradient-box {
    border-radius: 0px 150px 150px 0px;
    background: var(--color-primary);
    /* background: linear-gradient(90deg, rgba(33, 142, 136, 1) 0%, rgba(29, 133, 139, 1) 100%); */
    height: 100vh;
    display: flex;
    align-items: center;
}

.signup-text {
    text-align: center;
    width: 80%;
    margin: auto;
    color: #fff;
}

.signup-text a {
    width: 50%;
    background-color: #fff;
    color: var(--color-primary);
    padding: 10px 0;
    border: none;
    border-radius: 10px;
    font-weight: bold;
}

.signup-text p {
    padding: 15px 0;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    min-height: 100px;
    word-break: break-word;
}

.logo-section {
    display: flex;
    align-items: center;
    height: 100vh;
}

.inner-logo-content {
    margin: 0 20% 0 10%;
    width: 100%;
    text-align: center;

    .form-section {
        min-height: 450px;
    }
}

.input-style {
    border-radius: 10px !important;
    border: 1px solid #938F8F !important;
    height: 55px !important;
    margin-top: 25px !important;
    padding: 18px 15px 15px 40px !important;
}

.inner-logo-content button {
    border-radius: 10px;
    background: var(--color-primary);
    width: 100%;
    height: 55px;
    padding: 10px;
    color: #FFF;
    border: none;
    font-family: Spartan;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 30px;
}

.inner-logo-content-label {
    color: #1AB69D;
    font-family: Spartan;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    text-align: right;
    padding: 0 25px;

}

.text-left {
    text-align: left;
}

.pd-25 {
    padding: 25px;
}

.pd-25 span {
    color: #1AB69D;
}

.green {
    color: #1AB69D;
}

.star-icon {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 22px;
}

.signup-text h2 {
    font-family: 'Spartan';
    font-weight: 600;
    color: #fff;
}

.inner-logo-content h2 {
    color: #181818;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 35px 0 10px 0;

}

.inner-logo-content p {
    color: #181818;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 20px;
}

.material-icons {
    position: relative;
}

.material-icons .material-symbols-outlined {
    color: #938F8F;
    position: absolute;
    left: 15px;
    top: 18px;
    font-size: 18px;
}

.material-icons .eye {
    color: #938F8F;
    position: absolute;
    right: 22px;
    top: 18px;
    font-size: 18px;
    left: auto;
}

.no-padding {
    padding: 0 !important;
}

.profile h2 {
    color: #181818;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    padding: 40px 0 10px 0;
    text-transform: capitalize;
}

.mandatory {
    text-align: right;
}

.input-style-second {
    border-bottom: 1px solid #867C7C;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 100%;
    margin-top: 40px;
}

.input-style-second::placeholder {
    font-size: 14px;
}

.green-button {
    border-radius: 10px;
    background: var(--color-primary);
    height: 55px;
    padding: 10px 100px;
    color: #FFF;
    border: none;
    font-family: Spartan;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /* margin-top: 30px; */
    margin: 50px auto;
    text-align: center;
    display: block;
}

.cart-banner {
    background-color: #F5F9FA;
}

.cart-banner h2 {
    color: #181818;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 25px 0;
    width: 100%;
    text-align: center;
}

.cart .table>:not(:last-child)>:last-child>* {
    border-bottom-color: inherit;
}

.cart .table th {
    font-weight: normal;
}

.cart .table {
    border: 1px solid #dee2e6;
}

.cart .table td,
th {
    vertical-align: middle;
}

.order-summary ul li {
    list-style: auto;
    padding: 10px 0;
}

.order-summary span {
    float: right;
}

.proceed-button {
    background-color: #1AB69D;
    color: #FFF;
    font-family: Spartan;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    width: 100%;
    border: none;
    padding: 15px 0;
    border-radius: 6px;
    margin: 20px 0;
}

.place-your-order {
    background-color: #1AB69D;
    color: #FFF;
    font-family: Spartan;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    border: none;
    padding: 15px 25px;
    border-radius: 6px;
    margin: 20px 0;
    float: right;
}

.img-secure {
    text-align: right;
    padding: 15px 0;

}

.checkout-h2 {
    color: #181818;
    font-family: Spartan;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.box-shadow {
    border: 1px solid #D8CBCB;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 30px 25px;
}

.box-shadow-second {
    border: 1px solid #D8CBCB;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 0;
}

.your-orders h2 {
    color: #181818;
    font-family: Spartan;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 0;
    margin: 0;
}

.your-orders {
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.20);
    padding: 28px 20px;
}

.your-orders p {
    margin: 0;
    padding: 0;
}

.visually-hidden {
    /* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

.upload-btn-section .btn-upload {
    background-color: #F4EFEF;

}

.upload-btn-section {
    position: relative;
}

.btn-main {
    position: absolute;
    top: 50px;
    right: 30px;
    padding: 10px;
    font-size: 12px;
    background-color: #F4EFEF;
}

@media only screen and (max-width: 600px) {
    .gradient-box {
        border-radius: 0;
        background: rgb(33, 142, 136);
        background: linear-gradient(90deg, rgba(33, 142, 136, 1) 0%, rgba(29, 133, 139, 1) 100%);
        height: 70vh;
        display: flex;
        align-items: center;
    }

    .inner-logo-content {
        margin: 50px 0;
        width: 100%;
        text-align: center;
    }

    .logo-section {
        /* display: inline-block; */
        align-items: center;
        height: auto;
    }
}