/*
 Copyright 2024 European Commission

 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at

      https://www.apache.org/licenses/LICENSE-2.0

 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 */

:root {
    --sw-toolbar-btn-background-color: #18191a;
    --sw-anchor-active-primary-color: #18191a;
    --sw-anchor-active-secondary-color: #ffffff;
    --sw-anchor-done-primary-color: #595d61;
    --sw-progress-color: #18191a;
    --sw-progress-background-color: #f8f9fa;
    --sw-loader-color: #18191a;
}
main {
    padding: 0em;
}

nav ul li .nav-link {
    color: white !important;
    font-weight: 200;
}

nav ul li .nav-link.active {
    font-weight: 500 !important;
}

body {
    background-color: whitesmoke !important;
    padding-top: 5em;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.certificateContainer {
    padding: 1em 2em;
    max-height: 500px;
    overflow: auto;
    text-align: center;
}

.certificateContainer1 {
    padding: 1em 2em;
    max-height: 500px;
    overflow: auto;
    text-align: left;
}

footer {
    background-color: black;
    color: #fff;
    padding: 20px;
}

.footer-column-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-column {
    text-align: center;
    display: flex;
    flex-direction: column;
}

.footer-column a {
    color: #fff;
    text-decoration: none;
    margin: 5px;
}

.footer-column a:hover {
    text-decoration: underline;
}

.footer-column img {
    max-width: 100%;
    height: auto;
    margin: 5px;
}

.footer-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

#createCert {
    margin-bottom: 0em;
}

   .navbar-toggler-icon {
       background-image: url('Assets/menu-bar.png');
   }

   ::-webkit-scrollbar-track {
       background: #f1f1f1;
   }

   ::-webkit-scrollbar {
       width: 10px;
   }

   ::-webkit-scrollbar-thumb:hover {
       background: #999999;
       cursor: pointer;
   }


   ::-webkit-scrollbar-thumb {
       background: #e66527;
       border-radius: 8px;
   }

   .navbar-toggler {
       line-height: 1;
       color: rgb(255 255 255 / 65%);
       background-color: transparent;
       border: var(--bs-border-width) solid rgb(255 255 255 / 48%);
       border-radius: 2px;
       transition: var(--bs-navbar-toggler-transition);
   }


   body {
       overflow-x: hidden;
       width: 100vw;
   }

   .montserrat {
       font-family: "Montserrat", serif;
       font-optical-sizing: auto;
       font-weight: 700;
       font-style: normal;
   }

   .roboto-condensed-100 {
       font-family: "Roboto Condensed", sans-serif;
       font-optical-sizing: auto;
       font-weight: 100;
       font-style: normal;
   }

   .roboto-condensed-100it {
       font-family: "Roboto Condensed", sans-serif;
       font-optical-sizing: auto;
       font-weight: 100;
       font-style: italic;
   }

   .roboto-condensed-200 {
       font-family: "Roboto Condensed", sans-serif;
       font-optical-sizing: auto;
       font-weight: 200;
       font-style: normal;
   }

   .roboto-condensed-200it {
       font-family: "Roboto Condensed", sans-serif;
       font-optical-sizing: auto;
       font-weight: 200;
       font-style: italic;
   }

   .roboto-condensed-300 {
       font-family: "Roboto Condensed", sans-serif;
       font-optical-sizing: auto;
       font-weight: 300;
       font-style: normal;
   }

   .roboto-condensed-300it {
       font-family: "Roboto Condensed", sans-serif;
       font-optical-sizing: auto;
       font-weight: 300;
       font-style: italic;
   }

   .roboto-condensed-400 {
       font-family: "Roboto Condensed", sans-serif;
       font-optical-sizing: auto;
       font-weight: 400;
       font-style: normal;
   }

   .roboto-condensed-400it {
       font-family: "Roboto Condensed", sans-serif;
       font-optical-sizing: auto;
       font-weight: 400;
       font-style: italic;
   }

   .roboto-condensed-500 {
       font-family: "Roboto Condensed", sans-serif;
       font-optical-sizing: auto;
       font-weight: 500;
       font-style: normal;
   }

   .roboto-condensed-500it {
       font-family: "Roboto Condensed", sans-serif;
       font-optical-sizing: auto;
       font-weight: 500;
       font-style: italic;
   }

   .roboto-condensed-600 {
       font-family: "Roboto Condensed", sans-serif;
       font-optical-sizing: auto;
       font-weight: 600;
       font-style: normal;
   }

   .roboto-condensed-600it {
       font-family: "Roboto Condensed", sans-serif;
       font-optical-sizing: auto;
       font-weight: 600;
       font-style: italic;
   }

   .roboto-condensed-700 {
       font-family: "Roboto Condensed", sans-serif;
       font-optical-sizing: auto;
       font-weight: 700;
       font-style: normal;
   }

   .roboto-condensed-700it {
       font-family: "Roboto Condensed", sans-serif;
       font-optical-sizing: auto;
       font-weight: 700;
       font-style: italic;
   }

   .roboto-condensed-800 {
       font-family: "Roboto Condensed", sans-serif;
       font-optical-sizing: auto;
       font-weight: 800;
       font-style: normal;
   }

   .roboto-condensed-800it {
       font-family: "Roboto Condensed", sans-serif;
       font-optical-sizing: auto;
       font-weight: 800;
       font-style: italic;
   }

   .roboto-condensed-900 {
       font-family: "Roboto Condensed", sans-serif;
       font-optical-sizing: auto;
       font-weight: 900;
       font-style: normal;
   }

   .roboto-condensed-900it {
       font-family: "Roboto Condensed", sans-serif;
       font-optical-sizing: auto;
       font-weight: 900;
       font-style: italic;
   }

   .page_title_area {
       min-height: 80px;
       padding: 30px 0px;
   }

   #mdoc-uri-text {
       display: none;
   }

   #sameDeviceButton {
       display: none;
   }

   .contactLinks {
       color: white;
       font-size: 13px;
       text-decoration: none;
   }

   .contactLinks:hover {
       text-decoration: underline;
   }

   .whiteLink {
       color: white;
       text-decoration: none;
   }

   .whiteLink:hover {
       text-decoration: underline;
   }

   .nav-link {
       color: white;
       font-size: 20px;
   }

   .scyBack {
       background-color: #EB6823
   }

   .scyGrayBack {
       background-color: #f9f9f9
   }

   .btn-light {
       color: #EB6823;
       padding: 8px 25px;
       border-radius: 1.55rem;
       border: 1px solid #EB6823;
   }

   .btn-light-white {
       color: #EB6823;
       padding: 8px 25px;
       border-radius: 1.55rem;
       border: 1px solid #EB6823;
   }

   .btn-light-white:hover {
       color: #ffffff;
       background-color: #e66527;
       border-color: #e56527;
   }

   .btn-light-white:hover img {
       filter: brightness(0) saturate(100%) invert(100%) sepia(95%) saturate(4%) hue-rotate(132deg) brightness(105%) contrast(100%);
   }

   .scyColor {
       color: #EB6823 !important;
   }

   .scyCard {
       box-shadow: 0px 4px 4px 0px #00000040;
       background-color: white;
       border-radius: 1rem;
       padding: 1rem;
       transition: all 0.5s;
   }

   .scyCard:hover {
       transform: translateY(-7px);
   }

   .store {
       transition: all 0.5s;
   }

   .store:hover {
       transform: translateY(-5px);
   }


   .btnContact {
       background-color: black;
       color: #EB6823;
       border: 1px solid #EB6823;
   }

   .btnOrange {
       background-color: #EB6823;
       color: white;
       border: 1px solid #EB6823;
       transition: all 0.3s;
   }

   .btnOrange:hover {
       background-color: white;
       color: #EB6823;
       border: 1px solid #EB6823;
   }

   .navScylink {
       font-size: 17px;
   }

   .appScytales {
       text-align: end;
   }

@media (max-width: 775px) {
       .qrimage {
           display: none;
       }

          #createCert {
        margin-bottom: 1em;
    }

       .hideOnMobile {
           display: none !important
       }

       .showOnMobile {
           display: flex !important;
       }

       #mdoc-uri-text {
           display: block;
       }

       #sameDeviceButton {
           display: block;
       }

       .fotColumn {
           flex-direction: column;
       }

       .appScytales {
           text-align: start;
       }
   }

   @media (max-width: 550px) {
       .qrimage {
           display: none;
       }

       #mdoc-uri-text {
           display: block;
       }

       #sameDeviceButton {
           display: block;
       }

       #logo {
           width: 200px;
       }
   }