:root{
    /*--color-primary: #7700c1;*/
    --color-primary: #1439cd;
    --color-secondary: #00d1ff;
    /*--color-secondary: #5051f9;*/
    --color-success: #50c793;
    --color-warning: #ffc107; 
    --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: #ffc107;
    --bg-danger-hover: #CB0000;
    --bg-dark-hover: #272525;
    --color-darkblue:#362FD9;
    --color-lightblue:#FCC2FC;
    --color-menutext:#012340;
}

body {
    width: 100vw;
    overflow-x: hidden;
    background:#f8f8fa;
    font-family: "Public Sans", sans-serif !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    color:#1a2638;
    font-weight:500;
}
p{
    /*color: #747474;*/
    color: #606384;
    font-weight: normal;
    font-size: 14px;
}
.border-bottom-dashed{
        border-bottom: 1px dashed #ccc;
}
.layout .header {
    display: flex;
    align-items: center;
  }
  nav.navbar.navbar-expand-md.navbar-light.bg-white {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    padding: 4px 12px;
    background: rgba(244, 247, 250, 0.7) !important;
    color: #39465f;
    min-height: 74px;
    box-shadow: none;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
  }
  .progress-bar {
    background-color: var(--color-primary) !important;
    font-size: 10px;
}

 .navbar .progress {
    height: 0.7rem;
        margin-bottom: 1px;
}
.page-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
  .page-header h4 {
    font-weight: 600;
    font-size: 20px;
    margin:0px;
  }
  .page-header p {
    margin-bottom: 0px;
    margin-top: 10px;
}

.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 !important;
    /*overflow-y: auto;*/
    position: fixed;
    top: 0px;
    padding-bottom: 20px;
    background: #fff;
    width: 15rem !important;
    z-index: 999;
    transition: .3s;
    min-height: unset !important;    
    box-shadow: 0px 0px 24px rgba(27, 46, 94, 0.05);
}
.sidebar-projects {
        max-height: 250px;
    overflow-y: auto;
        background: #f7f7f7;
    padding: 12px 0;
    overflow-x: hidden;
    margin: 10px;
    border-radius: 8px;
    display:none;
}
.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: #fff;
    /*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{
    height: 6px;
  width: 6px;
}.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;
}

.sidebar-dark .nav-item .nav-link {
    color: #39465f !important;
    padding: 9px 13px;
    font-weight: 400 !important;
    margin: 2px auto !important;
    border-radius: 10px;
    font-size: 14px !important; 
    width: 90% !important;
    line-height:1.4;
        display: flex;
    align-items: center;
}
.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: 400;
    font-family: "Public Sans", sans-serif;
}
.sidebar-dark .nav-item .nav-link i {
    color: #475569 !important;
        font-size: 15px;
}


.sidebar-dark .nav-item .nav-link:hover i,
.sidebar-dark .nav-item.active .nav-link i{
    color: #fff !important;
}
.sidebar-dark .nav-item.active .nav-link,
.sidebar-dark .nav-item .nav-link:hover{
    /*background: var(--color-primary);*/
    background: linear-gradient(45deg, #38b6fd, #64f6ec);
    color: #fff !important;
}

