@font-face {
  font-family: "247coders";
  src: url("../fonts/247coders.eot?homgry");
  src: url("../fonts/247coders.eot?homgry#iefix") format("embedded-opentype"),
    url("../fonts/247coders.ttf?homgry") format("truetype"),
    url("../fonts/247coders.woff?homgry") format("woff"),
    url("../fonts/247coders.svg?homgry#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: "247coders" !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-manage-build-cards:before {
  content: "\e912";
}

.icon-dashboard:before {
  content: "\e900";
}

.icon-manage-about-us:before {
  content: "\e901";
}

.icon-manage-additional-services:before {
  content: "\e902";
}

.icon-manage-bank-details:before {
  content: "\e903";
}

.icon-manage-category:before {
  content: "\e904";
}

.icon-manage-contact-list:before {
  content: "\e905";
}

.icon-manage-customer:before {
  content: "\e906";
}

.icon-manage-devices:before {
  content: "\e907";
}

.icon-manage-dropdown-values:before {
  content: "\e908";
}

.icon-manage-experts:before {
  content: "\e909";
}

.icon-manage-faq:before {
  content: "\e90a";
}

.icon-manage-features-library:before {
  content: "\e90b";
}

.icon-manage-orders:before {
  content: "\e90c";
}

.icon-manage-privacy-policy:before {
  content: "\e90d";
}

.icon-manage-promocode:before {
  content: "\e90e";
}

.icon-manage-sub-category:before {
  content: "\e90f";
}

.icon-manage-support-plan:before {
  content: "\e910";
}

.icon-manage-terms-conditions:before {
  content: "\e911";
}

body {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #202020;
  background-color: #f7f8fa;
}

.c-blue {
  color: #3338bb;
}

.c-gray {
  color: #757474;
}

.c-black {
  color: #282828;
}

.font-w-400 {
  font-weight: 400;
}

.font-w-500 {
  font-weight: 500;
}

.font-w-600 {
  font-weight: 600;
}

.font-size-26 {
  font-size: 26px !important;
}

.f-16 {
  font-size: 16px;
}

.border-gray {
  border-color: #ddd !important;
}

.bg-light-blue {
  background-color: #f9f9ff;
}

.bg-light-gray {
  background-color: #f7f8fa;
}

.h1-title-txt {
  font-weight: 600;
  font-size: 43px;
}

.desc {
  font-size: 14px;
  color: #5a5a5a;
  line-height: 28px;
}

.signin-box {
  height: calc(100vh - 32px);
}

form {

  label,
  .forgot-pwd-lbl {
    font-size: 16px;
  }

  input {
    font-size: 15px !important;
    height: 55px;
    background-color: transparent !important;

    &:focus,
    &:active {
      font-size: 15px !important;
    }
  }
}

.bg-light-blue .btn-primary {
  background-color: #3338bb;
  box-shadow: none;
  height: 55px;
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
}

.pwd-hide-show {
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.show-img {
  display: none;
}

.show-pwd {
  .show-img {
    display: inline-block;
  }

  .hide-img {
    display: none;
  }
}

.app-search .btn {
  font-size: 19px !important;
}

.bg-light-green,
.bg-light-orange,
.bg-light-purple,
.bg-light-blue1,
.bg-light-yellow,
.bg-light-red {
  box-shadow: 0 4px 26px rgba(28, 14, 61, 0.04);
}

.bg-light-green {
  background-color: rgba(37, 180, 43, 0.1);
  border: 1px solid rgba(37, 180, 43, 0.5);
}

.bg-light-orange {
  background-color: rgba(248, 97, 4, 0.1);
  border: 1px solid rgba(248, 97, 4, 0.5);
}

.bg-light-purple {
  background-color: rgba(151, 37, 180, 0.1);
  border: 1px solid rgba(151, 37, 180, 0.5);
}

.bg-light-blue1 {
  background-color: rgba(37, 94, 180, 0.1);
  border: 1px solid rgba(37, 94, 180, 0.5);
}

.bg-light-yellow {
  background-color: rgba(248, 202, 39, 0.1);
  border: 1px solid rgba(248, 202, 39, 0.5);
}

.bg-light-red {
  background-color: rgba(245, 48, 95, 0.1);
  border: 1px solid rgba(245, 48, 95, 0.5);
}

.build-cards {
  border-color: #ebf0ed;

  .tag {
    background-color: #6ed784;
    color: #fff;
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 4px;
    position: absolute;
    top: 15px;
    left: 15px;
  }

  ul li {
    font-size: 11px;
    font-weight: 500;
    color: #6b6b6b;

    &:first-child {
      list-style-type: none;
    }
  }

  .comp-logo {
    bottom: -25px !important;
    right: 15px !important;

    img {
      object-fit: contain;
      object-position: center;
    }
  }
}

.recent-customers {

  tr td,
  tr th {
    vertical-align: middle;
  }
}

.form-select,
.form-control {
  height: 55px;
  background-color: #f9f9ff;
  border-color: #eee;
}

.rounded-3,
.form-select {
  border-radius: 8px !important;
}

.pagination {
  .page-item {
    margin: 0 4px;

    &.active {
      .page-link {
        background-color: #2f34a3;
      }
    }

    .page-link {
      background-color: #f9f9ff;
      width: 39px;
      border-radius: 8px;
    }
  }
}

.vertical-menu {
  background: #2f34a3 !important;
  left:0  !important;
}

body .vertical-menu #sidebar-menu>ul>li>a i {
  font-size: 1.25rem !important;
  color: #ffffff !important;
}

#sidebar-menu ul li:hover a {
  background-color: #f9f9ff !important;
  color: #2f34a3 !important;

  i {
    color: #2f34a3 !important;
  }
}
.vertical-menu #sidebar-menu>ul>li:hover>a i {
  font-size: 1.25rem !important;
  color: #2f34a3 !important;
}

