/* OLD DASHBORAD STYLE */
body{
    background:#F5F5F8;
}
.ic_container{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.info_history{
    display: flex;
    width: calc((100% / 3) - 6px);
    background:#E60023;
    cursor: pointer;
    box-shadow: 0 5px 5px rgb(0 0 0 / 5%);
    -webkit-box-shadow: 0 5px 5px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 5px 5px rgb(0 0 0 / 5%);
}

.img_con{
    width: 25%;
    box-sizing: border-box;
    padding: 5px;
    justify-content: center;
    display: flex;
    align-items: center;
    background: #C5121B;
}

.img_con img{
    width: 45px;
    cursor: pointer;
}

.text_con{
    width: 75%;
    text-align: right;
    padding: 10px;
    color: #FFF;
}

.text_con span{
    display: block;
    font-size: 28px;
    line-height: 28px;
    cursor: pointer;
}

.text_con label{
    font-size: 16px;
    margin-bottom: 0px;
    cursor: pointer;
}

.opacity_black{
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 70%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    box-sizing: border-box;
    padding: 10px;
}

.opacity_black h3{
    color: #FFF;
}

.contribution_information{
    width: 100%;
    height: auto;
    display: flex;
    align-items: top;
    justify-content: space-between;
}

.ic_text{
    width: calc((100% / 2) - 6px);
}

.icc{
    display: block;
}

.icc h1,
.icc h5,
.ic_text small{
    color: #FFF;
}

.bg_info{
    height:200px;
    background: url('../../../bg.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}


/* NEW DASHBORAD STYLE */

.box_shadow{
    box-shadow: 0px 20px 30px 0px rgb(0 0 0 / 5%);
    -webkit-box-shadow: 0px 20px 30px 0px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.05);
    border:unset !important;
}

.container_qr_profile{
    position: relative;
    width: 100%;
    max-height: 462px;
    height: 462px;
}

.img_profile_header{
    max-width: 100%;
    height: 276px;
    object-fit: cover;
}

.info_profile_header{
    max-width: 100%;
    height: 224px;
    padding-top: 13px;
}

.qrcodes{
    width: auto;
    height: auto;
    box-sizing: border-box;
    padding: 15px;
    position: absolute;
    background-color: #fff;
    border-radius: 20px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    border: 1px solid rgba(0, 0, 0, .125);
}

.con_ne_profile_header{
    width: 100%;
    box-sizing: border-box;
    display: block;
    padding-left: 255px;
}

.con_ne_profile_header label{
    font-size: 24px;
    line-height: 26px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0px;
}

.con_ne_profile_header span{
    font-size: 11px;
    width: max-content;
    border-radius: 2px;
    display: block;
    padding: 2px 5px;
    background-color: #dfe6e9;
    margin-bottom: 20px;
}

.con_s_profile_header{
    width: 100%;
    height: auto;
    display: flex;
    /* margin-top: 40px; */
}

.qr_info{
    width: 232px;
    max-width: 232px;
    text-align: center;
    font-size: 11px;
    margin-right: 23px;
}

.ic_profile_header{
    width: max-content;
    height: max-content;
    box-sizing: border-box;
    padding: 5px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, .125);
    margin-right: 15px;
    transition: all ease 0.5s;
    display: flex;
    align-items: center;
}

.ic_profile_header:hover{
    border: 1px solid #f43636;
    transition: all ease 0.5s;
}

.ic_profile_header:last-child{
    margin-right: 0px;
}

.ic_profile_header i{
    margin-right: 5px;
    color: #f43636;
    cursor: pointer;
}

.ic_profile_header label{
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 14px;
    color: #000;
}

.profile_details_data{
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.profile_details_data li{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.profile_details_data li:last-child{
    margin-bottom: 0px;
}

/* .profile_details_data i{
    color: #f43636;
} */

.profile_data{
    width: 100%;
    max-width: 100%;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    margin-left: 15px;
}

.profile_data label{
    margin-bottom: 0px;
    color: #f43636;
}

.profile_data span{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.con_st{
    margin: 0px;
    justify-content: space-between;
}

.st_box{
    width: calc((100% /2) - 10px);
    height: 225px;
    max-height: 225px;
    display: flex;
    overflow: hidden;
    border-radius: 22px;
    padding: 14px 16px;
    background-color: red;
}

.gradient_success{
    background: rgb(0,127,95);
    background: linear-gradient(90deg, rgba(0,127,95,1) 0%, rgba(128,185,24,1) 100%);
}

.gradient_plan{
    background: rgb(187,78,148);
    background: linear-gradient(90deg, rgba(187,78,148,1) 0%, rgba(244,54,54,1) 100%);
}

.gradient_histories{
    background: rgb(214,51,132);
    background: linear-gradient(90deg, rgba(214,51,132,1) 0%, rgba(111,66,193,1) 100%);
}

.payment_info{
    width: calc(100% - 102px);
    display: block;
    padding-right: 10px;
}

.payment_info h1{
    font-size: 35px;
    line-height: 37px;
    font-weight: 600;
    color: #FFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.payment_info label{
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    color: #FFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.payment_info small{
    font-size: 14px;
    line-height: 14px;
    color: #FFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.payment_info span{
    display: block;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    color: #FFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.logo_payment{
    width: 102px;
    height: 102px;
}

.logo_payment img{
    width: 102px;
    height: 102px;
    color: #FFF;
}

.contribution_information_h4{
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    text-align: justify;
}

.histories_box{
    width: 100%;
    height: auto;
    display: flex;
    background-color: #FFF;
    box-sizing: border-box;
    padding: 25px;
    border: 1px solid rgba(0, 0, 0, .125);
    margin-bottom: 19px;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: all ease 1.5s;
}

/* .histories_box:hover{
    border-width: 1px;
    border-style: solid;
    transition: all ease 1.5s;
    background: linear-gradient(90deg, rgba(214,51,132,1) 0%, rgba(111,66,193,1) 100%);
    color: #FFF;
} */

.histories_box:last-child{
    margin-bottom: 0px;
}

.histories_box img{
    width: 67px;
    height: 67px;
    padding: 10px;
    border-radius: 18px;
    cursor: pointer;
}

.histories_info{
    width: calc(100% - 67px);
    max-width: calc(100% - 67px);
    display: block;
    box-sizing: border-box;
    padding-right: 10px;
    overflow: hidden;
}

.histories_info span{
    font-size: 60px;
    line-height: 62px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    color: #000;
    cursor: pointer;
}

.histories_info label{
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0px;
    color: #000;
    cursor: pointer;
}

.scroll_contribution{
    display: none;
}

#contribution_section{
    opacity: 0;
    height: 0;
    width: 0;
}

.scan_box{
    width: calc((100% / 2) - 5px);
    height: 70px;
    display: flex;
    align-items: center;
    padding: 10px 14px;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    cursor: pointer;
}

.scan_box img{
    width: 40px;
    height: 40px;
    margin-right: 15px;
    cursor: pointer;
}

.scan_box label{
    margin-bottom: 0px;
    font-weight: 600;
    cursor: pointer;
    color: #FFF;
}

.pl_bg_color{
    background: rgb(120,209,255);
    background: linear-gradient(90deg, rgba(120,209,255,1) 0%, rgba(28,156,217,1) 100%);
}

.lb_bg_color{
    background: rgb(255,150,150);
    background: linear-gradient(90deg, rgba(255,150,150,1) 0%, rgba(206,32,39,1) 100%);
}

.trip_information_h4{
    font-size: 14px;
    margin-top: 7px;
}

.link_trip{
    margin-top: 0px;
}

.navbar_container{
    width: 100%;
    height: 65px;
    background-color: #FFF;
}

/* NAVBAR */

#showNavbar{
    /* background: linear-gradient(to bottom,rgba(0,0,0,0.4) 0%,rgba(143,143,143,-0.83) 100%); */
    background:#fff;
    opacity:1;
    visibility:visible;
    transition:all .5s linear
}

#showNavbar.hide{
    opacity:0;
    visibility:hidden;
    transition:all .5s linear
}


#fixedNavbar{
    background: white;
    box-shadow: -1px 10px 13px -8px rgb(0 0 0 / 10%);
    -webkit-box-shadow: -1px 10px 13px -8px rgb(0 0 0 / 10%);
    opacity:0;
    visibility:hidden;
    transition:all .5s linear
}

