body {
    font-family: 'poppins';
}

.parth-head {
    /* background: #f3f3f3;
    padding: 13px 13px;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    border-left: 3px solid;
    border-radius: 4px; */

    background: #FAFAFA;
    padding: 6px 13px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1px !important;
}

.parth-logo {
    height: 6em;
}

.parth-logo-box {
    /* border-bottom: 2px solid; */
    border-color: #F5F5F5;
    border-radius: 1rem;
    text-align: center;
    padding: 1rem 1rem 2rem 1rem;
}

.parth-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #27265f00;
    background-clip: border-box;
    border-top: 2px solid #F5F5F5;
    border-radius: 1rem;
    margin-top: 1rem;
}

.parth-card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}


.parth-shimmer {
    animation: shimmer 2s infinite linear;
    background: linear-gradient(to right, #eff1f3 4%, #e2e2e2 25%, #eff1f3 36%);
    background-size: 1000px 100%;
}

@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }

    100% {
        background-position: 1000px 0;
    }
}

.circle {
    height: 70px;
    width: 70px;
    border-radius: 35px;
}

.box {
    height: 70px;
    width: 70px;
}

.line {
    height: 20px;
    width: 100%;
}



.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #212529;
    background: #F5F5F5;
}

.table td,
.table th {
    border-top: 0;
}


.table td {
    border-bottom: 1px solid #f5f5f5;
}

.body-image {
    height: 100vh;
    background-image: url(../images/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.login-container {
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 100vh;
    justify-content: center;
    flex-wrap: nowrap;
}

.parth-footer {
    background: #ffffff54;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 1rem;
}

.parth-footer.alt {
    background: #1A237E;
    color: white;
}

.errors ul {
    margin-bottom: 0;
    padding-left: 15px;
}

.table-coupon {
    font-weight: 600;
    color: #424242;
    border: 0.15rem dashed #424242;
    padding: 0.1rem 0.4rem;
    border-radius: 0.25rem;
}

.table-coupon-amount {
    font-weight: 600;
    color: #424242;
}

.parth-shimmer {
    animation: shimmer 2s infinite linear;
    background: linear-gradient(to right, #eff1f3 4%, #e2e2e2 25%, #eff1f3 36%);
    background-size: 1000px 100%;
}

@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }

    100% {
        background-position: 1000px 0;
    }
}

.circle {
    height: 70px;
    width: 70px;
    border-radius: 35px;
}

.box {
    height: 70px;
    width: 70px;
}

.line {
    height: 20px;
    width: 100%;
}



.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #212529;
    background: #cfddff;
}

.table td,
.table th {
    border-top: 0;
}


.table td {
    border-bottom: 1px solid #f5f5f5;
}

.parth-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F5F5F5;
    padding: 0.3rem 1rem;
    border-radius: 0.1rem;
}

.parth-header-logo {}

.parth-header-logo img {
    height: 2rem;
}


/* Coupon code */
.coupon-card {
    display: flex;
    width: 400px;
    height: 180px;
    border-radius: 5px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
    padding: 10px 10px;
    position: relative;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.coupon-main,
.copy-button {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    align-items: flex-start;
    flex-direction: column;
}

/* .coupon-card::after {
    position: absolute;
    content: "";
    height: 40px;
    right: -20px;
    border-radius: 40px;
    z-index: 1;
    top: 70px;
    background-color: #dc143c;
    width: 40px;
  }
  
  .coupon-card::before {
    position: absolute;
    content: "";
    height: 40px;
    left: -20px;
    border-radius: 40px;
    z-index: 1;
    top: 70px;
    background-color: #dc143c;
    width: 40px;
  } */

.coupon-img img {
    width: 6rem;
}

.coupon-vertical {
    border-left: 5px dashed #00000017;
    height: 100%;
}

.coupon-content h1 {
    font-size: 33px;
    color: #3F51B5;
    font-weight: 700;
}

.coupon-content h1 span {
    font-size: 18px;
}

.coupon-content h2 {
    font-size: 1em;
    margin-top: 20px;
    color: #080808;
    text-transform: uppercase;
}

.coupon-content p {
    font-size: 13px;
    color: #0d0d0d;
    margin-bottom: 0px;
}

.coupon-discount {
    font-size: 2rem;
    font-weight: 700;
    color: #F44336;

}

.copy-button {
    margin: 12px 0 -5px 0;
    height: 45px;
    border-radius: 4px;
    padding: 0 5px;
    border: 1px solid #e1e1e1;
}

.copy-button input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 15px;
}

.copy-button button {
    padding: 5px 20px;
    background-color: #dc143c;
    color: #fff;
    border: 1px solid transparent;
}

.buy {
    position: absolute;
    content: "";
    bottom: 20px;
    left: 20px;
    background-color: #dc143c;
}