#sidebar-menu ul li a {
  color: rgba(255, 255, 255, 1) !important;
  font-weight: 300 !important;
  font-size: 13px !important;
  padding: 0.62rem 1.3rem !important;

  &.active {
    color: #fff !important;

    i {
      color: #fff !important;
    }
  }

  i {
    color: rgba(255, 255, 255, 0.5) !important;
  }
}

#sidebar-menu ul li.mm-active:hover a {
  color: #2f34a3 !important;

  i {
    color: #2f34a3 !important;
  }
}

.navbar-brand-box {
  background: #3c41b2 !important;
  box-shadow: none !important;
  padding: 0 1rem !important;
}

#vertical-menu-btn {
  i {
    color: #fff !important;
  }
}

.sidebar-enable {
  #vertical-menu-btn {
    i {
      color: #000 !important;
    }
  }
}

.btn {
  box-shadow: none !important;
  padding: 9px;
  border-radius: 8px;
  height: 55px;
  line-height: 34px;
}

.bg-danger {
  background-color: #d70915 !important;
}

.btn-danger {
  background-color: #d70915 !important;
  border-color: #d70915 !important;
}

.btn-outline-danger {
  border-color: #d70915 !important;
  color: #d70915 !important;

  &:hover {
    color: #fff !important;
  }
}

.modal form,
.modal-cont {
  label {
    font-size: 14px;
  }

  .input-group-text {
    height: 55px;
  }
}

.select2-container--default .select2-selection--multiple {
  height: 55px;
  border-color: #eee !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 8px 5px;
  height: 55px;
}

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 15px !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
  height: 55px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #f9f9ff !important;
  border-color: transparent !important;
  padding: 4px 10px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  display: flex;
  flex-direction: row-reverse;

  span {
    margin-right: 0px !important;
    margin-left: 5px;
  }
}

.upload-profile {
  cursor: pointer;
}

input[switch="default"]:checked+label {
  background-color: #2f34a3 !important;
}

input[switch]:checked+label:after {
  background-color: #fff !important;
}

