
.bg-primary1 {
    background-color: rgba(255, 69, 38, 1) !important;
}


/*============== dashboard css ===================*/

.data-box{
    border-radius: 18px;
    padding: 20px;
    border: medium;
    /* background-color: #79d874; */
    /* background-color: rgb(13, 35, 41); */
    background-color: rgb(53 102 93);
    color: white;
    position: relative;
}

.data-box .card-top .name {
    font-weight: 500;
    margin-bottom: 0;
    font-size: 18px;
    color: #fff;
    text-align: left;
    line-height: 30px;
  }

  .data-box .card-content-box {
    padding-left: 0px;
  }
  .data-box .card-content-box .count {
    margin-bottom: 0px;
    font-weight: 400;
    margin-top: 5px;
    color: #fff;
    font-size: 32px;
  }
  .data-img{

  }

  .data-box .red-badge span i {
    padding-top: 10px;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 17px;
    background-color: #000;
    padding: 0 0;
    border-radius: 34px;
    width: 40px;
    height: 40px;
    transition: all 0.5s;
  }
  .data-box:hover .red-badge span i {
    border-radius: 10px;
    transform: rotate(45deg);
  }

  .data-box-style1 {
    background: #F8C076 !important;
  }
  .data-box-style2 {
    background: #FB977D !important;

  }
  .data-box-style3 {
    background: #46CAEB !important;
  
  }





  .top-img {
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 0 18px 0 0;
  }
  .user-info-box {
    padding: 20px 20px 3px 20px;
    padding: 20px 20px 10px 20px;
    margin-bottom: 20px;
    border-radius: 18px;
    box-shadow: 1px 2px 5px 1px rgba(59, 59, 168, 0.26);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
  }

  .user-info-box .user-media {
    width: 240px
 
  }
  .user-info-box .user-media .user-img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: relative;
    right: 34px;
    bottom: -3px;
  }
  
  .user-info-box .user-content .content {
    font-size: 0.875rem !important;
    margin-bottom: 0;
  }

.view-btn{
    border-radius: 135px;
    background-color: #4BD08B !important;
    padding: 3px 15px;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
  }

.view-btn:hover{
  background-color: #32915F !important;
  color: #fff;
  border: 1px solid #32915F !important;
  }

  .user-info-box .user-content .view-btn {
    border-radius: 135px;
    background-color: #4BD08B !important;
    padding: 3px 15px;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
  }

  .user-info-box .user-content .view-btn:hover {
    background-color: #32915F !important;
    color: #fff;
    border: 1px solid #32915F !important;  border: 1px solid #32915F !important;
  }

  .quick-link-box .quick-link-box-inner {
  
  
    padding: 10px 0;
  
    transition: all 0.5s;
    border-radius: 10px 10px 0px 0px;
    padding: 20px 10px;
    margin-bottom: 14px;
    border: none;
    transition: all 0.7s;

    width: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;

  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.18);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  text-align: center;
  transition: 0.5s all ease;
  border-style: solid;
  border-width: 0px 0px 0px 4px;
  border-color: rgb(75, 208, 139);
  /* border-color: #d8ec92; */
  }


  .quick-link-box .quick-link-box-inner:hover .icon-box  {
    border-radius: 10px;
    transform: rotate(45deg);
  }


  .quick-link-box .quick-link-box-inner .icon-box {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    margin: 0 10px 0 7px;
    border-radius: 50px;
    clip-path:none;
    /* background: rgb(255, 227, 59);
    background: var(bg-primary); */
    color: #fff;

  }

  .quick-link-box .quick-link-box-inner:hover {
    border-bottom: none;
    transition: all 0.5s;
    background-color: rgb(40, 53, 44);
    background-color: rgb(53 102 93);
    color: #fff;
  }

  .icon-bg-style1 {
    background: #98F1FF !important;
  }
  .icon-bg-style2 {
    background: #D8EC92 !important;

  }
  .icon-bg-style3 {
    background: #DBA5FF !important;
  
  }
  .icon-bg-style4 {
    background: #F8C076 !important;
  }

  .quick-link-box .quick-link-box-inner:hover .content-box h5{
    color: #fff;
  }

.quick-link-box .quick-link-box-inner {
    border-bottom: none;
}
 

.quick-link-box .quick-link-box-inner::before {
    width: 21px;
    height: 70px;
    position: absolute;
    right: -12px;
    bottom: -8px;
    content: "";
    background-color: #d8ec92;
    background-color: rgb(75, 208, 139);
    border-radius: 12px;
    opacity: 0;
    z-index: 0;
    transition: 0.5s all ease;
  }
  
.quick-link-box .quick-link-box-inner:hover::before {
    opacity: 1;
  
  }

  @media screen and (max-width: 991px) {

   .sidebar-enable #sidebar-menu > ul > li > a {
      margin: 5px 30px 0 0px;
  }
  .enlarged #sidebar-menu > ul > li > a {
    margin: 5px 10px 0 0px;
  }
}