#fixedNavbar.show{
    opacity:1;
    visibility:visible;
    transition:all .5s linear
}

.nav_menus{
    display: block;
    width: 100%;
    height: auto;
    padding-top: 10px;
}

.lcp{
    width: 100%;
    height: auto;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    box-sizing: border-box;
    padding-bottom: 10px;
}

.main_menus{
    width: 100%;
    height: 25px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    box-sizing: border-box;
    padding: 10px 0px;
}

.lcp_l,
.lcp_c,
.lcp_p{
    width: max-content;
    height: 25px;
    cursor: pointer;
    position: relative;
}

.lcp_c.hides{
    display: none;
}

.flags, .currencies, .profiles{
    width: max-content;
    height: 25px;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-top: 0px;
}

.flags_dropdown,
.currencies_dropdown,
.profiles_dropdown{
    width: max-content;
    min-width: max-content;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 20;
    border: unset;
    border-radius: 10px !important;
    overflow: hidden;
    box-shadow: 0px 20px 30px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 20px 30px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.1);
    padding: 0px;
    border: 1px solid #EEE;
}

.profiles_dropdown{
    left: unset;
    right: 0;
}

.flags_dropdown a img{
    margin-right: 10px;
}

.currencies_dropdown{
   max-height: 180px;
   overflow-y: scroll;
}

