/* Coach & Class Serach autocomplete  */
.twitter-typeahead {
    width: 100%;
    float: right;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-dataset .btn {
    border-radius: 0 !important;
}

.tt-hint {
    color: #999
}

.img-holder img {
    border-radius: 50%;
    width: 64px;
    height: 64px;
}

.message_div_1 {
    display: block;
    margin: 100px auto;
    text-align: center;
    border: 3px dotted #666;
    padding: 70px 0 70px 0;
    width: 75%;
}

.h3-norecord {
    margin: 0 auto;
    font-size: 48px;
    color: #666;
    text-align: center;
    display: inline-block;
    line-height: 1.4;
}

.p-norecord {
    margin: 0;
    text-align: center;
    font-size: 14px !important;
    display: block;
}

.tt-menu {
    width: 350px;
    margin: 0px 0 10px 0;
    padding: 0px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    height: 450px;
    overflow: scroll;

}

.tt-suggestion {
    padding: 0 0 10px 0px;
    font-size: 12px;
    line-height: normal;
    text-align: left;
    font-weight: 300;
}

.tt-suggestion a {
    color: #333;
    font-weight: 300;
    padding: 10px 0;
    display: block;
}

.name-holder {
    font-weight: 300;
    font-size: 12px;
}

.name-holder .tt-highlight {
    font-weight: 300 !important;
}

.tt-suggestion a :hover {
    color: #333;
}

.tt-suggestion:hover {
    cursor: pointer;
    color: #333;
    background-color: #f2f2f2;
}

.tt-suggestion.tt-cursor {
    color: #333;
    background-color: #f2f2f2;

}

.tt-dataset .btn.btn-warning {
    color: #fff;
    width: 100%;
    border: none;
    background-color: #f0ad4e;
    padding: 10px 12px;
}

.tt-suggestion p {
    margin: 0;
}

#custom-templates .empty-message {
    padding: 5px 10px;
    text-align: center;
}

.empty-message {
    padding: 10px 10px;
    text-align: center;
}

.parent-suggestion-holder {
    margin-bottom: 3px;
}

/* Map */
#map-canvas2 {
    height: 70vh;
}

/* login form validation */
label.error {
    color: indianred;
    padding: 5px;
}

/* sign up form validation */
input.form-control.error {
    border-color: indianred;
}

select.form-control.error {
    border-color: indianred;
}

/* enroll now button on find class listing page */
button.find-class-btn.ijaz_enroll {
    margin: 0 0 20px 0;
    padding: 0;
    height: 35px;
    line-height: 32px;
    vertical-align: middle;
    border: 1px solid #fdb414;
    color: #333;
    font-size: 14px;
    text-align: center;
    display: block;
    width: 100%;
    background-color: transparent;
}

button.find-class-btn.ijaz_enroll:hover {
    background-color: #fdb414;
    color: white;
}

/* Heart icon button on coach View Profile */
button#favourite_btn {
    background-color: transparent;
    text-decoration: none;
    border: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.findcoach-profile-div .top-div-right-01 .column-002 .btn-heart.active {
    font-size: 25px;
    color: #a83f39;
}
div#add_coach_review {
    cursor: pointer;
}
#add_coach_review:hover{
    background-color: #80808045
}


/* Delete review button on coach View Profile  */
button.btn.btn-md.delete-review {
    background-color: transparent;
}

/* Remove Coupon button on Cart Page */
.cart-box-div .cart-box .coupon-div .btn-remove-coupon {
    margin: 0;
    padding: 10px 0;
    background: #fdb414;
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    font-weight: 300;
    border: 0;
    width: 36%;
    float: left;
}

.remove-item {
    background-color: transparent;
    border: none !important;
    height: 20px;
    width: 20px;
}

input.has-error {
    border: 1px solid red !important;
}

/* Find a class Audio Progress bar */
.findaclass-container .findaclass-row .top-col .right-col {
    width: 50%;
}
/*

.findaclass-container .audio-span {
    margin: 0 10px 0 0;
    display: inline-block;
    top: 3px;
    position: relative;
    width: 30%;
    text-align: left;
}
*/
/* Preloader Image Changes */

