﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: #181a20;
}



.page_container_wrapper {
    max-width: 1440px;
    margin: 0 auto;
}

.flex-1 {
    flex: 1;
}

body {
    background-color: #f5f5f7;
    font-family: "Gotham HTF";
    font-weight: 500;
}

.position-relative {
    position: relative;
}

.flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.justify-conent-between {
    justify-content: space-between;
}

/* Header CSS start here */
.header {
    padding: 15px 0;
    background-color: #fff;
}

.logo {
    width: 163px;
    height: 32px;
}

    .logo img {
        width: 100%;
    }

nav {
    gap: 30px;
}

.navlink {
    font-weight: 500;
    font-size: 14px;
    line-height: 15.08px;
    letter-spacing: 0px;
}

    .navlink:hover {
        color: #007d8a;
    }

    .navlink.active {
        color: #007d8a;
        position: relative;
    }

        .navlink.active::before {
            content: "";
            width: 8px;
            height: 8px;
            top: 50%;
            left: -11px;
            background-color: #007d8a;
            border-radius: 50%;
            position: absolute;
            transform: translateY(-50%);
        }

button.translate {
    padding: 12.5px 12px;
    background: #007d8a;
    border: none;
    border-radius: 8px;
    margin-left: 20px;
    cursor: pointer;
}

    button.translate:hover {
        background-color: #02707c;
    }

/* Header CSS end here */
/* Button CSS start here */
button.CTA {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    padding: 13px 6px;
    border-radius: 5px;
    border: none;
    background: #007d8a;
    color: #fff;
    cursor: pointer;
}

    button.CTA:hover {
        background: #02707c;
    }

/* Button CSS end here */
/* Terms CSS start here */
.terms {
    font-family: "playwriteUs";
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: -0.5%;
    color: #01426a;
    text-align: center;
    margin-bottom: 44px;
}

    .terms img {
        width: 15px;
        height: 15px;
        margin-right: 8px;
    }

/* Terms CSS end here */
/* Footer CSS start here */
footer {
    background-color: #1c1c1c;
    padding: 29px 0 14px;
    margin-top: 60px;
}

.footerNavLink {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1.5%;
    text-align: center;
}

    .footerNavLink ul {
        justify-content: center;
    }

        .footerNavLink ul li {
            padding: 0 7px;
            border-left: 1px solid #fff;
            font-weight: 500;
            font-size: 14px;
            line-height: 22px;
            text-align: center;
            color: #fff;
        }

            .footerNavLink ul li:first-child {
                border-left: 0;
            }

.copyright {
    justify-content: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 35px;
    text-align: center;
    color: #888888;
}

/* Footer CSS end here */
.PageSideBar {
    max-width: 362px;
    width: 100%;
    padding: 30px 20px;
    background: #fff;
    border-radius: 10px;
    height: 100%;
}

    .PageSideBar h6 {
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 1.5%;
        margin-bottom: 11px;
    }

        .PageSideBar h6 i {
            margin-right: 16px;
        }

    .PageSideBar ul li {
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
        letter-spacing: 1.5%;
        padding: 14px 0;
        border-bottom: 1px solid #e2e2e2;
    }

        .PageSideBar ul li i {
            margin-right: 16px;
        }

        .PageSideBar ul li a {
            cursor: pointer;
        }

            .PageSideBar ul li a:hover,
            .PageSideBar ul li a.active {
                color: #007d8a;
            }

    .PageSideBar ul .bi-download {
        transform: rotate(-90deg);
        display: inline-block;
    }

    .PageSideBar ul .logout a {
        color: #eb002a;
    }

        .PageSideBar ul .logout a i {
            transform: rotate(90deg);
            display: inline-block;
        }

button.backBtn {
    background: transparent;
    border: none;
    font-family: Gotham HTF;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1.5%;
    color: #007d8a;
}

    button.backBtn i {
        margin-right: 15px;
    }

.pageHead {
    margin: 30px 0;
}

    .pageHead h6 {
        font-weight: 300;
        font-size: 20px;
        line-height: 40px;
        letter-spacing: 1.5%;
    }

    .pageHead ul li {
        font-weight: 300;
        font-size: 16px;
        line-height: 17.7px;
        letter-spacing: 0px;
        margin-left: 20px;
    }

        .pageHead ul li button {
            font-family: Gotham HTF;
            font-weight: 500;
            font-size: 16px;
            line-height: 26px;
            letter-spacing: 1.5%;
            text-align: right;
            border: 1px solid #007d8a;
            color: #007d8a;
            padding: 5px 28px;
            border-radius: 8px;
        }

            .pageHead ul li button i {
                margin-right: 8px;
            }

