@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500&display=swap');

@keyframes apparition {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.apparition {
    animation: apparition 1s ease;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
    url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
    url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    font-feature-settings: 'liga';
    vertical-align: middle;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}

::-webkit-scrollbar-thumb {
    background: #2D3142;
}
::-webkit-scrollbar-track {
    background: #929292;
}

a {
    text-decoration: none;
    cursor: pointer;
}
/* ------------------------ BODY/CONTENT ------------------------ */

body{
    margin: 0;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    background: #EAEAEA;
}

section {
    display: none;
}

.content{
    width: calc(100% - 250px);
    padding-left: 250px;
    min-height: calc(100vh - 114px);
}

.content h1 {
    font-size: 20px;
    color: rgba(45, 49, 66, 0.8);
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0;
    text-align: center;
}

.icon {
    color: #4458A4;
}

.incon3{
    color: rgb(200, 120, 120);
}

.icon2 {
    color: white;
}

/* ------------------------ LOGIN ------------------------ */

.login_register .container{
    width: 60%;
    height: 60vh;
    margin: calc(20vh - 42px) 0 calc(20vh - 42px) 20%;
    display: grid;
    grid-template-columns: repeat(2, 50%);
    border-radius: 10px;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
}

.login_register .container .left{
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #7B8EFF;
}

.login_register .container .left img {
    height: 75px;
}

.login_register .container .right {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #FFFFFF;
    color: #2d3142;
    padding: 50px;
}

.login_register .container .right h1{
    margin: 0;
    padding-bottom: 25px;
}

.login_register .container .right label{
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 12px;
    font-weight: bold;
}

.login_register .container .right label.control-checkbox{
    padding-left: 35px;
    width: calc(100% - 35px);
}

.login_register .container .right input{
    margin: 10px 0 25px 0;
    padding: 0;
    width: calc(100% - 25px);
    border: none;
    border-left: 5px solid #7B8EFF;
    background: #EAEAEA;
    padding: 10px;
    border-radius: 5px;
    outline: none;
    font-family: 'Ubuntu', sans-serif;
    color: #2d3142;
    font-size: 12px;
}

.login_register .container .right .btn_container{
    font-size: 12px;
    text-align: center;
    border-radius: 5px;
    width: 100%;
    display: grid;
    grid-template-columns: 55% 42%;
    gap: 3%;
}

.login_register .container .right .btn_container div{
    font-size: 12px;
    border-radius: 5px;
    padding: 15px ;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #4458A4;
    background: #c8cfff;
}

.login_register .container .right .btn_container div i{
    padding-right: 5px;
}

.login_register .container .right .btn_container div a{
    padding-left: 5px;
}

.login_register .container .right p {
    font-size: 12px;
    font-weight: bold;
    color: #7e7e7e;
    text-decoration: underline;
    margin: 25px 0;
    cursor: pointer;
}

/* ------------------------ NAV ------------------------ */

nav{
    position: fixed;
    width: 250px;
    height: 100vh;
    left: 0;
    top: 0;
    background: #FFFFFF;
    color: white;
    z-index: 3;
    color: rgba(255,255,255,0.5);
    box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
}

nav img{
    width: 75px;
    margin: 0;
    padding: 0 87.5px;
}

nav img.white_img {
    display: none;
}

nav ul {
    width: calc(100% - 50px);
    list-style: none;
    margin: 0;
    padding: 0 25px;
}

nav ul .separate{
    height: 1px;
    width: 100%;
    margin-left: -25px;
    padding: 0 25px;
    background: #EAEAEA;
    margin-bottom: 15px;
}

nav ul .btn {
    width: calc(100% - 30px);
    font-size: 13px;
    padding: 20px 15px;
    margin-bottom: 25px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.5s ease;
    color: #FFFFFF;
    font-weight: bold;
    background: #4CAF50;
    text-align: center;
}

nav ul .title {
    width: calc(100% - 20px);
    font-size: 0;
    display: grid;
    grid-template-columns: 20px calc(100% - 40px);
    gap: 20px;
    align-items: center;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 10px;
    cursor: text;
    transition: 0.5s ease;
    color: #7e7e7e;
}

nav ul .link {
    width: calc(100% - 20px);
    font-size: 0;
    display: grid;
    grid-template-columns: 20px calc(100% - 40px);
    gap: 20px;
    align-items: center;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.5s ease;
    color: #7e7e7e;
}

nav ul .link.active {
    color: #4458A4;
    background: #c8cfff;
}

nav ul .link:hover {
    background: #EAEAEA;
    color: #2d3142;
    transition: 0.5s ease;
}

nav ul .link.active:hover {
    background: #c8cfff;
    color: #4458A4;
}

nav ul .link i {
    font-size: 20px;
}

nav ul .title a{
    color: #7e7e7e;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    cursor: text;
}

nav ul .link a{
    color: #7e7e7e;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    transition: 0.5s ease;
}

nav ul .link.active a{
    color: #4458A4;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    transition: 0.5s ease;
}

nav ul .link:hover a{
    color: #2d3142;
    transition: 0.5s ease;
}

nav ul .link.active:hover a{
    color: #4458A4;
}

nav ul .abo {
    text-align: center;
}

nav ul .progress-bar-desc {
    color: #b6b6b6;
    font-weight: bold;
    font-size: 12px;
    display: grid;
    grid-template-columns: repeat(2, 50%);
    margin-bottom: 15px;
}

nav ul .progress-bar-desc p:nth-child(1) {
    text-align: left;
}

nav ul .progress-bar-desc p:nth-child(2) {
    text-align: right;
}

nav ul .confirm {
    width: calc(100% - 20px);
    font-size: 12px;
    padding: 15px 15px;
    margin-bottom: 15px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.5s ease;
    color: #4458A4;
    font-weight: bold;
    background: #EAEAEA;
    text-align: center;
    transition: 0.5s ease;
}

nav ul .confirm:hover {
    background: #4458A4;
    color: #EAEAEA;
    transition: 0.5s ease;
}

#footer {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #7B8EFF;
    text-align: center;
    margin-top: 30px;
    color: #2D3142;
    font-size: 15px;
}

#footer_nav {
    width: calc(100% - 250px);
    margin-left: 250px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #7B8EFF;
    text-align: center;
    margin-top: 30px;
    color: #2D3142;
    font-size: 15px;
}

footer ul{
    margin: 0;
    padding-top: 5px;
}