input[switch]+label {
  width: 50px !important;
  height: 26px !important;
}

input[switch]+label:after {
  top: 3px !important;
}

input[switch]:checked+label:after {
  left: 26px !important;
}

input[switch]+label:after {
  left: 4px !important;
}

.manage-category-tbl {
  tbody tr {
    td {
      vertical-align: middle;

      &:nth-child(4n) {
        text-align: center;
      }
    }
  }
}

.manage-order-tbl tr td.dt-type-numeric,
.manage-order-tbl tr th.dt-type-numeric {
  text-align: left !important;
}

.additional-features-tbl tr td {
  vertical-align: middle;
}

.additional-features-tbl tr:last-child td {
  border-bottom: 0 !important;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
}

.box-shadow-0 {
  box-shadow: 0 0 !important;
}

#add-module-modal,
#add-feature-modal,
#add-additional-feature-modal,
#add-milestone-modal,
#edit-additional-feature-modal,
#edit-module-modal,
#edit-feature-modal {
  .form-check-input:checked {
    background-color: #5156be !important;
  }

  .form-check {
    .circle-radio {
      display: inline-block;
      width: 15px;
      height: 15px;
      border: 1px solid #eee;
      border-radius: 50px;
    }
  }

  label.journey-type {
    padding: 9.5px 12px;
    border: 1px solid #eee;
    border-radius: 4px;
  }

  .form-check-input:checked+label {
    border: 1px solid #5156be;

    .circle-radio {
      border: 4px solid #5156be;
    }
  }
}

.cust-device-tab {
  a.active {
    background-color: #f9f9ff !important;
    color: #202020 !important;
  }
}

#smartwizard {

  ul.nav,
  .sw-toolbar-elm-1 {
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 0 !important;
  }

  .choose-platform {
    .platform-lbl {
      cursor: pointer;
      border: 1px solid #e9e9ef !important;
    }

    input.chk-btn:checked+label.platform-lbl {
      border: 1px solid #2f34a3 !important;
      background-color: #f9f9ff;
    }
  }

  .sw-toolbar-elm-1 {
    .sw-btn {
      padding: 9.5px;
      width: 25%;
      margin-left: 10px;
    }

    .sw-btn-next {
      border: 1px solid #2f34a3;
      background-color: #2f34a3;
      color: #fff;
    }

    .sw-btn-prev {
      border: 1px solid #bbbbc1;
      background-color: #bbbbc1;
    }
  }

  .empty-box {
    height: calc(100vh - 55vh);
  }
}

#module-tbl_wrapper,
#features-tbl_wrapper,
#development-speed-tbl_wrapper,
#milestones-tbl_wrapper {

  tr td,
  tr th {
    vertical-align: middle;
  }

  tr.selected>* {
    color: #313533;
    box-shadow: inset 0 0 0 9999px #f9f9ff;
  }

  .dt-scroll-headInner {
    width: 100% !important;
  }
}

.buildcards-details-tab {
  a.active {
    background-color: transparent !important;
  }
}

.bg-success {
  background-color: #6ed784 !important;
}

.bx {
  line-height: 2.5 !important;
}

.navbar-header {
  .app-search {
    padding: 7px 0 !important;
  }
}

.app-search {
  .form-control {
    height: 53px !important;
  }
}

.card-body .app-search {
  padding: 0 !important;
}

