/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

/* @import url('https://fonts.googleapis.com/css2?family=Inter&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Oxygen&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sarabun&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&amp;display=swap');
/* @import url('systemui-font.css'); */
/* :root {
} */

:root {
    scroll-behavior: smooth;
    /* --system-ui: "Public Sans", "Segoe UI", "Roboto", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; */
    --system-ui: "Public Sans", -apple-system, BlinkMacSystemFont,
    "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
    "Helvetica Neue", sans-serif;
  --bs-font-monospace: "SFMono-Regular", Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;;
    --bs-body-font-size: 0.9375rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.53;
    --bs-table-striped-bg: #FAFAFA !important;
    /* --bs-body-color:  var( --bs-body-color); */
    --bs-body-color:#495057;
    --bs-body-background-color:#FAFAFA;
    --bs-transparent-background-color:#FAFAFA;
    
/*    
        --bs-table-striped-bg: #c3e1e13b !important;
     --bs-body-color:  var( --bs-body-color); 
    --bs-body-color:#495057;
    --bs-body-background-color:#c3e1e13b;
    --bs-transparent-background-color:#c3e1e13b;
    */
  }
  
  body {
    /* background: #F4F4F8; */
    /* background:#f6f9ffba; */
    /* background-color: #f8f9fa; */
    background-color:var(--bs-body-background-color);
    color: var( --bs-body-color);
    font-family: var( --system-ui);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var( --bs-body-line-height)
  }
  
  a {
    color: #1693d2;
    text-decoration: none;
  }
  
  a:hover {
    color: #1693d2;
    text-decoration: none;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    /* font-family: "Nunito", sans-serif; */
  }
  
  /*--------------------------------------------------------------
  # Main
  --------------------------------------------------------------*/
  #main {
    margin-top: 60px;
    padding: 20px 20px;
    transition: all 0.3s;
    min-height: 88vh !important;
  }
  
  @media (max-width: 1199px) {
    #main {
      padding: 20px;
    }
  }
  
  /*--------------------------------------------------------------
  # Page Title
  --------------------------------------------------------------*/
  .pagetitle {
    margin-bottom: 10px;
  }
  
  .pagetitle h1 {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 600;
    color: #1693d2;
  }
  
  /*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
  .back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #1693d2;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
  }
  
  .back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
  }
  
  .back-to-top:hover {
    background: #1693d2;
    color: #fff;
  }
  
  .back-to-top.active {
    visibility: visible;
    opacity: 1;
  }
  
  /*--------------------------------------------------------------
  # Override some default Bootstrap stylings
  --------------------------------------------------------------*/
  /* Dropdown menus */
  .dropdown-menu {
    border-radius: 4px;
    padding: 10px 0;
    animation-name: dropdown-animate;
    animation-duration: 0.2s;
    animation-fill-mode: both;
    border: 0;
    box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
    /* width: 100%; */
  }
  
  .dropdown-menu .dropdown-header,
  .dropdown-menu .dropdown-footer {
    text-align: left;
    font-size: 15px;
    padding: 10px 41px;
  }
  
  .dropdown-menu .dropdown-footer a {
    color: #444444;
    text-decoration: underline;
  }
  
  .dropdown-menu .dropdown-footer a:hover {
    text-decoration: none;
  }
  
  .dropdown-menu .dropdown-divider {
    color: #a5c5fe;
    margin: 0;
  }
  
  .dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 0px 15px 0px 5px;
    transition: 0.3s;
   
  }
  
  .dropdown-menu .dropdown-item i {
    margin-right: 10px;
    font-size: 18px;
    line-height: 0;
  }
  
  .dropdown-menu .dropdown-item:hover {
    background-color: #f6f9ff;
    color: var( --bs-body-color) !important;
  }
  .dropdown-menu .dropdown-item:focus {
    background-color: #f6f9ff;
    color: var( --bs-body-color) !important;
  }
  
  @media (min-width: 768px) {
    .dropdown-menu-arrow::before {
      content: "";
      width: 13px;
      height: 13px;
      background: #fff;
      position: absolute;
      top: -7px;
      right: 20px;
      transform: rotate(45deg);
      border-top: 1px solid #eaedf1;
      border-left: 1px solid #eaedf1;
    }
    .todocard-height {
      height: 287px;
  }
  /* .todolist-height {
    overflow-y: auto;
    height: 82px;
} */
  }
  @media only screen and (max-width: 736px) and (orientation: landscape){
.announcementcard-height {
    height: 300px;
}
.announcement-height {
  overflow-y: auto;
  height: 185px;
}
.todocard-height {
  height: 287px;
}
.todolist-height {
  overflow-y: auto;
  height: 82px;
}


  }
  /*For Ipad devices of width 768X1024 both landscape and portrait orientation*/ 
  @media only screen and (min-width:768px) and (max-width: 1024px){
    /* .todocard-height{
      height: 287px;
  } */
  .modal-lg {
    max-width: 93% !important;
}
  
  .todolist-height {
      overflow-y: auto;
  height: 90px;
  }
  
  .announcementcard-height{
      height: 300px;
  }
  .announcement-height {
      overflow-y: auto;
  height: 110px;
  }
  .announcements {
      overflow-y: auto;
  }
  }


/*For ipad devices width 768px to 1024px portrait view*/

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait){

  .todocard-height{
    height: 266px !important;
}
.todolist-height {
    overflow-y: auto;
height: 60px !important;
}
.announcementcard-height{
   height: 260px !important;
}
.myteam-height{
    height: 260px !important;
 }

.announcement-height {
    overflow-y: auto;
height: 160px !important;
}
}



/*For Ipad devices of 768X1024 and orientation Landscape*/
@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation:landscape){
  .todocard-height{
    height: 268px !important;
}
.todolist-height {
    overflow-y: auto;
height: 60px !important;
}
.announcementcard-height{
   height: 260px !important;
}
.announcement-height {
    overflow-y: auto;
height: 175px !important;
}
.myteam-height{
    height: 260px !important;
}
}