footer p{
    margin: 0;
    padding-bottom: 5px;
}

footer ul li{
    display: inline;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: underline;
    font-size: 12px;
}

footer ul li a {
    color: #2D3142;
}

/* ------------------------ PROGRESS BAR ------------------------ */

.progress-bar {
    position: relative;
    width: 100%;
    height: 10px;
    background: #cccccc;
    border-radius: 5px;
}

.progress-bar::before {
    content: '';
    display: flex;
    align-items: center;
    position: absolute;
    width: calc(var(--width, 0) * 1%);
    max-width: 100%;
    height: 10px;
    border-radius: 5px;
    background: #4458A4;
}

/* ------------------------ AUTRE ------------------------ */

.note {
    width: calc(100% - 105px);
    margin: 25px;
    padding: 25px;
    border-radius: 5px;
}

.note>div {
    display: grid;
    grid-template-columns: 35px calc(100% - 60px);
    gap: 25px;
    align-items: center;
    padding-bottom: 12.5px;
}

.note>div h2 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    text-align: left;
}

.note p {
    margin: 0;
    padding-top: 10px;
    font-size: 12px;
    text-align: justify;
    font-weight: bold;
}

.note>div i {
    margin: 0;
    font-size: 25px;
    padding: 5px;
    border-radius: 50%;
}

.note.primary {
    border-left: 5px solid #4458A4;
    background: #c8cfff;
    color: #4458A4;
}
.note.primary i{
    background: #95a4ff;
    color: #4458A4;
}

.note.warning {
    border-left: 5px solid #ff792f;
    background: #ffdbc8;
    color: #ff792f;
}
.note.warning i{
    background: #ffaa7b;
    color: #ff792f;
}

.note.error {
    border-left: 5px solid #D84727;
    background: #f0b5a9;
    color: #D84727;
}
.note.error i{
    background: #e47e68;
}

.note.success {
    border-left: 5px solid #4CAF50;
    background: #b5dfb7;
    color: #4CAF50;
}
.note.success i{
    background: #80c883;
    color: #4CAF50;
}

/* ------------------------ PRINCING ------------------------ */

#pricing {
    text-align: center;
    margin-top: 50px;
    color: #2D3142;
}

#pricing img {
    height: 100px;
}

#grid_pricing {
    display: grid;
    padding: 15px 30px 15px 30px;
    grid-template-columns: 42% 55%;
    gap: 3%;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    margin-top: 20px;
}

#grid_pricing p {
    margin: 0;
    padding-top: 5px;
}

#grid_pricing h2 {
    margin: 0;
    font-size: 20px;
}

#grid_pricing > div {
    background: #ffffff;
    box-shadow: 0 0 10px rgba(150, 150, 150, 0.2);
    border-radius: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#grid_pricing .item1 {
    background: rgba(123, 142, 255, 0.3);
    color: #7B8EFF;
    box-shadow: 0 0 10px rgba(123, 142, 255, 0.2);
}

#grid_pricing_2 {
    display: grid;
    padding: 15px 30px 15px 30px;
    grid-template-columns: repeat(2, 48.5%);
    gap: 3%;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
}

#grid_pricing_2 > div {
    background: #ffffff;
    box-shadow: 0 0 10px rgba(150, 150, 150, 0.2);
    border-radius: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#grid_pricing_2 h3 {
    margin: 0;
    padding-top: 15px;
    font-size: 20px;
}

#grid_pricing_2 .stitle {
    margin: 0;
    padding-top: 5px;
    padding-bottom: 25px;
    font-size: 14px;
}

#grid_pricing_2 .stockage {
    font-size: 35px;
    margin: 0;
    padding-top: 25px;
}

#grid_pricing_2 .stockage span {
    font-size: 20px;
    color: #565a67;
}

#grid_pricing_2 .sstockage {
    font-size: 14px;
    margin: 0;
    padding-bottom: 25px;
}

#grid_pricing_2 .sstockage b {
    color: #565a67;
}

#grid_pricing_2 .info {
    font-size: 18px;
    margin: 0;
    padding-top: 25px;
    color: #565a67;
    font-weight: bold;
}

#grid_pricing_2 .prix {
    font-size: 35px;
    margin: 0;
    padding-top: 25px;
}

#grid_pricing_2 .sprix {
    font-size: 14px;
    margin: 0;
    padding-bottom: 25px;
}

#grid_pricing_2 a {
    display: block;
    width: 80%;
    margin-left: 10%;
    background: #73AD7A;
    padding-top: 15px;
    padding-bottom: 15px;
    color: white;
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 16px;
}

#grid_pricing_2 a:hover {
    background: #58955F;
    transition: 0.5s ease;
}

.slider {
    -webkit-appearance: none;
    appearance: none;
    width: 50%;
    height: 10px;
    background: #cccccc;
    outline: none;
    border-radius: 5px;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #5663b2;
    cursor: pointer;
    border-radius: 50%;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
}

#persoAlerte {
    display: none;
}

#grid_pricing_3 {
    width: calc(100% - 60px);
    margin-left: 30px;
    margin-top: 15px;
    font-size: 14px;
    text-align: center;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(150, 150, 150, 0.2);
    border-radius: 5px;
    padding: 20px 0px 20px 0px;
    margin-bottom: 30px;
}

#grid_pricing_3 a {
    background: #f87575;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    color: white;
    border: 1px solid #f87575;
    display: block;
    width: 50%;
    margin-left: 25%;
}

/* Marketplace */

#grid_market {
    display: grid;
    padding: 15px;
    grid-template-columns: 31% 66%;
    gap: 3%;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
}

#grid_market p {
    margin: 0;
    padding-top: 5px;
}

#grid_market h2 {
    margin: 0;
    font-size: 20px;
}

#grid_market > div {
    background: #ffffff;
    box-shadow: 0 0 10px rgba(150, 150, 150, 0.2);
    border-radius: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #2D3142;
}

#grid_market .item1 {
    background: rgba(123, 142, 255, 0.3);
    color: #7B8EFF;
    box-shadow: 0 0 10px rgba(123, 142, 255, 0.2);
}

#grid_market .item1 h2 {
    margin: 0;
    padding-top: 32px;
}

#grid_market .item2 {
    display: grid;
    width: calc(100% - 30px);
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    padding-top: 30px;
    grid-template-columns: repeat(4, 20.5%);
    gap: 6%;
}

#grid_market .item2 div {
    cursor: pointer;
}

