@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Roboto:ital,wght@0,100..900;1,100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
.logo-img {
  padding: 30px;
}

.logo-box {
  min-height: 70px;
  align-items: center;
  display: flex;
  margin: 0 auto;
  justify-content: center;
}

body {
  background-color: white;
}
body * {
  font-size: 16px;
  color: #212121;
}
body h1,
body h2 {
  font-size: 30px;
}
body h3,
body h4 {
  font-size: 24px;
}
body .logo-light .logo-lg img {
  height: 55px;
}
body .logo-light .logo-sm img {
  height: 25px;
}

.reset-credentials, .cancel-subscription {
  padding: 30px;
  max-width: 600px;
  width: 100%;
  margin: 30px auto;
  margin-bottom: 30px;
}

.reset-credentials label, .cancel-subscription label {
  color: rgba(0, 0, 0, 0.6);
}

.border-btn {
  border: 1px solid #616161;
  border-radius: 5px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  display: flex;
  padding: 12px;
}
.border-btn:hover {
  background-color: #4285F4;
  color: #fff;
}
.border-btn:hover span {
  color: #fff !important;
}
.border-btn span {
  display: flex;
  justify-content: center;
}
.border-btn .common-google-ms-btn-text {
  flex-grow: 2;
  text-align: center;
}

.continue-btn {
  color: #fff;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
}
.continue-btn:hover {
  border: 1px solid #4285F4;
}

.or-divider {
  position: relative;
  margin: 30px 0;
}
.or-divider .mat-divider {
  background: #E0E0E0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  border: none;
  height: 1px;
}
.or-divider .or-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 142%;
  letter-spacing: 0.07px;
  color: #212121;
  text-align: center;
  position: relative;
  background-color: #fafbfe;
  margin: 0 auto;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}

.login-pages {
  min-height: 100vh;
  padding-top: 20px !important;
}

.red {
  color: red;
}

.email-link {
  font-size: 24px;
  color: #4285F4;
  margin-bottom: 5px;
  display: block;
  word-wrap: break-word;
}

.p-all-15 {
  padding: 15px;
}

.main-box-popular {
  min-height: 100px;
  align-items: center;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  border-color: #E0E0E0;
}

.search-box {
  background-color: rgba(224, 224, 224, 0.5019607843);
  padding: 10px 10px 10px 40px;
  border-bottom: 1px solid #616161;
}
.search-box:focus {
  background-color: rgba(197, 220, 250, 0.2509803922);
  border-bottom: 2px solid #4285F4 !important;
  border-color: #C5DCFA;
}
.search-box-icon {
  position: absolute;
  z-index: 5;
  font-size: 20px;
  line-height: 38px;
  top: 2px;
  left: 10px;
  color: var(--ct-secondary);
}
.search-box-icon::before {
  content: "\f0349";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.postion-relative {
  position: relative;
}

.bg-gray {
  background-color: #E0E0E0;
  width: 50px;
  height: 50px;
  margin: 0 auto;
}

.arrow-main p {
  margin-bottom: 0;
  color: #212121;
  padding-top: 5px;
}

.border-box {
  border: 1px solid #E0E0E0;
}
.border-box:hover {
  background-color: rgba(197, 220, 250, 0.6117647059);
  border: 1.5px solid #4285F4;
}
.border-box:hover .bg-gray {
  background-color: #fff;
}

.img-box {
  width: 25%;
}

.width-full {
  width: 100%;
}

.line-arrow {
  display: flex;
  gap: 30px;
  align-items: center;
}

.btn-primary:hover {
  background-color: transparent;
  color: #fff;
  border: 1px solid #4285F4;
}

.subscribe {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 90%;
  margin: 0 auto;
}

.border-left {
  border-left: 1px solid #E0E0E0;
}

.d-flex-grid {
  display: flex;
}

.back-arrow {
  color: #000;
  display: flex;
  align-items: center;
  gap: 10px;
}

h4 {
  color: #000;
}

.max-hight-img {
  max-height: 60px;
}

.line-height-normal {
  line-height: normal;
}

.main-folder {
  display: flex;
  align-items: center;
  gap: 10px;
}

.folder-main-bradcum {
  display: flex;
  justify-content: space-between;
}
.folder-main-bradcum a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.folder-grid {
  margin: 20px 0 10px;
}
.folder-grid a {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

.float-right {
  float: right;
}

.balnk {
  margin-top: 20px;
}

.drop-select .select2-container .select2-selection--single,
.drop-select .select2-container .select2-selection--multiple {
  background-color: rgba(224, 224, 224, 0.5019607843);
  padding: 20px 0;
  height: calc(3.5rem + var(--ct-border-width) * 2);
}
.drop-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 12px;
}
.drop-select .select2-container.select2-container--below.select2-container--open {
  background: rgba(197, 220, 250, 0.2509803922);
}
.drop-select small {
  position: absolute;
  left: 25px;
  font-size: 14px;
  padding-top: 6px;
  font-weight: 400;
}

.side-nav .menuitem-active > a {
  background: #4285F4 !important;
}
.side-nav .menuitem-active > a i,
.side-nav .menuitem-active > a span {
  color: white;
}
.side-nav .menuitem-active > a.sub-menu {
  background-color: rgba(224, 224, 224, 0.5019607843) !important;
}
.side-nav .menuitem-active > a.sub-menu i,
.side-nav .menuitem-active > a.sub-menu span {
  color: #212121;
}
.side-nav .side-nav-second-level {
  margin-top: 0px;
  padding-left: 0px;
}
.side-nav .side-nav-second-level li a {
  padding-left: 20px;
}

.login-screens {
  margin-left: 0 !important;
  min-height: auto;
}

form .buttons-number-1 button {
  width: 100%;
}

.contact-card {
  background-color: #e6f0ff;
  border: 1px solid #d0e2ff;
  transition: box-shadow 0.2s ease;
  height: 100%;
}
.contact-card:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.flag-img {
  width: 40px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 3px;
}

.country-name {
  font-size: 0.95rem;
}

.phone-number {
  font-size: 1rem;
  line-height: 1.3;
  word-break: break-word;
}

body .rounded,
body button,
body input,
body textarea,
body select,
body .btn,
body .integration-card,
body .select-panel,
body .show-all-integrations .arrow-button {
  border-radius: 10px !important;
}

.jq-toast-single small {
  font-size: 8px;
  color: white;
}

form .form-control {
  background-color: rgba(224, 224, 224, 0.5019607843);
  border-bottom: 1px solid #C0C0C0;
  border-radius: 5px 5px 0 0;
  padding: 12px;
}
form .form-control:focus {
  background-color: rgba(197, 220, 250, 0.2509803922);
  border-color: #C5DCFA;
}
form .btn {
  box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.15) !important;
  padding: 12px;
  height: 48px;
}
form textarea {
  resize: none;
}
form .select2 .select2-selection {
  border-radius: 10px !important;
  border-bottom: 2px solid #616161;
}
form .select2.select2-container--open .select2-selection {
  border-radius: 10px !important;
  border-bottom: 2px solid #4285F4;
}

@media (max-width: 560px) {
  .d-flex-grid {
    display: grid;
    gap: 30px;
    justify-content: center !important;
  }
  .arrow-main {
    text-align: center;
  }
  .border-left {
    border-left: none;
  }
  .subscribe {
    position: relative;
  }
}
.show-all-integrations .app-logo {
  height: auto;
  width: 250px;
  -o-object-fit: contain;
     object-fit: contain;
}
.show-all-integrations .integration-card,
.show-all-integrations .integration-pricing-card,
.show-all-integrations .integration-listing-card {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.show-all-integrations .integration-listing-card {
  border: none !important;
  border-radius: 0%;
  flex-direction: row;
}
.show-all-integrations .connection-card button,
.show-all-integrations .connection-card p {
  width: 150px;
}
.show-all-integrations .connection-card p {
  text-align: center;
}
.show-all-integrations .direction-icon {
  font-size: 18px;
  margin: 0 10px;
  background-color: #eee;
  border-radius: 50%;
  padding: 10px;
}
.show-all-integrations .select-panel {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
}
.show-all-integrations .arrow-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 5px 0;
  background-color: #e9ecef;
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid #ced4da;
}
.show-all-integrations .arrow-button .arrow {
  font-size: 20px;
}
.show-all-integrations .integration-card {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 12px 20px;
  margin-bottom: 16px;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}