@media only screen and (max-width: 815px) and (orientation: landscape){
.modal-lg {
    max-width: 93% !important;
}

}





  @media only screen and (width: 1180px) and (max-width: 1190px) and (orientation: landscape){
    .todocard-height {
        height: 254px !important;
    }
    .todolist-height {
        overflow-y: auto;
    height: 60px !important;
    }
    .announcementcard-height{
           height: 264px !important;
        }
        .myteam-height{
            height: 264px !important;
         }
    .announcement-height {
        overflow-y: auto;
    height: 90px !important;
    }
    }

  @keyframes dropdown-animate {
    0% {
      opacity: 0;
    }
  
    100% {
      opacity: 1;
    }
  
    0% {
      opacity: 0;
    }
  }
  
  /* Light Backgrounds */
  .bg-primary-light {
    background-color: #cfe2ff;
    border-color: #cfe2ff;
  }
  
  .bg-secondary-light {
    background-color: #e2e3e5;
    border-color: #e2e3e5;
  }
  
  .bg-success-light {
    background-color: #d1e7dd;
    border-color: #d1e7dd;
  }
  
  .bg-danger-light {
    background-color: #f8d7da;
    border-color: #f8d7da;
  }
  
  .bg-warning-light {
    background-color: #fff3cd;
    border-color: #fff3cd;
  }
  
  .bg-info-light {
    background-color: #cff4fc;
    border-color: #cff4fc;
  }
  
  .bg-dark-light {
    background-color: #d3d3d4;
    border-color: #d3d3d4;
  }
  .bg-white {
    background-color: #ffff;
  }
  .bg-transparent {
    background-color: var(--bs-transparent-background-color);
  }
  .bg-danger{
    background-color: #EA6050 !important;
  }
  .bg-brand{
    background-color: #1693d2 !important;
  }
  .btn-outline-primary{
color: #1693d2 !important;
border: 1px solid #1693d2 !important;
background-color: #fff !important;
  }
  .btn-outline-primary:hover{
    color: #1693d2 !important;
    border: 1px solid #1693d2 !important;
    background-color: #fff !important;
      }
  

  /* Card */
  .card {
    margin-bottom: 30px;
    border: none;
    border-radius: 5px;
    background-clip: padding-box;
    box-shadow: 0 2px 6px 0 rgba(67,89,113,.12);
  }
  
  .card-header,
  .card-footer {
    border-color: #ebeef4;
    background-color: #fff;
    /* color: #798eb3; */
    color: var(--bs-body-color) !important;
    padding: 15px;
  }
  
  .card-title {
    padding: 20px 0 15px 0;
    font-size: 18px;
    font-weight: 500;
    color: #1693d2;
    /* font-family: "Poppins", sans-serif; */
  }
  
  .card-title span {
    color: #899bbd;
    font-size: 14px;
    font-weight: 400;
  }
  
  /* .card-body {
    padding: 0 20px 20px 20px;
  }
   */
  .card-img-overlay {
    background-color: rgba(255, 255, 255, 0.6);
  }
  
  /* Alerts */
  .alert-heading {
    font-weight: 500;
    /* font-family: "Poppins", sans-serif; */
    font-size: 20px;
  }
  
  /* Close Button */
  /* .btn-close {
    background-size: 25%;
  } */
  
  .btn-close:focus {
    outline: 0;
    box-shadow: none;
  }
  
  /* Accordion */
  .accordion-item {
    border: 1px solid #ebeef4;
  }
  
  .accordion-button:focus {
    outline: 0;
    box-shadow: none;
  }
  
  .accordion-button:not(.collapsed) {
    color: #1693d2;
    background-color: #f6f9ff;
  }
  
  .accordion-flush .accordion-button {
    padding: 15px 0;
    background: none;
    border: 0;
  }
  
  .accordion-flush .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: #1693d2;
  }
  
  .accordion-flush .accordion-body {
    padding: 0 0 15px 0;
    color: #3e4f6f;
    font-size: 15px;
  }
  
  /* Breadcrumbs */
  .breadcrumb {
    font-size: 14px;
    /* font-family: "Nunito", sans-serif; */
    color: #899bbd;
    font-weight: 600;
  }
  
  .breadcrumb a {
    color: #899bbd;
    transition: 0.3s;
  }
  
  .breadcrumb a:hover {
    color: #51678f;
  }
  
  .breadcrumb .breadcrumb-item::before {
    color: #899bbd;
  }
  
  .breadcrumb .active {
    color: #51678f;
    font-weight: 600;
  }
  
  /* Bordered Tabs */
  .nav-tabs-bordered {
    border-bottom: 2px solid #ebeef4;
  }
  
  .nav-tabs-bordered .nav-link {
    margin-bottom: -2px;
    border: none;
    color: #2c384e;
  }
  
  .nav-tabs-bordered .nav-link:hover,
  .nav-tabs-bordered .nav-link:focus {
    color: #1693d2;
  }
  
  .nav-tabs-bordered .nav-link.active {
    background-color: #fff;
    color: #1693d2;
    border-bottom: 2px solid #1693d2;
  }
  
  /*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
  .logo {
    line-height: 1;
  }
  
  @media (min-width: 1200px) {
    .logo {
      width: 14rem;
    }
  }
  
  .logo img {
    max-height: 26px;
    height: 50px;
    margin-right: 6px;
  }
  
  .logo span {
    font-size: 18px;
    font-weight: 600;
    color: #495057;
    /* font-family: "Nunito", sans-serif; */
  }
  .brand-color{
    color: #1693d2 !important;
  }
  sup{
    font-size: 10px !important;
  }
  
  .header {
    transition: all 0.5s;
    z-index: 997;
    height: 60px;
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
    background-color: #fff;
    padding-left: 20px;
    /* Toggle Sidebar Button */
    /* Search Bar */
  }
  
  .header .toggle-sidebar-btn {
    font-size: 28px;
    padding-left: 10px;
    cursor: pointer;
    color: #495057;
  }
  
  .header .search-bar {
    min-width: 360px;
    padding: 0 20px;
  }
  
  @media (max-width: 1199px) {
    .header .search-bar {
      position: fixed;
      top: 50px;
      left: 0;
      right: 0;
      padding: 20px;
      box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
      background: white;
      z-index: 9999;
      transition: 0.3s;
      visibility: hidden;
      opacity: 0;
    }
  
    .header .search-bar-show {
      top: 60px;
      visibility: visible;
      opacity: 1;
    }
  }
  
  .header .search-form {
    width: 100%;
  }
  
  .header .search-form input {
    border: 0;
    font-size: 14px;
    color: #1693d2;
    border: 1px solid rgba(1, 41, 112, 0.2);
    padding: 7px 38px 7px 8px;
    border-radius: 3px;
    transition: 0.3s;
    width: 100%;
  }
  
  .header .search-form input:focus,
  .header .search-form input:hover {
    outline: none;
    box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
    border: 1px solid rgba(1, 41, 112, 0.3);
  }
  
  .header .search-form button {
    border: 0;
    padding: 0;
    margin-left: -30px;
    background: none;
  }
  
  .header .search-form button i {
    color: #1693d2;
  }
  
  /*--------------------------------------------------------------
  # Header Nav
  --------------------------------------------------------------*/
  .header-nav ul {
    list-style: none;
  }
  
  .header-nav>ul {
    margin: 0;
    padding: 0;
  }
  .header-nav>ul>.nav-item{
    padding-left: 10px;
  }
  .header-nav .nav-icon {
    font-size: 22px;
    color: #1693d2;
    margin-right: 25px;
    position: relative;
  }
  
  .header-nav .nav-profile {
    color: #1693d2;
  }
  
  .header-nav .nav-profile img {
    max-height: 36px;
    font-size: 10px;
  }
  
  .header-nav .nav-profile span {
    font-size: 14px;
    font-weight: 600;
  }
  
  .header-nav .badge-number {
    position: absolute;
    inset: -8px -12px auto auto;
    font-weight: normal;
    font-size: 12px;
    padding: 3px 6px;
    border-radius: 75%;
}
  
  
  .header-nav .notifications {
    inset: 8px -15px auto auto !important;
  }
  
  .header-nav .notifications .notification-item {
    display: flex;
    align-items: center;
    padding: 15px 10px;
    transition: 0.3s;
  }
  
  .header-nav .notifications .notification-item i {
    margin: 0 20px 0 10px;
    font-size: 24px;
  }
  
  .header-nav .notifications .notification-item h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  
  .header-nav .notifications .notification-item p {
    font-size: 13px;
    margin-bottom: 3px;
    color: #919191;
  }
  
  .header-nav .notifications .notification-item:hover {
    background-color: #f6f9ff;
  }
  
  .header-nav .messages {
    inset: 8px -15px auto auto !important;
  }
  
  .header-nav .messages .message-item {
    padding: 15px 10px;
    transition: 0.3s;
  }
  
  .header-nav .messages .message-item a {
    display: flex;
  }
  
  .header-nav .messages .message-item img {
    margin: 0 20px 0 10px;
    max-height: 40px;
  }
  
  .header-nav .messages .message-item h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #444444;
  }
  
  .header-nav .messages .message-item p {
    font-size: 13px;
    margin-bottom: 3px;
    color: #919191;
  }
  
  .header-nav .messages .message-item:hover {
    background-color: #f6f9ff;
  }
  
  .header-nav .profile {
    min-width: 240px;
    padding-bottom: 0;
    top: 8px !important;
  }
  
  .header-nav .profile a.dropdown-header  {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
    color: #1693d2;
  }
  
  .header-nav .profile .dropdown-header span {
    font-size: 14px;
  }
  
  .header-nav .profile .dropdown-item {
    font-size: 14px;
    padding: 10px 15px;
    transition: 0.3s;
  }
  
  .header-nav .profile .dropdown-item i {
    margin-right: 10px;
    font-size: 18px;
    line-height: 0;
  }
  
  .header-nav .profile .dropdown-item:hover {
    background-color: #f6f9ff;
  }
  
  /*--------------------------------------------------------------
  # Sidebar
  --------------------------------------------------------------*/
  .sidebar {
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    width: 16.25rem;
    z-index: 996;
    transition: all 0.3s;
    padding: 20px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;
    box-shadow: 0 0.125rem 0.375rem 0 rgba(161,172,184,.12);
    background-color: #fff;
  }
  
  @media (max-width: 1199px) {
    .sidebar {
      left: -300px;
    }
  }
  
  .sidebar::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #fff;
  }
  
  .sidebar::-webkit-scrollbar-thumb {
    background-color: #aab7cf;
  }
  
  @media (min-width: 1200px) {
  
    #main,
    #footer {
      margin-left: 260px;
    }


    #footer-lp {
      margin-left: 0px;
    }
  }
  
  @media (max-width: 1199px) {
    .toggle-sidebar .sidebar {
      left: 0;
    }
  }
  
  @media (min-width: 1200px) {
  
    .toggle-sidebar #main,
    .toggle-sidebar #footer {
      margin-left: 0;
    }
  
    .toggle-sidebar .sidebar {
      left: -300px;
    }
  }
  
  .sidebar-nav {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  
  .sidebar-nav li {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  
  .sidebar-nav .nav-item {
    margin-bottom: 5px;
  }
  
  .sidebar-nav .nav-heading {
    font-size: 11px;
    text-transform: uppercase;
    color: #899bbd;
    font-weight: 600;
    margin: 10px 0 5px 15px;
  }
  
  .sidebar-nav .nav-link
  {
    display: flex;
    align-items: center;
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    color: var( --bs-body-color);
    transition: 0.3;
    background: #E7F7FF;
    padding: 10px 15px;
    border-radius: 4px;
  }
  
  .sidebar-nav .nav-link i {
    font-size: 16px;
    margin-right: 10px;
    color: var( --bs-body-color);
    width: 11%;
  }
  .sidebar-nav .nav-link .bx {
    font-size: 20px;
    margin-right: 10px;
    color: var( --bs-body-color);
  }
  .sidebar-nav .nav-link .ri {
    font-size: 20px;
    margin-right: 10px;
    color: var( --bs-body-color);
  }
  .sidebar-nav .nav-link.collapsed {
    color: var( --bs-body-color);
    background: #fff;
  }

  .sidebar-nav>.nav-item>.logo:hover{
    background-color: transparent !important;
    cursor: default !important;
  }
  
  .sidebar-nav .nav-link.collapsed i {
    color: #9d9f9fcf;
    width: 11% !important;

  }
  
  .sidebar-nav .nav-link.collapsed:hover {
    color: #919DAB;
    background: #F8F8F9;
  }
 
  
  .sidebar-nav .nav-link.collapsed:hover i {
    color: #919DAB;
  }
  
  .sidebar-nav .nav-link .bi-chevron-down {
    margin-right: 0;
    transition: transform 0.2s ease-in-out;
  }
  
  .sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
    transform: rotate(180deg);
  }
  
  .sidebar-nav .nav-content {
    padding: 5px 0 0 0;
    margin: 0;
    list-style: none;
  }
  
  .sidebar-nav .nav-content a {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color:var( --bs-body-color);
    transition: 0.3;
    padding: 10px 15px;
    /* padding-right: 7px; */
    transition: 0.3s;
  }
  .sidebar-nav .nav-content a.active {
    background: #E7F7FF !important
    ;
}
  
  .sidebar-nav .nav-content a i {
    font-size: 19px;
    margin-right: 8px;
    line-height: 0;
    /* border-radius: 50%; */
    color: #9d9f9fcf;
    width: 12% !important;
  } 
  .sidebar-nav .nav-content a:hover {
  color: #919DAB;
  background: #F8F8F9;
  }
  
   .sidebar-nav .nav-content a.active:hover {
    color: #1693d2;
  }
  
  .sidebar-nav .nav-content a.active i {
    /* background-color: #1693d2; */
  }
  .sidebar-nav>.nav-item>.logo-txt:hover{
    background-color: transparent !important;
    cursor: default !important;
    color: var(--bs-body-color) !important;
  }
  
  /*--------------------------------------------------------------
  # Dashboard
  --------------------------------------------------------------*/
  /* Filter dropdown */
  .dashboard .filter {
    position: absolute;
    right: 0px;
    top: 15px;
  }
  
  .dashboard .filter .icon {
    color: #aab7cf;
    padding-right: 20px;
    padding-bottom: 5px;
    transition: 0.3s;
    font-size: 16px;
  }
  
  .dashboard .filter .icon:hover,
  .dashboard .filter .icon:focus {
    color: #1693d2;
  }
  
  .dashboard .filter .dropdown-header {
    padding: 8px 15px;
  }
  
  .dashboard .filter .dropdown-header h6 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #aab7cf;
    margin-bottom: 0;
    padding: 0;
  }
  
  .dashboard .filter .dropdown-item {
    padding: 8px 15px;
  }
  
  /* Info Cards */
  .dashboard .info-card {
    padding-bottom: 10px;
  }
  
  .dashboard .info-card h6 {
    font-size: 28px;
    color: #1693d2;
    font-weight: 700;
    margin: 0;
    padding: 0;
  }
  
  .dashboard .card-icon {
    font-size: 32px;
    line-height: 0;
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    flex-grow: 0;
  }
  
  .dashboard .sales-card .card-icon {
    color: #1693d2;
    background: #f6f6fe;
  }
  
  .dashboard .revenue-card .card-icon {
    color: #2eca6a;
    background: #e0f8e9;
  }
  
  .dashboard .customers-card .card-icon {
    color: #ff771d;
    background: #ffecdf;
  }
  
  /* Activity */
  .dashboard .activity {
    font-size: 14px;
  }
  
  .dashboard .activity .activity-item .activite-label {
    color: #888;
    position: relative;
    flex-shrink: 0;
    flex-grow: 0;
    min-width: 64px;
  }
  
  .dashboard .activity .activity-item .activite-label::before {
    content: "";
    position: absolute;
    right: -11px;
    width: 4px;
    top: 0;
    bottom: 0;
    background-color: #eceefe;
  }
  
  .dashboard .activity .activity-item .activity-badge {
    margin-top: 3px;
    z-index: 1;
    font-size: 11px;
    line-height: 0;
    border-radius: 50%;
    flex-shrink: 0;
    border: 3px solid #fff;
    flex-grow: 0;
  }
  
  .dashboard .activity .activity-item .activity-content {
    padding-left: 10px;
    padding-bottom: 20px;
  }
  
  .dashboard .activity .activity-item:first-child .activite-label::before {
    top: 5px;
  }
  
  .dashboard .activity .activity-item:last-child .activity-content {
    padding-bottom: 0;
  }
  
  /* News & Updates */
  .dashboard .news .post-item+.post-item {
    margin-top: 15px;
  }
  
  .dashboard .news img {
    width: 80px;
    float: left;
    border-radius: 5px;
  }
  
  .dashboard .news h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  
  .dashboard .news h4 a {
    color: #1693d2;
    transition: 0.3s;
  }
  
  .dashboard .news h4 a:hover {
    color: #1693d2;
  }
  
  .dashboard .news p {
    font-size: 14px;
    color: #777777;
    margin-left: 95px;
  }
  
  /* Recent Sales */
  .dashboard .recent-sales {
    font-size: 14px;
  }
  
  .dashboard .recent-sales .table-responsive thead {
    background: #f6f6fe;
  }
  
  .dashboard .recent-sales .table-responsive thead th {
    border: 0;
  }
  
  .dashboard .recent-sales .dataTable-top {
    padding: 0 0 10px 0;
  }
  
  .dashboard .recent-sales .dataTable-bottom {
    padding: 10px 0 0 0;
  }
  
  /* Top Selling */
  .dashboard .top-selling {
    font-size: 14px;
  }
  
  .dashboard .top-selling .table-responsive thead {
    background: #f6f6fe;
  }
  
  .dashboard .top-selling .table-responsive thead th {
    border: 0;
  }
  
  .dashboard .top-selling .table-responsive tbody td {
    vertical-align: middle;
  }
  
  .dashboard .top-selling img {
    border-radius: 5px;
    max-width: 60px;
  }
  
  /*--------------------------------------------------------------
  # Icons list page
  --------------------------------------------------------------*/
  .iconslist {
    display: grid;
    max-width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.25rem;
    padding-top: 15px;
  }
  
  .iconslist .icon {
    background-color: #fff;
    border-radius: 0.25rem;
    text-align: center;
    color: #1693d2;
    padding: 15px 0;
  }
  
  .iconslist i {
    margin: 0.25rem;
    font-size: 2.5rem;
  }
  
  .iconslist .label {
    /* font-family: var(--bs-font-monospace); */
    display: inline-block;
    width: 100%;
    overflow: hidden;
    padding: 0.25rem;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
  }
  
  /*--------------------------------------------------------------
  # Profie Page
  --------------------------------------------------------------*/
  .profile .profile-card img {
    max-width: 120px;
  }
  
  .profile .profile-card h2 {
    font-size: 24px;
    font-weight: 700;
    color: #2c384e;
    margin: 10px 0 0 0;
  }
  
  .profile .profile-card h3 {
    font-size: 18px;
  }
  
  .profile .profile-card .social-links a {
    font-size: 20px;
    display: inline-block;
    color: rgba(1, 41, 112, 0.5);
    line-height: 0;
    margin-right: 10px;
    transition: 0.3s;
  }
  
  .profile .profile-card .social-links a:hover {
    color: #1693d2;
  }
  
  .profile .profile-overview .row {
    margin-bottom: 20px;
    font-size: 15px;
  }
  
  .profile .profile-overview .card-title {
    color: #1693d2;
  }
  
  .profile .profile-overview .label {
    font-weight: 600;
    color: rgba(1, 41, 112, 0.6);
  }
  
  .profile .profile-edit label {
    font-weight: 600;
    color: rgba(1, 41, 112, 0.6);
  }
  
  .profile .profile-edit img {
    max-width: 120px;
  }
  
  /*--------------------------------------------------------------
  # F.A.Q Page
  --------------------------------------------------------------*/
  .faq .basic h6 {
    font-size: 18px;
    font-weight: 600;
    color: #1693d2;
  }
  
  .faq .basic p {
    color: #6980aa;
  }
  
  /*--------------------------------------------------------------
  # Contact
  --------------------------------------------------------------*/
  .contact .info-box {
    padding: 28px 30px;
  }
  
  .contact .info-box i {
    font-size: 38px;
    line-height: 0;
    color: #1693d2;
  }
  
  .contact .info-box h3 {
    font-size: 20px;
    color: #1693d2;
    font-weight: 700;
    margin: 20px 0 10px 0;
  }
  
  .contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
  }
  
  .contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
  }
  
  .contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
  }
  
  .contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
  }
  
  .contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    animation: animate-loading 1s linear infinite;
  }
  
  .contact .php-email-form input,
  .contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 0;
  }
  
  .contact .php-email-form input:focus,
  .contact .php-email-form textarea:focus {
    border-color: #1693d2;
  }
  
  .contact .php-email-form input {
    padding: 10px 15px;
  }
  
  .contact .php-email-form textarea {
    padding: 12px 15px;
  }
  
  .contact .php-email-form button[type=submit] {
    background: #1693d2;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
  }
  
  .contact .php-email-form button[type=submit]:hover {
    background: #5969f3;
  }
  
  @keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
  
  /*--------------------------------------------------------------
  # Error 404
  --------------------------------------------------------------*/
  .error-404 {
    padding: 30px;
  }
  
  .error-404 h1 {
    font-size: 180px;
    font-weight: 700;
    color: #1693d2;
    margin-bottom: 0;
    line-height: 150px;
  }
  
  .error-404 h2 {
    font-size: 24px;
    font-weight: 700;
    color: #1693d2;
    margin-bottom: 30px;
  }
  
  .error-404 .btn {
    background: #51678f;
    color: #fff;
    padding: 8px 30px;
  }
  
  .error-404 .btn:hover {
    background: #3e4f6f;
  }
  .myteam-height {
    overflow-y: auto;
    height: 300px;
}
  
  @media (min-width: 992px) {
    .error-404 img {
      max-width: 50%;
    }
    .todocard-height {
      height: 287px;
  }
  .todolist-height {
    overflow-y: auto;
    height: 140px;
}
.announcementcard-height {
  height: 300px;
}
.announcement-height {
  overflow-y: auto;
  height: 190px;
}

  }
  
  /*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
  .footer {
    padding: 20px 0;
    font-size: 14px;
    transition: all 0.3s;
    border-top: 1px solid #cddfff;
    margin-top: 40px;
  }
  
  .footer .copyright {
    text-align: center;
    color: var( --bs-body-color);
  }
  
  .footer .credits {
    padding-top: 5px;
    text-align: center;
    font-size: 13px;
    color: #495057;
  }
.bg-white{
  background-color: #fff;
}
.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer ul li a {
  text-decoration: none;
  padding: 4px 4px;
}
.footer ul li a:hover {
  color:  #1693d2;
  padding: 4px 4px;
}
.footer a {
  color:  var( --bs-body-color);
  text-decoration: underline;
}
#footer-lp h5{
  color:  var( --bs-body-color)
}
.scroll-to-top {
  position: fixed;
  right: 1rem;
  bottom: 4.5rem;
  /* display: none; */
  width: 2.75rem;
  height: 2.75rem;
  text-align: center;
  color: #fff;
  background: rgba(90,92,105,.2) !important;
  line-height: 46px;
  z-index: 99;
}
.scroll-to-top:hover{
  color: var( --bs-body-color) ;
}