.sidebar-dark .nav-item .nav-link:hover img,
.sidebar .nav-item.active .nav-link img {
    filter: invert(1) brightness(2);
}
.sidebar-dark .nav-item .dropdown-menu .nav-link:before {
    content: '\f2f8';
    font-family: 'Font Awesome 5 Pro';
    font-size: 7px;
    margin-right: 9px;
}
.navbar-brand {
        padding: 17px 17px;
    text-align: center; 
    color: var(--color-primary) !Important;
    font-size: 20px;
    margin: 0;
    background: #fff;
    /*position: fixed;*/
    width: 15rem;
    z-index: 999;
        top: 0;
}
.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: 500;
    /*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: 8px;
    border-radius: 8px;
    -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: #000;
    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: #ececec;
    color: #858796;
    border-style: solid;
}
.btn-light:hover {
    border-color: #252455;
    background: #ececec;
        color: #252455;
}
.action-btn{
    display:flex;
}
.action-btn .btn {
    line-height: 1;
    padding: 0; 
    font-size: 14px;
    margin-right:4px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.action-btn .btn {
    background: #ececec !important;
    border: 0px;
    border-radius: 6px;
    font-size: 12px;
    height: 35px;
    width: 35px;
    color: #646060 !important;
    position: relative;
}
.action-btn .btn:hover i{
    color:#000;
}
.action-btn .btn:hover i.fa-trash,
.action-btn .btn:hover i.fa-trash-alt{
    color:red;
}
/* .action-btn .btn:hover:not(:focus)::before, .action-btn .btn:hover:not(:focus)::after {
    display: block;
}
.action-btn .btn::before {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translatex(-50%) rotate(-45deg);
    content: "";
    display: none;
    width: 0;
    height: 0;
    border: 8px solid #000;
    border-top-color: transparent;
    border-right-color: transparent;
}
.action-btn .btn::after {
    display: none;
    position: absolute;
    content: attr(title);
    bottom: calc(135% - 6px);
    left: 50%;
    right: 0;
    min-width: 100px;
    padding: 8px !important;
    background-color: #000;
    border-radius: 8px;
    color: #fff;
    transform: translate(-50%);
    text-align: center;
    font-size: 12px;
    min-height: 32px;
} */
.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: linear-gradient(45deg, #38b6fd, #64f6ec);
    padding: 22px;
    border-radius: 14px; 
    height: 100%;
    overflow:hidden;
    position: relative;
}
.banner-data {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card {
    background-color: var(--color-white);
    border-radius: 14px;
    box-shadow: 0px 2px 0px rgba(118, 138, 254, 0.03) !Important;
    border: 0px;
}

.card-body{
    padding:1.4rem;
}
.item {
    border-radius: 14px;
    padding: 20px 12px;
    text-align: center;
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    justify-content: space-between;
    background:#fff;
    box-shadow: 0px 2px 0px rgba(118, 138, 254, 0.03) ! Important;
    border: 1px solid #eff2ff;
}

.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{
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 7px;
    background: #41c3fa;
    color: #fff;
}
.item-icon img{
        width: 18px;
}
.item-icon img {
    width: 100%;
    border-radius: 50%;
}
/*.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: 300px;
    padding:10px;
}
.user-dropdown .dropdown-item{
    border-radius:10px;
}
 .dropdown-menu{
    /*-webkit-box-shadow: 0 5px 30px rgba(173,181,217,.15);*/
    /*box-shadow: 0 5px 30px rgba(173,181,217,.15);*/
    box-shadow:0 4px 24px 0 rgba(62, 57, 107, 0.18);
    border: 0px;
    min-width: 200px;
    border-radius:12px;
}
.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;
}

.dropdown-item:hover, .dropdown-item:focus, .dropdown-item.active, .dropdown-item:active {
    background: #f3f5f7 !important;
    color: #39465f !important;
}
.user-dropdown .user-info {
    background: #f4f5f7;
    padding: 15px 10px;
    text-align: center;
    border-radius: 12px;
    margin: 0px 0px 15px 0px !Important;
    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: 10px;
    -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;
}
.form-control.form-control-sm{
        height: 35px;
    border-radius: 8px;
    padding: 5px 15px;
}
.form-control[type=file] {
    overflow: hidden;
    line-height: 2.4;
}
.table-responsive label {
    display: flex;
    align-items: center;
        gap: 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 #dbe0e5 !important;
    background-color: #fff !important;
    height: 39px !important;
    border-radius: 8px !important;    
    min-height: 39px !important;
}
.select2-selection.select2-selection--single {
    background-color: #fff !important;
    height: 45px !important;
    background-clip: padding-box;
    border: 1px solid #dfe6eb !important;
    min-height: 45px !important;
    border-radius: 10px !important;
}
.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;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--color-primary);
    color: white;
}
.select2-results__option {
    text-transform: capitalize;
}
.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,
label {
    margin-bottom: 0.5rem;
        color: var(--bs-secondary);
    font-weight: 400;
    font-size: 14px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 34px;
    padding-left: 0px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px !important;
    right: 5px !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: #000;
    background: #f5f7fa;
    border: 0px !important;
    padding: 10px 12px !important;
}
.table tr td, .table tbody th {
    color: #2b2b3b;
    font-size: 14px;
    padding: 14px 14px !important;
    vertical-align: middle;
    font-weight: 300;
    border: 0px;
    border-bottom: 1px dashed #e2e7f1 !important;
}
.table-bordered th, .table-bordered td {
    border: 0px !important;
}