.show-all-integrations .integration-card .text-muted {
  font-size: 12px;
}
.show-all-integrations .direction-icon {
  font-size: 24px;
  background-color: #f1f1f1;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  margin: 0 auto 5px;
}
.show-all-integrations .app-logo {
  -o-object-fit: contain;
     object-fit: contain;
}
.show-all-integrations .integration-search,
.show-all-integrations .integration-card {
  cursor: pointer;
  transition: all 0.3s ease;
}
.show-all-integrations .integration-search.selected,
.show-all-integrations .integration-card.selected {
  background-color: rgba(197, 220, 250, 0.2509803922) !important;
  border-color: #1672ec !important;
}
.show-all-integrations .integration-search:hover {
  background-color: rgba(197, 220, 250, 0.2509803922) !important;
  border-color: #1672EC !important;
}
.show-all-integrations .integration-listing-card .app-logo {
  height: 130px;
  min-width: 250px;
}
.show-all-integrations .integration-detail-card {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 15px;
  height: 100%;
}
.show-all-integrations .integration-detail-card .line-arrow-container {
  position: relative;
}
.show-all-integrations .integration-detail-card .arrow-indicator {
  top: 73%;
  right: 11px;
  transform: translate(50%, -50%);
}
.show-all-integrations .integration-detail-card .arrow-indicator .bg-light {
  width: 50px;
  height: 50px;
}
.show-all-integrations .integration-detail-card .arrow-indicator #direction-text {
  font-size: 10px;
}
.show-all-integrations .integration-pricing-card {
  border: none;
  border-bottom: 1px solid #dee2e6;
  border-radius: 0;
}

.integration-listing-cards {
  position: relative;
  margin-bottom: 16px;
}

.plans .plan {
  border: 1px solid #dee2e6 !important;
  border-radius: 8px;
}

.app-detail .app-logo {
  width: 70%;
  height: auto;
}
.app-detail .integration-pricing-card {
  border-bottom: none;
}
.app-detail #simpleAccordion {
  margin-top: -20px;
  /* Remove default Bootstrap arrow */
  /* Style the SVG */
}
.app-detail #simpleAccordion .accordion-button {
  justify-content: flex-end;
  padding: 0.5rem 1rem;
}
.app-detail #simpleAccordion .accordion-button::after {
  display: none;
}
.app-detail #simpleAccordion .arrow-icon {
  transition: transform 0.3s ease;
  transform: rotate(0deg) !important;
  height: 20px;
}
.app-detail #simpleAccordion .collapsed .arrow-icon {
  transition: transform 0.3s ease;
  transform: rotate(180deg) !important;
  height: 20px;
}
.app-detail #simpleAccordion .accordion-button {
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 1rem;
  padding: 0;
  border-width: 0;
  background: none;
}
.app-detail #simpleAccordion .accordion-item {
  border-width: 0;
  background-color: transparent;
  border-bottom: 1px solid #dee2e6;
}

.nav-bordered li a.active {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.tabs-container {
  position: relative;
  display: flex;
  align-items: center;
}
.tabs-container .nav-tabs.nav-bordered {
  border-bottom: none;
}
.tabs-container .nav-tabs.nav-bordered::after {
  display: none !important;
}
.tabs-container .nav-tabs.nav-bordered .nav-item .nav-link {
  position: relative;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 500;
}
.tabs-container .nav-tabs.nav-bordered .nav-item .nav-link.active {
  border-bottom: 2px solid #0f74bc !important;
}
.tabs-container .nav-tabs.nav-bordered > .nav-tabs {
  border-bottom: 2px solid #dee2e6;
}
.tabs-container .nav-tabs-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  flex-grow: 1;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.tabs-container .nav-tabs-wrapper::-webkit-scrollbar {
  display: none;
}
.tabs-container .nav-tabs-wrapper .nav-tabs {
  flex-wrap: nowrap !important;
}
.tabs-container .nav-tabs-wrapper .nav-tabs .nav-item {
  white-space: nowrap;
}
.tabs-container button {
  margin-top: -25px;
  background-color: white;
  border: 0px;
  color: #212121;
}

/* Custom styles for the dynamic table component */
.delete-icon {
  color: #ED1C24 !important;
}

.file-manager-table-wrapper .file-manager-table {
  min-width: 600px;
  overflow-x: auto;
  width: 100%;
}
.file-manager-table-wrapper .file-manager-table .folder:before {
  content: "📁";
  font-weight: normal;
}
.file-manager-table-wrapper .file-manager-table .unsync {
  color: rgba(161, 158, 158, 0.7490196078) !important;
}
.file-manager-table-wrapper .file-manager-table .file:before {
  content: "🗎";
  font-weight: normal;
}
.file-manager-table-wrapper .file-manager-table td, .file-manager-table-wrapper .file-manager-table th {
  padding: 5px;
}
.file-manager-table-wrapper .file-manager-table tr td:first-child, .file-manager-table-wrapper .file-manager-table tr td:nth-child(3) {
  width: 43%;
}
.file-manager-table-wrapper .file-manager-table tr td:nth-child(2) {
  width: 14%;
}
.file-manager-table-wrapper .file-manager-table .error .arrow-both, .file-manager-table-wrapper .file-manager-table .error .arrow-left, .file-manager-table-wrapper .file-manager-table .error .arrow-right {
  border: 1px solid #ED1C24;
  color: #ED1C24;
}

.file-manager-container .folder:before {
  content: "📁";
  font-weight: normal;
}

.table .table-filter-view input {
  width: 100%;
}
.table tr td, .table tr th {
  color: #212121;
  vertical-align: middle;
}
.table .table-actions {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0;
  display: flex;
  gap: 10px;
  margin: 6px 0px;
}
.table .table-actions li a {
  padding: 5px;
  background-color: #4285F4;
  color: black;
  border-radius: 5px;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #4285F4;
}
.table .table-actions li a:hover {
  border: 1px solid #4285F4;
  color: #4285F4;
  background-color: white;
}
.table .table-actions li a:hover .edit-icon {
  color: black;
}

.pagination .page-item .page-link {
  color: #212121;
}
.pagination .page-item.active .page-link {
  color: white;
}

html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .leftside-menu .side-nav .side-nav-item:hover > .collapse > ul a {
  background-color: rgba(224, 224, 224, 0.5019607843);
  padding-left: 5px;
  color: #212121;
}
html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .leftside-menu .side-nav .side-nav-item:hover > .collapse > ul a.active {
  color: white;
}

/******** 12-08-2025 **********/
nav {
  background: transparent !important;
  height: auto !important;
  box-shadow: none !important;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1;
  margin-bottom: 10px;
}

.breadcrumb a, .breadcrumb-item {
  font-family: "Source Sans 3", sans-serif;
  font-size: 17px;
  color: rgba(111, 116, 125, 0.768627451);
  font-weight: 500;
  letter-spacing: 0.5px;
}

/****** Common CSS for cards ******/
.card.card-body {
  border: 1px solid #ced7df;
  box-shadow: none;
  border-radius: 10px;
  background-color: white;
}

.custom-field:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  background: url(../images/down-arrow.svg) no-repeat;
  right: 20px;
  top: 14px;
  z-index: 99999;
  background-size: 27px;
}

/******** 12-08-2025 **********/
.table thead tr th {
  padding: 0px 17px;
  font-size: 14px !important;
  white-space: nowrap;
}

.table thead tr, tbody tr {
  height: 40px;
}

.table tbody tr td {
  padding: 0px 16px !important;
  font-size: 14px !important;
  white-space: nowrap;
}

.table tbody tr .actions-btn {
  padding: 6px 16px;
}

.page-title-box .page-title {
  font-size: 24px;
  font-family: "Source Sans 3", sans-serif;
  line-height: 40px;
}

.pagination_btn {
  padding: 6px 16px;
  background-color: #4285F4;
  color: white;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #4285F4;
  transition: all 0.5s ease !important;
  font-family: "Source Sans 3", sans-serif;
}

.pagination_btn:hover {
  border: 1px solid #4285F4;
  color: #4285F4;
  background-color: white;
}

.no_btn {
  padding: 6px 16px;
  background-color: #ea4335;
  color: white;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #ea4335;
  transition: all 0.5s ease !important;
  font-family: "Source Sans 3", sans-serif;
}

.no_btn:hover {
  border: 1px solid #ea4335;
  color: #ea4335;
  background-color: white;
}

.form-switch .form-check-input {
  width: 40px;
  height: 20px;
  background-color: #e4ebf7;
  border-radius: 100px !important;
  border: none;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
  background-image: none;
  position: relative;
}

.form-switch .form-check-input:focus {
  box-shadow: none;
}

.form-switch .form-check-input:checked {
  background-color: #0f74bc !important; /* Light blue */
}

.form-switch .form-check-input::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.form-switch .form-check-input:checked::before {
  transform: translateX(24px);
}

.nav-tabs.nav-bordered {
  margin-bottom: 16px;
}

.nav-tabs.nav-bordered li a {
  padding: 6px 16px;
  color: #000;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
}

.nav-tabs.nav-bordered li a.active {
  background-color: rgba(22, 114, 236, 0.1490196078);
  color: #0f74bc;
}

