:root{
    /*--color-primary: #0068c5;
    --color-secondary: #ff6911;*/
    --color-primary: #db261b;
    --color-secondary:#6c757d;
   

    
    --color-success: #00ab55;
    --color-info: #00AAFF;
    --color-warning: #e2a03f;
    --color-danger: #e7515a;
    --color-dark: #0A0A0A;
    --color-white: #fcfcfc;
    --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;si
    --bs-body-bg-rgb: 33, 37, 41;
    --bs-bg-opacity: 1;
    --bs-white-rgb:255,255,255;
    --bs-border-rbg:#ffffff14;
    --bg-background-sidbar:#164e63;
    --bs-border-card:#e2e8f0;
    --bg-sidebar:#f1f5f9;
    --bg-color-hover:#020322;
    --main-color:#020322;
    --btn-primary:#4361ee;
    --btn-primary-hover:#4361ee;
    --btn-secondary:#0071ee;
    --nav-active:#44d5ef;
    --btn-gray:#808080;
    --btn-gray-hover:#808080e6;
    --text-color:#334155;
}

body {
    width: 100vw;
    overflow-x: hidden;
    /*background-image: #020322 !important;*/
    /*background: var(--main-color);*/
    font-family: "Nunito", sans-serif;
}

::-webkit-scrollbar{width:8px;height: 5px;}
::-webkit-scrollbar-track{background-color:rgba(232, 232, 232, 1.0);}
::-webkit-scrollbar-thumb{border-radius:0;background-color: #999999;height:20px !important;}
::-webkit-input-placeholder {color: #d6d6d6;}
* {
    -webkit-user-select: auto !important;
}
 /*.form-group .single-order-wrap{*/
 /*    color: var(--bs-primary);*/
 /*   background: #f5f5f5!important;*/
  /*padding: 10px;*/
 /* border-radius: 0.375rem !important;*/
 /*}*/
 .form-group .given_steps .active {
    color: var(--bs-primary);
    background: #f5f5f5!important;
    display:inline-block;
    position:relative;
    
    
}



.custom-upload{
background: #f2f8fb;
  border-radius: 12px;
  border: 3px dashed #c2e1f1;
  position: relative;
  cursor: pointer;
}
.alert-info {
  color: #1c606a;
  background-color: #d7f1f5;
  border-color: #c7ebf1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-group .given_steps .active::after{
   transform: translateY(-50%);
  content: " ";
  height: 30px;
  width: 25px;
  border: solid transparent;
  position: absolute;
  background:#f5f5f5;
  top: 50%;
  right: -14px;
  border-radius: 50%;
 
}
 .select2-container--default .select2-selection--single .select2-selection__arrow b {

  margin-left: -12px !important;
  margin-top: -4px !important;
}
.dt-search{
    display:flex;
    justify-content: end;

}
.dt-search::after
{
    font-family: "Font Awesome 5 Pro"; 
    content: "\f002"; 
    /* font-size: 24px;  */
    
    position: absolute;
  background: var(--color-primary);
  color: #fff;
 
  height: 36px;
  padding: 7px 10px;
 
 
  margin-left: -5px !important;
  border-radius: 0 10px 10px 0 !important;
}
#my_kyc .table{
    border-bottom:0px!important;
}
.btn-outline-info:not(:disabled):not(.disabled).active {
  color: #fff;
 background-color: var(--color-secondary) !Important;
  border-color: var(--color-secondary) !Important;
}
div.dt-container .dt-search input {
    border-radius:0px 10px 10px 0px!important;
}
.dt-length .dt-input{
    margin-right:8px!important;
}
.dt-length{
    display:flex;
    margin-bottom:10px;

}
.input-group select::after{
    content:'\f078';
    
    position:absolute;
}
.sidebar.toggled{
    width:250px!important;
}
.given_steps{
    /*padding-right:30px;*/
    background: #e6e6e6;
  border-radius: .375rem;
}
.step_bar{
   
    padding: 10px 30px;
  border-radius: .375rem;
  display:block;
  width:80%;
}
.login-container .left-blob:before {
    content: '';
    display: block;
    background: rgba(2, 3, 34, .2);
    border-radius: 100%;
    rotate: -4.5deg;
    /*transform: translate(0,0) rotate(4.5deg) skew(0) skewY(0) scaleX(1) scaleY(1);*/
    position: absolute;
    top: 0;
    bottom: 0;
    width: 57%;
    margin-top: -30%;
    margin-left: -13%;
    margin-bottom: -13%;
}
.login-container .left-blob:after {
    content: '';
    display: block;
    background: #020322;
    border-radius: 100%;
    rotate: -4.5deg;
    /*transform: translate(0,0) rotate(4.5deg) skew(0) skewY(0) scaleX(1) scaleY(1);*/
    position: absolute;
    top: 0;
    bottom: 0;
    width: 57%;
    margin-top: -20%;
    margin-left: -13%;
    margin-bottom: -13%;
}
.login-body{ 
    /* height:100vh; */
    width:100vw;
    /* overflow:hidden; */
    background:#fff !Important;
}
.left-blob{
        display: flex;
    align-items: center;
    justify-content: center;
}
.left-content {
    position: relative;
    z-index: 9;
    padding: 70px 50px;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    min-width: 600px;
}
.left-content h1{
    margin-top: 30px;
    color: #fff;
    font-weight: 600;
    font-size: 36px;
    text-transform: capitalize;
}
.left-content p {
    color: #bcc6e7;
    font-size: 20px;
    margin-top: 5px;
    font-weight: 500;
}
.btn-login {
    border-radius: 0.6rem!important;
}
.form-card .form-control {
    font-size: 15px;
    color: #020322 !important;
    font-weight: 400;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #020322;
}
.form-card .form-label {
    font-weight: 400;
    font-size: 14px;
    color: #868484;
}
.login-title{
    color: #334155;
    line-height: 2.25rem;
    font-size: 30px;
    font-weight: 700;
}
@media (max-width:991px){
    .form-card {
        width: 400px;
        padding: 0px 30px;
    }
    .sidebar.toggled {
        width: 250px !important;
        margin-left: -250px;
      }
      .sidebar.yellow {
        width: 16rem !important;
        margin-left: 0px;
      }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    color:var(--text-color);
    font-weight:700;
}
#step_1 h6{
    font-weight:800; 
}
.f-14{
    font-size:14px !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;
}
.f-300{
    font-weight:300 !Important;
}
.f-400{
    font-weight:400 !Important;
}
.f-500{
    font-weight:500 !Important;
}
.f-600{
    font-weight:600 !Important;
}
.f-700{
    font-weight:700 !Important;
}
.f-800{
    font-weight:800 !Important;
}
p{
    color: #747474;
    /*color: #ffffff;*/
    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 {
      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;
}

.select2-container .select2-selection--single{
    height:35px!important;
}
.text-color{
    color:var(--text-color);
}
 .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;
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
    box-shadow: 10px 10px 20px rgba(0,0,0,0.02);
}
  .page-header h4 {
    font-weight: 700;
    font-size: 20px;
    margin:0px;
  }
  .page-header p {
    margin-bottom: 0px;
    margin-top: 10px;
}
.card{
    border: 0px;;
    box-shadow: 1px 2px 20px rgb(0 0 0 / 6%);
}
.card-body{
    padding: 1.5rem;
}
.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;
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    top: 0px;
    padding-bottom: 90px;
    background: #fff;
    width: 250px !important;
    z-index: 999;
    transition: .3s;
    /*padding-top: 12px !important;*/
    min-height: unset !important;
    padding: 0px 12px;
    box-shadow: 5px 0 25px 0 rgba(94,92,154,.1);
}

