:root{
    /*--color-primary: #7700c1;*/
    --color-primary: #1439cd;
    --color-secondary: #00d1ff;
    /*--color-secondary: #5051f9;*/
    --color-success: #50c793;
    --color-info: #00AAFF;
    --color-warning: #FA8B0C; 
    --color-danger: #f1595c;
    --color-dark: #0A0A0A;
    --color-white: #fff;
    --bg-primary-hover: #6726A8;
    --bg-secondary-hover: #3520C8;
    --bg-success-hover: #0D811D;
    --bg-info-hover: #0787C7;
    --bg-warning-hover: #D9790A;
    --bg-danger-hover: #CB0000;
    --bg-dark-hover: #272525;
    --color-darkblue:#362FD9;
    --color-lightblue:#FCC2FC;
    --color-menutext:#012340;
    --voilet-light: #bbc7fb;
    --light-gray:#99a1b7;
    --background-color:rgb(248, 249, 250);
}
html{
    scrollbar-width: none;
    
}

body {
    width: 100vw;
    overflow-x: hidden;
    background:#f3f4f8;
    
    font-family: "Inter", sans-serif!important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    color:#252455;
    font-weight:500;
}
::-webkit-scrollbar {
    display: none!important;
}
p{
    /*color: #747474;*/
    color: #606384;
    font-weight: normal;
    
}
.icon-size{
    font-size:24px;
}
.border-bottom-dashed{
        border-bottom: 1px dashed #ccc;
}
.layout .header {
    display: flex;
    align-items: center;
  }
  nav.navbar.navbar-expand-md.navbar-light.bg-white {
      box-shadow: 0 4px 25px 0 rgba(168,180,208,.1);
    background: #fff;
    position: fixed;
    width: 100%;
    z-index:999;
    top:0;
    padding:4px 12px;
  }
  .progress-bar {
    background-color: var(--color-primary) !important;
    font-size: 10px;
}
label{
    color: #696b6f;
    margin-bottom:0px;
}
.session-btn {
    display: flex;
    justify-content: space-evenly;
    align-content: center;
    /* gap: 5px; */
    padding: 0px 20px;
  }
  .session-btn .btn {
    width: 100%;
    background: #ccc;
    border-radius: 0px;
    border: 0px;
    color:var(--color-info)!important;
   
  }
  .btn-bottom{
    border-bottom: 1px dotted #dbd2d2;
  width: 90%;

  }
  /* hr{
    margin-top:0!important;
  } */
  
  
  .custom-upload{
    background: #f2f8fb;
  border-radius: 12px;
  border: 3px dashed #c2e1f1;
  position: relative;
  cursor: pointer;
  height:auto;
  }
  .custom-upload input{
    /* padding: 0.5rem 1rem; */
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: rgb(14 23 38);
  height: auto;
  border-radius: 6px !important;
  opacity: 0;
  margin-top: 3px;
  width: 100%;
  z-index: 99;
  position: relative;

  }
 .navbar .progress {
    height: 0.7rem;
        margin-bottom: 1px;
}
.page-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
        background: #fff;
    padding: 20px 20px;
    border-radius: 10px;
    /*box-shadow: 10px 10px 20px rgba(0,0,0,0.02);*/
    box-shadow: 1px 2px 3px rgba(0,0,0,0.09) !important;
}
  .page-header h4 {
    font-weight: 600;
    font-size: 22px;
    margin:0px;
  }
  .page-header p {
    margin-bottom: 0px;
    margin-top: 10px;
}
.cal-parent{
    display: flex;
  justify-content: space-between;
  align-items: center;

}
.cal {
    position: relative;
}

.img-position {
    position: absolute;
    top: 20px;
    right: 11px;
   font-size:30px;
}

.cal h3 {
    color: var(--color-secondary);
    font-size: 1.5rem;
    margin: 0;
    font-weight: 700;

}
.form-control option {
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 500;
    color: #111;

}

.form-control option:hover {
    border-radius: 6px;
    background: white;
}

.item-icon {
    width: 35px;
    height: 35px;
}

.content {
    /* display: flex;
    justify-content: space-between; */
    color: gray;
    font-size: 14px;
}

/* .content span {
    color: var(--color-secondary)
} */
.delivered{
    background: #17c653!important;
  color: #dfffca!important;
  border-radius: 6px!important;
  padding: 6px!important;

  }
.card{
    border: 0px;
    border-radius: 0.35rem;
    /*box-shadow: 1px 2px 20px rgb(0 0 0 / 6%);*/
    /* box-shadow: 1px 2px 3px rgba(0,0,0,0.09) !Important; */
    box-shadow:0px 3px 4px 0px rgba(0,0,0,0.03);
}

.sidebar-dark .nav-item .nav-link {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1;
    padding: 7px 20px;
}

a#navbarDropdown{
    text-transform: capitalize;
    font-size: 16px;
    color: #252455 !important;
    font-weight: 400;
    margin-left: 10px;
}
a#navbarDropdown i {
    font-size: 26px;
    margin-right: 5px;
}
a#navbarDropdown:hover{
    
}
.sidebar {
  height: 100vh;
    /*overflow-x: hidden;*/
    /*overflow-y: auto;*/
    position: fixed;
    top: 65px;
    padding-bottom: 60px;
    background: #fbfaff;
    width: 15rem !important;
    z-index: 999;
    transition: .3s;
        min-height: unset !important;
}
.sidebar-projects {
        max-height: 250px;
    overflow-y: auto;
    background: #fff;
    padding: 12px 0;
    overflow-x: hidden;
    border: 1px solid #ccc;
    margin: 10px;
    border-radius: 10px;
}
.sidebar-projects .nav-item .nav-link:hover img, .sidebar-projects .nav-item.active .nav-link img{
    filter:unset !important;
}
.sidebar-bottom-menu {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    padding: 12px 0;
    background: #f3f7fa;
    /*padding-bottom: 65px;*/
}
.sidebar-search {
    position: relative;
}
.sidebar-search i{
    position: absolute;
    top: 25px;
    left: 25px;
}
.text-secondary{
    color:var(--color-secondary) !important;
}

input#search_tool {
    width: 90%;
    margin: auto;
    height: 45px !important;
    line-height: 67px;
    margin-bottom: 15px;
    margin-top:10px;
    padding-left: 35px;
}
.ui-widget-content {
   max-height: 350px !important;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 10px 10px 40px rgba(0,0,0,0.1);
    border-radius: 8px !important;
        position: fixed;
    top: 0px;
    border: 1px solid #aaaaaa;
    background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #222222;
    z-index: 999;
    width: 219px !important;
    border: 1px solid #ececec;
    margin: 8px;
    margin-top: 170px;
    position: fixed;
    min-height: 170px;
}
.ui-menu .ui-menu-item a {
    padding: 10px 0.9em !Important;
    min-height: 0;
    border: 0px;
    font-size: 14px;
    border-radius:8px;
}
.ui-menu .ui-menu-item a:hover{
    background:var(--color-primary) !Important;
    color:#fff;
}
.use-userflow-data::-webkit-scrollbar,
.custom-scrollbar::-webkit-scrollbar, 
.ui-widget-content::-webkit-scrollbar, 
.sidebar::-webkit-scrollbar,
::-webkit-scrollbar{
    
  width: 0px;
}.sidebar-dark .dropdown-item.active img {
    filter: invert(1) brightness(2);
}
.dropdown-item.active, .dropdown-item:active {
    background-color: var(--color-secondary) !important;
}

/* Track */
.use-userflow-data::-webkit-scrollbar-track, 
.custom-scrollbar::-webkit-scrollbar-track, 
.ui-widget-content::-webkit-scrollbar-track, 
.sidebar::-webkit-scrollbar-track,
::-webkit-scrollbar-track{
  background: #fff;
}

/* Handle */
.use-userflow-data::-webkit-scrollbar-thumb,
.custom-scrollbar::-webkit-scrollbar-thumb,
.ui-widget-content::-webkit-scrollbar-thumb,
.sidebar::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb{
  background: #ccc;
  border-radius:8px;
}

.layout {
    padding: 95px 30px 30px 260px;
    min-height: 95vh;
    transition: .3s;
}
.glass {
    background: rgba(255, 255, 255, 0.14);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4.5px);
    -webkit-backdrop-filter: blur(4.5px);
    border: 1px solid rgba(255, 255, 255, 0.27);
  }

.sidebar-dark .nav-item .nav-link {
    color: #3B4E5F !important;
    padding: 12px 13px;
    font-weight: 500 !important;
    margin: 7px auto !important;
   
    font-size: 14px !important; 
    width: 90% !important;
    line-height:1.4;
    display: flex;
    align-items: center;
    border-radius:6px!important;
    
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    border-radius: 6px;
  }
  .select2-container--default .select2-results__option--selected {
    background-color: #ddd;
    font-size: 12px;
    font-weight: 500;
  }