.scroll-to-top i {
  font-weight: 800;
}
.fs-18{
  font-size: 18px;
}
.fs-17{
  font-size: 17px;
}
.fs-12{
  font-size: 12px;
}
.fs-12{
  font-size: 14px;
}
.fs-h5{
  font-size: 1.15rem;
}
.fw-500{
  font-weight: 500 !important;
}
.fw-700{
  font-weight: 700;
}
.showpassword3 {
  position: relative;
  right: 5px;
  bottom: 27px;
  color: #989898;
  /* color: rgba(236, 240, 241, 1); */
}
.eye-center {
  position: relative;
  right: 5px;
  bottom: 30px;
  color: #989898;
}
.min-height-100{
  min-height: 100vh !important;
}

/* .btn:focus{
  border-color: #1693d200 !important;
} */

.btn-primary{
 background-color: #1693d2 !important; 
 border: #1693d2 !important;
 /* box-shadow: 0 0.125rem 0.25rem 0 rgba(105, 200, 255, 0.4); */
 box-shadow: 0 0.125rem 0.25rem 0 rgba(105,108,255,.4)
}
.btn-label-primary {
  color: var( --bs-body-color);
  border-color: rgba(0,0,0,0);
  background: #e7f7ff;
}
.btn-label-primary:hover, .btn-label-primary:focus {
  color: #1693d2 !important;
  border-color: rgba(0,0,0,0) !important;
  background: #e7f7ff !important;
}