.RecipientId {
    display: flex;
    border: 1px solid #007d8a;
    border-radius: 5px;
    overflow: hidden;
    max-height: 42px;
    margin-left: 12px;
}

    .RecipientId i.search {
        position: absolute;
        top: 50%;
        left: 6px;
        transform: translateY(-50%);
        color: #7d7d7d;
        font-size: 14px;
    }

    .RecipientId input {
        padding: 6px 20px 6px 28px;
        font-weight: 500;
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 1.5%;
        /* text-align: center; */
        border: none;
        max-width: 234px;
        outline: none;
    }

    .RecipientId button {
        padding: 13px;
        font-size: 16px;
        border: none;
        background-color: #007d8a;
        color: #fff;
        border-radius: 5px 0 0 5px;
    }

span.badge {
    position: absolute;
    top: -11px;
    display: block;
    background: #eb002a;
    padding: 2.5px 6px;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    right: -9px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14.08px;
    letter-spacing: 0px;
    color: #fff;
}

/* Media Queries start here */
@media (min-width: 1440px) {
    .container {
        padding: 0;
    }

    .featuredItemsContent
    .featuredItemsContent_wrap
    .fraturedItemsSection
    .featuredItemCard {
        width: 194px;
    }
}
/* Media Queries end here */
.CTA_Btn {
    width: 196px;
    border-radius: 5px;
    border: 1px solid;
    font-weight: 500;
    font-size: 20px;
    line-height: 52px;
    letter-spacing: 1.5%;
    text-align: center;
    background: transparent;
    cursor: pointer;
    color: #007d8a;
}

.AddMore {
    font-family: Gotham HTF;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1.5%;
    text-align: right;
    border: 1px solid #007d8a;
    color: #007d8a;
    width: 201px;
    text-align: center;
    border-radius: 5px;
    background: transparent;
    margin-left: auto;
    display: block;
    margin-bottom: 10px;
}

.form-group {
    display: inline-block;
    margin-bottom: 0;
}

    .form-group input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }

    .form-group label {
        position: relative;
        cursor: pointer;
    }

        .form-group label:before {
            content: "";
            -webkit-appearance: none;
            background-color: transparent;
            border: 2px solid #022035;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
            padding: 6px;
            display: inline-block;
            position: relative;
            vertical-align: middle;
            cursor: pointer;
            border-radius: 3px;
        }

    .form-group input:checked + label:after {
        content: "";
        display: block;
        position: absolute;
        top: 3px;
        left: 6px;
        width: 3px;
        height: 7px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

    .form-group input:checked + label::before {
        background-color: #022035;
    }

.ProgramEnded {
    min-height: calc(100vh - 233px);
    background: url(../images/pageBackground.png) top center no-repeat;
}

    .ProgramEnded .pageHeader {
        padding: 75px 0;
        z-index: 1;
        /* margin-bottom: 57px; */
    }

    .ProgramEnded .programEndedContent {
        text-align: center;
    }

        .ProgramEnded .programEndedContent h5 {
            font-family: Gotham HTF;
            font-weight: 500;
            font-style: italic;
            font-size: 40px;
            line-height: 44px;
            letter-spacing: 1.5%;
            margin-bottom: 22px;
        }

        .ProgramEnded .programEndedContent p {
            font-family: Gotham HTF;
            font-weight: 500;
            font-size: 18px;
            line-height: 32px;
            letter-spacing: 1.5%;
            text-align: center;
            margin: 0 220px 40px;
        }

        .ProgramEnded .programEndedContent span {
            font-family: Gotham HTF;
            font-weight: 500;
            font-size: 18px;
            line-height: 32px;
            letter-spacing: 1.5%;
            text-align: center;
            display: block;
            margin-top: 40px;
        }

        .ProgramEnded .programEndedContent strong {
            font-family: Gotham HTF;
            font-weight: 900;
            font-size: 18px;
            line-height: 44px;
            letter-spacing: 1.5%;
            text-align: center;
            text-decoration: underline;
            text-decoration-style: solid;
            text-decoration-offset: Auto;
            text-decoration-thickness: Auto;
            -webkit-text-decoration-skip: ink;
            text-decoration-skip-ink: auto;
            display: block;
            color: #01426A;
        }

.trackYouOrder {
    padding: 20px 30px;
    width: 461px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    top: 67px;
    right: 0;
    z-index: 99;
}

    .trackYouOrder h6 {
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .trackYouOrder span {
        font-weight: 500;
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 1.5%;
        display: block;
        margin-bottom: 10px;
    }

    .trackYouOrder .orderNumber {
        display: flex;
        border: 1px solid #007d8a;
        border-radius: 5px;
        overflow: hidden;
        max-height: 42px;
    }

        .trackYouOrder .orderNumber input {
            padding: 6px 20px;
            font-weight: 500;
            font-size: 16px;
            line-height: 30px;
            letter-spacing: 1.5%;
            /* text-align: center; */
            border: none;
            flex: 1;
            outline: none;
        }

        .trackYouOrder .orderNumber button {
            padding: 13px;
            font-size: 16px;
            border: none;
            background-color: #007d8a;
            color: #fff;
            border-radius: 5px 0 0 5px;
        }
/*# sourceMappingURL=style.css.map */



/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}
