/*Theme Name: Politis Group*/
/*Theme URI: http://underscores.me/*/
/*Author: Effie K.*/
/*Author URI: https://effiek.gr*/
/*Description: A custom theme for Politis Group*/
/*Version: 1.0.0*/

/* =============================== */
/* Define status colors as CSS variables */
:root {
  /* Complete */
  --color-complete: #2ecc71;
  --color-complete-rgb: 46, 204, 113;

  /* Waiting */
  --color-waiting: #f39c12;
  --color-waiting-rgb: 243, 156, 18;

  /* Frozen */
  --color-frozen: #00BFFF;
  --color-frozen-rgb: 0, 191, 255;

  /* Not Possible */
  --color-not-possible: #e74c3c;
  --color-not-possible-rgb: 231, 76, 60;

  /* Default */
  --color-default: #999999;
  --color-default-rgb: 153, 153, 153;
  
  /*--bg-complete: #e6f9eb;*/
  /*--bg-waiting: #fff7e6;*/
  /*--bg-frozen: #e6f4fa;*/
  /*--bg-not-possible: #fbeaea;*/
  /*--bg-default: #f2f2f2;*/
  
  --main-color: #2C2F73;
  
  --panel-opacity: 0.4;
}

.page-id-1821 .wpforms-submit-container,
.page-id-254 .wpforms-submit-container{
    position: unset !important;
    margin: 0;
}

.page-id-1821 .toggle-menu-icon,
.page-id-1821 .toggle-sidebar-icon,
.page-id-332 .toggle-menu-icon,
.page-id-332 .toggle-sidebar-icon,
.page-id-254 .toggle-menu-icon,
.page-id-254 .toggle-sidebar-icon{
    display: none;
}

.page-id-1821 .mobile-menu,
.page-id-332 .mobile-menu,
.page-id-254 .mobile-menu{
    justify-content: center;
}

.page-id-332 .wpforms-submit-container {
    position: absolute !important;
    right: 0px !important;
    bottom: 38px !important;
}

/* Chrome, Edge, Safari */
/*::-webkit-scrollbar {*/
/*    width: 6px !important;*/
/*}*/

/*::-webkit-scrollbar-track {*/
/*    background: transparent !important;*/
/*}*/

/*::-webkit-scrollbar-thumb {*/
/*    background-color: #1A2762 !important;*/
/*    border-radius: 10px !important;*/
/*    overflow: hidden !important;*/
/*}*/

/** {*/
/*    scrollbar-width: thin !important;*/
/*    scrollbar-color: #1A2762 transparent !important;*/
/*}*/

/*::-webkit-scrollbar {*/
/*    width: 12px; */
/*    height: 12px; */
/*}*/


/*::-webkit-scrollbar-track {*/
/*    background: #f1f1f1; */
/*}*/

/*::-webkit-scrollbar-thumb {*/
/*    background: #888;*/

/*}*/

/*::-webkit-scrollbar-thumb:hover {*/
/*    background: #555;*/
/*}*/

/*.dashboard-main::-webkit-scrollbar {*/
/*    width: 12px;*/
/*    height: 12px;*/
/*}*/

/*.dashboard-main::-webkit-scrollbar-track {*/
/*    background: #f1f1f1;*/
/*}*/

/*.dashboard-main::-webkit-scrollbar-thumb {*/
/*    background: #888;*/
/*    border-radius: var(--thumb-radius, 0);*/
/*    transition: border-radius 0.2s;*/
/*}*/

/*.dashboard-main::-webkit-scrollbar-thumb:hover {*/
/*    background: #555;*/
/*}*/

/*.dashboard-main {*/
/*    scrollbar-width: thin;*/
/*    scrollbar-color: #1A2762 transparent;*/
/*}*/


.page-id-1874 .dashboard-layout .dashboard-main{
    text-align: left;
}

#post-1874 .entry-content > h2{
    text-align:center;
}

#post-1874 .entry-content .has-medium-font-size{
    text-align:center;
}

/*Main-search*/

/*#search-results{*/
/*    display: none;*/
/*    padding: 20px;*/
/*    width: 347px;*/
/*    height: 350px;*/
/*    position: absolute;*/
/*    top: 155px;*/
/*    background: linear-gradient(45deg, #080E1D 100%, #131B36 100%);*/
/*    background-color: white;*/
/*    border-radius: 25px;*/
/*    overflow: auto;*/
/*    z-index: 100;*/
/*    border: 1px solid rgba(85, 108, 208, 0.39);*/
/*}*/

/*div#search-results::-webkit-scrollbar{*/
/*    display:none;*/
/*}*/

.dashboard-right h3 {
  margin: 0;
}

.search-item {
    padding: 15px 5px 5px;
    position: relative;
    display: block;
}

.search-item > div{
    font-size: 18px;
}

.search-item:hover {
    background: #ffffff24;
    border-radius: 5px;
}

.search-item > div > small{
    position: absolute;
    font-size: 10px;
    right:6px;
    top:1px;
    
}

#search-results > hr{
    margin: 5px 0;
}

input#filter_datepicker {
    cursor: pointer;
}

.dropdown-multiselect {
    position: relative;
    display: inline-block;
    /*margin-right: 10px;*/
    width: 100%;
    transition: rotate 0.5s ease;
}

svg.dropdown-icon {
    transform: rotate(90deg);
    transition: rotate 0.5s ease;
}

.dropdown-multiselect:hover svg.dropdown-icon{
    transform: rotate(180deg);
}

.dropdown-toggle {
    color: white !important;
    background-color: transparent !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
    padding: 0 4px !important;
    /* height: 30px !important; */
    border: none !important;
    border-bottom: 1px solid #A4A4A4 !important;
    outline: none !important;
    transition: border-color 0.3s 
ease, box-shadow 0.3s 
ease, rotate 0.5s 
ease !important;
    width: 100%;
    text-align: justify;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dropdown-options {
    display: none;
    position: absolute;
    border: 1px solid #ccc;
    z-index: 10000000000000;
    padding: 20px;
    overflow-y: auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transform: translate(-110%, -20%);
    border-radius: 25px !important;
    border: 1px solid rgba(85, 108, 208, 0.39) !important;
    background: rgba(0, 0, 0, 1) !important;
    flex-shrink: 0 !important;
    font-weight: 500 !important;
    transition: all 0.5s 
ease !important;
    background-image: linear-gradient(135deg, rgba(85, 108, 208, 0.0), rgba(85, 108, 208, 0.39)) !important;
    background-size: 200% 200% !important;
    background-position: left top !important;
    transform: translate(-110%, -20%);
}

.dropdown-multiselect.open .dropdown-options {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.dropdown-options::-webkit-scrollbar{
    display:none;
}

.dropdown-options > label {
    text-align: left;
}

#filterForm > div:nth-child(4) > div{
    transform: translate(-105%, -9%);
}

.dropdown-options label {
    display: block;
    margin-bottom: 4px;
    cursor: pointer;
    font-weight: 400;
}

.dropdown-options label:hover{
    font-weight: 700;
}

.page-numbers.dots{
    color: #fff !important;
}

.page-numbers.current{
    color: darkturquoise;
}

.entry-header{
    display:none;
}

.dashboard-error-message{
    text-align: center;
    border: 2px solid #fff;
    padding: 20px 36px;
    background: darkred;
    color: #fff;
    /*width: 74vw;*/
    border-radius: 15px;
    font-weight: 700;
    margin: 30px auto 40px;
}

.error-posts{
    margin-top: 50px;
}

.del-sub {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    width: 100%;
}

.delete-entry {
    justify-self: start;
    text-decoration: underline;
    color: #6f6f6f;
    cursor: pointer;
    padding-left: 3vw;
}

.delete-entry:hover {
    color: #808080;
}

.status_submit {
    justify-self: center;
}

/* Google Button */

/*.form-google{*/
/*    text-align: end; */
/*    margin-bottom: 10px; */
/*    margin-right: 150px;*/
/*}*/

/*.google-btn{*/
/*    background-color: white !important;*/
/*    color: var(--main-color) !important;*/
/*    padding: 10px !important;*/
/*    font-weight: 700;*/
/*    margin-bottom: 10px;*/
/*}*/

/*.google-btn:hover{*/
/*    color:white !important;*/
/*    background-color: var(--main-color) !important;*/
/*}*/


/*Emails*/

.checkbox-dropdown-toggle{
    padding: 8px 12px !important;
    cursor: pointer !important;
    width: 100% !important;
    color: #9697B9 !important;
}

.checkbox-dropdown-menu{
    display:none;
    position:absolute !important;
    background: var(--main-color) !important;
    border:1px solid #ccc !important;
    max-height:200px !important;
    overflow:auto !important;
    width:100% !important;
    z-index:1000 !important;
    padding:8px !important;
}

/*changes*/

.just-height{
    height: 34px;
}

.change-count {
  font-weight: 600;
  color: #d9534f; /* Bootstrap danger red */
  background-color: #fff3f3;
  border: 1px solid #f5c6cb;
  padding: 4px 8px;
  border-radius: 5px;
  display: inline-block;
  transition: background-color 0.2s ease;
}

.change-count:hover {
  background-color: #f8d7da;
}

.change-details {
    display: none;
    position: absolute;
    right: 0;
    margin: auto;
    border: 1px solid #ccc;
    background: #f9f9f9;
    padding: 5px;
    margin-top: 0px;
    font-size: 13px;
    background-color: #fdfdfd;
    border-radius: 4px;
    font-family: monospace;
    max-width: 500px;
    white-space: pre-line;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    z-index: 100;
}

.change-details div {
  margin-bottom: 4px;
}

.change-details em {
  color: #888;
  text-decoration: line-through;
  margin-right: 4px;
}

.change-details strong {
  color: #222;
}

.change-details span {
  font-size: 11px;
  color: #999;
  margin-left: 6px;
}

/*#filter_datepicker{*/
/*    width: 100%;*/
/*}*/

/*edit*/

.inline-edit-input{
    background: var(--main-color) !important;
    border-bottom: unset !important; 
    border-left: unset !important;
    border-radius: 100px !important;
    border-top: unset !important;
    border-right: unset !important;
    color: white !important;
    text-align: center;
}

.editable-td a,
.rich-text a {
    color: cyan;
    text-decoration: underline;
}

.editable-td{
    position: relative;
}

button.edit-btn, button.cancel-btn{
    position: absolute;
    right: 20px;
    top: 0px;
    bottom: 0px;
    padding: 5px;
    margin: 5px;
    cursor: pointer;
    background: transparent;
    border: none;
    font-size: 1.1em;
}

.edit-btn:hover{
    opacity: 0.8;
}


.inline-edit-input {
  width: 80%;
  margin-right: 8px;
}

/* BLOG CSS */

/*menu*/

.filter-nav {
    display: flex;
    gap: 10px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

button.filter-btn:hover {
    background: #0030e0;
    color: white;
    border-radius: 25px;
}

.burger-menu {
    display: none;
}

#burger-toggle {
    font-size: 24px;
    background: none;
    border: none;
    color: var(--main-color);
    cursor: pointer;
}

/*single-post*/

.stars{
    text-align: center;
    letter-spacing: 30px;
    font-size: 64px;
    margin-bottom: 0;
}

.post-author-info p{
    text-align: left;
    font-size: 14px;
    font-weight: 200;
    padding-left:15px;
}

.single-post-wrapper {
  padding: 0 250px !important;
  margin: 0 auto;
  padding: 2rem;
  color: #fff;
}

.title-tags{
    text-align:center;
    margin-bottom: 70px;
}

.post-title{
    text-align: left;
    font-size: x-large;
    /*padding-left: 15px;*/
    font-weight: 600;
}

.post-featured-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.post-meta {
    margin-bottom: 1rem;
    font-size: 0.9rem;
    color: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    position:relative;
}

.post-categories{
    display: flex;
    align-items: center;
}

.post-tags-in{
    display: flex;
    align-items: center;
}

.post-tags-in a, .post-categories a {
    margin-right: 0.5rem;
    color: currentColor;
    text-decoration: none;
    border: 1px solid white;
    padding: 2px 7px;
    border-radius: 5px;
}

.post-tags-in a:hover,
.post-categories a:hover {
  border-color:darkgray;
}

.post-separator {
  margin: 2rem 0;
}

.related-posts {
  margin-top: 4rem;
}

.related-posts-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.related-post-item{
    position: relative;
    border-radius: 17px;
    /*background: #fffffff7;*/
    transition: opacity 0.4s ease, transform 0.4s ease;
    margin-bottom: 50px;
    transform: translateY(0);
}

.related-post-item .img-wrapper{
    --tw-bg-opacity: 1;
    background-color: unset;
    overflow:hidden;
    border-radius: 16px;
    position: relative;
    height: 100%;
    
}

.related-post-item h3 {
  font-size: 1rem;
  margin-top: 0.5rem;
}

.related-post-item img{
    width: -webkit-fill-available;
    color: transparent;
    object-fit: cover;
    transition: transform 0.3s ease;
    height: 100%;
}

.related-post-item:hover img {
  transform: scale(1.05);
}

/*loader*/

.loading-indicator {
  text-align: center;
  padding: 40px 0;
}

.spinner {
  width: 32px;
  height: 32px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-top: 4px solid #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: auto;
  display:block;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/*menu*/

.no-posts-wrapper{
    grid-column: 1 / span 3;
    text-align: center;
    background: #BFC5E0;
    margin-top: 100px;
    border-radius: 16px;
    padding: 20px 0;
}

.no-posts{
    color:currentColor;
}

#post-menu {
    margin-bottom: 24px;
    /*padding: 5px;*/
    border-radius: 25px;
    align-items: center;
    justify-content: space-between;
    position:relative;
    background: linear-gradient(107deg, #080E1D 42.15%, #131B36 78.03%);
}

.filter-btn {
    background-color: transparent;
    color: grey;
    font-size: 17px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;    
    border: none;
    padding: 15px 40px;
    border-radius: 25px;
}

.filter-btn:hover {
  color: var(--main-color);
}

.filter-btn.active {
    background: #0030e0;
    color: white;
    border-radius: 25px;
}

.search-wrapper {
  position: relative;
  width: 250px;
  font-family: Arial, sans-serif;
}

.search-svg {
  position: relative;
  background: var(--main-color);
  border-radius: 100px;
  padding: 6px 12px 6px 40px;
  display: flex;
  align-items: center;
  transition: background-color 0.3s ease;
  border: 1px solid white;
}

.search-svg .search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

#post-search {
  border: none !important;
  background: transparent !important;
  color: #fff !important;
  font-size: 16px;
  width: 100% !important;
  outline: none !important;
  padding: 6px 12px!important;
}

.search-svg:hover,
.search-svg:focus-within {
    background: #fff;
    border: 1px solid var(--main-color);
}

.search-svg:hover #post-search,
.search-svg:focus-within #post-search {
  color: var(--main-color) !important;
}