#grid_market .item2 p {
    font-size: 16px;
    padding-bottom: 20px;
    padding-top: 0;
    color: #6c6e7a;
    font-weight: bold;
}

#grid_market_2 {
    display: grid;
    padding: 15px;
    grid-template-columns: repeat(4, 20.5%);
    gap: 6%;
    font-size: 14px;
    text-align: center;
    padding-top: 30px;
}

#grid_market_2 .item {
    background: #ffffff;
    box-shadow: 0 0 10px rgba(150, 150, 150, 0.2);
    border-radius: 5px;
    color: #2D3142;
}

#grid_market_2 i {
    position: absolute;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 10px 30px 10px 30px;
    color: white;
    font-style: normal;
}

#grid_market_2 .item img{
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#grid_market_2 .item h2{
    width: calc(70% - 15px);
    margin: 0;
    padding: 25px 0 25px 15px;
    float: left;
    text-align: left;
    font-size: 16px;
}

#grid_market_2 .item .price{
    font-weight: bold;
    font-size: 16px;
    margin: 0;
    width: calc(30% - 15px);
    padding: 25px 15px 25px 0;
    float: right;
    text-align: right;
}

#grid_market_2 .item .price span{
    padding-left: 5px;
    font-size: 12px;
    color: #6c6e7a;

}

#grid_market_2 .item a{
    display: block;
    float: left;
    width: calc(100% - 20px);
    padding: 10px;
    font-size: 13px;
    background: #73AD7A;
    color: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}

#grid_market_2 .item a:hover {
    background: #5c8a61;
    transition: 0.5s ease
}

.swalprice{
    font-weight: bold;
    font-size: 25px;
    margin: 0;
    padding: 25px 0 25px 0;
}

.swalprice span{
    padding-left: 5px;
    font-size: 15px;
    color: #6c6e7a;
}

.swaltext{
    font-size: 16px;
    font-weight: bold;
    color: #6c6e7a;
}

.onoffswitch {
    margin-left: calc(50% - 37.5px);
    position: relative; width: 75px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #EEEEEE; border-radius: 50px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 10px; padding: 0; line-height: 10px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "";
    padding-left: 10px;
    background-color: #eeeeee; color: #EEEEEE;
}
.onoffswitch-inner:after {
    content: "";
    padding-right: 10px;
    background-color: #eeeeee; color: #F87575;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 35px; margin: -12.5px;
    background: #F87575;
    position: absolute; top: 0; bottom: 0;
    right: 61px;
    border: 2px solid #EEEEEE; border-radius: 50px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
    background-color: #73AD7A;
}

/* ------------------------ CGU ------------------------ */

.CGU {
    width: 80%;
    margin-left: 10%;
    color: #2D3142;
    text-align: center;
    padding-bottom: 150px;
}

.CGU img {
    height: 100px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.CGU h1 {
    font-size: 35px;
}

.CGU h2 {
    text-align: justify;
    font-size: 20px;
    padding-top: 25px;
}

.CGU h3 {
    color: #9899A1;
    font-weight: normal;
    text-align: justify;
    font-size: 15px;
}

.CGU p {
    font-size: 15px;
    text-align: left;
    margin: 0;
    padding-top: 5px;
}

.CGU .padding {
    padding-top: 10px;
}

.CGU p b{
    color: #6c6e7a;
    text-decoration: underline;
}

#grid_services {
    width: calc(100% - 30px);
    background: rgba(123, 142, 255, 0.3);
    color: #7B8EFF;
    box-shadow: 0 0 10px rgba(123, 142, 255, 0.2);
    text-align: center;
    margin-left: 15px;
    padding: 25px 0 25px;
}

#grid_services h2 {
    font-size: 20px;
    margin: 0;
}

#grid_services p {
    font-size: 15px;
    margin: 0;
    padding-top: 5px;
}

#grid_services_2 {
    display: grid;
    padding: 15px;
    grid-template-columns: repeat(4, 20.5%);
    gap: 6%;
    font-size: 14px;
    text-align: center;
    padding-top: 30px;
}

#grid_services_2 .item {
    background: #ffffff;
    box-shadow: 0 0 10px rgba(150, 150, 150, 0.2);
    border-radius: 5px;
    color: #2D3142;
}

#grid_services_2 i {
    position: absolute;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 10px 30px 10px 30px;
    color: white;
    font-style: normal;
}

#grid_services_2 .item img{
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#grid_services_2 .item h2{
    width: calc(100% - 30px);
    margin: 0;
    padding: 25px 15px 25px 15px;
    float: left;
    text-align: center;
    font-size: 16px;
}

#grid_services_2 .item a{
    display: block;
    float: left;
    width: calc(100% - 20px);
    padding: 10px;
    font-size: 13px;
    background: #7B8EFF;
    color: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}

#grid_services_2 .item a:hover {
    background: #5663b2;
    transition: 0.5s ease
}

#grid_services_2 .start {
    background: #73AD7A !important;
    border-radius: 0 !important;
}

#grid_services_2 .start:hover {
    background: #5c8a61 !important;
}

#grid_services_2 .stop {
    background: #f87575 !important;
    border-radius: 0 !important;
}

#grid_services_2 .stop:hover {
    background: #c65d5d !important;
}


.control {
    font-family: arial;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 13px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border: 0px solid #000000;
    border-radius: 5px;
}
.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #cccccc;
}

.control input:checked ~ .control_indicator {
    background: #7b8eff;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #7b8eff;
}
.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control_indicator:after {
    display: block;
}
.control-checkbox .control_indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}
.control-checkbox .control_indicator::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4.5rem;
    height: 4.5rem;
    margin-left: -1.3rem;
    margin-top: -1.3rem;
    background: #7b8eff;
    border-radius: 3rem;
    opacity: 0.6;
    z-index: 99999;
    transform: scale(0);
}
@keyframes s-ripple {
    0% {
        transform: scale(0);
    }
    20% {
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}
@keyframes s-ripple-dup {
    0% {
        transform: scale(0);
    }
    30% {
        transform: scale(1);
    }
    60% {
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}
.control-checkbox input + .control_indicator::before {
    animation: s-ripple 250ms ease-out;
}
.control-checkbox input:checked + .control_indicator::before {
    animation-name: s-ripple-dup;
}

.control-group {
    width: 80%;
    margin-left: 10%;
    text-align: left;
    margin-top: 20px;
}

#grid_actions{
    width: calc(100% - 30px);
    margin-left: 15px;
    display: grid;
    grid-template-columns: 100%;
    margin-top: -15px;
}

#grid_actions > div {
    width: 100%;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(150, 150, 150, 0.2);
    margin-top: 30px;
    border-radius: 5px;
    padding: 20px 0px 20px 0px;
    color: #2D3142;
    text-align: center;
}

