/* input(1240,1): run-time error CSS1019: Unexpected token, found '}'
input(1265,47): run-time error CSS1034: Expected closing parenthesis, found ','
input(1265,47): run-time error CSS1042: Expected function, found ','
input(1265,52): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
input(1327,46): run-time error CSS1034: Expected closing parenthesis, found ','
input(1327,46): run-time error CSS1042: Expected function, found ','
input(1327,51): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')' */
@font-face {
    font-family: "CustomFont";
    /*    src: url("Fonts/DMSans-Regular.ttf?v=P9BMpsZDIjibiRHs4rDsgVjfcpQ");*/
    src: url("Fonts/Roboto-light.ttf?v=u7kfxMNanz0f71Q8KvPsdq5tww0");
}

.container {
    max-width: 95%;
    /*font-family: CustomFont;*/
}

.mainContainer {
    height: auto;
    min-height: 100%;
    background-color: #f9f9f9;
    /*background-color: #F1F2F6;*/
}

.scrollableElement {
    max-height: 100vh;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    padding-bottom: 20% !important;
    padding: inherit;
}

.scrollableElementBothAxes {
    max-height: 100vh;
    overflow-x: scroll !important;
    overflow-y: scroll !important;
    padding-bottom: 500px !important;
    padding: inherit;
}

a.navbar-brand {
    white-space: normal;
    text-align: left;
    word-break: break-all;
    color: #fff;
}

.navbar {
    max-height: 40px;
    color: #fff;
    background-color: #006ac3;
    padding: 0;
   /* font-family: CustomFont;*/
}

.backgroundGrey {
    background-color: rgba(50,50,50,0.2);
}

.show {
    display : block;
}

.disabledInput {
    pointer-events: none;
}

.colorBlack {
    color : black!important;
}

.cursor {
    cursor: pointer;
}

.color-success {
    color: #28a745;
}


.Success {
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: rgba(212, 228, 215,.4);
    position: absolute;
}
.divCenter {
    color: green;

    font-size: 24px;
}

.dTxtSuccess {
    background-color: white;
    border-radius: 50px;
    width: 500px;
    height: 60px;
    margin-top: 21%;
    margin-left: 35%;
}

.pSuccess {
    margin-left: 25%;
    padding-top: 2%;
}

.form-translate {
    height: calc(1.5em + .25rem + 2px) !important;
    padding: .375rem .75rem;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 70% !important;
    opacity: 1 !important;
}

.translate-border-success {
    border: 1px solid #28a745 !important;
}
.translate-border-danger {
    border: 1px solid #dc3545 !important;
}
.translate-multiple {
    border: 2px solid grey !important;
    opacity: .5 !important;
}
/* !!! ScrollBar !!! */
/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 15px;
    border: 6px solid transparent;
    background-clip: content-box;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #a8bbbf;
        width: 5px;
    }

.ddlLang {
    position: absolute;
    z-index: 1000;
    background-color: #006ac3;
    width: 270px;
    padding: 8px;
    right: 10rem;
    display : none;
}
/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.btnSignIn {
    border-radius: 40px 40px;
    width: 30%;
}

.login-form {
    margin: 60% 0;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    flex: none;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
}
.footer {
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
    flex: none;
    z-index: 1000;
}


.sidebar {
    position: sticky;
    width: 225px;
    height: 100%;
    background: #fff;
    float: left;
    top: 0;
    z-index: 2;
    box-shadow: 0px 0px 10px -5px black;
}

.content {
    height: 100%;
    width: auto;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    z-index: 1;
}

.info {
/*    width: 100%;*/
    height: 100%;
/*    position: relative;*/
/*    overflow:scroll;*/
}