.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 {
  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 {
  background: #fff;
}

/* Handle */
.use-userflow-data::-webkit-scrollbar-thumb,
.custom-scrollbar::-webkit-scrollbar-thumb,
.ui-widget-content::-webkit-scrollbar-thumb,
.sidebar::-webkit-scrollbar-thumb {
  background: #ececec;
  border-radius:8px;
}
.layout {
    padding: 0px 0px 0px 250px !important; 
    min-height: 95vh;
    transition: .3s;
    /*background-color: var(--main-color) !important;*/
}

.sidebar-dark .nav-item .nav-link {
        width: 100% !important;
    display: flex;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 0.375rem;
    padding: 0.8rem;
    color: rgb(14 23 38 );
    margin-bottom: 10px;
}
.sidebar-dark .nav-item .dropdown-item img,
.sidebar-dark .nav-item .nav-link img {
    width: 20px;
    height: 20px;
    margin-right: 18px;
}
.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-dark .nav-item .nav-link span {
        font-size: 14px !important;
    font-weight: 500;
    color: rgb(14 23 38 );
}
.sidebar-dark .nav-item .nav-link i {
        color: #868b91 !important;
    font-size: 18px;
    margin-right: 12px;
    margin-bottom: -2px;
}

/*.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 i{
    color:var(--color-primary)!important;
}
.sidebar-dark .nav-item .nav-link:hover {
    background: #4533330d;
}

.sidebar-dark .nav-item.active .nav-link, .sidebar-dark .nav-item.active:hover .nav-link {
    background: #00000014;
    color: var(--color-primary) !important;
}
/*.sidebar-dark .nav-item:active{*/
/*    background: #00000014;*/
/*}*/
 
.sidebar-dark .nav-item: .nav-link:hover {
  background: #00000014;
}
.sidebar-dark .nav-item:hover .nav-link i{
    color: var(--color-primary) !important;
}

.sidebar-dark .nav-item.active .nav-link span{
         font-weight: 500;
    color: #020322;
}

.sidebar-dark .nav-item .nav-link:hover img,
.sidebar .nav-item.active .nav-link img {
    /*filter: invert(1) brightness(2);*/
}
ul#submenu2 .nav-link {
    margin-left: 20px;
    
}
ul#submenu3 .nav-link {
  margin-left: 20px;
}
ul#submenu5 .nav-link {
  margin-left: 20px;
}
.navbar-brand {
    font-weight: 800;
    padding: 10px 22px;
    color: var(--color-primary) !Important;
    font-size: 26px;
    justify-content: center;
    margin: 0;
    text-transform: uppercase;
    z-index: 999;
}
.navbar-brand  span{
        color: var(--color-secondary);
}
.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;
}
input[type="text"]:focus{
    border: 1px solid var(--color-secondary)!important;
}
input[type="text"]::placeholder{
    padding-left:10px;
}
.amount-division{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}
.ndr-count{
    color: rgb(29, 38, 48);
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  box-shadow: none;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(219, 224, 229, 0.65);
  border-radius: 0.35rem;
  /* background-color: var(--color-secondary); */
  border: 1px solid #ececec;
  padding: 15px;
  transition: .35s;
  height: 100%;
  background: #f8f9fa;
}
.ndr-count::after,.ndr-count::before{
    content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 22.07%, rgba(255, 255, 255, 0.15) 83.21%);
  transform: matrix(0.9, 0.44, -0.44, 0.9, 0, 0);

}
.ndr-count::after{
    top: 50%;
  right: -20px;
}
.ndr-count::before{
    right: -181px;
  bottom: 80%;
}
.rupee-active
{ color: var(--color-secondary); 
    background:#e7ecf1;

}
.rupee{
    border-radius: 12px;
    padding: 5px 10px;
    /* color: var(--color-secondary); */
    /* background: #e7ecf1; */
    margin-right: 7px;
    border: 1px solid #d9d2d2;
}
.dropdown-toggle::after{
    font-family: 'Font Awesome 5 Free';
    content: '\f142';
    display: inline-block;
    margin-left:0;
    border:0px!important;
    margin-top:6px;
}
.recharge-now .dropdown .btn{
    padding:0.2rem 1.15rem;
    position: absolute;
    top: -44px;
    right: -13px;
    border: 0px;
    font-size:20px;
}
.recharge-now .dropdown .btn:hover{
border:0px;
background-color: rgb(241 240 240);
}
.sidebar.open .navbar-brand {
    background: transparent;
}
div#app {
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / .05);
    margin-left: -30px;
    margin-right: -25px;
}
.sidebar.open .sidebar-p {
    padding: 20px 0rem !important;
}
.btn {
    display: inline-block;
    -ms-flex-item-align: center;
    align-self: center;
    width: auto;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    border: 1px solid lightgrey;
    border-radius: 0.375rem;
    border-width: 1px;
    padding: 0.5rem 1.25rem;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 600 ;
    -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; */
    height: 36px !important; 
    line-height: 30px !important;
}
.btn-white,.btn-white:hover {
    background: #fff;
    color: #020322;
    border-color: #fff;
}
.btn-white:hover {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
}
.btn-primary,
.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);
    box-shadow: 0 10px 20px -10px rgb(67 97 238 / .6);
    border-color: var(--color-primary);
    font-weight: 600;
}
.btn-primary:hover,
.btn-label-primary:hover,
.btn-outline-primary:hover{
     color: var(--color-white) !important;
    background-color: var(--color-primary);
    box-shadow: none;
    border-color: var(--color-primary);
}
.btn-label-primary {
    color: var(--color-primary) !important;
    background-color: #b422a052;
    border-color: #b422a052 !important;
}

.btn-outline-primary {
    border-color: var(--btn-primary);
     border-color: var(--btn-primary);
}
.btn-outline-secondary {
    color: var(--color-secondary);
    border-color: var(--color-secondary);
}
.btn-label-secondary {
    color: var(--color-secondary) !important;
    background-color: #1361c15e !important;
    border-color: #1361c15e !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:600;
}
.badge-primary {
    color: var(--color-secondary);
    background-color: #1da7ff1a;
}
.badge-danger {
    color: #e74a3b;
    background-color: #fbe2df;
}
.btn-label-primary:hover{
    color: var(--color-white);
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}
.btn[data-bs-target="#warehouse_modal"]::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f067";
    margin-right: 10px;
    

}
.btn[data-bs-target="#seller_modal"]::before
{ font-family: "Font Awesome 5 Pro";
    content: "\f067";
    margin-right: 10px

}
#warehouse .input-group::after{
    font-family: "Font Awesome 5 Pro";
    content: "\f002";
   
    position: absolute;
    
    background: var(--color-primary);
    padding: 6px 14px;
    border-radius: 0px 6px 6px 0px;
    color: #fff;
    right: 0px;
  }