#grid_actions_new {
    margin: 30px 0 30px calc(50% - 75px);
    width: 150px;
    background: rgba(123, 142, 255, 0.3);
    color: #7B8EFF;
    box-shadow: 0 0 10px rgba(123, 142, 255, 0.2);
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    padding: 25px 0 25px 0;
}

#grid_actions_new i {
    font-size: 50px;
}

#grid_actions .item {
    display: grid;
    grid-template-columns: 150px calc(100% - 205px);
    gap: 15px;
}

#grid_actions .item1 img {
    height: 100px;
    border-radius: 50%;
}

#grid_actions .item2 div {
    width: 100%;
}

#grid_actions .item2 div h3 {
    font-size: 20px;
    width: calc(100% - 55px);
    margin: 8px 0;
    float: left;
    text-align: left;
}

#grid_actions .item2 div i {
    float: right;
    background: #c65d5d;
    padding: 7.5px;
    color: white;
    border-radius: 25%;
    font-size: 25px;
    margin: 0 0 20px 0;
    cursor: pointer;
}

#grid_actions .item2 div i:hover {
    background: #b23e3e;
    transition: 0.5s ease;
}

#grid_actions .item2 table {
    width: 100%;
    border-collapse: collapse;
    color: #2D3142;
    margin-bottom: 10px;
    box-shadow: 0 0 10px rgba(150, 150, 150, 0.2);
}

#grid_actions .item2 table thead{
    background: #2D3142;
    color: white;
    font-size: 15px;
}

#grid_actions .item2 table thead tr th{
    padding: 10px 0 10px 0;
    font-weight: normal;
}

#grid_actions .item2 table thead tr .thl {
    border-top-left-radius: 5px;
}

#grid_actions .item2 table thead tr .thr {
    border-top-right-radius: 5px;
}

#grid_actions .item2 table tbody tr td{
    padding: 10px 0 10px 0;
    text-align: center;
    font-size: 13px;
    color: #6271cc;
}

#grid_actions .item2 table tbody tr input{
    padding: 7.5px;
    width: calc(80% - 10px);
    margin: 0;
    border: 0;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(123, 142, 255, 0.5);
    outline: none;
    color: #2D3142;
}

#grid_actions .item2 table tbody tr:nth-child(2n+1) {
    background: rgba(123, 142, 255, 0.3);
}

#grid_actions .item2 table tbody tr:nth-child(2n) {
    background: rgba(123, 142, 255, 0.5);
}

#grid_actions .item3 a{
    display: block;
    width: 100px;
    background: #73AD7A;
    padding: 5px 0px 5px 0px;
    font-size: 13px;
    margin-left: 25px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.actions_select {
    padding: 20px 0px 20px 0px;
}

.actions_select img {
    height: 100px;
    border-radius: 50%;
}

.actions_select h2 {
    margin: 10px 0 0 0;
}

.grid_actions_select {
    width: calc(100% - 30px);
    margin-left: 15px;
    display: grid;
    grid-template-columns: repeat(4, 22.75%);
    gap: 25px 3%;
    margin-top: 15px;
    text-align: center;
    padding-bottom: 15px;
}

.grid_actions_select > div {
    margin-top: 15px;
    padding: 25px 0 25px 0;
    background: rgba(123, 142, 255, 0.3);
    color: #7B8EFF;
    box-shadow: 0 0 10px rgba(123, 142, 255, 0.2);
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
}

.app_select {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 22.75%);
    gap: 3%;
    text-align: center;
}

.app_select  > div {
    margin-top: 15px;
    padding: 25px 0 25px 0;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
}

.app_select p {
    font-size: 15px;
    font-weight: bold;
}

.app_select img {
    height: 100px;
    border-radius: 50%;
    cursor: pointer;
}

.help_btn {
    font-size: 50px !important;
    color: #5663b2;
    position: absolute;
    top: 11.5px;
    left: calc(50% + 115px);
    cursor: pointer;
}

.search{
    padding: 15px 60px 15px 60px;
    border: none;
    background: #EAEAEA;
    color: #2D3142;
    border-radius: 5px;
    outline: none;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 30px;
}

#circuits_view_tool {
    width: 80%;
    margin: 25px calc(10% - 25px);
    padding: 25px;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(150, 150, 150, 0.2);
    border-radius: 5px;
    display: grid;
    grid-template-columns: 50% 20% 20%;
    gap: 5%;
    align-items: center;
}

#circuits_view_tool input {
    margin: 0;
    padding: 19px 60px 19px 60px;
    border: none;
    background: #EAEAEA;
    color: #2D3142;
    border-radius: 5px;
    outline: none;
    font-size: 14px;
    font-weight: bold;
}

#circuits_view_tool div {
    font-size: 12px;
    border-radius: 5px;
    padding: 15px ;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#circuits_view_tool>i {
    font-size: 25px;
    cursor: pointer;
    color: #7e7e7e;
    transition: 0.5s ease;
}

#circuits_view_tool>i:hover {
    color: #D84727;
    transition: 0.5s ease;
}

#circuits_view_tool div i {
    font-size: 25px;
    padding-right: 5px;
}

#circuits_view_tool div a {
    text-align: right;
    padding-left: 5px;
}

#circuits_view_tool div:nth-child(2) {
    background: #c8cfff;
    color: #4458A4;
}

#circuits_view_tool div:nth-child(3) {
    background: #ffdbc8;
    color: #D84727;
}

#circuits_view_list {
    width: 80%;
    margin: 25px calc(10% - 25px);
    display: grid;
    grid-template-columns: 100%;
    gap: 25px 0;
    align-items: center;
}

#circuits_view_list>div {
    width: 100%;
    padding: 25px;
    background: #FFFFFF;
    color: #2D3142;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(150, 150, 150, 0.2);
    display: grid;
    grid-template-columns: 30px 190px calc(100% - 450px) 60px 70px;
    gap: 25px;
    align-items: center;
}

#circuits_view_list>div .wrapper {
    display: flex;
    align-items: center;
}