.containerPrincipal {
    width: 100%;
    height: 100%;
    flex: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

html, body {
    margin: 0;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
}

.modalInsideMain {
    margin: 0 !important;
    position: absolute;
    background-color: #f1f2f6;
    z-index : 500;
    top : 0 !important;
}
/**    Login page    **/
.containerL {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.screen {
    background-color: #006ab3;
    position: relative;
    /*height: 700px;*/
    height: 800px;
    width: 460px;
    /*box-shadow: 0px 0px 6px #006ab3;*/
    /*box-shadow: 0px 0px 6px rgba(0,0,0,0.12);*/
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.09), 0 5px 19px 0 rgba(0,0,0,0.1);
    border-radius: 6px;
}

.screen__content {
    z-index: 1;
    position: relative;
    height: 100%;
}

.screen__background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}

.screen__background__shape {
    transform: rotate(45deg);
    position: absolute;
}

.screen__background__shape1 {
    height: 600px;
    width: 570px;
    background: #FFF;
    /*background: #f9f9f9;*/
    top: -32px;
    right: 164px;
    border-radius: 0 72px 0 0;
}


.screen__background__shape4 {
    height: 400px;
    width: 280px;
    background: #006ab3;
    top: 500px;
    right: 16px;
    border-radius: 60px;
}

.login {
    width: 385px;
    padding: 30px;
    padding-top: 156px;
}

.login__field {
    padding: 20px 0px;
    position: relative;
}

.login__icon {
    position: absolute;
    top: 35px;
    left: 12px;
    color: #006ab3;
}

.login__input {
    border: none;
    border-radius: 3px;
    border-bottom: 2px solid #D1D1D4;
    background: none;
    padding: 10px;
    padding-left: 37px;
    font-weight: 600;
    width: 90%;
    transition: .2s;
}

    .login__input:active,
    .login__input:focus,
    .login__input:hover {
        outline: none;
        border-bottom-color: #6A679E;
    }

.login__submit {
    background: #ffffff;
    /*background: #f9f9f9;*/
 
    font-size: 15px;
    /*margin-top: 30px;*/
    padding: 16px 20px;
    border-radius: 35px;
    border: 1px solid #006ab3;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
    width: 70%;
    color: #006ab3;
    box-shadow: 0 3px 2px 0 rgba(0,0,0,0.09), 0 2px 3px 0 rgba(0,0,0,0.1);
    /*box-shadow: 0px 2px 2px #006ab3;*/
    cursor: pointer;
    transition: .2s;
}

    .login__submit:active,
    .login__submit:focus,
    .login__submit:hover {
        border-color: #6A679E;
        color: #6A679E;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.09), 0 1px 1px 0 rgba(0, 0, 0, 0.1);
        outline: none;
    }

.button__icon {
    font-size: 24px;
    margin-left: auto;
    color: #006ab3;
}

.social-login {
    position: absolute;
    height: 140px;
    width: 160px;
    text-align: center;
    bottom: 0px;
    right: 30px;
    color: #fff;
}

.social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-login__icon {
    padding: 20px 10px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0px 0px 8px #7875B5;
    font-size :20px;
}

    .social-login__icon:hover {
        transform: scale(1.5);
        color:black;
    }

.login-left {
    background-color: #f9f9f9;
}


.landingCard {
    /*box-shadow: 0px 2px 2px #006ab3;*/
    border: none;
    background-color: #f9f9f9;
    overflow: scroll;
}

.bigIcone {
    font-size :35px;  
}

.TicketTitle {
    border-bottom : 1px solid grey;
}

/*@font-face {
    font-family: "CustomFont";
    src: url("Fonts/DMSans-Regular.ttf?v=P9BMpsZDIjibiRHs4rDsgVjfcpQ");
}*/


.cloud-text {
    font-family: "CustomFont";
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: url('/img/wood.jfif?v=xQueXbYCWlWIiU1P6n8tSoOWIBk');
    background-size: auto;
    background-attachment: unset;
    background-position: 0%;
    width: 80%;
    margin: auto;
    font-size: 140px;
    font-weight : 900;
    animation: clouds-moving infinite 220s;
    animation-fill-mode: forwards;
    animation-play-state: running;
    animation-timing-function: linear;
    text-align: center;
}

@keyframes clouds-moving {
    0% {
        background-position: 0%;
    }

    50% {
        background-position: 100%;
    }

    100% {
        background-position: 0%;
    }
}