.nav-tabs.nav-bordered li a:hover {
  border-bottom: 2px solid #0f74bc;
  background-color: rgba(22, 114, 236, 0.1490196078);
  color: #0f74bc;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.integration_name {
  font-size: 16px;
  font-weight: 500;
  margin: 0px 0px 8px;
  color: #414141;
  font-family: "Source Sans 3", sans-serif;
}

.integration_mainBox {
  padding: 16px;
}

.integration_status {
  font-size: 14px;
  font-weight: 500;
  color: #6f747d;
  font-family: "Source Sans 3", sans-serif;
}

.form_h {
  height: 40px;
}

.badge {
  font-size: 16px;
  color: #414141 !important;
  font-family: "Source Sans 3", sans-serif;
  padding: 0px;
}

.custom-card-body {
  padding: 16px;
  width: 100%;
}

.details_btn {
  padding: 6px 40px;
  background-color: #4285F4;
  color: white;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #4285F4;
  transition: all 0.5s ease !important;
  font-family: "Source Sans 3", sans-serif;
}

.details_btn:hover {
  border: 1px solid #4285F4;
  color: #4285F4;
  background-color: white;
}

.popular-apps {
  padding: 16px;
  border-right: 1px solid #dee2e6;
}

.show-all-integrations {
  display: flex;
  justify-content: center;
}

.popular_heading {
  font-size: 21px;
  font-weight: 500;
  color: #414141;
  font-family: "Source Sans 3", sans-serif;
  margin-bottom: 8px;
}

.popular_pargraf {
  font-size: 14px;
  color: #414141;
  font-family: "Source Sans 3", sans-serif;
  margin-bottom: 16px;
}

.popular_images, .integration-gap {
  gap: 16px;
}

.form-builder form {
  margin-bottom: 0px;
  width: 100%;
}

.form-builder form .form-control {
  margin-bottom: 4px !important;
}

.direction-icontwo {
  font-size: 24px;
  background-color: rgba(192, 192, 192, 0.3803921569);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  margin: 0 auto 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.direction-icontwo .available-waytwo {
  height: 35px;
}
.direction-icontwo .available-wayone {
  height: 20px;
}

.dirextion-text {
  font-size: 20px;
  padding: 6px;
  color: #414141;
}

.show-all-integrations .integration-card {
  justify-content: space-evenly !important;
  gap: 38px !important;
}

.available_card {
  transition: all 0.3s ease;
}

.available_card:hover {
  background-color: rgba(197, 220, 250, 0.2509803922) !important;
  border-color: #1672EC !important;
}

.select_integrationtext {
  font-size: 24px;
  color: #414141;
  font-weight: 500;
  font-family: "Source Sans 3", sans-serif;
}

.select_integrationparagraf {
  font-size: 14px;
  color: #414141;
  font-weight: 500;
  font-family: "Source Sans 3", sans-serif;
  text-align: center;
}

.systemlogs_btn {
  padding: 6px 40px;
  background-color: #4285F4;
  color: white;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #4285F4;
  transition: all 0.5s ease !important;
  font-family: "Source Sans 3", sans-serif;
  width: fit-content !important;
}

.systemlogs_btn:hover {
  border: 1px solid #4285F4;
  color: #4285F4;
  background-color: white;
}

.buttons-number-3 {
  gap: 4px !important;
}

.existing_subscription {
  border-radius: 4px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.existing_subscription h4 {
  font-size: 21px;
  color: rgba(0, 0, 0, 0.8705882353);
  font-weight: 400;
}

.existing_subscription:hover {
  background-color: rgba(0, 0, 0, 0.0392156863) !important;
}

.input-group .btn {
  padding: 12px 40px;
  background-color: #4285F4;
  color: white;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #4285F4;
  transition: all 0.5s ease !important;
  font-family: "Source Sans 3", sans-serif;
  margin-left: 0px !important;
}

.input-group .btn:hover {
  border: 1px solid #4285F4;
  color: #4285F4;
  background-color: white;
}

.manual_btn {
  padding: 6px 40px;
  background-color: #4285F4;
  color: white;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #4285F4;
  transition: all 0.5s ease !important;
  font-family: "Source Sans 3", sans-serif;
  width: fit-content !important;
}

.manual_btn:hover {
  border: 1px solid #4285F4;
  color: #4285F4;
  background-color: white;
}

.manual_card {
  padding: 16px;
  border: 1px solid #d0d6db;
  border-radius: 10px;
  background-color: white;
}

.filed_height {
  height: 57px;
}

#subscription_id {
  width: 100%;
  height: 57px;
  border-top: 1px solid #c0c0c0;
  border-left: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
}

.input-group {
  display: flex !important;
  align-items: end;
  gap: 10px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.select2-container .select2-selection--single .select2-selection__arrow {
  height: 45px;
  width: 20px;
}

.select2-selection__clear {
  display: none;
}

.input_text {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  border-top: 1px solid #c0c0c0;
  border-left: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
}

#get_details {
  margin-left: 10px;
  padding: 6px 40px;
  background-color: #4285F4;
  color: white;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #4285F4;
  transition: all 0.5s ease !important;
  font-family: "Source Sans 3", sans-serif;
  width: fit-content !important;
  height: 38px;
  margin-top: 20px;
}

#get_details:hover {
  border: 1px solid #4285F4;
  color: #4285F4;
  background-color: white;
}

.details_input input,
.details_input select,
.details_input textarea {
  height: 52px !important;
  margin-bottom: 0px !important;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  border-top: 1px solid #c0c0c0;
  border-left: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  box-sizing: border-box;
}

.customwidth {
  width: -moz-max-content;
  width: max-content;
}

#global-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(245, 245, 245, 0.6588235294); /* light grey bg */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 9999;
}

#global-loader .loader-content {
  text-align: center;
}

#global-loader img {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto;
}

#global-loader p {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.error-border {
  border: 2px solid #ff0000 !important;
  background-color: rgba(255, 0, 0, 0.1215686275) !important;
  border-radius: 10px !important;
}

.select2-container.error-border .select2-selection {
  border: 1px red !important;
  background-color: #ffe6e6 !important;
  border-radius: 10px !important;
}

select.error-border {
  border: none !important;
  background: none !important;
}

form .select2 .select2-selection {
  display: flex;
  align-items: center;
  height: 47px !important;
  border-bottom: 1px solid #c0c0c0 !important;
  background-color: #efefef;
}

.action_btn {
  padding: 6px 16px;
  background-color: #4285F4;
  color: white;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #4285F4;
  transition: all 0.5s ease !important;
  font-family: "Source Sans 3", sans-serif;
  height: 57px;
}

.action_btn:hover {
  border: 1px solid #4285F4;
  color: #4285F4;
  background-color: white;
}

.time_btn {
  padding: 6px 40px;
  background-color: #4285F4;
  color: white;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #4285F4;
  transition: all 0.5s ease !important;
  font-family: "Source Sans 3", sans-serif;
  width: fit-content !important;
}

.time_btn:hover {
  border: 1px solid #4285F4;
  color: #4285F4;
  background-color: white;
}

.back_btn {
  padding: 6px 40px;
  background-color: #4285F4;
  color: white;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #4285F4;
  transition: all 0.5s ease !important;
  font-family: "Source Sans 3", sans-serif;
  width: fit-content !important;
}

.back_btn:hover {
  border: 1px solid #4285F4;
  color: #4285F4;
  background-color: white;
}

.add_btn {
  padding: 6px 40px;
  background-color: #6c757d;
  color: white;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #4285F4;
  transition: all 0.5s ease !important;
  font-family: "Source Sans 3", sans-serif;
  width: fit-content !important;
}

.add_btn:hover {
  border: 1px solid #6c757d;
  color: #6c757d;
  background-color: white;
}

.sync_btn {
  padding: 6px 40px;
  background-color: #6c757d;
  color: white;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #6c757d;
  transition: all 0.5s ease !important;
  font-family: "Source Sans 3", sans-serif;
  width: fit-content !important;
}

.sync_btn:hover {
  border: 1px solid #6c757d;
  color: #6c757d;
  background-color: white;
}

.select_btn {
  border: 1px solid #4285F4;
  background-color: #4285F4;
  color: white;
}

.select_btn:hover {
  border: 1px solid #4285F4;
  color: #4285F4;
}

.modal-content {
  min-height: auto;
}

.backButton {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 2px;
  transition: all 0.2s ease-in-out;
  padding: 10px 14px;
  border-radius: 4px;
}

.backButton:hover {
  background-color: #efefef;
}