.sidebar-dark .nav-item .dropdown-item img,
.sidebar-dark .nav-item .nav-link img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.sidebar-dark .nav-item .nav-link.dropdown-toggle {
    justify-content: space-between;
}
.sidebar-dark .nav-item.active .nav-link.dropdown-toggle:after{
    rotate:90deg
}
.sidebar-dark .dropdown .dropdown-menu {
    position: static !important;
    background: transparent;
    box-shadow: none;
    transform: translate(0px, 0px) !Important;
    width: 90%;
    margin: 0 auto !important;
}
.sidebar-dark .dropdown .dropdown-menu .dropdown-item {
    padding: 13px 18px;
    white-space: inherit;
    border-radius: 8px;
}
.sidebar-dark .dropdown .dropdown-menu .dropdown-item.active:hover{
    color:#fff;
}
.sidebar .nav-item:last-child {
    margin-bottom: 0.4rem !important;
}
.sidebar-dark .nav-item .nav-link span {
        font-size: 14px !important;
    font-weight: 500;
    border-radius:.65rem!important;

}
.sidebar-dark .nav-item .nav-link i {
    color: #475569 !important;
    font-size: 18px;
}


.sidebar-dark .nav-item .nav-link:hover i,
.sidebar-dark .nav-item.active .nav-link i
{
    color: var(--color-primary) !important;

}
.sidebar-dark .nav-item.active .nav-link,
.sidebar-dark .nav-item .nav-link:hover{
   
    background: #00000014;
  color: var(--color-primary) !important;
   
}

.sidebar-dark .nav-item .nav-link:hover img,
.sidebar .nav-item.active .nav-link img {
    /* filter: invert(1) brightness(2); */
    fill: var(--color-primary) !important;
}
ul#submenu2 .nav-link {
    margin-left: 58px !important;
}
.navbar-brand {
        padding: 17px 17px;
    text-align: center; 
    color: var(--color-primary) !Important;
    font-size: 20px;
    margin: 0;
    /*background: #fbfaff;*/
    position: fixed;
    width: 15rem;
    z-index: 999;
        top: 0;
        font-weight: 700;
 
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar-brand i{
    color: var(--color-secondary);
}

.sidebar.open {
    width: 75px !important;
}
.sidebar.open:hover{
     width: 15rem !important;
}
.sidebar.open .nav-item .nav-link span,
.sidebar.open .nav-item span{
    display: none;
}
.sidebar.open:hover .nav-item .nav-link span,
.sidebar.open:hover .nav-item span{
    display: block;
    
}
.sidebar.open .nav-item .nav-link {
    align-items: center;
    justify-content: center;
    width: 82% !important;
}
.sidebar.open .nav-item .nav-link img{
    margin:0px;
}
.sidebar.open:hover .nav-item .nav-link {
    align-items: center;
    justify-content: start;
    width: 90% !important;
}
.sidebar.open:hover .nav-item .nav-link.dropdown-toggle {
    justify-content: space-between;
}
.sidebar.open .nav-item .nav-link.dropdown-toggle::after{
    display:none;
}
.sidebar.open:hover .nav-item .nav-link.dropdown-toggle::after {
    display: inline-block;
}
.sidebar.open:hover .nav-item .nav-link img{
    margin-right:10px;
}
.layout.open {
    padding: 95px 30px 30px 100px;
}
.sidebar.open .navbar-brand {
    background: transparent;
}
.sidebar.open .sidebar-p {
    padding: 20px 0rem !important;
}
.btn {
    display: inline-block;
    -ms-flex-item-align: center;
    align-self: center;
    width:auto;
    font-weight: 400;
    /*line-height: 2.05rem;*/
    line-height: 40px;
    /* height: 40px; */
    color: var(--body-color);
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid lightgrey;
    padding: 0 17px;
    font-size: 14px;
    -webkit-border-radius: 10px;
    border-radius: 6px;
    font-family: 'Inter', sans-serif;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.btn-wide {
    min-width: 100px;
} 
.btn-sm{
    font-size: 12px !important;
    padding: 0 10px !important;
    height: 32px !important;
    line-height: 30px !important;
}
.btn-white,.btn-white:hover {
    background: #fff;
    color: var(--color-primary);
    border-color: #fff;
}
.btn-primary,
.btn-label-primary:hover,
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle{
    color: var(--color-white) !important;
    background-color: var(--color-primary);
    border-color: var(--color-primary) !important;
}
.btn-label-primary {
    color: var(--color-primary) !important;
    background-color: #d9ddf8;
    border-color: #d9ddf8 !important;
    
}
.btn-outline-primary {
    border-color: var(--color-primary);
    color: var(--color-primary);
}
.btn-outline-secondary {
    color: var(--color-secondary);
    border-color: var(--color-secondary);
}
.btn-label-secondary {
    color: var(--color-secondary) !important;
    background-color: #e5faff !important;
    border-color: #e5faff !important;
}
.btn-outline-secondary:hover{
    color: #fff;
    border-color: var(--color-secondary);
    background-color: var(--color-secondary);
}
.badge{
    padding: 0.45em 1em;
    border-radius: 12px !important;
    border:0;
    font-weight:500;
}
.badge-primary {
    color: var(--color-secondary);
    background-color: #1da7ff1a;
}
.badge-danger {
    color: #fff;
    background-color: #e74a3b;
}
.btn-label-primary:hover{
    color: var(--color-white);
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}
.btn-primary:focus, .btn-primary.focus,
.btn-primary:hover {
    color: var(--color-white)!important;
    background-color: var(--color-primary)!important;
    border-color: var(--color-primary);
}
.btn-secondary,
.btn-secondary:focus, .btn-secondary.focus,
.btn-secondary:hover,
.btn-label-secondary:hover{
    color: var(--color-white) !important;
    background-color: var(--color-secondary) !important;
    border-color: var(--color-secondary) !important;
}
.modal .btn-light, .modal .btn-light:focus, .modal .btn-light.focus, .modal .btn-light:hover,
.modal .btn-secondary, .modal .btn-secondary:focus, .modal .btn-secondary.focus, .modal .btn-secondary:hover {
    color: var(--bs-gray) !important;
    background-color: #ececec !important;
    border-color: #ececec !important;
}
.btn-success {
    color: var(--color-white);
    background-color: var(--color-success);
    border-color: var(--color-success);
}
.btn-success:hover {
    color: var(--color-white);
    background-color: var(--bg-success-hover)!important;
    border-color: var(--bg-success-hover);
}
.btn-info {
    color: var(--color-white);
    background-color: var(--color-info);
    border-color: var(--color-info);
}
.btn-info:hover {
    color: var(--color-white);
    background-color: var(--bg-info-hover)!important;
    border-color: var(--bg-info-hover);
}
.btn-warning {
    color: var(--color-white);
    background-color: var(--color-warning);
    border-color: var(--color-warning);
}
.btn-warning:hover {
    color: var(--color-white);
    background-color: var(--bg-warning-hover)!important;
    border-color: var(--bg-warning-hover);
}
.btn-danger {
    color: var(--color-white);
    background-color: var(--color-danger);
    border-color: var(--color-danger);
}

.btn-label-danger {
    color: #f1595c;
    background-color: #fac3c4;
    border-color: #fac3c4;
}
.btn-outline-danger {
    border-color: var(--color-danger);
    color: var(--color-danger);
}
.btn-label-danger:hover{
    color: var(--color-white);
    background-color: var(--color-danger);
    border-color: var(--color-danger);
}
.btn-danger:hover {
    color: var(--color-white);
    background-color: #e02d1b !important;
    border-color: #e02d1b !important;
}
.btn-dark {
    color: var(--color-white);
    background-color: var(--color-dark);
    border-color: var(--color-dark);
}
.btn-dark:hover {
    color: var(--color-white);
    background-color: var(--bg-dark-hover)!important;
    border-color: var(--bg-dark-hover);
}
.btn-light {
        background: #d9ddf8;
    color: #858796;
    border-style: solid;
}
.btn-light:hover {
    border-color: #252455;
    background: #d9ddf8;
        color: #252455;
}
.dropdown-menu button{
    border:0;
}
.dropdown{
    position: relative;
}
/* #accordionSidebar .dropdown:after{
    content:'\f078';
    font-family: "Font Awesome 5 Free";
    

position: absolute;
right: 15px;
    top: 50%;
    translate: 0 -50%;

} */
.sidebar .dropdown .nav-link:after {
    content: '\f078';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 15px;
    top: 50%;
    translate: 0 -50%;
}
.action-btn .btn {
    height: 40px;
    width: 40px;
    line-height: 1;
    padding: 0;
    font-size: 14px;
    margin-right:4px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:red;
    border:0
}
.action-btn .btn i{
    margin-top:2px;
}
.show li:hover{
    background: #d9ddf8;
    border-radius:6px;

}
.dropdown{
    z-index:0;
}
.btn-outline {
    color: #7a7a7a;
    border-color: #ccc;
}
.btn-outline:hover {
    color: #7a7a7a;
    border-color: #7a7a7a;
}
.f-12{
    font-size:12px !important;
}
.f-13{
    font-size:13px !important;
}
.f-14{
    font-size:14px !important;
}
.f-15{
    font-size:15px !important;
}
.f-16{
    font-size:16px !important;
}
.f-18{
    font-size:18px !important;
}
.f-20{
    font-size:20px !important;
}
.f-22{
    font-size:22px !important;
}
.f-24{
    font-size:24px !important;
}
.fw-2{
    font-weight:200 !important;
}
.fw-3{
    font-weight:300 !important;
}
.fw-4{
    font-weight:400 !important;
}
.fw-5{
    font-weight:500 !important;
}
.fw-6{
    font-weight:600 !important;
}
.fw-7{
    font-weight:700 !important;
}
.fw-8{
    font-weight:800 !important;
}
.fw-9{
    font-weight:900 !important;
}
.fw-10{
    font-weight:1000 !important;
}
.wlcm-banner {
    background:var(--color-primary);
    padding: 22px;
    border-radius: .65rem;
    box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.03);
    position: relative;

}
.wlcm-banner::after{
    content: "";
  background-image: url("https://ableproadmin.com/react/static/media/img-dropbox-bg.6ba2c2ca8a6b9fcae659ba52c9b040a7.svg");
  position: absolute;
  inset: 0px;
  z-index: 1;
  opacity: 0.5;
  background-position: right bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}

.back{
    background:var(--background-color);

  border-radius: .65rem;

}
ul.knowlegbase-list {
    padding: 0px;
    margin: 0;
    list-style:none!important;

  }


  

ul.knowlegbase-list a {
  padding: 6px 10px;

  display: block;

  font-size: 16px;

  transition: .3s;

}
.banner-data {
    display: flex;
    align-items: center;
}
.card {
    /* -webkit-box-shadow: 0 5px 20px rgba(173,181,217,.03); */
    /* box-shadow: 0 5px 20px rgba(173,181,217,.03); */
    background-color: var(--color-white);
    /* border-radius: 10px; */
    box-shadow:0px 3px 4px 0px rgba(0,0,0,0.03);
    
}

.card-body{
    padding:1.4rem;
}
.item {
    border-radius: 20px;
    padding: 21px 12px;
    text-align: center;
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    justify-content: space-between;
    background:#fff;
}

.left-items{
    background: #e9faf3;
    border-radius: 20px;
    height:100%;
}
.right-items{
    background: #fff8e5;
    border-radius: 20px;
    height:100%;
}
.item-icon {
    height: 40px;
    width: 40px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 7px;
}
.item-icon img{
        width: 18px;
}
/*.item1{
    background:#111111;
}

.item2{
    background:#1da7ff;
}
.item3{
        background: var(--color-primary);
}*/
/*.item1 .item-icon,
.item2 .item-icon,
.item3 .item-icon{
    border: 1px solid #fff;
}*/

.item h5 {
    color: #1e293b;
    font-weight: 500;
    font-size: 15px;
}

.item h3 {
    color: #5051f9;
    font-size: 24px;
    margin: 0;
    font-weight: 700;
}
/*.item1 h3,
.item2 h3,
.item3 h3{
    color:#fff;
}
.item1  h5,
.item2  h5,
.item3 h5{
    color: #fff;
}*/


.email-card {
    background: #95bdff;
    padding: 40px 40px;
    text-align: center;
}
.email-card img{
    width:250px;
}
.email-card .content {
   border-radius: 12px;
    padding: 25px;
    margin-top: -35px;
    z-index: 9;
    background:var(--color-darkblue);
    position: relative;
}
.user-dropdown {
    font-size: 0.85rem;
    background: var(--color-white);
    -webkit-box-shadow: 0 5px 30px rgba(173,181,217,.15);
    box-shadow: 0 5px 30px rgba(173,181,217,.15);
    border: 0px;
    width: 270px;
}
 .dropdown-menu{
    -webkit-box-shadow: 0 5px 30px rgba(173,181,217,.15);
    box-shadow: 0 5px 30px rgba(173,181,217,.15);
    border: 0px;
    min-width: 200px;
}
.dropdown-item {
    padding: 0.65rem 1.5rem;
    font-size: 14px;
    font-weight: 400;
    transition:.3s;
        align-items: center;
    display: flex;
}
.dropdown-item  i{
    margin-right: 7px;
    font-size: 15px;
}
.user-dropdown .dropdown-item:hover{
    padding: 0.75rem 1.5rem 0.75rem 1.9rem;
}
.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active, .dropdown-item:active{
    
    color: var(--color-primary) !important;
    background-color: rgba(70, 128, 255, 0.12)!important;
  border-radius: 6px!important;
}
.user-dropdown .user-info {
    background: #f4f5f7;
    padding: 15px 10px;
    text-align: center;
    border-radius: 12px;
    margin: 5px 14px 8px;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: start;
    color: #404040;
    font-weight: 500;
}
.user-dropdown .user-info i {
    font-size: 31px;
    margin-right: 7px;
}
.dataTables_filter input,
.select2-selection.select2-selection--single,
.form-select,
.form-control,
.table-responsive select{
    display: block;
    width: 100%;
    padding: 0.375rem 1.2rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #252455;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #dfe6eb;
    height: 45px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 10px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.btn-adjusment{
    display:flex;
    align-items: center;
}

table tbody td{
    color:gray!important;
}
.dataTables_filter::after {
    content: '\f002';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 8px;
    background-color: var(--color-primary) ;
  width: 35px;
  height: 34px;

  right: 11px;
  padding-top: -10px;
  margin-top: 3px;
  margin-right: -11px;
  /* padding-top: 10px; */
  display: flex;
  justify-content: center;
  align-items: center;
  color:#fff;
}

.table-responsive label {
    display: flex;
    align-items: center;
        gap: 10px;
        margin-bottom:15px;
        margin-top:10px;
}
textarea.form-control {
    padding-top: 12px;
    padding-bottom: 12px;
}
.dataTables_wrapper .dataTables_filter input,
.table-responsive select{
    height: 35px !important;
}
.navbar .select2-selection.select2-selection--single {
    /* border: 1px solid #f3f7fa !important;
    background-color: #f3f7fa !important; */
    height: 40px;
    border-radius: 6px;
}
.select2-selection.select2-selection--single {
    border: 1px solid #dfe6eb !important;
    background-color: #fff !important;
    height: 45px;
    border-radius: 6px;
}
.select2-container {
    width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #252455;
    line-height: 30px;
        padding: 0;
}
.navbar .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 25px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 43px;
    top: 1px;
    right: 9px;
}
.navbar .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 37px;
}
.segment-condition-container {
    border: 2px solid #ececec ;
     width: 85%; 
     min-height:100px;
      margin: 10px 0;
      border-radius:6px;

}

