.navbar {
    position: sticky;
    top: 0;  /* Παραμένει στην κορυφή όταν κάνουμε scroll */
    z-index: 1000;  /* Βεβαιώνεται ότι το navbar είναι πάνω από το υπόλοιπο περιεχόμενο */
    background-color: #fff;  /* Εξασφαλίζουμε ότι το navbar είναι λευκό */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Προαιρετικό: Προσθέτουμε σκίαση κάτω από το navbar */
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
}
@media (max-width: 400px) {
  body {
    font-size: 14px;
  }
}
.container{
    background-color: #f8f9fa;
    margin-top: 15px;
    margin-bottom: 100px;
}
.pageTitle{
  font-size: 18px;
  margin-top: 5px;
  display: block;
  width: 200px;
  text-align: center;
}

.mainContainer{
    min-height: 500px;
}
h1, h2, h3 {
    font-weight: 600;
}
h1{
    font-size: 18px;
    margin-bottom:0px;
    color: #454545;
}
h2{
    font-size: 18px;
}
h3{
    font-size: 16px;
}
.navbar{
    height: 64px;
}
.title{
    font-size: 18px;
}
.form-select{
    min-width: 300px;
}
.form-select {
    min-width: unset; 
}
.red{
    color:red;
}
.blue{
    color:#4d4e7e;
}
.wheat{
    color:#c99637;
}
.educai{
    width: 100%;
    margin: 0 auto;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    border-radius: 24px;
}

.centerText{
    text-align: center;
}
.answer{
/*  background-color: #f3f3ef;*/
  border-radius: 16px;
  padding: 16px 9px 3px 9px;
}

/*  για να κανω εφε στα disabled select*/
.select-container {
    position: relative;
}

select {
    width: 100%;
    padding: 8px;
    font-size: 16px;
    border: 2px solid #ccc;
    transition: box-shadow 0.3s ease;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: 2;
}

.highlight {
    animation: flashBorder 0.6s ease-in-out 2;
}
.highlight2 {
    animation: flashBorder 1.2s ease-in-out 2;
}

 .store-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:.6rem;               /* κενό ανάμεσα σε icon & κείμενο */
    white-space:nowrap;      /* να μην σπάει η λέξη */
    overflow:visible;        /* μην κόβεις το κείμενο */
    padding:.9rem 1.2rem;    /* λίγο παραπάνω δεξί/αριστερό padding */
    line-height:1.4;         /* ασφαλές line-height σε iOS/Android */
    letter-spacing:0;        /* αποφυγή αρνητικού kerning από άλλα css */
    box-sizing:border-box;
  }
  .store-btn i{ flex:0 0 auto; font-size:1.1em; }
  .store-btn span{ display:inline-block; }

  /* Αν κάπου υπάρχει global overflow:hidden σε cards/btns, άστο ορατό */
  .card, .card-body, .btn { overflow: visible !important; }

