@charset "UTF-8";
body {
    padding: 0 37px;
    padding-right: 18px;
    width: 100%;
    background-color: #ffffff;
}
html {
    scrollbar-gutter: stable;
}
.hidden {
    display: none;
}
#loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 20000;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
#loader,
#loader img {
  background: none !important;
  background-color: transparent;
  width: 35px;
}
.collapsible-body {
    display: grid;
    grid-template-columns: minmax(224px, 1fr) minmax(200px, 1fr) 150px 150px 100px;
    grid-template-rows: 40px 1fr;
    gap: 1rem;
    overflow-x: auto;
    scrollbar-width: thin;
    border-bottom: none;
}
.collapsible-header {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    justify-items: center;
    background-color: #46b3460d;
    line-height: 1;
}
.puzzle-date {
    align-content: center;
    grid-column: 3;
    grid-row: 1;
}
#puzzle-time {
    align-content: center;
    grid-column: 3;
    margin-left: 235px;
    color: #666666c0;
}
.puzzle-date, #puzzle-time {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column: 3;
    grid-row: 1;
}
.heads{
    border-bottom: 1px solid #6c9be2;
    background-color: #fff2e0;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    font-weight: 200;
    font-family: 'Outfit';
    letter-spacing: 0.5px;
    background: #fff2e0;
    align-items: center;
}
.description-head{
    grid-row: 1;
    grid-column: 1;
}
.description {
    grid-row: 2;
    user-select: text; 
    opacity: 1;
    height: 100%;
    border: none;
    overflow: auto;
    -ms-overflow-style: none;  
    scrollbar-width: none;  
    resize: none; 
    cursor: text;
    pointer-events: auto; 
    border-radius: 5px;
}
.description::-webkit-scrollbar {
    display: none;
}
.description:focus,
.description:active {
    outline: none !important;
    border: none ;
    box-shadow: none !important;
}
.content-head{
    grid-row: 1;
}
.description.puzzle-data-columns {
    padding: 20px;
}
.puzzle-input-content.puzzle-data-columns {
    padding: 20px;
}
.puzzle-copy-link , .puzzle-open-link {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.puzzle-input-content {
    grid-row: 2;
    height: 260px !important; 
    overscroll-behavior: contain;
    overflow-y: auto;
    word-wrap: break-word;
    scrollbar-width: thin; 
}
.puzzle-input-content::-webkit-scrollbar {
    width: 8px;
}
.puzzle-input-content::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    border-radius: 10px;
}
.puzzle-input-content::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.open-btns-head {
    grid-column: 3;
}
.puzzle-open-link {
    grid-column: 3;
    grid-row: 2;
}
.copy-btns-head {
    grid-column: 4;
}
.puzzle-copy-link {
    grid-column: 4;
    grid-row: 2;
}
.puzzle-delete{
    grid-column: 5;
    grid-row: 2;
    justify-self: end;
    align-content: end;
}
.puzzle-btn{
    font-weight: 400;
    margin: 10px;
    min-width: 116px
}
.keyboard-focused .collapsible-header:focus {
  background-color: rgba(0, 0, 0, 0.03);
}
.puzzle-date.header-items::before {
    content: "\25BE";
    font-weight: bold;
    width: unset;
    color: #666666c0;
    color: #567df2;
    font-size: 1.1rem;
    margin-right:50px;
}
.active .puzzle-date.header-items::before {
    content: "\25B4";
    font-weight: bold;
    width: unset;
    color: #666666c0;
    color: #567df2;
    font-size: 1.1rem;
    margin-right:50px;
}
p {
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}
.btn-delete {
   min-width: unset; 
   color:brown; 
   background-color: transparent;
    border: none;
}
.material-symbols-outlined.delete-icon {
    color: brown;  
    font-size: 1.5rem;
     font-variation-settings:
      'FILL' 0,
      'wght' 100,
      'GRAD' -25,
      'opsz' 24 !important;
  }
  .material-symbols-outlined.delete-icon:hover {   
    cursor: pointer;    
  }
  .material-symbols-outlined.edit-icon{
    font-size: 1.25rem;
  }
  .material-symbols-outlined.save-icon{
    font-size: 1.25rem;
  }
#edit-toggle {
    display: flex;
    background: none;
    border: none;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    padding: 0.4rem 1rem;
    font-size: 1rem;
    outline: none;
    transition: background-color 0.3s;
    grid-column: 1;
    grid-row: 1;
    justify-content: end;
    max-width: fit-content;
    font-size: 0.8rem;
    max-height: 1.5rem;
    min-height: fit-content;
  }
  #edit-toggle .material-symbols-outlined {
    margin-right: 0.5rem;
  }
  #edit-toggle.active {
    background-color: lightblue;
    border-radius: 4px;
  }
