@import url('/theme/assets/colors.css');


body {
    font-family: var(--body-font-family);
}

.navbar{
    background-color:var(--white-color);
}


.icon-item{
    margin-top: 7%;
}

.fa-bell{
    font-size: var(--size20);
    color: var(--dark-grey-color) !important;
}

.fa-stack[data-count]:after{
    position: absolute;
    right: 23%;
    top: -24%;
    content: attr(data-count);
    font-size: var(--size10);
    padding: 0.6em;
    border-radius: 60%;
    line-height: .75em;
    color: var(--white-color);
    background: var(--red-color);
    text-align: center;
    min-width: 2em;
    font-weight: bold;
  }

.user-div{
    display: flex;
    flex-direction: column;
}

.user_name{
    font-weight: bold;
    color: var(--dark-grey-color);
    font-size: var(--size16);
}


.user_phone_number{
    color: var(--dark-grey-color);
    font-size: var(--size16);
}


.fa-user-circle{
    color: var(--dark-grey-color);
    font-size: var(--size35);
    margin-top: 7px;
}

.nav-item{
    padding-left: 16px;
}

.ml-auto{
    margin-right: 2%;
}



.fa-angle-down{
    font-size: var(--size16);
    font-weight: blod;
    font-weight: bold;
    color: var(--dark-grey-color);
    margin-top: 165%;
}




.footer{
    background-color: var(--black-color) !important;
    color: var(--grey-color) !important;
}

.rights{
    text-decoration: none;
}

 


a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
  }
  
  a, a:hover {
    text-decoration: none !important;
  }