.alert-info {
    color: #1c606a;
    /* background: #6cb6d5; */
    background:#bfe1ff;
    /* background: rgb(246, 247, 248); */
   
  /* background: rgb(200, 205, 210); */
   
}
.card-border{
    border: 1px dotted gray;
  border-radius: 8px;
  background: #ececec;
}
.input-time{
    width: 120px;
  height: 30px;
  border-radius: 6px;
  /* appearance: none; */
  cursor: pointer;

  box-sizing: border-box;
  /* padding: 0.5rem 1.5rem 0.5rem 0.5rem; */
  /* width: 100%; */
  /* height: 2.25rem; */
  line-height: 1.15;
  border: 1px solid rgb(203, 209, 215);
  background: rgb(255, 255, 255);
  color: rgb(5, 27, 44);
}
.session-bg{
    background: rgb(229, 232, 235);
    text-align: center;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    
    background: #00000014;
  color: gray;
  border-radius: 6px;

}
.select2-results__option {
    text-transform: capitalize;
    font-size: 13px;
  font-weight: 500;
 
  color: #111;
}
.select2-selection:focus,
.form-select:focus,
.form-control:focus, input:focus, textarea:focus {
    outline: 0;
    -webkit-box-shadow: 0 5px 20px rgba(130,49,211,.1);
    box-shadow: 0 5px 20px rgba(130,49,211,.1);
}
textarea.form-control{
    height:unset;
}
.select2-selection:focus,
.form-select:focus,
.form-control:focus {
    box-shadow: none;
    border:1px solid #e9edf1;
}
.col-form-label,
.form-label {
    margin-bottom: 0.5rem;
        color: var(--bs-secondary);
    font-weight: 400;
    font-size: 14px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.col-form-label{
    color:var(--primary);
}
.form-check-label{
    margin-bottom:10px!important;
}
.main-heading {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 30px;
}
.table thead th {
  font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
    color: #888b91;
    background: #f9fbfc;
    border-bottom: 1px solid #ececec !important;
    text-align: center;
}
.table td, .table tbody th {
    /* color: #84e52; */
    font-size: 13px;
        padding: 10px 15px !Important;
    vertical-align: middle;
    font-weight: 400;
}
.table td{
    color:gray;
}
.table-bordered th, .table-bordered td {
    border-bottom: 1px dotted #ececec !important;
}
table tr:last-child {
    border-bottom: 0px;
}

.table-bordered>:not(caption)>* {
    border-top: 0px;
}
.table-responsive {

   
    margin-bottom: 20px;
}
table.dataTable {
    width: 100% !important;
    border-radius: 6px;
    /* overflow: hidden; */
    border: 1px solid #ececec !important;
    margin-bottom: 20px !important;
    text-align:center;
    margin-top:10px!important;

}
#show_table_data{
    text-align:center!important;
}

.table-bordered>:not(caption)>* {
    border-width: 1px 0 !important;
    border-color: #ececec;
}
.table-bordered > :not(caption) > * > * {
    border-width: 0 0px;
  }