.search-svg:hover .search-icon>path, .search-svg:focus-within .search-icon>path{
  stroke: var(--main-color) !important;
}

#post-search::placeholder {
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.3s ease;
}

.search-svg:hover #post-search::placeholder,
.search-svg:focus-within #post-search::placeholder {
  color: var(--main-color) !important;
}

#search-clear {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    border-radius: 100px;
    padding: 6px 12px;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    display: none;
    color: var(--main-color);
    transition: background-color 0.3s ease;
}

#search-clear:hover {
  font-weight: bold;
}

/***/

/*posts*/

.post-tags{
    position: absolute;
    left: 0.75rem;
    top: 0.75rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
}

.tag-filter {
    position: relative;
    z-index: 1;
    display: inline-flex;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 24px;
    --tw-border-opacity: 0.1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    background-color: rgba(17, 17, 17, 0.3);
    color: #f3f3f3;
    padding: 0.25rem 0.5rem;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    line-height: 1.12;
    cursor: pointer;
}

.tag-filter:hover {
  background-color: rgba(17, 17, 17, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.blog-grid-wrapper {
  padding: 0 250px;
}

.posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 40px;
}

.posts-group {
  display: contents; /* allows layout to flow naturally */
}

.posts-grid .layout-1  { grid-column: 1 / span 2; }
.posts-grid .layout-2  { grid-column: 3 / span 1; }
.posts-grid .layout-3  { grid-column: 1 / span 1; }
.posts-grid .layout-4  { grid-column: 2 / span 1; }
.posts-grid .layout-5  { grid-column: 3 / span 1; }
.posts-grid .layout-6  { grid-column: 1 / span 1; }
.posts-grid .layout-7  { grid-column: 2 / span 2; }
.posts-grid .layout-8  { grid-column: 1 / span 1; }
.posts-grid .layout-9  { grid-column: 2 / span 1; }
.posts-grid .layout-10 { grid-column: 3 / span 1; }
.posts-grid .layout-11 { grid-column: 1 / span 2; }
.posts-grid .layout-12 { grid-column: 3 / span 1; }

.posts-grid .reverse .layout-1  { grid-column: 1 / span 1; }
.posts-grid .reverse .layout-2  { grid-column: 2 / span 2; }
.posts-grid .reverse .layout-3  { grid-column: 1 / span 1; }
.posts-grid .reverse .layout-4  { grid-column: 2 / span 1; }
.posts-grid .reverse .layout-5  { grid-column: 3 / span 1; }
.posts-grid .reverse .layout-6  { grid-column: 1 / span 2; }
.posts-grid .reverse .layout-7  { grid-column: 3 / span 1; }
.posts-grid .reverse .layout-8  { grid-column: 1 / span 1; }
.posts-grid .reverse .layout-9  { grid-column: 2 / span 1; }
.posts-grid .reverse .layout-10 { grid-column: 3 / span 1; }
.posts-grid .reverse .layout-11 { grid-column: 1 / span 1; }
.posts-grid .reverse .layout-12 { grid-column: 2 / span 2; }


/* Post styling */

.post-item {
    display: flex;
    flex-direction: column;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.4s ease, transform 0.4s ease;
    /*background: #fffffff7;*/
    border-radius: 17px;
}

.post-item.animate-in {
  opacity: 0;
  transform: translateY(20px);
}

.post-item.animate-in.loaded {
  opacity: 1;
  transform: translateY(0);
}


.img-wrapper{
    height: 330px;
    --tw-bg-opacity: 1;
    background-color: rgb(230 230 241 / var(--tw-bg-opacity));
    overflow:hidden;
    border-radius: 25px;
    position: relative;
}

.post-item img {
    color: transparent;
    object-fit: cover;
    height: 100%;
    width: 100%;
    aspect-ratio: 1/1;
    transition: transform 0.3s ease;
}

.post-item:hover img {
  transform: scale(1.05);
}

.link-post{
    padding: 0 1.3rem;
    margin-top: 16px;
}

.link-post h2,
.post-item h2 {
    font-size: 24px;
    text-transform: none;
    line-height: 1.35;
    color: #c0c0c4;
    font-weight: 500;
    margin: 0;
    text-align: left;
}

.post-date {
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    line-height: 1.12;
    /*margin-top: 16px;*/
    padding: 0 1.3rem;
    --tw-text-opacity: 1;
    color: #575a63;
    text-align: left;
}

/* Load More button */

.button-wrapper {
  /*margin-bottom: 2rem;*/
  display: flex;
  justify-content: center;
}

.custom-button {
    border-radius: 112px !important;
    border: 1px solid rgba(85, 108, 208, 0.39) !important;
    background: rgba(0, 0, 0, 0.45) !important;
    width: 159px !important;
    height: 58px !important;
    flex-shrink: 0 !important;
    aspect-ratio: 159 / 58 !important;
    color: white !important;
    font-weight: 500 !important;
    transition: all 0.5s 
ease !important;
    background-image: linear-gradient(135deg, rgba(85, 108, 208, 0.0), rgba(85, 108, 208, 0.39)) !important;
    background-size: 200% 200% !important;
    background-position: left top !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-family: inherit;
    font-size: 18px;
    line-height: 0px;
    user-select: none;
    margin-top: 30px;
    cursor:pointer;
}

/*.custom-button::before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  inset: 0;*/
/*  background-color: var(--main-color);*/
/*  border-radius: 48px;*/
/*  transform: translateY(-101%);*/
/*  transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1), border-radius 0.5s cubic-bezier(0.4, 0, 0, 1);*/
/*  z-index: -1;*/
/*}*/

/*.custom-button:hover::before {*/
/*  transform: translateY(0);*/
/*  border-radius: 0;*/
/*}*/

.custom-button:hover {
    background-position: right bottom !important;
    box-shadow: 0 6px 14px rgba(85, 108, 208, 0.4) !important;
    transform: translateY(-3px) !important;
}

/***************/


/*hidden categories*/
body.wpforms-page-review .wpforms-field-review[data-field-id="172"] {
    display: none !important;
}

/*Live chat*/

.span-notify{
    display: flex;
    width: 100%;
    justify-content: flex-start;
}

.open-notify{
    margin: 5px 0 0;
    display: inline-block;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.open-notify:hover svg {
  animation: swing-bell 1s ease-in-out;
  transform-origin: top center;
}

@keyframes swing-bell {
  0% { transform: rotate(0deg); }
  20% { transform: rotate(15deg); }
  40% { transform: rotate(-10deg); }
  60% { transform: rotate(7deg); }
  80% { transform: rotate(-4deg); }
  100% { transform: rotate(0deg); }
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

.other-things{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.other-things h3{
    margin: 0;
}

.email-notify {
  padding: 10px;
  width: 100%;
  /*background: var(--main-color);*/
  justify-content: space-between;
  flex-direction: column-reverse;
  display: block;
  pointer-events: auto;

}

.close-notify {
  cursor: pointer;
  font-weight: bold;
  margin-left: 10px;
  color: #c00;
  font-size: 16px;
}

.email-notify span{
    font-weight: 700;
}

.notifies-choices{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.div-close-notify{
    width:100%;
    text-align: right;
}

.chat-icon-container{
    position: absolute;
    cursor: pointer;
    right: 80px;
    bottom: 100px;
}

.chat-icon-container .chat-badge {
  position: absolute;
  top: -10px;
  right: -10px;
  background: red;
  color: white;
  font-weight: bold;
  border-radius: 50%;
  padding: 4px 8px;
  font-size: 12px;
  z-index: 10;
  display: inline-block;
}

/*.status_submit {*/
/*    background: white !important;*/
/*    color: var(--main-color) !important;*/
/*    font-size: 24px !important;*/
/*    font-weight: 600 !important;*/
/*    line-height: 100% !important;*/
/*    letter-spacing: -1.2px !important;*/
/*    border: 2px solid #fff !important;*/
/*    padding: 5px 7px;*/
/*    border-radius: 5px;*/
/*}*/

/*.status_submit:hover{*/
/*    color: white !important;*/
/*    background: var(--main-color) !important;*/
/*}*/

.entry-chat-send{
    padding: 5px 10px;
    border-radius: 6px;
    background: white;
    color: var(--main-color);
    cursor: pointer;
    font-weight: 600;
    font-size: 24px;
}

.entry-chat-send:hover{
    background: var(--main-color);
    color: white;
}

.add-class{
    display:flex;
    flex-direction: column;
    align-items: flex-start;
}

.live-chat-tab {
    writing-mode: vertical-rl;
    /*transform: rotate(180deg);*/
    /*background: var(--main-color);*/
    color: #fff;
    /*padding: 10px 15px;*/
    border-radius: 0 12px 12px 0;
    cursor: pointer;
    font-weight: bold;
    user-select: none;
    /*border: 1px solid #000;*/
    /*border-bottom: none;*/
    /*box-shadow: 0 -2px 5px -2px #ccc, -2px 0 5px -2px #ccc, 2px 0 5px -2px #ccc;*/
    transition: all 0.4s ease;
    position: fixed;
    bottom: 39px;
    right: 60px;
    z-index: 1001;
  }
  
    #live-chat-tab {
        cursor: pointer;
        transition: all 0.4s ease !important;
        border-radius: 50%;
        display: inline-block;
    }
    
    /* Hover effect — glowing + floating look */
    #live-chat-tab:hover {
        box-shadow: 0 6px 14px rgba(85, 108, 208, 0.4) !important;
        transform: translateY(-3px);
    }

    .entry-live-chat,
    #chat-icon-container {
      transition: opacity 0.3s ease;
    }

.hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.entry-live-chat{
    position: fixed;
    top: 215px;
    right: 60px;
    max-width: 350px;
    width: 350px;
    padding: 20px;
    /*border: 1px solid #000;*/
    /*border-radius: 12px;*/
    /*background-color: var(--main-color);*/
    /*box-shadow: 0px -2px 5px -2px #ccc, -2px 0 5px -2px #ccc, 2px 0 5px -2px #ccc;*/
    opacity: 0;
    transform: translateX(100%);
    pointer-events: none;
    transition: all 0.5s ease;
    z-index: 1000;
    border-top-left-radius: 0;
        background: rgba(0, 0, 0, 0.8);
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(85, 108, 208, 0.39);
}

.live-entry-chat-title{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.chat-close-button{
    border: 1px solid #fff;
    cursor: pointer;
    background: white;
    color: var(--main-color);
    padding: 0px 7px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 24px;
}

.chat-close-button:hover{
    background: var(--main-color);
    color: white;
}

.chat-wrapper{
    border: 1px solid #000;
    padding: 10px;
    background: #f9f9f9;
    color: #000;
    border-radius: 15px;
    position: relative;
}

.entry-live-chat-messages{
    line-height: normal;
    max-height: 325px;
    height: 325px;
    max-width: 700px;
    margin: auto;
    overflow-y: auto;
    padding: 10px;
    margin-bottom: 45px;
    background: #f9f9f9;
    color: #000;
    border-radius: 15px;
}

.send-wrapper{
    position: absolute;
    bottom: 5px;
    width: 90%;
    display: flex;
    align-items: flex-end;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 24px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0px;
    border: 2px solid black;
    background: white;
}



/* Style for entry chat input */
.chat-input {
    overflow-y: hidden !important;
    min-height: 1.5em !important;
    max-height: 12em !important;
    line-height: 1.5em !important;
    /*border-radius: 24px !important;*/
    width: 100% !important;
    resize: none !important;
    background: white !important;          
    color: black !important;               
    padding: 10px !important;
    box-sizing: border-box !important;
    word-wrap: break-word;
    text-align: left;
}

.chat-input.placeholder:before {
    content: "Type your message";
    color: #888;
    pointer-events: none;
}

#entry-chat-input::-webkit-scrollbar {
  width: 8px;
}

#entry-chat-input::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 24px; 
}

#entry-chat-input::-webkit-scrollbar-track {
  background-color: transparent;
}