.custom-dropdown .btn:active, .custom-dropdown .btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none;
  }
  
  .custom-dropdown .btn.btn-custom {
    border: 1px solid #efefef;
  }
  
  .custom-dropdown .title-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .custom-dropdown .title {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
  }
  
  .custom-dropdown .dropdown-link {
    color: var(--dark-grey-color);
    display: inline-block;
    padding-right: 0px;
    position: relative;
  }
  
  .custom-dropdown .dropdown-link .wrap-icon {
    font-size: 30px;
  }
  
  .custom-dropdown .dropdown-link .number {
    width: 24px;
    height: 24px;
    line-height: 20px;
    border-radius: 50%;
    background: var(--blue1-color);
    position: absolute;
    font-size: 13px;
    top: -10px;
    right: -10px;
    border: 2px solid var(--white-color);
    color: var(--white-color);
    text-align: center;
  }
  
  .custom-dropdown .dropdown-menu {
    border: 1px solid transparent;
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
    margin-top: 0px !important;
    padding-top: 0;
    padding-bottom: 0;
    padding: 10px;
    opacity: 0;
    left: 0 !important;
    -webkit-transition: .3s margin-top ease, .3s opacity ease, .3s visibility ease;
    -o-transition: .3s margin-top ease, .3s opacity ease, .3s visibility ease;
    transition: .3s margin-top ease, .3s opacity ease, .3s visibility ease;
    visibility: hidden;
    width: 408px;
  }
  
  .custom-dropdown .dropdown-menu.active {
    opacity: 1;
    visibility: visible;
    margin-top: 10px !important;
    margin-left: -313px;
  }
  
  .custom-dropdown .custom-notifications {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 200px;
    overflow-y: scroll;
    border-bottom: 1px solid #efefef;
  }
  
  .custom-dropdown .custom-notifications > li {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
  }
  
  .custom-dropdown .custom-notifications > li:last-child {
    margin-bottom: 0;
  }
  
  .custom-dropdown .custom-notifications > li > a {
    display: block;
    padding: 20px;
    color: #bfbfbf;
  }
  
  .custom-dropdown .custom-notifications > li > a:hover {
    background: #f9f9f9;
  }
  
  .custom-dropdown .custom-notifications > li > a .img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
  }
  
  .custom-dropdown .custom-notifications > li > a .img img {
    width: 40px;
    border-radius: 50%;
  }
  
  .custom-dropdown .custom-notifications > li > a .text {
    margin-top: 0px;
  }
  
  .custom-dropdown .custom-notifications > li > a .text strong {
    font-weight: 700;
    color: #000;
  }
  
  .custom-dropdown .custom-notifications > li.unread a {
    background:var(--grey-color);
  }
  

  .sidebar{
    left: 0;
    position: absolute;
    width: 242px;
    background:var(--white-color);
    z-index: 100;
    transition: all 0.5s ease;
  }


  .sidebar .nav-link-icon{
    width: 11%;
  }

  .sidebar .nav-links{
    height: 46px;
    display: flex;
    align-items: center;

    height: 100%;
    padding-left: 30px;

    position: relative;
    list-style: none;
    transition: all 0.4s ease;

  }

  .sidebar .nav-links a {
    color: var(--black-color);
    font-size: var(--size16);
  }

  .sidebar .nav-links.active a{
    color: var(--blue1-color); 
  }

  .sidebar .icon-link{
    height: 42px;
    display: flex;
    align-items: center;
  }

  .sidebar .parrent-li{
    height: 100%;
    /* overflow: auto; */
    padding-left: 14px;
    background-color: var(--blue1-color); 
    position: relative;
    list-style: none;
    transition: all 0.4s ease;
  }
   
   

  
  .sidebar .parrent-div{
    height: 47px;
    display: flex;
    align-items: center;
    font-size: var(--size16);
  }

  .sidebar .parrent-icon{
    width: 11%;
  }

  .parrent_link_name{
    color: var(--white-color);
    font-weight: bold;
  }

 

  .sidebar .nav-links.active{
    /* -webkit-box-shadow: 0 10px 6px -6px #777;
       -moz-box-shadow: 0 10px 6px -6px #777;
            box-shadow: 0 10px 6px -6px #777; */
            /* box-shadow: 0 0 5px #333; */
            -webkit-box-shadow: 0 0 6px 0px #777;
            -moz-box-shadow: 0 0 6px 0px #777;
            box-shadow: 0 0 6px 0px #777;
            
  }

  .sidebar .nav-links.active::before {
    content: '';
    position: absolute;
    left: 0;
    width: 5px;
    height: 42px;
    background-color: var(--blue1-color); 
  }

  .sidebar .arrow{
    margin-left: -14px;
  }

  .sidebar .arrow:hover{
    cursor: pointer;
  }

  .link_name_align{
    margin-left: 5%;
    text-transform: capitalize;
  }
  /* .sidebar.close .nav-links li .iocn-link{
    display: block;
    margin-top:1px;
    height: 41px;
  } */


  .sidebar.close{
    width: 100px;
  }

  .sidebar.close .icon-link{
    display: block;
  }

  .sidebar.close  li a .parrent_link_name{
    opacity: 0;
    pointer-events: none;
  }

  .sidebar.close .parrent-icon {
    width: 36%;
    margin-top: 3px;
  }

  .sidebar.close .arrow {
    margin-left: -29px;
  }
  
  .sidebar.close  i.arrow{
    transform: rotate(-180deg);
  }

  .sidebar.close .nav-links  .icon-link{
    display: block;
  }

  .sidebar.close .nav-links .link_name{
    opacity: 0;
    pointer-events: none;
  }

  .sidebar.close .nav-link-icon {
    width: 53%;
    margin-top: 5px;
  }

  .home-section{
    position: relative;
    background: #edf1f4;
    min-height: 143vh;
    height: auto;
    left: 242px;
    width: calc(100% - 242px);
    transition: all 0.5s ease;
  }

  .home-section .home-content{
    width: 100%;
    padding: 20px 14px 20px 35px;
  }

  .home-content .row{
    width: 100%;
  }


  .sidebar.close ~ .home-section{
    left: 100px;
    width: calc(100% - 100px);
  }


  /* .home-section-close{
    left: 100px;
    width: calc(100% - 100px);
  } */

  .sidebar.close .nav-link-icon{
    width: 33%;
  }


  /* mobile navbar */


  .header {
    position: relative;
    padding: 1rem 1.5rem;
    background: #ffffff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 2px 1px -5px rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  }
  .header .navbar {
    display: flex;
    flex-direction: row;
    flex: 1;
    flex-basis: auto;
    align-items: center;
    justify-content: space-between;
  }
  
  .header .navbar .vertical-logo {
    height: 30px;
  }
  
  
  .header .navbar .top-menu-wrapper::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: background 0.5s;
  }
 
  .header .navbar .top-menu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    transform: translate3d(-100%, 0, 0);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .header .navbar .top-menu {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow-y: auto;
    background: #ffffff;
    padding: 0px 0px 0px 0px;
    height: 100%;
  }
  
  .header .navbar .top-menu-wrapper.show-offcanvas::before {
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
  .header .navbar .top-menu-wrapper.show-offcanvas .panel,
  .header .navbar .top-menu-wrapper.show-offcanvas .top-menu {
    transform: translate3d(0, 0, 0);
    transition-duration: 0.7s;
  }
  .header .navbar .top-menu-wrapper.show-offcanvas .top-menu {
    transition-delay: 0.2s;
  }
  .header .navbar ul a {
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    transition: color 0.35s ease-out;
    color: var(--black-color);
  }
   
  
  .header .navbar .has-dropdown i {
    display: none;
  }
  
  .header .navbar .sub-menu {
    padding: 0.5rem 1.5rem 0 1.5rem;
  }
  .header .navbar .sub-menu a {
    text-transform: capitalize;
    font-size: 1rem;
    font-weight: 400;
    margin-top: 0rem;
  }
  
  .header .navbar .top-menu li + li {
    padding: 9px 0px 0px 10px;
    height: 18%;
  }
  

  .header .navbar .top-menu li{
    padding: 9px 0px 0px 10px;
    height: 7%;
  }

  .header .navbar .top-menu .mob-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #4177bd;
    height: 50px;
  }
  
  .header .navbar .top-menu .mob-block .logo {
    font-size: var(--size20);
    color:var(--white-color);
    font-weight: bold;
  }
  .header .navbar .top-menu .mob-block i {
    color: var(--white-color);
    margin-right: 1px;
  }
  
  
  .header .navbar .nav-link.active{
    -webkit-box-shadow: 0 0 6px 0px #777;
    -moz-box-shadow: 0 0 6px 0px #777;
    box-shadow: 0 0 6px 0px #777;
  }

  .header .navbar .nav-link.active a{
    color: var(--blue-color);
  }
  
  .header .navbar .nav-link.active::before {
    content: '';
    position: absolute;
    left: 0;
    width: 5px;
    height: 34px;
    background-color: var(--blue1-color);
    margin-top: -9px;
  }

  .button {
    color: inherit;
    background: transparent;
    border: none;
    outline: none;
    cursor: default;
  }
  
  .user-icon-mob{
    margin-top: 0px !important;
    margin-right: -27%;
  }

  .mobile-nav-icon{
    width: 22px;
  }

  .mobile-nav-linkname{
    text-transform: capitalize;
    padding-left: 8px;
  }
  
   

  .grid-items:hover{
    background-color: var(--blue1-color);
  }

  .grid-items:hover .home-content-title > a,.grid-items:hover .grid-child{
    color: var(--white-color);
  }

  .form-control:focus{
    border-color: var(--blue1-color);
    box-shadow: none;
  }

  label{
    font-weight: bold;
  }


  .row-item{
    margin-top: 3% !important;
  }