.cancel-edit-btn{
    grid-column: 1;
    grid-row: 1;
    margin-right: 10px;
    font-size: 0.9rem;
    max-height: 1.5rem;
    max-width: fit-content;
    background: none;
    border: none;
    color: brown;
    cursor: pointer;
    justify-self: center;
}
.header-items {
}
.puzzle-data-columns {
    padding: 10px;
    background-color: rgba(3, 105, 255, 0.07);
}
.puzzle-type {
    text-wrap: nowrap;
    color: #0066ff83;
    font-weight: 500;
    font-family: 'outfit', sans-serif;
    font-size: 1.5rem;
}
.puzzle-date,
#puzzle-time {
    font-size: clamp(0.8rem, 1.1vw, 1rem);
}
#confirmDeleteBtn {
    color: var(--md-sys-color-error-light);
}
#sorting {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    justify-items: center;
    margin: 0 24px;
    margin-top: 13px;
    min-width: 550px;
}
#sorting i {
    font-size: 1.125rem;
    cursor: pointer;
    transition: transform 0.3s ease;
    color: grey;
}
#date-sort-trigger{
    grid-column: 3;
}
#sorting i:hover {
    transform: scale(1.2);
}
.input-field select {
    display: block;
  }
  .select-wrapper {
    max-width: 200px;
    margin-bottom: 20px;
}
.input-field.input-field textarea{
    background: none;
    background-color: transparent;
}
.input-field.input-field textarea :hover{
}
.input-field input:hover, .input-field textarea:hover {
}
input:not([type]):not(.browser-default),
input[type=text]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=month]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
  outline: none;
  width: 100%;
  font-size: 16px;
  height: 46px;
  color: white;
  border-color: white;
}
.input-field input:focus:not([readonly]), .input-field textarea:focus:not([readonly]){
    border-color: white;
}
.input-field input:focus:not([readonly]) + label {
    color: white;   
}
#searchInput {
}
.input-field {
    color: white;
}
.select-wrapper .caret {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 0;
    fill: white;
}
.input-field > label {
    color: #ffffff;
    user-select: none;
    font-size: 16px;
    position: absolute;
    left: 16px;
    top: 16px;
    cursor: text;
    transform-origin: top left;
    transition: left 0.2s ease-out, top 0.2s ease-out, transform 0.2s ease-out;
}
.filter-wraper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#filter{
    margin-right: 10px;
}
#toolbar-placeholder {
    min-width: 550px;
}
.toolbar-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 100px;
    width: 100%;
    padding-left: 20px; 
    padding-right: 20px; 
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: linear-gradient(318deg, rgb(67, 124, 205, 0.8), rgb(69, 214, 202, 0.9));
    color: white;
}
.sticky-nav {
    position: fixed;
    top: 1px;
    z-index: 100;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
    padding-left: 20px; 
    padding-right: 20px; 
}
.truncated-description {
    font-size: 0.9rem;
    color: #666666c0;
    margin: 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    align-content: center;
    justify-self: left;
}
#search-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin: 0 24px;
    max-width: fit-content;
}
#search-button  {
    max-width: fit-content;
    flex: 0;
    border: 1px solid black !important;
    color: white;
    display: contents;
    cursor: pointer;
}
#search-icon {
    filter: invert(1) brightness(100) saturate(100%);
}
#search-input::placeholder {
    color: #ffffff65;
    opacity: 1;
}
#search-input::-webkit-input-placeholder {
    color: #ffffff65;
}
#search-input:-ms-input-placeholder {
    color: #ffffff65;
}
#search-input::-ms-input-placeholder {
    color: #ffffff65;
}
.select-wrapper.input-field > label {
    user-select: none;
    font-size: 16px;
    position: absolute;
    left: 16px;
    top: 16px;
    cursor: text;
    transform-origin: top left;
    transition: left 0.2s ease-out, top 0.2s ease-out, transform 0.2s ease-out;
    top: 8px;
}
.select-wrapper > label {
    color: white;
}
#clearSearchButton {
    color: rgb(223, 68, 68);
    padding: 5px;
    font-size: 0.9rem;
}
#haeder-filter-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin: 0 24px;
    max-width: 600px;
}
h5 {
    margin-right: 50px;
}
.input-field.input-field textarea {
    background-color: transparent;
}
.input-field input, .input-field textarea {
    box-sizing: border-box;
    padding: 0 16px;
    padding-top: 20px;
    background-color: var(--md-sys-color-surface);
    border: none;
    border-radius: 4px;
    border-bottom: 1px solid var(--md-sys-color-on-surface-variant);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: transparent;
}
.input-field input[type="search"] {
    background-color: transparent !important;
    box-shadow: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
    color: white !important;
}
.autocomplete-content {
    background: transparent !important;
    box-shadow: none !important;
}
.autocomplete-content li {
    background: transparent !important;
    color: white !important;
}
.autocomplete-content li:hover {
    background: rgba(255, 255, 255, 0.1) !important;
}
.input-field .prefix {
    background: transparent !important;
}
.pagination li a {
    color: var(--md-sys-color-on-surface-variant);
    display: inline-block;
    font-size: 1rem;
    padding: 0 10px;
    line-height: 30px;
  }
  .filtered-out {
    display: none !important;
  }
  .page-hidden {
    display: none !important;
  }
  .pagination-footer {
    position: sticky;
    bottom: 0;
    left: 20px;   
    right: 20px;  
    background-color: white;
    z-index: 100;
  }