.currencies_dropdown .dropdown-item{
    border-bottom: 1px solid #EEE;
}

.currencies_dropdown .dropdown-item:last-of-type{
    border-bottom: unset;
}

.flags_dropdown a, .profiles_dropdown a{
    padding: 5px 10px;
    border-bottom: 1px solid #EEE;
}

.profiles_dropdown a{
    padding: 20px 30px;
    border-bottom: 1px solid #EEE;
    color: #000;

}

.profiles_dropdown.show a{
    padding: 10px 20px;
}

.flags_dropdown a img{
    width: auto;
    height: 25px;
}

.flags img,
.profiles img{
    width: auto;
    height: 25px;
    cursor: pointer;
}

.lcp_c, .lcp_p{
    margin-left: 25px;
}

.currencies label{
    margin-bottom: 0px;
    cursor: pointer;
}

.main_menus ul{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0px;
    padding: 0px;
    color: #fff;
    list-style: none;
}

.main_menus li{
    width: max-content;
    height: auto;
    color: #000;
    cursor: pointer;
    margin-left: 20px;
}

.main_menus li:first-of-type{
    margin-left: 0px;
}

.main_menus li a{
    width: max-content;
    height: auto;
    color: #000;
    cursor: pointer;
}

.menu_ham{
    display: none;
}

.menu_ham_fixed{
    display: block;
    height: 25px;
    margin-left: 25px;
    cursor: pointer;
}

.menu_ham_fixed .humberger{
    width: auto;
    height: 25px;
    cursor: pointer;
}

.nav_menus_fixed{
    width: unset;
    display: flex;
    align-items: center;
}

.nav_menus_fixed .dropdown-toggle::after {
    color: #000;
}

.nav_menus_fixed .lcp{
    padding-bottom: 0px;
}

.nav_menus_fixed .sidenav{
    background-color: #FFF !important;
    box-shadow: -10px 0px 20px 2px rgb(0 0 0 / 10%);
    -webkit-box-shadow: -10px 0px 20px 2px rgb(0 0 0 / 10%);
}

.nav_menus_fixed .sidenav ul{
    padding: 15px;
    margin: 0px;
    list-style: none;
}

.nav_menus_fixed .sidenav ul li a{
    color: #818181 !important;
    padding-left: 0px !important;
}

.nav_menus_fixed .sidenav ul li a:hover{
    color: #000;
}

.navbar-brand{
    width: auto;
    height: 70px;
}

/* .navbar-brand img{
    width: 100px;
   max-width: 100px;
    height: auto;
} */

.navbar-nav, .navbar-nav ul{
    width: 100%;
    height: auto;
}

/* .navbar-nav ul{
    max-height: 385px;
    height: 385px;
    overflow-y: scroll;
} */

.menu_logo{
    width: 175px;
    margin: auto;
    display: block;
    margin-top: 15px;
}


/* FOOTER NEW */

.main-footer{
    background: white !important;
    /* box-shadow: 1px -10px 13px -8px rgb(0 0 0 /40%);
    -webkit-box-shadow: 1px -9px 13px -8px rgb(0 0 0 / 40%);
    -moz-box-shadow: 1px -10px 13px -8px rgb(0 0 0 / 40%); */
    border-top: 2px solid #EEE;
    box-sizing: border-box;
    position: unset !important;
}

.footer_pad{
    padding: 0px;
}

.footer_container{
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-end;
}

.lb_details{
    width: 40%;
    display: block;
    box-sizing: border-box;
    padding-right: 15px;
}

.lb_menus{
    width: 60%;
    display: flex;
    box-sizing: border-box;
}

.lb_id{
    width: 100%;
    height: auto;

}

.lb_id img{
    width: 200px;
    height: auto;
    display: block;
    margin-bottom: 15px;
}

.lb_id p{
    text-align: justify;
    color: #000 !important;
    width: 100%;
}

.lb_menus_detail ul{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px;
    list-style: none;
    justify-content: space-between;
    padding-left: 35px;
}

.lb_menus_detail ul li{
    width: 220px;
    margin: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 20px !important;
    text-align: left;
}

.lb_menus_detail ul li:nth-child(even) {
    margin-right: 0px !important;
  }

.lb_menus_detail ul li a{
    color: #000 !important;
}