.cust-step-ul-li {
  li {
    position: relative;
    text-align: center;

    &.active {
      &:before {
        background-color: #2f34a3;
      }

      .circle-box, .red-circle-box, .orange-circle-box{
        background-color: #2f34a3;
        background-image: url(../images/tick-mark.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        border: 1px solid #2f34a3;
      }
      .red-circle-box{
      	background-image: url(../images/close-circle.svg);
      	background-color: #F2F2F2;
      	border: 1px solid #F2F2F2;
      }
      
      .orange-circle-box{
      	background-image: url(../images/progress.svg);
      	background-color: #F2F2F2;
      	border: 1px solid #F2F2F2;
      }
    }

    .circle-box, .red-circle-box, .orange-circle-box {
      width: 24px;
      height: 24px;
      border: 1px solid #bbbbc1;
      display: inline-block;
      border-radius: 50px;
      background-color: #fff;
      position: relative;
    }

    &:before {
      content: "";
      position: absolute;
      background-color: #bbbbc1;
      top: 11px;
      left: 67%;
      width: 67%;
      height: 1px;
      z-index: 0;
    }

    &:last-child {
      &:before {
        display: none;
      }
    }
  }
}

.sub-admin-prof-details,
.add-sub-admin-prof-details {
  tbody tr td {
    vertical-align: middle;
  }

  tbody tr td:nth-child(n + 2) {
    text-align: center;
    min-width: 80px;
  }

  .circle-box {
    width: 20px;
    height: 20px;
    border: 1px solid #bbbbc1;
    display: inline-block;
    border-radius: 50px;
    background-color: #fff;
    position: relative;

    &.active {
      &:before {
        background-color: #2f34a3;
      }

      background-color: #2f34a3;
      background-image: url(../images/tick-mark.svg);
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      border: 1px solid #2f34a3;
    }
  }
}

.add-sub-admin-prof-details {
  .circle-box {
    cursor: pointer;
  }

  .check-module-input:checked+.circle-box {
    background-color: #2f34a3;
    background-image: url(../images/tick-mark.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #2f34a3;
  }
}

.w75 {
  width: 75px;
}

.w-125 {
  width: 125px;
}

.h-55 {
  height: 55px;
}

.h-100vh {
  height: 100vh;
}

.cust-page-content {
  padding: 70px 0 0 !important;
}

.prototype-tab {
  top: 15px;
  left: 50%;
  transform: translateX(-50%);

  a {
    display: inline-flex;
    padding: 11.5px 15px;
    border-radius: 4px;
    min-width: 45px;
    color: #000;

    svg path {
      fill: #bbbbc1;
    }
  }

  a.active {
    background: #f0f1ff;
    font-weight: 500;

    svg path {
      fill: #5156be;
    }
  }
}

.canvas-opt {
  right: 15px;

  .canvas-btns-opt {
    padding: 3.5px;
  }
}

.canvas-bg-img {
  background-image: url(../images/bg-dots.svg);
  background-size: contain;
}

/*
	Pasley JS
*/
.error {
  color: #f05050;
  font-size: 12px;
  font-weight: 500;
}

.parsley-error {
  border-color: #f05050 !important;
}

.parsley-errors-list {
  display: none;
  margin: 0;
  padding: 0;
}

.parsley-errors-list.filled {
  display: block;
}

.parsley-errors-list>li {
  font-size: 12px;
  list-style: none;
  color: #f6504d;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

#category-base-tbl_wrapper,
#company-size-tbl_wrapper,
#customer-role-tbl_wrapper {
  .d-md-flex.justify-content-between.align-items-center.dt-layout-end.col-md-auto.ms-auto {
    width: 100% !important;

    .dt-search {
      width: 100% !important;
      text-align: start;
      display: flex;

      label {
        align-self: center;
        margin: 0;
      }

      input {
        width: 100%;
      }
    }
  }
}

.table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before {
  content: "+" !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.dtr-expanded>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.dtr-expanded>th.dtr-control:before {
  content: "-" !important;
  border: 0 !important;
  margin-top: -7px;
  margin-left: 2px;
}

.pagination {
  & .page-item {
    .page-link {
      width: 42px;
    }
  }
}

#build-cards-tab {
  overflow-x: auto;
  overflow-y: hidden;

  li a {
    width: 110px;
    text-align: center;
  }
}

#notifications-offcanvas .border-light {
  border-color: #f5f5f5 !important;
}

/* Webdesign M A 07-08-25 */
#sidebar-menu .menuDropdownTheam .dropdown-menu .dropdown-item{
  color: #000 !important;
  font-weight: 300 !important;
  font-size: 13px !important;
  padding: 0.62rem 1.3rem !important;
}