#seller .input-group::after{
    font-family: "Font Awesome 5 Pro";
    content: "\f002";
   
    position: absolute;
    
    background: var(--color-primary);
    padding: 6px 14px;
    border-radius: 0px 6px 6px 0px;
    color: #fff;
    right: 0px; 
}
.btn-primary:focus, .btn-primary.focus,
.btn-primary:hover {
    color: var(--color-white)!important;
    background-color: var(--color-primary)!important;
    font-weight:600;
    /*border-color: 0px solid var(--btn-primary-hover) !important; */
    /*box-shadow:0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);*/
}
.btn-secondary{
    color: var(--color-white) !important;
    background-color: var(--btn-secondary) !important;
    border-color: var(--btn-secondary) !important;
    box-shadow:0 10px 20px -10px rgb(128 93 202 / .6);
    font-weight:600;
}
.btn-secondary:focus, .btn-secondary.focus,
.btn-secondary:hover,.btn-label-secondary:hover{
    color: var(--color-white) !important;
    background-color: var(--btn-secondary) !important;
    border-color: var(--btn-secondary) !important;
    box-shadow:none;
    font-weight:600;
}
.btn-outline-tertiary{
     background-color: #fff;
     color:#c31d9e ;
    border-color: #c31d9e;
}
.btn-tertiary, .btn-tertiary:hover, .btn-outline-tertiary:hover {
    color: var(--color-white);
    background-color: #c31d9e;
    border-color: #c31d9e;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
}
.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);
    box-shadow:0 10px 20px -10px rgb(0 171 85 / .6);
}
.btn-success:hover {
    color: var(--color-white);
    background-color: var(--color-success)!important;
    border-color: var(--color-success);
    box-shadow:none;
}
.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);
    box-shadow: 0 10px 20px -10px rgb(231 81 90 / .6);
}

.btn-label-danger {
    color: #ffffff;
    background-color: #fc4c8a;
    border-color: #fc4c8a;
}
.btn-outline-danger {
    border-color: var(--color-danger);
    color: var(--color-danger);
}
.btn-label-danger:hover{
    color: var(--color-white);
}
.btn-danger:hover {
    color: var(--color-white);
    background-color: var(--color-danger) !important;
    border-color: var(--color-danger) !important;
    box-shadow:none;
}
.btn-dark {
    color: var(--color-white);
    background-color: var(--color-dark);
    border-color: var(--color-dark);
    background-image: linear-gradient(90deg, rgb(249, 117, 0) 0%, rgb(255, 150, 14) 100%) !important;
}
.btn-dark:hover {
    color: var(--color-white);
    background-color: var(--bg-dark-hover)!important;
    border-color: var(--bg-dark-hover);
    background-image: linear-gradient(90deg, rgb(249, 117, 0) 0%, rgb(255, 150, 14) 100%) !important;
}
.btn-light {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}
.btn-light:hover {
    /*border-color: #252455;*/
    background: #fff;
    color:#020322;

}
.action-btn{
    display:flex;
    justify-content:center;
}
.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;
}
.action-btn .btn i{
    margin-top:2px;
}
.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: 14px;
    height: 100%;
    position: relative;
}
.banner-data {
    display: flex;
    align-items: center;
}
.card {
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);
    background-color: #fff;
    border: 0px;
    border-radius: 0.375rem;
}
.card-chat{
    box-shadow: 0 3px 5px #0000000b;
    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;
    border: 1px solid var(--bs-border-card);
    border-radius: 0.6rem;
    position: relative;
}
.fa-ul li{
    font-weight: 600;
  letter-spacing: .9px;
}

.item {
    box-shadow: 0 3px 5px #0000000b;
    background-color: #fff;
    border: 1px solid var(--bs-border-card);
    border-radius: 0.6rem;
    position: relative;
    padding: 23px 20px;
    text-align: center;
    height: 100%;
}
#show_datas_list{
    padding-bottom:20px !important;
}
#show_media_list{
    padding-bottom:50px !important;
}
.item-icon {
    height: 40px;
    width: 40px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 7px;
}
.item-icon img{
        width: 18px;
}
.item1{
    background:#111111;
}

.item2{
    background:#1da7ff;
}
.item3{
    background:#6539e5;
}
.item1 .item-icon,
.item2 .item-icon,
.item3 .item-icon{
    border: 1px solid #fff;
}
.item1 .item-icon img,
.item2 .item-icon img,
.item3 .item-icon img{
        filter: invert(1) brightness(2);
}
.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: #272b2f;
    -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;
    background-color:#fff;
}
.dropdown-item {
        padding: 0.65rem 1rem;
    font-size: 14px;
    font-weight: 400;
    transition: .3s;
    align-items: center;
    display: flex;
    width: 90%;
    color: #334155;
    margin: auto;
    border-radius: 4px;
}
.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{
    background-color: #e2e8f099;
}
.user-dropdown .user-info {
    background: #f4f5f7;
    padding: 15px 10px !important;
    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{
    background-color: #fff!important;
    border: 1px solid #e2e8f0!important;
    /*border-radius: 0.6rem!important;*/
    position: relative!important;
}
.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 #f3f7fa !important;
    background-color: #f3f7fa !important;
    height: 40px;
    border-radius: 10px;
}
.select2-selection.select2-selection--single { 
    /*border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;*/
    /*background-color: #272b2f !important;*/
    height: 40px!important;
    box-shadow: 0 3px 5px #0000000b!important;
    background-color: #fff!important;
    border: 1px solid #e2e8f0!important;
    border-radius: 10px !important;
    position: relative!important;
    display: flex;
    align-items: center;
}
.select2-container {
    width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #6e707e;
    line-height: 30px;
        padding: 5px 12px;
        font-size: 15px;
}
.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(--btn-primary);
    color: white;
}
.select2-results__option {
    text-transform: capitalize;
    
}
.select2-selection:focus,
.form-select:focus,
.form-control:focus, input:focus, textarea:focus {
    outline: 0;
    
}
textarea.form-control {
    height: auto !important;
}


.select2-selection:focus,
.form-select:focus,
.form-control:focus {
    box-shadow: none;
    border:1px solid #e9edf1;
}
.form-control{
    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;
}
.form-control-sm{
    height:35px !important;
}
.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;
}
.main-heading {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 30px;
}
.table thead th {
  font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    color: #031726 !important;
    text-align:center;
}
.table td, .table tbody th {
    color: #0e1726;
    font-size: 14px;
    padding: 11px 15px !Important;
    vertical-align: middle;
    font-weight: 400;
    text-align:center;
}
.table-bordered th, .table-bordered td {
    border: 0px !important;
}
table tr:last-child {
    border-bottom: 0px;
}
table tbody tr:hover td {
    background: #f9fafb !important;
}
.table-card{
    box-shadow: 0 3px 5px #0000000b;
    background-color: #fff;
    border: 1px solid var(--bs-border-card);
    border-radius: 0.6rem;
    margin-top: 10px;
    padding: 16px;
}