#circuits_view_list>div .wrapper .checkbox {
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
    height: 30px;
    width: 30px;
    background: #cccccc;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s ease;
}

#circuits_view_list>div .wrapper .checkbox:after {
    font-family: 'Material Icons';
    font-weight: 900;
    content: '\e5ca';
    font-size: 20px;
    color: #FFFFFF;
    display: none;
}

#circuits_view_list>div .wrapper .checkbox:checked{
    background: #7B8EFF;
    transition: 0.5s ease;
}

#circuits_view_list>div .wrapper .checkbox:checked:after{
    display: block;
}

#circuits_view_list>div div:nth-child(2){
    display: grid;
    grid-template-columns: repeat(5,30px);
    gap: 10px;
}

#circuits_view_list>div div:nth-child(2) i{
    height: 30px;
    font-size: 30px;

}

#circuits_view_list>div div:nth-child(2) i.nb{
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    background: #cccccc;
    border-radius: 5px;
    display: flex;
    align-items: center;
    text-align: center;
}

#circuits_view_list>div div:nth-child(2) i.nb p{
    width: 30px;
}

#circuits_view_list>div div:nth-child(2) i img{
    margin: 0;
    height: 30px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#circuits_view_list>div h3 {
    margin: 0;
}

#circuits_view_list>div .wrapper .switch {
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
    height: 30px;
    width: 60px;
    background: #D84727;
    cursor: pointer;
    outline: none;
    border-radius: 15px;
    transition: 0.5s ease;
    position: relative;
}

#circuits_view_list>div .wrapper .switch:checked {
    background: #4CAF50;
}

#circuits_view_list>div .wrapper .switch:before {
    content: '';
    position: absolute;
    height: 30px;
    width: 30px;
    border-radius: 15px;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: 0.5s ease;
    transform: scale(1.1);
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

#circuits_view_list>div .wrapper .switch:checked:before {
    left: 30px;
}

#circuits_view_list>div div:last-child {
    display: grid;
    grid-template-columns: repeat(2, 30px);
    gap: 10px;
}

#circuits_view_list>div div:last-child i {
    font-size: 30px;
    border-radius: 5px;
    cursor: pointer;
    color: #2D3142;
    transition: 0.5s ease;
}

#circuits_view_list>div div:last-child i:nth-child(1):hover {
    color: #4CAF50;
    transition: 0.5s ease;
}

#circuits_view_list>div div:last-child i:nth-child(2):hover {
    color: #D84727;
    transition: 0.5s ease;
}

#circuit_editor {
    color: #2D3142;
}

#circuit_editor header {
    width: calc(100% - 50px);
    top: 0;
    position: fixed;
    background: #FFFFFF;
    margin: 0;
    padding: 25px;
    display: grid;
    grid-template-columns: 40px calc(100% - 130px) 40px;
    gap: 25px;
    align-items: center;
    text-align: center;
    box-shadow: 0 2px 5px rgba(150,150,150,0.2);
    z-index: 100;
}

#circuit_editor header h5 {
    margin: 0;
    font-size: 15px;
}

#circuit_editor header>i {
    margin: 0;
    font-size: 30px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.5s ease;
}

#circuit_editor header>i:first-child:hover {
    color: #D84727;
    transition: 0.5s ease;
}

#circuit_editor header>i:last-child:hover {
    color: #4458A4;
    transition: 0.5s ease;
}

.circuit_title {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.circuit_title:hover {
    color: #4458A4;
    transition: 0.5s ease;
}

.circuit_title h3 {
    margin: 0;
    font-size: 18px;
    padding: 8px 0 8px 5px;
}

.circuit_title i {
    margin: 0;
    font-size: 20px;
    padding: 8px 5px 8px 0;
}

.circuit_title input {
    margin: 0;
    font-size: 18px;
    border: none;
    background: transparent;
    user-select: none;
    outline: none;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    color: #4458A4;
    border-bottom: 1px solid #4458A4;
    padding: 7.5px;
    width: 50%;
    text-align: center;
}

.circuit_title input::placeholder {
    color: #4458A4;
}

#circuit_editor>div {
    width: 50%;
    margin: 130px 25% 50px 25%;
}

#circuit_editor>div.extend {
    width: 50%;
    margin: 130px calc(25% - 225px) 50px calc(25% - 225px) ;
}

#circuit_editor>div .circuit_content {
    width: 100%;
    background: #FFFFFF;
    margin: 0;
    padding: 0;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(150,150,150,0.2);
}

#circuit_editor>div .circuit_done {
    width: calc(100% - 50px);
    background: #FFFFFF;
    margin: 0 0 50px 0;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(150,150,150,0.2);
    text-align: center;
}

#circuit_editor>div .circuit_done img {
    height: 150px;
}

#circuit_editor>div .circuit_done h3 {
    font-size: 40px;
    margin: 0;
    padding: 25px 0 0 0;
}

#circuit_editor>div .circuit_done h5 {
    font-size: 15px;
    margin: 0;
    padding: 0 0 25px 0;
    color: #6c6e7a;
}

#circuit_editor>div .circuit_done a {
    display: block;
    padding: 15px 0;
    background: #4CAF50;
    color: #FFFFFF;
    width: 50%;
    margin-left: 25%;
    border-radius: 10px;
    font-weight: bold;
    font-size: 12px;

}

#circuit_editor>div .circuit_content.preview {
    background: #f2f2f2;
}

#circuit_editor>div .circuit_content.preview.error {
    border: 1px solid #D84727;
}

#circuit_editor>div .circuit_content.preview .circuit_content_header i {
    display: none;
}

#circuit_editor>div .circuit_separator {
    height: 51px;
    position: relative;
}

#circuit_editor>div .circuit_separator.new {
    height: 26.5px;
    position: relative;
}

#circuit_editor>div .circuit_separator:last-child{
    margin-bottom: 30vh;
}

#circuit_editor>div .circuit_separator:last-child.new {
    display: none;
}

#circuit_editor>div .circuit_separator hr {
    border: none;
    border-top: 2px solid #cccccc;
    height: 0px;
    width: 100px;
    z-index: 1;
    transform: rotate(90deg);
    margin-top: 49px;
}

#circuit_editor>div .circuit_separator:last-child hr {
    width: 50px;
    margin-top: 24.5px;
}

#circuit_editor>div .circuit_separator.new hr {
    width: 50px;
    margin-top: 24.5px;
}

