@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.

 *
 *
 */
/*
This file is used to contain all abstracts imports.
Files inside this folder can contain abstract settings,
helpers or functions. They have no direct output.
*/
@font-face {
  font-family: 'Inter';
  src: url(https://d7sgly5hq2lt5.cloudfront.net/assets/Inter-Regular-f2b40e525348e34f56f1921e20bcff9fe79ae76987a45faee48b4588e6f2f3e7.ttf) format("ttf"), url(https://d7sgly5hq2lt5.cloudfront.net/assets/Inter-Regular-d4c851321a8c3eca4d917823a96d67447721ec4a787459978c56d8b891397f57.woff2) format("woff2");
  font-weight: 400;
  font-variant: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url(https://d7sgly5hq2lt5.cloudfront.net/assets/Inter-Medium-8ae877492445dfcdedf8866ec328a4e2c3b053854b94cb93f1a1be281b8fbc2d.ttf) format("ttf"), url(https://d7sgly5hq2lt5.cloudfront.net/assets/Inter-Medium-cb302554b2d447b988852a28b560c9c02cf50f5f24323283ff8b2340053ed169.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url(https://d7sgly5hq2lt5.cloudfront.net/assets/Inter-SemiBold-ea7ebb188d908ed187fe968ecd20c23bd21b3dba8f9e0f0e1708a9c59ae58ab6.ttf) format("ttf"), url(https://d7sgly5hq2lt5.cloudfront.net/assets/Inter-SemiBold-f0451e76b2a7d18b987c578764d559fefc95b68472a531e82e8c2a9248caf7f8.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url(https://d7sgly5hq2lt5.cloudfront.net/assets/Inter-ExtraBold-30f63de7d88d84e4f807a38a6c4f731135180da778dbb09ba0bf8a062437b327.ttf) format("ttf"), url(https://d7sgly5hq2lt5.cloudfront.net/assets/Inter-ExtraBold-e2fd5f8fd2f37519020aaac2cc9148d4ce4b85d0e8c7d3bdf6b155a526c08c41.woff) format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url(https://d7sgly5hq2lt5.cloudfront.net/assets/Inter-Bold-c03c3194c8a5307095fde0e63a74f13cf336c3c550b31c4f0a961db8728f6e23.ttf) format("ttf"), url(https://d7sgly5hq2lt5.cloudfront.net/assets/Inter-Bold-c3e38f3746f34900ff2e2f78400a34f9506e00c3d5627762c5caea2a710e033d.woff) format("woff");
  font-weight: bold;
  font-style: normal;
}

/* line 1, app/assets/stylesheets/abstracts/_utils.scss */
.d-none {
  display: none;
}

/* line 5, app/assets/stylesheets/abstracts/_utils.scss */
.d-list {
  display: list-item;
}

/* line 9, app/assets/stylesheets/abstracts/_utils.scss */
.d-flex {
  display: flex;
}

/* line 13, app/assets/stylesheets/abstracts/_utils.scss */
.d-block {
  display: block;
}

/* line 17, app/assets/stylesheets/abstracts/_utils.scss */
.d-inline {
  display: inline;
}

/* line 21, app/assets/stylesheets/abstracts/_utils.scss */
.d-inline-block {
  display: inline-block;
}

/* line 25, app/assets/stylesheets/abstracts/_utils.scss */
.d-inline-flex {
  display: inline-flex;
}

/* line 29, app/assets/stylesheets/abstracts/_utils.scss */
.d-inline-grid {
  display: inline-grid;
}

/* line 33, app/assets/stylesheets/abstracts/_utils.scss */
.d-grid {
  display: grid;
  grid-template-columns: 200px 1fr;
}

/* line 39, app/assets/stylesheets/abstracts/_utils.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 43, app/assets/stylesheets/abstracts/_utils.scss */
.align-items-start {
  align-items: flex-start;
}

/* line 47, app/assets/stylesheets/abstracts/_utils.scss */
.align-items-center {
  align-items: center;
}

/* line 51, app/assets/stylesheets/abstracts/_utils.scss */
.align-items-flex-end {
  align-items: flex-end;
}

/* line 55, app/assets/stylesheets/abstracts/_utils.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 59, app/assets/stylesheets/abstracts/_utils.scss */
.justify-content-flex-end {
  justify-content: flex-end;
}

/* line 63, app/assets/stylesheets/abstracts/_utils.scss */
.justify-content-space-between {
  justify-content: space-between;
}

/* line 67, app/assets/stylesheets/abstracts/_utils.scss */
.justify-content-space-around {
  justify-content: space-around;
}

/* line 71, app/assets/stylesheets/abstracts/_utils.scss */
.white-space-nowrap {
  white-space: nowrap;
}

/* line 75, app/assets/stylesheets/abstracts/_utils.scss */
.flex-none {
  flex: none;
}

/* line 79, app/assets/stylesheets/abstracts/_utils.scss */
.flex-auto {
  flex: auto;
}

/* line 83, app/assets/stylesheets/abstracts/_utils.scss */
.flex-wrap {
  flex-wrap: wrap;
}

/* line 87, app/assets/stylesheets/abstracts/_utils.scss */
.flex-row-reverse {
  flex-direction: row-reverse;
}

/* line 91, app/assets/stylesheets/abstracts/_utils.scss */
.flex-column-reverse {
  flex-direction: column-reverse;
}

/* line 95, app/assets/stylesheets/abstracts/_utils.scss */
.flex-col {
  flex-direction: column;
}

/* line 99, app/assets/stylesheets/abstracts/_utils.scss */
.float-left {
  float: left;
}

/* line 103, app/assets/stylesheets/abstracts/_utils.scss */
.float-right {
  float: right;
}

/* line 109, app/assets/stylesheets/abstracts/_utils.scss */
.underline {
  text-underline-offset: 2px;
}

/* line 113, app/assets/stylesheets/abstracts/_utils.scss */
.grid {
  display: grid;
}

/* line 117, app/assets/stylesheets/abstracts/_utils.scss */
.grid-col-3 {
  grid-template-columns: repeat(3, 1fr);
}

/* line 123, app/assets/stylesheets/abstracts/_utils.scss */
.gap-4 {
  gap: 4px;
}

/* line 127, app/assets/stylesheets/abstracts/_utils.scss */
.gap-8 {
  gap: 8px;
}

/* line 131, app/assets/stylesheets/abstracts/_utils.scss */
.gap-16 {
  gap: 16px;
}

/* line 137, app/assets/stylesheets/abstracts/_utils.scss */
.gap-4 {
  gap: 4px;
}

/* line 141, app/assets/stylesheets/abstracts/_utils.scss */
.gap-16 {
  gap: 16px;
}

/* line 145, app/assets/stylesheets/abstracts/_utils.scss */
.gap-18 {
  gap: 18px;
}

/* line 149, app/assets/stylesheets/abstracts/_utils.scss */
.gap-20 {
  gap: 20px;
}

/* line 153, app/assets/stylesheets/abstracts/_utils.scss */
.gap-28 {
  gap: 28px;
}

/* line 157, app/assets/stylesheets/abstracts/_utils.scss */
.gap-12 {
  gap: 12px;
}

/* line 161, app/assets/stylesheets/abstracts/_utils.scss */
.gap-32 {
  gap: 32px;
}

/* line 167, app/assets/stylesheets/abstracts/_utils.scss */
.absolute {
  position: absolute;
}

/* line 171, app/assets/stylesheets/abstracts/_utils.scss */
.relative {
  position: relative;
}

/* line 175, app/assets/stylesheets/abstracts/_utils.scss */
.fixed {
  position: fixed;
}

/* line 179, app/assets/stylesheets/abstracts/_utils.scss */
.sticky {
  position: sticky;
  top: 0;
}

/* line 184, app/assets/stylesheets/abstracts/_utils.scss */
.fixed-top {
  position: fixed;
  top: 0;
}

/* line 189, app/assets/stylesheets/abstracts/_utils.scss */
.t-0 {
  top: 0;
}

/* line 193, app/assets/stylesheets/abstracts/_utils.scss */
.r-0 {
  right: 0;
}

/* line 199, app/assets/stylesheets/abstracts/_utils.scss */
.text-left {
  text-align: left;
}

/* line 205, app/assets/stylesheets/abstracts/_utils.scss */
.m-25 {
  margin: 25px;
}

/* line 209, app/assets/stylesheets/abstracts/_utils.scss */
.me-2 {
  margin-right: 2px;
}

/* line 213, app/assets/stylesheets/abstracts/_utils.scss */
.me-6 {
  margin-right: 6px;
}

/* line 217, app/assets/stylesheets/abstracts/_utils.scss */
.me-4 {
  margin-right: 4px;
}

/* line 221, app/assets/stylesheets/abstracts/_utils.scss */
.me-8 {
  margin-right: 8px;
}

/* line 225, app/assets/stylesheets/abstracts/_utils.scss */
.me-10 {
  margin-right: 10px;
}

/* line 229, app/assets/stylesheets/abstracts/_utils.scss */
.me-12 {
  margin-right: 12px;
}

/* line 233, app/assets/stylesheets/abstracts/_utils.scss */
.me-14 {
  margin-right: 14px;
}

/* line 237, app/assets/stylesheets/abstracts/_utils.scss */
.me-15 {
  margin-right: 15px;
}

/* line 241, app/assets/stylesheets/abstracts/_utils.scss */
.me-16 {
  margin-right: 16px;
}

/* line 245, app/assets/stylesheets/abstracts/_utils.scss */
.me-20 {
  margin-right: 20px;
}

/* line 249, app/assets/stylesheets/abstracts/_utils.scss */
.me-18 {
  margin-right: 18px;
}

/* line 253, app/assets/stylesheets/abstracts/_utils.scss */
.me-24 {
  margin-right: 24px;
}

/* line 257, app/assets/stylesheets/abstracts/_utils.scss */
.me-25 {
  margin-right: 25px;
}

/* line 261, app/assets/stylesheets/abstracts/_utils.scss */
.-me-25 {
  margin-right: -25px;
}

/* line 265, app/assets/stylesheets/abstracts/_utils.scss */
.me-28 {
  margin-right: 28px;
}

/* line 269, app/assets/stylesheets/abstracts/_utils.scss */
.me-30 {
  margin-right: 30px;
}

/* line 273, app/assets/stylesheets/abstracts/_utils.scss */
.me-40 {
  margin-right: 40px;
}

/* line 277, app/assets/stylesheets/abstracts/_utils.scss */
.me-60 {
  margin-right: 60px;
}

/* line 281, app/assets/stylesheets/abstracts/_utils.scss */
.me-170 {
  margin-right: 170px;
}

/* line 287, app/assets/stylesheets/abstracts/_utils.scss */
.mt-m10 {
  margin-top: -10px;
}

/* line 291, app/assets/stylesheets/abstracts/_utils.scss */
.ml-10 {
  margin-left: 10px;
}

/* line 297, app/assets/stylesheets/abstracts/_utils.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 301, app/assets/stylesheets/abstracts/_utils.scss */
.mt-2 {
  margin-top: 2px;
}

/* line 305, app/assets/stylesheets/abstracts/_utils.scss */
.mt-3 {
  margin-top: 3px;
}

/* line 309, app/assets/stylesheets/abstracts/_utils.scss */
.mt-4 {
  margin-top: 4px;
}

/* line 313, app/assets/stylesheets/abstracts/_utils.scss */
.mt-6 {
  margin-top: 6px;
}

/* line 317, app/assets/stylesheets/abstracts/_utils.scss */
.mt-8 {
  margin-top: 8px;
}

/* line 321, app/assets/stylesheets/abstracts/_utils.scss */
.mt-10 {
  margin-top: 10px;
}

/* line 325, app/assets/stylesheets/abstracts/_utils.scss */
.mt-12 {
  margin-top: 12px;
}

/* line 329, app/assets/stylesheets/abstracts/_utils.scss */
.mt-14 {
  margin-top: 14px;
}

/* line 333, app/assets/stylesheets/abstracts/_utils.scss */
.mt-15 {
  margin-top: 15px;
}

/* line 337, app/assets/stylesheets/abstracts/_utils.scss */
.mt-16 {
  margin-top: 16px;
}

/* line 341, app/assets/stylesheets/abstracts/_utils.scss */
.mt-26 {
  margin-top: 26px;
}

/* line 345, app/assets/stylesheets/abstracts/_utils.scss */
.mt-20 {
  margin-top: 20px;
}

/* line 349, app/assets/stylesheets/abstracts/_utils.scss */
.mt-24 {
  margin-top: 24px;
}

/* line 353, app/assets/stylesheets/abstracts/_utils.scss */
.mt-25 {
  margin-top: 25px;
}

/* line 357, app/assets/stylesheets/abstracts/_utils.scss */
.mt-30 {
  margin-top: 30px;
}

/* line 361, app/assets/stylesheets/abstracts/_utils.scss */
.mt-32 {
  margin-top: 32px;
}

/* line 365, app/assets/stylesheets/abstracts/_utils.scss */
.mt-36 {
  margin-top: 36px;
}

/* line 369, app/assets/stylesheets/abstracts/_utils.scss */
.mt-40 {
  margin-top: 40px;
}

/* line 373, app/assets/stylesheets/abstracts/_utils.scss */
.mt-50 {
  margin-top: 50px;
}

/* line 377, app/assets/stylesheets/abstracts/_utils.scss */
.mt-56 {
  margin-top: 56px;
}

/* line 381, app/assets/stylesheets/abstracts/_utils.scss */
.mt-60 {
  margin-top: 60px !important;
}

/* line 385, app/assets/stylesheets/abstracts/_utils.scss */
.mt-64 {
  margin-top: 120px !important;
}

/* line 389, app/assets/stylesheets/abstracts/_utils.scss */
.mt-70 {
  margin-top: 71px !important;
}

/* line 393, app/assets/stylesheets/abstracts/_utils.scss */
.mt-200 {
  margin-top: 200px !important;
}

/* line 398, app/assets/stylesheets/abstracts/_utils.scss */
.ms-4 {
  margin-left: 4px;
}

/* line 402, app/assets/stylesheets/abstracts/_utils.scss */
.ms-6 {
  margin-left: 6px;
}

/* line 406, app/assets/stylesheets/abstracts/_utils.scss */
.ms-8 {
  margin-left: 8px;
}

/* line 410, app/assets/stylesheets/abstracts/_utils.scss */
.ms-10 {
  margin-left: 10px;
}

/* line 414, app/assets/stylesheets/abstracts/_utils.scss */
.ms-12 {
  margin-left: 12px;
}

/* line 418, app/assets/stylesheets/abstracts/_utils.scss */
.ms-16 {
  margin-left: 1rem;
}

/* line 422, app/assets/stylesheets/abstracts/_utils.scss */
.ms-20 {
  margin-left: 20px;
}

/* line 426, app/assets/stylesheets/abstracts/_utils.scss */
.ms-26 {
  margin-left: 26px;
}

/* line 430, app/assets/stylesheets/abstracts/_utils.scss */
.ms-28 {
  margin-left: 28px;
}

/* line 434, app/assets/stylesheets/abstracts/_utils.scss */
.ms-30 {
  margin-left: 30px;
}

/* line 438, app/assets/stylesheets/abstracts/_utils.scss */
.ms-32 {
  margin-left: 32px;
}

/* line 442, app/assets/stylesheets/abstracts/_utils.scss */
.ms-100 {
  margin-left: 100px;
}

/* line 446, app/assets/stylesheets/abstracts/_utils.scss */
.ms-120 {
  margin-left: 120px;
}

/* line 450, app/assets/stylesheets/abstracts/_utils.scss */
.ms-170 {
  margin-left: 170px;
}

/* line 455, app/assets/stylesheets/abstracts/_utils.scss */
.mb-0 {
  margin-bottom: 0px !important;
}

/* line 459, app/assets/stylesheets/abstracts/_utils.scss */
.mb-2 {
  margin-bottom: 2px;
}

/* line 463, app/assets/stylesheets/abstracts/_utils.scss */
.mb-4 {
  margin-bottom: 4px;
}

/* line 467, app/assets/stylesheets/abstracts/_utils.scss */
.mb-5 {
  margin-bottom: 5px;
}

/* line 471, app/assets/stylesheets/abstracts/_utils.scss */
.mb-6 {
  margin-bottom: 6px;
}

/* line 475, app/assets/stylesheets/abstracts/_utils.scss */
.mb-8 {
  margin-bottom: 8px;
}

/* line 479, app/assets/stylesheets/abstracts/_utils.scss */
.mb-10 {
  margin-bottom: 10px;
}

/* line 483, app/assets/stylesheets/abstracts/_utils.scss */
.mb-12 {
  margin-bottom: 12px;
}

/* line 487, app/assets/stylesheets/abstracts/_utils.scss */
.mb-14 {
  margin-bottom: 14px;
}

/* line 491, app/assets/stylesheets/abstracts/_utils.scss */
.mb-15 {
  margin-bottom: 15px;
}

/* line 495, app/assets/stylesheets/abstracts/_utils.scss */
.mb-16 {
  margin-bottom: 16px;
}

/* line 499, app/assets/stylesheets/abstracts/_utils.scss */
.mb-17 {
  margin-bottom: 17px;
}

/* line 503, app/assets/stylesheets/abstracts/_utils.scss */
.mb-19 {
  margin-bottom: 19px;
}

/* line 507, app/assets/stylesheets/abstracts/_utils.scss */
.mb-24 {
  margin-bottom: 24px;
}

/* line 511, app/assets/stylesheets/abstracts/_utils.scss */
.mb-20 {
  margin-bottom: 20px;
}

/* line 515, app/assets/stylesheets/abstracts/_utils.scss */
.mb-26 {
  margin-bottom: 26px;
}

/* line 519, app/assets/stylesheets/abstracts/_utils.scss */
.mb-25 {
  margin-bottom: 25px;
}

/* line 523, app/assets/stylesheets/abstracts/_utils.scss */
.mb-28 {
  margin-bottom: 28px;
}

/* line 527, app/assets/stylesheets/abstracts/_utils.scss */
.mb-30 {
  margin-bottom: 30px;
}

/* line 531, app/assets/stylesheets/abstracts/_utils.scss */
.mb-33 {
  margin-bottom: 33px;
}

/* line 535, app/assets/stylesheets/abstracts/_utils.scss */
.mb-40 {
  margin-bottom: 40px;
}

/* line 539, app/assets/stylesheets/abstracts/_utils.scss */
.mb-50 {
  margin-bottom: 50px;
}

/* line 543, app/assets/stylesheets/abstracts/_utils.scss */
.mb-60 {
  margin-bottom: 60px;
}

/* line 547, app/assets/stylesheets/abstracts/_utils.scss */
.mb-10r {
  margin-bottom: 5rem;
}

/* line 551, app/assets/stylesheets/abstracts/_utils.scss */
.mx-6 {
  margin-right: 6px;
  margin-left: 6px;
}

/* line 556, app/assets/stylesheets/abstracts/_utils.scss */
.mx-16 {
  margin-right: 16px;
  margin-left: 16px;
}

/* line 561, app/assets/stylesheets/abstracts/_utils.scss */
.-mx-16 {
  margin-right: -16px;
  margin-left: -16px;
}

/* line 566, app/assets/stylesheets/abstracts/_utils.scss */
.mx-20 {
  margin-right: 20px;
  margin-left: 20px;
}

/* line 571, app/assets/stylesheets/abstracts/_utils.scss */
.mx-24 {
  margin-right: 24px;
  margin-left: 24px;
}

/* line 576, app/assets/stylesheets/abstracts/_utils.scss */
.-mx-24 {
  margin-right: -24px;
  margin-left: -24px;
}

/* line 581, app/assets/stylesheets/abstracts/_utils.scss */
.mx-160 {
  margin-right: 10rem;
  margin-left: 10rem;
}

/* line 586, app/assets/stylesheets/abstracts/_utils.scss */
.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 591, app/assets/stylesheets/abstracts/_utils.scss */
.my-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

/* line 596, app/assets/stylesheets/abstracts/_utils.scss */
.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 601, app/assets/stylesheets/abstracts/_utils.scss */
.my-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}

/* line 606, app/assets/stylesheets/abstracts/_utils.scss */
.m-16-auto {
  margin: 16px auto;
}

/* line 610, app/assets/stylesheets/abstracts/_utils.scss */
.my-auto {
  margin: 15px auto;
}

/* line 614, app/assets/stylesheets/abstracts/_utils.scss */
.m-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 621, app/assets/stylesheets/abstracts/_utils.scss */
.overflow-hidden {
  overflow-wrap: hidden;
}

/* line 625, app/assets/stylesheets/abstracts/_utils.scss */
.overflow-hidden-on {
  overflow: hidden;
}

/* line 629, app/assets/stylesheets/abstracts/_utils.scss */
.overflow-auto {
  overflow: auto;
}

/* line 633, app/assets/stylesheets/abstracts/_utils.scss */
.overflow-x-auto {
  overflow-x: auto;
}

/* line 637, app/assets/stylesheets/abstracts/_utils.scss */
.vertical-scroll {
  overflow-y: scroll;
}

/* line 641, app/assets/stylesheets/abstracts/_utils.scss */
.no-horiz-scroll {
  overflow-x: hidden;
}

/* line 645, app/assets/stylesheets/abstracts/_utils.scss */
.no-scroll {
  overflow: hidden;
}

/* line 649, app/assets/stylesheets/abstracts/_utils.scss */
.overflow {
  overflow: visible;
}

/* line 653, app/assets/stylesheets/abstracts/_utils.scss */
.of-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 661, app/assets/stylesheets/abstracts/_utils.scss */
.p-0 {
  padding: 0 !important;
}

/* line 665, app/assets/stylesheets/abstracts/_utils.scss */
.p-4 {
  padding: 4px;
}

/* line 669, app/assets/stylesheets/abstracts/_utils.scss */
.p-8 {
  padding: 8px;
}

/* line 673, app/assets/stylesheets/abstracts/_utils.scss */
.p-16 {
  padding: 16px;
}

/* line 677, app/assets/stylesheets/abstracts/_utils.scss */
.p-24 {
  padding: 24px;
}

/* line 681, app/assets/stylesheets/abstracts/_utils.scss */
.p-40 {
  padding: 40px;
}

/* line 685, app/assets/stylesheets/abstracts/_utils.scss */
.ps-6 {
  padding-left: 6px;
}

/* line 689, app/assets/stylesheets/abstracts/_utils.scss */
.ps-10 {
  padding-left: 10px;
}

/* line 693, app/assets/stylesheets/abstracts/_utils.scss */
.ps-15 {
  padding-left: 15px;
}

/* line 697, app/assets/stylesheets/abstracts/_utils.scss */
.ps-16 {
  padding-left: 16px;
}

/* line 701, app/assets/stylesheets/abstracts/_utils.scss */
.ps-20 {
  padding-left: 20px;
}

/* line 705, app/assets/stylesheets/abstracts/_utils.scss */
.pt-0 {
  padding-top: 0;
}

/* line 709, app/assets/stylesheets/abstracts/_utils.scss */
.pt-2 {
  padding-top: 2px;
}

/* line 713, app/assets/stylesheets/abstracts/_utils.scss */
.pt-4 {
  padding-top: 4px;
}

/* line 717, app/assets/stylesheets/abstracts/_utils.scss */
.pt-6 {
  padding-top: 6px;
}

/* line 721, app/assets/stylesheets/abstracts/_utils.scss */
.pt-10 {
  padding-top: 10px;
}

/* line 725, app/assets/stylesheets/abstracts/_utils.scss */
.pt-8 {
  padding-top: 8px;
}

/* line 729, app/assets/stylesheets/abstracts/_utils.scss */
.pt-12 {
  padding-top: 12px;
}

/* line 733, app/assets/stylesheets/abstracts/_utils.scss */
.pt-25 {
  padding-top: 25px;
}

/* line 737, app/assets/stylesheets/abstracts/_utils.scss */
.pb-7r {
  padding-bottom: 7rem;
}

/* line 741, app/assets/stylesheets/abstracts/_utils.scss */
.pb-8 {
  padding-bottom: 8px;
}

/* line 745, app/assets/stylesheets/abstracts/_utils.scss */
.pe-0 {
  padding-right: 0;
}

/* line 749, app/assets/stylesheets/abstracts/_utils.scss */
.pe-15 {
  padding-right: 15px;
}

/* line 753, app/assets/stylesheets/abstracts/_utils.scss */
.pe-30 {
  padding-right: 30px;
}

/* line 757, app/assets/stylesheets/abstracts/_utils.scss */
.pe-40 {
  padding-right: 40px;
}

/* line 761, app/assets/stylesheets/abstracts/_utils.scss */
.pe-6 {
  padding-right: 6px;
}

/* line 765, app/assets/stylesheets/abstracts/_utils.scss */
.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

/* line 770, app/assets/stylesheets/abstracts/_utils.scss */
.py-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

/* line 775, app/assets/stylesheets/abstracts/_utils.scss */
.py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

/* line 780, app/assets/stylesheets/abstracts/_utils.scss */
.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 785, app/assets/stylesheets/abstracts/_utils.scss */
.p-10 {
  padding: 10px !important;
}

/* line 789, app/assets/stylesheets/abstracts/_utils.scss */
.p-16 {
  padding: 16px;
}

/* line 793, app/assets/stylesheets/abstracts/_utils.scss */
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

/* line 798, app/assets/stylesheets/abstracts/_utils.scss */
.px-6 {
  padding-right: 6px;
  padding-left: 6px;
}

/* line 803, app/assets/stylesheets/abstracts/_utils.scss */
.px-10 {
  padding-right: 10px;
  padding-left: 10px;
}

/* line 808, app/assets/stylesheets/abstracts/_utils.scss */
.px-12 {
  padding-right: 12px;
  padding-left: 12px;
}

/* line 813, app/assets/stylesheets/abstracts/_utils.scss */
.px-16 {
  padding-right: 12px;
  padding-left: 12px;
}

/* line 818, app/assets/stylesheets/abstracts/_utils.scss */
p .px-20 {
  padding: 0 20px;
}

/* line 822, app/assets/stylesheets/abstracts/_utils.scss */
.px-100 {
  padding: 0 100px;
}

/* line 826, app/assets/stylesheets/abstracts/_utils.scss */
.fit-content {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

/* line 830, app/assets/stylesheets/abstracts/_utils.scss */
.w-160 {
  width: 160px !important;
}

/* line 834, app/assets/stylesheets/abstracts/_utils.scss */
.w-200 {
  width: 200px !important;
}

/* line 838, app/assets/stylesheets/abstracts/_utils.scss */
.mw-72 {
  max-width: 72px;
}

/* line 842, app/assets/stylesheets/abstracts/_utils.scss */
.mw-80 {
  max-width: 80px;
}

/* line 846, app/assets/stylesheets/abstracts/_utils.scss */
.mw-90 {
  max-width: 90px;
}

/* line 850, app/assets/stylesheets/abstracts/_utils.scss */
.mw-108 {
  max-width: 108px;
}

/* line 854, app/assets/stylesheets/abstracts/_utils.scss */
.mw-118 {
  max-width: 118px;
}

/* line 858, app/assets/stylesheets/abstracts/_utils.scss */
.mw-120 {
  max-width: 120px;
}

/* line 862, app/assets/stylesheets/abstracts/_utils.scss */
.mw-132 {
  max-width: 132px;
}

/* line 866, app/assets/stylesheets/abstracts/_utils.scss */
.mw-134 {
  max-width: 134px;
}

/* line 870, app/assets/stylesheets/abstracts/_utils.scss */
.mw-136 {
  max-width: 136px;
}

/* line 874, app/assets/stylesheets/abstracts/_utils.scss */
.mw-152 {
  max-width: 152px;
}

/* line 878, app/assets/stylesheets/abstracts/_utils.scss */
.mw-156 {
  max-width: 156px;
}

/* line 882, app/assets/stylesheets/abstracts/_utils.scss */
.mw-168 {
  max-width: 168px;
}

/* line 886, app/assets/stylesheets/abstracts/_utils.scss */
.mw-203 {
  max-width: 203px;
}

/* line 890, app/assets/stylesheets/abstracts/_utils.scss */
.mw-240 {
  max-width: 240px;
}

/* line 894, app/assets/stylesheets/abstracts/_utils.scss */
.mw-480 {
  max-width: 480px;
}

/* line 898, app/assets/stylesheets/abstracts/_utils.scss */
.mw-582 {
  max-width: 582px;
}

/* line 902, app/assets/stylesheets/abstracts/_utils.scss */
.mw-693 {
  max-width: 693px;
}

/* line 906, app/assets/stylesheets/abstracts/_utils.scss */
.mw-1000 {
  max-width: 1000px;
}

/* line 910, app/assets/stylesheets/abstracts/_utils.scss */
.mw-20r {
  max-width: 20rem;
}

/* line 914, app/assets/stylesheets/abstracts/_utils.scss */
.mw-22r {
  max-width: 22rem;
}

/* line 918, app/assets/stylesheets/abstracts/_utils.scss */
.mw-24r {
  max-width: 24rem;
}

/* line 922, app/assets/stylesheets/abstracts/_utils.scss */
.mw-25r {
  max-width: 25rem;
}

/* line 926, app/assets/stylesheets/abstracts/_utils.scss */
.mw-28r {
  max-width: 28rem;
}

/* line 930, app/assets/stylesheets/abstracts/_utils.scss */
.mw-30r {
  max-width: 30rem;
}

/* line 934, app/assets/stylesheets/abstracts/_utils.scss */
.mw-36r {
  max-width: 30rem;
}

/* line 938, app/assets/stylesheets/abstracts/_utils.scss */
.mw-88 {
  max-width: 88%;
}

/* line 942, app/assets/stylesheets/abstracts/_utils.scss */
.min-w-100 {
  min-width: 100px;
}

/* line 946, app/assets/stylesheets/abstracts/_utils.scss */
.w-2 {
  width: 2px;
}

/* line 950, app/assets/stylesheets/abstracts/_utils.scss */
.w-14 {
  width: 14px;
}

/* line 954, app/assets/stylesheets/abstracts/_utils.scss */
.w-200 {
  width: 200px;
}

/* line 958, app/assets/stylesheets/abstracts/_utils.scss */
.w-550 {
  width: 550px !important;
}

/* line 962, app/assets/stylesheets/abstracts/_utils.scss */
.w-650 {
  width: 650px !important;
}

/* line 966, app/assets/stylesheets/abstracts/_utils.scss */
.w-24 {
  width: 24px;
}

/* line 970, app/assets/stylesheets/abstracts/_utils.scss */
.w-26 {
  width: 26px;
}

/* line 974, app/assets/stylesheets/abstracts/_utils.scss */
.w-28 {
  width: 28px;
}

/* line 978, app/assets/stylesheets/abstracts/_utils.scss */
.w-32 {
  width: 32px;
}

/* line 982, app/assets/stylesheets/abstracts/_utils.scss */
.w-36 {
  width: 36px;
}

/* line 986, app/assets/stylesheets/abstracts/_utils.scss */
.w-44 {
  width: 44px;
}

/* line 990, app/assets/stylesheets/abstracts/_utils.scss */
.w-40 {
  width: 40%;
}

/* line 994, app/assets/stylesheets/abstracts/_utils.scss */
.w-50 {
  width: 50%;
}

/* line 998, app/assets/stylesheets/abstracts/_utils.scss */
.w-60 {
  width: 60%;
}

/* line 1002, app/assets/stylesheets/abstracts/_utils.scss */
.w-80 {
  width: 80%;
}

/* line 1006, app/assets/stylesheets/abstracts/_utils.scss */
.w-88 {
  width: 88%;
}

/* line 1010, app/assets/stylesheets/abstracts/_utils.scss */
.w-90 {
  width: 90%;
}

/* line 1014, app/assets/stylesheets/abstracts/_utils.scss */
.w-95 {
  width: 95%;
}

/* line 1018, app/assets/stylesheets/abstracts/_utils.scss */
.w-100 {
  width: 100%;
}

/* line 1022, app/assets/stylesheets/abstracts/_utils.scss */
.w-380 {
  width: 380px;
}

/* line 1026, app/assets/stylesheets/abstracts/_utils.scss */
.w-600 {
  width: 600px;
}

/* line 1030, app/assets/stylesheets/abstracts/_utils.scss */
.w-90p {
  width: 90px;
}

/* line 1034, app/assets/stylesheets/abstracts/_utils.scss */
.w-60p {
  width: 60px;
}

/* line 1038, app/assets/stylesheets/abstracts/_utils.scss */
.w-80p {
  width: 80px;
}

/* line 1042, app/assets/stylesheets/abstracts/_utils.scss */
.w-45 {
  width: 45rem;
}

/* line 1046, app/assets/stylesheets/abstracts/_utils.scss */
.w-180p {
  width: 180px;
}

/* line 1050, app/assets/stylesheets/abstracts/_utils.scss */
.w-4r {
  width: 4rem;
}

/* line 1054, app/assets/stylesheets/abstracts/_utils.scss */
.w-5r {
  width: 5rem;
}

/* line 1058, app/assets/stylesheets/abstracts/_utils.scss */
.w-10r {
  width: 10rem;
}

/* line 1062, app/assets/stylesheets/abstracts/_utils.scss */
.w-18r {
  width: 18.5rem;
}

/* line 1066, app/assets/stylesheets/abstracts/_utils.scss */
.w-20r {
  width: 20rem;
}

/* line 1070, app/assets/stylesheets/abstracts/_utils.scss */
.w-24r {
  width: 24rem;
}

/* line 1074, app/assets/stylesheets/abstracts/_utils.scss */
.w-25r {
  width: 25rem;
}

/* line 1078, app/assets/stylesheets/abstracts/_utils.scss */
.w-28r {
  width: 28rem;
}

/* line 1082, app/assets/stylesheets/abstracts/_utils.scss */
.w-28ri {
  width: 28rem !important;
}

/* line 1086, app/assets/stylesheets/abstracts/_utils.scss */
.w-30r {
  width: 30rem;
}

/* line 1090, app/assets/stylesheets/abstracts/_utils.scss */
.w-34r {
  width: 34rem;
}

/* line 1094, app/assets/stylesheets/abstracts/_utils.scss */
.w-40r {
  width: 40rem;
}

/* line 1098, app/assets/stylesheets/abstracts/_utils.scss */
.w-34r {
  width: 34rem;
}

/* line 1102, app/assets/stylesheets/abstracts/_utils.scss */
.mh-400 {
  max-height: 400px;
}

/* line 1106, app/assets/stylesheets/abstracts/_utils.scss */
.max-h-250 {
  max-height: 250px;
}

/* line 1111, app/assets/stylesheets/abstracts/_utils.scss */
.h-60 {
  height: 60px !important;
}

/* line 1117, app/assets/stylesheets/abstracts/_utils.scss */
.mh-500 {
  max-height: 500px;
}

/* line 1121, app/assets/stylesheets/abstracts/_utils.scss */
.mh-17r {
  max-height: 17rem;
}

/* line 1125, app/assets/stylesheets/abstracts/_utils.scss */
.h-4r {
  height: 4rem;
}

/* line 1129, app/assets/stylesheets/abstracts/_utils.scss */
.h-5r {
  height: 5rem;
}

/* line 1133, app/assets/stylesheets/abstracts/_utils.scss */
.h-10r {
  height: 10rem;
}

/* line 1137, app/assets/stylesheets/abstracts/_utils.scss */
.h-24 {
  height: 24px;
}

/* line 1141, app/assets/stylesheets/abstracts/_utils.scss */
.h-36 {
  height: 42px;
}

/* line 1145, app/assets/stylesheets/abstracts/_utils.scss */
.h-60 {
  height: 60px;
}

/* line 1149, app/assets/stylesheets/abstracts/_utils.scss */
.h-100 {
  height: 100%;
}

/* line 1153, app/assets/stylesheets/abstracts/_utils.scss */
.h-full {
  height: 100vh;
}

/* line 1157, app/assets/stylesheets/abstracts/_utils.scss */
.top-10 {
  top: 10px !important;
}

/* line 1161, app/assets/stylesheets/abstracts/_utils.scss */
.right-8 {
  right: 8px !important;
}

/* line 1167, app/assets/stylesheets/abstracts/_utils.scss */
.grab {
  cursor: grab;
}

/* line 1171, app/assets/stylesheets/abstracts/_utils.scss */
.arrow {
  cursor: default !important;
}

/* line 1175, app/assets/stylesheets/abstracts/_utils.scss */
.pointer {
  cursor: pointer;
}

/* line 1179, app/assets/stylesheets/abstracts/_utils.scss */
.unclickable {
  pointer-events: none;
  opacity: 0.6;
}

/* line 1185, app/assets/stylesheets/abstracts/_utils.scss */
.z-0 {
  z-index: 0;
}

/* line 1189, app/assets/stylesheets/abstracts/_utils.scss */
.z-1 {
  z-index: 1;
}

/* line 1193, app/assets/stylesheets/abstracts/_utils.scss */
.z-99 {
  z-index: 99;
}

/* line 1199, app/assets/stylesheets/abstracts/_utils.scss */
.bullet {
  list-style-type: circle;
}

/* line 1205, app/assets/stylesheets/abstracts/_utils.scss */
.rounded-lg {
  border-radius: 16px;
}

/* line 1209, app/assets/stylesheets/abstracts/_utils.scss */
.rounded-10 {
  border-radius: 10px;
}

/* line 1213, app/assets/stylesheets/abstracts/_utils.scss */
.rounded-40 {
  border-radius: 40px;
}

/* line 1217, app/assets/stylesheets/abstracts/_utils.scss */
.border-none {
  border: none;
}

/* line 1221, app/assets/stylesheets/abstracts/_utils.scss */
.border {
  border: 1px solid lightgray;
}

/* line 1225, app/assets/stylesheets/abstracts/_utils.scss */
.border-2 {
  border: 2px solid #315169;
}

/* line 1229, app/assets/stylesheets/abstracts/_utils.scss */
.border-b {
  border-bottom: 1px solid #eae9ec;
}

/* line 1233, app/assets/stylesheets/abstracts/_utils.scss */
.border-rp-on {
  border: 2px solid #375167;
}

/* line 1237, app/assets/stylesheets/abstracts/_utils.scss */
.border-rp-on-gray {
  border: 2px solid #dbd9de;
}

/* line 1241, app/assets/stylesheets/abstracts/_utils.scss */
.bb {
  border-bottom: 1px solid #e7e7e7;
}

/* line 1245, app/assets/stylesheets/abstracts/_utils.scss */
.bb-1 {
  border-bottom: 1px solid lightgray;
}

/* line 1249, app/assets/stylesheets/abstracts/_utils.scss */
.bt-1 {
  border-top: 1px solid #ecedef;
}

/* line 1253, app/assets/stylesheets/abstracts/_utils.scss */
.rounded-50 {
  border-radius: 50%;
}

/* line 1259, app/assets/stylesheets/abstracts/_utils.scss */
.resize-none {
  resize: none;
}

/* line 1264, app/assets/stylesheets/abstracts/_utils.scss */
.border-radius-8 {
  border-radius: 8px;
}

/*
This file is used to contain all base imports.
Files inside this folder can contain global styles used in
the project.
*/
/*
This file can be used to overwrite any normailze settings.
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* line 15, app/assets/stylesheets/base/_reset.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
/* line 27, app/assets/stylesheets/base/_reset.scss */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
/* line 35, app/assets/stylesheets/base/_reset.scss */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
/* line 44, app/assets/stylesheets/base/_reset.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
/* line 57, app/assets/stylesheets/base/_reset.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
/* line 68, app/assets/stylesheets/base/_reset.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
/* line 80, app/assets/stylesheets/base/_reset.scss */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
/* line 89, app/assets/stylesheets/base/_reset.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
/* line 109, app/assets/stylesheets/base/_reset.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
/* line 120, app/assets/stylesheets/base/_reset.scss */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
/* line 129, app/assets/stylesheets/base/_reset.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 137, app/assets/stylesheets/base/_reset.scss */
sub {
  bottom: -0.25em;
}

/* line 141, app/assets/stylesheets/base/_reset.scss */
sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
/* line 152, app/assets/stylesheets/base/_reset.scss */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
/* line 164, app/assets/stylesheets/base/_reset.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
/* line 180, app/assets/stylesheets/base/_reset.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
/* line 191, app/assets/stylesheets/base/_reset.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
/* line 201, app/assets/stylesheets/base/_reset.scss */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
/* line 212, app/assets/stylesheets/base/_reset.scss */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
/* line 224, app/assets/stylesheets/base/_reset.scss */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
/* line 235, app/assets/stylesheets/base/_reset.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
/* line 246, app/assets/stylesheets/base/_reset.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
/* line 259, app/assets/stylesheets/base/_reset.scss */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
/* line 267, app/assets/stylesheets/base/_reset.scss */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
/* line 276, app/assets/stylesheets/base/_reset.scss */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
/* line 286, app/assets/stylesheets/base/_reset.scss */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
/* line 296, app/assets/stylesheets/base/_reset.scss */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
/* line 305, app/assets/stylesheets/base/_reset.scss */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
/* line 314, app/assets/stylesheets/base/_reset.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
/* line 326, app/assets/stylesheets/base/_reset.scss */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
/* line 334, app/assets/stylesheets/base/_reset.scss */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
/* line 345, app/assets/stylesheets/base/_reset.scss */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
/* line 353, app/assets/stylesheets/base/_reset.scss */
[hidden] {
  display: none;
}

/* line 359, app/assets/stylesheets/base/_reset.scss */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

/* line 1, app/assets/stylesheets/base/_global.scss */
html,
body {
  margin: 0;
  padding: 0;
}

/* line 7, app/assets/stylesheets/base/_global.scss */
body {
  font-family: Inter -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-variant: normal;
  font-feature-settings: normal;
  scroll-behavior: smooth;
  height: 100vh;
}

/* line 19, app/assets/stylesheets/base/_global.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* scrollbar for Chrome, Safari and Opera */
/* line 27, app/assets/stylesheets/base/_global.scss */
*::-webkit-scrollbar {
  display: inherit !important;
  width: 4px !important;
  height: 8px !important;
}

/* Track */
/* line 34, app/assets/stylesheets/base/_global.scss */
*::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
/* line 39, app/assets/stylesheets/base/_global.scss */
*::-webkit-scrollbar-thumb {
  background: #CFD2D5;
  border-radius: 2px;
}

/* Handle on hover */
/* line 45, app/assets/stylesheets/base/_global.scss */
*::-webkit-scrollbar-thumb:hover {
  background: #91989F;
  border-radius: 2px;
}

/* line 50, app/assets/stylesheets/base/_global.scss */
* {
  -ms-overflow-style: scroll;
  /* IE and Edge */
  scrollbar-width: auto;
  /* Firefox */
  scrollbar-color: #CFD2D5 #fff;
}

/* line 61, app/assets/stylesheets/base/_global.scss */
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 67, app/assets/stylesheets/base/_global.scss */
button {
  background: transparent;
  outline: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

/* line 75, app/assets/stylesheets/base/_global.scss */
a {
  text-decoration: none;
  color: #0075f3;
}

/* line 80, app/assets/stylesheets/base/_global.scss */
table {
  border-collapse: collapse;
  width: 100%;
}

/* line 85, app/assets/stylesheets/base/_global.scss */
input {
  background-image: none !important;
}

/* line 89, app/assets/stylesheets/base/_global.scss */
#__lpform_start_time img {
  display: none !important;
}

/* line 93, app/assets/stylesheets/base/_global.scss */
* {
  scrollbar-width: thin;
  scrollbar-color: var(--scroll-bar-color) var(--scroll-bar-bg-color);
}

@-moz-document url-prefix() {
  /* line 99, app/assets/stylesheets/base/_global.scss */
  * {
    scrollbar-width: auto;
    scrollbar-color: var(--scroll-bar-color) var(--scroll-bar-bg-color);
  }
  /* line 104, app/assets/stylesheets/base/_global.scss */
  .selectize-input {
    scrollbar-width: thin;
  }
}

/* line 1, app/assets/stylesheets/base/_typography.scss */
.variant-b1 {
  color: #121b24;
  font-size: 64px;
}

/* line 6, app/assets/stylesheets/base/_typography.scss */
.variant-b2 {
  color: #121b24;
  font-size: 58px;
}

/* line 11, app/assets/stylesheets/base/_typography.scss */
.variant-b3 {
  color: #121b24;
  font-size: 52px;
}

/* line 16, app/assets/stylesheets/base/_typography.scss */
.variant-b4 {
  color: #121b24;
  font-size: 46px;
}

/* line 21, app/assets/stylesheets/base/_typography.scss */
.variant-b5 {
  color: #121b24;
  font-size: 40px;
}

/* line 26, app/assets/stylesheets/base/_typography.scss */
.trial-plan {
  color: #FFF;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

/* line 41, app/assets/stylesheets/base/_typography.scss */
.trial-days {
  color: #FFF;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

/* line 51, app/assets/stylesheets/base/_typography.scss */
.manage-data-bg {
  background-color: #f6f5f7;
  border-radius: 12px;
}

/* line 56, app/assets/stylesheets/base/_typography.scss */
.manage-data-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  gap: 4px;
}

/* line 64, app/assets/stylesheets/base/_typography.scss */
.variant-b6 {
  color: #121b24;
  font-size: 34px;
}

/* line 70, app/assets/stylesheets/base/_typography.scss */
.variant-h1 {
  color: #121b24;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 28px;
}

/* line 78, app/assets/stylesheets/base/_typography.scss */
.variant-h1-on {
  color: #375167;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 32px;
}

/* line 86, app/assets/stylesheets/base/_typography.scss */
.variant-h2 {
  color: #121b24;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px;
}

/* line 94, app/assets/stylesheets/base/_typography.scss */
.variant-h3 {
  color: #121b24;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.1px;
  line-height: 23px;
}

/* line 102, app/assets/stylesheets/base/_typography.scss */
.variant-h4 {
  color: #121b24;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.35px;
  line-height: 22px;
}

/* line 110, app/assets/stylesheets/base/_typography.scss */
.variant-h5 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.21px;
  line-height: 20px;
}

/* line 117, app/assets/stylesheets/base/_typography.scss */
.variant-h6 {
  color: #121b24;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.25px;
  line-height: 18px;
}

/* line 126, app/assets/stylesheets/base/_typography.scss */
.trial-badge-text {
  color: rgba(255, 255, 255, 0.75);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: var(--DE-FontWeight-Regular, 400);
  line-height: 20px;
  /* 142.857% */
}

/* line 136, app/assets/stylesheets/base/_typography.scss */
.variant-body1 {
  color: #121b24;
  font-size: 14px;
  letter-spacing: -0.21px;
  line-height: 19px;
}

/* line 143, app/assets/stylesheets/base/_typography.scss */
.variant-body2 {
  color: #121b24;
  font-size: 13px;
  letter-spacing: -0.24px;
  line-height: 16px;
}

/* line 149, app/assets/stylesheets/base/_typography.scss */
.variant-body2.ms-0 {
  margin-left: 0 !important;
}

/* line 154, app/assets/stylesheets/base/_typography.scss */
.variant-body3 {
  color: #121b24;
  font-size: 12px;
  letter-spacing: -0.22px;
  line-height: 15px;
}

/* line 161, app/assets/stylesheets/base/_typography.scss */
.variant-sub-on {
  color: var(--Grey-700, #7b7789);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

/* line 170, app/assets/stylesheets/base/_typography.scss */
.variant-body4 {
  color: #666c73;
  font-size: 11px;
  letter-spacing: 0.2px;
  line-height: 14px;
}

/* line 177, app/assets/stylesheets/base/_typography.scss */
.variant-body5 {
  color: red;
  font-size: 12px;
  letter-spacing: -0.22px;
  line-height: 15px;
}

/* line 184, app/assets/stylesheets/base/_typography.scss */
.manage-variant {
  color: var(--Primary, #398ccb);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

/* line 192, app/assets/stylesheets/base/_typography.scss */
.weight-light {
  font-weight: 300;
}

/* line 196, app/assets/stylesheets/base/_typography.scss */
.weight-regular {
  font-weight: 400;
}

/* line 200, app/assets/stylesheets/base/_typography.scss */
.weight-medium {
  font-weight: 500;
}

/* line 204, app/assets/stylesheets/base/_typography.scss */
.weight-semi-bold {
  font-weight: 600;
}

/* line 208, app/assets/stylesheets/base/_typography.scss */
.weight-bold {
  font-weight: bold;
}

/* line 213, app/assets/stylesheets/base/_typography.scss */
.caps {
  text-transform: uppercase;
}

/* line 217, app/assets/stylesheets/base/_typography.scss */
.italic {
  font-style: italic;
}

/* line 222, app/assets/stylesheets/base/_typography.scss */
.display-block {
  display: block;
}

/* line 226, app/assets/stylesheets/base/_typography.scss */
.display-inline {
  display: inline;
}

/* line 231, app/assets/stylesheets/base/_typography.scss */
.align-right {
  text-align: right;
}

/* line 235, app/assets/stylesheets/base/_typography.scss */
.align-left {
  text-align: left;
}

/* line 239, app/assets/stylesheets/base/_typography.scss */
.align-center {
  text-align: center;
}

/* line 243, app/assets/stylesheets/base/_typography.scss */
.align-justify {
  text-align: justify;
}

/* line 249, app/assets/stylesheets/base/_typography.scss */
.color-inherit {
  color: inherit;
}

/* line 253, app/assets/stylesheets/base/_typography.scss */
.color-primary {
  color: #4898d5;
}

/* line 257, app/assets/stylesheets/base/_typography.scss */
.color-rp {
  color: #3085d6;
}

/* line 261, app/assets/stylesheets/base/_typography.scss */
.color-danger {
  color: #ed5151;
}

/* line 265, app/assets/stylesheets/base/_typography.scss */
.color-warning {
  color: #ff7800;
}

/* line 269, app/assets/stylesheets/base/_typography.scss */
.color-grey {
  color: #666c73;
}

/* line 273, app/assets/stylesheets/base/_typography.scss */
.color-light-grey {
  color: lightgrey;
}

/* line 277, app/assets/stylesheets/base/_typography.scss */
.color-dark-grey {
  color: #3a4e66;
}

/* line 281, app/assets/stylesheets/base/_typography.scss */
.color-mid-grey {
  color: #666c73;
}

/* line 285, app/assets/stylesheets/base/_typography.scss */
.color-shuttle-grey {
  color: #646970;
}

/* line 289, app/assets/stylesheets/base/_typography.scss */
.color-nile-blue {
  color: #2c475b;
}

/* line 293, app/assets/stylesheets/base/_typography.scss */
.color-navy-blue {
  color: #23485d;
}

/* line 297, app/assets/stylesheets/base/_typography.scss */
.color-bay-of-many {
  color: #344f68;
}

/* line 301, app/assets/stylesheets/base/_typography.scss */
.color-cello {
  color: #3a4e66;
}

/* line 305, app/assets/stylesheets/base/_typography.scss */
.color-rp-2 {
  color: #315169;
}

/* line 309, app/assets/stylesheets/base/_typography.scss */
.color-rp-on-gray {
  color: #9793a2;
}

/* line 313, app/assets/stylesheets/base/_typography.scss */
.color-rp-on {
  color: #375167;
}

/* line 317, app/assets/stylesheets/base/_typography.scss */
.color-emerald {
  color: #3dcb74;
}

/* line 321, app/assets/stylesheets/base/_typography.scss */
.color-moonstone {
  color: #398ccb;
}

/* line 325, app/assets/stylesheets/base/_typography.scss */
.color-pacific-blue {
  color: #398ccb;
}

/* line 329, app/assets/stylesheets/base/_typography.scss */
.color-french-rose {
  color: #f45774;
}

/* line 333, app/assets/stylesheets/base/_typography.scss */
.color-white {
  color: #fff;
}

/* line 337, app/assets/stylesheets/base/_typography.scss */
.color-black {
  color: #000;
}

/* line 341, app/assets/stylesheets/base/_typography.scss */
.color-tangaroa {
  color: #121b24;
}

/* line 345, app/assets/stylesheets/base/_typography.scss */
.color-yellow {
  color: yellow;
}

/* line 349, app/assets/stylesheets/base/_typography.scss */
.color-gray600 {
  color: #9793a2;
}

/* line 353, app/assets/stylesheets/base/_typography.scss */
.color-nile-blue {
  color: #2c475b;
}

/* line 357, app/assets/stylesheets/base/_typography.scss */
.bg-white {
  background: white;
}

/* line 361, app/assets/stylesheets/base/_typography.scss */
.bg-off-white {
  background: #fdfdfd;
}

/* line 365, app/assets/stylesheets/base/_typography.scss */
.bg-rp-2 {
  background: #315169;
}

/* line 369, app/assets/stylesheets/base/_typography.scss */
.bg-rp-on {
  background: #375167;
}

/* line 373, app/assets/stylesheets/base/_typography.scss */
.bg-card1 {
  background-color: #005485;
}

/* line 377, app/assets/stylesheets/base/_typography.scss */
.bg-card2 {
  background-color: #2e789f;
}

/* line 381, app/assets/stylesheets/base/_typography.scss */
.bg-card3 {
  background-color: #5b94b3;
}

/* line 387, app/assets/stylesheets/base/_typography.scss */
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 393, app/assets/stylesheets/base/_typography.scss */
.text-underline {
  text-decoration: underline;
}

/* line 399, app/assets/stylesheets/base/_typography.scss */
.lh-24 {
  line-height: 24px;
}

/* line 403, app/assets/stylesheets/base/_typography.scss */
.lh-30 {
  line-height: 30px;
}

/* line 3, app/assets/stylesheets/components/_animations.scss */
.lds-ring {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
}

/* line 9, app/assets/stylesheets/components/_animations.scss */
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  margin: 2px;
  border: 2px solid #23485d;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #23485d transparent transparent transparent;
}

/* line 21, app/assets/stylesheets/components/_animations.scss */
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

/* line 24, app/assets/stylesheets/components/_animations.scss */
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

/* line 27, app/assets/stylesheets/components/_animations.scss */
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 41, app/assets/stylesheets/components/_animations.scss */
.loading-ellipsis {
  font-size: 12px;
}

/* line 45, app/assets/stylesheets/components/_animations.scss */
.loading-ellipsis:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  animation: ellipsis steps(4, end) 900ms infinite;
  content: "\2026";
  /* ascii code for the ellipsis character */
  width: 0px;
}

@keyframes ellipsis {
  to {
    width: 1.25em;
  }
}

/* line 1, app/assets/stylesheets/components/_dropdown.scss */
.dropdown-menu {
  margin: 0;
  padding: 0px 0px;
  border-radius: 6px;
  background-color: #ffffff;
}

/* line 7, app/assets/stylesheets/components/_dropdown.scss */
.dropdown-menu .color-grey {
  color: #666c73;
}

/* line 11, app/assets/stylesheets/components/_dropdown.scss */
.dropdown-menu .lh-24 {
  line-height: 24px;
}

/* line 17, app/assets/stylesheets/components/_dropdown.scss */
.menuItem {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  width: 100%;
  cursor: pointer;
  transition: all 0.6s;
  border-radius: 5px;
  color: #121B24;
  font-size: 13px;
  letter-spacing: -0.24px;
  line-height: 16px;
  position: relative;
  font-size: 14px;
}

/* line 33, app/assets/stylesheets/components/_dropdown.scss */
.menuItem .itemIcon {
  width: 16px;
  height: 13px;
  margin-right: 10px;
}

/* line 39, app/assets/stylesheets/components/_dropdown.scss */
.menuItem .item-close-icon {
  position: absolute;
  right: 6px;
  top: 10px;
  display: none;
}

/* line 47, app/assets/stylesheets/components/_dropdown.scss */
.menuItem.isActive, .menuItem:hover {
  background-color: #EFF1F2;
  color: #252526;
}

/* line 52, app/assets/stylesheets/components/_dropdown.scss */
.menuItem.isActive .item-close-icon, .menuItem:hover .item-close-icon {
  display: block;
}

/* line 56, app/assets/stylesheets/components/_dropdown.scss */
.menuItem.isActive svg, .menuItem:hover svg {
  color: #4b494d;
}

/* line 61, app/assets/stylesheets/components/_dropdown.scss */
.menuItem.m-0-auto {
  margin: 0 auto;
}

/* line 66, app/assets/stylesheets/components/_dropdown.scss */
.tool-tip {
  position: relative;
  display: inline-block;
}

/* line 71, app/assets/stylesheets/components/_dropdown.scss */
.tool-tip:hover .tool-tip-content {
  display: block;
}

/* line 77, app/assets/stylesheets/components/_dropdown.scss */
.tool-tip-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  max-width: 24rem;
  width: -moz-max-content;
  width: max-content;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 10px 16px;
  z-index: 2;
  color: #121B24;
  font-size: 13px;
  letter-spacing: -0.24px;
  line-height: 16px;
  text-transform: none;
  border-radius: 10px;
}

/* line 96, app/assets/stylesheets/components/_dropdown.scss */
#add-column-div .tool-tip-content {
  max-width: 10rem;
}

/* line 101, app/assets/stylesheets/components/_dropdown.scss */
.export-dropdown-box {
  display: flex;
  height: 36px;
  padding: 8px 16px;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  border: 1px solid var(--Grey-300, #DBD9DE);
  background: #FFF;
}

/* line 113, app/assets/stylesheets/components/_dropdown.scss */
.export-dropdown-cont {
  position: absolute;
  top: calc(3.8rem - 20px);
  left: 0;
  width: 100%;
  border-radius: 12px;
  border: 1px solid #ebedef;
  background: #fff;
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.14);
  z-index: 1;
  font-size: 13px;
  cursor: pointer;
  max-height: 170px;
  overflow: auto;
  scrollbar-width: thin;
  transition: display 0.3s ease;
}

/* line 133, app/assets/stylesheets/components/_dropdown.scss */
.drop-option {
  position: relative;
  height: 32px;
  margin: 8px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding-left: 8px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* line 143, app/assets/stylesheets/components/_dropdown.scss */
.drop-option:hover {
  background-color: #E1EEF7;
}

/* line 148, app/assets/stylesheets/components/_dropdown.scss */
.export-text {
  color: var(--Black, #1D2024);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

/* line 158, app/assets/stylesheets/components/_dropdown.scss */
.export-radio-group {
  display: flex;
  gap: 8px;
  justify-content: space-between;
}

/* line 166, app/assets/stylesheets/components/_dropdown.scss */
.export-radio-option {
  color: var(--Grey-800, #605C6B);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
}

/* line 177, app/assets/stylesheets/components/_dropdown.scss */
.export-radio-option input:checked + span {
  color: #1D2024;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

/* line 186, app/assets/stylesheets/components/_dropdown.scss */
.export-upgrade-section {
  background-color: rgba(245, 245, 245, 0.8);
  border: 1px solid #D3D4D5;
  border-radius: 12px;
  padding: 10px 8px 6px;
  margin-top: 8px;
  list-style: none;
}

/* line 195, app/assets/stylesheets/components/_dropdown.scss */
.export-upgrade-header {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #121B24;
  margin: 0 0 8px;
  line-height: 24px;
}

/* line 204, app/assets/stylesheets/components/_dropdown.scss */
.export-upgrade-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  background-color: #4d8cc6;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 8px 16px;
  border-radius: 8px;
  text-decoration: none !important;
  margin-bottom: 6px;
  transition: background-color 0.2s;
}

/* line 221, app/assets/stylesheets/components/_dropdown.scss */
.export-upgrade-btn:hover, .export-upgrade-btn:focus, .export-upgrade-btn:visited {
  background-color: #4d8cc6;
  color: #fff !important;
  text-decoration: none !important;
}

/* line 230, app/assets/stylesheets/components/_dropdown.scss */
.export-crown-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background-color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
}

/* line 241, app/assets/stylesheets/components/_dropdown.scss */
.export-crown-img {
  width: 17px;
  height: 15px;
  display: block;
}

/* line 247, app/assets/stylesheets/components/_dropdown.scss */
.export-locked-item {
  color: #a8aaad !important;
  cursor: not-allowed !important;
  pointer-events: none;
}

/* line 252, app/assets/stylesheets/components/_dropdown.scss */
.export-locked-item:hover, .export-locked-item.isActive {
  background-color: transparent !important;
  color: #a8aaad !important;
}

/* line 258, app/assets/stylesheets/components/_dropdown.scss */
.export-locked-item img {
  opacity: 0.35;
}

/* line 1, app/assets/stylesheets/components/_form_control.scss */
.form-control {
  width: 100%;
}

/* line 5, app/assets/stylesheets/components/_form_control.scss */
.form-control.xs {
  margin-bottom: 10px;
}

/* line 9, app/assets/stylesheets/components/_form_control.scss */
.form-control.s {
  margin-bottom: 12px;
}

/* line 13, app/assets/stylesheets/components/_form_control.scss */
.form-control.m {
  margin-bottom: 16px;
}

/* line 17, app/assets/stylesheets/components/_form_control.scss */
.form-control.l {
  margin-bottom: 22px;
}

/* line 21, app/assets/stylesheets/components/_form_control.scss */
.form-control.xl {
  margin-bottom: 30px;
}

/* line 25, app/assets/stylesheets/components/_form_control.scss */
.form-control.noStyle {
  margin-bottom: 0;
}

/* line 29, app/assets/stylesheets/components/_form_control.scss */
.form-control.fullWidth {
  width: 100%;
}

/* line 33, app/assets/stylesheets/components/_form_control.scss */
.form-control.flex {
  display: flex;
  align-items: initial;
  width: 100%;
}

/* line 1, app/assets/stylesheets/components/_draggable-list.scss */
.draggable-list {
  margin: 8px 0;
  min-height: 120px;
  position: relative;
  overflow-x: hidden;
}

/* line 7, app/assets/stylesheets/components/_draggable-list.scss */
.draggable-list .draggable-list-item {
  min-height: 28px;
  margin: 0 -15px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  color: #3A4E66;
  font-size: 13px;
  letter-spacing: -0.24px;
  line-height: 16px;
  position: relative;
  cursor: move;
}

/* line 21, app/assets/stylesheets/components/_draggable-list.scss */
.draggable-list .draggable-list-item .draggable-icon {
  position: relative;
  top: 2px;
  width: 20px;
}

/* line 28, app/assets/stylesheets/components/_draggable-list.scss */
.draggable-list .draggable-list-item:hover .draggable-list-item-actions {
  opacity: 1;
  visibility: visible;
}

/* line 34, app/assets/stylesheets/components/_draggable-list.scss */
.draggable-list .draggable-list-item .draggable-list-item-actions {
  position: absolute;
  right: 12px;
  background: #f6f5f1;
  visibility: hidden;
  display: flex;
  padding: 3px 5px;
  border-radius: 25px;
  margin-right: 5px;
}

/* line 44, app/assets/stylesheets/components/_draggable-list.scss */
.draggable-list .draggable-list-item .draggable-list-item-actions .btn {
  height: 14px;
  width: 14px;
  vertical-align: middle;
}

/* line 1, app/assets/stylesheets/components/_input.scss */
.input {
  position: relative;
}

/* line 4, app/assets/stylesheets/components/_input.scss */
.input.inputBase:not(.noStyle) {
  border: 1px solid #e0dee0;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 0 15px;
  outline: none;
  width: auto;
  transition: box-shadow 0.2s, border-color 0.2s;
}

/* line 13, app/assets/stylesheets/components/_input.scss */
.input.inputBase.w-100:not(.noStyle) {
  width: 100%;
}

/* line 17, app/assets/stylesheets/components/_input.scss */
.input.inputBase.fullWidth:not(.noStyle) {
  width: 100%;
}

/* line 21, app/assets/stylesheets/components/_input.scss */
.input.inputBase.inline-input:not(.noStyle) {
  border-color: transparent;
  box-shadow: none;
}

/* line 25, app/assets/stylesheets/components/_input.scss */
.input.inputBase.inline-input:not(.noStyle):focus {
  border: 1px solid #398CCB;
  box-shadow: 0 0 0 1.5px rgba(40, 142, 219, 0.15);
}

/* line 31, app/assets/stylesheets/components/_input.scss */
.input.inputBase:not(.noStyle):focus {
  border-color: #0075f3;
  box-shadow: 0 0 0 1.5px rgba(40, 142, 219, 0.15);
}

/* line 36, app/assets/stylesheets/components/_input.scss */
.input.inputBase:not(.noStyle)::-moz-placeholder {
  color: #a6a6a6;
  opacity: 0.8;
}
.input.inputBase:not(.noStyle)::placeholder {
  color: #a6a6a6;
  opacity: 0.8;
}

/* line 43, app/assets/stylesheets/components/_input.scss */
.input.inputBase {
  color: #252526;
  font-size: 14px;
  letter-spacing: -0.21px;
  box-sizing: border-box;
  line-height: 17px;
  border-color: #d8dbe0;
}

/* line 51, app/assets/stylesheets/components/_input.scss */
.input.inputBase:disabled {
  background-color: #f0f2f5;
}

/* line 55, app/assets/stylesheets/components/_input.scss */
.input.inputBase.inputPlaceholder {
  padding: 3px;
}

/* line 59, app/assets/stylesheets/components/_input.scss */
.input.inputBase.py-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

/* line 64, app/assets/stylesheets/components/_input.scss */
.input.inputBase.py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

/* line 69, app/assets/stylesheets/components/_input.scss */
.input.inputBase.w-94 {
  width: 94%;
}

/* line 76, app/assets/stylesheets/components/_input.scss */
.input-s .inputBase {
  height: 28px;
  letter-spacing: -0.22px;
}

/* line 81, app/assets/stylesheets/components/_input.scss */
.input-s .inputBase:not(.noStyle) {
  padding: 0 8px;
}

/* line 87, app/assets/stylesheets/components/_input.scss */
.input-m .inputBase {
  height: 36px;
  letter-spacing: -0.22px;
}

/* line 94, app/assets/stylesheets/components/_input.scss */
.input-l .inputBase {
  height: 44px;
  letter-spacing: -0.25px;
}

/* line 101, app/assets/stylesheets/components/_input.scss */
.input-54 .inputBase {
  height: 54px;
  letter-spacing: -0.22px;
}

/* line 106, app/assets/stylesheets/components/_input.scss */
.input-54 .inputBase:not(.noStyle) {
  padding: 0 8px;
}

/* line 112, app/assets/stylesheets/components/_input.scss */
.right-input .inputBase {
  text-align: right;
}

/* line 121, app/assets/stylesheets/components/_input.scss */
.root-input .invalid-input .input {
  border-color: #ff5858;
  box-shadow: 0 0 0 1px #ff5858;
}

/* line 127, app/assets/stylesheets/components/_input.scss */
.root-input .invalid-input.hasIcon svg {
  color: #ff5858;
}

/* line 133, app/assets/stylesheets/components/_input.scss */
.root-input .hasIcon-input {
  position: relative;
}

/* line 136, app/assets/stylesheets/components/_input.scss */
.root-input .hasIcon-input .input {
  padding-left: 36px;
}

/* line 142, app/assets/stylesheets/components/_input.scss */
.root-input .hasAppend-input .input {
  padding-right: 75px;
}

/* line 148, app/assets/stylesheets/components/_input.scss */
.hasIcon-input {
  position: relative;
}

/* line 151, app/assets/stylesheets/components/_input.scss */
.hasIcon-input svg {
  width: 14px;
  height: 14px;
  color: #adb2bb;
}

/* line 158, app/assets/stylesheets/components/_input.scss */
.iconCont-input {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  width: 38px;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

/* line 170, app/assets/stylesheets/components/_input.scss */
.iconContClose-input {
  position: absolute;
  top: 0;
  right: 45px;
  bottom: 0;
  display: flex;
  width: 38px;
  align-items: center;
  justify-content: center;
  z-index: 1;
  cursor: pointer;
}

/* line 184, app/assets/stylesheets/components/_input.scss */
.hasAppend-input {
  position: relative;
}

/* line 187, app/assets/stylesheets/components/_input.scss */
.hasAppend-input .append-input {
  color: #8c94a1;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.12px;
  line-height: 16px;
  text-align: right;
}

/* line 197, app/assets/stylesheets/components/_input.scss */
.appendCont-input {
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 206, app/assets/stylesheets/components/_input.scss */
.appendCont-input svg {
  cursor: pointer;
}

/* line 211, app/assets/stylesheets/components/_input.scss */
.limit-text {
  max-width: 190px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 221, app/assets/stylesheets/components/_input.scss */
.shepherd-content {
  width: 500px;
  background: white;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  padding: 20px;
  margin: 20px;
  position: absolute;
}

/* line 230, app/assets/stylesheets/components/_input.scss */
.shepherd-content .shepherd-title {
  color: #315169;
  text-align: center;
  position: relative;
}

/* line 236, app/assets/stylesheets/components/_input.scss */
.shepherd-content .shepherd-cancel-icon {
  position: absolute;
  right: 0px;
  cursor: pointer;
}

/* line 242, app/assets/stylesheets/components/_input.scss */
.shepherd-content .shepherd-text {
  color: #545454;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: .3px;
  margin-bottom: 30px;
}

/* line 251, app/assets/stylesheets/components/_input.scss */
.shepherd-content .shepherd-footer {
  text-align: right;
}

/* line 256, app/assets/stylesheets/components/_input.scss */
.shepherd-content .shepherd-button {
  height: 28px;
  padding: 0 30px;
  border-radius: 6px;
  color: #ffff;
  letter-spacing: -0.2px;
  line-height: 16px;
  background-color: #157bc9;
  font-size: 14px;
  font-weight: 600;
}

/* line 268, app/assets/stylesheets/components/_input.scss */
.shepherd-content .shepherd-button-secondary {
  height: 28px;
  padding: 0px 30px;
  border-radius: 6px;
  color: #48494C;
  letter-spacing: -0.2px;
  line-height: 16px;
  background-color: #eae9eb;
  font-size: 14px;
  font-weight: 600;
  margin-right: 15px;
}

/* line 1, app/assets/stylesheets/components/_input_label.scss */
.input-label {
  display: block;
  color: #121b24;
  font-size: 13px;
  letter-spacing: -0.24px;
  line-height: 16px;
  font-weight: 500;
}

/* line 9, app/assets/stylesheets/components/_input_label.scss */
.input-label.inline-flex {
  display: inline-flex;
}

/* line 13, app/assets/stylesheets/components/_input_label.scss */
.input-label .input-required {
  color: #ff5858;
}

/* line 18, app/assets/stylesheets/components/_input_label.scss */
.input-label-s {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 8px;
}

/* line 24, app/assets/stylesheets/components/_input_label.scss */
.input-label-l {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 16px;
}

/* line 1, app/assets/stylesheets/components/_button.scss */
.btn {
  position: relative;
  outline: none;
  border: none;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  background-color: transparent;
  transition: background-color 200ms ease-in 0s, color 200ms ease-in 0s, border-color 200ms ease-in 0s;
  text-align: center;
  color: #3a4e66;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.24px;
}

@media screen and (max-width: 480px) {
  /* line 23, app/assets/stylesheets/components/_button.scss */
  .btn.wide {
    display: none;
  }
}

/* line 29, app/assets/stylesheets/components/_button.scss */
.btn.narrow {
  display: none;
}

@media screen and (max-width: 480px) {
  /* line 29, app/assets/stylesheets/components/_button.scss */
  .btn.narrow {
    display: flex !important;
  }
}

/* line 37, app/assets/stylesheets/components/_button.scss */
.btn svg {
  fill: currentColor;
  color: inherit;
  transition: color 0.2s;
}

/* line 44, app/assets/stylesheets/components/_button.scss */
.weight-regular {
  font-weight: 400;
}

/* line 48, app/assets/stylesheets/components/_button.scss */
.xs-btn {
  height: 24px;
  padding: 0 8px;
  border-radius: 5px;
  font-size: 12px;
}

/* line 55, app/assets/stylesheets/components/_button.scss */
.s-btn {
  height: 28px;
  padding: 0 12px;
  border-radius: 6px;
  color: #48494c;
  letter-spacing: -0.2px;
  line-height: 16px;
}

/* line 63, app/assets/stylesheets/components/_button.scss */
.s-btn .left-icon-btn {
  margin-right: 8px;
  color: #fff;
}

/* line 68, app/assets/stylesheets/components/_button.scss */
.s-btn.h-24 {
  height: 24px;
}

/* line 74, app/assets/stylesheets/components/_button.scss */
.m-btn {
  height: 30px;
  padding: 0 14px;
  border-radius: 6px;
  letter-spacing: -0.2px;
}

/* line 81, app/assets/stylesheets/components/_button.scss */
.l-btn {
  height: 44px;
  padding: 0 36px;
  border-radius: 7px;
  font-size: 14px;
}

/* line 88, app/assets/stylesheets/components/_button.scss */
.fullWidth-btn {
  width: 100%;
}

/* line 92, app/assets/stylesheets/components/_button.scss */
.ghost-btn {
  border: none;
  background-color: transparent;
  padding: 0;
  height: auto;
}

/* line 99, app/assets/stylesheets/components/_button.scss */
.disabled-btn {
  pointer-events: none;
  opacity: 0.2;
  cursor: default;
}

/* line 107, app/assets/stylesheets/components/_button.scss */
.contained-primary-btn {
  color: #ffffff;
  background-color: #398ccb;
}

/* line 112, app/assets/stylesheets/components/_button.scss */
.contained-primary-btn:hover {
  background-color: #157bc9;
}

/* line 117, app/assets/stylesheets/components/_button.scss */
.contained-primary-btn-on {
  color: #ffffff;
  border-radius: 10px;
  width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #398ccb;
}

/* line 128, app/assets/stylesheets/components/_button.scss */
.contained-primary-btn-on:hover {
  background-color: #157bc9;
}

/* line 133, app/assets/stylesheets/components/_button.scss */
.contained-secondary-btn {
  color: #24252a;
  background-color: #eae9eb;
}

/* line 138, app/assets/stylesheets/components/_button.scss */
.contained-danger-btn {
  color: #ffffff;
  background-color: #ed5151;
}

/* line 143, app/assets/stylesheets/components/_button.scss */
.contained-warning-btn {
  color: #ffffff;
  background-color: #f4b537;
}

/* line 148, app/assets/stylesheets/components/_button.scss */
.contained-inherit-btn {
  color: inherit;
  background-color: inherit;
}

/* line 154, app/assets/stylesheets/components/_button.scss */
.manage-data-cancel-btn {
  display: flex;
  width: 160px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  color: Black;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid var(--Grey-300, #dbd9de);
}

/* line 166, app/assets/stylesheets/components/_button.scss */
.manage-data-done-btn {
  display: flex;
  width: 160px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  border-radius: 8px;
  background: var(--Primary, #398ccb);
}

/* line 180, app/assets/stylesheets/components/_button.scss */
.outlined-primary-btn {
  border: 1px solid #0075f3;
}

/* line 184, app/assets/stylesheets/components/_button.scss */
.outlined-secondary-btn {
  background-color: #fff;
  border: 1px solid #eae9eb;
}

/* line 188, app/assets/stylesheets/components/_button.scss */
.outlined-secondary-btn.isActive, .outlined-secondary-btn:hover {
  border: 1px solid #398ccb;
  border-radius: 5px;
  box-shadow: 0 0 0 1.5px rgba(40, 142, 219, 0.15);
}

/* line 196, app/assets/stylesheets/components/_button.scss */
.outlined-secondary-btn2 {
  background-color: #fff;
  border: 1px solid #398ccb;
}

/* line 200, app/assets/stylesheets/components/_button.scss */
.outlined-secondary-btn2.isActive, .outlined-secondary-btn2:hover {
  border: 1px solid #398ccb;
  border-radius: 5px;
  box-shadow: 0 0 0 1.5px rgba(40, 142, 219, 0.15);
}

/* line 208, app/assets/stylesheets/components/_button.scss */
.outlined-inherit-btn {
  color: inherit;
  background-color: inherit;
}

/* line 214, app/assets/stylesheets/components/_button.scss */
.text-primary-btn {
  color: #398ccb;
}

/* line 218, app/assets/stylesheets/components/_button.scss */
.text-primary-btn2 {
  color: #398ccb;
}

/* line 221, app/assets/stylesheets/components/_button.scss */
.text-primary-btn2:hover, .text-primary-btn2.isActive {
  color: #48494c;
}

/* line 227, app/assets/stylesheets/components/_button.scss */
.text-secondary-btn {
  color: #48494c;
}

/* line 230, app/assets/stylesheets/components/_button.scss */
.text-secondary-btn:hover, .text-secondary-btn.isActive {
  color: #398ccb;
}

/* line 236, app/assets/stylesheets/components/_button.scss */
.text-secondary-btn-nav {
  color: #48494c;
  padding: 8px 12px;
}

/* line 240, app/assets/stylesheets/components/_button.scss */
.text-secondary-btn-nav:hover, .text-secondary-btn-nav.isActive {
  color: #398ccb;
  background-color: #f0f7fb;
  padding: 8px 12px;
  border-radius: 12px;
}

/* line 249, app/assets/stylesheets/components/_button.scss */
.text-inherit-btn {
  color: inherit;
}

/* line 253, app/assets/stylesheets/components/_button.scss */
.icon-btn-28 {
  height: 28px;
  width: 30px;
}

/* line 258, app/assets/stylesheets/components/_button.scss */
.icon-btn-34 {
  height: 34px;
  width: 34px;
}

/* line 263, app/assets/stylesheets/components/_button.scss */
.icon-btn-16 {
  height: 16px;
  width: 16px;
}

/* line 268, app/assets/stylesheets/components/_button.scss */
.btn-pad-l {
  padding: 0 25px;
}

/* line 272, app/assets/stylesheets/components/_button.scss */
.btn-pad-m {
  padding: 0 20px;
}

/* line 276, app/assets/stylesheets/components/_button.scss */
.btn-pad-s {
  padding-left: 8px;
  padding-right: 10px;
}

/* line 280, app/assets/stylesheets/components/_button.scss */
.btn-pad-s.pe-0 {
  padding-right: 0;
}

/* line 284, app/assets/stylesheets/components/_button.scss */
.btn-pad-s.px-0 {
  padding-right: 0px;
  padding-left: 0px;
}

/* line 290, app/assets/stylesheets/components/_button.scss */
.rounded {
  border-radius: 6px;
}

/* line 294, app/assets/stylesheets/components/_button.scss */
.page-number-active {
  border-radius: 6px;
  background-color: #398ccb;
}

/* line 298, app/assets/stylesheets/components/_button.scss */
.page-number-active:hover {
  background-color: #157bc9;
}

/* line 302, app/assets/stylesheets/components/_button.scss */
.page-number-active a {
  color: #fff;
}

/* line 307, app/assets/stylesheets/components/_button.scss */
.schedule-verify-button-enable {
  display: flex;
  width: 160px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid var(--Primary, #398ccb);
  color: var(--Primary, #398ccb);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
}

/* line 323, app/assets/stylesheets/components/_button.scss */
.schedule-verify-button-disable {
  display: flex;
  width: 160px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid var(--Grey-300, #dbd9de);
  color: var(--Grey-700, #7b7789);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
}

/* line 339, app/assets/stylesheets/components/_button.scss */
.schedule-save-button-disable {
  display: flex;
  width: 160px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid var(--Grey-300, #dbd9de);
  background: var(--Grey-300, #dbd9de);
  color: var(--Grey-700, #7b7789);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
}

/* line 356, app/assets/stylesheets/components/_button.scss */
.schedule-save-button-enable {
  display: flex;
  width: 160px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: none;
  background: var(--Primary, #398ccb);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
}

/* line 374, app/assets/stylesheets/components/_button.scss */
.domain-save-active {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: var(--Primary, #398CCB);
  color: #FFF;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

/* line 391, app/assets/stylesheets/components/_button.scss */
.domain-cancel-btn {
  display: flex;
  width: 160px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid var(--Grey-300, #DBD9DE);
  color: var(--Black, #1D2024);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

/* line 1, app/assets/stylesheets/components/_pagination.scss */
.pagination {
  display: flex;
  align-items: center;
}

/* line 7, app/assets/stylesheets/components/_pagination.scss */
.pagination .pagination-left,
.pagination .pagination-right {
  display: flex;
  align-items: center;
}

/* line 15, app/assets/stylesheets/components/_pagination.scss */
.pagination .btn {
  padding: 0px 2px 0px 5px;
  font-size: 13px;
  letter-spacing: -0.24px;
  line-height: 16px;
  text-align: center;
}

/* line 27, app/assets/stylesheets/components/_pagination.scss */
.pagination .prev-btn svg {
  transform: rotate(90deg);
}

/* line 34, app/assets/stylesheets/components/_pagination.scss */
.pagination .next-btn svg {
  transform: rotate(270deg);
}

/* line 39, app/assets/stylesheets/components/_pagination.scss */
.pagination .pagination-right {
  color: #666C73;
  font-size: 13px;
  letter-spacing: -0.24px;
  line-height: 16px;
  text-align: right;
}

/* line 49, app/assets/stylesheets/components/_pagination.scss */
.show-rows {
  color: #666C73;
  font-size: 13px;
  letter-spacing: -0.24px;
  line-height: 16px;
  text-align: center;
}

/* line 59, app/assets/stylesheets/components/_pagination.scss */
.page-repo {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  /* line 59, app/assets/stylesheets/components/_pagination.scss */
  .page-repo {
    flex-direction: column-reverse;
  }
}

/* line 68, app/assets/stylesheets/components/_pagination.scss */
#repo {
  width: 40%;
}

@media screen and (max-width: 768px) {
  /* line 68, app/assets/stylesheets/components/_pagination.scss */
  #repo {
    width: 100%;
    justify-content: center;
  }
}

/* line 1, app/assets/stylesheets/components/_radio.scss */
.radioContainer {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding-left: 22px;
  color: #121B24;
  font-size: 13px;
  letter-spacing: -0.24px;
  line-height: 16px;
  margin-left: -6px;
}

/* line 13, app/assets/stylesheets/components/_radio.scss */
.radioContainer .circle {
  display: inline-flex;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: #E0E1E4;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 150ms linear;
  transform: scale3d(0.9, 0.9, 0.9);
  transition-property: transform, background-color;
}

/* line 26, app/assets/stylesheets/components/_radio.scss */
.radioContainer .circle:after {
  content: '';
  background-color: #fff;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* line 37, app/assets/stylesheets/components/_radio.scss */
.radioContainer .radio {
  display: none;
}

/* line 40, app/assets/stylesheets/components/_radio.scss */
.radioContainer .radio:checked + .circle {
  background-color: #398CCB;
}

/* line 44, app/assets/stylesheets/components/_radio.scss */
.radioContainer .radio + .circle:after {
  height: 13px;
  width: 13px;
}

/* line 49, app/assets/stylesheets/components/_radio.scss */
.radioContainer .radio:checked + .circle:after {
  height: 8px;
  width: 8px;
}

/* line 54, app/assets/stylesheets/components/_radio.scss */
.radioContainer .radio:active:not(:disabled) + .circle {
  transform: scale3d(0.8, 0.8, 0.8);
}

/* line 58, app/assets/stylesheets/components/_radio.scss */
.radioContainer .radio:hover:not(:disabled):not(:checked) + .circle {
  background-color: #398CCB;
}

/* line 1, app/assets/stylesheets/components/_table.scss */
table {
  width: 100%;
}

/* line 4, app/assets/stylesheets/components/_table.scss */
table th {
  color: #666c73;
  font-size: 11px;
  letter-spacing: 0.2px;
  line-height: 14px;
  text-align: start;
  font-weight: 400;
}

/* line 13, app/assets/stylesheets/components/_table.scss */
table td {
  color: #121b24;
  font-size: 13px;
  letter-spacing: -0.24px;
  line-height: 16px;
}

/* line 22, app/assets/stylesheets/components/_table.scss */
th.head-sticky-col span.resizeTrigger {
  cursor: default;
}

/* line 28, app/assets/stylesheets/components/_table.scss */
.first-col #filter-form > .paper {
  left: 0;
}

/* line 1, app/assets/stylesheets/components/_switch.scss */
.switch-wrap {
  margin-bottom: 15px;
}

/* line 4, app/assets/stylesheets/components/_switch.scss */
.switch-wrap .switch {
  border-radius: 5px;
  background-color: #EFF1F2;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  cursor: pointer;
}

/* line 14, app/assets/stylesheets/components/_switch.scss */
.switch-wrap .switch.switch-currency::after {
  transform: translate3d(0%, 0, 0);
}

/* line 18, app/assets/stylesheets/components/_switch.scss */
.switch-wrap .switch.switch-currency #switch-formatting {
  color: #FFFFFF;
}

/* line 25, app/assets/stylesheets/components/_switch.scss */
.switch-wrap .switch.switch-formatting::after {
  transform: translate3d(calc(100% - 3px), 0, 0);
}

/* line 29, app/assets/stylesheets/components/_switch.scss */
.switch-wrap .switch.switch-formatting #switch-currency {
  color: #FFFFFF;
}

/* line 35, app/assets/stylesheets/components/_switch.scss */
.switch-wrap .switch::after {
  content: '';
  position: absolute;
  width: 110px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  border-radius: 5px;
  transition: transform 0.2s ease;
  background-color: #398CCB;
  box-shadow: -2px 0 4px 0 rgba(58, 78, 102, 0.16);
  transform: translate3d(0%, 0, 0);
}

/* line 51, app/assets/stylesheets/components/_switch.scss */
.switch-wrap .switch .btn {
  border-radius: 0;
  color: #5f6163;
  height: 30px;
  background-color: transparent;
  position: relative;
  z-index: 2;
  width: 100%;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: -0.24px;
  line-height: 16px;
  width: 109px;
}

/* line 72, app/assets/stylesheets/components/_switch.scss */
.switch.switch-currency #switch-currency > a {
  color: #48494C;
}

/* line 75, app/assets/stylesheets/components/_switch.scss */
.switch.switch-currency #switch-formatting > a {
  color: #fff;
}

/* line 82, app/assets/stylesheets/components/_switch.scss */
.switch.switch-formatting #switch-currency > a {
  color: #FFFFFF;
}

/* line 85, app/assets/stylesheets/components/_switch.scss */
.switch.switch-formatting #switch-formatting > a {
  color: #48494C;
}

/* line 1, app/assets/stylesheets/components/_menu.scss */
.menu-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 6, app/assets/stylesheets/components/_menu.scss */
.menu-list .menu-item {
  display: flex;
  align-items: center;
  padding: 8px;
  width: 100%;
  cursor: pointer;
  transition: all 0.6s;
  border-radius: 5px;
  color: #121b24;
  font-size: 14px;
  letter-spacing: -0.24px;
  line-height: 16px;
  position: relative;
  line-height: 1.5;
  margin-bottom: 5px;
}

/* line 22, app/assets/stylesheets/components/_menu.scss */
.menu-list .menu-item .itemIcon {
  width: 16px;
  height: 13px;
  margin-right: 10px;
}

/* line 27, app/assets/stylesheets/components/_menu.scss */
.menu-list .menu-item .itemIcon svg {
  color: #eff1f2;
}

/* line 32, app/assets/stylesheets/components/_menu.scss */
.menu-list .menu-item.isActive, .menu-list .menu-item:hover {
  background-color: #e2e2e2;
  color: #252526;
}

/* line 37, app/assets/stylesheets/components/_menu.scss */
.menu-list .menu-item.isActive svg, .menu-list .menu-item:hover svg {
  color: #398ccb;
}

/* line 1, app/assets/stylesheets/components/_checkbox.scss */
.checkbox-label {
  color: #121B24;
  font-size: 13px;
  letter-spacing: -0.24px;
  line-height: 16px;
  width: 100%;
  cursor: pointer;
}

/* line 9, app/assets/stylesheets/components/_checkbox.scss */
.checkbox-label .checkbox-wrap {
  height: 30px;
  width: 100%;
  border: 1px solid #E0E1E4;
  border-radius: 5px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  padding: 0 10px;
  position: relative;
}

/* line 20, app/assets/stylesheets/components/_checkbox.scss */
.checkbox-label .checkbox-wrap.border-none {
  border: none;
}

/* line 24, app/assets/stylesheets/components/_checkbox.scss */
.checkbox-label .checkbox-wrap.h-16 {
  height: 16px;
}

/* line 28, app/assets/stylesheets/components/_checkbox.scss */
.checkbox-label .checkbox-wrap .checkbox {
  margin-right: 10px;
  opacity: 0;
}

/* line 32, app/assets/stylesheets/components/_checkbox.scss */
.checkbox-label .checkbox-wrap .checkbox + .icon {
  position: absolute;
  height: 16px;
  width: 16px;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #E0E1E4;
  border-radius: 4px;
  transition: all 150ms linear;
  transition-property: transform, background-color, color, border-color;
}

/* line 46, app/assets/stylesheets/components/_checkbox.scss */
.checkbox-label .checkbox-wrap .checkbox:checked + .icon {
  background-color: #3d8df5;
  border-color: rgba(34, 104, 224, 0.46);
}

/* line 51, app/assets/stylesheets/components/_checkbox.scss */
.checkbox-label .checkbox-wrap .checkbox:checked + .icon:after {
  height: 16px;
  content: '';
  display: block;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fillRule='evenodd' clip-rule='evenodd' d='M12 5c-.28 0-.53.11-.71.29L7 9.59l-2.29-2.3a1.003 1.003 0 00-1.42 1.42l3 3c.18.18.43.29.71.29s.53-.11.71-.29l5-5A1.003 1.003 0 0012 5z' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

/* line 62, app/assets/stylesheets/components/_checkbox.scss */
.checkbox-label .checkbox-wrap input {
  width: auto;
}

/* line 1, app/assets/stylesheets/components/_textarea.scss */
.textarea {
  border: 1px solid #e0dee0;
  border-radius: 6px;
  background-color: #ffffff;
  width: 100%;
  box-sizing: border-box;
  padding: 4px 15px;
  transition: box-shadow 0.2s, border-color 0.2s;
  color: #252526;
  font-size: 14px;
  letter-spacing: -0.25px;
  line-height: 17px;
}

/* line 14, app/assets/stylesheets/components/_textarea.scss */
.textarea:focus {
  outline: none;
  box-shadow: 0 0 0 1px #0075f3;
}

/* line 19, app/assets/stylesheets/components/_textarea.scss */
.textarea::-moz-placeholder {
  color: #a6a6a6;
  opacity: 0.8;
}
.textarea::placeholder {
  color: #a6a6a6;
  opacity: 0.8;
}

/* line 1, app/assets/stylesheets/components/_avatar.scss */
.avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  font-size: 12px;
  box-sizing: border-box;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  text-transform: uppercase;
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 18, app/assets/stylesheets/components/_avatar.scss */
.avatar.circle {
  border-radius: 50%;
}

/* line 22, app/assets/stylesheets/components/_avatar.scss */
.avatar img {
  max-width: 100%;
  height: auto;
}

/* line 28, app/assets/stylesheets/components/_avatar.scss */
.avatar-10 {
  height: 10px;
  width: 10px;
}

/* line 33, app/assets/stylesheets/components/_avatar.scss */
.avatar-16 {
  height: 16px;
  width: 16px;
}

/* line 38, app/assets/stylesheets/components/_avatar.scss */
.avatar-20 {
  height: 20px;
  width: 20px;
}

/* line 43, app/assets/stylesheets/components/_avatar.scss */
.avatar-24 {
  height: 24px;
  width: 24px;
  border-radius: 6px;
}

/* line 49, app/assets/stylesheets/components/_avatar.scss */
.avatar-74 {
  height: 74px;
  width: 74px;
  border-radius: 17px;
}

/* line 55, app/assets/stylesheets/components/_avatar.scss */
.avatar-28 {
  height: 28px;
  width: 28px;
}

/* line 60, app/assets/stylesheets/components/_avatar.scss */
.avatar-32 {
  height: 32px;
  width: 32px;
}

/* line 65, app/assets/stylesheets/components/_avatar.scss */
.avatar-34 {
  height: 34px;
  width: 34px;
}

/* line 70, app/assets/stylesheets/components/_avatar.scss */
.avatar-36 {
  height: 36px;
  width: 36px;
  border-radius: 5px;
}

/* line 76, app/assets/stylesheets/components/_avatar.scss */
.avatar-56 {
  height: 56px;
  width: 56px;
  border-radius: 12px;
}

/* line 82, app/assets/stylesheets/components/_avatar.scss */
.avatar-160 {
  height: 160px;
  width: 160px;
  border-radius: 12px;
}

/* line 1, app/assets/stylesheets/components/_divider.scss */
.divider {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #eae9eb;
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
  border-top: 1px solid #818385;
}

/* line 11, app/assets/stylesheets/components/_divider.scss */
.divider.horiz {
  display: flex;
  clear: both;
  width: 100%;
  min-width: 100%;
}

/* line 18, app/assets/stylesheets/components/_divider.scss */
.divider.vertical {
  position: relative;
  max-height: 100%;
  min-height: 100%;
  display: inline-block;
  vertical-align: middle;
  border-top: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.06);
}

/* line 28, app/assets/stylesheets/components/_divider.scss */
.divider.dark {
  border-top-color: #818385;
  opacity: 0.15;
}

/* line 33, app/assets/stylesheets/components/_divider.scss */
.divider.grey {
  border-top-color: #e0e1e4;
}

/* line 35, app/assets/stylesheets/components/_divider.scss */
.divider.grey.w-60 {
  width: 60%;
  min-width: 60%;
  margin: 0 auto;
}

/* line 40, app/assets/stylesheets/components/_divider.scss */
.divider.grey.w-75 {
  width: 75%;
  min-width: 75%;
  margin: 0 auto;
}

/* line 47, app/assets/stylesheets/components/_divider.scss */
.divider.mb-12 {
  margin-bottom: 12px;
}

/* line 51, app/assets/stylesheets/components/_divider.scss */
.divider.my-5 {
  margin-bottom: 5px;
  margin-top: 5px;
}

/* line 1, app/assets/stylesheets/components/_tabs.scss */
.tab {
  overflow: hidden;
  padding: 10px 15px;
}

/* line 6, app/assets/stylesheets/components/_tabs.scss */
.tab.noStyle {
  padding: 0;
  overflow: visible;
}

/* line 11, app/assets/stylesheets/components/_tabs.scss */
.tab .btn {
  height: 30px;
  padding: 0 10px;
}

/* line 15, app/assets/stylesheets/components/_tabs.scss */
.tab .btn.isActive, .tab .btn:hover {
  border-radius: 5px;
  background-color: #eff1f2;
}

/* line 21, app/assets/stylesheets/components/_tabs.scss */
.tab .btn.underlined-tab {
  color: #3A4E66;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.3px;
  line-height: 21px;
  padding: 0;
}

/* line 29, app/assets/stylesheets/components/_tabs.scss */
.tab .btn.underlined-tab.isActive {
  color: #398CCB;
}

/* line 35, app/assets/stylesheets/components/_tabs.scss */
.tab .btn.underlined-tab.isActive, .tab .btn.underlined-tab:hover {
  background-color: unset;
}

/* line 40, app/assets/stylesheets/components/_tabs.scss */
.tab .btn.underlined-tab.isActive {
  position: relative;
}

/* line 43, app/assets/stylesheets/components/_tabs.scss */
.tab .btn.underlined-tab.isActive::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background-color: #398CCB;
}

/* line 64, app/assets/stylesheets/components/_tabs.scss */
.tabcontent {
  display: none;
  border-top: none;
  position: relative;
  flex: 1;
}

/* line 1, app/assets/stylesheets/components/_popper.scss */
.popper {
  position: relative;
  border-radius: 6px;
  outline: none;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}

/* line 9, app/assets/stylesheets/components/_popper.scss */
.popper.left-anchor > .paper {
  left: 0;
}

/* line 13, app/assets/stylesheets/components/_popper.scss */
.popper.right-anchor > .paper {
  right: -8px;
}

@media screen and (max-width: 596px) {
  /* line 13, app/assets/stylesheets/components/_popper.scss */
  .popper.right-anchor > .paper {
    right: -56px;
  }
}

/* line 24, app/assets/stylesheets/components/_popper.scss */
.popper #filter_box {
  right: 0px;
  z-index: 3;
}

@media screen and (max-width: 1200px) {
  /* line 24, app/assets/stylesheets/components/_popper.scss */
  .popper #filter_box {
    right: -310px;
  }
}

/* line 33, app/assets/stylesheets/components/_popper.scss */
.popper.isOpen {
  transition: all 0.1s ease-in-out;
}

/* line 36, app/assets/stylesheets/components/_popper.scss */
.popper.isOpen .dropdown-btn.outlined-secondary-btn {
  border: 1px solid #398ccb;
  border-radius: 5px;
  box-shadow: 0 0 0 1.5px rgba(40, 142, 219, 0.15);
}

/* line 42, app/assets/stylesheets/components/_popper.scss */
.popper.isOpen > .paper {
  opacity: 1;
  visibility: visible;
  height: auto;
  transform: none;
  animation: fadeFromTop 321ms cubic-bezier(0.4, 0, 0.2, 1) 0ms ease-in forwards;
  transition: opacity 321ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, transform 214ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  margin-top: 4px;
  display: block;
}

/* line 56, app/assets/stylesheets/components/_popper.scss */
.paper {
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 0 1px #ecedef, 0 8px 18px -2px rgba(18, 27, 36, 0.22);
  text-align: left;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: calc(110% + 4px);
  z-index: 1000;
  min-width: 100%;
  min-width: 170px;
  color: #1c252c;
  height: 0;
  display: none;
}

/* line 72, app/assets/stylesheets/components/_popper.scss */
.paper.filter-container {
  width: 550px;
  border-radius: 0px;
}

@keyframes fadeFromTop {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

/* line 93, app/assets/stylesheets/components/_popper.scss */
.swal-btn-next,
.swal2-deny {
  font-size: 14px !important;
  font-weight: 600 !important;
  height: 28px;
  padding: 0 12px !important;
  border-radius: 6px !important;
  letter-spacing: -0.2px;
  line-height: 16px;
}

/* line 103, app/assets/stylesheets/components/_popper.scss */
.swal-btn-next:focus,
.swal2-deny:focus {
  box-shadow: none !important;
}

/* line 107, app/assets/stylesheets/components/_popper.scss */
.swal-btn-next:focus-visible,
.swal2-deny:focus-visible {
  outline: none;
}

/* line 112, app/assets/stylesheets/components/_popper.scss */
.user-swal-btn-back {
  margin-left: -235px;
  position: relative;
  top: -15px;
}

/* line 118, app/assets/stylesheets/components/_popper.scss */
.user-swal-close-btn:hover {
  box-shadow: none;
  color: gray;
}

/* line 123, app/assets/stylesheets/components/_popper.scss */
.user-swal-close-btn {
  box-shadow: none;
  color: gray;
  position: relative;
  top: -1px;
  right: 10px;
}

/* line 131, app/assets/stylesheets/components/_popper.scss */
.user-swal-btn-nxt {
  position: relative;
  top: -15px;
}

/* line 136, app/assets/stylesheets/components/_popper.scss */
.swal-btn-back {
  box-shadow: none;
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 0 12px !important;
  border-radius: 6px !important;
  letter-spacing: -0.2px;
  line-height: 16px;
  height: 28px;
  color: #48494c !important;
  background-color: white !important;
  border: 1px solid #eae9eb !important;
}

/* line 149, app/assets/stylesheets/components/_popper.scss */
.swal-btn-back:hover {
  border: 1px solid #3085D6 !important;
  box-shadow: 0 0 0 1.5px rgba(40, 142, 219, 0.15) !important;
  color: #48494c !important;
  background-image: linear-gradient(90deg, white 0%, white 100%) !important;
}

/* line 159, app/assets/stylesheets/components/_popper.scss */
.integrate_submit_back {
  width: 190px;
  height: 32px;
}

/* line 164, app/assets/stylesheets/components/_popper.scss */
.swal-title {
  color: #344f68;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.27px;
  line-height: 21px;
}

/* line 172, app/assets/stylesheets/components/_popper.scss */
.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0 0;
  background: rgba(0, 0, 0, 0);
  color: inherit;
  font-size: 1.125em;
}

/* line 181, app/assets/stylesheets/components/_popper.scss */
.swal-input {
  position: relative;
  border: 1px solid #e0dee0;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 0 15px !important;
  outline: none;
  width: auto;
  transition: box-shadow 0.2s, border-color 0.2s;
  width: auto;
}

/* line 192, app/assets/stylesheets/components/_popper.scss */
.swal-input.w-100 {
  width: 100%;
}

/* line 196, app/assets/stylesheets/components/_popper.scss */
.swal-input.pb-4 {
  padding-bottom: 4px;
}

/* line 200, app/assets/stylesheets/components/_popper.scss */
.swal-input.w-89 {
  width: 89%;
}

/* line 204, app/assets/stylesheets/components/_popper.scss */
.swal-input:focus {
  border: 1px solid #398ccb;
  box-shadow: 0 0 0 1.5px rgba(40, 142, 219, 0.15);
}

/* line 209, app/assets/stylesheets/components/_popper.scss */
.swal-input::-moz-placeholder {
  color: #a6a6a6;
  opacity: 0.8;
}
.swal-input::placeholder {
  color: #a6a6a6;
  opacity: 0.8;
}

/* line 214, app/assets/stylesheets/components/_popper.scss */
.swal-input.m-0-auto {
  margin: 0 auto;
}

/* line 223, app/assets/stylesheets/components/_popper.scss */
.swal-textarea {
  border: 1px solid #e0dee0;
  border-radius: 6px;
  background-color: #ffffff;
  width: 100%;
  box-sizing: border-box;
  padding: 8px 16px;
  transition: box-shadow 0.2s, border-color 0.2s;
  color: #252526;
  font-size: 14px;
  letter-spacing: -0.25px;
  line-height: 17px;
}

/* line 236, app/assets/stylesheets/components/_popper.scss */
.swal-textarea.w-88 {
  width: 88%;
}

/* line 240, app/assets/stylesheets/components/_popper.scss */
.swal-textarea:focus {
  outline: none;
  box-shadow: 0 0 0 1px #0075f3;
}

/* line 245, app/assets/stylesheets/components/_popper.scss */
.swal-textarea::-moz-placeholder {
  color: #a6a6a6;
  opacity: 0.8;
}
.swal-textarea::placeholder {
  color: #a6a6a6;
  opacity: 0.8;
}

/* line 252, app/assets/stylesheets/components/_popper.scss */
.swal-textarea-staff {
  border: 1px solid #e0dee0;
  border-radius: 6px;
  background-color: #ffffff;
  width: 100%;
  box-sizing: border-box;
  padding: 8px 16px;
  transition: box-shadow 0.2s, border-color 0.2s;
  color: #252526;
  font-size: 14px;
  letter-spacing: -0.25px;
  line-height: 17px;
}

/* line 265, app/assets/stylesheets/components/_popper.scss */
.swal-textarea-staff.w-88 {
  width: 88%;
  height: 240px;
}

/* line 270, app/assets/stylesheets/components/_popper.scss */
.swal-textarea-staff:focus {
  outline: none;
  box-shadow: 0 0 0 1px #0075f3;
}

/* line 275, app/assets/stylesheets/components/_popper.scss */
.swal-textarea-staff::-moz-placeholder {
  color: #a6a6a6;
  opacity: 0.8;
}
.swal-textarea-staff::placeholder {
  color: #a6a6a6;
  opacity: 0.8;
}

/* line 282, app/assets/stylesheets/components/_popper.scss */
.swal-pop {
  padding-top: 0.75rem;
  border-radius: 10px;
}

/* line 286, app/assets/stylesheets/components/_popper.scss */
.swal-pop.pt-0 {
  padding-top: 0;
}

/* line 290, app/assets/stylesheets/components/_popper.scss */
.swal-pop.w-40r {
  width: 40rem;
}

/* line 295, app/assets/stylesheets/components/_popper.scss */
.swal-free-plan-confirm {
  width: 36rem !important;
  max-width: calc(100vw - 32px) !important;
  padding: 0 !important;
  border-radius: 16px !important;
  background: #ffffff !important;
  overflow: hidden;
  box-shadow: 0 20px 48px -12px rgba(57, 140, 203, 0.18) !important;
}

/* line 304, app/assets/stylesheets/components/_popper.scss */
.swal-free-plan-confirm .swal2-title {
  display: none !important;
}

/* line 308, app/assets/stylesheets/components/_popper.scss */
.swal-free-plan-confirm .swal2-close {
  color: #9aa1a9 !important;
  font-size: 1.4rem !important;
  position: absolute !important;
  top: 16px !important;
  right: 20px !important;
}

/* line 315, app/assets/stylesheets/components/_popper.scss */
.swal-free-plan-confirm .swal2-close:hover {
  color: #48494c !important;
}

/* line 320, app/assets/stylesheets/components/_popper.scss */
.swal-free-plan-confirm .swal-free-plan-confirm__html {
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  text-align: left;
}

/* line 327, app/assets/stylesheets/components/_popper.scss */
.swal-free-plan-confirm .swal-free-plan-confirm__content {
  padding: 32px 28px 20px;
}

/* line 331, app/assets/stylesheets/components/_popper.scss */
.swal-free-plan-confirm .swal-free-plan-confirm__heading {
  margin: 0 0 8px;
  font-size: 1.25rem;
  color: #121b24;
  line-height: 1.35;
}

/* line 338, app/assets/stylesheets/components/_popper.scss */
.swal-free-plan-confirm .swal-free-plan-confirm__lead {
  margin: 0 0 20px;
  color: #605c6b;
  font-size: 0.9rem;
}

/* line 344, app/assets/stylesheets/components/_popper.scss */
.swal-free-plan-confirm .swal-free-plan-confirm__features-box {
  background: #f4f6f8;
  border-radius: 10px;
  padding: 18px 20px;
}

/* line 350, app/assets/stylesheets/components/_popper.scss */
.swal-free-plan-confirm .swal-free-plan-confirm__features-title {
  font-size: 0.9rem;
  font-weight: 700;
  color: #121b24;
  margin-bottom: 14px;
}

/* line 357, app/assets/stylesheets/components/_popper.scss */
.swal-free-plan-confirm .swal-free-plan-confirm__features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 12px;
}

/* line 363, app/assets/stylesheets/components/_popper.scss */
.swal-free-plan-confirm .swal-free-plan-confirm__features-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 369, app/assets/stylesheets/components/_popper.scss */
.swal-free-plan-confirm .swal-free-plan-confirm__feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  color: #2c3e50;
}

/* line 377, app/assets/stylesheets/components/_popper.scss */
.swal-free-plan-confirm .swal-free-plan-confirm__feature-x {
  color: #e74c3c;
  font-size: 0.85rem;
  flex-shrink: 0;
  line-height: 1;
}

/* line 384, app/assets/stylesheets/components/_popper.scss */
.swal-free-plan-confirm .swal-free-plan-confirm__actions {
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 16px 28px 24px !important;
  box-sizing: border-box;
}

/* line 395, app/assets/stylesheets/components/_popper.scss */
.swal-free-plan-confirm .swal-free-plan-confirm__btn--primary,
.swal-free-plan-confirm .swal-free-plan-confirm__btn--secondary {
  flex: 1 !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 12px 20px !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  white-space: nowrap;
  font-size: 0.9rem !important;
}

/* line 409, app/assets/stylesheets/components/_popper.scss */
.swal-free-plan-confirm .swal-free-plan-confirm__btn--primary {
  background: #398ccb !important;
  border: 1px solid #398ccb !important;
  color: #ffffff !important;
}

/* line 414, app/assets/stylesheets/components/_popper.scss */
.swal-free-plan-confirm .swal-free-plan-confirm__btn--primary:hover {
  background: #157bc9 !important;
  border-color: #157bc9 !important;
}

/* line 419, app/assets/stylesheets/components/_popper.scss */
.swal-free-plan-confirm .swal-free-plan-confirm__btn--primary:focus {
  box-shadow: 0 0 0 3px rgba(57, 140, 203, 0.25) !important;
}

/* line 424, app/assets/stylesheets/components/_popper.scss */
.swal-free-plan-confirm .swal-free-plan-confirm__btn--secondary {
  background: #ffffff !important;
  border: 1px solid #d0d5da !important;
  color: #2c3e50 !important;
}

/* line 429, app/assets/stylesheets/components/_popper.scss */
.swal-free-plan-confirm .swal-free-plan-confirm__btn--secondary:hover {
  background: #f7f9fb !important;
  border-color: #b0b8c1 !important;
  color: #2c3e50 !important;
}

/* line 437, app/assets/stylesheets/components/_popper.scss */
.swal-share-save-prompt {
  width: 26rem !important;
  max-width: calc(100vw - 32px) !important;
  padding: 0 !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  overflow: hidden;
  box-shadow: 0 16px 40px -10px rgba(57, 140, 203, 0.22) !important;
}

/* line 446, app/assets/stylesheets/components/_popper.scss */
.swal-share-save-prompt .swal2-title {
  display: none !important;
}

/* line 450, app/assets/stylesheets/components/_popper.scss */
.swal-share-save-prompt .swal-share-save-prompt__html {
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  text-align: left;
}

/* line 457, app/assets/stylesheets/components/_popper.scss */
.swal-share-save-prompt .swal-share-save-prompt__content {
  padding: 18px 20px 14px;
}

/* line 461, app/assets/stylesheets/components/_popper.scss */
.swal-share-save-prompt .swal-share-save-prompt__header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

/* line 467, app/assets/stylesheets/components/_popper.scss */
.swal-share-save-prompt .swal-share-save-prompt__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #e8f3fc;
  border: 1px solid #c5dff5;
}

/* line 478, app/assets/stylesheets/components/_popper.scss */
.swal-share-save-prompt .swal-share-save-prompt__icon svg {
  display: block;
}

/* line 483, app/assets/stylesheets/components/_popper.scss */
.swal-share-save-prompt .swal-share-save-prompt__message {
  margin: 2px 0 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  color: #121b24;
  letter-spacing: -0.15px;
}

/* line 492, app/assets/stylesheets/components/_popper.scss */
.swal-share-save-prompt .swal-share-save-prompt__actions {
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 12px 20px 18px !important;
  border-top: 1px solid #e8ecf0;
  box-sizing: border-box;
}

/* line 504, app/assets/stylesheets/components/_popper.scss */
.swal-share-save-prompt .swal-share-save-prompt__btn--primary,
.swal-share-save-prompt .swal-share-save-prompt__btn--secondary {
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 8px 16px !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  box-shadow: none !important;
  white-space: nowrap;
}

/* line 518, app/assets/stylesheets/components/_popper.scss */
.swal-share-save-prompt .swal-share-save-prompt__btn--primary {
  background: #398ccb !important;
  border: 1px solid #398ccb !important;
  color: #ffffff !important;
}

/* line 523, app/assets/stylesheets/components/_popper.scss */
.swal-share-save-prompt .swal-share-save-prompt__btn--primary:hover {
  background: #157bc9 !important;
  border-color: #157bc9 !important;
}

/* line 528, app/assets/stylesheets/components/_popper.scss */
.swal-share-save-prompt .swal-share-save-prompt__btn--primary:focus {
  box-shadow: 0 0 0 3px rgba(57, 140, 203, 0.25) !important;
}

/* line 533, app/assets/stylesheets/components/_popper.scss */
.swal-share-save-prompt .swal-share-save-prompt__btn--secondary {
  background: #ffffff !important;
  border: 1px solid #eae9eb !important;
  color: #48494c !important;
}

/* line 538, app/assets/stylesheets/components/_popper.scss */
.swal-share-save-prompt .swal-share-save-prompt__btn--secondary:hover {
  background: #f7f9fb !important;
  border-color: #398ccb !important;
  box-shadow: 0 0 0 1.5px rgba(57, 140, 203, 0.15) !important;
  color: #48494c !important;
}

/* line 547, app/assets/stylesheets/components/_popper.scss */
.swal-icon {
  width: 40px;
  height: 40px;
  font-size: 10px;
}

/* line 552, app/assets/stylesheets/components/_popper.scss */
.swal-icon.color-rp {
  color: #3085D6;
}

/* line 556, app/assets/stylesheets/components/_popper.scss */
.swal-icon.border-rp {
  border-color: #4898D5;
}

/* line 562, app/assets/stylesheets/components/_popper.scss */
.swal-icon-success {
  width: 50px;
  height: 50px;
  font-size: 10px;
}

/* line 569, app/assets/stylesheets/components/_popper.scss */
.swal-container {
  right: 1rem !important;
  width: 27rem !important;
}

/* line 576, app/assets/stylesheets/components/_popper.scss */
.colored-toast.swal2-icon-success {
  background-color: #6bc439 !important;
}

/* line 580, app/assets/stylesheets/components/_popper.scss */
.colored-toast.swal2-icon-error {
  background-color: #f27474 !important;
}

/* line 583, app/assets/stylesheets/components/_popper.scss */
.colored-toast.swal2-icon-error .d-none {
  display: none !important;
}

/* line 588, app/assets/stylesheets/components/_popper.scss */
.colored-toast.swal2-icon-warning {
  background-color: #f4923e !important;
}

/* line 592, app/assets/stylesheets/components/_popper.scss */
.colored-toast.swal2-icon-info {
  background-color: #14b2e6 !important;
}

/* line 595, app/assets/stylesheets/components/_popper.scss */
.colored-toast.swal2-icon-info .d-none {
  display: none !important;
}

/* line 600, app/assets/stylesheets/components/_popper.scss */
.colored-toast.swal2-icon-question {
  background-color: #87adbd !important;
}

/* line 604, app/assets/stylesheets/components/_popper.scss */
.colored-toast .swal2-title {
  color: white;
}

/* line 608, app/assets/stylesheets/components/_popper.scss */
.colored-toast .swal2-close {
  color: white;
}

/* line 612, app/assets/stylesheets/components/_popper.scss */
.colored-toast .swal2-html-container {
  color: white;
}

/* line 1, app/assets/stylesheets/components/_select.scss */
select {
  cursor: pointer;
}

/* line 5, app/assets/stylesheets/components/_select.scss */
.select {
  border: 1px solid #e0e1e4;
  border-radius: 5px;
  outline: none;
  font-size: 13px;
  letter-spacing: -0.24px;
  line-height: 16px;
  width: 100%;
  padding: 0 10px;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/Dropdown-db9117a5aa16a3009ab543f817f40be8e4901d845a4b624d494c82983b38da3f.svg) !important;
  background-repeat: no-repeat;
  background-position-x: 90%;
  background-position-y: 50%;
}

/* line 27, app/assets/stylesheets/components/_select.scss */
.select.select-s {
  height: 28px;
}

/* line 30, app/assets/stylesheets/components/_select.scss */
.select.select-s.img-cal {
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/Icon_Calender-e9052d294bd0d06fa00760f0dca1bf4255fbefd587710aaddf1590e86b845125.svg) !important;
  padding-right: 20px;
}

/* line 37, app/assets/stylesheets/components/_select.scss */
.select.select-m {
  height: 36px;
}

/* line 1, app/assets/stylesheets/components/_breadcrumb.scss */
.breadcrumb {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  z-index: 0;
}

/* line 8, app/assets/stylesheets/components/_breadcrumb.scss */
.breadcrumb .divider {
  position: absolute;
  top: 16px;
}

/* line 13, app/assets/stylesheets/components/_breadcrumb.scss */
.breadcrumb .breadcrumb-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #6D7884;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.24px;
  line-height: 17px;
  text-align: center;
  z-index: 1;
  margin: 0 15px;
}

/* line 26, app/assets/stylesheets/components/_breadcrumb.scss */
.breadcrumb .breadcrumb-item:first-child {
  margin-left: 20px;
}

/* line 30, app/assets/stylesheets/components/_breadcrumb.scss */
.breadcrumb .breadcrumb-item .breadcrumb-item-label {
  color: #3A4E66;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.24px;
  line-height: 17px;
  text-align: center;
  white-space: nowrap;
}

/* line 40, app/assets/stylesheets/components/_breadcrumb.scss */
.breadcrumb .breadcrumb-item.complete {
  color: #3A4E66;
}

/* line 43, app/assets/stylesheets/components/_breadcrumb.scss */
.breadcrumb .breadcrumb-item.complete .breadcrumb-item-step {
  border: 1px solid #398CCB;
  background-color: #398CCB;
  color: #fff;
}

/* line 49, app/assets/stylesheets/components/_breadcrumb.scss */
.breadcrumb .breadcrumb-item.complete .breadcrumb-item-label {
  color: #398CCB;
}

/* line 55, app/assets/stylesheets/components/_breadcrumb.scss */
.breadcrumb .breadcrumb-item.complete .breadcrumb-item-step {
  border: none;
}

/* line 60, app/assets/stylesheets/components/_breadcrumb.scss */
.breadcrumb .breadcrumb-item.finished {
  color: #3A4E66;
}

/* line 63, app/assets/stylesheets/components/_breadcrumb.scss */
.breadcrumb .breadcrumb-item.finished .breadcrumb-item-step {
  border: 1px solid #398CCB;
  background-color: #398CCB;
  color: #fff;
}

/* line 69, app/assets/stylesheets/components/_breadcrumb.scss */
.breadcrumb .breadcrumb-item.finished .breadcrumb-item-label {
  color: #398CCB;
  pointer-events: none;
}

/* line 76, app/assets/stylesheets/components/_breadcrumb.scss */
.breadcrumb .breadcrumb-item.finished .breadcrumb-item-step {
  border: none;
  pointer-events: none;
}

/* line 83, app/assets/stylesheets/components/_breadcrumb.scss */
.breadcrumb .breadcrumb-item.active {
  color: #3A4E66;
}

/* line 86, app/assets/stylesheets/components/_breadcrumb.scss */
.breadcrumb .breadcrumb-item.active .breadcrumb-item-step {
  border: 1px solid #398CCB;
  color: #398CCB;
  background-color: #FFFFFF;
  box-shadow: 0 0 0 8px #FFFFFF;
  position: relative;
}

/* line 96, app/assets/stylesheets/components/_breadcrumb.scss */
.breadcrumb .breadcrumb-item .breadcrumb-item-step {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E0E1E4;
  background-color: #FFFFFF;
  margin-bottom: 12px;
}

/* line 1, app/assets/stylesheets/components/_tag.scss */
.tag {
  position: relative;
  outline: none;
  border: none;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  background-color: transparent;
  transition: background-color 200ms ease-in 0s, color 200ms ease-in 0s, border-color 200ms ease-in 0s;
  text-align: center;
  letter-spacing: -0.24px;
  color: #398ccb;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

/* line 25, app/assets/stylesheets/components/_tag.scss */
.tag svg {
  fill: currentColor;
  color: inherit;
  transition: color 0.2s;
}

/* line 32, app/assets/stylesheets/components/_tag.scss */
.weight-regular {
  font-weight: 400;
}

/* line 36, app/assets/stylesheets/components/_tag.scss */
.s-tag {
  height: 28px;
  padding: 0 8px;
  border-radius: 6px;
  letter-spacing: -0.2px;
  line-height: 16px;
}

/* line 43, app/assets/stylesheets/components/_tag.scss */
.s-tag .left-icon-tag {
  margin-right: 8px;
  color: #fff;
}

/* line 48, app/assets/stylesheets/components/_tag.scss */
.s-tag .tag-count {
  margin-right: -4px;
}

/* line 52, app/assets/stylesheets/components/_tag.scss */
.s-tag input[type="radio"] {
  left: -999em;
  position: absolute;
}

/* line 55, app/assets/stylesheets/components/_tag.scss */
.s-tag input[type="radio"]:hover {
  border: 1px solid #398ccb;
}

/* line 60, app/assets/stylesheets/components/_tag.scss */
.s-tag.isChecked {
  border: 1px solid #398CCB;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.4);
  font-weight: bold;
}

/* line 68, app/assets/stylesheets/components/_tag.scss */
.s-tag .rt-label {
  line-height: 28px;
  padding: 0 8px;
}

/* line 73, app/assets/stylesheets/components/_tag.scss */
.s-tag .p-0 {
  padding: 0;
}

/* line 78, app/assets/stylesheets/components/_tag.scss */
.s-tag.border-blue:hover {
  border: 1px solid #398CCB;
}

/* line 81, app/assets/stylesheets/components/_tag.scss */
.s-tag.border-blue:checked {
  border: 1px solid #398CCB;
}

/* line 89, app/assets/stylesheets/components/_tag.scss */
.outlined-primary-tag {
  border: 1px solid #0075f3;
}

/* line 93, app/assets/stylesheets/components/_tag.scss */
.outlined-secondary-tag {
  background-color: #fff;
  border: 1px solid #eae9eb;
}

/* line 97, app/assets/stylesheets/components/_tag.scss */
.outlined-secondary-tag.isActive {
  border: 1px solid #398ccb;
  border-radius: 5px;
  background-color: rgba(130, 201, 255, 0.16);
}

/* line 102, app/assets/stylesheets/components/_tag.scss */
.outlined-secondary-tag.isActive .tag-count {
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.9);
}

/* line 109, app/assets/stylesheets/components/_tag.scss */
.tag-count {
  border-radius: 4px;
  background-color: rgba(57, 140, 203, 0.1);
  height: 20px;
  width: 20px;
  color: #398ccb;
  font-size: 13px;
  letter-spacing: -0.24px;
  line-height: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
}

/* line 1, app/assets/stylesheets/components/_empty-list.scss */
.empty-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 11, app/assets/stylesheets/components/_empty-list.scss */
.empty-list .empty-list-icon {
  margin-bottom: 14px;
}

/* line 1, app/assets/stylesheets/components/_badge.scss */
.badge {
  position: absolute;
  top: -10px;
  right: -8px;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eee;
}

/* line 15, app/assets/stylesheets/components/_badge.scss */
.badge.static {
  position: static;
}

/* line 19, app/assets/stylesheets/components/_badge.scss */
.badge.badge-capsule {
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.2px;
  line-height: 15px;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

/* line 30, app/assets/stylesheets/components/_badge.scss */
.badge.badge-capsule.sync-width {
  min-width: 74px;
  max-width: 84px;
}

/* line 36, app/assets/stylesheets/components/_badge.scss */
.badge.badge-light-orange {
  background-color: rgba(247, 181, 0, 0.1);
  border-radius: 12px;
  color: #f7b500;
}

/* line 42, app/assets/stylesheets/components/_badge.scss */
.badge.badge-green {
  border-radius: 12px;
  background-color: rgba(61, 203, 116, 0.1);
  color: #3dcb74;
}

/* line 48, app/assets/stylesheets/components/_badge.scss */
.badge.badge-blue {
  border-radius: 12px;
  background-color: rgba(55, 161, 244, 0.1);
  color: #37a1f4;
}

/* line 54, app/assets/stylesheets/components/_badge.scss */
.badge.badge-dark-blue {
  border-radius: 12px;
  background-color: rgba(55, 161, 244, 0.1);
  color: #064474;
}

/* line 60, app/assets/stylesheets/components/_badge.scss */
.badge.badge-grey {
  border-radius: 12px;
  background-color: rgba(175, 178, 182, 0.14);
  color: #808080;
}

/* line 66, app/assets/stylesheets/components/_badge.scss */
.badge.badge-orange {
  background-color: #e86e2c;
  color: #fff;
}

/* line 71, app/assets/stylesheets/components/_badge.scss */
.badge.badge-rounded-s {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 80, app/assets/stylesheets/components/_badge.scss */
.badge.badge-rounded-s-m {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  border: 1.5px solid #ffffff;
}

/* line 1, app/assets/stylesheets/components/_toggle-switch.scss */
.toggle-switch {
  position: relative;
  display: inline-block;
  height: 16px;
  width: 32px;
  /* Rounded sliders */
}

/* line 7, app/assets/stylesheets/components/_toggle-switch.scss */
.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* line 13, app/assets/stylesheets/components/_toggle-switch.scss */
.toggle-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
}

/* line 24, app/assets/stylesheets/components/_toggle-switch.scss */
.toggle-switch .slider.and-or {
  background-color: #398CCB;
}

/* line 29, app/assets/stylesheets/components/_toggle-switch.scss */
.toggle-switch .slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 2px;
  bottom: 2px;
  background-color: #FFFFFF;
  transition: .4s;
}

/* line 41, app/assets/stylesheets/components/_toggle-switch.scss */
.toggle-switch input:checked + .slider {
  background-color: #398CCB;
}

/* line 45, app/assets/stylesheets/components/_toggle-switch.scss */
.toggle-switch input:focus + .slider {
  box-shadow: 0 0 1px #398CCB;
}

/* line 49, app/assets/stylesheets/components/_toggle-switch.scss */
.toggle-switch input:checked + .slider:before {
  transform: translateX(16px);
}

/* line 56, app/assets/stylesheets/components/_toggle-switch.scss */
.toggle-switch .slider.round {
  border-radius: 34px;
}

/* line 60, app/assets/stylesheets/components/_toggle-switch.scss */
.toggle-switch .slider.round:before {
  border-radius: 50%;
}

/* line 69, app/assets/stylesheets/components/_toggle-switch.scss */
.filter-applier-container .slider {
  background-color: #398CCB;
}

/* line 76, app/assets/stylesheets/components/_toggle-switch.scss */
.filter-applier-container .text-info .slider {
  background-color: #CCC;
}

/* line 80, app/assets/stylesheets/components/_toggle-switch.scss */
.filter-applier-container .text-info .slider:before {
  background-color: #FFFFFF;
}

/* line 86, app/assets/stylesheets/components/_toggle-switch.scss */
.toggle-switch1 {
  position: relative;
  display: inline-block;
  height: 24px;
  width: 48px;
  /* Rounded sliders */
}

/* line 92, app/assets/stylesheets/components/_toggle-switch.scss */
.toggle-switch1 input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* line 98, app/assets/stylesheets/components/_toggle-switch.scss */
.toggle-switch1 .slider1 {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

/* line 109, app/assets/stylesheets/components/_toggle-switch.scss */
.toggle-switch1 .slider1.and-or {
  background-color: #398ccb;
}

/* line 114, app/assets/stylesheets/components/_toggle-switch.scss */
.toggle-switch1 .slider1:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: #ffffff;
  transition: 0.4s;
}

/* line 126, app/assets/stylesheets/components/_toggle-switch.scss */
.toggle-switch1 input:checked + .slider1 {
  background-color: #398ccb;
}

/* line 130, app/assets/stylesheets/components/_toggle-switch.scss */
.toggle-switch1 input:focus + .slider1 {
  box-shadow: 0 0 1px #398ccb;
}

/* line 134, app/assets/stylesheets/components/_toggle-switch.scss */
.toggle-switch1 input:checked + .slider1:before {
  transform: translateX(24px);
}

/* line 141, app/assets/stylesheets/components/_toggle-switch.scss */
.toggle-switch1 .slider1.round {
  border-radius: 34px;
}

/* line 145, app/assets/stylesheets/components/_toggle-switch.scss */
.toggle-switch1 .slider1.round:before {
  border-radius: 50%;
}

/* line 153, app/assets/stylesheets/components/_toggle-switch.scss */
.settings-toggle-switch1 {
  position: relative;
  display: inline-block;
  height: 18px;
  width: 33px;
  /* Rounded sliders */
}

/* line 159, app/assets/stylesheets/components/_toggle-switch.scss */
.settings-toggle-switch1 input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* line 165, app/assets/stylesheets/components/_toggle-switch.scss */
.settings-toggle-switch1 .slider1 {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

/* line 176, app/assets/stylesheets/components/_toggle-switch.scss */
.settings-toggle-switch1 .slider1.and-or {
  background-color: #398ccb;
}

/* line 181, app/assets/stylesheets/components/_toggle-switch.scss */
.settings-toggle-switch1 .slider1:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 3px;
  bottom: 3px;
  background-color: #ffffff;
  transition: 0.4s;
}

/* line 193, app/assets/stylesheets/components/_toggle-switch.scss */
.settings-toggle-switch1 input:checked + .slider1 {
  background-color: #398ccb;
}

/* line 197, app/assets/stylesheets/components/_toggle-switch.scss */
.settings-toggle-switch1 input:focus + .slider1 {
  box-shadow: 0 0 1px #398ccb;
}

/* line 201, app/assets/stylesheets/components/_toggle-switch.scss */
.settings-toggle-switch1 input:checked + .slider1:before {
  transform: translateX(14px);
}

/* line 208, app/assets/stylesheets/components/_toggle-switch.scss */
.settings-toggle-switch1 .slider1.round {
  border-radius: 34px;
}

/* line 212, app/assets/stylesheets/components/_toggle-switch.scss */
.settings-toggle-switch1 .slider1.round:before {
  border-radius: 50%;
}

/* line 221, app/assets/stylesheets/components/_toggle-switch.scss */
.filter-applier-container .slider1 {
  background-color: #398ccb;
}

/* line 228, app/assets/stylesheets/components/_toggle-switch.scss */
.filter-applier-container .text-info .slider1 {
  background-color: #ccc;
}

/* line 232, app/assets/stylesheets/components/_toggle-switch.scss */
.filter-applier-container .text-info .slider1:before {
  background-color: #ffffff;
}

/* line 1, app/assets/stylesheets/components/_dot.scss */
.dot {
  height: 8px;
  width: 8px;
  border-radius: 2px;
}

/* line 6, app/assets/stylesheets/components/_dot.scss */
.dot.green {
  background-color: #3DBC41;
}

/* line 10, app/assets/stylesheets/components/_dot.scss */
.dot.blue {
  background-color: #398CCB;
}

/* line 1, app/assets/stylesheets/components/_dialog.scss */
.dialog-hide {
  visibility: hidden;
  opacity: 0;
  display: none;
}

/* line 7, app/assets/stylesheets/components/_dialog.scss */
.dialog {
  position: fixed;
  z-index: 9999;
}

/* line 11, app/assets/stylesheets/components/_dialog.scss */
.dialog .backdrop-root {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-tap-highlight-color: transparent;
  opacity: 1;
  transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

/* line 25, app/assets/stylesheets/components/_dialog.scss */
.dialog .backdrop-root .dialog-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 20px;
  outline: 0;
}

/* line 37, app/assets/stylesheets/components/_dialog.scss */
.dialog .backdrop-root-2 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
  -webkit-tap-highlight-color: transparent;
  opacity: 1;
  transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

/* line 50, app/assets/stylesheets/components/_dialog.scss */
.dialog .backdrop-root-2 .dialog-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  outline: 0;
}

/* line 59, app/assets/stylesheets/components/_dialog.scss */
.dialog .dialog-paper {
  border-radius: 10px;
  box-shadow: 0 3px 14px -2px rgba(36, 37, 42, 0.08), 0 12px 24px -3px rgba(36, 37, 42, 0.15);
  background-color: #fff;
  flex-direction: column;
  position: relative;
  overflow-y: visible;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  max-height: calc(100vh - 50px);
  outline: 0;
  overflow: auto;
}

/* line 72, app/assets/stylesheets/components/_dialog.scss */
.dialog .dialog-paper .close-btn {
  position: absolute;
  right: 14px;
  top: 19px;
}

/* line 84, app/assets/stylesheets/components/_dialog.scss */
.dialog .shop-summary {
  width: 900px !important;
  height: 500px;
  overflow: hidden !important;
}

/* line 90, app/assets/stylesheets/components/_dialog.scss */
.dialog .input-textarea {
  width: 100% !important;
  height: 350px;
  padding: 20px 20px;
  margin: 5px 0px;
  border-radius: 8px;
}

/* line 99, app/assets/stylesheets/components/_dialog.scss */
.dialog .backdrop-root-4 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
  -webkit-tap-highlight-color: transparent;
  opacity: 1;
  transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

/* line 112, app/assets/stylesheets/components/_dialog.scss */
.dialog .backdrop-root-4 .dialog-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  outline: 0;
}

/* line 120, app/assets/stylesheets/components/_dialog.scss */
.dialog .backdrop-root-4 .onboarding-container {
  width: 600px;
  padding: 30px;
}

@media screen and (max-width: 1300px) {
  /* line 120, app/assets/stylesheets/components/_dialog.scss */
  .dialog .backdrop-root-4 .onboarding-container {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  /* line 120, app/assets/stylesheets/components/_dialog.scss */
  .dialog .backdrop-root-4 .onboarding-container {
    width: 100vw;
    border-radius: 0;
    padding: 20px 40px;
    margin-top: 0px;
  }
}

/* line 138, app/assets/stylesheets/components/_dialog.scss */
.backdrop-root-3 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  -webkit-tap-highlight-color: transparent;
  opacity: 1;
  transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  width: 40%;
  margin: 0 auto;
}

/* line 153, app/assets/stylesheets/components/_dialog.scss */
.backdrop-root-3 .dialog-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  outline: 0;
}

/* line 160, app/assets/stylesheets/components/_dialog.scss */
.backdrop-root-3 .dialog-container .dialog-paper {
  border-radius: 10px;
  box-shadow: 0 3px 14px -2px rgba(36, 37, 42, 0.08), 0 12px 24px -3px rgba(36, 37, 42, 0.15);
  background-color: #fff;
  flex-direction: column;
  position: relative;
  overflow-y: visible;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  outline: 0;
  overflow-y: auto;
}

/* line 173, app/assets/stylesheets/components/_dialog.scss */
.backdrop-root-3 .dialog-container .create-new-container {
  padding: 30px;
  min-width: 390px;
}

/* line 1, app/assets/stylesheets/components/_progress-bar.scss */
.progress-bar {
  background-color: rgba(57, 140, 203, 0.15);
  border-radius: 3px;
  height: 6px;
  width: 100%;
  overflow: hidden;
}

/* line 8, app/assets/stylesheets/components/_progress-bar.scss */
.progress-bar > div {
  height: 100%;
}

/* line 12, app/assets/stylesheets/components/_progress-bar.scss */
.progress-bar .blue {
  color: #fff;
  background-color: #398CCB;
}

/* line 1, app/assets/stylesheets/components/_notify.scss */
.notify {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 82rem;
  position: relative;
  margin: auto;
  margin-top: 1rem;
  text-align: center;
}

/* line 9, app/assets/stylesheets/components/_notify.scss */
.notify.notify--yellow .notify-header {
  background-color: #F4B537;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
}

/* line 20, app/assets/stylesheets/components/_notify.scss */
.notify.notify--info .notify-header {
  background-color: #2C475B;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
}

/* line 30, app/assets/stylesheets/components/_notify.scss */
.notify .notify-header {
  border-radius: 6px 6px 0 0;
  position: relative;
  padding: 10px;
}

/* line 35, app/assets/stylesheets/components/_notify.scss */
.notify .notify-header .notify-close-btn {
  position: absolute;
  right: 14px;
  top: 10px;
}

/* line 42, app/assets/stylesheets/components/_notify.scss */
.notify .notify-body {
  border-radius: 6px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 25px -2px rgba(0, 0, 0, 0.2);
  color: #4B494D;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 22px;
  padding: 24px 20px 20px 20px;
}

@media screen and (max-width: 1024px) {
  /* line 53, app/assets/stylesheets/components/_notify.scss */
  .notify {
    display: none;
  }
}

/* line 3, app/assets/stylesheets/components/_hamburger.scss */
.hamburger .bar {
  display: block;
  width: 25px;
  height: 4px;
  margin: 3px auto;
  transition: all 0.3s ease-in-out;
  background-color: #2C475B;
}

/* line 14, app/assets/stylesheets/components/_hamburger.scss */
.hamburger .hamburger-icon {
  display: block;
}

/* line 18, app/assets/stylesheets/components/_hamburger.scss */
.hamburger .hamburger-close-icon {
  display: none;
}

/* line 23, app/assets/stylesheets/components/_hamburger.scss */
.hamburger.active .hamburger-icon {
  display: none;
}

/* line 27, app/assets/stylesheets/components/_hamburger.scss */
.hamburger.active .hamburger-close-icon {
  display: block;
}

/* line 1, app/assets/stylesheets/components/_alert.scss */
.alert {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 20px;
}

/* line 8, app/assets/stylesheets/components/_alert.scss */
.alert.alert-danger {
  position: relative;
  border: 1px solid #ed5151;
  padding: 16px 20px;
  border-radius: 5px;
  width: -moz-fit-content;
  width: fit-content;
  background: white;
  color: #ed5151;
}

/* line 18, app/assets/stylesheets/components/_alert.scss */
.alert.alert-success {
  position: relative;
  border: 1px solid #3DCB74;
  padding: 6px 10px;
  border-radius: 5px;
  width: auto;
  background: white;
  color: #3DCB74;
}

/* line 28, app/assets/stylesheets/components/_alert.scss */
.alert.alert-info {
  position: relative;
  border: 1px solid #2C475B;
  padding: 16px 20px;
  border-radius: 5px;
  width: auto;
  background: white;
  color: #2C475B;
}

/* line 37, app/assets/stylesheets/components/_alert.scss */
.alert.alert-info.reinstall-alert {
  margin: 20px auto;
  width: 270px;
}

/* line 43, app/assets/stylesheets/components/_alert.scss */
.alert.alert-warning {
  position: relative;
  border: 1px solid #ffc107;
  padding: 6px 10px;
  border-radius: 5px;
  width: auto;
  background: white;
  color: #ffc107;
}

/* line 53, app/assets/stylesheets/components/_alert.scss */
.alert.blue {
  background-color: #398ccb;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: -0.21px;
  line-height: 15px;
}

/* line 61, app/assets/stylesheets/components/_alert.scss */
.alert.white {
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0 0 0 1px #398CCB, 0 8px 18px -2px rgba(18, 27, 36, 0.22);
  color: #398CCB;
  font-size: 13px;
  letter-spacing: -0.24px;
  line-height: 20px;
  font-weight: 500;
}

/* line 71, app/assets/stylesheets/components/_alert.scss */
.alert.white .close-btn {
  right: 10px;
  top: 10px;
}

/* line 79, app/assets/stylesheets/components/_alert.scss */
.alert.alert-yellow {
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0 0 0 1px #ffc107, 0 8px 18px -2px rgba(18, 27, 36, 0.22);
  color: #ffc107;
  font-size: 13px;
  letter-spacing: -0.24px;
  line-height: 20px;
  font-weight: 500;
}

/* line 89, app/assets/stylesheets/components/_alert.scss */
.alert.alert-yellow.mt-30 {
  margin-top: 30px;
}

/* line 93, app/assets/stylesheets/components/_alert.scss */
.alert.alert-yellow.mb-0 {
  margin-bottom: 0;
}

/* line 98, app/assets/stylesheets/components/_alert.scss */
.alert.alert-blue {
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0 0 0 1px #398ccb, 0 8px 18px -2px rgba(18, 27, 36, 0.22);
  color: #398ccb;
  font-size: 13px;
  letter-spacing: -0.24px;
  line-height: 20px;
  font-weight: 500;
}

/* line 108, app/assets/stylesheets/components/_alert.scss */
.alert.alert-blue.mt-30 {
  margin-top: 30px;
}

/* line 112, app/assets/stylesheets/components/_alert.scss */
.alert.alert-blue.mb-0 {
  margin-bottom: 0;
}

/* line 117, app/assets/stylesheets/components/_alert.scss */
.alert .close-btn {
  position: absolute;
  right: 24px;
  top: 8px;
}

/* line 122, app/assets/stylesheets/components/_alert.scss */
.alert .close-btn svg {
  color: #ffffff;
}

/* line 1, app/assets/stylesheets/components/_wickedpicker.scss */
.wickedpicker {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0 0 0 1px #F7F9FB, 0 8px 18px -2px rgba(18, 27, 36, 0.22);
  background: #fefefe;
  margin: 0 auto;
  height: 107px;
  width: 240px;
  font-size: 14px;
  display: none;
  margin-top: 4px;
}

/* line 18, app/assets/stylesheets/components/_wickedpicker.scss */
.wickedpicker__title {
  display: none;
}

/* line 22, app/assets/stylesheets/components/_wickedpicker.scss */
.wickedpicker__close {
  transform: translateY(-25%);
  position: absolute;
  top: 25%;
  right: 10px;
  color: #34495e;
  cursor: pointer;
}

/* line 35, app/assets/stylesheets/components/_wickedpicker.scss */
.wickedpicker__close:before {
  content: '\00d7';
}

/* line 39, app/assets/stylesheets/components/_wickedpicker.scss */
.wickedpicker__controls {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  margin: 0;
  height: 100%;
}

/* line 50, app/assets/stylesheets/components/_wickedpicker.scss */
.wickedpicker__controls__control:last-child {
  margin-left: 25px;
}

/* line 55, app/assets/stylesheets/components/_wickedpicker.scss */
.wickedpicker__controls__control,
.wickedpicker__controls__control--separator {
  vertical-align: middle;
  display: inline-block;
  font-size: inherit;
  margin: 0 auto;
  width: 50px;
  letter-spacing: 1.3px;
}

/* line 65, app/assets/stylesheets/components/_wickedpicker.scss */
.wickedpicker__controls__control-up,
.wickedpicker__controls__control-down {
  color: #34495e;
  position: relative;
  display: block;
  margin: 4px auto;
  font-size: 18px;
  cursor: pointer;
  display: flex;
}

/* line 76, app/assets/stylesheets/components/_wickedpicker.scss */
.wickedpicker__controls__control-up {
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/Arrow-01-032c84f01b418fb5d6568490ca5429bf4d1da1086fedfceda795058b22505109.svg);
}

/* line 80, app/assets/stylesheets/components/_wickedpicker.scss */
.wickedpicker__controls__control-down {
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/Arrow-02-49f39133a1479857a5707af1e8697feb873f9c3209e31d2e31f4342696b60c0e.svg);
}

/* line 84, app/assets/stylesheets/components/_wickedpicker.scss */
.wickedpicker__controls__control-up,
.wickedpicker__controls__control-down {
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 28px;
}

/* line 94, app/assets/stylesheets/components/_wickedpicker.scss */
.wickedpicker__controls__control--hours,
.wickedpicker__controls__control--minutes,
.wickedpicker__controls__control--meridiem {
  height: 30px;
  width: 50px;
  border: 1px solid #E0E1E4;
  border-radius: 5px;
  background-color: #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 107, app/assets/stylesheets/components/_wickedpicker.scss */
.wickedpicker__controls__control--meridiem {
  height: 30px;
  width: 50px;
  border: 1px solid #398CCB;
  border-radius: 5px;
  background-color: #398CCB;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

/* line 119, app/assets/stylesheets/components/_wickedpicker.scss */
.text-center,
.wickedpicker__title,
.wickedpicker__controls,
.wickedpicker__controls__control,
.wickedpicker__controls__control--separator,
.wickedpicker__controls__control-up,
.wickedpicker__controls__control-down {
  text-align: center;
}

/* line 129, app/assets/stylesheets/components/_wickedpicker.scss */
.hover-state {
  color: #3498db;
}

/* line 133, app/assets/stylesheets/components/_wickedpicker.scss */
.text-right {
  text-align: right;
}

/* line 1, app/assets/stylesheets/components/_plan-gate.scss */
.plan-gate {
  position: relative;
  display: inline-flex;
  align-items: center;
}

@media screen and (max-width: 480px) {
  /* line 6, app/assets/stylesheets/components/_plan-gate.scss */
  .plan-gate.wide {
    display: none;
  }
}

/* line 12, app/assets/stylesheets/components/_plan-gate.scss */
.plan-gate.narrow {
  display: none;
}

@media screen and (max-width: 480px) {
  /* line 12, app/assets/stylesheets/components/_plan-gate.scss */
  .plan-gate.narrow {
    display: inline-flex !important;
  }
}

/* line 20, app/assets/stylesheets/components/_plan-gate.scss */
.plan-gate .btn {
  color: #adb1b8 !important;
  border-color: #dfe1e4 !important;
  background-color: transparent !important;
  align-items: center;
  cursor: pointer;
}

/* line 27, app/assets/stylesheets/components/_plan-gate.scss */
.plan-gate .btn i, .plan-gate .btn img:not(.plan-gate-crown):not(.plan-gate-crown-badge img) {
  opacity: 0.45;
}

/* line 31, app/assets/stylesheets/components/_plan-gate.scss */
.plan-gate .btn .plan-gate-crown-badge img {
  opacity: 1 !important;
}

/* line 36, app/assets/stylesheets/components/_plan-gate.scss */
.plan-gate .plan-gate-tooltip.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s ease;
}

/* line 46, app/assets/stylesheets/components/_plan-gate.scss */
.plan-gate--primary-trigger .btn.contained-primary-btn {
  color: #fff !important;
  border-color: transparent !important;
  background-color: #398ccb !important;
}

/* line 51, app/assets/stylesheets/components/_plan-gate.scss */
.plan-gate--primary-trigger .btn.contained-primary-btn:hover {
  background-color: #157bc9 !important;
}

/* line 57, app/assets/stylesheets/components/_plan-gate.scss */
.plan-gate-crown {
  display: inline-block;
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  align-self: center;
  vertical-align: middle;
  cursor: default;
  margin-left: 6px;
  opacity: 1 !important;
  visibility: visible !important;
}

/* line 70, app/assets/stylesheets/components/_plan-gate.scss */
.plan-gate-tooltip {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 1500;
  width: 300px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.13);
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s ease;
  pointer-events: none;
}

/* line 87, app/assets/stylesheets/components/_plan-gate.scss */
.plan-gate-tooltip::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 20px;
  width: 16px;
  height: 16px;
  background: #fff;
  transform: rotate(45deg);
  border-radius: 2px;
  box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
}

/* line 101, app/assets/stylesheets/components/_plan-gate.scss */
.plan-gate-badge {
  display: inline-block;
  padding: 3px 12px;
  background-color: #EEEFFE;
  color: #5964D3;
  font-size: 12px;
  font-weight: 600;
  border-radius: 20px;
  margin-bottom: 10px;
  letter-spacing: 0.1px;
}

/* line 113, app/assets/stylesheets/components/_plan-gate.scss */
.plan-gate-text {
  font-size: 13px;
  color: #121B24;
  margin: 0 0 12px;
  line-height: 18px;
}

/* line 120, app/assets/stylesheets/components/_plan-gate.scss */
.plan-gate-btn {
  display: block;
  width: 100%;
  background-color: #398ccb;
  color: #fff !important;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 8px;
  text-decoration: none !important;
  transition: background-color 0.2s;
}

/* line 133, app/assets/stylesheets/components/_plan-gate.scss */
.plan-gate-btn:hover, .plan-gate-btn:focus, .plan-gate-btn:visited {
  background-color: #398ccb;
  color: #fff !important;
  text-decoration: none !important;
}

/* line 144, app/assets/stylesheets/components/_plan-gate.scss */
#report_designer:has(.upgrade-lock-overlay) {
  position: relative;
}

/* line 147, app/assets/stylesheets/components/_plan-gate.scss */
#report_designer:has(.upgrade-lock-overlay) #report_preview {
  filter: blur(3px);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 151, app/assets/stylesheets/components/_plan-gate.scss */
.upgrade-lock-overlay {
  position: absolute;
  inset: 0;
  z-index: 9;
  cursor: default;
}

/* line 158, app/assets/stylesheets/components/_plan-gate.scss */
.report-preview-wrap {
  position: relative;
}

/* line 162, app/assets/stylesheets/components/_plan-gate.scss */
.upgrade-modal-card {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.14);
  padding: 40px 36px 36px;
  max-width: 560px;
  width: 90%;
  text-align: center;
}

/* line 177, app/assets/stylesheets/components/_plan-gate.scss */
.upgrade-modal-title {
  font-size: 22px;
  font-weight: 700;
  color: #121B24;
  margin: 0 0 12px;
}

/* line 184, app/assets/stylesheets/components/_plan-gate.scss */
.upgrade-modal-body {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
  margin: 0 0 28px;
}

/* line 191, app/assets/stylesheets/components/_plan-gate.scss */
.upgrade-modal-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #398ccb;
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
  padding: 5px 28px;
  border-radius: 8px;
  text-decoration: none !important;
  transition: background 0.2s;
}

/* line 204, app/assets/stylesheets/components/_plan-gate.scss */
.upgrade-modal-btn:hover {
  background: #2d78b5;
}

/* line 207, app/assets/stylesheets/components/_plan-gate.scss */
.plan-gate-crown-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 50%;
  flex-shrink: 0;
}

/* line 217, app/assets/stylesheets/components/_plan-gate.scss */
.plan-gate-crown-badge img {
  width: 17px;
  height: 15px;
  display: block;
}

/* line 219, app/assets/stylesheets/components/_plan-gate.scss */
.plan-gate-crown-badge--sm {
  width: 20px;
  height: 20px;
}

/* line 223, app/assets/stylesheets/components/_plan-gate.scss */
.plan-gate-crown-badge--sm img {
  width: 12px;
  height: 11px;
}

/* line 1, app/assets/stylesheets/containers/_navigation-header.scss */
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  padding-right: 25px;
  width: 100%;
  position: sticky;
  top: 0;
  height: 58px;
  background-color: #ffffff;
  box-shadow: inset 0 -1px 0 0 #e0e1e4;
  z-index: 50;
}

/* line 16, app/assets/stylesheets/containers/_navigation-header.scss */
.header .left .app_logo {
  display: flex;
  align-items: center;
}

/* line 20, app/assets/stylesheets/containers/_navigation-header.scss */
.header .left .app_logo .avatar {
  margin-right: 10px;
}

/* line 24, app/assets/stylesheets/containers/_navigation-header.scss */
.header .left .app_logo .app_name {
  color: #2c475b;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.34px;
  line-height: 19px;
}

/* line 33, app/assets/stylesheets/containers/_navigation-header.scss */
.header .left .divider {
  height: 26px;
  margin: 0 20px;
}

/* line 39, app/assets/stylesheets/containers/_navigation-header.scss */
.header .left,
.header .right {
  display: flex;
  align-items: center;
}

/* line 46, app/assets/stylesheets/containers/_navigation-header.scss */
.navigation {
  display: flex;
  align-items: center;
}

/* line 51, app/assets/stylesheets/containers/_navigation-header.scss */
.trial-badge {
  background: var(--Secondary, #3A4E66);
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.75);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: var(--DE-FontWeight-Regular, 400);
  line-height: 20px;
  /* 142.857% */
  position: sticky;
}

@media screen and (max-width: 1300px) {
  /* line 70, app/assets/stylesheets/containers/_navigation-header.scss */
  .trial-end-alert-bar {
    display: flex;
  }
}

/* line 76, app/assets/stylesheets/containers/_navigation-header.scss */
.hamburger {
  display: none;
}

/* line 81, app/assets/stylesheets/containers/_navigation-header.scss */
.header .header-title {
  display: none;
  color: #3a4e66;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.24px;
  line-height: 17px;
}

@media screen and (max-width: 1300px) {
  /* line 92, app/assets/stylesheets/containers/_navigation-header.scss */
  .header .select-plan-btn,
.header .trail-end-text {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  /* line 99, app/assets/stylesheets/containers/_navigation-header.scss */
  .header .feedback-btn {
    margin-right: 2rem;
  }
  /* line 103, app/assets/stylesheets/containers/_navigation-header.scss */
  .header .navigation {
    visibility: hidden;
    display: none;
    position: absolute;
    right: -100%;
    top: 58px;
    flex-direction: column;
    background-color: #fff;
    width: 100%;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
    z-index: 999;
    height: 100%;
    padding: 16px;
    bottom: 0;
    height: 100vh;
  }
  /* line 121, app/assets/stylesheets/containers/_navigation-header.scss */
  .header .navigation.active {
    width: 50%;
    right: 0;
    visibility: visible;
    display: block;
  }
  /* line 128, app/assets/stylesheets/containers/_navigation-header.scss */
  .header .navigation .btn {
    min-height: 50px;
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 6px;
  }
  /* line 135, app/assets/stylesheets/containers/_navigation-header.scss */
  .header .navigation .btn:last-child::after {
    border-top: none;
  }
  /* line 140, app/assets/stylesheets/containers/_navigation-header.scss */
  .header .navigation .btn::after {
    content: "";
    position: absolute;
    left: 24px;
    right: 0;
    bottom: 0;
    border-top: 1px solid #e0e1e4;
    width: 100%;
  }
  /* line 152, app/assets/stylesheets/containers/_navigation-header.scss */
  .header .hamburger {
    display: block;
    cursor: pointer;
  }
  /* line 156, app/assets/stylesheets/containers/_navigation-header.scss */
  .header .hamburger.active {
    left: 0;
  }
  /* line 161, app/assets/stylesheets/containers/_navigation-header.scss */
  .header .notification-btn {
    display: none;
  }
  /* line 165, app/assets/stylesheets/containers/_navigation-header.scss */
  .header .mobile-menu-icon-btn {
    display: block;
  }
  /* line 169, app/assets/stylesheets/containers/_navigation-header.scss */
  .header .header-title {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  /* line 176, app/assets/stylesheets/containers/_navigation-header.scss */
  .header .navigation.active {
    width: 100%;
  }
}

/* line 183, app/assets/stylesheets/containers/_navigation-header.scss */
.domain-name {
  font-style: italic;
  color: #546a7a;
}

@media screen and (max-width: 1400px) {
  /* line 183, app/assets/stylesheets/containers/_navigation-header.scss */
  .domain-name {
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* line 199, app/assets/stylesheets/containers/_navigation-header.scss */
.user-cont {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background-color: #4d8cc6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

/* line 213, app/assets/stylesheets/containers/_navigation-header.scss */
.nav-me {
  margin-right: 28px;
}

/* line 217, app/assets/stylesheets/containers/_navigation-header.scss */
.nav-me-user {
  margin-right: 16px;
}

/* line 221, app/assets/stylesheets/containers/_navigation-header.scss */
.schedule-nav-wrapper {
  position: relative;
  display: inline-flex;
}

/* line 226, app/assets/stylesheets/containers/_navigation-header.scss */
.schedule-nav-alert-dot {
  position: absolute;
  top: -4px;
  right: 10px;
  width: 18px;
  height: 18px;
  background: #F59E0B;
  border-radius: 50%;
  border: 2px solid #fff;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

/* line 244, app/assets/stylesheets/containers/_navigation-header.scss */
.schedule-nav-alert-dot::before {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  background: #F59E0B;
  opacity: 0.4;
  animation: schedule-alert-pulse 1.8s ease-out infinite;
}

@keyframes schedule-alert-pulse {
  0% {
    transform: scale(1);
    opacity: 0.4;
  }
  70% {
    transform: scale(1.8);
    opacity: 0;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

@media screen and (max-width: 1300px) {
  /* line 261, app/assets/stylesheets/containers/_navigation-header.scss */
  .plan-text {
    display: block;
  }
}

@media screen and (max-width: 1300px) {
  /* line 267, app/assets/stylesheets/containers/_navigation-header.scss */
  .domain-in-bar {
    display: block;
  }
}

/* line 275, app/assets/stylesheets/containers/_navigation-header.scss */
.domain {
  position: absolute;
  margin-top: 77px;
  background-color: #dcdcdc;
  border-radius: 0px 0px 0px 20px;
  width: auto;
  right: 0px;
}

/* line 284, app/assets/stylesheets/containers/_navigation-header.scss */
.truncate1 {
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 1, app/assets/stylesheets/containers/_library.scss */
.library-container {
  background-color: #F7F9FB;
  min-height: 100%;
}

/* line 7, app/assets/stylesheets/containers/_library.scss */
.schedules-create-section .drinkcard-cc {
  z-index: 1;
  padding: 34px 9px;
  margin: -34px -9px;
}

/* line 15, app/assets/stylesheets/containers/_library.scss */
.library-content {
  max-width: 79%;
  margin: 0 auto;
  min-height: 100%;
  padding: 0 30px;
  box-sizing: content-box;
}

@media screen and (max-width: 1320px) {
  /* line 15, app/assets/stylesheets/containers/_library.scss */
  .library-content {
    max-width: 100%;
  }
}

@media screen and (max-width: 1116px) {
  /* line 15, app/assets/stylesheets/containers/_library.scss */
  .library-content {
    max-width: 80%;
  }
}

@media screen and (max-width: 768px) {
  /* line 15, app/assets/stylesheets/containers/_library.scss */
  .library-content {
    padding: 0 20px;
    padding-bottom: 30px;
  }
}

/* line 39, app/assets/stylesheets/containers/_library.scss */
.library-content .library-header-wrap {
  max-width: 873px;
  margin: 0 auto;
}

/* line 44, app/assets/stylesheets/containers/_library.scss */
.library-content .similar-tags {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  /* line 44, app/assets/stylesheets/containers/_library.scss */
  .library-content .similar-tags {
    padding: 0px 10px;
    justify-content: flex-start;
  }
}

/* line 61, app/assets/stylesheets/containers/_library.scss */
.library-content .similar-tags .tag {
  margin-bottom: 8px;
  margin-right: 10px;
}

/* line 67, app/assets/stylesheets/containers/_library.scss */
.library-content .related-tags {
  margin-top: 16px;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

/* line 75, app/assets/stylesheets/containers/_library.scss */
.library-content .related-tags .related-tag-label {
  color: #6D7884;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.24px;
  line-height: 17px;
  margin-right: 8px;
}

/* line 84, app/assets/stylesheets/containers/_library.scss */
.library-content .related-tags .tag {
  margin-right: 10px;
}

/* line 89, app/assets/stylesheets/containers/_library.scss */
.library-content .last-synced {
  color: #2C475B;
  font-size: 14px;
  letter-spacing: -0.24px;
  line-height: 17px;
}

/* line 96, app/assets/stylesheets/containers/_library.scss */
.library-content .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* line 104, app/assets/stylesheets/containers/_library.scss */
.library-content .card {
  padding: 20px 40px 30px 20px;
  margin: 10px auto 0px auto;
  list-style: none;
  min-width: 328px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  list-style: none;
}

/* line 116, app/assets/stylesheets/containers/_library.scss */
.library-content .card.completed-card {
  margin-bottom: 20px;
  opacity: 1;
  background-color: #fff;
}

/* line 121, app/assets/stylesheets/containers/_library.scss */
.library-content .card.completed-card .card-title-wrap {
  opacity: 1;
}

/* line 126, app/assets/stylesheets/containers/_library.scss */
.library-content .card.completed-card .card-report-list {
  opacity: 1;
}

/* line 131, app/assets/stylesheets/containers/_library.scss */
.library-content .card .card-report-list,
.library-content .card .card-title-wrap {
  opacity: 0.5;
}

/* line 137, app/assets/stylesheets/containers/_library.scss */
.library-content .card .card-title-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

/* line 143, app/assets/stylesheets/containers/_library.scss */
.library-content .card .card-icon {
  height: 28px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 151, app/assets/stylesheets/containers/_library.scss */
.library-content .card .card-title {
  color: #3A4E66;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.31px;
  line-height: 21px;
  margin-left: 12px;
}

/* line 160, app/assets/stylesheets/containers/_library.scss */
.library-content .card li {
  padding-left: 36px;
}

/* line 163, app/assets/stylesheets/containers/_library.scss */
.library-content .card li a {
  color: #398CCB;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.26px;
  line-height: 24px;
}

/* line 174, app/assets/stylesheets/containers/_library.scss */
.col-md {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  padding: 10px;
}

@media screen and (max-width: 1024px) {
  /* line 174, app/assets/stylesheets/containers/_library.scss */
  .col-md {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  /* line 174, app/assets/stylesheets/containers/_library.scss */
  .col-md {
    max-width: 100%;
    padding: 0 10px;
  }
}

/* line 191, app/assets/stylesheets/containers/_library.scss */
.report-btn-date-wrap {
  padding: 0 40px;
}

/* line 197, app/assets/stylesheets/containers/_library.scss */
.search-bar-wrap {
  background-color: #3A4E66;
  z-index: 999;
  position: relative;
}

@media screen and (max-width: 1024px) {
  /* line 197, app/assets/stylesheets/containers/_library.scss */
  .search-bar-wrap {
    padding: 10px 30px;
    z-index: 0;
    position: relative;
  }
}

/* line 210, app/assets/stylesheets/containers/_library.scss */
.search-icon-wrap {
  /*background-color: #398CCB;*/
  padding: 12px 16px;
  right: 0px;
  border-radius: 0 5px 5px 0;
}

/* line 216, app/assets/stylesheets/containers/_library.scss */
.search-icon-wrap svg {
  color: #FFFFFF;
}

/* line 221, app/assets/stylesheets/containers/_library.scss */
.more-tag {
  display: none;
}

@media screen and (max-width: 640px) {
  /* line 221, app/assets/stylesheets/containers/_library.scss */
  .more-tag {
    display: block;
    font-weight: bold;
    padding-top: 5px;
  }
}

/* line 233, app/assets/stylesheets/containers/_library.scss */
.spin {
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* line 249, app/assets/stylesheets/containers/_library.scss */
.sync {
  position: relative;
  top: 2px;
}

/* line 254, app/assets/stylesheets/containers/_library.scss */
.card-img-overlay > li > div:hover:after {
  position: absolute;
  width: 100%;
  height: 20px;
  top: calc(50% - 10px);
  content: attr(data-content);
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

/* line 269, app/assets/stylesheets/containers/_library.scss */
.rotate180 {
  transform: rotate(180deg);
}

/* line 279, app/assets/stylesheets/containers/_library.scss */
.sync-in-progress {
  position: absolute;
  top: 4rem;
  left: 4rem;
}

/* line 287, app/assets/stylesheets/containers/_library.scss */
#header-fixed {
  position: fixed;
  top: 0px;
  display: none;
  background-color: white;
}

/* line 293, app/assets/stylesheets/containers/_library.scss */
.mason {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-fill: auto;
       column-fill: auto;
}

/* line 298, app/assets/stylesheets/containers/_library.scss */
#precreated_container {
  flex-direction: row;
}

@media screen and (max-width: 1116px) {
  /* line 298, app/assets/stylesheets/containers/_library.scss */
  #precreated_container {
    flex-direction: column;
  }
}

/* line 305, app/assets/stylesheets/containers/_library.scss */
.no-mach-container {
  text-align: center;
  max-width: 600px;
  margin: auto;
}

/* line 313, app/assets/stylesheets/containers/_library.scss */
.no-mach-container .head {
  font-size: 24px;
  font-weight: 700;
  color: #0B090A;
  margin-bottom: 5px;
}

/* line 320, app/assets/stylesheets/containers/_library.scss */
.no-mach-container .sub-head {
  font-size: 16px;
  color: #3B3C3F;
  margin-bottom: 25px;
}

/* line 326, app/assets/stylesheets/containers/_library.scss */
.no-mach-container .outlined-secondary-btn {
  color: #398ccb;
  border: 1px #398ccb solid;
}

/* line 331, app/assets/stylesheets/containers/_library.scss */
.no-mach-container .divider {
  margin-top: 45px;
  border-top: 1px solid #D8D8D8;
  margin-bottom: 30px;
}

/* line 340, app/assets/stylesheets/containers/_library.scss */
.no-mach-container .preferance-container .preferance-head {
  font-size: 14px;
  margin-bottom: 25px;
  color: #3B3C3F;
}

/* line 345, app/assets/stylesheets/containers/_library.scss */
.no-mach-container .preferance-container .filter-btn {
  display: inline-flex;
  align-items: center;
  border: 1px solid #88BAE0;
  background-color: #EEF8FF;
  padding: 5px;
  margin: 5px;
  border-radius: 6px;
}

/* line 354, app/assets/stylesheets/containers/_library.scss */
.no-mach-container .preferance-container .filter-btn .text-primary {
  font-size: 12px;
  font-weight: 600;
  color: #0B090A;
  padding-right: 5px;
}

/* line 361, app/assets/stylesheets/containers/_library.scss */
.no-mach-container .preferance-container .filter-btn .text-secondary {
  font-size: 12px;
  font-weight: 400;
  color: #77787C;
  padding-right: 5px;
}

/* line 368, app/assets/stylesheets/containers/_library.scss */
.no-mach-container .preferance-container .filter-btn .filter-image {
  width: 20px;
}

/* line 376, app/assets/stylesheets/containers/_library.scss */
.selectize-control.multi .selectize-input.has-items {
  scrollbar-width: thin;
}

/* line 380, app/assets/stylesheets/containers/_library.scss */
.report-detail-content {
  scrollbar-width: thin;
}

/* line 2, app/assets/stylesheets/containers/_date-range-picker.scss */
.date-range-picker .date-range-picker-papper {
  width: 650px;
  padding: 0;
}

/* line 6, app/assets/stylesheets/containers/_date-range-picker.scss */
.date-range-picker .date-range-picker-papper .date-range-actions-picker {
  width: 100%;
}

/* line 9, app/assets/stylesheets/containers/_date-range-picker.scss */
.date-range-picker .date-range-picker-papper .date-range-actions-picker .date-range-actions-body {
  flex: 1 1 auto;
}

/* line 16, app/assets/stylesheets/containers/_date-range-picker.scss */
.date-range-quick-actions {
  max-height: 456px;
  min-width: 164px;
  border-radius: 0 0 0 6px;
  background-color: #ffffff;
  box-shadow: inset -1px 0 0 0 #e0e1e4;
  overflow-y: auto;
  padding: 8px 12px;
}

/* line 26, app/assets/stylesheets/containers/_date-range-picker.scss */
.date-range-header {
  text-align: left;
  padding: 1rem;
  width: 528px;
}

/* line 32, app/assets/stylesheets/containers/_date-range-picker.scss */
.start-end-label {
  justify-content: center;
  color: #666c73;
  font-size: 11px;
  letter-spacing: 0.2px;
  line-height: 14px;
}

/* line 38, app/assets/stylesheets/containers/_date-range-picker.scss */
.start-end-label.d-flex {
  display: flex;
}

/* line 45, app/assets/stylesheets/containers/_date-range-picker.scss */
.check-radious.bnt-color-blink {
  box-shadow: 0px 0px 10px 2px rgba(57, 140, 203, 0.6);
  -webkit-box-shadow: 0px 0px 10px 2px rgba(57, 140, 203, 0.6);
  -moz-box-shadow: 0px 0px 10px 2px rgba(57, 140, 203, 0.6);
}

/* line 52, app/assets/stylesheets/containers/_date-range-picker.scss */
.day-week-tab-content {
  padding: 20px;
  width: 650px;
  overflow: auto;
  min-height: 25rem;
  max-height: 27rem;
}

@media screen and (max-width: 475px) {
  /* line 52, app/assets/stylesheets/containers/_date-range-picker.scss */
  .day-week-tab-content {
    width: 400px;
  }
}

/* line 62, app/assets/stylesheets/containers/_date-range-picker.scss */
.day-week-tab-content .year-select {
  width: calc(50% - 2em);
  margin-left: 8em;
}

/* line 66, app/assets/stylesheets/containers/_date-range-picker.scss */
.day-week-tab-content .selectize-input::-webkit-scrollbar {
  display: inherit !important;
  height: 4px !important;
}

/* line 74, app/assets/stylesheets/containers/_date-range-picker.scss */
.css-1pcexqc-container {
  border: 1px solid #e0e1e4;
  border-radius: 5px;
  outline: none;
  font-size: 13px;
  letter-spacing: -0.24px;
  line-height: 16px;
  width: 100%;
  height: 28px;
  cursor: pointer;
}

/* line 87, app/assets/stylesheets/containers/_date-range-picker.scss */
.css-1pcexqc-container .css-bg1rzq-control {
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 13px;
  letter-spacing: -0.24px;
  line-height: 16px;
  width: 100%;
  cursor: pointer;
  min-height: 0;
  bottom: 4px;
}

/* line 102, app/assets/stylesheets/containers/_date-range-picker.scss */
.css-1pcexqc-container .css-1szy77t-control {
  background-color: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  font-size: 13px;
  letter-spacing: -0.24px;
  line-height: 16px;
  max-height: 28px;
  min-height: 0;
  bottom: 4px;
}

/* line 117, app/assets/stylesheets/containers/_date-range-picker.scss */
.css-1pcexqc-container .css-bgvzuu-indicatorSeparator {
  display: none;
}

/* line 122, app/assets/stylesheets/containers/_date-range-picker.scss */
.css-1pcexqc-container .css-kj6f9i-menu {
  right: 0px;
  height: auto;
}

/* line 130, app/assets/stylesheets/containers/_date-range-picker.scss */
.pick-hour {
  width: 38rem;
}

/* line 134, app/assets/stylesheets/containers/_date-range-picker.scss */
.daterange-popover {
  z-index: 1;
  background-color: #fff;
  position: absolute;
  left: -100px;
  top: 10px;
}

/* line 141, app/assets/stylesheets/containers/_date-range-picker.scss */
.daterange-popover .tablinks {
  margin-right: 5px;
}

/* line 145, app/assets/stylesheets/containers/_date-range-picker.scss */
.daterange-popover .menu-item {
  margin-top: 5px;
}

/* line 150, app/assets/stylesheets/containers/_date-range-picker.scss */
.date-range-container {
  height: 32rem;
  border-radius: 9px;
  z-index: 1;
  background-color: white;
  box-shadow: 0 0 0 1px #ecedef, 0 8px 18px -2px rgba(18, 27, 36, 0.22);
}

/* line 157, app/assets/stylesheets/containers/_date-range-picker.scss */
.date-range-container .date-range-save-cancel {
  position: absolute;
  margin: 0;
  bottom: 1rem;
  right: 1rem;
}

/* line 167, app/assets/stylesheets/containers/_date-range-picker.scss */
#show-custom-time .checkbox-wrap {
  border: none;
}

/* line 174, app/assets/stylesheets/containers/_date-range-picker.scss */
.form-control.fullWidth .plugin-remove_button .selectize-input {
  border: 1px solid #e0e1e4;
  border-radius: 5px;
  outline: none;
  box-shadow: none;
  min-width: 300px;
  padding: 6px 8px 4px !important;
  margin-bottom: -4px;
  max-height: 36px;
  white-space: nowrap;
  overflow-x: auto;
}

/* line 188, app/assets/stylesheets/containers/_date-range-picker.scss */
.form-control.fullWidth .plugin-remove_button .selectize-input .item a {
  border-left: none !important;
  padding-top: 0;
}

/* line 198, app/assets/stylesheets/containers/_date-range-picker.scss */
#sortFields .draggable-icon {
  position: absolute;
  left: -17px;
  top: 30px;
}

/* line 205, app/assets/stylesheets/containers/_date-range-picker.scss */
.bg-img-none {
  background-image: none !important;
}

/* line 1, app/assets/stylesheets/containers/_home.scss */
.home-container {
  background-color: #f7f9fb;
  min-height: 100%;
  padding-bottom: 104px;
}

/* line 7, app/assets/stylesheets/containers/_home.scss */
.home-content {
  max-width: 1200px;
  margin: 0 auto;
  min-height: 100%;
  padding: 0 30px;
}

/* line 13, app/assets/stylesheets/containers/_home.scss */
.home-content .summary-card-wrap {
  flex-wrap: wrap;
  margin: 0 -10px;
}

/* line 19, app/assets/stylesheets/containers/_home.scss */
.home-content .summary-card {
  min-width: 240px;
  max-width: 100%;
  flex: 1;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  padding: 16px 20px 20px 20px;
  margin: 15px 10px;
  border: 1.2px solid transparent;
}

/* line 30, app/assets/stylesheets/containers/_home.scss */
.home-content .summary-card .summary-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 37, app/assets/stylesheets/containers/_home.scss */
.home-content .summary-card-wrap--gated {
  position: relative;
  filter: saturate(0.86);
}

/* line 42, app/assets/stylesheets/containers/_home.scss */
.home-content .summary-card--gated {
  position: relative;
  overflow: hidden;
  border-color: #dce3ea;
  background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
  z-index: 0;
}

/* line 50, app/assets/stylesheets/containers/_home.scss */
.home-content .summary-card--gated::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(120% 120% at 0% 0%, rgba(57, 140, 203, 0.08) 0%, rgba(255, 255, 255, 0) 62%), rgba(255, 255, 255, 0.22);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  pointer-events: none;
}

/* line 61, app/assets/stylesheets/containers/_home.scss */
.home-content .summary-card-lock-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c7d6e3;
  box-shadow: 0 0 0 3px rgba(199, 214, 227, 0.35);
  flex-shrink: 0;
}

/* line 70, app/assets/stylesheets/containers/_home.scss */
.home-content .summary-card-gated-preview {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  padding-top: 2px;
  min-height: 78px;
}

/* line 79, app/assets/stylesheets/containers/_home.scss */
.home-content .summary-card-gated-metric,
.home-content .summary-card-gated-delta {
  display: block;
  border-radius: 999px;
  background: linear-gradient(90deg, #edf2f7 0%, #dfe9f3 40%, #edf2f7 80%);
  background-size: 220% 100%;
  animation: rp-highlight-shimmer 1.35s ease-in-out infinite;
}

/* line 88, app/assets/stylesheets/containers/_home.scss */
.home-content .summary-card-gated-metric {
  width: 72%;
  height: 26px;
}

/* line 93, app/assets/stylesheets/containers/_home.scss */
.home-content .summary-card-gated-delta {
  width: 44%;
  height: 11px;
}

@keyframes rp-highlight-shimmer {
  0% {
    background-position: 0% 0;
    opacity: 0.8;
  }
  50% {
    opacity: 1;
  }
  100% {
    background-position: 100% 0;
    opacity: 0.8;
  }
}

/* line 104, app/assets/stylesheets/containers/_home.scss */
.home-content .highlights-gate-panel {
  position: relative;
  margin: 15px 0;
  border-radius: 16px;
  border: 1px solid #e8ecf0;
  background: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
  isolation: isolate;
}

/* line 115, app/assets/stylesheets/containers/_home.scss */
.home-content .highlights-gate-panel__widgets {
  position: relative;
  z-index: 0;
  margin: 0 -10px;
  padding: 16px 20px 20px;
  flex-wrap: nowrap;
}

/* line 122, app/assets/stylesheets/containers/_home.scss */
.home-content .highlights-gate-panel__widgets .summary-card {
  margin: 1px 10px;
}

/* line 127, app/assets/stylesheets/containers/_home.scss */
.home-content .highlights-gate-panel__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(0deg, #e4f2f9 0%, #e4f2f9 42%, rgba(228, 242, 249, 0.82) 58%, rgba(228, 242, 249, 0.38) 72%, rgba(228, 242, 249, 0.08) 86%, transparent 100%);
}

/* line 143, app/assets/stylesheets/containers/_home.scss */
.home-content .highlights-gate-panel__cta {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 16px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  pointer-events: none;
}

/* line 156, app/assets/stylesheets/containers/_home.scss */
.home-content .highlights-gate-panel__title {
  color: #121b24;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 8px;
  max-width: 640px;
}

/* line 165, app/assets/stylesheets/containers/_home.scss */
.home-content .highlights-gate-panel__copy {
  color: #5f6c79;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 20px;
  max-width: 700px;
}

/* line 173, app/assets/stylesheets/containers/_home.scss */
.home-content .highlights-gate-panel__btn {
  min-width: 140px;
  position: relative;
  z-index: 2;
  pointer-events: auto;
}

/* line 180, app/assets/stylesheets/containers/_home.scss */
.home-content .highlights-email-summary-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: none;
  border-radius: 8px;
  background: #e4e7eb;
  color: #6d7884;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

/* line 195, app/assets/stylesheets/containers/_home.scss */
.home-content .highlights-email-summary-btn:hover, .home-content .highlights-email-summary-btn:focus {
  background: #d8dde3;
  outline: none;
}

/* line 201, app/assets/stylesheets/containers/_home.scss */
.home-content .highlights-email-summary-btn__crown {
  width: 14px;
  height: 13px;
  flex-shrink: 0;
  display: block;
}

/* line 209, app/assets/stylesheets/containers/_home.scss */
.home-content .highlights-gate-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 8px 0 8px;
  padding: 14px 16px;
  border: 1px solid #d8e5f1;
  border-radius: 14px;
  background: radial-gradient(120% 120% at 0% 0%, rgba(57, 140, 203, 0.1) 0%, rgba(255, 255, 255, 0) 62%), rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 26px -22px rgba(33, 75, 112, 0.45);
}

/* line 224, app/assets/stylesheets/containers/_home.scss */
.home-content .highlights-gate-bar-left {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
}

/* line 231, app/assets/stylesheets/containers/_home.scss */
.home-content .highlights-gate-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #eef5fd;
  color: #316f9f;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid rgba(57, 140, 203, 0.18);
  flex-shrink: 0;
}

/* line 246, app/assets/stylesheets/containers/_home.scss */
.home-content .highlights-gate-badge img {
  width: 12px;
  height: 11px;
  flex-shrink: 0;
}

/* line 253, app/assets/stylesheets/containers/_home.scss */
.home-content .highlights-gate-text {
  min-width: 0;
}

/* line 257, app/assets/stylesheets/containers/_home.scss */
.home-content .highlights-gate-title {
  color: #121b24;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 2px;
}

/* line 265, app/assets/stylesheets/containers/_home.scss */
.home-content .highlights-gate-copy {
  color: #5f6c79;
  font-size: 12px;
  line-height: 1.45;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 274, app/assets/stylesheets/containers/_home.scss */
.home-content .highlights-gate-actions {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

/* line 280, app/assets/stylesheets/containers/_home.scss */
.home-content .highlights-gate-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 16px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid rgba(57, 140, 203, 0.55);
  color: #2f6d9d !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

/* line 295, app/assets/stylesheets/containers/_home.scss */
.home-content .highlights-gate-btn:hover, .home-content .highlights-gate-btn:focus, .home-content .highlights-gate-btn:visited {
  background: #eef5fd;
  border-color: rgba(57, 140, 203, 0.75);
  color: #245a83 !important;
  text-decoration: none !important;
}

/* line 304, app/assets/stylesheets/containers/_home.scss */
.home-content .highlights-gate-btn:hover, .home-content .highlights-gate-btn:focus {
  transform: translateY(-1px);
}

/* line 310, app/assets/stylesheets/containers/_home.scss */
.home-content .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

/* line 315, app/assets/stylesheets/containers/_home.scss */
.home-content .row .box {
  margin: 15px;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  min-height: 351px;
  border: 1.2px solid transparent;
}

/* line 323, app/assets/stylesheets/containers/_home.scss */
.home-content .row .box.integrations-box {
  margin: 14px;
}

/* line 327, app/assets/stylesheets/containers/_home.scss */
.home-content .row .box .popular_reports {
  color: #151e27;
}

/* line 331, app/assets/stylesheets/containers/_home.scss */
.home-content .row .box .box-header {
  padding: 25px;
}

/* line 335, app/assets/stylesheets/containers/_home.scss */
.home-content .row .box .box-inner-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 341, app/assets/stylesheets/containers/_home.scss */
.home-content .row .box .show-more-section {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

/* line 351, app/assets/stylesheets/containers/_home.scss */
.home-content .reports-favorites-box {
  flex: 1 1 auto;
}

/* line 354, app/assets/stylesheets/containers/_home.scss */
.home-content .reports-favorites-box .reports-favorites-table-wrap {
  padding: 15px 30px;
  height: 15rem;
}

/* line 357, app/assets/stylesheets/containers/_home.scss */
.home-content .reports-favorites-box .reports-favorites-table-wrap tr {
  height: 25px;
  box-shadow: inset 0 -1px 0 0 #ecedef;
}

/* line 361, app/assets/stylesheets/containers/_home.scss */
.home-content .reports-favorites-box .reports-favorites-table-wrap tr th {
  color: #666c73;
  font-size: 11px;
  letter-spacing: 0.2px;
  line-height: 14px;
  vertical-align: top;
}

/* line 369, app/assets/stylesheets/containers/_home.scss */
.home-content .reports-favorites-box .reports-favorites-table-wrap tr th:last-child,
.home-content .reports-favorites-box .reports-favorites-table-wrap tr td:last-child {
  text-align: end;
}

/* line 376, app/assets/stylesheets/containers/_home.scss */
.home-content .reports-favorites-box .reports-favorites-table-wrap tbody tr {
  height: 58px;
}

/* line 378, app/assets/stylesheets/containers/_home.scss */
.home-content .reports-favorites-box .reports-favorites-table-wrap tbody tr td {
  color: #121b24;
  font-size: 14px;
  letter-spacing: -0.24px;
  line-height: 16px;
}

/* line 384, app/assets/stylesheets/containers/_home.scss */
.home-content .reports-favorites-box .reports-favorites-table-wrap tbody tr td:first-child {
  font-weight: 500;
}

/* line 390, app/assets/stylesheets/containers/_home.scss */
.home-content .reports-favorites-box .reports-favorites-table-wrap tbody tr:last-child {
  box-shadow: none;
}

/* line 397, app/assets/stylesheets/containers/_home.scss */
.home-content .latest-reports-box {
  max-width: 38%;
  width: 100%;
}

/* line 401, app/assets/stylesheets/containers/_home.scss */
.home-content .latest-reports-box .latest-reports-content-wrap {
  padding: 0px 30px 20px 30px;
  position: relative;
  height: 17 rem;
}

/* line 408, app/assets/stylesheets/containers/_home.scss */
.home-content .integrations-box {
  flex: 1 1 auto;
  max-width: 57%;
  width: 100%;
}

/* line 413, app/assets/stylesheets/containers/_home.scss */
.home-content .integrations-box .integrations-content-wrap {
  padding: 12px 30px 20px 30px;
}

@media screen and (max-width: 1024px) {
  /* line 419, app/assets/stylesheets/containers/_home.scss */
  .home-content {
    max-width: 100%;
  }
  /* line 423, app/assets/stylesheets/containers/_home.scss */
  .home-content .home-header {
    display: block;
    margin-bottom: 12px;
    font-size: 16px;
  }
  /* line 428, app/assets/stylesheets/containers/_home.scss */
  .home-content .home-header .variant-h4 {
    margin-bottom: 16px;
  }
  /* line 434, app/assets/stylesheets/containers/_home.scss */
  .home-content .row .box {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  /* line 419, app/assets/stylesheets/containers/_home.scss */
  .home-content {
    padding: 0 20px;
  }
  /* line 443, app/assets/stylesheets/containers/_home.scss */
  .home-content .home-header-right-content {
    display: block;
  }
  /* line 446, app/assets/stylesheets/containers/_home.scss */
  .home-content .home-header-right-content .home-header-right-content-btns {
    margin-top: 6px;
  }
}

@media screen and (max-width: 556px) {
  /* line 453, app/assets/stylesheets/containers/_home.scss */
  .home-content .summary-card-wrap {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}

@media screen and (max-width: 768px) {
  /* line 460, app/assets/stylesheets/containers/_home.scss */
  .home-content .highlights-gate-panel__widgets {
    padding: 12px 16px 16px;
  }
  /* line 464, app/assets/stylesheets/containers/_home.scss */
  .home-content .highlights-gate-panel__cta {
    left: 16px;
    right: 16px;
    bottom: 12px;
  }
  /* line 470, app/assets/stylesheets/containers/_home.scss */
  .home-content .highlights-gate-panel__title {
    font-size: 16px;
  }
  /* line 474, app/assets/stylesheets/containers/_home.scss */
  .home-content .highlights-gate-panel__copy {
    font-size: 13px;
    margin-bottom: 16px;
  }
  /* line 479, app/assets/stylesheets/containers/_home.scss */
  .home-content .highlights-gate-bar {
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 484, app/assets/stylesheets/containers/_home.scss */
  .home-content .highlights-gate-actions {
    width: 100%;
  }
  /* line 488, app/assets/stylesheets/containers/_home.scss */
  .home-content .highlights-gate-btn {
    width: 100%;
  }
  /* line 492, app/assets/stylesheets/containers/_home.scss */
  .home-content .highlights-gate-copy {
    white-space: normal;
  }
}

/* line 502, app/assets/stylesheets/containers/_home.scss */
.home-container-customized .summary-card:hover {
  border-color: #398ccb;
  box-shadow: 0 20px 34px -4px rgba(21, 37, 43, 0.32);
}

/* line 507, app/assets/stylesheets/containers/_home.scss */
.home-container-customized .summary-card .summary-card-drag-button {
  color: #c2c0c4;
  cursor: move;
}

/* line 511, app/assets/stylesheets/containers/_home.scss */
.home-container-customized .summary-card .summary-card-drag-button:hover {
  color: #398ccb;
}

/* line 517, app/assets/stylesheets/containers/_home.scss */
.home-container-customized .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

/* line 523, app/assets/stylesheets/containers/_home.scss */
.home-container-customized .row .box:hover {
  border-color: #398ccb;
  box-shadow: 0 20px 34px -4px rgba(21, 37, 43, 0.32);
}

/* line 528, app/assets/stylesheets/containers/_home.scss */
.home-container-customized .row .box .box-header {
  padding: 25px;
}

/* line 532, app/assets/stylesheets/containers/_home.scss */
.home-container-customized .row .box .box-inner-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 538, app/assets/stylesheets/containers/_home.scss */
.home-container-customized .row .box .box-header-drag-button {
  color: #c2c0c4;
  cursor: move;
}

/* line 542, app/assets/stylesheets/containers/_home.scss */
.home-container-customized .row .box .box-header-drag-button:hover {
  color: #398ccb;
}

/* line 550, app/assets/stylesheets/containers/_home.scss */
.pop-reports-wrap {
  padding: 12px 30px 20px 30px;
}

/* line 555, app/assets/stylesheets/containers/_home.scss */
#email_summary .es_save {
  font-size: 14px;
  color: #ffff;
  background: #398CCB;
  border: 1px solid #398CCB;
  border-radius: 8px;
  width: 200px;
  height: 32px;
}

/* line 4, app/assets/stylesheets/containers/_quick-search.scss */
.quick-search-wrapper .quick-search-input-wrapper {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 64px;
  width: 100%;
  margin: auto;
  background-color: #3A4E66;
}

/* line 16, app/assets/stylesheets/containers/_quick-search.scss */
.quick-search-wrapper .quick-search-input-wrapper .quick-search-input-field {
  width: 100%;
  max-width: 1096px;
  display: flex;
  align-items: center;
  position: relative;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  margin: 0 auto 0 auto;
  padding: 0 30px;
}

/* line 30, app/assets/stylesheets/containers/_quick-search.scss */
.quick-search-wrapper .quick-search-input-wrapper .quick-search-close-button {
  transition: transform 100ms ease-in, border-color 100ms ease-in;
  margin-left: 10px;
  font-weight: 400;
}

/* line 40, app/assets/stylesheets/containers/_quick-search.scss */
.quick-search-wrapper .quick-search-content-wrapper {
  width: 100%;
  max-width: 1096px;
  position: absolute;
  top: 125px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 8px;
  padding: 0 30px;
  padding-right: 116px;
  z-index: 999;
}

@media screen and (max-width: 768px) {
  /* line 40, app/assets/stylesheets/containers/_quick-search.scss */
  .quick-search-wrapper .quick-search-content-wrapper {
    max-width: 100%;
  }
}

@media screen and (max-width: 576px) {
  /* line 40, app/assets/stylesheets/containers/_quick-search.scss */
  .quick-search-wrapper .quick-search-content-wrapper {
    padding-right: 34px;
  }
}

/* line 59, app/assets/stylesheets/containers/_quick-search.scss */
.quick-search-wrapper .quick-search-content-wrapper .quick-search-content-and-footer-wrapper {
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: 0 0 0 1px #F7F9FB, 0 8px 18px -2px rgba(18, 27, 36, 0.22);
}

/* line 66, app/assets/stylesheets/containers/_quick-search.scss */
.quick-search-wrapper .quick-search-content-wrapper .quick-search-content-and-footer-wrapper .quick-search-results .quick-search-result {
  color: #3A4E66;
  font-size: 14px;
  letter-spacing: -0.26px;
  line-height: 17px;
  height: 36px;
}

@media screen and (max-width: 424px) {
  /* line 66, app/assets/stylesheets/containers/_quick-search.scss */
  .quick-search-wrapper .quick-search-content-wrapper .quick-search-content-and-footer-wrapper .quick-search-results .quick-search-result {
    padding: 4px;
  }
}

@media screen and (max-width: 538px) {
  /* line 66, app/assets/stylesheets/containers/_quick-search.scss */
  .quick-search-wrapper .quick-search-content-wrapper .quick-search-content-and-footer-wrapper .quick-search-results .quick-search-result {
    display: block;
    height: unset;
  }
}

/* line 84, app/assets/stylesheets/containers/_quick-search.scss */
.quick-search-wrapper .quick-search-content-wrapper .quick-search-content-and-footer-wrapper .quick-search-scrollable-content {
  max-height: calc(100vh - 40px - 50px - 60px - 54px - 10px - 10px);
  overflow: auto;
  width: 100%;
  text-align: left;
  padding: 30px 30px 20px 30px;
}

/* line 93, app/assets/stylesheets/containers/_quick-search.scss */
.quick-search-wrapper .quick-search-content-wrapper .quick-search-content-and-footer-wrapper .quick-search-footer {
  background-color: rgba(240, 243, 248, 0.55);
  padding: 14px 30px 14px 44px;
  text-align: start;
  display: flex;
  align-items: center;
  border-radius: 0 0 8px 8px;
}

@media screen and (max-width: 768px) {
  /* line 93, app/assets/stylesheets/containers/_quick-search.scss */
  .quick-search-wrapper .quick-search-content-wrapper .quick-search-content-and-footer-wrapper .quick-search-footer {
    display: block;
  }
}

/* line 104, app/assets/stylesheets/containers/_quick-search.scss */
.quick-search-wrapper .quick-search-content-wrapper .quick-search-content-and-footer-wrapper .quick-search-footer .quick-search-shortcuts-dismiss {
  display: flex;
  align-items: center;
  margin-left: auto;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  /* line 104, app/assets/stylesheets/containers/_quick-search.scss */
  .quick-search-wrapper .quick-search-content-wrapper .quick-search-content-and-footer-wrapper .quick-search-footer .quick-search-shortcuts-dismiss {
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (max-width: 556px) {
  /* line 104, app/assets/stylesheets/containers/_quick-search.scss */
  .quick-search-wrapper .quick-search-content-wrapper .quick-search-content-and-footer-wrapper .quick-search-footer .quick-search-shortcuts-dismiss {
    margin-top: 6px;
  }
}

@media screen and (max-width: 768px) {
  /* line 122, app/assets/stylesheets/containers/_quick-search.scss */
  .search-footer-btn-wrap {
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  /* line 128, app/assets/stylesheets/containers/_quick-search.scss */
  .search-tag {
    margin-top: 6px;
  }
}

/* line 135, app/assets/stylesheets/containers/_quick-search.scss */
.search-dropdown-list-item:hover {
  color: #121b24 !important;
}

@media screen and (max-width: 424px) {
  /* line 133, app/assets/stylesheets/containers/_quick-search.scss */
  .search-dropdown-list-item {
    margin-bottom: 10px;
  }
}

/* line 2, app/assets/stylesheets/containers/_schedules.scss */
.schedule-container .breadcrumb {
  justify-content: center;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  /* line 8, app/assets/stylesheets/containers/_schedules.scss */
  .schedule-container .breadcrumb {
    overflow: auto;
    padding-bottom: 30px;
    justify-content: unset;
  }
  /* line 13, app/assets/stylesheets/containers/_schedules.scss */
  .schedule-container .breadcrumb .divider.horiz {
    width: 673px;
  }
  /* line 17, app/assets/stylesheets/containers/_schedules.scss */
  .schedule-container .breadcrumb .breadcrumb-item {
    margin: 0 10px;
  }
  /* line 22, app/assets/stylesheets/containers/_schedules.scss */
  .schedule-container .schedules-create-section {
    padding: 0;
    background-color: #fff;
  }
  /* line 26, app/assets/stylesheets/containers/_schedules.scss */
  .schedule-container .schedules-create-section .schedules-create-form {
    margin-top: 0 !important;
  }
  /* line 29, app/assets/stylesheets/containers/_schedules.scss */
  .schedule-container .schedules-create-section .schedules-create-form .cards {
    padding: 0 16px;
  }
}

/* line 37, app/assets/stylesheets/containers/_schedules.scss */
.schedules-create-section
.schedules-create-form
input:checked
+ .drinkcard-cc
.active-icon {
  display: block;
  position: absolute;
  left: 8px;
  top: 8px;
}

/* line 48, app/assets/stylesheets/containers/_schedules.scss */
.card input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 52, app/assets/stylesheets/containers/_schedules.scss */
.schedules-create-section {
  padding: 0;
  width: 100%;
}

/* line 56, app/assets/stylesheets/containers/_schedules.scss */
.schedules-create-section .schedules-create-form {
  max-width: 820px;
  border-radius: 6px;
  background-color: #ffffff;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 40px;
}

/* line 64, app/assets/stylesheets/containers/_schedules.scss */
.schedules-create-section .schedules-create-form .cards {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px;
  justify-content: center;
}

/* line 71, app/assets/stylesheets/containers/_schedules.scss */
.schedules-create-section .schedules-create-form .cards .card {
  margin: 10px;
  padding: 10px;
  height: 185px;
  width: 180px;
  border: 1px solid #e0e1e4;
  border-radius: 6px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: relative;
}

/* line 87, app/assets/stylesheets/containers/_schedules.scss */
.schedules-create-section .schedules-create-form .cards .card .card-desc {
  color: #666c73;
  font-size: 12px;
  letter-spacing: -0.24px;
  line-height: 17px;
  text-align: center;
}

/* line 95, app/assets/stylesheets/containers/_schedules.scss */
.schedules-create-section .schedules-create-form .cards .card .active-icon {
  display: none;
}

/* line 101, app/assets/stylesheets/containers/_schedules.scss */
.schedules-create-section .schedules-create-form .form-wrap {
  max-width: 480px;
  margin: 0 auto;
}

/* line 106, app/assets/stylesheets/containers/_schedules.scss */
.schedules-create-section .schedules-create-form .action-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

/* line 114, app/assets/stylesheets/containers/_schedules.scss */
.schedules-create-section .output-options-wrap {
  padding: 16px;
}

/* line 118, app/assets/stylesheets/containers/_schedules.scss */
.schedules-create-section .output-options {
  max-width: 700px;
  border: 1px solid #e0e1e4;
  border-radius: 6px;
  background-color: #ffffff;
  margin: 0 auto;
  margin-top: 36px;
  margin-bottom: 30px;
}

/* line 127, app/assets/stylesheets/containers/_schedules.scss */
.schedules-create-section .output-options .tabcontent {
  min-height: 230px;
  padding: 27px 20px 36px 20px;
  position: relative;
}

/* line 132, app/assets/stylesheets/containers/_schedules.scss */
.schedules-create-section .output-options .tabcontent .advance-ftp-excel-option-btn {
  bottom: -30px;
}

/* line 136, app/assets/stylesheets/containers/_schedules.scss */
.schedules-create-section .output-options .tabcontent .advance-csv-option-btn {
  display: none;
  text-align: left;
}

/* line 142, app/assets/stylesheets/containers/_schedules.scss */
.schedules-create-section .output-options .tabcontent .advance-ftp-csv-option-btn {
  bottom: -30px;
  display: none;
  text-align: left;
}

/* line 148, app/assets/stylesheets/containers/_schedules.scss */
.schedules-create-section .output-options .tabcontent .output-preview-table-wrap {
  border: 1px solid #ecedef;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
}

/* line 154, app/assets/stylesheets/containers/_schedules.scss */
.schedules-create-section .output-options .tabcontent .output-preview-table-wrap .output-preview-title {
  height: 34px;
  border-radius: 6px 6px 0 0;
  background-color: rgba(224, 225, 228, 0.25);
  box-shadow: inset 0 -1px 0 0 #ecedef;
  display: flex;
  align-items: center;
  font-size: 13px;
  letter-spacing: -0.24px;
  line-height: 16px;
  padding-left: 20px;
  font-weight: 500;
}

/* line 168, app/assets/stylesheets/containers/_schedules.scss */
.schedules-create-section .output-options .tabcontent .output-preview-table-wrap th {
  text-transform: uppercase;
}

/* line 172, app/assets/stylesheets/containers/_schedules.scss */
.schedules-create-section .output-options .tabcontent .output-preview-table-wrap td,
.schedules-create-section .output-options .tabcontent .output-preview-table-wrap th {
  width: 25%;
}

/* line 177, app/assets/stylesheets/containers/_schedules.scss */
.schedules-create-section .output-options .tabcontent .output-preview-table-wrap tr {
  box-shadow: inset 0 -1px 0 0 #ecedef;
  height: 38px;
}

/* line 184, app/assets/stylesheets/containers/_schedules.scss */
.schedules-create-section .output-options .tabcontent .output-preview-table-wrap tbody tr:last-child {
  box-shadow: none;
}

/* line 190, app/assets/stylesheets/containers/_schedules.scss */
.schedules-create-section .output-options .tabcontent .output-preview-table-wrap .orderCol {
  padding-left: 20px;
}

/* line 194, app/assets/stylesheets/containers/_schedules.scss */
.schedules-create-section .output-options .tabcontent .output-preview-table-wrap .product-nameCol {
  text-align: end;
  padding-right: 20px;
}

/* line 202, app/assets/stylesheets/containers/_schedules.scss */
.schedules-create-section .advance-schedule-form {
  padding: 0 30px;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 40px;
}

/* line 210, app/assets/stylesheets/containers/_schedules.scss */
.draggable-items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 8px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

/* line 217, app/assets/stylesheets/containers/_schedules.scss */
.draggable-items .ui-draggable-handle {
  padding: 6px 10px;
  font-size: 14px;
  cursor: grabbing;
  border: 1px solid #398ccb;
  border-radius: 5px;
  background-color: rgba(130, 201, 255, 0.16);
  color: #398ccb;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.24px;
  line-height: 16px;
  text-align: center;
}

/* line 234, app/assets/stylesheets/containers/_schedules.scss */
.schedule-status-card {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 12px;
  width: 100%;
  padding: 16px 18px;
  border: 1px solid #f0c7c1;
  border-radius: 12px;
  background: #fff9f8;
  box-shadow: none;
}

/* line 245, app/assets/stylesheets/containers/_schedules.scss */
.schedule-status-card--warning {
  border-color: #e7ddc9;
  background: #fffdfa;
}

/* line 249, app/assets/stylesheets/containers/_schedules.scss */
.schedule-status-card--warning .schedule-status-card__icon {
  color: #a9761d;
  background: #fff7e8;
  box-shadow: inset 0 0 0 1px #efe1c0;
}

/* line 255, app/assets/stylesheets/containers/_schedules.scss */
.schedule-status-card--warning .schedule-status-card__eyebrow {
  color: #9f7627;
}

/* line 259, app/assets/stylesheets/containers/_schedules.scss */
.schedule-status-card--warning .schedule-status-card__detail {
  border-color: #eee3d2;
  color: #6f6245;
}

/* line 265, app/assets/stylesheets/containers/_schedules.scss */
.schedule-status-card__icon {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #e15b4d;
  background: #fff1ee;
  box-shadow: inset 0 0 0 1px #efc5bf;
}

/* line 277, app/assets/stylesheets/containers/_schedules.scss */
.schedule-status-card__content {
  min-width: 0;
}

/* line 281, app/assets/stylesheets/containers/_schedules.scss */
.schedule-status-card__eyebrow {
  color: #df5e50;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.4;
  margin-bottom: 2px;
  text-transform: uppercase;
}

/* line 291, app/assets/stylesheets/containers/_schedules.scss */
.schedule-status-card__title {
  color: #233243;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.16px;
  line-height: 20px;
}

/* line 299, app/assets/stylesheets/containers/_schedules.scss */
.schedule-status-card__summary {
  color: #5f6670;
  font-size: 13px;
  line-height: 19px;
  margin-top: 4px;
}

/* line 306, app/assets/stylesheets/containers/_schedules.scss */
.schedule-status-card__detail {
  margin-top: 8px;
  color: #9d5a52;
  font-size: 12px;
  line-height: 17px;
  word-break: break-word;
}

/* line 314, app/assets/stylesheets/containers/_schedules.scss */
.schedule-status-card__footer {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
  margin-top: 10px;
}

/* line 322, app/assets/stylesheets/containers/_schedules.scss */
.schedule-status-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 14px;
  border: 1px solid #cfe0ee;
  border-radius: 999px;
  background: #f7fbff;
  color: #398ccb;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

/* line 338, app/assets/stylesheets/containers/_schedules.scss */
.schedule-status-card__link:hover {
  background: #eef6fc;
  border-color: #b8d3e8;
  color: #2f7db9;
}

/* line 345, app/assets/stylesheets/containers/_schedules.scss */
.schedule-status-card__hint {
  width: 100%;
  color: #7a848f;
  font-size: 12px;
  line-height: 17px;
}

@media screen and (max-width: 576px) {
  /* line 234, app/assets/stylesheets/containers/_schedules.scss */
  .schedule-status-card {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 16px;
  }
  /* line 357, app/assets/stylesheets/containers/_schedules.scss */
  .schedule-status-card__icon {
    width: 32px;
    height: 32px;
    border-radius: 10px;
  }
  /* line 363, app/assets/stylesheets/containers/_schedules.scss */
  .schedule-status-card__footer {
    align-items: flex-start;
  }
}

/* line 369, app/assets/stylesheets/containers/_schedules.scss */
.integration-inline-error {
  color: #c74436;
  font-size: 13px;
  line-height: 18px;
}

/* line 374, app/assets/stylesheets/containers/_schedules.scss */
.integration-inline-error a {
  color: #2e6bbf;
  font-weight: 600;
  text-decoration: none;
}

/* line 380, app/assets/stylesheets/containers/_schedules.scss */
.integration-inline-error a:hover {
  text-decoration: underline;
}

/* line 385, app/assets/stylesheets/containers/_schedules.scss */
.integration-warning-box {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #e2a31b;
  border-radius: 8px;
  background: #fffdf8;
  color: #5f5f5f;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 17px;
}

/* line 397, app/assets/stylesheets/containers/_schedules.scss */
.integration-warning-box__icon {
  color: #d28700;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
}

/* line 404, app/assets/stylesheets/containers/_schedules.scss */
.integration-warning-box__message a {
  color: #1f75cb;
  text-decoration: none;
  font-weight: 500;
}

/* line 410, app/assets/stylesheets/containers/_schedules.scss */
.integration-warning-box__message a:hover {
  text-decoration: underline;
}

/* line 414, app/assets/stylesheets/containers/_schedules.scss */
.integration-warning-box strong {
  font-weight: 600;
  color: #3b3b3b;
}

/* line 420, app/assets/stylesheets/containers/_schedules.scss */
.reauth-locked-fields,
.reauth-locked-fields * {
  cursor: not-allowed !important;
}

/* line 425, app/assets/stylesheets/containers/_schedules.scss */
.schedule-inline-state {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid #dbe5ef;
  border-radius: 12px;
  background: #f8fbfe;
  margin-top: 10px;
}

/* line 435, app/assets/stylesheets/containers/_schedules.scss */
.schedule-inline-state--loading {
  background: #ffffff;
}

/* line 439, app/assets/stylesheets/containers/_schedules.scss */
.schedule-inline-state__icon {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #4f657b;
  background: #edf4fa;
}

/* line 451, app/assets/stylesheets/containers/_schedules.scss */
.schedule-inline-state__loader {
  width: 16px;
  height: 16px;
}

/* line 456, app/assets/stylesheets/containers/_schedules.scss */
.schedule-inline-state__content {
  min-width: 0;
}

/* line 460, app/assets/stylesheets/containers/_schedules.scss */
.schedule-inline-state__title {
  color: #233243;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

/* line 467, app/assets/stylesheets/containers/_schedules.scss */
.schedule-inline-state__summary {
  color: #5d6773;
  font-size: 13px;
  line-height: 18px;
  margin-top: 2px;
}

/* line 475, app/assets/stylesheets/containers/_schedules.scss */
.output-options input[name="schedule[output_type]"] {
  display: none;
}

/* line 479, app/assets/stylesheets/containers/_schedules.scss */
.ui-state-default {
  width: 2rem;
  color: #000;
  background-color: #fff;
  cursor: pointer;
  display: inline-block;
  width: 27.2px;
  width: 1.7rem;
  line-height: 27.2px;
  line-height: 1.7rem;
  text-align: center;
  margin: 0;
}

/* line 492, app/assets/stylesheets/containers/_schedules.scss */
.ui-state-default.ui-state-hover {
  border-radius: 0.3rem;
  background-color: #007ebb;
  color: #fff;
}

/* line 498, app/assets/stylesheets/containers/_schedules.scss */
.ui-state-default.ui-state-active {
  border-radius: 0.3rem;
  background-color: #008dd0;
  color: #fff;
}

/* line 503, app/assets/stylesheets/containers/_schedules.scss */
.ui-state-default.ui-state-active:hover {
  background-color: #007ebb;
}

/* line 509, app/assets/stylesheets/containers/_schedules.scss */
#ui-datepicker-div {
  border-radius: 6px;
  box-shadow: 0 0 0 1px #ecedef, 0 8px 18px -2px rgba(18, 27, 36, 0.22);
}

/* line 516, app/assets/stylesheets/containers/_schedules.scss */
.ftp-container {
  padding: 40px 40px 40px 40px;
  position: relative;
}

/* line 520, app/assets/stylesheets/containers/_schedules.scss */
.ftp-container .ftp-text {
  position: absolute;
  width: 100%;
  background: #eae9ec;
  left: 0px;
  bottom: 0px;
  height: 35px;
  display: flex;
  align-items: center;
  padding-left: 15px;
  font-size: 13px;
}

/* line 533, app/assets/stylesheets/containers/_schedules.scss */
.ftp-container .new_ftp_info {
  margin-bottom: 10px;
}

/* line 538, app/assets/stylesheets/containers/_schedules.scss */
.ftp-copy-ip {
  width: 100%;
  border: 1px solid #3a4e6647;
  height: 40px;
  background: #398ccb14;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding-left: 15px;
}

/* line 548, app/assets/stylesheets/containers/_schedules.scss */
.ftp-copy-ip .text {
  font-size: 13px;
  padding: 0px 10px;
}

/* Common Export Card Styles */
/* line 555, app/assets/stylesheets/containers/_schedules.scss */
.export-slack,
.export-pdf,
.export-google-sheet {
  width: 480px;
  padding: 20px !important;
  border-radius: 12px;
  background: #fff;
  box-shadow: 4px 4px 16px 2px rgba(0, 0, 0, 0.12);
  align-items: center;
  justify-content: center;
  z-index: 2;
}

/* Header */
/* line 569, app/assets/stylesheets/containers/_schedules.scss */
.export-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}

/* Body */
/* line 579, app/assets/stylesheets/containers/_schedules.scss */
.in-cont {
  flex-shrink: 0;
  border-radius: 8px;
  background: var(--Grey-100, #f6f5f7);
  padding: 16px;
}

/* Buttons */
/* line 587, app/assets/stylesheets/containers/_schedules.scss */
.btn-secondary {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid #dbd9de;
  color: #1d2024;
  margin-right: 8px;
  font-size: 14px;
  cursor: pointer;
}

/* line 602, app/assets/stylesheets/containers/_schedules.scss */
.btn-primary {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #398ccb;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

/* line 616, app/assets/stylesheets/containers/_schedules.scss */
.btn-link {
  text-decoration-line: underline !important;
  color: #398ccb;
  cursor: pointer;
}

/* line 622, app/assets/stylesheets/containers/_schedules.scss */
.google-btn-link {
  text-decoration-line: underline;
  color: #398ccb;
  font-size: 12px;
  cursor: pointer;
}

/* Labels & Inputs */
/* line 630, app/assets/stylesheets/containers/_schedules.scss */
.in-cont label {
  display: block;
  color: var(--Grey-800, #605c6b);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
  margin-bottom: 8px;
}

/* line 640, app/assets/stylesheets/containers/_schedules.scss */
.in-cont select {
  width: 100%;
  background: white;
  padding: 6px;
  border-radius: 8px;
  border: 1px solid #dbd9de;
  font-size: 14px;
  color: #1d2024;
  height: 36px;
}

/* Utility */
/* line 652, app/assets/stylesheets/containers/_schedules.scss */
.justify {
  display: flex;
  justify-content: space-between;
}

/* line 657, app/assets/stylesheets/containers/_schedules.scss */
.text-cont {
  display: flex;
  height: 36px;
  padding: 8px 16px;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid var(--Grey-300, #dbd9de);
  background: #fff;
  font-size: 14px;
}

/* line 669, app/assets/stylesheets/containers/_schedules.scss */
.slack-copy-ip {
  width: 60%;
  border: 1px solid #3a4e6647;
  height: 35px;
  background: #398ccb14;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding-left: 15px;
}

/* line 678, app/assets/stylesheets/containers/_schedules.scss */
.slack-copy-ip .text {
  font-size: 13px;
  padding: 0px 10px;
}

/* line 1, app/assets/stylesheets/containers/_settings.scss */
.settings-content-wrap {
  display: flex;
  min-height: calc(100vh - 58px);
}

@media screen and (max-width: 768px) {
  /* line 1, app/assets/stylesheets/containers/_settings.scss */
  .settings-content-wrap {
    display: block;
  }
  /* line 8, app/assets/stylesheets/containers/_settings.scss */
  .settings-content-wrap .settings-sidebar {
    width: 100%;
  }
  /* line 11, app/assets/stylesheets/containers/_settings.scss */
  .settings-content-wrap .settings-sidebar .settings-menu-list {
    display: flex;
    align-items: center;
    overflow: auto;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
  }
  /* line 19, app/assets/stylesheets/containers/_settings.scss */
  .settings-content-wrap .settings-sidebar .settings-menu-list .tablinks {
    white-space: nowrap;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin-right: 12px;
  }
  /* line 27, app/assets/stylesheets/containers/_settings.scss */
  .settings-content-wrap .settings-sidebar .settings-menu-list .tablinks.isActive::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  /* line 36, app/assets/stylesheets/containers/_settings.scss */
  .settings-content-wrap .settings-sidebar .settings-menu-list .tablinks.isActive, .settings-content-wrap .settings-sidebar .settings-menu-list .tablinks:hover {
    background-color: unset;
    color: #398ccb;
  }
  /* line 41, app/assets/stylesheets/containers/_settings.scss */
  .settings-content-wrap .settings-sidebar .settings-menu-list .tablinks.isActive svg, .settings-content-wrap .settings-sidebar .settings-menu-list .tablinks:hover svg {
    color: #398ccb;
  }
  /* line 49, app/assets/stylesheets/containers/_settings.scss */
  .settings-content-wrap .settings-content {
    padding: 0 30px;
  }
}

/* line 55, app/assets/stylesheets/containers/_settings.scss */
.settings-sidebar {
  width: 272px;
  box-shadow: inset -1px 0 0 0 #e0e1e4;
}

/* line 59, app/assets/stylesheets/containers/_settings.scss */
.settings-sidebar .settings-menu-list {
  padding: 24px 20px 0 20px;
}

/* line 62, app/assets/stylesheets/containers/_settings.scss */
.settings-sidebar .settings-menu-list .menu-item {
  color: #1d2024;
}

/* line 65, app/assets/stylesheets/containers/_settings.scss */
.settings-sidebar .settings-menu-list .menu-item.isActive, .settings-sidebar .settings-menu-list .menu-item:hover {
  color: #398ccb;
  background-color: #f0f7fb;
}

/* line 74, app/assets/stylesheets/containers/_settings.scss */
.delete-pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

/* line 87, app/assets/stylesheets/containers/_settings.scss */
.delete-pop-cont {
  width: 480px;
  padding: 20px;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 4px 4px 16px 2px rgba(0, 0, 0, 0.12);
}

/* line 96, app/assets/stylesheets/containers/_settings.scss */
.delete-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 20px;
}

/* line 105, app/assets/stylesheets/containers/_settings.scss */
.delete-box-variant {
  color: var(--Black, #1D2024);
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 120% */
}

/* line 116, app/assets/stylesheets/containers/_settings.scss */
.delete-box-variant-sub {
  color: var(--Grey-900, #605C6B);
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
}

/* line 128, app/assets/stylesheets/containers/_settings.scss */
.avatar-1 {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  background-color: #3a4e66;
  color: white;
}

/* line 138, app/assets/stylesheets/containers/_settings.scss */
.google-mail-container {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 8px 12px;
  align-items: center;
  border-radius: 20px;
  border: 1px solid #b6d5ec;
  background: #f0f7fb;
  color: var(--Black, #1d2024);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

/* line 155, app/assets/stylesheets/containers/_settings.scss */
.integration-account-badge {
  position: relative;
}

/* line 159, app/assets/stylesheets/containers/_settings.scss */
.integration-account-badge.account-invalid {
  border-color: #ffa39e;
  background: #fff1f0;
}

/* line 164, app/assets/stylesheets/containers/_settings.scss */
.integration-account-badge.account-invalid .avatar-1 {
  background-color: #cf1322;
}

/* line 168, app/assets/stylesheets/containers/_settings.scss */
.google-mail-container .left {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  max-width: 230px;
  overflow: hidden;
}

/* line 177, app/assets/stylesheets/containers/_settings.scss */
.google-mail-container .text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #1f2937;
  max-width: 200px;
}

/* line 186, app/assets/stylesheets/containers/_settings.scss */
.integration-account-actions {
  gap: 8px;
  flex-shrink: 0;
}

/* line 191, app/assets/stylesheets/containers/_settings.scss */
.data-management {
  color: var(--Grey-600, #9793a2);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

/* line 201, app/assets/stylesheets/containers/_settings.scss */
.data-management-head {
  color: var(--Black, #1d2024);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
}

/* line 211, app/assets/stylesheets/containers/_settings.scss */
.setting-schedule-container {
  width: 840px;
  border-radius: 12px;
  background: #f6f5f7;
  padding: 16px 24px;
}

/* line 218, app/assets/stylesheets/containers/_settings.scss */
.staff-sub-head {
  color: var(--Black, #1d2024);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
}

/* line 228, app/assets/stylesheets/containers/_settings.scss */
.sub-head-link {
  color: #666c73;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

/* line 238, app/assets/stylesheets/containers/_settings.scss */
.settings-content {
  padding: 24px 10px 24px 60px;
  overflow-y: auto;
}

/* line 242, app/assets/stylesheets/containers/_settings.scss */
.settings-content.bg-white {
  background-color: white !important;
}

/* line 246, app/assets/stylesheets/containers/_settings.scss */
.settings-content .settings-header {
  padding-bottom: 10px;
  padding-top: 10px;
}

/* line 250, app/assets/stylesheets/containers/_settings.scss */
.settings-content .settings-header .title {
  font-weight: 600;
  margin-bottom: 4px;
}

/* line 256, app/assets/stylesheets/containers/_settings.scss */
.settings-content .section-contents {
  margin: 2rem;
}

/* line 259, app/assets/stylesheets/containers/_settings.scss */
.settings-content .section-contents .section-item {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 266, app/assets/stylesheets/containers/_settings.scss */
.app_user_cont {
  width: 280px;
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 4px 4px 16px 2px rgba(0, 0, 0, 0.12);
  position: absolute;
  top: 54px;
  right: 24px;
  z-index: 9999;
  padding: 16px;
}

/* line 279, app/assets/stylesheets/containers/_settings.scss */
.app_user_head {
  color: var(--Black, #1d2024);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
}

/* line 287, app/assets/stylesheets/containers/_settings.scss */
.app_user_subhead {
  color: var(--Grey-600, #9793a2);
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 123.077% */
}

/* line 297, app/assets/stylesheets/containers/_settings.scss */
.app_user_content {
  color: var(--Black, #1d2024);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
}

/* line 307, app/assets/stylesheets/containers/_settings.scss */
.settings-head {
  color: #141b23;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 120% */
  margin-bottom: 4px;
}

/* line 318, app/assets/stylesheets/containers/_settings.scss */
.settings-sub-head {
  color: #676c72;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

/* line 328, app/assets/stylesheets/containers/_settings.scss */
.google_drive_modal,
.paypal_modal {
  display: none;
}

/* line 336, app/assets/stylesheets/containers/_settings.scss */
.faq-content ul {
  list-style: inside;
}

/* line 340, app/assets/stylesheets/containers/_settings.scss */
.faq-content li {
  list-style-type: circle;
}

/* line 345, app/assets/stylesheets/containers/_settings.scss */
.import-staff-details {
  border-radius: 12px;
  border: 1px solid #f3f1f1;
  background-color: #fff;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  font-size: 14px;
  padding: 18px 24px 18px 24px;
  margin-top: 4px;
}

@media (max-width: 991px) {
  /* line 358, app/assets/stylesheets/containers/_settings.scss */
  .import-staff-details .import-staff-details {
    padding: 0 20px;
  }
}

/* line 363, app/assets/stylesheets/containers/_settings.scss */
.import-staff-details .import-staff-details-title {
  color: var(--Black, #1d2024);
  font: 600 20px/160%, sans-serif;
}

@media (max-width: 991px) {
  /* line 369, app/assets/stylesheets/containers/_settings.scss */
  .import-staff-details .import-staff-details-title {
    max-width: 100%;
  }
}

/* line 374, app/assets/stylesheets/containers/_settings.scss */
.import-staff-details .import-staff-details-instructions {
  display: flex;
  margin-top: 4px;
  gap: 5px;
  line-height: 171%;
  align-items: center;
}

@media (max-width: 991px) {
  /* line 383, app/assets/stylesheets/containers/_settings.scss */
  .import-staff-details .import-staff-details-instructions {
    flex-wrap: wrap;
  }
}

/* line 388, app/assets/stylesheets/containers/_settings.scss */
.import-staff-details .open-page-link {
  color: var(--Primary, #398ccb);
  font-family: sans-serif;
  font-weight: 500;
  text-decoration: underline;
}

/* line 395, app/assets/stylesheets/containers/_settings.scss */
.import-staff-details .external-link-icon {
  width: 14px;
  stroke-width: 1.5px;
  stroke: #398ccb;
  border: 2px solid #398ccb;
  align-self: start;
}

/* line 403, app/assets/stylesheets/containers/_settings.scss */
.import-staff-details .copy-paste-instructions {
  color: #676c72;
  font-family: sans-serif;
  font-weight: 400;
  flex-grow: 1;
  flex-basis: auto;
}

@media (max-width: 991px) {
  /* line 412, app/assets/stylesheets/containers/_settings.scss */
  .import-staff-details .copy-paste-instructions {
    max-width: 100%;
  }
}

/* line 417, app/assets/stylesheets/containers/_settings.scss */
.import-staff-details .import-text-area {
  border-radius: 12px;
  border: 1px solid #e0dee0;
  background-color: #fff;
  margin-top: 8px;
  height: 150px;
  padding: 24px;
  overflow: auto;
  width: 100%;
}

@media (max-width: 991px) {
  /* line 429, app/assets/stylesheets/containers/_settings.scss */
  .import-staff-details .import-text-area {
    max-width: 100%;
  }
}

/* line 434, app/assets/stylesheets/containers/_settings.scss */
.import-staff-details .import-note {
  color: var(--Grey-600, #9793a2);
  margin-top: 13px;
}

@media (max-width: 991px) {
  /* line 442, app/assets/stylesheets/containers/_settings.scss */
  .import-staff-details .import-note {
    max-width: 100%;
  }
}

/* line 447, app/assets/stylesheets/containers/_settings.scss */
.import-staff-details .import-actions {
  display: flex;
  gap: 20px;
  font-weight: 600;
  white-space: nowrap;
  height: 35px;
  align-items: center;
  justify-content: right;
}

@media (max-width: 991px) {
  /* line 459, app/assets/stylesheets/containers/_settings.scss */
  .import-staff-details .import-actions {
    white-space: initial;
  }
}

/* line 464, app/assets/stylesheets/containers/_settings.scss */
.import-staff-details .schedule-cancel-button {
  display: flex;
  width: 160px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

/* line 473, app/assets/stylesheets/containers/_settings.scss */
.import-staff-details .cancel-button {
  font-family: sans-serif;
  border-radius: 8px;
  border: 1px solid #e0dee0;
  color: var(--Grey-600, #9793a2);
  text-align: center;
  height: 35px;
  width: 100px;
  padding: 9px 20px;
}

/* line 484, app/assets/stylesheets/containers/_settings.scss */
.import-staff-details .active {
  background: #398ccb !important;
  color: #fff !important;
}

@media (max-width: 991px) {
  /* line 490, app/assets/stylesheets/containers/_settings.scss */
  .import-staff-details .cancel-button {
    white-space: initial;
    padding: 0 20px;
  }
}

/* line 496, app/assets/stylesheets/containers/_settings.scss */
.import-staff-details .import-button {
  font-family: sans-serif;
  border-radius: 8px;
  background-color: var(--Grey-300, #dbd9de);
  color: var(--Grey-700, #7b7789);
  justify-content: center;
  height: 35px;
  width: 100px;
}

/* line 507, app/assets/stylesheets/containers/_settings.scss */
.staff-notification {
  margin-top: 16px;
  border-radius: 8px;
  border: 1px solid #fcd34d;
  background-color: #fef3c7;
  padding: 14px 24px;
  width: 100%;
}

/* line 516, app/assets/stylesheets/containers/_settings.scss */
.staff-notification .notification__link {
  font-weight: 500;
  text-decoration: underline;
}

/* line 522, app/assets/stylesheets/containers/_settings.scss */
.reply-mail {
  color: var(--Primary, #398CCB);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

/* line 531, app/assets/stylesheets/containers/_settings.scss */
.email-details {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #DBD9DE;
  background: #FFF;
  display: flex;
  gap: 12px;
}

/* line 541, app/assets/stylesheets/containers/_settings.scss */
.email-left-text {
  color: #666C73;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

/* line 548, app/assets/stylesheets/containers/_settings.scss */
.email-right-text {
  color: var(--Black, #1D2024);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

/* line 557, app/assets/stylesheets/containers/_settings.scss */
.pop-cancel {
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid var(--Grey-300, #DBD9DE);
}

/* line 563, app/assets/stylesheets/containers/_settings.scss */
.custom-delete {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.21);
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

/* line 576, app/assets/stylesheets/containers/_settings.scss */
.custom-delete .custom-delete-pop {
  background-color: white;
  border-radius: 10px;
  width: 28rem;
  text-align: center;
  padding: 20px;
  z-index: 10;
}

/* line 585, app/assets/stylesheets/containers/_settings.scss */
.custom-delete .text {
  color: #344f68;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.27px;
  line-height: 21px;
}

/* line 1, app/assets/stylesheets/containers/_integrations.scss */
.integrations-container {
  height: auto;
  background-color: rgba(247, 249, 251, 0.8);
  overflow: auto;
}

/* line 8, app/assets/stylesheets/containers/_integrations.scss */
.integrations-container .integrations-wrap {
  max-width: 96rem;
  margin: 0 auto;
  margin-top: 60px;
}

/* line 13, app/assets/stylesheets/containers/_integrations.scss */
.integrations-container .integrations-wrap .tab {
  display: flex;
  align-items: center;
  overflow: auto;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

/* line 21, app/assets/stylesheets/containers/_integrations.scss */
.integrations-container .integrations-wrap .integrations-content {
  background-color: #fff;
  border-radius: 6px;
  padding: 2.5rem 2rem;
}

/* line 26, app/assets/stylesheets/containers/_integrations.scss */
.integrations-container .integrations-wrap .integrations-content .banner {
  justify-content: space-between;
  text-align: left;
  margin-bottom: 60px;
}

@media screen and (max-width: 1270px) {
  /* line 26, app/assets/stylesheets/containers/_integrations.scss */
  .integrations-container .integrations-wrap .integrations-content .banner {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
  }
  /* line 34, app/assets/stylesheets/containers/_integrations.scss */
  .integrations-container .integrations-wrap .integrations-content .banner .banner-image {
    margin-bottom: 40px;
    padding-left: 0;
  }
}

/* line 43, app/assets/stylesheets/containers/_integrations.scss */
.integrations-container .integrations-wrap .integrations-content .banner-head {
  font-size: 24px;
  margin-bottom: 16px;
}

/* line 48, app/assets/stylesheets/containers/_integrations.scss */
.integrations-container .integrations-wrap .integrations-content .banner-text {
  font-size: 18px;
  line-height: 32px;
}

/* line 53, app/assets/stylesheets/containers/_integrations.scss */
.integrations-container .integrations-wrap .integrations-content .integrations-items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

/* line 58, app/assets/stylesheets/containers/_integrations.scss */
.integrations-container .integrations-wrap .integrations-content .integrations-items .promo-cards {
  display: none;
  justify-content: space-around;
}

/* line 62, app/assets/stylesheets/containers/_integrations.scss */
.integrations-container .integrations-wrap .integrations-content .integrations-items .promo-cards .promo-card {
  width: 21vw;
  height: 14vw;
  margin: 0 1rem;
  border-radius: 1rem;
}

/* line 68, app/assets/stylesheets/containers/_integrations.scss */
.integrations-container .integrations-wrap .integrations-content .integrations-items .promo-cards .promo-card .promo-text {
  max-width: 172px;
  position: relative;
  top: 1.4vw;
  left: 1.4vw;
  line-height: 2vw;
  font-size: 1.4vw;
}

/* line 77, app/assets/stylesheets/containers/_integrations.scss */
.integrations-container .integrations-wrap .integrations-content .integrations-items .promo-cards .promo-card .btn-promo {
  width: 160px;
  height: 2vw;
  color: #000;
  border: 2px black solid;
  border-radius: 6px;
  background: #fff;
  position: relative;
  top: 5rem;
  left: 2rem;
}

/* line 88, app/assets/stylesheets/containers/_integrations.scss */
.integrations-container .integrations-wrap .integrations-content .integrations-items .promo-cards .promo-card .btn-promo:hover {
  color: #008ed1;
  border: 2px #008ed1 solid;
}

/* line 93, app/assets/stylesheets/containers/_integrations.scss */
.integrations-container .integrations-wrap .integrations-content .integrations-items .promo-cards .promo-card .btn-promo .btn-promo-text {
  width: 1vw;
}

@media screen and (max-width: 1280px) {
  /* line 99, app/assets/stylesheets/containers/_integrations.scss */
  .integrations-container .integrations-wrap .integrations-content .integrations-items .promo-cards .promo-card .btn-promo {
    width: 100%;
  }
}

/* line 104, app/assets/stylesheets/containers/_integrations.scss */
.integrations-container .integrations-wrap .integrations-content .integrations-items .promo-cards .promo-card .promo-circle {
  background-color: #fff;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  margin: 1rem;
  float: right;
  display: flex;
  justify-content: center;
}

/* line 114, app/assets/stylesheets/containers/_integrations.scss */
.integrations-container .integrations-wrap .integrations-content .integrations-items .promo-cards .promo-card .promo-circle img {
  width: 3rem;
}

/* line 123, app/assets/stylesheets/containers/_integrations.scss */
.integrations-container .integrations-wrap .integrations-content .integrations-items .integration-cards {
  display: flex;
  flex-wrap: wrap;
}

/* line 126, app/assets/stylesheets/containers/_integrations.scss */
.integrations-container .integrations-wrap .integrations-content .integrations-items .integration-cards .integrations-item {
  width: 18rem;
  display: flex;
  padding: 20px;
  position: relative;
  margin-right: 1.25rem;
  flex-direction: column;
  height: 12.5rem;
  border: 1px #c1bdbd solid;
  border-radius: 10px;
}

@media screen and (max-width: 900px) {
  /* line 126, app/assets/stylesheets/containers/_integrations.scss */
  .integrations-container .integrations-wrap .integrations-content .integrations-items .integration-cards .integrations-item {
    max-width: none;
  }
}

/* line 141, app/assets/stylesheets/containers/_integrations.scss */
.integrations-container .integrations-wrap .integrations-content .integrations-items .integration-cards .integrations-item:hover {
  border: 1px #3085D6 solid;
  box-shadow: 0 3px 14px -2px rgba(36, 37, 42, 0.08), 0 12px 24px -3px rgba(36, 37, 42, 0.15);
}

/* line 146, app/assets/stylesheets/containers/_integrations.scss */
.integrations-container .integrations-wrap .integrations-content .integrations-items .integration-cards .integrations-item .integration-icons {
  position: absolute;
  top: 20px;
  right: 20px;
}

/* line 152, app/assets/stylesheets/containers/_integrations.scss */
.integrations-container .integrations-wrap .integrations-content .integrations-items .integration-cards .integrations-item .integration-icons .text-secondary-btn:hover {
  border-radius: 8px;
  background-color: #eff1f2;
}

/* line 159, app/assets/stylesheets/containers/_integrations.scss */
.integrations-container .integrations-wrap .integrations-content .integrations-items .integration-cards .integrations-item .box-wrap {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 164, app/assets/stylesheets/containers/_integrations.scss */
.integrations-container .integrations-wrap .integrations-content .integrations-items .integration-cards .integrations-item .integrations-item-title {
  color: #344f68;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.27px;
  line-height: 21px;
}

/* line 172, app/assets/stylesheets/containers/_integrations.scss */
.integrations-container .integrations-wrap .integrations-content .integrations-items .integration-cards .integrations-item:hover {
  border-radius: 10px;
  cursor: pointer;
}

/* line 176, app/assets/stylesheets/containers/_integrations.scss */
.integrations-container .integrations-wrap .integrations-content .integrations-items .integration-cards .integrations-item:hover .color-grey {
  color: #252525;
}

/* line 180, app/assets/stylesheets/containers/_integrations.scss */
.integrations-container .integrations-wrap .integrations-content .integrations-items .integration-cards .integrations-item:hover .badge-grey {
  background-color: #e8eff4;
  color: #35576a;
}

/* line 185, app/assets/stylesheets/containers/_integrations.scss */
.integrations-container .integrations-wrap .integrations-content .integrations-items .integration-cards .integrations-item:hover .badge-green {
  background-color: #6ed480;
  color: #0a3d14;
}

@media screen and (max-width: 768px) {
  /* line 194, app/assets/stylesheets/containers/_integrations.scss */
  .integrations-container .integrations-wrap .integrations-content .integrations-items .integrations-item {
    max-width: 100%;
  }
}

/* line 203, app/assets/stylesheets/containers/_integrations.scss */
.close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
}

/* line 211, app/assets/stylesheets/containers/_integrations.scss */
.dialog .dialog-paper.integration-model-paper {
  width: 610px;
  padding: 30px;
}

@media screen and (max-width: 768px) {
  /* line 211, app/assets/stylesheets/containers/_integrations.scss */
  .dialog .dialog-paper.integration-model-paper {
    height: 100vh;
    width: 100vw;
    border-radius: 0;
    padding: 20px;
    max-height: 100vh;
  }
}

/* line 223, app/assets/stylesheets/containers/_integrations.scss */
.dialog .dialog-paper.integration-model-paper .integrations-item {
  display: flex;
  margin-bottom: 20px;
}

/* line 227, app/assets/stylesheets/containers/_integrations.scss */
.dialog .dialog-paper.integration-model-paper .integrations-item .avatar {
  margin-right: 18px;
}

/* line 231, app/assets/stylesheets/containers/_integrations.scss */
.dialog .dialog-paper.integration-model-paper .integrations-item .integrations-item-title {
  color: #344f68;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.27px;
  line-height: 21px;
}

/* line 240, app/assets/stylesheets/containers/_integrations.scss */
.dialog .dialog-paper.integration-model-paper .divider {
  margin-bottom: 30px;
}

/* line 249, app/assets/stylesheets/containers/_integrations.scss */
.highlights ul > li,
.category ul > li {
  margin-top: 0;
}

/* line 254, app/assets/stylesheets/containers/_integrations.scss */
.select-input {
  border-radius: 5px;
  border: 1px solid #e0dee0;
}

/* line 258, app/assets/stylesheets/containers/_integrations.scss */
.select-input:focus-visible {
  outline: none !important;
}

/* line 263, app/assets/stylesheets/containers/_integrations.scss */
.int-categories {
  min-width: 220px;
  position: sticky !important;
  top: 20px;
}

/* line 269, app/assets/stylesheets/containers/_integrations.scss */
.notify-2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}

/* line 277, app/assets/stylesheets/containers/_integrations.scss */
.integration-note {
  border: 1px solid #389CCB;
  border-radius: 4px;
  padding: 12px 35px;
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: 5px 5px 8px #c7cfd3;
}

/* line 286, app/assets/stylesheets/containers/_integrations.scss */
.data-retention-info {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 20px;
  padding: 12px 0;
  font-size: 13px;
  line-height: 1.5;
}

/* line 295, app/assets/stylesheets/containers/_integrations.scss */
.data-retention-info .info-icon {
  flex-shrink: 0;
  margin-top: 10px;
  opacity: 0.75;
}

/* line 301, app/assets/stylesheets/containers/_integrations.scss */
.data-retention-info .info-text {
  color: #546a7a;
  font-weight: 500;
  letter-spacing: -0.2px;
}

/* line 308, app/assets/stylesheets/containers/_integrations.scss */
.data-retention-info.is-callout {
  background: linear-gradient(180deg, rgba(84, 106, 122, 0.08), rgba(84, 106, 122, 0.04));
  border: 1px solid rgba(84, 106, 122, 0.14);
  border-radius: 12px;
  padding: 12px 12px;
  margin-top: 14px;
}

/* line 318, app/assets/stylesheets/containers/_integrations.scss */
.integration-model-paper .avatar.avatar-160 img {
  display: block;
  margin: 0 auto;
}

/* line 2, app/assets/stylesheets/containers/_container.scss */
.container {
  min-height: 0;
  transition: left 0.2s ease-in-out;
  position: relative;
  min-height: 100%;
  overflow: hidden;
}

/* line 10, app/assets/stylesheets/containers/_container.scss */
.container-content {
  display: flex;
  background-color: #F7F9FB;
}

/* line 16, app/assets/stylesheets/containers/_container.scss */
.content {
  padding: 25px;
  width: 100%;
  height: calc(100vh - 58px);
  overflow-y: auto;
}

/* line 22, app/assets/stylesheets/containers/_container.scss */
.content.plan-create-content {
  height: -moz-fit-content;
  height: fit-content;
}

/* line 27, app/assets/stylesheets/containers/_container.scss */
.content-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

/* line 33, app/assets/stylesheets/containers/_container.scss */
.content-header .left,
.content-header .right {
  display: flex;
  align-items: center;
}

/* line 41, app/assets/stylesheets/containers/_container.scss */
.overlay {
  position: absolute;
  top: 0;
  z-index: 9000;
}

/* line 47, app/assets/stylesheets/containers/_container.scss */
.blank-report {
  margin: 4rem auto;
}

/* line 2, app/assets/stylesheets/containers/_sidebar.scss */
.report-sidebar {
  width: 240px;
  padding: 10px 15px 15px 15px;
  background-color: #ffffff;
  box-shadow: inset -1px 0 0 0 #e0e1e4;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  height: 100%;
  transition: all 0.5s;
}

/* line 13, app/assets/stylesheets/containers/_sidebar.scss */
.report-sidebar .report-sidebar-open {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1024px) {
  /* line 2, app/assets/stylesheets/containers/_sidebar.scss */
  .report-sidebar {
    width: 322px;
    position: absolute;
    left: 0;
    z-index: 10;
    box-shadow: 0 0 0 1px #ecedef, 0 8px 18px -2px rgba(18, 27, 36, 0.22);
    padding: 10px 30px 15px 30px;
  }
  /* line 26, app/assets/stylesheets/containers/_sidebar.scss */
  .report-sidebar.collapse {
    box-shadow: inset -1px 0 0 0 #e0e1e4;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 500px) {
  /* line 2, app/assets/stylesheets/containers/_sidebar.scss */
  .report-sidebar {
    padding: 30px 30px 15px 30px;
  }
  /* line 35, app/assets/stylesheets/containers/_sidebar.scss */
  .report-sidebar.collapse {
    background-color: transparent !important;
    box-shadow: none;
    padding: 30px 16px;
    width: 0 !important;
  }
}

/* line 43, app/assets/stylesheets/containers/_sidebar.scss */
.report-sidebar .collapsed-sidebar-wrap {
  display: none;
}

/* line 47, app/assets/stylesheets/containers/_sidebar.scss */
.report-sidebar.collapse {
  width: 58px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 500px) {
  /* line 47, app/assets/stylesheets/containers/_sidebar.scss */
  .report-sidebar.collapse {
    position: fixed;
  }
}

/* line 57, app/assets/stylesheets/containers/_sidebar.scss */
.report-sidebar.collapse .toggle-side-btn svg {
  transform: rotate(180deg);
}

/* line 62, app/assets/stylesheets/containers/_sidebar.scss */
.report-sidebar.collapse .collapsed-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

/* line 69, app/assets/stylesheets/containers/_sidebar.scss */
.report-sidebar.collapse .collapsed-sidebar-wrap {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 83px);
}

/* line 76, app/assets/stylesheets/containers/_sidebar.scss */
.report-sidebar .toggle-side-btn {
  margin-left: auto;
}

/* line 80, app/assets/stylesheets/containers/_sidebar.scss */
.report-sidebar .collapsed-toggle-side-btn {
  margin: 0 auto;
  margin-bottom: 36px;
}

/* line 85, app/assets/stylesheets/containers/_sidebar.scss */
.report-sidebar .title {
  min-height: 28px;
  background-color: rgba(224, 225, 228, 0.25);
  box-shadow: inset 0 1px 0 0 #ecedef, inset 0 -1px 0 0 #ecedef;
  margin: 0 -15px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  color: #666c73;
  font-size: 11px;
  letter-spacing: 0.2px;
  line-height: 14px;
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
  /* line 85, app/assets/stylesheets/containers/_sidebar.scss */
  .report-sidebar .title {
    margin: 0 -30px;
  }
}

/* line 105, app/assets/stylesheets/containers/_sidebar.scss */
.helper-icon {
  margin-left: auto;
  display: inline-flex;
}

/* line 110, app/assets/stylesheets/containers/_sidebar.scss */
.sidebar-display-none {
  display: none !important;
}

/* line 114, app/assets/stylesheets/containers/_sidebar.scss */
.show_description_text {
  display: none;
  position: absolute;
  background: #fff;
  padding: 10px;
  left: 30px;
  z-index: 999;
  top: -5px;
  width: 265px;
  border-radius: 8px;
  box-shadow: 0 0 0 1px #ecedef, 0 8px 18px -2px rgba(18, 27, 36, 0.22);
  color: #121b24;
  font-size: 13px;
  letter-spacing: -0.24px;
  line-height: 16px;
  text-transform: none;
}

/* line 133, app/assets/stylesheets/containers/_sidebar.scss */
.show_tooltip .show_description_text {
  display: block;
}

/* line 137, app/assets/stylesheets/containers/_sidebar.scss */
.show_description {
  position: relative;
}

/* line 139, app/assets/stylesheets/containers/_sidebar.scss */
.show_description img {
  cursor: pointer;
}

/* line 144, app/assets/stylesheets/containers/_sidebar.scss */
.draggable-field-name {
  max-width: 110px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 151, app/assets/stylesheets/containers/_sidebar.scss */
.tippy-box {
  box-shadow: 0 0 0 1px #ecedef, 0 8px 18px -2px rgba(18, 27, 36, 0.22);
  top: 6rem;
}

/* line 156, app/assets/stylesheets/containers/_sidebar.scss */
.tippy-content {
  width: 160px;
}

/* line 160, app/assets/stylesheets/containers/_sidebar.scss */
.tippy-arrow {
  display: none;
}

/* line 4, app/assets/stylesheets/containers/_report-detail.scss */
.report-filter-popper .dropdown-btn .badge {
  position: absolute;
  top: -10px;
  right: -8px;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: -0.15px;
  line-height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 19, app/assets/stylesheets/containers/_report-detail.scss */
.radio_item {
  display: none !important;
}

/* line 23, app/assets/stylesheets/containers/_report-detail.scss */
.label_item {
  filter: grayscale(1);
  opacity: 0.5;
}

/* line 28, app/assets/stylesheets/containers/_report-detail.scss */
.radio_item:checked + label {
  filter: grayscale(0);
  opacity: 1;
}

/* line 33, app/assets/stylesheets/containers/_report-detail.scss */
.loader-gif {
  width: 20px;
  margin-right: 15px;
  margin-top: 4px;
}

/* line 39, app/assets/stylesheets/containers/_report-detail.scss */
.fa-chevron-circle-left,
.fa-chevron-circle-right {
  position: absolute;
  cursor: pointer;
  z-index: 999;
  color: blue;
  font-weight: 500;
  background-color: none;
  top: 239px;
}

/* line 54, app/assets/stylesheets/containers/_report-detail.scss */
.report-filter .report-filter-item {
  border-radius: 6px;
  background-color: #F7F7F7;
  padding: 10px;
  position: relative;
  margin-left: 24px;
  margin-right: 24px;
}

/* line 62, app/assets/stylesheets/containers/_report-detail.scss */
.report-filter .report-filter-item .report-filter-item-delete-icon {
  position: absolute;
  right: -16px;
  top: 54%;
  height: 24px;
  width: 24px;
  transform: translate(0, -50%);
  cursor: pointer;
}

/* line 75, app/assets/stylesheets/containers/_report-detail.scss */
.report-filter .sort-by .btn {
  min-width: 72px;
  font-weight: 400;
}

/* line 82, app/assets/stylesheets/containers/_report-detail.scss */
.report-filter #sortFields .report-filter-item-delete-icon {
  top: 50%;
}

/* line 86, app/assets/stylesheets/containers/_report-detail.scss */
.report-filter .report-divider {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 2px 0;
}

/* line 92, app/assets/stylesheets/containers/_report-detail.scss */
.report-filter .report-divider .or-label {
  color: #6D7884;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 15px;
  text-align: center;
}

/* line 100, app/assets/stylesheets/containers/_report-detail.scss */
.report-filter .report-divider .divider {
  min-width: 12.5rem;
}

/* line 106, app/assets/stylesheets/containers/_report-detail.scss */
.report-filter .footer-action {
  padding-bottom: 16px;
  padding-right: 20px;
  padding-left: 16px;
}

/* line 116, app/assets/stylesheets/containers/_report-detail.scss */
.filter-condition {
  display: flex;
}

/* line 120, app/assets/stylesheets/containers/_report-detail.scss */
.filter-option {
  background-color: white;
  position: absolute;
  z-index: 10;
  margin-top: -29px;
  padding-left: -5px;
}

/* line 129, app/assets/stylesheets/containers/_report-detail.scss */
.isOpen .add-field-popper {
  width: 609px;
  flex: 1;
  flex-shrink: 0;
  flex-basis: 100%;
}

@media screen and (max-width: 768px) {
  /* line 141, app/assets/stylesheets/containers/_report-detail.scss */
  .formatting-filter-popper .paper {
    right: unset !important;
  }
}

/* line 147, app/assets/stylesheets/containers/_report-detail.scss */
.add-field-popper {
  padding: 12px;
}

/* line 151, app/assets/stylesheets/containers/_report-detail.scss */
.add-field-popper .field-table-wrap {
  border: 1px solid #ECEDEF;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
}

/* line 162, app/assets/stylesheets/containers/_report-detail.scss */
.add-field-popper .field-table-wrap .field-table thead tr {
  height: 34px;
}

/* line 166, app/assets/stylesheets/containers/_report-detail.scss */
.add-field-popper .field-table-wrap .field-table thead th {
  color: #3A4E66;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.24px;
  line-height: 16px;
  border-bottom: 1px solid #E0E1E4;
}

/* line 179, app/assets/stylesheets/containers/_report-detail.scss */
.add-field-popper .field-table-wrap .field-table .field-col {
  width: 160px;
}

/* line 182, app/assets/stylesheets/containers/_report-detail.scss */
.add-field-popper .field-table-wrap .field-table .field-col .menu-list {
  overflow-y: auto;
  max-height: 284px;
  margin-bottom: 12px;
  scroll-behavior: smooth;
}

/* line 190, app/assets/stylesheets/containers/_report-detail.scss */
.add-field-popper .field-table-wrap .field-table .field-col,
.add-field-popper .field-table-wrap .field-table .available-fields-col {
  padding-left: 20px;
}

/* line 196, app/assets/stylesheets/containers/_report-detail.scss */
.add-field-popper .field-table-wrap .field-table .available-fields-col {
  font-size: 13px;
  letter-spacing: -0.24px;
  line-height: 16px;
}

/* line 202, app/assets/stylesheets/containers/_report-detail.scss */
.add-field-popper .field-table-wrap .field-table .available-fields-col .menu-list {
  overflow-y: auto;
  max-height: 284px;
  margin-bottom: 12px;
  scroll-behavior: smooth;
}

/* line 210, app/assets/stylesheets/containers/_report-detail.scss */
.add-field-popper .field-table-wrap .field-table .available-fields-col .added-field {
  color: #398CCB;
}

/* line 214, app/assets/stylesheets/containers/_report-detail.scss */
.add-field-popper .field-table-wrap .field-table .available-fields-col .numeric-field {
  color: #3DBC41;
}

/* line 218, app/assets/stylesheets/containers/_report-detail.scss */
.add-field-popper .field-table-wrap .field-table .available-fields-col .text-field {
  color: #398CCB;
}

/* line 224, app/assets/stylesheets/containers/_report-detail.scss */
.add-field-popper .field-table-wrap .field-table .available-fields-col tr:first-child td {
  padding-top: 12px;
}

/* line 230, app/assets/stylesheets/containers/_report-detail.scss */
.add-field-popper .field-table-wrap .field-table .available-fields-col tr:last-child td {
  padding-bottom: 12px;
}

/* line 235, app/assets/stylesheets/containers/_report-detail.scss */
.add-field-popper .field-table-wrap .field-table .available-fields-col tr td {
  padding: 6px 0;
  min-width: 192px;
}

/* line 243, app/assets/stylesheets/containers/_report-detail.scss */
.add-field-popper .field-table-wrap .field-table tbody .field-col {
  padding: 0 0 0 10px;
}

/* line 252, app/assets/stylesheets/containers/_report-detail.scss */
.table-filter-header {
  position: relative;
  padding-top: 26px;
}

/* line 256, app/assets/stylesheets/containers/_report-detail.scss */
.table-filter-header::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 1200px) {
  /* line 260, app/assets/stylesheets/containers/_report-detail.scss */
  .table-filter-header.filter-actions {
    display: grid;
    grid-row-gap: 20px;
  }
  /* line 265, app/assets/stylesheets/containers/_report-detail.scss */
  .table-filter-header.filter-actions .left,
.table-filter-header.filter-actions .right {
    flex-wrap: wrap;
    row-gap: 15px;
  }
}

@media screen and (max-width: 1200px) {
  /* line 276, app/assets/stylesheets/containers/_report-detail.scss */
  .table-filter-header .report-filter-popper .paper {
    right: unset;
  }
}

@media screen and (max-width: 768px) {
  /* line 276, app/assets/stylesheets/containers/_report-detail.scss */
  .table-filter-header .report-filter-popper .paper {
    width: 100%;
    position: fixed;
    top: 36%;
    left: 0;
    border-radius: 0px;
    box-shadow: 0 0 0 1px #ECEDEF, 0 8px 18px -2px rgba(18, 27, 36, 0.22);
    min-width: 375px;
  }
  /* line 291, app/assets/stylesheets/containers/_report-detail.scss */
  .table-filter-header .report-filter-popper .paper .report-filter {
    width: 100%;
    min-width: 375px;
  }
}

/* line 304, app/assets/stylesheets/containers/_report-detail.scss */
.table-filter-header .date-range-picker .date-range-picker-papper .tab .tail-end-bg {
  display: none;
}

@media screen and (max-width: 1024px) {
  /* line 303, app/assets/stylesheets/containers/_report-detail.scss */
  .table-filter-header .date-range-picker .date-range-picker-papper {
    width: 628px;
  }
}

@media screen and (max-width: 768px) {
  /* line 303, app/assets/stylesheets/containers/_report-detail.scss */
  .table-filter-header .date-range-picker .date-range-picker-papper {
    width: 100%;
    position: fixed;
    top: 8%;
    left: 0;
    border-radius: 0px;
    box-shadow: 0 0 0 1px #ECEDEF, 0 8px 18px -2px rgba(18, 27, 36, 0.22);
  }
  /* line 320, app/assets/stylesheets/containers/_report-detail.scss */
  .table-filter-header .date-range-picker .date-range-picker-papper .tab {
    overflow: auto;
    display: flex;
  }
  /* line 324, app/assets/stylesheets/containers/_report-detail.scss */
  .table-filter-header .date-range-picker .date-range-picker-papper .tab .btn {
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) and (max-width: 475px) {
  /* line 324, app/assets/stylesheets/containers/_report-detail.scss */
  .table-filter-header .date-range-picker .date-range-picker-papper .tab .btn {
    margin-right: 0px;
    padding: 0 6px;
  }
}

@media screen and (max-width: 1024px) {
  /* line 338, app/assets/stylesheets/containers/_report-detail.scss */
  .table-filter-header .popper.left-anchor.isOpen > .add-field-popper {
    left: -198%;
  }
}

@media screen and (max-width: 768px) {
  /* line 338, app/assets/stylesheets/containers/_report-detail.scss */
  .table-filter-header .popper.left-anchor.isOpen > .add-field-popper {
    width: 100%;
    position: fixed;
    top: 31%;
    left: 0;
  }
}

/* line 352, app/assets/stylesheets/containers/_report-detail.scss */
.filter-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

/* line 358, app/assets/stylesheets/containers/_report-detail.scss */
.filter-actions .left,
.filter-actions .right {
  display: flex;
}

/* line 365, app/assets/stylesheets/containers/_report-detail.scss */
.report-detail-table-wrap {
  overflow-x: auto;
}

/* line 372, app/assets/stylesheets/containers/_report-detail.scss */
.report-detail-table-wrap .next-btn {
  position: absolute;
  top: calc(50% - 15px);
  right: 33px;
  display: flex;
  justify-content: center;
  align-self: center;
}

@media screen and (max-width: 1200px) {
  /* line 372, app/assets/stylesheets/containers/_report-detail.scss */
  .report-detail-table-wrap .next-btn {
    right: 8px;
  }
}

@media screen and (max-width: 1200px) {
  /* line 365, app/assets/stylesheets/containers/_report-detail.scss */
  .report-detail-table-wrap {
    margin-right: -25px;
  }
}

/* line 390, app/assets/stylesheets/containers/_report-detail.scss */
.report-detail-table {
  overflow-x: auto;
}

/* line 394, app/assets/stylesheets/containers/_report-detail.scss */
.report-detail-table .col {
  box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
  /* line 394, app/assets/stylesheets/containers/_report-detail.scss */
  .report-detail-table .col {
    min-width: 140px;
  }
}

/* line 402, app/assets/stylesheets/containers/_report-detail.scss */
.report-detail-table .col:first-child {
  padding-left: 20px;
  text-align: left;
}

@media screen and (max-width: 1200px) {
  /* line 402, app/assets/stylesheets/containers/_report-detail.scss */
  .report-detail-table .col:first-child {
    min-width: 180px;
    max-width: 180px;
  }
}

/* line 417, app/assets/stylesheets/containers/_report-detail.scss */
.report-detail-content-header {
  display: flex;
  flex-direction: column;
}

/* line 421, app/assets/stylesheets/containers/_report-detail.scss */
.report-detail-content-header .report-detail-content-header-component:first-child {
  margin-bottom: 20px;
  justify-content: flex-end;
}

@media screen and (min-width: 800px) {
  /* line 417, app/assets/stylesheets/containers/_report-detail.scss */
  .report-detail-content-header {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
  /* line 433, app/assets/stylesheets/containers/_report-detail.scss */
  .report-detail-content-header .report-detail-content-header-component:first-child {
    margin-bottom: 0;
  }
}

/* line 439, app/assets/stylesheets/containers/_report-detail.scss */
.report-name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* line 445, app/assets/stylesheets/containers/_report-detail.scss */
.report-detail-content-header-component {
  display: flex;
  align-items: end;
}

/* line 451, app/assets/stylesheets/containers/_report-detail.scss */
.collapsed-sidebar-wrap {
  width: 52px;
  align-items: center;
  display: flex;
  flex-direction: column;
}

/* line 458, app/assets/stylesheets/containers/_report-detail.scss */
.report-detail-content {
  min-width: 375px;
}

@media screen and (max-width: 1024px) {
  /* line 458, app/assets/stylesheets/containers/_report-detail.scss */
  .report-detail-content {
    padding-left: 83px;
  }
}

@media screen and (max-width: 500px) {
  /* line 458, app/assets/stylesheets/containers/_report-detail.scss */
  .report-detail-content {
    padding-left: 16px;
  }
}

@media screen and (max-width: 500px) {
  /* line 472, app/assets/stylesheets/containers/_report-detail.scss */
  .collapsed-sidebar-wrap .collapsed-sidebar {
    display: none;
  }
}

@media screen and (max-width: 420px) {
  /* line 478, app/assets/stylesheets/containers/_report-detail.scss */
  .pagination-right {
    display: none !important;
  }
}

/* line 487, app/assets/stylesheets/containers/_report-detail.scss */
.report-detail-content .dropdown-menu.more-button li:first-child, .report-detail-content .dropdown-menu.more-button li:nth-child(2) {
  display: none;
}

@media screen and (max-width: 600px) {
  /* line 487, app/assets/stylesheets/containers/_report-detail.scss */
  .report-detail-content .dropdown-menu.more-button li:first-child, .report-detail-content .dropdown-menu.more-button li:nth-child(2) {
    display: flex;
  }
}

/* line 497, app/assets/stylesheets/containers/_report-detail.scss */
.report-detail-content .dropdown-menu.more-button .popper {
  width: calc(100% - 12px);
}

/* line 500, app/assets/stylesheets/containers/_report-detail.scss */
.report-detail-content .dropdown-menu.more-button .popper .paper {
  overflow: unset !important;
}

/* line 505, app/assets/stylesheets/containers/_report-detail.scss */
.report-detail-content .dropdown-menu.more-button .dropdown-btn {
  font-weight: 400;
  width: 100%;
}

/* line 509, app/assets/stylesheets/containers/_report-detail.scss */
.report-detail-content .dropdown-menu.more-button .dropdown-btn .dropdown-svg-align {
  margin-left: auto;
  transform: rotate(-90deg);
}

/* line 515, app/assets/stylesheets/containers/_report-detail.scss */
.report-detail-content .dropdown-menu.more-button .popper.left-side-popper > .paper {
  left: -180px;
  top: -10px;
}

/* line 521, app/assets/stylesheets/containers/_report-detail.scss */
.report-detail-table-wrap {
  border: 1px solid #ECEDEF;
  background-color: #fff;
  border-radius: 4px;
  overflow: auto;
  min-height: calc(100% - 24%);
  position: relative;
}

/* line 530, app/assets/stylesheets/containers/_report-detail.scss */
.report-detail-table {
  width: 100%;
  padding-bottom: 10px;
  position: relative;
}

/* line 535, app/assets/stylesheets/containers/_report-detail.scss */
.report-detail-table td {
  height: 40px !important;
}

/* line 539, app/assets/stylesheets/containers/_report-detail.scss */
.report-detail-table .col {
  padding: 0 10px;
  text-align: left;
}

/* line 543, app/assets/stylesheets/containers/_report-detail.scss */
.report-detail-table .col:first-child {
  text-align: left !important;
}

/* line 549, app/assets/stylesheets/containers/_report-detail.scss */
.report-detail-table .thead .trow {
  height: 38px;
}

/* line 553, app/assets/stylesheets/containers/_report-detail.scss */
.report-detail-table .thead .col {
  color: #666C73;
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 14px;
  font-weight: 600;
  background-color: #e7ebf1;
}

/* line 562, app/assets/stylesheets/containers/_report-detail.scss */
.report-detail-table .thead .col div label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 574, app/assets/stylesheets/containers/_report-detail.scss */
.report-detail-table .tbody .trow {
  height: 38px;
}

/* line 577, app/assets/stylesheets/containers/_report-detail.scss */
.report-detail-table .tbody .trow:nth-child(even) {
  background-color: #9fadd817;
}

/* line 580, app/assets/stylesheets/containers/_report-detail.scss */
.report-detail-table .tbody .trow:nth-child(even) .sticky-col {
  background: #e7ecf0;
  background-clip: padding-box;
}

/* line 587, app/assets/stylesheets/containers/_report-detail.scss */
.report-detail-table .tbody .trow:nth-child(odd) .sticky-col {
  background: #f5f9ff;
  background-clip: padding-box;
}

/* line 595, app/assets/stylesheets/containers/_report-detail.scss */
.report-detail-table .tbody .trow:hover {
  box-shadow: 0 0 0 1px #ecedef, 0 4px 10px -2px rgba(57, 140, 203, 0.5);
}

/* line 600, app/assets/stylesheets/containers/_report-detail.scss */
.report-detail-table .tbody .col {
  text-align: left;
  color: #121B24;
  font-size: 13px;
  letter-spacing: -0.24px;
  line-height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 612, app/assets/stylesheets/containers/_report-detail.scss */
.report-detail-table .trow {
  box-shadow: inset 0 -1px 0 0 #e6e6e6;
}

/* line 616, app/assets/stylesheets/containers/_report-detail.scss */
.report-detail-table .tfoot {
  text-align: left;
  background-color: #EFF1F2;
}

/* line 620, app/assets/stylesheets/containers/_report-detail.scss */
.report-detail-table .tfoot .trow {
  height: 38px;
}

/* line 625, app/assets/stylesheets/containers/_report-detail.scss */
.report-detail-table .tfoot .col {
  color: #121B24;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.24px;
  line-height: 16px;
}

/* line 636, app/assets/stylesheets/containers/_report-detail.scss */
.export-btn-dropdown {
  border-right: none !important;
  border-radius: 5px 0px 0px 5px;
  margin-right: -5px;
}

/* line 641, app/assets/stylesheets/containers/_report-detail.scss */
.export-btn-dropdown:hover {
  transition: none;
  border: 1px solid #ECECEC;
  box-shadow: none;
}

/* line 648, app/assets/stylesheets/containers/_report-detail.scss */
.export-dropdown {
  border: 1px solid #eae9eb !important;
  border-left: none !important;
  border-radius: 0px 5px 5px 0px;
  padding: 0px;
  box-shadow: none !important;
}

/* line 655, app/assets/stylesheets/containers/_report-detail.scss */
.export-dropdown:hover {
  transition: none;
}

/* line 662, app/assets/stylesheets/containers/_report-detail.scss */
.field-actions-show {
  display: inline-block;
}

/* line 666, app/assets/stylesheets/containers/_report-detail.scss */
.field-actions-hide {
  display: none;
}

/* line 670, app/assets/stylesheets/containers/_report-detail.scss */
.draggable-wrapper {
  width: 100%;
}

/* line 674, app/assets/stylesheets/containers/_report-detail.scss */
.rename-input-box {
  padding-right: 50px !important;
  width: 200px;
}

/* line 679, app/assets/stylesheets/containers/_report-detail.scss */
.scroll-right {
  z-index: 1;
  position: sticky;
  top: 55%;
  right: 0.7rem;
  transform: translate(-50%, -50%);
  float: right;
}

/* line 688, app/assets/stylesheets/containers/_report-detail.scss */
.scroll-left {
  z-index: 1;
  position: sticky;
  top: 55%;
  left: 2rem;
  transform: translate(-50%, -50%);
  float: left;
}

/* line 699, app/assets/stylesheets/containers/_report-detail.scss */
.rbt-input.rbt-input-main {
  border: 1px solid #E0E1E4;
  border-radius: 5px;
  outline: none;
  padding-left: 10px;
}

/* line 708, app/assets/stylesheets/containers/_report-detail.scss */
.badge1 {
  position: absolute;
  display: inline-block;
  width: 14px;
  height: 14px;
  padding: 1px;
  margin-left: -30px;
  border-radius: 50%;
  text-align: center;
  font-size: 10px;
  color: #fff;
}

/* line 724, app/assets/stylesheets/containers/_report-detail.scss */
.right #HW_badge_cont {
  display: inline-block;
  height: 32px;
  top: -11px;
  left: -10px;
}

/* line 731, app/assets/stylesheets/containers/_report-detail.scss */
.right #HW_badge_cont #HW_badge {
  background: #d4d4d4;
  opacity: 1;
  transform: scale(0.6);
  width: 20px;
  height: 20px;
}

/* line 739, app/assets/stylesheets/containers/_report-detail.scss */
.vertically {
  position: absolute;
  height: 16px;
  margin-top: 3px;
  display: inline-block;
  vertical-align: middle;
  border-top: 0;
  border-left: 1.5px solid rgba(0, 0, 0, 0.06);
}

/* line 1, app/assets/stylesheets/containers/_calculated-field-popup.scss */
.calculated-field {
  background-color: #ffffff;
  width: 480px;
  padding: 12px;
  box-shadow: 0 0 0 1px #ECEDEF, 0 8px 18px -2px rgba(18, 27, 36, 0.22);
  border-radius: 6px;
  margin: 15px;
}

/* line 9, app/assets/stylesheets/containers/_calculated-field-popup.scss */
.calculated-field .calculated-field-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 15, app/assets/stylesheets/containers/_calculated-field-popup.scss */
.calculated-field .calculated-field-dropdown {
  width: 100%;
}

/* line 19, app/assets/stylesheets/containers/_calculated-field-popup.scss */
.calculated-field .editor-wrapper {
  display: inline-block;
  border: 1px solid #E0E1E4;
  border-radius: 5px;
  background-color: #FFFFFF;
  width: 100%;
  min-height: 160px;
}

/* line 28, app/assets/stylesheets/containers/_calculated-field-popup.scss */
.calculated-field .editor-wrapper .ace_gutter {
  width: 28px;
  background-color: #EBEDEF;
  min-height: 160px;
}

/* line 35, app/assets/stylesheets/containers/_calculated-field-popup.scss */
.calculated-field .editor-wrapper .ace_gutter-cell {
  color: #121B24;
  font-size: 13px;
  letter-spacing: -0.24px;
  line-height: 16px;
  text-align: center;
  align-items: center;
  box-shadow: inset 0 -1px 0 0 #ECEDEF;
}

/* line 46, app/assets/stylesheets/containers/_calculated-field-popup.scss */
.calculated-field .ace_editor {
  display: flex;
}

/* line 49, app/assets/stylesheets/containers/_calculated-field-popup.scss */
.calculated-field .ace_editor .ace_scroller {
  flex: 1;
}

/* line 52, app/assets/stylesheets/containers/_calculated-field-popup.scss */
.calculated-field .ace_editor .ace_scroller .ace_layer {
  box-shadow: inset 0 -1px 0 0 #ECEDEF;
}

/* line 60, app/assets/stylesheets/containers/_calculated-field-popup.scss */
#code-editor {
  border-radius: 5px;
  border: 1px solid #E0E1E4;
}

/* line 1, app/assets/stylesheets/containers/_my-reports.scss */
.my-report-detail-table-wrap {
  border: 1px solid #ecedef;
  background-color: #fff;
  border-radius: 4px;
  min-height: calc(100% - 24%);
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  /* line 1, app/assets/stylesheets/containers/_my-reports.scss */
  .my-report-detail-table-wrap {
    margin-right: -20px;
  }
}

@media screen and (max-width: 400px) {
  /* line 1, app/assets/stylesheets/containers/_my-reports.scss */
  .my-report-detail-table-wrap {
    margin-left: -20px;
  }
}

/* line 17, app/assets/stylesheets/containers/_my-reports.scss */
.my-report-detail-table-wrap .next-btn {
  position: absolute;
  top: calc(50% - 15px);
  right: 8px;
  justify-content: center;
  align-self: center;
}

/* line 25, app/assets/stylesheets/containers/_my-reports.scss */
.my-report-detail-table-wrap::before {
  content: "";
  position: absolute;
  width: 28rem;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #fafafb;
  z-index: -1;
}

@media screen and (max-width: 1200px) {
  /* line 25, app/assets/stylesheets/containers/_my-reports.scss */
  .my-report-detail-table-wrap::before {
    width: 180px;
  }
}

/* line 41, app/assets/stylesheets/containers/_my-reports.scss */
.my-report-detail-table {
  width: 100%;
  padding-bottom: 10px;
}

/* line 45, app/assets/stylesheets/containers/_my-reports.scss */
.my-report-detail-table .col {
  padding: 0 10px;
  min-width: 100px;
}

/* line 50, app/assets/stylesheets/containers/_my-reports.scss */
.my-report-detail-table .report-type-col {
  text-align: left;
}

/* line 54, app/assets/stylesheets/containers/_my-reports.scss */
.my-report-detail-table .created-on-col {
  text-align: center;
}

/* line 58, app/assets/stylesheets/containers/_my-reports.scss */
.my-report-detail-table .schduled-type-col {
  text-align: center;
}

/* line 62, app/assets/stylesheets/containers/_my-reports.scss */
.my-report-detail-table .actions-col {
  text-align: end;
  padding-right: 30px;
}

/* line 67, app/assets/stylesheets/containers/_my-reports.scss */
.my-report-detail-table .btn-svg {
  height: 15px;
  width: 10px;
}

/* line 73, app/assets/stylesheets/containers/_my-reports.scss */
.my-report-detail-table .thead .trow {
  height: 32px;
}

/* line 77, app/assets/stylesheets/containers/_my-reports.scss */
.my-report-detail-table .thead .col {
  text-transform: uppercase;
  color: #666c73;
  font-size: 11px;
  letter-spacing: 0.2px;
  line-height: 14px;
  font-weight: 400;
  background-color: #f7f7f8;
}

/* line 89, app/assets/stylesheets/containers/_my-reports.scss */
.my-report-detail-table .tbody .trow {
  height: 38px;
}

/* line 92, app/assets/stylesheets/containers/_my-reports.scss */
.my-report-detail-table .tbody .trow:hover {
  cursor: pointer;
  box-shadow: 0 0 0 1px #ecedef, 0 4px 10px -2px rgba(57, 140, 203, 0.5);
  background-color: #ffffff;
}

/* line 99, app/assets/stylesheets/containers/_my-reports.scss */
.my-report-detail-table .tbody .col {
  color: #121b24;
  font-size: 13px;
  letter-spacing: -0.24px;
  line-height: 16px;
}

/* line 106, app/assets/stylesheets/containers/_my-reports.scss */
.my-report-detail-table .tbody .col.actions-col .actions-col-dropdown {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* line 113, app/assets/stylesheets/containers/_my-reports.scss */
.my-report-detail-table .tbody .col.bg-off-white:hover {
  box-shadow: 0 0 0 1px #ecedef, 0 4px 10px -2px rgba(57, 140, 203, 0.5);
}

/* line 119, app/assets/stylesheets/containers/_my-reports.scss */
.my-report-detail-table .trow {
  box-shadow: inset 0 -1px 0 0 #ecedef;
}

@media screen and (max-width: 420px) {
  /* line 123, app/assets/stylesheets/containers/_my-reports.scss */
  .my-report-detail-table .pagination-right {
    display: none !important;
  }
}

/* line 130, app/assets/stylesheets/containers/_my-reports.scss */
.table-icon {
  font-size: 15px;
  color: #3a4e66;
  padding-right: 10px;
}

/* line 139, app/assets/stylesheets/containers/_my-reports.scss */
.folder-container .header-text {
  color: #344f68;
  font-size: 15px;
  text-align: left;
  padding-bottom: 10px;
  font-weight: 600;
  border-bottom: 1px solid gray;
}

/* line 148, app/assets/stylesheets/containers/_my-reports.scss */
.folder-container .cards-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

/* line 154, app/assets/stylesheets/containers/_my-reports.scss */
.folder-container .folder-card {
  display: flex;
  margin: -10px;
  justify-content: center;
  margin: 10px;
  padding: 15px;
  height: 150px;
  max-width: 220px;
  min-width: 220px;
  border: 1px solid #e0e1e4;
  border-radius: 6px;
  background-color: #ffffff;
  flex-direction: column;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}

/* line 172, app/assets/stylesheets/containers/_my-reports.scss */
.folder-container .folder-card:hover {
  border: 1px #3085D6 solid;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}

/* line 179, app/assets/stylesheets/containers/_my-reports.scss */
.folder-container .primary-text {
  color: #344f68;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.21px;
  line-height: 20px;
  margin-bottom: 5px;
}

/* line 188, app/assets/stylesheets/containers/_my-reports.scss */
.folder-container .secondary-text {
  color: #121B24;
  font-size: 12px;
  letter-spacing: -0.22px;
  line-height: 15px;
}

/* line 195, app/assets/stylesheets/containers/_my-reports.scss */
.folder-container .secondary-text,
.folder-container .primary-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@supports (-webkit-line-clamp: 2) {
  /* line 195, app/assets/stylesheets/containers/_my-reports.scss */
  .folder-container .secondary-text,
.folder-container .primary-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

/* line 212, app/assets/stylesheets/containers/_my-reports.scss */
.folder-container .divider {
  border-top: 1px solid #e1e1e1;
  margin: 1px;
  padding: 1px;
}

/* line 219, app/assets/stylesheets/containers/_my-reports.scss */
.move-folder-container {
  position: absolute;
  left: -210px;
  height: 155px;
  top: 0;
  display: none;
  max-height: 250px;
  right: -115px;
  z-index: 1000;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  border-radius: 5px;
  width: auto;
  padding: 5px 2.5px;
  margin: 2.5px;
  text-align: left;
  width: 200px;
  overflow-x: scroll;
  border: 1px solid #e7e7e7;
}

/* line 247, app/assets/stylesheets/containers/_my-reports.scss */
.move-folder-container p {
  color: #344f68;
  font-size: 14px;
  font-weight: 500;
  margin-left: 10px;
}

/* line 254, app/assets/stylesheets/containers/_my-reports.scss */
.move-folder-container .divider {
  width: 170px;
  border-top: 1px solid #e1e1e1;
  margin-left: 10px;
  padding: 2px;
}

/* line 262, app/assets/stylesheets/containers/_my-reports.scss */
#folder-menu-content {
  display: none;
}

/* line 266, app/assets/stylesheets/containers/_my-reports.scss */
.folder-menu-button {
  position: relative;
}

/* line 270, app/assets/stylesheets/containers/_my-reports.scss */
#folder-menu-container #folder-menu-content {
  display: block;
}

/* line 274, app/assets/stylesheets/containers/_my-reports.scss */
.folder-delete img {
  width: 20px;
}

/* line 278, app/assets/stylesheets/containers/_my-reports.scss */
.folder-menu-items {
  display: none;
}

/* line 2, app/assets/stylesheets/containers/_plan.scss */
.plan-container .plan-create-content {
  padding-top: 30px;
  overflow: hidden;
  padding-bottom: 50px;
}

/* line 7, app/assets/stylesheets/containers/_plan.scss */
.plan-container .plan-create-content .plan-create-content-wrap {
  max-width: 1800px;
  margin: 0 auto;
}

/* line 14, app/assets/stylesheets/containers/_plan.scss */
.plan-container .plan-create-section {
  border-radius: 6px;
  background-color: #FFFFFF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  padding: 30px 30px 35px 30px;
}

/* line 20, app/assets/stylesheets/containers/_plan.scss */
.plan-container .plan-create-section .row {
  display: flex;
  flex-wrap: wrap;
}

/* line 24, app/assets/stylesheets/containers/_plan.scss */
.plan-container .plan-create-section .row .list {
  padding-right: 20px;
}

/* line 30, app/assets/stylesheets/containers/_plan.scss */
.plan-container .plan-create-section .row li {
  list-style: none;
  line-height: 3;
  display: flex;
  align-items: center;
  color: #121B24;
  font-size: 13px;
  letter-spacing: -0.24px;
}

@media (min-width: 768px) {
  /* line 43, app/assets/stylesheets/containers/_plan.scss */
  .plan-container .plan-create-section .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* line 54, app/assets/stylesheets/containers/_plan.scss */
.plan-container .plan-sub-heading {
  padding: 40px 40px 20px 0px;
}

/* line 60, app/assets/stylesheets/containers/_plan.scss */
.plan-container .plans .cards {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -15px;
}

/* line 66, app/assets/stylesheets/containers/_plan.scss */
.plan-container .plans .cards .card {
  height: 158px;
  min-width: 220px;
  max-width: 228px;
  border: 1px solid #E0E1E4;
  border-radius: 6px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  padding: 20px 10px 25px 25px;
  margin: 15px;
  flex: 1;
}

/* line 79, app/assets/stylesheets/containers/_plan.scss */
.plan-container .plans .cards .card .tick-icon {
  display: none;
}

/* line 83, app/assets/stylesheets/containers/_plan.scss */
.plan-container .plans .cards .card .card-title {
  color: #344F68;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.24px;
  line-height: 20px;
  margin-bottom: 8px;
}

/* line 92, app/assets/stylesheets/containers/_plan.scss */
.plan-container .plans .cards .card .card-amount-wrap {
  margin-bottom: 6px;
}

/* line 95, app/assets/stylesheets/containers/_plan.scss */
.plan-container .plans .cards .card .card-amount-wrap .card-amount {
  color: #A4A3A6;
  font-size: 18px;
  letter-spacing: -0.3px;
  line-height: 21px;
  text-decoration: line-through;
}

/* line 104, app/assets/stylesheets/containers/_plan.scss */
.plan-container .plans .cards .card .card-amount-wrap .card-sub-amount {
  color: #344F68;
  font-size: 18px;
  letter-spacing: -0.31px;
  line-height: 21px;
  font-weight: 600;
}

/* line 113, app/assets/stylesheets/containers/_plan.scss */
.plan-container .plans .cards .card .card-sub-title {
  color: #344F68;
  font-size: 14px;
  letter-spacing: -0.23px;
  line-height: 17px;
  margin-bottom: 20px;
}

/* line 121, app/assets/stylesheets/containers/_plan.scss */
.plan-container .plans .cards .card.active {
  box-shadow: 0 0 0 1px #398CCB, 0 8px 18px -2px rgba(18, 27, 36, 0.22);
}

/* line 124, app/assets/stylesheets/containers/_plan.scss */
.plan-container .plans .cards .card.active .tick-icon {
  display: block;
  position: absolute;
  top: 8px;
  right: 8px;
}

/* line 138, app/assets/stylesheets/containers/_plan.scss */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: relative;
  display: inline-block;
}

/* line 145, app/assets/stylesheets/containers/_plan.scss */
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}

/* line 153, app/assets/stylesheets/containers/_plan.scss */
.ribbon span {
  position: absolute;
  display: inline;
  width: 225px;
  padding: 15px 0;
  background-color: #3498db;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font: 700 18px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
/* line 168, app/assets/stylesheets/containers/_plan.scss */
.ribbon-top-left {
  top: -26px;
  left: -26px;
}

/* line 172, app/assets/stylesheets/containers/_plan.scss */
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}

/* line 177, app/assets/stylesheets/containers/_plan.scss */
.ribbon-top-left::before {
  top: 0;
  right: 0;
}

/* line 181, app/assets/stylesheets/containers/_plan.scss */
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}

/* line 185, app/assets/stylesheets/containers/_plan.scss */
.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

/* line 191, app/assets/stylesheets/containers/_plan.scss */
.trial-extend-btn {
  width: 100%;
  height: 135px;
  background: #EAF3FF;
}

/* line 196, app/assets/stylesheets/containers/_plan.scss */
.trial-extend-btn .head-text {
  line-height: 26px;
  font-weight: 600;
  font-size: 18px;
  margin-top: 10px;
}

/* line 203, app/assets/stylesheets/containers/_plan.scss */
.trial-extend-btn .sub-head-text {
  font-size: 15px;
  line-height: 22px;
  color: #1D2024;
}

/* line 209, app/assets/stylesheets/containers/_plan.scss */
.trial-extend-btn .button {
  text-decoration: underline;
  color: #398CCB;
  font-weight: 600;
}

/* line 214, app/assets/stylesheets/containers/_plan.scss */
.trial-extend-btn img {
  margin-top: 20px;
}

/* line 220, app/assets/stylesheets/containers/_plan.scss */
.suggestion_box_navigaion {
  border: 1px solid #F9A620;
  border-radius: 12px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto;
}

/* line 226, app/assets/stylesheets/containers/_plan.scss */
.suggestion_box_navigaion .suggestion_content_nav {
  padding: 18px;
  background-color: #FFF8EE;
  font-size: 18px;
  font-weight: 400;
  border-radius: 12px;
  color: #605C6B;
}

/* line 1, app/assets/stylesheets/containers/_schedules-report.scss */
.container {
  background-color: #f7f9fb;
  min-height: 100%;
}

/* line 5, app/assets/stylesheets/containers/_schedules-report.scss */
.container .alert {
  margin-top: -30px;
}

/* line 9, app/assets/stylesheets/containers/_schedules-report.scss */
.container .scheduled-reports-content {
  max-width: 80%;
  margin: 0 auto;
  min-height: 100%;
  padding: 60px 30px;
  box-sizing: content-box;
}

/* line 17, app/assets/stylesheets/containers/_schedules-report.scss */
.container .tab {
  display: flex;
  align-items: center;
  overflow: auto;
}

/* line 24, app/assets/stylesheets/containers/_schedules-report.scss */
.schedules-report-detail-table-wrap {
  border: 1px solid #ecedef;
  background-color: #fff;
  border-radius: 4px;
  min-height: calc(100% - 24%);
  position: relative;
  z-index: 0;
  overflow: hidden;
  overflow-x: auto;
}

@media screen and (max-width: 768px) {
  /* line 24, app/assets/stylesheets/containers/_schedules-report.scss */
  .schedules-report-detail-table-wrap {
    margin-right: -20px;
  }
}

@media screen and (max-width: 400px) {
  /* line 24, app/assets/stylesheets/containers/_schedules-report.scss */
  .schedules-report-detail-table-wrap {
    margin-left: -20px;
  }
}

/* line 42, app/assets/stylesheets/containers/_schedules-report.scss */
.schedules-report-detail-table-wrap .next-btn {
  position: absolute;
  top: calc(50% - 15px);
  right: 8px;
  justify-content: center;
  align-self: center;
}

/* line 50, app/assets/stylesheets/containers/_schedules-report.scss */
.schedules-report-detail-table-wrap::before {
  content: '';
  position: absolute;
  width: 20%;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #fafafb;
  z-index: -1;
}

@media screen and (max-width: 1200px) {
  /* line 50, app/assets/stylesheets/containers/_schedules-report.scss */
  .schedules-report-detail-table-wrap::before {
    width: 220px;
  }
}

/* line 66, app/assets/stylesheets/containers/_schedules-report.scss */
#schedules-histories {
  height: 39rem;
  overflow: scroll;
}

/* line 71, app/assets/stylesheets/containers/_schedules-report.scss */
.alert-content-text {
  max-width: 640px;
  padding-top: 12px;
  padding-left: 20px;
  margin: 0 auto;
  margin-bottom: 30px;
}

/* line 79, app/assets/stylesheets/containers/_schedules-report.scss */
.schedules-report-detail-table {
  width: 100%;
  padding-bottom: 10px;
}

/* line 83, app/assets/stylesheets/containers/_schedules-report.scss */
.schedules-report-detail-table .col {
  padding: 0 25px;
}

/* line 87, app/assets/stylesheets/containers/_schedules-report.scss */
.schedules-report-detail-table .report-name-col {
  max-width: 200px;
}

/* line 91, app/assets/stylesheets/containers/_schedules-report.scss */
.schedules-report-detail-table .schedule-list-report-name {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 99, app/assets/stylesheets/containers/_schedules-report.scss */
.schedules-report-detail-table .frequency-col {
  text-align: center;
  width: 220px;
}

/* line 104, app/assets/stylesheets/containers/_schedules-report.scss */
.schedules-report-detail-table .schedule-list-frequency {
  display: block;
  max-width: 200px;
  margin: 0 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 114, app/assets/stylesheets/containers/_schedules-report.scss */
.schedules-report-detail-table .output-type-col {
  text-align: center;
}

/* line 118, app/assets/stylesheets/containers/_schedules-report.scss */
.schedules-report-detail-table .created-on-col {
  text-align: center;
  min-width: 200px;
}

/* line 123, app/assets/stylesheets/containers/_schedules-report.scss */
.schedules-report-detail-table .run-date-col {
  text-align: center;
  min-width: 200px;
}

/* line 128, app/assets/stylesheets/containers/_schedules-report.scss */
.schedules-report-detail-table .next-run-col {
  text-align: center;
  min-width: 200px;
}

/* line 133, app/assets/stylesheets/containers/_schedules-report.scss */
.schedules-report-detail-table .actions-col {
  text-align: end;
  padding-right: 30px;
}

/* line 138, app/assets/stylesheets/containers/_schedules-report.scss */
.schedules-report-detail-table .btn-svg {
  height: 15px;
  width: 10px;
}

/* line 144, app/assets/stylesheets/containers/_schedules-report.scss */
.schedules-report-detail-table .thead .trow {
  height: 32px;
  position: sticky;
  top: 0;
  z-index: 5;
}

/* line 151, app/assets/stylesheets/containers/_schedules-report.scss */
.schedules-report-detail-table .thead .col {
  text-align: left;
  text-transform: uppercase;
  color: #666c73;
  font-size: 13px;
  letter-spacing: 0.7px;
  line-height: 23px;
  font-weight: 400;
  background-color: #f7f7f8;
}

/* line 162, app/assets/stylesheets/containers/_schedules-report.scss */
.schedules-report-detail-table .thead .col.frequency-col,
.schedules-report-detail-table .thead .col.output-type-col,
.schedules-report-detail-table .thead .col.run-date-col,
.schedules-report-detail-table .thead .col.created-on-col,
.schedules-report-detail-table .thead .col.next-run-col {
  text-align: center;
}

/* line 170, app/assets/stylesheets/containers/_schedules-report.scss */
.schedules-report-detail-table .thead .col.actions-col {
  text-align: end;
}

/* line 176, app/assets/stylesheets/containers/_schedules-report.scss */
.schedules-report-detail-table .tbody .trow {
  height: 38px;
}

/* line 179, app/assets/stylesheets/containers/_schedules-report.scss */
.schedules-report-detail-table .tbody .trow:hover {
  cursor: pointer;
  box-shadow: 0 0 0 1px #ecedef, 0 4px 10px -2px rgba(57, 140, 203, 0.5);
  background-color: #ffffff;
}

/* line 186, app/assets/stylesheets/containers/_schedules-report.scss */
.schedules-report-detail-table .tbody .col {
  color: #121b24;
  font-size: 13px;
  letter-spacing: 0.7px;
  line-height: 23px;
}

/* line 193, app/assets/stylesheets/containers/_schedules-report.scss */
.schedules-report-detail-table .tbody .col.actions-col .actions-col-dropdown {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* line 202, app/assets/stylesheets/containers/_schedules-report.scss */
.schedules-report-detail-table .trow {
  box-shadow: inset 0 -1px 0 0 #ecedef;
}

@media screen and (max-width: 420px) {
  /* line 206, app/assets/stylesheets/containers/_schedules-report.scss */
  .schedules-report-detail-table .pagination-right {
    display: none !important;
  }
}

/* line 2, app/assets/stylesheets/containers/_feedback-modal.scss */
.dialog textarea {
  resize: none;
}

/* line 5, app/assets/stylesheets/containers/_feedback-modal.scss */
.dialog .feedback-modal {
  width: 500px;
  padding: 30px;
}

@media screen and (max-width: 768px) {
  /* line 5, app/assets/stylesheets/containers/_feedback-modal.scss */
  .dialog .feedback-modal {
    height: 100vh;
    width: 100vw;
    border-radius: 0;
    padding: 20px;
    max-height: 100vh;
  }
}

/* line 20, app/assets/stylesheets/containers/_feedback-modal.scss */
.dialog .feedback-modal .feedback-modal-heading {
  color: #344F68;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.27px;
  line-height: 21px;
}

/* line 28, app/assets/stylesheets/containers/_feedback-modal.scss */
.dialog .feedback-modal .feedback-modal-sub-heading {
  color: #666C73;
  font-size: 14px;
  letter-spacing: -0.28px;
  line-height: 20px;
}

/* line 35, app/assets/stylesheets/containers/_feedback-modal.scss */
.dialog .feedback-modal .expectation-title {
  color: #344F68;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.24px;
  line-height: 20px;
}

/* line 44, app/assets/stylesheets/containers/_feedback-modal.scss */
.dialog .tutorial-modal {
  width: 620px;
  padding: 30px;
}

@media screen and (max-width: 768px) {
  /* line 44, app/assets/stylesheets/containers/_feedback-modal.scss */
  .dialog .tutorial-modal {
    height: 100vh;
    width: 100vw;
    border-radius: 0;
    padding: 20px;
    max-height: 100vh;
  }
}

/* line 57, app/assets/stylesheets/containers/_feedback-modal.scss */
.dialog .tutorial-modal .tutorial-modal-heading {
  color: #344F68;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.27px;
  line-height: 21px;
}

/* line 65, app/assets/stylesheets/containers/_feedback-modal.scss */
.dialog .tutorial-modal .tutorial-modal-sub-heading {
  color: #666C73;
  font-size: 14px;
  letter-spacing: -0.28px;
  line-height: 20px;
}

/* line 72, app/assets/stylesheets/containers/_feedback-modal.scss */
.dialog .tutorial-modal .tutorial-title {
  color: #344F68;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.24px;
  line-height: 20px;
}

/* line 2, app/assets/stylesheets/containers/_shareable-modal.scss */
.dialog .shareable-modal {
  width: 500px;
  padding: 30px;
}

@media screen and (max-width: 768px) {
  /* line 2, app/assets/stylesheets/containers/_shareable-modal.scss */
  .dialog .shareable-modal {
    height: 100vh;
    width: 100vw;
    border-radius: 0;
    padding: 20px;
    max-height: 100vh;
  }
}

/* line 15, app/assets/stylesheets/containers/_shareable-modal.scss */
.dialog .shareable-modal .shareable-modal-heading {
  color: #344F68;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.27px;
  line-height: 21px;
}

/* line 23, app/assets/stylesheets/containers/_shareable-modal.scss */
.dialog .shareable-modal .shareable-modal-sub-heading {
  color: #666C73;
  font-size: 14px;
  letter-spacing: -0.28px;
  line-height: 20px;
}

/* line 30, app/assets/stylesheets/containers/_shareable-modal.scss */
.dialog .shareable-modal .expectation-title {
  color: #344F68;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.24px;
  line-height: 20px;
}

/* line 2, app/assets/stylesheets/containers/_cf-modal.scss */
.dialog .cf-modal {
  width: 500px;
  padding: 30px;
}

@media screen and (max-width: 768px) {
  /* line 2, app/assets/stylesheets/containers/_cf-modal.scss */
  .dialog .cf-modal {
    height: 100vh;
    width: 100vw;
    border-radius: 0;
    padding: 20px;
    max-height: 100vh;
  }
}

/* line 15, app/assets/stylesheets/containers/_cf-modal.scss */
.dialog .cf-modal .cf-modal-heading {
  color: #344F68;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.27px;
  line-height: 21px;
}

/* line 23, app/assets/stylesheets/containers/_cf-modal.scss */
.dialog .cf-modal .cf-modal-sub-heading {
  color: #666C73;
  font-size: 14px;
  letter-spacing: -0.28px;
  line-height: 20px;
}

/* line 30, app/assets/stylesheets/containers/_cf-modal.scss */
.dialog .cf-modal .expectation-title {
  color: #344F68;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.24px;
  line-height: 20px;
}

/* line 1, app/assets/stylesheets/containers/_filter.scss */
#sort_form {
  border-radius: 0;
}

/* line 3, app/assets/stylesheets/containers/_filter.scss */
#sort_form .sort-wrapper {
  max-height: 400px;
  overflow: auto;
}

/* line 7, app/assets/stylesheets/containers/_filter.scss */
#sort_form .report-filter {
  width: 420px;
}

/* line 10, app/assets/stylesheets/containers/_filter.scss */
#sort_form .report-filter .report-filter-item {
  overflow: visible;
  cursor: grab;
}

/* line 13, app/assets/stylesheets/containers/_filter.scss */
#sort_form .report-filter .report-filter-item:active {
  cursor: grabbing;
}

/* line 16, app/assets/stylesheets/containers/_filter.scss */
#sort_form .report-filter .report-filter-item .input-label {
  cursor: grab;
}

/* line 18, app/assets/stylesheets/containers/_filter.scss */
#sort_form .report-filter .report-filter-item .input-label:active {
  cursor: grabbing;
}

/* line 23, app/assets/stylesheets/containers/_filter.scss */
#sort_form .report-filter .grip {
  position: absolute;
  top: 2rem;
  left: -0.75rem;
  color: #999;
}

/* line 32, app/assets/stylesheets/containers/_filter.scss */
#filter_form {
  max-height: 1000px;
}

/* line 35, app/assets/stylesheets/containers/_filter.scss */
#filter_form .footer-action {
  padding-bottom: 16px;
  padding-right: 20px;
  padding-left: 16px;
}

/* line 43, app/assets/stylesheets/containers/_filter.scss */
.selectize-dropdown.single.filter_select {
  max-height: 10rem;
}

/* line 46, app/assets/stylesheets/containers/_filter.scss */
.selectize-dropdown.single.filter_select .selectize-dropdown-content {
  max-height: 10rem;
}

/* line 51, app/assets/stylesheets/containers/_filter.scss */
.filter-container {
  max-height: 520px;
  overflow-x: hidden;
  overflow-y: auto;
}

/* Selectize filter dropdowns use dropdownParent: body — stack above filter .paper (z-index 1000) */
/* line 58, app/assets/stylesheets/containers/_filter.scss */
body > .selectize-dropdown {
  z-index: 1100;
}

/* line 61, app/assets/stylesheets/containers/_filter.scss */
.report-filter-item .filter-value-column {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}

/* line 68, app/assets/stylesheets/containers/_filter.scss */
.report-filter-item .filter-aggregate-row {
  flex-shrink: 0;
}

/* line 71, app/assets/stylesheets/containers/_filter.scss */
.report-filter-item .filter-aggregate-row .filter_row_value_img {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}

/* line 78, app/assets/stylesheets/containers/_filter.scss */
.report-filter-item .filter-aggregate-row.filter-aggregate-expanded .filter_row_value_img {
  transform: rotate(180deg);
}

/* line 85, app/assets/stylesheets/containers/_filter.scss */
.report-filter-item .selectize-control .selectize-input {
  min-height: 32px !important;
}

/* line 87, app/assets/stylesheets/containers/_filter.scss */
.report-filter-item .selectize-control .selectize-input.items {
  max-height: 38px !important;
  padding-right: 1.75rem !important;
}

/* line 92, app/assets/stylesheets/containers/_filter.scss */
.report-filter-item .selectize-control .selectize-input::-webkit-scrollbar {
  display: inherit !important;
  height: 4px !important;
}

/* line 97, app/assets/stylesheets/containers/_filter.scss */
.report-filter-item .selectize-input {
  border: 1px solid #e0e1e4;
  border-radius: 5px;
  outline: none;
  box-shadow: none;
  padding: 4px 8px !important;
  margin-bottom: -4px;
}

/* line 106, app/assets/stylesheets/containers/_filter.scss */
.report-filter-item .selectize-input .item a {
  border-left: none !important;
  padding-top: 0;
}

/* line 115, app/assets/stylesheets/containers/_filter.scss */
.filter-blank {
  text-align: center;
  top: 2rem;
  padding: 2rem;
}

/* line 122, app/assets/stylesheets/containers/_filter.scss */
.filter_blank_img {
  height: calc(100vh - 20%);
}

/* line 126, app/assets/stylesheets/containers/_filter.scss */
.filter-blank-box {
  clear: both;
  background-color: white;
  margin-top: 1rem;
  height: 100%;
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/filter_blank-ea91fd49a6f9702c51d085a0d911690ccb33c3eca7b4f5ff5022593867b2078d.svg);
  /* <------ */
  background-repeat: no-repeat;
  background-position: top center;
}

/* line 2, app/assets/stylesheets/containers/_password-modal.scss */
.dialog .password-modal {
  width: 500px;
  padding: 30px;
}

@media screen and (max-width: 768px) {
  /* line 2, app/assets/stylesheets/containers/_password-modal.scss */
  .dialog .password-modal {
    height: 100vh;
    width: 100vw;
    border-radius: 0;
    padding: 20px;
    max-height: 100vh;
  }
}

/* line 15, app/assets/stylesheets/containers/_password-modal.scss */
.dialog .password-modal .password-modal-heading {
  color: #344F68;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.27px;
  line-height: 21px;
}

/* line 23, app/assets/stylesheets/containers/_password-modal.scss */
.dialog .password-modal .password-modal-sub-heading {
  color: #666C73;
  font-size: 14px;
  letter-spacing: -0.28px;
  line-height: 20px;
}

/* line 30, app/assets/stylesheets/containers/_password-modal.scss */
.dialog .password-modal .expectation-title {
  color: #344F68;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.24px;
  line-height: 20px;
}

/* line 1, app/assets/stylesheets/containers/_create-new-report.scss */
.backdrop-root-2 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
  -webkit-tap-highlight-color: transparent;
  opacity: 1;
  transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

/* line 14, app/assets/stylesheets/containers/_create-new-report.scss */
.backdrop-root-2 .dialog-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  outline: 0;
}

/* line 21, app/assets/stylesheets/containers/_create-new-report.scss */
.backdrop-root-2 .dialog-container .dialog-paper {
  border-radius: 10px;
  box-shadow: 0 3px 14px -2px rgba(36, 37, 42, 0.08), 0 12px 24px -3px rgba(36, 37, 42, 0.15);
  background-color: #fff;
  flex-direction: column;
  position: relative;
  overflow-y: visible;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  max-height: calc(100vh - 50px);
  outline: 0;
  overflow-y: auto;
}

/* line 35, app/assets/stylesheets/containers/_create-new-report.scss */
.backdrop-root-2 .dialog-container .create-new-container {
  width: 400px;
  padding: 30px;
}

@media screen and (max-width: 768px) {
  /* line 35, app/assets/stylesheets/containers/_create-new-report.scss */
  .backdrop-root-2 .dialog-container .create-new-container {
    height: 100vh;
    width: 100vw;
    border-radius: 0;
    padding: 20px;
    max-height: 100vh;
  }
}

/* line 51, app/assets/stylesheets/containers/_create-new-report.scss */
.grid-container {
  display: grid;
  grid-template-columns: auto auto auto;
  padding: 10px;
  text-align: left;
}

/* line 57, app/assets/stylesheets/containers/_create-new-report.scss */
.grid-container div {
  padding-left: 2rem;
  font-size: 14px;
  letter-spacing: 0.3px;
  min-width: 100px;
  margin-bottom: 18px;
  word-break: break-all;
}

/* line 1, app/assets/stylesheets/containers/_faq.scss */
#planFaq {
  background: white;
}

/* line 5, app/assets/stylesheets/containers/_faq.scss */
.accordion {
  max-width: 1350px;
  padding: 1.2rem 0;
  border-radius: 6px;
}

/* line 12, app/assets/stylesheets/containers/_faq.scss */
.accordion__heading {
  margin-bottom: 1rem;
  padding: 0 1.4rem;
}

/* line 17, app/assets/stylesheets/containers/_faq.scss */
.accordion__item:not(:last-child) {
  border-bottom: 1px solid lightgrey;
}

/* line 21, app/assets/stylesheets/containers/_faq.scss */
.accordion__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.2rem 1.4rem;
  background: white;
  border: none;
  outline: none;
  font-size: 20px;
  text-align: left;
  cursor: pointer;
  transition: 0.1s;
  margin: 10px 0px 10px 0px;
}

/* line 46, app/assets/stylesheets/containers/_faq.scss */
.accordion__item--active .accordion__btn .accordion__caption {
  font-size: 20px;
}

/* line 51, app/assets/stylesheets/containers/_faq.scss */
.fa-lightbulb {
  padding-right: 1rem;
}

/* line 54, app/assets/stylesheets/containers/_faq.scss */
.accordion__icon {
  border-radius: 50%;
  transform: rotate(0deg);
  transition: 0.3s ease-in-out;
  opacity: 0.9;
}

/* line 60, app/assets/stylesheets/containers/_faq.scss */
.accordion__item--active .accordion__icon {
  transform: rotate(135deg);
}

/* line 64, app/assets/stylesheets/containers/_faq.scss */
.accordion__content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateX(16px);
  transition: max-height 0.5s ease, opacity 0.5s, transform 0.5s;
  margin: 5px;
}

/* line 76, app/assets/stylesheets/containers/_faq.scss */
.accordion__content p, ul {
  color: #736c6c;
  font-size: 16px;
  letter-spacing: .2px;
  text-align: left;
  line-height: 2;
}

/* line 85, app/assets/stylesheets/containers/_faq.scss */
.accordion__item--active .accordion__content {
  opacity: 1;
  transform: translateX(0px);
  max-height: 100vh;
  margin-bottom: 30px;
}

/* line 92, app/assets/stylesheets/containers/_faq.scss */
.more-info {
  background: #f7f7f7;
  padding: 22px 30px;
  font-size: 16px;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  position: absolute;
  right: 2rem;
  top: 12.5rem;
}

/* line 105, app/assets/stylesheets/containers/_faq.scss */
.shake {
  animation: shake 4s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
  border: 2px solid;
}

@keyframes shake {
  10% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1);
  }
}

/* line 123, app/assets/stylesheets/containers/_faq.scss */
#planFaq {
  text-align: -moz-center;
  text-align: center;
  display: flex;
  justify-content: center;
  padding-bottom: 120px;
}

/* line 1, app/assets/stylesheets/containers/_user-management.scss */
.user-cards {
  display: flex;
  flex-wrap: wrap;
}

/* line 4, app/assets/stylesheets/containers/_user-management.scss */
.user-cards .user-item {
  text-align: center;
  color: #344f68;
  width: 18rem;
  display: flex;
  padding: 20px;
  position: relative;
  margin-right: 1.25rem;
  margin-bottom: 2rem;
  flex-direction: column;
  height: 12.5rem;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  justify-content: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 900px) {
  /* line 4, app/assets/stylesheets/containers/_user-management.scss */
  .user-cards .user-item {
    max-width: none;
  }
}

/* line 25, app/assets/stylesheets/containers/_user-management.scss */
.user-cards .user-item:hover {
  box-shadow: 0 3px 14px -2px rgba(36, 37, 42, 0.08), 0 12px 24px -3px rgba(36, 37, 42, 0.15);
}

/* line 30, app/assets/stylesheets/containers/_user-management.scss */
.user-cards .user-item .user-option {
  border: 1px solid lightgray;
  border-radius: 4px;
  padding: 4px;
  color: #505050;
}

/* line 37, app/assets/stylesheets/containers/_user-management.scss */
.user-cards .user-item .user-id {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.27px;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 47, app/assets/stylesheets/containers/_user-management.scss */
.user-cards .user-item:hover {
  border-radius: 10px;
  cursor: pointer;
}

/* line 51, app/assets/stylesheets/containers/_user-management.scss */
.user-cards .user-item:hover .color-grey {
  color: #252525;
}

/* line 55, app/assets/stylesheets/containers/_user-management.scss */
.user-cards .user-item:hover .badge-grey {
  background-color: #e8eff4;
  color: #35576a;
}

/* line 60, app/assets/stylesheets/containers/_user-management.scss */
.user-cards .user-item:hover .badge-green {
  background-color: #6ed480;
  color: #0a3d14;
}

@media screen and (max-width: 768px) {
  /* line 69, app/assets/stylesheets/containers/_user-management.scss */
  .user-item {
    max-width: 100%;
  }
}

/* line 76, app/assets/stylesheets/containers/_user-management.scss */
.row1 {
  height: 42px;
  font-size: 40px;
  background-color: #f0f3f8;
  position: sticky;
}

/* line 83, app/assets/stylesheets/containers/_user-management.scss */
.trow1 {
  height: 50px;
  font-size: 32px;
  position: sticky;
}

/* line 90, app/assets/stylesheets/containers/_user-management.scss */
.border {
  outline: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 4px;
  width: 90%;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

/* line 99, app/assets/stylesheets/containers/_user-management.scss */
.user_font {
  color: #3a4e66;
  font-size: 13px;
  font-weight: 500;
}

/* line 108, app/assets/stylesheets/containers/_user-management.scss */
.sticky {
  position: sticky;
  z-index: 1;
}

/* line 113, app/assets/stylesheets/containers/_user-management.scss */
.scroll {
  display: block;
}

/* line 119, app/assets/stylesheets/containers/_user-management.scss */
#settings_content {
  width: 1200px;
  flex-grow: 1;
}

/* line 1, app/assets/stylesheets/containers/_onboarding.scss */
.on-sidebar {
  width: 40%;
  display: flex;
  flex-direction: column;
  padding: 40px;
}

/* line 8, app/assets/stylesheets/containers/_onboarding.scss */
.on-line {
  border: 1px solid #315169;
  height: 60px;
  width: 2px;
  margin: 4px 0 4px 30px;
}

/* line 15, app/assets/stylesheets/containers/_onboarding.scss */
.on-line-rp {
  border: 1px solid #375167;
  height: 60px;
  width: 2px;
  margin: 4px 0 4px 30px;
}

/* line 22, app/assets/stylesheets/containers/_onboarding.scss */
.on-line-rp-on {
  border: 1px solid #c7c5cd;
  height: 60px;
  width: 2px;
  margin: 4px 0 4px 30px;
}

/* line 29, app/assets/stylesheets/containers/_onboarding.scss */
.on-cards {
  height: 180px;
  width: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: white;
  border-radius: 0.5rem;
  margin-right: 1rem;
  margin-left: 1rem;
  margin-bottom: 4rem;
  border: 1px #d1d5db solid;
}

/* line 45, app/assets/stylesheets/containers/_onboarding.scss */
.on-card-box {
  background: white;
  display: flex;
  width: 100%;
  flex-direction: column;
}

/* line 53, app/assets/stylesheets/containers/_onboarding.scss */
.on-check {
  position: relative;
}

/* line 57, app/assets/stylesheets/containers/_onboarding.scss */
.flex {
  display: flex;
}

/* line 63, app/assets/stylesheets/containers/_onboarding.scss */
.video-card {
  width: 640px;
  height: 332px;
  flex-shrink: 0;
  border-radius: 12px;
  border: 1px solid #dbd9de;
  background: #fff;
}

/* line 73, app/assets/stylesheets/containers/_onboarding.scss */
.video-card-h1 {
  color: var(--Black, #1d2024);
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
}

/* line 82, app/assets/stylesheets/containers/_onboarding.scss */
.video-card-h2 {
  color: var(--Grey-600, #9793a2);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
}

/* line 90, app/assets/stylesheets/containers/_onboarding.scss */
.video-container {
  width: 608px;
  height: 240px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid #dbd9de;
  background: #00000033;
}

/* line 99, app/assets/stylesheets/containers/_onboarding.scss */
.video-on-btn {
  display: flex;
  justify-content: space-between;
}

/* Onboarding re-design classes */
/* line 106, app/assets/stylesheets/containers/_onboarding.scss */
.new-user-container-on {
  display: flex;
  margin-top: 200px;
  margin-left: 150px;
}

/* line 113, app/assets/stylesheets/containers/_onboarding.scss */
.on-card-box .new-user-container-ob {
  display: flex;
  margin-top: 200px;
  margin-left: 150px;
}

/* line 119, app/assets/stylesheets/containers/_onboarding.scss */
.on-card-box .card-ob {
  max-width: 512px;
}

/* line 124, app/assets/stylesheets/containers/_onboarding.scss */
.on-card-box .input-ob {
  border: 1px solid #c9ced3;
  width: 100%;
  height: 36px;
  border-radius: 8px;
  font-size: 14px;
  padding: 8px 16px;
  font-weight: 300;
}

/* line 134, app/assets/stylesheets/containers/_onboarding.scss */
.on-card-box .action-buttons-ob {
  display: flex;
  gap: 24px;
  font-size: 16px;
  font-weight: 500;
  font-family: Inter, sans-serif;
  margin-top: 32px;
  align-items: "center";
}

/* line 144, app/assets/stylesheets/containers/_onboarding.scss */
.on-card-box .book-demo-ob {
  border-radius: 10px;
  width: 160px;
  height: 36px;
  line-height: 37px;
  border: 1px solid #d9d9d9;
  color: #000;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}

/* line 155, app/assets/stylesheets/containers/_onboarding.scss */
.on-card-box .save-button-ob,
.on-card-box .cancel-button-ob {
  border-radius: 10px;
  width: 120px;
  height: 36px;
  line-height: 37px;
  border: none;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}

/* line 165, app/assets/stylesheets/containers/_onboarding.scss */
.on-card-box .save-button-ob {
  background-color: #398ccb;
  color: #fff;
}

/* line 170, app/assets/stylesheets/containers/_onboarding.scss */
.on-card-box .cancel-button-ob {
  border: 1px solid #d9d9d9;
  color: #7b7789;
  background-color: #fff;
}

/* line 176, app/assets/stylesheets/containers/_onboarding.scss */
.on-card-box .save-button-ob:hover {
  background-color: #2b6ba1;
}

/* line 180, app/assets/stylesheets/containers/_onboarding.scss */
.on-card-box .cancel-button-ob:hover {
  background-color: rgba(217, 217, 217, 0.2);
}

/* line 184, app/assets/stylesheets/containers/_onboarding.scss */
.on-card-box input[type="text"]:focus {
  border: 2px solid #398ccb;
}

/* line 188, app/assets/stylesheets/containers/_onboarding.scss */
.on-card-box input:focus-visible {
  outline: none !important;
  border-color: red;
  box-shadow: 0 0 10px #719ece;
}

/* line 194, app/assets/stylesheets/containers/_onboarding.scss */
.on-card-box .manage-data-h1 {
  color: var(--Black, #1d2024);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
}

/* line 206, app/assets/stylesheets/containers/_onboarding.scss */
.on-card-box .select {
  margin-top: 12px;
  border: 0;
  padding: 12px 0 0 0;
  background-image: none !important;
}

/* line 213, app/assets/stylesheets/containers/_onboarding.scss */
.on-card-box .selectLabel {
  display: block;
  color: #1d2024;
  font-size: 16px;
  padding: 2px 0;
  margin-bottom: 8px;
  font-weight: 500;
}

/* line 222, app/assets/stylesheets/containers/_onboarding.scss */
.on-card-box .selectLabel-problems {
  display: block;
  color: #1d2024;
  font-size: 16px;
  margin-top: 32px;
  padding-bottom: 2px;
  margin-bottom: 8px;
  font-weight: 500;
}

/* line 233, app/assets/stylesheets/containers/_onboarding.scss */
.on-card-box .selectWrapper {
  position: relative;
}

/* line 237, app/assets/stylesheets/containers/_onboarding.scss */
.on-card-box .selectCustom {
  position: relative;
}

/* line 241, app/assets/stylesheets/containers/_onboarding.scss */
.on-card-box .selectCustom-trigger {
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #c9ced3;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-left: 16px;
  transition: border-color 0.3s ease;
  height: 36px;
}

/* line 254, app/assets/stylesheets/containers/_onboarding.scss */
.on-card-box .selectCustom-trigger::after {
  content: "\f078 ";
  font-family: FontAwesome;
  position: absolute;
  top: 10px;
  right: 0.8rem;
  color: gray;
  transition: color 0.3s ease;
  transform: "none";
}

/* line 265, app/assets/stylesheets/containers/_onboarding.scss */
.on-card-box .selectCustom-options {
  position: absolute;
  top: calc(3.8rem - 20px);
  left: 0;
  width: 100%;
  border-radius: 12px;
  border: 1px solid #ebedef;
  background: #fff;
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.14);
  z-index: 1;
  display: none;
  font-size: 14px;
  cursor: pointer;
  max-height: 170px;
  overflow: auto;
  scrollbar-width: thin;
  transition: display 0.3s ease;
}

/* line 284, app/assets/stylesheets/containers/_onboarding.scss */
.on-card-box .selectCustom.isActive .selectCustom-options {
  display: block;
}

/* line 288, app/assets/stylesheets/containers/_onboarding.scss */
.on-card-box .selectCustom-option {
  position: relative;
  height: 32px;
  margin: 8px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding-left: 8px;
}

/* line 298, app/assets/stylesheets/containers/_onboarding.scss */
.on-card-box .selectCustom-option:hover {
  background: #f6f5f7;
  color: #1d2024;
  font-weight: 600;
  transition: background-color 0.1s ease, color 0.1s ease;
  transition: font-weight 0.1s ease;
}

/* line 306, app/assets/stylesheets/containers/_onboarding.scss */
.on-card-box .hidden {
  display: none;
}

/* line 310, app/assets/stylesheets/containers/_onboarding.scss */
.on-card-box .header-ob {
  color: #375167;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 0px;
  box-shadow: 0 0 0 0;
}

/* line 320, app/assets/stylesheets/containers/_onboarding.scss */
.on-card-box .sub-head-ob {
  color: gray;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding-top: 4px;
}

/* line 328, app/assets/stylesheets/containers/_onboarding.scss */
.on-card-box .text-area {
  border-radius: 8px;
  padding: 8px 16px;
  width: 100%;
  border: 1px solid #dbd9de;
  font-size: 14px;
  font-weight: 300;
}

/* line 337, app/assets/stylesheets/containers/_onboarding.scss */
.on-card-box .text-area-on {
  height: 120px;
}

/* line 341, app/assets/stylesheets/containers/_onboarding.scss */
.on-card-box .text-area:focus {
  outline: none;
  border-color: #398ccb;
  box-shadow: 0 0 10px #398ccb;
}

/* line 347, app/assets/stylesheets/containers/_onboarding.scss */
.on-card-box .other-source {
  margin-top: 0;
}

/* line 4, app/assets/stylesheets/admins.scss */
.container {
  max-width: 100% !important;
}

/* line 7, app/assets/stylesheets/admins.scss */
.designer-side-bar {
  background: #d2ddeb91;
  border-radius: 5px;
  padding: 15px 15px 0px 15px;
  margin-right: 20px;
  margin: 0px 15px 0px 15px;
}

/* line 16, app/assets/stylesheets/admins.scss */
.sort-head h6 {
  color: #ff4800 !important;
  font-style: italic;
  letter-spacing: .5px;
  font-size: 11px;
  margin-bottom: -13px;
}

/* line 24, app/assets/stylesheets/admins.scss */
.additional_sync {
  display: flex;
  flex-wrap: wrap;
  margin-right: 100px;
  margin-left: 38px;
  margin-top: 7px;
}

/* line 33, app/assets/stylesheets/admins.scss */
.multi_shop_id_update {
  margin-left: 1034px;
}

/* line 37, app/assets/stylesheets/admins.scss */
.add-sync {
  margin-left: 36px;
}

/* line 40, app/assets/stylesheets/admins.scss */
.multi-shop {
  margin-top: 20px;
  margin-left: 40px;
}

/* line 44, app/assets/stylesheets/admins.scss */
.toggle_currency {
  margin-left: 40px;
  margin-top: 50px;
}

/* line 48, app/assets/stylesheets/admins.scss */
body {
  background-color: #f0f3f8 !important;
  overflow-x: hidden;
}

/* line 53, app/assets/stylesheets/admins.scss */
.nav-item :active, .nav-item :hover {
  color: #344f68 !important;
}

/* line 57, app/assets/stylesheets/admins.scss */
.colos-btn-hidden {
  color: white;
}

/* line 60, app/assets/stylesheets/admins.scss */
.selected_fields {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/* line 64, app/assets/stylesheets/admins.scss */
.carousel-control-next-icon, .carousel-control-prev-icon {
  background: blue;
}

/* line 67, app/assets/stylesheets/admins.scss */
.react-datepicker {
  display: inline-flex !important;
}

/* line 70, app/assets/stylesheets/admins.scss */
.react-datepicker__header--time {
  padding-bottom: 20px !important;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 20px !important;
}

/* line 75, app/assets/stylesheets/admins.scss */
.react-datepicker__header--time input {
  vertical-align: sub;
}

/* line 79, app/assets/stylesheets/admins.scss */
#panel, #flip {
  padding: 5px;
  text-align: left;
}

/* line 83, app/assets/stylesheets/admins.scss */
#panel {
  display: none;
}

/* line 86, app/assets/stylesheets/admins.scss */
.flip-schedule {
  cursor: pointer;
}

/* line 89, app/assets/stylesheets/admins.scss */
.checkbox-inline-audit-show-time {
  position: absolute;
  bottom: -106px;
  left: -126px;
  font-size: 11px;
}

/* line 96, app/assets/stylesheets/admins.scss */
.blur-text-overlay-disabled .new-report-btn {
  margin-left: 5px;
  margin-top: 30px;
}

/* line 100, app/assets/stylesheets/admins.scss */
.blur-text-overlay-disabled .card-overflow li {
  cursor: not-allowed;
  pointer-events: none;
}

/* line 106, app/assets/stylesheets/admins.scss */
.blur-text-overlay .card-text.sub-head {
  display: none;
}

/* line 109, app/assets/stylesheets/admins.scss */
.blur-text-overlay .new-report-btn {
  display: none;
}

/* line 113, app/assets/stylesheets/admins.scss */
.label-info {
  background-color: #5bc0de;
  padding: 5px;
  border-radious: 5px;
}

/* line 119, app/assets/stylesheets/admins.scss */
.tt-menu {
  background-color: #e2e2e282;
  margin: 5px;
  padding: 5px;
  border-radius: 5px;
  cursor: pointer;
}

/* line 126, app/assets/stylesheets/admins.scss */
.message-pop {
  background-color: #fffae5;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.25), 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
}

/* line 133, app/assets/stylesheets/admins.scss */
.message-pop-text {
  color: #283c46;
  font-size: 13px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

/* line 140, app/assets/stylesheets/admins.scss */
.maintenance {
  background-color: #fff;
  padding: 30px;
  box-shadow: 1px 1px 5px 0px rgba(42, 83, 136, 0.37);
  margin-top: 40px;
}

/* line 145, app/assets/stylesheets/admins.scss */
.maintenance h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  color: #414042;
  margin-bottom: 15px;
}

/* line 152, app/assets/stylesheets/admins.scss */
.show-message {
  margin-bottom: 5px;
}

/* line 154, app/assets/stylesheets/admins.scss */
.show-message .show {
  margin-top: 5px !important;
}

/* line 158, app/assets/stylesheets/admins.scss */
.show-message .show-text {
  font-size: 14px;
  color: #a5a5a5;
  font-family: "Open Sans", sans-serif;
  padding-top: 2px;
  padding-left: 4px;
}

/* line 166, app/assets/stylesheets/admins.scss */
.message-bord {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

/* line 170, app/assets/stylesheets/admins.scss */
.message-bord .form-control {
  width: 100%;
  font-size: 14px;
  margin-bottom: 10px;
  resize: none;
}

/* line 177, app/assets/stylesheets/admins.scss */
.submit-margin {
  margin-left: 10px;
}

/* line 181, app/assets/stylesheets/admins.scss */
.currency_conversion_check {
  padding: 20px 0px 0px 0px !important;
}

/* line 182, app/assets/stylesheets/admins.scss */
.currency_conversion_check .col-md-3 {
  margin: 0px !important;
  padding: 0px !important;
}

/* line 189, app/assets/stylesheets/admins.scss */
.rbt-input-multi .rbt-input-main input {
  color: red !important;
}

/* line 195, app/assets/stylesheets/admins.scss */
.rbt-input-multi .rbt-input-main {
  margin-left: 10px !important;
  font-weight: normal !important;
}

/* line 198, app/assets/stylesheets/admins.scss */
.rbt-input-multi .rbt-input-main::-moz-placeholder {
  color: #b5b1b1;
  letter-spacing: .5px;
  vertical-align: middle;
}
.rbt-input-multi .rbt-input-main::placeholder {
  color: #b5b1b1;
  letter-spacing: .5px;
  vertical-align: middle;
}

/* line 206, app/assets/stylesheets/admins.scss */
.conditon-type input::-moz-placeholder {
  color: #b5b1b1;
  letter-spacing: .5px;
  vertical-align: middle;
  font-weight: normal;
}
.conditon-type input::placeholder {
  color: #b5b1b1;
  letter-spacing: .5px;
  vertical-align: middle;
  font-weight: normal;
}

/* line 214, app/assets/stylesheets/admins.scss */
.disabled-filter {
  color: #c8c6c6;
}

/* line 218, app/assets/stylesheets/admins.scss */
.admin-page-container {
  padding: 10px 24px 24px 24px;
  width: 100%;
  /* Search Section */
  /* Toggle Actions Wrapper */
  /* Search Toggle Switch */
  /* Current Shop Info */
  /* Actions Section */
  /* Table Section */
}

/* line 222, app/assets/stylesheets/admins.scss */
.admin-page-container .admin-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin-bottom: 24px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

/* line 231, app/assets/stylesheets/admins.scss */
.admin-page-container .admin-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

/* line 235, app/assets/stylesheets/admins.scss */
.admin-page-container .card-header {
  padding: 12px 20px;
  border-bottom: 1px solid #e5e7eb;
  background: #f9fafb;
}

/* line 241, app/assets/stylesheets/admins.scss */
.admin-page-container .card-title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #1f2937;
}

/* line 248, app/assets/stylesheets/admins.scss */
.admin-page-container .card-body {
  padding: 20px 24px;
}

/* line 253, app/assets/stylesheets/admins.scss */
.admin-page-container .search-section {
  margin-bottom: 20px;
}

/* line 257, app/assets/stylesheets/admins.scss */
.admin-page-container .search-input-wrapper {
  position: relative;
  margin-bottom: 20px;
}

/* line 262, app/assets/stylesheets/admins.scss */
.admin-page-container .search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
  font-size: 16px;
  z-index: 1;
}

/* line 272, app/assets/stylesheets/admins.scss */
.admin-page-container .search-input {
  width: 100%;
  padding: 12px 16px 12px 44px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  font-size: 15px;
  transition: all 0.2s ease;
  background: #ffffff;
}

/* line 282, app/assets/stylesheets/admins.scss */
.admin-page-container .search-input:focus {
  outline: none;
  border-color: #398ccb;
  box-shadow: 0 0 0 3px rgba(57, 140, 203, 0.1);
}

/* line 288, app/assets/stylesheets/admins.scss */
.admin-page-container .search-options {
  margin-top: 16px;
}

/* line 293, app/assets/stylesheets/admins.scss */
.admin-page-container .toggle-actions-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* line 301, app/assets/stylesheets/admins.scss */
.admin-page-container .search-toggle-switch {
  position: relative;
  width: 200px;
  height: 32px;
  display: inline-block;
  cursor: pointer;
}

/* line 309, app/assets/stylesheets/admins.scss */
.admin-page-container .search-toggle-switch input {
  display: none;
}

/* line 313, app/assets/stylesheets/admins.scss */
.admin-page-container .search-toggle-switch .slider {
  position: absolute;
  inset: 0;
  background: #d1d5db;
  border-radius: 30px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.3s ease;
  overflow: hidden;
}

/* line 329, app/assets/stylesheets/admins.scss */
.admin-page-container .search-toggle-switch .slider::before {
  content: "";
  position: absolute;
  height: 26px;
  width: 26px;
  left: 3px;
  bottom: 3px;
  background-color: #fff;
  border-radius: 50%;
  transition: transform 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

/* line 343, app/assets/stylesheets/admins.scss */
.admin-page-container .search-toggle-switch .slider::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  left: 0;
  top: 0;
  background-color: #398ccb;
  border-radius: 30px;
  transition: transform 0.3s ease;
  z-index: 0;
}

/* line 356, app/assets/stylesheets/admins.scss */
.admin-page-container .search-toggle-switch input:checked + .slider::after {
  transform: translateX(100%);
}

/* line 360, app/assets/stylesheets/admins.scss */
.admin-page-container .search-toggle-switch input:checked + .slider::before {
  transform: translateX(168px);
}

/* line 364, app/assets/stylesheets/admins.scss */
.admin-page-container .search-toggle-switch .label-shop {
  color: #ffffff;
  z-index: 1;
  margin-left: 25px;
  transition: color 0.3s ease;
  position: relative;
}

/* line 372, app/assets/stylesheets/admins.scss */
.admin-page-container .search-toggle-switch .label-report {
  color: #374151;
  margin-right: 25px;
  z-index: 1;
  transition: color 0.3s ease;
  position: relative;
}

/* line 380, app/assets/stylesheets/admins.scss */
.admin-page-container .search-toggle-switch input:checked + .slider .label-shop {
  color: #374151;
}

/* line 384, app/assets/stylesheets/admins.scss */
.admin-page-container .search-toggle-switch input:checked + .slider .label-report {
  color: #ffffff;
}

/* line 389, app/assets/stylesheets/admins.scss */
.admin-page-container .current-shop-info {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  padding: 0;
}

/* line 397, app/assets/stylesheets/admins.scss */
.admin-page-container .shop-info-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* line 403, app/assets/stylesheets/admins.scss */
.admin-page-container .shop-icon {
  font-size: 16px;
  color: #398ccb;
}

/* line 408, app/assets/stylesheets/admins.scss */
.admin-page-container .shop-info-label {
  font-size: 13px;
  color: #6b7280;
  font-weight: 500;
  white-space: nowrap;
}

/* line 415, app/assets/stylesheets/admins.scss */
.admin-page-container .shop-info-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}

/* line 427, app/assets/stylesheets/admins.scss */
.admin-page-container .shop-info-badge:hover {
  border-color: #398ccb;
  box-shadow: 0 2px 8px rgba(57, 140, 203, 0.15);
  transform: translateY(-1px);
}

/* line 433, app/assets/stylesheets/admins.scss */
.admin-page-container .shop-info-value {
  font-size: 14px;
  color: #1f2937;
  font-weight: 600;
  font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
  letter-spacing: -0.2px;
}

/* line 441, app/assets/stylesheets/admins.scss */
.admin-page-container .server-value {
  color: #398ccb;
  font-weight: 600;
}

/* line 446, app/assets/stylesheets/admins.scss */
.admin-page-container .shop-info-divider {
  width: 1px;
  height: 18px;
  background: linear-gradient(to bottom, transparent, #e5e7eb, transparent);
  flex-shrink: 0;
  margin: 0 1px;
}

/* line 454, app/assets/stylesheets/admins.scss */
.admin-page-container .copy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  padding: 0;
  border: none;
  background: transparent;
  color: #9ca3af;
  cursor: pointer;
  border-radius: 3px;
  transition: all 0.15s ease;
  flex-shrink: 0;
  margin-left: 1px;
  opacity: 0.7;
}

/* line 472, app/assets/stylesheets/admins.scss */
.admin-page-container .shop-info-badge:hover .copy-btn {
  opacity: 1;
}

/* line 476, app/assets/stylesheets/admins.scss */
.admin-page-container .copy-btn:hover {
  background: #f0f8ff;
  color: #398ccb;
  opacity: 1;
}

/* line 482, app/assets/stylesheets/admins.scss */
.admin-page-container .copy-btn:active {
  transform: scale(0.88);
  background: #e0f2fe;
}

/* line 487, app/assets/stylesheets/admins.scss */
.admin-page-container .copy-btn i {
  font-size: 11px;
}

/* line 491, app/assets/stylesheets/admins.scss */
.admin-page-container .shop-link {
  color: #398ccb;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s ease;
  font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
  letter-spacing: -0.2px;
}

/* line 501, app/assets/stylesheets/admins.scss */
.admin-page-container .shop-link:hover {
  color: #2a7ba8;
  text-decoration: underline;
}

/* line 507, app/assets/stylesheets/admins.scss */
.admin-page-container .actions-grid {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

/* line 514, app/assets/stylesheets/admins.scss */
.admin-page-container .action-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 8px 10px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #ffffff;
  text-decoration: none;
  color: #374151;
  transition: all 0.2s ease;
  cursor: pointer;
  min-width: 60px;
}

/* line 531, app/assets/stylesheets/admins.scss */
.admin-page-container .action-btn i {
  font-size: 14px;
  color: #398ccb;
  transition: transform 0.2s ease;
}

/* line 537, app/assets/stylesheets/admins.scss */
.admin-page-container .action-btn .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

/* line 544, app/assets/stylesheets/admins.scss */
.admin-page-container .action-btn .icon-plus {
  font-size: 14px;
  font-weight: 600;
  margin-left: -2px;
}

/* line 550, app/assets/stylesheets/admins.scss */
.admin-page-container .action-btn span {
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}

/* line 557, app/assets/stylesheets/admins.scss */
.admin-page-container .action-btn:hover {
  border-color: #398ccb;
  background: #f0f8ff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(57, 140, 203, 0.15);
  text-decoration: none;
  color: #374151;
}

/* line 566, app/assets/stylesheets/admins.scss */
.admin-page-container .action-btn:hover i {
  transform: scale(1.1);
}

/* line 571, app/assets/stylesheets/admins.scss */
.admin-page-container .table-section .card-body {
  padding: 0;
}

/* line 575, app/assets/stylesheets/admins.scss */
.admin-page-container .shop-table {
  overflow-x: auto;
}

/* line 579, app/assets/stylesheets/admins.scss */
.admin-page-container .server-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background-color: #589bce;
  line-height: 1;
}

/* line 594, app/assets/stylesheets/admins.scss */
.admin-page-container .server-text {
  font-size: 12px;
  color: #6b7280;
  font-weight: 500;
}

/* line 26, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper {
  display: flex;
}

/* line 29, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .run-query-btn {
  z-index: 10;
  padding: 10px 24px;
  background: linear-gradient(135deg, #2891b9 0%, #1a6b8a 100%);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(40, 145, 185, 0.3);
  transition: all 0.2s ease;
}

/* line 42, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .run-query-btn:hover {
  background: linear-gradient(135deg, #1a6b8a 0%, #155a75 100%);
  transform: translateY(-1px);
  box-shadow: 0 3px 8px rgba(40, 145, 185, 0.4);
}

/* line 48, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .run-query-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(40, 145, 185, 0.3);
}

/* line 55, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .db-lite-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #f8f9fa;
}

/* line 64, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .sidebar-toggle-btn {
  position: absolute;
  top: 54px;
  left: 268px;
  z-index: 20;
  width: 30px;
  height: 30px;
  padding: 0;
  background: white;
  border: 1px solid #c7c2c2;
  border-radius: 50%;
  color: #444444;
  font-size: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 84, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .sidebar-toggle-btn i {
  transition: transform 0.3s ease;
}

/* line 88, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .sidebar-toggle-btn:hover {
  background: #f8f9fa;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  transform: scale(1.05);
}

/* line 94, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .sidebar-toggle-btn:active {
  transform: scale(0.95);
}

/* line 99, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .db-lite-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

/* line 107, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .db-lite-wrapper.sidebar-collapsed .sidebar-toggle-btn {
  left: 0 !important;
}

/* line 114, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .sidebar {
  overflow: hidden;
  background-color: white;
  height: 100vh;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  z-index: 5;
  width: 280px;
  min-width: 200px;
  max-width: 320px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
  position: relative;
}

/* line 127, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .sidebar.sidebar-hidden {
  width: 0;
  min-width: 0;
  max-width: 0;
  overflow: visible;
  border: none;
  box-shadow: none;
}

/* line 135, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .sidebar.sidebar-hidden .sidebar-content {
  opacity: 0;
  pointer-events: none;
}

/* line 141, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .sidebar::-webkit-scrollbar {
  width: 10px;
}

/* line 145, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .sidebar::-webkit-scrollbar-track {
  background: #f8f9fa;
  border-radius: 5px;
}

/* line 150, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .sidebar::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 5px;
}

/* line 154, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .sidebar::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

/* line 160, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 15px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e1e8ed;
  margin-bottom: 20px;
  min-height: 70px;
}

/* line 172, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .sidebar-content {
  display: flex;
  flex-direction: column;
  padding: 0 15px 15px 15px;
  gap: 12px;
}

/* line 180, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .db-select {
  padding: 3px 12px;
  border: 1px solid #c7c2c2;
  border-radius: 10px;
  color: #444444;
  font-size: 14px;
  font-weight: 500;
  flex: 1;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23444444' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 35px;
}

/* line 198, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .db-select option {
  background: white;
  color: #333;
  padding: 8px;
  font-weight: 500;
}

/* line 207, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .search-input {
  padding: 10px 16px;
  margin: 0;
  border: 1px solid #e1e8ed;
  border-radius: 10px;
  width: 100%;
  font-size: 14px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

/* line 218, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .search-input:focus {
  outline: none;
  border-color: #2891b9;
  box-shadow: 0 0 0 2px rgba(40, 145, 185, 0.1);
}

/* line 224, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .search-input::-moz-placeholder {
  color: #94a3b8;
}
.db-lite-wrapper .search-input::placeholder {
  color: #94a3b8;
}

/* line 230, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .main-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 8px;
  padding-top: 8px;
  background: transparent;
  overflow: hidden;
  gap: 12px;
  min-width: 0;
  position: relative;
}

/* line 244, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .main-content.content-expanded {
  width: 100%;
  margin-left: 0;
}

/* line 251, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .editor-container {
  margin-top: 0;
  flex: 1;
  display: flex;
  flex-direction: row;
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 0;
  padding: 0 0 12px 0;
  min-height: 250px;
  position: relative;
}

/* line 265, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .editor-toolbar-vertical {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 35px;
  padding: 10px 2px;
  border-right: 1px solid #e1e8ed;
  background: #f8fafc;
  padding-top: 100px;
}

/* line 277, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper #editor {
  flex: 1;
  font-size: 15px;
  min-height: 250px;
  border-radius: 12px;
  border: 2px solid #e1e8ed;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 285, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper #editor:focus-within {
  border-color: #afcfdb;
  box-shadow: 0 0 0 1px rgba(0, 46, 65, 0.1);
}

/* line 291, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .editor-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 297, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .run-btn {
  padding: 0 1px;
  font-weight: 500;
  height: 450px;
  font-size: 14px;
  border-radius: 8px;
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
}

/* line 307, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .run-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* line 312, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .run-btn:active {
  transform: translateY(0);
}

/* line 318, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .sql-output-container {
  flex: 1;
  overflow: hidden;
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 10px;
  min-height: 250px;
  max-height: 480px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  position: relative;
}

/* line 330, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .sql-output-container::-webkit-scrollbar {
  width: 10px;
}

/* line 334, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .sql-output-container::-webkit-scrollbar-track {
  background: #f8f9fa;
  border-radius: 5px;
}

/* line 339, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .sql-output-container::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 5px;
}

/* line 343, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .sql-output-container::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

/* line 349, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .sql-output-header-controls {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 15;
}

/* line 357, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .search-toggle-btn {
  width: 36px;
  height: 36px;
  background: white;
  border: 1px solid #e1e8ed;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #475569;
  font-size: 14px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

/* line 372, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .search-toggle-btn:hover {
  background: #f1f5f9;
  color: #2891b9;
  border-color: #2891b9;
  transform: translateY(-1px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
}

/* line 380, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .search-toggle-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

/* line 385, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .search-toggle-btn.active {
  background: #2891b9;
  color: white;
  border-color: #2891b9;
}

/* line 393, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .zoom-controls {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  overflow: hidden;
  background: white;
  border: 1px solid #e1e8ed;
  width: -moz-fit-content;
  width: fit-content;
}

/* line 410, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .zoom {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  overflow: hidden;
  background: white;
  border: 1px solid #e1e8ed;
}

/* line 421, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .zoom .divider.vertical {
  display: none;
}

/* line 426, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .zoom-in,
.db-lite-wrapper .zoom-out {
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #475569;
  font-size: 14px;
  padding: 0;
}

/* line 441, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .zoom-in:hover,
.db-lite-wrapper .zoom-out:hover {
  background: #f1f5f9;
  color: #2891b9;
  border-color: #2891b9;
  transform: translateY(-1px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
}

/* line 449, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .zoom-in:active,
.db-lite-wrapper .zoom-out:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  background: #e2e8f0;
  transform: scale(0.95);
}

/* line 457, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper :where(.zoom-in, .zoom-out):hover {
  background: #f1f5f9;
  color: #2891b9;
}

/* line 463, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .btn-s {
  display: flex;
  width: 100%;
  margin: 0;
  align-items: center;
  justify-content: space-between;
}

/* line 472, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .dropdown-container {
  display: none;
  margin: 8px 0;
  padding: 8px;
  background: #f8f9fa;
  border-radius: 8px;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: auto;
}

/* line 483, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .dropdown-btn {
  color: #334155;
  border-radius: 10px;
  margin: 0;
  padding: 14px 16px;
  background: white;
  border: 1px solid #e1e8ed;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

/* line 499, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .dropdown-btn:hover, .db-lite-wrapper .dropdown-btn.active {
  background: #d7ebf6;
}

/* line 505, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .drop-link {
  padding: 10px 16px;
  font-size: 13px;
  color: #475569;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: all 0.2s ease;
  line-height: 1.6;
  border-radius: 6px;
  margin: 2px 0;
  display: block;
}

/* line 518, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .drop-link:hover {
  color: #1a6b8a;
  background: #f0f8fb;
  border-radius: 3px;
}

/* line 526, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .ace_editor.ace_autocomplete {
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  width: 418px !important;
  font-family: unset;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

/* line 536, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .ace-tm .ace_print-margin {
  width: 0;
}

/* line 540, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .ace_rightAlignedText {
  color: #ff6100;
  font-variant: petite-caps;
  font-size: 14px;
}

/* line 546, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .ace_layer {
  white-space: pre-wrap;
}

/* line 551, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .db-tab-btn {
  flex: 1;
  padding: 7px 0;
  border: 1px solid #e1e8ed;
  border-radius: 8px;
  background: white;
  color: #475569;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  position: relative;
  overflow: hidden;
}

/* line 567, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .db-tab-btn:hover {
  background: #f1f5f9;
  border-color: #cbd5e1;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

/* line 574, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .db-tab-btn.active {
  background: linear-gradient(135deg, #2891b9 0%, #1a6b8a 100%);
  color: white;
  border-color: #2891b9;
  box-shadow: 0 2px 6px rgba(40, 145, 185, 0.3);
  font-weight: 600;
}

/* line 581, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .db-tab-btn.active:hover {
  background: linear-gradient(135deg, #1a6b8a 0%, #155a75 100%);
  transform: translateY(-1px);
  box-shadow: 0 3px 8px rgba(40, 145, 185, 0.4);
}

/* line 588, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .db-tab-btn:active {
  transform: translateY(0);
}

/* line 594, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .tableWrapper {
  width: 100%;
}

/* line 597, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .tableWrapper .table {
  margin: 0 auto;
  text-align: left;
  border-spacing: 0;
}

/* line 603, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .tableWrapper td {
  padding: 20px 0;
  min-width: 150px;
}

/* line 607, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .tableWrapper td:last-child {
  border-radius: 0 8px 8px 0;
}

/* line 612, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .tableWrapper span {
  color: #FEFEFE;
}

/* line 616, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .tableWrapper .loading {
  position: relative;
}

/* line 619, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .tableWrapper .loading .bar {
  background-color: #E7E7E7;
  height: 14px;
  border-radius: 7px;
  width: 80%;
}

/* line 626, app/assets/stylesheets/db_lite.scss */
.db-lite-wrapper .tableWrapper .loading:after {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 24px;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 80%);
  background-size: 200px 24px;
  background-position: -100px 0;
  background-repeat: no-repeat;
  animation: loading 1s infinite;
}

/* line 1, app/assets/stylesheets/schedule-container.scss */
.schedules-create-form {
  background: red;
}

/* line 5, app/assets/stylesheets/schedule-container.scss */
.schedules-create-form .cards .card {
  z-index: 1;
  background: red;
  padding: 34px 10px;
  margin: -34px -10px;
}

/* line 14, app/assets/stylesheets/schedule-container.scss */
.ui-draggable-handle {
  background: #55aeeb21;
  border: 2px solid #136fe7;
  border-radius: 5px;
  padding: 2px 8px;
  color: #136fe7;
  font-size: 14px;
  font-weight: 600;
  line-height: 2.5;
  cursor: grabbing;
}

/* line 27, app/assets/stylesheets/schedule-container.scss */
.schedule-tabpanel #nav-tabContent {
  border-left: 1px solid #69666638;
  border-right: 1px solid #69666638;
  border-bottom: 1px solid #69666638;
  box-shadow: none !important;
  border-radius: 0px 0px 5px 5px !important;
}

/* line 37, app/assets/stylesheets/schedule-container.scss */
.schedule-tabpanel li {
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-left: 0px !important;
  padding-right: 0 !important;
}

/* line 43, app/assets/stylesheets/schedule-container.scss */
.schedule-tabpanel li input[type="radio"],
.schedule-tabpanel li input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
  margin: 0px !important;
  position: absolute;
  visibility: hidden;
}

@media (min-width: 1200px) {
  /* line 60, app/assets/stylesheets/schedule-container.scss */
  .schedule-tabpanel #slack-container .col-md-4 {
    margin-left: 0 !important;
    margin-top: 4px !important;
  }
  /* line 65, app/assets/stylesheets/schedule-container.scss */
  .schedule-tabpanel #slack-container .revoke-access,
.schedule-tabpanel #slack-container .select-folder {
    padding: 9px 13px 9px 13px;
  }
}

@media (max-width: 991px) {
  /* line 76, app/assets/stylesheets/schedule-container.scss */
  .schedule-tabpanel #slack-container .col-md-4 {
    margin-top: 4 !important;
    margin-left: 0 !important;
    padding-left: 0px !important;
  }
  /* line 82, app/assets/stylesheets/schedule-container.scss */
  .schedule-tabpanel #slack-container .revoke-access,
.schedule-tabpanel #slack-container .select-folder {
    margin-left: 10px !important;
  }
}

@media (max-width: 767px) {
  /* line 90, app/assets/stylesheets/schedule-container.scss */
  .schedule-tabpanel #slack-container .col-md-4 {
    margin-top: 0 !important;
    margin-left: 0 !important;
    padding-top: 10px;
    padding-left: 0 !important;
  }
  /* line 97, app/assets/stylesheets/schedule-container.scss */
  .schedule-tabpanel #slack-container .revoke-access,
.schedule-tabpanel #slack-container .select-folder {
    margin-left: 0px !important;
  }
}

@media (min-width: 1200px) {
  /* line 111, app/assets/stylesheets/schedule-container.scss */
  .schedule-tabpanel #google-drive-container .col-md-4 {
    margin-left: 0 !important;
    margin-top: 4px !important;
  }
  /* line 116, app/assets/stylesheets/schedule-container.scss */
  .schedule-tabpanel #google-drive-container .revoke-access,
.schedule-tabpanel #google-drive-container .select-folder {
    padding: 9px 13px 9px 13px;
  }
}

@media (max-width: 991px) {
  /* line 127, app/assets/stylesheets/schedule-container.scss */
  .schedule-tabpanel #google-drive-container .col-md-4 {
    margin-top: 4 !important;
    margin-left: 0 !important;
    padding-left: 0px !important;
  }
  /* line 133, app/assets/stylesheets/schedule-container.scss */
  .schedule-tabpanel #google-drive-container .revoke-access,
.schedule-tabpanel #google-drive-container .select-folder {
    margin-left: 10px !important;
  }
}

@media (max-width: 767px) {
  /* line 141, app/assets/stylesheets/schedule-container.scss */
  .schedule-tabpanel #google-drive-container .col-md-4 {
    margin-top: 0 !important;
    margin-left: 0 !important;
    padding-top: 10px;
    padding-left: 0 !important;
  }
  /* line 148, app/assets/stylesheets/schedule-container.scss */
  .schedule-tabpanel #google-drive-container .revoke-access,
.schedule-tabpanel #google-drive-container .select-folder {
    margin-left: 0px !important;
  }
}

/* line 157, app/assets/stylesheets/schedule-container.scss */
.schedule-tabpanel #google-sheet-container .col-md-4 {
  margin-top: 4px !important;
}

/* line 161, app/assets/stylesheets/schedule-container.scss */
.schedule-tabpanel #google-sheet-container .revoke-access,
.schedule-tabpanel #google-sheet-container .select-folder {
  padding: 9px 13px 9px 13px;
}

@media (min-width: 1200px) {
  /* line 169, app/assets/stylesheets/schedule-container.scss */
  .schedule-tabpanel #google-sheet-container .col-md-4 {
    margin-left: 0 !important;
    margin-top: 4px !important;
  }
  /* line 174, app/assets/stylesheets/schedule-container.scss */
  .schedule-tabpanel #google-sheet-container .revoke-access,
.schedule-tabpanel #google-sheet-container .select-folder {
    padding: 9px 13px 9px 13px;
  }
}

@media (max-width: 991px) {
  /* line 185, app/assets/stylesheets/schedule-container.scss */
  .schedule-tabpanel #google-sheet-container .col-md-4 {
    margin-top: 4 !important;
    margin-left: 0 !important;
    padding-left: 0px !important;
  }
  /* line 191, app/assets/stylesheets/schedule-container.scss */
  .schedule-tabpanel #google-sheet-container .revoke-access,
.schedule-tabpanel #google-sheet-container .select-folder {
    margin-left: 10px !important;
  }
}

@media (max-width: 767px) {
  /* line 199, app/assets/stylesheets/schedule-container.scss */
  .schedule-tabpanel #google-sheet-container .col-md-4 {
    margin-top: 0 !important;
    margin-left: 0 !important;
    padding-top: 10px;
    padding-left: 0 !important;
  }
  /* line 206, app/assets/stylesheets/schedule-container.scss */
  .schedule-tabpanel #google-sheet-container .revoke-access,
.schedule-tabpanel #google-sheet-container .select-folder {
    margin-left: 0px !important;
  }
}

/* line 215, app/assets/stylesheets/schedule-container.scss */
.schedule-tabpanel #big-query-container {
  @-moz-document url-prefix() {}
}

@media (min-width: 1200px) {
  /* line 225, app/assets/stylesheets/schedule-container.scss */
  .schedule-tabpanel #big-query-container .revoke-margin {
    margin-top: 0 !important;
    margin-left: 0 !important;
  }
}

@media (max-width: 1199px) {
  /* line 233, app/assets/stylesheets/schedule-container.scss */
  .schedule-tabpanel #big-query-container .revoke-margin {
    margin-top: 0 !important;
    margin-left: 0 !important;
  }
}

@media (max-width: 991px) {
  /* line 241, app/assets/stylesheets/schedule-container.scss */
  .schedule-tabpanel #big-query-container .revoke-margin {
    margin-top: 0 !important;
    margin-left: 0 !important;
  }
}

@media (max-width: 767px) {
  /* line 250, app/assets/stylesheets/schedule-container.scss */
  .schedule-tabpanel #big-query-container .revoke-margin {
    margin-top: 0 !important;
    margin-left: 0 !important;
    padding-top: 10px;
  }
}

/* line 263, app/assets/stylesheets/schedule-container.scss */
.reports .tab-pane,
.reports .schedule-history {
  border-left: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  border-radius: 0px 0px 5px 5px;
  background: #ffff;
}

/* line 275, app/assets/stylesheets/schedule-container.scss */
#advanced-cc-box {
  display: none;
}

/* line 281, app/assets/stylesheets/schedule-container.scss */
.schedule-details .header:hover {
  background-color: #ffff !important;
}

/* line 287, app/assets/stylesheets/schedule-container.scss */
.output-type-email {
  color: gray;
}

/* line 291, app/assets/stylesheets/schedule-container.scss */
.output-type-slack {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 298, app/assets/stylesheets/schedule-container.scss */
.schedule-paused-row {
  border-left: 3px solid #F59E0B;
}

/* line 302, app/assets/stylesheets/schedule-container.scss */
.schedule-paused-status {
  display: inline-block;
  padding: 2px 8px;
  background: #FEF3C7;
  color: #92400E;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 500;
}

/* line 312, app/assets/stylesheets/schedule-container.scss */
.needs-attention-tab {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* line 317, app/assets/stylesheets/schedule-container.scss */
.needs-attention-tab .needs-attention-icon {
  color: #F59E0B;
  flex-shrink: 0;
  filter: drop-shadow(0 0 3px rgba(245, 158, 11, 0.5));
  animation: attention-icon-shake 0.6s ease 0.4s 2;
}

/* line 324, app/assets/stylesheets/schedule-container.scss */
.needs-attention-tab.isActive .needs-attention-icon {
  color: #F59E0B;
  filter: drop-shadow(0 0 4px rgba(245, 158, 11, 0.6));
}

@keyframes attention-icon-shake {
  0%, 100% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-12deg);
  }
  40% {
    transform: rotate(12deg);
  }
  60% {
    transform: rotate(-8deg);
  }
  80% {
    transform: rotate(8deg);
  }
}

/* line 338, app/assets/stylesheets/schedule-container.scss */
.needs-attention-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  background: #F59E0B;
  border-radius: 9px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

/* line 354, app/assets/stylesheets/schedule-container.scss */
.needs-attention-table .next-run-col {
  min-width: 120px;
  width: 120px;
}

/* line 358, app/assets/stylesheets/schedule-container.scss */
.needs-attention-table .actions-col {
  width: 80px;
}

/* line 363, app/assets/stylesheets/schedule-container.scss */
.needs-attention-toolbar {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 12px;
}

/* line 371, app/assets/stylesheets/schedule-container.scss */
.enable-all-btn, .enable-all-btn:hover, .enable-all-btn:focus, .enable-all-btn:active, .enable-all-btn:visited {
  color: #fff !important;
  background-color: #398ccb !important;
  text-decoration: none !important;
}

/* line 377, app/assets/stylesheets/schedule-container.scss */
.enable-all-btn:hover {
  background-color: #157bc9 !important;
}

/* line 381, app/assets/stylesheets/schedule-container.scss */
.enable-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: none;
  border-radius: 8px !important;
  padding: 9px 18px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: none !important;
}

/* line 393, app/assets/stylesheets/schedule-container.scss */
.enable-all-btn:hover {
  border-radius: 8px !important;
  box-shadow: none !important;
}

/* line 400, app/assets/stylesheets/schedule-container.scss */
.paused-action-required-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 20px;
  border: 1.5px solid #e74c3c;
  border-radius: 8px;
  background: #fff5f5;
  margin-bottom: 20px;
}

/* line 411, app/assets/stylesheets/schedule-container.scss */
.paused-action-required-banner .paused-banner-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

/* line 417, app/assets/stylesheets/schedule-container.scss */
.paused-action-required-banner .paused-banner-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #e74c3c;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  font-size: 18px;
}

/* line 430, app/assets/stylesheets/schedule-container.scss */
.paused-action-required-banner .paused-banner-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 13px;
  color: #333;
}

/* line 437, app/assets/stylesheets/schedule-container.scss */
.paused-action-required-banner .paused-banner-text strong {
  font-size: 14px;
  font-weight: 700;
}

/* line 443, app/assets/stylesheets/schedule-container.scss */
.paused-action-required-banner .paused-banner-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

/* line 450, app/assets/stylesheets/schedule-container.scss */
.paused-action-required-banner .paused-banner-manage-link {
  font-size: 13px;
  color: #398ccb;
  font-weight: 500;
  text-decoration: none;
}

/* line 456, app/assets/stylesheets/schedule-container.scss */
.paused-action-required-banner .paused-banner-manage-link:hover {
  text-decoration: underline;
}

/* line 459, app/assets/stylesheets/schedule-container.scss */
.paused-action-required-banner .paused-banner-enable-btn {
  font-size: 13px;
  font-weight: 600;
  padding: 8px 18px;
}

/* line 467, app/assets/stylesheets/schedule-container.scss */
.schedule-paused-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  align-self: center;
  min-height: 23px;
  padding: 0 20px;
  line-height: 1;
  background: #FEF3C7;
  color: #92400E;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 500;
  margin-left: 50px;
}

/* line 484, app/assets/stylesheets/schedule-container.scss */
.paused-name-col {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  min-width: 0;
  min-height: 38px;
}

/* line 493, app/assets/stylesheets/schedule-container.scss */
.paused-report-name {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 23px;
  margin-right: 4px;
}

/* line 506, app/assets/stylesheets/schedule-container.scss */
.paused-schedules-page {
  max-width: 80%;
  margin: auto;
  min-height: 100%;
  padding: 60px 30px;
  box-sizing: content-box;
}

/* line 514, app/assets/stylesheets/schedule-container.scss */
.paused-schedules-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 24px;
}

/* line 520, app/assets/stylesheets/schedule-container.scss */
.paused-schedules-header .paused-schedules-title-wrap {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

/* line 526, app/assets/stylesheets/schedule-container.scss */
.paused-schedules-header .paused-schedules-back-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #333;
  text-decoration: none;
  flex-shrink: 0;
  margin-top: 4px;
  font-size: 16px;
}

/* line 538, app/assets/stylesheets/schedule-container.scss */
.paused-schedules-header .paused-schedules-back-link:hover {
  color: #398ccb;
}

/* line 541, app/assets/stylesheets/schedule-container.scss */
.paused-schedules-header .paused-schedules-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 4px;
}

/* line 547, app/assets/stylesheets/schedule-container.scss */
.paused-schedules-header .paused-schedules-subtitle {
  font-size: 13px;
  color: #666;
  margin: 0;
}

/* line 553, app/assets/stylesheets/schedule-container.scss */
.paused-schedules-header .paused-enable-all-btn {
  font-size: 13px;
  font-weight: 600;
  padding: 8px 18px;
  flex-shrink: 0;
}

/* line 561, app/assets/stylesheets/schedule-container.scss */
.paused-check-col {
  width: 40px;
  min-width: 40px;
}

/* line 565, app/assets/stylesheets/schedule-container.scss */
.paused-check-col .form-check-input {
  cursor: pointer;
}

/* line 570, app/assets/stylesheets/schedule-container.scss */
.paused-table-wrap {
  position: relative;
  overflow-x: auto;
}

/* line 574, app/assets/stylesheets/schedule-container.scss */
.paused-table-wrap .schedules-report-detail-table {
  width: 100%;
  table-layout: auto;
}

/* line 579, app/assets/stylesheets/schedule-container.scss */
.paused-table-wrap .schedules-report-detail-table .col {
  padding: 0 25px;
}

/* line 583, app/assets/stylesheets/schedule-container.scss */
.paused-table-wrap .schedules-report-detail-table .report-name-col {
  min-width: 280px;
  max-width: none;
}

/* line 588, app/assets/stylesheets/schedule-container.scss */
.paused-table-wrap .schedules-report-detail-table .frequency-col {
  min-width: 170px;
}

/* line 592, app/assets/stylesheets/schedule-container.scss */
.paused-table-wrap .schedules-report-detail-table .output-type-col {
  min-width: 120px;
}

/* line 596, app/assets/stylesheets/schedule-container.scss */
.paused-table-wrap .schedules-report-detail-table .created-on-col {
  min-width: 170px;
}

/* line 600, app/assets/stylesheets/schedule-container.scss */
.paused-table-wrap .schedules-report-detail-table .actions-col {
  min-width: 120px;
}

/* line 605, app/assets/stylesheets/schedule-container.scss */
.paused-table-wrap .schedules-report-detail-table .thead .col.paused-check-col,
.paused-table-wrap .schedules-report-detail-table .tbody .col.paused-check-col {
  text-align: center;
  vertical-align: middle;
}

/* line 614, app/assets/stylesheets/schedule-container.scss */
.paused-actions-cell {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

/* line 622, app/assets/stylesheets/schedule-container.scss */
.paused-enable-toggle {
  display: flex;
  align-items: center;
  width: 38px;
  height: 20px;
}

/* line 628, app/assets/stylesheets/schedule-container.scss */
.paused-enable-toggle .slider1 {
  border-radius: 10px;
}

/* line 632, app/assets/stylesheets/schedule-container.scss */
.paused-enable-toggle .slider1:before {
  width: 14px;
  height: 14px;
  left: 3px;
  bottom: 3px;
  border-radius: 50%;
}

/* line 640, app/assets/stylesheets/schedule-container.scss */
.paused-enable-toggle input:checked + .slider1:before {
  transform: translateX(18px);
}

/* line 646, app/assets/stylesheets/schedule-container.scss */
.paused-enable-toggle:has(input:disabled) {
  pointer-events: none;
}

/* line 649, app/assets/stylesheets/schedule-container.scss */
.paused-enable-toggle:has(input:disabled) .slider1 {
  opacity: 0.35;
  cursor: not-allowed;
}

/* line 655, app/assets/stylesheets/schedule-container.scss */
button.confirmation:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}

/* line 662, app/assets/stylesheets/schedule-container.scss */
.paused-enable-single-btn {
  background: transparent;
  border: 0;
  padding: 0;
  color: #555;
  font-size: 20px;
  cursor: pointer;
  line-height: 1;
  display: flex;
  align-items: center;
}

/* line 673, app/assets/stylesheets/schedule-container.scss */
.paused-enable-single-btn:hover {
  color: #398ccb;
}

/* line 674, app/assets/stylesheets/schedule-container.scss */
.paused-enable-single-btn:disabled {
  color: #ccc;
  cursor: default;
}

/* line 677, app/assets/stylesheets/schedule-container.scss */
.paused-schedules-footer-note {
  text-align: center;
  font-size: 12px;
  color: #888;
  margin-top: 12px;
  margin-bottom: 8px;
}

/* line 687, app/assets/stylesheets/schedule-container.scss */
.paused-schedules-bulk-bar {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

/* line 699, app/assets/stylesheets/schedule-container.scss */
.paused-bulk-enable-btn {
  background: #398ccb;
  color: #fff;
  border: 0;
  border-radius: 8px;
  padding: 12px 28px;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 4px 16px rgba(57, 140, 203, 0.35);
  cursor: pointer;
  white-space: nowrap;
  pointer-events: all;
}

/* line 712, app/assets/stylesheets/schedule-container.scss */
.paused-bulk-enable-btn:hover {
  background: #2d7ab8;
}

/* line 715, app/assets/stylesheets/schedule-container.scss */
.paused-enable-success-swal {
  position: relative;
}

/* line 718, app/assets/stylesheets/schedule-container.scss */
.paused-enable-success-swal .swal2-close {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0 !important;
}

/* line 726, app/assets/stylesheets/schedule-container.scss */
.paused-enable-success-swal__btn {
  background: #398ccb !important;
}

/* line 730, app/assets/stylesheets/schedule-container.scss */
.paused-enable-success-swal__text {
  font-size: 15px !important;
}

/* line 1, app/assets/stylesheets/animation.scss */
.shake_filter {
  animation-name: shakeFilter;
  animation-duration: 0.3s;
  animation-fill-mode: both;
}

@keyframes shakeFilter {
  0%,
100% {
    transform: translateX(0);
  }
  25%,
75% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(5px);
  }
}

/* line 22, app/assets/stylesheets/animation.scss */
.show-icon {
  transition: all 0.6s;
}

/* line 26, app/assets/stylesheets/animation.scss */
.hide-icon {
  transition: all 0.6s;
}

/* line 32, app/assets/stylesheets/animation.scss */
.fade-in {
  /* Safari, Chrome and Opera > 12.1 */
  /* Firefox < 16 */
  /* Internet Explorer */
  /* Opera < 12.1 */
  animation: fadein 0.4s;
}

@keyframes fadein {
  from {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}

/* Firefox < 16 */

/* Safari, Chrome and Opera > 12.1 */

/* Internet Explorer */

/* Opera < 12.1 */

/* line 1, app/assets/stylesheets/bootstrap-tagsinput.scss */
.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 4px 6px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 22px;
  cursor: text;
}

/* line 14, app/assets/stylesheets/bootstrap-tagsinput.scss */
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
}

/* line 24, app/assets/stylesheets/bootstrap-tagsinput.scss */
.bootstrap-tagsinput input::-moz-placeholder {
  color: #777;
  opacity: 1;
}

/* line 29, app/assets/stylesheets/bootstrap-tagsinput.scss */
.bootstrap-tagsinput input:-ms-input-placeholder {
  color: #777;
}

/* line 33, app/assets/stylesheets/bootstrap-tagsinput.scss */
.bootstrap-tagsinput input::-webkit-input-placeholder {
  color: #777;
}

/* line 37, app/assets/stylesheets/bootstrap-tagsinput.scss */
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}

/* line 43, app/assets/stylesheets/bootstrap-tagsinput.scss */
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
}

/* line 47, app/assets/stylesheets/bootstrap-tagsinput.scss */
.bootstrap-tagsinput .tag[data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}

/* line 51, app/assets/stylesheets/bootstrap-tagsinput.scss */
.bootstrap-tagsinput .tag[data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}

/* line 56, app/assets/stylesheets/bootstrap-tagsinput.scss */
.bootstrap-tagsinput .tag[data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 59, app/assets/stylesheets/bootstrap-tagsinput.scss */
.bootstrap-tagsinput .tag[data-role="remove"]:hover:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 5, app/assets/stylesheets/chart_tab.scss */
.highcharts-yaxis .highcharts-axis-line {
  stroke-width: 1px;
}

/* line 9, app/assets/stylesheets/chart_tab.scss */
.highcharts-tooltip-box {
  fill-opacity: 0.8;
}

/* line 13, app/assets/stylesheets/chart_tab.scss */
.highcharts-graph {
  stroke-width: 3px;
}

/* line 17, app/assets/stylesheets/chart_tab.scss */
.scroll-text {
  white-space: nowrap;
  animation: my-animation 6s linear;
}

@keyframes my-animation {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-150%);
  }
}

/* line 38, app/assets/stylesheets/chart_tab.scss */
.custom-list::before {
  content: "\2022";
  font-weight: bold;
  display: inline-block;
  width: 1em;
}

/* line 46, app/assets/stylesheets/chart_tab.scss */
.chart-sort-container .toggle {
  cursor: pointer;
  display: inline-block;
}

/* line 51, app/assets/stylesheets/chart_tab.scss */
.chart-sort-container .toggle-switch {
  display: inline-block;
  background: #ccc;
  border-radius: 8px;
  width: 24px;
  height: 12px;
  position: relative;
  vertical-align: middle;
  transition: background 0.25s;
}

/* line 62, app/assets/stylesheets/chart_tab.scss */
.chart-sort-container .toggle-switch:before,
.chart-sort-container .toggle-switch:after {
  content: "";
}

/* line 67, app/assets/stylesheets/chart_tab.scss */
.chart-sort-container .toggle-switch:before {
  display: block;
  background: linear-gradient(to bottom, #fff 0%, #eee 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  width: 8px;
  height: 8px;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: left 0.25s;
}

/* line 80, app/assets/stylesheets/chart_tab.scss */
.chart-sort-container .toggle:hover .toggle-switch:before {
  background: linear-gradient(to bottom, #fff 0%, #fff 100%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}

/* line 85, app/assets/stylesheets/chart_tab.scss */
.chart-sort-container .toggle-checkbox:checked + .toggle-switch {
  background: #398ccb;
}

/* line 89, app/assets/stylesheets/chart_tab.scss */
.chart-sort-container .toggle-checkbox:checked + .toggle-switch:before {
  left: 13px;
}

/* line 93, app/assets/stylesheets/chart_tab.scss */
.chart-sort-container .toggle-checkbox {
  position: absolute;
  visibility: hidden;
}

/* line 98, app/assets/stylesheets/chart_tab.scss */
.chart-sort-container .toggle-label {
  margin-left: 5px;
  position: relative;
  top: 2px;
}

/* line 104, app/assets/stylesheets/chart_tab.scss */
.chart-sort-container .toggle-text {
  font-size: 12px;
  padding: 2px;
}

/* line 1, app/assets/stylesheets/multiple-emails.scss */
.multiple_emails-container,
.multiple_emails-container-3,
.multiple_emails-container-2 {
  border: 1px #ccc solid;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  padding: 0;
  margin: 0;
  cursor: text;
  width: 100%;
}

/* line 12, app/assets/stylesheets/multiple-emails.scss */
.multiple_emails-container input,
.multiple_emails-container-3 input,
.multiple_emails-container-2 input {
  clear: both;
  width: 100%;
  border: 0;
  outline: none;
  padding-left: 5px;
  box-sizing: border-box;
}

/* line 20, app/assets/stylesheets/multiple-emails.scss */
.multiple_emails-container input.multiple_emails-error,
.multiple_emails-container-3 input.multiple_emails-error,
.multiple_emails-container-2 input.multiple_emails-error {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px red !important;
  outline: thin auto red !important;
}

/* line 26, app/assets/stylesheets/multiple-emails.scss */
.multiple_emails-container ul,
.multiple_emails-container-3 ul,
.multiple_emails-container-2 ul {
  list-style-type: none;
  padding-left: 0;
}

/* line 32, app/assets/stylesheets/multiple-emails.scss */
.multiple_emails-email {
  margin: 3px 5px 3px 5px;
  padding: 3px 5px 3px 5px;
  border: 1px #BBD8FB solid;
  border-radius: 3px;
  background: #F3F7FD;
}

/* line 40, app/assets/stylesheets/multiple-emails.scss */
.multiple_emails-close {
  float: left;
  margin: 0 3px;
  padding-right: 6px;
  font-weight: bold;
  color: grey;
  opacity: 0.6;
}

/* line 48, app/assets/stylesheets/multiple-emails.scss */
.multiple_emails-close:hover {
  opacity: 1;
}

/* line 53, app/assets/stylesheets/multiple-emails.scss */
#schedule-advance-wrapper1 {
  display: none;
  padding: 0px 12px 12px;
  border-radius: 4px;
  margin-left: 10px;
}

/* line 60, app/assets/stylesheets/multiple-emails.scss */
.remove-padding {
  margin: 0px !important;
  padding: 0px !important;
}

@use "sass:string";
@-moz-document url-prefix() {
  /* line 6, app/assets/stylesheets/new-design.scss */
  .firefox-checkbox {
    margin-top: -19px;
  }
}

/* line 12, app/assets/stylesheets/new-design.scss */
#edit_schedule_20 input {
  border: 1px solid #e5e5e5;
  padding: 6px;
  border-radius: 5px;
}

/* line 20, app/assets/stylesheets/new-design.scss */
.header-select-field td {
  font-weight: 600 !important;
  padding-top: 20px !important;
  font-size: 16px !important;
  letter-spacing: 0.5px !important;
}

/* line 28, app/assets/stylesheets/new-design.scss */
#sortOrderField {
  width: 92% !important;
  padding-right: 28px;
}

/* line 33, app/assets/stylesheets/new-design.scss */
.add-field-popper {
  width: 609px;
}

/* line 36, app/assets/stylesheets/new-design.scss */
.add-field-popper .field-col {
  vertical-align: initial;
}

/* line 41, app/assets/stylesheets/new-design.scss */
.add-field-open {
  display: block !important;
  opacity: 1;
  visibility: visible;
  height: auto;
  margin-top: 4px;
}

/* line 49, app/assets/stylesheets/new-design.scss */
.draggable-list {
  max-height: 200px;
  overflow-y: auto;
  min-height: 200px;
  padding-left: 10px;
  box-shadow: 0 4px 7px -7px gray;
  margin: 0px;
}

/* line 58, app/assets/stylesheets/new-design.scss */
.draggable-length {
  max-height: 320px;
  min-height: 320px;
}

/* line 63, app/assets/stylesheets/new-design.scss */
.ul-content {
  min-height: 100px !important;
}

/* line 67, app/assets/stylesheets/new-design.scss */
.col-ul-content {
  min-height: 40px !important;
}

/* line 71, app/assets/stylesheets/new-design.scss */
.dl-ul-content {
  min-height: 321px !important;
}

/* line 75, app/assets/stylesheets/new-design.scss */
.draggable-detailed-length {
  min-height: 650px;
  max-height: 650px;
}

/* line 80, app/assets/stylesheets/new-design.scss */
.report-filter .dropdown-menu {
  min-height: 30px !important;
  top: 2px !important;
}

/* line 85, app/assets/stylesheets/new-design.scss */
.filter-popover,
.format-popover,
.sort-container {
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 0 1px #ecedef, 0 8px 18px -2px rgba(18, 27, 36, 0.22);
  z-index: 1 !important;
}

/* line 95, app/assets/stylesheets/new-design.scss */
.report-filter input {
  border: 1px solid #e0e1e4;
  border-radius: 5px;
  outline: none;
  font-size: 13px;
  letter-spacing: -0.24px;
  line-height: 16px;
  padding: 5px 10px !important;
  position: relative;
  color: black;
  background: white;
  font-size: 13px;
}

/* line 109, app/assets/stylesheets/new-design.scss */
.report-filter .dropdown-menu {
  border: 1px solid #e0e1e4;
  border-radius: 5px;
  outline: none;
  font-size: 13px;
  letter-spacing: -0.24px;
  line-height: 16px;
  width: 100%;
  padding: 0 10px;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*background-image      : url(https://d7sgly5hq2lt5.cloudfront.net/../../../assets/icons/Dropdown.svg) !important;
      */
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 50%;
  z-index: 10;
  padding: 5px;
}

/* line 131, app/assets/stylesheets/new-design.scss */
.report-filter .dropdown-menu a {
  color: black;
  padding: 5px;
}

/* line 136, app/assets/stylesheets/new-design.scss */
.report-filter .dropdown-menu li {
  border-radius: 5px;
}

/* line 139, app/assets/stylesheets/new-design.scss */
.report-filter .dropdown-menu li:hover {
  background-color: #edeff2;
}

/* line 142, app/assets/stylesheets/new-design.scss */
.report-filter .dropdown-menu li:hover a {
  color: black !important;
}

/* line 151, app/assets/stylesheets/new-design.scss */
.add-field-popper {
  border-radius: 6px;
  background-color: #fff;
  text-align: left;
  position: absolute;
  z-index: 1000;
  box-shadow: 0 0 0 1px #ecedef, 0 8px 18px -2px rgba(18, 27, 36, 0.22);
  max-height: 450px;
  min-height: 450px;
}

/* line 163, app/assets/stylesheets/new-design.scss */
.field-table-wrap {
  max-height: 340px;
  min-height: 340px;
}

/* line 168, app/assets/stylesheets/new-design.scss */
.menu-list .menu-item {
  position: initial !important;
  white-space: nowrap;
}

/* line 174, app/assets/stylesheets/new-design.scss */
.report-detail-table-wrap::before {
  width: 0 !important;
}

/* line 178, app/assets/stylesheets/new-design.scss */
.report-detail-table {
  max-height: calc(100vh - 400px);
  border-radius: 5px;
  border-left: 1px solid #f3f1f1;
  border-right: 1px solid #f3f1f1;
  border-bottom: 1px solid #f3f1f1;
}

/* line 188, app/assets/stylesheets/new-design.scss */
.dropdown-menu a {
  height: 36px;
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
  transition: all 0.6s;
  border-radius: 5px;
  color: #121b24;
  font-size: 13px;
  letter-spacing: -0.24px;
  line-height: 16px;
  width: calc(100% - 12px);
  margin: 0 auto;
  position: relative;
}

/* line 206, app/assets/stylesheets/new-design.scss */
.text-info {
  width: 200px;
  color: #121b24;
  font-size: 13px;
  background: white;
  padding: 5px 10px;
  border: 1px solid #ededed;
  border-radius: 5px;
}

/* line 218, app/assets/stylesheets/new-design.scss */
#formatting-formatting-section .popover .popover-inner {
  width: 200px;
  color: gray;
  font-size: 13px;
  background: white;
  padding: 5px 10px;
  border: 1px solid #ededed;
  border-radius: 5px;
}

/* line 230, app/assets/stylesheets/new-design.scss */
.draggable-list .draggable-list-item .draggable-list-item-actions {
  right: 5px;
  top: 5px;
}

/* line 237, app/assets/stylesheets/new-design.scss */
.schedules-create-section .drinkcard-cc:hover {
  cursor: pointer;
}

/* line 243, app/assets/stylesheets/new-design.scss */
.right-icon {
  width: 20px;
  margin-right: 15px;
  vertical-align: middle;
}

/* line 250, app/assets/stylesheets/new-design.scss */
.report-detail-content-header-component label {
  border: none;
}

/* line 254, app/assets/stylesheets/new-design.scss */
.report-detail-content-header-component input {
  background-color: #fff;
  border: 1px solid #eae9eb;
  padding: 3px 10px;
  border-radius: 7px;
  font-size: 14px;
}

/* line 261, app/assets/stylesheets/new-design.scss */
.report-detail-content-header-component input.bg-rp {
  background-color: rp;
}

/* line 265, app/assets/stylesheets/new-design.scss */
.report-detail-content-header-component input.px-20 {
  padding-right: 20px;
  padding-left: 20px;
}

/* line 270, app/assets/stylesheets/new-design.scss */
.report-detail-content-header-component input.py-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

/* line 276, app/assets/stylesheets/new-design.scss */
.report-detail-content-header-component .rename-tick {
  display: inline;
  margin: 0 10px 0 -45px;
}

/* line 282, app/assets/stylesheets/new-design.scss */
.variant-body {
  text-align: left;
}

/* line 285, app/assets/stylesheets/new-design.scss */
.variant-body li {
  line-height: 3;
  margin-left: 10px;
}

/* line 291, app/assets/stylesheets/new-design.scss */
.plan-container .plans .cards {
  align-items: start;
}

/* line 296, app/assets/stylesheets/new-design.scss */
.plan-container .plan-create-section-new {
  width: 440px;
  padding: 15px;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  margin: 15px;
}

/* line 304, app/assets/stylesheets/new-design.scss */
.plan-container .plan-create-section-new ul {
  margin-top: 20px;
  margin-left: 10px;
}

/* line 310, app/assets/stylesheets/new-design.scss */
.plan-container .card-title {
  color: #344f68;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.24px;
  line-height: 20px;
  margin-bottom: 8px;
}

/* line 319, app/assets/stylesheets/new-design.scss */
.plan-container s {
  color: #a4a3a6;
  font-size: 18px;
  letter-spacing: -0.3px;
  line-height: 21px;
  text-decoration: line-through;
}

/* line 327, app/assets/stylesheets/new-design.scss */
.plan-container .card-sub-amount {
  color: #344f68;
  font-size: 18px;
  letter-spacing: -0.31px;
  line-height: 21px;
  font-weight: 600;
}

/* line 335, app/assets/stylesheets/new-design.scss */
.plan-container .card-sub-title {
  color: #344f68;
  font-size: 14px;
  letter-spacing: -0.23px;
  line-height: 17px;
  margin-bottom: 20px;
}

/* line 345, app/assets/stylesheets/new-design.scss */
#preview-table tbody tr:nth-child(odd) {
  background-color: #9fadd817;
}

/* line 350, app/assets/stylesheets/new-design.scss */
.report-detail-table {
  white-space: nowrap;
  overflow-x: scroll;
}

/* line 355, app/assets/stylesheets/new-design.scss */
.report-detail-table .tbody .trow:nth-child(even) {
  background-color: #9fadd817;
}

/* line 360, app/assets/stylesheets/new-design.scss */
.doc-item-link {
  color: #1c7ec8;
  font-size: 17px;
  font-weight: 600;
  border-bottom: 2px solid;
  line-height: 1.5;
  margin: 10px 45px 20px 0px;
}

/* line 369, app/assets/stylesheets/new-design.scss */
.lable {
  color: #8d9196;
  font-size: 13px;
  font-weight: 500;
}

/* line 375, app/assets/stylesheets/new-design.scss */
.doc-example,
pre {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.24px;
  line-height: 17px;
  border-radius: 5px;
  background-color: #fafafb;
  padding: 10px 10px 16px 5px;
  margin: 5px 45px 15px 2px;
}

/* line 387, app/assets/stylesheets/new-design.scss */
.doc-desc {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.24px;
  line-height: 17px;
  border-radius: 5px;
  background-color: #fafafb;
  padding: 10px 10px 16px 5px;
  color: #ea8822;
  margin: 5px 45px 15px 2px;
}

/* line 399, app/assets/stylesheets/new-design.scss */
.documentation-wrapper {
  border-radius: 0 10px 10px 0 !important;
  border-left: 1px outset;
  box-shadow: none !important;
  right: 10px;
}

/* line 406, app/assets/stylesheets/new-design.scss */
#my_reports {
  max-height: 39rem;
  overflow: auto;
  margin-top: 5px;
}

/* line 412, app/assets/stylesheets/new-design.scss */
.my-report-detail-table .tbody .col {
  text-align: left;
}

/* line 416, app/assets/stylesheets/new-design.scss */
.my-report-detail-table .thead .col {
  text-align: left;
  position: sticky;
  top: 0;
  z-index: 10;
}

/* line 423, app/assets/stylesheets/new-design.scss */
.my-report-detail-table-wrap2 {
  border: 1px solid #ecedef;
  background-color: #fff;
  border-radius: 4px;
  min-height: calc(100% - 24%);
  position: relative;
  z-index: 0;
}

/* line 432, app/assets/stylesheets/new-design.scss */
.my-report-detail-table-wrap2::before {
  content: "";
  position: absolute;
  width: 20%;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: white;
  z-index: -1;
}

/* line 445, app/assets/stylesheets/new-design.scss */
.pagination li,
.pagination span {
  margin: 3px;
}

/* line 449, app/assets/stylesheets/new-design.scss */
.pagination li:hover,
.pagination span:hover {
  transition: background-color 0.5s ease;
  background: #75b2df57;
  border-radius: 6px;
}

/* line 458, app/assets/stylesheets/new-design.scss */
.advance-schedule-form .text-primary-btn {
  float: right;
  margin-top: 0;
}

/* line 464, app/assets/stylesheets/new-design.scss */
#third-party-sync-prog {
  border: 1px solid rgba(249, 199, 79, 0.4);
  background: #fff8e6;
  border-radius: 0px 0px 16px 16px;
  font-size: 12.4px;
  padding: 3px;
  margin-inline: -12px;
  height: 30px;
  margin-top: -12px;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 482, app/assets/stylesheets/new-design.scss */
#edit_schedule_12 .form-control,
#edit_schedule_32 .form-control,
.advance-schedule-form .form-control {
  margin: 5px;
}

/* line 486, app/assets/stylesheets/new-design.scss */
#edit_schedule_12 .mw-134,
#edit_schedule_32 .mw-134,
.advance-schedule-form .mw-134 {
  max-width: 125px;
}

/* line 490, app/assets/stylesheets/new-design.scss */
#edit_schedule_12 .variant-body2,
#edit_schedule_32 .variant-body2,
.advance-schedule-form .variant-body2 {
  margin-top: 20px;
  margin-left: 10px;
}

/* line 496, app/assets/stylesheets/new-design.scss */
.add-field-popper .field-table-wrap .field-table .available-fields-col {
  vertical-align: center;
}

/* line 501, app/assets/stylesheets/new-design.scss */
#my-report-section a {
  color: #676060;
}

/* line 507, app/assets/stylesheets/new-design.scss */
#myTable a {
  color: #676060;
}

/* line 513, app/assets/stylesheets/new-design.scss */
#reportTable a {
  color: #676060;
}

/* line 518, app/assets/stylesheets/new-design.scss */
.my-report-detail-table .tbody .col {
  white-space: nowrap;
  overflow: hidden;
  max-width: 235px;
  text-overflow: ellipsis;
}

/* line 526, app/assets/stylesheets/new-design.scss */
#edit_schedule_12 .tablinks {
  margin-left: 5px;
}

/* line 536, app/assets/stylesheets/new-design.scss */
#collapsed-sidebar-wrap:hover,
#sortOrder:hover,
#sortOrderField:hover,
.report-type-select:hover,
.toggle-side-btn:hover {
  cursor: pointer;
}

/* line 543, app/assets/stylesheets/new-design.scss */
.filter-trigger span:hover {
  cursor: pointer;
}

/* line 549, app/assets/stylesheets/new-design.scss */
.enable-currency-sub {
  color: #398ccb;
  margin-top: 9px;
  margin-bottom: 40px;
}

/* line 555, app/assets/stylesheets/new-design.scss */
.enable-current-date-sub {
  color: #398ccb;
  margin-top: -9px;
  margin-bottom: 12px;
}

/* line 561, app/assets/stylesheets/new-design.scss */
#enable-report-currency {
  margin-left: 10px;
}

/* line 565, app/assets/stylesheets/new-design.scss */
.actions-col-dropdown {
  float: right;
}

/* line 569, app/assets/stylesheets/new-design.scss */
.actions-col {
  text-align: right !important;
}

/* line 574, app/assets/stylesheets/new-design.scss */
.SharePreviewDesigner #table-filter-header {
  justify-content: flex-start !important;
}

/* line 578, app/assets/stylesheets/new-design.scss */
.SharePreviewDesigner .sharable-report-name {
  color: #48494c;
  font-size: 14px;
  letter-spacing: 0.3px;
  font-weight: bold;
}

/* line 587, app/assets/stylesheets/new-design.scss */
.format-popover .dropdown-menu {
  z-index: 2 !important;
  border: 1px solid #dbdbdb;
}

/* line 591, app/assets/stylesheets/new-design.scss */
.format-popover .dropdown-menu .dropdown-item {
  height: 20px;
  padding: 3px;
  border-radius: 4px;
}

/* line 596, app/assets/stylesheets/new-design.scss */
.format-popover .dropdown-menu .dropdown-item:hover {
  background: #85b7dd;
}

/* line 603, app/assets/stylesheets/new-design.scss */
.quarter-daterange__indicators {
  display: inline-table !important;
  width: 210px;
}

/* line 609, app/assets/stylesheets/new-design.scss */
.quarter-daterange {
  display: inline-table !important;
  width: 210px;
}

/* line 615, app/assets/stylesheets/new-design.scss */
.quarter-daterange__control {
  display: inline-table !important;
  width: 210px;
}

/* line 628, app/assets/stylesheets/new-design.scss */
.scheduled-reports-content {
  width: 80%;
  margin: auto;
  padding-top: 50px;
}

/* line 634, app/assets/stylesheets/new-design.scss */
.report-contain {
  background-color: #fafafa;
  padding: 10px;
  margin-top: 10px;
  border-left: 4px solid #346fa9;
  margin-bottom: 30px;
  margin-bottom: 50px;
  border-radius: 5px;
  margin-top: 20px;
  color: #4d4d4d;
  line-height: 1.5;
}

/* line 647, app/assets/stylesheets/new-design.scss */
.example-container {
  width: 80%;
  margin: 40px auto auto;
}

/* line 652, app/assets/stylesheets/new-design.scss */
.hide-field {
  color: #aeafb1 !important;
}

/* line 656, app/assets/stylesheets/new-design.scss */
.hidebutton {
  display: none;
}

/* line 660, app/assets/stylesheets/new-design.scss */
.chart-position {
  left: -1518px;
}

/* line 665, app/assets/stylesheets/new-design.scss */
.chart-position .popper.isOpen > .paper {
  right: -139px !important;
}

/* line 670, app/assets/stylesheets/new-design.scss */
.calc-field {
  font-weight: 600 !important;
}

/* line 674, app/assets/stylesheets/new-design.scss */
.attachment_type,
.output-options-choose {
  margin: 2px;
}

/* line 679, app/assets/stylesheets/new-design.scss */
.output-options-choose > input {
  /* HIDE RADIO */
  visibility: hidden;
  /* Makes input not-clickable */
  position: absolute;
  /* Remove input from document flow */
}

/* line 687, app/assets/stylesheets/new-design.scss */
.output-options-choose > input + div {
  /* DIV STYLES */
  background-color: #fff;
  border: 1px solid #eae9eb;
}

/* line 693, app/assets/stylesheets/new-design.scss */
.output-options-choose > input:checked + div {
  /* (RADIO CHECKED) DIV STYLES */
  color: #ffffff;
  background-color: #398ccb;
}

/* line 699, app/assets/stylesheets/new-design.scss */
.attachment_type > input {
  /* HIDE RADIO */
  visibility: hidden;
  /* Makes input not-clickable */
  position: absolute;
  /* Remove input from document flow */
}

/* line 707, app/assets/stylesheets/new-design.scss */
.attachment_type > input + div {
  /* DIV STYLES */
  background-color: #fff;
  border: 1px solid #eae9eb;
}

/* line 713, app/assets/stylesheets/new-design.scss */
.attachment_type > input:checked + div {
  /* (RADIO CHECKED) DIV STYLES */
  color: #ffffff;
  background-color: #398ccb;
}

/* line 719, app/assets/stylesheets/new-design.scss */
.ftp_attachment_type > input {
  /* HIDE RADIO */
  visibility: hidden;
  /* Makes input not-clickable */
  position: absolute;
  /* Remove input from document flow */
}

/* line 727, app/assets/stylesheets/new-design.scss */
.ftp_attachment_type > input + div {
  /* DIV STYLES */
  background-color: #fff;
  border: 1px solid #eae9eb;
}

/* line 733, app/assets/stylesheets/new-design.scss */
.ftp_attachment_type > input:checked + div {
  /* (RADIO CHECKED) DIV STYLES */
  color: #ffffff;
  background-color: #398ccb;
}

/* line 739, app/assets/stylesheets/new-design.scss */
.slack_attachment_type > input {
  /* HIDE RADIO */
  visibility: hidden;
  /* Makes input not-clickable */
  position: absolute;
  /* Remove input from document flow */
}

/* line 747, app/assets/stylesheets/new-design.scss */
.slack_attachment_type > input + div {
  /* DIV STYLES */
  background-color: #fff;
  border: 1px solid #eae9eb;
}

/* line 753, app/assets/stylesheets/new-design.scss */
.slack_attachment_type > input:checked + div {
  /* (RADIO CHECKED) DIV STYLES */
  color: #ffffff;
  background-color: #398ccb;
}

/* line 760, app/assets/stylesheets/new-design.scss */
.output-options-pdf > input {
  /* HIDE RADIO */
  visibility: hidden;
  /* Makes input not-clickable */
  position: absolute;
  /* Remove input from document flow */
}

/* line 768, app/assets/stylesheets/new-design.scss */
.output-options-pdf > input + div {
  /* DIV STYLES */
  background-color: #fff;
  border: 1px solid #eae9eb;
}

/* line 774, app/assets/stylesheets/new-design.scss */
.output-options-pdf > input:checked + div {
  /* (RADIO CHECKED) DIV STYLES */
  color: #ffffff;
  background-color: #398ccb;
}

/* line 780, app/assets/stylesheets/new-design.scss */
.attachment_type,
.output-options-choose {
  margin: 2px;
}

/* line 786, app/assets/stylesheets/new-design.scss */
.output-options-choose .file_type_choose {
  /* HIDE RADIO */
  visibility: hidden;
  /* Makes input not-clickable */
  position: absolute;
  /* Remove input from document flow */
}

/* line 795, app/assets/stylesheets/new-design.scss */
.output-options-choose > input + div {
  /* DIV STYLES */
  background-color: #fff;
  border: 1px solid #eae9eb;
}

/* line 801, app/assets/stylesheets/new-design.scss */
.output-options-choose > input:checked + div {
  /* (RADIO CHECKED) DIV STYLES */
  color: #ffffff;
  background-color: #398ccb;
}

/* line 808, app/assets/stylesheets/new-design.scss */
.ftp-output-options-choose .file_type_choose {
  /* HIDE RADIO */
  visibility: hidden;
  /* Makes input not-clickable */
  position: absolute;
  /* Remove input from document flow */
}

/* line 817, app/assets/stylesheets/new-design.scss */
.ftp-output-options-choose > input + div {
  /* DIV STYLES */
  background-color: #fff;
  border: 1px solid #eae9eb;
}

/* line 823, app/assets/stylesheets/new-design.scss */
.ftp-output-options-choose > input:checked + div {
  /* (RADIO CHECKED) DIV STYLES */
  color: #ffffff;
  background-color: #398ccb;
}

/* line 829, app/assets/stylesheets/new-design.scss */
.css-es53b3-multiValue {
  margin-top: 10px !important;
}

/* line 833, app/assets/stylesheets/new-design.scss */
.ms-40 {
  margin-left: 50px;
}

/* line 838, app/assets/stylesheets/new-design.scss */
.draggable-items .draggable {
  z-index: 2;
}

/* line 843, app/assets/stylesheets/new-design.scss */
.integrations-content-wrap,
.latest-reports-content-wrap,
.reports-favorites-table-wrap {
  max-height: 290px;
}

/* line 848, app/assets/stylesheets/new-design.scss */
.integrations-content-wrap.no-scroll,
.latest-reports-content-wrap.no-scroll,
.reports-favorites-table-wrap.no-scroll {
  overflow: hidden;
}

/* line 853, app/assets/stylesheets/new-design.scss */
.reports-favorites-box {
  max-width: 664px;
}

/* line 865, app/assets/stylesheets/new-design.scss */
#Google_Drive #big-query-container,
#Google_Drive #schedule_csv_file_format,
#Google_Drive #schedule_csv_row_seperator,
#Google_Drive #schedule_drive_folder_name,
#Google_Drive #schedule_filename,
#Google_Drive #schedule_filename,
#Google_Drive #slack_channel_id,
#Google_Drive #slack_file_type,
#Google_Drive #slack_pdf_orientation,
#Google_Drive #slack_account_id,
#Google_Drive #schedule_ftp_info_id,
#Google_Drive #schedule_google_drive_id,
#Google_Drive #one_drive_account_id,
#Google_Drive #one_drive_folder_id,
#Google_Drive #schedule_sheet_filename,
#Google_Drive #schedule_sheet_title,
#Google_Drive #sheet_title_input,
#Slack #big-query-container,
#Slack #schedule_csv_file_format,
#Slack #schedule_csv_row_seperator,
#Slack #schedule_drive_folder_name,
#Slack #schedule_filename,
#Slack #schedule_filename,
#Slack #slack_channel_id,
#Slack #slack_file_type,
#Slack #slack_pdf_orientation,
#Slack #slack_account_id,
#Slack #schedule_ftp_info_id,
#Slack #schedule_google_drive_id,
#Slack #one_drive_account_id,
#Slack #one_drive_folder_id,
#Slack #schedule_sheet_filename,
#Slack #schedule_sheet_title,
#Slack #sheet_title_input,
#Google_Sheets #big-query-container,
#Google_Sheets #schedule_csv_file_format,
#Google_Sheets #schedule_csv_row_seperator,
#Google_Sheets #schedule_drive_folder_name,
#Google_Sheets #schedule_filename,
#Google_Sheets #schedule_filename,
#Google_Sheets #slack_channel_id,
#Google_Sheets #slack_file_type,
#Google_Sheets #slack_pdf_orientation,
#Google_Sheets #slack_account_id,
#Google_Sheets #schedule_ftp_info_id,
#Google_Sheets #schedule_google_drive_id,
#Google_Sheets #one_drive_account_id,
#Google_Sheets #one_drive_folder_id,
#Google_Sheets #schedule_sheet_filename,
#Google_Sheets #schedule_sheet_title,
#Google_Sheets #sheet_title_input,
#OneDrive #big-query-container,
#OneDrive #schedule_csv_file_format,
#OneDrive #schedule_csv_row_seperator,
#OneDrive #schedule_drive_folder_name,
#OneDrive #schedule_filename,
#OneDrive #schedule_filename,
#OneDrive #slack_channel_id,
#OneDrive #slack_file_type,
#OneDrive #slack_pdf_orientation,
#OneDrive #slack_account_id,
#OneDrive #schedule_ftp_info_id,
#OneDrive #schedule_google_drive_id,
#OneDrive #one_drive_account_id,
#OneDrive #one_drive_folder_id,
#OneDrive #schedule_sheet_filename,
#OneDrive #schedule_sheet_title,
#OneDrive #sheet_title_input,
#advance_csv_options_div #big-query-container,
#advance_csv_options_div #schedule_csv_file_format,
#advance_csv_options_div #schedule_csv_row_seperator,
#advance_csv_options_div #schedule_drive_folder_name,
#advance_csv_options_div #schedule_filename,
#advance_csv_options_div #schedule_filename,
#advance_csv_options_div #slack_channel_id,
#advance_csv_options_div #slack_file_type,
#advance_csv_options_div #slack_pdf_orientation,
#advance_csv_options_div #slack_account_id,
#advance_csv_options_div #schedule_ftp_info_id,
#advance_csv_options_div #schedule_google_drive_id,
#advance_csv_options_div #one_drive_account_id,
#advance_csv_options_div #one_drive_folder_id,
#advance_csv_options_div #schedule_sheet_filename,
#advance_csv_options_div #schedule_sheet_title,
#advance_csv_options_div #sheet_title_input,
.drive-auth-wrapper #big-query-container,
.drive-auth-wrapper #schedule_csv_file_format,
.drive-auth-wrapper #schedule_csv_row_seperator,
.drive-auth-wrapper #schedule_drive_folder_name,
.drive-auth-wrapper #schedule_filename,
.drive-auth-wrapper #schedule_filename,
.drive-auth-wrapper #slack_channel_id,
.drive-auth-wrapper #slack_file_type,
.drive-auth-wrapper #slack_pdf_orientation,
.drive-auth-wrapper #slack_account_id,
.drive-auth-wrapper #schedule_ftp_info_id,
.drive-auth-wrapper #schedule_google_drive_id,
.drive-auth-wrapper #one_drive_account_id,
.drive-auth-wrapper #one_drive_folder_id,
.drive-auth-wrapper #schedule_sheet_filename,
.drive-auth-wrapper #schedule_sheet_title,
.drive-auth-wrapper #sheet_title_input {
  border: 1px solid #e0dee0;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 0 15px;
  outline: none;
  transition: box-shadow 0.2s, border-color 0.2s;
  height: 36px;
  letter-spacing: -0.22px;
  color: #252526;
  font-size: 14px;
  box-sizing: border-box;
  line-height: 17px;
}

/* line 900, app/assets/stylesheets/new-design.scss */
#Google_Drive .google-drive-text,
#Slack .google-drive-text,
#Google_Sheets .google-drive-text,
#OneDrive .google-drive-text,
#advance_csv_options_div .google-drive-text,
.drive-auth-wrapper .google-drive-text {
  color: #121b24;
  font-size: 13px;
  letter-spacing: -0.24px;
  line-height: 16px;
}

/* line 907, app/assets/stylesheets/new-design.scss */
#Google_Drive .csv-delimiter,
#Google_Drive .input-box-header,
#Slack .csv-delimiter,
#Slack .input-box-header,
#Google_Sheets .csv-delimiter,
#Google_Sheets .input-box-header,
#OneDrive .csv-delimiter,
#OneDrive .input-box-header,
#advance_csv_options_div .csv-delimiter,
#advance_csv_options_div .input-box-header,
.drive-auth-wrapper .csv-delimiter,
.drive-auth-wrapper .input-box-header {
  margin-bottom: 5px;
  font-size: 13px;
  letter-spacing: -0.24px;
}

/* line 916, app/assets/stylesheets/new-design.scss */
#Google_Drive .contained-danger-btn a,
#Google_Drive .contained-primary-btn a,
#Slack .contained-danger-btn a,
#Slack .contained-primary-btn a,
#Google_Sheets .contained-danger-btn a,
#Google_Sheets .contained-primary-btn a,
#OneDrive .contained-danger-btn a,
#OneDrive .contained-primary-btn a,
#advance_csv_options_div .contained-danger-btn a,
#advance_csv_options_div .contained-primary-btn a,
.drive-auth-wrapper .contained-danger-btn a,
.drive-auth-wrapper .contained-primary-btn a {
  color: white;
}

/* line 921, app/assets/stylesheets/new-design.scss */
#Google_Drive .col-md-8,
#Slack .col-md-8,
#Google_Sheets .col-md-8,
#OneDrive .col-md-8,
#advance_csv_options_div .col-md-8,
.drive-auth-wrapper .col-md-8 {
  min-width: 60%;
}

/* line 926, app/assets/stylesheets/new-design.scss */
#collapseAdvancedExcel {
  width: 60%;
}

/* line 930, app/assets/stylesheets/new-design.scss */
#schedule_ftp_info_id {
  background: white;
  border-radius: 5px;
  border: 1px solid #e5e1e1;
  height: 30px;
  width: 100%;
  height: 35px;
  padding-left: 10px;
}

/* line 946, app/assets/stylesheets/new-design.scss */
#power-bi-container #schedule_powerbi_dataset_id,
#power-bi-container #schedule_powerbi_table_name,
#power-bi-container #schedule_powerbi_new_dataset_name,
#power-bi-container #schedule_powerbi_new_table_name {
  background: white;
  border-radius: 5px;
  border: 1px solid #e5e1e1;
  height: 30px;
  width: 100%;
}

/* line 957, app/assets/stylesheets/new-design.scss */
#power-bi-container .power-bi-account-select {
  background: white;
  border-radius: 5px;
  border: 1px solid #e5e1e1;
  height: 30px;
}

/* line 964, app/assets/stylesheets/new-design.scss */
#power-bi-container #schedule_powerbi_dataset_id,
#power-bi-container #schedule_powerbi_dataset_id {
  width: 100%;
}

/* line 969, app/assets/stylesheets/new-design.scss */
#power-bi-container .d-none {
  display: none;
}

/* line 973, app/assets/stylesheets/new-design.scss */
#power-bi-container .ga-loader {
  width: 16px;
  margin-left: 20px;
}

/* line 978, app/assets/stylesheets/new-design.scss */
#power-bi-container #schedule_power_bi_table_name {
  width: 265px;
  margin-left: 8px;
}

/* line 986, app/assets/stylesheets/new-design.scss */
#big-query-container #schedule_big_query_id,
#big-query-container #schedule_dataset_id,
#big-query-container #schedule_project_id,
#big-query-container #schedule_table_id,
#big-query-container #schedule_table_name {
  background: white;
  border-radius: 5px;
  border: 1px solid #e5e1e1;
  height: 30px;
}

/* line 997, app/assets/stylesheets/new-design.scss */
#big-query-container #schedule_dataset_id,
#big-query-container #schedule_project_id,
#big-query-container #schedule_table_id {
  min-width: 282px;
  margin-bottom: 20px;
}

/* line 1004, app/assets/stylesheets/new-design.scss */
#big-query-container #schedule_project_id {
  width: 100%;
}

/* line 1008, app/assets/stylesheets/new-design.scss */
#big-query-container #schedule_dataset_id {
  width: 100%;
}

/* line 1012, app/assets/stylesheets/new-design.scss */
#big-query-container #schedule_table_id {
  width: 100%;
}

/* line 1016, app/assets/stylesheets/new-design.scss */
#big-query-container .d-none {
  display: none;
}

/* line 1020, app/assets/stylesheets/new-design.scss */
#big-query-container .ga-loader {
  width: 16px;
  margin-left: 20px;
}

/* line 1025, app/assets/stylesheets/new-design.scss */
#big-query-container .approve-overwrite {
  margin-top: 20px;
}

/* line 1029, app/assets/stylesheets/new-design.scss */
#big-query-container #schedule_table_name {
  width: 100%;
}

/* line 1036, app/assets/stylesheets/new-design.scss */
.schedules-report-detail-table .trow:hover {
  cursor: auto !important;
  background: none;
  box-shadow: inset 0 -1px 0 0 #ecedef !important;
}

/* line 1045, app/assets/stylesheets/new-design.scss */
.schedules-report-detail-table .trow:hover:hover {
  background: none;
  box-shadow: inset 0 -1px 0 0 #ecedef !important;
}

/* line 1051, app/assets/stylesheets/new-design.scss */
.wickedpicker__controls__control--meridiem {
  width: auto !important;
}

/* line 1055, app/assets/stylesheets/new-design.scss */
.powered-by {
  font-size: 12px;
  display: inline;
}

/* line 1056, app/assets/stylesheets/new-design.scss */
.powered-by a {
  color: gray !important;
}

/* line 1064, app/assets/stylesheets/new-design.scss */
.reports-favorites-table-wrap tr {
  cursor: pointer;
}

/* line 1068, app/assets/stylesheets/new-design.scss */
.multiple_emails-email {
  display: inline-block;
}

/* line 1072, app/assets/stylesheets/new-design.scss */
.documentation-wrapper {
  overflow: hidden !important;
}

/* line 1077, app/assets/stylesheets/new-design.scss */
.show-more-section svg {
  transform: rotate(270deg);
}

/* line 1082, app/assets/stylesheets/new-design.scss */
.doc-list {
  overflow: scroll;
  max-height: 420px;
  width: 28.9rem;
}

/* line 1088, app/assets/stylesheets/new-design.scss */
.docs-container {
  padding: 10px;
}

/* line 1092, app/assets/stylesheets/new-design.scss */
.no-data {
  width: 70%;
  margin: auto;
}

/* line 1098, app/assets/stylesheets/new-design.scss */
#pdf_options_container .btn {
  max-width: 90px;
}

/* line 1104, app/assets/stylesheets/new-design.scss */
.export-btn .dropdown-menu {
  min-width: 121px !important;
}

/* line 1109, app/assets/stylesheets/new-design.scss */
.d-none {
  display: none;
}

/* line 1113, app/assets/stylesheets/new-design.scss */
.ga-loader {
  width: 14px;
  margin-left: 10px;
}

/* line 1119, app/assets/stylesheets/new-design.scss */
.google-account .form-group {
  padding-bottom: 20px !important;
}

/* line 1124, app/assets/stylesheets/new-design.scss */
#ignore-blanks-info {
  display: none;
}

/* line 1128, app/assets/stylesheets/new-design.scss */
.report-detail-table-wrap {
  max-height: 300px;
}

/* line 1131, app/assets/stylesheets/new-design.scss */
.report-detail-table-wrap .header-row3 {
  background-color: #e7ebf1 !important;
  color: #858585 !important;
  text-transform: uppercase !important;
}

/* line 1137, app/assets/stylesheets/new-design.scss */
.report-detail-table-wrap tr.header-row3 {
  position: sticky;
  top: 0;
}

/* line 1143, app/assets/stylesheets/new-design.scss */
.last-sync-container {
  min-height: 40px;
  transition: left 0.2s ease-in-out;
  position: relative;
  overflow: visible;
}

/* line 1149, app/assets/stylesheets/new-design.scss */
.last-sync-container .popper.right-anchor > .paper {
  right: -1px;
}

/* line 1154, app/assets/stylesheets/new-design.scss */
#folders_container .last-sync-container {
  border-bottom: 1px solid lightgrey;
  padding-bottom: 60px;
}

/* line 1159, app/assets/stylesheets/new-design.scss */
.no_reports {
  text-align: center;
  font-size: 20px;
  padding: 20px;
}

/* line 1165, app/assets/stylesheets/new-design.scss */
.sort-draggable-icon {
  right: 23px;
}

/* line 1169, app/assets/stylesheets/new-design.scss */
.csv-input li:hover {
  background: none !important;
}

/* line 1173, app/assets/stylesheets/new-design.scss */
.csv-input {
  padding: 4px;
  font-style: 18px;
}

/* line 1178, app/assets/stylesheets/new-design.scss */
.format-popover .dropdown-menu .dropdown-item:hover {
  background: #eff1f2 !important;
}

/* line 1182, app/assets/stylesheets/new-design.scss */
.format-popover .dropdown-menu .dropdown-item {
  height: 26px;
  padding: 8px;
  border-radius: 4px;
}

/* line 1188, app/assets/stylesheets/new-design.scss */
.loading_gif_fav {
  width: 14px !important;
}

/* line 1193, app/assets/stylesheets/new-design.scss */
.n-days b {
  color: #398ccb;
  font-size: 14px;
  font-weight: 500;
}

/* line 1200, app/assets/stylesheets/new-design.scss */
.table-tr-grandsubtotal {
  font-weight: bold !important;
}

/* line 1205, app/assets/stylesheets/new-design.scss */
#formatting-formatting-section .rbt-aux .rbt-close {
  margin-top: 0;
  pointer-events: auto;
  font-size: 22px;
  color: #bcbcbc;
  margin-right: -12px;
}

/* line 1214, app/assets/stylesheets/new-design.scss */
.rbt-input.rbt-input-main {
  font-size: 14px;
  padding: 4px 0 3px 5px;
}

/* line 1219, app/assets/stylesheets/new-design.scss */
.rbt-aux .rbt-close {
  margin-top: 0;
  pointer-events: auto;
  font-size: 25px;
  color: #bcbcbc;
  margin-right: 5px;
}

/* line 1226, app/assets/stylesheets/new-design.scss */
.rbt-aux .rbt-close:hover {
  color: #9c9c9c;
}

/* line 1232, app/assets/stylesheets/new-design.scss */
td .available-fields-col {
  vertical-align: top !important;
}

/* line 1238, app/assets/stylesheets/new-design.scss */
.condition-input .rbt-input-wrapper {
  max-height: 140px !important;
  overflow-y: auto;
}

/* line 1245, app/assets/stylesheets/new-design.scss */
.report-filter .rbt-input-multi .rbt-input-wrapper {
  overflow-y: auto;
}

/* line 1249, app/assets/stylesheets/new-design.scss */
.filtered-card {
  min-width: 400px;
  max-width: 400px;
  margin: 32px;
  padding: 6px;
}

/* line 1256, app/assets/stylesheets/new-design.scss */
.filtered-main-card {
  padding: 40px 20px !important;
  margin: 10px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* line 1263, app/assets/stylesheets/new-design.scss */
.drag-list .menuItem:hover {
  color: #9793a2 !important;
}

/* line 1268, app/assets/stylesheets/new-design.scss */
.settings-content-wrap .menu-list .menu-item {
  font-weight: bold;
}

/* line 1272, app/assets/stylesheets/new-design.scss */
.settings-content-wrap .variant-body2 {
  font-size: 14px;
}

/* line 1276, app/assets/stylesheets/new-design.scss */
.settings-content-wrap .variant-body3 {
  font-size: 13px;
}

/* line 1281, app/assets/stylesheets/new-design.scss */
.copy-to-clipboard {
  cursor: pointer;
}

/* line 1285, app/assets/stylesheets/new-design.scss */
.report-btn-date-wrap .divider.vertical {
  margin-left: 10px;
  margin-right: 10px;
}

/* line 1290, app/assets/stylesheets/new-design.scss */
.report-btn-date-wrap {
  padding: 0 10px !important;
}

/* line 1294, app/assets/stylesheets/new-design.scss */
.precreated-search-icon,
.searching-keyword {
  position: absolute;
  z-index: 99;
  top: 15px;
  left: 10px;
  color: #3a4e66 !important;
}

/* line 1303, app/assets/stylesheets/new-design.scss */
.precreated-search-close-icon {
  position: absolute;
  z-index: 99;
  top: 0;
  right: 10px;
  color: #3a4e66 !important;
  cursor: pointer;
  height: 100%;
  width: 20px;
  padding-top: 13px;
}

/* line 1315, app/assets/stylesheets/new-design.scss */
.report-search-close-icon {
  position: absolute;
  z-index: 99;
  top: 0;
  right: 10px;
  color: #3a4e66 !important;
  cursor: pointer;
  height: 100%;
  width: 20px;
  padding-top: 13px;
}

/* line 1327, app/assets/stylesheets/new-design.scss */
.precreated-close-icon {
  color: #3a4e66 !important;
  font-weight: 500 !important;
  cursor: pointer;
}

/* line 1334, app/assets/stylesheets/new-design.scss */
.hasAppend-input .input.inputBase:not(.noStyle) {
  padding: 0 35px !important;
}

/* line 1340, app/assets/stylesheets/new-design.scss */
.latest-reports-box .variant-body1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 170px;
}

/* line 1347, app/assets/stylesheets/new-design.scss */
.latest-reports-box .variant-body2 {
  color: gray;
  font-size: 12px;
  margin-left: 18px;
  float: right;
}

/* line 1355, app/assets/stylesheets/new-design.scss */
.latest-acticity-time {
  position: absolute;
  right: 30px;
}

/* line 1360, app/assets/stylesheets/new-design.scss */
.badge.badge-rounded-s-m {
  height: 16px !important;
  width: 16px !important;
  border: none !important;
}

/* line 1366, app/assets/stylesheets/new-design.scss */
.plan-container .plans .cards {
  justify-content: center !important;
}

/* line 1370, app/assets/stylesheets/new-design.scss */
.suggest-report-btn {
  font-weight: bold !important;
}

/* line 1374, app/assets/stylesheets/new-design.scss */
.admin_shop_details {
  width: 85% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 40px !important;
  padding-bottom: 50px !important;
}

/* line 1383, app/assets/stylesheets/new-design.scss */
.filtered-main-card .no-records-found {
  color: gray !important;
  font-size: 18px;
}

/* line 1387, app/assets/stylesheets/new-design.scss */
.filtered-main-card .no-records-found:hover {
  color: gray !important;
  font-size: 18px;
}

/* line 1393, app/assets/stylesheets/new-design.scss */
.filtered-main-card .contained-primary-btn {
  color: white !important;
  margin-top: 20px;
}

/* line 1399, app/assets/stylesheets/new-design.scss */
#schedule_csv_file_format {
  margin-left: 40px !important;
  width: 77px !important;
}

/* line 1404, app/assets/stylesheets/new-design.scss */
#schedule_csv_row_seperator {
  margin-left: 10px !important;
}

/* line 1408, app/assets/stylesheets/new-design.scss */
.settings-content .section-contents {
  margin: 2em 0;
}

/* line 1418, app/assets/stylesheets/new-design.scss */
.latest-reports-content-wrap,
.reports-favorites-table-wrap {
  overflow: hidden;
  overflow-y: scroll;
}

/* line 1424, app/assets/stylesheets/new-design.scss */
.feedback-icon {
  font-size: 30px;
  padding-top: 5px;
  margin-right: -15px;
  color: #284a5c;
}

/* line 1433, app/assets/stylesheets/new-design.scss */
.custom-plan-container .active,
.custom-plan-container .card {
  width: 250px;
  background: white;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #e7e7e7;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

/* line 1446, app/assets/stylesheets/new-design.scss */
.filtered-main-card {
  margin-top: 20px !important;
}

/* line 1457, app/assets/stylesheets/new-design.scss */
.hasAppend-input {
  margin-left: 18px !important;
  margin-right: 18px !important;
  z-index: 0;
}

/* line 1463, app/assets/stylesheets/new-design.scss */
.open-report img {
  padding-left: 10px;
  z-index: 999;
}

/* line 1468, app/assets/stylesheets/new-design.scss */
.my-report-edit {
  display: none;
}

/* line 1473, app/assets/stylesheets/new-design.scss */
.report-detail-table .trow {
  cursor: auto !important;
}

/* line 1476, app/assets/stylesheets/new-design.scss */
.report-detail-table .trow:hover {
  box-shadow: inset 0 -1px 0 0 #ecedef !important;
}

/* line 1482, app/assets/stylesheets/new-design.scss */
.schedules-report-detail-table .tbody .col {
  letter-spacing: -0.24px !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 1489, app/assets/stylesheets/new-design.scss */
.chart-view-btn-padding {
  padding: 6px !important;
}

/* line 1494, app/assets/stylesheets/new-design.scss */
.settings-ftp-google .revoke-btn {
  height: 20px !important;
  font-size: 12px !important;
}

/* line 1501, app/assets/stylesheets/new-design.scss */
.ftp-gdrive-container .section-contents {
  margin: 1.5em 0 !important;
  width: 60%;
}

/* line 1506, app/assets/stylesheets/new-design.scss */
.ftp-gdrive-container table td {
  font-size: 14px !important;
  line-height: 2 !important;
}

/* line 1511, app/assets/stylesheets/new-design.scss */
.ftp-gdrive-container table th {
  font-size: 12px !important;
}

/* line 1515, app/assets/stylesheets/new-design.scss */
.ftp-gdrive-container .settings-header {
  padding-bottom: 0 !important;
}

/* line 1519, app/assets/stylesheets/new-design.scss */
.ftp-gdrive-container .settings-content .divider {
  max-width: 60% !important;
}

/* line 1524, app/assets/stylesheets/new-design.scss */
#password .btn {
  margin-top: 20px;
}

/* line 1528, app/assets/stylesheets/new-design.scss */
#jzb3zxwy {
  max-height: 140px !important;
}

/* line 1532, app/assets/stylesheets/new-design.scss */
.data-synced-center {
  width: 60%;
  margin: 40px auto;
  background: white;
  padding: 20px;
  border-radius: 10px;
}

/* line 1539, app/assets/stylesheets/new-design.scss */
.data-synced-center th {
  font-size: 13px;
  background: whitesmoke;
  padding: 5px;
}

/* line 1545, app/assets/stylesheets/new-design.scss */
.data-synced-center td {
  line-height: 26px;
  padding: 5px;
  border-bottom: 2px solid #f9f9f9;
}

/* line 1551, app/assets/stylesheets/new-design.scss */
.data-synced-center a {
  padding: 5px;
}

/* line 1556, app/assets/stylesheets/new-design.scss */
.report-filter .rbt-input-multi .rbt-input-wrapper {
  width: 419px !important;
}

/* line 1560, app/assets/stylesheets/new-design.scss */
#preview-table td {
  height: 40px !important;
}

/* line 1564, app/assets/stylesheets/new-design.scss */
.report_menu {
  position: absolute;
  background: white;
  box-shadow: 0 0 0 1px #ecedef, 0 8px 18px -2px rgba(18, 27, 36, 0.22);
  margin-top: 10px;
  display: none;
  z-index: 1;
  top: 30px;
  right: 0;
  padding-top: 5px;
  height: 75px !important;
}

/* line 1576, app/assets/stylesheets/new-design.scss */
.report_menu.is-active {
  display: block;
}

/* line 1581, app/assets/stylesheets/new-design.scss */
.add_custom_field {
  position: absolute;
  box-shadow: 0 0 0 1px #ecedef, 0 8px 18px -2px rgba(18, 27, 36, 0.22);
  margin-top: 10px;
  z-index: 1;
  right: 15px;
}

/* line 1590, app/assets/stylesheets/new-design.scss */
.add_custom_field.is-active {
  display: block;
}

/* line 1595, app/assets/stylesheets/new-design.scss */
.add_custom_field {
  display: none;
  z-index: 10000;
}

/* line 1600, app/assets/stylesheets/new-design.scss */
.home_create_report {
  position: relative;
  clear: both;
}

/* line 1604, app/assets/stylesheets/new-design.scss */
.home_create_report .toggle {
  width: 100%;
}

/* line 1609, app/assets/stylesheets/new-design.scss */
.no-scroll {
  padding-top: 30px;
}

/* line 1614, app/assets/stylesheets/new-design.scss */
.customer-email-collection-container .feedback-modal {
  width: 550px !important;
}

/* line 1618, app/assets/stylesheets/new-design.scss */
.customer-email-collection-container .head {
  font-size: 18px !important;
}

/* line 1622, app/assets/stylesheets/new-design.scss */
.customer-email-collection-container .sub-head {
  font-size: 14px !important;
  color: gray !important;
}

/* line 1627, app/assets/stylesheets/new-design.scss */
.customer-email-collection-container .logo-position {
  margin: auto;
  display: block;
  margin-bottom: 25px;
}

/* line 1634, app/assets/stylesheets/new-design.scss */
.report_menu-2 {
  display: inline-block;
  right: 0;
  top: 25px;
  z-index: 2;
}

/* line 1641, app/assets/stylesheets/new-design.scss */
.report_dropdown {
  display: none;
}

/* line 1645, app/assets/stylesheets/new-design.scss */
#faqSection .collapsible {
  background-color: #fff;
  border: 1px solid rgba(131, 131, 131, 0.16);
  border-radius: 5px 5px 0 0 !important;
  transition: box-shadow 0.2s ease 0s;
  color: #121b24;
  margin: 0 0 8px;
  width: 100%;
  font-family: sans-serif;
  font-size: 15px;
  text-align: left;
  padding: 20px;
  letter-spacing: 0.3px;
  min-height: 60px !important;
}

/* line 1661, app/assets/stylesheets/new-design.scss */
.faq-content ul {
  list-style: inside !important;
  padding-left: 20px !important;
  font-weight: bold !important;
  letter-spacing: 0.2px !important;
  color: #5b5b5b !important;
  line-height: 2 !important;
}

/* line 1670, app/assets/stylesheets/new-design.scss */
.sync-progress-image {
  width: 98%;
  font-weight: 500;
}

/* line 1674, app/assets/stylesheets/new-design.scss */
.sync-progress-image .progress-complete {
  border-top: 2px solid #23485d;
  width: 100%;
  margin-top: 15px;
}

/* line 1680, app/assets/stylesheets/new-design.scss */
.sync-progress-image .progress {
  border-top: 2px solid lightgray;
  width: 100%;
  margin-top: 15px;
}

/* line 1686, app/assets/stylesheets/new-design.scss */
.sync-progress-image .active {
  color: #23485d;
  font-weight: 600;
}

/* line 1690, app/assets/stylesheets/new-design.scss */
.sync-progress-image .active svg {
  color: #23485d;
}

/* line 1695, app/assets/stylesheets/new-design.scss */
.sync-progress-image .svg-padding {
  background: white;
  display: inline-block;
  border-radius: 25px;
  padding: 6px 9px;
}

/* line 1703, app/assets/stylesheets/new-design.scss */
.progress-text {
  color: #398ccb;
  font-weight: 600;
  margin-top: -20px;
  margin-bottom: 30px;
  line-height: 2;
}

/* line 1710, app/assets/stylesheets/new-design.scss */
.progress-text .pre-created {
  color: #3a4e66;
  font-weight: 600;
  padding: 0 5px;
  white-space: nowrap;
}

/* line 1717, app/assets/stylesheets/new-design.scss */
.progress-text .custom-report-progress {
  background: #398ccb;
  color: white;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 5px;
  margin: -3px 6px 0;
  white-space: nowrap;
}

/* line 1728, app/assets/stylesheets/new-design.scss */
.pre-created-text {
  color: #3a4e66;
  font-weight: 600;
  padding: 0 5px;
  word-spacing: nowrap;
}

/* line 1735, app/assets/stylesheets/new-design.scss */
.report-btn-date-wrap {
  padding: 10px;
}

/* line 1739, app/assets/stylesheets/new-design.scss */
.ghost {
  opacity: 0.0001;
  background: #c8ebfb;
}

/* line 1744, app/assets/stylesheets/new-design.scss */
.numeric-field {
  color: #3dbc41;
}

/* line 1748, app/assets/stylesheets/new-design.scss */
.hide-groupby {
  display: none;
}

/* line 1752, app/assets/stylesheets/new-design.scss */
.display-groupby {
  display: inline-flex;
}

/* line 1757, app/assets/stylesheets/new-design.scss */
.dialog .feedback-model {
  width: 500px;
  padding: 30px;
}

/* line 1761, app/assets/stylesheets/new-design.scss */
.dialog .feedback-model .shareable-modal-heading {
  color: #344f68;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.27px;
  line-height: 21px;
}

/* line 1769, app/assets/stylesheets/new-design.scss */
.dialog .feedback-model .shareable-modal-sub-heading {
  color: #666c73;
  font-size: 14px;
  letter-spacing: -0.28px;
  line-height: 20px;
}

/* line 1776, app/assets/stylesheets/new-design.scss */
.dialog .feedback-model .expectation-title {
  color: #344f68;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.24px;
  line-height: 20px;
}

/* line 1788, app/assets/stylesheets/new-design.scss */
.date-range-picker-papper .no-padding .checkbox-label .checkbox-wrap {
  top: -12px;
}

/* line 1794, app/assets/stylesheets/new-design.scss */
.date-range-picker-papper .select {
  width: auto;
}

/* line 1800, app/assets/stylesheets/new-design.scss */
.report-detail-content-header-component .more-button {
  padding: 5px;
}

/* line 1806, app/assets/stylesheets/new-design.scss */
#more-button-div .paper {
  min-width: 120px;
  right: 0;
}

/* line 1816, app/assets/stylesheets/new-design.scss */
#selected_fields ul,
.paper ul {
  padding: 10px;
  border-radius: 8px;
}

/* line 1822, app/assets/stylesheets/new-design.scss */
.integrations-item {
  margin-bottom: 20px;
}

/* line 1826, app/assets/stylesheets/new-design.scss */
.rename-btn {
  background-color: #398ccb !important;
  color: white !important;
}

/* line 1830, app/assets/stylesheets/new-design.scss */
.rename-btn:hover {
  background-color: #418ac1 !important;
}

/* line 1837, app/assets/stylesheets/new-design.scss */
#calculated_field_div .cf-modal,
#calculated_field_div .dialog {
  padding: 30px;
  height: 600px !important;
  overflow: scroll !important;
  border-radius: 5px !important;
}

/* line 1846, app/assets/stylesheets/new-design.scss */
.document-container {
  padding: 30px;
  height: 485px;
  overflow: scroll;
  border-radius: 5px;
}

/* line 1854, app/assets/stylesheets/new-design.scss */
.export-btn .paper {
  padding: 5px;
}

/* line 1859, app/assets/stylesheets/new-design.scss */
#loader img {
  width: 18px;
  margin-right: 10px;
}

/* line 1864, app/assets/stylesheets/new-design.scss */
.no-data {
  width: 70%;
  margin: auto;
}

/* line 1869, app/assets/stylesheets/new-design.scss */
#tooltip {
  background: #333;
  color: white;
  font-weight: bold;
  padding: 4px 8px;
  font-size: 13px;
  border-radius: 4px;
  display: none;
}

/* line 1879, app/assets/stylesheets/new-design.scss */
#arrow,
#arrow::before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}

/* line 1887, app/assets/stylesheets/new-design.scss */
#arrow {
  visibility: hidden;
}

/* line 1891, app/assets/stylesheets/new-design.scss */
#arrow::before {
  visibility: visible;
  content: "";
  transform: rotate(45deg);
}

/* line 1897, app/assets/stylesheets/new-design.scss */
#tooltip[data-popper-placement^="top"] > #arrow {
  bottom: -4px;
}

/* line 1901, app/assets/stylesheets/new-design.scss */
#tooltip[data-popper-placement^="bottom"] > #arrow {
  top: -4px;
}

/* line 1905, app/assets/stylesheets/new-design.scss */
#tooltip[data-popper-placement^="left"] > #arrow {
  right: -4px;
}

/* line 1909, app/assets/stylesheets/new-design.scss */
#tooltip[data-popper-placement^="right"] > #arrow {
  left: -4px;
}

/* line 1913, app/assets/stylesheets/new-design.scss */
#tooltip[data-show] {
  display: block;
}

/* line 1924, app/assets/stylesheets/new-design.scss */
.report-detail-table .tbody .trow:hover {
  box-shadow: 0 0 0 1px #ecedef, 0 4px 10px -2px rgba(57, 140, 203, 0.5) !important;
}

/* line 1931, app/assets/stylesheets/new-design.scss */
.integrations-content .menu-list {
  width: 90%;
}

/* line 1936, app/assets/stylesheets/new-design.scss */
.selected_fields_conatiner {
  max-height: 260px;
  overflow-y: scroll;
}

/* line 1941, app/assets/stylesheets/new-design.scss */
.tippy-box[data-theme~="eby"] {
  background-color: white;
  color: yellow;
  min-width: 100px;
}

/* line 1947, app/assets/stylesheets/new-design.scss */
.tippy-box[data-theme~="shibu"] {
  background-color: white;
  color: black;
  margin-top: -72px;
  margin-left: -10px;
}

/* line 1953, app/assets/stylesheets/new-design.scss */
.tippy-box[data-theme~="shibu"] .tippy-content {
  display: absolute;
  min-width: 359px;
}

/* line 1959, app/assets/stylesheets/new-design.scss */
#export-button {
  border-radius: 5px 0 0 5px !important;
}

/* line 1962, app/assets/stylesheets/new-design.scss */
#export-button img {
  vertical-align: bottom;
}

/* line 1967, app/assets/stylesheets/new-design.scss */
#selectedPopup {
  background: white !important;
}

/* line 1971, app/assets/stylesheets/new-design.scss */
.filter_row_value_img {
  width: 12px;
  cursor: pointer;
  height: 18px;
}

/* line 1977, app/assets/stylesheets/new-design.scss */
.filter_row_value_content {
  display: none;
  clear: both;
}

/* line 1982, app/assets/stylesheets/new-design.scss */
.filter_show {
  display: flex;
  height: auto !important;
  transition: all 2s linear;
  align-items: center;
}

/* line 1990, app/assets/stylesheets/new-design.scss */
.collapsed-item .badge {
  position: inherit;
}

/* line 1996, app/assets/stylesheets/new-design.scss */
#my-report-section .badge {
  position: inherit;
  display: inline-flex;
}

/* line 2002, app/assets/stylesheets/new-design.scss */
#myTable th label {
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/sort-solid-c3823d80a64b2a5cabc26a8d8a15c702d3f46b9cf4f07c1137ef7c3134d66e25.svg);
  padding-right: 12px;
  background-repeat: no-repeat;
  background-position: right center;
}

/* line 2009, app/assets/stylesheets/new-design.scss */
#myTable th .current {
  padding-right: 12px;
  background-repeat: no-repeat;
  background-position: right center;
}

/* line 2015, app/assets/stylesheets/new-design.scss */
#myTable label.desc {
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/sortup-95451a0d1be4ac87126dbc122a3ecbd96908dde56d965d2708f4825ea18036d5.svg);
}

/* line 2019, app/assets/stylesheets/new-design.scss */
#myTable label.asc {
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/sortdown-e21a3d5d659aef3c2cc2ccf5fa3ea7b21deb74ef8f0be1de9c6987f306ff5236.svg);
}

/* line 2023, app/assets/stylesheets/new-design.scss */
#reportTable th label {
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/sort-solid-c3823d80a64b2a5cabc26a8d8a15c702d3f46b9cf4f07c1137ef7c3134d66e25.svg);
  padding-right: 12px;
  background-repeat: no-repeat;
  background-position: right center;
}

/* line 2030, app/assets/stylesheets/new-design.scss */
#reportTable th .current {
  padding-right: 12px;
  background-repeat: no-repeat;
  background-position: right center;
}

/* line 2036, app/assets/stylesheets/new-design.scss */
#reportTable label.desc {
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/sortup-95451a0d1be4ac87126dbc122a3ecbd96908dde56d965d2708f4825ea18036d5.svg);
}

/* line 2040, app/assets/stylesheets/new-design.scss */
#reportTable label.asc {
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/sortdown-e21a3d5d659aef3c2cc2ccf5fa3ea7b21deb74ef8f0be1de9c6987f306ff5236.svg);
}

/* line 2045, app/assets/stylesheets/new-design.scss */
.integrations-items .badge {
  position: inherit;
}

/* line 2051, app/assets/stylesheets/new-design.scss */
.dialog-container .badge {
  position: inherit;
}

/* line 2056, app/assets/stylesheets/new-design.scss */
.input-container input {
  position: relative;
  overflow: hidden;
}

/* line 2061, app/assets/stylesheets/new-design.scss */
input[type="date"]::-webkit-calendar-picker-indicator {
  display: block;
  top: 0;
  left: 0;
  background: #0000;
  position: absolute;
  transform: scale(5);
}

/* line 2070, app/assets/stylesheets/new-design.scss */
.add_field_info {
  display: none;
  padding-top: 3px;
  padding-left: 5px;
}

/* line 2075, app/assets/stylesheets/new-design.scss */
.add_field_info:hover {
  cursor: pointer;
}

/* line 2081, app/assets/stylesheets/new-design.scss */
.added-field:hover .add_field_info {
  display: inline;
  z-index: 1000;
  margin-top: -1px;
  position: relative;
}

/* line 2089, app/assets/stylesheets/new-design.scss */
.added-field {
  display: flex;
  width: 170px;
}

/* line 2094, app/assets/stylesheets/new-design.scss */
.add_field_info_text {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  max-width: 12rem;
  width: -moz-max-content;
  width: max-content;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 1;
  color: #121b24;
  font-size: 13px;
  letter-spacing: -0.24px;
  line-height: 16px;
}

/* line 2109, app/assets/stylesheets/new-design.scss */
.add_field_info_text {
  z-index: 999;
}

/*css for custom checkbox add-field */
/* line 2115, app/assets/stylesheets/new-design.scss */
.added-field .form-group {
  display: block;
  margin-bottom: 15px;
}

/* line 2120, app/assets/stylesheets/new-design.scss */
.added-field .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

/* line 2129, app/assets/stylesheets/new-design.scss */
.added-field .form-group label {
  position: relative;
  cursor: pointer;
}

/* line 2134, app/assets/stylesheets/new-design.scss */
.added-field .form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 6px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 4px;
  border: 1px solid #9793a2;
}

/* line 2150, app/assets/stylesheets/new-design.scss */
.added-field .form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  width: 4.5px;
  height: 8px;
  border: solid #fff;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-bottom: 1px;
}

/* line 2167, app/assets/stylesheets/new-design.scss */
.added-field .form-group input:checked + label:before {
  background: #398ccb;
  border: 1px solid #398ccb;
}

/*css ended for custom checkbox add-field */
/* line 2176, app/assets/stylesheets/new-design.scss */
.show_tooltip .add_field_info_text {
  display: block;
  position: absolute;
  top: 20px;
  z-index: 999;
}

/* line 2186, app/assets/stylesheets/new-design.scss */
.showCustomTime .checkbox-label .checkbox-wrap {
  border: none !important;
}

/* line 2191, app/assets/stylesheets/new-design.scss */
#sortFields .draggable-icon {
  top: 30px;
}

/* line 2195, app/assets/stylesheets/new-design.scss */
.ui-datepicker {
  background: white;
  padding: 10px;
}

/* line 2199, app/assets/stylesheets/new-design.scss */
.ui-datepicker .ui-datepicker-prev {
  float: left;
  cursor: pointer;
}

/* line 2204, app/assets/stylesheets/new-design.scss */
.ui-datepicker .ui-datepicker-next {
  float: right;
  cursor: pointer;
}

/* line 2209, app/assets/stylesheets/new-design.scss */
.ui-datepicker .ui-datepicker-title {
  text-align: center;
}

/* line 2213, app/assets/stylesheets/new-design.scss */
.ui-datepicker .ui-datepicker-header {
  padding: 10px 5px;
}

/* line 2219, app/assets/stylesheets/new-design.scss */
.home-content .badge {
  position: unset;
}

/* line 2226, app/assets/stylesheets/new-design.scss */
.export-btn .dd-btn img {
  vertical-align: bottom;
}

/* line 2237, app/assets/stylesheets/new-design.scss */
.report-type-box {
  font-size: 16px;
  font-weight: 600;
}

/* line 2242, app/assets/stylesheets/new-design.scss */
.navigation {
  z-index: 999;
}

/* line 2246, app/assets/stylesheets/new-design.scss */
.chart-head-text {
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #6d7884;
  font-weight: 500;
}

/* line 2253, app/assets/stylesheets/new-design.scss */
.icon-blue {
  color: #008ed1;
}

/* line 2257, app/assets/stylesheets/new-design.scss */
#report-name-edit {
  max-width: 300px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 2265, app/assets/stylesheets/new-design.scss */
.report-warning {
  float: left;
  width: 360px;
  line-height: 25px;
}

/* line 2271, app/assets/stylesheets/new-design.scss */
#folder-form {
  display: none;
}

/* line 2275, app/assets/stylesheets/new-design.scss */
.folder-actions {
  display: none;
}

/* line 2279, app/assets/stylesheets/new-design.scss */
.edit-report {
  display: none;
}

/* line 2284, app/assets/stylesheets/new-design.scss */
.active .folder-actions {
  display: block;
}

/* line 2289, app/assets/stylesheets/new-design.scss */
.folder-card {
  position: relative;
}

/* line 2292, app/assets/stylesheets/new-design.scss */
.folder-card:hover {
  border: 1px #3085d6 solid;
  box-shadow: 0 3px 14px -2px rgba(36, 37, 42, 0.08), 0 12px 24px -3px rgba(36, 37, 42, 0.15);
}

/* line 2299, app/assets/stylesheets/new-design.scss */
.folder-dropdown-menu {
  position: absolute;
  top: 20px;
  right: 5px;
  width: 80px;
}

/* line 2306, app/assets/stylesheets/new-design.scss */
.tbody .number_field {
  text-align: right !important;
}

/* line 2311, app/assets/stylesheets/new-design.scss */
.report-names {
  position: relative;
}

/* line 2315, app/assets/stylesheets/new-design.scss */
.hidden {
  display: none !important;
}

/* line 2319, app/assets/stylesheets/new-design.scss */
.folder-card:hover {
  border: 1px #3085d6 solid;
  box-shadow: 0 3px 14px -2px rgba(36, 37, 42, 0.08), 0 12px 24px -3px rgba(36, 37, 42, 0.15);
}

/* line 2325, app/assets/stylesheets/new-design.scss */
.report-detail-table-wrap {
  clear: both;
}

/* line 2329, app/assets/stylesheets/new-design.scss */
.filter-tag-more {
  margin-top: 17px;
  height: 25px;
  padding: 0 6px;
  position: absolute;
  right: 24px;
}

/* line 2338, app/assets/stylesheets/new-design.scss */
.compare-datarange .condition {
  color: gray;
  padding: 0px 2px;
}

/* line 2344, app/assets/stylesheets/new-design.scss */
.compare_divider {
  margin: 15px 10px 10px 0px;
  font-size: 23px;
  color: gray;
  font-weight: lighter;
}

/* line 2351, app/assets/stylesheets/new-design.scss */
.filter-tag-container {
  width: auto;
  float: left;
}

/* line 2356, app/assets/stylesheets/new-design.scss */
.filter-list-container {
  white-space: nowrap;
  /* text-overflow: ellipsis; */
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #404040;
  margin: 15px 10px 10px 0px;
  padding: 0px;
  width: 100%;
  overflow-x: clip;
  float: left;
}

/* line 2368, app/assets/stylesheets/new-design.scss */
.filter-list-container .filters {
  display: inline-flex;
  background-color: #edf3f9;
  padding: 2px 6px;
  margin: 4px 4px 4px -2px;
  border-radius: 5px;
}

/* line 2376, app/assets/stylesheets/new-design.scss */
.filter-list-container .field {
  padding: 0px 2px;
}

/* line 2380, app/assets/stylesheets/new-design.scss */
.filter-list-container .condition {
  color: gray;
  padding: 0px 2px;
}

/* line 2385, app/assets/stylesheets/new-design.scss */
.filter-list-container .value {
  padding: 0px 2px;
}

/* line 2389, app/assets/stylesheets/new-design.scss */
.filter-list-container .close {
  padding: 0px 2px;
  color: gray;
  border-radius: 3px;
  padding: 0px 3px;
  cursor: pointer;
  align-self: center;
}

/* line 2399, app/assets/stylesheets/new-design.scss */
.dropdown-menu-filter {
  padding: 10px;
  line-height: 20px;
}

/* line 2405, app/assets/stylesheets/new-design.scss */
.active .filter-list-container {
  white-space: revert !important;
}

/* line 2410, app/assets/stylesheets/new-design.scss */
#report_folders {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* line 2416, app/assets/stylesheets/new-design.scss */
.chart-sort-container {
  display: flex;
  font-size: 14px;
  padding-top: 5px;
}

/* line 2422, app/assets/stylesheets/new-design.scss */
.sort {
  color: gray;
  padding-right: 10px;
  cursor: pointer;
}

/* line 2428, app/assets/stylesheets/new-design.scss */
.sort-active {
  color: #398ccb;
  cursor: pointer;
}

/* line 2433, app/assets/stylesheets/new-design.scss */
.sort-icon {
  vertical-align: middle;
  font-size: 12px;
}

/* line 2439, app/assets/stylesheets/new-design.scss */
.folder-card .paper {
  background-color: transparent;
  box-shadow: none;
  min-width: 100%;
}

/* line 2446, app/assets/stylesheets/new-design.scss */
.swtch-list:hover {
  fill: red !important;
}

/* line 2450, app/assets/stylesheets/new-design.scss */
.switch-folder {
  width: 24px;
  margin-right: 5px;
  padding-right: 5px;
}

/* line 2456, app/assets/stylesheets/new-design.scss */
.switch-list-container {
  display: flex;
}

/* line 2460, app/assets/stylesheets/new-design.scss */
.default-folder {
  background-color: #f7f7f7 !important;
}

/* line 2464, app/assets/stylesheets/new-design.scss */
#folders_container {
  margin-top: 44px;
}

/* line 2468, app/assets/stylesheets/new-design.scss */
.folder-toggle-container {
  border-radius: 5px;
  height: 30px;
  background: #e3e3e3;
  font-size: 14px;
  margin-right: 10px;
}

/* line 2475, app/assets/stylesheets/new-design.scss */
.folder-toggle-container .flex {
  display: flex;
  align-items: center;
  padding: 1px;
}

/* line 2481, app/assets/stylesheets/new-design.scss */
.folder-toggle-container .grid-active {
  background: #398ccb;
  padding: 5px 24px;
  font-size: 13px;
  height: 28px;
  display: flex;
  border-radius: 5px;
  align-items: center;
  cursor: pointer;
  color: white !important;
}

/* line 2492, app/assets/stylesheets/new-design.scss */
.folder-toggle-container .grid-active .fa-folder {
  color: white;
}

/* line 2496, app/assets/stylesheets/new-design.scss */
.folder-toggle-container .grid-active .fa-list {
  color: white;
}

/* line 2501, app/assets/stylesheets/new-design.scss */
.folder-toggle-container .list-active {
  background: white;
  padding: 4px 6px;
  height: 28px;
  color: #157bc9;
  border-radius: 4px;
}

/* line 2509, app/assets/stylesheets/new-design.scss */
.folder-toggle-container .List {
  color: #6c6b6b;
  display: flex;
  height: 28px;
  align-items: center;
  font-size: 13px;
  padding: 5px 24px;
  cursor: pointer;
}

/* line 2519, app/assets/stylesheets/new-design.scss */
.folder-toggle-container .grid {
  color: #6c6b6b;
  display: flex;
  align-items: center;
  font-size: 13px;
  padding: 5px 20px;
  margin-right: 3px;
  cursor: pointer;
}

/* line 2529, app/assets/stylesheets/new-design.scss */
.folder-toggle-container .grid:hover {
  background-color: #eaf3ff;
  color: #157bc9;
  display: flex;
  align-items: center;
  font-size: 13px;
  height: 28px;
  padding: 5px 20px;
  cursor: pointer;
  border-radius: 4px;
}

/* line 2541, app/assets/stylesheets/new-design.scss */
.folder-toggle-container .List:hover {
  background-color: #eaf3ff;
  color: #157bc9;
  display: flex;
  align-items: center;
  font-size: 13px;
  padding: 5px 24px;
  cursor: pointer;
  border-radius: 4px;
}

/* line 2552, app/assets/stylesheets/new-design.scss */
.folder-toggle-container .fa-grid {
  font-size: 12px;
  padding-left: 3px;
  padding-right: 5px;
}

/* line 2558, app/assets/stylesheets/new-design.scss */
.folder-toggle-container .fa-list {
  font-size: 12px;
  padding-left: 3px;
  padding-right: 5px;
}

/* line 2567, app/assets/stylesheets/new-design.scss */
.trow2 {
  font-weight: 500;
  font-size: 15px;
  height: 40px;
  background-color: #eae9eb;
}

/* line 2574, app/assets/stylesheets/new-design.scss */
.trow3 {
  font-size: 12px;
  height: 40px;
}

/* line 2579, app/assets/stylesheets/new-design.scss */
select {
  cursor: pointer;
  border: 1px solid lightgray;
  border-radius: 3px;
  height: 30px;
}

/* line 2586, app/assets/stylesheets/new-design.scss */
.number {
  cursor: pointer;
  border: 1px solid lightgray;
  border-radius: 3px;
  height: 30px;
}

/* line 2593, app/assets/stylesheets/new-design.scss */
.blank-image-text {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block !important;
  text-align: center;
  z-index: 1;
}

/* line 2604, app/assets/stylesheets/new-design.scss */
.blank-image-text .text {
  text-align: center;
  position: relative;
  top: -120px;
}

/* line 2610, app/assets/stylesheets/new-design.scss */
.blank-image-text .head {
  font-size: 26px;
  font-weight: bold;
}

/* line 2615, app/assets/stylesheets/new-design.scss */
.blank-image-text .sub-head {
  padding-top: 15px;
  font-size: 12px;
}

/* line 2621, app/assets/stylesheets/new-design.scss */
.skeleton-loader {
  margin-left: 10px;
  width: 100px;
  /* Adjust width as needed */
  height: 10px;
  /* Adjust height as needed */
  background-color: #f2f2f2;
  /* Light gray color */
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

/* line 2635, app/assets/stylesheets/new-design.scss */
.skeleton-loader::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  /* Move the pseudo-element off-screen */
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
  animation: skeleton-loading 1.5s infinite linear;
}

@keyframes skeleton-loading {
  0% {
    left: -100%;
    /* Start off-screen */
  }
  100% {
    left: 100%;
    /* Move completely across the width */
  }
}

/* line 2662, app/assets/stylesheets/new-design.scss */
report-detail-table-wrap {
  background: #e3e3e30f !important;
}

/* line 2666, app/assets/stylesheets/new-design.scss */
.google-adds-checkbox {
  width: auto;
  padding: 10px 15px;
  margin: 5px;
  background: #f1f6ff;
  border-radius: 10px;
  height: 170px;
  overflow-x: auto;
}

/* line 2676, app/assets/stylesheets/new-design.scss */
.pdf-export-loader:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  animation: ellipsis steps(4, end) 1000ms infinite;
  content: "\2026";
  /* ascii code for the ellipsis character */
  width: 0px;
}

/* line 2687, app/assets/stylesheets/new-design.scss */
.compare-datarange {
  display: inline-flex;
  background-color: #edf3f9;
  padding: 2px 6px;
  margin: 4px;
  border-radius: 5px;
  white-space: nowrap;
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #404040;
  margin: 20px 10px 10px 0px;
}

/* line 2700, app/assets/stylesheets/new-design.scss */
.longrunning-popup .swal2-icon {
  border: none !important;
}

/* line 2704, app/assets/stylesheets/new-design.scss */
.swal-custom-icon {
  color: #398ccb;
  width: 73px;
  height: 73px;
}

/* line 2710, app/assets/stylesheets/new-design.scss */
.longrunning-popup {
  border-radius: 24px;
}

/* line 2714, app/assets/stylesheets/new-design.scss */
.swal-p-tag {
  color: var(--Grey-900, #605c6b);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
}

/* line 2728, app/assets/stylesheets/new-design.scss */
.added-field .checkbox {
  vertical-align: middle;
}

/* line 2733, app/assets/stylesheets/new-design.scss */
.add-column-container .checkbox {
  margin-top: 5px;
}

@-moz-document url-prefix() {
  /* line 2739, app/assets/stylesheets/new-design.scss */
  .add-column-container .checkbox {
    margin-top: 2px;
  }
  /* line 2743, app/assets/stylesheets/new-design.scss */
  .added-field:hover .add_field_info {
    margin-top: 7px;
  }
  /* line 2748, app/assets/stylesheets/new-design.scss */
  .added-field .checkbox {
    vertical-align: unset;
  }
}

@media (max-width: 1323px) {
  /* line 2767, app/assets/stylesheets/new-design.scss */
  .plan-container .sub-head {
    position: relative !important;
    text-align: center;
    padding-left: 0px;
  }
  /* line 2774, app/assets/stylesheets/new-design.scss */
  .plan-section {
    display: block;
  }
  /* line 2778, app/assets/stylesheets/new-design.scss */
  .pricing-container .plan-sections {
    margin: auto !important;
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  /* line 2784, app/assets/stylesheets/new-design.scss */
  .plan-discount {
    display: block;
    height: auto !important;
  }
  /* line 2788, app/assets/stylesheets/new-design.scss */
  .plan-discount .d-flex {
    margin-top: 20px;
    width: 100%;
  }
  /* line 2795, app/assets/stylesheets/new-design.scss */
  .pla .sub-head {
    position: relative !important;
  }
}

@media (max-width: 991px) {
  /* line 2802, app/assets/stylesheets/new-design.scss */
  .whats-new-pop-up-container {
    display: none;
  }
}

/* line 2817, app/assets/stylesheets/new-design.scss */
.accordion__content {
  padding-right: 10%;
  line-height: 2;
}

/* line 2824, app/assets/stylesheets/new-design.scss */
.postman .postman-btn .rest_main {
  display: flex;
  padding: 50px;
}

/* line 2828, app/assets/stylesheets/new-design.scss */
.postman .postman-btn .rest_main .get {
  width: 200px;
  border-right: none;
  border-radius: 6px 0px 0px 6px;
  padding-left: 15px;
}

/* line 2835, app/assets/stylesheets/new-design.scss */
.postman .postman-btn .rest_main .pipe {
  padding-right: 10px;
  color: #ccc;
  font-size: 24px;
  font-weight: 400;
}

/* line 2842, app/assets/stylesheets/new-design.scss */
.postman .postman-btn .rest_main #admin_url {
  width: 40%;
  display: flex;
  align-items: center;
  padding-left: 20px;
  border: 1px solid lightgray;
  border-left: none;
  margin-right: 10px;
  border-radius: 0px 6px 6px 0px;
}

/* line 2853, app/assets/stylesheets/new-design.scss */
.postman .postman-btn .rest_main #api_request_url {
  border: 1px solid lightgray;
  border-radius: 6px;
  margin-right: 10px;
  padding-left: 10px;
}

/* line 2860, app/assets/stylesheets/new-design.scss */
.postman .postman-btn .rest_main #sendButton {
  background-color: #398ccb;
  height: 50px;
  border: 1px solid lightgray;
  color: #fff;
  font-weight: 600;
  border-radius: 6px;
}

/* line 2873, app/assets/stylesheets/new-design.scss */
.error-page {
  height: calc(100vh - 65px);
}

/* line 2876, app/assets/stylesheets/new-design.scss */
.error-page .head {
  height: calc(100% - 40px);
  background-color: #ffff;
}

/* line 2881, app/assets/stylesheets/new-design.scss */
.error-page .head .error-image .image {
  width: 350px;
  margin-bottom: -40px;
}

/* line 2887, app/assets/stylesheets/new-design.scss */
.error-page .head .head-text {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #1d2024;
}

/* line 2894, app/assets/stylesheets/new-design.scss */
.error-page .head .sub-head-text {
  font-size: 16px;
  color: #605c6b;
  line-height: 1.6;
}

/* line 2901, app/assets/stylesheets/new-design.scss */
.error-page .footer {
  position: absolute;
  bottom: 0px;
  height: 300px;
  width: 100%;
  background-color: #ecf7ff;
}

/* line 2908, app/assets/stylesheets/new-design.scss */
.error-page .footer .sub-head-text {
  font-size: 16px;
  color: #605c6b;
  margin: 50px 0px;
  line-height: 1.5;
}

/* line 2915, app/assets/stylesheets/new-design.scss */
.error-page .footer .head {
  background-color: #ecf7ff;
  font-size: 16px;
  font-weight: 600;
  color: #605c6b;
}

/* line 2922, app/assets/stylesheets/new-design.scss */
.error-page .footer .input-box {
  width: 400px;
  background: #fff;
  height: 48px;
  border-radius: 8px;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  margin-top: 10px;
  border: 1px solid #c7c5cd;
}

/* line 2933, app/assets/stylesheets/new-design.scss */
.error-page .footer .input-box .inputBase {
  border: none;
}

/* line 2936, app/assets/stylesheets/new-design.scss */
.error-page .footer .input-box .inputBase textarea:focus,
.error-page .footer .input-box .inputBase input:focus {
  outline: none;
}

/* line 2945, app/assets/stylesheets/new-design.scss */
.rails-default-error-page {
  background-color: #efefef;
  color: #2e2f30;
  text-align: center;
  font-family: arial, sans-serif;
  margin: 0;
  padding: 2px;
  text-wrap: balance;
  height: auto;
}

/* line 2956, app/assets/stylesheets/new-design.scss */
.rails-default-error-page div.dialog {
  width: 95%;
  max-width: 43em;
  margin: 4em auto 0;
  margin-left: 650px;
  margin-right: 600px;
}

/* line 2964, app/assets/stylesheets/new-design.scss */
.rails-default-error-page div.dialog > div {
  border: 1px solid #ccc;
  border-right-color: #999;
  border-left-color: #999;
  border-bottom-color: #bbb;
  border-top: #010810 solid 2px;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  background-color: white;
  padding: 7px 12% 0;
  box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
}

/* line 2977, app/assets/stylesheets/new-design.scss */
.rails-default-error-page h1 {
  font-size: 100%;
  color: #010810;
  line-height: 1.5em;
}

/* line 2983, app/assets/stylesheets/new-design.scss */
.rails-default-error-page div.dialog > p {
  margin: 0 0 1em;
  padding: 1em;
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  border-right-color: #999;
  border-left-color: #999;
  border-bottom-color: #999;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-color: #dadada;
  color: #666;
  box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
  font-family: arial, sans-serif;
  text-wrap: balance;
}

/* line 3002, app/assets/stylesheets/new-design.scss */
.main_staff_container .staffImport {
  height: 36px;
  border-radius: 8px;
  border: 1px solid #398ccb;
  min-width: 100px;
  color: #398ccb;
  font-size: 15px;
  margin-right: 10px;
  cursor: pointer;
}

/* line 3013, app/assets/stylesheets/new-design.scss */
.main_staff_container .file-update {
  height: 36px;
  min-width: 100px;
  border-radius: 8px;
  background: #ccc;
  color: #fff;
  font-weight: 600;
  border: none;
  cursor: not-allowed;
}

/* line 3026, app/assets/stylesheets/new-design.scss */
.staffs-container .head {
  font-size: 20px;
  font-weight: 600;
  color: #141b23;
}

/* line 3032, app/assets/stylesheets/new-design.scss */
.staffs-container .sub-head {
  font-size: 14px;
  line-height: 2;
  color: #676c72;
}

/* line 3038, app/assets/stylesheets/new-design.scss */
.staffs-container .divider {
  max-width: 100% !important;
  border-top: 1px solid #dbd9de;
}

/* line 3043, app/assets/stylesheets/new-design.scss */
.staffs-container .tableFixHead {
  overflow-y: auto;
  margin-top: 20px;
  border-radius: 8px;
  max-height: calc(100vh - 428px);
}

/* line 3050, app/assets/stylesheets/new-design.scss */
.staffs-container .tableFixHead thead tr {
  position: sticky;
  top: 0px;
}

/* line 3057, app/assets/stylesheets/new-design.scss */
#staffPopover .dialog-paper {
  border-radius: 20px;
}

/* line 3061, app/assets/stylesheets/new-design.scss */
#staffPopover .close-staff {
  font-size: 32px !important;
  position: absolute;
  right: 24px;
  top: 16px;
}

/* line 3069, app/assets/stylesheets/new-design.scss */
.popup_staff {
  padding: 20px;
}

/* line 3072, app/assets/stylesheets/new-design.scss */
.popup_staff .head {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  text-align: center;
}

/* line 3079, app/assets/stylesheets/new-design.scss */
.popup_staff .sub-head {
  font-size: 14px;
  color: #605c6b;
  padding: 0px 40px;
  text-align: center;
}

/* line 3087, app/assets/stylesheets/new-design.scss */
.upload_staff_file {
  border: 2px dashed #398ccb;
  margin: 20px;
  border-radius: 12px;
  background: #f5fbff;
}

/* line 3094, app/assets/stylesheets/new-design.scss */
.file_buttons_main {
  margin-top: -60px;
  margin-left: 700px;
}

/* line 3099, app/assets/stylesheets/new-design.scss */
.download_section {
  margin: 20px;
}

/* line 3103, app/assets/stylesheets/new-design.scss */
.search_staff {
  width: 30%;
  position: relative;
}

/* line 3107, app/assets/stylesheets/new-design.scss */
.search_staff .staff_search_icon {
  top: 10px;
}

/* line 3111, app/assets/stylesheets/new-design.scss */
.search_staff .searchbox_staff {
  padding: 5px 0px !important;
}

/* line 3116, app/assets/stylesheets/new-design.scss */
.staff_id_col {
  padding-left: 50px !important;
}

/* line 3120, app/assets/stylesheets/new-design.scss */
.search-import {
  margin-top: 24px;
}

/* line 3125, app/assets/stylesheets/new-design.scss */
.search-bar-wrap #search-content {
  max-height: 470px;
  padding-top: 10px;
}

/* line 3132, app/assets/stylesheets/new-design.scss */
.selected .field_categories_count {
  background: none !important;
}

/* line 3137, app/assets/stylesheets/new-design.scss */
.sortable-ghost {
  opacity: 30%;
}

/* line 3141, app/assets/stylesheets/new-design.scss */
.search-bar-wrap {
  z-index: 1;
}

/* line 3144, app/assets/stylesheets/new-design.scss */
.search-bar-wrap .content {
  position: relative;
  z-index: 0;
}

/* line 3148, app/assets/stylesheets/new-design.scss */
.search-bar-wrap .content .library-search {
  width: 100%;
}

/* line 3153, app/assets/stylesheets/new-design.scss */
.search-bar-wrap .search-file {
  vertical-align: middle;
}

/* line 3158, app/assets/stylesheets/new-design.scss */
.search-bar-wrap .dropdown-item {
  border-left: 3px solid transparent;
}

/* line 3162, app/assets/stylesheets/new-design.scss */
.search-bar-wrap .dropdown-item:hover {
  background: #fbfbfb !important;
  border-left: 3px solid #3a4e66;
}

/* line 3167, app/assets/stylesheets/new-design.scss */
.search-bar-wrap .line {
  color: white;
  border-top: 1px solid #e8e8e8;
}

/* line 3172, app/assets/stylesheets/new-design.scss */
.search-bar-wrap .sticky {
  position: sticky;
  background: white;
  top: 0px;
}

/* line 3179, app/assets/stylesheets/new-design.scss */
.search-bar-wrap .sticky-search {
  position: sticky;
  background: white;
  bottom: 0px;
  padding: 0px 0px;
}

/* line 3186, app/assets/stylesheets/new-design.scss */
.search-bar-wrap .file-bg {
  padding: 6px 8px;
  background: #eaeaea;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 16px;
}

/* line 3194, app/assets/stylesheets/new-design.scss */
.search-bar-wrap .search-head {
  font-size: 12px;
  margin-left: 20px;
}

/* line 3199, app/assets/stylesheets/new-design.scss */
.search-bar-wrap .dropdown-container {
  position: relative;
}

/* line 3203, app/assets/stylesheets/new-design.scss */
.search-bar-wrap .dropdown-btn {
  padding: 1em 2em;
  font-size: 1rem;
  text-align: center;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  width: 100%;
  text-align: left;
}

/* line 3216, app/assets/stylesheets/new-design.scss */
.search-bar-wrap .dropdown-btn:hover {
  background-color: #eaeaea;
}

/* line 3220, app/assets/stylesheets/new-design.scss */
.search-bar-wrap .dropdown-btn:active,
.search-bar-wrap .dropdown-btn:focus {
  outline: none;
}

/* line 3225, app/assets/stylesheets/new-design.scss */
.search-bar-wrap .dropdown-menu {
  padding-top: 0px;
  position: absolute;
  display: none;
  overflow: auto;
  min-width: 265px;
  margin-top: 10px;
  padding-left: 0;
  list-style: none;
  border-radius: 6px;
  background-color: white;
  width: 100%;
  cursor: pointer;
}

/* line 3241, app/assets/stylesheets/new-design.scss */
.search-bar-wrap .dropdown-show {
  display: block;
  z-index: 2;
  margin-top: 20px;
  border-radius: 16px;
  box-shadow: 4px 4px 42px 6px #0000001c;
  height: 400px;
  overflow-x: auto;
  padding: 15px 0px;
}

/* line 3252, app/assets/stylesheets/new-design.scss */
.search-bar-wrap .dropdown-menu > li {
  padding: 10px 20px;
  font-size: 14px;
  color: black;
  display: flex;
}

/* line 3259, app/assets/stylesheets/new-design.scss */
.search-bar-wrap .dropdown-menu > li:first-child {
  border-radius: 6px 6px 0 0;
}

/* line 3263, app/assets/stylesheets/new-design.scss */
.search-bar-wrap .dropdown-menu > li:last-child {
  border-radius: 0 0 6px 6px;
}

/* line 3267, app/assets/stylesheets/new-design.scss */
.search-bar-wrap .dropdown-menu > li:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 3271, app/assets/stylesheets/new-design.scss */
.search-bar-wrap #dropdown-search {
  margin-left: 1em;
  font-family: Calibri, "Trebuchet MS", sans-serif;
  font-size: 0.8rem;
  background-color: transparent;
  border-style: none;
  padding-bottom: 4px;
  border-bottom: 1.8px solid transparent;
  transition: border-bottom 0.5s linear;
  width: 90%;
}

/* line 3283, app/assets/stylesheets/new-design.scss */
.search-bar-wrap #dropdown-search:focus {
  outline: none;
  padding-bottom: 4px;
  border-bottom: 1.8px solid rgba(0, 0, 0, 0.5);
}

/* line 3289, app/assets/stylesheets/new-design.scss */
.search-bar-wrap .search-text-highlight {
  color: red;
}

/* line 3293, app/assets/stylesheets/new-design.scss */
.search-bar-wrap mark {
  background: none !important;
  color: #398ccb;
  padding: 1px;
}

/* line 3299, app/assets/stylesheets/new-design.scss */
.search-bar-wrap .search-content-input {
  margin: 0 !important;
}

/* line 3303, app/assets/stylesheets/new-design.scss */
.search-bar-wrap .content {
  position: relative;
  z-index: 0;
}

/* line 3315, app/assets/stylesheets/new-design.scss */
#tippy-1 {
  display: block !important;
}

/* line 3319, app/assets/stylesheets/new-design.scss */
.show_actions_ul {
  background-color: white;
  position: absolute;
  padding: 5px !important;
  margin: auto;
  top: -30px;
  right: 20px;
  z-index: 99999;
  box-shadow: 0 0 0 1px #ecedef, 0 8px 18px -2px rgba(18, 27, 36, 0.22);
}

/* line 3330, app/assets/stylesheets/new-design.scss */
.column-grouping,
.text-column,
.numeric-column {
  font-size: 12px;
  color: #9793a2;
}

/* line 3336, app/assets/stylesheets/new-design.scss */
.column-grouping .d-flex,
.text-column .d-flex,
.numeric-column .d-flex {
  margin-left: 8px;
  margin-bottom: -5px;
}

/* line 3342, app/assets/stylesheets/new-design.scss */
.list-menu {
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
  transition: all 0.6s;
  border-radius: 5px;
  color: #121b24;
  font-size: 13px;
  letter-spacing: -0.24px;
  line-height: 16px;
  position: relative;
  line-height: 1.5;
}

/* line 3358, app/assets/stylesheets/new-design.scss */
.show_actions_ul .list-menu:hover {
  background-color: #e2e2e2;
  color: #252526;
}

/* line 3363, app/assets/stylesheets/new-design.scss */
.dont-hide {
  color: #121b24 !important;
}

/* line 3367, app/assets/stylesheets/new-design.scss */
.pagination {
  line-height: 1;
}

/* line 3371, app/assets/stylesheets/new-design.scss */
.date-disabled {
  opacity: 0.5;
  color: #666;
  cursor: not-allowed;
  pointer-events: none;
}

/* line 3380, app/assets/stylesheets/new-design.scss */
.date-disabled input[type="radio"],
.date-disabled .icon {
  display: none;
}

/* line 3385, app/assets/stylesheets/new-design.scss */
.date-disabled .fp-lock-icon {
  display: inline-flex;
  align-items: center;
  margin-right: 6px;
  vertical-align: middle;
  background: none;
  border: none;
  padding: 0;
  box-shadow: none;
}

/* line 3397, app/assets/stylesheets/new-design.scss */
.fp-locked {
  position: relative;
}

/* line 3400, app/assets/stylesheets/new-design.scss */
.fp-locked:hover .fp-lock-tooltip {
  display: block;
}

/* line 3404, app/assets/stylesheets/new-design.scss */
.fp-locked .fp-lock-tooltip {
  display: none;
  position: absolute;
  bottom: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%);
  background: #1D2024;
  color: #fff;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 400;
  z-index: 10000;
  white-space: nowrap;
  pointer-events: none;
  line-height: 1.5;
}

/* line 3421, app/assets/stylesheets/new-design.scss */
.fp-locked .fp-lock-tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #1D2024;
}

/* line 3431, app/assets/stylesheets/new-design.scss */
.fp-locked .fp-lock-tooltip .fp-lock-tooltip-sub {
  opacity: 0.7;
  font-size: 11px;
}

/* line 3439, app/assets/stylesheets/new-design.scss */
#date-range-form > .fp-lock-tooltip.fp-lock-tooltip--portal {
  display: none;
  position: absolute;
  background: #0c0f14;
  color: #fff;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 400;
  z-index: 100051;
  white-space: normal;
  text-align: center;
  pointer-events: none;
  line-height: 1.45;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
  min-width: 220px;
  box-sizing: border-box;
}

/* line 3457, app/assets/stylesheets/new-design.scss */
#date-range-form > .fp-lock-tooltip.fp-lock-tooltip--portal::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #0c0f14;
}

/* line 3467, app/assets/stylesheets/new-design.scss */
#date-range-form > .fp-lock-tooltip.fp-lock-tooltip--portal .fp-lock-tooltip-sub {
  opacity: 0.88;
  font-size: 11px;
  text-align: center;
  margin-top: 2px;
}

/* line 3474, app/assets/stylesheets/new-design.scss */
#date-range-form > .fp-lock-tooltip.fp-lock-tooltip--portal.fp-lock-tooltip--visible {
  display: block;
}

/* line 3480, app/assets/stylesheets/new-design.scss */
.rp_disabled {
  position: relative !important;
  overflow: visible !important;
  color: transparent !important;
  opacity: 1 !important;
}

/* line 3486, app/assets/stylesheets/new-design.scss */
.rp_disabled .rp-cell-lock {
  position: absolute;
  bottom: 1px;
  left: 2px;
  line-height: 1;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.15s;
}

/* line 3496, app/assets/stylesheets/new-design.scss */
.rp_disabled .rp-cell-tooltip {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  background: #1D2024;
  color: #fff;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 11px;
  font-weight: 400;
  z-index: 999999;
  white-space: nowrap;
  text-align: center;
  pointer-events: none;
  line-height: 1.5;
}

/* line 3514, app/assets/stylesheets/new-design.scss */
.rp_disabled .rp-cell-tooltip::after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 4px solid transparent;
  border-bottom-color: #1D2024;
}

/* line 3524, app/assets/stylesheets/new-design.scss */
.rp_disabled .rp-cell-tooltip .rp-cell-tooltip-sub {
  opacity: 0.7;
  font-size: 10px;
}

/* line 3530, app/assets/stylesheets/new-design.scss */
.rp_disabled:hover {
  z-index: 100000;
}

/* line 3533, app/assets/stylesheets/new-design.scss */
.rp_disabled:hover .rp-cell-lock {
  opacity: 1;
}

/* line 3536, app/assets/stylesheets/new-design.scss */
.rp_disabled:hover .rp-cell-tooltip {
  display: block;
}

/* line 3543, app/assets/stylesheets/new-design.scss */
.xdsoft_datetimepicker .xdsoft_calendar {
  overflow: visible;
}

/* line 3547, app/assets/stylesheets/new-design.scss */
.xdsoft_datetimepicker .xdsoft_calendar table {
  overflow: visible;
}

/* line 3552, app/assets/stylesheets/new-design.scss */
#search-content .dropdown-item {
  padding: 10px 20px;
}

/* line 3556, app/assets/stylesheets/new-design.scss */
#search-content a {
  font-size: 14px;
}

/* line 3561, app/assets/stylesheets/new-design.scss */
.library-no-result {
  text-align: center;
  color: #1d2024;
  font-weight: 500;
  padding: 25px;
  font-size: 15px;
  padding: 25px;
}

/* line 3570, app/assets/stylesheets/new-design.scss */
#searchbox {
  border-radius: 10px;
}

/* line 3574, app/assets/stylesheets/new-design.scss */
.swal2-container {
  z-index: 999999 !important;
}

/* line 3578, app/assets/stylesheets/new-design.scss */
.swal2-validation-message {
  margin-bottom: 16px;
}

/* line 3582, app/assets/stylesheets/new-design.scss */
.validate_name {
  font-size: 10px;
  color: gray;
  font-style: italic;
  margin-top: -16px;
  margin-bottom: 10px;
  letter-spacing: 0.3px;
  margin-left: 5px;
}

/* line 3592, app/assets/stylesheets/new-design.scss */
.sync-main-container {
  position: fixed;
  left: 20px;
  bottom: 0;
}

/* line 3593, app/assets/stylesheets/new-design.scss */
.sync-main-container .sync-container {
  width: 320px;
  padding: 16px 24px;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 4px 4px 10px #00000026;
}

/* line 3603, app/assets/stylesheets/new-design.scss */
.sync-main-container .sync-head {
  display: flex;
  justify-content: space-between;
  color: var(--Black, #1d2024);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
}

/* line 3615, app/assets/stylesheets/new-design.scss */
.sync-main-container .sync-subhead {
  color: var(--Grey-700, #7b7789);
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 123.077% */
  margin-bottom: 16px;
  margin-top: 4px;
}

/* line 3627, app/assets/stylesheets/new-design.scss */
.sync-main-container .divider {
  width: 320px;
  height: 1px;
  background: #d9d9d9;
  margin: 0px -24px;
}

/* line 3634, app/assets/stylesheets/new-design.scss */
.sync-main-container .sync-body {
  margin-top: 16px;
}

/* line 3638, app/assets/stylesheets/new-design.scss */
.sync-main-container .progress {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

/* line 3645, app/assets/stylesheets/new-design.scss */
.sync-main-container .progress-text {
  color: var(--Grey-800, #605c6b);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

/* line 3655, app/assets/stylesheets/new-design.scss */
.sync-main-container .percentage {
  display: flex;
  gap: 10px;
  font-size: 14px;
  color: #9793a2;
}

/* line 3662, app/assets/stylesheets/new-design.scss */
.sync-main-container .progress-bar {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: radial-gradient(closest-side, white 79%, transparent 80% 100%);
}

/* line 3669, app/assets/stylesheets/new-design.scss */
.sync-main-container .main-progress-bar {
  position: relative;
  z-index: -1;
  width: 56px;
  height: 56px;
  border-radius: 50%;
}

/* line 3682, app/assets/stylesheets/new-design.scss */
#add-column-data td {
  vertical-align: top;
}

/* line 3686, app/assets/stylesheets/new-design.scss */
.search-report-fields {
  width: 100%;
  height: 21rem;
  overflow: hidden;
  overflow-y: auto;
  width: 345px;
  scrollbar-width: auto;
}

/* line 3695, app/assets/stylesheets/new-design.scss */
.add-field-label {
  display: flex;
  max-width: 144px;
  margin: 0px 0px 8px 0px;
  white-space: normal;
  overflow: visible;
  align-items: center;
  color: #605c6b;
  cursor: pointer;
}

/* line 3706, app/assets/stylesheets/new-design.scss */
.field_categories_count {
  background: #e5e5e5;
  padding: 2px 5px;
  border-radius: 9px;
  margin-left: 5px;
  display: inline-flex;
  align-items: center;
  pointer-events: none;
}

/* line 3716, app/assets/stylesheets/new-design.scss */
.no-col-added {
  display: flex;
  justify-content: center;
  cursor: default;
  min-width: 190px;
  position: relative;
  color: #a19595;
  padding: 17px !important;
  border: 1px solid lightgray !important;
  border-radius: 10px !important;
  font-size: 12px !important;
}

/* line 3729, app/assets/stylesheets/new-design.scss */
.added-cols {
  cursor: default;
  min-width: 190px;
  position: relative;
}

/* line 3734, app/assets/stylesheets/new-design.scss */
.added-cols .draggable-field-name {
  width: 100%;
}

/* line 3740, app/assets/stylesheets/new-design.scss */
.show-actions .icon-action {
  position: absolute;
  right: 3px;
  top: 8px;
  margin-right: 3px;
  cursor: pointer;
}

/* line 3748, app/assets/stylesheets/new-design.scss */
.show-actions .actions-list {
  width: 138px;
  padding: 6px 10px;
}

/* line 3754, app/assets/stylesheets/new-design.scss */
.request-help-container {
  padding: 25px;
  /* Custom Report Contact Classes */
}

/* line 3758, app/assets/stylesheets/new-design.scss */
.request-help-container .container {
  border-radius: 8px;
  border: 1px solid #398ccb;
  background-color: #f5f9fc;
  display: none;
  max-width: 432px;
  gap: 20px;
  font: 400 12px/133% Inter, sans-serif;
  color: #1d2024;
  white-space: nowrap;
  justify-content: space-between;
  padding: 13px 19px;
  height: 44px;
  margin-top: 12px;
}

/* line 3774, app/assets/stylesheets/new-design.scss */
.request-help-container .file-info-wrapper {
  display: flex;
  gap: 10px;
}

/* line 3779, app/assets/stylesheets/new-design.scss */
.request-help-container .file-icon {
  aspect-ratio: 0.88;
  width: 16px;
  -o-object-fit: auto;
     object-fit: auto;
  -o-object-position: center;
     object-position: center;
  border: 2px solid #398ccb;
  stroke-width: 2px;
  stroke: #398ccb;
}

/* line 3789, app/assets/stylesheets/new-design.scss */
.request-help-container .filename {
  margin: auto 0;
}

/* line 3793, app/assets/stylesheets/new-design.scss */
.request-help-container .close-icon {
  aspect-ratio: 1;
  width: 9px;
  -o-object-fit: auto;
     object-fit: auto;
  -o-object-position: center;
     object-position: center;
  border: 1px solid #1d2024;
  stroke-width: 1px;
  stroke: #1d2024;
  margin: auto 0;
}

/* line 3804, app/assets/stylesheets/new-design.scss */
.request-help-container .error-text {
  font-size: 12px;
  color: #d24035;
}

/* line 3809, app/assets/stylesheets/new-design.scss */
.request-help-container .file-info-wrapper {
  display: flex;
  gap: 10px;
}

/* line 3814, app/assets/stylesheets/new-design.scss */
.request-help-container .file-icon {
  aspect-ratio: 0.88;
  width: 16px;
  -o-object-fit: auto;
     object-fit: auto;
  -o-object-position: center;
     object-position: center;
  border: 2px solid #398ccb;
  stroke-width: 2px;
  stroke: #398ccb;
}

/* line 3824, app/assets/stylesheets/new-design.scss */
.request-help-container .filename {
  margin: auto 0;
}

/* line 3828, app/assets/stylesheets/new-design.scss */
.request-help-container .close-icon {
  aspect-ratio: 1;
  width: 9px;
  -o-object-fit: auto;
     object-fit: auto;
  -o-object-position: center;
     object-position: center;
  border: 1px solid #1d2024;
  stroke-width: 1px;
  stroke: #1d2024;
  margin: auto 0;
}

/* line 3839, app/assets/stylesheets/new-design.scss */
.request-help-container .request-help-container {
  border-radius: 12px;
  background-color: #fff;
  display: flex;
  max-width: 480px;
  flex-direction: column;
  padding: 26px 0;
}

/* line 3848, app/assets/stylesheets/new-design.scss */
.request-help-container .title {
  color: var(--Secondary, #3a4e66);
  align-self: center;
  font: 600 18px/117% Inter, sans-serif;
}

/* line 3854, app/assets/stylesheets/new-design.scss */
.request-help-container .form-container {
  display: flex;
  margin-top: 27px;
  width: 100%;
  flex-direction: column;
  font-size: 13px;
  font-weight: 400;
  line-height: 123%;
  padding: 0 24px;
}

/* line 3865, app/assets/stylesheets/new-design.scss */
.request-help-container .form-label {
  color: var(--Black, #1d2024);
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 14px;
}

/* line 3872, app/assets/stylesheets/new-design.scss */
.request-help-container .email-input {
  font-family: Inter, sans-serif;
  border-radius: 8px;
  border: 1px solid #e0dee0;
  background-color: #fff;
  margin-top: 15px;
  align-items: start;
  color: var(--Grey-800, #605c6b);
  white-space: nowrap;
  justify-content: center;
  padding: 9px 16px;
}

/* line 3887, app/assets/stylesheets/new-design.scss */
.request-help-container .issue-selection {
  display: flex;
  margin-top: 23px;
  gap: 20px;
  border: 0;
}

/* line 3895, app/assets/stylesheets/new-design.scss */
.request-help-container .issue-category {
  display: flex;
  flex-direction: column;
  color: var(--Black, #1d2024);
}

/* line 3901, app/assets/stylesheets/new-design.scss */
.request-help-container .category-label {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 14px;
}

/* line 3907, app/assets/stylesheets/new-design.scss */
.request-help-container .issue-option {
  display: flex;
  margin-top: 12px;
  gap: 8px;
  color: var(--Grey-800, #605c6b);
}

/* line 3914, app/assets/stylesheets/new-design.scss */
.request-help-container .radio-button {
  stroke-width: 1px;
  border: 1px solid #c7c5cd;
  background-color: #fff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

/* line 3924, app/assets/stylesheets/new-design.scss */
.request-help-container .pointer {
  cursor: pointer;
}

/* line 3928, app/assets/stylesheets/new-design.scss */
.request-help-container .radio-button-selected {
  stroke-width: 1px;
  border: 1px solid #398ccb;
  background-color: var(--Primary, #398ccb);
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

/* line 3937, app/assets/stylesheets/new-design.scss */
.request-help-container .issue-text {
  font-family: Inter, sans-serif;
  flex-grow: 1;
}

/* line 3943, app/assets/stylesheets/new-design.scss */
.request-help-container .description-input {
  font-family: Inter, sans-serif;
  border-radius: 8px;
  border: 1px solid #e0dee0;
  background-color: #fff;
  margin-top: 11px;
  align-items: start;
  color: var(--Grey-800, #605c6b);
  justify-content: center;
  padding: 9px 16px;
}

/* line 3955, app/assets/stylesheets/new-design.scss */
.request-help-container .description-label {
  color: var(--Black, #1d2024);
  font-family: Inter, sans-serif;
  font-weight: 500;
  margin-top: 23px;
}

/* line 3962, app/assets/stylesheets/new-design.scss */
.request-help-container .description-placeholder {
  font-family: Inter, sans-serif;
  border-radius: 8px;
  border: 1px solid #e0dee0;
  background-color: #fff;
  margin-top: 12px;
  align-items: start;
  color: var(--Grey-800, #605c6b);
  padding: 11px 12px 72px;
}

/* line 3973, app/assets/stylesheets/new-design.scss */
.request-help-container .attach-file {
  align-self: start;
  display: flex;
  margin-top: 9px;
  gap: 5px;
  color: var(--Primary, #398ccb);
  font-weight: 500;
}

/* line 3982, app/assets/stylesheets/new-design.scss */
.request-help-container .attach-icon {
  aspect-ratio: 1;
  -o-object-fit: auto;
     object-fit: auto;
  -o-object-position: center;
     object-position: center;
  width: 14px;
  stroke-width: 1px;
  stroke: var(--Primary, #398ccb);
  border: 1px solid #398ccb;
}

/* line 3992, app/assets/stylesheets/new-design.scss */
.request-help-container .attach-text {
  font-family: Inter, sans-serif;
  margin: auto 0;
}

/* line 3997, app/assets/stylesheets/new-design.scss */
.request-help-container .button-group {
  align-self: center;
  display: flex;
  margin-top: 21px;
  gap: 12px;
  font-weight: 600;
}

/* line 4005, app/assets/stylesheets/new-design.scss */
.request-help-container .cancel-button {
  font-family: Inter, sans-serif;
  border-radius: 8px;
  border: 1px solid #eae9eb;
  background-color: #fff;
  color: #48494c;
  white-space: nowrap;
  justify-content: center;
  padding: 8px 14px;
  display: flex;
  height: 28px;
  align-items: center;
}

/* line 4019, app/assets/stylesheets/new-design.scss */
.request-help-container .submit-button {
  font-family: Inter, sans-serif;
  border-radius: 8px;
  background-color: var(--Primary, #398ccb);
  color: #fff;
  justify-content: center;
  padding: 8px 14px;
  display: flex;
  height: 28px;
  align-items: center;
}

/* line 4031, app/assets/stylesheets/new-design.scss */
.request-help-container .alert-container {
  border-radius: 8px;
  border: 1px solid #efb8b4;
  background-color: #fbeceb;
  display: flex;
  gap: 9px;
  font-size: 12px;
  color: #1d2024;
  font-weight: 400;
  line-height: 1.33;
  padding: 8px 13px;
  height: 32px;
  display: flex;
  align-items: baseline;
  margin-top: 8px;
}

/* line 4048, app/assets/stylesheets/new-design.scss */
.request-help-container .alert-icon {
  aspect-ratio: 1;
  -o-object-fit: auto;
     object-fit: auto;
  -o-object-position: center;
     object-position: center;
  width: 14px;
  fill: #d24035;
}

/* line 4056, app/assets/stylesheets/new-design.scss */
.request-help-container .alert-message {
  font-family: "Inter", sans-serif;
  flex-grow: 1;
  margin: auto 0;
}

/* line 4062, app/assets/stylesheets/new-design.scss */
.request-help-container .custom-report-contact {
  display: none;
}

/* line 4068, app/assets/stylesheets/new-design.scss */
#date-range-message .info-container {
  border-radius: 6px;
  border: 1px solid #fcd34d;
  background: #fef3c7;
  height: 61px;
  flex-shrink: 0;
  padding: 8px;
  margin: 0 15px 0px 0px;
  position: absolute;
  bottom: 35px;
  left: 22px;
  width: 91%;
}

/* line 4081, app/assets/stylesheets/new-design.scss */
#date-range-message .info-container .flex {
  display: flex;
  justify-content: space-between;
}

/* line 4086, app/assets/stylesheets/new-design.scss */
#date-range-message .info-container .text {
  color: var(--Black, #1d2024);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  padding: 0 5px;
}

/* line 4097, app/assets/stylesheets/new-design.scss */
#date-range-message .info-container .image {
  padding-right: 8px;
}

/* line 4102, app/assets/stylesheets/new-design.scss */
#date-range-message .add-message {
  border-bottom: 4px solid #fcd34d;
}

/* line 4106, app/assets/stylesheets/new-design.scss */
#date-range-message .add-message:before {
  animation: none !important;
  transition: none !important;
}

/* line 4111, app/assets/stylesheets/new-design.scss */
#date-range-message .info-container:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  border-bottom: 4px solid #fcd34d;
}

@keyframes border_anim {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}

/* line 4131, app/assets/stylesheets/new-design.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.rp_disabled:hover {
  background: #f5f5f5 !important;
  color: transparent !important;
  box-shadow: none !important;
}

/* line 4137, app/assets/stylesheets/new-design.scss */
.select-compare {
  border: 1px solid #c7c7c7;
  background: transparent;
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/drop-arrow-f739facd5611bc6470a8a69c63b30737e00df2fd3d975c68f190239cd3b3244a.png) !important;
  width: 159px;
  height: 30px;
  border-radius: 8px;
  font-size: 12px;
  padding: 0 10px;
  background-repeat: no-repeat;
  background-position: 93% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

/* line 4154, app/assets/stylesheets/new-design.scss */
#compare-date-text {
  width: 195px;
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/Icon_Calender-e9052d294bd0d06fa00760f0dca1bf4255fbefd587710aaddf1590e86b845125.svg) !important;
  background: transparent;
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 20px;
  pointer-events: none;
}

/* line 4164, app/assets/stylesheets/new-design.scss */
.cusomer-report-table-container {
  min-width: 900px;
  overflow: auto;
}

/* line 4168, app/assets/stylesheets/new-design.scss */
.cusomer-report-table-container th {
  background: #f7f7f8;
  color: var(--Grey-700, #7b7789);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}

/* line 4176, app/assets/stylesheets/new-design.scss */
.cusomer-report-table-container tr {
  height: 42px;
  border-bottom: 1px solid #f7f7f7;
}

/* line 4181, app/assets/stylesheets/new-design.scss */
.cusomer-report-table-container .report-name-data {
  display: flex;
  background: #fafafb;
  height: 42px;
  align-items: center;
}

/* line 4189, app/assets/stylesheets/new-design.scss */
.cusomer-report-table-container table {
  text-align: left;
  width: 100;
  border-radius: 8px;
  background: #ffff;
}

/* line 4196, app/assets/stylesheets/new-design.scss */
.cusomer-report-table-container .report-name {
  color: var(--Black, #1d2024);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

/* line 4204, app/assets/stylesheets/new-design.scss */
.cusomer-report-table-container .report-sub-name {
  color: var(--Grey-600, #9793a2);
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  line-height: 16px;
}

/* line 4212, app/assets/stylesheets/new-design.scss */
.cusomer-report-table-container th {
  padding-left: 6px;
}

/* line 4216, app/assets/stylesheets/new-design.scss */
.cusomer-report-table-container td {
  color: var(--Black, #1d2024);
  padding-left: 16px;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
}

/* Multishop Inclusion Classes */
/* line 4227, app/assets/stylesheets/new-design.scss */
.head-ms1 {
  border-bottom: 1px solid #ecedef;
}

/* line 4232, app/assets/stylesheets/new-design.scss */
.body-ms1 {
  margin-top: 13px;
  max-height: 235px;
  overflow: auto;
  z-index: 9999;
  position: relative;
}

/* line 4240, app/assets/stylesheets/new-design.scss */
.footer-ms1 {
  border-top: 1px solid #ecedef;
}

/* line 4244, app/assets/stylesheets/new-design.scss */
.action-btn-ms1 {
  float: right;
  padding: 16px 24px 16px 16px;
}

/* line 4249, app/assets/stylesheets/new-design.scss */
.multishop-dropdown1 {
  width: 360px;
  border-radius: 16px;
  box-shadow: 2px 2px 4px 0px #0000001a;
  background: #ffff;
  position: absolute;
  top: 40px;
  right: 0px;
  z-index: 2;
  border: 1px solid #ecedef;
}

/* line 4262, app/assets/stylesheets/new-design.scss */
.search-input-ms1 {
  border-radius: 16px 16px 0px 0px;
  border: none;
  font-size: 13px;
  line-height: 16px;
  height: 47px;
  background: #ffff;
  text-indent: 45px;
}

/* line 4272, app/assets/stylesheets/new-design.scss */
.search-icon-ms1 {
  position: absolute;
  top: 16px;
  left: 22px;
}

/* line 4278, app/assets/stylesheets/new-design.scss */
.check-ms1 {
  align-items: center;
  margin-left: 24px;
  margin-bottom: 24px;
  position: relative;
}

/* line 4285, app/assets/stylesheets/new-design.scss */
.shop-name-ms1 {
  margin-left: 12px;
  font-size: 14px;
}

/* line 4290, app/assets/stylesheets/new-design.scss */
.store-status-ms1 {
  position: absolute;
  font-size: 12px;
  color: #7b7789;
  left: 25px;
  top: 20px;
}

/* line 4298, app/assets/stylesheets/new-design.scss */
textarea:focus,
input:focus {
  outline: none;
}

/* line 4303, app/assets/stylesheets/new-design.scss */
.disabled-ms1 [type="checkbox"] {
  opacity: 0.6;
}

/* line 4307, app/assets/stylesheets/new-design.scss */
.disabled-ms1 {
  color: #9793a2 !important;
  opacity: 0.6;
}

/* line 4312, app/assets/stylesheets/new-design.scss */
.isHidden-ms1 {
  display: none;
}

/* line 4316, app/assets/stylesheets/new-design.scss */
.head-ms2 {
  border-bottom: 1px solid #ecedef;
}

/* line 4321, app/assets/stylesheets/new-design.scss */
.body-ms2 {
  margin-top: 13px;
  max-height: 190px;
  overflow: auto;
  z-index: 9999;
  position: relative;
}

/* line 4329, app/assets/stylesheets/new-design.scss */
.footer-ms2 {
  border-top: 1px solid #ecedef;
}

/* line 4333, app/assets/stylesheets/new-design.scss */
.action-btn-ms2 {
  float: right;
  padding: 16px 24px 16px 16px;
}

/* line 4338, app/assets/stylesheets/new-design.scss */
.multishop-dropdown2 {
  width: 340px;
  border-radius: 16px;
  box-shadow: 2px 2px 4px 0px #0000001a;
  background: #ffff;
  position: absolute;
  top: 40px;
  right: 0px;
  z-index: 2;
  border: 1px solid #ecedef;
  top: 56px;
}

/* line 4352, app/assets/stylesheets/new-design.scss */
.search-input-ms2 {
  border-radius: 16px 16px 0px 0px;
  border: none;
  font-size: 12px;
  line-height: 16px;
  height: 47px;
  width: 340px;
  background: #ffff;
  text-indent: 45px;
}

/* line 4363, app/assets/stylesheets/new-design.scss */
.search-icon-ms2 {
  position: absolute;
  top: 16px;
  left: 22px;
}

/* line 4369, app/assets/stylesheets/new-design.scss */
.check-ms2 {
  align-items: center;
  margin-left: 24px;
  margin-bottom: 24px;
  position: relative;
}

/* line 4376, app/assets/stylesheets/new-design.scss */
.shop-name-ms2 {
  margin-left: 12px;
  font-size: 14px;
}

/* line 4381, app/assets/stylesheets/new-design.scss */
.store-status-ms2 {
  position: absolute;
  font-size: 12px;
  color: #7b7789;
  left: 27px;
  top: 20px;
}

/* line 4389, app/assets/stylesheets/new-design.scss */
textarea:focus,
input:focus {
  outline: none;
}

/* line 4394, app/assets/stylesheets/new-design.scss */
.disabled-ms2 [type="checkbox"] {
  opacity: 0.6;
  pointer-events: none;
}

/* line 4399, app/assets/stylesheets/new-design.scss */
.disabled-ms2 {
  color: #9793a2 !important;
  opacity: 0.6;
}

/* line 4404, app/assets/stylesheets/new-design.scss */
.isHidden-ms2 {
  display: none;
}

/* line 4408, app/assets/stylesheets/new-design.scss */
#noResult-ms1 {
  align-content: center;
  justify-content: center;
  padding-bottom: 13px;
}

/* line 4414, app/assets/stylesheets/new-design.scss */
#noResult-ms2 {
  align-content: center;
  justify-content: center;
  padding-bottom: 13px;
}

/* line 4420, app/assets/stylesheets/new-design.scss */
.report-opacity {
  opacity: 0.5;
}

/* line 4426, app/assets/stylesheets/new-design.scss */
#big-query-disconnect a {
  color: #fff !important;
}

/* line 4431, app/assets/stylesheets/new-design.scss */
.facebook-authorize-expired {
  padding: 0 15px;
  text-align: center;
}

/* line 4438, app/assets/stylesheets/new-design.scss */
#new_share_link_style .absolute {
  position: absolute;
  right: 15px;
  top: 8px;
}

/* line 4444, app/assets/stylesheets/new-design.scss */
#new_share_link_style .dropdown {
  position: relative;
  width: 180px;
  font-family: inherit;
}

/* line 4450, app/assets/stylesheets/new-design.scss */
#new_share_link_style .dropdown-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 12px;
  background: white;
  border: 1px solid #DBD9DE;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  color: #1D2024;
  transition: border-color 0.2s;
}

/* line 4464, app/assets/stylesheets/new-design.scss */
#new_share_link_style .dropdown-toggle:hover {
  border-color: #bdbac5;
}

/* line 4468, app/assets/stylesheets/new-design.scss */
#new_share_link_style .dropdown-menu {
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  background: white;
  border: 1px solid #E4E2E8;
  border-radius: 10px;
  padding: 6px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  z-index: 100;
}

/* line 4481, app/assets/stylesheets/new-design.scss */
#new_share_link_style .dropdown-menu.hidden {
  display: none;
}

/* line 4485, app/assets/stylesheets/new-design.scss */
#new_share_link_style .dropdown-item {
  padding: 10px 14px;
  color: #1D2024;
  font-size: 14px;
  cursor: pointer;
}

/* line 4492, app/assets/stylesheets/new-design.scss */
#new_share_link_style .dropdown-item:hover {
  background: #F4F4F7;
}

/* line 4496, app/assets/stylesheets/new-design.scss */
#new_share_link_style select {
  padding: 8px 12px;
  padding-right: 24px;
  font-size: 14px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  background-color: white;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg fill='none' stroke='%23676C72' stroke-width='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 16px 16px;
  min-width: 184px;
  height: -moz-fit-content;
  height: fit-content;
}

/* line 4512, app/assets/stylesheets/new-design.scss */
#new_share_link_style .save-btn {
  background-color: #398ccb;
  color: white;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  padding: 10px 22px;
  min-width: 68px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

/* line 4525, app/assets/stylesheets/new-design.scss */
#new_share_link_style .save-btn:disabled {
  background-color: #c4d6e5;
  cursor: not-allowed;
  opacity: 0.6;
}

/* line 4531, app/assets/stylesheets/new-design.scss */
#new_share_link_style .access-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 135px;
  overflow: auto;
}

/* line 4539, app/assets/stylesheets/new-design.scss */
#new_share_link_style .dialog-paper {
  border-radius: 12px;
}

/* line 4543, app/assets/stylesheets/new-design.scss */
#new_share_link_style .dialog-hide {
  visibility: hidden;
  opacity: 0;
  display: none;
}

/* line 4549, app/assets/stylesheets/new-design.scss */
#new_share_link_style .dialog {
  position: fixed;
  z-index: 9999;
}

/* line 4553, app/assets/stylesheets/new-design.scss */
#new_share_link_style .dialog .backdrop-root {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-tap-highlight-color: transparent;
  opacity: 1;
  transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

/* line 4567, app/assets/stylesheets/new-design.scss */
#new_share_link_style .dialog .backdrop-root .dialog-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 20px;
  outline: 0;
}

/* line 4576, app/assets/stylesheets/new-design.scss */
#new_share_link_style .dialog .backdrop-root .dialog-container .modal-footer {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-bottom: 0px;
  padding-top: 24px;
}

/* line 4587, app/assets/stylesheets/new-design.scss */
#new_share_link_style .shareable-modal {
  width: 480px;
  padding: 20px;
  display: flex;
  gap: 20px;
}

/* line 4594, app/assets/stylesheets/new-design.scss */
#new_share_link_style .hide-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

/* line 4600, app/assets/stylesheets/new-design.scss */
#new_share_link_style .access-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* line 4606, app/assets/stylesheets/new-design.scss */
#new_share_link_style .people-with-access-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* line 4612, app/assets/stylesheets/new-design.scss */
#new_share_link_style .share-link {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background-color: #f6f5f7;
  padding: 16px;
  border-radius: 8px;
}

/* line 4621, app/assets/stylesheets/new-design.scss */
#new_share_link_style .share-link-input {
  display: flex;
  flex-direction: column;
  gap: 12px;
  outline: none;
}

/* line 4628, app/assets/stylesheets/new-design.scss */
#new_share_link_style .modal {
  width: 480px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 12px;
  background-color: #ffffff;
  box-shadow: 4px 4px 16px 2px rgba(0, 0, 0, 0.12);
}

/* line 4641, app/assets/stylesheets/new-design.scss */
#new_share_link_style .select {
  background: #fff;
  padding: 0 36px 0 16px;
  border-radius: 6px;
  border: 1px solid #e8e8e8;
  height: 40px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/icon/down.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
}

/* line 4657, app/assets/stylesheets/new-design.scss */
#new_share_link_style .modal-body {
  border-radius: 8px;
}

/* line 4661, app/assets/stylesheets/new-design.scss */
#new_share_link_style .people-with-access {
  background-color: #f6f5f7;
  padding: 16px;
  border-radius: 8px;
}

/* line 4667, app/assets/stylesheets/new-design.scss */
#new_share_link_style .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--Black, #1d2024);
  line-height: 24px;
  /* 150% */
}

/* line 4675, app/assets/stylesheets/new-design.scss */
#new_share_link_style .close {
  cursor: pointer;
  font-size: 22px;
  color: #888;
  transition: color 0.2s;
}

/* line 4682, app/assets/stylesheets/new-design.scss */
#new_share_link_style .close:hover {
  color: #333;
}

/* line 4686, app/assets/stylesheets/new-design.scss */
#new_share_link_style .access-section strong {
  font-size: 15px;
  font-weight: 600;
}

/* line 4691, app/assets/stylesheets/new-design.scss */
#new_share_link_style .avatars {
  display: flex;
  font-size: 12px;
  font-weight: 500;
}

/* line 4697, app/assets/stylesheets/new-design.scss */
#new_share_link_style .avatar {
  width: 35px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid white;
  position: relative;
  margin-left: -12px;
  z-index: 1;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
  cursor: pointer;
}

/* line 4715, app/assets/stylesheets/new-design.scss */
#new_share_link_style .avatars .avatar:first-child {
  margin-left: 0;
}

/* line 4719, app/assets/stylesheets/new-design.scss */
#new_share_link_style .avatar.l {
  background-color: #8e44ad;
}

/* line 4723, app/assets/stylesheets/new-design.scss */
#new_share_link_style .avatar.c1 {
  background-color: #5b9df9;
}

/* line 4727, app/assets/stylesheets/new-design.scss */
#new_share_link_style .avatar.c2 {
  background-color: #a259e6;
}

/* line 4731, app/assets/stylesheets/new-design.scss */
#new_share_link_style .avatar.c3 {
  background-color: #ff7043;
}

/* line 4735, app/assets/stylesheets/new-design.scss */
#new_share_link_style .share-link label {
  font-size: 15px;
  font-weight: 600;
}

/* line 4740, app/assets/stylesheets/new-design.scss */
#new_share_link_style .share-link-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
}

/* line 4748, app/assets/stylesheets/new-design.scss */
#new_share_link_style .share-link-input-wrapper {
  background: #fff;
  border-radius: 7px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 0;
  display: block;
}

/* line 4757, app/assets/stylesheets/new-design.scss */
#new_share_link_style .option-wrapper {
  border-radius: 8px;
  border-color: #dbd9de;
  border-style: solid;
  border-width: 1px;
  background-color: #fff;
  display: flex;
  margin-top: 0px;
  gap: 20px;
  font-size: 14px;
  color: #605c6b;
  font-weight: 400;
  white-space: nowrap;
  line-height: 129%;
  justify-content: space-between;
  padding: 0px 16px;
  width: 100%;
  height: 36px !important;
  align-items: center;
}

/* line 4778, app/assets/stylesheets/new-design.scss */
#new_share_link_style .password-input {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 7px;
  box-sizing: border-box;
  width: 100%;
  display: block;
  display: flex;
  align-items: anchor-center;
  margin: 0px 0px 0px 0px;
}

/* line 4790, app/assets/stylesheets/new-design.scss */
#new_share_link_style .refresh-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  align-items: center;
}

/* line 4800, app/assets/stylesheets/new-design.scss */
#new_share_link_style .share-link input[type="text"] {
  border-radius: 8px;
  border-color: #dbd9de;
  border-style: solid;
  border-width: 1px;
  background-color: #fff;
  display: flex;
  margin-top: 0px;
  gap: 20px;
  font-size: 14px;
  color: #605c6b;
  font-weight: 400;
  white-space: nowrap;
  line-height: 129%;
  justify-content: space-between;
  padding: 0px 16px;
  width: 100%;
  height: 36px !important;
  align-items: center;
}

/* line 4821, app/assets/stylesheets/new-design.scss */
#new_share_link_style .checkbox-row {
  display: flex;
  align-items: center;
  margin: 12px 0 0 0;
}

/* line 4827, app/assets/stylesheets/new-design.scss */
#new_share_link_style .checkbox-row input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

/* line 4833, app/assets/stylesheets/new-design.scss */
#new_share_link_style .checkbox-row label {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

/* line 4839, app/assets/stylesheets/new-design.scss */
#new_share_link_style .password-input input {
  width: 100%;
  padding: 8px 16px 8px 16px;
  border: none;
  border-radius: 7px;
  font-size: 14px;
  background: transparent;
  color: #444;
  box-sizing: border-box;
  height: 36px;
}

/* line 4851, app/assets/stylesheets/new-design.scss */
#new_share_link_style .toggle-visibility {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 16px;
}

/* line 4860, app/assets/stylesheets/new-design.scss */
#new_share_link_style .modal-footer {
  display: flex;
  justify-content: center;
  gap: 20px;
}

/* line 4866, app/assets/stylesheets/new-design.scss */
#new_share_link_style button {
  padding: 10px 22px;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border 0.2s;
}

/* line 4876, app/assets/stylesheets/new-design.scss */
#new_share_link_style .preview-btn {
  background-color: white;
  border: 1.5px solid #dbd9de;
  color: #1d2024;
  min-width: 110px;
  max-width: 81px;
  padding-left: 14px;
}

/* line 4885, app/assets/stylesheets/new-design.scss */
#new_share_link_style small {
  font-size: 12px;
  color: #888;
}

/* line 4890, app/assets/stylesheets/new-design.scss */
#new_share_link_style .copy-link-btn {
  background: none;
  color: #398ccb;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  text-wrap: nowrap;
  padding: 0;
  margin-top: 8px;
}

/* line 4902, app/assets/stylesheets/new-design.scss */
#google-sheet-limit {
  margin-bottom: 20px;
}

/* line 4905, app/assets/stylesheets/new-design.scss */
#google-sheet-limit .info-container {
  border-radius: 6px;
  border: 1px solid #fcd34d;
  background: #fef3c7;
  height: 61px;
  flex-shrink: 0;
  padding: 8px;
  width: 99%;
}

/* line 4914, app/assets/stylesheets/new-design.scss */
#google-sheet-limit .info-container .flex {
  display: flex;
  justify-content: space-between;
}

/* line 4919, app/assets/stylesheets/new-design.scss */
#google-sheet-limit .info-container .text {
  color: var(--Black, #1d2024);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  padding: 0 5px;
}

/* line 4930, app/assets/stylesheets/new-design.scss */
#google-sheet-limit .info-container .image {
  padding-right: 8px;
}

/* line 4935, app/assets/stylesheets/new-design.scss */
#google-sheet-limit .add-message {
  border-bottom: 4px solid #fcd34d;
}

/* line 4939, app/assets/stylesheets/new-design.scss */
#google-sheet-limit .add-message:before {
  animation: none !important;
  transition: none !important;
}

/* line 4944, app/assets/stylesheets/new-design.scss */
#google-sheet-limit .info-container:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  border-bottom: 4px solid #fcd34d;
}

@keyframes border_anim {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}

/* line 4964, app/assets/stylesheets/new-design.scss */
#compare_options {
  display: none;
}

/* line 4969, app/assets/stylesheets/new-design.scss */
.user_login_page .password-modal-sub-heading {
  color: #666C73;
  font-size: 14px;
  letter-spacing: -0.28px;
  line-height: 20px;
  margin-bottom: 10px;
}

/* line 4976, app/assets/stylesheets/new-design.scss */
.user_login_page .password-modal-heading {
  color: #344F68;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.27px;
  line-height: 21px;
  padding-top: 45px;
}

/* line 4986, app/assets/stylesheets/new-design.scss */
.sync_status_report {
  /* ── Last synced line ── */
  /* ── Pulsing status dot ── */
  /* ── Running sync line ── */
  /* ── SVG spinner ── */
}

/* line 4987, app/assets/stylesheets/new-design.scss */
.sync_status_report .sync-status {
  margin-top: -13px;
  display: inline-flex;
  gap: 5px;
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
}

/* line 4995, app/assets/stylesheets/new-design.scss */
.sync_status_report .sync-last {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 450;
  color: #6b7280;
  letter-spacing: 0.01em;
  transition: color 0.25s ease;
}

/* line 5006, app/assets/stylesheets/new-design.scss */
.sync_status_report .sync-last.sync-active {
  color: #111827;
  font-weight: 550;
}

/* line 5012, app/assets/stylesheets/new-design.scss */
.sync_status_report .sync-dot {
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d1d5db;
  transition: background 0.25s ease;
}

/* line 5021, app/assets/stylesheets/new-design.scss */
.sync_status_report .sync-dot--active {
  background: #398ccb;
  animation: sync-pulse 2.6s ease-out infinite;
}

@keyframes sync-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(57, 140, 203, 0.55);
  }
  50% {
    box-shadow: 0 0 0 0 rgba(57, 140, 203, 0.55);
  }
  70% {
    box-shadow: 0 0 0 7px rgba(57, 140, 203, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(57, 140, 203, 0);
  }
}

/* line 5046, app/assets/stylesheets/new-design.scss */
.sync_status_report .sync-range {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #6b7280;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 4px 9px 4px 7px;
  width: -moz-fit-content;
  width: fit-content;
}

/* line 5060, app/assets/stylesheets/new-design.scss */
.sync_status_report .sync-spinner {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  color: #3b82f6;
  animation: sync-spin 0.8s linear infinite;
}

@keyframes sync-spin {
  to {
    transform: rotate(360deg);
  }
}

/* line 5074, app/assets/stylesheets/new-design.scss */
#demo-sync-message .info-container {
  border-radius: 6px;
  border: 1px solid #fcd34d;
  background: #fef3c7;
  height: auto;
  flex-shrink: 0;
  padding: 8px;
  margin: auto;
  width: 55%;
}

/* line 5084, app/assets/stylesheets/new-design.scss */
#demo-sync-message .info-container .flex {
  display: flex;
  justify-content: space-between;
}

/* line 5089, app/assets/stylesheets/new-design.scss */
#demo-sync-message .info-container .text {
  color: var(--Black, #1d2024);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  padding: 0 5px;
}

/* line 5100, app/assets/stylesheets/new-design.scss */
#demo-sync-message .info-container .image {
  padding-right: 8px;
}

/* line 5105, app/assets/stylesheets/new-design.scss */
#demo-sync-message .add-message {
  position: relative;
  overflow: hidden;
}

/* line 5109, app/assets/stylesheets/new-design.scss */
#demo-sync-message .add-message:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #fcd34d;
  animation: border_anim 30s linear infinite;
  animation-direction: reverse;
}

@keyframes border_anim {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}

/* Schedule output options alignment consistency (Email/FTP/Slack/OneDrive) */
/* line 5135, app/assets/stylesheets/new-design.scss */
.schedules-create-section .output-options-wrap .input-label,
.schedules-create-section .output-options-wrap .input-label-s,
.schedules-create-section .output-options-wrap .new-schedule-label {
  font-size: 13px;
  line-height: 16px;
  letter-spacing: -0.24px;
}

/* line 5143, app/assets/stylesheets/new-design.scss */
.schedules-create-section .output-options-wrap .output-options-choose,
.schedules-create-section .output-options-wrap .ftp-output-options-choose,
.schedules-create-section .output-options-wrap .attachment_type,
.schedules-create-section .output-options-wrap .ftp_attachment_type,
.schedules-create-section .output-options-wrap .slack_attachment_type,
.schedules-create-section .output-options-wrap .output-options-pdf {
  margin: 0 8px 0 0;
}

/* line 5152, app/assets/stylesheets/new-design.scss */
.schedules-create-section .output-options-wrap .output-options-choose:last-child,
.schedules-create-section .output-options-wrap .ftp-output-options-choose:last-child,
.schedules-create-section .output-options-wrap .attachment_type:last-child,
.schedules-create-section .output-options-wrap .ftp_attachment_type:last-child,
.schedules-create-section .output-options-wrap .slack_attachment_type:last-child,
.schedules-create-section .output-options-wrap .output-options-pdf:last-child {
  margin-right: 0;
}

/* line 5161, app/assets/stylesheets/new-design.scss */
.schedules-create-section .output-options-wrap .output-options-choose > input + div,
.schedules-create-section .output-options-wrap .ftp-output-options-choose > input + div,
.schedules-create-section .output-options-wrap .attachment_type > input + div,
.schedules-create-section .output-options-wrap .ftp_attachment_type > input + div,
.schedules-create-section .output-options-wrap .slack_attachment_type > input + div,
.schedules-create-section .output-options-wrap .output-options-pdf > input + div {
  min-width: 56px;
  height: 28px;
  padding: 0 12px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: -0.2px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* line 5181, app/assets/stylesheets/new-design.scss */
.schedules-create-section .output-options-wrap .output-options-pdf > input + div {
  min-width: 74px;
  padding: 0 14px;
  width: auto;
  max-width: none;
}

/* line 5188, app/assets/stylesheets/new-design.scss */
.schedules-create-section .output-options-wrap .form-control.mt-12 > .form-control.flex {
  gap: 8px;
}

/* line 5192, app/assets/stylesheets/new-design.scss */
.schedules-create-section .output-options-wrap #ftp_pdf_options_container,
.schedules-create-section .output-options-wrap #pdf_options_container,
.schedules-create-section .output-options-wrap #pdf_options_container_slack,
.schedules-create-section .output-options-wrap #one_drive_pdf_options_container {
  margin-top: 14px;
}

/* line 5199, app/assets/stylesheets/new-design.scss */
.schedules-create-section .output-options-wrap .csv-format-options-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 20px;
  align-items: end;
  margin-top: 12px;
}

/* line 5207, app/assets/stylesheets/new-design.scss */
.schedules-create-section .output-options-wrap .csv-format-field {
  display: flex;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 5214, app/assets/stylesheets/new-design.scss */
.schedules-create-section .output-options-wrap .csv-format-field .csv-delimiter,
.schedules-create-section .output-options-wrap .csv-format-field .new-schedule-label {
  display: block;
  margin-bottom: 8px;
  line-height: 16px;
  color: #121b24;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: -0.24px;
}

/* line 5225, app/assets/stylesheets/new-design.scss */
.schedules-create-section .output-options-wrap .csv-format-field select,
.schedules-create-section .output-options-wrap .csv-format-field .form-control {
  width: 100% !important;
  min-width: 0;
}

/* line 5231, app/assets/stylesheets/new-design.scss */
.schedules-create-section .output-options-wrap .csv-format-field #schedule_csv_file_format,
.schedules-create-section .output-options-wrap .csv-format-field #schedule_csv_row_seperator {
  width: 100% !important;
  margin-left: 0 !important;
}

/* line 5237, app/assets/stylesheets/new-design.scss */
.schedules-create-section .output-options-wrap #schedule_ftp_info_id,
.schedules-create-section .output-options-wrap #slack_channel_id,
.schedules-create-section .output-options-wrap #one_drive_account_id,
.schedules-create-section .output-options-wrap #one_drive_folder_id,
.schedules-create-section .output-options-wrap #schedule_google_drive_id,
.schedules-create-section .output-options-wrap #schedule_csv_file_format,
.schedules-create-section .output-options-wrap #schedule_csv_row_seperator {
  height: 36px;
  width: 100%;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.22px;
}

@media (max-width: 768px) {
  /* line 5252, app/assets/stylesheets/new-design.scss */
  .schedules-create-section .output-options-wrap .csv-format-options-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

/* line 5259, app/assets/stylesheets/new-design.scss */
#ftp_advance_csv_options_div select {
  background-color: #ffffff !important;
}

/* line 5263, app/assets/stylesheets/new-design.scss */
#advance_excel_options_div select[name="schedule[header_size]"],
#advance_excel_options_div select[name="schedule[text_align]"] {
  background-color: #ffffff !important;
}

/* line 5268, app/assets/stylesheets/new-design.scss */
#ftp_advance_excel_options_div select[name="schedule[header_size]"],
#ftp_advance_excel_options_div select[name="schedule[text_align]"] {
  background-color: #ffffff !important;
}

/* line 7, app/assets/stylesheets/settings.scss */
.popover-content {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  padding: 10px;
  z-index: 1;
  text-align: center;
}

/* line 20, app/assets/stylesheets/settings.scss */
.close-compare {
  top: -25px;
  right: -20px;
  font-size: 30px;
  cursor: pointer;
  color: gray;
}

/* line 29, app/assets/stylesheets/settings.scss */
.buy-now {
  background: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  color: #398ccb;
  cursor: pointer;
  font-weight: 600;
}

/* line 38, app/assets/stylesheets/settings.scss */
.button-disable {
  width: 100%;
  border-radius: 12px;
  background: #eae9ec;
  height: 48px;
  cursor: pointer;
  opacity: 0.5;
  cursor: not-allowed;
  color: gray;
  font-weight: 600;
  font-size: 14px;
}

/* line 51, app/assets/stylesheets/settings.scss */
.popover-content:after {
  background: #000;
  width: 500px;
  height: 500px;
}

/* line 59, app/assets/stylesheets/settings.scss */
#plan_modal {
  z-index: 99;
}

/* line 63, app/assets/stylesheets/settings.scss */
.Compare_plan_section {
  padding: 10px;
}

/* line 67, app/assets/stylesheets/settings.scss */
.Compare_plan_section table thead {
  position: sticky;
  top: 40px;
  background-color: #fff;
}

/* line 73, app/assets/stylesheets/settings.scss */
.Compare_plan_section table thead tr th {
  width: 25%;
  border: none;
  padding: 20px;
}

/* line 78, app/assets/stylesheets/settings.scss */
.Compare_plan_section table thead tr th .recomended {
  margin-bottom: 10px;
  background: #398ccb;
  margin: -22px;
  margin-bottom: 0px;
  margin-top: -40px;
  border-radius: 25px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  width: 168px;
}

/* line 93, app/assets/stylesheets/settings.scss */
.Compare_plan_section table thead tr .Benifits {
  margin-top: 120px;
  font-size: 20px;
  font-weight: bold;
  color: black;
}

/* line 102, app/assets/stylesheets/settings.scss */
.Compare_plan_section table .head {
  margin-top: 10px;
  text-align: left;
  font-size: 20px;
  color: black;
}

/* line 110, app/assets/stylesheets/settings.scss */
.Compare_plan_section table .price .head {
  font-size: 26px;
}

/* line 119, app/assets/stylesheets/settings.scss */
.Compare_plan_section table tbody {
  overflow-y: auto;
}

/* line 122, app/assets/stylesheets/settings.scss */
.Compare_plan_section table tbody tr {
  height: 40px;
  border-bottom: 1px solid #f1f1f1;
}

/* line 126, app/assets/stylesheets/settings.scss */
.Compare_plan_section table tbody tr td {
  padding: 20px;
}

/* line 135, app/assets/stylesheets/settings.scss */
.Compare_plan_section .btn {
  width: 250px;
  border-radius: 12px;
  background: #ffff;
  border: 2px solid #398ccb;
  color: #398ccb;
  height: 40px;
}

/* line 144, app/assets/stylesheets/settings.scss */
.Compare_plan_section .disabled_button {
  width: 250px;
  height: 42px;
}

/* line 149, app/assets/stylesheets/settings.scss */
.Compare_plan_section .disabled_button_free {
  width: 250px;
  border: 1px solid #dbd9de;
  border-radius: 12px;
  height: 42px;
  color: gray !important;
  color: #dbd9de !important;
}

/* line 161, app/assets/stylesheets/settings.scss */
.plan-discount {
  background: #3a4e66;
  border-radius: 16px;
  padding: 10px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  color: #ffff;
  align-items: center;
  justify-content: space-between;
  padding: 15px 25px;
  max-width: 1100px;
}

/* line 176, app/assets/stylesheets/settings.scss */
.pricing-container {
  max-width: 1350px;
  margin: auto;
}

/* line 180, app/assets/stylesheets/settings.scss */
.pricing-container .suggestion_box {
  text-align: left;
  max-width: 1100px;
  margin: auto;
  margin-bottom: 35px;
  border: 2px solid #f9a620;
  border-radius: 12px;
}

/* line 189, app/assets/stylesheets/settings.scss */
.pricing-container .suggestion_box .suggestion_content {
  padding: 10px;
  background-color: #fff8ee;
  font-size: 16px;
  font-weight: 400;
  border-radius: 12px;
  color: #605c6b;
}

/* line 199, app/assets/stylesheets/settings.scss */
.pricing-container .fa-check {
  margin-right: 10px;
  font-size: 16px;
}

/* line 204, app/assets/stylesheets/settings.scss */
.pricing-container .fa-xmark {
  margin-right: 10px;
  font-size: 16px;
}

/* line 209, app/assets/stylesheets/settings.scss */
.pricing-container .price-popover {
  position: absolute;
  width: 330px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  padding: 20px;
  left: -5px;
  top: 50px;
  z-index: 2x;
  min-height: 130px;
  box-shadow: 0px 12px 16px 0px #0000001f;
  text-align: left;
}

/* line 223, app/assets/stylesheets/settings.scss */
.pricing-container .price-popover .view_all_list {
  display: inline-grid;
  grid-gap: 10px;
  grid-template-columns: auto auto;
  text-align: left !important;
}

/* line 230, app/assets/stylesheets/settings.scss */
.pricing-container .price-popover .d-flex {
  margin-top: -8px;
  margin-bottom: 10px;
}

/* line 236, app/assets/stylesheets/settings.scss */
.pricing-container .popInfo:after {
  position: absolute;
  content: " ";
  border-right: 1px solid #dfdfdf;
  border-top: 1px solid #dfdfdf;
  width: 20px;
  height: 20px;
  transform: rotate(-45deg);
  cursor: pointer;
  top: -11px;
  left: 36px;
  background: white;
  border-radius: 0px 5px 0px 0px;
}

/* line 252, app/assets/stylesheets/settings.scss */
.pricing-container .view-all .popInfo:after {
  top: 180px;
}

/* line 257, app/assets/stylesheets/settings.scss */
.pricing-container .popInfo {
  z-index: 2;
  line-height: 1.5;
}

/* line 262, app/assets/stylesheets/settings.scss */
.pricing-container .underline {
  border-bottom: 1px dashed #000;
  margin: 5px;
}

/* line 267, app/assets/stylesheets/settings.scss */
.pricing-container .head {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}

/* line 273, app/assets/stylesheets/settings.scss */
.pricing-container .sub-head {
  font-size: 20px;
  color: #605c6b;
  margin-top: 15px;
  margin-bottom: 30px;
  text-align: center;
}

/* line 281, app/assets/stylesheets/settings.scss */
.pricing-container .plan-section {
  justify-content: center;
}

/* line 285, app/assets/stylesheets/settings.scss */
.pricing-container .plan-section .head {
  text-align: left;
}

/* line 289, app/assets/stylesheets/settings.scss */
.pricing-container .plan-section .sub-head {
  font-size: 16px;
}

/* line 294, app/assets/stylesheets/settings.scss */
.pricing-container .plan-sections {
  border: 1px solid #c7c5cd;
  border-radius: 30px;
  padding: 45px;
  margin: 10px;
  background: #ffff;
  width: 424px;
}

/* line 302, app/assets/stylesheets/settings.scss */
.pricing-container .plan-sections .btn {
  width: 100%;
  border-radius: 12px;
  background: #ffff;
  border: 2px solid #398ccb;
  color: #398ccb;
  height: 48px;
  font-size: 16px;
}

/* line 312, app/assets/stylesheets/settings.scss */
.pricing-container .plan-sections .head {
  font-size: 24px;
  margin-bottom: 20px;
}

/* line 317, app/assets/stylesheets/settings.scss */
.pricing-container .plan-sections .sub-head {
  margin-bottom: 20px;
  line-height: 1.5;
  text-align: left;
  font-size: 18px;
}

/* line 324, app/assets/stylesheets/settings.scss */
.pricing-container .plan-sections .section {
  border-bottom: 1px solid gray;
  margin: 35px 0px;
}

/* line 329, app/assets/stylesheets/settings.scss */
.pricing-container .plan-sections .feature {
  color: #000;
}

/* line 332, app/assets/stylesheets/settings.scss */
.pricing-container .plan-sections .feature .head {
  font-size: 16px;
  margin-bottom: 22px;
}

/* line 337, app/assets/stylesheets/settings.scss */
.pricing-container .plan-sections .feature .list {
  font-size: 14px !important;
  line-height: 2.5;
}

/* line 346, app/assets/stylesheets/settings.scss */
.pricing-container .price {
  text-align: left !important;
}

/* line 349, app/assets/stylesheets/settings.scss */
.pricing-container .price .head {
  margin-top: 30px;
  font-size: 40px;
  color: #000;
  text-align: left;
}

/* line 356, app/assets/stylesheets/settings.scss */
.pricing-container .price .sub-head {
  font-size: 16px;
  color: #605c6b;
}

/* line 361, app/assets/stylesheets/settings.scss */
.pricing-container .price p {
  color: gray;
  font-size: 20px;
  text-decoration: line-through;
  font-weight: 400;
  margin-left: 10px;
}

/* line 370, app/assets/stylesheets/settings.scss */
.pricing-container .recomended {
  padding: 10px;
  background: #398ccb;
  overflow: hidden;
  margin: -45px;
  margin-bottom: 45px;
  border-radius: 26px 26px 0px 0px;
  text-align: center;
  color: #fff;
  font-weight: 600;
}

/* line 383, app/assets/stylesheets/settings.scss */
.link_to_path {
  pointer-events: none;
}

/* line 387, app/assets/stylesheets/settings.scss */
.disabled_button {
  width: 100%;
  border: 1px solid #def1ff;
  border-radius: 12px;
  background: #def1ff !important;
  height: 48px;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px;
  font-size: 15px;
  font-weight: 600;
  color: gray !important;
  cursor: not-allowed;
  color: #83bfec !important;
  display: flex;
}

/* line 405, app/assets/stylesheets/settings.scss */
.disabled_button_free {
  width: 100%;
  border: 1px solid #dbd9de;
  border-radius: 12px;
  height: 48px;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px;
  font-size: 15px;
  font-weight: 600;
  color: gray !important;
  cursor: not-allowed;
  color: #dbd9de !important;
  display: flex;
}

/* line 423, app/assets/stylesheets/settings.scss */
.sync-status-table {
  border-radius: 8px;
  border: 1px solid #e9e9e9;
  overflow: hidden;
}

/* line 428, app/assets/stylesheets/settings.scss */
.sync-status-table tr {
  height: 54px;
}

/* line 432, app/assets/stylesheets/settings.scss */
.sync-status-table tr:nth-child(even) {
  background-color: #f2f2f2;
}

/* line 436, app/assets/stylesheets/settings.scss */
.sync-status-table td {
  padding-left: 20px;
  font-size: 14px;
  height: 30px;
}

/* line 443, app/assets/stylesheets/settings.scss */
.commission-head-cont {
  margin: 16px 4px;
  gap: 8px;
  border: 1px solid #dbd9de;
  padding: 8px;
  justify-content: space-evenly;
  border-radius: 60px;
  background: #fff;
}

/* line 455, app/assets/stylesheets/settings.scss */
.commission-inside {
  padding: 8px 27px !important;
  cursor: pointer;
}

/* line 460, app/assets/stylesheets/settings.scss */
.calculated-field-name {
  display: inline-block;
  border: 1px solid #bcbcbc !important;
  min-width: 100px;
  border-radius: 3px;
  text-align: left;
  padding: 5px;
}

/* line 470, app/assets/stylesheets/settings.scss */
.sub-head .inventory-info-icon :hover {
  cursor: pointer !important;
}

/* line 475, app/assets/stylesheets/settings.scss */
.currency-icon,
#browsers {
  max-width: 122px !important;
  padding: 0px 0px 3px 0px;
}

/* line 482, app/assets/stylesheets/settings.scss */
.google-btn-padding .btn-info {
  margin: 0px 10px 0px 15px;
}

/* line 487, app/assets/stylesheets/settings.scss */
.facebook-btn {
  text-transform: none !important;
  padding: 8px 23px 8px 15px !important;
  font-size: 14px !important;
  border-color: #1877f2 !important;
  background-color: #1877f2 !important;
}

/* line 495, app/assets/stylesheets/settings.scss */
.fa-cloud-download-alt,
.fa-google,
.fa-facebook-square {
  vertical-align: bottom;
  margin: 0px 15px 13px 0px;
}

/* line 502, app/assets/stylesheets/settings.scss */
.google_image {
  margin: 5px 20px 5px 5px;
}

/* line 511, app/assets/stylesheets/settings.scss */
.fa-chevron-circle-left {
  position: absolute;
  left: -12px;
  top: 239px;
  z-index: 999;
  cursor: pointer;
}

/* line 519, app/assets/stylesheets/settings.scss */
.fa-chevron-circle-right {
  left: 11px;
  position: absolute;
  right: 3px;
  top: 239px;
  z-index: 999;
  cursor: pointer;
}

/* line 528, app/assets/stylesheets/settings.scss */
.swithc-report {
  margin: 13px 0px 0px 0px !important;
}

/* line 532, app/assets/stylesheets/settings.scss */
.swithc {
  height: 0px !important;
}

/* line 539, app/assets/stylesheets/settings.scss */
.error-message .main-head {
  margin-top: 20px !important;
}

/* line 544, app/assets/stylesheets/settings.scss */
.settings-page, .error-message {
  /* .nav-item {
    position: relative;
    display: inline-block;
  }

  .nav-item .hover {
    display: none;
    position: absolute;
    z-index: 99;
  }

  .nav-item:hover .hover {
    display: inline;
  }


  .nav-item:hover:active .hover {
  display  : inline;
  } */
  margin-top: -5px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.5px;
}

/* line 565, app/assets/stylesheets/settings.scss */
.settings-page .nav-tabs, .error-message .nav-tabs {
  margin-top: 0px;
}

/* line 569, app/assets/stylesheets/settings.scss */
.settings-page .btn-small, .error-message .btn-small {
  padding: 2px !important;
}

/* line 573, app/assets/stylesheets/settings.scss */
.settings-page .text-style, .error-message .text-style {
  font-family: "Open Sans", sans-serif;
  margin-left: 3px;
  font-weight: 600;
  font-size: 10px;
  font-style: italic;
  position: absolute;
  top: 120px;
}

/* line 583, app/assets/stylesheets/settings.scss */
.settings-page .tab-head, .error-message .tab-head {
  font-size: 14px !important;
  margin-top: 30px !important;
}

/* line 588, app/assets/stylesheets/settings.scss */
.settings-page .status, .error-message .status {
  color: gray;
  font-size: 9px;
  letter-spacing: 0.8px;
  margin: -15px 0px 0px 0px;
}

/* line 595, app/assets/stylesheets/settings.scss */
.settings-page .status-active, .error-message .status-active {
  color: #3dcb74;
  font-size: 9px;
  letter-spacing: 0.8px;
  margin: 5px 0px 0px 0px;
}

/* line 603, app/assets/stylesheets/settings.scss */
.settings-page .card, .error-message .card {
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0px;
  padding-right: 0px;
}

/* line 610, app/assets/stylesheets/settings.scss */
.settings-page .fa-chevron-down, .error-message .fa-chevron-down,
.settings-page .fa-chevron-up,
.error-message .fa-chevron-up {
  position: absolute;
  right: 10px;
  top: 10px;
}

/* line 626, app/assets/stylesheets/settings.scss */
.settings-page .schedule-details .btn-danger:hover, .error-message .schedule-details .btn-danger:hover {
  color: #fff;
  background-color: #c82333 !important;
  border-color: #bd2130 !important;
}

/* line 633, app/assets/stylesheets/settings.scss */
.settings-page .nav-item, .error-message .nav-item {
  padding: 0px !important;
}

/* line 637, app/assets/stylesheets/settings.scss */
.settings-page .small-btn, .error-message .small-btn {
  font-size: 10px;
  min-width: 55px !important;
  padding: 4px !important;
  border-radius: 2px;
}

/* line 645, app/assets/stylesheets/settings.scss */
.settings-page .schedule-details :hover, .error-message .schedule-details :hover {
  background: none !important;
}

/* line 649, app/assets/stylesheets/settings.scss */
.settings-page .col-md-4, .error-message .col-md-4 {
  vertical-align: text-top;
}

/* line 657, app/assets/stylesheets/settings.scss */
.settings-page .btn-basic, .error-message .btn-basic {
  margin: 10px 0px 3px 0px;
}

/* line 661, app/assets/stylesheets/settings.scss */
.settings-page .border-box, .error-message .border-box {
  background-color: white;
  border-radius: 5px;
  margin: 40px 20px 0px 40px;
  padding: 20px 20px 20px 20px;
}

/* line 668, app/assets/stylesheets/settings.scss */
.settings-page .main-head, .error-message .main-head {
  font-weight: 600;
  color: #257174;
  margin: 0px;
  letter-spacing: 0.2px;
  font-size: 16px;
}

/* line 676, app/assets/stylesheets/settings.scss */
.settings-page .sub-head, .error-message .sub-head {
  margin-left: 0px;
  font-size: 13px;
  color: #5e5a5e;
  margin: 0px !important;
  margin: 0px;
}

/* line 685, app/assets/stylesheets/settings.scss */
.settings-page .text-bold, .error-message .text-bold {
  font-size: 14px;
  color: #257174;
  font-weight: 600;
  margin: 0px;
}

/* line 692, app/assets/stylesheets/settings.scss */
.settings-page .text-normal, .error-message .text-normal {
  font-size: 14px;
  font-weight: 400;
  color: gray;
  margin: 0px;
}

/* line 699, app/assets/stylesheets/settings.scss */
.settings-page .inline, .error-message .inline {
  display: inline-block;
}

/* line 704, app/assets/stylesheets/settings.scss */
.synced {
  font-size: 14px;
  margin-top: 20px !important;
  color: gray;
  text-decoration: underline;
  font-style: italic;
}

/* line 711, app/assets/stylesheets/settings.scss */
.synced .synced a {
  color: gray;
}

/* line 716, app/assets/stylesheets/settings.scss */
.synced :hover {
  color: gray;
}

/* line 720, app/assets/stylesheets/settings.scss */
.synced-space {
  margin-top: 10px !important;
  margin-right: 40px;
  margin-top: 10px;
  font-size: 13px;
  font-style: italic;
  font-weight: 500;
}

/* line 730, app/assets/stylesheets/settings.scss */
.custom-report {
  color: red !important;
}

/* line 734, app/assets/stylesheets/settings.scss */
.inline-margin {
  margin: 0px 10px 6 px 0px;
  vertical-align: text-bottom;
  color: gray;
  font-size: 12px;
  letter-spacing: 0.2px;
}

/* line 744, app/assets/stylesheets/settings.scss */
.inline-margin {
  margin: 0px 10px 6 px 0px;
  vertical-align: text-bottom;
  color: gray;
  font-size: 12px;
  letter-spacing: 0.2px;
}

/* line 758, app/assets/stylesheets/settings.scss */
.inline {
  display: inline-flex;
  margin-right: 10px;
}

/* line 764, app/assets/stylesheets/settings.scss */
.report-type-box .form-control {
  height: 30px;
  letter-spacing: 0.2px;
  border-radius: 3px !important;
  border: 1px solid #d9e2ec;
  margin-top: 5px;
  margin-bottom: 10px;
  background-color: #257174 !important;
  color: #ffffff !important;
}

/* line 776, app/assets/stylesheets/settings.scss */
.inv-wrapper {
  vertical-align: bottom;
}

/* line 779, app/assets/stylesheets/settings.scss */
.inv-wrapper h3 {
  font-size: 12px !important;
  color: gray !important;
  margin-bottom: -2px !important;
  margin-top: 2px !important;
}

/* line 787, app/assets/stylesheets/settings.scss */
.main-hr {
  border-top: 2px solid #d2ddeb !important;
  margin-bottom: 3px;
}

/* line 792, app/assets/stylesheets/settings.scss */
.edit-ftp {
  font-size: 16px;
}

/* line 796, app/assets/stylesheets/settings.scss */
.main-row {
  margin-top: 10px;
}

/* line 801, app/assets/stylesheets/settings.scss */
.no-data .main-head {
  margin: 30px 0px -30px 0px;
  font-size: 25px;
  font-weight: 400;
  color: #257174;
  letter-spacing: 0.5px;
}

/* line 809, app/assets/stylesheets/settings.scss */
.no-data .sub-head {
  margin-top: 60px;
  line-height: 25px;
  margin-left: 20px;
  font-size: 17px;
  color: black;
  letter-spacing: 0.5px;
  text-align: left;
  font-weight: lighter;
}

/* line 820, app/assets/stylesheets/settings.scss */
.no-data .text-bold {
  font-size: 14px;
  color: #257174;
  font-weight: 600;
}

/* line 826, app/assets/stylesheets/settings.scss */
.no-data .text-normal {
  font-size: 14px;
  font-weight: 400;
  color: gray;
}

/* line 833, app/assets/stylesheets/settings.scss */
.facebook-integrated {
  font-size: 14px;
  color: gray;
  font-style: italic;
}

/* line 839, app/assets/stylesheets/settings.scss */
a[aria-expanded="false"] .content-expanded {
  display: none;
}

/* line 843, app/assets/stylesheets/settings.scss */
a[aria-expanded="true"] .content-collapsed {
  display: none;
}

/* line 847, app/assets/stylesheets/settings.scss */
.ftp-logo {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/ftp-setting-icon-c4cb1e99e76e9a5058c46d426d8154767ca15a33380f8c160a0ca213482e45a8.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  transition: background-image ease 0.3s;
}

/* line 858, app/assets/stylesheets/settings.scss */
.ftp-logo:hover,
.ftp-logo:active {
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/ftp-setting-icon-hover-553f251763483e50dc6f94eaa92834143db50e0b1123979a5694de4cc162a10e.svg);
}

/* line 863, app/assets/stylesheets/settings.scss */
.active .ftp-logo {
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/ftp-setting-icon-hover-553f251763483e50dc6f94eaa92834143db50e0b1123979a5694de4cc162a10e.svg);
}

/* line 867, app/assets/stylesheets/settings.scss */
.google-drive-logo {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/google-drive-setting-icon-94d5e944e5df50f5939cb08777f58b01d5958e508caf9fa1d148ca724f2324c9.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  transition: background-image ease 0.3s;
}

/* line 878, app/assets/stylesheets/settings.scss */
.google-drive-logo:hover,
.google-drive-logo:active {
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/google-drive-setting-icon-hover-d53127e2667276b575717a7459c96754d40f5f17966861f877ef6781b407b1ff.svg);
}

/* line 883, app/assets/stylesheets/settings.scss */
.active .google-drive-logo {
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/google-drive-setting-icon-hover-d53127e2667276b575717a7459c96754d40f5f17966861f877ef6781b407b1ff.svg);
}

/* line 887, app/assets/stylesheets/settings.scss */
.paypal-logo {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/paypal-setting-icon-37c04ad39a1886429ff3821e5171e3d6db65b139453e9a9a66ecb41afe9f99ed.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  transition: background-image ease 0.3s;
}

/* line 898, app/assets/stylesheets/settings.scss */
.paypal-logo:hover,
.paypal-logo:focus {
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/paypal-setting-icon-hover-9a1b24a50fe0588e60e4fc940ae471cbbc1d1d105cbd45b918793e02e4d0dabd.svg);
}

/* line 903, app/assets/stylesheets/settings.scss */
.active .paypal-logo {
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/paypal-setting-icon-hover-9a1b24a50fe0588e60e4fc940ae471cbbc1d1d105cbd45b918793e02e4d0dabd.svg);
}

/* line 907, app/assets/stylesheets/settings.scss */
.google-analytics-logo {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/google-analytics-setting-icon-06df07c3b5f043591f82506f54c13808413fd40e6a7610d5615e532babf7a85e.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  transition: background-image ease 0.3s;
}

/* line 918, app/assets/stylesheets/settings.scss */
.google-analytics-logo:hover,
.google-analytics-logo:focus {
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/google-analytics-setting-icon-hover-6b7f7fc348f24efabe187068417186577696e34ea5d2002c993d6485d55d8fca.svg);
}

/* line 923, app/assets/stylesheets/settings.scss */
.active .google-analytics-logo {
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/google-analytics-setting-icon-hover-6b7f7fc348f24efabe187068417186577696e34ea5d2002c993d6485d55d8fca.svg);
}

/* line 927, app/assets/stylesheets/settings.scss */
.facebook-logo {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/facebook-setting-icon-9b7f6a3d6d64c8e1c972300ce5d633f3243ed4368bc42c72394c7f34848bd545.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  transition: background-image ease 0.3s;
}

/* line 938, app/assets/stylesheets/settings.scss */
.facebook-logo:hover,
.facebook-logo.top-button:focus {
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/facebook-setting-icon-hover-0787adb5dd1c450a33f1f25dfd07edafbdaaf629f0744d4e84e7213a93511445.svg);
}

/* line 943, app/assets/stylesheets/settings.scss */
.active .facebook-logo {
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/facebook-setting-icon-hover-0787adb5dd1c450a33f1f25dfd07edafbdaaf629f0744d4e84e7213a93511445.svg);
}

/* line 947, app/assets/stylesheets/settings.scss */
.klaviyo-logo {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/klaviyo-setting-icon-3b51686f693d50e414730bb3740fae0ebb2d97eda2ad6c7933913e9696ed4c00.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  transition: background-image ease 0.3s;
}

/* line 958, app/assets/stylesheets/settings.scss */
.klaviyo-logo:hover,
.klaviyo-logo.top-button:focus {
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/klaviyo-setting-icon-hover-0ab2eb816ae2c257794b282ad5f1e06799ef576597eed2b4e5bf6107e924c60d.svg);
}

/* line 963, app/assets/stylesheets/settings.scss */
.active .klaviyo-logo {
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/klaviyo-setting-icon-hover-0ab2eb816ae2c257794b282ad5f1e06799ef576597eed2b4e5bf6107e924c60d.svg);
}

/* line 967, app/assets/stylesheets/settings.scss */
.paywhirl-logo {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/paywhirl-setting-icon-e57beaecd95edb05d9a30b081cc7b458828fe892a81e3f91ac83a9e4f0c26d76.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  transition: background-image ease 0.3s;
}

/* line 978, app/assets/stylesheets/settings.scss */
.paywhirl-logo:hover,
.paywhirl-logo.top-button:focus {
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/paywhirl-setting-icon-hover-9617e823ec5ee9f9c0a5a11bc25fc332e0fa17397ae16807b06364b271e2b36d.svg);
}

/* line 983, app/assets/stylesheets/settings.scss */
.active .paywhirl-logo {
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/paywhirl-setting-icon-hover-9617e823ec5ee9f9c0a5a11bc25fc332e0fa17397ae16807b06364b271e2b36d.svg);
}

/* line 987, app/assets/stylesheets/settings.scss */
.amazon-logo {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/amazon-setting-icon-23ee39870507af12b93d8f21653546b41bbb83cbbda817da6e3cb6e6c3d382b8.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  transition: background-image ease 0.3s;
}

/* line 998, app/assets/stylesheets/settings.scss */
.amazon-logo:hover,
.amazon-logo.top-button:focus {
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/amazon-setting-icon-hover-e249d59b23389a2996cfe34a6ada70be8f79eccec5ba5575715f4e21779b66f4.svg);
}

/* line 1003, app/assets/stylesheets/settings.scss */
.active .amazon-logo {
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/amazon-setting-icon-hover-e249d59b23389a2996cfe34a6ada70be8f79eccec5ba5575715f4e21779b66f4.svg);
}

/* line 1007, app/assets/stylesheets/settings.scss */
.stripe-logo {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/stripe-setting-icon-04196d127e24931cd6b1781975c7247ff772a702d3a7b0d866e1af3580668e90.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  transition: background-image ease 0.3s;
}

/* line 1018, app/assets/stylesheets/settings.scss */
.fedex-logo {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/fedex-07f83b07e637cb89306234d94fa2e03000d6ada2a8daf1d80acf0ca8d162c872.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  transition: background-image ease 0.3s;
}

/* line 1029, app/assets/stylesheets/settings.scss */
.stripe-logo:hover,
.stripe-logo.top-button:focus {
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/stripe-setting-icon-hover-3038e18c8baabbac3411c56433a6adcb6378f8ab83d5a9f2267626f93b29cd2f.svg);
}

/* line 1034, app/assets/stylesheets/settings.scss */
.active .fedex-logo,
.fedex-logo:hover,
.fedex-logo.top-button:focus {
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/fedex-active-7b6529b85a2fef217a20854b50662e7f5664758cc854cf4d5d5cf86afe7cf636.svg);
}

/* line 1040, app/assets/stylesheets/settings.scss */
.active .stripe-logo {
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/stripe-setting-icon-hover-3038e18c8baabbac3411c56433a6adcb6378f8ab83d5a9f2267626f93b29cd2f.svg);
}

/* line 1044, app/assets/stylesheets/settings.scss */
.snapchat-logo {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/snapchat-7084817fcf2680ff9f5452123b5c54b77f24788510ce454465b118dce6945088.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  transition: background-image ease 0.3s;
}

/* line 1055, app/assets/stylesheets/settings.scss */
.active .snapchat-logo,
.snapchat-logo:hover {
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/snapchat-active-880a31dd7596b7b2a20eea1709a43cb543c5e44c51cbc590559bb4fd86f4825e.svg);
}

/* line 1060, app/assets/stylesheets/settings.scss */
.klarna-logo {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/klarna-setting-icon-b50b0907cc50bd10fddb68c334b20c00db796a0329c77a3266ea6c4a825446a0.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  transition: background-image ease 0.3s;
}

/* line 1071, app/assets/stylesheets/settings.scss */
.klarna-logo:hover,
.klarna-logo.top-button:focus {
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/klarna-setting-icon-hover-0462a21b9e4df3b5d2fe5781aa4e23b94553b67566a80516cc3a72cf1c27c9f3.svg);
}

/* line 1076, app/assets/stylesheets/settings.scss */
.active .klarna-logo {
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/klarna-setting-icon-hover-0462a21b9e4df3b5d2fe5781aa4e23b94553b67566a80516cc3a72cf1c27c9f3.svg);
}

/* line 1080, app/assets/stylesheets/settings.scss */
.active .ship-station-logo,
.ship-station-logo:hover {
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/ship-station-active-92e829c8e75712ccff27ac0967ec45e59fd8513b80e025fa2bb43a6c4b94f876.svg);
}

/* line 1085, app/assets/stylesheets/settings.scss */
.ship-station-logo {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/ship-station-f4825da82631ce9c4aa0ef95ddd738af93be399f44742c5e3d2115604cc6e10f.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  transition: background-image ease 0.3s;
}

/* line 1096, app/assets/stylesheets/settings.scss */
.ship-hero-logo {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/ship-hero-8e40b1a1f7d4634c10ec07a5ca42a40eed43f44ed6cc1263d85ef65fa2ced49a.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  transition: background-image ease 0.3s;
}

/* line 1107, app/assets/stylesheets/settings.scss */
.shippo-logo {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/shippo-408ee26509c73684e28bfe248d28fb51b52ab0eadfb97190c9f381ce3883c7a2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  transition: background-image ease 0.3s;
}

/* line 1118, app/assets/stylesheets/settings.scss */
.active .ship-hero-logo,
.ship-hero-logo:hover {
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/ship-hero-active-f17d20f2e139735d86daac100a016a11294c7d99c56353cf381f5eae92e89399.svg);
}

/* line 1123, app/assets/stylesheets/settings.scss */
.active .shippo-logo,
.shippo-logo:hover {
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/shippo-active-c12b8b12f34adaf8d046fbedca41c06d0eaeb02af35815d7e65d1da0c82b1f12.svg);
}

/* line 1128, app/assets/stylesheets/settings.scss */
.gift-card-logo {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/gift-card-setting-icon-857b5ef7063d06cef249269dfaa1ee5365349b6b374d0a6ea23cc0efa4e075b3.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  transition: background-image ease 0.3s;
}

/* line 1139, app/assets/stylesheets/settings.scss */
.active .gift-card-logo,
.gift-card-logo:hover,
.gift-card-logo.top-button:focus {
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/gift-card-setting-icon-hover-f6f59e773d7a535ad3cf4383653d5df99fcb352ec98eec7a5721ae9440dfc79a.svg);
}

/* line 1145, app/assets/stylesheets/settings.scss */
.bold-logo {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/bold-icon-d8b8c77c162c3e3d6f798b59cb87c1642755c4266458d56a38fe82f8e99dbf29.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  transition: background-image ease 0.3s;
}

/* line 1156, app/assets/stylesheets/settings.scss */
.active .bold-logo,
.bold-logo:hover,
.bold-logo.top-button:focus {
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/bold-icon-hover-9e409f7b146d08ceba64ee3fa5829a36083819950e1f31c96926c5ce3094b957.svg);
}

/* line 1162, app/assets/stylesheets/settings.scss */
.printavo-logo {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/printavo-active-b3a004da74e6aeee6bf7cb31a558c418078ea5506aeb5d72a619e0082a442ac2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  transition: background-image ease 0.3s;
}

/* line 1173, app/assets/stylesheets/settings.scss */
.printavo-logo:hover,
.printavo-logo.top-button:focus {
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/printavo-fbe1a64888cde08e35070f7dcaf2081239ae8c96d6c421d97aaaa807653766e6.svg);
}

/* line 1178, app/assets/stylesheets/settings.scss */
.active .printavo-logo {
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/printavo-fbe1a64888cde08e35070f7dcaf2081239ae8c96d6c421d97aaaa807653766e6.svg);
}

/* line 1183, app/assets/stylesheets/settings.scss */
#collapseFour .nav-link {
  padding-left: 11px !important;
  padding-right: 12px !important;
}

/* line 1189, app/assets/stylesheets/settings.scss */
.plan-includes-h1 {
  position: relative;
  top: 26px;
  z-index: 2;
}

/* line 1195, app/assets/stylesheets/settings.scss */
.plan-includes-h2 {
  position: relative;
  top: 26px;
  z-index: 2;
}

/* line 1201, app/assets/stylesheets/settings.scss */
.pricing-hero-container {
  text-align: center;
}

/* line 1205, app/assets/stylesheets/settings.scss */
.pricing-hero-head {
  text-align: center;
}

/* line 1209, app/assets/stylesheets/settings.scss */
.pricing-hero-subhead {
  text-align: center;
}

/* line 1214, app/assets/stylesheets/settings.scss */
.no-account-added-container {
  border-radius: 24px;
  background-color: #f6f5f7;
  display: flex;
  width: 100%;
  align-items: center;
  font-weight: 600;
  justify-content: center;
  padding: 26px 60px;
}

/* line 1225, app/assets/stylesheets/settings.scss */
.content-container {
  display: flex;
  width: 888px;
  max-width: 100%;
  flex-direction: column;
  align-items: center;
}

/* line 1233, app/assets/stylesheets/settings.scss */
.account-image {
  aspect-ratio: 1;
  -o-object-fit: auto;
     object-fit: auto;
  -o-object-position: center;
     object-position: center;
  width: 151px;
  fill: #d0e9fd;
  max-width: 100%;
}

/* line 1242, app/assets/stylesheets/settings.scss */
.title-text {
  color: #141b23;
  text-align: center;
  margin-top: 22px;
  font: 20px/140% Inter, sans-serif;
  font-weight: 600;
}

/* line 1250, app/assets/stylesheets/settings.scss */
.description-text {
  color: #676c72;
  text-align: center;
  align-self: stretch;
  margin-top: 15px;
  font: 400 16px Inter, sans-serif;
}

/* line 1258, app/assets/stylesheets/settings.scss */
.add-account-button {
  border-radius: 8px;
  background-color: var(--Primary, #398ccb);
  margin-top: 21px;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 13px 31px;
  font: 14px/129% Inter, sans-serif;
  cursor: pointer;
  font-weight: 600;
  height: 36px;
  display: flex;
  align-items: center;
}

/* line 1274, app/assets/stylesheets/settings.scss */
.add-account-button:focus {
  outline: 2px solid #5797c1;
}

/* line 1278, app/assets/stylesheets/settings.scss */
.add-account-button:hover {
  background-color: #2a6ea2;
}

/* line 1282, app/assets/stylesheets/settings.scss */
body {
  background: gray;
}

/* line 1286, app/assets/stylesheets/settings.scss */
.option-wrapper {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 1290, app/assets/stylesheets/settings.scss */
.option-wrapper {
  height: auto !important;
}

/* line 1294, app/assets/stylesheets/settings.scss */
.relative {
  position: relative;
}

/* line 1298, app/assets/stylesheets/settings.scss */
.absolute {
  position: absolute;
  right: 16px;
  top: 26px;
}

/* line 1304, app/assets/stylesheets/settings.scss */
.user-main-container {
  border-radius: 12px;
  background-color: #fff;
  display: flex;
  width: 480px;
  flex-direction: column;
  padding: 35px 32px;
}

/* line 1313, app/assets/stylesheets/settings.scss */
.user-header {
  display: flex;
  gap: 20px;
  font-size: 20px;
  color: #1d2024;
  font-weight: 600;
  line-height: 140%;
}

/* line 1322, app/assets/stylesheets/settings.scss */
.user-header-title {
  font-family: Inter, sans-serif;
  flex-grow: 1;
  flex-basis: auto;
  font-size: 20px;
}

/* line 1329, app/assets/stylesheets/settings.scss */
.header-icon {
  aspect-ratio: 1;
  -o-object-fit: auto;
     object-fit: auto;
  -o-object-position: center;
     object-position: center;
  width: 14px;
  stroke-width: 2px;
  stroke: #6d7884;
  border-color: #6d7884;
  border-style: solid;
  border-width: 2px;
  align-self: start;
}

/* line 1342, app/assets/stylesheets/settings.scss */
.subtitle {
  color: #676c72;
  margin-top: 35px;
  font: 500 16px Inter, sans-serif;
}

/* line 1348, app/assets/stylesheets/settings.scss */
.option-wrapper {
  border-radius: 8px;
  border-color: #dbd9de;
  border-style: solid;
  border-width: 1px;
  background-color: #fff;
  display: flex;
  margin-top: 13px;
  gap: 20px;
  font-size: 14px;
  color: #605c6b;
  font-weight: 400;
  white-space: nowrap;
  line-height: 129%;
  justify-content: space-between;
  padding: 0px 16px;
  width: 100%;
  height: 36px !important;
  align-items: center;
}

/* line 1369, app/assets/stylesheets/settings.scss */
.create-account-button {
  border-radius: 8px;
  background-color: #398ccb;
  align-self: start;
  margin-top: 24px;
  color: #fff;
  justify-content: center;
  padding: 13px 16px;
  padding: 0px 16px;
  font: 600 14px/129% Inter, sans-serif;
  height: 36px;
}

/* line 1382, app/assets/stylesheets/settings.scss */
.user-management-container {
  margin-top: 24px;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  max-width: 1450px;
}

/* line 1389, app/assets/stylesheets/settings.scss */
.user-management-container .add-account-tab {
  width: 346px;
  height: 180px;
  border-radius: 12px;
  border: 1px dashed var(--Grey-300, #dbd9de);
  background: #fff;
  text-align: center;
  cursor: pointer;
}

/* line 1399, app/assets/stylesheets/settings.scss */
.user-management-container .image-container {
  width: 80px;
  height: 80px;
  background-color: #d7e8f5;
  border-radius: 100px;
  margin: auto;
  margin-top: 36px;
}

/* line 1408, app/assets/stylesheets/settings.scss */
.user-management-container .add-account-text {
  color: var(--Black, #1d2024);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
  margin-top: 8px;
}

/* line 1420, app/assets/stylesheets/settings.scss */
.admin-tab {
  width: 346px;
  height: 180px;
  flex-shrink: 0;
  border-radius: 12px;
  border: 1px solid var(--Grey-300, #dbd9de);
  background: #fff;
  border-top: 16px solid #f26419;
  padding: 12px 20px;
}

/* line 1431, app/assets/stylesheets/settings.scss */
.admin-tag {
  border-radius: 20px;
  border: 1px solid #fcd4c7;
  background: #fff0f3;
  display: inline-flex;
  padding: 0px 16px;
  justify-content: center;
  color: #f26419;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}

/* line 1445, app/assets/stylesheets/settings.scss */
.user-tag {
  border-radius: 20px;
  border: 1px solid #addcb0;
  background: #d8f3dc;
  display: inline-flex;
  padding: 0px 16px;
  justify-content: center;
  color: #008000;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}

/* line 1459, app/assets/stylesheets/settings.scss */
.user-tab {
  width: 346px;
  height: 180px;
  flex-shrink: 0;
  border-radius: 12px;
  border: 1px solid var(--Grey-300, #dbd9de);
  background: #fff;
  border-top: 16px solid #008000;
  padding: 12px 20px;
}

/* line 1470, app/assets/stylesheets/settings.scss */
.head {
  color: var(--Black, #1d2024);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
}

/* line 1480, app/assets/stylesheets/settings.scss */
.user-sub-head {
  color: var(--Grey-600, #9793a2);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 128.571% */
}

/* line 1490, app/assets/stylesheets/settings.scss */
.delet-btn {
  width: 24px;
  height: 24px;
  background: var(--Grey-200, #eae9ec);
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

/* line 1501, app/assets/stylesheets/settings.scss */
.footer {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}

/* line 1509, app/assets/stylesheets/settings.scss */
.paln-limitation-container {
  margin-bottom: 20px;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 30px;
  box-shadow: 1px 1px 5px 0px rgba(42, 83, 136, 0.1);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* line 1520, app/assets/stylesheets/settings.scss */
.paln-limitation-container .h3 {
  font-weight: 700;
  text-align: center;
  color: #595959;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 20px;
}

/* line 1529, app/assets/stylesheets/settings.scss */
.paln-limitation-container .h6 {
  color: #9aa5b1;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}

/* line 1536, app/assets/stylesheets/settings.scss */
.paln-limitation-container .btn {
  width: 150px;
  height: 30px;
  background-color: #257174;
  border-radius: 99px;
  color: #ffff;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  padding-top: 5px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

/* line 1552, app/assets/stylesheets/settings.scss */
#google_drive_modal,
#paypal_modal,
#amazon_modal,
#zettle_modal,
#return_prime_modal,
#xero_modal,
#facebook_modal,
#googleAnalytic_modal,
#googleAnalytic4_modal,
#report_folder_modal,
#sample-div,
#google_ads1_modal,
#amazon_ads_modal,
#printful_modal,
#powerBi_modal,
#klaviyo_modal,
#klarna_modal,
#zettle_modal,
#amazon_modal,
#stripe_modal,
#payWhirl_modal,
#fedex_modal,
#snapchat_modal,
#printavo_modal,
#bold_modal,
#gift_card_modal,
#ship_station_modal,
#shippo_modal,
#loop_modal,
#loop_return_modal,
#ship_hero_modal,
#ftp_modal,
#recharge_payment_modal,
#veeqo_modal,
#authorize_net_modal,
#returnly_modal,
#rich_returns_modal,
#affirm_modal,
#video_modal,
#after_pay_modal,
#sezzle_modal,
#yotpo_modal,
#uppromote_modal,
#square_modal,
#razorpay_modal,
#stocky_modal,
#seal_subscription_modal,
#tiktok_modal,
#bing_modal,
#easy_ship_modal,
#shipping_easy_modal,
#pinterest_modal,
#work_mate_modal,
.report_perm_modal,
#shipbob_modal {
  display: none;
}

/* line 1610, app/assets/stylesheets/settings.scss */
.tablinks {
  cursor: pointer;
}

/* line 1615, app/assets/stylesheets/settings.scss */
#custom_domain .input {
  width: 100%;
}

/* line 1619, app/assets/stylesheets/settings.scss */
#custom_domain .btn {
  width: 100px;
}

/* line 1624, app/assets/stylesheets/settings.scss */
.paid_plan_inactive {
  opacity: 0.4;
}

/* line 1627, app/assets/stylesheets/settings.scss */
.paid_plan_inactive .integrations-item {
  pointer-events: none;
}

/* line 1632, app/assets/stylesheets/settings.scss */
#google_analytic_property,
#google_analytic_view {
  min-width: 205px;
}

/* line 1637, app/assets/stylesheets/settings.scss */
#circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
}

/* line 1646, app/assets/stylesheets/settings.scss */
.loader {
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  border: 15px solid #48545f;
  border-top: 15px solid #257174;
  border-radius: 50%;
  animation: rotate 1.5s linear infinite;
}

/* line 1656, app/assets/stylesheets/settings.scss */
.user_login_page .sign-in-container {
  background-color: #f1f3f9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 80vh;
  padding: 0 80px;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

/* line 1668, app/assets/stylesheets/settings.scss */
.user_login_page .sign-in-card {
  border-radius: 12px;
  box-shadow: 4px 4px 16px 2px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  display: flex;
  width: 560px;
  max-width: 100%;
  flex-direction: column;
  align-items: center;
  padding: 40px 80px;
}

/* line 1680, app/assets/stylesheets/settings.scss */
.user_login_page .logo {
  width: 40px;
  height: 40px;
}

/* line 1685, app/assets/stylesheets/settings.scss */
.user_login_page .app-title {
  color: #3a4e66;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-top: 8px;
}

/* line 1694, app/assets/stylesheets/settings.scss */
.user_login_page .sign-in-prompt {
  color: #1d2024;
  font-size: 16px;
  text-align: center;
  margin-top: 24px;
}

/* line 1701, app/assets/stylesheets/settings.scss */
.user_login_page .input-field {
  align-self: stretch;
  border-radius: 8px;
  background-color: #fff;
  margin-top: 16px;
  width: 360px;
  max-width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 8px 16px;
  border: 1px solid #dbd9de;
}

/* line 1715, app/assets/stylesheets/settings.scss */
.user_login_page .password-field {
  align-self: stretch;
  border-radius: 8px;
  background-color: #fff;
  margin-top: 12px;
  width: 360px;
  max-width: 100%;
  font-size: 14px;
  color: #b0aeb9;
  font-weight: 400;
  line-height: 1;
  padding: 8px 16px;
  border: 1px solid #dbd9de;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}

/* line 1734, app/assets/stylesheets/settings.scss */
.user_login_page .password-field input {
  flex-grow: 1;
  border: none;
  outline: none;
  font-size: 14px;
  color: #1d2024;
}

/* line 1742, app/assets/stylesheets/settings.scss */
.user_login_page .password-toggle {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

/* line 1748, app/assets/stylesheets/settings.scss */
.user_login_page .error-message {
  color: #d24035;
  font-size: 12px;
  line-height: 1;
  align-self: start;
  margin-top: 8px;
}

/* line 1756, app/assets/stylesheets/settings.scss */
.user_login_page .forgot-password {
  color: #398ccb;
  font-size: 12px;
  line-height: 1;
  text-align: right;
  align-self: end;
  margin-top: 8px;
}

/* line 1765, app/assets/stylesheets/settings.scss */
.user_login_page .sign-in-button {
  align-self: start;
  border-radius: 8px;
  background-color: #398ccb;
  margin-top: 24px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  padding: 8px 12px;
  border: none;
  cursor: pointer;
}

/* line 1778, app/assets/stylesheets/settings.scss */
.user_login_page .back-button {
  align-self: start;
  border-radius: 8px;
  background-color: #398ccb;
  margin-top: 24px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  padding: 6px 12px 7px;
  border: none;
  cursor: pointer;
}

/* line 1791, app/assets/stylesheets/settings.scss */
.user_login_page .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 991px) {
  /* line 1804, app/assets/stylesheets/settings.scss */
  .user_login_page .sign-in-container {
    padding: 0 20px;
  }
  /* line 1808, app/assets/stylesheets/settings.scss */
  .user_login_page .sign-in-card {
    padding: 40px 20px;
  }
}

/* line 1813, app/assets/stylesheets/settings.scss */
.user_login_page input:focus {
  outline: none;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

/* line 1824, app/assets/stylesheets/settings.scss */
#report-formatting-section-id {
  /* Toggle Switch */
  /* Toggle Switch */
}

/* line 1825, app/assets/stylesheets/settings.scss */
#report-formatting-section-id .report-formatting-section {
  max-width: 640px;
  margin: 0px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* line 1833, app/assets/stylesheets/settings.scss */
#report-formatting-section-id .report-formatting-header {
  color: #141b23;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  padding-top: 10px;
}

/* line 1841, app/assets/stylesheets/settings.scss */
#report-formatting-section-id .report-formatting-header-subhead {
  color: #9793a2;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  padding-top: 8px;
}

/* line 1849, app/assets/stylesheets/settings.scss */
#report-formatting-section-id .report-formatting-subhead {
  color: #9793a2;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  padding-top: 4px;
}

/* line 1857, app/assets/stylesheets/settings.scss */
#report-formatting-section-id .report-formatting-text {
  color: #1d2024;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 1866, app/assets/stylesheets/settings.scss */
#report-formatting-section-id .divider-header {
  border-top: 1px solid #e5e7eb;
  margin: 8px 0px 8px 0px;
}

/* line 1871, app/assets/stylesheets/settings.scss */
#report-formatting-section-id .divider {
  border-top: 1px solid #e5e7eb;
}

/* line 1875, app/assets/stylesheets/settings.scss */
#report-formatting-section-id .divider-report-currency {
  border-top: 1px solid #e5e7eb;
  margin: 10px 0px 0px 0px;
}

/* line 1880, app/assets/stylesheets/settings.scss */
#report-formatting-section-id .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

/* line 1887, app/assets/stylesheets/settings.scss */
#report-formatting-section-id .border-top {
  border-top: 1px solid #e5e7eb;
  padding-top: 12px;
}

/* line 1892, app/assets/stylesheets/settings.scss */
#report-formatting-section-id .radio-group {
  display: flex;
  gap: 24px;
  align-items: center;
}

/* line 1898, app/assets/stylesheets/settings.scss */
#report-formatting-section-id .radio-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

/* line 1905, app/assets/stylesheets/settings.scss */
#report-formatting-section-id .radio-label input[type="radio"]:checked + span {
  font-weight: bold;
}

/* line 1909, app/assets/stylesheets/settings.scss */
#report-formatting-section-id .radio-label span {
  font-weight: normal;
}

/* line 1913, app/assets/stylesheets/settings.scss */
#report-formatting-section-id .toggle-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* line 1919, app/assets/stylesheets/settings.scss */
#report-formatting-section-id .form-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-top: 1px solid #e5e7eb;
  padding-top: 16px;
  display: flex;
}

/* line 1928, app/assets/stylesheets/settings.scss */
#report-formatting-section-id select {
  padding: 8px 12px;
  padding-right: 24px;
  /* <-- Increased right padding to give space for arrow */
  font-size: 14px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  background-color: white;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg fill='none' stroke='%23676C72' stroke-width='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 16px 16px;
  min-width: 184px;
  height: -moz-fit-content;
  height: fit-content;
}

/* line 1946, app/assets/stylesheets/settings.scss */
#report-formatting-section-id .switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
}

/* line 1953, app/assets/stylesheets/settings.scss */
#report-formatting-section-id .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* line 1959, app/assets/stylesheets/settings.scss */
#report-formatting-section-id .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border-radius: 9999px;
  transition: 0.4s;
}

/* line 1971, app/assets/stylesheets/settings.scss */
#report-formatting-section-id .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  top: 2px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 50%;
  transition: 0.4s;
}

/* line 1984, app/assets/stylesheets/settings.scss */
#report-formatting-section-id .switch input:checked + .slider {
  background-color: #2563eb;
  /* blue-600 */
}

/* line 1989, app/assets/stylesheets/settings.scss */
#report-formatting-section-id .switch input:checked + .slider1 {
  background-color: #398CCB;
  /* blue-600 */
}

/* line 1994, app/assets/stylesheets/settings.scss */
#report-formatting-section-id .switch input:checked + .slider:before {
  transform: translateX(20px);
  border-color: white;
}

/* line 2002, app/assets/stylesheets/settings.scss */
#report-formatting-section-id .switch1 {
  position: relative;
  display: inline-block;
  height: 24px;
  width: 48px;
}

/* line 2010, app/assets/stylesheets/settings.scss */
#report-formatting-section-id .switch1 input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* line 2016, app/assets/stylesheets/settings.scss */
#report-formatting-section-id .slider1 {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border-radius: 9999px;
  transition: 0.4s;
}

/* line 2029, app/assets/stylesheets/settings.scss */
#report-formatting-section-id .slider1:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  top: 2px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 50%;
  transition: 0.4s;
}

/* line 2044, app/assets/stylesheets/settings.scss */
#report-formatting-section-id .switch1 input:checked + .slider1 {
  background-color: #398CCB;
  /* blue-600 */
}

/* line 2049, app/assets/stylesheets/settings.scss */
#report-formatting-section-id .switch1 input:checked + .slider1 {
  background-color: #398CCB;
  /* blue-600 */
}

/* line 2054, app/assets/stylesheets/settings.scss */
#report-formatting-section-id .switch1 input:checked + .slider1:before {
  transform: translateX(23px);
  border-color: white;
}

/* line 2063, app/assets/stylesheets/settings.scss */
.custom-domain-loading-spinner {
  display: none;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #666;
}

/* line 2070, app/assets/stylesheets/settings.scss */
.custom-domain-loading-spinner .fa-spinner {
  animation: spin 1s linear infinite;
}

/* line 2075, app/assets/stylesheets/settings.scss */
.settings_index .settings-multi-shop {
  width: 840px;
  border-radius: 20px;
  background-color: #f6f5f7;
  padding: 24px;
  margin-top: 32px;
}

/* line 2083, app/assets/stylesheets/settings.scss */
.settings_index .truncate-text {
  display: inline-block;
  max-width: 31ch;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 2091, app/assets/stylesheets/settings.scss */
.settings_index .division {
  display: flex;
  justify-content: space-between;
}

/* line 2096, app/assets/stylesheets/settings.scss */
.settings_index .store {
  width: 100px;
  height: 24px;
  padding: 4px 16px;
  border-radius: 25px;
  border: 1px solid #008000;
  background: #D8F3DC;
  color: #008000;
  display: flex;
  align-items: center;
}

/* line 2109, app/assets/stylesheets/settings.scss */
.settings_index .add-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffff;
  background-color: #398CCB;
  width: 164px;
  height: 36px;
  font-size: 14px;
  font-weight: 600;
  gap: 8px;
  border-radius: 8px;
}

/* line 2123, app/assets/stylesheets/settings.scss */
.settings_index .shop-btn {
  width: 320px;
  background: #EAE9EC;
  padding: 4px 8px;
  border-radius: 8px;
  border: 1px solid #DBD9DE;
  font-size: 14px;
  color: #1d2024;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 2137, app/assets/stylesheets/settings.scss */
.settings_index .d-flex {
  align-items: center;
}

/* line 2141, app/assets/stylesheets/settings.scss */
.settings_index .line-1 {
  font-size: 16px;
  color: #666c73;
}

/* line 2146, app/assets/stylesheets/settings.scss */
.settings_index .line-2 {
  font-size: 16px;
  color: #1d2024;
  font-weight: 500;
  display: flex;
  gap: 4px;
}

/* line 2154, app/assets/stylesheets/settings.scss */
.settings_index tr {
  height: 45px;
  display: flex;
}

/* line 2159, app/assets/stylesheets/settings.scss */
.settings_index td {
  min-width: 200px;
}

/* line 2163, app/assets/stylesheets/settings.scss */
.settings_index .popover-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 999;
}

/* line 2175, app/assets/stylesheets/settings.scss */
.settings_index .popover-content {
  background: white;
  display: block;
  padding: 32px;
  border-radius: 8px;
  width: 300px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: left;
}

/* line 2185, app/assets/stylesheets/settings.scss */
.settings_index .close-btn {
  position: absolute;
  top: 32px;
  right: 32px;
  cursor: pointer;
}

/* line 2192, app/assets/stylesheets/settings.scss */
.settings_index .add-btn {
  display: flex;
  align-items: center;
  background-color: #398CCB;
  color: white;
  border: none;
  padding: 10px;
  border-radius: 8px;
  cursor: pointer;
}

/* line 2203, app/assets/stylesheets/settings.scss */
.settings_index .add-btn svg {
  margin-right: 5px;
}

/* line 2207, app/assets/stylesheets/settings.scss */
.settings_index .disabled {
  color: #B0AEB9;
}

/* line 2213, app/assets/stylesheets/settings.scss */
.btn-ghost {
  border-radius: 8px;
  border: 1px solid var(--Primary, #398CCB);
  display: inline-flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 12px;
  color: #398ccb;
}

/* line 2226, app/assets/stylesheets/settings.scss */
.meta-sync-popover {
  width: 480px;
  border-radius: 12px;
  background: #FFF;
  /* Drop Shadow */
  box-shadow: 4px 4px 16px 2px rgba(0, 0, 0, 0.12);
  padding: 20px;
  height: auto;
}

/* line 2237, app/assets/stylesheets/settings.scss */
.meta-sync-popover .sync-subhead {
  color: var(--Grey-600, #9793A2);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}

/* line 2244, app/assets/stylesheets/settings.scss */
.meta-sync-popover .sync-subject {
  border-radius: 8px;
  background: var(--Grey-100, #F6F5F7);
  height: 108px;
  padding: 16px;
  margin-bottom: 6px;
}

/* line 2252, app/assets/stylesheets/settings.scss */
.meta-sync-popover .sync-head {
  color: var(--Black, #1D2024);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}

/* line 2259, app/assets/stylesheets/settings.scss */
.meta-sync-popover .sync-check {
  color: var(--Grey-800, #605C6B);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}

/* line 2266, app/assets/stylesheets/settings.scss */
.meta-sync-popover .option {
  color: var(--Black, #1D2024);
  font-size: 13px;
  font-weight: 400;
  display: flex;
  gap: 8px;
}

/* line 2273, app/assets/stylesheets/settings.scss */
.meta-sync-popover .note {
  color: #b0aeb9;
  font-size: 12px;
  font-weight: 400;
  margin-top: 4px;
  padding-left: 8px;
  padding-bottom: 16px;
}

/* line 1, app/assets/stylesheets/selectize.scss */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #fff;
}

/* line 9, app/assets/stylesheets/selectize.scss */
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}

/* line 13, app/assets/stylesheets/selectize.scss */
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* line 17, app/assets/stylesheets/selectize.scss */
.selectize-dropdown-header {
  position: relative;
  padding: 3px 12px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 4px 4px 0 0;
}

/* line 26, app/assets/stylesheets/selectize.scss */
.selectize-dropdown-header-close {
  position: absolute;
  right: 12px;
  top: 50%;
  color: #333333;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

/* line 36, app/assets/stylesheets/selectize.scss */
.selectize-dropdown-header-close:hover {
  color: #000000;
}

/* line 39, app/assets/stylesheets/selectize.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box;
}

/* line 47, app/assets/stylesheets/selectize.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

/* line 50, app/assets/stylesheets/selectize.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

/* line 53, app/assets/stylesheets/selectize.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

/* line 56, app/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

/* line 60, app/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 1px 0 0 0;
  border-left: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}

/* line 84, app/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 87, app/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button .active[data-value] .remove {
  border-left-color: rgba(0, 0, 0, 0);
}

/* line 90, app/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

/* line 93, app/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: rgba(77, 77, 77, 0);
}

/* line 96, app/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

/* line 102, app/assets/stylesheets/selectize.scss */
.selectize-control {
  position: relative;
}

/* line 105, app/assets/stylesheets/selectize.scss */
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #333333;
  font-family: inherit;
  font-size: 14px;
  line-height: 20px;
  -webkit-font-smoothing: inherit;
}

/* line 114, app/assets/stylesheets/selectize.scss */
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

/* line 120, app/assets/stylesheets/selectize.scss */
.selectize-input {
  border: 1px solid #ccc;
  padding: 6px 12px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 4px;
}

/* line 137, app/assets/stylesheets/selectize.scss */
.selectize-control.multi .selectize-input.has-items {
  padding: 7px 12px 2px;
}

/* line 140, app/assets/stylesheets/selectize.scss */
.selectize-input.full {
  background-color: #fff;
}

/* line 143, app/assets/stylesheets/selectize.scss */
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

/* line 147, app/assets/stylesheets/selectize.scss */
.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

/* line 151, app/assets/stylesheets/selectize.scss */
.selectize-input.dropdown-active {
  border-radius: 4px 4px 0 0;
}

/* line 156, app/assets/stylesheets/selectize.scss */
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  display: inline;
}

/* line 163, app/assets/stylesheets/selectize.scss */
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 1px 3px;
  background: #efefef;
  color: #333333;
  border: 0 solid rgba(0, 0, 0, 0);
}

/* line 171, app/assets/stylesheets/selectize.scss */
.selectize-control.multi .selectize-input > div.active {
  background: #428bca;
  color: #fff;
  border: 0 solid rgba(0, 0, 0, 0);
}

/* line 176, app/assets/stylesheets/selectize.scss */
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #808080;
  background: #ffffff;
  border: 0 solid rgba(77, 77, 77, 0);
}

/* line 182, app/assets/stylesheets/selectize.scss */
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  box-shadow: none !important;
}

/* line 197, app/assets/stylesheets/selectize.scss */
.selectize-input > input::-ms-clear {
  display: none;
}

/* line 200, app/assets/stylesheets/selectize.scss */
.selectize-input > input:focus {
  outline: none !important;
}

/* line 203, app/assets/stylesheets/selectize.scss */
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}

/* line 208, app/assets/stylesheets/selectize.scss */
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #ffffff;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 218, app/assets/stylesheets/selectize.scss */
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 4px 4px;
}

/* line 234, app/assets/stylesheets/selectize.scss */
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

/* line 238, app/assets/stylesheets/selectize.scss */
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
  border-radius: 1px;
}

/* line 244, app/assets/stylesheets/selectize.scss */
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 3px 12px;
}

/* line 248, app/assets/stylesheets/selectize.scss */
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] .option[data-selectable] {
  cursor: inherit;
  opacity: 0.5;
}

/* line 254, app/assets/stylesheets/selectize.scss */
.selectize-dropdown .option[data-selectable] {
  opacity: 1;
}

/* line 257, app/assets/stylesheets/selectize.scss */
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

/* line 260, app/assets/stylesheets/selectize.scss */
.selectize-dropdown .optgroup-header {
  color: #777777;
  background: #fff;
  cursor: default;
}

/* line 265, app/assets/stylesheets/selectize.scss */
.selectize-dropdown .active {
  background-color: #f5f5f5;
  color: #262626;
}

/* line 269, app/assets/stylesheets/selectize.scss */
.selectize-dropdown .active.create {
  color: #262626;
}

/* line 272, app/assets/stylesheets/selectize.scss */
.selectize-dropdown .create {
  color: rgba(51, 51, 51, 0.5);
}

/* line 275, app/assets/stylesheets/selectize.scss */
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 160px;
  -webkit-overflow-scrolling: touch;
}

/* line 281, app/assets/stylesheets/selectize.scss */
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

/* line 285, app/assets/stylesheets/selectize.scss */
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

/* line 289, app/assets/stylesheets/selectize.scss */
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #333333 transparent transparent transparent;
}

/* line 302, app/assets/stylesheets/selectize.scss */
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #333333 transparent;
}

/* line 307, app/assets/stylesheets/selectize.scss */
.selectize-control.rtl.single .selectize-input:after {
  left: 17px;
  right: auto;
}

/* line 311, app/assets/stylesheets/selectize.scss */
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

/* line 314, app/assets/stylesheets/selectize.scss */
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fff;
}

/* line 318, app/assets/stylesheets/selectize.scss */
.selectize-dropdown,
.selectize-dropdown.form-control {
  height: auto;
  padding: 0;
  margin: 2px 0 0 0;
  z-index: 1000;
  background: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/* line 333, app/assets/stylesheets/selectize.scss */
.selectize-dropdown .optgroup-header {
  font-size: 12px;
  line-height: 1.42857143;
}

/* line 337, app/assets/stylesheets/selectize.scss */
.selectize-dropdown .optgroup:first-child:before {
  display: none;
}

/* line 340, app/assets/stylesheets/selectize.scss */
.selectize-dropdown .optgroup:before {
  content: ' ';
  display: block;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  margin-left: -12px;
  margin-right: -12px;
}

/* line 350, app/assets/stylesheets/selectize.scss */
.selectize-dropdown-content {
  padding: 5px 0;
}

/* line 353, app/assets/stylesheets/selectize.scss */
.selectize-dropdown-header {
  padding: 6px 12px;
}

/* line 356, app/assets/stylesheets/selectize.scss */
.selectize-input {
  min-height: 36px;
}

/* line 359, app/assets/stylesheets/selectize.scss */
.selectize-input.dropdown-active {
  border-radius: 4px;
}

/* line 364, app/assets/stylesheets/selectize.scss */
.selectize-input.dropdown-active::before {
  display: none;
}

/* line 367, app/assets/stylesheets/selectize.scss */
.selectize-input.focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 373, app/assets/stylesheets/selectize.scss */
.has-error .selectize-input {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 378, app/assets/stylesheets/selectize.scss */
.has-error .selectize-input:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 383, app/assets/stylesheets/selectize.scss */
.selectize-control.multi .selectize-input.has-items {
  padding-left: 9px;
  padding-right: 9px;
  cursor: pointer;
}

/* line 389, app/assets/stylesheets/selectize.scss */
.selectize-control.multi .selectize-input > div {
  border-radius: 3px;
}

/* line 394, app/assets/stylesheets/selectize.scss */
.form-control.selectize-control {
  padding: 0;
  height: auto;
  border: none;
  background: none;
  box-shadow: none;
  border-radius: 0;
}

/* line 1, app/assets/stylesheets/shepherd.scss */
.shepherd-content {
  width: 400px;
  border-radius: 12px !important;
  border: 1px solid white;
}

/* line 6, app/assets/stylesheets/shepherd.scss */
.shepherd-content .shepherd-header {
  background: white !important;
  padding: 1rem 1rem 0.5rem 1rem !important;
}

/* line 11, app/assets/stylesheets/shepherd.scss */
.shepherd-content .shepherd-cancel-icon {
  right: 1rem;
}

/* line 15, app/assets/stylesheets/shepherd.scss */
.shepherd-content .shepherd-title {
  font-weight: 600;
  color: #1D2024;
}

/* line 20, app/assets/stylesheets/shepherd.scss */
.shepherd-content .shepherd-text {
  line-height: 18px;
  padding: 0 1rem 0 1rem;
}

/* line 25, app/assets/stylesheets/shepherd.scss */
.shepherd-content .shepherd-button {
  border-radius: 8px;
  padding: 0 22px;
}

/* line 29, app/assets/stylesheets/shepherd.scss */
.shepherd-content .shepherd-button:first-child:nth-last-child(2) {
  background-color: white !important;
  border: 1px solid #398CCB !important;
  color: #398CCB !important;
}

/* line 40, app/assets/stylesheets/shepherd.scss */
.shepherd-arrow::before {
  background-color: white !important;
}

/* line 45, app/assets/stylesheets/shepherd.scss */
.shepherd-element[data-popper-placement=bottom] .shepherd-arrow {
  top: 12px !important;
}

/* line 50, app/assets/stylesheets/shepherd.scss */
.shepherd-enabled.shepherd-target {
  pointer-events: none !important;
}

/**
 * tom-select.css (v2.4.3)
 * Copyright (c) contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 */
/* line 15, app/assets/stylesheets/tom-select-new.scss */
.ts-control {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
}

/* line 28, app/assets/stylesheets/tom-select-new.scss */
.ts-wrapper.multi.has-items .ts-control {
  padding: 3px;
}

/* line 31, app/assets/stylesheets/tom-select-new.scss */
.full .ts-control {
  background-color: #fff;
}

/* line 34, app/assets/stylesheets/tom-select-new.scss */
.disabled .ts-control, .disabled .ts-control * {
  cursor: default !important;
}

/* line 37, app/assets/stylesheets/tom-select-new.scss */
.focus .ts-control {
  box-shadow: none;
}

/* line 40, app/assets/stylesheets/tom-select-new.scss */
.ts-control > * {
  vertical-align: baseline;
  display: inline-block;
}

/* line 44, app/assets/stylesheets/tom-select-new.scss */
.ts-wrapper.multi .ts-control > div {
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 6px;
  border: 1px solid var(--Grey-300, #DBD9DE);
  background: var(--Grey-200, #EAE9EC);
}

/* line 51, app/assets/stylesheets/tom-select-new.scss */
.ts-wrapper.multi .ts-control > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}

/* line 56, app/assets/stylesheets/tom-select-new.scss */
.ts-wrapper.multi.disabled .ts-control > div, .ts-wrapper.multi.disabled .ts-control > div.active {
  color: #7d7d7d;
  background: white;
  border: 0 solid white;
}

/* line 61, app/assets/stylesheets/tom-select-new.scss */
.ts-control > input {
  flex: 1 1 auto;
  min-width: 7rem;
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
  box-shadow: none !important;
}

/* line 80, app/assets/stylesheets/tom-select-new.scss */
.ts-control > input::-ms-clear {
  display: none;
}

/* line 83, app/assets/stylesheets/tom-select-new.scss */
.ts-control > input:focus {
  outline: none !important;
}

/* line 86, app/assets/stylesheets/tom-select-new.scss */
.has-items .ts-control > input {
  margin: 0 4px !important;
}

/* line 89, app/assets/stylesheets/tom-select-new.scss */
.ts-control.rtl {
  text-align: right;
}

/* line 92, app/assets/stylesheets/tom-select-new.scss */
.ts-control.rtl.single .ts-control:after {
  left: 15px;
  right: auto;
}

/* line 96, app/assets/stylesheets/tom-select-new.scss */
.ts-control.rtl .ts-control > input {
  margin: 0 4px 0 -2px !important;
}

/* line 99, app/assets/stylesheets/tom-select-new.scss */
.disabled .ts-control {
  opacity: 0.5;
  background-color: #fafafa;
}

/* line 103, app/assets/stylesheets/tom-select-new.scss */
.input-hidden .ts-control > input {
  opacity: 0;
  position: absolute;
  left: -10000px;
}

/* line 109, app/assets/stylesheets/tom-select-new.scss */
.ts-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  margin: 0.25rem 0 0;
  border-radius: 12px;
  border: 1px solid var(--Grey-100, #F6F5F7);
  background: #FFF;
  box-shadow: 0 7px 9px 0 rgba(0, 0, 0, 0.16);
}

/* line 121, app/assets/stylesheets/tom-select-new.scss */
.ts-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

/* line 125, app/assets/stylesheets/tom-select-new.scss */
.ts-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}

/* line 129, app/assets/stylesheets/tom-select-new.scss */
.ts-dropdown .option,
.ts-dropdown .optgroup-header,
.ts-dropdown .no-results,
.ts-dropdown .create {
  padding: 16px;
}

/* line 135, app/assets/stylesheets/tom-select-new.scss */
.ts-dropdown .option, .ts-dropdown [data-disabled], .ts-dropdown [data-disabled] .option[data-selectable] {
  cursor: inherit;
  opacity: 0.5;
}

/* line 139, app/assets/stylesheets/tom-select-new.scss */
.ts-dropdown .option[data-selectable] {
  opacity: 1;
  cursor: pointer;
}

/* line 143, app/assets/stylesheets/tom-select-new.scss */
.ts-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

/* line 146, app/assets/stylesheets/tom-select-new.scss */
.ts-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}

/* line 151, app/assets/stylesheets/tom-select-new.scss */
.ts-dropdown .active {
  background-color: #f5fafd;
}

/* line 161, app/assets/stylesheets/tom-select-new.scss */
.ts-dropdown .spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 5px 8px;
}

/* line 167, app/assets/stylesheets/tom-select-new.scss */
.ts-dropdown .spinner::after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 3px;
  border-radius: 50%;
  border: 5px solid #d0d0d0;
  border-color: #d0d0d0 transparent #d0d0d0 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 187, app/assets/stylesheets/tom-select-new.scss */
.ts-dropdown-content {
  overflow: hidden auto;
  max-height: 200px;
  scroll-behavior: smooth;
}

/* line 193, app/assets/stylesheets/tom-select-new.scss */
.ts-wrapper.plugin-drag_drop .ts-dragging {
  color: transparent !important;
}

/* line 196, app/assets/stylesheets/tom-select-new.scss */
.ts-wrapper.plugin-drag_drop .ts-dragging > * {
  visibility: hidden !important;
}

/* line 200, app/assets/stylesheets/tom-select-new.scss */
.plugin-checkbox_options:not(.rtl) .option input {
  margin-right: 0.5rem;
}

/* line 204, app/assets/stylesheets/tom-select-new.scss */
.plugin-checkbox_options.rtl .option input {
  margin-left: 0.5rem;
}

/* stylelint-disable function-name-case */
/* line 209, app/assets/stylesheets/tom-select-new.scss */
.plugin-clear_button {
  --ts-pr-clear-button: 1em;
}

/* line 212, app/assets/stylesheets/tom-select-new.scss */
.plugin-clear_button .clear-button {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  margin-right: 0 !important;
  background: transparent !important;
  transition: opacity 0.5s;
  cursor: pointer;
}

/* line 223, app/assets/stylesheets/tom-select-new.scss */
.plugin-clear_button.form-select .clear-button, .plugin-clear_button.single .clear-button {
  right: 8px;
}

/* line 226, app/assets/stylesheets/tom-select-new.scss */
.plugin-clear_button.focus.has-items .clear-button, .plugin-clear_button.has-items:not(.disabled):hover .clear-button {
  opacity: 1;
}

/* line 230, app/assets/stylesheets/tom-select-new.scss */
.ts-wrapper .dropdown-header {
  position: relative;
  padding: 10px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: color-mix(#fff, #d0d0d0, 85%);
  border-radius: 3px 3px 0 0;
}

/* line 237, app/assets/stylesheets/tom-select-new.scss */
.ts-wrapper .dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

/* line 247, app/assets/stylesheets/tom-select-new.scss */
.ts-wrapper .dropdown-header-close:hover {
  color: black;
}

/* line 251, app/assets/stylesheets/tom-select-new.scss */
.plugin-dropdown_input.focus.dropdown-active .ts-control {
  box-shadow: none;
  border: 1px solid #d0d0d0;
}

/* line 255, app/assets/stylesheets/tom-select-new.scss */
.plugin-dropdown_input .dropdown-input {
  border: 1px solid #d0d0d0;
  border-width: 0 0 1px;
  display: block;
  padding: 8px 8px;
  box-shadow: none;
  width: 100%;
  background: transparent;
}

/* line 264, app/assets/stylesheets/tom-select-new.scss */
.plugin-dropdown_input .items-placeholder {
  border: 0 none !important;
  box-shadow: none !important;
  width: 100%;
}

/* line 269, app/assets/stylesheets/tom-select-new.scss */
.plugin-dropdown_input.has-items .items-placeholder, .plugin-dropdown_input.dropdown-active .items-placeholder {
  display: none !important;
}

/* line 273, app/assets/stylesheets/tom-select-new.scss */
.ts-wrapper.plugin-input_autogrow.has-items .ts-control > input {
  min-width: 0;
}

/* line 276, app/assets/stylesheets/tom-select-new.scss */
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input {
  flex: none;
  min-width: 4px;
}

/* line 280, app/assets/stylesheets/tom-select-new.scss */
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::-ms-input-placeholder {
  color: transparent;
}

/* line 283, app/assets/stylesheets/tom-select-new.scss */
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::-moz-placeholder {
  color: transparent;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::placeholder {
  color: transparent;
}

/* line 287, app/assets/stylesheets/tom-select-new.scss */
.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content {
  display: flex;
}

/* line 290, app/assets/stylesheets/tom-select-new.scss */
.ts-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

/* line 297, app/assets/stylesheets/tom-select-new.scss */
.ts-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

/* line 300, app/assets/stylesheets/tom-select-new.scss */
.ts-dropdown.plugin-optgroup_columns .optgroup::before {
  display: none;
}

/* line 303, app/assets/stylesheets/tom-select-new.scss */
.ts-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

/* line 307, app/assets/stylesheets/tom-select-new.scss */
.ts-wrapper.plugin-remove_button .item {
  display: inline-flex;
  align-items: center;
}

/* line 311, app/assets/stylesheets/tom-select-new.scss */
.ts-wrapper.plugin-remove_button .item .remove {
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 0 6px;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}

/* line 320, app/assets/stylesheets/tom-select-new.scss */
.ts-wrapper.plugin-remove_button .item .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 323, app/assets/stylesheets/tom-select-new.scss */
.ts-wrapper.plugin-remove_button.disabled .item .remove:hover {
  background: none;
}

/* line 326, app/assets/stylesheets/tom-select-new.scss */
.ts-wrapper.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

/* line 333, app/assets/stylesheets/tom-select-new.scss */
.ts-wrapper.plugin-remove_button:not(.rtl) .item {
  padding-right: 0 !important;
}

/* line 339, app/assets/stylesheets/tom-select-new.scss */
.ts-wrapper.plugin-remove_button:not(.rtl) .item.active .remove {
  border-left-color: #cacaca;
}

/* line 342, app/assets/stylesheets/tom-select-new.scss */
.ts-wrapper.plugin-remove_button.disabled:not(.rtl) .item .remove {
  border-left-color: white;
}

/* line 346, app/assets/stylesheets/tom-select-new.scss */
.ts-wrapper.plugin-remove_button.rtl .item {
  padding-left: 0 !important;
}

/* line 349, app/assets/stylesheets/tom-select-new.scss */
.ts-wrapper.plugin-remove_button.rtl .item .remove {
  border-right: 1px solid #d0d0d0;
  margin-right: 6px;
}

/* line 353, app/assets/stylesheets/tom-select-new.scss */
.ts-wrapper.plugin-remove_button.rtl .item.active .remove {
  border-right-color: #cacaca;
}

/* line 356, app/assets/stylesheets/tom-select-new.scss */
.ts-wrapper.plugin-remove_button.rtl.disabled .item .remove {
  border-right-color: white;
}

/* line 360, app/assets/stylesheets/tom-select-new.scss */
:root {
  --ts-pr-clear-button: 0px;
  --ts-pr-caret: 0px;
  --ts-pr-min: .75rem;
}

/* line 366, app/assets/stylesheets/tom-select-new.scss */
.ts-wrapper.single .ts-control, .ts-wrapper.single .ts-control input {
  cursor: pointer;
}

/* line 370, app/assets/stylesheets/tom-select-new.scss */
.ts-control:not(.rtl) {
  padding-right: 0px !important;
}

/* line 374, app/assets/stylesheets/tom-select-new.scss */
.ts-control.rtl {
  padding-left: 0px !important;
}

/* line 378, app/assets/stylesheets/tom-select-new.scss */
.ts-wrapper {
  position: relative;
}

/* line 382, app/assets/stylesheets/tom-select-new.scss */
.ts-dropdown,
.ts-control,
.ts-control input {
  color: var(--Black, #1D2024);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
}

/* line 393, app/assets/stylesheets/tom-select-new.scss */
.ts-control,
.ts-wrapper.single.input-active .ts-control {
  background: #fff;
  cursor: text;
}

/* line 399, app/assets/stylesheets/tom-select-new.scss */
.ts-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
/* Header */
/* line 2, app/assets/stylesheets/flag-reports.scss */
.rp-dash {
  /* Summary cards */
  /* Filters bar */
  /* Table */
  /* Responsive */
  /* Expand / collapse */
  /* mobile: keep details visible as block */
  /* Pagination */
  /* mobile */
  /* No flagged report */
}

/* line 3, app/assets/stylesheets/flag-reports.scss */
.rp-dash .dash-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
}

/* line 12, app/assets/stylesheets/flag-reports.scss */
.rp-dash .dash-title-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 18, app/assets/stylesheets/flag-reports.scss */
.rp-dash .dash-title {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 27, app/assets/stylesheets/flag-reports.scss */
.rp-dash .dash-title span.badge-label {
  font-size: 0.75rem;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid var(--border-subtle);
  background: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-muted);
}

/* line 38, app/assets/stylesheets/flag-reports.scss */
.rp-dash .dash-subtitle {
  font-size: 0.9rem;
  color: var(--text-muted);
}

/* line 43, app/assets/stylesheets/flag-reports.scss */
.rp-dash .dash-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 49, app/assets/stylesheets/flag-reports.scss */
.rp-dash .btn {
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 0.85rem;
  border: 1px solid var(--border-subtle);
  background: rgba(255, 255, 255, 0.7);
  color: var(--text-main);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

/* line 63, app/assets/stylesheets/flag-reports.scss */
.rp-dash .btn-primary {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: #ffffff;
  border-color: transparent;
  box-shadow: var(--shadow-soft);
}

/* line 70, app/assets/stylesheets/flag-reports.scss */
.rp-dash .btn-icon {
  font-size: 1rem;
}

/* line 76, app/assets/stylesheets/flag-reports.scss */
.rp-dash .summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

/* line 83, app/assets/stylesheets/flag-reports.scss */
.rp-dash .summary-card {
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border-radius: var(--radius-lg);
  padding: 14px 16px;
  border: 1px solid var(--border-subtle);
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.04);
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* line 95, app/assets/stylesheets/flag-reports.scss */
.rp-dash .summary-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* line 105, app/assets/stylesheets/flag-reports.scss */
.rp-dash .summary-chip {
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 0.72rem;
  border: 1px solid var(--border-subtle);
  background: rgba(249, 250, 251, 0.9);
}

/* line 113, app/assets/stylesheets/flag-reports.scss */
.rp-dash .summary-value {
  font-size: 1.6rem;
  font-weight: 700;
}

/* line 118, app/assets/stylesheets/flag-reports.scss */
.rp-dash .trend {
  font-size: 0.75rem;
  color: var(--text-muted);
}

/* line 123, app/assets/stylesheets/flag-reports.scss */
.rp-dash .trend-up {
  color: var(--success);
}

/* line 127, app/assets/stylesheets/flag-reports.scss */
.rp-dash .trend-down {
  color: var(--danger);
}

/* line 133, app/assets/stylesheets/flag-reports.scss */
.rp-dash .filters-bar {
  background: rgba(255, 255, 255, 0.9);
  border-radius: var(--radius-lg);
  padding: 10px 12px;
  border: 1px solid var(--border-subtle);
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.04);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 14px;
}

/* line 146, app/assets/stylesheets/flag-reports.scss */
.rp-dash .filter-group {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

/* line 153, app/assets/stylesheets/flag-reports.scss */
.rp-dash .filter-label {
  font-size: 0.8rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

/* line 160, app/assets/stylesheets/flag-reports.scss */
.rp-dash .pill {
  font-size: 0.8rem;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid var(--border-subtle);
  background: #f9fafb;
  cursor: pointer;
}

/* line 169, app/assets/stylesheets/flag-reports.scss */
.rp-dash .pill.active {
  border-color: transparent;
  background: var(--accent-soft);
  color: var(--accent);
  font-weight: 600;
}

/* line 176, app/assets/stylesheets/flag-reports.scss */
.rp-dash .search-box {
  position: relative;
  flex: 1;
  min-width: 180px;
}

/* line 182, app/assets/stylesheets/flag-reports.scss */
.rp-dash .search-box input {
  width: 100%;
  border-radius: 999px;
  border: 1px solid var(--border-subtle);
  padding: 7px 30px 7px 26px;
  font-size: 0.85rem;
  outline: none;
  background: #f9fafb;
}

/* line 192, app/assets/stylesheets/flag-reports.scss */
.rp-dash .search-icon {
  position: absolute;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* line 201, app/assets/stylesheets/flag-reports.scss */
.rp-dash .search-box {
  position: relative;
  width: 200px;
  max-width: 250px;
}

/* line 207, app/assets/stylesheets/flag-reports.scss */
.rp-dash .search-clear-btn {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 18px;
  color: #6b7280;
  cursor: pointer;
  padding: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

/* line 226, app/assets/stylesheets/flag-reports.scss */
.rp-dash .search-clear-btn:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #1f2937;
}

/* line 232, app/assets/stylesheets/flag-reports.scss */
.rp-dash .filter-group .assigned-by-select {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-repeat: no-repeat;
  background-position-x: 90%;
  background-position-y: center;
  /* border: 1px solid #ccc; // Consistent border */
  /* border-radius: 4px; // Rounded corners */
  /* font-size: 14px; // Standard text size */
  width: 75px;
}

/* line 243, app/assets/stylesheets/flag-reports.scss */
.rp-dash .filter-group .assigned-by-select:focus {
  outline: none;
  border-color: #398ccb;
  box-shadow: 0 0 5px rgba(57, 140, 203, 0.3);
}

/* line 250, app/assets/stylesheets/flag-reports.scss */
.rp-dash .filter-group .dropdown {
  width: 100%;
}

/* line 257, app/assets/stylesheets/flag-reports.scss */
.rp-dash .table-wrapper {
  background: rgba(255, 255, 255, 0.98);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

/* line 265, app/assets/stylesheets/flag-reports.scss */
.rp-dash table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.85rem;
}

/* line 271, app/assets/stylesheets/flag-reports.scss */
.rp-dash thead {
  background: #f3f4f6;
}

/* line 275, app/assets/stylesheets/flag-reports.scss */
.rp-dash th,
.rp-dash td {
  padding: 9px 12px;
  text-align: left;
  border-bottom: 1px solid var(--border-subtle);
}

/* line 282, app/assets/stylesheets/flag-reports.scss */
.rp-dash th {
  font-weight: 600;
  font-size: 0.8rem;
  color: #4b5563;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

/* line 290, app/assets/stylesheets/flag-reports.scss */
.rp-dash tbody tr {
  transition: background 0.15s ease, transform 0.1s ease;
}

/* line 296, app/assets/stylesheets/flag-reports.scss */
.rp-dash tbody tr:hover {
  background: #f9fafb;
  transform: translateY(-1px);
}

/* line 301, app/assets/stylesheets/flag-reports.scss */
.rp-dash .col-id {
  width: 80px;
  color: var(--text-muted);
  font-family: "SF Mono", ui-monospace, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.78rem;
}

/* line 310, app/assets/stylesheets/flag-reports.scss */
.rp-dash .col-report {
  font-weight: 500;
}

/* line 314, app/assets/stylesheets/flag-reports.scss */
.rp-dash .col-shop {
  color: var(--text-muted);
}

/* line 318, app/assets/stylesheets/flag-reports.scss */
.rp-dash .col-date,
.rp-dash .col-age {
  white-space: nowrap;
  color: var(--text-muted);
}

/* line 324, app/assets/stylesheets/flag-reports.scss */
.rp-dash .status-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  padding: 3px 9px;
  font-size: 0.75rem;
  font-weight: 500;
  white-space: nowrap;
}

/* line 335, app/assets/stylesheets/flag-reports.scss */
.rp-dash .status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

/* line 341, app/assets/stylesheets/flag-reports.scss */
.rp-dash .status-flagged {
  background: #fef2f2;
  color: var(--danger);
}

/* line 346, app/assets/stylesheets/flag-reports.scss */
.rp-dash .status-flagged .status-dot {
  background: var(--danger);
}

/* line 350, app/assets/stylesheets/flag-reports.scss */
.rp-dash .status-review {
  background: #fff7ed;
  color: var(--warning);
}

/* line 355, app/assets/stylesheets/flag-reports.scss */
.rp-dash .status-review .status-dot {
  background: var(--warning);
}

/* line 359, app/assets/stylesheets/flag-reports.scss */
.rp-dash .status-resolved {
  background: #ecfdf3;
  color: var(--success);
}

/* line 364, app/assets/stylesheets/flag-reports.scss */
.rp-dash .status-resolved .status-dot {
  background: var(--success);
}

/* line 368, app/assets/stylesheets/flag-reports.scss */
.rp-dash .tag {
  display: inline-block;
  font-size: 0.7rem;
  padding: 2px 6px;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  margin-right: 4px;
  margin-bottom: 2px;
}

/* line 379, app/assets/stylesheets/flag-reports.scss */
.rp-dash .assignee-avatar {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2563eb, #a855f7);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 600;
}

/* line 392, app/assets/stylesheets/flag-reports.scss */
.rp-dash .assignee-name {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-left: 6px;
}

/* line 398, app/assets/stylesheets/flag-reports.scss */
.rp-dash .priority-pill {
  font-size: 0.75rem;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid #fee2e2;
  background: #fef2f2;
  color: #b91c1c;
  white-space: nowrap;
}

/* line 408, app/assets/stylesheets/flag-reports.scss */
.rp-dash .priority-low {
  border-color: #dcfce7;
  background: #f0fdf4;
  color: #15803d;
}

/* line 414, app/assets/stylesheets/flag-reports.scss */
.rp-dash .priority-medium {
  border-color: #ffedd5;
  background: #fff7ed;
  color: #ea580c;
}

/* line 420, app/assets/stylesheets/flag-reports.scss */
.rp-dash .footer-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  font-size: 0.75rem;
  color: var(--text-muted);
  background: #f9fafb;
}

/* line 430, app/assets/stylesheets/flag-reports.scss */
.rp-dash .footer-meta span strong {
  color: var(--text-main);
}

@media (max-width: 900px) {
  /* line 437, app/assets/stylesheets/flag-reports.scss */
  .rp-dash .summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  /* line 443, app/assets/stylesheets/flag-reports.scss */
  .rp-dash .dash-header {
    align-items: flex-start;
  }
  /* line 447, app/assets/stylesheets/flag-reports.scss */
  .rp-dash .summary-grid {
    grid-template-columns: 1fr;
  }
  /* line 451, app/assets/stylesheets/flag-reports.scss */
  .rp-dash .filters-bar {
    flex-direction: column;
    align-items: stretch;
  }
  /* line 456, app/assets/stylesheets/flag-reports.scss */
  .rp-dash .filter-group {
    justify-content: flex-start;
  }
  /* line 460, app/assets/stylesheets/flag-reports.scss */
  .rp-dash table,
.rp-dash thead,
.rp-dash tbody,
.rp-dash th,
.rp-dash td,
.rp-dash tr {
    display: block;
  }
  /* line 469, app/assets/stylesheets/flag-reports.scss */
  .rp-dash thead {
    display: none;
  }
  /* line 473, app/assets/stylesheets/flag-reports.scss */
  .rp-dash tbody tr {
    border-bottom: 1px solid var(--border-subtle);
    margin: 0 10px;
    padding: 8px 0;
  }
  /* line 479, app/assets/stylesheets/flag-reports.scss */
  .rp-dash td {
    border: none;
    padding: 4px 12px;
  }
  /* line 484, app/assets/stylesheets/flag-reports.scss */
  .rp-dash td::before {
    content: attr(data-label);
    display: block;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--text-muted);
    margin-bottom: 2px;
  }
  /* line 494, app/assets/stylesheets/flag-reports.scss */
  .rp-dash .col-id {
    font-size: 0.8rem;
  }
}

/* line 501, app/assets/stylesheets/flag-reports.scss */
.rp-dash .expand-cell {
  width: 34px;
  text-align: center;
}

/* line 506, app/assets/stylesheets/flag-reports.scss */
.rp-dash .expand-btn {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 1px solid var(--border-subtle);
  background: #f9fafb;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  padding: 0;
  transition: background 0.15s ease, transform 0.1s ease;
}

/* line 523, app/assets/stylesheets/flag-reports.scss */
.rp-dash .expand-btn:hover {
  background: #eef2ff;
}

/* line 527, app/assets/stylesheets/flag-reports.scss */
.rp-dash .expand-btn .chevron {
  display: inline-block;
  transition: transform 0.15s ease;
}

/* line 532, app/assets/stylesheets/flag-reports.scss */
.rp-dash .expand-btn[aria-expanded="true"] .chevron {
  transform: rotate(120deg);
}

/* line 536, app/assets/stylesheets/flag-reports.scss */
.rp-dash .details-row {
  display: none;
  background: #f9fafb;
}

/* line 541, app/assets/stylesheets/flag-reports.scss */
.rp-dash .details-row.open {
  display: table-row;
}

/* line 545, app/assets/stylesheets/flag-reports.scss */
.rp-dash .details-cell {
  padding: 10px 14px;
  font-size: 0.8rem;
  color: var(--text-main);
  border-top: 1px dashed var(--border-subtle);
}

/* line 552, app/assets/stylesheets/flag-reports.scss */
.rp-dash .details-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-bottom: 8px;
}

/* line 559, app/assets/stylesheets/flag-reports.scss */
.rp-dash .details-meta-item {
  font-size: 0.78rem;
  color: var(--text-muted);
}

/* line 564, app/assets/stylesheets/flag-reports.scss */
.rp-dash .details-meta-item strong {
  color: var(--text-main);
}

/* line 568, app/assets/stylesheets/flag-reports.scss */
.rp-dash .details-notes {
  margin-top: 2px;
  line-height: 1.4;
}

@media (max-width: 700px) {
  /* line 575, app/assets/stylesheets/flag-reports.scss */
  .rp-dash .details-row {
    display: none;
  }
  /* line 578, app/assets/stylesheets/flag-reports.scss */
  .rp-dash .details-row.open {
    display: block;
  }
  /* line 581, app/assets/stylesheets/flag-reports.scss */
  .rp-dash .details-cell {
    border-top: none;
    border-bottom: 1px solid var(--border-subtle);
  }
}

/* line 587, app/assets/stylesheets/flag-reports.scss */
.rp-dash .retest-icon {
  width: 30px;
  height: 30px;
}

/* line 594, app/assets/stylesheets/flag-reports.scss */
.rp-dash .footer-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  font-size: 0.75rem;
  color: var(--text-muted);
  background: #f9fafb;
  gap: 12px;
}

/* line 605, app/assets/stylesheets/flag-reports.scss */
.rp-dash .footer-meta span strong {
  color: var(--text-main);
}

/* line 609, app/assets/stylesheets/flag-reports.scss */
.rp-dash .pagination {
  display: flex;
  align-items: center;
  gap: 4px;
}

/* line 615, app/assets/stylesheets/flag-reports.scss */
.rp-dash .page-btn {
  min-width: 26px;
  height: 26px;
  border-radius: 999px;
  border: 1px solid var(--border-subtle);
  background: #ffffff;
  font-size: 0.75rem;
  cursor: pointer;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* line 629, app/assets/stylesheets/flag-reports.scss */
.rp-dash .page-btn:hover:not(:disabled) {
  background: #eef2ff;
}

/* line 633, app/assets/stylesheets/flag-reports.scss */
.rp-dash .page-btn.active {
  background: var(--accent);
  color: #ffffff;
  border-color: var(--accent);
  font-weight: 600;
}

/* line 640, app/assets/stylesheets/flag-reports.scss */
.rp-dash .page-btn:disabled {
  opacity: 0.4;
  cursor: default;
}

/* line 645, app/assets/stylesheets/flag-reports.scss */
.rp-dash .pagination-info {
  white-space: nowrap;
}

@media (max-width: 600px) {
  /* line 651, app/assets/stylesheets/flag-reports.scss */
  .rp-dash .footer-meta {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* line 658, app/assets/stylesheets/flag-reports.scss */
.rp-dash .no-reports-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem 0;
  background-color: #f9f9f9;
  border-radius: 8px;
  margin: 1rem 0;
}

/* line 668, app/assets/stylesheets/flag-reports.scss */
.rp-dash .no-reports-message {
  text-align: center;
  color: #2c3e50;
}

/* line 673, app/assets/stylesheets/flag-reports.scss */
.rp-dash .success-icon {
  font-size: 3rem;
  color: #27ae60;
  margin-bottom: 1rem;
}

/* line 679, app/assets/stylesheets/flag-reports.scss */
.rp-dash .no-reports-message h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: #27ae60;
}

/* line 685, app/assets/stylesheets/flag-reports.scss */
.rp-dash .no-reports-message p {
  font-size: 1rem;
  color: #7f8c8d;
}

/* line 690, app/assets/stylesheets/flag-reports.scss */
.rp-dash .unflagged_indicator {
  color: green;
  margin-left: -12px;
  margin-top: -8px;
  position: absolute;
  font-size: 40px;
}

/* line 698, app/assets/stylesheets/flag-reports.scss */
.rp-dash .unflagged_row {
  color: green;
}

/* line 702, app/assets/stylesheets/flag-reports.scss */
.rp-dash .retest-btn.loading {
  opacity: 0.6;
  cursor: not-allowed;
}

/* ============================================================
   _onboarding_redesign.scss
   Ported from the design-system Onboarding.css + Text Button.css
   + Input Field.css. All @apply directives expanded inline so the
   styles work without Tailwind in this Rails app.
   ============================================================ */
/* ── Design tokens ──────────────────────────────────────────── */
/* line 9, app/assets/stylesheets/_onboarding_redesign.scss */
:root {
  --uxr-grey-50: #f4f4f4;
  --uxr-grey-100: #e9e9ea;
  --uxr-grey-200: #d3d4d5;
  --uxr-grey-300: #bebec0;
  --uxr-grey-400: #a8a9ab;
  --uxr-grey-600: #7c7d80;
  --uxr-grey-700: #66686b;
  --uxr-grey-800: #515256;
  --uxr-black: #25272c;
  --uxr-white: #ffffff;
  --uxr-primary-0: #0066ff;
  --uxr-primary-50: #f2f7ff;
  --uxr-primary-100: #e5f0ff;
  --uxr-primary-200: #cce0ff;
  --uxr-error: #e60024;
  --uxr-error-100: #fce5e9;
  --uxr-error-300: #f7b2bd;
}

/* ── Utility classes used directly in markup ────────────────── */
/* line 30, app/assets/stylesheets/_onboarding_redesign.scss */
.font-ux-regular {
  font-weight: 400;
}

/* line 31, app/assets/stylesheets/_onboarding_redesign.scss */
.font-ux-medium {
  font-weight: 500;
}

/* line 32, app/assets/stylesheets/_onboarding_redesign.scss */
.font-ux-semibold {
  font-weight: 600;
}

/* line 33, app/assets/stylesheets/_onboarding_redesign.scss */
.font-ux-bold {
  font-weight: 700;
}

/* line 34, app/assets/stylesheets/_onboarding_redesign.scss */
.text-ux-black {
  color: var(--uxr-black);
}

/* line 35, app/assets/stylesheets/_onboarding_redesign.scss */
.text-ux-grey-700 {
  color: var(--uxr-grey-700);
}

/* ============================================================
   TEXT BUTTON
   ============================================================ */
/* line 40, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
  border-radius: 9999px;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
}

/* line 55, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-btn-lg {
  height: 40px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

/* line 56, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-btn-md {
  height: 32px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

/* line 58, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-btn-primary {
  background-color: var(--uxr-primary-0);
  color: var(--uxr-white);
}

/* line 59, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-btn-primary:hover:not(:disabled):not([aria-disabled="true"]),
.ux-btn-primary.is-hover {
  box-shadow: 0px 0px 0px 3px var(--uxr-primary-200);
}

/* line 61, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-btn-primary:focus-visible {
  outline: none;
  box-shadow: 0px 0px 0px 3px var(--uxr-primary-200);
}

/* line 62, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-btn-primary:disabled,
.ux-btn-primary[aria-disabled="true"] {
  background-color: var(--uxr-grey-200);
  color: var(--uxr-grey-400);
  cursor: not-allowed;
  box-shadow: none;
  pointer-events: none;
}

/* line 71, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-btn-secondary {
  background-color: transparent;
  color: var(--uxr-primary-0);
  border-color: var(--uxr-primary-0);
}

/* line 76, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-btn-secondary:hover:not(:disabled):not([aria-disabled="true"]) {
  background-color: var(--uxr-primary-100);
}

/* line 77, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-btn-secondary:focus-visible {
  outline: none;
  box-shadow: 0px 0px 0px 3px var(--uxr-primary-200);
}

/* line 78, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-btn-secondary:disabled,
.ux-btn-secondary[aria-disabled="true"] {
  background-color: transparent;
  color: var(--uxr-grey-400);
  border-color: var(--uxr-grey-200);
  cursor: not-allowed;
  pointer-events: none;
}

/* line 87, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-btn-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: transparent;
  color: var(--uxr-primary-0);
  border: none;
  cursor: pointer;
  font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-underline-offset: 2px;
  text-decoration: none;
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 104, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-btn-link:hover:not(:disabled):not([aria-disabled="true"]) {
  text-decoration: underline;
}

/* line 105, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-btn-link:focus-visible {
  outline: none;
  text-decoration: underline;
}

/* line 106, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-btn-link:disabled,
.ux-btn-link[aria-disabled="true"] {
  color: var(--uxr-grey-400);
  cursor: not-allowed;
  pointer-events: none;
  text-decoration: none;
}

/* ============================================================
   INPUT FIELD
   ============================================================ */
/* line 117, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 122, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-field-label {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: var(--uxr-grey-800);
}

/* line 128, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

/* line 133, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-input {
  width: 100%;
  height: 40px;
  padding-left: 16px;
  padding-right: 16px;
  background-color: var(--uxr-white);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--uxr-black);
  border: 1px solid var(--uxr-grey-200);
  border-radius: 9999px;
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
  font-family: inherit;
}

/* line 149, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-input::-moz-placeholder {
  color: var(--uxr-grey-600);
  font-weight: 400;
}
.ux-input::placeholder {
  color: var(--uxr-grey-600);
  font-weight: 400;
}

/* line 150, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-input:not(:-moz-placeholder) {
  font-weight: 500;
  color: var(--uxr-black);
}
.ux-input:not(:placeholder-shown) {
  font-weight: 500;
  color: var(--uxr-black);
}

/* line 151, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-input:hover:not(:focus):not(:disabled):not([readonly]) {
  border-color: var(--uxr-primary-0);
  box-shadow: 0px 0px 0px 3px var(--uxr-primary-200);
}

/* line 155, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-input:focus {
  background-color: var(--uxr-primary-50);
  border-color: var(--uxr-primary-0);
}

/* line 156, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-input--icon-left {
  padding-left: 48px;
}

/* line 157, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-input--icon-right {
  padding-right: 48px;
}

/* line 158, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-input-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  flex-shrink: 0;
  pointer-events: none;
  width: 20px;
  height: 20px;
}

/* line 167, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-input-icon--left {
  left: 16px;
  color: var(--uxr-grey-600);
}

/* line 168, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-input-icon--right {
  right: 16px;
  color: var(--uxr-grey-600);
}

/* line 169, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-field-hint {
  padding-left: 16px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: var(--uxr-grey-600);
}

/* ============================================================
   ONBOARDING — page root
   ============================================================ */
/* line 180, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-page {
  background-color: var(--uxr-white);
  font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
  display: flex;
  flex-direction: column;
  color: var(--uxr-black);
  overflow-x: hidden;
}

/* line 189, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-body {
  height: 100vh;
}

/* ── Stepper bar ───────────────────────────────────────────── */
/* line 194, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-stepper-bar {
  background-color: var(--uxr-white);
  border-bottom: 1px solid var(--uxr-grey-100);
  flex-shrink: 0;
  padding: 12px 16px;
}

/* line 200, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-stepper {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* line 205, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-step {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 6px;
}

/* line 211, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-step--active {
  color: var(--uxr-primary-0);
}

/* line 212, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-step--active span {
  font-weight: 500;
  color: var(--uxr-primary-0);
}

/* line 213, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-step:not(.ux-onboarding-step--active):not(.ux-onboarding-step--completed) {
  color: var(--uxr-grey-300);
}

/* line 214, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-step:not(.ux-onboarding-step--active):not(.ux-onboarding-step--completed) span {
  font-weight: 400;
  color: var(--uxr-grey-600);
}

/* line 215, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-step--completed {
  color: var(--uxr-primary-0);
}

/* line 216, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-step--completed span {
  font-weight: 500;
  color: var(--uxr-primary-0);
}

/* line 217, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-step span {
  display: none;
}

/* line 218, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-step-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

/* line 219, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-step-line {
  height: 1px;
  background-color: var(--uxr-grey-200);
  flex: 1 1 0%;
}

/* line 224, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-step-line--completed {
  background-color: var(--uxr-primary-0);
}

/* ── Body layout ───────────────────────────────────────────── */
/* line 227, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-layout {
  display: flex;
  flex-direction: column;
  flex: 1 1 0%;
  align-items: stretch;
}

/* ── Form panel ────────────────────────────────────────────── */
/* line 235, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-form-panel {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: var(--uxr-white);
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* line 246, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-form-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}

/* line 252, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  flex-shrink: 0;
  color: inherit;
}

/* line 260, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-logo:hover {
  text-decoration: none;
}

/* line 261, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-logo span {
  font-size: 14px;
  line-height: 24px;
}

/* line 262, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-heading h1 {
  font-weight: 700;
  color: var(--uxr-black);
  font-size: 20px;
  line-height: 28px;
  margin: 0;
}

/* line 269, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-heading p {
  font-weight: 400;
  color: var(--uxr-grey-700);
  font-size: 14px;
  line-height: 24px;
  margin-top: 6px;
  margin-bottom: 0;
}

/* line 277, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: stretch;
}

/* line 283, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-continue {
  width: 100%;
  justify-content: center;
  flex-shrink: 0;
}

/* line 288, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-actions .ux-btn-link {
  align-self: center;
}

/* line 289, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-terms {
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: var(--uxr-grey-600);
  margin: 0;
}

/* line 296, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-terms-link {
  font-weight: 600;
  color: var(--uxr-primary-0);
  text-decoration: none;
  transition: -webkit-text-decoration 150ms ease;
  transition: text-decoration 150ms ease;
  transition: text-decoration 150ms ease, -webkit-text-decoration 150ms ease;
}

/* line 302, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-terms-link:hover {
  text-decoration: underline;
}

/* ── Illustration panel ────────────────────────────────────── */
/* line 305, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-illus-panel {
  background-color: var(--uxr-white);
  display: none;
}

/* line 309, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-illus-text {
  padding-top: 40px;
  padding-left: 28px;
  padding-right: 28px;
}

/* line 314, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-illus-heading {
  font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #121314;
  margin: 0;
}

/* line 322, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-illus-subheading {
  font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #66686b;
  margin: 12px 0 0;
}

/* line 330, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-illus-rect {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
  margin-right: 30px;
  margin-bottom: 24px;
  background-color: #ecf4ff;
  border-radius: 12px;
  overflow: hidden;
  max-height: 100%;
  box-shadow: inset 0 0 0 1px var(--uxr-primary-0), 6px 6px 0px 6px var(--uxr-primary-0);
}

/* line 344, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-illus-photo {
  display: block;
  width: 100%;
  flex: 1;
  min-height: 0;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top center;
     object-position: top center;
  padding: 28px 24px 36px;
}

/* ── 480 px breakpoint ─────────────────────────────────────── */
@media (min-width: 480px) {
  /* line 357, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-stepper-bar {
    padding: 12px 24px;
  }
  /* line 358, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-stepper {
    gap: 8px;
  }
  /* line 359, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-step span {
    display: inline;
    font-size: 12px;
    line-height: 20px;
  }
  /* line 360, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-form-panel {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 50px;
    padding-bottom: 32px;
  }
  /* line 361, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-form-inner {
    gap: 24px;
  }
  /* line 362, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-actions {
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }
  /* line 363, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-continue {
    width: 160px;
  }
}

/* ── 768 px breakpoint ─────────────────────────────────────── */
@media (min-width: 768px) {
  /* line 368, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-stepper-bar {
    padding: 16px 32px;
  }
  /* line 369, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-stepper {
    gap: 10px;
  }
  /* line 370, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-step {
    gap: 8px;
  }
  /* line 371, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-step--active span,
.ux-onboarding-step:not(.ux-onboarding-step--active) span {
    font-size: 13px;
    line-height: 20px;
  }
  /* line 373, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-page {
    height: 100dvh;
    max-height: 100dvh;
    overflow: hidden;
  }
  /* line 374, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-layout {
    flex-direction: row;
    align-items: stretch;
    overflow: hidden;
  }
  /* line 375, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-stepper {
    max-width: calc(50vw - 32px);
  }
  /* line 376, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-form-panel {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 50px;
    padding-bottom: 40px;
    flex: 0 0 50%;
    max-width: 50%;
    width: auto;
    overflow-y: auto;
  }
  /* line 384, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-form-inner {
    gap: 28px;
    max-width: 400px;
  }
  /* line 385, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-illus-panel {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex: 1;
    min-height: 0;
    overflow: hidden;
  }
  /* line 395, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-illus-rect {
    flex: 0 0 auto;
    align-self: flex-start;
    min-height: 0;
    overflow: hidden;
  }
}

/* ── 1025 px+ — cap layout to 1440 px on laptop and above ─── */
@media (min-width: 1025px) {
  /* line 400, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-layout {
    max-width: 1440px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ── 1025 px—1279 px breakpoint (laptop) ───────────────────── */
@media (min-width: 1025px) and (max-width: 1279px) {
  /* line 410, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-stepper-bar {
    padding: 20px 24px;
  }
  /* line 411, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-stepper {
    gap: 12px;
  }
  /* line 412, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-step {
    gap: 8px;
  }
  /* line 413, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-step--active span,
.ux-onboarding-step:not(.ux-onboarding-step--active) span {
    font-size: 14px;
    line-height: 24px;
  }
  /* line 415, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-step-line {
    flex: none;
    width: 80px;
  }
  /* line 416, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-stepper {
    max-width: calc(45vw - 24px);
  }
  /* line 417, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-form-panel {
    padding-left: 48px;
    padding-right: 24px;
    padding-top: 50px;
    padding-bottom: 48px;
    flex: 0 0 45%;
    max-width: 45%;
  }
  /* line 425, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-form-inner {
    gap: 32px;
    max-width: 440px;
  }
  /* line 426, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-logo span {
    font-size: 16px;
    line-height: 24px;
  }
  /* line 427, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-heading h1 {
    font-size: 24px;
    line-height: 32px;
  }
  /* line 428, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-heading p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
  }
  /* line 429, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-illus-panel {
    flex: 1;
    align-items: stretch;
  }
  /* line 430, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-illus-rect {
    flex: 1 1 0;
    align-self: stretch;
  }
  /* line 431, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-illus-photo {
    padding: 20px 20px 24px;
    max-height: none;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
  }
  /* line 437, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-illus-text {
    padding: 32px 28px 0;
  }
  /* line 438, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-illus-heading {
    font-size: 26px;
    line-height: 34px;
  }
  /* line 439, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-illus-subheading {
    font-size: 14px;
    line-height: 22px;
    margin-top: 14px;
  }
}

/* ── 1280 px breakpoint (desktop) ──────────────────────────── */
@media (min-width: 1280px) {
  /* line 444, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-cat-extra-sm {
    display: flex;
  }
  /* line 445, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-stepper {
    max-width: calc(51vw - 32px);
  }
  /* line 446, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-form-panel {
    padding-left: 80px;
    padding-right: 40px;
    padding-top: 50px;
    padding-bottom: 48px;
    flex: 0 0 51%;
    max-width: 51%;
  }
  /* line 454, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-illus-panel {
    flex: 1;
    align-items: stretch;
  }
  /* line 455, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-illus-rect {
    flex: 1 1 0;
    align-self: stretch;
  }
  /* line 456, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-form-inner {
    max-width: 480px;
  }
  /* line 457, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-illus-photo {
    padding: 60px 20px 24px;
  }
  /* line 458, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-illus-text {
    padding: 42px 48px 0;
  }
  /* line 459, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-illus-heading {
    font-size: 28px;
    line-height: 32px;
  }
  /* line 460, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-illus-subheading {
    font-size: 16px;
    line-height: 24px;
    margin-top: 12px;
  }
}

/* ── 1536 px breakpoint (large desktop) ────────────────────── */
@media (min-width: 1536px) {
  /* line 465, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-form-panel {
    padding-left: 120px;
    padding-right: 60px;
    padding-top: 50px;
    padding-bottom: 48px;
    flex: 0 0 55%;
    max-width: 55%;
  }
  /* line 473, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-illus-panel {
    flex: 1;
    align-items: stretch;
  }
  /* line 474, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-illus-rect {
    flex: 1 1 0;
    align-self: flex-start;
  }
  /* line 475, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-form-inner {
    max-width: 520px;
  }
  /* line 476, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-illus-photo {
    padding: 60px 20px 24px;
  }
  /* line 477, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-heading h1 {
    font-size: 28px;
    line-height: 32px;
  }
  /* line 478, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-illus-text {
    padding: 50px 50px 0;
  }
  /* line 479, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-illus-heading {
    font-size: 32px;
    line-height: 40px;
  }
  /* line 480, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-illus-subheading {
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px;
  }
}

/* ============================================================
   STEP 2 — SELECT CATEGORIES
   ============================================================ */
/* line 486, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-cat-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

/* line 491, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-cat-card {
  display: flex;
  align-items: flex-start;
  background-color: var(--uxr-white);
  border: 1px solid var(--uxr-grey-200);
  border-radius: 8px;
  cursor: pointer;
  padding: 10px 12px;
  gap: 10px;
  transition: border-color 150ms ease, background-color 150ms ease, box-shadow 150ms ease;
  min-height: 56px;
}

/* line 503, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-cat-card:has(.ux-onboarding-cat-input:checked) {
  border-color: var(--uxr-primary-0);
  background-color: var(--uxr-primary-50);
}

/* line 508, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-cat-card:not(:has(.ux-onboarding-cat-input:checked)):hover {
  border-color: var(--uxr-grey-300);
  background-color: #f5f8ff;
}

/* line 512, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-cat-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

/* line 519, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-cat-icon {
  flex-shrink: 0;
  color: var(--uxr-black);
  width: 16px;
  height: 16px;
  padding-top: 8px;
  transition: color 150ms ease;
}

/* line 527, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-cat-card:has(.ux-onboarding-cat-input:checked) .ux-onboarding-cat-icon {
  color: var(--uxr-primary-0);
}

/* line 530, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-cat-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

/* line 535, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-cat-title {
  font-weight: 500;
  color: var(--uxr-black);
  font-size: 13px;
  line-height: 20px;
}

/* line 541, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-cat-desc {
  font-weight: 400;
  color: var(--uxr-grey-600);
  font-size: 11px;
  line-height: 16px;
}

/* line 547, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-cat-extras {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* line 552, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-show-more {
  display: flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-weight: 500;
  color: #66686b;
  font-size: 13px;
  line-height: 20px;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
}

/* line 566, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-show-more:hover {
  text-decoration: underline;
}

/* line 567, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-show-more span {
  color: #66686b;
}

/* line 568, app/assets/stylesheets/_onboarding_redesign.scss */
#onb-show-more-icon {
  color: var(--uxr-black);
  transition: transform 200ms ease;
}

/* line 570, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-section-divider {
  height: 1px;
  background-color: var(--uxr-grey-100);
  width: 100%;
}

/* ── Toggle card ───────────────────────────────────────────── */
/* line 577, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-toggle-card {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  position: relative;
  gap: 12px;
  margin-top: 20px;
  padding: 12px;
  border: 1px solid var(--uxr-grey-200);
  border-radius: 12px;
  box-sizing: border-box;
}

/* line 589, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-toggle-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

/* line 596, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-toggle-track {
  flex-shrink: 0;
  position: relative;
  border-radius: 9999px;
  background-color: var(--uxr-grey-300);
  width: 36px;
  height: 20px;
  transition: background-color 200ms ease;
  margin-top: 2px;
}

/* line 606, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-toggle-card:has(.ux-onboarding-toggle-input:checked) .ux-onboarding-toggle-track {
  background-color: var(--uxr-primary-0);
}

/* line 609, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-toggle-card:has(.ux-onboarding-toggle-input:focus-visible) .ux-onboarding-toggle-track {
  box-shadow: 0 0 0 2px var(--uxr-primary-200);
}

/* line 612, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-toggle-thumb {
  position: absolute;
  background-color: var(--uxr-white);
  border-radius: 9999px;
  width: 16px;
  height: 16px;
  top: 2px;
  left: 2px;
  transition: transform 200ms ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

/* line 623, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-toggle-card:has(.ux-onboarding-toggle-input:checked) .ux-onboarding-toggle-thumb {
  transform: translateX(16px);
}

/* line 626, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-toggle-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

/* line 631, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-toggle-title {
  font-weight: 500;
  color: var(--uxr-black);
  font-size: 13px;
  line-height: 20px;
}

/* line 637, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-toggle-desc {
  font-weight: 400;
  color: var(--uxr-grey-600);
  font-size: 12px;
  line-height: 18px;
}

/* line 644, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-cat-scroll {
  overflow-y: auto;
  scrollbar-gutter: stable;
  padding: 2px 16px 2px 2px;
}

/* line 649, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-cat-scroll.is-expanded {
  scrollbar-color: var(--uxr-grey-400) transparent;
}

/* line 652, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-cat-scroll.is-expanded::-webkit-scrollbar-thumb {
  background: var(--uxr-grey-400);
}

/* line 656, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-cat-extra {
  display: none;
}

@media (max-width: 1279px) {
  /* line 659, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-cat-extra-sm {
    display: none;
  }
}

@media (min-width: 480px) {
  /* line 662, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-cat-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (min-width: 768px) {
  /* line 665, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-cat-grid {
    gap: 12px;
  }
  /* line 666, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-cat-card {
    padding: 10px 12px;
    min-height: 52px;
  }
  /* line 667, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-cat-desc {
    font-size: 12px;
    line-height: 18px;
  }
  /* line 668, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-cat-extras {
    gap: 16px;
  }
}

@media (min-width: 1024px) {
  /* line 671, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-cat-grid {
    gap: 12px;
  }
  /* line 672, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-cat-card {
    padding: 12px 14px;
    min-height: 64px;
  }
  /* line 673, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-cat-title {
    font-size: 14px;
    line-height: 20px;
  }
  /* line 674, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-cat-icon {
    width: 18px;
    height: 18px;
  }
  /* line 675, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-toggle-title {
    font-size: 14px;
  }
  /* line 676, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-show-more {
    font-size: 14px;
    color: #66686b;
  }
}

/* ============================================================
   STEP 3 — SHARE INSIGHTS / PERSONALIZE
   ============================================================ */
/* line 682, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-form-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* line 687, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-section-label {
  font-weight: 600;
  color: var(--uxr-black);
  font-size: 13px;
  line-height: 20px;
}

/* line 693, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-chip-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* line 698, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-chip {
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: var(--uxr-white);
  border: 1px solid var(--uxr-grey-200);
  border-radius: 9999px;
  font-weight: 400;
  color: var(--uxr-grey-800);
  padding: 5px 14px;
  font-size: 13px;
  line-height: 20px;
  transition: border-color 150ms ease, background-color 150ms ease, color 150ms ease;
}

/* line 713, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-chip:hover:not(:has(.ux-onboarding-chip-input:checked)) {
  border-color: var(--uxr-grey-300);
  background-color: #f5f8ff;
}

/* line 717, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-chip:has(.ux-onboarding-chip-input:checked) {
  border-color: var(--uxr-primary-0);
  background-color: var(--uxr-primary-50);
  color: var(--uxr-primary-0);
  font-weight: 500;
}

/* line 723, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-chip:has(.ux-onboarding-chip-input:focus-visible) {
  box-shadow: 0 0 0 2px var(--uxr-primary-200);
}

/* line 726, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-chip-close {
  display: none;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-left: 2px;
  color: currentColor;
  pointer-events: auto;
}

/* line 737, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-chip:has(.ux-onboarding-chip-input:checked) .ux-onboarding-chip-close {
  display: inline-flex;
}

/* line 740, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-other-wrap {
  display: none;
}

/* line 741, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-other-wrap.is-visible {
  display: flex;
}

/* line 742, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-chip-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

/* line 749, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-textarea {
  width: 100%;
  border: 1px solid var(--uxr-grey-200);
  border-radius: 8px;
  background-color: var(--uxr-grey-50);
  font-weight: 400;
  color: var(--uxr-black);
  padding: 10px 14px;
  font-size: 14px;
  line-height: 20px;
  font-family: inherit;
  min-height: 100px;
  resize: none;
  outline: none;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

/* line 765, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-textarea::-moz-placeholder {
  color: var(--uxr-grey-400);
}
.ux-onboarding-textarea::placeholder {
  color: var(--uxr-grey-400);
}

/* line 766, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-textarea:hover:not(:focus) {
  border-color: var(--uxr-grey-300);
}

/* line 767, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-textarea:focus {
  border-color: var(--uxr-primary-0);
  box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.15);
}

@media (min-width: 768px) {
  /* line 772, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-section-label {
    font-size: 14px;
  }
  /* line 773, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-textarea {
    min-height: 120px;
  }
}

@media (min-width: 1024px) {
  /* line 776, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-chip {
    font-size: 14px;
  }
}

/* ============================================================
   ONBOARDING COMPLETE PAGE
   ============================================================ */
/* line 782, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-complete-page {
  background-color: var(--uxr-white);
  font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  color: var(--uxr-black);
}

/* line 790, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-complete-layout {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  padding: 40px 24px 48px;
  gap: 24px;
}

/* line 797, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-complete-logo-icon {
  display: block;
  width: 48px;
  height: 48px;
}

/* line 798, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-complete-content-group {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* line 803, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-complete-heading {
  font-weight: 700;
  color: var(--uxr-black);
  font-size: 22px;
  line-height: 30px;
  margin: 0;
}

/* line 810, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-complete-subheading {
  font-weight: 400;
  color: var(--uxr-grey-700);
  font-size: 14px;
  line-height: 22px;
  margin: 8px 0 0;
}

/* line 817, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-complete-card {
  background-color: var(--uxr-white);
  border: 1px solid var(--uxr-grey-200);
  border-radius: 12px;
  overflow: hidden;
}

/* line 823, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-complete-card-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  gap: 16px;
}

/* line 830, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-complete-card-row + .ux-complete-card-row {
  border-top: 1px solid var(--uxr-grey-100);
}

/* line 833, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-complete-card-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  min-width: 0;
}

/* line 840, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-complete-card-title {
  font-weight: 600;
  color: var(--uxr-black);
  font-size: 14px;
  line-height: 20px;
}

/* line 846, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-complete-card-desc {
  font-weight: 400;
  color: var(--uxr-grey-700);
  font-size: 13px;
  line-height: 20px;
}

/* line 852, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-complete-right {
  display: flex;
  flex-direction: column;
}

/* line 853, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-complete-video-wrap {
  background-color: var(--uxr-grey-100);
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* line 864, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-complete-play-btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* line 872, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-complete-play-btn svg {
  width: 68px;
  height: 48px;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
}

/* line 877, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-complete-get-started {
  width: 100%;
  justify-content: center;
}

@media (min-width: 768px) {
  /* line 883, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-complete-layout {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr auto;
    -moz-column-gap: 48px;
         column-gap: 48px;
    row-gap: 24px;
    padding: 48px 40px 60px;
    align-items: stretch;
  }
  /* line 891, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-complete-logo-icon {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
  }
  /* line 892, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-complete-content-group {
    grid-column: 1;
    grid-row: 2;
  }
  /* line 893, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-complete-get-started {
    grid-column: 1;
    grid-row: 3;
    align-self: start;
  }
  /* line 894, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-complete-right {
    grid-column: 2;
    grid-row: 2 / 4;
    display: flex;
    flex-direction: column;
  }
  /* line 900, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-complete-video-wrap {
    flex: 1;
    aspect-ratio: unset;
  }
  /* line 901, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-complete-heading {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1280px) {
  /* line 905, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-complete-layout {
    grid-template-columns: 44% 1fr;
    -moz-column-gap: 80px;
         column-gap: 80px;
    padding: 60px 80px 80px;
  }
  /* line 910, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-complete-heading {
    font-size: 26px;
    line-height: 34px;
  }
}

@media (min-width: 1025px) {
  /* line 914, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-complete-layout {
    max-width: 1440px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ============================================================
   TOP NAV (used by complete + loading pages)
   ============================================================ */
/* line 925, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-top-nav {
  display: flex;
  align-items: center;
  padding: 12px 24px;
  border-bottom: 1px solid var(--uxr-grey-100);
  background-color: var(--uxr-white);
  flex-shrink: 0;
}

/* line 933, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-top-nav-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

/* line 938, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-top-nav-logo:hover {
  text-decoration: none;
}

/* line 939, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-user-avatar {
  width: 32px;
  height: 32px;
  border-radius: 9999px;
  background-color: var(--uxr-primary-50);
  color: var(--uxr-primary-0);
  font-weight: 600;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

/* ============================================================
   LOADING / PROGRESS PAGE
   ============================================================ */
/* line 956, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-loading-page {
  background-color: var(--uxr-white);
  font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  color: var(--uxr-black);
}

/* line 964, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-loading-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 24px 48px;
  gap: 16px;
  text-align: center;
}

/* line 974, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-loading-icon {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
}

/* line 975, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-loading-heading {
  font-size: 22px;
  line-height: 30px;
  margin: 0;
  font-weight: 700;
  color: var(--uxr-black);
}

/* line 976, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-loading-subheading {
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  font-weight: 400;
  color: var(--uxr-grey-700);
}

/* line 977, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-loading-illustration {
  width: 106px;
  height: 104px;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 985, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-loading-progress-track {
  width: 100%;
  max-width: 480px;
  height: 8px;
  background: #e5e7eb;
  border-radius: 99px;
  overflow: hidden;
}

/* line 993, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-loading-progress-fill {
  height: 100%;
  width: 0%;
  background: #2563eb;
  border-radius: 99px;
  transition: width 0.1s linear;
}

@media (min-width: 768px) {
  /* line 1001, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-loading-heading {
    font-size: 24px;
    line-height: 32px;
  }
  /* line 1002, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-loading-progress-track {
    max-width: 560px;
  }
}

@media (min-width: 1280px) {
  /* line 1005, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-loading-heading {
    font-size: 28px;
    line-height: 36px;
  }
  /* line 1006, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-loading-progress-track {
    max-width: 640px;
  }
}

/* ============================================================
   STEP 2 — sibling spacing trims
   cat-scroll  → cat-extras : 16px
   cat-extras  → actions    : 28px
   ============================================================ */
/* line 1014, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-cat-extras {
  margin-top: -4px;
}

@media (min-width: 480px) {
  /* line 1016, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-cat-extras {
    margin-top: -8px;
  }
}

@media (min-width: 768px) {
  /* line 1019, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-cat-extras {
    margin-top: -12px;
  }
}

@media (min-width: 1025px) and (max-width: 1279px) {
  /* line 1022, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-cat-extras {
    margin-top: -16px;
  }
}

/* line 1025, app/assets/stylesheets/_onboarding_redesign.scss */
.ux-onboarding-actions {
  margin-top: 8px;
}

@media (min-width: 480px) {
  /* line 1027, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-actions {
    margin-top: 4px;
  }
}

@media (min-width: 768px) {
  /* line 1030, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-actions {
    margin-top: 0;
  }
}

@media (min-width: 1025px) and (max-width: 1279px) {
  /* line 1033, app/assets/stylesheets/_onboarding_redesign.scss */
  .ux-onboarding-actions {
    margin-top: -4px;
  }
}

/* line 36, app/assets/stylesheets/application.scss */
.add-column-container {
  position: absolute;
  width: 750px;
  height: 550px;
  border-radius: 20px;
  box-shadow: #ecedef 0px 0px 0px 1px, rgba(18, 27, 36, 0.22) 0px 8px 18px -2px;
  background: white;
}

/* line 47, app/assets/stylesheets/application.scss */
.add-column-container button {
  display: block;
  padding: 4px 5px;
  margin: 10px;
  min-width: 150px;
  border-radius: 5px;
  text-align: left;
  font-size: 12px;
  letter-spacing: 0.3px;
}

/* line 59, app/assets/stylesheets/application.scss */
.add-column-container .fa-grip-dots-vertical,
.add-column-container .fa-xmark {
  color: #9793a2;
  padding: 0px 4px;
}

/* line 65, app/assets/stylesheets/application.scss */
.add-column-container .header-text {
  font-weight: 600;
  font-size: 16px;
}

/* line 70, app/assets/stylesheets/application.scss */
.add-column-container .inputBase {
  height: 36px;
}

/* line 74, app/assets/stylesheets/application.scss */
.add-column-container .iconCont-input {
  margin-left: 10px;
}

/* line 78, app/assets/stylesheets/application.scss */
.add-column-container #added-field-search {
  text-indent: 15px;
}

/* line 82, app/assets/stylesheets/application.scss */
.add-column-container .checkbox {
  font-size: 12px;
  line-height: 2.5;
  color: #605c6b;
}

/* line 88, app/assets/stylesheets/application.scss */
.add-column-container .number {
  padding: 3px 8px;
  border-radius: 50%;
  background: #ededed;
  color: #3a4e66;
  border: none;
  font-weight: bold;
  margin-left: 10px;
  font-size: 12px;
  letter-spacing: 0.3px;
}

/* line 100, app/assets/stylesheets/application.scss */
.add-column-container .check-head {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

/* line 106, app/assets/stylesheets/application.scss */
.add-column-container .check-sub-head {
  font-size: 12px;
  color: #605c6b;
}

/* line 112, app/assets/stylesheets/application.scss */
.add-column-container .selected {
  background: #3a4e66;
  color: white;
  font-weight: 600;
  height: 30px;
  margin: 10px;
  font-size: 12px;
  letter-spacing: 0.3px;
}

/* line 122, app/assets/stylesheets/application.scss */
.add-column-container input {
  width: auto;
  cursor: pointer;
}

/* line 127, app/assets/stylesheets/application.scss */
.add-column-container .select-dragable {
  border: 1px solid #dbd9de;
  padding: 5px;
  border-radius: 8px;
  background: #f8fafc;
  margin: 10px 0px !important;
  font-size: 12px;
}

/* line 138, app/assets/stylesheets/application.scss */
.left-container td {
  line-height: 2;
}

/* line 143, app/assets/stylesheets/application.scss */
body {
  font-family: "Inter";
}

/* line 147, app/assets/stylesheets/application.scss */
.sync-popover {
  width: 500px;
  height: 485px;
  padding: 31px;
  justify-content: center;
  align-items: center;
  background: #ffff;
  border-radius: 24px;
}

/* line 156, app/assets/stylesheets/application.scss */
.sync-popover .success-message {
  border: 1px solid #2eb66d;
  color: #2eb66d;
  background: #edfff5;
  border-radius: 8px;
  font-size: 15px;
  height: 44px;
  padding: 12px;
  font-weight: 600;
}

/* line 168, app/assets/stylesheets/application.scss */
.sync-popover .spin {
  font-size: 45px;
  text-align: center;
  width: 100%;
  margin: 25px 0px;
  color: #398ccb;
}

/* line 176, app/assets/stylesheets/application.scss */
.sync-popover .head {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 24px;
}

/* line 183, app/assets/stylesheets/application.scss */
.sync-popover .sub-head {
  font-size: 14px;
  color: #605c6b;
  text-align: center;
  line-height: 1.5;
}

/* line 190, app/assets/stylesheets/application.scss */
.sync-popover .body {
  border-top: 1px solid #dbd9de;
  border-bottom: 1px solid #dbd9de;
  padding: 15px 0px;
  margin: 15px 0px;
}

/* line 197, app/assets/stylesheets/application.scss */
.sync-popover .pre-body {
  border-top: 1px solid #dbd9de;
  padding: 15px 0px;
  margin: 15px 0px;
}

/* line 204, app/assets/stylesheets/application.scss */
#my-report-section th a {
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/sort-solid-c3823d80a64b2a5cabc26a8d8a15c702d3f46b9cf4f07c1137ef7c3134d66e25.svg);
  padding-right: 12px;
  background-repeat: no-repeat;
  background-position: right center;
}

/* line 211, app/assets/stylesheets/application.scss */
#my-report-section th .current {
  padding-right: 12px;
  background-repeat: no-repeat;
  background-position: right center;
}

/* line 217, app/assets/stylesheets/application.scss */
#my-report-section a.desc {
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/sortup-95451a0d1be4ac87126dbc122a3ecbd96908dde56d965d2708f4825ea18036d5.svg);
}

/* line 221, app/assets/stylesheets/application.scss */
#my-report-section a.asc {
  background-image: url(https://d7sgly5hq2lt5.cloudfront.net/assets/sortdown-e21a3d5d659aef3c2cc2ccf5fa3ea7b21deb74ef8f0be1de9c6987f306ff5236.svg);
}

/* line 225, app/assets/stylesheets/application.scss */
#search-modal,
#precreated_results {
  display: none;
}

/* line 231, app/assets/stylesheets/application.scss */
.complete .breadcrumb-item-step a {
  color: #fff;
}

/* line 237, app/assets/stylesheets/application.scss */
.finished .breadcrumb-item-step a {
  color: #fff;
}

/* line 242, app/assets/stylesheets/application.scss */
.sheet-file {
  margin-top: 20px;
}

/* line 246, app/assets/stylesheets/application.scss */
.overwrite {
  margin-top: 20px;
}

/* line 251, app/assets/stylesheets/application.scss */
.sheet-file .file-name {
  margin-top: 20px;
}

/* line 256, app/assets/stylesheets/application.scss */
#HW_badge_cont {
  position: absolute !important;
}

/* line 260, app/assets/stylesheets/application.scss */
#HW_badge_cont {
  display: inline-block;
  height: 32px;
}

/* line 265, app/assets/stylesheets/application.scss */
#HW_badge_cont::after {
  content: "";
  color: #398ccb;
  left: -72px;
  position: absolute;
  line-height: 32px;
  font-size: 13px;
}

/* line 274, app/assets/stylesheets/application.scss */
.tableheading:first-child .popper .paper {
  right: -50px;
}

/* line 280, app/assets/stylesheets/application.scss */
.tooltipPoint {
  font-size: 1.5rem;
  padding-left: 5px;
  color: blue;
}

/* line 286, app/assets/stylesheets/application.scss */
.tooltipValueSuffix {
  padding-left: 5px;
  color: #1bc9a8;
}

/* line 291, app/assets/stylesheets/application.scss */
.char-popover {
  background: #ffff;
  border: 1px solid #f8f8f8;
  border-radius: 5px;
  width: 150px;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}

/* line 299, app/assets/stylesheets/application.scss */
.chart-header {
  text-align: center;
  color: #4b6aff;
  font-size: 15px;
}

/* line 310, app/assets/stylesheets/application.scss */
.justify {
  padding: 0px 15px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: -25px;
}

/* line 318, app/assets/stylesheets/application.scss */
.summary-priview {
  border: 1px solid #c7c7c7;
  padding: 8px;
  border-radius: 8px;
  background: #dae9f7;
  gap: 8px;
  font-size: 14px;
  color: #1d2024;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 12px;
  margin-left: 12px;
}

/* line 331, app/assets/stylesheets/application.scss */
.current-period {
  color: #4b6aff;
  font-size: 25px;
}

/* line 336, app/assets/stylesheets/application.scss */
.previous-period,
.percentage,
.differance,
.info-text {
  color: gray;
  font-size: 12px;
  font-weight: 500;
}

/* line 345, app/assets/stylesheets/application.scss */
.info-text {
  padding: 3px 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #f7f7ff;
  margin-bottom: -5px;
  border-radius: 0px 0px 5px 5px;
}

/* line 357, app/assets/stylesheets/application.scss */
.margin-top {
  margin-top: -35px;
}

/* line 361, app/assets/stylesheets/application.scss */
.re-sync {
  margin: auto;
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
}

/* line 374, app/assets/stylesheets/application.scss */
.re-sync #popup1 {
  background: white;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #e3e3e3;
  height: 250px;
  width: 500px;
  margin-top: 200px;
}

/* line 384, app/assets/stylesheets/application.scss */
.re-sync .content {
  color: gray;
  font-size: 16px;
  font-weight: 500;
}

/* line 390, app/assets/stylesheets/application.scss */
.re-sync h2 {
  text-align: center;
  color: #3a4e66;
}

/* line 395, app/assets/stylesheets/application.scss */
.re-sync .contained-primary-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

/* line 402, app/assets/stylesheets/application.scss */
body {
  opacity: auto;
}

/* line 406, app/assets/stylesheets/application.scss */
.schedule_consultation {
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 5px 15px;
  position: fixed;
  height: 30px;
  right: -75px;
  border-radius: 4px 4px 0 0;
  transform: rotate(-90deg);
  top: calc(50vh - 12.5px);
  z-index: 1001;
  -webkit-transform-origin: 50% 51%;
  transition: all 0.2s ease-in-out;
}

/* line 423, app/assets/stylesheets/application.scss */
.schedule_consultation:hover {
  height: 48px;
  padding: 15px 15px;
}

/* line 428, app/assets/stylesheets/application.scss */
.schedule_consultation:hover {
  color: #fff;
}

/* line 432, app/assets/stylesheets/application.scss */
#other_text {
  display: none;
}

/* line 438, app/assets/stylesheets/application.scss */
#report-search-content {
  box-shadow: 4px 4px 42px 6px #0000001c;
  border-radius: 16px;
  margin-top: 10px;
  max-height: 436px;
}

/* line 445, app/assets/stylesheets/application.scss */
#search-content {
  box-shadow: 4px 4px 42px 6px #0000001c;
  border-radius: 16px;
  margin-top: 10px;
}

/* line 450, app/assets/stylesheets/application.scss */
#search-content .search-head {
  color: #605c6b;
}

/* line 454, app/assets/stylesheets/application.scss */
#search-content .search-image {
  background: #edeff0;
  border-radius: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  margin-right: 10px;
}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}

/* line 470, app/assets/stylesheets/application.scss */
.moving-border {
  position: relative;
  z-index: 0;
  border-radius: 5px;
  overflow: hidden;
  padding: 0;
}

/* line 477, app/assets/stylesheets/application.scss */
.moving-border::before {
  content: "";
  position: absolute;
  z-index: -2;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  background-color: #398ccb;
  background-repeat: no-repeat;
  background-size: 50% 50%, 50% 50%;
  background-position: 0 0, 100% 0, 100% 100%, 0 100%;
  background-image: linear-gradient(#398ccb, #398ccb), linear-gradient(#2878b4, #2878b4), linear-gradient(#46a0dc, #46a0dc), linear-gradient(#398ccb, #398ccb);
  animation: rotate 2s linear infinite;
}

/* line 503, app/assets/stylesheets/application.scss */
.moving-border::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 2px;
  top: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: white;
  border-radius: 3px;
}

/* line 517, app/assets/stylesheets/application.scss */
.home-feedback-section {
  /* Banner */
  /* Left section layout */
  /* Content Section */
  /* Input Section */
  /* Input */
  /* Button */
  /* Close Button */
}

/* line 519, app/assets/stylesheets/application.scss */
.home-feedback-section .feedback-banner {
  background: #3A4E66;
  color: #ffffff;
  border-radius: 20px;
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  gap: 20px;
}

/* line 532, app/assets/stylesheets/application.scss */
.home-feedback-section .feedback-icon {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* line 539, app/assets/stylesheets/application.scss */
.home-feedback-section .feedback-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* line 545, app/assets/stylesheets/application.scss */
.home-feedback-section .feedback-content h4 {
  margin: 0;
  font-weight: 400;
  opacity: 0.9;
}

/* line 551, app/assets/stylesheets/application.scss */
.home-feedback-section .feedback-content h2 {
  margin: 8px 0 16px;
  font-size: 22px;
  font-weight: 600;
}

/* line 558, app/assets/stylesheets/application.scss */
.home-feedback-section .feedback-input {
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 0 8px;
  max-width: 830px;
  width: 100%;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.2);
}

/* line 571, app/assets/stylesheets/application.scss */
.home-feedback-section .feedback-input input {
  flex: 1;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 14px;
  outline: none;
  height: 100%;
  margin-left: 6px;
}

/* line 582, app/assets/stylesheets/application.scss */
.home-feedback-section .feedback-input input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.home-feedback-section .feedback-input input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

/* line 587, app/assets/stylesheets/application.scss */
.home-feedback-section .feedback-input button {
  background: #ffffff;
  color: #3b82f6;
  border: none;
  padding: 8px 18px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 500;
  white-space: nowrap;
}

/* line 598, app/assets/stylesheets/application.scss */
.home-feedback-section .feedback-input button:hover {
  background: #f1f5f9;
}

/* line 603, app/assets/stylesheets/application.scss */
.home-feedback-section .close-btn {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 18px;
  cursor: pointer;
  opacity: 0.8;
  border-radius: 20px;
  padding: 2px 8px;
  background: rgba(255, 255, 255, 0.2);
}

/* line 615, app/assets/stylesheets/application.scss */
.home-feedback-section .close-btn:hover {
  opacity: 1;
}

/* line 619, app/assets/stylesheets/application.scss */
.home-feedback-section .sub-head {
  font-size: 16px;
}
