/*
Site Name: Al-Nada Charity
Site URI: https://Al-nada-charity.com/
Author: Line
Author: URI: https://line.com
Date: 1 May 2022 - 9 June 2022
Version: 1.0
*/

@import url(../css/all.min.css);
@import url(../css/bootstrap.css);
@import url(../css/owl.carousel.min.css);
@import url(../css/owl.theme.default.min.css);
@import url(../css/animate.css);
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700&display=swap');


*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

:root {
    --main-color: #008D93;
    --sub-color: #EBF6F7;
    --sec-padding: 80px 0;
}

body {
    font-family: 'Tajawal', sans-seri;
    background-color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Tajawal', sans-seri;
    font-weight: 700;
    font-style: normal;
    margin: 0;
}

p {
    margin: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
input[type="time"]::-webkit-calendar-picker-indicator {
background: none;
    
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

img {
    vertical-align: middle;

}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}


a,
button {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

p {
    margin: 0;
}

a {
    cursor: pointer !important;
    text-decoration: none !important;
}

a:hover,
a:active,
a:focus,
a:visited {
    text-decoration: none !important;
}

input,
textarea,
a,
button {
    outline: none !important;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.main-wrapper {
    position: relative;
    padding-top: 123px;
    min-height: 100%;
    overflow: hidden;
}

.hamburger,
.is-closed {
    width: 35px;
    height: 35px;
    z-index: 9;
    -webkit-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    transition: background-color .2s linear;
    margin-right: 0px;
    background-color: transparent;
}

.hamburger span,
.is-closed span {
    width: 20px;
    height: 2px;
    border-radius: 0px;
    background-color: var(--main-color);
    display: block;
    margin-bottom: 4px;
    -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -ms-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.is-closed span:nth-child(1) {
    transform: rotate(45deg)
}

.is-closed span:nth-child(2) {
    display: none;
}

.is-closed span:nth-child(3) {
    transform: rotate(135deg);
    margin-top: -5px;
}

.opt-mobail {
    display: none;
}

.opt-mobail .lang-site {
    position: absolute;
    right: 15px;
    top: 25px;
    display: none
}

.opt-mobail .lang-site a {
    color: var(--main-color);
    font-weight: 500;
}

.opt-mobail .btn-shopping svg {
    height: 30px;
}

.opt-mobail .btn-shopping svg path {
    fill: var(--main-color);
}

.opt-mobail .btn-shopping span {
    position: relative;
    padding-right: 5px;
}

.opt-mobail .btn-shopping small {
    background: #64C2C7;
    border: 2px solid var(--sub-color);
    color: #000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
    text-align: center;
    position: absolute;
    top: -30px;
    right: -10px;
    font-size: 20px;
    font-weight: 700;
}

/* Style Header */

#header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 9;
    box-shadow: 0 1px 7px rgb(0 0 0 / 16%);
}

.top-header {
    background: var(--main-color);
    padding: 10px 0;
}

.top-header ul {
    display: flex;
    justify-content: flex-end;
}

.top-header li {
    display: flex;
    align-items: center;
    margin-right: 30px;
    padding-right: 30px;
    border-right: 1px solid var(--sub-color);
}

.top-header li:last-child {
    margin-right: 0;
    border-right: 0
}

.top-header li a {
    color: #fff;
    font-size: 14px;
}

.top-header li svg {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.top-header li svg path {
    fill: #fff;
}

.top-header li.volunteer svg {
    transform: rotate(35deg);
    width: 20px;
    height: 20px;
}

.bt-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

.bt-header {
    background: var(--sub-color);
}

.logo-site a {
    display: inline-block;
    background: var(--main-color);
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 10px;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.logo-site img {
    max-width: 100px;
}

.logo-mobail {
    display: none
}

.main_menu {
    border-radius: 20px;
}

.main_menu > li {
    float: left;
    margin-right: 25px;
}

.main_menu > li:last-child {
    margin-right: 0;
}

.main_menu > li > a {
    display: flex;
    align-items: center;
    color: #00262D;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 400;
    position: relative;
    padding: 30px 10px;
    border-radius: 10px;
}

.main_menu > li > a.page-scroll img {
    margin-right: 5px;
    display: none
}

.main_menu > li.active a {
    color: var(--main-color);
    font-weight: 500;
}

.main_menu > li.active a img {
    display: block;
}

.main_menu > li.lang-site a {
    color: var(--main-color);
    font-weight: 500;
}

.dropdown-toggle::after {
    border: 0;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f107";
    font-size: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -5px;
}



.dropdown-menu {
    transition: all .8s ease-in-out;
    transform: translateY(100px) !important;
    box-shadow: none;
    background: var(--sub-color);
    border-radius: 0;
    border: 0;
    width:max-content;
}

.dropdown-menu li {
    padding: 0 20px
}

.dropdown-menu li a {
    padding: 10px 0;
    color: #00262D;
    font-size: 14px;
    border-bottom: 1px solid #E9EAEA;
}

.dropdown-menu li:last-child a {
    border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #1e2125;
    background-color: transparent;
    color: #000;
    transform: translateX(10px);
}

.dropdown-menu.show {
    transform: translateY(82px) !important
}

.main_menu .btn-shopping {
    background: var(--main-color);
    margin: 0;
    margin-top: 20px;
    height: 40px;
    border-radius: 40px;
    padding: 5px 5px 5px 15px;
}

.main_menu .btn-shopping span {
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
}

.main_menu .btn-shopping small {
    background: var(--sub-color);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: var(--main-color);
    font-weight: bold;
    font-size: 17px;
    margin-left: 5px
}

.main_menu .btn-shopping img {
    margin-right: 5px;
}
.show-mobail {
    display:none;
}
#header.fixed-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 1px 7px rgb(0 0 0 / 16%);
    z-index: 33;
}

.contact-whats {
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 9;
}

.contact-whats a {
    background: #43D954;
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-whats a:hover {
    transform: scale(1.1);
}

.contact-whats svg {
    height: 23px;
}

.contact-whats svg path {
    fill: #fff;
}

/* Style Home Slide */

.img-home img {
    width: 100%;
    height:auto;
}

.section_home .item {
    position: relative;
    z-index: 1;
    min-height: 400px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/*.section_home .item:before {*/
/*    content: "";*/
   /* background: linear-gradient(270deg, rgba(235, 246, 247, 0.78) 0%, rgba(235, 246, 247, 0) 38%, rgba(235, 246, 247, 0.71) 100%);*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/
.item-mobile {
    display: none !important;
}
.item-web {
        display: block !important;
    }

/* Style Stac Site */

.sec_head {
    position: relative;
    width: 70%;
    margin: 0 auto 40px;
    text-align: center
}

.sec_head h2 {
    color: #00262D;
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 5px;
    position: relative;
    text-transform: uppercase
}

.sec_head h2 span {
    color: var(--main-color)
}

.sec_head > span {
    color: #324B4C;
    position: relative;
}

.sec_head > span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -100px;
    width: 90px;
    height: 1px;
    background: #324B4C;
    opacity: .4
}

.sec_head > span:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -100px;
    width: 90px;
    height: 1px;
    background: #324B4C;
    opacity: .4
}

.sec_head p {
    color: #00262D;
    font-size: 16px;
}

.sec_head p small {
    color: var(--main-color);
}

.btn-site,
.btn-site-other {
    height: 40px;
    font-size: 15px;
    padding: 12px 25px;
    display: flex;
    align-items: center;
    margin: 30px auto 0;
    border-radius: 30px;
    justify-content: center;
    background: var(--main-color);
    border-bottom: 0;
    border-top: 0;
    width: max-content;
    position: relative;
    /*overflow: hidden;*/
}

.btn-site-other {
    background: var(--sub-color);
    border: 1px solid var(--main-color);
}

/*.btn-site:before,*/
/*.btn-site-other:before {*/
/*    background: var(--sub-color);*/
/*    position: absolute;*/
/*    content: "";*/
/*    top: 0;*/
/*    height: 100%;*/
/*    left: -10px;*/
/*    width: 0%;*/
/*    transform: skew(-10deg);*/
/*    transition-duration: .6s;*/
/*    z-index: 0;*/
/*}*/

/*.btn-site-other:before {*/
/*    background: var(--main-color);*/
/*}*/


/*.btn-site:hover:before,*/
/*.btn-site-other:hover:before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    top: 0;*/
/*    left: -10px;*/
/*    width: 120%;*/
/*    z-index: 0*/
/*}*/

.btn-site:hover {
    background: var(--sub-color)
}
.btn-site-other:hover {
    background: var(--main-color)
}

.btn-site span,
.btn-site a {
    color: #fff;
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.btn-site-other span {
    color: var(--main-color);
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
}

.btn-site:hover span,
.btn-site:hover a {
    color: var(--main-color);
}

.btn-site-other:hover span {
    color: var(--sub-color);
}

.bg-fill {
    background: rgb(235 246 247 / 50);
}


/* Style Article */

.section_article {
    position: relative;
    padding: 100px 0;
}

.section_article:before {
    content: "";
    background: url(../images/shape-l.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 500px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.section_article:after {
    content: "";
    background: url(../images/shape-r.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 500px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.thumb-article {
    text-align: center;
}

.thumb-article img {
    max-width: 100%;
    border-radius: 30px;
}

.txt-article {
    padding-top: 10px
}

.txt-article > span {
    color: #324B4C;
    position: relative;
}

.txt-article > span:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -100px;
    width: 90px;
    height: 1px;
    background: #324B4C;
    opacity: .4
}

.txt-article h2 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #00262D;
}

.txt-article h2 span {
    display: block;
    color: var(--main-color);
}

.txt-article p {
    font-size: 17px;
    color: #324B4C;
}


/* Style Projects */

.section_projects {
    position: relative;
    padding: 60px 0;
}

.section_projects:before {
    content: "";
    background: url(../images/shape-le-pro.svg);
    background-size: cover;
    background-position: right;
    width: 200px;
    height: 200px;
    position: absolute;
    left: -70px;
    bottom: -80px;
    z-index: 9;
}
.section_projects .row {
    margin-right: calc(var(--bs-gutter-x) * -1);
    margin-left: calc(var(--bs-gutter-x) * -1);
}
.section_projects .row > * {
    padding-right: calc(var(--bs-gutter-x) * 1);
    padding-left: calc(var(--bs-gutter-x) * 1);
}
.item-projects {
    border: 1px solid #D6D6D6;
    border-radius: 30px;
}
.proj-page .item-projects {
    margin-bottom: 70px;
}
.thumb-projects {
    height: 260px;
}
.proj-details .thumb-projects {
    height: 100%;
    margin-bottom: 0;
}
.proj-details .row > * {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
.thumb-projects img {
    border-radius: 30px;
    width: 100%;
    height: 100%;
}

.txt-project {
    padding: 0 10px 10px;
}

.txt-project h4 {
    color: #00262D;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 19px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 52px;
    overflow: hidden;
}

.progress {
    background: #EBF6F7;
    border: 3px solid #64C2C7;
    border-radius: 15px;
    height: 20px;
    padding: 3px;
    overflow: inherit;
}

.progress-bar {
    border-radius: 15px;
    background: var(--main-color);
    position: relative;
    overflow: inherit;
}

.progress-bar span {
    position: absolute;
    top: -35px;
    right: -25px;
    background: var(--main-color);
    padding: 3px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
}
.start-progress span {
    right: -65px;
 }
.end-progress span {
    right: -10px;
}

.progress-bar span:before {
    content: "";
    border-top: 7px solid var(--main-color);
    border-right: 15px solid transparent;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.st--pro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px;
}

.st--pro li {
    color: #00262D;
    font-weight: 700;
    font-size: 11px;
}

.st--pro li span {
    color: var(--main-color)
}

.form-proj .form-control {
    background: #FCFCFC;
    border: 1px solid #E9EAEA;
    border-radius: 25px;
}


.form-check-donate {
    margin-bottom: 10px;
}
.form-check-donate .form-check-input {
    float: left;
}

/*.form-check-input:checked[type=radio] {*/
/*    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23008D93'/%3e%3c/svg%3e) !important;*/
/*}*/
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23008D93'/%3e%3c/svg%3e");
}
.form-check-input {
    border: 2px solid var(--main-color);
}

.form-check-input:checked {
    border: 2px solid var(--main-color);
    background-color: transparent;
}

.form-check-input:focus {
    box-shadow: none;
    border: 2px solid var(--main-color)
}

.form-check-donate li {
    margin-right: 30px;
    display: inline-block;
}
.form-check-donate li:last-child {
    margin-right: 0;
}
.form-check-label {
    margin-left: 10px
}


.option-project {
    display: flex;
    justify-content: space-between;
}
.option-project li {
    width: 50%;
    margin-right: 8px;
}
.option-project li:last-child {
    margin-right: 0;
}
.option-project li .btn-site, .option-project li .btn-site-other {
    width: 100%;
}
.option-project .btn-site,
.option-project .btn-site-other {
    margin-top: 10px;
    padding: 12px 0;
}

.option-project svg {
    margin-left: 5px;
}
.proj-details .option-project li {
    width: max-content;
    margin-right: 8px;
}
.btn-show {
    padding: 20px;
    background: var(--sub-color);
    color: var(--main-color);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}
.btn-show:hover {
    color: #000
}
.view-all {
    margin-top: 40px;
    text-align: center;
}

.view-all a {
    color: var(--main-color);
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
}


/* Style Help Request */

.section_help_request {
    position: relative;
    padding: 60px 0;
}

.section_help_request:before {
    content: "";
    background: url(../images/shape-req-l.svg);
    background-size: contain;
    width: 300px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.section_help_request:after {
    content: "";
    background: url(../images/shape-req-r.svg);
    background-size: contain;
    width: 300px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.item-request {
    background: #fff;
    padding: 15px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    width: 290px;
    position: relative;
    z-index: 1;
}
.col-lg-4:nth-child(2) .item-request {
    margin: auto;
}
.col-lg-4:nth-child(3) .item-request {
    margin-inline-start: auto;
}
.item-request figure {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.item-request figure img {
    width: 45px;
}

.txt-request {
    width: calc(100% - 60px);
    padding-left: 15px;
}

.txt-request h6 {
    color: #00262D;
    text-transform: uppercase;
}



/* Style About */

.section_about {
    padding: 60px 0;
    position: relative;
}

.about-head > span {
    color: #324B4C;
    position: relative;
}
.report-head > span:after{
    opacity: 0 !important;
}
.about-head > span:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -100px;
    width: 90px;
    height: 1px;
    background: #324B4C;
    opacity: .4
}
.about-head h2{
}
.report-item{
    background: #fff;border-radius:15px !important
}
.thumbReportInside{
    height: 421px !important;padding: 15px !important
}
.thumbReport{
    height: 306px !important;padding: 15px !important
}
.thumbReport img{
    border-radius:15px !important
}
.section_stat{
    background-color: #EBF6F7;
    padding: 42px 0
}
.columnReport{
    padding: 0 14px !important
}
.first_section{
    background-color: #008D93;
    width: fit-content;
    padding: 25px;
    border-radius: 18px;
}
.the-value{
    color: #008D93;
    font-size: 30px;
    font-weight: bold;
}
.third_section{
    border-radius: 18px;
    width: fit-content;
    background-color: #008D93;
    padding: 27px;
}
.stat_title{
    font-size: 21px;
}
.second_section{
    background-color: #fff;
    width: fit-content;
    padding: 26px;
    border-radius: 18px;
}
.stat_item{
    display: flex;
    flex-direction: column;
    gap: 7px;
    justify-content: center;
    align-items: center;
}
.about-head{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    width: 100% !important;
}
.reports_title{
    color: #008D93 !important;
    position: unset !important;
}
.about-head h2 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #00262D;
}

.about-head h2 span {
    display: block;
    color: var(--main-color);
}

.about-head p {
    font-size: 14px;
    color: #324B4C;
}

.about-head .btn-site {
    margin: 30px 0 0;
}



/* Style Fotter */

footer {
    position: relative;
}

.top-footer {
    padding: 30px 0;
    background: var(--main-color);
}

.logo-ft {
    margin-bottom: 30px;
    display: block;
}

.logo-ft img {
    width: 300px;
    max-width: 100%;
    margin-bottom: 0
}

.cont-ft p {
    color: #fff;
}

.menu-ft h5 {
    color: #fff;
    margin-bottom: 25px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 22px;
}

.menu-ft ul li {
    margin-bottom: 15px;
}

.menu-ft ul li a {
    color: #fff;
    font-size: 18px;
}

.li-ft li a:hover {
    opacity: .7;
}

.list-contact li {
    display: block;
    margin-bottom: 10px;
    color: #fff
}

.list-contact li a {
    color: #fff;
    display: flex;
    align-items: center;
}

.list-contact li a:hover {
    opacity: .5
}

.list-contact li a svg {
    margin-right: 10px;
    height: 18px;
    padding: 10px;
}

.social-media li {
    display: inline-block;
    padding: 10px;
}

.bottom-ft {
    padding: 10px 0;
    background: #00262D;
}

.cont-bt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyRight {
    color: #fff;
    font-size: 14px;
}

.cont-bt p {
    color: #fff;
    font-size: 14px;
}

.cont-bt p a {
    color: #fff;
}

.list-ft li {
    display: block;
}


/* Style Sign Page */

.section_sign_page {
    padding: 60px 0;
}

.head-sign {
    width: 100%;
}

.thumb-sign {
    text-align: center;
}

.thumb-sign img {
    max-width: 250px;
}

.head-sign h2 span {
    color: var(--main-color);
    display: block;
}

.form-sign {
    width: 450px;
    margin: auto;
}

.form-sign .form-control {
    background: #FCFCFC;
    height: 50px;
    border-radius: 30px;
    border: 1px solid #E9EAEA;
    padding: 10px 10px 10px 50px;
}

.form-sign select.form-control {
    padding: 10px
}

.select--fo:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f107";
    font-size: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

.form-sign .form-group {
    position: relative;
    margin-bottom: 20px;
}

.form-sign .form-group > svg {
    position: absolute;
    top: 15px;
    left: 20px;
    height: 20px;
    width: 20px;
}
.form-control:focus {
    box-shadow: 0 0 0 0.25rem rgb(0 141 147 / 40%);
}

.form-sign .forgot-password {
    color: #2A2B2C;
    text-decoration: underline !important
}

.ds-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ds-flex .form-group:first-child {
    width: 20%;
    margin-right: 10px;
}

.ds-flex .form-group:last-child {
    width: 80%;
}

.ds-ws .form-group {
    width: 50% !important;
}

.form-sign .btn-site {
    margin: 0;
    width: 100%;
    height: 50px;
    font-size: 20px;
}

.dont-acc {
    text-align: center;
    color: #2A2B2C;
}

.dont-acc a {
    font-weight: 700;
    color: var(--main-color);
}

.check--accept input {
    display: none
}

.cbx {
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    display: flex;
    margin: 30px 0;
}

.cbx p {
    color: #2A2B2C;
    font-size: 14px;
    padding-left: 10px;
    width: calc(100% - 17px);
}

.cbx p a {
    color: #2A2B2C;
    text-decoration: underline !important;
}

.cbx span {
    display: inline-block;
    vertical-align: middle;
    border: 0;
    transform: translate3d(0, 0, 0);
}

.cbx span:first-child {
    position: relative;
    width: 17px;
    height: 17px;
    border: 1px solid #eaebeb;
    background: #fcfcfc;
    border-radius: 3px;
    transform: scale(1);
    vertical-align: middle;
    transition: all 0.2s ease;
    top: 2px;
}

.cbx span:first-child svg {
    position: absolute;
    z-index: 1;
    top: 4px;
    left: 2px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
}

.cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 0;
    transition-delay: 0.2s;
}

.cbx span:last-child {
    margin-left: 8px;
}

.cbx span:last-child:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    height: 1px;
    width: 100%;
    background: var(--sub-color);
    transform-origin: 0 0;
    transform: scaleX(0);
}

.cbx:hover span:first-child {
    border-color: var(--sub-color);
}

.inp-cbx:checked + .cbx span:first-child {
    border-color: var(--main-color);
    background: var(--main-color);
    animation: check 0.6s ease;
}

.inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
}

.inp-cbx:checked + .cbx span:first-child:before {
    transform: scale(2.2);
    opacity: 0;
    transition: all 0.6s ease;
}

.inp-cbx:checked + .cbx span:last-child {
    color: #B9B8C3;
    transition: all 0.3s ease;
}

.inp-cbx:checked + .cbx span:last-child:after {
    transform: scaleX(1);
    transition: all 0.3s ease;
}

@keyframes check {
    50% {
        transform: scale(1.2);
    }
}

.thumb-reset {
    text-align: center;
}

.thumb-reset img {
    max-width: 200px;
}

.form-sign .btn-reset {
    width: 180px;
}

.form-forgot {
    width: 100%;
    margin-top: 30px;
}

.ico-exc svg {
    width: 55px !important;
    height: 55px !important;
    padding: 15px;
    border: 10px solid var(--main-color);
    border-radius: 50%;
}



.ms-succ {
    text-align: center;
    padding: 50px;
}

.ico-che svg {
    height: 70px;
}

.ico-che svg path,
.ico-exc svg path {
    fill: var(--main-color)
}

.ms-succ strong {
    display: block;
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    color: var(--main-color);
    text-transform: uppercase;
    line-height: 1.2;
}

.ms-succ figure img {
    max-width: 190px;
}

.ms-succ p {
    font-size: 15px;
    color: #324B4C;
}

#modalSuccess .modal-dialog {
    max-width: 400px;
}

#modalSuccess .modal-content {
    border-radius: 15px;
}

.closeModal {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #324B4C;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9
}

.closeModal svg path {
    fill: #fff;
}


/* Style Head Page */

.hd-page {
    position: relative;
    background-position: center !important;
    background-size: cover !important;
    height: 400px;
}

.hd-other {
    position: relative;
    background-position: center !important;
    background-size: cover !important;
    height: 80px;
}


/* Style Vision Page */

.cont-vision {
    display: flex;
    width: 85%;
    margin: 0 auto 80px;
}

.cont-vision:nth-child(even) {
    flex-direction: row-reverse;
}

.cont-vision figure,
.txt-message figure {
    width: 250px;
    margin-bottom: 0;
    border-radius: 20px;
}

.cont-vision figure img,
.txt-message figure img {
    width: 100%;
    border-radius: 20px;
}

.txt-vision,
.txt-message {
    width: calc(100% - 250px);
    padding-left: 40px
}

.cont-vision:nth-child(even) .txt-vision {
    width: calc(100% - 250px);
    padding-right: 40px;
    padding-left: 0;
}

.txt-vision h2,
.txt-message h2 {
    color: #00262D;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1
}

.txt-vision h2 span,
.txt-message h2 span {
    color: var(--main-color);
    display: block;
}

.txt-vision p,
.txt-message p {
    color: #00262D;
}

.txt-message small {
    font-size: 16px;
    font-weight: 500;
    color: #00262D;
    display: block;
    margin-top: 15px;
}

.shape-fill:before {
    content: "";
    background: url(../images/shape-l.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 500px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.shape-fill:after {
    content: "";
    background: url(../images/shape-r.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 500px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.bg-opac {
    background: rgb(235 246 247 / 50%);
    z-index: -1;
}


audio {
    width: 100%;
    margin-top: 15px;
}
audio::-webkit-media-controls-panel {
  background-color: #EBF6F7;
  color: #f00;
}
.content-dif {
    margin-top: 80px;
}

.content-dif h5 {
    color: #00262D;
    margin-bottom: 15px;
    text-transform: uppercase
}

.content-dif p,
.content-dif strong {
    color: #00262D;
    font-size: 15px;
    font-weight: 400;
}


/* Style Member Page */

.section_member_page .col-lg-3 {
    width: 20%;
}
.item-member {
    margin-bottom: 80px;
    text-align: center;
    transition: .5s;
}

.item-member figure {
    overflow: hidden;
    border-radius: 20px;
    height: 260px;
}

.item-member img {
    transition: .5s;
    height: 100%;
    width: 100%;
    border-radius: 20px;
}

.item-member:hover img {
    transform: scale(1.1) rotate(5deg);
}

.item-member h5 {
    color: #00262D;
    font-size: 16px;
}

/* Style (Privacy & Policy & Terms) Page*/

.cont-ph p {
    color: #00262D;
    font-size: 17px;
    line-height: 1.5;
}

/* Style 404 Page */

.section_page_site {
    position: relative;
    padding: 60px 0;
}

.cont-not-found {
    text-align: center;
}

.thumb-not-found {
    margin-bottom: 50px;
}

.thumb-not-found img {
    max-width: 380px;
}

.cont-not-found .btn-site {
    width: 250px;
}


/* Style Profile Page */

.aside-account {
    background: var(--sub-color);
    border-radius: 40px;
    padding: 10px;
    height: 100%;
}

.data--acco {
    border: 1px solid var(--main-color);
    padding: 20px;
    border-radius: 30px;
    text-align: center;
    margin-bottom: 20px;
}

.data--acco h3 {
    color: var(--main-color);
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500;
}

.data--acco p {
    color: var(--main-color);
}

.aside-account li {
    padding: 10px;
}

.aside-account li a {
    color: #00262D;
    display: block;
    font-size: 20px;
    padding: 0 20px;
    text-transform: capitalize;
}

.aside-account li.active a {
    font-weight: 700;
    color: #00262D;
    position: relative;
}

.aside-account li.active a:before {
    content: "";
    background: var(--main-color);
    width: 4px;
    height: 100%;
    position: absolute;
    left: -10px;
    top: 0;
    border-radius: 15px;
}


.head-profile {
    margin-bottom: 30px;
}

.head-profile h2 {
    color: #00262D;
    text-transform: uppercase;
}

.head-profile h2 span {
    color: var(--main-color);
    display: block;
}

.form-account {
    width: 90%;
    margin: 0;
}

.flex-mb .form-group:first-child {
    width: 30% !important
}

.flex-mb .form-group:last-child {
    width: 70% !important
}

.form-account .ds-flex .form-group:first-child {
    margin-right: 0;
}

.form-account .ds-flex .form-group {
    padding-right: 70px
}

.form-account .ds-flex .form-group.select--fo:first-child {
    margin-right: 10px;
}

.ds-flex .form-group .ds-flex .form-group {
    margin-bottom: 0;
    padding-right: 0
}

.form-account .btn-site {
    width: 160px;
}

.item-donations {
    border: 1px solid #D6D6D6;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.item-donations h5 {
    height: 45px;
    overflow: hidden;
    margin-bottom: 10px;
}

.item-donations p {
    margin-bottom: 10px;
    color: #00262D;
}

.item-donations p span {
    display: inline-block;
    font-weight: 500;
}

.item-donations h6 {
    background: var(--sub-color);
    padding: 10px 15px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #00262D;
}

.item-donations h6 strong {
    color: var(--main-color);
}

.item-donations p span.date-book {
    direction: ltr;
    display: inline-block;
}
.cont-empty {
    text-align: center;
}

.cont-empty h5 {
    color: var(--main-color);
    margin-bottom: 20px;
    font-size: 24px;
}

.cont-empty .btn-site svg {
    margin-left: 10px;
}

/* Style Project Details  */

.proj-details .txt-project > span {
    position: relative;
    color: var(--main-color);
}

.proj-details .txt-project > span:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -100px;
    width: 90px;
    height: 1px;
    background: var(--main-color);
    opacity: .4
}

.proj-details .txt-project h4 {
    color: #00262D;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 30px;
}

.proj-details .txt-project > p {
    margin-bottom: 50px;
}

.form-proj label {
    font-size: 17px;
    font-weight: 700;
    color: var(--main-color);
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
}

.proj-details .st--pro {
    margin: 10px 0 30px
}

.proj-details .form-proj {
    margin-bottom: 20px;
    position: relative;
}

.proj-details .form-proj span {
    position: absolute;
    top: 37px;
    right: 15px;
    color: var(--main-color);
    font-weight: 500;
}

.donation-for {
    margin-bottom: 20px;
}
.donation-for h5 {
    font-size: 17px;
    font-weight: 700;
    color: var(--main-color);
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
}

.proj-details .option-project {
    justify-content: flex-start;
}

.proj-details .option-project li {
    margin-right: 15px;
}

.proj-details .option-project li:last-child {
    margin-right: 0;
}

.proj-details .option-project .btn-site,
.proj-details .option-project .btn-site-other {
    margin-top: 10px;
    padding: 12px 50px;
}

.more-details {
    margin-top: 50px;
}

.more-details h5 {
    color: var(--main-color);
    margin-bottom: 10px;
}

.more-details p {
    color: #324B4C;
}

.form-proj small {
    color: #B40527;
    display: block;
    height: 20px;
    overflow: hidden;
}

.comleted-project {
    display: flex;
    align-items: center;
    height: 108px;
}

.comleted-project img,
.added-project img {
    margin-right: 20px;
    width: 30px;
}

.comleted-project p,
.added-project p {
    font-size: 17px;
    color: #00262D;
    font-weight: 700;
    text-transform: uppercase
}

.col-lg-4 .form-proj {
    height: 58px;
}

.added-project {
    display: flex;
    align-items: center;
}

.cont-added {
    height: 108px;
    padding-top: 15px;
}

.cont-added .btn-site-other {
    margin: 10px auto 0;
    width: 100%;
}

.cont-added .btn-site-other svg {
    background: var(--main-color);
    width: 15px;
    height: 15px;
    padding: 5px;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    right: 10px;
}

.cont-added .btn-site-other svg path {
    fill: #fff;
}

/* Style Donation Basket Page */


.total-amount {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--sub-color);
    padding: 10px 8px;
    border-radius: 30px;
    margin-bottom: 30px;
}

.dt--am {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    width: 75%;
}

.dt--am h5 {
    color: var(--main-color);
    font-size: 15px;
    text-transform: uppercase;
}

.dt--am strong {
    color: #324B4C;
}

.dt--am strong span {
    color: var(--main-color);
    display: inline-block;
    margin-left: 15px;
}

.cl--am {
    width: 25%;
}

.cl--am a {
    background: var(--main-color);
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    padding: 10px;
}

.item-donation {
    display: flex;
    border-radius: 15px;
    border: 1px solid rgb(214 214 214 / 50%);
    position: relative;
    margin-bottom: 25px;
}

.item-donation figure {
    width: 150px;
    height: 150px;
    margin-bottom: 0;
}
.item-guest figure {
    width: 200px;
    height: 200px;
}
.item-donation figure img {
    border-radius: 15px;
}
.item-guest .txt-donation {
    width: calc(100% - 200px);
}
.txt-donation {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(100% - 150px);
    padding: 10px 90px 10px 15px;
}

.txt-donation h4 {
    color: #00262D;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.item-guest .txt-donation h4 {
    font-size: 16px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.item-guest .txt-donation p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}
.fild-donat {
    background: #FCFCFC;
    border: 1px solid #E9EAEA;
    border-radius: 30px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.fild-donat p {
    color: #00262D;
    font-weight: 300;
}

.fild-donat span {
    font-weight: 500;
    color: var(--main-color)
}

.donate-for-cart {
    color: #00262D;
    font-weight: 700;
    font-size: 14px;
}
.donate-for-cart span {
    color: var(--main-color);
    font-weight: 700;
}

.remove-donat {
    background: #324B4C;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    right: 10px;
}

.remove-donat svg path {
    fill: #fff;
}

.cust-wid .container {
    padding: 0 90px;
}

.form-donation {
    width: 100%;
    background: var(--sub-color);
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 30px
}

.form-donation .ds-flex:last-child .form-group {
    margin-bottom: 0;
}

.form-guest {
    width: 100%;
}

.form-guest .btn-site {
    width: max-content
}

.item-guest .txt-donation {
    padding: 10px;
}

.item-guest figure img {
    height: 100%;
}

.guest-sms {
    margin-bottom:10px;
}


/* Style Donation Success Page */

.cont-success figure {
    text-align: center;
    flex-direction: column;
    margin-bottom: 50px;
}

.data-donation {
    border-radius: 20px;
    border: 2px solid rgb(0 141 147 / 50%);
}

.hd-data-donat {
    background: var(--sub-color);
    padding: 10px 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.hd-data-donat > div {
    flex: 1;
}

.hd-data-donat p {
    margin-bottom: 5px;
}

.hd-data-donat p {
    color: #324B4C
}

.hd-data-donat p span {
    font-weight: 500;
}

.hd-data-donat h5 {
    color: #324B4C;
    font-weight: 500;
    font-size: 25px;
}

.dt-center {
    text-align: center;
}

.dt-end {
    text-align: end;
}

.body-donation {
    padding: 40px 15px;
}

.item-data-donation {
    background: var(--sub-color);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 25px;
    text-align: center;
}

.item-data-donation h4 {
    color: var(--main-color);
    font-size: 17px;
    margin-bottom: 10px;
}

.item-data-donation p {
    color: #324B4C;
    margin-bottom: 10px;
}

.item-data-donation p:last-child {
    margin-bottom: 0;
}

.item-data-donation p span {
    font-weight: 500;
}

.ft-data-donation {
    background: var(--sub-color);
    margin: 0 20px 20px;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ft-data-donation h5 {
    color: var(--main-color);
    text-transform: uppercase;
    font-size: 17px;
    padding-left: 15px;
}

.ft-data-donation strong {
    background: #64C2C7;
    color: #fff;
    display: inline-block;
    border-radius: 25px;
    padding: 10px 40px;
}


/* Style Donate at Charity */

.b-span span {
    display: block;
}

.ph--don h2 {
    color: #00262D;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.ph--don h2 span {
    color: var(--main-color);
    display: block;
}

.ph--don p {
    color: #324B4C;
    font-size: 15px;
}

.form-donate {
    width: 100%;
}

.form-donate .form-group svg path {
    fill: rgb(42 43 44 / 50%);
}

.cont-form {
    margin-top: 90px;
}

.cont-form h4 {
    margin-bottom: 20px;
    color: #00262D;
    text-transform: uppercase;
}

.thumb-dona {
    margin-top: 90px;
    padding-top: 100px;
    text-align: end;
}

.thumb-dona img {
    max-width: 300px;
}

.item-data-donation p span.date-book {
    direction: ltr;
    display: inline-block;
}

/* Style Payment */

.content-payment {
    width: 100%;
}

.choose-payment {
    background: var(--sub-color);
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.choose-payment > p {
    font-weight: 500;
    margin-bottom: 10px;
    color: #2A2B2C;
    font-size: 17px;
}

.choose-payment .cbx {
    border: 1px solid rgb(192 192 192 / 50%);
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 5px;
    height: 45px;
    width: 350px;
    position: relative;
    padding: 0 15px;
    margin: 0;
}

.choose-payment .cbx p {
    font-size: 17px;
}

.choose-payment .cbx span:first-child {
    position: absolute;
    border: 1px solid var(--main-color);
    background: #fff;
    border-radius: 50%;
    top: 14px;
    right: 10px;
}

.list-pay .check--accept {
    display: inline-block;
    margin-right: 30px;
}

.dt-pay {
    margin-top: 40px;
}

.dt-pay .form-control {
    width: 450px;
    max-width: 100%;
}

.cont-phone {
    display: none;
}


/* Style Volunteer Page */

.content-volunteer {
    background: rgb(235 246 247 / 50%);
    padding: 30px;
    border-radius: 20px;
    margin-top: 100px
}

.form-volunteer .form-group {
    margin-bottom: 20px;
}

.d-flex .form-group {
    flex: 1;
    margin-right: 20px;
    position: relative
}

.d-flex .form-group:last-child {
    margin-right: 0
}

.form-volunteer .form-control {
    background: #FCFCFC;
    height: 45px;
    border-radius: 30px;
    border: 2px solid #E9EAEA;
    padding: 10px 15px;
}

.d-flex .form-group svg {
    position: absolute;
    top: 15px;
    left: 15px;
}

.d-flex .form-group.ico-bri svg,
.ds-flex .form-group.ico-bri svg {
    position: absolute;
    top: 15px;
    right: 15px;
    left:auto;
}
.d-flex .form-group.ico-bri svg path,
.ds-flex .form-group.ico-bri svg path {
    color:rgb(42 43 44 / 50%);
}
.d-flex .form-group .ds-flex .form-group {
    margin-bottom: 0;
}

.d-flex .form-group .ds-flex .form-group:first-child {
    width: 25%;
    flex: 1
}

.d-flex .form-group .ds-flex .form-group:last-child {
    width: 75%;
    flex: 3
}
.form-volunteer .flex-mb .form-group:last-child .form-control {
    padding: 10px 10px 10px 45px
}
.form-volunteer .select--fo:before {
    top: 25px;
}

.d-flex .form-group .span-note {
    font-size: 12px;
    color: rgb(42 43 44 / 50%);
}

.form-volunteer .btn-site {
    width: 400px;
    max-width: 100%;
}

input[type=file] {
    display: none;
}

.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 100%;
    width: 100%;
    font-size: 16px;
    /* 20px */
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 10px 20px;
    position: relative;
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label {
    background: #FCFCFC;
    height: 45px;
    border-radius: 30px;
    border: 2px solid #E9EAEA;
}

.inputfile + label .archive-name {
    width: 60%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
    color: #919298;
}

.inputfile + label .btn-inputfile {
    color: #fff;
    display: inline-block;
    position: absolute;
    right: 50px;
    top: -5px;
}

.btn-inputfile svg path {
    fill: var(--main-color);
}

.d-flex .inputGroup {
    flex: 1;
    margin-bottom: 20px;
    margin-right: 20px;
    position: relative;
}

.d-flex .inputGroup:last-child {
    margin-right: 0
}

.inputGroup label {
    width: 100%;
    display: block;
    color: var(--main-color);
    background: #EBF6F7;
    height: 45px;
    border-radius: 30px;
    border: 1px solid var(--main-color);
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color 200ms ease-in;
    overflow: hidden;
    font-weight: 700;
    line-height: 45px;
    padding: 0 20px;
}

.inputGroup label:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    z-index: -1;
}

.inputGroup label:after {
    display: none;
    width: 20px;
    height: 20px;
    content: '';
    border: 0;
    background-color: var(--sub-color);
    background-image: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23008D93' fill-rule='nonzero'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: -1px 1px;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 200ms ease-in;
}

.inputGroup input:checked ~ label:before {
    transform: translate(-50%, -50%) scale3d(56, 56, 1);
    opacity: 1;
}

.inputGroup input:checked ~ label:after {
    background-color: var(--sub-color);
    display: block
}

.inputGroup input:checked ~ label {
    background: var(--main-color);
    color: var(--sub-color);
    padding-left: 40px;
}

.d-flex .inputGroup svg {
    position: absolute;
    top: 12px;
    right: 20px;
    z-index: 9;
    width: 35px;
    height: 22px;
}
.inputGroup input:checked ~ svg path {
    fill:var(--sub-color);
}
.inputGroup input {
    width: 32px;
    height: 32px;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
}

.select2-container {
    width: 100% !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
    outline: 0;
    background: #FCFCFC;
    height: 45px;
    border-radius: 30px !important;
    border: 2px solid #E9EAEA !important;
    padding: 10px 15px;
    width: 100%;
    overflow: auto;
}
.select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f5fafb !important;
    border: 1px solid #aaa !important;
    border-radius: 15px !important;
}
.select2-selection--multiple::-webkit-scrollbar {
  display: none;
} 


#modalContract .modal-dialog,
#modalTerms .modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
}

.modal .sec_head h2 {
    font-size: 28px;
}

.con--ph {
    max-height: 400px;
    overflow: auto;
    text-align: start;
    padding-right: 15px
}

.con--ph::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #E9EAEA;
}

.con--ph::-webkit-scrollbar {
    width: 8px;
    background-color: #E9EAEA;
    transform: .5s
}

.con--ph::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: var(--main-color);
}

/* Style Help Page */

.form-visit .form-group svg path {
    fill: rgb(42 43 44 / 50%)
}
.hp-req {
    text-align: start;
}
.hp-req img {
    min-width: 250px;
}


/* Style Online Help */

.steps {
    position: relative;
    margin: 60px 0 30px
}
.steps ul {
    display: flex;
    justify-content: space-between;
}
.steps:before {
    content: "";
    background: var(--sub-color);
    height: 3px;
    width: 100%;
    position: absolute;
    top: -20px;
    left: 0;
}
.steps li {
    flex: 1;
    text-align: center;
    position: relative;
}
.steps li:before {
    content: "";
    background: var(--sub-color);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    top: -27px;
    left: 50%;
    transform: translateX(-50%);
}
.steps li:first-child:before {
    left: 0;
    transform: none;
    background: var(--main-color);
}
.steps li.current:before {
    background: var(--main-color);
}
.steps li:last-child:before {
    right: 0;
    left: auto;
    transform: none;
}
.steps li:first-child {
    text-align: left
}
.steps li:last-child {
    text-align: right
}
.steps li a {
    color: #64C2C7;
    font-weight: 700;
    font-size: 18px;
}
.steps li:first-child a, .steps li.current a {
    color: var(--main-color)
}
.steps li .number {
    display: none
}
.current-info {
    display: none;
}
.wizard .content > h3 {
    display: none
}

.cont-online {
    background: rgb(235 246 247 / 50%);
    padding: 30px;
    border-radius: 25px;
    margin-bottom: 30px;
}
.cont-online h4 {
    color: #00262D;
    margin-bottom: 10px;
    font-size: 15px
}
.form-online .ds-flex .form-group {
    padding-left: 20px;
    width: 50%;
    margin: 0 0 20px;
    position: relative;
}

.form-online .ds-flex .form-group:first-child {
    padding-left: 0;
}

.form-online .form-control {
    background: #fff;
    height: 45px;
    border-radius: 30px;
    border: 1px solid rgb(192 192 192 / 50%);
    padding: 10px 15px;
}

.actions {
    text-align: center;
}
.actions .previous-button {
    display: none;
}
.next-button, .finish-button {
    background: var(--main-color);
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 30px;
    width: 300px;
    height: 45px;
    display: block;
    margin: auto;
    line-height: 45px;
}
.next-button:hover, .finish-button:hover {
    color: #fff;
    opacity: .8;
}
.previous-button {
    font-weight: 500;
    font-size: 16px;
    color: #00262D;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin: 0 auto 15px;
}

.cont-add-child > h4 {
    text-transform: uppercase;
    color: #00262D;
    font-size: 18px;
    margin-bottom: 15px;
}
.btn-add-child {
    background: #008D93;
    border-radius: 25px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 170px;
    color: #EBF6F7;
    padding: 0 10px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 30px;
}
.btn-add-child svg {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    padding: 4px;
    background: #EBF6F7;
}
.btn-add-child svg path {
    fill: #008D93;
}
.btn-add-child:hover {
    color:#EBF6F7;
    opacity: .8;
}

.item-child {
    position: relative;
    background: rgb(235 246 247 / 50%);
    padding: 30px;
    border-radius: 25px;
    margin-bottom: 30px;
}
.item-child h4 {
    color: #00262D;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.remove-item {
    background: #324B4C;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    line-height: 20px;
    top: 15px;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.remove-item svg path {
    fill: #fff;
}


.item-upload {
    position: relative;
    background: rgb(235 246 247 / 50%);
    padding: 30px;
    border-radius: 25px;
    margin-bottom: 30px;
}
.item-upload h4 {
    color: #00262D;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.item-upload .inputfile + label .btn-inputfile {
    color: #fff;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 10px;
}


/* Style FAQ Page */

.accordion-item {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid rgb(112 112 112 / 50%);
}
.accordion-button:not(.collapsed) {
    color: #324B4C;
    background-color: transparent;
    box-shadow: none;
    font-weight: 500;
}
.accordion-button, .accordion-body {
    background-color: transparent;
    padding: 1rem 0;
}
.accordion-button::after {
    content: "\f067";
    font: normal normal normal 14px/1 FontAwesome;
    background: unset;
    color: var(--main-color)
}
.accordion-button:not(.collapsed)::after {
    background-image: unset;
    transform: none;
    content: "\f068";
    font: normal normal normal 14px/1 FontAwesome;
}
.form-sign-donat {
    width: 100%;
}
.nav-tabs {
    border: 1px solid var(--main-color);
    border-radius: 35px;
    margin: 30px 0;
    display: flex;
    overflow: hidden;
}

.nav-tabs li {
    flex: 1;
    text-align: center;
}
.nav-tabs .nav-item:first-child .nav-link {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.nav-tabs .nav-item:last-child .nav-link {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.nav-tabs .nav-link {
    border: 0;
    width: 100%;
    background: var(--sub-color);
    border-radius: 0;
    text-align: center;
    margin: auto;
    color: var(--main-color);
    font-weight: 500;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: var(--sub-color);
    background-color: var(--main-color);
    border: 0;
}

.other-log > span {
    display: block;
    position: relative
}
.other-log > span:before {
    content: "";
    background: rgb(50 75 76 / 40%);
    width: 40%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.other-log > span:after {
    content: "";
    background: rgb(50 75 76 / 40%);
    width: 40%;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.other-log > span span {
    border: 1px solid #324B4C;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: grid;
    margin: auto;
    place-items: center;
    background: #fff;
    position: relative;
}
.btn-continue {
    height: 50px;
    font-size: 20px;
    padding: 12px 25px;
    display: flex;
    align-items: center;
    margin: 15px auto 0;
    border-radius: 30px;
    justify-content: center;
    background: #324B4C;
    border: 0;
    border-bottom: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.btn-continue span {
    color: var(--sub-color);
    position: relative;
    text-transform: uppercase;
}
.btn-continue:before {
    background: var(--main-color);
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    left: -10px;
    width: 0%;
    transform: skew(-10deg);
    transition-duration: .6s;
    z-index: 0;
}
.btn-continue:hover:before {
    position: absolute;
    content: "";
    top: 0;
    left: -10px;
    width: 120%;
    z-index: 0
}

.body-data-donat {
    padding: 30px;
}
.body-data-donat .item-data-donation {
    margin-bottom: 0;
}