#circuit_editor>div .circuit_separator i {
    position: absolute;
    top: -11.5px;
    left: calc(50% - 12.5px);
    font-size: 20px;
    padding: 2.5px;
    background: #7B8EFF;
    color: #FFFFFF;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(150,150,150,0.2);
    transition: 0.5s ease;
}

#circuit_editor>div .circuit_separator:last-child i {
    top: 13.5px;
}

#circuit_editor>div .circuit_separator.new i {
    display: none;
}

#circuit_editor>div .circuit_separator i:hover {
    background: #4458A4;
    transition: 0.5s ease;
    transform: scale(1.1);
}

#circuit_editor>div .circuit_content_header {
    padding: 25px;
    display: grid;
    grid-template-columns: 75px calc(100% - 175px) 50px;
    gap: 0 25px;
    border-bottom: 1px solid #EAEAEA;
    align-items: center;
}

#circuit_editor>div .circuit_content.preview .circuit_content_header{
    grid-template-columns: 75px calc(100% - 350px) 225px;
    cursor: pointer;
    transition: 0.5s ease;
    border-radius: 10px;
}

#circuit_editor>div .circuit_content.preview .circuit_content_header:hover{
    background: #FFFFFF;
    transition: 0.5s ease;
}

#circuit_editor>div .circuit_content.preview .circuit_content_header h5{
    text-align: right;
    padding-right: 12.5px;
}

#circuit_editor>div .circuit_content_header div h4{
    color: #6c6e7a;
    margin: 0;
    font-size: 12px;
}

#circuit_editor>div .circuit_content_header div h3{
    margin: 0;
    padding-top: 5px;
    font-size: 20px;
}

#circuit_editor>div .circuit_content_header img{
    transition: 0.5s ease;
    height: 75px;
    border-radius: 10px;
}

#circuit_editor>div .circuit_content_header i{
    font-size: 25px;
    padding: 12.5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.5s ease;
}

#circuit_editor>div .circuit_content_header i:hover{
    background: #EAEAEA;
    transition: 0.5s ease;
}

#circuit_editor>div .circuit_content_header i.delete:hover{
    color: #D84727;
}

#circuit_editor>div .circuit_content_header i.infos:hover{
    color: #7B8EFF;
}


#circuit_editor>div .circuit_content_header_new {
    padding: 25px;
    display: grid;
    grid-template-columns: 75px calc(100% - 250px) 125px;
    gap: 0 25px;
    border-bottom: 1px solid #7B8EFF;
    align-items: center;
    background: #7B8EFF;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    color: #FFFFFF;
}

#circuit_editor>div .circuit_content_header_new div h4{
    color: #EAEAEA;
    margin: 0;
    font-size: 12px;
    padding-top: 5px;
}

#circuit_editor>div .circuit_content_header_new div h3{
    margin: 0;
    font-size: 20px;
}

#circuit_editor>div .circuit_content_header_new i{
    font-size: 40px;
    padding: 17.5px;
    border-radius: 10px;
    background: #4458A4;
}

#circuit_editor>div .circuit_content_header_new a{
    display: block;
    padding: 15px 0;
    width: 100%;
    background: #4458A4;
    color: #FFFFFF;
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

#circuit_editor>div .circuit_content_middle{
    padding: 25px 62.5px;
}

#circuit_editor>div .circuit_content_middle h3{
    margin: 0;
    font-size: 16px;
}


#circuit_editor>div .circuit_content_middle button{
    margin: 0;
    font-size: 15px;
    width: 100%;
    margin: 25px 0;
    padding: 15px 0;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    font-family: 'Ubuntu', sans-serif;
    color: #FFFFFF;
    background: #4CAF50;
    cursor: pointer;
}

#circuit_editor>div .circuit_app {
    margin: 25px 0;
    width: calc(100% - 30px);
    display: grid;
    grid-template-columns: 30px calc(90% - 60px) 10%;
    gap: 15px;
    align-items: center;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #EAEAEA;
    cursor: pointer;
}

#circuit_editor>div .circuit_app:hover {
    box-shadow: 1px 1px 10px rgba(150,150,150,0.2);
    transition: 0.5s ease;
}

#circuit_editor>div .circuit_app img {
    height: 30px;
    border-radius: 5px;
}

#circuit_editor>div .circuit_app h5 {
    margin: 0;
    font-size: 15px;
    transition: 0.5s ease;
    color: #6c6e7a;
}

#circuit_editor>div .circuit_app:hover h5 {
    color: #7B8EFF;
    transition: 0.5s ease;
}

#circuit_editor>div .circuit_app h6 {
    margin: 0;
    font-size: 12px;
    color: #7B8EFF;
}

#circuit_editor>div .circuit_content_middle a{
    display: block;
    padding: 15px;
    background: #4458A4;
    width: calc(100% - 30px);
    color: #FFFFFF;
    border-radius: 5px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

#circuit_editor>div .circuit_content_middle a.not_allowed{
    display: block;
    padding: 15px;
    background: #EAEAEA;
    width: calc(100% - 30px);
    color: #2d3142;
    border-radius: 5px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    cursor: not-allowed;
}

#circuit_editor>div .circuit_search{
    width: 100%;
    margin: 25px 0;
    display: grid;
    grid-template-columns: repeat(4, calc(25% - 18.75px));
    gap: 25px;
}

#circuit_editor>div .circuit_search div{
    padding: 7.5px;
    display: grid;
    grid-template-columns: 40px calc(100% - 47.5px);
    gap: 7.5px;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: 0.5s ease;
}

#circuit_editor>div .circuit_search div:hover {
    box-shadow: 1px 1px 10px rgba(150,150,150,0.2);
    border: 1px solid #EAEAEA;
    transition: 0.5s ease;
}

#circuit_editor>div .circuit_search div img{
    height: 40px;
    border-radius: 5px;
}

#circuit_editor>div .circuit_search div h5{
    margin: 0;
}

#circuit_editor .search_input {
    width: calc(100% - 50px);
    padding: 15px 25px;
    border: none;
    background: #EAEAEA;
    color: #2D3142;
    border-radius: 5px;
    outline: none;
    font-size: 14px;
    font-weight: bold;
    margin: 25px 0 0 0;
}

#circuit_editor .circuit_previous {
    width: calc(100% - 50px);
    padding: 25px;
    display: grid;
    grid-template-columns: 30px calc(100% - 65px) 25px;
    gap: 5px;
    align-items: center;
    cursor: pointer;
    transition: 0.5s ease;
    border-bottom: 1px solid #EAEAEA;
}