.attribute {
    position: relative;
    font-size: 26px;
    text-align: center;
}


.poweEMbedded {
    height: 800px; /* 16:9 aspect ratio */
}



.btnPlain {
    border: none;
    background-color: transparent;
    position: absolute;
    z-index: 10;
}




/**   DIV FORM    **/


.divForm .divInput {
    position: relative;
    background-color: #F9FAFC;
    border: 2px solid #f0f1f4;
    border-radius: 20px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 9px;
    margin-left: 8%;
    margin-right: 8%;
}

    .divForm .divInput input {
        width: 100%;
        padding: 10px 0;
        font-size: 16px;
        color: black;
        margin-bottom: 00px;
         border: 0px;
        outline: none;
        background-color: #F9FAFC;
        margin-top: 15px;
    }

    .divForm .divInput label {
        position: absolute;
        top: 0;
        left: 0;
        padding: 10px 0;
        font-size: 16px;
        color: grey;
        pointer-events: none;
        transition: .5s;
    }

    .divForm .divInput input:focus ~ label,
    .divForm .divInput input:valid ~ label {
        top: 0px;
        left: 15px;
        color: gray;
        font-size: 12px;
    }



    .divForm .divInput select {
        width: 100%;
        padding: 10px 0;
        font-size: 16px;
        color: black;
        margin-bottom: 00px;
        border: none;
        outline: none;
        background-color: #F9FAFC;
        margin-top: 15px;
    }

        .divForm .divInput select label {
            position: absolute;
            top: 0;
            left: 0;
            padding: 10px 0;
            font-size: 16px;
            color: #fff;
            pointer-events: none;
            transition: .5s;
        }


        .divForm .divInput select:focus ~ label,
        .divForm .divInput select:valid ~ label {
            top: 0px;
            left: 15px;
            color: gray;
            font-size: 12px;
        }

.EmptyInput {
    border : 1px solid red;
}

.TransForm {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    padding: 10px 0 !important;
    font-size: 16px !important;
    color: grey !important;
    transition: .5s !important;
    margin-top : 0 !important;
    background-color : #fff !important;
    border:1px solid black;
}

.active-pointer {
    pointer-events: visible !important;
}
.SpecialPill
{
    padding: 0.25em 0.4em !important;
    border-radius: 0.25rem !important;
}
/*  CIRCLE MENU   */

.menuCircle {
    margin: 0 auto;
    right: -15px;
    margin-left: 5px;
}
.btnCircleMain {
    font-size: 24px;
    padding-right : 55px;
}
.btnCircle {
    width: 40px;
    height: 40px;
    border-radius: 70px;
    position: absolute;
    overflow: hidden;
    cursor: pointer;
   

}

    .btnCircle:hover {
        background: #00569e;
        color: white;
        box-shadow: 0 1px 1px rgba(0,0,0,0.12), 0 1px 1px rgba(0,0,0,0.24);
    }