.btn-request{
  display: block;
  font-weight: 400;

  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #1693d2 !important;
  background-color: #e7f7ff !important;
  border: 1px solid #1693d2;

  /* border: 1px solid #57a9fc; */
  padding: 10px 1px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-request:hover{
  color: #ffff;

}
.custom-width {
  width: 160px;
}
.form-label {
  margin-bottom: 0.3rem !important;
  font-size: 0.85rem;
}
.font-weight-100{
  font-weight: 100 !important;
}
.font-weight-400{
  font-weight: 400 !important;
}
.form-control::placeholder {
  color: #b4bdc6 !important;
  opacity: 1;
  font-weight: 200;
}
.form-control:disabled {
  background-color: #f4f7f9 !important;
  cursor: no-drop !important;
  opacity: 1;
}
.list-group-item {
  border: 0px !important;
  background-color: #ededed;
  padding: 0.5rem 15px;
}
.teamboard-profiles {
  background-color: #fff;
  border-radius: 0.25rem;
  padding: 15px 15px 20px;
}
.teamboard-profile {
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  align-items: center;
  padding: 10px 30px 10px 10px;
  overflow: hidden;
  border-radius: 0.25rem;
  box-shadow: 0 5px 7px -1px rgba(51, 51, 51, 0.23);
  cursor: pointer;
  transition: transform 0.25s cubic-bezier(0.7, 0.98, 0.86, 0.98), box-shadow 0.25s cubic-bezier(0.7, 0.98, 0.86, 0.98);
  background-color: #fff;
  margin-bottom: 5px;
  border: 1px solid rgba(0,0,0,.125);
}
@media only screen and (max-width: 458px){
.m-width-100 {
    width: 100% !important;
}
.m-hide {
  display: none !important;
}
.m-width-87{
  width: 87%;
}
.todocard-height {
  height: 287px;
}
.todolist-height {
  overflow-y: auto;
  height: 82px;
}
.announcementcard-height {
  height: 300px;
}
.announcement-height {
  overflow-y: auto;
  height: 182px;
}
.l-hide {
  visibility: visible !important;
}
.page-link {
  margin-top: -6px;
  padding: 0.3rem 0.48rem !important;
  color: #1693d2 !important;
}
small{
  font-weight: 100 !important;
}

}
.has-details {
  position: relative;
}
td>.details {
  position: absolute;
  top: 0;
  transform: translateY(7%) scale(0);
  transition: transform 0.1s ease-in;
  transform-origin: left;
  display: inline;
  /* background: white; */
  z-index: 20;
  min-width: 100%;
  /* padding: 1rem; */
  /* border: 1px solid black; */
}
.has-details:hover span {
  transform: translateY(7%) scale(1);
}

.carousel-indicators li {
  margin-top: 50px;
  margin-bottom: -50px;
  width: 30px;
  height: 4px;
  list-style: none;
  color: #1693d2;
}
.table-responsive {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color:  var( --bs-body-color);
  --bs-table-striped-bg: #f9fafb;
  --bs-table-active-color:  var( --bs-body-color);
  --bs-table-active-bg: var(--bs-body-background-color);
  --bs-table-hover-color:  var( --bs-body-color);
  --bs-table-hover-bg1: rgba(255, 255, 255, 0) !important;
  width: 100%;
  margin-bottom: 1rem;
  color:  var( --bs-body-color);
  vertical-align: middle;
  border-color: #d9dee3;
}
.table-responsive > :not(caption) > * > * {
  /* padding: 0.625rem 1.25rem; */
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table-responsive > tbody {
  vertical-align: inherit;
}
.table-responsive > thead {
  vertical-align: bottom;
}
/* .table-responsive > :not(:first-child) {
  border-top: 2px solid #d9dee3;
} */
.caption-top {
  caption-side: top;
}
/* .table-responsive-sm > :not(caption) > * > * {
  padding: 0.3125rem 0.625rem;
} */
.table-responsive-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-responsive-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
.table-responsive-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-responsive-borderless > :not(:first-child) {
  border-top-width: 0;
}
.table-responsive-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.table-responsive-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}
/* .table-responsive-hover > tbody > tr{
  border-left: 4px !important;
} */
.table-responsive-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
.table-responsive{
  background-color: #ffffff00 !important;
}
.table-responsive th {
  /* text-transform: uppercase; */
  font-size: .88rem;
  /* letter-spacing: 1px; */
}
.table-responsive td{
  font-weight: 100 !important;
}
.table-responsive-striped>tbody>tr:nth-of-type(odd){
  background-color: #f9fafb !important;
  color: var(--bs-table-striped-color);
}
.table-striped>tbody>tr:nth-of-type(odd) {
  /* --bs-table-color-type: var(--bs-table-striped-color); */
  --bs-table-bg-type: var(--bs-body-background-color);
}
table> tbody>tr>td> span.labels {
  border-radius: 43px;
  text-align: center;
  padding: 4px 16px;
  color: #fdfdfd;
  font-size: 12px;
  white-space: nowrap;
}
tbody, td, tfoot, th, thead, tr {
  border-color: inherit;
  border-top-style: hidden;
  border-bottom-style: hidden;
  border-width: 0;
  border-left: 4px !important;
}
.table-hover>thead>tr {
  border-top: 1px solid #e7f7ff !important;
  border-bottom: 1px solid #e7f7ff !important;
  background-color: #e7f7ff00 !important;
  /* box-shadow: inset 4px 0 0 #1693d2; */
  border-left: 4px solid #1693d200 !important;
  cursor: default !important;
}
.table-hover>tbody>tr {
  border-top: 1px solid #e7f7ff !important;
  border-bottom: 1px solid #e7f7ff !important;
  background-color: #e7f7ff00 !important;
  /* box-shadow: inset 4px 0 0 #1693d2; */
  border-left: 4px solid #1693d200 !important;
  cursor: default !important;
}
.table-hover>tbody>tr:hover {
  border-top: 1px solid #e7f7ff !important;
  border-bottom: 1px solid #e7f7ff !important;
  background-color: #e7f7ff !important;
  /* box-shadow: inset 4px 0 0 #1693d2; */
  border-left: 4px solid #1693d2 !important;
  cursor: default !important;
}
.table-hover>tbody>tr:hover>* {
background-color: #E7F7FF !important;
--bs-table-color-state: var(--bs-table-hover-color);
--bs-table-bg-state: var(--bs-table-hover-bg1) !important;
}
#clickable-row>tbody>tr{
  cursor: pointer !important;
}
.l-hide {
  visibility: hidden;
}
.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: #1693d2 !important;
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.page-item.active .page-link, .page-item.active .page-link:hover, .page-item.active .page-link:focus, .pagination li.active>a, .pagination li.active>a:hover, .pagination li.active>a:focus {
  border-color: #1693d2;
  background-color: #1693d2 !important;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.25rem rgba(105,108,255,.4);
}