.table-bordered>:not(caption)>* {
    border-top: 0px;
}
/*.table-responsive {
    border: 0px solid #ececec;
    margin-bottom: 20px;
}*/
table.dataTable {
    width: 100% !important;
}
.table-bordered>:not(caption)>* {
    border-width: 1px 0;
    border-color: #ececec;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 700 !important;
    white-space: nowrap;
    color: #f0f2f7;
    background: #f0f2f7;
    border-bottom: 0px;
    text-align:center!important;
}
.table > :not(caption) > * > *{
    box-shadow:none;
}
.table > tbody > tr > td > p{
    margin-bottom:.4rem!important;
    
}
.btn-outline-info{
    color:var(--color-secondary);
}
.btn-outline-info:hover {
  color: #fff;
  background-color: var(--color-secondary) !Important;
  border-color: var(--color-secondary) !Important;
}
.table {
    margin-bottom: 0px;
    border-bottom: 1px solid #ececec !important;
}
.table thead th:first-child {
    border-radius: 6px 0px 0px 6px;
}
.table thead th:last-child{
    border-radius:0px 6px 6px 0px;
}
a#sideverticomp0-tab {
    width: 100% !important;
    background: #8231d31a;
    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;
}
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;
    margin-left: 5px;
    border-radius: 8px !important;
    font-weight:500;
        color: var(--bs-dark) !important;
    border-color: #ececec !important;
     background: #00000014;
}
.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;
    /*background-color: #272b2f !important;*/
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
    color: #6e6f71 !important;
}
.page-item.active .page-link:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    /*background-color: #272b2f !important;*/
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
    color: #6e6f71 !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 {
    color: #020322;
    font-size: 16px;
    font-weight: 600;
}
.pagination {
    margin: 0px;
}
.modal-content {
    border: 0px;
    border-radius: 10px;
    box-shadow:0 0.125rem 0.25rem 0 rgba(58, 59, 69, 0.2) !important;
    background:#fff !important;
}
.modal-title {
    font-size: 18px;
    font-weight: 500;
}
.modal-header {
    align-items: center;
    padding: 1rem 1.5rem;
    border-bottom:1px solid #ececec;
}
.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 .form-control{*/
/*    border-radius: 10px 0px 0px 10px !important;*/
/*}*/
.input-group .btn{
    height: 45px;
    margin-left: -5px !important;
    border-radius: 0 10px 10px 0 !important;

}
.reset-btn .btn{
    height:auto;
  margin-left: 0px !important;
  border-radius: 10px 10px 10px 10px !important;
}
.sorting{
    text-align:center;
}
.inp-search-btn{
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 45px;
    line-height: 45px;
    border-radius: 0px 0.6rem 0.6rem 0px;
}
.nav-pills .nav-link{
    color: var(--color-primary);
    padding: 8px 30px;
}
.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 {
    margin: auto;
    border: 1px solid #d1d5da;
    overflow: hidden;
    counter-reset: step;
    padding-left: 0;
    border-radius: 12px;
    background: #fff;
    margin-bottom: 40px;
    display: inline-flex;
    width: 890px;
}
.stepwizard-step {
        padding: 13px 20px;
    list-style-type: none;
    text-transform: uppercase;
    font-size: 14px;
    width: 34%;
    text-align: start;
    float: left;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #00000020;
}
.stepwizard-step:after {
    content: '';
    height: 20px !important;
    width: 20px !important;
    background: #fff !important;
    border-top: 1px solid #d1d5da;
    border-right: 1px solid #d1d5da;
    rotate: 45deg;
    position:absolute;
    left: unset !important;
    right: -12px;
    top: 50% !important;
    transform: translate( -50%, -8px);
}
.stepwizard-step:first-child:after{
    right: -13px;
}
.stepwizard-step:not(:last-child) {
    border-right: 1px solid #d1d5da;
}
.stepwizard-step  .btn-circle {
  width: 27px;
    height: 27px;
    text-align: center;
    padding: 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    flex-shrink: 0;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    box-shadow:none !important;
}
.stepwizard-step p{
    font-size:14px;
    margin: 0;
    color:#999;
    text-transform:capitalize;
        line-height: 1.3;
    margin-top: 3px;
    display: none;
}
.stepwizard-step.active p{
    display:block;
}
.stepwizard-step.active .btn{
    background: #ff6911 !important;
    border: #ff6911 !important;
}
.stepwizard-step.active{
    color: #ff6911;
}
.stepwizard-step.completede {
    color: #fff;
    background: linear-gradient(-90deg, rgb(255 105 17) 0%, rgba(195,29,158,1) 100%);
    border: 0px;
}
.stepwizard-step.completede p{
    color:#fff;
}
.stepwizard-step.completede:after {
    background: rgb(255 105 17) !important;
    border: 0px;
}
.stepwizard-step.completede .btn{
    background:#fff !important;
    color: #c9258e !important;
    border-color: #ca268e;
}
.btn-primary:active{
  
    color: #fff !important;
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
}
.stepwizard-step:first-child{
    z-index:9;
}
.stepwizard-step:second-child{
    z-index:8;
}
.stepwizard-step:last-child{
    z-index:7;
}

.lady-img
{
    /* height: 100px;

  position: absolute;
  top: -7px;
  right: 100px; */
  height: 320px;
  position: absolute;
  top: -37px;
  right: 65px
}

.stepwizard-step  .btn-circle:focus{
    box-shadow:none !important;
}
/*.stepwizard-step:not(:last-child):after {
    height: 1px;
    content: '\f061';
    position: absolute;
    right: -24px;
    top: 20%;
    color: #ececec;
    font-family: 'Font Awesome 5 Pro';
    font-size: 23px;
    font-weight: 200;
}*/
.content-search-card{
     background-image: linear-gradient(to right bottom, #1da7ff, #0092ff, #007aff, #3c5ff6, #6539e6);
    border-radius: 20px;
    padding: 70px 50px;
        text-align: center;
        position:relative;

}
.content-search-card .search-input {
    position: relative;
    width: 700px;
        margin: auto;f
}
.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;
}
.danger {
    color: #dc2626;
}
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: 14px;
    font-weight: 600;
    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:1px solid 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: #ffffff;
    /*
    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: #22252a;*/
    width: 500px;
    padding-right: 80px;
    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: 4px;
    font-size: 16px;
    color: #393939;
    font-weight: 500;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #989fbf;
    border: 1px solid #989fbf;
}
.form-card .form-control:hover{
 border:1px solid #4c8ff0;
}
.form-card .form-control::placeholder {
    font-weight: 300;
    color: #ccc;
}
.form-control::placeholder{
    color: #ccc;
}
label {
    margin-bottom: 0.2rem;
    font-weight: 600;
  color: #111827;
  font-size: 14px;
}
.short-underline::before{
    content: '';
  position: absolute;
  height: 2px;
  width: 30px;
  background:var(--color-primary);
  border-radius: 4px;
  bottom: 0px;
}
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: 4px;
    font-size: 17px;
}
.left-section-carusol {
       width: 100%;
    height: 100%;
}

.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;
   
}
.check-box-height{
    width:35px;
    height:50px;
}
.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: #dee2e6;
    font-weight: 300;
    text-align: center;
}
.sidebar-p span {
    /*background: #fbfaff;*/
    z-index: 9;
    position: relative;
    padding: 12px;
}
.sidebar-p:before {
    content: '';
    height: 1px;
    width: 96%;
    background: #35394c;
    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: 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;
}
.custm-scroll::-webkit-scrollbar,
#ebook_output::-webkit-scrollbar,
#show_offer_list::-webkit-scrollbar, 
.table-commands-wrap::-webkit-scrollbar,
.project-list::-webkit-scrollbar {
  width: 4px;
  height: 5px;
}

/* Track */
.custm-scroll::-webkit-scrollbar-track,
#ebook_output::-webkit-scrollbar-track,
#show_offer_list::-webkit-scrollbar-track,
.table-commands-wrap::-webkit-scrollbar-track,
.project-list::-webkit-scrollbar-track {
  background: #fff; 
}
 