#entry-chat-input.scrollable {
    overflow-y: auto !important;
}

/* Placeholder style */
#entry-chat-input::placeholder {
    color: #999 !important;                
}

/* Optional: hover/focus states */
/*.send-wrapper>.chat-input:focus-visible{*/
/*    outline: none !important;*/
/*    border: 2px solid blue !important;*/
/*}*/

div#entry-chat-input:focus-visible {
    outline: none;
}

#entry-chat-send {
    cursor: pointer;      /* visual */
    pointer-events: all;  /* ensures clicks register */
    width: 40px;          /* or your desired size */
    height: 40px;
}

.live-text-input{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap:10px;
}

/*solo entry*/

/*****cc-emails*****/
.cc-display {
    display: inline-block;
    position: relative;
    margin-left: 6px;
}

.cc-plus {
    cursor: pointer;
    /*color: #0073aa;*/
    color: #fff;
    font-weight: bold;
    margin-left: 4px;
}

.cc-popup {
    display: none;
    position: absolute;
    top: 25px;
    right: -30px;
    background: gray;
    border: 1px solid #ccc;
    padding: 6px 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    z-index: 100;
    min-width: 235px;
    overflow-y: auto;
    max-height: 150px;
}

.cc-popup .cc-email-item {
    margin-bottom: 4px;
}

.cc-display:hover .cc-popup {
  display: block;
}

.cc-email-item a{
    color: cyan;
    text-decoration: underline;
}

.cc-popup .cc-email-item:last-child {
    margin-bottom: 0;
}

.full-add-info-add,
.full-sub-info{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
  }

  /* Vertical tab initially */
  .info-tab {
    writing-mode: vertical-rl;
    /*transform: rotate(180deg);*/
    /*background: var(--main-color);*/
    color: #fff;
    /*padding: 10px 15px;*/
    border-radius: 0 12px 12px 0;
    cursor: pointer;
    font-weight: bold;
    user-select: none;
    /*border: 1px solid #000;*/
    border-bottom: none;
    /*box-shadow: 0 -2px 5px -2px #ccc, -2px 0 5px -2px #ccc, 2px 0 5px -2px #ccc;*/
    transition: all 0.4s ease;
    position: fixed;
    bottom: 106px;
    right: 60px;
    z-index: 1001;
  }
  
  /*.info-tab:hover{*/
  /*  box-shadow: 0 6px 14px rgba(85, 108, 208, 0.4) !important;*/
  /*  transform: translateY(-3px) !important;*/
  /*}*/
  
  .info-tab-icon{
        transform: translate(21px, 10px);
  }

  /* Panel hidden initially */
  .info-panel,
  .sub-info-panel{
    position: fixed;       /* slide in over the page */
    top: 261px;            /* adjust to sit below tab initially */
    right: 0;
    max-width: 350px;
    width: 350px;
    padding: 20px;
    border: 1px solid #000;
    border-radius: 12px;
    background-color: var(--main-color);
    box-shadow: 0px -2px 5px -2px #ccc, -2px 0 5px -2px #ccc, 2px 0 5px -2px #ccc; 
    opacity: 0;
    transform: translateX(100%);
    pointer-events: none;
    transition: all 0.5s ease;
    z-index: 1000;
    border-top-left-radius: 0;    
    background: rgba(0, 0, 0, 0.8);
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(85, 108, 208, 0.39);
  }

  /* Active state */
  .full-add-info-add.active .info-panel,
  .full-sub-info.active .sub-info-panel{
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
    top: 215px;
    right: 60px;
  }
  
    .info-panel.active,
    .sub-info-panel.active,
    #entry-chat.active {
      z-index: 2000;   /* higher than other UI */
    }

  /* Move tab above panel when active */
  .full-add-info-add.active .info-tab,
  .full-sub-info.active .info-tab{
    writing-mode: horizontal-tb;
    transform: rotate(0deg);
    border-radius: 12px 12px 0 0;
    top: 158px;
    right: 350px;
  }
  
  .form-table div {
    margin-bottom: 12px;
  }

/*#custom-data-form {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 30px;*/
/*    max-width: 350px;*/
/*    width: 350px;*/
/*    margin: 100px auto 0;*/
/*    padding: 20px;*/
/*    border: 1px solid #000;*/
/*    border-radius: 12px;*/
/*    background-color: var(--main-color);*/
/*    box-shadow: 0px 0px 5px 1px #ccc;*/
/*}*/

.form-table h2{
    text-align:center;
    margin-bottom: 0;
}

.form-table hr {
    border: none;
    height: 1px;
    background: #ccc;
    margin: 0.83em 0 0.83em 0 !important;
}

.form-table {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-table label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    color: #fff;
}

.form-table input,
.form-table textarea {
    width: 100%;
    padding: 10px 12px;
    /*font-size: 15px;*/
    /*font-family: inherit;*/
    transition: border 0.3s ease;
    background: var(--main-color);
    border-left: 6px solid #fff;
    border-bottom: 3px solid #fff;
    /*border-radius: 20px;*/
    border-top: none;
    border-right: none;
    color: white;
    padding-left: 5px !important;
}

.form-table input:focus,
.form-table textarea:focus {
    border-color: #5b9bd5 !important;
    outline: none;
}

/*.form-button-info {*/
/*    display: block;*/
/*    margin: 25px auto 0;*/
/*    font-weight: 600;*/
/*    cursor: pointer;*/
/*    transition: background-color 0.3s ease;*/
/*    background: white;*/
/*    color: var(--main-color);*/
/*    font-size: 24px;*/
/*    line-height: 100%;*/
/*    letter-spacing: -1.2px;*/
/*    border: 2px solid #fff;*/
/*    padding: 5px 7px;*/
/*    border-radius: 5px;*/
/*}*/

/*.form-button-info:hover {*/
/*    color: white;*/
/*    background-color: var(--main-color);*/
/*}*/


/*.sub-info {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 30px;*/
/*    margin-top: 100px;*/
/*    width: 350px;*/
/*    max-width: 350px;*/
/*    max-height: 520px;*/
/*    padding: 20px;*/
/*    border: 2px solid #000;*/
/*    border-radius: 16px;*/
    /*background: #fff;*/
/*    box-shadow: 0px 0px 5px 1px #ccc;*/
/*    color: #333;*/
/*}*/

/*.full-sub-info {*/
/*  position: fixed;*/
/*  top: 300px;*/
/*  right: 0;*/
/*  z-index: 999;*/
/*}*/

/* Vertical tab */
/*#toggle-sub-info {*/
/*  writing-mode: vertical-rl;*/
/*  transform: rotate(180deg);*/
/*  background: var(--main-color);*/
/*  color: #fff;*/
/*  padding: 10px 15px;*/
/*  border-radius: 0 12px 12px 0;*/
/*  cursor: pointer;*/
/*  font-weight: bold;*/
/*  user-select: none;*/
/*  border: 1px solid #000;*/
/*  border-bottom: none;*/
/*  box-shadow: 0 -2px 5px -2px #ccc, -2px 0 5px -2px #ccc, 2px 0 5px -2px #ccc;*/
/*  transition: all 0.4s ease;*/
/*  position: fixed;*/
/*  top: 261px;*/
/*  right: 0;*/
/*  z-index: 1001;*/
/*}*/

#toggle-info,
#toggle-sub-info{
    border-radius: 50%;
    transition: all 0.4s ease;
    cursor: pointer;
    display: inline-block;
}

#toggle-info:hover,
#toggle-sub-info:hover{
    box-shadow: 0 6px 14px rgba(85, 108, 208, 0.4) !important;
    transform: translateY(-3px);
}

/* Panel hidden initially */
/*.sub-info-panel {*/
/*  position: fixed;*/
/*  top: 261px;*/
/*  right: 0;*/
/*  max-width: 350px;*/
/*  width: 350px;*/
/*  padding: 20px;*/
/*  border: 1px solid #000;*/
/*  border-radius: 0 0 0 12px;*/
/*  background-color: var(--main-color);*/
/*  box-shadow: 0px -2px 5px -2px #ccc, -2px 0 5px -2px #ccc, 2px 0 5px -2px #ccc;*/
/*  opacity: 0;*/
/*  transform: translateX(100%);*/
/*  pointer-events: none;*/
/*  transition: all 0.5s ease;*/
/*  z-index: 1000;*/
/*}*/

/* Active state */
/*.full-sub-info.active .sub-info-panel {*/
/*  opacity: 1;*/
/*  transform: translateX(0);*/
/*  pointer-events: auto;*/
/*}*/

/* Tab above panel when active */
/*.full-sub-info.active #toggle-sub-info {*/
/*  writing-mode: horizontal-tb;*/
/*  transform: rotate(0deg);*/
/*  border-radius: 12px 12px 0 0;*/
/*  top: 214px;*/
/*  right: 204px;*/
/*}*/

.full-add-info-add.active ~ .full-sub-info .info-tab,
.full-sub-info.active ~ .full-add-info-add .info-tab {
  display: none;
}

.sub-info h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}

.sub-info hr {
    border: none;
    height: 1px;
    background: #ccc;
    margin: 10px 0 20px 0;
}

.sub-info-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sub-info-flex {
    display: flex;
    flex-direction: column;
    gap: 4px;
    background-color: #f9f9f9;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #eee;
}

.sub-info-flex h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: #444;
}

.sub-info-flex p {
    margin: 0;
    font-size: 14px;
    color: #666;
    max-height: 25px;
    overflow: overlay;
}

/*.chat-badge {*/
/*    background: red;*/
/*    color: white;*/
/*    font-weight: bold;*/
/*    border-radius: 50%;*/
/*    padding: 4px 10px;*/
/*    font-size: 12px;*/
/*    position: absolute;*/
/*    top: -30px;*/
/*    right: -30px;*/
/*    z-index: 10;*/
/*}*/

.additional-info-display {
  display: none;
}

.additional{
    margin: 0px;
    padding: 0;
    font-weight: 700;
}

.additional hr{
    margin-top: 0;
    margin-bottom: 0.5em;
}

.btn-info {
  pointer-events: auto;
  gap:10px;
}

