body.modal-open {
    overflow: hidden;
    position: relative !important;
    padding-right: 0px !important;
}

.mobile-menu-controller {
    z-index: 0;
}

.bg-green {
    background-color: #339526;
}

.font-weight-700 {
    font-weight: 700 !important;
}

input.input-error {
    border-color: #c56b25 !important;
}

.icon.icon-error {
    background-image: url(../../../../img/sponsorship/PNG-&-JPEG/icon_error_warning.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    background-position: center;
    width: 24px;
    height: 24px;
}

.form-error {
    color: #c56b25 !important;
}

#alert-modal .show {
    background: #3f6f9a6b;
}

@media (min-width: 768px) {
    #alert-modal .modal-dialog {
        margin: 18rem auto;
    }
}

@media (max-width: 767px) {
    #alert-modal .modal-dialog {
        margin: 3rem 2rem;
    }
}

#alert-modal .modal-content {
    border: 2px solid #ffd100;
}

/*#alert-modal .modal_child_image { position: absolute;left: 50%;top: 0%;transform: translate(-50%, -50%); }*/
/*#alert-modal .top-space { padding-top: 11rem; }*/
#alert-modal .close-modal {
    position: absolute;
    left: 100%;
    top: 0%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    background-color: #0054a6;
    padding: 0px 10px 0px 10px;
    text-align: center;
    color: white;
    cursor: pointer;
}


.bg-anti-flash-white {
    background-color: #edf6f8;
}

.btn.waiting {
    cursor: default;
    color: #1a1a1a;
    padding: 0.5em 0.8em;
    font-weight: 600 !important;
}

.detail-tab.active {
    cursor: pointer;
    background-color: #0054a6;
}

.detail-tab.active p {
    color: white;
    margin-bottom: 8px;
    margin-top: 8px;
}

.detail-tab {
    cursor: pointer;
    background-color: #ecf0f1;
}

.detail-tab p {
    color: #00407a;
    margin-bottom: 8px;
    margin-top: 8px;
}

.tab-content.active {
    display: block;
    background-color: #f6f8f8;
}

.tab-content {
    display: none;
    background-color: #f6f8f8;
}


@media (min-width: 768px) {
    .birthday_card_body {
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
    }
}

input.form-control {
    font-size: 1.9rem;
    padding: 0.4em 0.5em;
    border-radius: 0.5rem;
    font-weight: 400;
    border: 1px solid #777777;
}

.or_div::before {
    content: " ";
    border-top: 1px solid #dadada;
    width: 45%;
    position: absolute;
    left: 0;
    top: 1.3rem;
}

.or_div::after {
    content: " ";
    border-top: 1px solid #dadada;
    width: 45%;
    position: absolute;
    right: 0;
    top: 1.3rem;
}

@media (max-width: 767px) {
    .login_form {
        display: none;
    }
}

.btn.fb-btn {
    padding: 0.5em 0.5em;
}

@media (min-width: 768px) {
    .not_login_form {
        border-right: 1px solid #ccc;
    }
}

/**** Start Child Bio ****/
.childbio {
    display: flex;
    width: 100%;
    position: relative;
}

.childbio .child-col-1 {
    width: 50%;
    height: auto;
    margin: 20px 0px;
}

@media (max-width: 767px) {
    .childbio {
        display: block !important;
        text-align: left;
    }

    .childbio .child-col-1 {
        width: 100% !important;
    }

    .childbio .child-col-2 {
        width: 100% !important;
    }
}

.child-col-1,
.child-col-2 {
    margin: 20px 10px !important;
}

.child-col-1 {
    display: block;
}

.childbio h4 {
    color: #00407a;
    font-size: 1.6rem !important;
    font-weight: 500;
    display: inline-block;
}

.childbio label {
    font-size: 16px;
    font-weight: 500;
    color: #425563;
}

.child-bio-list {
    list-style: none;
    margin: 0 0 1rem 1rem;
    display: block;
}

.child-bio-list li {
    margin-bottom: unset;
    font-weight: 500;
}

.childbio li {
    display: block;
    font-size: 16px;
}


.childproject {
    display: flex;
    text-align: left;
    margin: unset;
}

@media (max-width: 767px) {
    .childproject {
        display: block !important;
    }

    .childproject .project-col-1,
    .childproject .project-col-2 {
        width: 100%;
        position: inherit;
        margin-top: unset;
    }
}

.childproject .project-col-1 {
    display: block;
}

.project-col-1,
.project-col-2 {
    margin: 0px 10px;
}

.project-col-1 {
    width: 100%;
}

.child-project-tab .childproject h4 {
    display: inline;
    color: #00407a;
    font-size: 1.6rem;
    font-weight: 500;
}

.childproject label,
childproject li {
    font-size: 16px;
    font-weight: 500;
    color: #425563;
}

.project-col-2 {
    width: 100%;
}

.project-col-1 li,
.project-col-2 li {
    display: inline-block;
    list-style: none;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: unset !important;
}

.project-col-2 li {
    display: block !important;
}


.child-country-tab p {
    display: inline;
    font-size: 16px;
    font-weight: 500 !important;
    color: #425563;
}

.child-country-tab h4 {
    display: inline;
    color: #00407a;
    font-size: 1.6rem;
    font-weight: 500;
}

.child-country-tab h3 {
    display: none;
}

.child-country-tab h4:before {
    content: ' ';
    display: block;
}

/**** End Child Bio ****/

.box-shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.box-shadow-none {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .0) !important;
}

@media(min-width: 768px) {
    .box-shadow-md {
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    }

    .box-shadow-md-none {
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .0) !important;
    }
}

.icon.icon-success {
    display: none !important;
}

.btn.another-child {
    padding: 0.8em 2.875em;
    font-weight: 600;
}

.font_gotham {
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif !important;
}

body,
p,
h1,
h2,
h3,
h4,
h4,
label,
input,
select,
span,
a,
button {
    font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif !important;
}

#forgot_pass1,
#forgot_user1 {
    cursor: pointer;
}

#sponsorship-child-selected-details-map {
    min-height: 321px;
}

.mb-150 {
    margin-bottom: 150px;
}