/* Handle */
.custm-scroll::-webkit-scrollbar-thumb,
#ebook_output::-webkit-scrollbar-thumb,
#show_offer_list::-webkit-scrollbar-thumb,
.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 14px;
    display: flex;
    box-shadow: 0 4px 25px 0 rgba(168,180,208,.1);
    justify-content: space-between;
    z-index: 9;
    position: relative;
    margin-left:230px;
}
p.project-label {
    margin: 0;
    color: #747474;
    font-weight: 700;
}
.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: #fff;
    padding: 9px 12px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)
}
a#output_button {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
input#message_text {
    height: 50px !important;
}
.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/background2.png");
    background-size: cover;
    border-radius: 0 14px 14px 0;
    /*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: 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: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
    margin-bottom: 20px;
    padding: 22px 25px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.avl-plancard p{
    font-size: 16px;
    font-weight: 500;
}
.prch-plancard{
        box-shadow: 0 3px 5px #0000000b;
    background-color: #fff;
    border: 1px solid var(--bs-border-card);
    border-radius: 10px;
}
.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;
        display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.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: #f6c23e;
    color: #fff;
    padding: 4px 12px;
    line-height: 1.2;
    border-radius: 10px;
    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: "Nunito", 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;
}

#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: 45px;
    border-radius: 10px 10px 10px 0px;
    line-height: 1.8;
        max-width: 80%;
    width: fit-content;
    box-shadow: 0 3px 5px #0000000b;
        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: -65px !important;
    left: 822.531px !important;
    background: transparent;
    box-shadow: none;
    border: 0px;
}
.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: 0rem;
        transition:.3s;
        z-index:9999;
        top: 65px;
        position: absolute;
        height: 100%;
       
    }
    
    .open-menu{
        display: flex;
        position: absolute;
        left: 200px;
        margin-left: 0px !Important;
    }
    
    .layout.open{
        padding: 0px 30px 30px 30px !important;
        background: #fafafa;
    }
    .layout {
        padding: 0px 0px 0px 0px !important;
        background: #fafafa;
    } 
    
    .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;
        top:0;
        left:0;
    }
  
/*  .far {*/
/*    font-family: 'Font Awesome 5 Pro !Important';*/
/*    font-weight: 400 !important;*/
/*}*/

    .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:flex;
        justify-content: flex-end;
    }
    .btn {
        line-height: 1.4;
        height: unset;
        padding: 8px 17px;
        font-size: 12px;
    }
    .knowledge-tuts a {
        font-size: 14px;
    }
    .sidebar.toggled {
        width: 250px !important;
        margin-left: -250px;
      }
      .sidebar.yellow {
        width: 16rem !important;
        margin-left: 0px;
      }
      footer{
        margin-left:0px;
      }
    
}
@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: 0px 0px 30px 0px !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
    }
    .lady-img{

    
    height: 100px;
  position: absolute;
  top: 42px;
  right: -2px;
  width: 99px;
}
.sidebar.toggled {
    width: 250px !important;
    margin-left: -250px;
  }
  .sidebar.yellow {
    width: 16rem !important;
    margin-left: 0px;
  }
}

/*pradeep-css*/

.chat-card{
    top:62px !important;
}


.welcome-color{
    color:#c21d9e;
}
.star {
    color: #2c7bed;
    margin-left: 3px;
}
.loader {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top:-5px;
}
.spinner {
  width: 4em;
  height: 4em;
  border: 0.5em solid rgba(0, 0, 0, 0.1);
  border-left-color: #7983ff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.login-color{
    color: #0e1726;
    font-weight: 600;
}
.btn-outline-dark {
    padding: 25px 30px;
    display: flex;
    align-items: center;
    border: 1px solid #9897bf;
    color: #9897bf;
    border-radius: 4px;
}
.btn-outline-dark:hover {
    color: #9897bf;
    background-color: #212529; 
    border-color: #9e9e9e;
}
.mt-60{
    margin-top:60px !important;
}
.mb-120{
    margin-bottom:120px !important;
}
.sidebar::-webkit-scrollbar {
  width: 0px;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
        -webkit-background-clip: text;
}
.select2-dropdown{
        background: var(--bs-white) !important;
}
.select2-container--default .select2-results__option--selected {
    background-color: #4188ef !important;
    color:#fff;
}
/*.list-disc li{*/
/*    color:#ffffff !important;*/
/*}*/
.select2-results__options::-webkit-scrollbar {
    width:0px;
}
.select2-results__options::-webkit-scrollbar-thumb {
  background: #4188ef; 
  border-radius: 4px;
}
.select2-results__options::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 4px;
}
.accordion-item {
    border: 1px solid #ececec !important;
    border-radius: 12px !important;
    overflow: hidden;
}
.accordion-button{
        background: #f7f7f7 !Important;
    padding: 22px;
    border-radius:10px !important;
}
.accordion-button:not(.collapsed){
    background: #272b2f !Important;
    color:#ffffff important;
    border-radius:10px !important;
}
.accordion{
    margin-bottom:10px;
}
.accordion-button::after{
    content: '\f078';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 20px;
    right: 18px;
    background-image: none !important;
} 
.dropzone{
    border: 1px solid var(--bs-border-card) !important;
    padding: 1.4rem !important;
    /*background: #272b2f !important;*/
    border-radius:10px;
}
.header-menu{
    background-color: var(--color-white);
    box-shadow:none !important;
}
.user-dropdown .user-info{
    background-color: var(--bg-color-hover) !important;
    color:var(--color-white) !important;
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)
}
.main {
    padding: 0 30px 30px 25px;
    /*background-color: var(--bg-sidebar);*/
    /* background-color:  #fafafa; */
    background-color:  #f5f5f5;
    min-height: 95vh !important;
}
.color-dash{
    color:#1e293b !important;
}
.color-app{
    color:#164e62 !Important;
}
.dash-card-hover:before{
    content: "";
    width: 90%;
    height: 10px;
    background-color: var(--color-white);
    position: absolute;
    bottom: -11px;
    left: 11px;
    z-index: 1;
    border-radius: 0 0 13px 13px;
    box-shadow: 0px 3px 5px #0000000b;
}
.dash-card-hover{
    box-shadow: 0 3px 5px #0000000b;
    background-color: #fff;
    border: 1px solid var(--bs-border-card);
    border-radius: 0.6rem;
    position: relative;
    padding:20px;
    transition: 0.5s;
}
/*.dash-card-hover:hover{*/
/*    transform: scale(1.05);*/
/*    box-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;*/
    
/*}*/
.text-doted{
    overflow: hidden;
    text-overflow: ellipsis; 
    white-space: nowrap;
}
.card-padding{
 padding:37px 20px;   
}
.card-one:hover .img-bottom{
    scale: 1.2;
    translate: -10px -10px;
}
.img-bottom{
    height: 60px !important;
    position: absolute;
    bottom: 0px;
    right: 0px;
    opacity: .2;
    transition: 2s;
    border-radius: 10px;
    filter: grayscale(100%)
}
.knowledge-base a{
        display: block;
        /* border-bottom: 1px solid #ececec; */
        padding: 11px 12px;
        font-size: 15px;
        border-radius: 10px;
}
.knowledge-base a:hover {
        background: #f7f7f7;
    }