.btnCircle {
    background: #006ac3;
    color : white;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0 2px 3px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.24);
    -webkit-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

    .btnCircle:not(:first-child) {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        z-index: -2;
        /*-webkit-transition: all 0.6s cubic-bezier(.87,-.41,.19,1.44);*/
        -webkit-transition: all 0.4s cubic-bezier(.87,-.41,.19,1.44);
        /*transition: all 0.5s cubic-bezier(.87,-.41,.19,1.44);*/
        transition: all 0.3s cubic-bezier(.87,-.41,.19,1.44);
    }

    .btnCircle:nth-child(2) {
        top: 0px;
        -webkit-transition-delay: 0s;
        /*-webkit-transition-delay: 0s;*/
        /*transition-delay: 0s*/
        transition-delay: 0s
    }

    .btnCircle:nth-child(3) {
        top: 0px;
        left: 0px;
        -webkit-transition-delay: 0s;
        /*-webkit-transition-delay: 0.1s;*/
        /*transition-delay: 0.09s*/
        transition-delay: 0.01s;
    }

    .btnCircle:nth-child(4) {
        left: 0px;
        top: 0px;
        -webkit-transition-delay: 0s;
        /*-webkit-transition-delay: 0.1s;*/
        /*transition-delay: 0.1s*/
        transition-delay: 0.03s
    }

    .btnCircle:nth-child(5) {
        top: 0px;
        left: 0px;
        -webkit-transition-delay: 0s;
        /*-webkit-transition-delay: 0.2s;*/
        /*transition-delay: 0.2s*/
        transition-delay: 0.005s
    }

    .btnCircle:nth-child(6) {
        top: 0px;
        -webkit-transition-delay: 0s;
        /*-webkit-transition-delay: 0.3s;*/
        /*transition-delay: 0.3s*/
        transition-delay: 0.004s
    }

    .btnCircle:nth-child(7) {
        top: 0px;
        left: 0px;
        -webkit-transition-delay: 0s;
        /*-webkit-transition-delay: 0.4s;*/
        /*transition-delay: 0.4s*/
        transition-delay: 0.0s
    }

    .btnCircle:nth-child(8) {
        left: 0px;
        -webkit-transition-delay: 0s;
        /*-webkit-transition-delay: 0.5s;*/
        /*transition-delay: 0.5s*/
        transition-delay: 0.0s
    }

    .btnCircle:nth-child(9) {
        top: 0px;
        left: 0px;
        -webkit-transition-delay: 0.6s;
        /*-webkit-transition-delay: 0.6s;*/
        /*transition-delay: 0.6s*/
        transition-delay: 0.0s
    }

input#toggle:checked ~ #show-menu .btnCircle:nth-child(2) {
    top: -150px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input#toggle:checked ~ #show-menu .btnCircle:nth-child(3) {
    top: -100px;
    left: 100px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input#toggle:checked ~ #show-menu .btnCircle:nth-child(4) {
    /* Param */
    left: -50px;
    top: 50px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 2000 !important;
}

input#toggle:checked ~ #show-menu .btnCircle:nth-child(5) {
    /* Admin */
    top: 50px;
    left: -150px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index : 2000!important;
}

input#toggle:checked ~ #show-menu .btnCircle:nth-child(6) {
    /* logOut */
    top: 50px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 2000 !important;
}

input#toggle:checked ~ #show-menu .btnCircle:nth-child(7) {
    /* connection */
    top: 50px;
    left: -100px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 2000 !important;
}

input#toggle:checked ~ #show-menu .btnCircle:nth-child(8) {
    left: -150px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input#toggle:checked ~ #show-menu .btnCircle:nth-child(9) {
    top: -100px;
    left: -100px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.menuBtn, .closeBtn {
    position: absolute;
    transition: all 0.3s ease;
}

.closeBtn {
    transform: translateY(50px);
    opacity: 0;
}

input#toggle:checked ~ #show-menu .btnCircle .menuBtn {
    transform: translateY(-50px);
    opacity: 0;
}

input#toggle:checked ~ #show-menu .btnCircle .closeBtn {
    transform: translateY(0px);
    opacity: 1;
}


/* !!!! Card !!!!!*/
.mainTitle {
    width: 100%;
    padding-top: 10px;
    margin-bottom: 10px;
    color: #2c2c2c;
    font-family: CustomFont;
}

    .mainTitle::after {
        content: "";
        display: block;
        border-bottom: 1px solid;
        border-bottom-color: #2c2c2c;
        position: relative;
        bottom: 5px; /* your padding + border-width */
    }

.myCard {
    background-color: white;
    border-radius: 20px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.09), 0 4px 15px 0 rgba(0, 0, 0, 0.1);
}


/* Toggle button active */
.switchToggle input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
    position: absolute;
}

.switchToggle label {
    cursor: pointer;
    text-indent: -9999px;
    width: 100px;
    max-width: 100px;
    height: 34px;
    background: #d1d1d1;
    display: block;
    border-radius: 100px;
    position: relative;
    margin-left : 40%;
    margin-top:10px;
}

    .switchToggle label:after {
        content: '';
        position: absolute;
        top: 2px;
        left: 2px;
        width: 26px;
        height: 30px;
        background: #fff;
        border-radius: 90px;
        transition: 0.3s;
    }