.page-link {
  background-color: #ffffff !important;
}
.page-item .page-link:hover{
 border-color: #1693d2;
  background-color: #1693d2 !important;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.25rem rgba(105,108,255,.4);
}

.min-width-150 {
  min-width: 150px !important;
}

.myellipse {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.intialsbg {
  min-width:  30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  background-color: #1693d2;
  vertical-align:middle;
  display: table-cell;
}
.intialsbg-emptbl {
  width: 30px;
  height: 30px;
  padding: 7px 5px;
  font-size: 10px;
  font-weight: 600;
  border-radius: 60%;
  color: #fff;
  text-align: center;
  /* background-color: #1693d2; */
  vertical-align: middle;
  text-align: center;
  /* display: table-cell; */
}

.intialsbg-empcard {
  padding: 8px 11px !important;
  margin: 0px 0px;
  width: 40px;
  /* font-size: 12px !important; */
  /* font-weight: 700 !important; */
  /* border-radius: 60%; */
  /* color: #fff; */
  /* text-align: center; */
  /* background-color: #1693d2; */
  /* vertical-align: middle; */
  text-align: center;
  height: 40px;
  border-radius: 50%;
}
.intialsbg-empcard>i {
  color: #fff;
}
.form-select {
  font-size: 0.99rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.4rem 1.8rem 0.4rem 0.75rem;
}
.form-select:disabled {
  background-color: #f4f7f9 !important;
  cursor: no-drop !important;
  opacity: 1;
}
.detailsbar{
  /* background: var(--bs-table-striped-bg); */
  background-color: #F2F2F2 !important;
  padding: 6px 0px;
  border-radius: 4px;
  margin: 16px 0;
}
.td-min-max-width{
  min-width: 11rem;
  max-width: 20rem;
}
.td-max-width-15{
  max-width: 15rem;
}
.td-max-width-8{
  max-width: 8rem;
}


.offcanvas-header>span{
font-weight: 300;
} 
.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  inset: 10px -15px auto auto !important;
 
}
.form-check-input {
  width: 1.2em;
  height: 1.2em;
  margin-top: 0.165em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #d9dee3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.form-check-input:checked, .form-check-input[type=checkbox]:indeterminate {
  background-color: #1693d2;
  border-color: #1693d2;
  box-shadow: 0 2px 4px 0 rgba(105,108,255,.4);
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='1.5' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input:checked, .form-check-input[type="checkbox"]:indeterminate {
  background-color: #1693d2;
  border-color: #1693d2;
  box-shadow: 0 2px 4px 0 rgba(105, 108, 255, 0.4);
}
.form-check-input[type="radio"] {
  border-radius: 50%;
}

#selectall{
  font-size: 0.9rem !important;
}
.myellipse-twolines {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.text-dark{
  color:  var( --bs-body-color) !important;
}
.badge {
  --bs-badge-padding-x: 0.593em;
  --bs-badge-padding-y: 0.52em;
  --bs-badge-font-size: 0.8125em;
  --bs-badge-font-weight: 500;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 0.25rem;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.bg-label-info {
  background-color: #d7f5fc !important;
  color: #03c3ec !important;
}
.bg-label-danger {
  background-color: #ffe0db !important;
  color: #ff3e1d !important;
}
.bg-label-success {
  background-color: #e8fadf !important;
  color: #71dd37 !important;
}
.bg-label-warning {
  background-color: #fff2d6 !important;
  color: #ffab00 !important;
}
.search-input {
  display: inline-flex;
  border: 1px solid #d0d0d0;
  /* border-radius: 4px; */
  background-color: #fff !important;
  padding: 5px;
}
.search-input > input, .search-input > button {
  border: none;
}
.search-input > button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin: 0 0 0 5px;
  border-radius: 50%;
  line-height: 0;
  pointer-events: none;
  cursor: pointer;
  opacity: 0;
  transition: opacity 150ms ease-in-out;
}
.search-input > button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin: 0 0 0 5px;
  border-radius: 50%;
  line-height: 0;
  pointer-events: none;
  cursor: pointer;
  opacity: 0;
  transition: opacity 150ms ease-in-out;
}
.search-input > input.has-value + button {
  pointer-events: all;
  opacity: 1;
}

