.div-bg {
    background: #161414 !important;
}

.Hd-text {
   /* text-shadow: -1px 0 green, 0 1px green, 1px 0 green, 0 -1px green;
 *     color: white;*/
    color:white;
}

.btn-bg {
    background-color: #0c5a7c;
}

.container-bg {
  /* background: linear-gradient(217deg, rgb(6 96 93 / 80%), rgba(255, 0, 0, 0) 70.71%), linear-gradient(127deg, rgb(70 7 56 / 80%), rgba(0, 255, 0, 0) 70.71%), linear-gradient(336deg, rgb(2 22 22 / 80%), rgba(0, 0, 255, 0) 70.71%); */
   background: #0F2027;
   background: -webkit-linear-gradient(to left, #89253e, #0F2027);
   background: linear-gradient(to left, rgb(70 7 56), #0F2027);
   background: linear-gradient(to left, rgb(6 5 64), #286c67,#284855);
   padding: 10px;
}

.inner-container-bg {
   padding-top: 15px;
   background: linear-gradient(217deg, rgb(6 96 93 / 80%), rgba(255, 0, 0, 0) 70.71%), linear-gradient(127deg, rgb(70 7 56 / 80%), rgba(0, 255, 0, 0) 70.71%), linear-gradient(336deg, rgb(2 22 22 / 80%), rgba(0, 0, 255, 0) 70.71%);
   background:linear-gradient(to left, rgb(6 5 64), #286c67,#284855);
   border-radius: 10px;
}


.sub-container-bg {
    background: #e3c8c89c;
}

.btn-bg {
    background-color: #0c5a7c !important;
}

.sidenav {
  height: 100%;
  width: 200px;
  position: relative;
  /*z-index: 1;*/
  top: 0;
  left: 0;
  background-color: white;
  /*black*/
  overflow-x: hidden;
  padding-top: 20px;
  min-height:720px;
}

.uk-tab{
   margin-left:0px !important;
}

.uk-tab > .uk-active > a {
  border-color:linear-gradient(to left, rgb(70 7 56), #0F2027);
  border-color:#286664;
}

.sidenav a {
  padding: 6px 8px 6px 10px;
  text-decoration: none;
  color: white;
  display: block;
}

.sidenav a:hover {
  color: grey;
}

.sidenavAD {
  height: 100%;
  width: 300px;
  position: relative;
  /*z-index: 1;*/
  top: 0;
  left: 0;
  background-color: transparent;
  /*black*/
  overflow-x: hidden;
  margin-top:0px !important;
  /*padding-top: 20px;*/
}

@media (width >=650px) {
  /*#category_section {
 *     margin-left: 230px;
 *         margin-left: 120px;
 *             margin-right: 310px;
 *                 margin-right: 264px;
 *                   }
 *                     #moi-init{
 *                          margin-left: 240px;
 *                               margin-right:310px;
 *                                 }
 *
 *                                   #ACCUI {
 *                                       margin-left: 220px;
 *                                           margin-left: 120px;
 *                                               margin-right:310px;
 *                                                   margin-right:264px;
 *                                                     }
 *
 *                                                       #INFOUI {
 *                                                           margin-left: 220px;
 *                                                               /* margin-right:200px; */
  /*}
 *   #TPAGEUI{
 *       margin-left: 210px;
 *           margin-left: 120px;
 *             }
 *               .custom-btn-fixed{
 *                   width: 50%;
 *                       position: relative;
 *                           left: 25%;
 *                               right:25%;
 *                                 }
 *                                   #ButtonUI {
 *                                       position: relative;
 *                                           left: 45px;
 *                                               width: 46% !important;
 *                                                 }*/
}




