/* OLD DASHBORAD STYLE */

.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%);
    opacity:1;
    visibility:visible;
    transition:all .5s linear;
    position: fixed;
    z-index: 1000;
}

#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: #fff;
    cursor: pointer;
    margin-left: 20px;
}

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

.main_menus li a{
    width: max-content;
    height: auto;
    color: #fff;
    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: 300px;
    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;
}

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

.btn_levy_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: block;
}


.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;
}

/* RESPONSIVE */
@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;
    }

    .section_content{
        display: block;
    }

    .newest_content, .all_content{
        width: 100%;
    }

    .newest_data {
        width: 100%;
        padding: 25px 30px;
    }

    .newest_data p {
        height: 165px;
        max-height: 165px;
        -webkit-line-clamp: 7;
    }


}

@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)
{

    .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: 20px;
    }


}

@media(max-width: 525px)
{
    .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)
{
    .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;
    }
}