.search-input > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin: 0 0 0 5px;
  border-radius: 50%;
  line-height: 0;
  pointer-events: none;
  cursor: pointer;
  opacity: 0;
  transition: opacity 150ms ease-in-out;
}
.search-input > .reset_clear {
  pointer-events: all;
  opacity: 1;
}
.overview-tile{
  height: 80%;
}
.overview-tile i{
  color: #c1cad5;
  /* min-height: 40px !important; */
  font-size: 2em;
}
.overview-tile:hover

  i{
    color: #1693d2 !important;
  } 
 
  .overview-tile:hover div{
    color: #1693d2 !important;
  }
.overview-tile div{
  color:  var( --bs-body-color);
}
.shadow1 {
  box-shadow: 8px 8px 14px 2px rgb(0 0 0 / 20%);
  -webkit-box-shadow: 8px 8px 14px 2px rgb(0 0 0 / 20%);
}
.dropdown-icon {
  background-color: #ffffff !important;
  border: 1px solid #dee2e6 !important;
}
.menu-width {
  min-width: 3.5rem !important;
  margin-left: 0px;
}

@media screen and (min-width: 1400px){
.todocard-height {
    height: 287px;
}
}
.width-10{
  width: 10px !important
};
.width-25{
  width: 25px !important
};
ul.social-network {
  list-style: none;
  display: inline;
  margin-left:0 !important;
  padding: 0;
}
ul.social-network li {
  display: inline;
  margin: 0 3px;
}
.width-25{
  width:25px;
}
.w-25{
  width:25%;
}
.modal {
  --bs-modal-zindex: 1090;
  --bs-modal-width: 35rem;
  --bs-modal-padding: 1.5rem;
  --bs-modal-margin: 1.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 0px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 2px 16px 0 rgba(67, 89, 113, 0.45);
  --bs-modal-inner-border-radius: calc(0.5rem - 0px);
  --bs-modal-header-padding-x: 1.5rem;
  --bs-modal-header-padding-y: 0.25rem;
  --bs-modal-header-padding: 1.5rem 1.5rem 0.25rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 0px;
  --bs-modal-title-line-height: 1.53;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 0px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}