.integration_card {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.subscribe_btn {
  padding: 6px 40px;
  background-color: #4285F4;
  color: white;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 600;
  border: 1px solid #4285F4;
  transition: all 0.5s ease !important;
  font-family: "Source Sans 3", sans-serif;
}

.subscribe_btn:hover {
  border: 1px solid #4285F4;
  color: #4285F4;
  background-color: white;
}

.form-check.form-switch {
  display: -webkit-inline-box;
  gap: 15px;
}

.modal_configuration {
  overflow-y: auto;
  height: 750px;
}

.bg-color {
  background-color: #4285F4;
}

.integration-group {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 15px;
  background: #fff;
  margin-bottom: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.integration-group .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  margin-bottom: 15px;
  color: #000;
}

.integrations-logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.integrations-logo img {
  max-height: 40px;
  max-width: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}

.integration-arrow {
  text-align: center;
  min-width: 80px;
}

.integration-arrow .icon-block-wrap {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.integration-arrow .fs-12 {
  font-size: 12px;
  margin-top: 5px;
  color: #555;
}

.integration-group .assign-btn {
  padding: 6px 40px;
  background-color: #4285F4;
  color: white;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #4285F4;
  transition: all 0.5s ease !important;
  font-family: "Source Sans 3", sans-serif;
  width: fit-content !important;
}

.integration-group .assign-btn:hover {
  border: 1px solid #4285F4;
  color: #4285F4;
  background-color: white;
}

.user_p {
  font-size: 14px;
  font-family: "Source Sans 3", sans-serif;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
}

.radio_btn {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #999; /* outline color */
  border-radius: 50%;
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: border 0.2s, background 0.2s;
}

/* When checked → color */
.radio_btn:checked {
  border-color: #0f74bc; /* outer border */
  background-color: #0f74bc; /* fill */
}

/* Inner dot */
.radio_btn:checked::after {
  content: "";
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.info_icon:hover .tooltip_text {
  visibility: visible;
  opacity: 1;
}

.cancel_btn {
  padding: 6px 40px;
  background-color: #ea4335;
  color: white;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #ea4335;
  transition: all 0.5s ease !important;
  font-family: "Source Sans 3", sans-serif;
  width: fit-content !important;
}

.cancel_btn:hover {
  border: 1px solid #ea4335;
  color: #ea4335;
  background-color: white;
}

.create_btn {
  padding: 6px 40px;
  background-color: #2AB930;
  color: white;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #2AB930;
  transition: all 0.5s ease !important;
  font-family: "Source Sans 3", sans-serif;
  width: fit-content !important;
}

.create_btn:hover {
  border: 1px solid #2AB930;
  color: #2AB930;
  background-color: white;
}

.select_input {
  height: 57px;
  margin-bottom: 0px !important;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  border: 1px solid #c0c0c0;
  border-bottom: 0px !important;
  background-color: rgba(224, 224, 224, 0.5333333333);
}

.check_box {
  border: 1px solid rgba(97, 97, 97, 0.1490196078) !important;
  border-radius: 6px !important;
  padding: 10px !important;
}
.check_box:focus {
  background-color: #0f74bc !important;
  border-color: #0f74bc !important;
}

@media (min-width: 1200px) {
  .modal-xl {
    --ct-modal-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .modal-xl {
    --ct-modal-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .modal-xl {
    --ct-modal-width: 1520px;
  }
}
.small_text {
  font-size: 12px !important;
  color: #8a969c !important;
  font-family: "Source Sans Pro", sans-serif !important;
}

.list-group-item {
  color: #000 !important;
}

.hide-attribute {
  display: none !important;
}

#company_name {
  transition: all 0.3s ease;
}
#company_name:disabled {
  background-color: #f8f9fa;
  cursor: not-allowed;
  opacity: 0.7;
}
#company_name:enabled {
  background-color: #fff;
  border-color: #4285F4;
  box-shadow: 0 0 0 0.2rem rgba(15, 116, 188, 0.25);
}

.otp_class {
  margin-bottom: 0px !important;
}

.otp_class2 {
  margin-bottom: 10px !important;
}

.otp_class3 {
  margin-bottom: 15px !important;
}

.folder_select {
  height: 250px;
  overflow-y: auto;
}

.child-sync-modal .modal-content {
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.child-sync-modal .child-sync-modal-header {
  display: flex;
  justify-content: flex-end;
}
.child-sync-modal .modal-header {
  border: 0;
  padding-bottom: 0;
}
.child-sync-modal .modal-header .btn-close {
  margin: 0;
  display: flex;
  justify-content: flex-end;
}
.child-sync-modal .modal-body {
  text-align: center;
  padding: 0rem 1.5rem 1.5rem;
}
.child-sync-modal .modal-body .modal-title {
  color: #333;
  font-weight: 500;
  margin-bottom: 1rem;
}
.child-sync-modal .modal-body .btn {
  border-radius: 8px;
  font-weight: 500;
  padding: 0.5rem 1.5rem;
  min-width: 80px;
}
.child-sync-modal .modal-body .btn-link {
  text-decoration: none;
  color: #6c757d;
}

:root {
  --chip-bg: #eef2f7;
  --chip-border: #d0d7e0;
  --chip-text: #0f1724;
  --chip-radius: 8px;
  --input-min-width: 150px;
}

.tags-input {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  padding: 8px;
  border: 1px solid var(--chip-border);
  border-radius: 8px;
  background: #fff;
  min-height: 46px;
  cursor: text;
}

.tags-input.focused {
  box-shadow: 0 0 0 3px rgba(50, 100, 255, 0.06);
  border-color: #6b8cff;
}

.tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  background: #4285F4;
  color: var(--chip-text);
  border-radius: var(--chip-radius);
  border: 1px solid var(--chip-border);
  font-size: 13px;
}

.tag span {
  color: white;
}

.tag .remove {
  display: inline-flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-weight: 700;
}

.tag .remove:hover {
  opacity: 0.8;
}

.tags-input input {
  border: none;
  outline: none;
  min-width: var(--input-min-width);
  flex: 1 0 auto;
  font-size: 14px;
}

.helper {
  margin-top: 6px;
  font-size: 12px;
  color: #6b7280;
}

/* responsive: shrink input on small widths */
@media (max-width: 480px) {
  :root {
    --input-min-width: 80px;
  }
}
/* kishan work  */
.connection_accordion {
  border-radius: 0px !important;
}

.connection_input {
  height: 52px;
  margin-bottom: 0px !important;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  border-top: 1px solid #c0c0c0;
  border-left: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  background-color: rgba(224, 224, 224, 0.5019607843);
}

.helper, strong {
  font-size: 14px;
  color: #414141;
}

.submit_btn {
  padding: 12px 40px;
  background-color: #4285F4;
  color: white;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #4285F4;
  transition: all 0.5s ease !important;
  font-family: "Source Sans 3", sans-serif;
  width: fit-content !important;
}

.submit_btn:hover {
  border: 1px solid #4285F4;
  color: #4285F4;
  background-color: white;
}

.simpro_logos {
  overflow-x: auto;
  scrollbar-width: none;
}

.toggle-password {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #888;
}

span.toggle-password {
  padding-right: 10px;
  position: absolute;
  top: 27px;
}

#password-rules {
  display: none;
  margin-bottom: 10px;
  padding: 0;
}

#confirm-error {
  display: none;
  margin-bottom: 18px;
}

.otp_box {
  display: -webkit-box;
  gap: 10px;
}

.create_company {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #4285F4;
  background-color: rgba(22, 114, 236, 0.1490196078);
  border-radius: 8px;
  padding: 16px 14px;
}

.create_icon {
  color: white;
  transition: all 0.5s ease !important;
}

.manual_btn:hover .create_icon {
  color: #4285F4;
}

.submit_btn:hover .create_icon {
  color: #4285F4;
}

.export_btn:hover .create_icon {
  color: #4285F4;
}

.users_icon i {
  color: #4285F4;
}

.createCompany_text {
  font-weight: 400;
}

.email_heading {
  font-size: 24px;
  font-weight: 400;
}

.meting_heading {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
}

.book_paragraf {
  font-size: 14px;
}

.arrow_m {
  margin-left: 16px;
}