.lb_menus_detail ul li a:hover{
    text-decoration: underline;
}

.lb_download_detail img{
    width: auto;
    height: 65px;
}

.sidenav ul li a:hover{
    color: #000 !important;
    text-decoration: underline;
}

.g_play{
    height: 60px !important;
    margin-bottom: 20px;
}

.lb_copyright{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #EEE;
}

.tops_scroll{
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 198;
}

.btn_arrow_bottom{
    width: 48px;
    height: 48px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    opacity: 1;
    transition: all ease 1s;
    visibility: visible;
}

.btn_arrow_bottom.hide{
    opacity: 0;
    transition: all ease 1s;
    visibility: hidden;
}

.pop_link{
    width: max-content;
    height: auto;
    position: fixed;
    bottom: 25%;
    right: 0;
    z-index: 195;
    display: none;
}


.cn__, .cu__, .cf__{
    width: 135px;
    height: auto;
    padding: 10px;
    border-radius: 10px 0px 0px 10px;
    cursor: pointer;
    background-color: #000;
    transition: all ease 1s;
    margin-right: 0;
    margin-left: auto;
    opacity: 1;
    transition: all ease 1s;
    visibility: visible;
}

.cn__, .cf__{
    margin-bottom: 15px;
}

.cn__ a,
.cu__ a,
.cf__ a{
    color: #FFF;
    display: flex;
    align-items: center;
}

.cn__ a img,
.cu__ a img,
.cf__ a img{
    width: 20px;
    height: auto;
    margin-left: 8px;
}


.cn__.hide,
.cu__.hide,
.cf__.hide{
    opacity: 0;
    transition: all ease 1s;
    visibility: hidden;
}

.cn__:hover,
.cu__:hover,
.cf__:hover{
    background-color: #f43636;
    color: #FFF;
    transition: all ease 0.5s;
}

.con_cn{
    width: max-content;
    height: max-content;
    margin-right: 15px;
    cursor: pointer;
    overflow: hidden;
}

/* .con_cn a{
    width: max-content;
    padding: 5px 10px;
    border: 1px solid #FFF;
    color: #FFF;
    margin: 0PX;
    border-radius: 20px;
    cursor: pointer;
      transition: color .3s ease-in-out;
      box-shadow :.3s ease-in-out;
}

.con_cn a:hover{
    padding: 5px 10px;
    border: 1px solid #000;
    background-color: #000;
      transition: color .3s ease-in-out;
       box-shadow: .3s ease-in-out;
} */

.whites{
    --c: #FFF;
    color: var(--c);
    border: 2px solid var(--c);
}

.blacks{
    --c: #000;
    color: var(--c);
    border: 2px solid var(--c);
}

.con_cn a{
    font-size: 14px;
    border-radius: 0.5em;
    /* width: max-content; */
    height: 6px;
    /* text-transform: uppercase; */
    font-weight: 600;
    font-family: sans-serif;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.5s;
    padding: 5px 10px;
    margin: 0px;
}

.con_cn a span {
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: var(--c);
    transform: translateY(150%);
    border-radius: 50%;
    left: calc((var(--n) - 1) * 25%);
    transition: 0.5s;
    transition-delay: calc((var(--n) - 1) * 0.1s);
    z-index: -1;
}

.con_cn a.whites:hover {
    color: #000;
}

.con_cn a.blacks:hover {
    color: #FFF;
}

.con_cn a:hover span {
    transform: translateY(0) scale(2);
}

.con_cn a span:nth-child(1) {
    --n: 1;
}

.con_cn a span:nth-child(2) {
    --n: 2;
}

.con_cn a span:nth-child(3) {
    --n: 3;
}

.con_cn a span:nth-child(4) {
    --n: 4;
}

.btn-contribute{
    min-width:200px;
    width: auto;
    height: auto;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000;
    color:#fff;
}

#list_contribution {
    list-style:none;
}