table.dataTable thead th {
    padding: 10px 18px;
    border-bottom: 1px solid #111;
    font-size: 15px;
    font-weight: 500 !important;
    white-space: nowrap;
    color: #888b91;
    background: #f9fbfc;
    border-bottom: 1px solid #ececec !important;
    text-align: center!important;
}
table.dataTable tbody td{
    color:gray;
}
.table {
    margin-bottom: 0px;
}
table tbody tr:hover td {
    background: #f9fafb !important;
  }
  table tbody tr td {
    border-bottom:1px solid green!important;
}
a#sideverticomp0-tab {
    width: 100% !important;
    
    background-color: rgba(70, 128, 255, 0.12);
  
    margin: auto !important;
    padding: 10px 50px 10px 34px!important;
    /*margin-top: 65px !important;*/
    margin-bottom: 5px !important;
    color: var(--color-primary);
    font-weight: 500;
    transition: .35s;
    
    margin-top: 0 !important;
}
.sorting{
    text-align: center;
}
a#sideverticomp0-tab:hover{
    padding: 10px 50px 10px 43px!important;
}
.sidebar.open a#sideverticomp0-tab span{
    display:none;
}
.sidebar.open:hover a#sideverticomp0-tab span{
    display: contents;
}
.page-item .page-link,
.dataTables_wrapper .dataTables_paginate .paginate_button,
.paginate_button.previous,
.paginate_button.next{
    font-size: 14px;
    margin-right: 5px;
    border-radius: 6px !important;
    font-weight:500;
        color: var(--bs-dark) !important;
    border-color: #ececec !important;
    background: #ececec !important;
}
.page-item .page-link:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    border-color: var(--bs-dark) !Important;
}
.page-item.active .page-link,
.dataTables_wrapper .dataTables_paginate .paginate_button.current{
     z-index: 3;
    color: var(--color-secondary);
    background-color: #d4d5f8 !Important;
    border-color: #d4d5f8 !important;
}
/* .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current{
    background: var(--color-secondary)!important;
    color: #fff !important;  
} */
/* .dataTables_wrapper .dataTables_paginate .paginate_button.current{
    background: var(--color-secondary)!important;
    color: #fff !important;
} */
.page-item.active .page-link:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    border-color: var(--color-secondary) !important;
}
.v-tabs .nav-link {
    border-radius: 0.35rem;
    padding: 13px 20px;
    color: #747474;
    font-weight: 500;
    text-align: left;
    transition:.35s;
}
.v-tabs .nav-link.active, .v-tabs .show > .nav-link ,
.v-tabs .nav-link:hover{
    background: #f9f4fd;
    color:var(--color-primary);
    padding: 13px 26px;
}
.h-tabs .nav-link{
    color: #747474;
    border-bottom:2px solid transparent;
    border-radius:0px !important;
        font-weight: 400;
}
.h-tabs{
        border-bottom: 1px solid #ececec;
            padding: 15px 27px 0px 27px;
}
.h-tabs .nav-link.active, .h-tabs .show > .nav-link,
.h-tabs .nav-link:hover{
    color: var(--color-primary);
    background-color: transparent;
    border-bottom:2px solid var(--color-primary)
}

.card-title {
    font-size: 18px;
    font-weight: 500;
}
.pagination {
    margin: 0px;
}
.modal-content {
    border: 0px;
    border-radius: 6px;
}
.modal-title {
    font-size: 18px;
    font-weight: 500;
}
.modal-header {
    align-items: center;
    padding: 1rem 1.5rem;
}
.modal-body {
    padding: 1rem 1.5rem;
}
.modal-footer {
    border: 0px;
    padding: 0px 1.5rem 1rem;
}
.custom-check,
.custom-radio{
    position:relative;
}
.custom-check label,
.custom-radio label {
    border: 1px solid #f4f5f7;
    padding: 8px 16px;
    background:#f4f5f7;
    border-radius: 6px;
    margin: 0px !important;
    cursor:pointer;
    transition:.35s;
   font-weight: 500;
    font-size: 14px;
}
.custom-check input,
.custom-radio input {
    position: absolute;
    left: 0;
    opacity: 0;
}
.custom-check input[type='checkbox']:checked + label,
.custom-radio input[type='radio']:checked + label{
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    background: #e5e5fe;
}
.input-group .btn{
        height: 45px;
    margin-left: -10px !important;
}
.nav-pills .nav-link{
    color:#747474;
}
.card-img, .card-img-top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
        height: 240px;
}

.tox .tox-notification--warn, .tox .tox-notification--warning {
    display: none !important;
}

.top-bar {
    box-shadow: 0 5px 20px rgb(171 181 217 / 5%);
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    padding: 18px;
}
.tox .tox-statusbar__branding svg {
    display: none !important;
}
.stepwizard-row.setup-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 865px;
    margin: auto;
    margin-bottom:40px;
}
.stepwizard-step {
 display: flex;
    align-items: center;
    padding: 10px 45px;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    color: #0f172a;
    border: 1px solid #ececec;
    border-radius: 10px;
    margin-right: 10px;
}
.stepwizard-step  .btn-circle {
  width: 27px;
    height: 27px;
    text-align: center;
    padding: 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    /*background: #ececec;*/
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    box-shadow:none !important;
}


.btn-primary:active{
    color: #fff!important;
    background-color: #0a58ca!important;
    border-color: #0a53be!important;
}



.stepwizard-step  .btn-circle:focus{
    box-shadow:none !important;
}
.stepwizard-step:not(:last-child):after {
    height: 1px;
    content: '';
    width: 12px;
    position: absolute;
    right: -12px;
    top: 50%;
    translate: 0 -50%;
    background: #ececec;
}
.content-search-card{
     background-image: linear-gradient(to right top, #1439cd, #0068ea, #008ef9, #00b1fe, #00d1ff);
    border-radius: 20px;
    padding: 70px 50px;
        position:relative;

}
.content-search-card .search-input {
    position: relative;
    width: 700px;
}
.content-search-card .search-input input{
        height: 65px;
    border-radius: 14px;
    font-size: 16px;
    padding-left: 55px;
}
.content-search-card .search-input i{
        position: absolute;
    left: 23px;
    top: 51%;
    translate: 0 -50%;
    font-size: 20px;
}
.content-tags {
    display: flex;
    align-items: center;
    margin-bottom:30px;
}
.content-tags .tag {
    display: inline-flex;
    padding: 6px 20px;
    background: #fff;
    border-radius: 50px;
    margin-right: 10px;
    font-size: 16px;
    border: 1px solid #ececec;
    color: #7a7a7a;
    line-height: 1.6;
    text-decoration:none;
    transition:.35s;
    font-weight:700;
}
.content-tags .tag:hover,
.content-tags .tag.active {
    background: #bbb3fa;
    color: var(--color-secondary);
    border-color: var(--color-secondary);
    text-decoration:none;
}
a:hover{
    text-decoration:none;
}
.content-cards {
       align-items: center;
    background: #fff;
    box-shadow: 1px 2px 6px #ececec;
        padding: 25px 20px;
    height: 100%;
}

.aaa{
    margin-bottom:20px;
}


.content .date {
    color: #b0b9c1;
    margin-bottom: 6px;
}
.content-cards:hover .icondiv{
    background-color: var(--color-primary);
    color: #fff;
}
.content-cards:hover .icondiv img{
    filter: invert(1) brightness(2);
}
.content-cards .icon{
    height:50px;
    width:50px;
    background:#ececec;
    border-radius:30px;
    display:flex;
    margin:auto;
    align-items:center;
    justify-content:center;
    
    /*position: absolute;*/
    left: 20px;
}
.content-cards .icon:hover{
    
        /*background-color: var(--bg-secondary-hover);*/
    color: var(--bg-secondary-hover);
}
.content-cards .icon img{
    width:25px;
}
.content-cards h5{
    font-weight: 500;
    line-height: 1.2;
    font-size: 16px;
    margin-bottom: 10px;
        text-transform: capitalize;
}
.content-cards p{
    margin:0px;
    font-weight:400;
    line-height: 1.2;
}
.content-cards .content {
    margin:0px !important;
} 

.project-select{
    width:200px;
    margin-left: auto;
}
.team-details {
    display: flex;
    align-items: center;
}
.team-details .team-badge {
    background: var(--color-secondary);
   height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 2;
}
/*.recent-activity {*/
/*    padding-left: 80px;*/
/*    margin: 40px;*/
/*    position: relative;*/
/*}*/
.event.content-cards h5 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size:17px;
}
.event.content-cards p {
    font-size: 14px;
}
.event.content-cards {
    /*width: 600px;*/
    padding: 10px;
}
/*.event.content-cards:before {*/
/*    height: 14px;*/
/*    width: 14px;*/
/*    background: var(--color-primary);*/
/*    content: '';*/
/*    border-radius: 50%;*/
/*    left: -40px;*/
/*    position: absolute;*/
/*    border: 4px solid #fff;*/
/*    box-shadow: 0px 0px 4px #ccc;*/
/*}*/
/*.recent-activity:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    height: 100%;*/
/*    width: 1px;*/
/*    background: #e2dede;*/
/*    left: 46px;*/
/*}*/
/*.event.content-cards:after {*/
/*    content: '';*/
/*    height: 40px;*/
/*    width: 40px;*/
/*    position: absolute;*/
/*    background: #fff;*/
/*    border-radius: 50%;*/
/*    left: 0;*/
/*    translate: -50%;*/
/*    box-shadow: -4px 0px 4px #ececec;*/
/*}*/
.progress{
    border-radius:10px;
    background-color: var(--voilet-light);
}
.progress-bar {
    background-color: var(--bs-cyan);
}

