@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,400;1,700&family=Lexend:wght@300;400;500;600;700;800;900&display=swap');
body {
    padding:0;
    margin:0;
    font-family: 'Lexend', sans-serif;
    font-size:16px;
    line-height:1.5;
    color:#686E93;
    position:relative;
    text-rendering:optimizeLegibility !important;
    -webkit-font-smoothing:antialiased !important;
    -moz-osx-font-smoothing:grayscale;
    min-height:100%;
  }
  html {
    padding:0;
    margin:0;
    height:100%;
  }
  h1,h2,h3,h4,h5,h6,p,ul {
    padding:0;
    margin:0;
  }
  h1,h2,h3,h4,h5{font-family: 'Lato', sans-serif;}
  li {
    list-style:none;
  }
  img {
    border:0;
    max-width:100%;
    object-fit:cover;
    object-position:center center;
  }
  :hover,:focus,*:active {
    -webkit-transition:all ease-out 0.3s;
    -moz-transition:all ease-out 0.3s;
    -o-transition:all ease-out 0.3s;
    transition:all ease-out 0.3s;
  }
  *:focus {
    box-shadow:none !important;
  }
  a {
    outline:none !important;
    text-decoration:none;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    color:#0f0e3d;
  }
  a:hover,a:focus,a:active {
    text-decoration:none;
  }
  a,input,button,textarea,a:focus,select:focus {
    outline:none;
  }
  a:hover,a:focus,select:focus,button:focus {
    outline:none;
    text-decoration:none;
  }
  button,input,textarea {
    outline:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    -moz-box-shadow:none !important;
    -webkit-box-shadow:none !important;
    box-shadow:none !important;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
  }
  ::-webkit-input-placeholder {
    color:#9A9B9D;
  }
  ::-moz-placeholder {
    color:#9A9B9D;
  }
  ::-ms-placeholder {
    color:#9A9B9D;
  }
  ::placeholder {
    color:#9A9B9D;
  }
  @font-face {
    font-family:'icomoon';
    src:url('../fonts/icomoon.eot?a6am4r');
    src:url('../fonts/icomoon.eot?a6am4r#iefix') format('embedded-opentype'),url('../fonts/icomoon.ttf?a6am4r') format('truetype'),url('../fonts/icomoon.woff?a6am4r') format('woff'),url('../fonts/icomoon.svg?a6am4r#icomoon') format('svg');
    font-weight:normal;
    font-style:normal;
    font-display:block;
  }
  [class^="icon-"],[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
       font-family:'icomoon' !important;
    speak:never;
    font-style:normal;
    font-weight:normal;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    /* Better Font Rendering =========== */
       -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
  }
  .icon-download:before {
    content:"\e905";
    color:#120539;
  }
  .icon-ic_client_details_black:before {
    content:"\e900";
  }
  .icon-ic_dashboard_black:before {
    content:"\e901";
  }
  .icon-ic_inbound_products_black:before {
    content:"\e902";
  }
  .icon-ic_outbound_products_black:before {
    content:"\e903";
  }
  .icon-ic_product_details_black:before {
    content:"\e904";
  }
  input,.form-control {
    border:1px solid;
    background:transparent;
    color:#fff;
    padding:12px 15px;
    line-height:1.3;
  }
  input:focus,.form-control:focus {
    background:transparent;
    color:#fff;
  }
  .auth-pages {
    display:flex;
    min-height:100vh;
  }
  .auth-pages h1 {
    color:#fff;
    font-size:32px;
    font-weight:bold;
    margin-bottom:15px;
  }
  .auth-pages p {
    margin-bottom:35px;
  }
  .auth-right {
    padding:65px 95px;
    min-height:100vh;
    display:flex;
    flex-direction:column;
    justify-content:center;
  }
  .auth-left {
    min-width:30%;
    background:#000;
    padding:85px 50px;
    position:relative;
    display:flex;
    flex-direction:column;
  }
  .auth-left::after {
    content:"";
    background:url(../images/auth-shape.svg) no-repeat;
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:200px;
  }
  .auth-pages .form {
    max-width:670px;
  }
  .auth-left .logo {
    text-align:center;
    display:block;
  }
  a {
    transition:0.3s ease-in-out;
    -webkit-transition:0.3s ease-in-out;
    -moz-transition:0.3s ease-in-out;
  }
  .auth-left-content {
    text-align:center;
    flex:1;
    align-items:center;
    justify-content:center;
    display:flex;
    flex-direction:column;
  }
  .auth-left-content h3 {
    color:#fff;
    font-size:44px;
    font-weight:500;
  }
  .auth-left-content p {
    max-width:300px;
    margin:0 auto;
    font-size:16px;
    font-weight:400;
  }
  /* custom checkbox */
   .custom-checkbox input {
    padding:0;
    height:initial;
    width:initial;
    margin-bottom:0;
    display:none;
    cursor:pointer;
  }
  .custom-checkbox label {
    position:relative;
    padding-left:25px;
    font-size:16px;
    line-height:1.5;
    margin-bottom:0
  }
  .custom-checkbox label:before {
    content:'';
    -webkit-appearance:none;
    margin-top:3px;
    left:0;
    background-color:transparent;
    border:1px solid;
    padding:7px;
    display:inline-block;
    position:absolute;
    vertical-align:middle;
    cursor:pointer;
    border-radius:2px;
    margin-right:10px;
  }
  .custom-checkbox input:checked + label:after {
    content:'';
    position:absolute;
    top:5px;
    left:6px;
    width:5px;
    height:10px;
    border:solid #FFC112;
    border-width:0 2px 2px 0;
    transform:rotate(45deg);
  }
  /* custom radio */
   .custom-radio {
    display:inline-block;
  }
  .custom-radio:not(:last-child) {
    margin-right:30px;
  }
  .custom-radio [type="radio"]:checked,.custom-radio [type="radio"]:not(:checked) {
    position:absolute;
    left:-9999px;
  }
  .custom-radio [type="radio"]:checked + label,.custom-radio [type="radio"]:not(:checked) + label {
    position:relative;
    padding-left:20px;
    cursor:pointer;
    line-height:20px;
    display:inline-block;
    color:#666;
  }
  .custom-radio [type="radio"]:checked + label:before,.custom-radio [type="radio"]:not(:checked) + label:before {
    content:'';
    position:absolute;
    left:0;
    top:4px;
    width:13px;
    height:13px;
    border:1px solid;
    border-radius:100%;
  }
  .custom-radio [type="radio"]:checked + label:after,.custom-radio [type="radio"]:not(:checked) + label:after {
    content:'';
    width:5px;
    height:5px;
    position:absolute;
    top:8px;
    left:4px;
    border-radius:100%;
    -webkit-transition:all 0.2s ease;
    transition:all 0.2s ease;
  }
  .gender-label {
    margin-right:30px;
  }
  .form .custom-checkbox {
    max-width:470px;
  }
  .custom-btn {
    padding:14px 35px;
    border-radius:6px;
    border:none;
    color:#fff;
    font-size:16px;
    font-weight:bold;
    cursor:pointer;
    min-width:143px;
    transition:0.3s ease-in-out;
    -webkit-transition:0.3s ease-in-out;
    -moz-transition:0.3s ease-in-out;
  }
  .auth-link {
    border-top:1px solid #424242;
    padding-top:27px;
    margin-top:6px;
    color:#fff;
  }
  .check-auth a {
    font-style:italic;
  }
  .auth-pages h1 .logo-right {
    width:140px;
  }
  a,a:hover {
    text-decoration:none;
  }
  li {
    list-style:none;
  }
  /* Login form css */
  .login-page .container-fluid {
    display: grid;
    height: 100vh;
    grid-template-columns: 35% 65%;
    align-items: center;
}
.section-inner.user-detail-dd{padding-left: 55px;}
  .login-page {
    min-height:100vh;
  }
  .login-page .logo-sec {
    width:380px;
    margin:0 auto 25px;
    display:table;
  }
  .login-page .logo-sec img {
    max-width:100px;
  }
  .login-form {
    max-width:380px;
    margin:0 auto;
    text-align:left;
  }
  .login-form h2 {
    color: #000;
    font-family: Lato;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    padding-bottom: 6px;
  }
  .forgot-link {
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding-top:8px;
  }
  .link-sec {
    padding-top:20px;
  }
  .link-sec p {
    color:#686E93;font-size: 14px;
  }
  .link-sec p a{color: #000;}
  .forgot-link a {
    text-decoration:underline;color: #000;font-size: 14px;font-weight: normal;
  }
  .form-group {
    text-align:left;
  }
  .form-group label {
    font-weight:400;
    text-align:left;
    color:#2D2C2D;
  }
  .otp-field {
    flex-direction:row;
    column-gap:10px;
    display:flex;
    align-items:center;
    justify-content:space-between;
  }
  .otp-field input {
    height:50px;
    width:50px;
    border-radius:10px;
    outline:none;
    text-align:center;
    border:1px solid #9A9B9D;
    color:#000;
    font-size:16px;
    line-height:1.5;
  }
  .otp-field input::-webkit-inner-spin-button,.otp-field input::-webkit-outer-spin-button {
    display:none;
  }
  .login-form form .form-control {
    border:1px solid #898989;
    background:transparent;
    min-width:100%;
    display:block;
    line-height:normal;
    border-radius:6px;
    color:#000;
    font-size:16px;
    line-height:1.5;
    padding:10px 15px;
    margin-bottom:10px;
  }
  .form-control:focus,.login-form form .form-control:focus{border-color:#5341CB;} 
  .login-form form .form-control:last-child {
    margin-bottom:0;
  }
  .space-between {
    display:flex;
    justify-content:space-between;
    align-items:center;
  }
  .space-between a {
    text-decoration:underline;
  }
  .login-form form {
    margin-top:30px;
  }
  .login-page .input-block {
    margin:0 auto 20px;
  }
  .common-btn {
    font-size:14px;
    border-radius: 76px;
    background: linear-gradient(180deg, #7872DF 0%, #3830C0 100%);
    border:none;
    color:#fff;
    padding:13px 15px;
    text-align:center;
    cursor:pointer;
    font-weight:500;
    line-height:20px;
    min-width:110px;
  }
  .form-group .common-btn{
    width: 100%;
  }
  .view-event.text-center {
    padding-top:30px;
  }
  header {
    background:#000;
    position:absolute;
    width:100%;
    top:0;
    left:0;
  }
  .nav-sec {
    background:#000;
    padding:15px 0px;
    justify-content:space-between;
    align-items:center;
    display:flex;
  }
  .nav-sec img {
    max-width:80px;
  }
  .nav-sec a.logout {
    color:#fff;
    font-size:14px;
    font-weight:600;
  }
  .nav-sec a.logout img {
    margin-left:12px;
  }
  .onboard {
    height:100%;
    min-height:100vh;
    background: #F5F6FB;
  }
  .side-bar {
    position:fixed;
    left:0;
    top:0;
    height:100%;
    background:#fff;
    width:260px;
    padding-top:30px;
    transition: all 0.35s ease;
  }
  .side-bar ul {
    padding:0 0 30px 0;
  }
  .side-bar li {
    padding:0px 25px;
    display:flex;
    align-items:center;
    justify-content:space-between;
  }
  .side-bar a {
    font-size:16px;
    font-weight:400;
    color:#000;
    padding:15px 12px;
    border-radius:10px;
    width:100%;
    display:flex;
    align-items:center;
  }
  .side-bar a.active,.side-bar a:hover {
    background:#F5F6FB;
    color:#000;
    font-weight: 600;
  }
  .side-bar a img {
    padding-right:10px;
  }
  .side-bar a.logo-sec {
    padding:0 25px;
    margin-bottom: 40px;
  }
  .side-bar a.logo-sec img {
    padding-right:0;
    max-width:95px;
    margin:0;
  }
  .side-bar a.logo-sec:hover {
    background:transparent;
  }
  .side-bar a.active span,.side-bar a:hover span {
    color:#fff;
  }
  .side-bar li .count {
    width:16px;
    min-width:16px;
    height:16px;
    background:#2D2C2D;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:100%;
    font-size:10px;
    font-weight:500;
  }
  .side-bar ul.logout-sec {
    padding:30px 0 0;
    position: absolute;
    left: 0;
    bottom: 30px;
  }
  .side-bar ul.logout-sec li {
    justify-content:flex-start;
  }
  .side-bar ul.logout-sec li a {
    color: #686E93;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .side-bar ul.logout-sec li a img{padding-right: 10px;}
  .detail-side-bar {
    max-width:calc(100% - 260px);
    margin-left:260px;
    padding:0 40px;
    padding-top:30px;
    transition: all 0.35s ease;
  }
  .crd {
    background:#000000;
    border-radius:16px;
    padding:35px 60px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-flow:column;
  }
  .crd h4 {
    text-align:center;
    font-size:36px;
    font-weight:500;
    color:#fff;
  }
  .crd h2 {
    text-align:center;
    color:#fff;
    font-weight:700;
    font-size:90px;
    line-height:65px;
    padding-bottom:20px;
  }
  .crd img {
    min-width:56px;
    margin-bottom:25px;
  }
  .onboard-inner {
    padding:60px;
    max-width:970px;
    margin:0 auto;
  }
  .crd-small h2 {
    font-size:72px;
    padding-bottom:0;
    padding-top:20px;
  }
  .crd h5 {
    text-align:center;
    font-size:24px;
    font-weight:500;
    color:#fff;
  }
  .onboard-inner .col-md-4 {
    padding-top:35px;
  }
  .customers {
    border-collapse:collapse;
    width:100%;
    border:none;
    padding:0;
    border-radius: 10px;
    background: #FFF;
  }
  .customers td {
    color: #000;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 25px;
    border-bottom: 1px solid #F5F5F5;
  }
  .customers td span {
    color: #36F;
  }
  .customers td img {
    width:40px;
    height:40px;
    border-radius:100%;
    margin-right:8px;
  }
  .customers th {
    color: #686E93;
    font-family: Lexend;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 30px 25px;
    text-transform: uppercase;
    border-bottom: 1px solid #D8D8D8;
  }
  .cl-sel-sec {
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding-bottom:20px;
  }
  .cl-sel-sec button.common-btn{display: none;}
  .filter-sec {
    display:grid;
    gap: 10px;
    grid-template-columns: 200px 160px 270px 135px 150px;
  }
  .filter-sec .form-group{margin-bottom: 0;}
  select.form-control {
    height:auto!important;
    background-image: url(../images/arrow-btm.svg)!important;
    background-repeat: no-repeat!important;
    background-position: right 10px  center!important;
  }
  button.common-border-btn {
    font-weight:500;
    font-size:14px;
    line-height:normal;
    color:#000000;
    background:transparent;
    border-radius: 90px;
    border: 1px solid #5341CB;
    padding:8px 18px;
    text-align:center;
  }
  button.common-border-btn:hover {
    background:#5341CB;
    color:#fff;
  }
  button.common-border-btn:hover .icon-download:before {
    color:#fff;
  }
  .cl-head {
    padding:30px 0;
  }
  .cl-head h2 {
    font-weight:600;
    font-size:16px;
    line-height:26px;
    border-bottom:1px solid #D0D0DA;
    padding-bottom:12px;
    margin-bottom:16px;
  }
  table.customers .common-btn {
    min-width:inherit;
    font-size:14px;
    line-height:normal;
    padding:9px 18px;
    min-width:110px;
  }
  .customers td span.red {
    color:#E52C2C;
  }
  .customers td span.green {
    color:#059447;
  }
  ul.dash-column li {
    padding:20px;
    border-radius:10px;
    background: #FFF;
    display: flex;
  }
  ul.dash-column li h2 {
    font-size:28px;
    font-weight:700;
    line-height:normal;
    padding-bottom:10px;
    color:#000;
  }
  ul.dash-column li h5 {
    color: #000;
    font-family: Lexend;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    padding-bottom: 7px;
  }
  ul.dash-column li div {
    display:flex;
    flex-flow: column;
  }
  ul.dash-column li div.icon-sec{
    width: 48px;
    min-width: 48px;
    height: 48px;
    background: #F5F6FB;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
  }
  ul.dash-column li p {
    font-size:12px;
    font-weight:400;
    line-height:normal;
    color:#686E93;
    font-family: Lato;
  }
  .page-title {
    padding-bottom:40px;
  }
  .page-title p {
    color:#686E93;
  }
  .page-title h1 {
    color: #000;
    font-family: Lato;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 5px;
  }
  ul.dash-column {
    margin:0px;
    padding:0;
    display:grid;
    flex-wrap:wrap;
    gap: 20px;
    grid-template-columns: auto auto auto;
    padding-bottom: 50px;
  }
  .table-update-sec h2 {
    color:#2D2C2D;
    font-family:Montserrat;
    font-size:32px;
    font-weight:500;
    line-height:1.2;
    padding-bottom:25px;
  }
  .table-update-sec h3 {
    color:#DC3545;
    font-size:28px;
    font-weight:500;
    line-height:1.2;
    padding-bottom:15px;
  }
  .table-update--inner-sec {
    padding-bottom:50px;
  }
  .customers td span.status {
    color:#146C43;
    font-size:12px;
    background:#D1E7DD;
    border:none;
    border-radius:4px;
  }
  .form-control {
    border:1px solid #D0D0DA;
  }
  .form-group {
    margin-bottom:20px;
  }
  .form-group label {
    color: #000;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 6px;
  }
  .form-control,.form-control:focus {
    border: 1px solid #D8D8D8;
    border-radius:6px;
    font-weight:400;
    font-size:14px;
    line-height:normal;
    color:#000;
    padding:12px;
  }
  .modal-body {
    padding:30px 25px 0;
  }
  .modal .modal-footer {
    padding-bottom:30px;
  }
  .modal .modal-header {
    padding:0;
  }
  .modal .modal-header button.close {
    position:absolute;
    background:linear-gradient(180deg, #7872DF 0%, #3830C0 100%);
    opacity:1;
    color:#fff;
    font-weight:normal;
    border-radius:100%;
    width:30px;
    height:30px;
    display:flex;
    align-items:center;
    justify-content:center;
    right:-14px;
    text-shadow:none;
    border: none;
  }
  
  .otp-wrapper {
    display: grid;
    grid-template-columns: 40px 40px 40px 40px;
    gap: 10px;
    
    
  }
  .btn-sec{padding-top: 15px;}
  .otp-wrapper input:focus {
    outline: none;
  }
  .otp-wrapper input {
    width: 40px;
    height: 46px;
    line-height: 46px;
    margin-bottom: 0!important;
  }
  .otp-sec label{text-transform: uppercase;}
  .slider-sec{width: 100%;height: 100%;padding: 20px 20px 20px 110px;}
  .slider-sec-inner{border-radius: 20px;background: #FBFAFF url(../images/bg.png) no-repeat;width: 100%;height: 100%;background-position: center;background-size: contain;display: flex;align-items: center;padding: 50px;}
.slider-sec-inner h2{color: #000;
font-family: Lato;
font-size: 28px;
font-style: normal;text-align: center;
font-weight: 500;padding-bottom: 30px;
line-height: 38px;}
.slider-sec-inner h2 span{color: #5341CB;font-style: italic;
font-weight: 700;}
.heroSlider{width: 100%;}
  /* Slick Slider  */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
ul.slick-dots{display: flex;justify-content: center;align-items: center;padding-top: 30px;}
ul.slick-dots li{margin: 0 3px;}
ul.slick-dots li button{text-indent: -9999px;border: none;background: #BBC0E0;width: 10px;height: 10px;padding: 0;border-radius: 100%;cursor: pointer;}
ul.slick-dots li.slick-active button{border-radius: 76px;width: 30px;background: linear-gradient(180deg, #7872DF 0%, #3830C0 100%);}

.otp-pg{min-height: 100vh;display: flex;align-items: center;position: relative;}
.otp-pg .login-form{text-align: center;max-width: 100%;}
.otp-pg .login-form .login-form-inner{
  max-width: 380px;
  margin: 0 auto;
  text-align: center;
}
.otp-pg .link-sec p a{text-decoration: none;display: inline-flex;align-items: center;}
.otp-pg .link-sec p a svg{margin-right: 10px;}
.otp-pg .otp-wrapper{grid-template-columns:40px 40px 40px 40px 40px 40px;justify-content: center;}
.otp-pg .btn-sec button{max-width: 270px;margin: 0 auto;display: table;}

.footer-sec {
  position: absolute;
  bottom: 0;
  padding: 30px;
  width: 100%;
  text-align: center;
}
ul.footer-link-sec {
  display: flex;
  justify-content: center;
  padding-bottom: 5px;
}
ul.footer-link-sec li{padding: 0 5px;border-right: 1px solid #686E93;line-height: 1;}
ul.footer-link-sec li:last-child{border: none;}
ul.footer-link-sec li a{color: #686E93;
text-align: center;
font-family: Lexend;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;}
.footer-sec p{color: #BBC0E0;
text-align: center;
font-family: Lato;
font-size: 11px;
font-style: normal;
font-weight: 400;
line-height: normal;}
button.offcanvas-btn {
  background: transparent;
  border: none;
  padding: 0;
  position: absolute;
  right: -12px;
  cursor: pointer;
  top: 30px;
  display: inline-flex;
}


.side-bar.dashboard-sidebar ul{padding-top: 45px;}
.header-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
}
.search-box {
  position: relative;
  width: 300px;
}
.search-box input.form-control {
  border-radius: 53px;
  border: 1px solid #D8D8D8;
  background: #FFF;
  color: #000;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 12px 12px 12px 40px;
}
.search-box button.search-btn {
  background: transparent;
  border: none;
  padding: 0;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.search-box input.form-control::placeholder{color: #686E93;}
.header-sec-right {
  display: flex;
  align-items: center;
  margin-left: auto;
}
ul.alert-link {
  display: flex;
  align-items: center;
}
ul.alert-link li{padding-right: 20px;}
ul.alert-link li a {
  border-radius: 53px;
  border: 1px solid #D8D8D8;
  background: #FFF;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
}
ul.alert-link li:last-child{padding-right:30px;border-right:1px solid #BBC0E0;margin-right: 30px;}
.user-sec button{padding: 0;background: transparent;border: none;color:#686E93;
font-family: Lexend;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 27px;}
.user-sec button img{margin-right: 8px;width: 40px;height: 40px;border-radius: 100%;}
.filter-sec.tabel-filter-sec {
  justify-content: space-between;
  display: flex;
  width: 100%;
}
.filter-sec.tabel-filter-sec select.form-control {
  max-width: 180px;
}
.filter-sec.tabel-filter-sec .search-box{width: 520px;}
.table-update-sec .customers th {
  padding: 20px;
}
.table-update-sec .customers td{padding: 20px;}
.action-btn {
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px;
}
.action-btn button.btn{padding: 0;}
.action-btn button.btn img{width: 22px;height: auto;margin: 0;border-radius: 0;}
.table-update-sec .customers th:nth-child(2),.table-update-sec .customers td:nth-child(2){max-width: 200px;}

ul.dropdown-menu.show {
  border-radius: 10px;
  border: 1px solid #D8D8D8;
  background: #FFF;
  box-shadow: 0px 6px 24.8px 0px rgba(0, 0, 0, 0.09);
  margin-top: 10px!important;
  padding: 0;
  min-width: 330px;
}
.user-details-main {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #F5F5F5;
}
.avtar-sec {
  position: relative;padding-bottom: 10px;
}
.avtar-sec img{width: 60px;height: 60px;border-radius: 100%;}
.avtar-sec button.btn {
  padding: 0;
  line-height: 1;
  position: absolute;
  right: 0;
  bottom: 5px;
}
.user-details-main h4{
  color: #000;
  font-family: Lexend;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;padding-bottom: 2px;
  line-height: 27px;
}
.user-details-main a{
  color: #686E93;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.user-details {
  display: flex;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #F5F5F5;
}
ul.dropdown-menu li:last-child .user-details{border-bottom: none;}
.user-details h4{
  color: #000;
  font-family: Lexend;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
.user-details a{
  color: #686E93;
  font-family: Lato;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.user-details .avtar-sec{padding-bottom: 0;}
.user-details .avtar-sec img {
  width: 40px;
  min-width: 40px;
  height: 40px;margin-right: 10px;
}
ul.dropdown-menu li:last-child .user-details .avtar-sec{
  border: 1px solid #D8D8D8;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  min-width: 44px;
  height: 44px;
  border-radius: 100%;margin-right: 10px;
}
ul.dropdown-menu li:last-child .user-details .avtar-sec img{width: 22px;height: auto;min-width: 22px;margin-right: 0;}
.side-bar h5 {
  color: #686E93;
  font-family: Lexend;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 20px;
}

/* section.onboard.toogle .side-bar{width: 90px;}
section.onboard.toogle .detail-side-bar{max-width: calc(100% - 90px);margin-left:90px;} */
@media only screen and (max-width:1300px) {
  .filter-sec{grid-template-columns: 200px 160px 230px 135px 150px;}
}
@media only screen and (max-width: 1024px) {
  .detail-side-bar{max-width: calc(100% - 220px);margin-left: 220px;padding: 0 25px;padding-top: 25px;}
  .side-bar{width: 220px;}
  .side-bar a{font-size: 14px;padding: 12px 10px;}
  .side-bar li{padding: 0px 20px;}
  .header-sec{padding-bottom: 30px;}
  .page-title h1{font-size: 30px;}
  ul.dash-column li{padding: 15px;}
  ul.dash-column li div.icon-sec{width: 35px;height: 35px;min-width: 35px;}
  ul.dash-column li h2{font-size: 25px;}
  .filter-sec.tabel-filter-sec .search-box{width: 400px;}
  .table-update-sec .customers th,.table-update-sec .customers td{padding: 14px 7px;}
  .customers td{font-size: 14px;}
}

@media only screen and (max-width: 991px) {
  .slider-sec{padding: 20px;}
  .section-inner.user-detail-dd{padding-left: 0;}
  .login-form h2,.slider-sec-inner h2{font-size: 24px;}
  .form-group label,.login-form form .form-control{font-size: 14px;}

  .side-bar{position: fixed;z-index: 1;top: 0;left: 0;transition: 0.5s;transform: translateX(-220px);}
  button.offcanvas-btn{right: -52px;}
  section.onboard.toogle button.offcanvas-btn{right: -12px;}
  section.onboard.toogle .side-bar{transform: translateX(0%);}
  .detail-side-bar{max-width: 100%;margin-left: 0;}
  
}

@media only screen and (max-width: 767px) {
  .login-page .container-fluid{display: flex;flex-wrap: wrap;}
  .login-page .logo-sec{max-width: 100%;width: auto;margin: 0 0 20px;}
  .login-form{max-width: 100%;}
  .section-inner.user-detail-dd{width: 100%;padding: 35px 0;}
  .slider-sec{padding: 0;height: auto;order: -1;}
  .slider-sec-inner{padding: 25px;}
  .login-page{padding: 30px 0;}
  .login-form form{margin-top: 20px;}
  .form-group{margin-bottom: 15px;}
  ul.slick-dots{padding-top: 10px;}
  .otp-pg.login-page .logo-sec{width: 100%;}
  .login-page p{font-size: 14px;}
  .link-sec p,.forgot-link a{font-size: 12px;}
  .slider-sec-inner br{display: none;}
  .client-table{overflow: auto;}
  .customers{min-width: 700px;}
  .filter-sec.tabel-filter-sec{flex-wrap: wrap;}
  .filter-sec.tabel-filter-sec .search-box{max-width: 100%;width: 100%;}
  .filter-sec .form-group{flex: 0 0 100%;}
  ul.dash-column{display: flex;flex-wrap: wrap;gap: 0;}
  ul.dash-column li{width: 100%;margin-bottom: 20px;}
  .page-title h1{font-size: 26px;}
  .page-title p{font-size: 14px;}
  ul.dash-column{padding-bottom: 15px;}
  .cl-sel-sec{flex-wrap: wrap;}
  .filter-sec{display: flex;flex-wrap: wrap;padding: 10px;background: #fff;border-radius: 10px;}
  .header-sec{flex-wrap: wrap;}
  .search-box{width: 100%;}
  .header-sec-lft{width: 100%;order: 1;padding-top: 10px;}
  .header-sec-lft .form-group{margin-bottom: 0;}
  .user-sec button span{display: none;}
  .user-sec button img{margin-right: 0;}
  ul.alert-link li{padding-right: 15px;}
  ul.alert-link li:last-child{padding-right: 15px;margin-right: 15px;}
  ul.dash-column ul.slick-dots{padding-top: 0;margin: 0 auto 15px;}
  ul.dash-column ul.slick-dots li{margin-bottom: 0;}
  ul.dash-column ul.slick-dots li{padding: 0;background: transparent;}
  .cl-sel-sec button.common-btn{display: block;padding: 8px 15px;margin-bottom: 10px;}
  .navbar-toggler .icon-bar { width: 23px; transition: all 0.2s; margin: calc(5px + (5 - 5) * ((100vw - 320px) / (1920 - 320))) auto; height: 2px; background: #7244FF; display: flex; transition: all 0.4s linear; border-radius: 10px;}
  .header-sec .navbar-toggler .menu-text{ display: none; font-weight: 600; }
  .header-sec .navbar-toggler .close-text{ display: contents; font-weight: 600; }
  .header-sec .navbar-toggler .menu-text{ display: contents; }
  .header-sec .navbar-toggler .close-text{ display: none; }
  .header-sec .navbar-toggler .top-bar { transform: rotate(0); }
  .header-sec .navbar-toggler .middle-bar { opacity: 1; width: 32px; margin: 0 auto;}
  .header-sec .navbar-toggler .bottom-bar { transform: rotate(0);} 
  .side-bar .navbar-toggler{ width: auto; height: auto; border-radius: 50%; background:#fff; z-index: 111; padding: 0; outline: none; display: block !important;position: absolute;right: 10px;top: 10px;}
  .side-bar .navbar-toggler .top-bar{ transform: translateY(6px) translateX(-1px) rotate(45deg); transform-origin: center;}
 .side-bar .navbar-toggler .middle-bar { opacity: 0; }
 .side-bar .navbar-toggler .bottom-bar { transform: translateY(-8px) translateX(-1px) rotate(-45deg); transform-origin: center; }
}
@media only screen and (min-width: 768px) {
  .collapse:not(.show){display: block;}
}


.form-group label.error {
  color: red;position: absolute;
  font-size: 12px;
  font-weight: normal;
  margin: 2px 0 0;
}
.form-group .text-danger{font-size: 12px;
  font-weight: normal;}
.action-btn img {
  max-width: 20px;
  height: auto !important;margin: 0!important
}
ul.pager {
  display: flex;justify-content: flex-end;
}


ul.pager li{margin: 0 5px;}
ul.pager li a, ul.pager li span{
  cursor: pointer;
  background-color: #7872DF;
  color: #fff;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s ease;line-height: 1;
}

ul.pager li.active span{
  background-color: #3830C0;
  color: white;
}
ul.pager li a:hover{background-color: #3830C0;}


li.disabled span {
  background-color: #ffffff00;
  color: #ccc;
  cursor: not-allowed;
}
a.logo-sec{display: none;}
ul.pager li:first-child span,ul.pager li:last-child a,ul.pager li:first-child a,ul.pager li:last-child span{
  width: auto;
  border-radius: 4px;
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  .section-inner.user-detail-dd{padding-left: 0;width: 100%}
  .login-page .container-fluid{grid-template-columns: 100% 100%}
  .slider-sec{display: none;}
}
.file-upload-btn .file-upload-input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* font-size: 1px; */
  width:100%;
  height: 51px;cursor: pointer;
  opacity: 0;
}