.switchToggle input:checked + label, .switchToggle input:checked + input + label {
    background: #006ac3;
}

.switchToggle input + label:before, .switchToggle input + input + label:before {
    content: 'Inactive';
    position: absolute;
    top: 5px;
    left: 35px;
    width: 60px;
    height: 30px;
    border-radius: 90px;
    transition: 0.3s;
    text-indent: 0;
    color: #fff;
    font-weight: bold;
}

.switchToggle input:checked + label:before, .switchToggle input:checked + input + label:before {
    content: 'Active';
    position: absolute;
    top: 5px;
    left: 10px;
    width: 60px;
    height: 30px;
    border-radius: 90px;
    transition: 0.3s;
    text-indent: 0;
    color: #fff;
    font-weight : bold;
}

.switchToggle input + label.inTest:before, .switchToggle input + input + label.inTest:before {
    content: 'InProd';
}
.switchToggle input:checked + label.inTest:before, .switchToggle input:checked + input + label.inTest:before {
    content: 'InTest';
}

.switchToggle input:checked + label:after, .switchToggle input:checked + input + label:after {
    left: calc(100% - 2px);
    transform: translateX(-100%);
}

.switchToggle label:active:after {
    width: 60px;
}

.toggle-switchArea {
    margin: 10px 0 10px 0;
}


/* Form Desing */
.redBorder {
    border : 1px solid red;
}

.redText {
    color : tomato;
}



/*  CARROUSEL   */

.icon-cards {
    position: relative;
    width: 35vw;
    height: 40vw;
    max-width: 800px;
    max-height: 650px;
    color: black;
    perspective: 1000px;
    transform-origin: center;
    left: 25%;
    margin-bottom: 10%;
}

.icon-cards__content {
    position: absolute;
    width: 100%;
    height: 100%;
    transform-origin: center;
    transform-style: preserve-3d;
    transform: translateZ(-30vw) rotateY(0);
    -webkit-animation: carousel 14s infinite cubic-bezier(0.77, 0, 0.175, 1) forwards;
    animation: carousel 14s infinite cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

    .icon-cards__content.step-animation {
        -webkit-animation: carousel 12s infinite steps(1) forwards;
        animation: carousel 12s infinite steps(1) forwards;
    }

.icon-cards__item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 35vw;
    height: 40vw;
    max-width: 800px;
    max-height: 650px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    transform-origin: center;
}

    .icon-cards__item:nth-child(1) {
        background: #fff;
        transform: rotateY(0) translateZ(35vw);
    }

    .icon-cards__item:nth-child(2) {
        background: #fff;
        transform: rotateY(120deg) translateZ(35vw);
    }

    .icon-cards__item:nth-child(3) {
        background: #fff;
        transform: rotateY(240deg) translateZ(35vw);
    }





@-webkit-keyframes carousel {
    0%, 17.5% {
        transform: translateZ(-35vw) rotateY(0);
    }

    27.5%, 45% {
        transform: translateZ(-35vw) rotateY(-120deg);
    }

    55%, 72.5% {
        transform: translateZ(-35vw) rotateY(-240deg);
    }

    82.5%, 100% {
        transform: translateZ(-35vw) rotateY(-360deg);
    }
}

@keyframes carousel {
    0%, 17.5% {
        transform: translateZ(-35vw) rotateY(0);
    }

    27.5%, 45% {
        transform: translateZ(-35vw) rotateY(-120deg);
    }

    55%, 72.5% {
        transform: translateZ(-35vw) rotateY(-240deg);
    }

    82.5%, 100% {
        transform: translateZ(-35vw) rotateY(-360deg);
    }
}


@-webkit-keyframes jelly {
    from {
        transform: scale(1, 1);
    }

    30% {
        transform: scale(1.25, 0.75);
    }

    40% {
        transform: scale(0.75, 1.25);
    }

    50% {
        transform: scale(1.15, 0.85);
    }

    65% {
        transform: scale(0.95, 1.05);
    }

    75% {
        transform: scale(1.05, 0.95);
    }

    to {
        transform: scale(1, 1);
    }
}