.usage-accordian .accordion-button:not(.collapsed) {
    color: #0f172a;
    background-color: #fff;
    font-size: 16px;
    box-shadow:none;
}
button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}
.usage-accordian .accordion-item {
    border: 0px;
    border-bottom: 1px solid #ccc;
    
}

.usage-accordian .accordian-requests {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ececec;
    padding: 15px;
    margin: 0 20px;
}
.usage-accordian .accordion-body {
    padding: 0px;
}
.usage-accordian .accordion-item:last-of-type {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.add-key-card{
    text-align: center;
    height: calc(100% - 23px);
    cursor:pointer;
        margin-bottom: 15px;
    min-height: 150px;
    border:2px dashed var(--color-primary);;
    transition:.35s;
}

.add-key-card h5,.add-key-card i{
    color:var(--color-primary);
}
.add-key-card i{
    font-size:24px;   
    margin-bottom: 10px;
}
.open-menu {
        height: 30px;
    width: 30px;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
    font-size: 20px;
    cursor: pointer;
    margin-left: 250px;
    display: flex;
}

/*=================Login CSS===========*/
.login-container {
    min-height: 100vh;
    background:#fff;
    /*
    background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0, 0, 0,0.9)), url(../../images/ai-banner.svg);
    background-size: cover;
    background-position: center;*/
}
.form-card {
    background: #fff;
    width: 550px;
    padding: 30px 40px;
    border-radius: 12px;
}
.form-card .form-label {
        font-weight: 500;
    font-size: 16px;
    color: #868484;
}
.form-card  .navbar-brand {
    font-size:30px;
}
.form-card .form-control {
    height: 54px;
    border-radius: 6px;
    font-size: 16px;
    color: #393939;
    font-weight: 500;
}
.form-card .form-control::placeholder {
    font-weight: 300;
    color: #ccc;
}
a.forgot-pass {
    color: var(--color-primary);
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
}
.btn-login {
    width: 100%;
    background: var(--color-primary);
    border: 0px;
    color: #fff;
    font-weight: 400;
    padding: 13px;
    border-radius: 10px;
    font-size: 17px;
}
.left-section-carusol {
       width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.left-section-carusol h2 {
    padding: 10px 10px;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
    margin-top: 15px;
}

.carousel-item h4{
    font-size:17px;
    line-height:1.7;
}
.cardnew{
    transition:0.2s all !important;
    overflow:hidden;
}
.cardnew:hover{
    transform: scale(1.05) !important;
}
.dashboardcard{
   
    transition:0.2s all !important;
}

.dashboardcard:hover{
    transform: scale(1.03) !important;
    
   box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.dashboardcard:hover h5,.dashboardcard:hover h3{
    color:var(--blue) !important;
}
.dashboard-button{
        border: 2px solid white;
    color: var(--bs-white);
}
.dashboard-button:hover{
        
    color: var(--bs-white);
}
.application-copy{
    color: var(--color-white) !important;
    background-color: var(--bs-info);
    border-color: var(--color-white) !important;
}
.application-copy:hover{
    
    background-color: var(--bs-info) !important;
   
}
/*.project-body:after{
        position: absolute;
    content: "";
    width: 55px;
    height: 3px;
    bottom: 0;
    left: 50%;
    
    transform: translateX(-50%);
    border-radius: 10px 10px 0 0;
    transition: .35s;
        background-color: var(--color-primary);
}*/
.project-body{
    overflow:hidden;
}
.project-body:hover::after{
    width: 100%;
    border-radius: 0px 0px 10px 10px;
}
.appkeycard{
        border-radius: 0px 0px 50px 0px !important;
}
.document-cardbg{
    
    transition:.35s;
}
.document-cardbg:hover{
    transform:scale(1.02);
    
}
.circlebg{
    background-image:url('/images/keybg.jpg') !important;
}
.card-heading h4 {
    font-size: 20px;
    color: var(--color-menutext) !important;
    font-weight: 600;
}
.knowledge-tuts {
    padding: 0px;
    list-style: none;
}
.knowledge-tuts a {
    display: block;
    padding: 8px 20px;
    font-size: 16px;
    color: #918e9d !important;
    transition: .3s;
    text-decoration: none;
    font-weight: 400;
    background-color: transparent;
    display:flex;
    align-items:center;
}
.knowledge-tuts a i{
    font-size:10px;
        margin-right: 5px;
}
.knowledge-tuts a:hover {
    padding: 8px 25px;
    color: var(--color-menutext) !important;
    background: #f6f6f6;
}
.sidebar-p {
    padding: 1rem !important;
    font-size: 15px;
    color: #ccc;
    font-weight: 300;
    text-align: center;
    position:relative;
}
.sidebar-p span {
    background: #f3f7fa;
    z-index: 9;
    position: relative;
    padding: 12px;
    border-radius:14px;
}
.sidebar-p:before {
    content: '';
    height: 1px;
    width: 100%;
    background: #ccc;
    position: absolute;
    left: 0;
    margin-top: 9px;
}
.projectc{
        display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    padding: 10px;
}
.projectc h2{
   font-size: 18px;
    margin-bottom: 0px;
    font-weight: 600;
    color: var(--bs-dark);
}
.projecth h3{
  font-size:16px;
  color: var(--bs-gray);
}
.projecth i{
     font-size: 20px;
     
    margin-bottom: 7px;
}
.projecth i .fad:before{
    
     color: var(--bs-secondary);
   
}
.projectcc:hover i{
       color: var(--bg-info-hover);
}
/*.projectcc:hover h2{*/
/*    color: var(--bs-blue);*/
/*}*/
.projecth h4{
  font-size: 16px;
    font-weight: 600;
    color: var(--bs-gray);
}
.projectcc{
    padding:12px;
}
.activep{
    padding: 20px;
   
}
.activebg{
     background-image: url(/images/solidbg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.activep h3{
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 0px;
}
.activep h2{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0px;
    color: var(--bs-gray);
}
.empty{
        padding: 28px;
}
.pimg img{
    height:200px;
}
.ppara p{
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 0px;
}
.highlightword{
    color:var(--bs-cyan);
}
.icondiv{
    height:50px!important;
    width: 50px!important;
    display: flex !important;
    background-color: #e1e2fe;
    color: var(--color-primary);
    justify-content: center !important;
    align-items: center;
    border-radius: 2em;
    transition:.3s;
        margin-bottom: 12px;
}
.icondiv img {
    width: 20px;
    max-height:20px;
}

.text-gray-800 {
    color: var(--bs-text-gray-800) !important;
}

.fw-bolder {
    font-weight: 700 !important;
}
.fs-6 {
    font-size: 1.075rem !important;
}
.symbol-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 10px;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.symbol.symbol-circle:after, .symbol.symbol-circle > img:after, .symbol.symbol-circle .symbol-label:after {
    border-radius: 50%;
}

.symbol-group .symbol-label:after {
    display: block;
    content: " ";
    border-radius: inherit;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border: 2px solid var(--bs-symbol-border-color);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.symbol.symbol-35px .symbol-label {
    width: 35px;
    height: 35px;
}
.symbol.symbol-circle, .symbol.symbol-circle > img, .symbol.symbol-circle .symbol-label {
    border-radius: 50%;
}
.symbol-group .symbol-label {
    position: relative;
}
.symbol .symbol-label {
    width: 50px;
    height: 50px;
}
.symbol .symbol-label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: var(--bs-symbol-label-color);
    background-color: var(--bs-symbol-label-bg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 0.475rem;
}
.text-inverse-warning {
    color: var(--bs-warning-inverse) !important;
}
.bg-warning {
    --bs-bg-rgb-color: var(--bs-warning-rgb);
    background-color: var(--bs-warning) !important;
}
.bg-warning {
    --bs-bg-opacity: 1;
       background-color: var(--bs-warning);
}
.symbol-group.symbol-hover .symbol {
    cursor: pointer;
}

.symbol-group .symbol {
    position: relative;
    z-index: 0;
    margin-left: -10px;
    transition: all 0.3s ease;
}
.symbol.symbol-circle, .symbol.symbol-circle > img, .symbol.symbol-circle .symbol-label {
    border-radius: 50%;
}
.symbol {
    display: inline-block;
    flex-shrink: 0;
    position: relative;
    border-radius: 0.475rem;
}
.symbol.symbol-35px .symbol-label {
    width: 35px;
    height: 35px;
}

.symbol.symbol-circle, .symbol.symbol-circle > img, .symbol.symbol-circle .symbol-label {
    border-radius: 50%;
}
.symbol-group .symbol-label {
    position: relative;
}
.symbol .symbol-label {
    width: 50px;
    height: 50px;
}
.symbol .symbol-label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: var(--bs-symbol-label-color);
    background-color: var(--bs-symbol-label-bg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 0.475rem;
}
.text-gray-400 {
    color: var(--bs-text-gray-400) !important;
}
.bg-light {
    --bs-bg-rgb-color: var(--bs-light-rgb);
    background-color: var(--bs-light) !important;
}
.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.fw-bold {
    font-weight: 600 !important;
}
.fs-8 {
    font-size: 0.85rem !important;
}
.symbol.symbol-35px > img {
    width: 35px;
    height: 35px;
}
.symbol.symbol-circle, .symbol.symbol-circle > img, .symbol.symbol-circle .symbol-label {
    border-radius: 50%;
}
.symbol > img {
    width: 50px;
    height: 50px;
}
.symbol > img {
    width: 100%;
    flex-shrink: 0;
    display: inline-block;
    border-radius: 0.475rem;
}
/*#step-22 .btn{*/
/*    border: 2px solid lightgrey !important;*/
/*    vertical-align: middle;*/
/*    color: var(--body-color);*/
/*        align-self: center;*/
/*    user-select: none;*/
/*}*/

/*=================/Login CSS===========*/

.nav-icon {
    border: 1px solid #606384;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius:10px;
}
.nav-icon:active,
.nav-icon:hover{
    background:#606384;
}
.nav-icon:hover img{
    filter: invert(1) brightness(2);
}
.dash-title {
    font-weight: 600;
}

.dash-tabs .nav-link{
        border-radius: 20px !important;
    padding: 7px 15px;
    font-size: 14px;
        font-weight: 400;
}
.dash-tabs .nav-link.active {
    background: #c6e9ff;
    color: var(--color-secondary);
}
.project-item {
        border: 1px solid #f4f2f2;
    padding: 15px 20px;
    border-radius: 16px;
    margin-bottom: 10px;
    background: #fbfaff;
}
.project-item .time {
    color: #b0b9c1;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
}
.project-item h4 {
    font-size: 18px;
    font-weight: 500;
        margin-bottom: 12px;
}
.project-item .project-prog {
    color: var(--bs-warning);;
    font-weight: 500;
    margin-bottom: 10px;
}
.project-list {
    height: 300px;
    overflow: auto;
    padding:0 8px;
    margin-top:10px;
}
.table-commands-wrap::-webkit-scrollbar,
.project-list::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.table-commands-wrap::-webkit-scrollbar-track,
.project-list::-webkit-scrollbar-track {
  background: #fff; 
}
 
/* Handle */
.table-commands-wrap::-webkit-scrollbar-thumb ,
.project-list::-webkit-scrollbar-thumb {
  background: #f1f1f1; 
}
.working-hrs {
    text-align: center;
    margin-top: 19px;
    font-size: 14px;
}
.working-hrs span {
    height: 10px;
    width: 20px;
   background: #dcdcfe;
    display: inline-block;
    border: 2px solid #7e7efa;
    margin-right: 4px;
}
footer {
        text-align: right;
    background: #fff;
    font-size: 13px;
    padding: 14px 30px 14px 260px;
    display: flex;
    box-shadow: 0 4px 25px 0 rgba(168,180,208,.1);
    justify-content: space-between;
    margin-top:17px;
}
p.project-label {
    margin: 0;
    color: #747474;
    font-weight: 600;
}
.recent-activity .event {
    display: flex;
    align-items: start;
    position:relative;
    overflow: hidden;
    margin-bottom:25px;
}
.recent-activity:before {
        content: '';
    height: 93%;
        width: 2px;
    background: #dfe0fe;
    position: absolute;
    left: 73px;
    top: 9px;
}

.recent-activity .event .icon i {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 15px;
    margin: 3px 26px 0 40px;
    transition:.3s;
        background: #dfe0fe;
}
.recent-activity .event:hover .icon i{
    background:#5051f9;
    color:#fff;
}
.recent-activity .event .icon i.fad.fa-copy{
     background: #d5d5fe;
     color: #5051f9;
}
.recent-activity .event .icon i.fad.fa-images {
    color: #0cc08b;
    background: #ddf6ef !important;
}
.recent-activity .event .icon i.fad.fa-bell-on {
    background: #fde7f0 !important;
    color: #ea2076;
}
.recent-activity .event .icon i.fad.fa-sliders-h {
    background: #fef3e1 !important;
    color: #fcbe57;
}
.recent-activity .event .icon i.fad.fa-file-user {
    background: #fae7dd !important;
    color: #e57c43;
}
.recent-activity .event:hover .icon i.fad.fa-copy{
     background: #5051f9;
     color: #fff;
}
.recent-activity .event:hover .icon i.fad.fa-images {
    color: #fff;
    background: #0cc08b !important;
}
.recent-activity .event:hover .icon i.fad.fa-bell-on {
    background: #ea2076 !important;
    color: #fff;
}
.recent-activity .event:hover .icon i.fad.fa-sliders-h {
    background: #fcbe57 !important;
    color: #fff;
}
.recent-activity .event:hover .icon i.fad.fa-file-user {
    background: #e57c43 !important;
    color: #fff;
}
.recent-activity .event .content {
    border: 1px solid #ececec;
    padding: 15px;
    border-radius:10px 10px;
    position:relative;
    width:100% ;
        display: flex;
    align-items: center;
    justify-content: space-between;
}
.recent-activity .event .content:before {
        content: '';
    height: 15px;
    width: 15px;
    background: #fff;
    position: absolute;
    left: -8px;
    rotate: 45deg;
    top: 15px;
    border-left: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}
.recent-activity .event .icon {
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 15px;
    margin: 3px 26px 0 40px;
    transition: .3s;
    background: #dfe0fe;
        position: relative;
            z-index: 9;
}
.recent-activity .event:hover .icon{
    background:var(--color-primary);
}
.recent-activity .event .icon img{
    width:20px;
}
.recent-activity .event a.view-project {
    background: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 150px;
    right: 0;
    border-radius: 0px 8px 8px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: .3s;
}

.recent-activity .event:hover .icon img{
    filter: invert(1) brightness(2);
}
.nwtab-badge {
    position: absolute;
    right: 37px;
}
.btn-light.refresh {
    height: 100%;
    background: #ececec;
    border-color: #ececec;
}
.art-card {
    border: 1px solid #ececec;
}
.art-card p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px !important;
    padding: 7px;
     border-bottom: 1px dashed #ececec;
}
.total-data {
    background: #ececec;
    color: #342e29;
    padding: 9px 12px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
        display: inline-block;
}
a#output_button {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
input#message_text {
    height: 50px;
}
.sidebar .nav-item.active .dropdown-toggle{
    display:flex !important;
}
.sidebar .nav-item.active .dropdown-menu{
    display:static !important;
     display:block !important;
}

.login-frame img {
    width: 220px;
    margin-left: -75px;
     -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}




@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
 .left-login{
    background:url("../images/main-banners.jpg");
    background-size: cover;
    flex-direction:column;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    background: #0173d7;
}
/* .show{
    z-index:12
} */
.login-frame{
    background:url("../images/login-frame.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 48%;
    posiiton:relative;
}
.login-frame.frame2{
        background: url("../images/login-frame2.png");
    background-repeat: no-repeat;
    background-position: center 84%;
    background-size: 67%;
}
.login-frame.frame2 img {
    width: 202px;
    margin-left: 12px;
    margin-top: -115px;
}
.login-text {
        margin: auto;
    background-color: rgba(7, 7, 35, 0.5);
    padding: 0px 25px 25px;
    position: absolute;
    bottom: 40px;
    width: 500px;
    backdrop-filter: blur(6px);
    left: 50%;
    translate: -50%;
}
.left-login #text,
.left-login #text2{
	max-width: 500px;
	text-align: left;
	width: 100%;
	color: #fff;
	font-family: monospace;
	font-size: 22px;
}
.left-login #text.typing span:last-child,
.left-login #text2.typing span:last-child{
	background-color: var(--color-primary);
}
.credit-limits {
    background: #fbfaff;
    padding: 20px 20px;
    border-radius: 16px;
}
.credit-limits .limits-itme {
    padding: 12px 10px;
}
.credit-limits .limits-itme:not(:last-child) {
    border-bottom: 1px dashed #ececec;
}
.credit-limits .limits-itme .progress {
    width:100%;
        height: 12px;
}
.avl-plancard {
    background: #fff;
    border: 1px solid #ececec;
    margin-bottom: 20px;
    padding: 20px 25px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.avl-plancard p{
    font-size: 16px;
    font-weight: 500;
}
.prch-plancard{
    background: #6539e5;
    min-height: 90px;
}
.history-canvas .card{
    width:100% !Important;
        border: 1px solid #ececec;
}
div#offcanvasExample4857 {
    width: 730px !important;
}
.history-canvas .card .card-title, .history-canvas .card .card-text {
    color: #606384;
    font-weight: normal;
    font-size: 15px;
    line-height: 1.7;
    text-align: justify;
    margin-bottom: 25px;
}
.agency-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:10px
}
.agency-footer .btn{
    line-height: 35px;
    padding: 0 7px !important;
    height: 35px;
    font-size: 14px !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.agency-footer .btn i{
    margin-right:4px;
}
.title-tip[title]:hover {
  position: relative;
}
.title-tip[title]:hover:before {
    height: auto;
    position: absolute;
    left: 50%;
    translate: -50%;
    z-index: 99999;
    content: attr(title);
   padding: 8px 12px;
        max-width: 150px;
    overflow: hidden;
    word-wrap: break-word;
    font-size: inherit;
    color: #FFF;
    text-align: center;
    background-color: #222;
    box-sizing: border-box;
    top: auto;
    border-radius: 9px;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.5em;
    line-height: 1.5;
}
.title-tip[title]:hover:after {
      position: absolute;
    top: 100%;
    left: 50%;
    z-index: 99999;
    content: '';
    height: 8px;
    width: 8px;
    background: #222222;
    top: -11px;
    rotate: 45deg;
}

.chat_history {
    margin: 0px;
    padding: 12px 22px;
    border-radius: 0;
    cursor: pointer;
    color: #252455;
    font-weight: 400;
    font-size: 15px;
    transition:.3s;
    white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis; 
  position:relative;
}
.chat_history:hover,
.chat_history.active-chat{
        background: #eaeafe !important;
        padding: 12px 22px 12px 26px;
}
.chat-history-action {
    position: absolute;
    top: 0;
    right: 0;
    background: #eaeafe;
    bottom: 0;
    padding: 0 10px;
    display: none;
    align-items: center;
    justify-content: center;
    transition:.3s;
}
.chat_history:hover .chat-history-action,
.chat_history.active-chat .chat-history-action{
    display:flex;
}
.chat-history-action .btn{
    padding: 7px;
    color: var(--color-primary);
    border: 0px blanchedalmond;
    height: unset;
    line-height: unset;
}
.chat-history-action .btn .fa-trash-alt{
    color:var(--danger);
}
#append_container::-webkit-scrollbar {
  width: 4px;
}
#append_container::-webkit-scrollbar-track {
  background: #fff; 
}
#append_container::-webkit-scrollbar-thumb {
  background: #ececec; 
}
.workflow-card {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    position:relative;
}
.workflow-card .btn {
    line-height: 34px;
    height: 35px;
        padding: 0 15px;
}
.workflow-card .action-btn .btn {
    width: 35px;
    font-size: 12px;
}
.workflow-card br{
    display:none;
}
.workflow-card h6{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}
.workflow-card .work-steps {
        white-space: nowrap;
    background: #feb12b;
    color: #fff;
    padding: 4px 12px;
    line-height: 1.2;
    border-radius: 8px 0px;
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 0;
    
}
.progress-loader {
  position: relative;
  height: 12px;
  width: 100%;
  background: #f1f1f1;
  border-radius: 25px;
  border:1px solid #ececec;
}