#circuit_editor .circuit_previous:hover{
    color: #7B8EFF;
    transition: 0.5s ease;
}

#circuit_editor .circuit_previous i {
    font-size: 30px;
}

#circuit_editor .circuit_previous i.validate  {
    color: #FFFFFF;
    background: #4CAF50;
    border-radius: 50%;
    font-size: 15px;
    padding: 5px;
}

#circuit_editor .circuit_previous i.cancel  {
    color: #FFFFFF;
    background: #D84727;
    border-radius: 50%;
    font-size: 15px;
    padding: 5px;
}

#circuit_editor .circuit_previous h3 {
    margin: 0;
    font-size: 18px;
}

.select_wrap {
    width: 100%;
    margin: 25px 0;
    position: relative;
    user-select: none;
    text-align: left;
}

.select_wrap .default_option{
    background: #EAEAEA;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 2;
}

.select_wrap .default_option li {
    padding: 15px 25px;
    font-weight: bold;
    font-size: 15px;
    color: #6c6e7a;
}

.select_wrap .default_option li div p {
    margin: 0;
}

.select_wrap .default_option:before {
    content: "";
    position: absolute;
    top: 17.5px;
    right: 25px;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #2d3142 #2d3142;
    transform: rotate(-45deg);
}

.select_wrap .select_ul {
    position: absolute;
    width: 100%;
    left: 0;
    background: #ffffff;
    border-radius: 10px;
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
    display: none;
    max-height: 30vh;
    overflow-y: auto;
    z-index: 3;
    margin-bottom: 30vh;
}

.select_wrap .select_ul input {
    margin: 0;
    padding: 10px;
    width: calc(100% - 20px);
    border: none;
    outline: none;
    background: #EAEAEA;
    border-radius: 5px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    color: #6c6e7a;
    text-align: center;
}

.select_wrap .select_ul li {
    padding: 15px 25px;
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
}

.select_wrap .select_ul li div p:nth-child(1) {
    margin: 0;
}

.select_wrap .select_ul li div p:nth-child(2) {
    margin: 0;
    color: #6c6e7a;
    font-size: 12px;
}

.select_wrap .select_ul .link p:nth-child(1) {
    color: #357a38;
}

.select_wrap .select_ul .link p:nth-child(2) {
    color: #4CAF50;
}

.select_wrap.active-select .default_option:before {
    top: 21.5px;
    transform: rotate(-225deg);
}

.select_wrap.active-select .select_ul {
    display: block;
}

.circuit_arg_form {
    width: 100%;
    margin-bottom: 50px;
}

.circuit_arg_form label {
    display: block;
    width: 100%;
    margin: 25px 0 10px 0;
    font-weight: bold;
    font-size: 12px;
}

.circuit_arg_form b {
    color: #D84727;
    font-size: 10px;
}

.circuit_arg_form input {
    margin: 0;
    padding: 10px;
    width: calc(100% - 20px);
    border: none;
    outline: none;
    background: #EAEAEA;
    border-radius: 5px;
    font-family: 'Ubuntu', sans-serif;
}

.circuit_arg_form span {
    margin: 0;
    padding: 10px 0 0 0;
    font-size: 10px;
    color: #6c6e7a;
    font-weight: bold;

}

right_nav {
    display: block;
    position: fixed;
    height: calc(100vh - 87px);
    top: 87px;
    right: 0;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
}

right_nav .left {
    width: 60px;
    background: #FFFFFF;
    height: 100%;
    float: left;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}

right_nav .left i {
    color: #7e7e7e;
    background: #EAEAEA;
    font-size: 20px;
    padding: 10px;
    border-radius: 10px;
    margin: 10px 0 0 10px;
    cursor: pointer;
    transition: 0.5s ease;
    user-select: none;
}

right_nav .left i:hover {
    background: #cccccc;
    color: #2d3142;
    transition: 0.5s ease;
}

right_nav .left i.error {
    color: #D84727;
    background: #eca393;
}

right_nav .left i.error:hover {
    background: #e47e68;
    color: #97321b;
}

right_nav .left i.active {
    color: #4458A4;
    background: #c8cfff;
}

right_nav .right {
    width: 400px;
    background: #EAEAEA;
    height: 100%;
    float: left;
    overflow-y: auto;
}

.right_nav_header {
    background: #FFFFFF;
    display: grid;
    grid-template-columns: calc(100% - 60px) 35px;
    align-items: center;
    gap: 25px;
    padding: 25px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    margin: 0;
}

.right_nav_header.history_on {
    grid-template-columns: 35px calc(100% - 120px) 35px;
    text-align: center;
}

.right_nav_header h1 {
    margin: 0;
    font-size: 16px;
}

.right_nav_header i {
    cursor: pointer;
    font-size: 25px;
    padding: 5px;
    border-radius: 10px;
    background: #EAEAEA;
    color: #7e7e7e;
    transition: 0.5s ease;
}

.right_nav_header i:hover {
    background: #cccccc;
    color: #2d3142;
    transition: 0.5s ease;
}

.right_nav_content {
    margin: 25px;
}

.right_nav_content h1 {
    margin: 0;
    font-size: 18px;
}

.right_nav_content h6 {
    margin: 0;
    font-size: 10px;
    padding: 5px 0 0 0;
    color: #6c6e7a;
}

.right_nav_content h4 {
    margin: 0;
    font-size: 14px;
    padding: 25px 0 0 0;
}

.right_nav_content p {
    margin: 0;
    font-size: 13px;
    padding: 5px 0 0 0;
    color: #6c6e7a;
    text-align: justify;
}

.right_nav_content p b {
    color: #2d3142;
}

.right_nav_content p a {
    color: #7B8EFF;
    text-decoration: none;
    font-weight: bold;
}

.right_nav_note {
    width: calc(100% - 85px);
    margin: 25px;
    padding: 15px;
    border-radius: 5px;
}

.right_nav_note>div {
    display: grid;
    grid-template-columns: 26px calc(100% - 51px);
    gap: 25px;
    align-items: center;
}

.right_nav_note>div h1 {
    margin: 0;
    font-size: 16px;
}

.right_nav_note p {
    margin: 0;
    padding-top: 10px;
    font-size: 13px;
    text-align: justify;
}

.right_nav_note>div i {
    margin: 0;
    font-size: 16px;
    padding: 5px;
    border-radius: 50%;
}