@keyframes flashBorder {
    0% {
        box-shadow: 0 0 0px rgba(255, 193, 7, 0.4);
    }
    50% {
        box-shadow: 0 0 8px 4px rgba(255, 193, 7, 0.6);
    }
    100% {
        box-shadow: 0 0 0px rgba(255, 193, 7, 0.4);
    }
}
/* Μίνιμαλ, κομψό styling */
  #educai-app-modal { display:none; position:fixed; inset:0; z-index:10000; }
  #educai-app-modal.show { display:block; }
  .educai-backdrop { position:absolute; inset:0; background:rgba(0,0,0,.4); backdrop-filter:saturate(120%) blur(2px); }
  .educai-modal {
    position:relative; margin:6vh auto; max-width:440px; background:#fff; border-radius:16px;
    padding:24px; box-shadow:0 10px 30px rgba(0,0,0,.15); text-align:center; font-family:system-ui, sans-serif;
  }
  .educai-logo { font-weight:700; letter-spacing:.5px; font-size:18px; color:#4f46e5; margin-bottom:4px; }
  .educai-close { position:absolute; right:10px; top:8px; border:none; background:transparent; font-size:22px; cursor:pointer; }
  .educai-cta {
    display:inline-block; margin-top:14px; padding:12px 18px; border-radius:12px;
    background:#4f46e5; color:#fff; text-decoration:none; font-weight:600;
  }
  .educai-cta:active { transform:translateY(1px); }
  .educai-muted {
    display:block; margin:12px auto 0; background:transparent; border:none; color:#6b7280; text-decoration:underline; cursor:pointer;
  }
  @media (prefers-color-scheme: dark) {
    .educai-modal { background:#111827; color:#e5e7eb; }
  }
/*  τελος για να κανω εφε στα disabled select*/
.answer-buttons{
  text-align: center;
/*  border: 1px solid;*/
/*  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;*/
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
/*  border-radius: 10px;*/
  padding-top: calc(var(--bs-gutter-x) * .5);
  padding-bottom: calc(var(--bs-gutter-x) * .4);
  border-color: black;
  margin: 4px;
  width:300px;
  margin: 0 auto;
}
.answer-buttons .miniTitle{
    padding-bottom: 4px;
}
.answer-buttons .message{
    color:green;
    padding-top:4px;
    visibility: hidden;
    opacity: 0;
}
.answer-buttons .message.visible {
  visibility: visible;
  opacity: 1;
}
.marginLeft0{
    margin-left: 0px;
}
.buttonAddChild{
    width: 50px; 
    height: 50px; 
    font-size: 32px;
    line-height: 32px;
}

#subjectDesc{
    text-align: center;
    padding-bottom: 40px;
    border: 1px solid #96defc;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    border-radius: var(--bs-border-radius);
    padding-top: calc(var(--bs-gutter-x) * .5);
    background-color: #f2f9fc;
    padding-bottom: calc(var(--bs-gutter-x) * .8);
    margin-bottom: 20px;
    color:#002936;
}
.row > #qa {
    padding-top: calc(var(--bs-gutter-x) * .5);
}
.form-label {
  margin-bottom: .5rem;
  margin-top: .5rem;
}
.form-select {
  background-color: #d6eff8;
}
a {
  color: #4677ab;
}
.btn-secondary {
  --bs-btn-color: #2e2e2e;
  --bs-btn-bg: #d6eff8;
  --bs-btn-border-color: #a2d1e0;
}
.btn-primary{
  --bs-btn-color: #2e2e2e;
  --bs-btn-bg: #d6eff8;
  --bs-btn-border-color: #a2d1e0;
}
.text-center {
    text-align: center;
}

.moto{
    font-size: 16px;
    color: #5a5959;
    padding-bottom: 10px;
    display: block;
    padding: 10px 5px;
    text-align: justify;
}
.note{
    font-style: italic;
    color: #a9a9a9;
}
.submitButton{
    text-align: center;
    display: block;
    width: 100%;
    font-size: 16px;
}
.socialDiv{
    margin:0px;
}
.social-logo {
    width: 20px;
    height: 20px;
    display: inline-block;
}
.social-btn {
    padding: 0 8px 0 52px;
}
.social-btn {
    position: relative;
    width: 100%;
    border: 1px solid #c2c8d0;
    border-radius: 6px;
    font-size: 16px;
    align-items: center;
    background-color: #fff;
    height: 52px;
    transition: box-shadow .15 ease-in-out,background-color .15s ease-in-out;
    cursor: pointer;
    color: #2d333a;
    margin-bottom: 8px;
    display: block;
    outline: 0;
    text-align: left;
}
.social-logo-wrapper {
    position: absolute;
    left: 26px;
    top: 50%;
    transform: translate(-50%) translateY(-50%);
    display: flex;
    align-items: center;
}

.divider-wrapper {
    display: flex;
    flex-direction: row;
    text-transform: uppercase;
    border: none;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    padding: 24px 0 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    vertical-align: baseline;
}
.divider {
    text-align: center;
    flex: .2 0 auto;
    margin: 0;
    height: 12px;
}
.divider-wrapper::before, .divider-wrapper::after {
    content: "";
    border-bottom: 1px solid #c2c8d0;
    flex: 1 0 auto;
    height: .5em;
    margin: 0;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev{
    display:block;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}

.divContents {
    display: contents;
    max-width: 600px;
}

.left {
    flex: 1;
}

.right {
    flex: 3;
    text-align: right;
}

.left, .right {
    padding: 0px 10px;
}
.rightCenterText{
    flex: 3;
    text-align: left;
}
.link-dark{
    text-decoration: auto;
    font-size: 17px;
}

a.right-link {
    color: #2e2e2e;
    font-size: 14px;
}

a.right-link:hover {
    color: white;
}
#textToclick:hover{
    cursor: pointer;
}
.block{
    display: block;
}
#load-more{
    margin-top:20px;
    margin-bottom: 80px;
}

.marginTop20{
    margin-top:20px;
}

.no-underline {
  text-decoration: none !important;
  color: inherit;
}