.table-bordered>:not(caption)>* {
    border-top: 0px;
} 
.table-responsive {
    margin-bottom: 20px;
}
table.dataTable {
    width: 100% !important;
    /* border-radius: 20px; */
    overflow: hidden;
    border-bottom: 0px !important;
    margin-bottom: 20px !important;
    border-left: 0px;
    border-right: 0;
    border-top: 0px;
}
.table-bordered>:not(caption)>* {
    border:0px;
}
table tbody tr:hover {
    background: #f2f2f2 !important;
    --bs-table-accent-bg: #f2f2f2 !important;
}
table.dataTable thead th, table.dataTable thead td,
table thead th, table thead td {
    font-weight: 400 !important;
    white-space: nowrap;
    color: #000;
    background: #f4f6f9;
    border: 0px !important;
    font-size: 13px;
    padding: 12px 14px !important;
    border: 0px !important;
}
table.dataTable thead th:first-child,
table thead th:first-child{
    border-radius: 10px 0px 0px 10px;
}
table.dataTable thead th:last-child,
table thead th:last-child{
    border-radius: 0px 10px 10px 0px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    background: #ececec !important;
    border-color: #ececec !important;
}
.table {
    margin-bottom: 0px;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
    --bs-table-accent-bg: #fff;
}
.table-hover tbody tr:hover {
    background-color: #f2f2f2 !important;
    --bs-table-accent-bg: #f2f2f2 !important;
}
.table-hover tbody tr td:first-child,
table tbody tr td:first-child,
table tbody tr th:first-child{
    border-radius: 10px 0px 0px 10px;
}
.table-hover tbody tr td:last-child,
table tbody tr td:last-child{
    border-radius: 0px 10px 10px 0px;
}
#sideverticomp0-tab {
    width: 90% !important;
    font-size:14px;
    background: #f4f5f7;
    margin: auto !important;
    padding: 10px 20px 10px 20px !important;
    /* margin-top: 65px !important; */
    margin-bottom: 5px !important;
    color: #000;
    font-weight: 500;
    transition: .35s;
    margin: 5px auto !important;
    text-align: center;
    border-radius: 10px;
}
a#sideverticomp0-tab:hover{
    color:var(--color-primary);
}
.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: 13px;
    margin-right: 5px;
    border-radius: 6px !important;
    font-weight:500;
        color: var(--bs-dark) !important;
    border-color: #ececec !important;
    background: #ececec !important;
    cursor:pointer;
}
.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: var(--color-secondary) ! Important;
    border-color: var(--color-secondary) ! Important;
    color: #fff !important;
    cursor:auto;
}
.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: 10px;
}
.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(45deg, #38b6fd, #64f6ec);
    border-radius: 20px;
    padding: 70px 50px;
    position: relative;
    text-align: center;
}