#container_contribute{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 32px;
    gap: 27px;
    position: absolute;
    width: 744px;
    height: 109px;
    left: 50%;
    transform: translateX(-50%);
    top: 631px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 8px 14px 1px rgb(0 0 0 / 12%);
    border-radius: 15px;
}
.header_contribute{
    /* Group 115 */
    width: 313px;
    height: 48px;
    flex: none;
    order: 0;
    flex-grow: 0;
}
.header_contribute .body_left{
    position: absolute;
    width: 313px;
    height: 48px;
    left: 32px;
    top: 30.5px;

    background: #000000;
    border-radius: 8px;
}
.header_contribute .body_left .body_left_title{
    position: absolute;
    width: 100%;
    height: 25px;
    left: 50%;
    transform: translateX(-50%);
    top: 10.5px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
}
.header_contribute .body_right{
    position: absolute;
    width: 313px;
    height: 48px;
    left: 399px;
    top: 30.5px;

    background: #000000;
    border-radius: 8px;
}
.header_contribute .body_right .body_right_title{
    position: absolute;
    width: 100%;
    height: 25px;
    left: 69%;
    transform: translateX(-50%);
    top: 10.5px;

    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    /* identical to box height */

    text-align: justify;

    color: #FFFFFF;


}
.header_contribute_line{
    width: 69px;
    height: 0px;

    border: 1px solid #DADADA;
    transform: rotate(90deg);

    /* Inside auto layout */

    flex: none;
    order: 1;
    flex-grow: 0;
}
#showNavbar{
    position:relative;
}
.title__divider{
    display: flex;
    justify-content: space-between;
}
.title__divider .title-left{
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    /* identical to box height */
    left:0;
    text-align: justify;

    color: #000000;
}
.title__divider .title-right{
    position: absolute;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    /* identical to box height */
    right:0;
    text-align: justify;
    align-self:center;
    color: #E54C4C;
}
.title-line{
    border: 2px solid #FF0000;
    max-width: 56px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.radius{
    border-radius:22px;
}
.title-desc{
    font-size: 20px;
    color:#000;
}

/* RESPONSIVE */
@media(max-width: 900px)
{
    .title__divider .title-left{
        font-size: 14px;
    }
    .title__divider .title-right{
        font-size: 12px;
    }
    .radius{
        border-radius: 10px;
    }
    .title-desc{
        font-size: 11px;
        text-align: justify;
    }
}

@media(max-width: 1250px)
{
    .footer_pad{
        padding: 20px;
    }
}

@media(max-width: 1199px)
{
    .container {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .container_qr_profile {
        position: relative;
        width: 100%;
        max-height: 427px;
        height: 427px;
        margin-bottom: 0px;
    }

    .img_profile_header{
        max-width: 100%;
        height: 236px;
    }

    .info_profile_header{
        max-width: 100%;
        height: 225px;
        padding-top: 13px;
    }

    .img_con img{
        width: 40px;
    }

    .qrcodes canvas{
        width: 150px;
        height: 150px;
    }

    .con_ne_profile_header {
        padding-left: 205px;
    }

    .profile_details_data li {
        margin-bottom: 8px;
    }

    .qr_info {
        width: 200px;
        max-width: 200px;
    }

    .ic_profile_header i,
    .ic_profile_header label{
        font-size: 12px;
    }

    .st_box {
        height: 142px;
        max-height: 142px;
        padding: 12px;
    }

    .payment_info {
        width: calc(100% - 70px);
        display: block;
        padding-right: 10px;
    }

    .logo_payment{
        width: 70px;
        height: 70px;
    }

    .logo_payment img{
        width: 70px;
        height: 70px;
        color: #FFF;
    }

    .payment_info label, .payment_info span{
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 0px;
    }

    .payment_info h1 {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 0px;
    }

    .payment_info small {
        font-size: 11px;
        line-height: 13px;
    }

    .contribution_information_h4 {
        font-size: 14px;
        line-height: 16px;
    }

    .histories_box {
        padding: 15px;
    }

    .histories_info span {
        font-size: 42px;
        line-height: 44px;
    }

    .contribution_information_h4{
        margin-top: 10px !important;
    }

    .link_contribution{
        margin-top: 2px;
        margin-bottom: 3px;
    }

    .lb_menus{
        display: block;
    }

    .lb_menus_detail ul li {
        width: 160px;
    }

    .g_play {
        margin-bottom:0px;
        margin-right: 15px;
    }

    .lb_download_detail img {
        height: 60px;
    }

}

@media(max-width: 991px)
{
    .mar-18{
        margin-bottom: 18px;
    }

    .settingPanelToggle1{
        bottom: 30%;
        top: unset !important;
    }

    .settingPanelToggle2 {
        bottom: 20%;
        top: unset !important;
    }

    .scroll_contribution{
        display: block;
        margin-bottom: 0px;
        margin-top: 10px;
        font-size: 14px;
        font-weight: 600;
        color: #f43636;
        text-align: center;
    }

    .link_trip {
        margin: 0px;
    }

    .lcp{
        padding-bottom: 0px;
    }

    .nav_menus{
        width: unset;
        display: flex;
        align-items: center;
    }

    .main_menus{
        display: none;
    }

    .menu_ham{
        display: block;
        height: 25px;
        margin-left: 25px;
        cursor: pointer;
    }

    .humberger{
        width: auto;
        height: 25px;
        cursor: pointer;
    }

    .sidenav{
        background-color: #FFF !important;
    }

    .sidenav ul{
        padding: 15px;
        margin: 0px;
        list-style: none;
    }

    .sidenav ul li a{
        color: #818181 !important;
        padding-left: 0px !important;
    }

    .sidenav ul li a:hover{
        color: #000;
    }
}

@media(max-width: 768px)
{
    #container_contribute{display: none;}

    .ic_container{
        display: block;
    }

    .info_history{
        width: 100%;
        margin-bottom: 10px;
    }

    .info_history:last-child{
        margin-bottom: 0px;
    }

    .img_con{
        width: 25%;
        padding: 10px;
    }

    .text_con{
        width: 75%;
    }
    .img_con img{
        width: 50px;
    }

    .ic_text{
        width: 100%;
        margin-bottom: 15px;
    }

    .ic_text:last-child{
        margin-bottom: 0px;
    }

    .icc h5,
    .icc h1{
        font-size: 14px;
        margin-bottom: 0px;
    }

    .opacity_black h3{
        font-size: 20px;
    }

    .icc{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .bg_info{
        height:250px;
    }

    .contribution_information{
        display: block;
    }

    .qrcodes {
        top: 50px;
        transform: translateX(-50%);
        left: 50%;
    }

    .img_profile_header{
        max-width: 100%;
        height: 150px;
    }

    .qrcodes canvas{
        width: 200px;
        height: 200px;
    }

    .qr_info {
        width: 200px;
        max-width: 200px;
        position: absolute;
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
        color: white;
    }

    .container_qr_profile {
        position: relative;
        width: 100%;
        max-height: max-content;
        height: auto;
    }

    .info_profile_header{
        max-width: 100%;
        height: auto;
        padding-top: 145px;
    }

    .con_ne_profile_header {
        padding-left: 0px;
        text-align: center;
    }

    .con_ne_profile_header span {
        font-size: 12px;
        margin: auto;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .con_s_profile_header{
        margin: 0px;
        align-items: center;
        justify-content: center;
    }

    .ic_profile_header i, .ic_profile_header label {
        font-size: 14px;
    }

    .h5_profile{
        font-size: 16px;
    }

    .navbar-brand{
        width: auto;
        height: 70px;
    }

    .navbar-brand img{
        width: 80px;
       /* max-width: 80px; */
        height: auto;
    }

    .footer_container{
        display: block;
    }

    .lb_details{
        width: 100%;
        padding: 0px;
        margin-bottom: 15px;
    }

    .lb_menus{
        width: 100%;
    }

    .lb_menus_detail ul {
        justify-content: unset;
        padding-left: 0px;
    }

    .lb_menus_detail ul li {
        margin-right: 15px !important;
    }

    .lb_menus_detail ul li:nth-child(even) {
        margin-right: 15px !important;
    }

    .lb_menus_detail ul li:nth-child(3){
        margin-right: 0px !important;
    }

    .lb_menus_detail ul li {
        width: 150px;
    }

    .pop_link{
        width: 100%;
        height: auto;
        position: fixed;
        bottom: 0;
        right: unset;
        left: 0;
        display: flex;
    }


    .cn__, .cu__, .cf__{
        width: calc(100% / 2);
        height: 50px;
        padding: 10px;
        line-height: 18px;
        background-color: #000;
        transition: all ease 1s;
        visibility: visible;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0px;
        border-radius: unset;
    }

    .cn__{
        background-color: #f43636;
    }

    .cu__{
        background-color: #FFF;
        border: 2px solid #000;
        color: #000;
    }

    .cu__ a{
        color: #000;
    }

    .cn__:hover,
    .cf__:hover{
        background-color: #000;
        color: #FFF;
        transition: all ease 0.5s;
    }

    .cu__:hover{
        background-color: #FFF;
        border: 2px solid #000;
        color: #000;
    }

    .btn_arrow_bottom {
        bottom: 60px;
    }


}

@media(max-width: 525px)
{
    #container_contribute{display: none;}

    .con_st{
        display: block;
    }

    .st_box, .scan_box{
        width: 100%;
        margin-bottom: 10px;
    }

    .st_box:last-child,
    .scan_box:last-child{
        margin-bottom: 0px;
    }

    .lb_menus_detail ul li {
        width: 160px;
    }

    .g_play {
        margin-bottom:0px;
        margin-right: 15px;
    }

    .lb_download_detail img {
        height: 60px;
    }

    .lb_menus_detail ul li:nth-child(3){
        margin-right: 20px !important;
    }

    .lb_menus_detail ul li {
        margin-right: 20px !important;
    }

    .lb_menus_detail ul li:nth-child(even) {
        margin-right: 0px !important;
    }

    .con_cn{
        display: none;
    }

}

@media(max-width: 455px)
{
    #container_contribute{display: none;}

    .con_s_profile_header{
        flex-wrap: wrap;
    }

    .ic_profile_header:last-child{
        margin-top: 10px;
    }

    .lb_download_detail img {
        width: auto;
        height: 45px !important;
    }

    .footer_pad{
        padding-bottom: 0px;
    }
}


.error {
    color:#dc3545;
}
#preloader{
    background:#0000009e;
}
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: 80%;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide:nth-child(2n) {
  width: 60%;
}

.swiper-slide:nth-child(3n) {
  width: 40%;
}
#mainNav.navbar-shrink .nav-link {
    padding:0.3rem 1.2rem 1rem;
}
.font-step {
    font-size: 2.3vw !important;
}

.select2-container--default .select2-selection--single{
    height: 38px !important;
    border: 1px solid #ced4da;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 38px;
    padding: 5px;
}

@media (min-width: 992px){
    #mainNav.navbar-shrink .nav-link {
        padding:0.3rem 1.2rem 1rem;
    }
}

.settingSidebar1 {
    background: #fff;
    position: fixed;
    height: 100%;
    width: 280px;
    top: 70px;
    right: -280px;
    z-index: 100;
    transition: .3s ease-in;
    box-shadow: 0 2px 5px rgba(0,0,0,.16), 0 2px 10px rgba(0,0,0,.12);
}
.settingPanelToggle1 {
    background: #212529;
    padding: 10px 15px;
    color: #fff;
    position: absolute;

    border: 1px solid #f43636 !important;
    top: 50%;
    left: -99px;
    width: 100px;
    border-radius: 8px 0 0 8px;
}
.settingPanelToggle1:hover{
    color:#aaa;
}

.settingSidebar2 {
    background: #fff;
    position: fixed;
    height: 100%;
    width: 280px;
    top: 70px;
    right: -280px;
    z-index: 100;
    transition: .3s ease-in;
    box-shadow: 0 2px 5px rgba(0,0,0,.16), 0 2px 10px rgba(0,0,0,.12);
}
.settingPanelToggle2 {/*
   writing-mode: vertical-lr;
    text-orientation: upright; */
    background: #50030a;
    padding: 10px 15px;
    color: #fff;
    position: absolute;
    top: 60%;
    left: -100px;
    width: 100px;
    border-radius: 8px 0 0 8px;

}

.settingSidebar3 {
    background: #fff;
    position: fixed;
    height: 100%;
    width: 280px;
    top: 70px;
    right: -280px;
    z-index: 100;
    transition: .3s ease-in;
    box-shadow: 0 2px 5px rgba(0,0,0,.16), 0 2px 10px rgba(0,0,0,.12);
}
.settingPanelToggle3 {
    padding: 10px 15px;
    color: #fff;
    position: absolute;
    left: -100px;
    width: 100px;
    border-radius: 8px 0 0 8px;
    bottom: 51px; right: -5px; opacity: 1; cursor: pointer;
}

.settingPanelToggle2:hover{
    color:#aaa;
}

.main-footer .services-widget .list li a::before {
    content:none;
}
img{
    width:100%;
}

.btn-port{
    background-color: #dc3545;
    color:#fff;
    padding:5px;
    text-align:center;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #dc3545;
    border-radius: 5px;
    text-align: center;
    color: #dc3545;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #dc3545;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #dc3545;

}
.btn-default:active , .filter-button.active
{
    background-color: #dc3545;
    color: #fff;
}
.contribute
{
    width: 100%;
    border: 1px solid #dc3545;
    border-radius: 5px;
    padding: 10px;
}
.port-image
{
    width: 100%;
}

.contribute:hover + .btn-port{
    display:block;
}

.gallery_product
{
    margin-bottom: 30px;
}

.chatbox {
    position: fixed;
    bottom: 155px;
    right: 30px;
    width: 300px;
    height: 400px;
    background-color: #fff;
    font-family: 'Lato', sans-serif;

    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);

    display: -webkit-flex;
    display: flex;

    -webkit-flex-direction: column;
    flex-direction: column;
}