.right_nav_note.primary {
    border-left: 5px solid #4458A4;
    background: #c8cfff;
}
.right_nav_note.primary i{
    background: #95a4ff;
    color: #4458A4;
}

.right_nav_note.warning {
    border-left: 5px solid #ff792f;
    background: #ffdbc8;
}
.right_nav_note.warning i{
    background: #ffaa7b;
    color: #ff792f;
}

.right_nav_note.error {
    border-left: 5px solid #D84727;
    background: #f0b5a9;
}
.right_nav_note.error i{
    background: #e47e68;
    color: #D84727;
}

.right_nav_note.success {
    border-left: 5px solid #4CAF50;
    background: #b5dfb7;
}
.right_nav_note.success i{
    background: #80c883;
    color: #4CAF50;
}

.right_nav_steps {
    margin: 25px 0 0 0;
    border-top: 1px solid #cccccc;
}

.right_nav_steps>div{
    padding: 25px;
    background: #FFFFFF;
    border-bottom: 1px solid #cccccc;
    cursor: pointer;
    display: grid;
    grid-template-columns: calc(100% - 35px) 35px;
    align-items: center;
}

.right_nav_steps>div h1{
    font-size: 15px;
    margin: 0;
}

.right_nav_steps i {
    cursor: pointer;
    font-size: 25px;
    padding: 5px;
    border-radius: 10px;
    background: #EAEAEA;
    color: #7e7e7e;
    transition: 0.5s ease;
}

.right_nav_steps>div:hover i {
    background: #cccccc;
    color: #2d3142;
    transition: 0.5s ease;
}

.right_nav_tuto_header {
    padding: 25px;
    border-bottom: 1px solid #cccccc;
    background: #FFFFFF;
}

.right_nav_tuto_header h1 {
    margin: 0;
    font-size: 15px;
}

.right_nav_tuto_header h6 {
    margin: 0;
    font-size: 10px;
    padding: 5px 0 0 0;
    color: #6c6e7a;
}

.right_nav_tuto_header>div {
    display: grid;
    grid-template-columns: calc(100% - 90px) repeat(2, 30px);
    gap: 15px;
    align-items: center;
    padding: 15px 0 0 0;
    user-select: none;
}

.right_nav_tuto_header>div i {
    cursor: pointer;
    font-size: 20px;
    padding: 5px;
    border-radius: 10px;
    background: #EAEAEA;
    color: #7e7e7e;
    transition: 0.5s ease;
}

.right_nav_tuto_header>div i.not_allowed {
    cursor: not-allowed;
    background: #f6f6f6;
    color: #a4a4a4;
    transition: 0.5s ease;
}


.right_nav_tuto_header>div i:hover {
    background: #cccccc;
    color: #2d3142;
    transition: 0.5s ease;
}

.right_nav_tuto_header>div i.not_allowed:hover {
    background: #f6f6f6;
    color: #a4a4a4;
    transition: 0.5s ease;
}

#app_view_tool {
    width: 80%;
    margin: 25px calc(10% - 25px);
    padding: 25px;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(150, 150, 150, 0.2);
    border-radius: 5px;
    display: grid;
    grid-template-columns: 60% 35%;
    gap: 5%;
    align-items: center;
}

#app_view_tool input {
    margin: 0;
    padding: 19px 60px 19px 60px;
    border: none;
    background: #EAEAEA;
    color: #2D3142;
    border-radius: 5px;
    outline: none;
    font-size: 14px;
    font-weight: bold;
}

#app_view_tool div {
    font-size: 12px;
    border-radius: 5px;
    padding: 15px ;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #4458A4;
    background: #c8cfff;
}

#app_view_tool div a {
    padding-left: 5px;
}
#app_view_tool div i {
    padding-right: 5px;
}


#app_view_list {
    width: calc(80% + 50px);
    margin: 25px calc(10% - 25px);
    display: grid;
    grid-template-columns: repeat(4, calc(25% - 20px));
    gap: 25px 25px;
    align-items: center;
}

#app_view_list>div {
    width: calc(100% - 50px);
    padding: 25px;
    background: #FFFFFF;
    color: #2D3142;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(150, 150, 150, 0.2);
    text-align: center;
    cursor: pointer;
}

#app_view_list>div img {
    height: 75px;
    border-radius: 50%;
}

#app_view_list>div h5 {
    margin: 0;
    padding-top: 15px;
}

#app_link_view_list {
    width: 80%;
    margin: 25px calc(10% - 25px);
    display: grid;
    grid-template-columns: 100%;
    gap: 25px 0;
    align-items: center;
}

#app_link_view_list>div {
    width: 100%;
    padding: 25px;
    background: #FFFFFF;
    color: #2D3142;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(150, 150, 150, 0.2);
    display: grid;
    grid-template-columns: 30px calc(100% - 110px) 30px;
    gap: 25px;
    align-items: center;
}

#app_link_view_list>div img{
    margin: 0;
    height: 30px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#app_link_view_list>div h3 {
    margin: 0;
}

#app_link_view_list>div i {
    font-size: 30px;
    border-radius: 5px;
    cursor: pointer;
    color: #2D3142;
    transition: 0.5s ease;
}

#app_link_view_list>div .edit:hover {
    color: #4CAF50;
    transition: 0.5s ease;
}

#app_link_view_list>div .delete:hover {
    color: #D84727;
    transition: 0.5s ease;
}

#app_link_view_tool {
    width: 80%;
    margin: 25px calc(10% - 25px);
    padding: 25px;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(150, 150, 150, 0.2);
    border-radius: 5px;
    display: grid;
    grid-template-columns: 25px 200px;
    gap: calc(100% - 225px);
    align-items: center;
    color: #2d3142;
}

#app_link_view_tool div {
    font-size: 12px;
    border-radius: 5px;
    padding: 15px ;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: #4458A4;
    background: #c8cfff;
}

#app_link_view_tool>i {
    font-size: 25px;
    cursor: pointer;
    color: #7e7e7e;
    transition: 0.5s ease;
}

#app_link_view_tool>i:hover {
    color: #D84727;
    transition: 0.5s ease;
}

#app_link_view_tool div i {
    font-size: 25px;
}

#app_link_view_tool div a {
    text-align: right;
}

#app_link_view_tool h3 {
    display: none;
    text-align: left;
}

.app_note {
    width: calc(80% + 100px);
    margin: 25px calc(10% - 50px);
}