.knowledge-base a i{
        font-size:12px;
}
.icon-one{
    height: 55px;
    width: 55px;
    display: flex;
    background: #c21d9d82;
    padding: 15px;
    border-radius: 100%;
}
.ebook-shadow{
    box-shadow: 0 3px 5px #0000000b;
    background-color: #fff;
    border: 1px solid var(--bs-border-card);
    border-radius: 0 0 0.6rem 0.6rem;
    position: relative;
    margin-top: -6px;
}
.chat-nav{
    display: inline-flex;
    box-shadow: 0 3px 5px #0000000b;
    background-color: #fff;
    border: 1px solid var(--bs-border-card);
    border-radius: 35px;
    position: relative;
    padding: 8px 5px;
}
.chat-nav .nav-link{
    padding: 8px 16px !important;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-dark{
    position: relative !important;
    margin-bottom: 60px;
}
.wizards-nav{
    display: inline-flex;
    box-shadow: 0 3px 5px #0000000b;
    background-color: #fff;
    border: 1px solid var(--bs-border-card);
    border-radius: 35px;
    position: relative;
    padding: 5px 8px;

}
.wizards-nav .nav-link{
    color: var(--text-color);
}
.btn-gray{
    color: var(--color-white) !important;
    background-color: var(--btn-gray);
}
.btn-gray:hover{
    background-color: var(--btn-gray-hover);
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e2e8f0 !important;
}
.select2-dropdown{
    border: 1px solid #e2e8f0 !important;
}
.chat-card{
    background-color:#ffffff;
    border-radius: 0 10px 10px 0;
}
.tooltiptext{
    display:none;
    position: absolute;
    background: var(--nav-active);
    padding: 10px 20px;
    bottom: 45px;
    border-radius: 10px;
    font-size: 13px;
    line-height: 13px;
    left: 30px;
}
.btn-primary:hover .tooltiptext{
    display:block;
}
.landing-label{
    display: block;
}

.radio-input:checked + .radio-tile:before {
  transform: scale(1);
  opacity: 1;
  background-color: #2260ff;
  border-color: #2260ff;
}

.radio-input:checked + .radio-tile .radio-icon svg {
  fill: #2260ff;
}

.radio-input:checked + .radio-tile .radio-label {
  color: #2260ff;
}

.radio-input:focus + .radio-tile {
  border-color: #2260ff;
  box-shadow: none;
}

.radio-input:focus + .radio-tile:before {
  transform: scale(1);
  opacity: 1;
}

.radio-tile {
  display:block;  
  border-radius: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  transition: 0.15s ease;
  cursor: pointer;
  position: relative;
  /*padding: 15px 10px;*/
  overflow: hidden;
}

.radio-tile:before {
    translate: 19% -25%;
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    border-radius: 50%;
    top: 0px;
    right: -2px;
    opacity: 0;
    transform: scale(0);
    transition: 0.25s ease;
}
.radio-input:checked + .radio-tile:after {
    content: '\f00c';
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    font-size: 16px;
    color: #fff;
    z-index: 999999;
    top: 1px;
    right: 6px;
}
.radio-tile:hover {
  border-color: #2260ff;
}

.radio-tile:hover:before {
  transform: scale(1);
  opacity: 1;
}

.radio-input {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.img-width{
    height: 340px !important;
    width: 100%;
}
button.dz-button:before {
    content: "\f574";
    font-family: 'Font Awesome 5 Pro';
    display: flex;
    margin: 0 84px 0;
    color: var(--text-color);
    font-size: 21px;
}
.dropzone .dz-message .dz-button{
    color: var(--text-color);
}
.dropzone{
    border: 2px dashed var(--text-color) !important;
}
.margi{
    margin-right: 0 !important;
    margin-left: 0 !important;
}
/*deepanshu-css*/
.bgbdr-color {
    
    background-color: rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important;
}
.bg-color{
  
    background-image: url('/images/bg-dashboard@2x-0a556639.webp')!important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;

} 
.bg-body-shade-20 {
    background-color: #1a1e21 !important;
}
.translate-middle {
    transform: translate(-50%,-50%)!important;
}
.start-50 {
    left: 50%!important;
}
.white-white {
    color: rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important;
}




.user-dropdown {
    border-radius: 10px;
    background: var(--main-color);
    box-shadow: 0px 3px 10px #00000017;
}
  .user-dropdown .user-info {
    background: #020322 !important;
    padding: 10px 10px !important;
    text-align: center; 
    border-radius: 12px;
    margin: 5px 14px 8px;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: start;
    color: #fff;
    overflow-wrap: anywhere;
    font-weight: 400;
    text-align: left;
    justify-content:start;
}
    .user-dropdown .dropdown-item{
        color:#fff;
    }
    .user-dropdown .dropdown-item:hover{
        background: #ffffff0d !important;
}
.dash-wlcm {
    background: #0071ee;
    display: flex;
    align-items: center;
    padding: 15px 25px;
    border-radius: 8px;
    justify-content: space-between;
    height: 100%;
        overflow: hidden;
    position: relative;
}
.dash-wlcm:before {
    content: '';
    background:url("data:image/svg+xml,%3csvg%20width='270'%20height='160'%20viewBox='0%200%20270%20160'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_4824_194905'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='270'%20height='160'%3e%3crect%20width='270'%20height='160'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_4824_194905)'%3e%3cg%20opacity='0.8'%3e%3cpath%20opacity='0.2'%20d='M300.657%205.12796L297.363%204.72578C238.426%20-2.45649%20186.69%2021.8216%20155.788%2071.1818C128.5%20114.779%2084.7858%20139.031%2033.8176%20138.869L-25.4783%20138.677L59.7463%20294.938L367%20125.5L300.657%205.12796Z'%20fill='white'/%3e%3cpath%20opacity='0.4'%20d='M311.194%2025.1553L307.9%2024.7531C248.95%2017.5647%20197.215%2041.8427%20166.32%2091.1991C139.031%20134.797%2095.3172%20159.048%2044.3491%20158.886L-14.9417%20158.704L76%20302L383.254%20132.562L311.194%2025.1553Z'%20fill='white'/%3e%3cpath%20opacity='0.5'%20d='M321.731%2045.1831L318.437%2044.781C259.487%2037.5925%20207.752%2061.8706%20176.857%20111.227C149.568%20154.824%20105.854%20179.076%2054.8861%20178.914L-4.4046%20178.732L75.5%20288.5L382.754%20119.062L321.731%2045.1831Z'%20fill='white'/%3e%3cpath%20opacity='0.7'%20d='M333.321%2067.2134L330.028%2066.8113C271.077%2059.6228%20219.342%2083.9009%20188.447%20133.257C161.159%20176.855%20117.445%20201.106%2066.4765%20200.944L7.18579%20200.762L72.7463%20285.938L380%20116.5L333.321%2067.2134Z'%20fill='white'/%3e%3cpath%20opacity='0.7'%20d='M343.332%2086.2395L340.038%2085.8374C281.087%2078.6489%20229.352%20102.927%20198.457%20152.283C171.169%20195.881%20127.455%20220.133%2076.4866%20219.97L17.1959%20219.788L51.3248%20284.658L358.578%20115.219L343.332%2086.2395Z'%20fill='white'/%3e%3cpath%20opacity='0.8'%20d='M352.288%20103.263L348.994%20102.861C290.043%2095.6721%20238.308%20119.95%20207.413%20169.307C180.125%20212.904%20136.411%20237.156%2085.4429%20236.993L26.1522%20236.812L60.281%20301.681L367.535%20132.243L352.288%20103.263Z'%20fill='white'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") 100% 100% / cover no-repeat;
    position: absolute;
    height: 500px;
    width: 500px;
    border-radius: 50%;
    left: 26%;
}
.dash-wlcm .btn {
    border: 1px solid #fff;
    color: #fff;
    min-width: 140px;
    background: #0071ee;
}
.dash-wlcm .btn:hover{
    background:#fff;
    color:#000;
}
    .dash-wlcm img {
        width: 200px;
        margin-bottom: -27px;
        margin-right: -9px;
        z-index:9;
    }
    .dash-wlcm h3 {
        color: #fff;
        font-weight: 600;
        font-size: 24px;
            margin-bottom: 5px;
    }
    .dash-wlcm p {
        color: #f1f1f1;
        font-size:16px;
}
.btn-label{
        padding-top:7px;
            line-height: 12px;
    font-size: 14px;
    margin-left: 10px;
    color: var(--color-primary) !important;
    background-color: #edd5fc;
    width: auto;
    border-color: #edd5fc !important;
}
.card.support-card {
    padding: 15px;
    background:var(--color-secondary);
    height: 100%;
    border-radius: 6px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);
    display: flex;
    align-items: start;
    justify-content: center;
}
.card.support-card .wallet-icon {
    height: 42px;
    width: 42px;
    background: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: var(--color-secondary);
    margin-bottom: 10px;
}
    .support-card .icon {
        height: 35px;
        width: 35px;
        border: 1px solid #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        margin-right: 10px;
        margin: auto;
        margin-bottom: 10px;
    }
    .card-item {
        display: flex;
        align-items: center;
        padding: 10px;
        font-size: 16px;
        color: #020322;
        border-radius:10px;
        transition:.3s;
    }
    .card-item .icon {
            height: 42px;
        width: 42px;
        margin-right: 10px;
        background: rgb(221 245 240 );
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 17px;
        color: rgb(0 171 85);
    }
    .card-item .icon.icon2 {
        background: rgb(255 249 237 );
        color: rgb(226 160 63);
    }
    .card-item .icon.icon3 {
        background: rgb(235 228 247);
        color: rgb(128 93 202);
    }
    .card-item:hover{
        background:#f7f7f7;
        background:transparent;
    }
    a.seemore-link {
        background: #f7f7f7;
        display: flex;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        border-radius: 0px 0px 10px 10px;
        padding: 8px 12px;
        align-items: center;
        justify-content: space-between;
        
    }
    .accordion-button:not(.collapsed) {
        background: #f1f1f1 !Important;
        color: #ffffff important;
        border: 0px;
        box-shadow: none !important;
    }
 #image-viewer{
        z-index: 9999 !important;
        opacity: 9;
 }