@keyframes jelly {
    from {
        transform: scale(1, 1);
    }

    30% {
        transform: scale(1.25, 0.75);
    }

    40% {
        transform: scale(0.75, 1.25);
    }

    50% {
        transform: scale(1.15, 0.85);
    }

    65% {
        transform: scale(0.95, 1.05);
    }

    75% {
        transform: scale(1.05, 0.95);
    }

    to {
        transform: scale(1, 1);
    }



}


.bigBottomPadding {
    padding-bottom : 150px;
}


.toast {
    text-align: left;
    padding: 21px 0;
    background-color: #fff;
    border-radius: 4px;
    max-width: 500px;
    top: 0px;
    position: relative;
    box-shadow: 1px 7px 14px -5px rgba(0,0,0,0.2);
    border-bottom-color : lightgray;
}


    .toast:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 4px;
        height: 100%;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

.toast__icon {
    position: absolute;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    padding: 10px;
    border-radius: 50%;
    display: inline-block;
    top: 15%;
}

.bgWhite {
    margin: 0;
    margin-left: 5px;
    background-color: #fff;
}

.toast__type {
    color: #3e3e3e;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 8px;
}

.toast__message {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
    color: #878787;
}

.toast__content {
    padding-left: 70px;
    padding-right: 60px;
}

.toast__close {
    position: absolute;
    right: 22px;
    top: 44%;
    width: 14px;
    cursor: pointer;
    height: 14px;
    font-size: 16px;
    transform: translateY(-50%);
}


.clickable {
    cursor: pointer;
}

.infoBulle {
    position: absolute;
    float: right;
    right: 10px;
    border: none;
    background-color: transparent;
}

.spanBulle {
    right: -17px;
    position: absolute;
    z-index: 100 !important;
    margin-top: 26px;
    font-size: 0.8rem;
    background-color: white;
    border: 1px solid #007bff;
    padding: 1rem;
    height: auto;
    width: auto;
}

.hiddenDiv {
    display: none;
}
}

.selectedMenuNode {
    font-weight: bold;
}
/** Error notification CSS **/
.wrapperLive {
    width: 480px;
    background: transparent;
    position: absolute;
    z-index: 100;
    left: 40%;
}


.notificationsLive_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 77px;
    margin-bottom: 5px;
    padding: 0 20px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 15px 20px 0px rgb( 0, 0, 0, .2 );
    transition: all .3s ease-in;
    cursor: pointer;
}

.notificationsLive_item_icone {
    font-size: 2rem;
    overflow: hidden;
    margin-right: 20px;
}


.notificationsLive_item_content {
    width: calc( 100% - 105px );
}

.notificationsLive_item_title,
.notificationsLive_item_message {
    display: block;
}

.notificationsLive_item_title {
    letter-spacing: 2px;
    font-family: 'atvice', sans-serif;
    font-size: 17px;
}

.notificationsLive_item_message {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #929292;
}

.notificationsLive_item_option {
    width: 30px;
    height: 30px;
    margin: 8px 0;
    border-radius: 50%;
    color: white;
    opacity: 0;
    font-size: 1.2rem;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    transition: all .2s;
}

    .notificationsLive_item_option.mail {
        background-color: #3dc98c;
    }

    .notificationsLive_item_option.delete {
        background-color: #c93d4d;
    }


/*
* Animation part
*/
.notificationsLive_item:hover {
    background-color: #f7f7f7;
    transform: scale( 0.95 );
    box-shadow: 0px 5px 10px 0px rgb( 0, 0, 0, .2 );
}

    .notificationsLive_item:hover .notificationsLive_item_option {
        opacity: 1;
    }

.notificationsLive_item.mail .notificationsLive_item_title,
.notificationsLive_item.delete .notificationsLive_item_title {
    color: white;
}

.notificationsLive_item.mail .notificationsLive_item_message,
.notificationsLive_item.delete .notificationsLive_item_message {
    color: #f3f3f3;
}