.add_info {
  pointer-events: auto;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.add_info.rotated {
  transform: rotate(45deg);
}

a .btn-info, a .add_info {
  pointer-events: auto;
}

a {
  pointer-events: auto;
}

a.disable-click {
  pointer-events: none; /* disables link temporarily */
}

.chat-badge {
    background: #e74c3c;
    color: white !important;
    font-weight: 700;
    border-radius: 100%;
    padding: 10px 8px;
    font-size: 13px;
    position: absolute;
    bottom: -10px;
    right: -15px;
    z-index: 20;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
    text-align: center;
    line-height: 1;
    transform: rotate(90deg);
}

.everything-dash .chat-badge {
    transform: unset;
    padding: 8px 10px;
    top: -40px;
    right: -40px;
    bottom: unset;
}

.entries-ul li {
    position: relative;
}

.pagination-wrapper{
    width:fit-content;
    margin:auto;
    font-size: 20px;
}

.entry-links{
    color:cyan;
    text-decoration: underline;
}

.entry-links:hover{
    opacity: 0.8;
}

.site-main{
    position:relative;
}

.entry-title.status-complete {
    color: #28a745; 
}

.entry-title.status-waiting {
    color: #e69500;
}

.entry-title.status-frozen {
    color: #00BFFF;
}

.entry-title.status-not_possible {
    color: #dc3545;
}

.entry-title.status-none {
    color: #6c757d;
}

.full_check_status{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    gap: 25px;
}

/*.status_labels{*/
/*    display: flex;*/
/*    gap: 15px;*/
/*}*/

/*.status_labels label:focus{*/
/*    color: #5b9bd5 !important;*/
/*}*/

.status_labels {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
}

.status_labels label {
    display: flex;
    /*align-items: center;*/
    padding: 8px 12px;
    /*border: 2px solid #ccc;*/
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.2s ease;
    /*background-color: #f9f9f9;*/
    /*color: var(--main-color);*/
    font-weight: 600;
    align-items: center;
    gap: 10px;
}

.tooltip>svg{
    width: 22px;
    pointer-events: auto;
}

.tooltip {
    position: relative;
    display: flex;
    cursor: pointer;
    align-items: center;
}

.tooltip .tooltip-text {
  visibility: hidden;
  background: #333;
  color: #fff;
  font-size: 12px;
  padding: 5px 8px;
  border-radius: 4px;
  position: absolute;
  top: 125%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.2s;
}

.tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.status_labels .status-1 input[type="radio"] {
  accent-color: #28a745;
}

.status_labels .status-2 input[type="radio"] {
  accent-color: orange;
}

.status_labels .status-3 input[type="radio"] {
  accent-color: #00BFFF;
}

.status_labels .status-4 input[type="radio"] {
  accent-color: red;
}

.status_labels .status-5 input[type="radio"] {
  accent-color: grey; 
}

.status_labels .status-1:hover {
    background-color: rgba(var(--color-complete-rgb), 0.1) !important;
    color: rgb(var(--color-complete-rgb));
}

.status_labels .status-2:hover {
    background-color: rgba(var(--color-waiting-rgb), 0.1) !important;
    color: rgb(var(--color-waiting-rgb));
}

.status_labels .status-3:hover {
    background-color: rgba(var(--color-frozen-rgb), 0.1) !important;
    color: rgb(var(--color-frozen-rgb));
}

.status_labels .status-4:hover {
    background-color: rgba(var(--color-not-possible-rgb), 0.1) !important;
    color: rgb(var(--color-not-possible-rgb));
}

.status_labels .status-5:hover {
    background-color: rgba(var(--color-default-rgb), 0.1) !important;
    color: rgb(var(--color-default-rgb));
}

.status_labels input[type="radio"]:focus-visible + label {
  outline: 2px solid #5b9bd5;
  outline-offset: 2px;
}

.status_labels label.status-1:has(input[type="radio"]:checked) {
    color: #28a745;
    /*background-color: #e6f4ea;*/
    font-weight: bold;
}

.status_labels label.status-2:has(input[type="radio"]:checked) {
    color: orange;
    /*background-color: #ffe6cc;*/
    font-weight: bold;
}

.status_labels label.status-3:has(input[type="radio"]:checked) {
    color: #00BFFF;
    /*background-color: #ccefff;*/
    font-weight: bold;
}

.status_labels label.status-4:has(input[type="radio"]:checked) {
    color: red;
    /*background-color: #ffcccc;*/
    font-weight: bold;
}

.status_labels label.status-5:has(input[type="radio"]:checked) {
    color: grey;
    /*background-color: #e6e6e6;*/
    font-weight: bold;
}

.full-entry{
    /*border: 2px solid #000;*/
    /*border-radius: 15px;*/
    /*box-shadow: 0px 0px 5px 1px #ccc;*/
    padding: 0 0 85px 0;
    /*margin: 25px 0 40px;*/
    /*height: 670px;*/
    /*overflow-y: auto;*/
    /*overflow-x: hidden;*/
}

.full-entry::-webkit-scrollbar{
    display: none;
}

.full-entry .entry-title{
    font-size: 36px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 15px;
}

.full-entry hr{
    margin-bottom: 35px;
    margin-top: 0;
}
/* Scrollable wrapper */
.table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-wrapper::-webkit-scrollbar {
    height: 10px;
}

.table-wrapper::-webkit-scrollbar-track {
    background: transparent;
}

.table-wrapper::-webkit-scrollbar-thumb {
    background: #001F52;
    border-radius: 25px;
}

/* Keep current table styling */
.credentials-table {
    width: 100%;
    border-collapse: seperate;
    margin-top: 10px;
    font-size: 15px;
    min-width: 600px;
    border-spacing: 10px;
}

.credentials-table th,
.credentials-table td {
    /*border: 1px solid #ccc;*/
    padding: 8px 12px;
    text-align: center;
    word-break: break-word;
}

.credentials-table th {
    color: black;
    background: transparent;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.credentials-table th > strong {
    font-size: 24px;
    color: white;
}

tr.header-names > th{
    background: #001F52;
    border-radius: 112px;
    color: white;
}

/* Responsive font + padding */
@media (max-width: 1200px) {
    .credentials-table {
        font-size: 14px;
    }
}

@media (max-width: 990px) {
    .credentials-table {
        font-size: 13.5px;
    }
}

@media (max-width: 767px) {
    .credentials-table th,
    .credentials-table td {
        padding: 6px 8px;
        font-size: 13px;
    }
}

@media (max-width: 440px) {
    .credentials-table th,
    .credentials-table td {
        padding: 5px 6px;
        font-size: 12.5px;
    }
}

.status-complete {
  color: green;
  font-weight: bold;
}
.status-waiting {
  color: orange;
  font-weight: bold;
}
.status-frozen {
  color: #00BFFF;
  font-weight: bold;
}
.status-not-possible {
  color: red;
  font-weight: bold;
}
.status-none {
  color: gray;
  font-weight: bold;
}

.status-complete-text{
    margin-inline: auto;
    text-align:center;
    background-color: #00c85157;
    border: 1px solid green;
    border-radius: 15px;
    padding: 15px;
}

.status-reset-text{
    margin-inline: auto;
    text-align:center;
    background-color: #6c757d57;
    border: 1px solid gray;
    border-radius: 15px;
    padding: 15px;
}

.status-waiting-text{
    margin-inline: auto;
    text-align:center;
    background-color: #fc7a0057;
    border: 1px solid orange;
    border-radius: 15px;
    padding: 15px;
}

.status-frozen-text{
    margin-inline: auto;
    text-align:center;
    background-color: #00BFFF57;
    border: 1px solid #00BFFF;
    border-radius: 15px;
    padding: 15px;
}


.status-notPossible-text{
    margin-inline: auto;
    text-align:center;
    background-color: #fc000057;
    border: 1px solid red;
    border-radius: 15px;
    padding: 15px;
}

/*Dashboard entry*/

.filter-container {
  display: flex;
  align-items: center;
  gap: 20px; /* space between button and form */
  margin-right: 135px;
}

/* Flip Button */
.flip-button-wrapper {
  width: 100px;
  height: 40px;
  perspective: 800px;
  cursor: pointer;
}

.flip-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.6s ease;
}

.flip-button-wrapper.flipped .flip-inner {
  transform: rotateY(180deg);
}

.flip-inner span {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: white;
  color: #333;
}

.front{
    background: white !important;
    color: var(--main-color) !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 100% !important;
    letter-spacing: -1.2px !important;
    border: 2px solid #fff !important;
    padding: 3px 10px !important;
    border-radius: 5px !important;     
}

.front:hover{
    background: var(--main-color) !important;
    color: white !important;
}

.flip-inner .front {
  transform: rotateY(0deg);
}

.flip-inner .back {
  transform: rotateY(180deg);
  background-color: #f8d7da;
  color: #e74c3c;
  border-color: #e74c3c;
}

/* Form Reveal */
#filterForm {
  position: absolute;
  top: 75px; /* distance below your SVG icon */
  right: 0;
  background: rgba(0,0,0,0.8);
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  z-index: 999;

  max-height: 0;
  opacity: 0;
  overflow: visible;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* When open */
#filterForm.open {
  max-height: 500px;
  opacity: 1;
  transform: translateY(0);
}

/* Keep your input style */
#filter_responsible {
  padding: 3px;
  width: 100%;
  color: white !important;
  cursor: pointer;
}

#add_info_btn {
  cursor: pointer;
  display: inline-block;
  z-index: 9999;
}

.btn-info{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 2px;
}

/*.entries-filter-form{*/
/*    display: flex;*/
/*    padding: 0 150px;*/
/*    justify-content: flex-end;*/
/*    gap: 15px;*/
/*}*/

.entries-filter-form {
  display: flex;
  padding: 0 150px;
  justify-content: flex-end;
  gap: 15px;

  max-width: 0;         /* hide */
  opacity: 0;
  overflow: hidden;
  transition: max-width 0.5s ease, opacity 0.5s ease, padding 0.5s ease;
  white-space: nowrap;  /* prevent wrapping */
  padding-left: 0;      /* remove horizontal padding when hidden */
  padding-right: 0;
}

.entries-filter-form.open {
  max-width: 1350px;    /* large enough to show content */
  opacity: 1;
  /* padding-left: 50px;   restore padding */
  padding-right: 15px;
  overflow: visible;
}

input[name="search_term"]{
    padding-left: 5px;
    width: 225px;
}

select[name="filter_status"] {
    padding: 0 35px 0 5px;
}

select[name="filter_department"]{
    padding-left: 5px;
}

button[type="submit"] {
    cursor: pointer;
}

.submit_filter{
    background: white !important;
    border-radius: 112px !important;
    border: 1px solid rgba(85, 108, 208, 0.39) !important;
    background: rgba(0, 0, 0, 0.7) !important;
    color: white !important;
    font-weight: 500 !important;
    transition: all 0.5s 
ease !important;
    background-image: linear-gradient(135deg, rgba(85, 108, 208, 0.0), rgba(85, 108, 208, 0.39)) !important;
    background-size: 200% 200% !important;
    background-position: left top !important;
}

.submit_filter:hover{
    color: white !important;
    background: var(--main-color) !important;
}

/*.page-template-dashboard-template-php,*/
/*.page-template-blog-template-php,*/
/*.post-template-default{*/
/*    background: var(--main-color);*/
/*}*/

.no-entries-found{
    color: #c0392b; 
    font-weight: bold;
    background-color: #fcecec;
    border-radius: 6px;
    text-align: center;
    padding: 15px;
    margin: 100px 150px 0;
}

.reset-filters{
    background: white !important;
    border-radius: 112px !important;
    border: 1px solid rgba(85, 108, 208, 0.39) !important;
    background: rgba(0, 0, 0, 0.7) !important;
    color: white !important;
    font-weight: 500 !important;
    transition: all 0.5s 
ease !important;
    background-image: linear-gradient(135deg, rgba(85, 108, 208, 0.0), rgba(85, 108, 208, 0.39)) !important;
    background-size: 200% 200% !important;
    background-position: left top !important;
}

.reset-filters:hover{
    background: var(--main-color) !important;
    color: white !important;
}

.div-back-button-dashboard{
    margin-left: 150px;        
}

.div-back-button{
    position: fixed;
    bottom: 40px;
}

.div-back-button > a{
    display: flex;
    align-items: center;
    justify-content: center;

}

.back-form{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.entries-filter-icon{
    transform: translate(12px, 14px);
}

.dashboard-header {
  display: flex;
  align-items: center;
  justify-content: center; /* center the H1 horizontally */
  position: relative;
  width: 100%;
}

/*.back_dashboard_button{*/
/*    background: white !important;*/
/*    color: var(--main-color) !important;*/
/*    font-size: 24px !important;*/
/*    font-weight: 600 !important;*/
/*    line-height: 100% !important;*/
/*    letter-spacing: -1.2px !important;*/
/*    border: 2px solid #fff !important;*/
/*    padding: 3px 10px;*/
/*    border-radius: 5px;*/
/*}*/

/*.entry-full-name{*/
/*    font-weight: 300;*/
/*}*/

/*.back_dashboard_button:hover{*/
/*    background: var(--main-color) !important;*/
/*    color: white !important;*/
/*}*/

.entries-ul{
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    margin: 0 auto 10px;
    padding: 20px 0 0 0;
    /*overflow: auto;*/
    /*height: 555px;*/
}

.entries-ul::-webkit-scrollbar{
    display:none;
}

ul.entries-ul>a{
    text-align: center;
    border-radius: 20px;
    /*padding: 20px;*/
    /*width: 300px;*/
    background: rgba(255, 255, 255, 0.10);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/*li.entry-complete>a{*/
/*    color: green;*/
/*    font-weight: bold;*/
/*}*/

/*li.entry-default>a{*/
/*    color: gray;*/
/*    font-weight: bold;*/
/*}*/

/*li.entry-waiting>a{*/
/*    color: orange;*/
/*    font-weight: bold;*/
/*}*/

/*li.entry-not-possible>a{*/
/*    color: red;*/
/*    font-weight: bold;*/
/*}*/

.dashboard-entries-title{
    font-weight: 200;
    margin: 0 40% 0 auto;
    text-align: center;
    padding-left: 50px;
    /*text-align: center;*/
    /*font-size: 36px;*/
    /*color: white;*/
    /*border: 1px solid;*/
    /*margin: 0 auto 80px;*/
    /*width: fit-content;*/
    /*padding: 0px 50px;*/
    /*box-shadow: 0px 0px 5px 5px;*/
}



span.entry-complete,
span.entry-waiting,
span.entry-frozen,
span.entry-not-possible,
span.entry-default{
    border:unset;
    box-shadow: unset;
}

/*.id-department{*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    justify-content: space-between;*/
/*    align-items: flex-start;*/
/*}*/

.id-department {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #555;
  opacity: 0.85;
  font-weight: 600;
  flex-direction: column;
}

.id-num{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    font-weight: 300;
}

.id-num span:first-child {
  /*font-weight: 700;*/
  color: #fff;
}

/*.entries-ul>a>li{*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    height: 100%;*/
/*    align-content: space-between;*/
/*    flex-direction: column;*/
/*}*/

.entries-ul > a > li span {
  color: #fff;
}

.entries-ul > a > li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: space-between;
    height: 100%;
    padding: 20px;
    border-radius: 18px;
    /*background-color: #fff;*/
    /*box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);*/
    /*color: #1a1a1a;*/
    /*font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    cursor: pointer;
}

/*.entries-ul > a > li:hover {*/
/*    transform: translateY(-5px);*/
/*    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);*/
/*}*/

/*.additional-info-display{*/
/*    display:flex;*/
/*    flex-direction:column;*/
/*}*/

.additional-info-display.visible {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    /* color: #444; */
    gap: 5px;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.10);
    border-radius: 10px;
    /* margin-top: 10px; */
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.03);
    /* transform: rotate(90deg);*/
}

.additional-info-display span{
    font-weight: 400;
}

/*.which-department{*/
/*    width: 50%;*/
/*    text-align: right;*/
/*}*/

.which-department {
  /*text-align: right;*/
  /*font-style: italic;*/
  color: #fff;
  font-weight: 700;
}