.lead-bg {
    background: #f1f5f9;
    padding: 4px 2px;
    border-radius: 10px;
}
 .icon-bottom{
    position: absolute;
    bottom: 0px;
    right: 0px;
    opacity: .2;
    transition: 2s;
    border-radius: 10px;
    filter: grayscale(100%);
    font-size: 50px;
 }
 .card-one:hover .icon-bottom {
    scale: 1.2;
    translate: -10px -10px;
}
article{
  background: #ccc;
  height: 200px;
  display: none;
}
article.on{
  display: block;
}
.footer-btn {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.footer-btn .btn {
    width: 100%;
    border: 0px;
    background: #f7f7f7;
    border-radius: 0px;
    color: #020322;
    padding: 3px;
    height: auto;
    font-size: 14px;
    font-weight: 500;
}
@media (max-width:767px){
    .cod-img{
        float:right;
        left:0px
    }
    .hide-li{
        display:none;
    }
    .log .nav-link{
        padding:10px;
    }
}
.footer-btn .btn:hover{
    background: var(--color-primary);
    color:#fff;
}
.image-scale img{
    transition:1s;
}
.image-scale:hover img{
    scale:1.1;
}
.image-scale:hover img.logo {
    scale: 1;
}
.fa-code:before {
    content: "\f121";
    font-family: 'Font Awesome 5 Pro' !important;
}
#show_media_list .item,
#show_datas_list .item {
    padding: 8px !important;
        text-align: left;
        
}
#show_datas_list .item img{
    transition:.3s;
}
#show_media_list .item img{
    min-height:80px;
    transition:.3s;
}
#show_datas_list .item img:hover,
#show_media_list .item img:hover{
    scale:1.5
}
.info-box{
        background: #f8f9fa;
    padding: 15px;
    box-shadow: 0px 12px 23px 0px rgb(92 55 153 / 4%);
    border-radius: 10px;
    border: 1px solid #ececec;
    margin-bottom:15px;
}

#ebook_output {
    overflow-y: auto;
    max-height: 70vh;
    margin-bottom: 30px;
    border: 1px solid #ececec;
    border-radius: 16px;
    padding: 12px;
    padding-bottom: 40px;
}
.navbar-expand-md .navbar-nav {
    flex-direction: row;
    align-items: center;
}
.form-switch .form-check-input {
    width:40px;
    margin-top: 4px;
    height: 20px;

}
.form-check-input:checked {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}
.header-mode{
        display: flex;
    align-items: center;
        background: #fff;
    border-radius: 6px;
    padding: 8px 14px 6px;
}
.header-mode h6 {
    font-size: 14px;
    color: #020322;
    margin-bottom: 4px;
    margin-right: 7px;
}

.header-mode .pro{
        margin-right: 12px;
}
.header-mode .form-check-input,
.header-mode .form-check-input:checked {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    background: url('data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e');
}
.upgrades .dash-card-hover {
    height: calc(100% - 40px);
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding:17px;
}
#category_data .landing-label {
    height: 100%;
}
#category_data .landing-label .radio-tile {
    height: calc(100% - 30px);
    margin-bottom: 30px;
}
.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;
}
.footer-btn .btn:first-child {
    border-radius: 0px 0px 0px 10px;
}
.footer-btn .btn:last-child {
    border-radius: 0px 0px 10px 0px;
}
.img-icon {
    height: 45px;
    width: 45px;
    border: 1px solid #ececec;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-right: 8px;
}
.temp_foot{
    gap: 10px;
    padding: 0 10px;
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.temp_foot .btn {
        padding: 0 10px !important;
        font-size: 13px;
        height: 36px;
        line-height: 36px;
        overflow: hidden;
    }
    
.switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 27px;
    margin-right: 10px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-primary);
  -webkit-transition: .4s;
  transition: .4s;
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 2px;
    bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch input:checked + .slider {
  background-color: var(--color-primary);
}

.switch input:focus + .slider {
  box-shadow: 0 0 1px var(--color-primary);
}

.switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.switch .slider.round {
  border-radius: 34px;
}

.switch .slider.round:before {
  border-radius: 50%;
}
.dropzone.dz-clickable {
    cursor: pointer;
    border: 2px dashed #215cbf !important;
    border-radius: 16px;
    background: #f7f7f7;
}
.manage-setup-delivery .col,
.manage-setup-delivery .col-2{
    display: flex;
    align-items: center;
    justify-content: center;
        word-break: break-all;
}
.card-stats {
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    border-radius: 10px;
}
.card-stats .stats {
    width: 100%;
    padding: 10px;
    text-align: center;
    border-right: 1px solid #ccc;
}
.offer-category {
    position: absolute;
    top: 8px;
    right: 10px;
    background: #fff;
    border: 1px solid var(--color-secondary);
}
.text-dark {
    color: #020322 !important;
}
a.text-dark:hover {
    color: var(--color-primary) !important;
}
.funnel-cover-img{
    background-size:cover !important; background-position:top !important; height:450px; border:1px solid #ececec; border-radius:10px; overflow:hidden;
    transition:1s;
}
.funnel-cover-img:hover{
    background-position:bottom !important;
}
/*============Builder-style==============*/
.top .top-right .menu-bar-action {
    background-color: var(--color-primary) !important;
    border-color: var(--color-primary);
    height: 40px;
    border-radius: 5px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
}
.top .top-right .menu-bar-action.btn-export,
.top .top-right .menu-bar-action.btn-save-and-close {
    background: var(--color-secondary) !important;
    border-color: var(--color-secondary) !important;
}
.top .top-right .menu-bar-action.btn-close {
    background: var(--color-danger) !important;
    width: 42px;
    padding: 14px;
}
.content-right nav #nav-tab a.active,
.content-right nav #nav-tab a.active:hover{
    background-color: #fff;
    color: #fff;
    border: 0;
    background: linear-gradient(90deg, rgba(0,104,197,1) 0%, rgba(195,29,158,1) 100%);
}
.content-right nav #nav-tab a {
    background: #fff;
}
.content-right nav #nav-tab a:hover{
    background:#f7f7f7;
}
.content-right nav #nav-tab .material-icons-outlined {
    display: none !important;
}
.content-right nav #nav-tab {
    border-bottom: 3px solid #dddddd 
}
.content-right ._1content .panel__body {
    border: 0px;
    border-radius: 10px;
}
.content-right ._1content .panel__body .body__title {
    color: var(--color-menutext);
    font-weight: 500;
}
.templ-editor footer{
    margin:0px;
}
footer.footer .footer-left a.back p {
    margin-left: 5px;
    color: #fff;
}
footer.footer .footer-left a.back i.fa-angle-left {
    color: #fff;
    font-size: 20px;
    margin-top: -2px;
}
.side-panel-container .chat-icon {
    display: none !important;
}
.side-panel-container .aiside-message .btn.Copy {
    display: none !important;
}
.side-panel-container .overlay-chatbox {
    width: 376px !important;
    height: 81.1vh !important;
    bottom: 30px !important;
    right: 0 !important;
    border-radius: 0 !important;
}
.side-panel-container .card-chat .row{
    height:100% !important;
}
.side-panel-container .card-chat {
    display: block !important;
    height: 100% !important;
    border-radius: 0px !important;
}
.side-panel-container div#append_container {
    height: 84% !important;
}
.side-panel-container input#message_text {
    padding:12px 14px ;
    margin: 0 10px;
}
.box-popup-right {
    z-index: 9999 !important;
}
button.btn.btn-tag-copy {
    line-height: 1;
    font-weight: 600;
    border: 1px solid var(--color-primary);
    color: var(--color-primary) !important;
    padding: 6px 20px !important;
    height: 35px;
}
#append_container .item-icon {
    background:var(--color-dark);
}
.aiside-message button.btn.Copy {
    margin-left: 46px;
}
@media(min-width:1800px){
    .side-panel-container .overlay-chatbox {
    height: 84.3vh !important;
    }
    .side-panel-container div#append_container {
        height: 87% !important;
    }
}
@media(min-width:1700px){
    .side-panel-container .overlay-chatbox {
        height: 83.3vh !important;
    }
    .side-panel-container div#append_container {
        height: 87% !important;
    }
}
@media(max-width:1400px){
    .side-panel-container .overlay-chatbox {
    height: 79vh !important;
    }
}
.ai-chat.left {
    -webkit-user-select: auto !important;
}
/*============/Builder-style==============*/