.progress-loader .progress-fill {
  position: absolute;
  height: 10px;
  width: 0%;
  animation: progress-forward 6s infinite;
  background: var(--color-primary);
  border-radius: 15px;
}

@keyframes progress-forward {
  0% {
    width: 0%;
  }
  25% {
    width: 50%;
  }
  50% {
    width: 75%;
  }
  75% {
    width: 85%;
  }
  100% {
    width: 100%;
  }
} 


.tagify__input::before {
    line-height: 1.3em !important;
}
.noaccess-card {
    border: 1px solid #f54864;
    padding: 18px;
    border-radius: 6px;
    margin: 18px 0;
    background: #fde0e5;
}
ul.cus-list-style li {
    color: #606384;
    font-size: 15px;
}
.oneclick-card a{
    color:var(--dark);
}
.oneclick-card a:hover{
    color:var(--color-primary);
}
.voice-label input {
    position: absolute;
    opacity: 0;
}
.voice-label i {
    font-size: 24px;
    position: absolute;
    top: 14px;
    margin-left: -39px !important;
    color: var(--text-color) !important;
}
.voice-label input[type="radio"]:checked + label {
    border-color: var(--color-primary);
        color: var(--color-primary);
}
.voice-label label {
    background: #fff;
    padding: 12px 24px;
    border-radius: 20px;
    font-weight: 500;
        border: 1px solid #ccc;
    cursor: pointer;
    width: 100% !important;
    padding: 12px 20px;
}
.navdrop-menu{
    display:none;
}
.responsive-logo{
    display:none;
}
#step_output .content-cards {
    align-items: center;
    background: #fff;
    box-shadow: none;
    padding: 30px 25px;
    height: 100%;
    border: 1px solid #ececec;
}
pre {
    font-family: 'Poppins';
    white-space: break-spaces;
}
.aiside-message {
    display: flex;
    align-items: end;
     margin: 10px 0;
}
#append_container .item-icon {
      height: 35px;
    width: 35px;
    margin: 0px;
    background: var(--color-secondary);
    border: 0px;
    position: absolute;
}