.notificationsLive_item.mail {
    background-color: #3dc98c;
    animation: mailAnimation 1.5s cubic-bezier(0, 0, 0, 1.12) forwards;
    animation-delay: .6s;
}

.notificationsLive_item.delete {
    background-color: #c93d4d;
    animation: deleteAnimation 1.5s cubic-bezier(0, 0, 0, 1.12) forwards;
    animation-delay: .6s;
}


@keyframes mailAnimation {
    to {
        transform: translateX( 100px );
        opacity: 0;
    }
}

@keyframes deleteAnimation {
    to {
        transform: translateX( -100px );
        opacity: 0;
    }
}

.loading_panel {
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: rgba(212, 228, 215,.4);
    position: absolute;
}

.saw {
    width: 260px;
    left: 44%;
    top: 35%;
    position: absolute;
}

.wood {
    width: 125px !important;
    left: 50%;
    top: 40%;
    position: absolute;
}

.sawmovement {
    animation: sawAnimation 1.5s cubic-bezier(0, 0, 0, 1.12) forwards;
    animation-duration : 2s;
    animation-iteration-count: 5;
}
@keyframes sawAnimation {
    0% {
        transform: translateY( 2.5px,2.5px );
    }
    5% {
        transform: translate(5px,5px) ;
    }
    10% {
        transform: translate(7.5px,7.5px);
    }
    15% {
        transform: translate(10px,10px);
    }
    20% {
        transform: translate(12.5px,15px);
    }
    25% {
        transform: translate(15px,15px);
    }
    30% {
        transform: translate(17.5px,15px);
    }
    35% {
        transform: translate(20px,15px);
    }
    40% {
        transform: translate(22.5px,15px) ;
    }
    45% {
        transform: translate(25px,15px) ;
    }
    50% {
        transform: translate(40px,15px);
    }
    55% {
        transform: translate(25px,15px);
    }
    60% {
        transform: translate(20px,15px);
    }
    65% {
        transform: translate(15px,15px);
    }
    70% {
        transform: translate(10px,15px);
    }
    75% {
        transform: translate(5px,12.5px);
    }
    80% {
        transform: translate(0px,10px);
    }
    85% {
        transform: translate(-2.5px,7.5px);
    }
    90% {
        transform: translate(-5px,5px);
    }
    95% {
        transform: translate(-2.5px,2.5px);
    }
    100% {
        transform: translate(0px,0px);
    }
}

.divLogoPictureIconMenu {
    height: 34px;
    width: 34px;
    border-radius: 40px;
}

.logo-picture-Menu {
    height: 34px;
    width: 34px;
    border-radius: 340px;
    margin-top: 3px;
}


/**Card Info COunt**/

.selectedPill {
    top: -0.7rem;
    left: 75%;
    color: white;
    font-size: 100%;
    padding: 0.25em 0.4em !important;
    border-radius: 0.65rem !important;
    background-color: green !important;
}

.dBtnSpecificationSelector {
    background-color: white;
    border-radius: 20px;
    border: 1px solid rgba(0,0,0,.125);
    display: inline-block;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.09), 0 5px 19px 0 rgba(0,0,0,0.1);
    /*width: 100%;*/
    cursor: pointer;
    min-width: 100%;
    transition: box-shadow 0.2s ease;
}

    .dBtnSpecificationSelector:hover {
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.09), 0 2px 9px 0 rgba(0, 0, 0, 0.1);
    }





.specificationName {
    color: #2c2c2c;
    font-family: CustomFont;
    font-size: 1.1rem;
    margin-bottom: unset;
}

.specificationCount {
    color: #006ac3;
    font-family: CustomFont;
    font-size: 1.6rem;
}


.specificationIcon {
    color: #006ac3;
    font-size: 2rem;
    float: right;
}

@media screen and (max-width: 1024px) {
    .specificationName {
        color: #2c2c2c;
        font-family: CustomFont;
        font-size: 1rem;
        margin-bottom: unset;
    }

    .specificationIcon {
        color: #006ac3;
        font-size: 1rem;
        padding-top: 1rem;
        float: right;
    }
}