﻿* {
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

/* For Menu */
#header {
    padding-left:8px;
    padding-top:8px;
    padding-right:8px;
}

nav#menu li > a i, nav#menu li a img, nav#menu li a svg {
    padding-right: 10px;
}
/* End For Menu*/

a.action {
    cursor: pointer;
}

.invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
}


/*Loader Start*/
.loader {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    /*background:#c5cae9;*/
}


@keyframes grow {
    from {
        transform: scale(0, 0);
        opacity: 0;
    }

    to {
        transform: scale(1, 1);
        opacity: 1;
    }
}

@keyframes move {
    from {
        transform: translateX(0px);
    }

    to {
        transform: translateX(45px);
    }
}
/*Loader End*/

/* Language Menu Start */
.language_menu {
    float:right;
}
.language_menu ul, .language_menu li {
    margin: 0;
    padding: 0;
}

.language_menu ul {
    background: gray;
    list-style: none;
    width: 100%;
}

.language_menu li {
    float: left;
    position: relative;
    width: auto;
}

.language_menu a {
    background: #30A6E6;
    color: #FFFFFF;
    display: block;
    font: bold 12px/20px;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.language_menu a.active {
    background-color:#96be11;
} 
/* Language Menu End*/


input.invalid {
    border-color: rgb(250, 61, 86) !important;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg width='30px' height='30px' viewBox='0 0 30 30' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%28-128.000000, -59.000000%29' fill='%23F44336'%3E%3Cpolygon points='157.848404 61.9920213 145.980053 73.8603723 157.848404 85.7287234 154.856383 88.7207447 142.988032 76.8523936 131.119681 88.7207447 128.12766 85.7287234 139.996011 73.8603723 128.12766 61.9920213 131.119681 59 142.988032 70.8683511 154.856383 59'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 0.75rem;
}

input.valid {
    border-color: forestgreen !important;
    display: inline-block;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAsMCwyNTYsMjU2IgpzdHlsZT0iZmlsbDojMDAwMDAwOyI+CjxnIGZpbGw9IiMyMjhiMjIiIGZpbGwtcnVsZT0ibm9uemVybyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZS1saW5lY2FwPSJidXR0IiBzdHJva2UtbGluZWpvaW49Im1pdGVyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1kYXNoYXJyYXk9IiIgc3Ryb2tlLWRhc2hvZmZzZXQ9IjAiIGZvbnQtZmFtaWx5PSJub25lIiBmb250LXdlaWdodD0ibm9uZSIgZm9udC1zaXplPSJub25lIiB0ZXh0LWFuY2hvcj0ibm9uZSIgc3R5bGU9Im1peC1ibGVuZC1tb2RlOiBub3JtYWwiPjxnIHRyYW5zZm9ybT0ic2NhbGUoMTAuNjY2NjcsMTAuNjY2NjcpIj48cGF0aCBkPSJNOS4xMjUsMTguODc1Yy0wLjE5MiwwIC0wLjM4NCwtMC4wNzMgLTAuNTMsLTAuMjJsLTYuMTI1LC02LjEyNWMtMC4yOTMsLTAuMjkzIC0wLjI5MywtMC43NjggMCwtMS4wNjFjMC4yOTMsLTAuMjkzIDAuNzY4LC0wLjI5MyAxLjA2MSwwbDUuNTk1LDUuNTk1bDExLjcyLC0xMS43MmMwLjI5MywtMC4yOTMgMC43NjgsLTAuMjkzIDEuMDYxLDBjMC4yOTMsMC4yOTMgMC4yOTMsMC43NjggMCwxLjA2MWwtMTIuMjUsMTIuMjVjLTAuMTQ4LDAuMTQ3IC0wLjM0LDAuMjIgLTAuNTMyLDAuMjJ6Ij48L3BhdGg+PC9nPjwvZz4KPC9zdmc+');
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 0.75rem;
}


.debugInfo {
    position: absolute;
    z-index: auto;
    right: 20px;
    top: 150px;
}

.blink {
    animation: blink 4s linear infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .card {
        border:0px!important;
    }
    .main {
        padding:0px;
    }
}


/*Cookie Banner*/
:root {
    --cookie-banner-accept-bg:#228B22;
    --cookie-banner-decline-bg:#fb6e0e; /*#FA5252*/
}

.cookie-notification {background-color:#efefef;padding: 20px 30px; position: fixed; bottom: 0; border-top: 1px solid #ccc; box-shadow: 0px 2px 10px #888888;}
.cookie-notification p {color: #262626; font-size: 12px; line-height: 17px; letter-spacing: .1px; padding: 0 30px 0 0;}
.btn-cookie { border: none; color: white; padding: 13px; max-height: 40px; font-size: 12px; position: relative;}
.btn-cookie.accept {background-color: var(--cookie-banner-accept-bg);}
.btn-cookie.decline {background-color: var(--cookie-banner-decline-bg);}
/**/


/*********/
img.pointer,
img.humberger {
  cursor: pointer;
}
img.ht {
  margin: 2px;
}
img.hypra-btn-1 {
  cursor: pointer;
  margin: 2px;
}
input[type='image'].hypra-btn-small,
img.hypra-btn-small {
  cursor: pointer;
  display: inline-block;
  margin: 2px;
  border: 1px solid transparent;
  /*
        border-radius:3px;
    box-shadow:0px 5px 20px;
    transition: 0.3s ease;
        */
}
input[type='image'].hypra-btn,
img.hypra-btn {
  cursor: pointer;
  display: inline-block;
  border: 1px solid transparent;
  padding: 1px;
  box-shadow: 0px 1px 1px;
  border-radius: 3px;
  /*
        border-radius:3px;
    box-shadow:0px 5px 20px;
    transition: 0.3s ease;
        */
}
input[type='image'].hypra-btn:hover,
img.hypra-btn:hover {
  filter: brightness(120%);
  -webkit-filter: brightness(120%);
  border: 1px solid silver;
  box-shadow: 1px 1px 1px #2980b9;
  /*filter: drop-shadow(0px 1px 1px #2980b9);*/
}

.context-menu-container {
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif !important;
  font-size: 13px !important;
}
.context-menu-container li:not(.context-menu-separator) {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* DSICOUNT : Start */
.discount-container, .logo-container{
    position:relative;
}

.discount {
    position:absolute;
    top:21px;
    left:-5px;
    transform:rotate(-20deg);
}

.discount.right-top {
    left:initial;
    right:0px;
}

.discount-text {
    position: relative !important;
    padding-left: 0.3rem;
    padding-bottom: .1rem;
    padding-top: .1rem;
    padding-right: 0.3rem;
    background-color:#f7ff59; /*#dbb534;99;*/
    color: #000000;
    display: inline-block;
    font-size: .9rem;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: .25rem;
    z-index:3;
}

.discount-badge {
    position: absolute!important;
    top: -5px;
    left: 50%;
    transform: translate(-50%, -65%);
    padding: 1.3rem 0.7rem;
    font-weight:600; /*700;*/

    background-image:url('/imgs/discount.svg'); 
    background-position:center;
    background-repeat:no-repeat;
    background-size: contain;
    color:rgb(242 255 0);
    /*font-size: 1.4rem!important;*/
}

.discount-badge.no-text {
    transform: translate(20%, -38%);

}
body.small .discount .discount-badge, body.small .discount .discount-badge.no-text {
    padding: 1rem .9rem;
    font-weight: 600;
    font-size: 1em!important;
}
body.small .discount .discount-text{
    font-size: .7rem;
}

.discount-highlight {
    background-color:#f7ff59; 
    font-size:1rem;
    font-size: .9rem;
    font-weight: bold;
}

/* DISCOUNT : End */

/* LOGO : Start */
.logo {
    position:absolute;
    top:-130px;
    left:0px;
    width:125px;
    height:125px;
    background-position:center;
    background-repeat:no-repeat;
    background-size: contain;
}

.logo.terms {
    top:-87px;
}

body.small .logo {
    top:-102px;
    left:10px;
    width:90px;
    height:90px;
}

.logo.right-top {
     left:initial;
    right:0px;
}
/* LOG : END */

.modal-overlay {position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; background-color: rgba(08, 07, 7, 0.2);  z-index:9990}
.centerInBody{ position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);z-index:9999; }



.hypraPin .hypraPin-field { box-sizing: border-box; display: inline-block; width: 40px; height: 40px; padding: 5px; margin: 0 10px; border: 1px solid #ccc; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; text-align: center; }
.hypraPin .hypraPin-field:first-of-type { margin-left: 0; }
.hypraPin .hypraPin-field:last-of-type { margin-right: 0; }
.hypraPin .hypraPin-field:read-only { border: 1px solid #ddd; background: #fafafa; cursor: default; }
.hypraPin .hypraPin-field.pin-invalid { border: 1px solid red; color: red; }
.hypraPin .hypraPin-field.pin-valid { border: 1px solid ForestGreen; }