ul.pagination {
    margin: 10px 0 0 0;
}
.results-footer {
    position: sticky;
    bottom: 0;
    left: 20px;   
    right: 20px;  
    background-color: white;
    z-index: 100;
}
[type=checkbox] + span:not(.lever) {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 2px;
    line-height: 20px;
    font-size: 1rem;
    user-select: none;
  }
  [type=checkbox].filled-in:not(:checked) + span:not(.lever):before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    transform: rotateZ(37deg);
    transform-origin: 100% 100%;
}
[type=checkbox].filled-in:not(:checked) + span:not(.lever):after {
    height: 1.125rem;
    width: 1.125rem;
    background-color: transparent;
    border: 1px solid rgb(72, 136, 219);
    top: 4px;
    z-index: 0;
}
#checkbox-delete-wrapper {
    justify-self: end;
    margin-right: 40px;
    grid-column: 4;
}
.checkbox-delete {
    display: flex;
}
#select-all {
    justify-self: end;
    margin-right: 11px;
    font-size: 14px;
    color: #666666c0;
}
@keyframes fadeInLogin {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
  }
#loginModalContainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 9999;
    backdrop-filter: blur(125px);
  -webkit-backdrop-filter: blur(125px);
    animation: fadeInLogin 0.3s;
  }
  #loginModalContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 400px;
    padding-top: 20px;
    padding-right: 42px;
    padding-bottom: 42px;
    padding-left: 42px;
    border-radius: 8px;
    letter-spacing: 0.03rem;
  }
  #closeModalBtn {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    font-size: 28px;
    line-height: 24px;
    color: #ffffff;
  }
#remember-checkbox:not(:checked),
#remember-checkbox:checked {
    position: static;
    opacity: 1;
    pointer-events: auto;
    margin: 0;
    padding: 0;
    appearance: auto;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
}
#remember-checkbox + span:not(.lever) {
    padding-left: 0;
    height: auto;
    line-height: normal;
    all: unset;
    display: inline;
    cursor: pointer;
}
#remember-checkbox + span:not(.lever):before,
#remember-checkbox + span:not(.lever):after,
#remember-checkbox:not(.filled-in) + span:not(.lever):after {
    display: none;
    content: none;
}
.empty-message-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    text-align: center;
    margin-top: 20px;
  }
  .empty-message-container h3 {
    margin-bottom: 20px;
  }
  .btn-create {
    display: inline-block;
    padding: 10px 20px;
    background-color: #2196F3;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
  }
  .btn-create:hover {
    background-color: #1976D2;
  }
  .empty-message-container > h5 {
    margin:0;
    margin-bottom: 30px;
  }
  #notification {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #4CAF50;
    color: white;
    padding: 0.625rem 1.25rem;
    border-radius: 0 0 0.625rem 0.625rem;
    box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    z-index: 1000;
  }
.pricing-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
  }
  .pricing-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 0.625rem;
    width: 33.5rem;
    box-shadow: 0rem 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
    padding: 1.25rem;
    text-align: center;
  }
  .pricing-modal-header h2 {
    margin: 0;
    font-size: 1.5rem;
    color: #333;
    border-bottom: 0.0625rem solid #ddd;
    padding-bottom: 0.625rem;
    margin-bottom: 1.25rem;
    font-family: outfit, sans-serif;
  }
  .pricing-modal-body {
    margin-bottom: 1.25rem;
  }
  .pricing-modal-body p {
    margin-bottom: 1.25rem;
    font-family: 'Outfit', sans-serif;
    color: #333;
    font-size: 1.125rem;
  }
  .pricing-modal-see-pricing-btn {
    display: inline-block;
    width: 100%;
    padding: 0.625rem 1.25rem;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 0.3125rem;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.3s ease;
    max-width: 80%;
  }
  .pricing-modal-see-pricing-btn:hover {
    background-color: #0056b3;
  }
  .pricing-modal-close-btn {
    position: absolute;
    top: 0.625rem;
    right: 0.625rem;
    background: none;
    border: none;
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    transition: color 0.3s ease;
  }
  .pricing-modal-close-btn:hover {
    color: #007bff;
  }
  .pricing-modal-see-pricing-btn {
    font-family: 'open sans', sans-serif;
    letter-spacing: 0.03rem;
  }
