body{
    margin: 0px;
    padding: 0px;
}
.main-header{
    background: #34363A;
}
.text-white{
    color: #fff!important;
}
.main-header{
    padding: 12px 0px;
}
.main-header .dropdown .btn-link{
    text-decoration: none;
}
.fw-bold{
    font-weight: 700;
}
.fw-bolder{
    font-weight: 900;
}
.fs-24{
    font-size: 24px!important;
}
.fs-18{
    font-size: 18px!important;
}

.fs-12{
    font-size: 12px;
}
/* menu bar */





.sidepanel  {
    width: 0;
    position: fixed;
    z-index: 1;
    height: 100%;
    top: 0;
    left: -3px;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(52, 54, 58, 0.05);
  }
  
  .sidepanel a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-weight: 500;
    color: #575757;
    display: block;
    transition: 0.3s;
  }
  
  .sidepanel  li:hover {
    background: rgba(52, 54, 58, 0.05);
  }
  
  .sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
  }
  .closebtn:hover{
    color:#CA1E24;
  }
 .menu-bar{
     padding: 15px 0px;
     background-color: #CA1E24
     ;
 }
 .divider{
    opacity: 0.05;
    border-bottom: 1px solid #34363A;
 }
 .fw-700{
     font-weight: 700;
 }
 .fs-18{
     font-size: 18px;
 }
 .fs-16{
     font-size: 16px;
 }
 .fs-14{
     font-size: 14px;
 }
 .text-muted{
     color: #34363A!important;
     opacity: 0.5;
 }
 .menu-bar .list-inline-item svg:hover {
  
    cursor: pointer;
    
 }
 .menu-bar .list-inline-item svg:hover g{
  
    opacity: 1!important;
    
 }
 /* search box */
 .has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
.sidepanel .list-item{
    color:#34363A;
    font-size: 16px;
    font-weight: 700;
    border-top: 1px solid rgba(52, 54, 58, 0.05);;
    padding:20px 30px;
}
.btn-search{
    background: #fff;
    border-top: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    
}
.dropdown-menu{
    transform: translate3d(0px, 40px, 0px)!important;
    border:none;
}
.card-search{
    background: #FFFFFF;
border: 1px solid rgba(52, 54, 58, 0.05)!important;
box-sizing: border-box;
/* Drop Shadow */

box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.06)!important;
}
.book-mark:hover{
    background: rgb(52 54 58 / 5%);
}
.bookmark-card{
    padding: 20px;
    border-bottom: 1px solid rgba(52, 54, 58, 0.05);
}
.bookmark-dropdown .dropdown-menu{
    width: 307px!important;
    transform: translate3d(0px, 40px, 0px)!important;

}
.bookmark-card a{
    color:#575757;
}
.bookmark-card a:hover{
    color:#CA1E24;
}
.sidepanel li:hover{
    background: #CA1E24;
}

.sidepanel li:hover a
{
    color: #fff!important;
}
.form-select-solid
{
    padding: 0px;
}
div#next {
    right: 0px;
    }
    .arrow:hover{
        color:#CA1E24;
    }
    .arrow {
        position: absolute;
        top: 50%;
        margin-top: -32px;
        font-size: 64px;
        color: #34363a;
        font-family: arial, sans-serif;
        font-weight: bold;
        cursor: pointer;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