#chat3{
    background:radial-gradient(61.04% 89.69% at 100% 100%, rgba(200, 250, 255, 0.08) 0%, rgba(28, 210, 229, 0.08) 40.63%, rgba(28, 210, 229, 0) 100%), radial-gradient(43.78% 64.34% at 60.31% 100%, rgba(23, 74, 228, 0.08) 0%, rgba(23, 74, 228, 0) 100%), linear-gradient(180deg, rgba(23, 74, 228, 0) 29.44%, rgba(23, 74, 228, 0.06) 100%), linear-gradient(90deg, #F3F3F7 0%, #EBF0F9 100%) !important;
}
#append_container .userside-message .item-icon {
    background: var(--color-primary);
}
#append_container .userside-message .item-icon img {
    filter: invert(1) brightness(2);
}
.ai-chat.left {
    background: #fff;
    padding: 10px 15px !important;
    font-size: 13px;
    margin-left: 50px;
    border-radius: 10px 10px 10px 0px;
    line-height: 1.8;
        max-width: 70%;
    width: fit-content;
    box-shadow: 0px 0.3px 0.9px rgba(0, 0, 0, 0.02), 0px 1.6px 3.6px rgba(0, 0, 0, 0.06);
        margin-bottom: 0;
}
.userside-message {
    display: flex;
    align-items: end;
    justify-content: end;
    margin: 10px 0;
}
.user-chat {
    background: var(--color-primary);
    padding: 10px 15px !important;
    font-size: 13px;
    margin-right: 50px;
    border-radius: 10px 10px 0px 10px;
    line-height: 1.8;
    box-shadow: 0px 0px 1px #ececec;
    margin-bottom: 0;
    color: #fff;
}
.team-preview {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 12px;
}
.teams-count {
    height: 45px;
    width: 45px;
    background: #e3e3e3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #000;
}
.use-userflow-data {
    border: 1px solid #dfe6eb;
    padding: 20px;
    border-radius: 10px;
    margin-top: 7px;
    height: 320px;
    overflow: auto;
        text-align: justify;
}
.workflow-preview .steps {
    white-space: nowrap;
    background: #f6c23e;
    color: #fff;
    padding: 5px 12px;
    line-height: 1.2;
    border-radius: 10px;
    font-weight: 500;
    font-size: 14px;
    width: 85px;
    text-align: center;
    margin-bottom: 14px;
}
span#show_all_notifications {
    background: var(--bs-danger);
    height: 20px;
    width: 20px;
    position: absolute;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    top: 1px;
    right: 0;
}
div#workflow_output{
    background: #9ccbb5;
    color: #238c5e;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 500;
}
.used-wrk-response .resopnse-tab:hover .chat-history-action {
    display: flex;
}
.used-wrk-response .chat-history-action {
    background: #f9f4fd;
}
.used-wrk-response {
    border: 1px solid #dee2e6;
    border-radius: 20px;
    overflow: hidden;
}
.resopnse-tab:hover {
    background: #f9f4fd;
}
.used-wrk-response div#v-pills-tab {
    height: 80vh;
    overflow: auto;
    flex-direction: column !important;
    flex-wrap: nowrap;
}
.used-wrk-card{
        padding: 25px;
    height: 80vh;
    overflow: auto;
}
div#previous_step_ouput_text {
    border: 1px solid #dfe6eb;
        padding: 15px 20px;
    border-radius: 12px;
    margin-top: 15px;
    font-size: 15px;
    max-height: 300px;
    overflow: auto;
}
div#ui-datepicker-div {
    margin-top: 10px !important;
}
.workflow-preview p.mb-2.fw-5 {
    color: var(--color-secondary) !important;
}
div#previous_step_ouput_text p {
    color: var(--color-secondary) !important;
}
.dropdown-bell-menu {
    width: 320px;
    max-height: 350px;
    overflow: auto;
}
div#show_all_notifications_view {
    padding: 15px 0px;
}
div#show_all_notifications_view p {
    margin: 0px;
    padding: 10px 20px;
    transition:.3s;
}
div#show_all_notifications_view p:hover{
    background:#ececec;
}
.history-canvas {
    width: 750px;
}
.audio7_html5_sticky {
    background: #fff !important;
    border-top: 2px solid #ccc;
}
.VolumeSlider.ui-slider.ui-corner-all.ui-slider-vertical.ui-widget.ui-widget-content {
    display: block;
    top: 15px !important;
    left: 952.531px !important;
    background: transparent;
    box-shadow: none;
    border: 0px;
    min-height: 85px;
    width:6px !Important;
}
.audio7_html5.blackControllers .VolumeButton {
    left: 765px !important;
    top: 81px !important;
}
.ui-progressbar .ui-progressbar-value {
    height: 7px !Important;
    min-height: unset;
}
.audio7_html5.blackControllers .AudioBuffer {
    min-height: auto;
    width: 48% !important;
    top: 84px !important;
    position: absolute;
}
.audio7_html5.blackControllers .AudioSeek {
    min-height: 7px !Important;
    top: 84px !important;
    width: 48% !important;
}
.check-box {
    position: relative;
    cursor: pointer;
    width: 55px;
}
.check-box .on {
    position: absolute;
    top: 5px;
    z-index: 1;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    left: 8.2px;
    cursor: pointer;
}
.check-box .off {
    position: absolute;
    top: 5px;
    z-index: 1;
    font-size: 10px;
    font-weight: 700;
    color: var(--main-dark);
    right: 6.5px;
    cursor: pointer;
}
.check-box input:checked[type="checkbox"] {
    background: var(--color-primary);
}
.check-box input[type="checkbox"] {
    position: relative;
    appearance: none;
    width: 55px;
    height: 25px;
    background: #ccc;
    border-radius: 50px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: 0.4s;
}