.mobile-navbar{display: none;}
@media screen and (max-width:768px){
  .sidebar{display: none;}
  .desktop-navbar{display: none;}
  .mobile-navbar{display:block;}
  .home-section{
    left: 0px; 
    width: 100%;
  }

  .home-content{
    padding: 13px 0px 0px 22px !important;
  }

  .home-content .title-card {
    height: 47px !important;
  }

  .title-card .card-body{
    display: flex;
    justify-content: center;
    margin-top: -10px;
  }

  .d-grid{
    width: 100% !important;
    margin-left: -4% !important;
    display: grid !important;
    grid-template-columns: 48.5% 48.5% !important;
    grid-column-gap: 3% !important;
    margin-top: 2% !important;
    grid-row-gap: 3% !important;
  }

  .grid-items{
    background: var(--white-color) !important;
    justify-content: center !important;
    height: 66px !important;
    align-items: center !important;
    background-clip: border-box !important;
    border: none !important;
    border-radius: 3px !important;
    display: grid !important;
    grid-template-columns: auto auto !important;
    grid-column-gap: 3% !important;
    justify-content:flex-start !important;
    padding: 4px !important;
  }

  .circle {
    width: 48px !important;
    height: 48px !important;
    line-height: 48px !important;
    border-radius: 50% !important;
    color: var(--blue1-color) !important;
    text-align: center !important;
    background: #fff !important;
    -webkit-box-shadow: 0 0 5px 2px #e8e8e8 !important;
    -moz-box-shadow: 0 0 5px 2px #e8e8e8 !important;
    box-shadow: 0 0 5px 2px #e8e8e8 !important;
    
  }
 

  .border-style{
    border-radius: 50% !important;
    color: var(--blue1-color) !important;
     
    border-style: dashed !important;
    border-color: #9fbcdc !important;
  
    height: 40px !important;
    width: 40px !important;
    line-height: 40px !important;
    text-align: center !important;
    margin-top: 8% !important;
    margin-left: 7% !important;
  }

  .home-coneten-icons{
    width: 23px !important;
    margin-top: -8px !important;
  }

  .home-content-title{
    color: var(--blue1-color) !important;
    font-weight: bold !important;
    text-transform: capitalize !important;
  }

  .header-div{
    display: grid !important;
    grid-template-columns: auto auto !important;
    grid-column-gap: 5% !important;
  }

  .mob-parent-icon{
    width: 26px !important;
    height: 26px !important;
  }

  .home-content-title {
    font-size: var(--size16) !important;
  }

  .mobile-align-title{
    margin-top: -15px;
  }

  .grid-child {
    font-size: var(--size16) !important;
  }

  .row-item{
    margin-top: 14%;
  }

}

@media(hover: hover) and (pointer: fine) {
  .grid-items:hover .home-content-title,.grid-items:hover .grid-child{
    color: var(--white-color);
  }

}