.alert-info {
  --bs-alert-color: #002936;
  --bs-alert-bg: cornsilk;
  --bs-alert-border-color: #c5b269;
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}


.blinking {
    animation: blink 2s ease-in-out;
}
#endOfRecords,#endOfCounter{
    margin-top: 10px;
    display: block;
    font-style: italic;
}
.hidden{
    display: none!important;
}
.notVisible{
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}
.footer{
    line-height: 25px;
    background-color: #f8f9fa;
    padding-top: 10px;
    text-align: center;
    font-size: 16px;
    height: 94px;
}
.user-type-card.selected {
  border: 2px solid #007bff!important;
  box-shadow: 0 0 10px rgba(0,123,255,0.4)!important;
}
.profileSelectButtons{
    margin-bottom: 15px;
}
.supportersImg{
    max-width: 50%;
}
.warningButton{
    margin:4px 0px;
    min-width: 300px;
}
.dangerTriggerButton{
    padding: 2px;
    width: 35px;
    height: 35px;
    font-weight: bold;
}
hr {
    border: none;
    border-top: 2px dotted #000;
    color: #fff;
    background-color: #fff;
    height: 1px;
    margin:0px;
}
.popover-body{
    background-color: #bfd8ff;
    border-radius: 20px;
}
.popover{
    --bs-popover-bg:#bfd8ff;
}

.plan-card {
    border: 2px solid #ccc;
    border-radius: 10px;
    cursor: pointer;
    transition: border-color 0.3s, background-color 0.3s;
    position: relative;
    margin-bottom: 10px;
}

.plan-card.selected {
    border-color: #007bff;
    background-color: #e9f2ff;
}

.plan-radio {
    display: none;
}

.check-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    color: green;
    font-size: 1.5rem;
    display: none;
}

.plan-card.selected .check-icon {
    display: block;
}
.card-title{
    font-weight: bold;
}
.modal-dialog {
    display: flex;
    justify-content: center;
}
.modal-content{
    min-width: 600px;
    margin: 0 auto;
    position: relative;
}
.offcanvas {
    transition: transform 0.3s ease;
}

.offcanvas-start {
    transform: translateX(-100%);
}

.offcanvas.show {
    transform: translateX(0);
}
.offcanvas-body p{
    display: inline-block;
    margin-bottom: 0px;
}
.offcanvas-body .nav-icon{
    margin-left: .05rem;
    font-size: 1.2rem;
    margin-right: .2rem;
    text-align: center;
    border-radius: 9px;
    height: 32px !important;
    line-height: 32px !important;
    width: 32px !important;
    box-shadow: 0 5px 30px 0 rgba(0,0,0,.11),0 5px 15px 0 rgba(0,0,0,.02);
    color: white;
    font-size: 14px;
    margin-right: 10px;
}
.indexCarousel{
    min-height: 120px;
}
.custom-alert {
  position: fixed;
  top: 50px;
  left: 50%;
  min-width: 300px;
  max-width:400px;
  transform: translateX(-50%);
  background-color: #f8d7da;
  color: #721c24;
  padding: 16px 33px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  font-size: 16px;
  font-weight: 500;
  z-index: 9999;
  transition: opacity 0.3s ease-in-out;
}
.custom-alert.success {
  background-color: #d4edda;
  color: #155724;
}
.custom-alert .close-btn {
  position: absolute;
  top: 0px;
  right: 12px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}