.integration_image {
  width: 300px;
  height: 170px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 992px) {
  .custom_w {
    width: 74%;
  }
  .modal_Width {
    width: 60%;
    height: 725px;
  }
  .show-all-integrations .app-logo {
    width: 210px;
  }
  .show-all-integrations .integration-detail-card .arrow-indicator .bg-light {
    width: 40px;
    height: 40px;
  }
  .direction-icontwo {
    width: 40px;
    height: 40px;
  }
  .direction-icontwo .available-waytwo {
    height: 30px;
  }
  .direction-icontwo .available-wayone {
    height: 16px;
  }
  .dirextion-text {
    font-size: 16px;
    padding: 0px;
  }
  .direction-icon .two_way {
    height: 32px;
  }
  .direction-icon .one_way {
    height: 22px;
  }
}
@media (min-width: 1200px) {
  .custom_w {
    width: 74%;
  }
  .modal_Width {
    width: 60%;
    height: 725px;
  }
  .show-all-integrations .app-logo {
    width: 130px;
  }
  .show-all-integrations .integration-detail-card .arrow-indicator .bg-light {
    width: 40px;
    height: 40px;
  }
  .direction-icontwo {
    width: 40px;
    height: 40px;
  }
  .direction-icontwo .available-waytwo {
    height: 30px;
  }
  .direction-icontwo .available-wayone {
    height: 16px;
  }
  .dirextion-text {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  .custom_w {
    width: 79%;
  }
  .modal_Width {
    width: 60%;
    height: 725px;
  }
  .show-all-integrations .app-logo {
    width: 170px;
  }
  .show-all-integrations .integration-detail-card .arrow-indicator .bg-light {
    width: 40px;
    height: 40px;
  }
  .direction-icontwo {
    width: 40px;
    height: 40px;
  }
  .direction-icontwo .available-waytwo {
    height: 30px;
  }
  .direction-icontwo .available-wayone {
    height: 16px;
  }
  .dirextion-text {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .custom_w {
    width: 83%;
  }
  .modal_Width {
    width: 60%;
    height: 725px;
  }
  .show-all-integrations .app-logo {
    width: 220px;
  }
  .show-all-integrations .integration-detail-card .arrow-indicator .bg-light {
    width: 50px;
    height: 50px;
  }
  .direction-icontwo {
    width: 50px;
    height: 50px;
  }
  .direction-icontwo .available-waytwo {
    height: 30px;
  }
  .direction-icontwo .available-wayone {
    height: 16px;
  }
  .dirextion-text {
    font-size: 16px;
  }
}
@media (min-width: 1900px) {
  .custom_w {
    width: 86%;
  }
  .modal_Width {
    width: 60%;
    height: 790px;
  }
  .show-all-integrations .app-logo {
    width: 250px;
  }
  .direction-icontwo {
    width: 50px;
    height: 50px;
  }
  .direction-icontwo .available-waytwo {
    height: 35px;
  }
  .direction-icontwo .available-wayone {
    height: 20px;
  }
  .dirextion-text {
    font-size: 20px;
  }
}
.show-all-integrations .view_price .app-logo {
  width: clamp(100px, 15vw, 310px);
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.view_price .app-logo {
  max-width: clamp(320px, 10vw, 310px);
  height: auto;
}

.view_price .imageBox {
  max-width: clamp(120px, 18vw, 310px);
  height: auto;
}

.integration_image {
  width: clamp(100px, 15vw, 310px);
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.integration-logo {
  max-width: clamp(120px, 18vw, 310px);
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inputextra_text small, span {
  font-size: 14px;
}

form select {
  display: flex !important;
  align-items: center;
  height: 48px !important;
  background-color: rgba(224, 224, 224, 0.5019607843) !important;
}

form select:focus {
  background-color: rgba(22, 115, 236, 0.137254902) !important;
}

form .select2 .select2-selection:focus {
  border-radius: 10px !important;
  border-bottom: 2px solid #1672EC;
  background-color: rgba(22, 115, 236, 0.137254902);
}

.connection_details {
  top: 35%;
  right: 8px;
  transform: translate(-50%);
  cursor: pointer;
}

.select2-hidden-accessible {
  border: 1px solid #dee2e6 !important;
  -webkit-clip-path: none !important;
  position: unset !important;
  padding: 0.45rem 2.7rem 0.45rem 0.9rem !important;
  width: 100% !important;
  height: 52px !important;
  text-align: start !important;
  display: none !important;
}

.file_text {
  font-size: 16px;
  color: rgba(33, 33, 33, 0.631372549);
}

.folder_parent .form-label {
  font-size: 16px;
  color: rgba(33, 33, 33, 0.631372549);
  font-weight: 500;
}

.list_style {
  list-style: disc;
}

.ip_text {
  font-size: 14px;
  color: #212121;
  font-weight: 300;
}

.delete-btn {
  border: none !important;
  border-radius: 4px !important;
  width: 36px;
  height: 36px;
  transition: all 0.3s ease-in-out;
}

.delete-btn:hover {
  background-color: rgba(255, 0, 0, 0.3215686275) !important;
}

.delete-btn i {
  font-size: 24px;
  color: red;
}

.folder_text {
  font-size: 16px;
  color: #414141;
}

.validation_msg .validation_error {
  position: absolute;
  top: 50px;
  left: 5px;
}

.header_text {
  font-weight: 700;
}

.chart-wrapper {
  height: 400px;
}

.detail_box {
  background-color: #f4f4f4;
  border: 1px solid #ced7df;
  border-radius: 10px;
  padding: 10px;
}

.dash_text {
  font-size: 16px;
  color: #414141;
}

.dash_paragraf {
  font-size: 14px;
  color: #414141;
}

.hour_table {
  font-family: "Manrope", sans-serif;
  font-size: 14px !important;
}

.border_top {
  padding: 20px 0px;
  border-top: 1px solid #e0e0e0;
}

.table_hadText {
  color: #414141;
  font-weight: 500;
}

.dashpro_text {
  font-size: 24px;
  color: #414141;
  font-weight: 400;
}

.dashpro_paragraf {
  font-size: 16px;
  color: #414141;
  font-weight: 600;
}

.mian_progd {
  border: 1px solid #ced7df;
  padding: 20px;
  border-radius: 10px;
}

.table-responsive {
  overflow-y: hidden;
}

.checkBox {
  width: 18px;
  height: 18px;
}

.delete_btn {
  padding: 6px 40px;
  background-color: #ea4335;
  color: white;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 600;
  width: 100%;
  border: 1px solid #ea4335;
  transition: all 0.5s ease !important;
  font-family: "Source Sans 3", sans-serif;
}

.delete_btn:hover {
  border: 1px solid #ea4335;
  color: #ea4335 !important;
  background-color: white;
}

.submit_btn2 {
  padding: 12px 22px;
  background-color: #4285F4;
  color: white;
  font-size: 14px;
  border-radius: 10px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #4285F4;
  transition: all 0.5s ease !important;
  font-family: "Source Sans 3", sans-serif;
  width: fit-content !important;
}

.submit_btn2:hover {
  border: 1px solid #4285F4;
  color: #4285F4;
  background-color: white;
}

.remove_btn {
  padding: 12px 40px;
  background-color: #ea4335;
  color: white;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #ea4335;
  transition: all 0.5s ease !important;
  font-family: "Source Sans 3", sans-serif;
  margin-top: 10px;
}

.remove_btn:hover {
  border: 1px solid #ea4335;
  color: #ea4335;
  background-color: white;
}

.filter-box {
  width: 95%;
  border-radius: 0% !important;
  border: 1px solid #ccc;
}

.filter-box:focus-visible {
  outline: none !important;
}

.export_btn {
  padding: 12px 20px;
  background-color: #4285F4;
  color: white;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #4285F4;
  transition: all 0.5s ease !important;
  font-family: "Source Sans 3", sans-serif;
  width: fit-content !important;
}

.export_btn:hover {
  border: 1px solid #4285F4;
  color: #4285F4;
  background-color: white;
}

.tables_holver tbody tr {
  transition: all 0.3s ease-in-out;
}

.tables_holver tbody tr:hover {
  background-color: rgba(33, 33, 33, 0.0392156863);
}

.border-bottom {
  border: none;
  border-bottom: 1px solid #dee2e6;
  border-radius: 0;
}

.about_heading {
  font-size: 18px;
  color: #414141;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 500;
}

.pricing_btn {
  padding: 6px 40px;
  background-color: #4285F4;
  color: white;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #4285F4;
  transition: all 0.5s ease !important;
  font-family: "Source Sans 3", sans-serif;
  width: 100% !important;
}

.pricing_btn:hover {
  border: 1px solid #4285F4;
  color: #4285F4;
  background-color: white;
}

.table_columnWidth thead th:nth-child(2),
.table_columnWidth thead th:nth-child(3),
.table_columnWidth thead th:nth-child(4),
.table_columnWidth thead th:nth-child(5),
.table_columnWidth thead th:nth-child(6) {
  width: 200px;
}

.reset_heding {
  font-size: 18px;
  font-weight: 500;
  color: #212121;
  font-family: "Source Sans 3", sans-serif;
}

.resetParafgraf {
  font-size: 16px;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
  color: #212121;
  line-height: 1.5;
}

.reset_input {
  height: 52px;
  margin-bottom: 0px !important;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  border-top: 1px solid #c0c0c0;
  border-left: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
}

.ql-header {
  display: inline-table !important;
  height: 0px !important;
  background-color: white !important;
  border: none;
}

.ql-formats {
  width: -moz-min-content;
  width: min-content;
  display: inline-flex !important;
}

.ql-toolbar.ql-snow .ql-formats {
  margin-right: 0px !important;
}

.userInput {
  max-height: 200px;
  overflow-y: auto;
  display: none;
  z-index: 1000;
  width: -webkit-fill-available;
  border: 1px solid #ccc; /* add border */
  box-sizing: border-box; /* scrollbar inside border */
}

.ehEmpTab {
  max-height: 1000px;
  overflow-y: auto;
  scrollbar-width: none;
}

.warning_model {
  /* max-width: 700px; */
  border-radius: 10px !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}

.clickText {
  color: #4285F4;
}

.error_text2 {
  font-size: 14px;
  font-weight: 600;
  font-family: "Source Sans 3", sans-serif;
}

.text-success {
  color: #198754 !important;
}

.table-success td {
  color: #198754 !important;
  background-color: #fff !important;
}

.table-danger td {
  color: #ed1c24 !important;
  background-color: #fff !important;
}

.hedingText {
  font-size: 18px;
  font-weight: 600;
  color: #212121;
  font-family: "Source Sans 3", sans-serif;
}

.small_text2 {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

.list-group-item.selected {
  color: #1672EC !important;
  font-weight: 500;
  transition: all 0.5s ease !important;
}

.list-group-item:hover {
  color: #e4ebf7 !important;
}

.list-group-item.selected i {
  color: #1672EC;
  display: inline-block;
  font-weight: 900;
}

.list-group-item:hover i {
  color: #e4ebf7;
}

.list-group-item:hover {
  background: #e4ebf7;
  color: #1672EC !important;
}

.list-group-item:hover i {
  color: #1672EC !important;
}

.label_form {
  font-size: 16px !important;
  color: #1672EC;
}

.borderless-select {
  border: none !important;
  background-color: transparent !important;
  color: rgba(0, 0, 0, 0.87) !important;
  font-family: "Source Sans 3", sans-serif !important;
  height: 48px !important;
}

.modal_customBox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.model_heading {
  font-size: 24px;
  font-weight: 600;
  font-family: "Source Sans 3", sans-serif;
}

.modal_Width {
  border-radius: 10px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.modal_Width .buttons-number-2 {
  justify-content: end;
}

.week_class .form-label {
  margin-bottom: 0px;
  font-weight: 400;
  margin-right: 50px;
}

.modal-body .custom-scroll {
  overflow-y: auto;
  overflow-x: hidden;
}

.select2-container .select2-selection--single {
  height: 38px !important;
  border-radius: 6px;
}

.select2-selection__rendered {
  line-height: 38px !important;
}

.custom-scroll .select2-selection__clear {
  display: none !important;
}

.wrap-text {
  white-space: normal !important;
}

.progress {
  background-color: rgba(192, 192, 192, 0.2196078431);
  border: 1px solid black;
  border-radius: 20px;
}

.existing_main {
  min-width: 900px !important;
}

.employee_mapping {
  height: 47px;
}

.custom-table thead th:nth-child(2) {
  width: 40vw;
}
.custom-table thead th:nth-child(3) {
  width: 10vw;
}
.custom-table thead th:nth-child(4) {
  width: 30vw;
}

.warning-parent-folder, .warning-document-folder {
  color: #1672EC !important;
  text-decoration: underline;
}

.select2-container--default .select2-selection--multiple {
  position: relative;
  padding-right: 32px !important;
}

.select2-container--default .select2-selection--multiple::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("../images/down-arrow.svg") no-repeat center center;
  background-size: 20px 20px;
  pointer-events: none;
  z-index: 10;
}

.select2-selection--multiple {
  min-height: 38px;
  border: 1px solid #ced4da !important;
  border-radius: 4px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center;
}

.select2-selection__choice {
  background: #4285f4 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 3px !important;
  height: 30px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  background-color: #4285f4 !important;
}

.text_color {
  color: #0f74bc !important;
  font-weight: 600;
}

.addbt-fileds {
  margin-left: 10px;
  padding: 15px 40px;
  background-color: #4285F4;
  color: white;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #4285F4;
  transition: all 0.5s ease !important;
  font-family: "Source Sans 3", sans-serif;
  width: fit-content !important;
}

.addbt-fileds:hover {
  border: 1px solid #4285F4;
  color: #4285F4;
  background-color: white;
}

.times_main .select2-selection__clear {
  margin-right: 12px !important;
  position: absolute;
  top: 7px;
  left: 94%;
}

.modal-body {
  color: #000;
  font-weight: 400;
}

.table_header {
  background-color: rgba(192, 192, 192, 0.2196078431);
}

.folder_root {
  white-space: nowrap;
  flex-wrap: wrap;
}

.dynamic_status .status-pill {
  padding: 3px 7px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.dynamic_status .status-pill.info {
  background: #276678;
  color: #fff;
}

.dynamic_status .status-pill.danger {
  background: #ff0000;
  color: #fff;
}

.dynamic_status .status-pill.secondary {
  background: #cca45f;
  color: #fff;
}

.dynamic_status .status-pill.light {
  background: #e9ecef;
  color: #212529;
}

.custom_btn {
  padding: 6px 40px;
  background-color: #0ca789;
  color: white;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #0ca789;
  transition: all 0.5s ease !important;
  font-family: "Source Sans 3", sans-serif;
  width: fit-content !important;
}

.custom_btn:hover {
  border: 1px solid #0ca789;
  color: #0ca789;
  background-color: white;
}

.custom_btn:hover .create_icon {
  color: #0ca789;
}

.strong_name {
  font-size: 24px;
  color: #4285F4;
}

.support_table table tbody tr th {
  min-width: 120px;
}

.support_table table tbody tr:nth-child(1) {
  background-color: #f2f2f2;
}

form .custom_multiselect .select2 .select2-selection {
  height: auto !important;
}

.custom_multiselect .select2-container--default .select2-selection--multiple {
  min-height: auto !important;
  max-height: none !important;
}

.custom_multiselect .select2-container .select2-search--inline .select2-search__field {
  height: 37px;
}

.table_rows {
  background-color: rgba(224, 224, 224, 0.5019607843) !important;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px;
}

.timesheet_comments {
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.customNav .nav-item .nav-link .conection_icons,
.customNav .nav-item .nav-link .conection_text {
  color: black !important;
}

.customNav .nav-item .nav-link.active .conection_icons,
.customNav .nav-item .nav-link.active .conection_text {
  color: white !important;
}

.w-90 {
  width: 88% !important;
}

.mTop {
  margin-top: -2.5rem !important;
}

.disabled-link-new {
  pointer-events: none;
  text-decoration: none;
  cursor: not-allowed;
  background-color: #e0e0e0 !important;
  border: 1px solid #a0a0a0 !important;
  color: #8c8c8c !important;
}

.wrap-tbl-cls {
  table-layout: fixed;
  width: 100%;
}

.wrap-tbl-cls td,
.wrap-tbl-cls th {
  white-space: normal !important;
  word-break: break-word;
}

.app-logo-big {
  width: 320px !important;
  height: auto !important;
}

.select2_background .select2 .select2-selection {
  background: rgb(239, 239, 239);
}

.input-group.ig_grp {
  display: flex !important;
  align-items: end;
  gap: 26px;
  width: 700px;
}

.input-group.ig_grp .form-control {
  margin-bottom: 0 !important;
}

.mb-3.ig_grp {
  margin-bottom: 0 !important;
}

.nav-tabs.nav-bordered li a.active span {
  color: #0f74bc !important;
}

.nav-tabs.nav-bordered li a.active i {
  color: #0f74bc !important;
}

.nav-tabs.nav-bordered.customNav li a:hover {
  border-bottom: 2px solid #0f74bc;
  background-color: #dceafc;
}

.close-jq-toast-single {
  display: none !important;
}

.jq-toast-wrap {
  width: 350px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: rgb(223, 236, 252);
  color: black;
}

.select2-container--default .select2-results__option--selected {
  background-color: rgb(223, 236, 252);
  color: rgba(0, 0, 0, 0.75);
}

\.select2-container--default .select2-results__option[aria-selected=true] {
  background: linear-gradient(90deg, #d0e7ff 0%, #edf2ff 100%);
  color: #000;
  border-radius: 6px;
  font-weight: 500;
}

.arrow-buttons {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 2px;
  width: 28px;
}

.arrow-btn {
  background: transparent;
  border: none;
  color: #007bff;
  font-size: 12px;
  padding: 2px 0;
  cursor: pointer;
}

.arrow-btn:hover {
  color: #0056b3;
}

.button-sm-hover {
  cursor: pointer;
  display: block;
  right: calc(var(--ct-leftbar-width-sm) * 0.5 - var(--ct-logo-sm-height) * 0.7);
  position: absolute;
  font-size: var(--ct-menu-item-icon-size);
  line-height: var(--ct-topbar-height);
  z-index: 1;
  color: var(--ct-menu-item-color);
}

.button-sm-hover i {
  font-size: 22px;
  color: var(--ct-menu-item-color);
  transition: color 0.2s ease;
}

.button-sm-hover:hover i {
  color: #ff4d4f;
}

.table {
  width: 100% !important;
  border-collapse: collapse !important;
}

.data_view-container .table {
  table-layout: auto !important;
}

.data_view-container .table td {
  white-space: nowrap !important;
}

.table td {
  white-space: normal !important;
  word-break: break-word !important;
  overflow-wrap: break-word !important;
  text-align: left !important;
  vertical-align: middle !important;
}

.table-container {
  width: 100% !important;
  overflow-x: hidden !important;
}

.data_view-container .table-container {
  overflow-x: auto !important;
}

.table-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  list-style: none !important;
  justify-content: flex-start !important;
}

.table-actions li {
  display: inline-flex !important;
}

.table-actions .dropdown-item {
  white-space: normal !important;
  text-align: center !important;
  min-width: 60px !important;
}

.table .table-actions li a {
  padding: 4px 22px !important;
  width: 20px;
}

.custom-fields input {
  border: none !important;
  background: rgba(224, 224, 224, 0.5) !important; /* ✅ fixed rgba syntax */
  padding: var(--field-padding, 16px) !important;
  width: 100% !important;
  outline: none !important;
  font-size: 16px !important;
  border-top: 1px solid #C0C0C0 !important;
  border-left: 1px solid #C0C0C0 !important;
  border-right: 1px solid #C0C0C0 !important;
  border-bottom: 1px solid #616161 !important;
  height: 40px !important;
}

.submit_btn.database-access-bi-elements {
  padding: 6px 40px !important;
}

span.arrow-both {
  text-align: center;
  padding-top: 2px;
}

span.arrow-right {
  text-align: center;
  padding-top: 2px;
}

.jq-icon-success {
  background-color: #34A853;
  color: #fff;
  border-color: #34A853;
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove {
  opacity: 1;
  z-index: 1;
}

.accordion-button {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.accordion-button::after {
  content: "" !important;
  display: block !important;
  flex-shrink: 0 !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  margin-left: auto !important;
  background-repeat: no-repeat !important;
  background-size: 1.25rem !important;
  transition: transform 0.2s ease !important;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23212121' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg) !important;
}

i.uil-check.fs-3 {
  color: #21c921 !important;
}

span.uil-info-circle {
  color: black;
  font-size: 15px;
}

i.ri-links-fill {
  color: #4285f4;
}

a.folder-link {
  color: #4285f4;
}

.pagination .page-item .page-link.active,
.pagination .page-item.active .page-link {
  background-color: #4285F4;
  border-color: #4285F4;
}

:root {
  --ct-logo-sm-height: unset;
  --ct-topbar-height: unset;
}

.accordion-header:hover {
  background-color: rgb(239, 239, 239);
}

select.form-select {
  background-color: rgb(239, 239, 239) !important;
}

.select2-container .select2-selection--single {
  background-color: rgb(239, 239, 239) !important;
}

select.form-select option {
  background-color: #ffffff !important;
}

.folder_root svg {
  margin-top: -2px;
}

.folder-svg-fix {
  position: relative;
  top: -2px;
}

.simpro-logo-gap {
  margin-left: 15px;
}

.drive-logo-gap {
  margin-left: 15px;
}

.file-manager-table-wrapper .file-manager-table .arrow-both,
.file-manager-table-wrapper .file-manager-table .arrow-right,
.file-manager-table-wrapper .file-manager-table .arrow-left {
  font-weight: 900 !important;
  font-size: 20px !important;
  color: #000 !important;
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-text-stroke: 1px black;
}

.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
}

.ribbon span {
  position: absolute;
  display: block;
  width: 200px;
  padding: 10px 0;
  background: #31bf52;
  color: #fff;
  font-weight: bold;
  text-align: center;
  transform: rotate(45deg);
  top: 14px;
  right: -67px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  font-size: 12px;
  letter-spacing: 1px;
}

.plan [class*=" uil-"]:before,
.plan [class^=uil-]:before {
  font-weight: 600 !important;
}

button#getQuoteBtn {
  margin-bottom: 15px;
}

.price-head {
  position: relative;
  display: inline-block;
}

.price-head .interval {
  position: absolute;
  top: 2px;
  font-size: 12px !important;
}

table td {
  white-space: normal !important;
  word-break: break-word !important;
}

.btn-primary {
  background-color: #4285f4 !important;
  border-color: #4285f4 !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #357ae8 !important; /* slightly darker for hover */
  border-color: #357ae8 !important;
}

form .btn {
  color: #fff;
}

.top-pad {
  padding-top: 0px !important;
}

button.addbt-fileds1 {
  height: 48px;
}

a#deleteNotes {
  margin: 4px 0px;
}

.side-nav .side-nav-item .side-nav-link.button-sm-hover i {
  font-size: 22px !important;
  line-height: 1 !important;
  display: inline-block !important;
  color: var(--ct-menu-item-color, #666) !important;
}

.leftside-menu-sm .side-nav-link.button-sm-hover,
.sidebar-collapsed .side-nav-link.button-sm-hover,
.mini-sidebar .side-nav-link.button-sm-hover {
  justify-content: center !important;
}

.side-nav .side-nav-item > .side-nav-link.button-sm-hover,
.side-nav .side-nav-item > .side-nav-link.button-sm-hover i {
  visibility: visible !important;
}

.side-nav-link.button-sm-hover i {
  font-size: 18px !important;
  width: 20px !important;
  text-align: center !important;
  cursor: pointer !important;
}

body[class*=sidebar] .side-nav-link.button-sm-hover span,
.leftside-menu-sm .side-nav-link.button-sm-hover span,
.mini-sidebar .side-nav-link.button-sm-hover span,
.sidebar-collapsed .side-nav-link.button-sm-hover span,
.leftside-compact .side-nav-link.button-sm-hover span {
  display: none !important;
  cursor: pointer !important;
}

html[data-sidenav-size=sm-hover]:not([data-layout=topnav]) .wrapper .leftside-menu:not(:hover) .side-nav-item .side-nav-link span {
  visibility: hidden !important;
}

.modal-btn {
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
}

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

#planUpdgradeRequestModal .modal-body p {
  color: #000 !important;
  font-weight: 400 !important;
}

.side-nav-link .inner-move {
  transform: translateX(-3px);
}

.custom-fields.three input.form-control {
  color: #000 !important;
}

input.details_input.root-field {
  color: #000;
}

input[name=integration_name]:not([readonly]),
input[name=user_notification_emails]:not([readonly]),
input[name=enter_number_of_days]:not([readonly]),
input[name=filesystem_delete_sync_limit]:not([readonly]) {
  color: #000 !important;
}

.disabled-link {
  pointer-events: none;
  cursor: not-allowed !important;
  background-color: #d8d8d8 !important;
  border: 2px solid #b7b7b7 !important;
  color: #9c9c9c !important;
  border-radius: 12px !important;
  padding: 10px 20px;
  font-weight: 600;
  pointer-events: none;
  cursor: not-allowed;
}

.xero-select + .select2 .select2-selection {
  background-color: #fff !important;
}

.select2-results__options {
  scrollbar-width: thin;
  scrollbar-color: #b3b3b3 #e6e6e6;
}

.select2-results__options::-webkit-scrollbar {
  width: 8px;
}

.select2-results__options::-webkit-scrollbar-track {
  background: #e6e6e6;
}

.select2-results__options::-webkit-scrollbar-thumb {
  background: #b3b3b3;
}

.last-text {
  white-space: nowrap;
}

td.status-cell {
  white-space: nowrap;
}

td.pay-period-cell {
  text-align: center !important;
  font-weight: 600;
  white-space: nowrap;
}

.border-dark {
  border-color: #000 !important;
}

strong#second_app_name {
  font-weight: 400 !important;
  font-size: 16px;
  color: #000;
}

#actionText {
  font-weight: 400 !important;
  font-size: 16px;
  color: #000 !important;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 350px !important;
  overflow-y: auto;
}

form .select2 .select2-selection {
  display: flex;
  align-items: center;
  min-height: 47px !important;
  height: auto !important;
  border-bottom: 1px solid #c0c0c0 !important;
  background-color: #efefef;
  padding: 4px 6px;
}

.select2-container--default .select2-results__option[aria-selected=true]:hover {
  background-color: #4285F4;
}

tr.border-bottom-1 {
  border-bottom: 1px solid #dee2e6;
}

.table .table-actions li button.dropdown-item {
  padding: 4px 40px !important;
  background-color: #4285F4 !important;
  color: #fff !important;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #4285F4 !important;
  transition: all 0.5s ease !important;
  font-family: "Source Sans 3", sans-serif;
  cursor: pointer;
  text-align: center;
  display: inline-block;
}

.table .table-actions li button.dropdown-item:hover {
  border: 1px solid #4285F4 !important;
  color: #4285F4 !important;
  background-color: #fff !important;
}

#allowance_unit + .select2 {
  width: 34% !important;
  display: block !important;
  margin-top: 6px !important;
}

.col-md-8 input[type=radio] + label {
  margin-right: 20px;
  margin-left: 5px;
}

.folder_select::-webkit-scrollbar {
  width: 10px;
}

.folder_select::-webkit-scrollbar-track {
  background: #e0e0e0;
}

.folder_select::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 6px;
}

.folder_select::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

.scroll_rmv {
  overflow-y: visible !important;
}

.modal-content {
  border-radius: 15px;
}

/* Base styling */
.propertypairing_text {
  min-width: 150px;
  text-align: center;
  font-weight: 600;
}

.d-flex.justify-content-start.px-1.propertypairing_text {
  margin-right: 205px !important;
  margin-left: -12px !important;
}

.col-md-8 input[type=radio] + label {
  margin-right: 20px;
  margin-left: 5px;
}

@media (max-width: 1680px) {
  .d-flex.justify-content-start.px-1.propertypairing_text {
    margin-right: 150px !important;
    margin-left: -25px !important;
  }
}
@media (max-width: 1536px) {
  .d-flex.justify-content-start.px-1.propertypairing_text {
    margin-right: 130px !important;
    margin-left: -30px !important;
  }
}
@media (max-width: 1440px) {
  .d-flex.justify-content-start.px-1.propertypairing_text {
    margin-right: 95px !important;
    margin-left: -45px !important;
  }
}
@media (max-width: 1366px) {
  .d-flex.justify-content-start.px-1.propertypairing_text {
    margin-right: 75px !important;
    margin-left: -50px !important;
  }
}
@media (max-width: 1280px) {
  .d-flex.justify-content-start.px-1.propertypairing_text {
    margin-right: 60px !important;
    margin-left: -45px !important;
  }
}
@media (max-width: 1200px) {
  .d-flex.justify-content-start.px-1.propertypairing_text {
    margin-right: 50px !important;
    margin-left: -20px !important;
  }
}
@media (max-width: 992px) {
  .d-flex.justify-content-start.px-1.propertypairing_text {
    margin-right: 30px !important;
    margin-left: 0 !important;
  }
  .col-md-8 input[type=radio] + label {
    margin-right: 10px;
    margin-left: 3px;
  }
}
@media (max-width: 768px) {
  .d-flex.justify-content-start.px-1.propertypairing_text {
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: 100%;
    text-align: center;
  }
  .col-md-8 input[type=radio] + label {
    display: block;
    margin: 5px 0;
  }
}
.simpro-hubspot .d-flex.justify-content-start.px-1.propertypairing_text {
  margin-right: 141px !important;
  margin-left: 78px !important;
}

/* Large screens */
@media (max-width: 1680px) {
  .simpro-hubspot .d-flex.justify-content-start.px-1.propertypairing_text {
    margin-right: 100px !important;
    margin-left: 50px !important;
  }
}
@media (max-width: 1440px) {
  .simpro-hubspot .d-flex.justify-content-start.px-1.propertypairing_text {
    margin-right: 50px !important;
    margin-left: 20px !important;
  }
}
@media (max-width: 1280px) {
  .simpro-hubspot .d-flex.justify-content-start.px-1.propertypairing_text {
    margin-right: 30px !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 992px) {
  .simpro-hubspot .d-flex.justify-content-start.px-1.propertypairing_text {
    margin-right: 10px !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 768px) {
  .simpro-hubspot .d-flex.justify-content-start.px-1.propertypairing_text {
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: 100%;
    text-align: center;
  }
}
td[colspan="2"] .filedata_box {
  gap: 95px;
}

small.form-text.text-muted.d-flex {
  color: #000 !important;
  font-size: 15px;
}

.week_class .form-check-label {
  font-size: 20px !important;
}

.delete-btn-fix {
  padding-top: 10px !important;
  white-space: nowrap !important;
}

.fw-bold.text-center.price-head {
  margin-right: 21px;
}

.table-actions .dropdown-item {
  white-space: nowrap !important;
}

.d-flex.justify-content-start.px-1.propertypairing_text.hibob-adjust {
  margin-right: 132px !important;
  margin-left: 12px !important;
}

.app-logos-new {
  min-width: 250px !important;
  height: 130px;
}

.accordion-header.d-flex.justify-content-end:hover {
  background: none;
}

#start_date.form-control,
#end_date.form-control {
  padding: 15px !important;
}

.form-builder .col-md-2.px-1.mt-4 .btn {
  padding: 14px !important;
  height: 53px !important;
}

.w-100.d-flex.flex-wrap > div.col-md-2.px-1.mt-4:last-child {
  margin-top: 2rem !important;
}

.folder_root svg {
  margin-top: -5px;
  display: inline-block;
}

.folder-small-up {
  margin-top: -5px;
  display: inline-block;
}

td.timesheet_comments {
  height: auto !important;
}

a.btn.btn-primary.delete-btn-fix {
  width: 84px !important;
  margin: 4px;
}

h2.modal-title {
  font-weight: 500;
  margin-top: 13px;
}

.btn-close {
  position: absolute !important;
  right: 20px !important;
  top: 20px !important;
  z-index: 99999 !important;
}

.modal-header {
  border-bottom: none;
}

.tooltip-inner {
  white-space: normal !important;
  max-width: 250px !important;
  word-break: break-word;
}

.check_box.error-border {
  background-color: transparent !important;
}

#leaveRequestDetailModal .form-control.mb-4 {
  margin-bottom: 0 !important;
}

.nav-tabs.nav-bordered .nav-item {
  border-bottom: 1px solid #dee2e6;
}

.card.w-100.border-0.d-flex.flex-column.plan.position-relative {
  font-weight: 600;
}

.manual_btn_outline {
  padding: 6px 40px;
  background-color: white;
  color: #4285F4;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 600;
  border: 1px solid #4285F4;
  transition: all 0.5s ease !important;
  font-family: "Source Sans 3", sans-serif;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.manual_btn_outline:hover {
  background-color: #4285F4;
  color: white;
  border: 1px solid #4285F4;
}

.td-folder-up {
  margin-top: -9px;
  display: inline-block;
}

.hour_table h5,
.hour_table table thead tr th {
  font-weight: 700 !important;
}

label {
  color: #000 !important;
  font-weight: 600 !important;
  font-size: 14px !important;
}

.table thead tr th, a {
  font-weight: 600;
}

.modal_configuration .nav-tabs .nav-link,
.modal_configuration .psi_tabs {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #000 !important;
  background: transparent !important;
  border: none !important;
  padding: 10px 16px !important;
  border-radius: 0 !important;
  margin-left: 1px !important;
  transition: 0.2s ease;
  margin-left: 4px !important;
}

.modal_configuration .nav-tabs .nav-link:hover,
.modal_configuration .psi_tabs:hover,
.modal_configuration .nav-tabs .nav-link.active,
.modal_configuration .psi_tabs.active {
  background: #dceafc !important;
  color: #4285F4 !important;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border-bottom: 2px solid #4285F4 !important;
  margin-left: 4px !important;
}

.sidebar-arrow {
  font-size: 22px !important;
  line-height: 1;
}

img[src*="Autodesk_logo.png"] {
  height: 45px !important;
  margin-bottom: 14px !important;
  -o-object-fit: contain;
     object-fit: contain;
}

.custom-m label,
.custom-m label .placeholder {
  all: unset;
}

.custom-m label,
.custom-m label .placeholder {
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  display: block;
}

.mb-cls {
  margin-bottom: 3px;
}

.mt-cls {
  margin-top: -23px;
}

.form-check-input:not(:checked) {
  background-color: transparent !important;
  border-color: #ccc !important;
}

button#deleteSimproXeroData:hover {
  background: #fff;
  color: #4285F4;
}

.propertyme-simpro-delete-btn.disabled-link-new,
.delete-btn.disabled-link-new,
.delete-btn-hide.disabled-link-new {
  background-color: #ccc !important;
  border-color: #ccc !important;
  color: #666 !important;
  cursor: not-allowed !important;
  opacity: 0.7 !important;
  pointer-events: none !important;
}

/* Grey icon inside */
.propertyme-simpro-delete-btn.disabled-link-new i,
.delete-btn.disabled-link-new i,
.delete-btn-hide.disabled-link-new i {
  color: #666 !important;
}

a {
  cursor: pointer !important;
}

.ud-border {
  border-top: 1px solid #efefef;
  border-bottom: 2px solid #efefef;
  padding: 20px 0;
}

.big-arrow {
  font-size: 35px;
}

.table .eh-select,
.table .select2-container {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.modal-footer {
  background: #fff;
}

.d-flex.gap-2.buttons-number-2 {
  justify-content: flex-end !important;
}

.up-cls {
  margin-bottom: 3px !important;
}

.modal-footer button {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.icon-center {
  text-align: center;
}/*# sourceMappingURL=custom.css.map */