/*=========================================================================================
    File Name: laravel-menu.scss
    Description: laravel Specific menu styles
    ----------------------------------------------------------------------------------------
    Item name: Vuexy  - Vuejs, HTML & Laravel Admin Dashboard Template
    Author: PIXINVENT
    Author URL: http://www.themeforest.net/user/pixinvent
==========================================================================================*/

/*========================================================
        DARK LAYOUT
=========================================================*/

body.vertical-layout.vertical-menu-modern .horizontal-menu-wrapper {
  display: none;
}

.horizontal-menu > .main-menu {
  display: none;
}

.horizontal-menu .fixed-top {
  left: 0;
}

html body.navbar-static .app-content .header-navbar {
  background: transparent;
  box-shadow: none !important;
}

@media (max-width: 575.98px) {
  body.vertical-layout:not(.horizontal-layout).navbar-floating .header-navbar {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }
}

.margin-top-10{
  margin-top: 10px;
}

.bg-darkslategrey {
    background-color: darkslategrey;
    color: #fff;
}
.amnt-active{
  display: block !important;
}
.select_card{
  cursor: pointer !important;
}

.margin-bottom-5px{
  margin-bottom: 5px !important;
}
ul.pagination {
    float: right;
}
.ag-theme-material .ag-cell{
    padding-left: 10px;
    padding-right: 10px;
}
.bg-gray{
    background-color: #61677f !important;
}
.close {
    background-color: #ea5455 !important;
    text-shadow: none;
}
.height-40{
  height: 40px;
}
.badge-light-danger {
    background-color: #d73a3b;
}
.badge-light-success {
    background-color: #058f41;
}

.private-btn-card{
    background: #e42728 !important;
    color: #fff !important;
    float: right;
    opacity: 1 !important;
    position: absolute;
    z-index: 1;
    font-size: 15px;
    font-weight: 700;
    padding: 6px 13px;
    right: 15px;
    border-radius: 4px;
}
.sponsored-btn-card {
    color: #fff !important;
    float: left;
    opacity: 1 !important;
    position: absolute;
    z-index: 1;
    font-size: 15px;
    font-weight: 700;
    padding: 6px 13px;
    border-radius: 4px;
}
.edit-btn {
      padding: 3px 7px !important;
      border-radius: 15px;
      font-size: 15px;
  }