/*.all-info>h2{*/
/*    margin-top: 0;*/
/*}*/

.all-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
  justify-content: space-between;
  height: 100%;
}

.all-info > .post-title > h2 {
      margin: 0;
      font-size: 22px;
      font-weight: 900;
      color: #fff;
      text-align:center;
      /*transition: color 0.3s ease;*/
      /*text-shadow: 0 0 4px rgba(0,0,0,0.07);*/
      /*height: 3em;*/
}

/*.everything-dash{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: space-between;*/
/*    height: 100%;*/
/*}*/

.everything-dash {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  gap: 20px;
}

/*.info-title{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: space-between;*/
/*    gap: 25px;*/
/*}*/

.info-title {
  display: flex;
  flex-direction: column;
  gap: 22px;
  /*margin-bottom: 18px;*/
  /*min-height: 110px;*/
}

/*.entry-info{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/

.entry-info {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  /*gap: 6px;*/
  color: #fff;
  font-weight: 500;
}

.entry-sub-day{
    margin-top: 10px;
    color:gray !important;
}


/*.all-info{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*}*/

/*.status-inside{*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    justify-content: center;*/
/*    gap: 5px;*/
/*}*/

.status-inside {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
  font-weight: 700;
  font-size: 15px;
  /*margin-top: 20px;*/
  color: #222;
  /*height: 100%;*/
  user-select: none;
}

.status-inside .status-in span:last-child {
  /*padding: 3px 12px;*/
  /*border-radius: 14px;*/
  font-size: 14px;
  /*box-shadow: 0 0 10px rgba(0,0,0,0.07);*/
  text-transform: capitalize;
  /*transition: background-color 0.5s ease;*/
  transition: color 0.5s ease;
}


/*.entry-complete {*/
/*    box-shadow: 0px 0px 5px 1px green;*/
/*    border: 3px solid green;*/
/*    color: green;*/
/*    font-weight: bold;*/
/*}*/

/*.entry-waiting {*/
/*    box-shadow: 0px 0px 5px 1px orange;*/
/*    border: 3px solid orange;*/
/*    color: orange;*/
/*    font-weight: bold;*/
/*}*/

/*.entry-frozen {*/
/*    box-shadow: 0px 0px 5px 1px #00BFFF;*/
/*    border: 3px solid #00BFFF;*/
/*    color: #00BFFF;*/
/*    font-weight: bold;*/
/*}*/

/*.entry-not-possible {*/
/*    box-shadow: 0px 0px 5px 1px red;*/
/*    border: 3px solid red;*/
/*    color: red;*/
/*    font-weight: bold;*/
/*}*/

/*.entry-default {*/
/*    box-shadow: 0px 0px 5px 1px grey;*/
/*    border: 3px solid grey;*/
/*    color: grey;*/
/*    font-weight: bold;*/
/*}*/

/* =============================== */
/* Status colors & styles */
/* Background tint + border-left + title color + status pill bg */

.entry-complete {
  /*background-color: var(--bg-complete);*/
  border: 2px solid var(--color-complete);
  color: var(--color-complete);
}

/*.entry-complete .all-info > .post-title > h2 {*/
/*  color: var(--color-complete);*/
/*  text-shadow: 0 0 6px rgba(46, 125, 50, 0.5);*/
/*}*/

.entry-complete .status-inside .status-in span:last-child {
  /*  background-color: #2ecc7140; translucent green */
  color: var(--color-complete);
}

.entry-waiting {
  /*background-color: var(--bg-waiting);*/
  border: 2px solid var(--color-waiting);
  color: var(--color-waiting);
}

/*.entry-waiting .all-info > .post-title > h2 {*/
/*  color: var(--color-waiting);*/
/*  text-shadow: 0 0 6px rgba(243, 156, 18, 0.5);*/
/*}*/

.entry-waiting .status-inside .status-in span:last-child {
  /*background-color: #f39c1240;*/
  color: var(--color-waiting);
}

.entry-frozen {
  /*background-color: var(--bg-frozen);*/
  border: 2px solid var(--color-frozen);
  color: var(--color-frozen);
}

/*.entry-frozen .all-info > .post-title > h2 {*/
/*  color: var(--color-frozen);*/
/*  text-shadow: 0 0 6px rgba(0, 191, 255, 0.5);*/
/*}*/

.entry-frozen .status-inside .status-in span:last-child {
  /*background-color: #00bfff40;*/
  color: var(--color-frozen);
}

.entry-not-possible {
  /*background-color: var(--bg-not-possible);*/
  border: 2px solid var(--color-not-possible);
  color: var(--color-not-possible);
}

/*.entry-not-possible .all-info > .post-title > h2 {*/
/*  color: var(--color-not-possible);*/
/*  text-shadow: 0 0 6px rgba(231, 76, 60, 0.5);*/
/*}*/

.entry-not-possible .status-inside .status-in span:last-child {
  /*background-color: #e74c3c40;*/
  color: var(--color-not-possible);
}

.entry-default {
  /*background-color: var(--bg-default);*/
  border: 2px solid var(--color-default);
  color: var(--color-default);
}

/*.entry-default .all-info > .post-title > h2 {*/
/*  color: var(--color-default);*/
/*  text-shadow: 0 0 6px rgba(153, 153, 153, 0.5);*/
/*}*/

.entry-default .status-inside .status-in span:last-child {
  /*background-color: #99999940;*/
  color: var(--color-default);
}

/* =============================== */
/* Remove box-shadow on hover states */

a.entry-complete:hover {
    box-shadow: 0 6px 14px rgba(var(--color-complete-rgb), var(--panel-opacity)) !important;
    transform: translateY(-5px) !important;
}

a.entry-waiting:hover {
    box-shadow: 0 6px 14px rgba(var(--color-waiting-rgb), var(--panel-opacity)) !important;
    transform: translateY(-5px) !important;
}

a.entry-frozen:hover {
    box-shadow: 0 6px 14px rgba(var(--color-frozen-rgb), var(--panel-opacity)) !important;
    transform: translateY(-5px) !important;
}

a.entry-not-possible:hover {
    box-shadow: 0 6px 14px rgba(var(--color-not-possible-rgb), var(--panel-opacity)) !important;
    transform: translateY(-5px) !important;
}

a.entry-default:hover {
    box-shadow: 0 6px 14px rgba(var(--color-default-rgb), var(--panel-opacity)) !important;
    transform: translateY(-5px) !important;
}

/* Entry Template */

.entries-template-default{
    background-color: var(--main-color);
    color: var(--text-color);
}

/*Thank you Page*/


.page-id-755 .is-style-fill{
    font-size: 24px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -1.2px;
    border: 2px solid #fff;
    border-radius: 3px;
}

.page-id-755 .is-style-fill>a{
    background: white;
    color: var(--main-color);
}

.page-id-755 .is-style-fill:hover>a{
    background: var(--main-color);
    color: white;
}

.page-id-755 .thanks-text{
    background: #e0ffc7;
    border: 1px solid #b4d39b;
    box-sizing: border-box;
    color: #333333;
    margin: 0 auto 24px;
    padding: 15px;
    overflow-wrap: break-word;
}

.page-id-1605, .page-id-1658{
    background-color: var(--main-color);
}

/* images */
div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-item img{
    border-radius: 45px !important;
}
/* Select */
.select2-container--default.select2-selection--single.select2-selection__arrow{
    display: none !important;
}

/*.select2-container .select2-selection--single .select2-selection__rendered {*/
/*    padding-left: 22px !important;*/
/*}*/

/*.select2-container--default .select2-selection--single .select2-selection__rendered{*/
/*    line-height: 40px !important;*/
/*    color: white !important;*/
/*}*/

/*.select2-selection.select2-selection--single{*/
/*    background: var(--main-color) !important;*/
/*    border-bottom: 3px solid #fff !important;*/
/*    border-left: 6px solid #fff !important;*/
/*    border-radius: 100px !important;*/
/*    border-top: none !important;*/
/*    border-right: none !important;*/
/*    color: white !important;*/
/*    height: 43px !important;*/
/*}*/

.select2-container--default .select2-search--dropdown .select2-search__field{
    background: white !important;
    color: var(--main-color) !important;
}

/*.select2-container--open .select2-dropdown--below {*/
/*    background: var(--main-color) !important;*/
/*    border-bottom: 3px solid #fff !important;*/
/*    border-left: 6px solid #fff !important;*/
/*    border-radius: 25px !important;*/
/*    border-top: none !important;*/
/*    border-right: none !important;*/
/*    color: white !important;*/
/*    padding: 7px !important;*/
/*}*/

.select2-container--open .select2-dropdown--above{
    background: var(--main-color) !important;
    border-bottom: 3px solid #fff !important;
    border-left: 6px solid #fff !important;
    border-radius: 25px !important;
    border-top: none !important;
    border-right: none !important;
    color: white !important;
    padding: 7px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none !important;
}

/*.select2-dropdown .select2-dropdown--below{*/
    
/*}*/

/* Test */
.wpforms-entry-preview-column.wpforms-entry-preview-column-100{
    display: flex;
}

.wpforms-entry-preview-column.wpforms-entry-preview-column-100 {
    border: 0 !important;
}

.wpforms-field-label::before{
    display: none !important;
}

.wpforms-field-repeater-block-title::before{
    display: none !important;
}

button.wpforms-field-repeater-button-add{
    background: white !important;
}

button.wpforms-field-repeater-button-remove{
    background: white !important;
}

.wpforms-field-repeater-block-title{
    color: white !important;
}

h3.wpforms-field-label{
    padding: 0 !important;
}

div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-repeater .wpforms-field-repeater-display-blocks-buttons button{
    opacity: 1 !important;
}

/*select, option {*/
/*    background: var(--main-color) !important;*/
/*    border-bottom: 3px solid #fff !important;*/
/*    border-left: 6px solid #fff !important;*/
/*    border-radius: 100px !important;*/
/*    border-top: none !important;*/
/*    border-right: none !important;*/
/*    color: white !important;*/
/*    font-size: 16px !important;*/
/*    cursor: pointer !important;*/
/*}*/



.heading{
    font-size: 20px !important;
    line-height: 19px !important;
    font-weight: 200 !important;
    padding-bottom: 15px !important;
}

.heading-span{
    color: white;
    font-size: 26px !important;
}

.heading-text{
    font-size: 14px !important;
    line-height: 17px !important;
    margin: 5px 0 0 0 !important;
}

#wpforms-579-field_121-container{
    display: none !important;
}

#wpforms-373-field_121-container{
    display: none !important;
}


/*General*/
a,
a span {
    color: white;
    text-decoration: none;
}

/*body {*/
/*    margin: 0;*/
/*}*/

.dz-size{
    color: white !important;
}

.dz-filename{
    color: white !important;
}

.show-field{
    display: none !important;
}

div.wpforms-container div.wpforms-uploader .dz-preview .dz-remove:before{
    background-color: white !important;
}

.wpforms-container .wpforms-page-indicator.connector .wpforms-page-indicator-page-title.all-spans {
  font-size: 18px !important;
}

.numInputWrapper > input{
    border-left: none !important;
    border-radius: 7px !important;
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after{
    border-top-color: white !important;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: white !important;
}

.wpforms-page-2 {
    position: relative !important;
}

#wpforms-373-field_135-container {
    position: absolute !important;
    top: 33px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    display: inline-block !important;
    width: auto !important;
    z-index: 100 !important;
}

#wpforms-373-field_135-container::before {
    content: '';
    position: absolute;
    left: 0; /* adjust as needed */
    top: 50%;
    transform: translateY(-50%);
    width: 10px; 
    height: 10px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><path d="M7.86043 7.19243C8.46625 7.79305 9.08344 8.41279 9.7044 9.02106C9.96566 9.27737 10.155 9.55282 9.82178 9.86269C9.5113 10.1534 9.26139 9.92772 9.03042 9.69054C8.4246 9.06696 7.81121 8.44721 7.22053 7.84277C4.39211 9.25441 2.20358 8.91012 0.783686 6.8749C-0.446888 5.10748 -0.208346 2.7509 1.35922 1.22449C2.91163 -0.28662 5.35006 -0.412856 7.0918 0.922277C8.98877 2.37983 9.26897 4.57955 7.86043 7.19243ZM4.40725 0.956694C2.46863 0.956694 0.954074 2.45633 0.950288 4.38061C0.946501 6.30106 2.45727 7.80835 4.39589 7.81218C6.33074 7.816 7.85286 6.30872 7.85286 4.39209C7.85286 2.47547 6.32695 0.956694 4.40725 0.956694Z" fill="%23A4A4A4"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

#wpforms-373-field_135-container:focus-within::before {
    filter: brightness(1.5);
    transition: filter 0.3s ease !important;
}

#wpforms-373-field_135{
    padding-left: 20px !important;
    height: 30px !important;
}

.email {
    display: none !important;
}

/* hide fields */
/*#wpforms-373-field_7-container > div.wpforms-entry-preview-wrapper > div > div:nth-child(7) {*/
/*    display: none !important;*/
/*}*/

/*#wpforms-579-field_7-container > div.wpforms-entry-preview-wrapper > div > div:nth-child(7) {*/
/*    display: none !important;*/
/*}*/

/*#wpforms-373-field_7-container > div.wpforms-entry-preview-wrapper > div > div:nth-child(3){*/
/*    display: none !important;*/
/*}*/