.chatbox--tray {
    bottom: -350px;
}

.chatbox--closed {
    bottom: -400px;
}

.chatbox .form-control:focus {
    border-color: #1f2836;
}

.chatbox__title,
.chatbox__body {
    border-bottom: none;
}

.chatbox__title {
    min-height: 50px;
    padding-right: 10px;
    background-color: #1f2836;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;

    display: -webkit-flex;
    display: flex;

    -webkit-align-items: center;
    align-items: center;
}

.chatbox__title h5 {
    height: 50px;
    margin: 0 0 0 15px;
    line-height: 50px;
    position: relative;
    padding-left: 20px;

    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.chatbox__title h5 a {
    color: #fff;
    max-width: 195px;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chatbox__title h5:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 12px;
    background: #4CAF50;
    border-radius: 6px;

    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.chatbox__title__tray,
.chatbox__title__close {
    width: 24px;
    height: 24px;
    outline: 0;
    border: none;
    background-color: transparent;
    opacity: 0.5;
    cursor: pointer;

    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
}

.chatbox__title__tray:hover,
.chatbox__title__close:hover {
    opacity: 1;
}

.chatbox__title__tray span {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-bottom: 2px solid #fff
}

.chatbox__title__close svg {
    vertical-align: middle;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.2px;
}

.chatbox__body,
.chatbox__credentials {
    padding: 15px;
    border-top: 0;
    background-color: #f5f5f5;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;

    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.chatbox__credentials {
    display: none;
}

.chatbox__credentials .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.chatbox__body {
    overflow-y: auto;
}

.chatbox__body__message {
    position: relative;
}

.chatbox__body__message p {
    padding: 15px;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
    box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
}

.chatbox__body__message img {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: 2px solid #fcfcfc;
    position: absolute;
    top: 15px;
}

.chatbox__body__message--left p {
    margin-left: 15px;
    padding-left: 30px;
    text-align: left;
}

.chatbox__body__message--left img {
    left: -5px;
}

.chatbox__body__message--right p {
    margin-right: 15px;
    padding-right: 30px;
    text-align: right;
}

.chatbox__body__message--right img {
    right: -5px;
}

.chatbox__message {
    padding: 15px;
    min-height: 50px;
    outline: 0;
    resize: none;
    border: none;
    font-size: 12px;
    border: 1px solid #ddd;
    border-bottom: none;
    background-color: #fefefe;
}

.chatbox--empty {
    height: 262px;
}

.chatbox--empty.chatbox--tray {
    bottom: -212px;
}

.chatbox--empty.chatbox--closed {
    bottom: -262px;
}

.chatbox--empty .chatbox__body,
.chatbox--empty .chatbox__message {
    display: none;
}

.chatbox--empty .chatbox__credentials {
    display: block;
}
.scrolled-down{
   transform:translateY(-100%); transition: all 0.3s ease-in-out;
}
.scrolled-up{
   transform:translateY(0); transition: all 0.3s ease-in-out;
}

.utf_post_block_style {
    position: relative;
    overflow: hidden;
}
.utf_post_thumb {
    max-width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}
.color-blue a.utf_post_cat {
    background: #1e88e5;
}
.utf_post_block_style .utf_post_cat {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
    border-radius: 4px;
}
a.utf_post_cat {
    position: relative;
    font-size: 10px;
    padding: 0 5px;
    background: #ec0000;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    height: 20px;
    border-radius: 4px;
    line-height: 20px;
    display: inline-block;
}
.utf_post_block_style .utf_post_content {
    padding: 0;
}
.utf_post_content {
    padding: 30px;
    z-index: 1;
    position: relative;
}
.utf_featured_tab .utf_list_post_block {
    margin-top: 0;
}
.utf_list_post {
    list-style: none;
    margin: 0;
    padding: 0;
}
.utf_featured_tab .utf_list_post_block ul.utf_list_post li {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
}
.utf_list_post_block .utf_list_post>li {
    margin-bottom: 15px;
    max-height: 95px;
}
.utf_post_block_style.post-float .utf_post_thumb {
    float: left;
    position: relative;
    z-index: 1;
    margin-right: 20px;
    width: 100px;
}
.utf_post_block_style.post-float .utf_post_thumb img {
    max-width: 100px;
    min-height: 75px;
    max-height: 75px;
}
.utf_post_thumb img {
    display: block;
    width: 100%;
    border-radius: 6px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.utf_post_block_style.post-float .utf_post_content {
  z-index: 0;
}
.utf_post_block_style .utf_post_content {
    padding: 0;
}
.utf_post_title {
    margin-top: 0;
    margin-bottom: 10px;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.utf_post_title.title-small {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.utf_post_title {
    font-size: 18px;
    line-height: 24px;
    margin: 10px 0 15px 0;
}
.utf_post_meta span {
    font-size: 12px;
    color: #a3a3a3;
    margin-top: 0px;
    margin-right: 8px;
    padding-right: 8px;
    font-weight: 600;
    border-right: 1px solid #dedede;
    line-height: 14px;
    display: inline-block;
}
.reply-form{
  border-radius: 20px;
}

  @media (max-width: 600px){
      #popular-causes h2 {
          font-size: 14px;
      }
  }


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }

  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }

  .sidenav a:hover {
    color: #f1f1f1;
  }

  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