.preloader {
    background-image: url(../images/LionheartFitnessKids.gif);
}

.findaclass-container .progress {
    margin-bottom: 0 !important;
    height: 8px;
    background-color: #024fb6;
    width: 0px;
    border-radius: 0px;
}

td.fc-bgevent{
    position: relative !important;
    background-color: transparent !important;
}
td.fc-bgevent:before{
    content: "";
    height: 25px;
    width: 25px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #32CD32;
    border-radius: 60%;
    z-index: 0;
    transform: translate(-50%, -50%);
}
td.fc-bgevent.red:before{
    background-color: red;
}
td.fc-bgevent.f96a04:before{
    background-color: #f96a04;
}

.cal-event-blk .f96a04 {
    margin: 0 5px 0 0;
    border-radius: 100px;
    padding: 0;
    background: #ea4132;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(234, 65, 50);
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

/* Edit Profile  */
.show_hide {
    display: none;
    padding: 6px;
}

.up_class {
    background: #043c88;
    border: none;
    margin-top: 10px;
    padding: 10px 18px;
    color: white;
}

span.display_block {
    display: block !important;
}

.display_class2 {
    display: none;
}

.m_show {
    display: block !important;
}

/* Buttons on Payment method */

button.set-default {
    background-color: transparent;
    text-decoration: none;
    border: none;
}

button.default {
    background-color: transparent;
    text-decoration: none;
    border: none;
}

button.remove-card {
    background-color: transparent;
    text-decoration: none;
    border: none;
}

.rating-div a {
    font-size: 12px;
    padding: 0 1px;
    cursor: pointer;
    color: #FFD119;
    text-decoration: none;
}

.star-div-fixed a {
    font-size: 30px;
    padding: 0 1px;
    cursor: pointer;
    color: #FFD119;
    text-decoration: none;
}
/* Ratting */
.ratting label {
    font-size: large;
}
.review-type.col-md-12.col-sm-12.clearfix {
    padding-top: 10px;
}

.findcoach-profile-div .top-div-right-01 .leave_review  {
    margin: 0;
    padding: 0;
    background-color: #fff;
    width: 100%;
    display: block;
    line-height: 51px;
    font-size: 24px;
    text-align: center;
    font-weight: 600;

}

/* Reset Password Page Validation */
span.invalid-feedback {
    color: indianred;
    line-height: 30px;
}

h4.modal-title {
    color: #fff;
    text-align: center;
    padding: 40px 0px 0 15px;
    text-transform: uppercase;
}

.cropper-view-box {
    border-radius: 100%;
}

.docs-preview .img-preview {
    border-radius: 100%;
}

.cropping_tool .img-container {
    min-height: 500px;
    height: 500px;
}

.pagination>li>.page-link {
    padding: 10px 20px;
}

/* coach link on class detail page */
a.coach-link {
    color: #0039b9;
}


/* Payment Fail  */
.fail-div {
    margin: 200px auto 0 auto;
    padding: 20px 0 40px 0;
    background-color: #fff;
    width: 50%;
    border-radius: 4px;
    transition: 0.4s all ease-in-out;
}

.fail-div:hover {
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.20);
}

.fail-div h1 {
    margin: 0;
    padding: 20px 0 10px 0;
    font-size: 42px;
    font-weight: 700;
    color: 222;
    text-align: center;
    text-transform: uppercase;
    color: #fdb414;
}

.fail-div h2 {
    margin: 0;
    padding: 10px 0;
    font-size: 24px;
    font-weight: 600;
    color: red;
    text-align: center;
    text-transform: none;
    display: block;
    text-transform: uppercase;
}

.fail-div p {
    margin: 0;
    padding: 10px 0 20px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    color: red;
    display: block;
}

.fail-div .a-fail {
    margin: 0;
    padding: 15px 40px;
    background: #fdb414;
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    transition: 0.4s all ease-in-out;
}