/*#wpforms-579-field_7-container > div.wpforms-entry-preview-wrapper > div > div:nth-child(3){*/
/*    display: none !important;*/
/*}*/

/*#wpforms-373-field_7-container > div.wpforms-entry-preview-wrapper > div > div:nth-child(4){*/
/*    display: none !important;*/
/*}*/

/*#wpforms-579-field_7-container > div.wpforms-entry-preview-wrapper > div > div:nth-child(4){*/
/*    display: none !important;*/
/*}*/


/*#wpforms-373-field_7-container > div.wpforms-entry-preview-wrapper > div > div:nth-child(3) > div > div > div:nth-child(2) {*/
/*    display: none !important;*/
/*}*/

/*#wpforms-579-field_7-container > div.wpforms-entry-preview-wrapper > div > div:nth-child(3) > div > div > div:nth-child(2) {*/
/*    display: none !important;*/
/*}*/

/*#wpforms-373-field_7-container > div.wpforms-entry-preview-wrapper > div > div:nth-child(5) > div > div > div:nth-child(2) {*/
/*    display: none !important;*/
/*}*/

/*#wpforms-579-field_7-container > div.wpforms-entry-preview-wrapper > div > div:nth-child(5) > div > div > div:nth-child(2) {*/
/*    display: none !important;*/
/*}*/

/*****/

#wpforms-69-field_2{
    position: relative !important;
}

#wpforms-69-field_2-container{
    position: relative !important;
}

#wpforms-224-field_4-container{
    position: relative !important;
}

#wpforms-224-field_4{
    position: relative !important;
}

.eye-icon {
  position: absolute !important;
  right: 10px !important;
  top: 50% !important;
  cursor: pointer !important;
  font-size: 20px !important;
  z-index: 20 !important;
}

/*END of General*/

/*Header*/

.mine-container{
    padding: 0 250px;    
}

.site-header {
    padding-top: 30px;
    padding-bottom: 30px;
}

/*.site-branding img {*/
/*    width: 60%;*/
/*}*/

.site-branding{
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.all-others{
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
}

.logout {
    display: inline-flex;
    flex-direction: column;
    vertical-align: top;
    align-items: center;
    background: white;
    padding: 5px;
    border-radius: 5px;
    border: 2px solid white;
}

.logout>svg{
    width: 30px;
    height: 30px;
}

/*.logout::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    border: 2px solid #fff;*/
/*    bottom: -7px;*/
/*    left: -18px;*/
/*    width: 70px;*/
/*    height: 70px;*/
/*    border-radius: 3px;*/
/*    background: #fff;*/
/*    z-index: -1;*/
/*    transition: background 0.3s ease-in-out; */
/*}*/

.logout:hover{ 
    background: var(--main-color) !important;
}

.logout>span{
    color: var(--main-color);
    font-weight: bold;
}

.logout:hover span{
    color: #fff;
}

.logout:hover path{
    stroke: #fff;
}

.burger-menu-header button {
    /*display: none;*/
    font-size: 24px;
    background: none;
    border: 2px solid white;
    cursor: pointer;
    padding: 5px;
    color: white;
}

.burger-menu-header button:hover {
    color: var(--main-color);
    background: white;
}

.burger-toggle span {
  display: block;
  height: 3px;
  width: 100%;
  background: #2C2F73;
  border-radius: 2px;
}

.main-navigation-header {
    display: none;
    position: relative;
}

.main-navigation-header.show {
  display: block;
}

.main-menu{
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: white;
    padding: 10px;
    border-radius: 10px;
    margin-top: 5px;
    position: absolute;
    z-index: 1;
    margin: 5px -36%;
    border: 1px solid var(--main-color);
}

.main-menu>li>a {
    color: var(--main-color) !important;
    font-size: 18px;
}

/*END of Header*/

/*Support Form*/
.wp-block-table td, .wp-block-table th {
    border: none;
}

.wp-block-table {
    overflow-x: unset;
}

.wpforms-entry-preview-value img {
    display: none;
}

.wpforms-container .wpforms-page-indicator.circles {
    justify-content: center;
    border-bottom: solid 2px white!important;
    border-top: none!important;
    gap: 30px;
}

.wpforms-container .wpforms-page-indicator.connector{
    justify-content: center !important;
}

.wpforms-container .wpforms-page-indicator.connector .wpforms-page-indicator-page-number {
    height: 3px;
    background-color: rgb(255 255 255);
    opacity: 1!important;
}

.wpforms-container .wpforms-page-indicator.connector .wpforms-page-indicator-page-triangle {
    width: 13px;
    height: 13px;
    margin-left: -5px;
    border-style: solid;
    border-width: 0;
    background: white;
    border-radius: 50%;
    margin-top: -8px;
}

.wpforms-container .wpforms-page-indicator.connector .wpforms-page-indicator-page {
    display: flex;
    flex-direction: column-reverse;
    gap: 15px;
}

.wpforms-pagebreak-left {
    position: relative !important;
}
.wpforms-pagebreak-left .wpforms-page-prev {
    position: absolute !important;
    left: 0 !important;
}

.wpforms-page-2 .wpforms-pagebreak-left .wpforms-page-next,
.wpforms-page-3 .wpforms-pagebreak-left .wpforms-page-next {
    position: absolute !important;
    right: 0 !important;
}

#wpforms-373-field_101-container .wpforms-field-label {
    margin-bottom: 30px !important;
}

/*#wpforms-6-field_1-container.align-right-button button, button.wpforms-page-button.wpforms-page-prev, button.wpforms-page-button.wpforms-page-next {*/
    /*background: white !important;*/
    /*color: var(--main-color) !important;*/
    /*font-size: 24px !important;*/
    /*font-weight: 600 !important;*/
    /*line-height: 100% !important;*/
    /*letter-spacing: -1.2px !important;*/
    /*border: 2px solid #fff !important;*/
/*    border-radius: 112px !important;*/
/*    border: 1px solid rgba(85, 108, 208, 0.39) !important;*/
/*    background: rgba(0, 0, 0, 0.45) !important;*/
/*    width: 159px !important;*/
/*    height: 58px !important;*/
/*    flex-shrink: 0 !important;*/
/*    aspect-ratio: 159 / 58 !important;*/
/*}*/

div.wpforms-container-full .wpforms-form .wpforms-pagebreak-left{
    text-align: center !important;
}

div.wpforms-container-full .wpforms-form .wpforms-pagebreak-left .wpforms-page-button{
    margin: 0 !important;
}

/*#wpforms-6-field_1-container.align-right-button button:hover, button.wpforms-page-button.wpforms-page-prev:hover, button.wpforms-page-button.wpforms-page-next:hover {*/
/*    background: var(--main-color) !important;*/
/*    color: white !important;*/
/*}*/

/* Default button styles */
#wpforms-6-field_1-container.align-right-button button,
button.wpforms-page-button.wpforms-page-prev,
button.wpforms-page-button.wpforms-page-next,
.google-btn, button#wpforms-submit-69,button#wpforms-submit-224,
#wpforms-329-field_3>a,button#wpforms-submit-329,.status_submit,
.back_dashboard_button,.form-button-info{
    border-radius: 112px !important;
    border: 1px solid rgba(85, 108, 208, 0.39) !important;
    background: rgba(0, 0, 0, 0.45) !important;
    width: 159px !important;
    height: 58px !important;
    flex-shrink: 0 !important;
    aspect-ratio: 159 / 58 !important;
    color: white !important;
    font-weight: 500 !important;
    transition: all 0.5s ease !important;
    background-image: linear-gradient(135deg, rgba(85, 108, 208, 0.0), rgba(85, 108, 208, 0.39)) !important;
    background-size: 200% 200% !important;
    background-position: left top !important;
}


/* Hover effect – slide gradient from left to right */
#wpforms-6-field_1-container.align-right-button button:hover,
button.wpforms-page-button.wpforms-page-prev:hover,
button.wpforms-page-button.wpforms-page-next:hover,
.google-btn:hover,
button#wpforms-submit-69:hover,
button#wpforms-submit-224:hover,
#wpforms-329-field_3>a:hover,
button#wpforms-submit-329:hover,
.status_submit:hover,
.back_dashboard_button:hover,
.form-button-info:hover{
    background-position: right bottom !important;
    box-shadow: 0 6px 14px rgba(85, 108, 208, 0.4) !important;
    transform: translateY(-3px)!important;
}

#wpforms-329-field_3>a{
    display: flex;
    align-items: center;
    justify-content: center;
}

#filterToggleBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

#filterToggleBtn svg:first-child {
  border-radius: 50%;
  transition: all 0.5s 
ease !important;
}


#filterToggleBtn:hover svg:first-child {
    box-shadow: 0 6px 14px rgba(85, 108, 208, 0.4) !important;
    transform: translateY(-3px);
}

.entry-content{
    margin: 0;
}

.wpforms-entry-preview-notice, .wpforms-entry-preview-updating-message, div.wpforms-container-full .wpforms-entry-preview-notice, div.wpforms-container-full .wpforms-entry-preview-updating-message, div.wpforms-container-full .wpforms-form .wpforms-entry-preview-notice, div.wpforms-container-full .wpforms-form .wpforms-entry-preview-updating-message{
        border: 1px solid #00C2FF !important;
        /*border-radius: 10px !important;*/
        text-align: center !important;
}

.wpforms-entry-preview-rows{
    border: none !important;
}

.wpforms-entry-preview .wpforms-entry-preview-rows .wpforms-entry-preview-row, div.wpforms-container-full .wpforms-entry-preview .wpforms-entry-preview-rows .wpforms-entry-preview-row, div.wpforms-container-full .wpforms-form .wpforms-entry-preview .wpforms-entry-preview-rows .wpforms-entry-preview-row{
    flex-direction: column !important;
}

.wpforms-entry-preview-column.wpforms-entry-preview-column-50 {
    display: flex !important;
    border: none !important;
    width: 100% !important;
    flex-wrap: wrap !important;
}

/*Test*/
#wpforms-579-field_7-container > div.wpforms-entry-preview-wrapper > div > div:nth-child(11) > div > div > div:nth-child(1) {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#wpforms-579-field_7-container > div.wpforms-entry-preview-wrapper > div > div:nth-child(11) > div > div > div:nth-child(2){
    display: grid;
    grid-template-columns: 1fr 1fr;
}

/*#wpforms-579-field_7-container > div.wpforms-entry-preview-wrapper > div > div:nth-child(11) > div > div > div:nth-child(1) > div:nth-child(1),*/
/*#wpforms-579-field_7-container > div.wpforms-entry-preview-wrapper > div > div:nth-child(11) > div > div > div:nth-child(1) > div:nth-child(3),*/
/*#wpforms-579-field_7-container > div.wpforms-entry-preview-wrapper > div > div:nth-child(11) > div > div > div:nth-child(1) > div:nth-child(5),*/
/*#wpforms-579-field_7-container > div.wpforms-entry-preview-wrapper > div > div:nth-child(11) > div > div > div:nth-child(2) > div:nth-child(1),*/
/*#wpforms-579-field_7-container > div.wpforms-entry-preview-wrapper > div > div:nth-child(11) > div > div > div:nth-child(2) > div:nth-child(3),*/
/*#wpforms-579-field_7-container > div.wpforms-entry-preview-wrapper > div > div:nth-child(11) > div > div > div:nth-child(2) > div:nth-child(5){*/
/*    width: 100% !important;*/
/*}*/

/*#wpforms-579-field_7-container > div.wpforms-entry-preview-wrapper > div > div:nth-child(11) > div > div > div:nth-child(1) > div:nth-child(2),*/
/*#wpforms-579-field_7-container > div.wpforms-entry-preview-wrapper > div > div:nth-child(11) > div > div > div:nth-child(1) > div:nth-child(4),*/
/*#wpforms-579-field_7-container > div.wpforms-entry-preview-wrapper > div > div:nth-child(11) > div > div > div:nth-child(1) > div:nth-child(6),*/
/*#wpforms-579-field_7-container > div.wpforms-entry-preview-wrapper > div > div:nth-child(11) > div > div > div:nth-child(2) > div:nth-child(2),*/
/*#wpforms-579-field_7-container > div.wpforms-entry-preview-wrapper > div > div:nth-child(11) > div > div > div:nth-child(2) > div:nth-child(4),*/
/*#wpforms-579-field_7-container > div.wpforms-entry-preview-wrapper > div > div:nth-child(11) > div > div > div:nth-child(2) > div:nth-child(6){*/
/*    width: 100% !important;*/
/*}*/

/*****/


/***radios fields****/

#wpforms-373-field_7-container > div.wpforms-entry-preview-wrapper > div > div:nth-child(11) > div > div > div:nth-child(1){
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#wpforms-373-field_7-container > div.wpforms-entry-preview-wrapper > div > div:nth-child(11) > div > div > div:nth-child(2){
    display: grid;
    grid-template-columns: 1fr 1fr;
}

/*#wpforms-373-field_7-container > div.wpforms-entry-preview-wrapper > div > div:nth-child(3){*/
/*    display: none !important;*/
/*}*/

/*#wpforms-373-field_7-container > div.wpforms-entry-preview-wrapper > div > div:nth-child(4){*/
/*    display: none !important;*/
/*}*/