.check-box input:checked[type="checkbox"]::after {
    left: 53%;
}
.check-box input[type="checkbox"]::after {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transform: scale(1.1);
    transition: 0.4s;
    z-index: 9;
}
.upgrade-plans .avl-plancard {
    background: #fff;
    border: 1px solid var(--color-primary);
    margin-bottom: 20px;
    padding: 24px 27px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    font-weight: 500;
}
.testimonial {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    border: 3px solid #000;
}
.testimonial p{
    color:#000;
    font-size:18px;
}
.upgrd-feature {
    padding: 0px 30px 0px 50px;
    position: relative;
}
.upgrd-feature h6{
    position:relative;
}
.upgrd-feature:before {
    content: '';
    width: 2px;
    position: absolute;
    height: 67%;
    background: #ccc;
    left: 28px;
    top: 3px;
}

.upgrd-feature h6:before {
    content: '';
    height: 10px;
    width: 10px;
    background: var(--color-primary);
    position: absolute;
    left: -26px;
    top: 2px;
    border-radius: 50%;
}



@media(max-width:991px){
   
    .sidebar{
        left: -16rem;
        transition:.3s;
        z-index:9999;
    }
    
    .open-menu{
        display: flex;
        position: absolute;
        right:20px;
        margin-left: 0px !Important;
    }
    .layout,
    .layout.open{
        padding: 95px 30px 30px 30px !important;
    }
    .responsive-navv.d-flex {
            margin-left: 90px;
    }
    
    .sidebar.open {
        left: 0rem;
    }
    .sidebar.open {
        width: 15rem !important;
    }
    .sidebar.open .nav-item .nav-link span, .sidebar.open .nav-item span {
        display: inherit;
    }
    .sidebar.open .nav-item .nav-link {
        align-items: center;
        justify-content: start;
        width: 90% !important;
    }
    .sidebar-dark.open .nav-item .dropdown-item img, .sidebar-dark.open .nav-item .nav-link img {
        width: 20px;
        height: 20px;
        margin-right: 8px;
    }
    .sidebar .navbar-brand {
        display: none;
    }
    .responsive-logo{
        display:block;
        margin-top: -8px;
        position: absolute;
    }
    .left-login {
        display:none !important;
    }
    footer {
    font-size: 12px;
    padding: 14px 15px;
    }
}
@media(max-width:1024px){
    .navbar-light .navbar-nav .nav-link.show{
        position:absolute;
        right:0;
    }
    .dropdown-bell{
        position: absolute;
      right: 71px;
      top:17px;
        }
    .header-credits{
        display:none !important;
    }
    a#navbarDropdown span {
        display: none;
    }
     nav.navbar.navbar-expand-md.navbar-light.bg-white {
        height: 65px;
    }
    .content-search-card .search-input {
        width: 90%;
    }
}
@media(max-width:768px){
    
    .navbar-light .navbar-nav .nav-link.show{
        position:absolute;
        right:0;
    }
    .dropdown-bell{
        position: absolute;
      right: 71px;
      top:17px;
        }
    .wlcm-banner {
        margin-bottom:20px;
    }
    .email-card {
        margin-top:20px;
    }
    .dropdown-menu.dropdown-menu-end.user-dropdown {
        position: absolute;
    }
    .sidebar.toggled {
        width: 16rem !important;
    }
    .sidebar-dark .nav-item .nav-link {
        display: flex;
        align-items: center;
        width: 100%;
    }
    .sidebar-dark .nav-item .nav-link i {
        font-size: 18px;
        margin-right: 7px;
    }
    .navdrop-menu {
        border: 1px solid #ccc;
        color: #ccc;
        height: 40px;
        width: 40px;
    
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        font-size: 21px;
        display:none;
    }
    .responsive-navv.d-flex {
        display: none !important;
        flex-direction: column;
        align-items: center;
        margin-left: 0;
        gap: 20px;
        justify-content: center;
        width: 100vw;
        padding: 50px 20px 25px;
        transition: .3s;
        margin-top: 62px;
        position: absolute;
        left: 0;
        background: #fff;
        top: 0;
        border-top: 1px solid #ececec;
    }
    
    .responsive-navv.open{
        display: flex !important;
    }
    .open-menu {
        margin-left: 0;
    }
    nav.navbar.navbar-expand-md.navbar-light.bg-white .navbar-nav {
        flex-direction: row !Important;
    }
    a#navbarDropdown {
        margin-left: 10px !important;
        display:none;
    }
    .btn {
        line-height: 1.4;
        height: unset;
        padding: 8px 17px;
        font-size: 12px;
    }
    .knowledge-tuts a {
        font-size: 14px;
    }
    
}
@media(max-width:580px){
    .navbar-brand{
        justify-content: flex-start;
    }
    .dataTables_filter::after{
        margin-top:36px;
    }
    .navbar-light .navbar-nav .nav-link.show{
        position:absolute;
        right:0;
    }
    .dropdown-bell{
    position: absolute;
  right: 71px;
  top:17px;
    }
    a#navbarDropdown span {
        display: none;
    }
    .project-select span.select2.select2-container.select2-container--default {
        width: 150px !IMPORTANT;
    }
    .wlcm-banner img {
        display: none;
    }
    .layout, .layout.open {
        padding: 95px 20px 30px 20px !important;
    }
    .page-header h4 {
        font-size: 18px;
    }
    .recent-activity .event .icon {
        height: 35px;
        width: 35px;
        margin: 3px 17px 0 0px;
    }
    .recent-activity .event .icon img {
        width: 16px;
    }
    .recent-activity .event .content {
        display:unset;
    }
    .recent-activity .event .content .btn{
        margin-top:10px;
    }
    .recent-activity:before {
        left: 28px;
    }
    .content-search-card {
    padding: 40px 15px
    }
}


.stat-item {
    border-radius: 16px;
    padding: 20px 22px;
    display: flex;
    height: 100%;
    align-items: center;
}
.stat-item .item-icon{
        margin: 0px;
    margin-right: 10px;
}
.stat-item h5{
    color: #1e293b;
    font-weight: 500;
    font-size: 15px;
}
.stat-item h3 {
    color: #5051f9;
    font-size: 24px;
    margin: 0;
    font-weight: 700;
    
}
.absolute-badge{
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0px 10px 0px 10px !important;
    font-size: 12px;
}
.input-main-box i.far {
    position: absolute;
    left: 10px;
    top: 16px;
}
.input-main-box {
    display: flex;
    align-items: center;
    position: relative;
}

.input-main-box input.form-control {
    padding: 0 0px 0 60px;
}

.input-main-box p {
    position: absolute;
    right: 40px;
    top: 11px;
}
ul.steps-list {
    padding: 0;
    list-style: none;
    position: relative;
    margin-top:20px;
}
ul.steps-list:before {
    content: '';
    height: 100%;
    width: 3px;
    background: var(--color-secondary);
    position: absolute;
    left: 15px;
}
ul.steps-list li{
    display:flex;
    align-items:center;
    position: relative;
    margin-bottom:30px;
    color: var(--dark);
}
.steps-list .step {
    height: 33px;
    width: 33px;
    outline: 3px solid #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-right: 12px;
    background: var(--color-secondary);
}
.upgrade-card{
    background: #c2cbef;
}
.upgrade-card .upgrade-item{
    display:flex;
    align-items:center;
    /*justify-content:center;*/
    
}
.upgrade-card .upgrade-item .btn{
    min-width:120px;
}
@media (min-width:1700px){
    .upgrade-card .upgrade-item{
        flex-direction:column;
        text-align:center;
    }
    .upgrade-card .upgrade-item .content{
         order:2;
    }
    .upgrade-card .upgrade-item img{
        order:1;
    }
}
@media (min-width:1800px){
    .upgrade-card .upgrade-item img{
            width: 170px;
            margin-bottom: 16px;
    }
}
.instructions {
    padding: 0;
    list-style: none;
    position: relative;
}
.instructions:before{
    content: '';
    height: 96%;
    width: 1px;
    position: absolute;
    background-color: var(--color-primary);
    left: 8px;
    top: 3px;
}
.instructions li{
    margin-bottom:15px;   
    position: relative;
        display: flex;
    align-items: center;
    font-size:15px;
}

.instructions li:before {
    content: '\f192';
    font-family: 'Font Awesome 5 Pro';
    margin-right: 12px;
    color: var(--color-primary);
        background: #fff;
}
.product-img {
    background: #fff8e5;
    padding: 20px;
    height: 250px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
        margin-bottom: 20px;
}
.product-img.img2{
    background: #e9faf3;
}
.product-img.img3{
    background: #dcdcfe;
}
.product-img img {
    max-height: 220px;
}
/* ::-webkit-scrollbar,
::-moz-scrollbar {
    width: 0px;
  }
  ::-webkit-scrollbar-track,
  ::-moz-scrollbar-track {
    background: #f1f1f1;
  }
  
  ::-webkit-scrollbar-thumb,
  ::-moz-scrollbar-thumb {
    background: #888;
  } */