.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}
.modal-backdrop {


 --bs-backdrop-bg: #435971;
  
}
/* .modal-backdrop.fade {
  opacity: 0;
} */
/* .modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
} */
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: 0;
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5)
    calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y))
    calc(-0.5 * var(--bs-modal-header-padding-x))
    calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}
.modal-footer {
  border-top: 0;
  
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}
.h-90{
  height: 90%;
}
.servicelist-desc{
  font-size: 0.9rem;
  margin-bottom: 0;
  word-break: break-all;
  /* margin-top: 1rem; */
}
.charts-select{
  box-shadow: 0 .1rem 0.2rem rgba(0,0,0,.15)!important;
  height: 3rem !important;
}
.card-header [data-bs-toggle="collapse"]:after {
  font-family: 'font Awesome 5 Free';
  content: "\f077";
  
  float: right;
  color: #747474;
  font-size: 1rem;
  font-weight: 900;
  transition: .5s;
  transform: rotate( -180deg);
}
.drag-cursor{
cursor: all-scroll !important;
}
.word-wrap-breakword{
  word-wrap: break-word;
}
.word-break-all{
  word-break: break-all;
}
.btn-workflowend {
  border: 1px solid #a32a2a;
  padding: 5px;
  background: #f3b3b3 !important;
  border-radius: 4px;
  color: #a32a2a !important;
  font-size: 15px;
  font-weight: 600;
  cursor: default !important;
}
.btn-startworkflow {
  color: #1693d2;
  background-color: #80bfdf40 !important;
  border-color: #1693d2;
  padding: 5px;
  font-size: 15px;
  font-weight: 600;
}
.btn-inprogress {
  border: 1px solid #4cbf77;
  padding: 5px;
  background: #CDEACE !important;
  border-radius: 4px;
  color: #1e743e !important;
  font-size: 15px;
  font-weight: 600;
  cursor: default !important;
}
.btn-stopworkflow {
  border: 1px solid #FFCFCB;
  padding: 5px;
  background: #FCF1EF !important;
  border-radius: 4px;
  color: #a32a2a !important;
  font-size: 15px;
  font-weight: 600;
}
.btn-workflowpause {
  border: 1px solid #ebc36c;
  padding: 5px;
  background: #fde6a6;
  border-radius: 4px;
  color: #9f7415 !important;
  font-size: 15px;
  font-weight: 600;
  cursor: default !important;
}
.btn-resumeworkflow {
  color: #319579;
  background-color: #a3e3d980;
  border: 1px solid #70ddbfb5;
  padding: 5px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
}
/* orgchart */
.tree {
  /* margin: 18px; */
  padding: 0;
}
.tree:not(:empty):before, .tree:not(:empty):after,
.tree ul:not(:empty):before,
.tree ul:not(:empty):after,
.tree li:not(:empty):before,
.tree li:not(:empty):after {
  display: block;
  position: absolute;
  content: "";
}
.tree ul,
.tree li {
  position: relative;
  margin: 0;
  padding: 0;
}
.tree li {
  list-style: none;
}
.tree li > div.node {
  /* background-color: #eee; */
  /* color: #222; */
  padding: 5px;
  display: inline-block;
}


.tree.vertical {
  display: flex;
}
.tree.vertical ul {
  display: flex;
  justify-content: center;
}
.tree.vertical li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tree.vertical li div.node {
  /* margin: 26px 0px; */
  margin: 6px 0px 5px 0px;
}
.tree.vertical li:before {
  border-left: 1px solid #17a2b8;
  height: 12px;
  width: 0;
  top: 0;
}
.tree.vertical li:after {
  border-top: 1px solid #17a2b8;
  height: 0;
  width: 100%;
}
.tree.vertical li:first-child:after {
  border-top: 1px solid #17a2b8;
  height: 0;
  width: 50%;
  left: 50%;
}
.tree.vertical li:last-child:after {
  border-top: 1px solid #17a2b8;
  height: 0;
  width: 50%;
  right: 50%;
}
.tree.vertical li:only-child:after {
  content: none;
}
.tree.vertical li ul:before {
  border-left: 1px solid #17a2b8;
  height: 10px;
  width: 0;
  top: -10px;
}
.tree.vertical > li:only-child:after {
  content: none;
}

.orgchart > .nodes > .hierarchy::before{
  content: none;
}

#content>.tree.vertical>li.hierarchy::before{
  content: none;

}

#content>.tree.vertical>li.hierarchy::after{
  content: none;

}
.bg-1693d230 {
  background-color: #1693d230;
}
.color-grey {
  color: #495057 !important;
}
.orgicon-grey{
  color:  #4d4d4d91 !important
}
.custom-box-shadow-blue {
  /* box-shadow: rgb(121 169 229 / 54%) 1.95px 1.95px 2.6px; */
  box-shadow: rgb(121 169 229 / 54%) 0.95px 0.95px 2.6px;
  padding: 2px 0 !important;
}
small{
  font-weight: 100 !important;
}
.hidden{
  display: none !important;
  visibility: hidden !important;
}
.hide{
  display: none !important;
  visibility: hidden !important;
}
/* .nav-link{
  color: #1693d2 !important;
} */
.nav>.nav-link{
  color: #1693d2 !important;
} 
.nav-tabs>.nav-item>.nav-link{
  color: #1693d2 !important;
}
.nav-tabs>.nav-item>.active{
  color: var(--bs-body-color) !important;
  background-color: #03c1ec00;
  border-bottom-color:  #2c384e00;
  border-bottom: 0 !important;
} 
.no-padding{
  padding: 0 !important;
}
.card-border {
  border-left: 4px solid #1693d2;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 4px 0px inset;
}
.bg-none {
  background: none !important;
}
.text-muted {
  color: #a2acba !important;
}