/*#wpforms-373-field_7-container > div.wpforms-entry-preview-wrapper > div > div:nth-child(11) > div > div > div:nth-child(1) > div:nth-child(1),*/
/*#wpforms-373-field_7-container > div.wpforms-entry-preview-wrapper > div > div:nth-child(11) > div > div > div:nth-child(1) > div:nth-child(3),*/
/*#wpforms-373-field_7-container > div.wpforms-entry-preview-wrapper > div > div:nth-child(11) > div > div > div:nth-child(1) > div:nth-child(5),*/
/*#wpforms-373-field_7-container > div.wpforms-entry-preview-wrapper > div > div:nth-child(11) > div > div > div:nth-child(2) > div:nth-child(1),*/
/*#wpforms-373-field_7-container > div.wpforms-entry-preview-wrapper > div > div:nth-child(11) > div > div > div:nth-child(2) > div:nth-child(3),*/
/*#wpforms-373-field_7-container > div.wpforms-entry-preview-wrapper > div > div:nth-child(11) > div > div > div:nth-child(2) > div:nth-child(5){*/
/*    width: 100% !important;*/
/*}*/

/*#wpforms-373-field_7-container > div.wpforms-entry-preview-wrapper > div > div:nth-child(11) > div > div > div:nth-child(1) > div:nth-child(2),*/
/*#wpforms-373-field_7-container > div.wpforms-entry-preview-wrapper > div > div:nth-child(11) > div > div > div:nth-child(1) > div:nth-child(4),*/
/*#wpforms-373-field_7-container > div.wpforms-entry-preview-wrapper > div > div:nth-child(11) > div > div > div:nth-child(1) > div:nth-child(6),*/
/*#wpforms-373-field_7-container > div.wpforms-entry-preview-wrapper > div > div:nth-child(11) > div > div > div:nth-child(2) > div:nth-child(2),*/
/*#wpforms-373-field_7-container > div.wpforms-entry-preview-wrapper > div > div:nth-child(11) > div > div > div:nth-child(2) > div:nth-child(4),*/
/*#wpforms-373-field_7-container > div.wpforms-entry-preview-wrapper > div > div:nth-child(11) > div > div > div:nth-child(2) > div:nth-child(6){*/
/*    width: 100% !important;*/
/*}*/

/*******/

div#wpforms-6-field_7-container{
    overflow: hidden !important;
}

.dots-left{
    position: fixed !important;
    left: 0 !important;
    bottom: 28% !important;
    margin: auto !important;
    z-index: -1 !important;
    opacity: 0.3 !important;
}

.dots-right{
    position: fixed !important;
    right: 0 !important;
    bottom: 28% !important;
    margin: auto !important;
    z-index: -1 !important;
    opacity: 0.3 !important;
}

/*.wp-block-table td{*/
/*    position:relative !important;*/
/*}*/

.wpforms-submit-container{
    position: absolute !important;
    right: -7px !important;
    bottom: 35px !important;
    /*margin: .5em !important;*/
}

.page-template-support-template {
    background-color: var(--main-color);
    color: var(--text-color);
}

.form-locked-message{
    color: white !important;
}

button#wpforms-submit-373,
#wpforms-6-field_1-container.align-right-button button,
button.wpforms-page-button.wpforms-page-prev,
button.wpforms-page-button.wpforms-page-next {
    border-radius: 112px !important;
    border: 1px solid rgba(85, 108, 208, 0.39) !important;
    background: rgba(0, 0, 0, 0.45) !important;
    width: 159px !important;
    height: 58px !important;
    flex-shrink: 0 !important;
    aspect-ratio: 159 / 58 !important;
    color: white !important;
    font-weight: 500 !important;
    transition: all 0.5s ease !important;
    background-image: linear-gradient(135deg, rgba(85, 108, 208, 0.0), rgba(85, 108, 208, 0.39)) !important;
    background-size: 200% 200% !important;
    background-position: left top !important;
}


/* Hover effect – slide gradient from left to right */
button#wpforms-submit-373:hover,
#wpforms-6-field_1-container.align-right-button button:hover,
button.wpforms-page-button.wpforms-page-prev:hover,
button.wpforms-page-button.wpforms-page-next:hover {
    background-position: right bottom !important;
    box-shadow: 0 6px 14px rgba(85, 108, 208, 0.4) !important;
    transform: translateY(-3px)!important;
}

/*button#wpforms-submit-6,*/
/*button#wpforms-submit-373{*/
/*    background: white !important;*/
/*    color: var(--main-color) !important;*/
/*    font-size: 24px !important;*/
/*    font-weight: 600 !important;*/
/*    line-height: 100% !important;*/
/*    letter-spacing: -1.2px !important;*/
/*    border: 2px solid #fff !important;*/
/*}*/

/*button#wpforms-submit-224{*/
/*    background: white !important;*/
/*    color: var(--main-color) !important;*/
/*    font-size: 24px !important;*/
/*    font-weight: 600 !important;*/
/*    line-height: 100% !important;*/
/*    letter-spacing: -1.2px !important;*/
/*    border: 2px solid #fff !important;*/
/*}*/

/*button#wpforms-submit-224:hover {*/
/*    background: var(--main-color)  !important;*/
/*    color: white !important;*/
/*}*/

/*.wpforms-submit-container>button#wpforms-submit-224{*/
/*    top:40px !important;*/
/*}*/

.wpforms-entry-preview-row {
    border: 0 !important;
}

.select2-container--open .select2-dropdown--below{
    background: linear-gradient(107deg, #080E1D 42.15%, #131B36 78.03%) !important;
}

option{
    background-color: #0E0F15;
    color: white !important;   
}

option:hover{
    background: white !important;
    color: var(--main-color) !important;
}

input:not([type="radio"]), textarea, #wpforms-373-field_171,div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner,
div.wpforms-container-full .wpforms-field-file-upload .wpforms-uploader,
.select2-selection.select2-selection--single, select{
    color: #A4A4A4 !important;
    background-color: transparent !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
    padding: 0 !important;
    /*height: 30px !important;*/
    border: none !important;
    border-bottom: 1px solid #A4A4A4 !important;
    outline: none !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
}

input:not([type="radio"])::placeholder,
textarea::placeholder,
#wpforms-373-field_171::placeholder,
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner::placeholder,
div.wpforms-container-full .wpforms-field-file-upload .wpforms-uploader::placeholder,
.select2-selection.select2-selection--single::placeholder,
select::placeholder{
    color: #fff !important;
}

/* Focus effect: light up bottom border */
input:not([type="radio"]):focus,
textarea:focus,
#wpforms-373-field_171:focus,
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner:focus,
div.wpforms-container-full .wpforms-field-file-upload .wpforms-uploader:focus,
.select2-selection.select2-selection--single:focus,
select:focus{
    border-bottom: 2px solid white !important; /* highlight color */
    box-shadow: 0 2px 0 0 rgba(85, 108, 208, 0.39) !important; /* subtle glow effect */
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner:hover,
div.wpforms-container-full .wpforms-field-file-upload .wpforms-uploader:hover {
    border-bottom: 2px solid white !important; /* highlight color */
    box-shadow: 0 2px 0 0 rgba(85, 108, 208, 0.39) !important; /* subtle glow effect */
}

.choices__list.choices__list--dropdown{
    background: linear-gradient(107deg, #080E1D 42.15%, #131B36 78.03%) !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__list--dropdown {
    background: linear-gradient(107deg, #080E1D 42.15%, #131B36 78.03%) !important;
    color: var(--wpforms-field-text-color);
}

div#choices-listbox-wpforms-373-field_41{
    background: linear-gradient(107deg, #080E1D 42.15%, #131B36 78.03%) !important;
}

div.wpforms-container .wpforms-form .choices__list--dropdown .choices__item:hover{
    background:  linear-gradient(107deg, #122451 42.15%, #131B36 78.03%) !important;
}

.checkbox-dropdown-menu{
    background: linear-gradient(107deg, #080E1D 42.15%, #131B36 78.03%) !important;
    text-align: left;
}

.checkbox-dropdown-menu label:hover{
    filter:brightness(1.5);
    cursor:pointer;
}


#wpforms-6-field_93-container .wpforms-field-label{
        margin: 0 0 30px 0 !important;
    }

div#wpforms-69-field_6{
    text-align: center !important;
}

div#wpforms-224-field_7{
    text-align: center !important;
}


#wpforms-69-field_6>svg{
    height: 120px !important;
    width: 150px !important;
}

div#wpforms-69-field_6-container{
    margin-top: -150px !important;
    padding-bottom: 0;
}

#wpforms-224-field_7>svg{
    height: 100px !important;
    width: 150px !important;
}

.wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-content{
    padding-top: 0 !important;
    text-align: center !important;
}

div#wpforms-224-field_7-container{
    margin-top: -150px !important;
    padding-bottom: 0 !important;
}

#wpforms-6-field_19 option:disabled {
    color: white !important;  
}

/*div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner{*/
/*    border-left: 6px solid #fff !important;*/
/*    border-bottom: 3px solid #fff !important;*/
/*    background: var(--main-color) !important;*/
/*    border-radius: 20px !important;*/
/*    border-top: none !important;*/
/*    border-right: none !important;*/
/*}*/

.choices__item--selectable {
    color: white !important;
}

#choices--wpforms-6-field_19-item-choice-1{
    border-bottom: none !important; 
}

/*.choices__list .choices__item {*/
/*    background-color: var(--main-color) !important; */
/*    border-bottom: 1px solid #fff !important;*/
/*    color: white !important; */
/*    padding: 5px 10px !important;  */
/*}*/

/*div.wpforms-container .wpforms-form .choices__list--dropdown .choices__list{*/
/*    border-left: 6px solid #fff !important;*/
/*    border-radius: 20px 0px 20px 20px !important;*/
/*    border-bottom: 3px solid #fff !important;*/
/*}*/

/* Apply SVG to all required labels EXCEPT field_4 and field_101 */
.wpforms-required-label:not(#wpforms-373-field_4-container .wpforms-required-label):not(#wpforms-373-field_101-container .wpforms-required-label) {
    font-size: 0 !important; /* hide the text */
    position: relative !important;
}

.wpforms-required-label:not(#wpforms-373-field_4-container .wpforms-required-label):not(#wpforms-373-field_101-container .wpforms-required-label)::after {
    content: '';
    display: inline-block !important;
    width: 11px !important;
    height: 8px !important;
    margin-left: 6px !important;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="8" viewBox="0 0 11 8" fill="none"><path d="M0.380127 0.325195L5.45496 6.26262L10.5366 0.325195" stroke="white" stroke-miterlimit="10"/></svg>');
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

#wpforms-373-field_14-container > label.wpforms-field-label::after,
#wpforms-373-field_161-container > label.wpforms-field-label::after,
#wpforms-373-field_140-container > label.wpforms-field-label::after,
#wpforms-373-field_155-container > label.wpforms-field-label::after,
#wpforms-373-field_74-container > label.wpforms-field-label::after,
#wpforms-373-field_76-container > fieldset > legend.wpforms-field-label::after,
#wpforms-373-field_81-container > label.wpforms-field-label::after,
#wpforms-373-field_78-container > label.wpforms-field-label::after{
    content: '';
    display: inline-block !important;
    width: 11px !important;
    height: 8px !important;
    margin-left: 6px !important;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="8" viewBox="0 0 11 8" fill="none"><path d="M0.380127 0.325195L5.45496 6.26262L10.5366 0.325195" stroke="white" stroke-miterlimit="10"/></svg>');
    background-repeat: no-repeat !important;
    background-size: contain !important;
    vertical-align: middle !important;
}

.checkbox-dropdown-menu::-webkit-scrollbar {
    display: none !important;
}

ul#select2-employee_name-results::-webkit-scrollbar {
    display: none;
}

.choices__list::-webkit-scrollbar{
    display: none !important;
}

.choices__list .choices__item:hover,
.choices__list .choices__item:focus{    
    opacity: 1 !important;
    /*box-shadow: 0 2px 0 0 rgba(85, 108, 208, 0.39) !important;*/
}

/*div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner:hover{*/
/*    background: white !important;*/
/*    opacity: 0.8 !important;*/
/*    color: var(--main-color) !important;*/
/*}*/

.choices__item.choices__placeholder.choices__item--selectable {
    border-bottom: none !important;
}

ul#wpforms-373-field_4{
    margin-top: 50px;
}

#wpforms-373-field_171{
    position: relative !important;
}

#wpforms-373-field_101 > li.choice-2.depth-1.wpforms-image-choices-item.wpforms-selected > label > span.wpforms-image-choices-label {
    font-size: 16px !important;
}

/*div.wpforms-container-full .wpforms-field-file-upload .wpforms-uploader{*/
/*    border-radius: 20px !important;*/
/*    border-left: 6px solid #fff !important;*/
/*    border-bottom: 3px solid #fff !important;*/
/*    background-color: var(--main-color) !important;*/
/*    border-top: none !important;*/
/*    border-right: none !important;*/
/*}*/

span.modern-title{
    color: white !important;
}

div.wpforms-container div.wpforms-uploader .dz-message svg{
    color: white !important;
}

button#wpforms-submit-6:hover,
button#wpforms-submit-373:hover{
    background: var(--main-color)  !important;
    color: white !important;
}