.content-search-card .search-input {
    position: relative;
    width: 700px;
    margin:auto;
}
.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 img {
    width: 140px;
    border-radius: 50% !important;
    margin-bottom: 10px;
    height: 140px;
    object-fit: contain;
    background: #48484a;
}
.content-cards h5 {
    font-weight: 500;
    line-height: 1.2;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #555555;
}
.content-cards p {
    margin: 0px;
    line-height: 1.2;
    font-size: 18px;
    font-weight: 600;
    color: #222;
    transition:.3s;
}
.content-cards:hover p{
    color:var(--color-primary);
}
.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: #41c3fa3d;
    height: 43px;
    width: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    border-radius: 10px;
    color: var(--color-secondary);
    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;
}
.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: 10px;
    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: 15px;
    color: #000 !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: #fff;
    z-index: 9;
    position: relative;
    padding: 12px;
}
.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;
    border-radius: 0px !important;
    background: transparent;
    margin: 0px;
}
.toolscards h5 {
    font-size: 16px;
    color: #222;
    font-weight: 600;
}
.toolscards p {
    font-size: 14px;
    color: #555;
    font-weight: 400;
}
.toolscards:hover p{
    color:#555;
}
.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: 500;
}

.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;
  height: 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;
}
p.project-label {
    margin: 0;
    color: #747474;
    font-weight: 600;
}
.recent-activity {
    display: flex;
}
.recent-activity .event {
    display: flex;
    align-items: start;
    position:relative;
    overflow: hidden;
    margin-bottom:25px;
    width:100%;
}
.recent-activity .date {
    white-space: break-spaces;
    width: 100px;
    font-size: 13px;
    text-align: right;
    margin-top:8px;
}
.recent-activity:before {
    content: '';
    height: 93%;
    width: 2px;
    position: absolute;
    left: 133px;
    top: 15px;
    border-right: 1px dashed #ccc;
}

.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 .activity-icon {
    height: 40px;
    width: 40px;
    background: var(--color-secondary);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.recent-activity .event  .activity-icon img {
    width: 22px;
    filter: brightness(0) invert(1);
}
.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: 15px;
    width: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 15px;
    margin: 3px 26px 0 30px;
    transition: .3s;
    position: relative;
    z-index: 9;
    background: #fff;
    border: 4px solid rgb(114 240 240);
    margin-top: 16px;
    outline: 4px solid rgb(114 240 240 / 30%);
    transition:.4s;
}
.recent-activity .event:hover .icon{
    outline:4px solid rgb(114 240 240);
}
.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%);
}
.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: #fff;
    padding: 10px 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: linear-gradient(45deg, #38b6fd, #64f6ec);
    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;
}
.workflimg {
    background: #f7f7f7;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
    position: relative;
        display: flex;
    align-items: center;
    justify-content: center;
}
.workflimg .workflowbtns {
    position: absolute;
    top: 10px;
    left: 10px;
    opacity: 0;
    transition:.3s;
}
.workflow-card:hover .workflimg .workflowbtns{
    opacity:1;
}
.workflimg .workflowbtns .btn {
    background: #fff;
    border-radius: 4px;
    height: 40px;
    width: 40px;
}
.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: #76bcf5;
    color: #fff;
    padding: 4px 12px;
    line-height: 1.2;
    border-radius: 8px;
    font-weight: 500;
}
.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: "Public Sans", sans-serif;
    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;
    border-radius:50%;
}

.userside-message .item-icon img {
    border-radius: 0px;
}
#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 p {
    margin: 0px;
    padding: 10px 20px;
    transition:.3s;
}

.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;
        left: 200px;
        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){
    .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){
    .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;
        display: flex !important;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        font-size: 21px;
    }
    .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;
    }
    .btn {
        line-height: 1.4;
        height: unset;
        padding: 8px 17px;
        font-size: 12px;
    }
    .knowledge-tuts a {
        font-size: 14px;
    }
    
}
@media(max-width:580px){
    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;
    }
    
    .content-search-card {
    padding: 40px 15px
    }
}