element.style {
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.bg-none {
    background: none;
}
.spaces {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 2;
    display: inherit;
}
.text-muted {
    color: #a2acba !important;
}
.noborder {
    border: none;
}
.recipientsbcolor {
  background: rgb(192 241 207);
}
.pendingbcolor {
  background: rgba(235, 180, 67, 0.48);
}
.completebcolor {
  background: #ADD8E6;
}
.table> tbody>tr>td> span.active-badge {
  background: rgb(192 241 207);
  color: rgb(18 112 17);
  border-radius: 43px;
  text-align: center;
  padding: 4px 16px;
  font-size: 12px;
  white-space: nowrap;
}
.table> tbody>tr>td> span.inactive-badge {
  background: rgb(241 192 192);
  color: rgb(207 36 36);
  border-radius: 43px;
  text-align: center;
  padding: 4px 16px;
  font-size: 12px;
  white-space: nowrap;
}
.disabled{
  color: #c1cad5 !important;
}
.ourTeam .i .c {
  background: #fff;
  /* -webkit-box-shadow: 0 4px 0 #2b86ac;
  -moz-box-shadow: 0 4px 0 #2b86ac;
  box-shadow: 0 4px 0 #2b86ac; */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  overflow: hidden;
  /* padding-bottom: 65px */
}

.ourTeam .i .c .wrap {
  position: relative
}

.ourTeam .i .c .wrap img {
  width: 100%;
  height: 180px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease
}

.ourTeam .i .c .wrap .info {
  padding: 15px 0;
  position: absolute;
  top: 100%;
  width: 100%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease
}

.ourTeam .i .c .more  .name {
  margin: 0;
  /* font-size: 24px; */
  font-size: 1rem;
  margin: 0 0 20px 0;
  font-weight: 600;
  text-transform: uppercase;
}
.ourTeam .i .c .wrap .wrap2{
  padding: 20px 0px;
}
.ourTeam .i .c .wrap .wrap2 h3 {
  margin: 0;
  /* font-size: 24px; */
  font-size: 1rem;
  margin: 0 0 8px 0;
  font-weight: 600;
  text-transform: uppercase;
}




.ourTeam .i .c .more {
  position: absolute;
  bottom: -100%;
  width: 100%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  opacity: 0;
}

.ourTeam .i .c .more p {
  margin: 12px 16px;

  line-height: 2;
  font-size: 1rem;
  color: #495057;
  /* opacity: 0; */
  transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}

.ourTeam .i .c:hover img {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0
}
.ourTeam .i .c:hover .wrap2 {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0
}

.ourTeam .i .c:hover .info {
  top: 0
}

.ourTeam .i .c:hover .more {
  bottom: 0;
  top: 0;
  padding-top: 30px;
  opacity: 1;
  padding-bottom: 0px;
}
.ourTeam .i .c:hover .more .cont {
  bottom: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  width: -moz-available;          /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
  width: fill-available;
}
 /*  date*/
.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2rem 2rem 0 0px !important;
  padding: 4px;
  width: 16rem;
}



.bootstrap-datetimepicker-widget table th {
  height: 20px;
  /* line-height: 20px; */
  width: 20px;
  font-weight: 400;
}

.bootstrap-datetimepicker-widget table td.day {
  height: 31px;
  line-height: 20px;
  width: 30px;
  font-weight: 300;
  align-items: center;
  font-size: 15px;
  padding: 6px 0px;
}

.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
  color: #8f969c;
}
html.wait, html.wait * {
  cursor: wait !important;
}
body.blockevents {
  pointer-events: none;
}
.typeahead>li>a{
  padding: 5px 3px !important;
  font-weight: 200 !important;
  font-size: 15px !important;
}
.typeahead>li>a:focus{
  
  color: var( --bs-body-color) !important;
}

.hrgdashboard {
  min-height: 500px;
  /* padding-top: 70px; */
  padding-left: 0px;
  padding-right: 0px;
}
.col-min-hei {
  min-height: 400px;
}
.modal-body>.card{
  
    margin-bottom: 0px !important;
    border: none !important;
    border-radius: 0px !important ;
    background-clip: padding-box;
    box-shadow: 0 0px 0px 0 rgba(67, 89, 113, 0) !important;

}
.modal-body>.card>.card-header, .modal-body>.card>.card-footer {
  border-color: #ebeef4 !important;
  background-color: #fff !important;
  /* color: #798eb3; */
  color: var(--bs-body-color) !important;
  padding: 1rem 0 !important;
  margin-bottom: 1rem;
}
.modal-body>.card>.card-body {
  flex: 1 1 auto;
  padding: 0 !important;
  color: var(--bs-card-color);
}
ul.no-bullets {
  list-style-type: none !important;
  margin: 0;
  padding: 0;
}
.point-cursor{
  cursor: pointer !important;
}
.overflow-wrap-normal{
  overflow-wrap: normal !important;
}
.avatar-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--tb-primary-text-emphasis);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: var(--tb-font-weight-medium);
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.profile-user{
  /* margin-top: -199px; */
}
.profile-user .profile-photo-edit {
  position: absolute;
  
  right: 12px;
  left: auto;
  bottom: 5px;
  cursor: pointer;
}
.avatar-xs {
  height: 2rem;
  width: 2rem;
}
.bg-main{
  background-color: #eff5f5 !important;

}
.background-wallpaper{
  /* width: 100vw; */
    /* height: calc(100vw / 4); */
    /* max-width: 792px; */
    max-height: 198px;
    /* background-image: url('../../images/bgwall1.PNG'); */
    opacity: 0.6;
  }
.pointer{
  cursor: pointer !important;
}
button:focus:not(:focus-visible) {
   outline: 1px !important; 
}
.no-margin{
  margin: 0 !important;
}
.btn-noborder:focus, .btn-noborder:hover{
  /* border: rgba(0, 0, 0, 0) !important; */
  /* color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg); */
    border-color: rgba(0, 0, 0, 0) !important;

}
.footercp {
  margin-top: 0px;
  min-height: 50px;
  padding: 20px 20px;
  /* color: #574B4B; */
  /* background-color: #1693d2; */
  /* background-color: #fcfcfc; */
  /* position: fixed; */
}
.bi-youtube{
  font-size: 1.5rem !important;
    vertical-align: middle;
    margin-bottom: 5px;

}
.word-wrap-initial{
  word-wrap: initial !important;
}
.min-height-80{
  min-height: 80vh;
}
@media only screen and ( max-width: 700px) and (orientation: landscape) {
  .custom-width{
width:138px !important;
  }
}
.active-btn-changeplan{
  border: 1px solid #939699;
}
.active-btn-changeplan:hover{
  border: 1px solid #939699;
}