html, body {
    /*height: 100% !important;*/
    margin: 0 !important; 
    padding: 0 !important;
    backface-visibility: hidden;
    /*transform-style: preserve-3d;*/
    -webkit-font-smoothing: antialiased;
    isolation: islate;
}


.site {
    min-height: calc(100vh) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

footer {
    background: black !important;
    color: white !important;
    text-align: center !important;
    padding: 15px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator,
.wpforms-field-label,
.wpforms-image-choices-label,
.wpforms-field-label-inline,
.wpforms-field-description,
.wpforms-entry-preview-value,
.wpforms-entry-preview-label,
.wpforms-page-indicator-page-number {
    color: var(--text-color)!important;
}

.wpforms-image-choices {
    justify-content: space-between;
    width: 100%!important;
}

.wpforms-image-choices-image img {
    width: 330px;
}

.wpforms-field-label-inline {
    padding: 0!important;
}

.wpforms-page-indicator-page-triangle  {
    opacity: 0;
}

.active .wpforms-page-indicator-page-triangle  {
    opacity: 1;
}

.wpforms-field-label {
    font-weight: 200!important;
    font-size: 20px!important;
    letter-spacing: 0.4px!important;
}

.wpforms-page-3 .wpforms-field-label{
    text-align: left !important;
}

.wpforms-page-indicator-page-title {
    font-weight: 200;
    font-size: 24px!important;
}

.active .wpforms-page-indicator-page-title {
    font-weight: 700;
}

.wpforms-image-choices-label {
    font-size: 14px!important;
    line-height: 1.5;
    font-weight: 700 !important;
}

.wpforms-container .wpforms-required-label, .wp-core-ui div.wpforms-container .wpforms-required-label {
    color: white;
    font-size: 26px;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-item label, div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic .wpforms-image-choices-item label {
    border-radius: 40px;
}

.wpforms-image-choices-label {
    padding-bottom: 15px!important;
}

.wpforms-entry-preview-label {
    border: none !important;
    border-right: solid 2px !important;
    width: 30% !important;
    /*font-size: 20px !important;*/
    font-weight: 400 !important;
    text-align:end;
}

.wpforms-entry-preview-value {
    border: none!important;
    width: 70% !important;
    border: none !important;
    padding-left: 30px!important;
    /*font-size: 20px !important;*/
    overflow: overlay !important;
    text-align: left;
}

    div#wpforms-6-field_7-container{
        text-align: center !important;
    }

.wpforms-entry-preview-table_compact, div.wpforms-container-full .wpforms-entry-preview-table_compact, div.wpforms-container-full .wpforms-form .wpforms-entry-preview-table_compact {
    border-top: none!important;

}

/*div.wpforms-container-full input[type=checkbox]:checked:after{*/
/*    left: calc(-9px + var(--wpforms-field-border-size, 1px)) !important;*/
/*}*/

div.wpforms-container-full input[type=checkbox]:before {
    top: -1px !important;
}

div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input+label{
    margin: 1px 5px !important;
}

label.wpforms-field-sublabel.after{
    color: white !important;
}

div#wpforms-224-field_6-container{
    position: absolute;
    left: 0;
    bottom: -40px;
    width: 100%;
}

div#wpforms-224-field_6{
    padding: 0 0 0 0.5em !important;
}

/* #wpforms-224-field_6>a {
    background: white !important;
    color: var(--main-color) !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 100% !important;
    letter-spacing: -1.2px !important;
    border: 2px solid #fff !important;
    border-radius: 3px !important;
    padding: 0 15px 3px !important;
}

#wpforms-224-field_6>a:hover {
    background: var(--main-color) !important;
    color: white !important;
} */

div#wpforms-69-field_4-container{
    position: absolute;
    left: 0;
    bottom: -100px;
    width: 100%;
}

/*div#wpforms-69-field_4{*/
/*    padding: 0 0 0 0.5em !important;*/
/*}*/

/* #wpforms-69-field_4>a {
    background: white !important;
    color: var(--main-color) !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 100% !important;
    letter-spacing: -1.2px !important;
    border: 2px solid #fff !important;
    border-radius: 3px !important;
    padding: 0 15px 3px !important;
}

#wpforms-69-field_4>a:hover {
    background: var(--main-color) !important;
    color: white !important;
} */

/*button#wpforms-submit-69{*/
/*    background: white !important;*/
/*    color: var(--main-color) !important;*/
/*    font-size: 24px !important;*/
/*    font-weight: 600 !important;*/
/*    line-height: 100% !important;*/
/*    letter-spacing: -1.2px !important;*/
/*    border: 2px solid #fff !important;*/
/*}*/

/*button#wpforms-submit-69:hover {*/
/*    background: var(--main-color) !important;*/
/*    color: white !important;*/
/*}*/

/*div#wpforms-69 .wpforms-submit-container{*/
/*    bottom: -40px !important;*/
/*}*/

/*button#wpforms-submit-329 {*/
/*    background: white !important;*/
/*    color: var(--main-color) !important;*/
/*    font-size: 24px !important;*/
/*    font-weight: 600 !important;*/
/*    line-height: 100% !important;*/
/*    letter-spacing: -1.2px !important;*/
/*    border: 2px solid #fff !important;*/
/*}*/

/*button#wpforms-submit-329:hover {*/
/*    background: var(--main-color) !important;*/
/*    color: #fff !important;*/
/*}*/

/* #wpforms-329-field_3>a {*/
/*    background: white !important;*/
/*    color: var(--main-color) !important;*/
/*    font-size: 24px !important;*/
/*    font-weight: 600 !important;*/
/*    line-height: 100% !important;*/
/*    letter-spacing: -1.2px !important;*/
/*    border: 2px solid #fff !important;*/
/*    border-radius: 3px !important;*/
/*    padding: 0 15px 3px !important;*/
/*}*/

/*#wpforms-329-field_3>a:hover {*/
/*    background: var(--main-color) !important;*/
/*    color: white !important;*/
/*} */

/*div#wpforms-329-field_3-container {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    padding-left: 0.5em;*/
/*    bottom: 5px;*/
/*}*/

/*.wpforms-submit-container #wpforms-submit-329 {*/
/*    bottom: -20px !important;*/
/*}*/

a.form-simple-btn:hover span{
    opacity: 0.8 !important;
}

div#wpforms-329-field_4{
    text-align: center !important;
}

#wpforms-329-field_4>svg{
    height: 120px !important;
    width: 120px !important;
}

div#wpforms-329-field_4-container{
    margin-top: -150px !important;
}

.page-id-332 .main-content>p {
    text-align: center;
    margin-bottom: 0;
}

svg.reset-svg {
    height: 120px;
    width: 120px;
}

.has-white-color{
    margin-top: 0;
}

div.wpforms-container-full .wpforms-form .wpforms-error-container {
    transform: translateY(55px);
}

div#wpforms-69-header-error>p>a {
    display: none !important;
}

#wpforms-224-header-error {
    transform: translateY(38px);
}

#wpforms-329-header-error{
    transform: none;
}

/*END of Support Form*/

/*Footer*/
.site-info {
    text-align: center;
}

.site-footer {
    background-color: black;
    padding: 15px;
}

div.wpforms-container-full input[type=radio]:checked:after{
    left: calc(-8px + var(--wpforms-field-border-size, 1px)) !important;
    top: calc(-2px + var(--wpforms-field-border-size, 1px)) !important;
}

div.wpforms-container-full input[type=radio]:before{
    left: -7px !important;
    top: -1px !important;
}

div.wpforms-container-full .wpforms-field.wpforms-field-radio ul li input+label{
    margin: 2px 0 0 2px !important;
}

div#wpforms-69-field_8-container {
    /*position: absolute !important;*/
    /*right: 8px !important;*/
    /*bottom: 148px !important;*/
    text-decoration: underline !important;
}

div#wpforms-69-field_8-container:hover {
    opacity: 0.8 !important;
}

#wpforms-373-field_7-container{
    text-align: center !important;
}

/*END of Footer*/



/*XMAS*/

@import url("https://fonts.googleapis.com/css?family=Mirza&amp;subset=latin-ext");
* {
  box-sizing: border-box;
}

body {
  background-color: black;
  background-repeat: no-repeat;
  background-size: cover;
  /*height: 100vh;*/
  margin: 0;
  padding: 0;
}

.card {
  perspective: 1500px;
  position: absolute;
  left: calc(50% - 175px);
  top: calc(50% - 220px);
  transition-property: transform;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-delay: initial;
  transform: rotate(-10deg) translate(0, 0);
  -webkit-animation: cardIn 1s alternate cubic-bezier(0.87, -0.41, 0.19, 1.44);
  animation: cardIn 1s alternate cubic-bezier(0.87, -0.41, 0.19, 1.44);
}
@media (max-width: 767px) {
  .card {
    left: calc(50% - 115px);
    top: calc(50% - 164.5px);
  }
}
@media (max-width: 479px) {
  .card {
    left: calc(50% - 75px);
    top: calc(50% - 107px);
  }
}
.card:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 50px #000;
  transition: all 0.5s ease-in-out;
}
.card.is-opened {
  transform: rotate(0deg) translate(175px, 0);
}
@media (max-width: 767px) {
  .card.is-opened {
    transform: rotate(0deg) translate(115px, 0);
  }
}
@media (max-width: 479px) {
  .card.is-opened {
    transform: rotate(0deg) translate(75px, 0);
  }
}
.card.is-opened .cart-page-front {
  transform: rotateY(-180deg);
}

@-webkit-keyframes cardIn {
  0% {
    opacity: 0;
    transform: rotate(-10deg) translate(0, -100%);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: rotate(-10deg) translate(0, 0);
  }
}

@keyframes cardIn {
  0% {
    opacity: 0;
    transform: rotate(-10deg) translate(0, -100%);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: rotate(-10deg) translate(0, 0);
  }
}
.card,
.card-page {
  width: 350px;
  height: 500px;
}
@media (max-width: 767px) {
  .card,
.card-page {
    width: 230px;
    height: 329px;
  }
}
@media (max-width: 479px) {
  .card,
.card-page {
    width: 150px;
    height: 214px;
  }
}

.card-page {
  transition: transform 1s ease-in-out;
  cursor: pointer;
  position: absolute;
  outline: 1px solid transparent;
}

.cart-page-front {
  transform-origin: 0 50% 0;
  transform-style: preserve-3d;
  transform: rotateY(-20deg);
  z-index: 2;
}

.cart-page-outside,
.cart-page-inside {
  position: absolute;
  -webkit-backface-visibility: hidden;
}

.cart-page-outside {
  border: 10px solid #fbfbfb;
  background: #f1f1f1;
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .cart-page-outside {
    border: 5px solid #fbfbfb;
  }
}

.cart-page-inside,
.cart-page-bottom {
  background-color: #d4d1d0;
  background-image: url("https://support.politisgroup.com/wp-content/uploads/2024/11/pattern.png");
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  text-align: center;
}
@media (max-width: 767px) {
  .cart-page-inside,
.cart-page-bottom {
    border: 10px solid #d4d1d0;
  }
}

.cart-page-inside {
  transform: rotateY(-180deg);
  border-right: none !important;
  background-position: 0px 80px;
}
@media (max-width: 767px) {
  .cart-page-inside {
    background-position: 0px 30px;
  }
}
@media (max-width: 479px) {
  .cart-page-inside {
    background-position: 0px 30px;
  }
}

.cart-page-bottom {
  z-index: 1;
  border-left: none !important;
  background-position: -22px 80px;
}
@media (max-width: 767px) {
  .cart-page-bottom {
    background-position: 85px 30px;
  }
}
@media (max-width: 479px) {
  .cart-page-bottom {
    background-position: 0px 30px;
  }
}

.merry-christmas {
  transform: rotate(-20deg);
}
.merry-christmas svg {
  width: 350px;
  height: auto;
}
@media (max-width: 767px) {
  .merry-christmas svg {
    width: 200px;
  }
}
@media (max-width: 479px) {
  .merry-christmas svg {
    width: 150px;
  }
}

.click-icon {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 20px;
  -webkit-animation: iconAnimation 1s infinite alternate ease-in-out;
  animation: iconAnimation 1s infinite alternate ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}
.click-icon svg {
  width: 96px;
  height: 96px;
}
@media (max-width: 767px) {
  .click-icon svg {
    width: 72px;
    height: 72px;
  }
}
@media (max-width: 479px) {
  .click-icon svg {
    width: 48px;
    height: 48px;
  }
}
.click-icon.is-hidden {
  opacity: 0;
}

@-webkit-keyframes iconAnimation {
  0% {
    transform: translate(-50%, 0);
  }
  100% {
    transform: translate(-50%, 10px);
  }
}

@keyframes iconAnimation {
  0% {
    transform: translate(-50%, 0);
  }
  100% {
    transform: translate(-50%, 10px);
  }
}

.wishes {
    font-size: 24px;
}


.form-simple-btn {
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 100% !important;
    letter-spacing: -1px !important;
	padding-bottom: 2px;
}

.form-simple-btn span {
	text-decoration: underline;
	padding-bottom: 2px;
}

.home-support{
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 0;
}

.wp-block-table{
    margin: 0;
}

.has-fixed-layout td{
    padding: 0;
}