.stat-item {
    border-radius: 14px;
    padding: 20px 22px;
    display: flex;
    height: 100%;
    align-items: center;
    box-shadow: 0px 2px 0px rgba(118, 138, 254, 0.03) ! Important;
    border: 1px solid #eff2ff;
    position:relative;
}
.stat-item:after {
    content: '';
    background: url(../images/img-status-5.svg);
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 85% 100%;
}
.stat-item .item-icon{
        margin: 0px;
    margin-right: 10px;
}
.stat-item h5 {
    color: #8d9eb5;
    font-weight: 300;
    font-size: 15px;
    margin: 0px;
}
.stat-item h3 {
    color: #1a2638;
    font-size: 24px;
    margin-bottom: 4px;
    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: 1px;
    background: #ececec;
    position: absolute;
    left: 9px;
}
ul.steps-list li{
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
    color: #1a2638;
    font-size: 15px;
    font-weight: 500;
}
.steps-list .step {
        height: 10px;
    width: 10px;
    border-radius: 50%;
    margin-right: 12px;
    flex-shrink: 0;
    margin-left: 5px;
    background: #fff;
    border: 3px solid rgb(114 240 240);
}

.upgrade-card .upgrade-item .btn{
    min-width:120px;
}

@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: #ccc;
    left: 7px;
    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-secondary);
    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;
}
.navbar-nav li::marker{
    display:none !important;
}
.nav-link.header-icon {
    background: #fff;
    color: #61748f !important;
    border-radius: 8px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
div#show_all_notifications_view p {
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #ececec;
}
div#show_all_notifications_view p i {
    background: #e6f6fe;
    color: #04a9f5;
    height: 35px;
    width: 35px;
    margin-right: 10px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ddd;
    border-radius: 8px;
    height: 30px;
}
.select2-results__option {
    font-size: 14px;
    border-radius:6px;
}
.select2-container--open .select2-dropdown {
    left: 0;
    border: 0px;
    box-shadow: 0 4px 24px 0 rgba(62, 57, 107, 0.18);
    border-radius: 10px;
    overflow: hidden;
    padding: 6px;
}
.stats-row .card{
    margin-bottom:20px;
    padding:15px;
}
.stats-row .card-icon {
    background: rgb(20 57 205 / 20%);
    display: inline-flex;
    height: 40px;
    width: 40px;
    color: var(--color-primary);
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-bottom: 10px;
    font-size:16px;
}
.stats-row .card-icon.icon2 {
    background: hsl(191deg 100% 50% / 20%);
    color: var(--color-secondary);
}
.stats-row .card-icon.icon3{
    background: #feeceb;
    color: #f44236;
}
.stats-row .card h3 {
    font-size: 24px;
   margin-bottom: 3px;
}
.stats-row .card p{
    color:#8d9eb5;
    margin:0px;
}
.dash-item {
    background: #f7f7f7;
    padding: 20px;
    text-align: center;
    border-radius: 12px;
    border: 1px solid #f7f7f7;
    transition: .3s;
}
.dash-item h5 {
    margin: 0px;
    font-size: 16px;
    margin-top: 24px;
}
.dash-item:hover{
    border-color:var(--color-secondary);
}
span.project-label {
    min-width: 18px;
    text-align: center;
    margin-right: 10px;
}
.loader {
    position: relative;
    margin: auto;
    width: 3rem;
    border-radius: 100vmin;
    overflow: hidden;
    /* padding: 1.25rem; */
}
  .loader::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  #preview_steps .workflow-card.workflow-preview {
    padding: 20px;
}
  .circular {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    margin: auto;
    transform-origin: center center;
    animation: 2s linear 0s infinite rotate;
  }
  
  .path {
    stroke: red;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    animation: 1.5s ease-in-out 0s infinite dash;
  }
  
  @keyframes dash {
    0% {
      stroke-dasharray: 1, 200;
      stroke-dashoffset: 0;
    }
    50% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -35px;
      stroke: yellow;
    }
    100% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -124px;
    }
  }
  @keyframes rotate {
    to {
      transform: rotate(1turn);
    }
  }
  span.side-menu__new {
    background: #63a9f5;
    color: #fff !important;
    font-size: 10px !important;
}
.card-header.chatheader {
    border-radius: 15px 15px 0px 0px;
    background: #f0f2f7;
    align-items:center;
    margin-top: 20px;
}
.card-header.chatheader .template-button {
    height: 35px;
    width: 35px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
    border-radius: 6px;
}
.used-wrk-response .workflow-card {
    padding: 20px;
}
div#image-drop-box {
    position: relative;
    background: #e3f2fc;
    border: 2px solid var(--color-secondary);
    padding: 20px;
    border-radius: 20px;
    margin-bottom:40px;
}
#image-drop-box .image-drop-icon {
    font-size: 30px;
    color: var(--color-secondary);
}
div#image-drop-box  input#main_image {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    opacity:0;
}
.sidebar2 a.navbar-brand {
    padding: 18px 17px !important;
    background: #fff;
    position: fixed;
}
ul.navbar-nav.sidebar2 {
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 80px !important;
}
.hljs{
    padding:15px !Important;
}
.upgrade-credits {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f7f7f7;
    padding:15px 20px;
    border-radius: 14px;
}
.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
    border: 1px solid #dfe6eb !important;
    border-radius: 6px !important;
    padding: 7px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #00d1ff !important;
    background: #00d1ff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.4em 0.9em;
}
.navbar .responsive-navv .page-header {
    margin: 0px;
}
.dataTables_filter label {
    display: flex;
    align-items: center;
    font-size: 13px;
    gap: 8px;
}
.dataTables_length label {
    font-size: 13px;
}
.dataTables_wrapper .dataTables_length select {
    background-color: transparent;
    padding: 9px 7px;
    height: 35px;
    min-width: 60px;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    font-size: 13px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
}
.sidebar .nav-link[aria-expanded="false"]:after {
    content: '\f078';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 15px;
    top: 50%;
    translate: 0 -50%;
    rotate: 0deg;
    font-size: 10px;
}
.sidebar .nav-link[aria-expanded="true"]:after{
    content: '\f078';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 15px;
    top: 45%;
    translate: 0 -50%;
    rotate: 180deg;
    font-size: 10px;
}
.select2-container--default .select2-selection--multiple {
    display: block;
    width: 100%;
    padding: 0.375rem 0.6rem;
    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 !important;
    min-height: 45px !important;
    border-radius: 10px !important;
}
div.dt-container div.dt-layout-row {
    margin-top: 0px !important;
}
div.dt-container .dt-search input {
    border: 1px solid #dfe6eb !important;
    border-radius: 6px !important;
    padding: 7px;
    font-size: 13px;
    height: 35px;
} 
div.dt-container .dt-input {
    border: 1px solid #dfe6eb !important;
    border-radius: 6px !important;
    padding: 7px 8px !important;
    height: 35px;
    min-width: 50px;
}
div.dt-container .dt-length { 
    display: flex;
    align-items: center;
}
div.dt-container .dt-length label {
    white-space: nowrap;
    margin: 0px;
    margin-left: 7px;
}
div.dt-container .dt-search {
    display: flex;
    align-items: center;
}
div.dt-container .dt-search label {
    margin: 0px;
    margin-right: 8px;
}
div.dt-container .dt-length, div.dt-container .dt-search, div.dt-container .dt-info, div.dt-container .dt-processing, div.dt-container .dt-paging {
    font-size: 13px;
}
div.dt-container .dt-paging .dt-paging-button {
    padding: 0.4em 0.9em;
    font-size: 13px;
    margin-right: 5px;
    border-radius: 6px !important;
    font-weight: 500;
    color: var(--bs-dark) !important;
    border-color: #ececec !important;
    background: #ececec !important;
    cursor: pointer;
}
div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover, div.dt-container .dt-paging .dt-paging-button:not(.disabled):hover {
    background: var(--color-secondary) !important;
    border-color: var(--color-secondary) !important;
    color: #fff !important;
}