button.type.btn {
    min-width: 100px;
    height: 36px;
    padding: 1px;
    line-height: 36px;
    border: 1px solid var(--color-primary);
    background: #fff;
    color:var(--color-primary);
}
button.type.btn.active{
    border: 1px solid var(--color-primary);
    background: var(--color-primary);
    color:#fff;
}
.shipment-stats-card {
     display: flex;
    gap: 12px;
    /* background: #fff; */
    /* border-radius: 0.375rem; */
    /* box-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1); */
    padding: 10px;
    /* margin-bottom: 20px;
    margin-left:1px ;
    margin-right:2px; */
}
.shipment-stats-card .stats-card.ml-2 {
    margin: 0px !important;
}
.shipment-stats-card .stats-card {
    width: 100%;
    background: #f5f5f5;
    border-radius: 6px;
    padding: 12px;
    display: flex;
    align-items: center;
    border: 1px solid rgba(219, 224, 229, 0.65);
    justify-content: space-around;
    
  background: #e3ecff;
}
.steps-card{
    text-align: center;
}
.steps-card img{
    margin-top:70px;
}

.shipment-stats-card .stat-icon {
    height: 42px;
    width: 42px; 
    background: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    /* margin-right: 10px; */
    color: var(--color-primary);
}
.shipment-stats-card .stats-card h6{
    margin:0px;
}
.shipment-stats-card .stats-card h3{
    margin:0px;
}
.nav-tabs {
    border-bottom: 1px solid rgb(224 230 237);
    margin-bottom: 30px;
}
.nav-tabs .nav-link {
    border: 0px;
    border-radius: 0px;
    border-bottom: 1px solid transparent;
    color: #45424e;
    font-size: 15px;
    font-weight:600;
}
.want::before{
    background: url("/public/assets/image/bigin-waves.png")!important;
    content: "";
    position: absolute;
    height:100%;
    width:100%;
    top:0;
    left:0;
    right:0;
    bottom:0;
    border-radius: .375rem;
}
.cod-img{
    width: 110px;
  height: 102px;

  left: 119px;
  display: inline-block;
  top: 23px;
  position: relative;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: var(--color-primary);
    background-color: transparent;
    border-color: var(--color-primary);
}
.daterangepicker .ranges li.active {
    background-color: var(--color-primary) !Important;
    color: #fff;
}
ul.knowlegbase-list {
    padding: 0px;
    margin: 0;
    list-style: none;
} 
ul.knowlegbase-list a {
    padding: 6px 10px;
    display: block;
    font-size: 16px;
    transition:.3s;
}
ul.knowlegbase-list a:hover{
    background:#ececec;
    color:var(--color-primary);
}
ul.knowlegbase-list a i{
    font-size: 10px;
}
@media (max-width:375px){
    #seller .input-group::after {
        position: absolute;
        top:25px;
    }
    #my_wallet{
        display:none!important;
    }
}
@media (max-width:768px){
    #seller .input-group::after {
        position: absolute;
        top:0px;
    }
    #my_wallet{
        display:none!important;
    }
}
@media (max-width:425px){
    .navbar{
        padding: 11px 34px!important;
    }
    .app{
        padding: 0 0px 30px 0px!important;
    }

}
.my-card{
    position: relative;
    z-index:10;
}
.my-card::before{
    content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('/public/images/media-89.png');
  background-position: center;
  background-repeat: repeat;
  z-index: -1;
  opacity: .6;
  background-size: cover;
  inset-inline-start: 0;
  inset-inline-end: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  border-radius: .375rem;
}
.my-card h5{
    color:gray;
}
.my-card .sta-cod i{
    font-size: 30px;
  background: #5c67f7;
  color: #fff;
  padding: 10px;
 
  border-radius: .375rem;
}
.wallet-card{
    position: relative;
    z-index:10;
}
.wallet-card::before{
    content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right top,#ff9794,#fd8dac,#e58cc6,#bf7cdc,#6f78f4);
  /* z-index: -1; */
  border-radius: .375rem;
}
.wallet-card::after{
    content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('/public/images/media-87.png');
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  /* z-index: -1; */
  opacity: .1;

}
.wallet-icon i{
    font-size: 49px;
  color: #fff;
  z-index: 20;
  position: relative;
}
.wallet-icon h5{
    position: relative;
}
.user-bag img{
    /* position: absolute;
  inset-inline-end: 10px;
  width: 200px;
  height: 200px;
  inset-block-end: -21px; */
  position: absolute;

  width: 170px;
  height: 130px;
  right: 7px;
  bottom: 15px;
}
.wanted:hover{
    transform: translateY(-5px);
    
    transition: 0.5s;
}
.shake{
    animation: tada 1.5s ease infinite;
}
@keyframes tada{
    0% {
        transform: scaleX(1);
    }
    10% {
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }
    20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }
    30% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    50% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    70% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    40% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
    60% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
    100% {
        transform: scaleX(1);
    }
    
}
.channel{
    height: 350px;
position: relative;
  
  background-color: rgba(68, 198, 198, 0.21);
  border-radius: .375rem;
}

.channel img{
    position: absolute;
    top: 55px;
    left: 0px;
} 
.top-bar-1:hover a{
    background:var(--color-primary);
    color:#fff!important;

}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    position: absolute;
  top: 9px!important;
}
/* .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
    border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
} */


.btn-outline-secondary:hover {
    color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;

}
.custom-upload input{
    width: 100%;
  margin-top: -1px;
  opacity: 0;
  cursor: pointer;
  z-index: 9;
  position: relative !important;
}
 .two-rad input{
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
 }