/* Reddish theme starts */


.btn-primary {
    background-color: #ffd246;
    border-color: #3ade9a;
  }
  
  .btn-primary:hover {
    background-color: #00AF66 !important;
    border-color: #00AF66 !important;
  }
  
  .btn-primary.disabled, .btn-primary:disabled {
    background-color: #00AF66 !important;
    border-color: #00AF66 !important;
  }
  
  .btn-outline-primary {
    color: #00AF66 !important;
    border-color: #00AF66 !important;
  }
  
  .btn-outline-primary:hover {
    color: #fff !important;
    background-color: #00AF66 !important;
    border-color: #00AF66 !important;
  }
  
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #00AF66 !important;
    background-color: transparent;
  }

  .btn-outline-info {
    color: #6ea6ee !important;
    border-color: #0006af !important;
  }
  .fast{
    display: block !important;
    position: absolute !important;
 }
  .btn-outline-info:hover {
    color: #fff !important;
    background-color: #6ea6ee !important;
    border-color: #686ded !important;
  }
  
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #6dbcf4 !important;
    background-color: transparent;
  }
  
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #00AF66 !important;
    border-color: #00AF66 !important;
  }
  
  .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 109, 109, 0.5);
  }
  
  .badge-primary {
    color: #fff;
    background-color: #00AF66 !important;
  }
  
  .btn-gradient-primary {
    background: linear-gradient(to right,#3ade9a, #00AF66);
  }
  
  .text-primary {
    color: #3ade9a !important;
  }
  
  .bg-primary {
    background-color: #00AF66 !important;
  }
  
  .border-primary {
    border-color: #00AF66 !important;
  }
  
  .sidebar .nav .nav-item.active > .nav-link .menu-title {
    color: #00AF66 !important;
  }
  
  .sidebar .nav .nav-item.active > .nav-link i {
    color: #00AF66 !important;
  }
  
  .sidebar .nav.sub-menu .nav-item .nav-link.active {
    color: #00AF66 !important;
  }
  
  .navbar .navbar-menu-wrapper .dropdown .dropdown-toggle:after {
    font-size: 1rem;
  }
  
  .navbar.horizontal-full-width-layout-navbar .navbar-top .navbar-menu-wrapper .navbar-nav .nav-item .nav-link.active {
    border-bottom: 2px solid #00AF66 !important;
  }
  
  .navbar.horizontal-full-width-layout-navbar .navbar-bottom .navbar-nav.navbar-nav-left .nav-item .nav-link i {
    color: #00AF66 !important;
  }
  
  .blockquote-primary {
    border-color: #00AF66 !important;
  }
  
  .blockquote-primary .blockquote-footer {
    color: #00AF66 !important;
  }
  
  .badge-primary {
    border: 1px solid #00AF66 !important;
  }
  
  .badge-outline-primary {
    color: #00AF66 !important;
    border: 1px solid #00AF66 !important;
  }
  
  .btn-inverse-primary:not(.btn-inverse-light) {
    color: #00AF66 !important;
  }
  
  .btn-inverse-primary:hover {
    background-color: #00AF66 !important;
    border-color: #00AF66 !important;
  }
  
  .btn-inverse-primary.focus, .btn-inverse-primary:focus {
    box-shadow: 0 0 0 3px rgba(182, 109, 255, 0.5);
  }
  .active{
    
 }
  .btn-inverse-primary.disabled, .btn-inverse-primary:disabled {
    color: #00AF66 !important;
  }
  
  .btn-inverse-primary.active, .btn-inverse-primary:active,
  .show > .btn-inverse-primary.dropdown-toggle {
    background-color: #00AF66 !important;
    border-color: #00AF66 !important;
  }
  
  .btn-primary:not(.btn-light):focus, .btn-primary:not(.btn-light):active {
    background: #00AF66 !important;
    border-color: #00AF66 !important;
  }
  
  .card.card-outline-primary {
    border: 1px solid #00AF66 !important;
  }
  
  .form-check .form-check-label input[type="checkbox"] + .input-helper:before {
    border: solid #00AF66 !important;
  }
  
  
  .form-check .form-check-label input[type="radio"] + .input-helper:before {
    border: solid #00AF66 !important;
  }
  
  .form-check-primary.form-check label input[type="checkbox"] + .input-helper:before,
  .form-check-primary.form-check label input[type="radio"] + .input-helper:before {
    border-color: #00AF66 !important;
  }
  
  select.form-control.border-primary {
    outline: 1px solid #00AF66 !important;
  }
  
  select.form-control.border-primary:focus {
    outline: 1px solid #00AF66 !important;
  }
  
  .icons-list > div i {
    color: #00AF66 !important;
  }
  
  .btn-gradient-primary:not([disabled]):not(.disabled).active, .btn-gradient-primary:not([disabled]):not(.disabled):active, .show>.btn-gradient-primary.dropdown-toggle {
    background: linear-gradient(to right,#3ade9a, #00AF66);
  }
  
  .btn-outline-primary:active, .btn-outline-primary:focus, .btn-outline-primary:hover {
    background: linear-gradient(to right,#3ade9a, #00AF66);
  }
  
  .caret {
    color: #00AF66 !important;
  }

  .navbar-color {
    background-color: #82E8A1 !important;

  }
 
  .btn-gradient-primary:not(.btn-gradient-light) {
    color: #505050;
  }

  .navbar.default-layout-navbar .navbar-menu-wrapper .search-field .input-group i {
    color: #505050;
  }
  /* Reddish theme ends */
  