.fail-div .a-success:hover {
    background: #033177;
    color: #fff;
}

.round-span-cross-icon {
    height: 60px;
    width: 60px;
    margin: 20px auto;
    line-height: 60px;
    text-align: center;
    background-color: #fff;
    border: 1px solid red;
    border-radius: 100%;
    display: block;
    transform: scale(1);
    transition: 0.4s all ease-in-out;
}

.round-span-cross-icon i {
    color: red;
    font-size: 18px;
    line-height: 60px;
}

.middle-container.thankyou {
    margin: 0 0 0 0;
}

/* End of Payment Fail */


/*  image-modal */
img.img-responsive.img-profile {
    width: 100%;
}

/* Fonts on purchased class page  */
p.no-class-found {
    font-size: 20px;
}

a.btn-view-upcomming-class {
    font-weight: bold;
}

.chat-messages-list:last-of-type {
    padding-bottom: 50px;
}

.chat-right-div h3 {
    text-align: center;
    color: #47525d;
}

/* character development page design */
.header-div.character-development {
    margin: 0;
    padding: 0 30px;
    background-image: url(../images/character-development.png);
    height: 700px;
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* .character-development h1 {
    margin: 200px 0 0 0;
} */
.header-div h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #f2b030;
    text-align: center;
    text-shadow: 0 0px 5px #666;
}

.character-row {
    text-align: justify;
    padding: 0 0 80px 0;
}