#sidebar-menu .menuDropdownTheam .dropdown-menu .dropdown-item:hover{
background-color: #2f34a3 !important;
color: #ffffff !important;
}

#sidebar-menu ul li ul.sub-menu li a:hover i:before{
  color: #ffffff;
}
#sidebar-menu ul li ul.sub-menu li a:hover {
  background: #2f34a336 !important;
  color: #ffffff !important;
}

/* Webdesign M A 07-08-25 End */
@media (min-width: 1400px) {
  .h1-title-txt {
    font-size: 38px;
  }

  .buildcards_img {
    height: 240px;
    background-position: center;
    background-size: cover;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .h1-title-txt {
    font-size: 32px;
  }

  .desc {
    font-size: 14px;
    line-height: 24px;
  }

  .sidebar-enable {
    #vertical-menu-btn {
      i {
        color: #fff !important;
      }
    }
  }

  #vertical-menu-btn {
    i {
      color: #000 !important;
    }
  }

  .top-card-box {
    .font-size-14 {
      font-size: 13px !important;
    }
  }

  .buildcards_img {
    height: 220px;
    background-position: center;
    background-size: cover;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .h1-title-txt {
    font-size: 32px;
  }

  .desc {
    font-size: 14px;
    line-height: 24px;
  }

  .sidebar-enable {
    #vertical-menu-btn {
      i {
        color: #fff !important;
      }
    }
  }

  #vertical-menu-btn {
    i {
      color: #000 !important;
    }
  }

  .top-card-box {
    .font-size-14 {
      font-size: 13px !important;
    }
  }

  .process-tab {
    .cust-step-ul-li span {
      font-size: 12px;
    }
  }

  .buildcards_img {
    height: 220px;
    background-position: center;
    background-size: cover;
  }

  .sw>.nav .nav-link>.num {
    font-size: 18px !important;
  }

  .sw-theme-basic>.nav .nav-link {
    font-size: 15px !important;
  }

  .sw>.nav .nav-link {
    padding: 5px 0 15px 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  #add-support-plan-modal,
  #edit-support-plan-modal,
  #add-support-plan-modal,
  #edit-support-plan-modal,
  #add-promocode-modal,
  #add-additional-feature-modal,
  #edit-module-modal,
  #feature-details-modal,
  #edit-additional-feature-modal,
  #add-module-modal,
  #add-experts-modal,
  #view-experts-modal,
  #edit-experts-modal,
  #edit-customer-modal,
  #add-feature-modal,
  #add-build-modal,
  #edit-feature-modal,
  #configure-storyboard-modal {
    .modal-dialog {
      max-width: 730px;
    }
  }

  #vertical-menu-btn {
    i {
      color: #000 !important;
    }
  }

  .border-start-md-none {
    border-left: 0 !important;
  }

  .top-card-box {
    .font-size-14 {
      font-size: 13px !important;
    }
  }

  .process-tab {
    .cust-step-ul-li span {
      font-size: 12px;
    }
  }

  .buildcards_img {
    height: 240px;
    background-position: center;
    background-size: cover;
  }

  .sw>.nav .nav-link>.num {
    font-size: 16px !important;
  }

  .sw-theme-basic>.nav .nav-link {
    font-size: 13px !important;
  }

  .sw>.nav .nav-link {
    padding: 5px 0 15px 0 !important;
  }

  .prototype-center-tab {
    left: inherit;
    transform: none;
    top: 80px;
  }

  .prototype-end-tab {
    right: 15px;
    transform: none;
    left: inherit;
  }
}

table.dataTable thead > tr > th span.dt-column-order::before,
table.dataTable thead > tr > th span.dt-column-order::after {
  color: #020fffff !important;
}

.parsley-errors-list>li {
  font-size: 12px;
  list-style: none;
  color: #f6504d;
  position: absolute;
  left: 12px;
  bottom: -18px;
}