 body{
    background-color: #fff;
}
.newdash_balancedata {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    justify-content: start;
    display: flex;
    margin-bottom: 20px;
    background-color: #111f44;
    /* width: 100%; */
    flex-wrap: wrap;
}

.newdash_balancedata h3 {
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 18px;
    width: 100%;
}


.newdash_balancedata h2 {font-weight: bold !important;color: #ffffff !important;width: 100%;}
.newdash_button{
        display: flex;
    width: 100%;
    justify-content: end;
}
.newdash_balancedata button {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 20px;
    padding: 7px 40px;
    outline: navajowhite;
    cursor: pointer;
    background-color: #111f44;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: end;
        text-transform: uppercase;
}

.newdash_balancedata button:hover {
       background-image: linear-gradient(to right, #045ba2, #111f44);
}

.col-sm-12.new_heading {
    margin-top: 25px;
}

.new_heading h2 {
    color: #111f44 !important;
    font-size: 30px;
        margin-top: 40px;
    margin-bottom: 20px;
}

.profile_data {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    padding: 20px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    gap: 15px;
    margin-bottom: 15px;
}

.profile_box  {
    display: grid;
    grid-template-columns: 40px 80%;
    gap: 10px;
    background-color: #f1f1f1;
    padding: 10px 15px;
    border-radius: 9px;
    cursor: pointer;
    border: 1px solid #ccc;
}
.profile_box.disable_hover{
    cursor: inherit;
}
.profile_data .profile_box:nth-child(2), .profile_data .profile_box:nth-child(3) {
    cursor: inherit;
}
.profile_box a:hover{text-decoration: none;}

.profile_box h4 {
    color: #111f44 !important;
    font-size: 17px;
    margin-bottom: 0;
}

.profile_header {
    min-height: 160px;
    display: flex;
    align-items: center;
    padding: 20px 0;
    background: linear-gradient(281deg, #3289d7 -10%, #19284e 7%, #263a6c 40%, #074784 48%, #0E1B3B 100%);
}

.profile_header h3 {
    color: #fff !important;
}


.profile_headerimg {
    color: #8eaa5b !important;
    font-size: 30px;
    display: flex;
    align-items: center;
}

.profile_headerimg a {
    font-size: 15px;
    margin: 0px 15px;
    color: #fff !important;
}

.profile_headerimg a img {
    width: 25px;
    margin-right: 10px;
        display: none;
}
.newdash_header-design {
    background-color: #fff !important;
    z-index: 1;
    position: relative;
    width: 100%;
    /* max-width: 94%; */
}
.newdash_header-design .col-lg-12{padding: 0 7px 0 15px;}
.newdash_design  {
    justify-content: space-between;
    display: flex;
    /* align-items: center; */
    padding: 30px 0 15px;
}

.newdash_design img {
    max-width: 350px;
    width: 100%;
}
.newdash_logoimg {
    text-align: right;
}
.newdash_logoimg img {
    max-width: 70px;
    width: 100%;
}
.newdash_design 
 .myaccountBtn.nav-item {
    color: #000;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 8px 1px #ccc;
    max-width: 150px;
    text-align: center;
    width: 100%;
    margin-bottom: 0px;
}

footer.footer-newdash {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 15px 0px;
    background: linear-gradient(281deg, #3289d7 -10%, #19284e 7%, #263a6c 40%, #074784 48%, #0E1B3B 100%) !important;
}

footer.footer-newdash p {
    margin: 0 auto;
    color: #fff;
    display: flex;
    justify-content: end;
    font-size: 14px;
}

.newdash_madal {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
        margin-bottom: 20px;
}

.newdash_madal div {
    background-color: #f7f7f7;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0px 1px 5px 2px #e1e1e1;
}

.newdash_madal div h2 {
    font-size: 20px;
    color: #111F44 !important;
    border-bottom: 1px solid;
    margin-bottom: 14px;
}

.newdash_madal div ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.newdash_madal div ul li {
    display: grid;
    grid-template-columns: 30% 1% 70%;
    gap: 10px;
    font-size: 14px;
    margin-bottom: 5px;
    color: #000;
}
#glassAnimals .modal-content {
    border-radius: 10px;
}
#glassAnimals button.btn.btn-secondary {
    background-image: linear-gradient(to right, #0078D5, #111F44);
    border: navajowhite;
    border-radius: 10px;
    padding: 8px 40px;
}
.new_dashboard_page {
    padding: 50px 15px;
}

.new_dashboard_page .signup-bt {
    border-radius: 10px;
    background-image: linear-gradient(to right, #0078D5, #111F44);
    border: none;
    min-width: 150px;
}


.btn-info:not(:disabled):not(.disabled).active:focus, 
.btn-info:not(:disabled):not(.disabled):active:focus, 
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: inherit;
    border: none;
    background-image: linear-gradient(to right, #0078D5, #111F44);
    background-color: #ff8658 !important;
}
.new_dashboard_page .data{
 color: #111F44 !important;
}
.new_panel_cards_side {
    margin-bottom: 20px;
    padding: 0 15px;
}

.newdash_form {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    margin: 0 -15px 20px;
}
.new_chnBox {
  display: flex;
  justify-content: space-around;
  max-width: 350px;
  width: 100%;
}
.myaccountBtn.nav-item.cngPassword {
  max-width: 222px;
  margin: 0;
  width: 100%;
  display: flex;
}
.fourth-bg.change-pass-after-log {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #fff;
}
.change-pass-after-log .login-bg {
  padding: 40px;
  /* border-radius: 10px; */
  box-shadow: 0px 0px 4px 1px #ccc;
}
.usericon_chnagpass img {
  height: 80px;
  width: auto;
}




.footer_copyright {
    padding: 20px;
}

.footer_copyright div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.footer_copyright ul {
    list-style: none;
    display: flex;
    gap: 20px;
    padding: 0;
    margin: 0;
    justify-content: end;
}

.footer_copyright ul li {
    color: #fff;
    font-size: 11px;
}

.footer_copyright div img {
    max-width: 160px;
    width: 100%;
}











@media(max-width:1201px){
 .myaccountBtn.nav-item.cngPassword {
    max-width: 196px;
    text-align: center;
    display: flex;
    justify-content: center;
  }
.newdash_design .myaccountBtn.nav-item {
  font-size: 14px !important;
}   
    
}   
@media(max-width:991px){
.new_chnBox {
  max-width: 370px;
}   


}   


@media(max-width:767px){
.profile_data {
    grid-template-columns: repeat(1,1fr);}
    .newdash_madal {
    grid-template-columns: 1fr;
}
.profile_header h3 {
  font-size: 18px;
}
.profile_header {
  min-height: 171px;
}


}


@media(max-width:600px){
.change-pass-after-log .login-bg {
  padding: 15px;
}   
.profile_headerimg {
  font-size: 0;
  align-items: start;
  flex-direction: column;
  justify-content: start;
}   

}   
@media(max-width:575px){
.newdash_design {
  flex-direction: column;
}
.newdash_design img {
  max-width: 150px;
  width: 100%;
  margin-bottom: 10px;
}
.new_chnBox {
  display: flex;
  justify-content: end;
  max-width: 100%;
  width: 100%;
  gap: 17px;
}
}


@media(max-width:400px){
  .newdash_design .myaccountBtn.nav-item.cngPassword {
    width: 196px;
  }
    .newdash_design .myaccountBtn.nav-item {
    font-size: 14px !important;
    padding: 5px 0;
    width: 100px;
  }
}