.character-devlopment-div {
    padding: 200px 0 0 0 !important;
    margin: 0;
    position: relative;
    background-image: url(../images/character-devlopment-bg_dark.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.character-devlopment-img img {
    margin: 0 auto;
    /* padding: 0; */
    width: 200px;
}


.character-devlopment-text-div {
    padding: 20px 0;
    margin: 0;
    position: relative;
    /* background-image: url(../images/character-development-bg.jpg); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* border-bottom: 2px #fff solid; */
    background-color: #00144d;
    background-image: radial-gradient(#fff, #00144d, #00144d);
    /* For browsers that do not support gradients */
     background-image: linear-gradient(to bottom, transparent, #01aefb75, #00144d2e);
  /*  background-image: linear-gradient(to bottom, #0d3976, #00144d2e); */
}

/*
.character-devlopment-text-div .container {
    background-color: rgba(0, 20, 77, 0.54);
    width: 100%;
    height: 100%;
}
*/

.character-devlopment-text-div p {
    margin: 0;
    padding: 25px 0 0 0;
    line-height: 1.2;
    color: #fff;
    list-style: disc;
    font-size: 21px;
}

.character-row h2,
.character-row h3 {
    text-align: center;
    color: #f2b030;
}

.auto-enroll-div-parent .btn.btn-primary {
    margin: 15px 10px 15px 0;
    padding: 9px 20px;
    background: #fdb414;
    color: #fff;
    font-size: 13px;
    text-align: center;
    display: inline-block;
    font-weight: 300;
    border: 0;
    float: left;
    letter-spacing: 0.3px;
    border-radius: 0px;
}

.float-form-group {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}

.float-form-group input {
    box-shadow: none;
}

.float-form-group input:focus {
    box-shadow: none;
}


.full-bottom {
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
}

.full-bottom .float-form-group input {
    box-shadow: none;
    width: calc(100% - 50px);
}

.float-form-group span.usd-span {
    position: absolute;
    top: 28px;
    right: 5px;
    color: #01aa1f;
    font-weight: 700;
}

.full-bottom .width-50 {
    padding: 0;
    margin: 0;
    float: left;
    width: 55%;
}

.full-bottom .width-30 {
    padding: 0;
    margin: 0;
    float: left;
    width: 25%;
}

.full-bottom .width-20 {
    padding: 0;
    margin: 0;
    float: left;
    width: 20%;
}

.radio-div {
    padding: 40px 12px 12px 12px;
    margin: 0;
}

.radio-div .prg-div {
    padding: 0;
    margin: 0px 10px 0 0;
    float: left;
    display: flex;
    align-items: center;
}

.radio-div .prg-div p {
    padding: 0;
    margin: 0;
}

.radio-div .prg-div input[type=checkbox],
input[type=radio] {
    margin: 0px 5px 0 0;
    line-height: 18px;
    float: left;
}

.radio-div .prg-div label {
    margin: 0;
}

img.img-responsive.img-submit {
    margin-top: 30px;
    width: 150px;
    float: right;
}

.select-div {
    margin: 0 15px 20px 15px;
}

.body-select-div {
    padding: 0 15px;
    border: 1px solid #f2f2f2;
    border-top: none;
}

.img-thumb-top-div {
    padding: 0;
    margin: 0;
}

.img-thumb-top-div .img-logo-div-top {
    width: 40%;
    padding-left: 20px;
    margin: 0 0 0 0;
    position: absolute;
    top: -15px;
    left: 0;
}


.sidenav::-webkit-scrollbar {
    background-color: #fff;
    width: 8px
}

.sidenav::-webkit-scrollbar-track {
    background-color: #fff
}

.sidenav::-webkit-scrollbar-thumb {
    background-color: #b5b5b54d;
    border-radius: 16px;
    border: 1px solid #fff;
}

.sidenav::-webkit-scrollbar-button {
    display: none
}

/* menu  */

.bg-color-menu {
    height: auto;
}
.width0 {
    width: 0%;
}

.opacityoff {
    opacity: 0;
}

.width40 {
    width: 40%;
}

.opacityon {
    opacity: 1;
}

.right-menulinks ul li ul.nav {
    background-color: transparent;
    padding: 0;
}

/* end of menu  */

/* character development page design over */


.contact-admin-msg {
    text-align: center;
    /* font-weight: 700;
    color: #00134d; */
}
.contact-admin-msg h4 {
    font-style: italic;
    /* font-weight: bolder; */
}
.contact-admin-msg p {
    font-size: 15px;
    line-height: 1.5;

}

/* Tooltip view profile */

/*  profile tooltips  */

.tooltip-1.tooltip-auto-1 {
    position: relative;
    display: inline-block;
}

.tooltip-1.tooltip-auto-1:hover {
    cursor: pointer;
}

.tooltip-1.tooltip-auto-1 .tooltiptext {
    visibility: hidden;
    width: 600px;
    background-color: #2b2b2b;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 15px 15px;
    position: absolute;
    z-index: 1;
    bottom: -265%;
    left: 110px;
    margin-left: -60px;
    height: 240px;
    transition: opacity 0.3s;
    z-index: 999999999999;
}

.tooltip-1.tooltip-auto-1 .tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-left: -12px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent #2b2b2b transparent transparent;
}

.tooltip-1.tooltip-auto-1:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.tooltip-1.tooltip-auto-1 .title-heading {
    display: block;
    padding: 0px 0 10px 0;
}

.tooltip-1.tooltip-auto-1 .title-heading h3 {
    margin: 0;
    padding: 0px 0 5px 0 !important;
    font-size: 16px !important;
    color: #fff !important;
    line-height: 24px !important;
    font-weight: 500 !important;
    display: block;
    text-align: left;
    text-transform: none !important;
    letter-spacing: 0.2px;
}

.tooltip-1.tooltip-auto-1 .border_bottom_1 {
    width: 50px;
    height: 2px;
    background: #fdb414 !important;
}

.tooltip-1.tooltip-auto-1 .tooltip-content-div {
    padding: 0px 0 5px 0;
}

.tooltip-1.tooltip-auto-1 .tooltip-content-div p {
    margin: 0;
    padding: 0px 0;
    font-size: 13px !important;
    color: #fff !important;
    line-height: 24px !important;
    text-align: left;
    text-transform: none !important;
    font-weight: 400;
    letter-spacing: 0.2px;
}

/*  end of  profile tooltips  */
.enroll-name-list {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Sport Description */

.middle-bottom .img-left-side {
    height: 90px;
    width: 90px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.middle-bottom .img-left-side img.img-responsive {
    border-radius: 100%;
    height: 100%;
    width: 100%;
    box-shadow: 2px 2px 10px 0 rgba(102, 102, 102, .726);
}

.hover_shadow:hover {
    box-shadow: 0 0.5em 0.5em -0.2em #222;
}

.love-dn-img-summary img {
    margin: 0 0 0 15px;
    display: inline;
    max-width: 15px;
}

/* Class Detail Page */
.sport-message {
    display: flex;
}


/* .birthday-parties-section {
    margin: -250px 0 0 0;
} */

/* .birthday-parties-div {
    padding: 300px 0 0 0;
} */


.badge-logo {
    min-height: 100px;
    min-width: 100px;
    position: absolute;
    z-index: 999;
    color: red;
    background: #fab230;
    border-radius: 50%;
    margin-left: 75%;
    margin-top: -10%;
    vertical-align: middle;
    text-align: center;
}
.badge-logo p.free-trial{
    margin-top: 10%;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
.badge-logo span.days {
    font-size: 38px;
    font-family: fantasy;
    color: #0c2861;
}


 /* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
    .parent-menu .list-inline li.last {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 767px) {
    /* tooltips */
    .birthday-parties-section {
        margin: -200px 0 0 0;
    }
    .birthday-parties-div {
        padding: 225px 0 0 0;
    }
    .tooltip-1.tooltip-auto-1 span.tooltiptext {
        left: -190px;
        top: 40px;
        height: 240px;
        width: 280px;
        margin-left: 0;
        padding: 10px !important;
        overflow-y: scroll;
    }

    .tooltip-1.tooltip-auto-1 .tooltiptext::after {
        display: none;
    }


    .logo img {
        height: auto;
        margin-top: 20px;
    }

    .message_div_1 {
        margin: 100px auto;
        text-align: center;
        border: 3px dotted #666;
        padding: 20px 0 20px 0;
        width: 95%;
    }

    .h3-norecord {
        margin: 0 auto;
        font-size: 24px;
        color: #666;
        padding: 20px 0;
        text-align: center;
        display: inline-block;
        line-height: 1.4;
    }

    .p-norecord {
        margin: 0;
        text-align: center;
        font-size: 14px !important;
        display: block;
    }

    .header-div.character-development {
        background-attachment: scroll;
        height: 400px;
        padding: 0 10px;
    }

    .header-div.character-development h1 {
        font-size: 20px;
    }

    .character-devlopment-text-div p {
        font-size: 14px !important;
        line-height: 1.4 !important;
    }

    .our-policies-section {
        margin: -100px 0 0 0;
    }

    .character-row h2,
    .character-row h3 {
        font-size: 18px;
        font-weight: 600;
    }

    .character-devlopment-text-div {
        padding: 0;
    }

    .character-row {
        padding: 0 0 40px 0;
    }

    /**/

    .auto-enroll-div-parent .btn.btn-primary {
        margin: 5px 5px 0px 0;
    }

    .full-bottom .width-50 {
        width: 100%;
    }

    .full-bottom .width-30 {
        width: 100%;
    }

    .full-bottom .width-20 {
        width: 100%;
    }

    .radio-div {
        padding: 0px 0px 12px 0px;
    }

    img.img-responsive.img-submit {
        margin-top: 0;
    }

    .auto-enroll-div {
        margin: 30px 0 20px 0;
        padding-bottom: 0px;
    }

    .continue-donation-btn {
        padding: 0;
    }

    .select-div {
        margin: 0px 0 0 0;
    }

    img.img-responsive.img-row-pattern {
        min-height: 50px;
    }

    .img-thumb-top-div .img-logo-div-top {
        width: 200px;
        top: -2px;
    }

    .body-select-div {
        padding: 15px 15px;
        border: 0px solid #f2f2f2;
    }

    /* menu  */
    .width40 {
        width: 100%;
    }

    /* end of menu  */
    /* Character Development Page */
    .character-devlopment-div {
        padding: 103px 0 0 0 !important;
    }

    .character-devlopment-img img {
        width: 150px;
    }

    .character-devlopment-img {
        margin: 0;
        padding: 0 0 100px 0;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .message_div_1 {
        margin: 100px auto;
        text-align: center;
        border: 3px dotted #666;
        padding: 20px 0 20px 0;
        width: 95%;
    }

    /**/
    .tooltip-1.tooltip-auto-1:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
        width: 500px;
        height: 290px;
        bottom: -335%;
    }

    .auto-enroll-div-parent .btn.btn-primary {
        margin: 5px 5px 0px 0;
    }

    .full-bottom .width-50 {
        width: 100%;
    }

    .full-bottom .width-30 {
        width: 100%;
    }

    .full-bottom .width-20 {
        width: 100%;
    }

    .header-div.character-development {
        background-attachment: scroll;
        height: 500px;
    }

    .our-policies-section-1 {
        margin: -80px 0 0 0;
    }

    .radio-div {
        padding: 0px 0px 12px 0px;
    }

    img.img-responsive.img-submit {
        margin-top: 0;
    }

    .auto-enroll-div {
        margin: 0px 0 20px 0;
        padding-bottom: 0px;
    }

    .continue-donation-btn {
        padding: 0;
    }

    .select-div {
        margin: 0px 0 0 0;
    }

    img.img-responsive.img-row-pattern {
        min-height: 50px;
    }

    .img-thumb-top-div .img-logo-div-top {
        width: 200px;
        top: -2px;
    }

    .body-select-div {
        padding: 15px 15px;
        border: 0px solid #f2f2f2;
    }

}

/*
.highlight {
    background-color: yellow;
} */

/* ACtive chat user */
.user-list-div.clearfix.select_thread.active-thread {
    background-color: #ddd;
}

/* seperat image and name on chat */
.chat-container .user-list-div .desc_div {
    margin: 0;
    padding: 0px 0 0 10px;
    width: 80%;
    float: left;
    border-left: 1px solid #eee;
}

.chat-container .chat-message-div {
    margin-bottom: 60px;
}

/* For highlight Search text */
rt.highlight {
    color: #0333eac9;
}

/* unread count */
rt.unread_count {
    background: #01aa1f;
    padding: 1px 5px 1px 5px;
    border-radius: 50%;
    color: #ffffff;
}

/* FAQ Page*/
.faq-content-div p {
    color: #000;
}

/* Love Donation Design in Cart */
.love-donation-bg {
    background: url('../images/love-donation/love-donation-bg.png') no-repeat center center fixed;
}

.continue-donation-btn {
    background-color: transparent;
    border: 1px solid transparent;
}

.cart-box-div .cart-box .thumb {
    background-color: inherit;
    width: 150px;
}

/* Party Page Design */
ul.party-description {
    padding-left: 40px;
    list-style: circle;
    color: #fff;
}

.birthday-parties-div p.important-message {
    font-style: italic;
    font-size: large;
    color: #f7b230;
}

.birthday-parties-div h3 {
    color: #fff;
    font-weight: 700;
}
 
.birthday-parties-div a.btn.customebtn-3 {
    margin-top: 50px;
    margin-bottom: 20px;
}

/* Enrollment modal */
#enrollment-modal h4.form-header { 
    color: #000;
    font-weight: 700;
    text-align: center
}
:root {
    --popupbgcolor: #00134d;
    --white: #ffffff;
}
.modal-content.popup-control,
.sweet-alert.showSweetAlert.visible,
.modal-content {
    background: var(--popupbgcolor) !important;
    background-color: var(--popupbgcolor) !important;
}
html body .modal-content .form-control{
	background:transparent !important
}
#sidebar-coach .modal-content {
    background: #fff !important;
    border:1px solid;
    border-right: 1px solid #fff;
    border-radius: 0px !important;
}
  