#content_area .pricing-section li { font-size: 0.9375rem; }
.pricing-section {
    .container-pricing {
        margin-right: auto;
        margin-left: auto;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
    .container-fluid {
        margin-right: auto;
        margin-left: auto;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
    .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem;
    }
    .col-xs-1,
    .col-sm-1,
    .col-md-1,
    .col-lg-1,
    .col-xs-2,
    .col-sm-2,
    .col-md-2,
    .col-lg-2,
    .col-xs-3,
    .col-sm-3,
    .col-md-3,
    .col-lg-3,
    .col-xs-4,
    .col-sm-4,
    .col-md-4,
    .col-lg-4,
    .col-xs-5,
    .col-sm-5,
    .col-md-5,
    .col-lg-5,
    .col-xs-6,
    .col-sm-6,
    .col-md-6,
    .col-lg-6,
    .col-xs-7,
    .col-sm-7,
    .col-md-7,
    .col-lg-7,
    .col-xs-8,
    .col-sm-8,
    .col-md-8,
    .col-lg-8,
    .col-xs-9,
    .col-sm-9,
    .col-md-9,
    .col-lg-9,
    .col-xs-10,
    .col-sm-10,
    .col-md-10,
    .col-lg-10,
    .col-xs-11,
    .col-sm-11,
    .col-md-11,
    .col-lg-11,
    .col-xs-12,
    .col-sm-12,
    .col-md-12,
    .col-lg-12 {
        position: relative;
        min-height: 0.0625rem;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12 {
        float: left;
    }
    .col-xs-12 {
        width: 100%;
    }
    .col-xs-11 {
        width: 91.66666667%;
    }
    .col-xs-10 {
        width: 83.33333333%;
    }
    .col-xs-9 {
        width: 75%;
    }
    .col-xs-8 {
        width: 66.66666667%;
    }
    .col-xs-7 {
        width: 58.33333333%;
    }
    .col-xs-6 {
        width: 50%;
    }
    .col-xs-5 {
        width: 41.66666667%;
    }
    .col-xs-4 {
        width: 33.33333333%;
    }
    .col-xs-3 {
        width: 25%;
    }
    .col-xs-2 {
        width: 16.66666667%;
    }
    .col-xs-1 {
        width: 8.33333333%;
    }
    .col-xs-pull-12 {
        right: 100%;
    }
    .col-xs-pull-11 {
        right: 91.66666667%;
    }
    .col-xs-pull-10 {
        right: 83.33333333%;
    }
    .col-xs-pull-9 {
        right: 75%;
    }
    .col-xs-pull-8 {
        right: 66.66666667%;
    }
    .col-xs-pull-7 {
        right: 58.33333333%;
    }
    .col-xs-pull-6 {
        right: 50%;
    }
    .col-xs-pull-5 {
        right: 41.66666667%;
    }
    .col-xs-pull-4 {
        right: 33.33333333%;
    }
    .col-xs-pull-3 {
        right: 25%;
    }
    .col-xs-pull-2 {
        right: 16.66666667%;
    }
    .col-xs-pull-1 {
        right: 8.33333333%;
    }
    .col-xs-pull-0 {
        right: auto;
    }
    .col-xs-push-12 {
        left: 100%;
    }
    .col-xs-push-11 {
        left: 91.66666667%;
    }
    .col-xs-push-10 {
        left: 83.33333333%;
    }
    .col-xs-push-9 {
        left: 75%;
    }
    .col-xs-push-8 {
        left: 66.66666667%;
    }
    .col-xs-push-7 {
        left: 58.33333333%;
    }
    .col-xs-push-6 {
        left: 50%;
    }
    .col-xs-push-5 {
        left: 41.66666667%;
    }
    .col-xs-push-4 {
        left: 33.33333333%;
    }
    .col-xs-push-3 {
        left: 25%;
    }
    .col-xs-push-2 {
        left: 16.66666667%;
    }
    .col-xs-push-1 {
        left: 8.33333333%;
    }
    .col-xs-push-0 {
        left: auto;
    }
    .col-xs-offset-12 {
        margin-left: 100%;
    }
    .col-xs-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-xs-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-xs-offset-9 {
        margin-left: 75%;
    }
    .col-xs-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-xs-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-xs-offset-6 {
        margin-left: 50%;
    }
    .col-xs-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-xs-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-xs-offset-3 {
        margin-left: 25%;
    }
    .col-xs-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-xs-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-xs-offset-0 {
        margin-left: 0%;
    }
    @media (min-width: 48rem) {
        .col-sm-1,
        .col-sm-2,
        .col-sm-3,
        .col-sm-4,
        .col-sm-5,
        .col-sm-6,
        .col-sm-7,
        .col-sm-8,
        .col-sm-9,
        .col-sm-10,
        .col-sm-11,
        .col-sm-12 {
            float: left;
        }
        .col-sm-12 {
            width: 100%;
        }
        .col-sm-11 {
            width: 91.66666667%;
        }
        .col-sm-10 {
            width: 83.33333333%;
        }
        .col-sm-9 {
            width: 75%;
        }
        .col-sm-8 {
            width: 66.66666667%;
        }
        .col-sm-7 {
            width: 58.33333333%;
        }
        .col-sm-6 {
            width: 50%;
        }
        .col-sm-5 {
            width: 41.66666667%;
        }
        .col-sm-4 {
            width: 33.33333333%;
        }
        .col-sm-3 {
            width: 25%;
        }
        .col-sm-2 {
            width: 16.66666667%;
        }
        .col-sm-1 {
            width: 8.33333333%;
        }
        .col-sm-pull-12 {
            right: 100%;
        }
        .col-sm-pull-11 {
            right: 91.66666667%;
        }
        .col-sm-pull-10 {
            right: 83.33333333%;
        }
        .col-sm-pull-9 {
            right: 75%;
        }
        .col-sm-pull-8 {
            right: 66.66666667%;
        }
        .col-sm-pull-7 {
            right: 58.33333333%;
        }
        .col-sm-pull-6 {
            right: 50%;
        }
        .col-sm-pull-5 {
            right: 41.66666667%;
        }
        .col-sm-pull-4 {
            right: 33.33333333%;
        }
        .col-sm-pull-3 {
            right: 25%;
        }
        .col-sm-pull-2 {
            right: 16.66666667%;
        }
        .col-sm-pull-1 {
            right: 8.33333333%;
        }
        .col-sm-pull-0 {
            right: auto;
        }
        .col-sm-push-12 {
            left: 100%;
        }
        .col-sm-push-11 {
            left: 91.66666667%;
        }
        .col-sm-push-10 {
            left: 83.33333333%;
        }
        .col-sm-push-9 {
            left: 75%;
        }
        .col-sm-push-8 {
            left: 66.66666667%;
        }
        .col-sm-push-7 {
            left: 58.33333333%;
        }
        .col-sm-push-6 {
            left: 50%;
        }
        .col-sm-push-5 {
            left: 41.66666667%;
        }
        .col-sm-push-4 {
            left: 33.33333333%;
        }
        .col-sm-push-3 {
            left: 25%;
        }
        .col-sm-push-2 {
            left: 16.66666667%;
        }
        .col-sm-push-1 {
            left: 8.33333333%;
        }
        .col-sm-push-0 {
            left: auto;
        }
        .col-sm-offset-12 {
            margin-left: 100%;
        }
        .col-sm-offset-11 {
            margin-left: 91.66666667%;
        }
        .col-sm-offset-10 {
            margin-left: 83.33333333%;
        }
        .col-sm-offset-9 {
            margin-left: 75%;
        }
        .col-sm-offset-8 {
            margin-left: 66.66666667%;
        }
        .col-sm-offset-7 {
            margin-left: 58.33333333%;
        }
        .col-sm-offset-6 {
            margin-left: 50%;
        }
        .col-sm-offset-5 {
            margin-left: 41.66666667%;
        }
        .col-sm-offset-4 {
            margin-left: 33.33333333%;
        }
        .col-sm-offset-3 {
            margin-left: 25%;
        }
        .col-sm-offset-2 {
            margin-left: 16.66666667%;
        }
        .col-sm-offset-1 {
            margin-left: 8.33333333%;
        }
        .col-sm-offset-0 {
            margin-left: 0%;
        }
    }
    @media (min-width: 62rem) {
        .col-md-1,
        .col-md-2,
        .col-md-3,
        .col-md-4,
        .col-md-5,
        .col-md-6,
        .col-md-7,
        .col-md-8,
        .col-md-9,
        .col-md-10,
        .col-md-11,
        .col-md-12 {
            margin:auto;
        }
        .col-md-12 {
            width: 100%;
        }
        .col-md-11 {
            width: 91.66666667%;
        }
        .col-md-10 {
            width: 83.33333333%;
        }
        .col-md-9 {
            width: 75%;
        }
        .col-md-8 {
            width: 66.66666667%;
        }
        .col-md-7 {
            width: 58.33333333%;
        }
        .col-md-6 {
            width: 50%;
        }
        .col-md-5 {
            width: 41.66666667%;
        }
        .col-md-4 {
            width: 73.333333%;
        }
        .col-md-3 {
            width: 25%;
        }
        .col-md-2 {
            width: 16.66666667%;
        }
        .col-md-1 {
            width: 8.33333333%;
        }
        .col-md-pull-12 {
            right: 100%;
        }
        .col-md-pull-11 {
            right: 91.66666667%;
        }
        .col-md-pull-10 {
            right: 83.33333333%;
        }
        .col-md-pull-9 {
            right: 75%;
        }
        .col-md-pull-8 {
            right: 66.66666667%;
        }
        .col-md-pull-7 {
            right: 58.33333333%;
        }
        .col-md-pull-6 {
            right: 50%;
        }
        .col-md-pull-5 {
            right: 41.66666667%;
        }
        .col-md-pull-4 {
            right: 33.33333333%;
        }
        .col-md-pull-3 {
            right: 25%;
        }
        .col-md-pull-2 {
            right: 16.66666667%;
        }
        .col-md-pull-1 {
            right: 8.33333333%;
        }
        .col-md-pull-0 {
            right: auto;
        }
        .col-md-push-12 {
            left: 100%;
        }
        .col-md-push-11 {
            left: 91.66666667%;
        }
        .col-md-push-10 {
            left: 83.33333333%;
        }
        .col-md-push-9 {
            left: 75%;
        }
        .col-md-push-8 {
            left: 66.66666667%;
        }
        .col-md-push-7 {
            left: 58.33333333%;
        }
        .col-md-push-6 {
            left: 50%;
        }
        .col-md-push-5 {
            left: 41.66666667%;
        }
        .col-md-push-4 {
            left: 33.33333333%;
        }
        .col-md-push-3 {
            left: 25%;
        }
        .col-md-push-2 {
            left: 16.66666667%;
        }
        .col-md-push-1 {
            left: 8.33333333%;
        }
        .col-md-push-0 {
            left: auto;
        }
        .col-md-offset-12 {
            margin-left: 100%;
        }
        .col-md-offset-11 {
            margin-left: 91.66666667%;
        }
        .col-md-offset-10 {
            margin-left: 83.33333333%;
        }
        .col-md-offset-9 {
            margin-left: 75%;
        }
        .col-md-offset-8 {
            margin-left: 66.66666667%;
        }
        .col-md-offset-7 {
            margin-left: 58.33333333%;
        }
        .col-md-offset-6 {
            margin-left: 50%;
        }
        .col-md-offset-5 {
            margin-left: 41.66666667%;
        }
        .col-md-offset-4 {
            margin-left: 33.33333333%;
        }
        .col-md-offset-3 {
            margin-left: 25%;
        }
        .col-md-offset-2 {
            margin-left: 16.66666667%;
        }
        .col-md-offset-1 {
            margin-left: 8.33333333%;
        }
        .col-md-offset-0 {
            margin-left: 0%;
        }
    }
    @media (min-width: 75rem) {
        .col-lg-1,
        .col-lg-2,
        .col-lg-3,
        .col-lg-4,
        .col-lg-5,
        .col-lg-6,
        .col-lg-7,
        .col-lg-8,
        .col-lg-9,
        .col-lg-10,
        .col-lg-11,
        .col-lg-12 {
            float: left;
        }
        .col-lg-12 {
            width: 100%;
        }
        .col-lg-11 {
            width: 91.66666667%;
        }
        .col-lg-10 {
            width: 83.33333333%;
        }
        .col-lg-9 {
            width: 75%;
        }
        .col-lg-8 {
            width: 66.66666667%;
        }
        .col-lg-7 {
            width: 58.33333333%;
        }
        .col-lg-6 {
            width: 50%;
        }
        .col-lg-5 {
            width: 41.66666667%;
        }
        .col-lg-4 {
            width: 33.33333333%;
        }
        .col-lg-3 {
            width: 25%;
        }
        .col-lg-2 {
            width: 16.66666667%;
        }
        .col-lg-1 {
            width: 8.33333333%;
        }
        .col-lg-pull-12 {
            right: 100%;
        }
        .col-lg-pull-11 {
            right: 91.66666667%;
        }
        .col-lg-pull-10 {
            right: 83.33333333%;
        }
        .col-lg-pull-9 {
            right: 75%;
        }
        .col-lg-pull-8 {
            right: 66.66666667%;
        }
        .col-lg-pull-7 {
            right: 58.33333333%;
        }
        .col-lg-pull-6 {
            right: 50%;
        }
        .col-lg-pull-5 {
            right: 41.66666667%;
        }
        .col-lg-pull-4 {
            right: 33.33333333%;
        }
        .col-lg-pull-3 {
            right: 25%;
        }
        .col-lg-pull-2 {
            right: 16.66666667%;
        }
        .col-lg-pull-1 {
            right: 8.33333333%;
        }
        .col-lg-pull-0 {
            right: auto;
        }
        .col-lg-push-12 {
            left: 100%;
        }
        .col-lg-push-11 {
            left: 91.66666667%;
        }
        .col-lg-push-10 {
            left: 83.33333333%;
        }
        .col-lg-push-9 {
            left: 75%;
        }
        .col-lg-push-8 {
            left: 66.66666667%;
        }
        .col-lg-push-7 {
            left: 58.33333333%;
        }
        .col-lg-push-6 {
            left: 50%;
        }
        .col-lg-push-5 {
            left: 41.66666667%;
        }
        .col-lg-push-4 {
            left: 33.33333333%;
        }
        .col-lg-push-3 {
            left: 25%;
        }
        .col-lg-push-2 {
            left: 16.66666667%;
        }
        .col-lg-push-1 {
            left: 8.33333333%;
        }
        .col-lg-push-0 {
            left: auto;
        }
        .col-lg-offset-12 {
            margin-left: 100%;
        }
        .col-lg-offset-11 {
            margin-left: 91.66666667%;
        }
        .col-lg-offset-10 {
            margin-left: 83.33333333%;
        }
        .col-lg-offset-9 {
            margin-left: 75%;
        }
        .col-lg-offset-8 {
            margin-left: 66.66666667%;
        }
        .col-lg-offset-7 {
            margin-left: 58.33333333%;
        }
        .col-lg-offset-6 {
            margin-left: 50%;
        }
        .col-lg-offset-5 {
            margin-left: 41.66666667%;
        }
        .col-lg-offset-4 {
            margin-left: 33.33333333%;
        }
        .col-lg-offset-3 {
            margin-left: 25%;
        }
        .col-lg-offset-2 {
            margin-left: 16.66666667%;
        }
        .col-lg-offset-1 {
            margin-left: 8.33333333%;
        }
        .col-lg-offset-0 {
            margin-left: 0%;
        }
    }
}
.pricing-section {
    font-family: Lato, sans-serif;
    font-size: 1.1rem;
    .text-success {
        color: #0abd4d;
    }
    .text-gray {
        color: #999;
    }
    h5,
    .h5 {
        font-size: 0.875rem;
        line-height: 1.55em;
        margin-bottom: 0.625rem;
        margin-top: 0.625rem;
        font-weight: 400;
    }
    .lead {
        font-size: 1.3em;
    }
    .card-title {
        margin: 0.9375rem 0 0.625rem 0;
        font-weight: 700;
        font-family: Montserrat, sans-serif;
        font-size: 1.875rem;
        color: #3C4858;
        small {
            font-weight: normal;
            line-height: 1;
            color: #777;
            font-size: 65%;
        }
    }
    .card-description {
        color: #777;
        margin: 0 0 0.625rem;
    }
    ul {
        list-style: none;
        padding: 0;
        max-width: 15rem;
        margin: 0.625rem auto;
    }
    .strong {
        font-weight: bold;
    }
    .ptxs {
        padding-top: 0.3125rem;
    }
    .mts {
        margin-top: 0.625rem;
    }
    .mrs {
        margin-right: 0.625rem;
    }
    .text-center {
        text-align: center;
    }
    .content {
        padding: 0.9375rem !important;
        background: linear-gradient(348deg, rgb(67 124 205 / 14%), rgb(69 214 190 / 12%));
    }
    .white-on-pattern {
        text-shadow: 0.0625rem 0.0625rem 0rem rgba(0, 0, 0, 0.5);
        color: white;
        font-weight: 400;
    }
    hr {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
        border: 0;
        border-top: 0.0625rem solid #eee;
    }
    .btn {
        border: none;
        border-radius: 0.25rem;
        position: relative;
        padding: 0.75rem 1.875rem;
        margin: 0.625rem 0.0625rem;
        font-size: 0.75rem;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 0;
        will-change: box-shadow, transform;
        transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        border-radius: 1.875rem;
        background-color: #0abd4d;
        color: #fff;
        box-shadow: 0 0.125rem 0.125rem 0 rgba(10, 189, 77, 0.14), 0 0.1875rem 0.0625rem -0.125rem rgba(10, 189, 77, 0.2), 0 0.0625rem 0.3125rem 0 rgba(10, 189, 77, 0.12);
        text-decoration: none;
        display: inline-block;
        &:hover,
        &:active,
        &:focus {
            box-shadow: 0 0.875rem 1.625rem -0.75rem rgba(10, 189, 77, 0.42), 0 0.25rem 1.4375rem 0rem rgba(0, 0, 0, 0.12), 0 0.5rem 0.625rem -0.3125rem rgba(10, 189, 77, 0.2);
            color: #fff;
            text-decoration: none;
        }
    }
    .card {
        text-align: center;
        display: inline-block;
        position: relative;
        width: 100%;
        margin-bottom: 1.875rem;
        border-radius: 0.375rem;
        color: rgba(0, 0, 0, 0.87);
        background: #fff;
        box-shadow: 0 0.125rem 0.125rem 0 rgba(0, 0, 0, 0.14), 0 0.1875rem 0.0625rem -0.125rem rgba(0, 0, 0, 0.2), 0 0.0625rem 0.3125rem 0 rgba(0, 0, 0, 0.12);
    }
    .list-group-flush {
        margin: 0.625rem 0.25rem;
        max-width: none;
        list-style: none;
        padding: 0;
    }
    .list-group-item {
        position: relative;
        display: block;
        margin-bottom: -0.0625rem;
        list-style: none;
        border-radius: 0;
        border-bottom: 0.0625rem solid rgba(153, 153, 153, 0.3);
    }
    .card-pricing {
        h1 small:first-child {
            position: static;
            font-size: 1.125rem;
        }
        .card-title {
            margin-top: 0.9375rem;
        }
        .card-raised {
            box-shadow: 0 1rem 2.375rem -0.75rem rgba(0, 0, 0, 0.56), 0 0.25rem 1.5625rem 0rem rgba(0, 0, 0, 0.12), 0 0.5rem 0.625rem -0.3125rem rgba(0, 0, 0, 0.2);
        }
        .list-group-item {
            color: #3c4858;
            padding: 0.625rem 0.5rem;
            text-align: left;
            &.disabled {
                background-color: #fff;
                color: #999;
            }
            &:last-child {
                border: 0.0625rem solid #ddd;
                border-width: 0.0625rem 0;
            }
            i {
                position: static;
            }
        }
        .list-group-flush {
            margin: 0.625rem 0.25rem;
            max-width: none;
        }
        .list-unstyled li {
            border: none;
            color: #3c4858;
            padding: 0;
            margin-bottom: 0.25rem;
        }
        div[class^="col-"] > label.control-label {
            left: 0.9375rem !important;
        }
    }
    .card-raised {
        box-shadow: 0 1rem 2.375rem -0.75rem rgba(0, 0, 0, 0.56), 0 0.25rem 1.5625rem 0rem rgba(0, 0, 0, 0.12), 0 0.5rem 0.625rem -0.3125rem rgba(0, 0, 0, 0.2);
    }
}
.row.mtxl.pricing-section {
    display:block;
}
.collapsible{
    min-width: 550px;
    padding-left: 0;
    list-style-type: none;
    border-top: 1px solid #c1c7ceb3;
    border-right: 1px solid #c1c7ceb3;
    border-left: 1px solid #c1c7ceb3;
    margin: 0.5rem 0 1rem 0;
    box-shadow: none;
}
.open-btn-tooltip-container {
    position: relative;
    display: inline-block;
  }
  .open-btn-tooltip {
    opacity: 0;
    transition: opacity 0.3s ease;
    transition-delay: 0.3s;
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
    background-color: black;
    color: white;
    padding: 5px;
    border-radius: 3px;
    white-space: nowrap;
    font-size: 12px;
    z-index: 100;
  }
  .open-btn-tooltip-container:hover .open-btn-tooltip {
    opacity: 1;
  }
.copy-btn-tooltip-container {
    position: relative;
    display: inline-block;
  }
  .copy-btn-tooltip {
    opacity: 0;
    transition: opacity 0.3s ease;
    transition-delay: 0.3s;
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
    background-color: black;
    color: white;
    padding: 5px;
    border-radius: 3px;
    white-space: nowrap;
    font-size: 12px;
    z-index: 100;
  }
  .copy-btn-tooltip-container:hover .copy-btn-tooltip {
    opacity: 1;
  }
  input[type=email]:not(.browser-default) {
    line-height: normal;
  }
.warning-modal-overlay {
    display: flex;
    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: 1000;
}
.warning-modal-content {
    background: white;
    padding: 45px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    min-width: 300px;
    width:39%;
    max-height: 80%;
    overflow-y: auto;
}
.warning-modal-text {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    margin-bottom: 15px;
    color: #343434;
    margin-bottom: 20px;
}
.warning-modal-buttons {
    display: flex;
    justify-content: space-around;
}
.warning-modal-btn {
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    padding: 8px 15px;
}
.warning-modal-confirm {
    color: red;
    font-weight: bold;
}
.warning-modal-cancel {
  color: #fff;
  background-color: #659B8D;
  padding: 0.5rem 1.25rem;
  border-radius: 0.4125rem;
  font-weight: 500;
  transition: background-color 0.3s ease;
}
.warning-modal-cancel:hover {
  background-color: #408171;
}
#warning-line-1, #warning-line-2, #warning-line-3 {
    font-weight: 600;
}
#warning-line-4 {
  font-style: italic;
}
@media ( max-width: 900px ) {
    .truncated-description {
        display: none;
    }
}
@media (max-width: 1367px) {
    html {
      font-size: 85%;
    }
  }
  @media (prefers-color-scheme: dark) {
    :root, :host {
      color-scheme: light;
    }
  }