.custom-confirm {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 1050;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-confirm-box {
  background: white;
  padding: 20px;
  border-radius: 10px;
  max-width: 320px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.gradient-red{
    background-image: linear-gradient(to bottom, #ED5565, #DA4453);
}
.gradient-yellow{
    background-image: linear-gradient(to bottom, #EDC055, #DA8A44);
}
.gradient-green {
  background-image: linear-gradient(to bottom, #A0D468, #8CC152);
}
.gradient-greenBlue {
  background-image: linear-gradient(to bottom, #97D6C1, #97D6C1);
}
.gradient-blue {
  background-image: linear-gradient(to bottom, #5D9CEC, #4A89DC);
}
.gradient-brown {
  background-image: linear-gradient(to bottom, #BAA286, #AA8E69);
}
.gradient-magenta {
  background-image: linear-gradient(to bottom, #AC92EC, #967ADC);
}
.gradient-teal {
  background-image: linear-gradient(to bottom, #A0CECB, #7DB1B1);
}
.gradient-dark {
  background-image: linear-gradient(to bottom, #656D78, #434A54);
}
.gradient-indigo {
  background-image: linear-gradient(to bottom, #6a89cc, #4a69bd);
}
.gradient-orange {
  background-image: linear-gradient(to bottom, #f6b93b, #e58e26);
}
.gradient-teal {
  background-image: linear-gradient(to bottom, #1abc9c, #16a085);
}
.gradient-purple {
  background-image: linear-gradient(to bottom, #9b59b6, #8e44ad);
}
.gradient-gold {
  background-image: linear-gradient(to bottom, #f3c623, #f0a500);
}
.gradient-gray {
  background-image: linear-gradient(to bottom, #95a5a6, #7f8c8d);
}
.gradient-cyan {
  background-image: linear-gradient(to bottom, #48dbfb, #0abde3);
}
.list-unstyled li{
    padding-bottom: 5px;
}
.list-unstyled a{
    text-decoration: none;
}
#offcanvasMenuLabel img{
    width: 200px;
}
#menu-toggle{
    font-size: 24px;
}
.headText{
    padding-top: 5px;
}
.progress{
    height:30px;
}
.nolinkStyle{
    text-decoration: none;
}
.margin-bottom0{
    margin-bottom: 0px!important;
}
.rainbow {
        font-weight: bold;
        font-size: 18px;
        background: linear-gradient(45deg, red, orange, yellow, green, blue, indigo, violet); /* Δημιουργία ουράνιου τόξου */
        background-size: 400% 400%; /* Κάνουμε το gradient μεγαλύτερο για να μπορέσει να κινηθεί */
        color: transparent; /* Κάνουμε το χρώμα του κειμένου διαφανές */
        -webkit-background-clip: text; /* Χρησιμοποιούμε το background για να γεμίσουμε το κείμενο */
        background-clip: text; /* Για πιο σύγχρονα προγράμματα περιήγησης */
        animation: rainbowAnimation 10s ease infinite; /* Κίνηση του gradient */
    }
    .fixedPosition{
        position: fixed;
        bottom: 80px;
        width: 100%;
    }
    #user-input{
        width: 100%;
    }
         /* Στυλ για το rounded icon */
        .chat-icon {
            position: fixed;
            bottom: 20px;
            right: 20px;
            width: 50px;
            height: 50px;
            background-color: #007bff;
            border-radius: 50%;
            color: white;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            font-size: 24px;
            z-index: 1000;
        }

        /* Στυλ για το chatbox */
        .chatbox {
            position: fixed;
            bottom: 80px;
            right: 20px;
            width: 300px;
            background-color: white;
            border: 1px solid #ddd;
            padding: 10px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            z-index: 999;
            max-height: 400px;
            overflow-y: auto;
        }

        /* Στυλ για τα μηνύματα του chat */
        .chat-messages {
            display: flex;
            flex-direction: column;
            gap: 10px;
            max-height: 320px;
            overflow-y: auto;
            margin-bottom: 10px;
        }

        /* Στυλ για το μήνυμα του χρήστη */
        .user-message {
            background-color: #007bff;  
            color: white;
            border-radius: 15px;
            padding: 10px;
            max-width: 80%;
            align-self: flex-end;
        }

        /* Στυλ για το μήνυμα του bot */
        .bot-message {
            background-color: #f1f1f1;
            color: #333;
            border-radius: 15px;
            padding: 10px;
            max-width: 80%;
            align-self: flex-start;
        }

        /* Στυλ για το textarea */
        .chatbox textarea {
            width: 100%;
            height: 80px;
            padding: 10px;
            margin-bottom: 10px;
            border: 1px solid #ddd;
            border-radius: 5px;
            font-size: 16px;
        }

        /* Στυλ για το κουμπί αποστολής */
        .chatbox button {
            width: 100%;
            padding: 10px;
            background-color: #007bff;
            color: white;
            border: none;
            border-radius: 5px;
            font-size: 16px;
            cursor: pointer;
        }

        .chatbox button:hover {
            background-color: #0056b3;
        }
#sendButton {
    width: 100%;
    padding: 12px 0;
    background-color: #007bff!important;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}
#sendButton:hover {
    background-color: #0056b3;
    transform: scale(1.05); /* Ελαφριά αύξηση του μεγέθους του κουμπιού */
}

/* Στυλ για το κουμπί όταν είναι απενεργοποιημένο */
#sendButton:disabled {
    background-color: #d6d6d6;
    cursor: not-allowed;
}
textarea.botText {
    width: 100%;
    height: 100px;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    line-height: 1.5;
    resize: none; /* Απενεργοποιούμε την αλλαγή μεγέθους */
    box-sizing: border-box;
}
.bottom{
    bottom: 94px;
    position: fixed;
    width: 100%;
    max-width: 680px;
    z-index: 1000;
}

#subscriptionContainer{
    margin-bottom: 100px;
}

/* Στυλ για το container των μπαλονιών */
.balloon-container {
    position: fixed; /* Κάνουμε το container στατικό, ώστε να μην επηρεάζει το layout */
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%; /* Καταλαμβάνει όλο το πλάτος της οθόνης */
    z-index: 1100; /* Βεβαιώνεται ότι τα μπαλόνια είναι πάντα πάνω από το περιεχόμενο της σελίδας */
    pointer-events: none; /* Αποτρέπει την αλληλεπίδραση με το container */
    height: auto; /* Το ύψος δεν επηρεάζεται από τα μπαλόνια */
}

/* Στυλ για το μπαλόνι (Chat Balloon) */
.balloon {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #007bff;  /* Χρώμα μπαλονιού */
    color: white;
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 16px;
    max-width: 300px; /* Μέγιστο πλάτος του μπαλονιού */
    word-wrap: break-word;  /* Προσαρμογή του κειμένου */
    opacity: 1;
    animation: float 5s ease-out forwards, disappear 5s ease-out forwards;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Ελαφριά σκίαση */
    font-family: Arial, sans-serif;
}

/* Εφέ για το tail του chat balloon */
.balloon::after {
    content: '';
    position: absolute;
    bottom: -10px; /* Το tail βρίσκεται λίγο πιο κάτω από το μπαλόνι */
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #007bff;  /* Χρώμα του tail */
}

/* Κίνηση προς τα πάνω και εξαφάνιση balloon*/
@keyframes float {
    0% {
        bottom: 0;
        opacity: 1;
    }
    100% {
        bottom: 100vh;
        opacity: 0;
    }
}

/* Εφέ εξαφάνισης balloon*/
@keyframes disappear {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


@media (min-width: 1200px) {  /* Μπορείς να αλλάξεις το 1200px ανάλογα με τις ανάγκες σου */
    .chat-messages {
        max-height: 620px;  /* Αυξάνουμε το max-height για μεγαλύτερες οθόνες */
    }
}
@media (max-width: 767px) {
    .chat-messages {
        max-height: calc(100vh - 560px);  /* Μικρότερο max-height για μικρές οθόνες */
    }
}
/* Για οθόνες με πλάτος 768px-1024px (π.χ. iPad και άλλες ταμπλέτες) */
@media (min-width: 768px) and (max-width: 1024px) {
    .chat-messages {
        max-height: calc(100vh - 470px);  /* Αυξάνουμε το max-height για iPad και tablet */
    }
}


        
    

    /* Ορισμός της κίνησης του ουράνιου τόξου */
    @keyframes rainbowAnimation {
        0% {
            background-position: 0% 50%;
        }
        50% {
            background-position: 100% 50%;
        }
        100% {
            background-position: 0% 50%;
        }
        
    }
@media only screen and (max-width: 600px) {
.modal-content{
    min-width: auto;
}
.offcanvas.offcanvas-start{
    width: 75%;
}
}

@keyframes blink {
    0% {
        opacity: 1;
        color: black;
        font-weight: normal;
    }
    50% {
        opacity: 0;
        color: red;
        font-weight: bold;
    }
    100% {
        opacity: 1;
        color: black;
        font-weight: normal;
    }
}
/* Στυλ για το popup */
.cookie-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #333;
    color: white;
    padding: 20px;
    text-align: center;
    z-index: 9999;
    display: none; /* Απόκρυψη μέχρι να εμφανιστεί */
}

/* Στυλ για το περιεχόμενο του popup */
.cookie-popup-content {
    max-width: 600px;
    margin: 0 auto;
    font-size: 16px;
}

/* Στυλ για τα κουμπιά */
.accept-btn, .reject-btn {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    margin-top: 10px;
}

.accept-btn:hover, .reject-btn:hover {
    background-color: #45a049;
}

/* Στυλ για το κουμπί Απόρριψης */
.reject-btn {
    background-color: #f44336;
}

.cookie-settings {
    margin: 20px 0;
}

.cookie-settings label {
    display: block;
    font-size: 14px;
    margin: 5px 0;
}
@media (hover: none) {
  button:hover,
  .btn:hover {
    background-color: inherit !important;
    color: inherit !important;
  }
}
