@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0);:root{--background-color: ;--text-color: ;--forgotPwd: ;--loginBtn: ;--inputBorderBottom: ;--labelTop: ;--labelBottom: ;--labelRight: }@-webkit-keyframes swing-in-top-fwd{0%{-webkit-transform:rotateX(-100deg);transform:rotateX(-100deg);-webkit-transform-origin:top;transform-origin:top;opacity:0}to{-webkit-transform:rotateX(0deg);transform:rotateX(0deg);-webkit-transform-origin:top;transform-origin:top;opacity:1}}@keyframes swing-in-top-fwd{0%{-webkit-transform:rotateX(-100deg);transform:rotateX(-100deg);-webkit-transform-origin:top;transform-origin:top;opacity:0}to{-webkit-transform:rotateX(0deg);transform:rotateX(0deg);-webkit-transform-origin:top;transform-origin:top;opacity:1}}@-webkit-keyframes scale-in-center{0%{-webkit-transform:scale(0);transform:scale(0);opacity:1}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes scale-in-center{0%{-webkit-transform:scale(0);transform:scale(0);opacity:1}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@-webkit-keyframes blink-2{0%{opacity:1}50%{opacity:.2}to{opacity:1}}@keyframes blink-2{0%{opacity:1}50%{opacity:.2}to{opacity:1}}*{box-sizing:border-box;margin:0;padding:0}body,html{font-family:Arial,Helvetica,sans-serif;font-smooth:antialiased;-webkit-font-smoothing:antialiased;overflow-x:clip;overflow-y:auto}.serviceNotAvailable{display:flex;width:100vw;height:100vh;position:fixed;z-index:9999;align-items:center;justify-content:center}.container{transition:all .5s ease;background:#fff;color:#424242;width:100%;margin-top:0;padding:20px;-webkit-animation:fade-in .3s cubic-bezier(.39,.575,.565,1) both;animation:fade-in .3s cubic-bezier(.39,.575,.565,1) both}.container .top{display:flex;flex-direction:row;margin-bottom:30px;margin-top:7px}.container .top .title{font-size:2.25rem}.container[data-active=true]{opacity:1}.container[data-active=false]{display:none;opacity:0}.loader{display:flex;align-items:center;justify-content:center}.input{outline:none;border:2px solid rgba(0,0,0,.2);border-radius:.25rem;width:100%;transition:all .3s ease;padding:10px}.input:focus{border:2px solid #050000}.input[data-valid=false]{border:1px solid #dc3545}.warning_msg{color:#dc3545;font-size:.8rem;font-weight:400;margin-top:7px}.warning_msg[data-active=true]{display:block}.warning_msg[data-active=false]{display:none}.button{display:flex;align-items:center;justify-content:center;padding:10px 15px;width:-webkit-max-content;width:max-content;color:#fff;background-color:#050000;font-weight:600;border-radius:5px;cursor:pointer;transition:all .3s ease;border:0;box-shadow:0 3px 5px rgba(0,0,0,.3);outline:none}.button[data-active=false]{pointer-events:none;background-color:hsla(0,0%,51.4%,.24);border-color:hsla(0,0%,51.4%,.24);color:hsla(0,0%,51.4%,.48)}.button:active{-webkit-transform:scale(.97);transform:scale(.97)}.button-disabled{pointer-events:none;display:flex;align-items:center;justify-content:center;padding:10px 15px;width:-webkit-max-content;width:max-content;background-color:hsla(0,0%,51.4%,.24);color:hsla(0,0%,51.4%,.48);font-weight:600;border-radius:5px;transition:all .3s ease;border:0;outline:none}.note{font-size:.9rem;color:#6c757d}.chip-tag{max-width:-webkit-max-content;max-width:max-content;width:100%}.color-wrap{display:flex;flex-direction:column;grid-gap:20px;gap:20px;width:100%}.MuiTooltip-tooltip{font-size:12px!important}@media screen and (max-width:770px){.container{padding:20px}}@media screen and (min-width:1023px)and (max-width:1080px){.container{height:95vh;padding:30px}}#preLoader{top:0;left:0;width:100vw;height:100vh;position:fixed;z-index:9999;background-color:#fff;display:flex;justify-content:center;align-items:center}.circle{background-color:rgba(0,0,0,.3);width:.2em;height:.2em;border-radius:50%;-webkit-animation:ripple .7s linear infinite;animation:ripple .7s linear infinite}@-webkit-keyframes ripple{0%{box-shadow:0 0 0 0 rgba(0,0,0,.3),0 0 0 .5em rgba(0,0,0,.3),0 0 0 .7em rgba(0,0,0,.3),0 0 0 1.2em rgba(0,0,0,.3)}to{box-shadow:0 0 0 .5em rgba(0,0,0,.3),0 0 0 .7em rgba(0,0,0,.3),0 0 0 1.2em rgba(0,0,0,.3),0 0 0 1.7em transparent}}@keyframes ripple{0%{box-shadow:0 0 0 0 rgba(0,0,0,.3),0 0 0 .5em rgba(0,0,0,.3),0 0 0 .7em rgba(0,0,0,.3),0 0 0 1.2em rgba(0,0,0,.3)}to{box-shadow:0 0 0 .5em rgba(0,0,0,.3),0 0 0 .7em rgba(0,0,0,.3),0 0 0 1.2em rgba(0,0,0,.3),0 0 0 1.7em transparent}}.backdrop{position:absolute;z-index:99}.backdrop .backDrop_content{display:flex;flex-direction:column;min-height:110vh;padding-left:300px;grid-gap:20px;gap:20px}@media screen and (max-width:770px){.backdrop .backDrop_content{padding-left:0}}@media screen and (min-width:1023px)and (max-width:1080px){.backdrop .backDrop_content{padding-left:300px}}.connectionBackDrop .backDrop_content{display:flex;flex-direction:column;position:fixed;width:100vw;height:100vh;z-index:9999}.page-table{display:flex;flex-direction:column;grid-gap:30px;gap:30px;width:100%}.page-table .body{width:100%}.counter-comp-wrap{display:flex;align-items:center;font-size:1.5rem;grid-gap:10px;gap:10px}.counter-comp-wrap .count-icon{display:flex;justify-content:center;align-items:center;width:20px;height:20px;color:#fff;font-weight:700;background-color:rgba(0,0,0,.3);cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}.counter-comp-wrap .count{min-width:30px;text-align:center}.color-choices-wrap{display:flex;width:100%;grid-gap:40px;gap:40px;flex-wrap:wrap;align-items:center;grid-row-gap:20px;row-gap:20px}.color-choices-wrap .color-choice{width:30px;height:30px;border-radius:5px;transition:all .3s ease;cursor:pointer;box-shadow:0 3px 5px rgba(0,0,0,.1)}.color-choices-wrap .color-choice:active{-webkit-transform:scale(.95);transform:scale(.95)}.radioButton .rd_label{border:2px solid #050000;padding:5px 20px;cursor:pointer;transition:all .3s ease}.radioButton .rd_button{display:none}.radioButton .rd_button:checked~label{background-color:#050000;color:#fff}.back_icon_wrap{width:100%;justify-content:flex-end}.back_icon_wrap,.back_icon_wrap .back_icon{display:flex;flex-direction:row;align-items:center}.back_icon_wrap .back_icon{width:-webkit-max-content;width:max-content;grid-gap:3px;gap:3px;cursor:pointer;font-size:1.2rem}.back_icon_wrap .back_icon:hover{-webkit-animation:back-forward 1s ease-in-out infinite;animation:back-forward 1s ease-in-out infinite}.back_icon_wrap .back_icon .back_icon_svg_wrap{display:flex;align-items:center;border-radius:50%;transition:all .3s ease}@-webkit-keyframes back-forward{0%{grid-gap:3px;gap:3px}50%{grid-gap:7px;gap:7px}to{grid-gap:3px;gap:3px}}@keyframes back-forward{0%{grid-gap:3px;gap:3px}50%{grid-gap:7px;gap:7px}to{grid-gap:3px;gap:3px}}#loading{display:flex;justify-content:center;align-items:center;width:100%;height:100%;padding:50px 10px 20px}#navbar .nav_body_main .nav_body .nav_slider .nav_dashboards_wrap .nav_dashboards_wrapper .nav_dashboard_logo{width:45px;height:45px}#open_navbar{color:#f8f9fa;position:relative;top:0;left:0;z-index:999}#open_navbar .open_nav_top{width:100vw;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0 0 0 30px;top:0;left:0;height:5px;z-index:999;transition:background-color .3s ease}#open_navbar .open_nav_top .open_nav_top_grid_item{display:flex;flex-direction:row-reverse;align-items:center;margin-right:50px}#open_navbar .open_nav_top .open_nav_top_grid_item .open_nav_top_menu_icon_wrap{display:flex}#open_navbar .open_nav_top .open_nav_top_grid_item #open_nav_top_menu_icon{font-size:25px;cursor:pointer}#open_navbar .open_nav_top .open_nav_top_grid_item span{font-size:1.4rem;font-weight:100;margin:0 20px}#open_navbar .open_nav_top .open_nav_top_grid_item .open_nav_top_title{max-width:400px;max-height:3.75rem}#open_navbar .open_nav_top .open_nav_top_grid_item .open_nav_profile_image{cursor:pointer;width:40px;height:40px;border-radius:50%;border:1px solid #424242}#open_navbar .open_nav_top .open_nav_top_grid_item #open_nav_profile_wrapper{background-color:#f8f9fa;display:flex;flex-direction:column;box-shadow:0 3px 5px rgba(0,0,0,.3);border-radius:.25rem;min-width:2rem;max-width:15rem;text-align:center;top:0;right:0;margin-top:4.75rem;margin-right:25px;cursor:pointer;position:absolute;top:-70px}#open_navbar .open_nav_top .open_nav_top_grid_item #open_nav_profile_wrapper[data-active=true]{display:flex}#open_navbar .open_nav_top .open_nav_top_grid_item #open_nav_profile_wrapper[data-active=false]{display:none}#open_navbar .open_nav_top .open_nav_top_grid_item #open_nav_profile_wrapper .open_nav_profile_item{color:#424242;text-decoration:none;padding:15px 10px;cursor:pointer}#open_navbar .open_nav_top .open_nav_top_grid_item #open_nav_profile_wrapper .open_nav_profile_item:hover{background-color:rgba(0,0,0,.04)}#open_navbar .open_nav_top .open_nav_top_grid_item #open_nav_profile_wrapper .open_nav_profile_item:nth-child(2){border-top:1px solid rgba(0,0,0,.14);color:#dc3545}#open_navbar .open_image_wrapper{display:flex;justify-content:center;margin-top:20px}#open_navbar .open_nav_body_main{position:relative}#open_navbar .open_nav_body_main .open_nav_slider_button{position:absolute;font-size:2rem;top:90vh;right:-3.8rem;height:40px;width:40px;border-radius:20px;border:none;background-color:rgba(194,225,255,.793);color:rgba(0,79,207,.8156862745098039);z-index:100099}#open_navbar .open_nav_body_main .open_nav_slider_button:hover{background-color:rgba(110,183,255,.793);box-shadow:0 0 10px rgba(0,0,0,.3);cursor:pointer}#open_navbar .open_nav_body_main .open_nav_slider_button:active{-webkit-transform:scale(.9);transform:scale(.9)}#open_navbar .open_nav_body_main .open_nav_body{margin-top:0;display:flex;flex-direction:row}#open_navbar .open_nav_body_main .open_nav_body .open_nav_slider{height:100vh;background-color:#ebebeb;color:#424242;z-index:100;overflow-x:hidden;overflow-y:auto;display:flex;flex-direction:column;transition:width .4s ease;position:relative}#open_navbar .open_nav_body_main .open_nav_body .open_nav_slider .open_nav_slider_in_wrap{width:100%;height:auto;background-color:#ebebeb;color:#424242;z-index:100;overflow-x:hidden;padding-top:0;display:flex;flex-direction:column;transition:all .4s ease;position:relative;max-width:270px}#open_navbar .open_nav_body_main .open_nav_body .open_nav_slider .open_nav_dashboards_wrap{padding-left:0;padding-right:20px;margin-bottom:22px}#open_navbar .open_nav_body_main .open_nav_body .open_nav_slider .open_nav_dashboards_wrap .title{margin-bottom:10px;margin-top:20px;margin-left:10px}#open_navbar .open_nav_body_main .open_nav_body .open_nav_slider .open_nav_dashboards_wrap .open_nav_dashboards_wrapper{display:flex;flex-direction:row;grid-gap:10px;gap:10px;align-items:center;margin-left:10px}#open_navbar .open_nav_body_main .open_nav_body .open_nav_slider .open_nav_dashboards_wrap .open_nav_dashboards_wrapper .open_nav_dashboard_logo{width:45px;height:45px;border-radius:50%}#open_navbar .open_nav_body_main .open_nav_body .open_nav_slider .open_nav_slider_link_logout{display:flex;flex-direction:row;text-decoration:none;justify-content:flex-start;width:100%;padding:15px 10px 15px 20px;align-items:center;font-size:.9rem;transition:all .1s ease-in;overflow:hidden;min-height:50px;border:none;background-color:transparent;font-family:Arial,Helvetica,sans-serif;color:#424242;margin-top:30px;cursor:pointer}#open_navbar .open_nav_body_main .open_nav_body .open_nav_slider .open_nav_slider_link_logout .icon{pointer-events:none;font-size:1rem}#open_navbar .open_nav_body_main .open_nav_body .open_nav_slider .open_nav_slider_link_logout span{pointer-events:none;width:-webkit-max-content;width:max-content;font-size:.9rem;margin-left:30px;position:absolute}#open_navbar .open_nav_body_main .open_nav_body .open_nav_slider .open_nav_slider_link_logout[data-active=true]{background-color:rgba(0,0,0,.08);color:#050000}#open_navbar .open_nav_body_main .open_nav_body .open_nav_slider .open_nav_slider_link_logout[data-active=false]{background-color:transparent;color:#424242}#open_navbar .open_nav_body_main .open_nav_body .open_nav_slider .open_nav_slider_link_logout:hover{background-color:rgba(0,0,0,.04)}#open_navbar .open_nav_body_main .open_nav_body .open_nav_slider .open_nav_slider_link_logout[data-disabled=true]{background-color:rgba(0,0,0,.15);color:rgba(0,0,0,.4);pointer-events:none}#open_navbar .open_nav_body_main .open_nav_body .open_nav_slider .open_nav_slider_link{display:flex;flex-direction:row;text-decoration:none;justify-content:flex-start;width:100%;padding:15px 10px 15px 20px;align-items:center;font-size:.9rem;transition:all .1s ease-in;overflow:hidden;min-height:50px}#open_navbar .open_nav_body_main .open_nav_body .open_nav_slider .open_nav_slider_link .icon{pointer-events:none}#open_navbar .open_nav_body_main .open_nav_body .open_nav_slider .open_nav_slider_link span{pointer-events:none;width:-webkit-max-content;width:max-content;font-size:.9rem;margin-left:30px;position:absolute}#open_navbar .open_nav_body_main .open_nav_body .open_nav_slider .open_nav_slider_link[data-active=true]{background-color:rgba(0,0,0,.08);color:#050000}#open_navbar .open_nav_body_main .open_nav_body .open_nav_slider .open_nav_slider_link[data-active=false]{background-color:transparent;color:#424242}#open_navbar .open_nav_body_main .open_nav_body .open_nav_slider .open_nav_slider_link:hover{background-color:rgba(0,0,0,.04)}#open_navbar .open_nav_body_main .open_nav_body .open_nav_slider .open_nav_slider_link[data-disabled=true]{background-color:rgba(0,0,0,.15);color:rgba(0,0,0,.4);pointer-events:none}#open_navbar .open_nav_body_main .open_nav_body .open_nav_slider[data-active=true]{width:270px}#open_navbar .open_nav_body_main .open_nav_body .open_nav_slider[data-active=false]{width:70px}#open_navbar .open_nav_body_main .open_nav_body .open_nav_slider[data-active=false] .open_nav_slider_link span{display:none}#open_navbar .open_nav_body_main .open_nav_body .open_nav_slider[data-active=false] .open_nav_slider_link[data-active=true]{border-left:5px solid #050000;background-color:rgba(0,0,0,.08);color:#050000}#open_navbar .open_nav_body_main .open_nav_body .open_nav_containers{width:100%;transition:all .5s ease;overflow-x:hidden}@media screen and (max-width:770px){#open_navbar .open_nav_top .open_nav_top_grid_item .open_nav_top_menu_icon_wrap{display:flex;flex-direction:row;align-items:center}#open_navbar .open_nav_top .open_nav_top_grid_item .open_nav_top_title{max-width:120px}#open_navbar .open_nav_body .open_nav_slider{position:fixed}#open_navbar .open_nav_body .open_nav_slider[data-active=false]{width:0}#open_navbar .open_nav_body .open_nav_slider[data-active=false] .open_nav_slider_link span{display:block}#open_navbar .open_nav_body .open_nav_slider[data-active=false] .open_nav_slider_link[data-active=true]{border-left:0 solid #050000;background-color:rgba(0,0,0,.08);color:#050000}}@media screen and (min-width:1024px)and (max-width:1080px){#open_navbar .open_nav_top .open_nav_top_grid_item .open_nav_top_menu_icon_wrap{display:flex;flex-direction:row;align-items:center}#open_navbar .open_nav_body .open_nav_slider,#open_navbar .open_nav_body .open_nav_slider .open_nav_slider_in_wrap{position:fixed}#open_navbar .open_nav_body .open_nav_slider .open_nav_slider_link span{position:absolute;margin-left:40px}#open_navbar .open_nav_body .open_nav_slider[data-active=false]{width:0}#open_navbar .open_nav_body .open_nav_slider[data-active=false] .open_nav_slider_link span{display:block}#open_navbar .open_nav_body .open_nav_slider[data-active=false] .open_nav_slider_link[data-active=true]{border-left:0 solid #050000;background-color:rgba(0,0,0,.08);color:#050000}#open_navbar .open_nav_body .open_nav_containers{height:100%}}.gridLayout{padding-left:0;position:relative}.gridLayout .grid_item{display:flex;flex-direction:column;width:100%;height:100%;background-color:inherit;border-radius:7px;position:absolute}.gridLayout .grid_item .react-resizable-handle:after{border:unset;right:3px;bottom:3px}.gridLayout .grid_item .grid_itm_container{display:flex;flex-direction:column;width:100%;height:100%}.gridLayout .grid_item .grid_itm_top{display:flex;justify-content:space-between;align-items:center;width:100%;height:-webkit-max-content;height:max-content;color:#424242;flex-wrap:wrap;grid-gap:10px;gap:10px}.gridLayout .grid_item .grid_itm_top .grid_icns_wrap{display:flex;flex-direction:row;grid-gap:20px;gap:20px;font-size:1.2rem;z-index:10001}.gridLayout .grid_item .grid_itm_top .grid_itm_PalleteIcon{display:flex;color:#007bff;cursor:pointer;-webkit-animation:fade-in .4s cubic-bezier(.39,.575,.565,1) both;animation:fade-in .4s cubic-bezier(.39,.575,.565,1) both}.gridLayout .grid_item .grid_itm_top .grid_itm_PalleteIcon[data-active=false]{display:none}.gridLayout .grid_item .grid_itm_top .grid_itm_EditIcon{display:flex;color:#007bff;cursor:pointer;-webkit-animation:fade-in .4s cubic-bezier(.39,.575,.565,1) both;animation:fade-in .4s cubic-bezier(.39,.575,.565,1) both}.gridLayout .grid_item .grid_itm_top .grid_itm_EditIcon[data-active=false]{display:none}.gridLayout .grid_item .grid_itm_top .grid_itm_closeIcon{display:flex;color:#dc3545;cursor:pointer;-webkit-animation:fade-in .4s cubic-bezier(.39,.575,.565,1) both;animation:fade-in .4s cubic-bezier(.39,.575,.565,1) both}.gridLayout .grid_item .grid_itm_top .grid_itm_closeIcon[data-active=false]{display:none}.gridLayout .grid_item .grid_item_body{height:101.5%;width:100.5%;position:absolute}.moveable-control{width:10px!important;height:10px!important;margin-top:-5px!important;margin-left:-5px!important}@media screen and (max-width:770px){.gridLayout{margin-top:20px}.gridLayout .grid_item{display:flex;flex-direction:column;max-width:98%;height:100%;background-color:inherit;border-radius:7px}.gridLayout .grid_item .react-resizable-handle:after{border:unset;right:3px;bottom:3px}.gridLayout .grid_item .grid_itm_container{display:flex;flex-direction:column;width:100%;height:100%}.gridLayout .grid_item .grid_itm_top{display:flex;justify-content:space-between;align-items:center;width:100%;height:-webkit-max-content;height:max-content;color:#424242;flex-wrap:wrap;z-index:10002;grid-gap:10px;gap:10px}.gridLayout .grid_item .grid_itm_top .grid_icns_wrap{display:flex;flex-direction:row;grid-gap:20px;gap:20px;font-size:1.2rem;z-index:10001}.gridLayout .grid_item .grid_itm_top .grid_itm_PalleteIcon{display:flex;color:#007bff;cursor:pointer;-webkit-animation:fade-in .4s cubic-bezier(.39,.575,.565,1) both;animation:fade-in .4s cubic-bezier(.39,.575,.565,1) both}.gridLayout .grid_item .grid_itm_top .grid_itm_PalleteIcon[data-active=false]{display:none}.gridLayout .grid_item .grid_itm_top .grid_itm_EditIcon{display:flex;color:#007bff;cursor:pointer;-webkit-animation:fade-in .4s cubic-bezier(.39,.575,.565,1) both;animation:fade-in .4s cubic-bezier(.39,.575,.565,1) both}.gridLayout .grid_item .grid_itm_top .grid_itm_EditIcon[data-active=false]{display:none}.gridLayout .grid_item .grid_itm_top .grid_itm_InfoIcon{background:transparent}.gridLayout .grid_item .grid_itm_top .grid_itm_closeIcon,.gridLayout .grid_item .grid_itm_top .grid_itm_InfoIcon{display:flex;cursor:pointer;-webkit-animation:fade-in .4s cubic-bezier(.39,.575,.565,1) both;animation:fade-in .4s cubic-bezier(.39,.575,.565,1) both}.gridLayout .grid_item .grid_itm_top .grid_itm_closeIcon{color:#dc3545}.gridLayout .grid_item .grid_itm_top .grid_itm_closeIcon[data-active=false]{display:none}.gridLayout .grid_item .grid_item_body{height:100%;width:100%;position:absolute}}.empty-dashboard{display:none;flex-direction:column;grid-gap:50px;gap:50px;justify-content:center;align-items:center;width:100%;min-height:65vh;padding:20px;text-align:center;text-transform:capitalize;-webkit-animation:fade-in .3s cubic-bezier(.39,.575,.565,1) both;animation:fade-in .3s cubic-bezier(.39,.575,.565,1) both}.empty-dashboard[data-active=true]{display:flex;padding-left:0}.empty-dashboard .empty_dashboard_img{width:350px}.empty-dashboard .is-mobile{width:264px}@media screen and (max-width:770px){.empty-dashboard .empty_dashboard_img{max-width:200px}}.card_form_details{display:flex;flex-direction:column;grid-gap:20px;gap:20px;width:100%}.card_form_details .card-section{display:flex;flex-direction:column;grid-gap:10px;gap:10px}.card_form_details .card-section[data-active=false],.card_form_details .info[data-active=false],.card_form_details .title[data-hide=true]{display:none}.card_form_details .card-button-wrap{display:flex;justify-content:flex-end}.card_form_details .card-button-wrap[data-hide=true]{display:none}.card_form_details .card_main_wrap{display:flex;flex-direction:column;grid-gap:30px;gap:30px}.card_form_details .card_wrap{padding:10px;border-radius:5px;box-shadow:0 3px 5px rgba(0,0,0,.1)}.card_form_details .card_wrap[data-disabled=true]{pointer-events:none;opacity:.5}.card_form_details .checkout_card_details_double{display:flex;flex-direction:row;grid-gap:20px;gap:20px}.card_form_details .card_list{display:flex;flex-direction:column;padding:10px;box-shadow:0 3px 5px rgba(0,0,0,.1)}.card_form_details .card_list[data-active=false]{display:none}.card_form_details .card_list .card_item{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:10px;cursor:pointer;border-top:1px solid rgba(0,0,0,.1);transition:all .3s ease;border-radius:5px}.card_form_details .card_list .card_item:first-child{border-top:1px solid #fff}.card_form_details .card_list .card_item[data-active=true]{background-color:rgba(0,0,0,.1)}.card_form_details .card_list .card_item .card_sub_item{display:flex;flex-direction:row;align-items:center;grid-gap:10px;gap:10px}.message_section{display:flex;flex-direction:column;grid-gap:20px;gap:20px}.message_section .input_wrap{display:flex;flex-direction:column;grid-gap:7px;gap:7px;margin-bottom:25px}.message_section .input_wrap .title{font-weight:500}.message_section .input_wrap .input{padding:10px}.message_section .message_top{display:flex;flex-direction:row;flex-flow:row wrap;align-items:center;grid-gap:15px;gap:15px}.message_section .message_body{background-color:#fafafa;border-radius:5px;padding:10px}.message_section .message_body[data-active=false]{display:none}.message_section .message_body .input_wrap .textarea{height:200px;resize:none}.message_section .message_body .input_wrap .note{font-size:.9rem;color:#6c757d}.message_section .message_body .input_wrap .recivers_container{display:flex;flex-wrap:wrap;grid-gap:10px;gap:10px;margin-top:10px}.message_section .message_body .input_wrap .recivers_container .recivers_item{display:flex;flex-direction:row;justify-content:space-between;padding:7px}.message_section .message_body .input_wrap .recivers_container .recivers_item .close_icon{color:#dc3545;font-size:1.1rem;cursor:pointer}.message_section .message_body .input_wrap .input_box{display:flex;flex-direction:row;align-items:center;grid-gap:15px;gap:15px;flex-flow:row wrap}.message_section .message_body .input_wrap .input_box .input{width:250px}.message_section .message_body .input_wrap .input_box .icon{font-size:1.7rem}.message_section .message_body .input_wrap .input_box .button{height:auto;width:150px}.imagePopUp{position:relative;z-index:99}.imagePopUp .backDrop_content{display:flex;flex-direction:column;justify-content:flex-start;grid-gap:40px;gap:40px;padding:7rem 20px 20px 300px;width:100%}.imagePopUp .backDrop_content .top-wrap{display:flex;justify-content:flex-end;align-items:center;grid-gap:40px;gap:40px;width:100%;color:#fff}.imagePopUp .backDrop_content .top-wrap .icon{cursor:pointer;font-size:1.5rem}.imagePopUp .backDrop_content .top-wrap .popup-image-download{text-decoration:none;color:#fff}.imagePopUp .backDrop_content .popup-image{width:100%;max-width:700px}@media screen and (max-width:770px){.imagePopUp .backDrop_content{padding-left:20px}}@media screen and (min-width:1024px)and (max-width:1080px){.imagePopUp .backDrop_content{padding-left:300px}}.formula-container-wrap,.formula-container-wrap .formula-top{display:flex;flex-direction:column;grid-gap:10px;gap:10px}.formula-container-wrap .formula-top .title{display:flex;flex-direction:row;justify-content:flex-start;grid-gap:10px;gap:10px;font-weight:500}.formula-container-wrap .formula-top .title span{color:rgba(0,0,0,.5);font-size:.9rem}.formula-container-wrap .formula-buttons-wrap{display:flex;grid-gap:10px;gap:10px;flex-wrap:wrap}.formula-container-wrap .input_wrap{display:flex;flex-direction:column;grid-gap:10px;gap:10px}.formula-container-wrap .input_wrap .fomular_wrap{display:flex;flex-direction:row;grid-gap:10px;gap:10px;width:100%}.formula-container-wrap .input_wrap .fomular_wrap .input_formula_wrap{display:flex;flex-direction:column;grid-gap:10px;gap:10px;width:100%}.formula-container-wrap .input_wrap .fomular_wrap .input_formula_wrap .display_formula{display:flex;flex-direction:row;flex-flow:row wrap;word-wrap:break-word;width:100%;grid-gap:5px;gap:5px;font-size:.9rem;margin-bottom:10px;overflow:hidden}.formula-container-wrap .input_wrap .fomular_wrap .input_formula_wrap .display_formula .display_formula_item{word-wrap:break-word;max-width:70%}.formula-container-wrap .input_wrap .fomular_wrap .input_formula_wrap .display_formula .display_formula_item[data-highlight=true]{color:red}.formula-container-wrap .input_wrap .fomular_wrap .button{width:-webkit-max-content;width:max-content;height:-webkit-max-content;height:max-content}.formula-container-wrap .input_wrap .formula_display{margin-top:20px;padding:10px 20px;color:#fff;border-radius:7px;display:flex;flex-direction:column;grid-gap:10px;gap:10px;width:100%;font-weight:500;border:2px solid #dc3545;background-color:rgba(220,53,69,.7);transition:all .3s ease}.formula-container-wrap .input_wrap .formula_display[data-active=false]{display:none}.formula-container-wrap .input_wrap .formula_display[data-status=success]{border-color:#28a745;background-color:rgba(40,167,69,.7)}.popUpContainer{display:flex;position:fixed;top:0;right:0;background-color:rgba(0,0,0,.5);width:100%;height:100%;justify-content:center;align-items:flex-start;padding-top:7rem;padding-bottom:10rem;overflow-y:auto;-webkit-animation:fade-in .1s cubic-bezier(.39,.575,.565,1) both;animation:fade-in .1s cubic-bezier(.39,.575,.565,1) both;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:5000}.popUpContainer[data-active=false]{display:none}.popUpContainer .popup_container{display:flex;flex-direction:column;background-color:#fff;width:-webkit-max-content;width:max-content;border-radius:5px;padding:15px;min-width:40vw;-webkit-animation:fade-in .3s cubic-bezier(.39,.575,.565,1) both;animation:fade-in .3s cubic-bezier(.39,.575,.565,1) both}.popUpContainer .popup_container .popup_top{display:flex;justify-content:space-between;margin-bottom:25px;width:100%}.popUpContainer .popup_container .popup_top .popup_close_icon{color:#dc3545;cursor:pointer}.popUpContainer .popup_container .popup_body{width:100%}.bgpopUpContainer{display:flex;position:fixed;top:0;right:0;background-color:transparent;width:100%;height:100%;justify-content:right;align-items:flex-start;padding-top:7rem;padding-bottom:10rem;overflow-y:auto;-webkit-animation:fade-in .1s cubic-bezier(.39,.575,.565,1) both;animation:fade-in .1s cubic-bezier(.39,.575,.565,1) both;z-index:5000}.bgpopUpContainer[data-active=false]{display:none}.bgpopUpContainer .bgpopup_container{display:flex;flex-direction:column;background-color:#fff;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;border-radius:5px;padding:15px;min-width:13vw;-webkit-animation:fade-in .3s cubic-bezier(.39,.575,.565,1) both;animation:fade-in .3s cubic-bezier(.39,.575,.565,1) both}.bgpopUpContainer .bgpopup_container .bgpopup_top{display:flex;justify-content:space-between;margin-bottom:25px;width:100%}.bgpopUpContainer .bgpopup_container .bgpopup_top .bgpopup_close_icon{color:#dc3545;cursor:pointer}.bgpopUpContainer .bgpopup_container .bgpopup_body{width:100%}.fontColorPopUpContainer{display:flex;position:fixed;top:-40px;right:261px;background-color:transparent;width:100%;height:100%;justify-content:right;align-items:flex-start;padding-top:7rem;padding-bottom:10rem;-webkit-animation:fade-in .1s cubic-bezier(.39,.575,.565,1) both;animation:fade-in .1s cubic-bezier(.39,.575,.565,1) both;z-index:5000;overflow-y:scroll;scrollbar-width:none}.fontColorPopUpContainer[data-active=false]{display:none}.fontColorPopUpContainer .bgpopup_container{display:flex;flex-direction:column;background-color:#fff;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;border-radius:5px;padding:15px;min-width:13vw;-webkit-animation:fade-in .3s cubic-bezier(.39,.575,.565,1) both;animation:fade-in .3s cubic-bezier(.39,.575,.565,1) both}.fontColorPopUpContainer .bgpopup_container .bgpopup_top{display:flex;justify-content:space-between;margin-bottom:25px;width:100%}.fontColorPopUpContainer .bgpopup_container .bgpopup_top .bgpopup_close_icon{color:#dc3545;cursor:pointer}.fontColorPopUpContainer .bgpopup_container .bgpopup_body{width:100%}@media screen and (max-width:770px){.popUpContainer{padding-top:4rem}.popUpContainer .popup_container{width:90vw;padding:0;margin-bottom:0}.popUpContainer .popup_container .popup_top{padding:15px}.popUpContainer .popup_container .popup_body{padding:10px}}.left_nav_bar::-webkit-scrollbar{display:none}.left_nav_bar{scrollbar-width:none}.RightNavBAr::-webkit-scrollbar{display:none}.RightNavBAr{overflow:"scroll";scrollbar-width:none}#addDevice{max-width:900px}#addDevice .tab_panel{display:flex;flex-direction:column;height:auto;padding:20px;max-width:900px;margin-bottom:10px}#addDevice .tab_panel .top .title{text-align:center;font-size:1.5rem;font-weight:600;text-transform:capitalize}#addDevice .tab_panel .category-wrap{display:flex;flex-direction:row;justify-content:center;grid-gap:30px;gap:30px}#addDevice .tab_panel .category-wrap .category{display:flex;flex-direction:column;grid-gap:5px;gap:5px;align-items:center;cursor:pointer;padding:10px;border:3px solid #6c757d;border-radius:5px;min-width:100px;transition:all .4s ease}#addDevice .tab_panel .category-wrap .category[data-active=true]{border-color:#007bff}#addDevice .tab_panel .category-wrap .category .icon{font-size:3rem}#addDevice .tab_panel .button_wrap{margin-top:20px;display:flex;flex-direction:row;justify-content:flex-end;grid-gap:15px;gap:15px}#addDevice .device{display:flex;flex-direction:column;-webkit-animation:fade-in .5s cubic-bezier(.39,.575,.565,1) both;animation:fade-in .5s cubic-bezier(.39,.575,.565,1) both}#addDevice .device .content{display:flex;flex-direction:column;align-items:center}#addDevice .device .content .top{font-size:6rem}#addDevice .device .content .body{display:flex;flex-direction:column;grid-gap:10px;gap:10px}#addDevice .device .content .body .ad_input_wrap{display:flex;flex-direction:column;grid-gap:5px;gap:5px}#addDevice .device .content .body .ad_input_wrap .ad_input_wrapper{display:flex;flex-direction:row;align-items:center;background-color:rgba(0,0,0,.2);border-radius:5px}#addDevice .device .content .body .ad_input_wrap .ad_input_wrapper .input{min-width:250px}#addDevice .device .content .body .ad_input_wrap .ad_input_wrapper .ad_input_icon{margin:0 10px;font-size:1.2rem}#addDevice #addProduct{-webkit-animation:fade-in .5s cubic-bezier(.39,.575,.565,1) both;animation:fade-in .5s cubic-bezier(.39,.575,.565,1) both}#addDevice #addProduct #productSetting .product-type-wrap{display:flex;flex-direction:row;grid-gap:20px;gap:20px;justify-content:center;padding-top:20px;padding-bottom:30px}#addDevice #addProduct #productSetting .product-type-wrap .type-wrap{display:flex;flex-direction:column;grid-gap:10px;gap:10px;max-width:170px;padding:10px;border:3px solid #6c757d;transition:all .4s ease;border-radius:5px;cursor:pointer}#addDevice #addProduct #productSetting .product-type-wrap .type-wrap[data-active=true]{border-color:#007bff}#addDevice #addProduct #productSetting .product-type-wrap .type-wrap .title{font-weight:500}#addDevice #addProduct #productSetting .product-type-wrap .type-wrap .desc{font-size:.9rem;color:#6c757d}#addDevice #addProduct #productSetting .save-button-wrap{display:flex;justify-content:space-between}#addDevice #addProduct #productSetting .product-wrap{display:flex;flex-direction:column;grid-gap:20px;gap:20px}#addDevice #addProduct #productSetting .product-wrap[data-active=false]{display:none}#addDevice #addProduct #productSetting .product-wrap .desc-wrap{display:flex;justify-content:center}#addDevice #addProduct #productSetting .product-wrap .desc-wrap .desc{text-align:center;max-width:500px;width:100%;color:#6c757d}#addDevice #addProduct #productSetting .product-wrap .alert{align-self:center;max-width:250px;width:100%;background-color:rgba(255,193,7,.5);border-radius:5px;padding:10px;display:flex;flex-direction:column;grid-gap:10px;gap:10px;color:#7d5802;align-items:center}#addDevice #addProduct #productSetting .product-wrap .alert .alert-title{font-weight:500}#addDevice #addProduct #productSetting .product-wrap .products-list{display:flex;flex-direction:column;grid-gap:10px;gap:10px}#addDevice #addProduct #productSetting .product-wrap .products-list .available-product-wrap{background-color:#fff;box-shadow:0 3px 5px rgba(0,0,0,.2);padding:10px;border-radius:5px;display:flex;justify-content:space-between}#addDevice #addProduct #deviceSetting{display:flex;flex-direction:column;grid-gap:20px;gap:20px}#addDevice #addProduct #deviceSetting .desc-wrap{display:flex;justify-content:center}#addDevice #addProduct #deviceSetting .desc-wrap .desc{text-align:center;max-width:500px;width:100%;color:#6c757d}#addDevice #addProduct #deviceSetting .devices-collection{display:flex;flex-direction:column;grid-gap:10px;gap:10px}#addDevice #addProduct #deviceSetting .devices-collection .device-wrap{display:flex;align-items:center;grid-gap:10px;gap:10px}#addDevice #addProduct #deviceSetting .devices-collection .device-wrap .delete[data-active=true]{background-color:#dc3545}#addDevice #addProduct #deviceSetting .devices-collection .device-wrap .input-wrap{display:flex;align-items:center;width:100%;background-color:#ebebeb;border-radius:5px}#addDevice #addProduct #deviceSetting .devices-collection .device-wrap .input-wrap .icon{font-size:1.2rem;color:#6c757d;margin-left:5px;margin-right:5px}@media screen and (max-width:770px){#addDevice #addProduct #deviceSetting .desc-wrap .desc,#addDevice #addProduct #productSetting .desc-wrap .desc{font-size:.8rem}#addDevice #addProduct #deviceSetting .devices-collection .device-wrap{flex-direction:column;align-items:flex-end}}#addDevice .packages .packagesTabPanel{min-height:300px;padding-top:40px}#addDevice .packages .packagesTabPanel[data-height=fixed]{overflow-y:auto;height:300px}#addDevice .packages .switch-wrap{margin:0 0 25px}#addDevice .packages .packages_body{display:flex;flex-direction:row;align-items:center;justify-content:center;grid-gap:20px;gap:20px}#addDevice .packages .packages_body .package{background-color:#fff;border-radius:5px;box-shadow:0 3px 5px rgba(0,0,0,.2);padding:20px;display:flex;flex-direction:column;justify-content:space-between;grid-gap:20px;gap:20px;min-width:160px;min-height:260px}#addDevice .packages .packages_body .package[data-disable=true]{pointer-events:none;opacity:.4}#addDevice .packages .packages_body .package .title{text-transform:capitalize;font-weight:600}#addDevice .packages .packages_body .package .desc,#addDevice .packages .packages_body .package .price{align-self:center}#addDevice .packages .packages_body .package .desc{display:flex;flex-direction:column;grid-gap:7px;gap:7px;text-align:center;font-size:.8rem}#addDevice .packages .packages_body .package .price{margin-top:10px;margin-bottom:10px}#addDevice .packages .packages_body .package .price span{font-size:.8rem;font-weight:600;color:#6c757d}#addDevice .packages .sub_body{display:flex;flex-direction:column;grid-gap:10px;gap:10px}#addDevice .packages .sub_body .image_wrap{display:flex;flex-direction:column;justify-content:center;align-items:center}#addDevice .packages .sub_body .image_wrap .image{width:260px}#addDevice .packages .sub_body .image_wrap .text{text-transform:capitalize}#addDevice .packages .sub_body .sub_item{padding:15px 20px 10px;display:flex;width:100%;justify-content:space-between;align-items:center;border-top:1px solid rgba(0,0,0,.2)}#addDevice .packages .sub_body .sub_item:first-child{padding-top:0;border-top:1px solid transparent}#addDevice .packages .sub_body .sub_item .wrap{display:flex;align-items:center;grid-gap:15px;gap:15px}#addDevice .packages .sub_body .sub_item .wrap .price .price-month{font-size:.8rem;font-weight:500;color:#6c757d}@media screen and (max-width:1036px){#addDevice .packages .packagesTabPanel[data-height=fixed]{min-height:850px}#addDevice .packages .packages_body{flex-direction:column}}#addDevice .details .inputs{display:flex;flex-direction:column;grid-gap:15px;gap:15px;margin-bottom:70px}#addDevice .details .inputs .title .optional{font-size:.8rem;color:#6c757d;font-weight:500}#addDevice .details .double_wrap{display:flex;flex-direction:row;grid-gap:20px;gap:20px}#addDevice .details .double_wrap .input_wrap{width:100%}@media screen and (max-width:770px){#addDevice .details .double_wrap{flex-direction:column;grid-gap:15px;gap:15px}}#addDevice .checkout{display:flex;flex-direction:column;position:relative;margin-bottom:10px}#addDevice .checkout .addDeviceBackDrop{position:absolute;display:flex;width:100%;min-height:90vh;background-color:rgba(0,0,0,.2)}#addDevice .checkout .content{display:flex;flex-direction:column;grid-gap:20px;gap:20px}#addDevice .checkout .content .section{display:flex;flex-direction:column;grid-gap:5px;gap:5px}#addDevice .checkout .content .section .information{text-transform:capitalize}#addDevice .checkout .content .section .title{font-weight:600;margin-bottom:10px}#addDevice .checkout .content .checkout_form{display:flex;flex-direction:row;grid-gap:20px;gap:20px}#addDevice .checkout .content .checkout_form .checkout_form_label{display:flex;flex-direction:column;grid-gap:5px;gap:5px}#addDevice .checkout .content .checkout_form #checkout_card{width:250px}#addDevice .checkout .content .checkout_form .double_wrap{display:flex;flex-direction:row;grid-gap:25px;gap:25px}#addDevice .checkout .content .checkout_form .double_wrap #checkout_cvc,#addDevice .checkout .content .checkout_form .double_wrap #checkout_expire{width:100px}@media screen and (max-width:960px){#addDevice .checkout .content .checkout_form{flex-direction:column}}@media screen and (max-width:770px){#addDevice .tab_panel .category-wrap .category{min-width:70px;font-size:.8rem}#addDevice .tab_panel .category-wrap .category .icon{font-size:2rem}}.RightNavBAr .rightPanel{height:100%;margin-top:46px}.RightNavBAr .grid_itm_PalleteIcon{display:flex;color:#007bff;cursor:pointer;-webkit-animation:fade-in .4s cubic-bezier(.39,.575,.565,1) both;animation:fade-in .4s cubic-bezier(.39,.575,.565,1) both;justify-content:end;height:0}.RightNavBAr .grid_itm_PalleteIcon[data-active=false]{display:none}.RightNavBAr .bottom_btn{float:right;padding:12px}.RightNavBAr .bottom_btn1{float:right;padding:12px;display:flex}.RightNavBAr .bottom_btn_left{float:left;padding:12px}.RightNavBAr .lineChart_properties .variables-wrap{border:2px solid rgba(0,0,0,.3);border-radius:5px;padding:8px;margin-bottom:20px;width:100%}.RightNavBAr .lineChart_properties .section .variable_List{display:flex;flex-direction:column;margin-bottom:20px}.RightNavBAr .lineChart_properties .section .variable_List .varibale_wrap{display:grid;grid-template-columns:55% 35% 10%;flex-direction:row;width:100%;border-radius:5px;padding:10px 20px 10px 30px;margin-bottom:5px;box-shadow:0 3px 5px rgba(0,0,0,.2);align-items:center}.RightNavBAr .lineChart_properties .section .variable_List .varibale_wrap .vw_color{width:60px;height:20px;border-radius:5px}.RightNavBAr .lineChart_properties .section .variable_List .varibale_wrap .vw_icon{color:#dc3545;cursor:pointer}.RightNavBAr .lineChart_properties .section .title{font-weight:500;margin-top:20px;font-family:Arial,Helvetica,sans-serif}.RightNavBAr .lineChart_properties .section .title .title_desc{color:rgba(0,0,0,.5);font-size:.8rem}.RightNavBAr .lineChart_properties .section .button-wrap{margin-top:30px}.RightNavBAr .lineChart_properties .section .inputs-wrap{display:flex;flex-direction:column;grid-gap:40px;gap:40px}.RightNavBAr .lineChart_properties .section .input_wrap{display:flex;flex-direction:row;grid-gap:40px;gap:40px}.RightNavBAr .lineChart_properties .section .label_inputs_wrap{display:flex;flex-direction:column;grid-gap:20px;gap:20px}.RightNavBAr .lineChart_properties .section .label_inputs_wrap .input_wrap{align-items:center}.RightNavBAr .lineChart_properties .section .label_inputs_wrap .input_wrap .title{margin-bottom:0}.RightNavBAr .lineChart_properties .section .label_inputs_wrap .input_wrap .content{display:flex;align-items:center;grid-gap:20px;gap:20px;width:100%}.RightNavBAr .lineChart_properties .section .label_inputs_wrap .input_wrap .input{padding:10px}.RightNavBAr .lineChart_properties .section .label_inputs_wrap .input_wrap .colour_pick_wrap{width:100%}.RightNavBAr .lineChart_properties .section .radiobtn_wrap{display:flex;flex-direction:column;grid-template-columns:auto auto auto auto;grid-row-gap:20px;row-gap:20px;margin-top:20px}.RightNavBAr .lineChart_properties .section .colour_pick_wrap{display:grid;grid-template-columns:auto auto auto auto auto;grid-row-gap:20px;row-gap:20px;margin-bottom:20px}.RightNavBAr .lineChart_properties .section .colour_pick_wrap.no-bottom-margin{margin-bottom:0}.RightNavBAr .lineChart_properties .section .colour_pick_wrap .color_radiobtn{width:40px;height:40px;border-radius:5px;cursor:pointer;box-shadow:0 3px 5px rgba(0,0,0,.2);transition:all .3s ease}.RightNavBAr .lineChart_properties .section .colour_pick_wrap .color_radiobtn:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.RightNavBAr .lineChart_properties .section .colour_pick_wrap .color_radiobtn:active{-webkit-transform:scale(.97);transform:scale(.97)}.RightNavBAr .lineChart_properties .section .colour_pick_wrap .color_radiobtn .bcp_cp_label,.RightNavBAr .lineChart_properties .section .colour_pick_wrap .color_radiobtn .lcp_cp_label{display:block;width:100%;height:100%;border-radius:5px;border:2px solid transparent;cursor:pointer;transition:all .3s ease}.RightNavBAr .lineChart_properties .section .colour_pick_wrap .color_radiobtn .bcp_cp_label[data-active=true],.RightNavBAr .lineChart_properties .section .colour_pick_wrap .color_radiobtn .lcp_cp_label[data-active=true]{border:2px solid #050000}.RightNavBAr .lineChart_properties .section .colour_pick_wrap .color_radiobtn .lcp_cp_radiobtn{display:none}.RightNavBAr .lineChart_properties .section .colour_pick_wrap .color_radiobtn .lcp_cp_radiobtn:checked~label{border:2px solid #050000}.RightNavBAr .lineChart_properties .section .colour_pick_wrap .color_radiobtn .bcp_cp_radiobtn{display:none}.RightNavBAr .lineChart_properties .section .inputs_wrap{display:flex;flex-direction:row;grid-gap:20px;gap:20px;width:100%}.RightNavBAr .lineChart_properties .section .inputs_wrap .input_wrap{display:flex;flex-direction:column;grid-gap:5px;gap:5px;width:100%}.RightNavBAr .lineChart_properties .section .inputs_wrap .input_wrap .title{margin-bottom:0}.RightNavBAr .lineChart_properties .colors_section{margin-bottom:10px}.RightNavBAr .lineChart_properties .checked_section .section{margin-bottom:-10px;font-size:.8rem}.RightNavBAr #switchSlide .variables-wrap{border:2px solid rgba(0,0,0,.3);border-radius:5px;padding:8px;margin-bottom:10px;width:100%;display:flex;flex-direction:column;grid-gap:12px;gap:12px}.RightNavBAr #switchSlide .top{display:flex;flex-direction:column;margin-top:50px;justify-content:center}.RightNavBAr #switchSlide .content{display:flex;flex-direction:column;grid-gap:20px;gap:20px;margin-bottom:15px}.RightNavBAr #switchSlide .content .uppercase{text-transform:uppercase}.RightNavBAr #switchSlide .note{color:#6c757d}.RightNavBAr #switchSlide .note .highlight{color:#6f42c1}.RightNavBAr .color_picker_section .body{display:flex;flex-direction:column-reverse;justify-content:space-between}.RightNavBAr .color_picker_section .body .options{margin-top:20px}.RightNavBAr .color_picker_section .body .options .subTitle{color:#424242;font-weight:500;margin-bottom:20px}.RightNavBAr .color_picker_section .body .options .bs_section{margin-bottom:20px;display:flex;flex-direction:column;grid-gap:20px;gap:20px}.RightNavBAr .color_picker_section .body .options .bs_section .gradient_colors_display{display:flex;flex-direction:column;align-items:center}.RightNavBAr .color_picker_section .body .options .bs_section .gradient_colors_display[data-active=false],.RightNavBAr[data-active=false]{display:none}.bottom_btn1{display:flex;margin-top:20px;justify-content:center}@media screen and (max-width:770px){.color_picker_section .body{display:flex;flex-direction:column-reverse;justify-content:space-between}.color_picker_section .body .options{margin-top:20px}}#addField,#mapField,#updateField,#updateMapField{padding-left:10%;padding-right:10%;overflow:hidden}#addField .mf_note,#mapField .mf_note,#updateField .mf_note,#updateMapField .mf_note{color:#6c757d;padding:10px 0;font-size:.9rem}#addField .body[data-display=false],#mapField .body[data-display=false],#updateField .body[data-display=false],#updateMapField .body[data-display=false]{display:none}#addField .native_select,#mapField .native_select,#updateField .native_select,#updateMapField .native_select{padding:10px;width:100%;border-radius:5px;margin-bottom:20px}#addField .input_wrap,#mapField .input_wrap,#updateField .input_wrap,#updateMapField .input_wrap{margin-bottom:20px}#addField .input_wrap .title,#mapField .input_wrap .title,#updateField .input_wrap .title,#updateMapField .input_wrap .title{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:10px;font-weight:500;grid-gap:10px;gap:10px}#addField .input_wrap .title span,#mapField .input_wrap .title span,#updateField .input_wrap .title span,#updateMapField .input_wrap .title span{color:rgba(0,0,0,.5);font-size:.9rem}#addField .input_wrap .input,#mapField .input_wrap .input,#updateField .input_wrap .input,#updateMapField .input_wrap .input{padding:10px 15px}#addField .input_wrap .note,#mapField .input_wrap .note,#updateField .input_wrap .note,#updateMapField .input_wrap .note{border-radius:5px;border:2px solid rgba(0,0,0,.3);padding:0 10px 7px}#addField .input_wrap .input_desc,#mapField .input_wrap .input_desc,#updateField .input_wrap .input_desc,#updateMapField .input_wrap .input_desc{margin-top:7px;color:#6c757d;font-size:.65rem}#addField .input_wrap .mode_inputs,#mapField .input_wrap .mode_inputs,#updateField .input_wrap .mode_inputs,#updateMapField .input_wrap .mode_inputs{display:flex;flex-direction:row;flex-wrap:wrap}#addField .bottom,#mapField .bottom,#updateField .bottom,#updateMapField .bottom{margin-top:30px;margin-bottom:20px;display:flex;flex-direction:row;grid-gap:20px;gap:20px;justify-content:flex-end}#mapField .hr,#updateMapField .hr{background-color:rgba(0,0,0,.3);width:100%;height:1px;margin-top:30px;margin-bottom:20px}#mapField .input_map_wrap,#updateMapField .input_map_wrap{display:flex;flex-direction:row;grid-gap:20px;gap:20px;align-items:center}#mapField .mf_chart_display,#mapField .umf_chart_display,#updateMapField .mf_chart_display,#updateMapField .umf_chart_display{height:40vh}@media screen and (max-width:770px){#mapField .mf_chart_display,#mapField .umf_chart_display,#updateMapField .mf_chart_display,#updateMapField .umf_chart_display{height:50vh}}@media screen and (max-width:770px){#addField .input_wrap,#mapField .input_wrap,#updateField .input_wrap,#updateMapField .input_wrap{margin-bottom:20px}#addField .input_wrap .fomular_wrap,#mapField .input_wrap .fomular_wrap,#updateField .input_wrap .fomular_wrap,#updateMapField .input_wrap .fomular_wrap{display:flex;flex-direction:column;grid-gap:10px;gap:10px;width:100%}}.delete_propup{display:flex;flex-direction:column;grid-gap:20px;gap:20px;margin-bottom:20px}.delete_propup .dp_button_wrap{display:flex;flex-direction:row;grid-gap:20px;gap:20px;justify-content:flex-end}#userAccess{display:flex;flex-direction:column;padding:0 30px 20px}#userAccess .ua_checkbox_desc{margin-left:7px;font-size:.8rem;color:#6c757d;margin-bottom:10px}#userAccess .bottom{margin-top:10px;display:flex;flex-direction:row;justify-content:flex-end;grid-gap:15px;gap:15px}@media screen and (max-width:770px){#userAccess{display:flex;flex-direction:column;padding:0 20px 20px}#userAccess .bottom{margin-top:20px}}#addNewWorkSpace{display:flex;flex-direction:column}#addNewWorkSpace .title{font-weight:500}#addNewWorkSpace .input{padding:10px;margin-top:7px;margin-bottom:20px}#addNewWorkSpace .button{align-self:flex-end}#addNotificationValue .input_wrap[data-active=false]{pointer-events:none}#addNotificationValue .input_wrap[data-active=false] .title{color:rgba(0,0,0,.4)}#addNotificationValue .button_wrap{display:flex;flex-direction:row;justify-content:flex-end;grid-gap:10px;gap:10px}#createReport .input_wrap{margin-bottom:20px}#createReport .input_wrap .title{font-weight:500;margin-bottom:10px}#createReport .input_wrap .input{padding:10px}#createReport .input_wrap .input_schedule_wrap{display:flex;flex-direction:row;flex-flow:row wrap;align-items:center;grid-gap:10px;gap:10px}#createReport .buttons_wrap{display:flex;flex-direction:row;justify-content:flex-end;grid-gap:15px;gap:15px;align-items:center}#createReport .buttons_wrap .cancel{background-color:#dc3545}#reportsHistory{max-height:60vh;overflow:auto}#billingDetails .profile_section{display:flex;flex-direction:column;grid-gap:20px;gap:20px}#billingDetails .profile_section .input_double_wrap{display:flex;flex-direction:row;grid-gap:20px;gap:20px}#billingDetails .profile_section .input_section{display:flex;flex-direction:column;grid-gap:5px;gap:5px;width:100%}#billingDetails .profile_section .input_section .title .optional{font-size:.8rem;font-weight:500;color:#6c757d}#billingDetails .profile_section .input_section .double_wrap{display:flex;align-items:center;grid-gap:10px;gap:10px}#billingDetails .profile_section .button_wrap{display:flex;flex-direction:row;justify-content:flex-end;margin-top:20px}#billingDetails .button-disabled{pointer-events:none;background-color:hsla(0,0%,51.4%,.24);border-color:hsla(0,0%,51.4%,.24);color:hsla(0,0%,51.4%,.48)}#addCardDetails{display:flex;flex-direction:column;grid-gap:20px;gap:20px}#addCardDetails .button_wrapper{display:flex;justify-content:flex-end}#changePassword{display:flex;flex-direction:column;grid-gap:20px;gap:20px}#changePassword .input_wrap{min-height:70px}#changePassword .input_wrap .title{margin-bottom:7px}#changePassword .input_wrap #changePassword-warning{font-size:.7rem;color:#dc3545;margin-top:7px;display:none}#changePassword .input_wrap #changePassword-warning[data-active=true]{display:block}#changePassword .button_wrap{display:flex;justify-content:flex-end;margin-top:10px}#deviceSubscriptionPackages .note{font-size:.9rem;color:#6c757d;margin-bottom:20px;text-align:center}#deviceSubscriptionPackages .switch-wrap{margin:20px 0}#deviceSubscriptionPackages .coupon-input .wrap{display:flex;grid-gap:20px;gap:20px}#deviceSubscriptionPackages .button-wrap{display:flex;justify-content:flex-end;align-items:center;margin-top:20px;margin-bottom:20px}#deviceSubscriptionPackages .total-wrap{display:flex;flex-direction:column;grid-gap:20px;gap:20px;margin-top:20px;margin-bottom:20px}#deviceSubscriptionPackages .total-wrap .total-section{display:flex;flex-wrap:wrap;width:100%;justify-content:space-between;grid-gap:20px;gap:20px}#deviceSubscriptionPackages .total-wrap .total-section:last-child{border-bottom:2px solid rgba(0,0,0,.2);padding-bottom:20px}#deviceSubscriptionPackages .total-wrap .total-section .price{font-weight:700}#deviceSubscriptionPackages .packages_body{display:flex;flex-direction:row;align-items:center;justify-content:center;margin-bottom:20px;grid-gap:20px;gap:20px}#deviceSubscriptionPackages .packages_body .package{background-color:#fff;border-radius:5px;box-shadow:0 3px 5px rgba(0,0,0,.2);padding:20px;display:flex;flex-direction:column;justify-content:space-between;grid-gap:20px;gap:20px;min-width:160px;min-height:650px;width:100%;max-width:300px;transition:all .4s ease}#deviceSubscriptionPackages .packages_body .package[data-selected=true]{border:2px solid #9b27da;background-color:rgba(155,39,218,.2)}#deviceSubscriptionPackages .packages_body .package .title{text-transform:capitalize;font-weight:600}#deviceSubscriptionPackages .packages_body .package .desc,#deviceSubscriptionPackages .packages_body .package .price{align-self:center}#deviceSubscriptionPackages .packages_body .package .desc{display:flex;flex-direction:column;grid-gap:7px;gap:7px;text-align:center;font-size:.8rem;text-transform:capitalize}#deviceSubscriptionPackages .packages_body .package .price{margin-top:10px;margin-bottom:10px}#deviceSubscriptionPackages .packages_body .package .price span{font-size:.8rem;font-weight:600;color:#6c757d}@media screen and (max-width:1036px){#deviceSubscriptionPackages .coupon-input .wrap{display:flex;flex-direction:column}#deviceSubscriptionPackages .packages_body{flex-direction:column}}#addMqttServer .content{margin-top:40px;display:flex;flex-direction:column;grid-gap:20px;gap:20px}#addMqttServer .double_wrap{display:flex;flex-direction:row;grid-gap:20px;gap:20px;width:100%}#addMqttServer .double_wrap[data-active=false]{display:none}#addMqttServer .double_wrap .limit-width{max-width:150px}#addMqttServer .double_wrap .input_wrap{width:100%}#addMqttServer .double_wrap .input_wrap .title{font-weight:500;margin-bottom:7px}#addMqttServer .button_wrap{display:flex;justify-content:flex-end}#addMqttServer .ssl_self_signed_wrap{display:flex;flex-direction:column;grid-gap:10px;gap:10px}#addMqttServer .ssl_self_signed_wrap[data-active=false]{display:none}#addMqttServer .ssl_self_signed_wrap .input_wrap{display:flex;flex-direction:column;grid-gap:5px;gap:5px}#addMqttServer .ssl_self_signed_wrap .input_wrap .required{color:#dc3545}#addMqttServer .ssl_self_signed_wrap .input_wrap .title{font-size:.9rem;font-weight:500}#addMqttServer .ssl_self_signed_wrap .input_wrap .double_wrap .hide{display:none}#addMqttServer .ssl_self_signed_wrap .input_wrap .double_wrap .readOnly{cursor:default}@media screen and (max-width:770px){#addMqttServer .double_wrap{flex-direction:column}#addMqttServer .ssl_self_signed_wrap .input_wrap .double_wrap{flex-direction:row}}#whitelabel-purchase{align-items:center}#whitelabel-purchase,.addDataTableGlobal{display:flex;flex-direction:column;grid-gap:20px;gap:20px}.addDataTableGlobal .title{font-weight:600}.addDataTableGlobal .title-input,.addDataTableGlobal .top{display:flex;flex-direction:column;grid-gap:10px;gap:10px}.addDataTableGlobal .top{font-size:1rem;font-weight:600}.addDataTableGlobal .center,.addDataTableGlobal .center .content{display:flex;flex-direction:column;grid-gap:10px;gap:10px}.addDataTableGlobal .center .content .identifier-wrap .wrap-details{display:flex;flex-direction:column;grid-gap:30px;gap:30px}.addDataTableGlobal .center .content .identifier-wrap .wrap-details .attribute-wrap{display:flex;flex-direction:column;grid-gap:10px;gap:10px}.addDataTableGlobal .center .content .identifier-wrap .wrap-details .attribute-wrap .attr-title{font-weight:500}.addDataTableGlobal .center .content .identifier-wrap .wrap-details .attribute-wrap .wrap,.addDataTableGlobal .center .content .identifier-wrap .wrap-details .attribute-wrap .wrap .colors-wrap{display:flex;flex-direction:column;grid-gap:10px;gap:10px}.addDataTableGlobal .center .content .identifier-wrap .wrap-details .attribute-wrap .wrap .colors-wrap .input-wrap{display:flex;align-items:center;grid-gap:10px;gap:10px}.addDataTableGlobal .center .content .identifier-wrap .wrap-details .attribute-wrap .wrap .colors-wrap .input-wrap .title{width:100%;max-width:-webkit-max-content;max-width:max-content;font-weight:400;align-self:flex-start}.addDataTableGlobal .center .content .identifier-wrap .wrap-details .attribute-wrap .wrap .colors-wrap .colors{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;margin-top:10px;width:100%;max-width:600px;align-self:center;grid-gap:10px;gap:10px}.addDataTableGlobal .center .content .identifier-wrap .wrap-details .attribute-wrap .wrap .colors-wrap .colors .color{width:25px;height:25px;border-radius:5px;cursor:pointer;box-shadow:0 3px 5px rgba(0,0,0,.2)}.addDataTableGlobal .center .content .identifier-wrap .wrap-details .button-wrap{display:flex;justify-content:flex-end;align-items:center;grid-gap:15px;gap:15px}.addDataTableGlobal .center .content .identifier-wrap .wrap-details .button-wrap .saved-note{display:flex;align-items:center;grid-gap:5px;gap:5px;pointer-events:none;opacity:0;transition:all .3s ease}.addDataTableGlobal .center .content .identifier-wrap .wrap-details .button-wrap .saved-note[data-active=true]{opacity:1}.addDataTableGlobal .center .content .identifier-wrap .wrap-details .button-wrap .saved-note .icon{color:#007bff}.addDataTableGlobal .button-wrap{display:flex;justify-content:flex-end;padding-top:30px}@media screen and (max-width:770px){.addDataTableGlobal .center .content .identifier-wrap .wrap-details .attribute-wrap .wrap .input-wrap{flex-direction:column}}.publicLink{display:flex;flex-direction:column;grid-gap:20px;gap:20px}.publicLink .button-wrap{display:flex;flex-direction:row;grid-gap:20px;gap:20px;justify-content:flex-end}.publicLink .button-wrap .delete[data-active=true]{background:#dc3545}.publicLink .main-content{display:flex;grid-gap:30px;gap:30px}.publicLink .qr_wrapper{display:flex;flex-direction:column;grid-gap:10px;gap:10px;align-items:center;align-self:center;max-width:210px;width:100%}.publicLink .qr_wrapper .empty-message{display:flex;align-items:center;justify-content:center;padding:15px;border:2px solid rgba(0,0,0,.2);border-radius:5px;min-height:210px;width:100%;text-align:center}.publicLink .content{display:flex;flex-direction:column;grid-gap:20px;gap:20px;width:100%}.publicLink .content .input_wrap{display:flex;flex-direction:column;grid-gap:5px;gap:5px}.publicLink .content .input_wrap .input-button-wrap{display:flex;background-color:#ebebeb;border-radius:5px;align-items:center}.publicLink .content .input_wrap .input-button-wrap .icon{font-size:1.5rem;padding:5px;cursor:pointer}.publicLink .content .input_wrap .optional{color:#6c757d;font-size:.8rem}@media screen and (max-width:770px){.publicLink .main-content{flex-direction:column;align-items:center}}@media screen and (max-width:300px){.publicLink .button-wrap{flex-direction:column-reverse}}.note-data{grid-gap:20px;gap:20px}.note-data,.note-data .input-wrap{display:flex;flex-direction:column}.note-data .input-wrap{grid-gap:5px;gap:5px;width:100%}.note-data .input-wrap .textarea{min-width:100%;max-width:100%;min-height:100px}.note-data .attachments{display:flex;flex-direction:column;grid-gap:15px;gap:15px}.note-data .attachments .attachments-top{display:flex;align-items:center;grid-gap:20px;gap:20px}.note-data .attachments .attachments-top .icon-wrap{display:flex;align-items:center;justify-content:center;width:-webkit-max-content;width:max-content;height:-webkit-max-content;height:max-content;cursor:pointer;padding:5px;background-color:#ebebeb;border-radius:7px}.note-data .attachments .attachments-top .icon-wrap .icon{color:#007bff;font-size:1.2rem}.note-data .attachments .attachments-files{display:flex;flex-direction:column;grid-gap:10px;gap:10px}.note-data .attachments .attachments-files .file-wrap{display:flex;grid-gap:20px;gap:20px;justify-content:space-between;background-color:#ebebeb;align-items:center;padding:10px}.note-data .attachments .attachments-files .file-wrap .name{max-width:90%}.note-data .attachments .attachments-files .file-wrap .delete{cursor:pointer;font-size:1.2rem;color:#dc3545}.note-data .buttons-wrap{display:flex;justify-content:flex-end;margin-top:20px}.calculator-wrap{display:flex;justify-content:center;padding-top:20px;padding-bottom:20px}.widget-bg-color{display:flex;flex-direction:column;grid-gap:20px;gap:20px}.widget-bg-color .gradient_colors{display:flex;flex-direction:column;grid-gap:10px;gap:10px}.widget-bg-color .MuiFormGroup-root{display:flex;flex-direction:row;flex-wrap:wrap;grid-gap:20px;gap:20px}.widget-bg-color .button-wrap{display:flex;justify-content:flex-end}.widget-bg-color .colour_pick_wrap{display:grid;grid-template-columns:auto auto auto auto auto;grid-row-gap:20px;row-gap:20px;margin-bottom:20px;margin-left:20px}.widget-bg-color .colour_pick_wrap.no-bottom-margin{margin-bottom:0}.widget-bg-color .colour_pick_wrap .color_radiobtn{width:40px;height:40px;border-radius:5px;cursor:pointer;box-shadow:0 3px 5px rgba(0,0,0,.2);transition:all .3s ease}.widget-bg-color .colour_pick_wrap .color_radiobtn:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.widget-bg-color .colour_pick_wrap .color_radiobtn:active{-webkit-transform:scale(.97);transform:scale(.97)}.widget-bg-color .colour_pick_wrap .color_radiobtn .bcp_cp_label,.widget-bg-color .colour_pick_wrap .color_radiobtn .lcp_cp_label{display:block;width:100%;height:100%;border-radius:5px;border:2px solid transparent;cursor:pointer;transition:all .3s ease}.widget-bg-color .colour_pick_wrap .color_radiobtn .bcp_cp_label[data-active=true],.widget-bg-color .colour_pick_wrap .color_radiobtn .lcp_cp_label[data-active=true]{border:2px solid #050000}.widget-bg-color .colour_pick_wrap .color_radiobtn .lcp_cp_radiobtn{display:none}.widget-bg-color .colour_pick_wrap .color_radiobtn .lcp_cp_radiobtn:checked~label{border:2px solid #050000}.widget-bg-color .colour_pick_wrap .color_radiobtn .bcp_cp_radiobtn{display:none}@media screen and (max-width:300px){.widget-bg-color .MuiFormGroup-root{display:flex;flex-direction:column;grid-gap:0;gap:0}}#addSim .add-sim-component{-webkit-animation:fade-in .3s cubic-bezier(.39,.575,.565,1) both;animation:fade-in .3s cubic-bezier(.39,.575,.565,1) both}#addSim .add-sim-component .button-wrap{display:flex;flex-wrap:wrap;grid-gap:20px;gap:20px;justify-content:flex-end;margin-top:30px}#addSim .add-sim-component .note{margin-top:10px}#addSim .add-sim-component[data-active=false]{display:none}#addSim .simPlan .simPlan-switch{margin-bottom:30px}#addSim .simPlan .sim-plans-wrap{display:flex;justify-content:center;grid-gap:20px;gap:20px;flex-wrap:wrap;-webkit-animation:fade-in .3s cubic-bezier(.39,.575,.565,1) both;animation:fade-in .3s cubic-bezier(.39,.575,.565,1) both}#addSim .simPlan .sim-plans-wrap[data-active=false]{display:none}#addSim .simPlan .sim-plan{display:flex;flex-direction:column;grid-gap:7px;gap:7px;align-items:center;padding:10px;width:100%;border-radius:7px;box-shadow:0 3px 10px rgba(0,0,0,.5);max-width:250px;cursor:pointer;transition:all .5s ease}#addSim .simPlan .sim-plan[data-active=true]{border:2px solid #6f42c1;background-color:rgba(111,66,193,.12549019607843137)}#addSim .simPlan .sim-plan .title{font-weight:700}#addSim .simPlan .sim-plan .features{display:flex;flex-direction:column;grid-gap:7px;gap:7px;max-width:85%;text-align:center;font-size:.9rem}#addSim .simPlan .sim-plan .price-wrap{margin-top:10px;display:flex;flex-direction:column;grid-gap:3px;gap:3px;align-items:center}#addSim .simPlan .sim-plan .price-wrap .price{font-weight:500;font-size:1.4rem}#addSim .simPlan .sim-plan .price-wrap .price-desc{font-size:.9rem;color:#6c757d;width:102px}#addSim .details .inputs{display:flex;flex-direction:column;grid-gap:15px;gap:15px;margin-bottom:70px}#addSim .details .inputs .title .optional{font-size:.8rem;color:#6c757d;font-weight:500}#addSim .details .double_wrap{display:flex;flex-direction:row;grid-gap:20px;gap:20px}#addSim .details .double_wrap .input_wrap{width:100%}@media screen and (max-width:770px){#addSim .details .double_wrap{flex-direction:column;grid-gap:15px;gap:15px}}#addSim .activateSim{display:flex;flex-direction:column;grid-gap:20px;gap:20px}#addSim .activateSim .input-wrap{display:flex;flex-direction:column;grid-gap:5px;gap:5px}#addSim .activateSim .input-wrap .title{font-weight:500}#iconPicker{width:100%;height:40vh;display:flex;flex-direction:column}#iconPicker .top .ip_search{padding:10px}#iconPicker .body{display:grid;grid-template-columns:auto auto auto auto auto;grid-row-gap:10px;row-gap:10px;justify-content:space-evenly;overflow-y:auto;height:100%}#iconPicker .body .ip_wrap .ip_label{width:45px;height:45px;display:flex;border-radius:5px;align-items:center;justify-content:center;font-size:2rem;background-color:#fff;box-shadow:0 3px 5px rgba(0,0,0,.3);cursor:pointer;transition:all .2s ease;border:2px solid transparent}#iconPicker .body .ip_wrap .ip_label:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}#iconPicker .body .ip_wrap .ip_label:active{-webkit-transform:scale(.98);transform:scale(.98)}#iconPicker .body .ip_wrap .ip_radio_btn{display:none}#iconPicker .body .ip_wrap .ip_radio_btn:checked~label{border-color:#050000;background-color:rgba(98,0,238,.2)}#chartSlide,#controllSlide{color:#424242}#chartSlide .section,#controllSlide .section{margin-bottom:30px}#chartSlide .section .cs_title,#controllSlide .section .cs_title{font-weight:500;margin-bottom:20px}#chartType,#controllType,#NavigatorType{display:flex;flex-direction:row;flex-flow:row wrap;grid-gap:30px;gap:30px;width:100%}#chartType .ct_item_wrap,#controllType .ct_item_wrap,#NavigatorType .ct_item_wrap{display:flex;flex-direction:column;align-items:center}#chartType .ct_item_wrap .ct_label_name,#controllType .ct_item_wrap .ct_label_name,#NavigatorType .ct_item_wrap .ct_label_name{margin-top:10px;font-size:.9rem}#chartType .ct_item_wrap .ct_label,#controllType .ct_item_wrap .ct_label,#NavigatorType .ct_item_wrap .ct_label{width:70px;height:70px;background-color:#fff;box-shadow:0 3px 5px rgba(0,0,0,.3);border:1px solid transparent;border-radius:5px;cursor:pointer;transition:all .3s ease;padding:10px}#chartType .ct_item_wrap .ct_label:hover,#controllType .ct_item_wrap .ct_label:hover,#NavigatorType .ct_item_wrap .ct_label:hover{-webkit-transform:scale(1.02);transform:scale(1.02)}#chartType .ct_item_wrap .ct_label .ct_label_icon,#controllType .ct_item_wrap .ct_label .ct_label_icon,#NavigatorType .ct_item_wrap .ct_label .ct_label_icon{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:4rem}#chartType .ct_item_wrap .ct_radio_btn,#controllType .ct_item_wrap .ct_radio_btn,#NavigatorType .ct_item_wrap .ct_radio_btn{display:none}#chartType .ct_item_wrap .ct_radio_btn:checked~label,#controllType .ct_item_wrap .ct_radio_btn:checked~label,#NavigatorType .ct_item_wrap .ct_radio_btn:checked~label{background-color:rgba(98,0,238,.3);border:1px solid #6200ee}.lineChart_properties .variables-wrap{border:2px solid rgba(0,0,0,.3);border-radius:5px;padding:20px;margin-bottom:20px;width:100%}.lineChart_properties .section .variable_List{display:flex;flex-direction:column;margin-bottom:20px}.lineChart_properties .section .variable_List .varibale_wrap{display:grid;grid-template-columns:55% 35% 10%;flex-direction:row;width:100%;border-radius:5px;padding:10px 20px 10px 30px;margin-bottom:5px;box-shadow:0 3px 5px rgba(0,0,0,.2);align-items:center}.lineChart_properties .section .variable_List .varibale_wrap .vw_color{width:60px;height:20px;border-radius:5px}.lineChart_properties .section .variable_List .varibale_wrap .vw_icon{color:#dc3545;cursor:pointer}.lineChart_properties .section .title{font-weight:500;margin-top:0;font-size:.9rem}.lineChart_properties .section .title .title_desc{color:rgba(0,0,0,.5);font-size:.8rem}.lineChart_properties .section .button-wrap{margin-top:30px}.lineChart_properties .section .inputs-wrap{display:flex;flex-direction:column;grid-gap:40px;gap:40px}.lineChart_properties .section .input_wrap{display:flex;flex-direction:row;grid-gap:40px;gap:40px}.lineChart_properties .section .label_inputs_wrap{display:flex;flex-direction:column;grid-gap:20px;gap:20px}.lineChart_properties .section .label_inputs_wrap .input_wrap{align-items:center}.lineChart_properties .section .label_inputs_wrap .input_wrap .title{margin-bottom:0}.lineChart_properties .section .label_inputs_wrap .input_wrap .content{display:flex;align-items:center;grid-gap:20px;gap:20px;width:100%}.lineChart_properties .section .label_inputs_wrap .input_wrap .input{padding:10px}.lineChart_properties .section .label_inputs_wrap .input_wrap .colour_pick_wrap{width:100%}.lineChart_properties .section .radiobtn_wrap{display:grid;grid-template-columns:auto auto auto auto;grid-row-gap:20px;row-gap:20px}.lineChart_properties .section .colour_pick_wrap{display:grid;grid-template-columns:auto auto auto auto auto;grid-row-gap:20px;row-gap:20px;margin-bottom:70px}.lineChart_properties .section .colour_pick_wrap.no-bottom-margin{margin-bottom:0}.lineChart_properties .section .colour_pick_wrap .color_radiobtn{width:40px;height:40px;border-radius:5px;cursor:pointer;box-shadow:0 3px 5px rgba(0,0,0,.2);transition:all .3s ease}.lineChart_properties .section .colour_pick_wrap .color_radiobtn:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.lineChart_properties .section .colour_pick_wrap .color_radiobtn:active{-webkit-transform:scale(.97);transform:scale(.97)}.lineChart_properties .section .colour_pick_wrap .color_radiobtn .bcp_cp_label,.lineChart_properties .section .colour_pick_wrap .color_radiobtn .lcp_cp_label{display:block;width:100%;height:100%;border-radius:5px;border:2px solid transparent;cursor:pointer;transition:all .3s ease}.lineChart_properties .section .colour_pick_wrap .color_radiobtn .bcp_cp_label[data-active=true],.lineChart_properties .section .colour_pick_wrap .color_radiobtn .lcp_cp_label[data-active=true]{border:2px solid #050000}.lineChart_properties .section .colour_pick_wrap .color_radiobtn .lcp_cp_radiobtn{display:none}.lineChart_properties .section .colour_pick_wrap .color_radiobtn .lcp_cp_radiobtn:checked~label{border:2px solid #050000}.lineChart_properties .section .colour_pick_wrap .color_radiobtn .bcp_cp_radiobtn{display:none}.lineChart_properties .section .inputs_wrap{display:flex;flex-direction:row;grid-gap:20px;gap:20px;width:100%}.lineChart_properties .section .inputs_wrap .input_wrap{display:flex;flex-direction:column;grid-gap:5px;gap:5px;width:100%}.lineChart_properties .section .inputs_wrap .input_wrap .title{margin-bottom:0}.lineChart_properties .section .btn_group{display:flex;justify-content:space-evenly;width:100%;border-radius:7px;overflow:hidden}.lineChart_properties .section .btn_group .button_grp_set{width:100%;border:none;background-color:#e8e8e8;color:#000;padding:5px 0}.lineChart_properties .section .btn_group .left_btn{border-right:2px solid #fff}.lineChart_properties .section .btn_group .left_btn:hover{cursor:pointer}.lineChart_properties .section .btn_group .left_btn:active{background-color:rgba(0,0,0,.2)}.lineChart_properties .section .btn_group .right_btn{border:none}.lineChart_properties .section .btn_group .right_btn:hover{cursor:pointer}.lineChart_properties .section .btn_group .right_btn:active{background-color:rgba(0,0,0,.2)}.lineChart_properties .title{font-weight:500;margin-top:20px;font-size:.9rem}@media screen and (max-width:770px){.lineChart_properties .section .radiobtn_wrap{display:flex;flex-direction:column}.lineChart_properties .section .label_inputs_wrap .input_wrap{flex-direction:column;grid-gap:5px;gap:5px;align-items:flex-start}.lineChart_properties .section .inputs_wrap,.lineChart_properties .section .label_inputs_wrap .colour_pick_input{flex-direction:column}}.otherChartsProperties .variable_section{border:2px solid rgba(0,0,0,.3);border-radius:5px;padding:20px;margin-bottom:20px}.otherChartsProperties .section .title{font-weight:500;margin-bottom:20px}.otherChartsProperties .section .title .title_desc{color:rgba(0,0,0,.5);font-size:.8rem}.otherChartsProperties .section .input_wrap{display:flex;flex-direction:row;grid-gap:40px;gap:40px}.otherChartsProperties .section .input_wrap .input{padding:10px}.otherChartsProperties .section .radiobtn_wrap{display:grid;grid-template-columns:auto auto auto auto;grid-row-gap:20px;row-gap:20px}.otherChartsProperties .section .colour_pick_wrap{display:grid;grid-template-columns:auto auto auto auto auto;grid-row-gap:20px;row-gap:20px}.otherChartsProperties .section .colour_pick_wrap .color_radiobtn{width:40px;height:40px;border-radius:5px;cursor:pointer;box-shadow:0 3px 5px rgba(0,0,0,.2);transition:all .3s ease}.otherChartsProperties .section .colour_pick_wrap .color_radiobtn:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.otherChartsProperties .section .colour_pick_wrap .color_radiobtn:active{-webkit-transform:scale(.97);transform:scale(.97)}.otherChartsProperties .section .colour_pick_wrap .color_radiobtn .ocp_cp_label{display:block;width:100%;height:100%;border-radius:5px;border:2px solid transparent;cursor:pointer;transition:all .3s ease}.otherChartsProperties .section .colour_pick_wrap .color_radiobtn .ocp_cp_label[data-active=true]{border:2px solid #050000}.otherChartsProperties .section .colour_pick_wrap .color_radiobtn .ocp_cp_radiobtn{display:none}.otherChartsProperties .section .colour_pick_wrap .color_radiobtn .ocp_cp_radiobtn:checked~label{border:2px solid #050000}.otherChartsProperties .section .variable_List{display:flex;flex-direction:column;margin-bottom:70px}.otherChartsProperties .section .variable_List .varibale_wrap{display:grid;grid-template-columns:55% 35% 10%;flex-direction:row;width:100%;border-radius:5px;padding:10px 20px 10px 30px;margin-bottom:5px;box-shadow:0 3px 5px rgba(0,0,0,.2);align-items:center}.otherChartsProperties .section .variable_List .varibale_wrap .vw_color{width:60px;height:20px;border-radius:5px}.otherChartsProperties .section .variable_List .varibale_wrap .vw_icon{color:#dc3545;cursor:pointer}.otherChartsProperties .section .btn_group{display:flex;justify-content:space-evenly;width:100%;border-radius:7px;overflow:hidden}.otherChartsProperties .section .btn_group .button_grp_set{width:100%;border:none;background-color:#e8e8e8;color:#000;padding:5px 0}.otherChartsProperties .section .btn_group .left_btn{border-right:2px solid #fff}.otherChartsProperties .section .btn_group .left_btn:hover{cursor:pointer}.otherChartsProperties .section .btn_group .left_btn:active{background-color:rgba(0,0,0,.2)}.otherChartsProperties .section .btn_group .right_btn{border:none}.otherChartsProperties .section .btn_group .right_btn:hover{cursor:pointer}.otherChartsProperties .section .btn_group .right_btn:active{background-color:rgba(0,0,0,.2)}.otherChartsProperties .color_section{margin:10px 0}.otherChartsProperties .color_section .variable_List{display:flex;flex-direction:column;margin-bottom:70px}.otherChartsProperties .color_section .variable_List .varibale_wrap{display:grid;grid-template-columns:55% 35% 10%;flex-direction:row;width:100%;border-radius:5px;padding:10px 20px 10px 30px;margin-bottom:5px;box-shadow:0 3px 5px rgba(0,0,0,.2);align-items:center}.otherChartsProperties .color_section .variable_List .varibale_wrap .vw_color{width:60px;height:20px;border-radius:5px}.otherChartsProperties .color_section .variable_List .varibale_wrap .vw_icon{color:#dc3545;cursor:pointer}.otherChartsProperties .color_section .title{font-weight:500;margin-bottom:20px;margin-top:0}.otherChartsProperties .color_section .title .title_desc{color:rgba(0,0,0,.5);font-size:.8rem}.otherChartsProperties .color_section .button-wrap{margin-top:30px}.otherChartsProperties .color_section .inputs-wrap{display:flex;flex-direction:column;grid-gap:40px;gap:40px}.otherChartsProperties .color_section .input_wrap{display:flex;flex-direction:row;grid-gap:40px;gap:40px}.otherChartsProperties .color_section .label_inputs_wrap{display:flex;flex-direction:column;grid-gap:20px;gap:20px}.otherChartsProperties .color_section .label_inputs_wrap .input_wrap{align-items:center}.otherChartsProperties .color_section .label_inputs_wrap .input_wrap .title{margin-bottom:0}.otherChartsProperties .color_section .label_inputs_wrap .input_wrap .content{display:flex;align-items:center;grid-gap:20px;gap:20px;width:100%}.otherChartsProperties .color_section .label_inputs_wrap .input_wrap .input{padding:10px}.otherChartsProperties .color_section .label_inputs_wrap .input_wrap .colour_pick_wrap{width:100%}.otherChartsProperties .color_section .radiobtn_wrap{display:flex;flex-direction:column;grid-template-columns:auto auto auto auto;grid-row-gap:20px;row-gap:20px}.otherChartsProperties .color_section .colour_pick_wrap{display:grid;grid-template-columns:auto auto auto auto auto;grid-row-gap:20px;row-gap:20px;margin-bottom:70px}.otherChartsProperties .color_section .colour_pick_wrap.no-bottom-margin{margin-bottom:0}.otherChartsProperties .color_section .colour_pick_wrap .color_radiobtn{width:40px;height:40px;border-radius:5px;cursor:pointer;box-shadow:0 3px 5px rgba(0,0,0,.2);transition:all .3s ease}.otherChartsProperties .color_section .colour_pick_wrap .color_radiobtn:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.otherChartsProperties .color_section .colour_pick_wrap .color_radiobtn:active{-webkit-transform:scale(.97);transform:scale(.97)}.otherChartsProperties .color_section .colour_pick_wrap .color_radiobtn .bcp_cp_label,.otherChartsProperties .color_section .colour_pick_wrap .color_radiobtn .lcp_cp_label{display:block;width:100%;height:100%;border-radius:5px;border:2px solid transparent;cursor:pointer;transition:all .3s ease}.otherChartsProperties .color_section .colour_pick_wrap .color_radiobtn .bcp_cp_label[data-active=true],.otherChartsProperties .color_section .colour_pick_wrap .color_radiobtn .lcp_cp_label[data-active=true]{border:2px solid #050000}.otherChartsProperties .color_section .colour_pick_wrap .color_radiobtn .lcp_cp_radiobtn{display:none}.otherChartsProperties .color_section .colour_pick_wrap .color_radiobtn .lcp_cp_radiobtn:checked~label{border:2px solid #050000}.otherChartsProperties .color_section .colour_pick_wrap .color_radiobtn .bcp_cp_radiobtn{display:none}.otherChartsProperties .color_section .inputs_wrap{display:flex;flex-direction:row;grid-gap:20px;gap:20px;width:100%}.otherChartsProperties .color_section .inputs_wrap .input_wrap{display:flex;flex-direction:column;grid-gap:5px;gap:5px;width:100%}.otherChartsProperties .color_section .inputs_wrap .input_wrap .title{margin-bottom:0}#gaugeSlide .section{margin-bottom:25px}#gaugeSlide .section .wrapper{display:flex;flex-direction:column;grid-gap:2px;gap:2px}#gaugeSlide .section.section-flex-column{display:flex;flex-direction:column;grid-gap:10px;gap:10px}#gaugeSlide .section .gs_title{font-weight:500;margin-bottom:5px}#gaugeSlide .section .gs_radiobtn_wrap,#gaugeSlide .section .top_input_wrap{margin-top:10px}#gaugeSlide .section .top_input_wrap .input{padding:10px 10px 10px 20px}#gaugeSlide .section .input_wrap{margin-top:10px;display:flex;flex-direction:row;grid-gap:20px;gap:20px}#gaugeSlide .section .input_wrap.input_wrap_column{flex-direction:column}#gaugeSlide .section .input_wrap .wrap{width:100%}#gaugeSlide .section .input_wrap .wrap .title{margin-bottom:7px}#gaugeSlide .section .input_wrap .wrap.max .input{width:100%}#gaugeSlide .section .input_wrap .input{width:100%;padding:10px 10px 10px 20px}#gaugeSlide .section.segment-colors-section .inputs-wrap{display:flex;flex-direction:column;grid-gap:15px;gap:15px}#gaugeSlide .section.segment-colors-section .inputs-wrap .input-wrap{display:flex;align-items:center;grid-gap:10px;gap:10px}#gaugeSlide .section.segment-colors-section .button-wrap{padding-top:10px}#gaugeSlide .section .btn_group{display:flex;justify-content:space-evenly;width:100%;border-radius:7px;overflow:hidden}#gaugeSlide .section .btn_group .button_grp_set{width:100%;border:none;background-color:#e8e8e8;color:#000;padding:5px 0}#gaugeSlide .section .btn_group .left_btn{border-right:2px solid #fff}#gaugeSlide .section .btn_group .left_btn:hover{cursor:pointer}#gaugeSlide .section .btn_group .left_btn:active{background-color:rgba(0,0,0,.2)}#gaugeSlide .section .btn_group .right_btn{border:none}#gaugeSlide .section .btn_group .right_btn:hover{cursor:pointer}#gaugeSlide .section .btn_group .right_btn:active{background-color:rgba(0,0,0,.2)}@media screen and (max-width:770px){#gaugeSlide .section .input_wrap{flex-direction:column}#gaugeSlide .section .input_wrap .input{width:100%}}#booleanSlide{min-height:40vh;max-width:600px}#booleanSlide .bs_section{margin-bottom:25px}#booleanSlide .bs_section .bs_top{margin-bottom:10px}#booleanSlide .bs_section .bs_top .title{font-size:1rem;color:#424242;font-weight:500}#booleanSlide .bs_section:first-child .input{padding:10px}#booleanSlide .bs_section .btn_group{display:flex;justify-content:space-evenly;width:100%;border-radius:7px;overflow:hidden}#booleanSlide .bs_section .btn_group .button_grp_set{width:100%;border:none;background-color:#e8e8e8;color:#000;padding:5px 0}#booleanSlide .bs_section .btn_group .left_btn{border-right:2px solid #fff}#booleanSlide .bs_section .btn_group .left_btn:hover{cursor:pointer}#booleanSlide .bs_section .btn_group .left_btn:active{background-color:rgba(0,0,0,.2)}#booleanSlide .bs_section .btn_group .right_btn{border:none}#booleanSlide .bs_section .btn_group .right_btn:hover{cursor:pointer}#booleanSlide .bs_section .btn_group .right_btn:active{background-color:rgba(0,0,0,.2)}#booleanSlide .condition_section{display:flex;flex-direction:column;margin-bottom:20px}#booleanSlide .condition_section .add_condition_button{width:50px}#booleanSlide .condition_section .condition_wrap{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:20px}#booleanSlide .condition_section .condition_wrap .close_icon{font-weight:700;font-size:1.4rem;color:#dc3545;cursor:pointer}#booleanSlide .condition_section .notification_statement{display:flex;flex-direction:row;grid-gap:15px;gap:15px;align-items:center;flex-flow:row wrap}#booleanSlide .condition_section .notification_statement .input{width:100px;padding:5px}#booleanSlide .trigger_wrap{display:flex;flex-direction:column;grid-gap:10px;gap:10px;margin-top:20px}#booleanSlide .trigger_wrap .bottom_text{display:flex;flex-direction:row;flex-flow:row wrap;align-items:center;grid-gap:7px;gap:7px;font-weight:600;font-size:.9rem}#booleanSlide .trigger_wrap .bottom_text .input{width:100px;padding:5px}#booleanSlide .trigger_wrap .check_box_wrap{display:flex;flex-direction:row;align-items:center;grid-gap:5px;gap:5px;font-weight:600;font-size:.9rem}#booleanSlide .trigger_wrap .check_box_wrap input,#booleanSlide .trigger_wrap .check_box_wrap label{cursor:pointer}#booleanSlide .trigger_wrap .warn_box{padding:10px;border:2px solid #fc0;background-color:rgba(255,204,0,.2);color:#907404;font-size:.9rem}#booleanSlide .button_wrap{margin-top:20px;display:flex;flex-direction:row;grid-gap:15px;gap:15px}#booleanSlide .button_wrap .cancel{background-color:#dc3545}#booleanSlide .swipeViews-panels{padding-top:30px;padding-left:10px;padding-right:10px}#booleanSlide .color_picker_section .body{margin-top:30px}#booleanSlide .color_picker_section .body .options .subTitle{color:#424242;font-weight:500;margin-bottom:20px}#booleanSlide .color_picker_section .body .options .bs_section{margin-bottom:20px;display:flex;flex-direction:column;grid-gap:20px;gap:20px}#booleanSlide .color_picker_section .body .options .bs_section .gradient_colors_display{display:flex;flex-direction:column;align-items:center}#booleanSlide .color_picker_section .body .options .bs_section .gradient_colors_display[data-active=false]{display:none}#boolean_widget_picker_false .section .variable_List{display:flex;flex-direction:column;margin-bottom:70px}#boolean_widget_picker_false .section .variable_List .varibale_wrap{display:grid;grid-template-columns:55% 35% 10%;flex-direction:row;width:100%;border-radius:5px;padding:10px 20px 10px 30px;margin-bottom:5px;box-shadow:0 3px 5px rgba(0,0,0,.2);align-items:center}#boolean_widget_picker_false .section .variable_List .varibale_wrap .vw_color{width:60px;height:20px;border-radius:5px}#boolean_widget_picker_false .section .variable_List .varibale_wrap .vw_icon{color:#dc3545;cursor:pointer}#boolean_widget_picker_false .section .title{font-weight:500;margin-bottom:20px;margin-top:0}#boolean_widget_picker_false .section .title .title_desc{color:rgba(0,0,0,.5);font-size:.8rem}#boolean_widget_picker_false .section .button-wrap{margin-top:30px}#boolean_widget_picker_false .section .inputs-wrap{display:flex;flex-direction:column;grid-gap:40px;gap:40px}#boolean_widget_picker_false .section .input_wrap{display:flex;flex-direction:row;grid-gap:40px;gap:40px}#boolean_widget_picker_false .section .label_inputs_wrap{display:flex;flex-direction:column;grid-gap:20px;gap:20px}#boolean_widget_picker_false .section .label_inputs_wrap .input_wrap{align-items:center}#boolean_widget_picker_false .section .label_inputs_wrap .input_wrap .title{margin-bottom:0}#boolean_widget_picker_false .section .label_inputs_wrap .input_wrap .content{display:flex;align-items:center;grid-gap:20px;gap:20px;width:100%}#boolean_widget_picker_false .section .label_inputs_wrap .input_wrap .input{padding:10px}#boolean_widget_picker_false .section .label_inputs_wrap .input_wrap .colour_pick_wrap{width:100%}#boolean_widget_picker_false .section .radiobtn_wrap{display:flex;flex-direction:column;grid-template-columns:auto auto auto auto;grid-row-gap:20px;row-gap:20px}#boolean_widget_picker_false .section .colour_pick_wrap{display:grid;grid-template-columns:auto auto auto auto auto;grid-row-gap:20px;row-gap:20px;margin-bottom:70px}#boolean_widget_picker_false .section .colour_pick_wrap.no-bottom-margin{margin-bottom:0}#boolean_widget_picker_false .section .colour_pick_wrap .color_radiobtn{width:40px;height:40px;border-radius:5px;cursor:pointer;box-shadow:0 3px 5px rgba(0,0,0,.2);transition:all .3s ease}#boolean_widget_picker_false .section .colour_pick_wrap .color_radiobtn:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}#boolean_widget_picker_false .section .colour_pick_wrap .color_radiobtn:active{-webkit-transform:scale(.97);transform:scale(.97)}#boolean_widget_picker_false .section .colour_pick_wrap .color_radiobtn .bcp_cp_label,#boolean_widget_picker_false .section .colour_pick_wrap .color_radiobtn .lcp_cp_label{display:block;width:100%;height:100%;border-radius:5px;border:2px solid transparent;cursor:pointer;transition:all .3s ease}#boolean_widget_picker_false .section .colour_pick_wrap .color_radiobtn .bcp_cp_label[data-active=true],#boolean_widget_picker_false .section .colour_pick_wrap .color_radiobtn .lcp_cp_label[data-active=true]{border:2px solid #050000}#boolean_widget_picker_false .section .colour_pick_wrap .color_radiobtn .lcp_cp_radiobtn{display:none}#boolean_widget_picker_false .section .colour_pick_wrap .color_radiobtn .lcp_cp_radiobtn:checked~label{border:2px solid #050000}#boolean_widget_picker_false .section .colour_pick_wrap .color_radiobtn .bcp_cp_radiobtn{display:none}#boolean_widget_picker_false .section .inputs_wrap{display:flex;flex-direction:row;grid-gap:20px;gap:20px;width:100%}#boolean_widget_picker_false .section .inputs_wrap .input_wrap{display:flex;flex-direction:column;grid-gap:5px;gap:5px;width:100%}#boolean_widget_picker_false .section .inputs_wrap .input_wrap .title{margin-bottom:0}#boolean_widget_picker_fault .section .variable_List{display:flex;flex-direction:column;margin-bottom:70px}#boolean_widget_picker_fault .section .variable_List .varibale_wrap{display:grid;grid-template-columns:55% 35% 10%;flex-direction:row;width:100%;border-radius:5px;padding:10px 20px 10px 30px;margin-bottom:5px;box-shadow:0 3px 5px rgba(0,0,0,.2);align-items:center}#boolean_widget_picker_fault .section .variable_List .varibale_wrap .vw_color{width:60px;height:20px;border-radius:5px}#boolean_widget_picker_fault .section .variable_List .varibale_wrap .vw_icon{color:#dc3545;cursor:pointer}#boolean_widget_picker_fault .section .title{font-weight:500;margin-bottom:20px;margin-top:0}#boolean_widget_picker_fault .section .title .title_desc{color:rgba(0,0,0,.5);font-size:.8rem}#boolean_widget_picker_fault .section .button-wrap{margin-top:30px}#boolean_widget_picker_fault .section .inputs-wrap{display:flex;flex-direction:column;grid-gap:40px;gap:40px}#boolean_widget_picker_fault .section .input_wrap{display:flex;flex-direction:row;grid-gap:40px;gap:40px}#boolean_widget_picker_fault .section .label_inputs_wrap{display:flex;flex-direction:column;grid-gap:20px;gap:20px}#boolean_widget_picker_fault .section .label_inputs_wrap .input_wrap{align-items:center}#boolean_widget_picker_fault .section .label_inputs_wrap .input_wrap .title{margin-bottom:0}#boolean_widget_picker_fault .section .label_inputs_wrap .input_wrap .content{display:flex;align-items:center;grid-gap:20px;gap:20px;width:100%}#boolean_widget_picker_fault .section .label_inputs_wrap .input_wrap .input{padding:10px}#boolean_widget_picker_fault .section .label_inputs_wrap .input_wrap .colour_pick_wrap{width:100%}#boolean_widget_picker_fault .section .radiobtn_wrap{display:flex;flex-direction:column;grid-template-columns:auto auto auto auto;grid-row-gap:20px;row-gap:20px}#boolean_widget_picker_fault .section .colour_pick_wrap{display:grid;grid-template-columns:auto auto auto auto auto;grid-row-gap:20px;row-gap:20px;margin-bottom:70px}#boolean_widget_picker_fault .section .colour_pick_wrap.no-bottom-margin{margin-bottom:0}#boolean_widget_picker_fault .section .colour_pick_wrap .color_radiobtn{width:40px;height:40px;border-radius:5px;cursor:pointer;box-shadow:0 3px 5px rgba(0,0,0,.2);transition:all .3s ease}#boolean_widget_picker_fault .section .colour_pick_wrap .color_radiobtn:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}#boolean_widget_picker_fault .section .colour_pick_wrap .color_radiobtn:active{-webkit-transform:scale(.97);transform:scale(.97)}#boolean_widget_picker_fault .section .colour_pick_wrap .color_radiobtn .bcp_cp_label,#boolean_widget_picker_fault .section .colour_pick_wrap .color_radiobtn .lcp_cp_label{display:block;width:100%;height:100%;border-radius:5px;border:2px solid transparent;cursor:pointer;transition:all .3s ease}#boolean_widget_picker_fault .section .colour_pick_wrap .color_radiobtn .bcp_cp_label[data-active=true],#boolean_widget_picker_fault .section .colour_pick_wrap .color_radiobtn .lcp_cp_label[data-active=true]{border:2px solid #050000}#boolean_widget_picker_fault .section .colour_pick_wrap .color_radiobtn .lcp_cp_radiobtn{display:none}#boolean_widget_picker_fault .section .colour_pick_wrap .color_radiobtn .lcp_cp_radiobtn:checked~label{border:2px solid #050000}#boolean_widget_picker_fault .section .colour_pick_wrap .color_radiobtn .bcp_cp_radiobtn{display:none}#boolean_widget_picker_fault .section .inputs_wrap{display:flex;flex-direction:row;grid-gap:20px;gap:20px;width:100%}#boolean_widget_picker_fault .section .inputs_wrap .input_wrap{display:flex;flex-direction:column;grid-gap:5px;gap:5px;width:100%}#boolean_widget_picker_fault .section .inputs_wrap .input_wrap .title{margin-bottom:0}#boolean_widget_picker_true .section .variable_List{display:flex;flex-direction:column;margin-bottom:70px}#boolean_widget_picker_true .section .variable_List .varibale_wrap{display:grid;grid-template-columns:55% 35% 10%;flex-direction:row;width:100%;border-radius:5px;padding:10px 20px 10px 30px;margin-bottom:5px;box-shadow:0 3px 5px rgba(0,0,0,.2);align-items:center}#boolean_widget_picker_true .section .variable_List .varibale_wrap .vw_color{width:60px;height:20px;border-radius:5px}#boolean_widget_picker_true .section .variable_List .varibale_wrap .vw_icon{color:#dc3545;cursor:pointer}#boolean_widget_picker_true .section .title{font-weight:500;margin-bottom:20px;margin-top:0}#boolean_widget_picker_true .section .title .title_desc{color:rgba(0,0,0,.5);font-size:.8rem}#boolean_widget_picker_true .section .button-wrap{margin-top:30px}#boolean_widget_picker_true .section .inputs-wrap{display:flex;flex-direction:column;grid-gap:40px;gap:40px}#boolean_widget_picker_true .section .input_wrap{display:flex;flex-direction:row;grid-gap:40px;gap:40px}#boolean_widget_picker_true .section .label_inputs_wrap{display:flex;flex-direction:column;grid-gap:20px;gap:20px}#boolean_widget_picker_true .section .label_inputs_wrap .input_wrap{align-items:center}#boolean_widget_picker_true .section .label_inputs_wrap .input_wrap .title{margin-bottom:0}#boolean_widget_picker_true .section .label_inputs_wrap .input_wrap .content{display:flex;align-items:center;grid-gap:20px;gap:20px;width:100%}#boolean_widget_picker_true .section .label_inputs_wrap .input_wrap .input{padding:10px}#boolean_widget_picker_true .section .label_inputs_wrap .input_wrap .colour_pick_wrap{width:100%}#boolean_widget_picker_true .section .radiobtn_wrap{display:flex;flex-direction:column;grid-template-columns:auto auto auto auto;grid-row-gap:20px;row-gap:20px}#boolean_widget_picker_true .section .colour_pick_wrap{display:grid;grid-template-columns:auto auto auto auto auto;grid-row-gap:20px;row-gap:20px;margin-bottom:70px}#boolean_widget_picker_true .section .colour_pick_wrap.no-bottom-margin{margin-bottom:0}#boolean_widget_picker_true .section .colour_pick_wrap .color_radiobtn{width:40px;height:40px;border-radius:5px;cursor:pointer;box-shadow:0 3px 5px rgba(0,0,0,.2);transition:all .3s ease}#boolean_widget_picker_true .section .colour_pick_wrap .color_radiobtn:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}#boolean_widget_picker_true .section .colour_pick_wrap .color_radiobtn:active{-webkit-transform:scale(.97);transform:scale(.97)}#boolean_widget_picker_true .section .colour_pick_wrap .color_radiobtn .bcp_cp_label,#boolean_widget_picker_true .section .colour_pick_wrap .color_radiobtn .lcp_cp_label{display:block;width:100%;height:100%;border-radius:5px;border:2px solid transparent;cursor:pointer;transition:all .3s ease}#boolean_widget_picker_true .section .colour_pick_wrap .color_radiobtn .bcp_cp_label[data-active=true],#boolean_widget_picker_true .section .colour_pick_wrap .color_radiobtn .lcp_cp_label[data-active=true]{border:2px solid #050000}#boolean_widget_picker_true .section .colour_pick_wrap .color_radiobtn .lcp_cp_radiobtn{display:none}#boolean_widget_picker_true .section .colour_pick_wrap .color_radiobtn .lcp_cp_radiobtn:checked~label{border:2px solid #050000}#boolean_widget_picker_true .section .colour_pick_wrap .color_radiobtn .bcp_cp_radiobtn{display:none}#boolean_widget_picker_true .section .inputs_wrap{display:flex;flex-direction:row;grid-gap:20px;gap:20px;width:100%}#boolean_widget_picker_true .section .inputs_wrap .input_wrap{display:flex;flex-direction:column;grid-gap:5px;gap:5px;width:100%}#boolean_widget_picker_true .section .inputs_wrap .input_wrap .title{margin-bottom:0}@media screen and (max-width:770px){#booleanSlide .color_picker_section .body{display:flex;flex-direction:column-reverse;justify-content:space-between}#booleanSlide .color_picker_section .body .options{margin-top:20px}}#labelSlide .section{margin-bottom:20px;width:100%}#labelSlide .section[data-active=false]{display:none}#labelSlide .section .title{font-weight:500;margin-bottom:10px}#labelSlide .section .input{padding:10px}#labelSlide .section .note{font-size:.9rem;color:#6c757d;margin-top:10px}#labelSlide .section .btn_group{display:flex;justify-content:space-evenly;width:100%;border-radius:7px;overflow:hidden}#labelSlide .section .btn_group .button_grp_set{width:100%;border:none;background-color:#e8e8e8;color:#000;padding:5px 0}#labelSlide .section .btn_group .left_btn{border-right:2px solid #fff}#labelSlide .section .btn_group .left_btn:hover{cursor:pointer}#labelSlide .section .btn_group .left_btn:active{background-color:rgba(0,0,0,.2)}#labelSlide .section .btn_group .right_btn{border:none}#labelSlide .section .btn_group .right_btn:hover{cursor:pointer}#labelSlide .section .btn_group .right_btn:active{background-color:rgba(0,0,0,.2)}#switchSlide .top{display:flex;justify-content:center}#switchSlide .top .stateTitle{text-align:left;font-size:.7rem;margin-bottom:2px}#switchSlide .content{display:flex;flex-direction:column;grid-gap:20px;gap:20px;margin-bottom:15px}#switchSlide .content .uppercase{text-transform:uppercase}#switchSlide .content .section .btn_group{display:flex;justify-content:space-evenly;width:100%;border-radius:7px;overflow:hidden}#switchSlide .content .section .btn_group .button_grp_set{width:100%;border:none;background-color:#e8e8e8;color:#000;padding:5px 0}#switchSlide .content .section .btn_group .left_btn{border-right:2px solid #fff}#switchSlide .content .section .btn_group .left_btn:hover{cursor:pointer}#switchSlide .content .section .btn_group .left_btn:active{background-color:rgba(0,0,0,.2)}#switchSlide .content .section .btn_group .right_btn{border:none}#switchSlide .content .section .btn_group .right_btn:hover{cursor:pointer}#switchSlide .content .section .btn_group .right_btn:active{background-color:rgba(0,0,0,.2)}#switchSlide .note{color:#6c757d}#switchSlide .note .highlight{color:#6f42c1}#knobSlide{grid-gap:20px;gap:20px}#knobSlide,#knobSlide .input-wrap{display:flex;flex-direction:column}#knobSlide .input-wrap{grid-gap:5px;gap:5px}#knobSlide .input-wrap .uppercase{text-transform:uppercase}#knobSlide .input-wrap .values-wrap{display:flex;flex-direction:column;grid-gap:10px;gap:10px}#knobSlide .input-wrap .values-wrap .value-wrap{display:flex;flex-direction:row;align-items:center;grid-gap:10px;gap:10px;padding-bottom:10px;border-bottom:2px solid rgba(0,0,0,.2)}#knobSlide .input-wrap .values-wrap .value-wrap:last-child{border-bottom:0}#knobSlide .input-wrap .values-wrap .value-wrap .knob-inputs-wrap{display:flex;flex-direction:row;grid-gap:10px;gap:10px;width:100%}#knobSlide .input-wrap .values-wrap .value-wrap .icons-wrap{display:flex;flex-direction:row;grid-gap:20px;gap:20px}#knobSlide .btn_group{display:flex;justify-content:space-evenly;width:100%;border-radius:7px;overflow:hidden}#knobSlide .btn_group .button_grp_set{width:100%;border:none;background-color:#e8e8e8;color:#000;padding:5px 0}#knobSlide .btn_group .left_btn{border-right:2px solid #fff}#knobSlide .btn_group .left_btn:hover{cursor:pointer}#knobSlide .btn_group .left_btn:active{background-color:rgba(0,0,0,.2)}#knobSlide .btn_group .right_btn{border:none}#knobSlide .btn_group .right_btn:hover{cursor:pointer}#knobSlide .btn_group .right_btn:active{background-color:rgba(0,0,0,.2)}@media screen and (max-width:770px){#knobSlide .input-wrap .values-wrap .value-wrap .knob-inputs-wrap{flex-direction:column}}#liveStreamSlide{display:flex;flex-direction:column;grid-gap:20px;gap:20px;margin-bottom:20px}#liveStreamSlide .section .btn_group{display:flex;justify-content:space-evenly;width:100%;border-radius:7px;overflow:hidden}#liveStreamSlide .section .btn_group .button_grp_set{width:100%;border:none;background-color:#e8e8e8;color:#000;padding:5px 0}#liveStreamSlide .section .btn_group .left_btn{border-right:2px solid #fff}#liveStreamSlide .section .btn_group .left_btn:hover{cursor:pointer}#liveStreamSlide .section .btn_group .left_btn:active{background-color:rgba(0,0,0,.2)}#liveStreamSlide .section .btn_group .right_btn{border:none}#liveStreamSlide .section .btn_group .right_btn:hover{cursor:pointer}#liveStreamSlide .section .btn_group .right_btn:active{background-color:rgba(0,0,0,.2)}#tankSlide{grid-gap:20px;gap:20px}#tankSlide,#tankSlide .section{display:flex;flex-direction:column}#tankSlide .section{grid-gap:5px;gap:5px}#tankSlide .section .wrap{display:flex;flex-direction:column;grid-gap:10px;gap:10px}#tankSlide .section .shapes-wrap{display:flex;grid-gap:20px;gap:20px;flex-wrap:wrap}#tankSlide .section .shapes-wrap .shape{width:70px;height:70px;background-color:#fff;box-shadow:0 3px 5px rgba(0,0,0,.3);border:1px solid transparent;border-radius:5px;cursor:pointer;transition:all .3s ease;padding:10px}#tankSlide .section .shapes-wrap .shape:hover{-webkit-transform:scale(1.02);transform:scale(1.02)}#tankSlide .section .shapes-wrap .shape[data-active=true]{background-color:rgba(98,0,238,.3);border:1px solid #6200ee}#tankSlide .section .shapes-wrap .shape .icon{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:4rem}#tankSlide .section .btn_group{display:flex;justify-content:space-evenly;width:100%;border-radius:7px;overflow:hidden}#tankSlide .section .btn_group .button_grp_set{width:100%;border:none;background-color:#e8e8e8;color:#000;padding:5px 0}#tankSlide .section .btn_group .left_btn{border-right:2px solid #fff}#tankSlide .section .btn_group .left_btn:hover{cursor:pointer}#tankSlide .section .btn_group .left_btn:active{background-color:rgba(0,0,0,.2)}#tankSlide .section .btn_group .right_btn{border:none}#tankSlide .section .btn_group .right_btn:hover{cursor:pointer}#tankSlide .section .btn_group .right_btn:active{background-color:rgba(0,0,0,.2)}#tankSlide .section .variable_List{display:flex;flex-direction:column;margin-bottom:70px}#tankSlide .section .variable_List .varibale_wrap{display:grid;grid-template-columns:55% 35% 10%;flex-direction:row;width:100%;border-radius:5px;padding:10px 20px 10px 30px;margin-bottom:5px;box-shadow:0 3px 5px rgba(0,0,0,.2);align-items:center}#tankSlide .section .variable_List .varibale_wrap .vw_color{width:60px;height:20px;border-radius:5px}#tankSlide .section .variable_List .varibale_wrap .vw_icon{color:#dc3545;cursor:pointer}#tankSlide .section .title{font-weight:500;margin-bottom:20px;margin-top:0}#tankSlide .section .title .title_desc{color:rgba(0,0,0,.5);font-size:.8rem}#tankSlide .section .title_unit{font-weight:500;margin-top:0}#tankSlide .section .title_unit .title_desc{color:rgba(0,0,0,.5);font-size:.8rem}#tankSlide .section .button-wrap{margin-top:30px}#tankSlide .section .inputs-wrap{display:flex;flex-direction:column;grid-gap:40px;gap:40px}#tankSlide .section .input_wrap{display:flex;flex-direction:row;grid-gap:40px;gap:40px}#tankSlide .section .label_inputs_wrap{display:flex;flex-direction:column;grid-gap:20px;gap:20px}#tankSlide .section .label_inputs_wrap .input_wrap{align-items:center}#tankSlide .section .label_inputs_wrap .input_wrap .title{margin-bottom:0}#tankSlide .section .label_inputs_wrap .input_wrap .content{display:flex;align-items:center;grid-gap:20px;gap:20px;width:100%}#tankSlide .section .label_inputs_wrap .input_wrap .input{padding:10px}#tankSlide .section .label_inputs_wrap .input_wrap .colour_pick_wrap{width:100%}#tankSlide .section .radiobtn_wrap{display:flex;flex-direction:column;grid-template-columns:auto auto auto auto;grid-row-gap:20px;row-gap:20px}#tankSlide .section .colour_pick_wrap{display:grid;grid-template-columns:auto auto auto auto auto;grid-row-gap:20px;row-gap:20px;margin-bottom:70px}#tankSlide .section .colour_pick_wrap.no-bottom-margin{margin-bottom:0}#tankSlide .section .colour_pick_wrap .color_radiobtn{width:40px;height:40px;border-radius:5px;cursor:pointer;box-shadow:0 3px 5px rgba(0,0,0,.2);transition:all .3s ease}#tankSlide .section .colour_pick_wrap .color_radiobtn:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}#tankSlide .section .colour_pick_wrap .color_radiobtn:active{-webkit-transform:scale(.97);transform:scale(.97)}#tankSlide .section .colour_pick_wrap .color_radiobtn .bcp_cp_label,#tankSlide .section .colour_pick_wrap .color_radiobtn .lcp_cp_label{display:block;width:100%;height:100%;border-radius:5px;border:2px solid transparent;cursor:pointer;transition:all .3s ease}#tankSlide .section .colour_pick_wrap .color_radiobtn .bcp_cp_label[data-active=true],#tankSlide .section .colour_pick_wrap .color_radiobtn .lcp_cp_label[data-active=true]{border:2px solid #050000}#tankSlide .section .colour_pick_wrap .color_radiobtn .lcp_cp_radiobtn{display:none}#tankSlide .section .colour_pick_wrap .color_radiobtn .lcp_cp_radiobtn:checked~label{border:2px solid #050000}#tankSlide .section .colour_pick_wrap .color_radiobtn .bcp_cp_radiobtn{display:none}#tankSlide .section .inputs_wrap{display:flex;flex-direction:row;grid-gap:20px;gap:20px;width:100%}#tankSlide .section .inputs_wrap .input_wrap{display:flex;flex-direction:column;grid-gap:5px;gap:5px;width:100%}#tankSlide .section .inputs_wrap .input_wrap .title{margin-bottom:0}#textSlide{grid-gap:30px;gap:30px}#textSlide,#textSlide .section{display:flex;flex-direction:column}#textSlide .section{grid-gap:5px;gap:5px}#textSlide .section #ts_widget_identifier{text-transform:uppercase}#textSlide .section .btn_group{display:flex;justify-content:space-evenly;width:100%;border-radius:7px;overflow:hidden}#textSlide .section .btn_group .button_grp_set{width:100%;border:none;background-color:#e8e8e8;color:#000;padding:5px 0}#textSlide .section .btn_group .left_btn{border-right:2px solid #fff}#textSlide .section .btn_group .left_btn:hover{cursor:pointer}#textSlide .section .btn_group .left_btn:active{background-color:rgba(0,0,0,.2)}#textSlide .section .btn_group .right_btn{border:none}#textSlide .section .btn_group .right_btn:hover{cursor:pointer}#textSlide .section .btn_group .right_btn:active{background-color:rgba(0,0,0,.2)}#geoLocationSlide .note{font-size:.9rem;color:#6c757d;margin-top:10px}#geoLocationSlide #geoLocationSlide-device-marker-color{border-color:#dc3545}#geoLocationSlide .color-wrap{margin-top:20px;width:100%}#geoLocationSlide .safe-location-wrap{display:none;flex-direction:column;grid-gap:10px;gap:10px}#geoLocationSlide .safe-location-wrap[data-active=true]{display:flex}#geoLocationSlide .safe-location-wrap .content{display:flex;flex-direction:column;grid-gap:10px;gap:10px}#geoLocationSlide .safe-location-wrap .content .button-wrap{display:flex;grid-gap:20px;gap:20px;flex-wrap:wrap}#geoLocationSlide .safe-location-wrap .title{font-weight:400}#geoLocationSlide .safe-location-wrap .location-display-wrap{display:flex;grid-gap:40px;gap:40px;flex-wrap:wrap}#geoLocationSlide .safe-location-wrap .location-display-wrap .location{min-width:30%}#geoLocationSlide .section .btn_group{display:flex;justify-content:space-evenly;width:100%;border-radius:7px;overflow:hidden}#geoLocationSlide .section .btn_group .button_grp_set{width:100%;border:none;background-color:#e8e8e8;color:#000;padding:5px 0}#geoLocationSlide .section .btn_group .left_btn{border-right:2px solid #fff}#geoLocationSlide .section .btn_group .left_btn:hover{cursor:pointer}#geoLocationSlide .section .btn_group .left_btn:active{background-color:rgba(0,0,0,.2)}#geoLocationSlide .section .btn_group .right_btn{border:none}#geoLocationSlide .section .btn_group .right_btn:hover{cursor:pointer}#geoLocationSlide .section .btn_group .right_btn:active{background-color:rgba(0,0,0,.2)}#geoLocationSlide .range-wrap{display:flex;flex-direction:column;grid-gap:2px;gap:2px}#geoLocationSlide .range-wrap .range-limits{display:flex;flex-direction:column;grid-gap:10px;gap:10px}#geoLocationSlide .range-wrap .range-limits .range-inputs-wrap{display:flex;flex-direction:column;grid-gap:20px;gap:20px}#geoLocationSlide .range-wrap .range-limits .range-inputs-wrap .content,#geoLocationSlide .range-wrap .range-limits .range-inputs-wrap .inputs{display:flex;width:100%;grid-gap:20px;gap:20px}#geoLocationSlide .range-wrap .button-wrap{margin-top:20px}@media screen and (max-width:960px){#geoLocationSlide .range-wrap .range-limits .range-inputs-wrap .inputs{flex-direction:column}}#basicShapes .bs_section .btn_group{display:flex;justify-content:space-evenly;width:100%;border-radius:7px;overflow:hidden}#basicShapes .bs_section .btn_group .button_grp_set{width:100%;border:none;background-color:#e8e8e8;color:#000;padding:5px 0}#basicShapes .bs_section .btn_group .left_btn{border-right:2px solid #fff}#basicShapes .bs_section .btn_group .left_btn:hover{cursor:pointer}#basicShapes .bs_section .btn_group .left_btn:active{background-color:rgba(0,0,0,.2)}#basicShapes .bs_section .btn_group .right_btn{border:none}#basicShapes .bs_section .btn_group .right_btn:hover{cursor:pointer}#basicShapes .bs_section .btn_group .right_btn:active{background-color:rgba(0,0,0,.2)}#content .bs_section .btn_group{display:flex;justify-content:space-evenly;width:100%;border-radius:7px;overflow:hidden}#content .bs_section .btn_group .button_grp_set{width:100%;border:none;background-color:#e8e8e8;color:#000;padding:5px 0}#content .bs_section .btn_group .left_btn{border-right:2px solid #fff}#content .bs_section .btn_group .left_btn:hover{cursor:pointer}#content .bs_section .btn_group .left_btn:active{background-color:rgba(0,0,0,.2)}#content .bs_section .btn_group .right_btn{border:none}#content .bs_section .btn_group .right_btn:hover{cursor:pointer}#content .bs_section .btn_group .right_btn:active{background-color:rgba(0,0,0,.2)}.section .colour_pick_wrap{display:grid;grid-template-columns:auto auto auto auto auto;grid-row-gap:20px;row-gap:20px;margin-bottom:70px}.section .colour_pick_wrap.no-bottom-margin{margin-bottom:0}.section .colour_pick_wrap .color_radiobtn{width:40px;height:40px;border-radius:5px;cursor:pointer;box-shadow:0 3px 5px rgba(0,0,0,.2);transition:all .3s ease}.section .colour_pick_wrap .color_radiobtn:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.section .colour_pick_wrap .color_radiobtn:active{-webkit-transform:scale(.97);transform:scale(.97)}.section .colour_pick_wrap .color_radiobtn .bcp_cp_label,.section .colour_pick_wrap .color_radiobtn .lcp_cp_label{display:block;width:100%;height:100%;border-radius:5px;border:2px solid transparent;cursor:pointer;transition:all .3s ease}.section .colour_pick_wrap .color_radiobtn .bcp_cp_label[data-active=true],.section .colour_pick_wrap .color_radiobtn .lcp_cp_label[data-active=true]{border:2px solid #050000}.section .colour_pick_wrap .color_radiobtn .lcp_cp_radiobtn{display:none}.section .colour_pick_wrap .color_radiobtn .lcp_cp_radiobtn:checked~label{border:2px solid #050000}.section .colour_pick_wrap .color_radiobtn .bcp_cp_radiobtn{display:none}.widget_containers{display:flex;flex-direction:row;justify-content:center;width:100%;height:100%}.label_container .ld_value{position:absolute;left:var(--labelLeft);top:var(--labelTop);right:var(--labelRight);bottom:var(--labelBottom)}.label_container .last_updated_time,.last_updated_time{font-size:x-small}.last_updated_time_left{position:absolute;bottom:0;left:0;font-size:x-small}.last_updated_time_font{font-size:x-small}.widget_containers .blink-alert-widget{-webkit-animation:blink 1s infinite;animation:blink 1s infinite;color:"grey"}.legend-container{display:flex;grid-gap:1rem;gap:1rem;flex-wrap:wrap;margin-top:10px;justify-content:center}.legend-container .legend-item{display:flex;align-items:center;grid-gap:8px;gap:8px}.legend-container .legend-item .legend-color{width:16px;height:16px;border-radius:50%}@-webkit-keyframes fade-out{0%{opacity:1;-webkit-transform:scale(.9);transform:scale(.9)}to{opacity:.7;-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes fade-out{0%{opacity:1;-webkit-transform:scale(.9);transform:scale(.9)}to{opacity:.7;-webkit-transform:scale(1.1);transform:scale(1.1)}}.booleanDisplay{display:flex;flex-direction:column;align-items:center;grid-gap:5px;gap:5px;text-align:center}.booleanDisplay .body{display:flex;align-items:center;-webkit-animation:fade-in .5s cubic-bezier(.39,.575,.565,1) both;animation:fade-in .5s cubic-bezier(.39,.575,.565,1) both}.booleanDisplay .body[data-active=false]{display:none}.booleanDisplay .bd_icon{transition:all .5s ease;font-size:16px}.booleanDisplay .bd_icon[data-blink=true]{-webkit-animation:blink-2 2s infinite both;animation:blink-2 2s infinite both}.pipeDisplay{display:flex;flex-direction:column;align-items:center;grid-gap:5px;gap:5px;text-align:center;width:101%;height:100%}.pipeDisplay .body{display:flex;align-items:center;-webkit-animation:fade-in .5s cubic-bezier(.39,.575,.565,1) both;animation:fade-in .5s cubic-bezier(.39,.575,.565,1) both}.pipeDisplay .body[data-active=false]{display:none}.pipeDisplay .bd_icon{transition:all .5s ease;font-size:16px}.pipeDisplay .bd_icon[data-blink=true]{-webkit-animation:blink-2 2s infinite both;animation:blink-2 2s infinite both}.lightsDisplay{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;height:100%}.lightsDisplay .body{display:flex;align-items:center;-webkit-animation:fade-in .5s cubic-bezier(.39,.575,.565,1) both;animation:fade-in .5s cubic-bezier(.39,.575,.565,1) both}.lightsDisplay .body[data-active=false]{display:none}.lightsDisplay .bd_icon{transition:all .5s ease;font-size:16px}.lightsDisplay .bd_icon[data-blink=true]{-webkit-animation:blink-2 2s infinite both;animation:blink-2 2s infinite both}.linesDisplay{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;height:100%}.linesDisplay .body{display:flex;align-items:center;justify-content:center;-webkit-animation:fade-in .5s cubic-bezier(.39,.575,.565,1) both;animation:fade-in .5s cubic-bezier(.39,.575,.565,1) both}.linesDisplay .body[data-active=false]{display:none}.linesDisplay .bd_icon{transition:all .5s ease;font-size:16px}.linesDisplay .bd_icon[data-blink=true]{-webkit-animation:blink-2 2s infinite both;animation:blink-2 2s infinite both}#img_labelDisplay{width:100%;height:100%;display:flex;justify-content:center;align-content:center;flex-wrap:nowrap}#img_labelDisplay .ld_value{margin-left:10px;right:0;bottom:0;font-size:4rem}#img_labelDisplay .ld_value[data-bold=true]{font-weight:500}#img_labelDisplay .img,#labelDisplay{width:100%;height:100%}#labelDisplay{justify-content:center;align-content:center;display:flex;flex-wrap:wrap;overflow:hidden}#labelDisplay .ld_value{right:0;bottom:0;font-size:18px}#labelDisplay .ld_value[data-bold=true]{font-weight:500}#labelDisplay .ld_value_bold{right:0;bottom:0;font-size:18px;font-weight:600}#pricelabelDisplay{width:100%;height:100%;justify-content:center;align-content:center;display:flex;flex-wrap:wrap}#pricelabelDisplay .bg_img{position:absolute;width:100%;height:100%}#pricelabelDisplay .ld_value{z-index:1;right:0;bottom:0;font-size:18px}#pricelabelDisplay .ld_value[data-bold=true]{font-weight:500}#pricelabelDisplay .ld_value_bold{z-index:1;right:0;bottom:0;font-size:18px;font-weight:600}#pricelabelFlipDisplay{width:100%;height:100%;justify-content:center;align-content:center;display:flex;flex-wrap:wrap}#pricelabelFlipDisplay .bg_img{position:absolute;width:100%;height:100%}#pricelabelFlipDisplay .ld_value{z-index:1;right:0;bottom:0;font-size:18px}#pricelabelFlipDisplay .ld_value[data-bold=true]{font-weight:500}#pricelabelFlipDisplay .ld_value_bold{z-index:1;right:0;bottom:0;font-size:18px;font-weight:600}.geoLocation-widget .offline-container{display:flex;align-items:center;justify-content:center;font-weight:500}.geoLocation-widget .geo-location-marker{display:flex;flex-direction:column;grid-gap:5px;gap:5px;text-align:center;font-size:1rem;align-items:center;justify-content:center;font-weight:700;width:-webkit-max-content;width:max-content;color:#dc3545}.geoLocation-widget .geo-location-marker .geo-location-marker-icon{font-size:2rem;color:#dc3545}.geoLocation-widget .geo-location-marker span{font-size:.5rem}.switch-widget{display:flex;flex-direction:column;justify-content:center;align-items:center}.switch-widget .toggle-switch-wrap{transition:all .4s ease}.knob-widget{position:relative;text-align:center;overflow:hidden}.knob-widget,.knob-widget .knob-label-wrap{display:flex;align-items:center;justify-content:center}.knob-widget .knob-label-wrap{position:absolute;border-radius:50%}.knob-widget .knob-label-wrap .knob-label{font-weight:700;font-size:.9em;position:absolute}.knob-widget .knob-wrap{position:relative}.tank_widget{display:flex;flex-direction:column;grid-gap:10px;gap:10px}.tank_widget .values-wrap{z-index:2;display:flex;flex-direction:column;grid-gap:2px;gap:2px;font-size:.8rem}.tank_widget .values-wrap .value{display:flex;grid-gap:5px;gap:5px}.tank_widget .waterm{position:absolute;left:0;bottom:0;width:100%;height:0%;padding-top:0;border-radius:50px/25px;background-color:hsla(0,0%,62.7%,.5);transition:all .5s ease}.tank_widget .rectangle-wrap{width:100%;min-height:150px;height:100%}.tank_widget .rectangle-wrap .rectanglem{position:relative;overflow:hidden;margin:0 auto;width:100%;height:100%;background-color:hsla(0,0%,62.7%,.5)}.tank_widget .rectangle-wrap .waterm{border-radius:0}.tank_widget .cylinder-wrap{width:100%;min-height:10px;height:100%}.tank_widget .cylinder-wrap .cylinderm{position:relative;overflow:hidden;margin:0 auto;width:100%;height:100%;border-radius:50px/25px;background-color:hsla(0,0%,62.7%,.5)}.tank_widget .cylinder-wrap .cylinderm:before{top:0;height:35px}.tank_widget .cylinder-wrap .cylinderm:after,.tank_widget .cylinder-wrap .cylinderm:before{position:absolute;left:0;width:100%;border-radius:50px/25px;background-color:hsla(0,0%,62.7%,.2);content:""}.tank_widget .cylinder-wrap .cylinderm:after{bottom:0;height:25px}.tank_widget .cylinder-wrap .waterm:before{position:absolute;left:0;top:0;height:40px;width:100%;border-radius:50px/25px;background-color:rgba(172,175,175,.4);content:""}.tank_widget .cylinder-wrap .waterm:after{position:absolute;left:0;bottom:0;height:25px;width:100%;border-radius:50px/25px;background-color:hsla(0,0%,45.5%,.4);content:""}.tank_widget .cylinder-wrap .cylinder{position:relative;overflow:hidden;margin:0 auto;width:100px;height:150px;border-radius:50px/25px;background-color:hsla(0,0%,62.7%,.5)}.tank_widget .cylinder-wrap .cylinder:before{position:absolute;left:0;top:0;width:100px;height:50px;border-radius:50px/25px;background-color:hsla(0,0%,62.7%,.2);content:""}.tank_widget .cylinder-wrap .cylinder:after{position:absolute;left:0;bottom:0;width:100px;height:50px;border-radius:50px/25px;background-color:hsla(0,0%,62.7%,.4);content:""}.tank_widget .cylinder-wrap .water{position:absolute;left:0;bottom:0;width:100px;height:0%;padding-top:50px;border-radius:50px/25px;background-color:rgba(52,231,154,.5);transition:.3s linear}.tank_widget .cylinder-wrap .water:before{top:0}.tank_widget .cylinder-wrap .water:after,.tank_widget .cylinder-wrap .water:before{position:absolute;left:0;width:100px;height:50px;border-radius:50px/25px;content:""}.tank_widget .cylinder-wrap .water:after{bottom:0;background-color:rgba(52,231,154,.4)}.tank_widget .wave{margin-top:-45px;width:100%}.tank_widget .wave #waveShape{display:none;width:100%;height:150px}.tank_widget .wave1{margin-top:-4px;width:100%}.tank_widget .wave1 #waveShape{display:none;width:100%;height:150px}@-webkit-keyframes wave{0%{-webkit-transform:translateX(-50%);transform:translateX(-50%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes wave{0%{-webkit-transform:translateX(-50%);transform:translateX(-50%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}.text_widget{display:flex;grid-gap:10px;gap:10px}.text_widget .button-wrap,.text_widget .last_updated_time_left{display:flex;justify-content:flex-end}.text_widget .button:disabled{background-color:grey;cursor:not-allowed}.text_widget .input{width:100px}.liveStream_widget .iframe-wrapper{display:flex;flex-direction:column;grid-gap:30px;gap:30px;width:100%}.liveStream_widget .iframe-wrapper .iframe-wrapper-top{display:flex;justify-content:flex-end;width:100%}.liveStream_widget .button-wrap{display:flex;flex-direction:column;grid-gap:10px;gap:10px;justify-content:center;align-items:center}.liveStream_widget .button-wrap .note{color:#6c757d}.liveStream_widget .button{width:-webkit-max-content;width:max-content;height:-webkit-max-content;height:max-content}.table{padding:10px;width:100%;opacity:.97}.table-head{font-size:large;font-weight:lighter;padding:auto}.table-body-row,.table-cell-border{border:2px solid hsla(0,4%,75.5%,.686)}.table-cell{text-align:left}.verticle_bar{min-width:100px;min-height:300px;height:auto;display:flex;justify-content:center;border-bottom:1px solid #b5b5b7;border-top:1px solid #b5b5b7}.verticle_bar .main_containter{position:relative;width:30px;height:auto;background-color:#e0e0e0;border:1px solid #b5b5b7}.verticle_bar .main_containter .arrow_head{position:absolute;left:-62%;width:30px;height:30px;background-color:#475ca7;-webkit-clip-path:polygon(100% 51%,0 0,0 94%);clip-path:polygon(100% 51%,0 0,0 94%)}.verticle_bar .main_containter .inside_colors{width:100%;height:100%}.verticle_bar .main_containter .inside_colors .color_dangerous{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between}.verticle_bar .main_containter .inside_colors .color_dangerous .color_dangerous_container{width:100%;height:30%;background-color:#d4d4d4}.verticle_bar .main_containter .inside_colors .color_medium{width:100%;height:100%;position:absolute;top:0;display:flex;flex-direction:column;justify-content:space-between}.verticle_bar .main_containter .inside_colors .color_medium .color_medium_container{width:100%;height:13%;background-color:#bfbfc0}.verticle_bar .inside_colors:after{content:"";position:absolute;top:0;right:0;bottom:0;width:2px;background-color:#000}.verticle_bar .measurement-line{position:absolute;top:2px;left:88px;right:-10px;width:10px;height:1px;background-color:#000}.verticle_bar .measurement-line:nth-child(5n){height:5px}.motorDisplay{display:flex;flex-direction:column;align-items:center;grid-gap:5px;gap:5px;text-align:center}.motorDisplay .body{display:flex;align-items:center;-webkit-animation:fade-in .5s cubic-bezier(.39,.575,.565,1) both;animation:fade-in .5s cubic-bezier(.39,.575,.565,1) both}.motorDisplay .body[data-active=false]{display:none}.motorDisplay .bd_icon{transition:all .5s ease;font-size:16px}.motorDisplay .bd_icon[data-blink=true]{-webkit-animation:blink-2 2s infinite both;animation:blink-2 2s infinite both}.pumpDisplay{display:flex;flex-direction:column;align-items:center;grid-gap:5px;gap:5px;text-align:center}.pumpDisplay .body{display:flex;align-items:center;-webkit-animation:fade-in .5s cubic-bezier(.39,.575,.565,1) both;animation:fade-in .5s cubic-bezier(.39,.575,.565,1) both}.pumpDisplay .body[data-active=false]{display:none}.pumpDisplay .bd_icon{transition:all .5s ease;font-size:16px}.pumpDisplay .bd_icon[data-blink=true]{-webkit-animation:blink-2 2s infinite both;animation:blink-2 2s infinite both}.filterdIconsPicker{display:flex;flex-direction:row;grid-gap:20px;gap:20px;grid-row-gap:20px;row-gap:20px;flex-flow:row wrap;justify-content:space-evenly}.filterdIconsPicker .fip_icons_label{width:45px;height:45px;display:flex;border-radius:5px;align-items:center;justify-content:center;font-size:2rem;background-color:#fff;box-shadow:0 3px 5px rgba(0,0,0,.3);cursor:pointer;transition:all .2s ease;border:2px solid transparent}.filterdIconsPicker .fip_icons_label:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.filterdIconsPicker .fip_icons_label:active{-webkit-transform:scale(.98);transform:scale(.98)}.filterdIconsPicker .fip_radioButton{display:none}.filterdIconsPicker .fip_radioButton:checked~label{border-color:#050000;background-color:rgba(98,0,238,.2)}.unit-title{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:10px;grid-gap:10px;gap:10px;font-size:17px}.global-widget-slider{position:relative}.global-widget-slider .top{display:flex;flex-direction:column;width:100%}.global-widget-slider #global-widget-slider-body{opacity:1;transition:all .3s ease}.global-widget-slider #global-widget-slider-body[data-active=false]{pointer-events:none;opacity:.5}.deviveSelect .device-select-title{font-size:1rem;margin-bottom:10px;font-weight:600}.geoLocationSlide{display:flex;flex-direction:column;grid-gap:30px;gap:30px;padding-top:10px}.formula_display{margin-top:20px;padding:10px 20px;color:#fff;border-radius:7px;display:flex;flex-direction:column;grid-gap:10px;gap:10px;width:100%;font-weight:500;border:2px solid #dc3545;background-color:rgba(220,53,69,.7);transition:all .3s ease}.formula_display[data-active=false]{display:none}.formula_display[data-status=success]{border-color:#28a745;background-color:rgba(40,167,69,.7)}.card{background-color:#fff;box-shadow:0 3px 5px rgba(0,0,0,.3);border-radius:5px;padding:10px;margin:20px 25px 0 20px}.card[data-active=false]{display:none!important}.card .bottom_right_btns{margin-top:30px;margin-bottom:20px;display:flex;flex-direction:row;grid-gap:20px;gap:20px;justify-content:flex-end}.card .title{margin-bottom:20px}.card .button{font-size:1.1rem}.card .button.delete{background-color:#dc3545}.card .delete_section{display:flex;flex-direction:row;justify-content:space-between}.card .delete_section .section{display:flex;flex-direction:column;justify-content:center}.card .delete_section .section:first-child .subtitle{font-weight:500}.card .delete_section .section:first-child .subtitle_desc{margin-top:5px;color:rgba(0,0,0,.6);font-size:.8rem}.card .delete_section .section:nth-child(2) .button{border:2px solid #dc3545;color:#dc3545;padding-left:20px;padding-right:20px;background-color:rgba(220,53,69,.2)}.card .bottom{margin-top:30px;display:flex;flex-direction:row;justify-content:flex-end}.card .input_wrap{margin-bottom:20px}.card .input_wrap .title{margin-bottom:10px;font-weight:500}.card .input_wrap .input{padding:10px 15px}.card .input_wrap .input_with_icon_wrapper{display:flex;flex-direction:row;align-items:center;background-color:rgba(0,0,0,.2);border-radius:5px}.card .input_wrap .input_with_icon_wrapper .input_icon{width:40px;font-size:1.2rem}.card .input_wrap .input_with_icon_wrapper .input{padding:10px 15px}.card .sub_row{background-color:rgba(0,0,0,.1)}.card .sub_row .sub_row_icon{margin-right:10px;font-size:1.2rem}.card .button_wrap{margin-top:30px;margin-bottom:20px;display:flex;flex-direction:row;grid-gap:20px;gap:20px;justify-content:flex-end}.card .button_wrap .button{grid-gap:7px;gap:7px}.general-settings{padding:10px}.general-settings .note{color:#6c757d;font-size:.8rem;line-height:1.5rem;margin-bottom:20px}.general-settings .note .highlight{color:#dc3545;background-color:rgba(231,150,150,.1);padding-left:7px;padding-right:7px;word-wrap:break-word}.general-settings .mqtt-server-wrap .input_wrap{display:flex;grid-gap:20px;gap:20px}.general-settings .mqtt-server-wrap .input_wrap .button{min-width:150px;width:-webkit-max-content;width:max-content}.general-settings .double_wrap{display:flex;flex-direction:row;grid-gap:20px;gap:20px;width:100%}.general-settings .double_wrap[data-active=false]{display:none}.general-settings .double_wrap .limit-width{max-width:150px}.general-settings .double_wrap .input_wrap{width:100%}.general-settings .double_wrap .input_wrap .title{font-weight:500;margin-bottom:7px}.general-settings .double_wrap .button{font-family:Arial,Helvetica,sans-serif;font-weight:600;font-size:13.33px}.general-settings .input_desc{color:#6c757d;font-size:.65rem}.general-settings .identifier-hover-btn{border:0;background-color:transparent;outline:none;cursor:pointer}.general-settings .general-bottom .bottom-buttons{display:flex;align-items:center}.general-settings .general-bottom .bottom-buttons .delete-button{border:2px solid #dc3545;color:#dc3545;font-weight:750;padding:8px 15px;border-radius:5px;background-color:rgba(220,53,69,.2);cursor:pointer}.general-settings .button:disabled{background-color:#b0a695;color:#e7e7e7;cursor:default}.data-intergration{padding:10px}.data-intergration .button:disabled{background-color:#b0a695;color:#e7e7e7;cursor:default}.data-intergration .card{background-color:#fff;box-shadow:0 3px 5px rgba(0,0,0,.3);border-radius:5px;padding:10px;margin:20px 25px 0 20px}.data-intergration .card[data-active=false]{display:none!important}.data-intergration .card .bottom_right_btns{margin-top:30px;margin-bottom:20px;display:flex;flex-direction:row;grid-gap:20px;gap:20px;justify-content:flex-end}.data-intergration .card .title{margin-bottom:20px}.data-intergration .card .delete_section{display:flex;flex-direction:row;justify-content:space-between}.data-intergration .card .delete_section .section{display:flex;flex-direction:column;justify-content:center}.data-intergration .card .delete_section .section:first-child .subtitle{font-weight:500}.data-intergration .card .delete_section .section:first-child .subtitle_desc{margin-top:5px;color:rgba(0,0,0,.6);font-size:.8rem}.data-intergration .card .delete_section .section:nth-child(2) .button{border:2px solid #dc3545;color:#dc3545;padding-left:20px;padding-right:20px;background-color:rgba(220,53,69,.2)}.data-intergration .card .bottom{margin-top:30px;display:flex;flex-direction:row;justify-content:flex-end}.data-intergration .card .input_wrap{margin-bottom:20px}.data-intergration .card .input_wrap .title{margin-bottom:10px;font-weight:500}.data-intergration .card .input_wrap .input{padding:10px 15px}.data-intergration .card .input_wrap .input_with_icon_wrapper{display:flex;flex-direction:row;align-items:center;background-color:rgba(0,0,0,.2);border-radius:5px}.data-intergration .card .input_wrap .input_with_icon_wrapper .input_icon{width:40px;font-size:1.2rem}.data-intergration .card .input_wrap .input_with_icon_wrapper .input{padding:10px 15px}.data-intergration .card .sub_row{background-color:rgba(0,0,0,.1)}.data-intergration .card .sub_row .sub_row_icon{margin-right:10px;font-size:1.2rem}.data-intergration .card .button_wrap{display:flex;flex-direction:row;grid-gap:20px;gap:20px;justify-content:flex-end}.data-intergration .card .button_wrap .button{grid-gap:7px;gap:7px}.data-intergration .card .top_section{display:flex;justify-content:space-between}.data-intergration .card .top_section .title{font-size:1.5rem}.data-intergration .card .top_section .device_status .device_status_icon{display:flex;align-items:center;justify-content:space-evenly;transition:all .3s ease}.data-intergration .card .top_section .device_status .device_status_icon[data-active=true]{color:#28a745;overflow:hidden}.data-intergration .card .top_section .device_status .device_status_icon[data-active=true] .active_true{-webkit-animation:blink 1s infinite;animation:blink 1s infinite}.data-intergration .card .top_section .device_status .device_status_icon[data-active=false]{color:#dc3545}.data-intergration .card .top_section .device_status .device_status_icon P{padding-left:5px;font-size:.7rem}.data-intergration .note{color:#6c757d;font-size:.7rem;line-height:1.5rem;margin-bottom:20px}.data-intergration .note .highlight{color:#dc3545;background-color:rgba(231,150,150,.1);padding-left:7px;padding-right:7px;word-wrap:break-word}.data-intergration .mqtt-server-wrap .input_wrap{display:flex;grid-gap:20px;gap:20px;align-items:center}.data-intergration .mqtt-server-wrap .input_wrap .button{min-width:120px;width:-webkit-max-content;width:max-content;padding:12px 18px;margin-bottom:12px}.data-intergration .double_wrap{display:flex;flex-direction:row;grid-gap:20px;gap:20px;width:100%}.data-intergration .double_wrap[data-active=false]{display:none}.data-intergration .double_wrap .limit-width{max-width:150px}.data-intergration .double_wrap .input_wrap{width:100%}.data-intergration .double_wrap .input_wrap .title{font-weight:500;margin-bottom:7px}.data-intergration .double_wrap .button{font-family:Arial,Helvetica,sans-serif;font-weight:600;font-size:13.33px}.data-intergration .identifier-hover-btn{border:0;background-color:transparent;outline:none;cursor:pointer}.data-intergration .blusio .card .bluesio_description{margin:10px 0;color:#6c757d;font-size:.8rem;line-height:1.5rem}.data-intergration .blusio .card .title_wrap{display:flex;align-content:center}.data-intergration .blusio .card .title_wrap .title_icon{margin-left:10px;margin-top:2px;color:rgba(69,71,75,.6);font-weight:500}.data-intergration .blusio .card .input-wrap{margin-bottom:10px}.data-intergration .blusio .card .input-wrap .title{margin-bottom:2px}@-webkit-keyframes blink{0%,to{background-color:transparent;border-radius:0}50%{background-color:rgba(130,205,71,.7);border-radius:50%}}@keyframes blink{0%,to{background-color:transparent;border-radius:0}50%{background-color:rgba(130,205,71,.7);border-radius:50%}}#content #content-top{overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;position:fixed;width:calc(100vw - 180px);z-index:1000;transition:.5s}#content #content-top .leftEditToolbar{display:flex;justify-content:center;align-items:center}#content #content-top .leftEditToolbar .copyPaste_section{margin-left:10px}#content #content-top .leftEditToolbar .copyPaste_section .buttonsGroup{background-color:#050000;border-color:#fff}#content #content-top .leftEditToolbar .copyPaste_section .buttonsCP{display:flex;align-items:center;justify-content:center;font-size:.9rem;color:#fff;background-color:#050000;border-color:#fff;width:-webkit-max-content;width:max-content;cursor:pointer;transition:all .3s ease;box-shadow:0 3px 5px rgba(0,0,0,.3);outline:none;padding:8px 12px}#content #content-top .leftEditToolbar .copyPaste_section .buttonsCP:disabled{background-color:#b0a695;color:#e7e7e7}#content #content-top .leftEditToolbar .button{display:flex;align-items:center;justify-content:center;padding:8px 11px;margin-right:5px;width:-webkit-max-content;width:max-content;color:#fff;background-color:#050000;font-size:.7rem;font-weight:400;border-radius:5px;cursor:pointer;transition:all .3s ease;border:0;box-shadow:0 3px 5px rgba(0,0,0,.3);outline:none}#content #content-top .leftEditToolbar .buttonsGroup{background-color:#050000;border-color:#fff}#content #content-top .leftEditToolbar .buttonsCP{display:flex;align-items:center;justify-content:center;font-size:.6rem;color:#fff;background-color:#050000;border-color:#fff;width:-webkit-max-content;width:max-content;cursor:pointer;transition:all .3s ease;box-shadow:0 3px 5px rgba(0,0,0,.3);outline:none;padding:6px}#content #content-top .leftEditToolbar .buttonsCP:disabled{background-color:#b0a695;color:#e7e7e7}#content #content-top .leftEditToolbar .fontFamilySection{margin-left:10px}#content #content-top .leftEditToolbar .fontSizeSection{margin-left:-12px}#content #content-top .leftEditToolbar .z_index_section{margin-left:10px}#content #content-top .leftEditToolbar .z_index_section .buttonsGroup{background-color:#050000;border-color:#fff}#content #content-top .leftEditToolbar .z_index_section .buttonsCP{display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#fff;background-color:#050000;border-color:#fff;width:-webkit-max-content;width:max-content;cursor:pointer;transition:all .3s ease;box-shadow:0 3px 5px rgba(0,0,0,.3);outline:none;padding:5.5px 9px}#content #content-top .leftEditToolbar .z_index_section .buttonsCP:disabled{background-color:#b0a695;color:#e7e7e7}#content #content-top .leftEditToolbar .zIndex_section{margin-left:5px;position:relative}#content #content-top .leftEditToolbar .zIndex_section .z_index_label{position:absolute;font-size:.6rem;top:-6px;left:4px;background:#d9d9d9;padding:px}#content #content-top .leftEditToolbar .zIndex_section .z_index_new{width:53px;padding:7px;background:#d9d9d9;border:1px solid hsla(0,0%,50.2%,.7);border-radius:3px}#content #content-top .fontColor_section{margin-right:5px}#content #content-top .fontColor_section .fontColor_btn{padding:5px;font-size:1.1rem;font-weight:700;min-width:24px;background-color:#000;color:#fff}#content #content-top .fontColor_section .fontColor_btn:disabled{background-color:#b0a695;color:#e7e7e7}#content #content-top .bgColor_section{margin-right:5px}#content #content-top .bgColor_section .fontColor_btn{padding:4px 5px;font-size:1.1rem;font-weight:700;min-width:24px;background-color:#000;color:#fff;margin-left:5px}#content #content-top .bgColor_section .fontColor_btn:disabled{background-color:#b0a695;color:#e7e7e7}#content #content-top .lineEditing_section{margin-right:5px;position:relative}#content #content-top .lineEditing_section .fontColor_btn{padding:4px 5px;font-size:1.1rem;font-weight:700;min-width:24px;background-color:#000;color:#fff;margin-left:5px}#content #content-top .lineEditing_section .fontColor_btn:disabled{background-color:#b0a695;color:#e7e7e7}#content #content-top .lineEditing_section .line_edit_panel{position:absolute;width:103px;height:72px;right:2px;bottom:-79px;background-color:green}#content #content-top .leftButtons{display:flex;align-items:"center";margin-right:20px}#content #content-top .leftButtons .zoom_button{padding:4px 5px;color:#fff;background-color:#000;border:1px solid #9e9fa5;margin-top:8px}#content #content-top .leftButtons .bg_color_button{padding:.5px 3px;color:#fff;background-color:#000;border:1px solid #9e9fa5;margin-top:3px;margin-left:2px}#content #content-top .leftButtons .bg_color_button:disabled{background-color:#b0a695;color:#e7e7e7}#content #content-top .leftButtons .Editbutton{padding:.5px 6px;font-size:.9rem;background-color:#000;color:#fff;border:1px solid #9e9fa5;margin-right:3px;font-weight:700}#content #content-top .leftButtons .Editbutton:disabled{background-color:#b0a695;color:#e7e7e7}#content #content-top .leftButtons .publink_btn{padding:3px 0;font-size:1.2rem;background-color:#000;color:#fff;border:1px solid #9e9fa5;font-weight:700}#content #content-top .leftButtons .publink_btn:disabled{background-color:#b0a695;color:#e7e7e7}#content #content-top .leftButtons .ToggleButton{display:flex;justify-content:center;align-items:center;margin-top:4px;margin-right:10px}#content #content-top.expanded{width:100vw}#content #content-top::-webkit-scrollbar{display:none}#content .content_left{height:83vh;display:grid;grid-template-columns:repeat(3,1fr)}#content .content_left .mobileFrame{margin-top:70px}#content .content_left .left_nav_bar{position:relative;width:200px;height:auto;overflow:scroll;margin-top:46px}#content .content_left .left_nav_bar .leftPanel{margin-top:0}#content .content_left .left_nav_bar .leftPanel .collapsible_container{border-radius:8px;margin-bottom:10px}#content .content_left .left_nav_bar .leftPanel .collapsible_container .chartTypes{display:flex;flex-direction:row;flex-flow:row wrap;grid-gap:15px;gap:15px;width:100%;padding:8px 8px 8px 12px;background-color:#fff}#content .content_left .left_nav_bar .leftPanel .collapsible_container .chartTypes .ct_item_wrap{width:50px;height:50px;background-color:#fff;border:1px solid #e7eaee;border-radius:11px;cursor:pointer;transition:all .3s ease;padding:10px}#content .content_left .left_nav_bar .leftPanel .collapsible_container .chartTypes .ct_item_wrap .ct_label_icon{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:4rem}#content .content_left .left_nav_bar .leftPanel .collapsible_container .collapsible_buttons{background-color:#fff;color:#000;cursor:pointer;padding:8px 8px 8px 21px;width:100%;border:.5px solid rgba(0,0,0,.1);border-bottom:none;border-left:none;text-align:left;outline:none;font-size:.9rem;font-weight:700;display:flex;justify-content:space-between;align-items:center;font-family:Arial,Helvetica,sans-serif}#content #content-top-mobile{display:flex;width:100%;align-items:center;justify-content:space-between;background-color:#d9d9d9}#content #content-top-mobile .leftEditToolbar{display:flex;justify-content:center;align-items:center;width:100%;padding:10px 5px;position:absolute;bottom:0;background-color:#fff;z-index:500}#content #content-top-mobile .leftEditToolbar .copyPaste_section{margin-left:3px}#content #content-top-mobile .leftEditToolbar .copyPaste_section .buttonsGroup{background-color:#050000;border-color:#fff}#content #content-top-mobile .leftEditToolbar .copyPaste_section .buttonsCP{display:flex;align-items:center;justify-content:center;font-size:.9rem;color:#fff;background-color:#050000;border-color:#fff;width:-webkit-max-content;width:max-content;cursor:pointer;transition:all .3s ease;box-shadow:0 3px 5px rgba(0,0,0,.3);outline:none;padding:7px 0}#content #content-top-mobile .leftEditToolbar .copyPaste_section .buttonsCP:disabled{background-color:#b0a695;color:#e7e7e7}#content #content-top-mobile .leftEditToolbar .z_index_section{margin-left:10px}#content #content-top-mobile .leftEditToolbar .z_index_section .buttonsGroup{background-color:#050000;border-color:#fff}#content #content-top-mobile .leftEditToolbar .z_index_section .buttonsCP{display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#fff;background-color:#050000;border-color:#fff;width:-webkit-max-content;width:max-content;cursor:pointer;transition:all .3s ease;box-shadow:0 3px 5px rgba(0,0,0,.3);outline:none;padding:5px 4px}#content #content-top-mobile .leftEditToolbar .z_index_section .buttonsCP:disabled{background-color:#b0a695;color:#e7e7e7}#content #content-top-mobile .leftEditToolbar .add_widget,#content #content-top-mobile .leftEditToolbar .Editbutton{padding:1.8px 6px;font-size:.9rem;background-color:#000;color:#fff;border:1px solid #9e9fa5;margin-left:3px;font-weight:700}#content #content-top-mobile .leftEditToolbar .add_widget:disabled{background-color:#b0a695;color:#e7e7e7}#content #content-top-mobile .leftEditToolbar .bg_color_button{padding:.5px 3px;color:#fff;background-color:#000;border:1px solid #9e9fa5;margin-top:3px;margin-left:2px}#content #content-top-mobile .leftEditToolbar .bg_color_button:disabled{background-color:#b0a695;color:#e7e7e7}#content #content-top-mobile .leftEditToolbar .bg_color_button_border{padding:.5px 3px;color:#fff;background-color:#000;border:1px solid #9e9fa5;margin-top:3px;margin-left:2px}#content #content-top-mobile .leftEditToolbar .bg_color_button_border:disabled{background-color:#b0a695;color:#e7e7e7}#content #content-top-mobile .leftEditToolbar .publink_btn{padding:3px;color:#fff;background-color:#000;border:1px solid #9e9fa5;margin-top:3px;margin-left:2px}#content #content-top-mobile .leftEditToolbar .publink_btn:disabled{background-color:#b0a695;color:#e7e7e7}.identifierListItem{font-weight:400;background-color:#e9e5e5;margin-bottom:3px;color:#424242;border-radius:5px;text-align:left}.identifierListItem:hover{color:#fa5e5e;background-color:#fdf4f4;border-radius:5px}.identifierBox{background-color:"white";width:15%;border:2px solid #c4c4c4;border-radius:5px;margin-left:10px;padding:5px;overflow:scroll;max-height:30vh;overflow-x:hidden}.identifierBox:hover{border-color:#000}.searchBar::-webkit-input-placeholder{font-size:5px}.searchBar:-ms-input-placeholder{font-size:5px}.searchBar::placeholder{font-size:5px}#tag{padding:10px;width:calc(100vw - 180px)}#tag .note{color:#6c757d;font-size:.8rem;line-height:1.5rem;margin-bottom:20px}#tag .note .highlight{color:#dc3545;background-color:rgba(231,150,150,.1);padding-left:7px;padding-right:7px;word-wrap:break-word}#tag .mqtt-server-wrap .input_wrap{display:flex;grid-gap:20px;gap:20px}#tag .mqtt-server-wrap .input_wrap .button{min-width:150px;width:-webkit-max-content;width:max-content}#tag .double_wrap{display:flex;flex-direction:row;grid-gap:20px;gap:20px;width:100%}#tag .double_wrap[data-active=false]{display:none}#tag .double_wrap .limit-width{max-width:150px}#tag .double_wrap .input_wrap{width:100%}#tag .double_wrap .input_wrap .title{font-weight:500;margin-bottom:7px}#tag .double_wrap .button{font-family:Arial,Helvetica,sans-serif;font-weight:600;font-size:13.33px}#tag .identifier-hover-btn{border:0;background-color:transparent;outline:none;cursor:pointer}#tag .topTitle .top_title_main{display:flex;align-items:center;justify-content:space-between}#tag .topTitle .top_title_main .top_title_bottom,#tag .topTitle .top_title_main .top_title_top{display:flex}#tag .button:disabled{background-color:#b0a695;color:#e7e7e7;cursor:default}#tag .delete_button{display:flex;align-items:center;justify-content:center;padding:10px 15px;width:-webkit-max-content;width:max-content;color:#fff;font-weight:600;border-radius:5px;cursor:pointer;transition:all .3s ease;border:0;box-shadow:0 3px 5px rgba(0,0,0,.3);outline:none;float:right;background-color:red;margin-right:10px}#tag .delete_button:disabled{background-color:#b0a695;color:#e7e7e7;cursor:default}@media screen and (max-width:800px){.top_title_main{display:flex;flex-direction:column}.top_title_main .top_title_bottom,.top_title_main .top_title_top{display:flex;justify-content:space-between;align-items:center;width:100%}.top_title_main .top_title_bottom{margin-top:5px}}@media screen and (max-width:400px){#tag{padding:10px;width:100vw}}#home_content{padding:0;height:100vh}#home_content .home_main{display:flex}#home_content .home_main .home_left_side{width:180px;height:100vh;border-right:1px solid rgba(41,41,41,.4);position:absolute;transition:.5s;flex-direction:column}#home_content .home_main .home_left_side .home_logo_container{height:3rem;display:flex;justify-content:center;align-items:center;border-bottom:1px solid rgba(39,40,41,.1);box-shadow:-1px 2px 10px -6px rgba(0,0,0,.75)}#home_content .home_main .home_left_side .home_logo_container .home_logo{max-height:37px;max-width:130px}#home_content .home_main .home_left_side .toggleIcons{color:transparent}#home_content .home_main .home_left_side .home_left_middle{height:calc(100% - 237px);overflow:auto;scrollbar-width:none;-ms-overflow-style:none}#home_content .home_main .home_left_side .home_left_middle::-webkit-scrollbar{display:none}#home_content .home_main .home_left_side .home_left_buttons{background-color:#f9f9f9;position:absolute;width:100%;left:0;bottom:0}#home_content .home_main .home_left_side .home_left_buttons .button_container{width:100%;border-bottom:1px solid rgba(41,41,41,.5)}#home_content .home_main .home_left_side .home_left_buttons .button_container .left_button{width:100%;padding:6px 17px;text-align:left;background:linear-gradient(180deg,hsla(0,0%,85.1%,.97),hsla(0,0%,85.1%,0) 48.44%,#d9d9d9);border:none;font-size:.7rem;font-weight:700}#home_content .home_main .home_left_side .home_left_buttons .button_container .left_button .nav_slider_link{text-decoration:none;color:#000}#home_content .home_main .home_left_side .home_left_buttons .button_container .left_button.active,#home_content .home_main .home_left_side .home_left_buttons .button_container .left_button:hover{background:linear-gradient(180deg,rgba(115,118,118,.97),rgba(115,118,118,.69) 56.25%,#737676);color:#fff}#home_content .home_main .nav_open{left:0}#home_content .home_main .nav_closed{left:-180px}#home_content .home_main .home_right_side{width:calc(100% - 180px);height:100vh;margin-left:180px;overflow-x:auto;transition:.5s}#home_content .home_main .home_right_side.full_width{width:100%;margin-left:0}@media screen and (max-width:725px){#home_content{height:93vh}#home_content .home_main{display:flex;flex-direction:column}#home_content .home_main .home_left_side{width:100%;height:3rem;z-index:1000;position:relative;overflow:hidden}#home_content .home_main .home_left_side .home_logo_container{display:flex;justify-content:space-between;padding-left:10px;padding-right:10px}#home_content .home_main .home_left_side .home_logo_container .toggleIcons{color:#000;font-size:2.5rem;z-index:1000}#home_content .home_main .home_left_side .home_left_buttons,#home_content .home_main .home_left_side .home_left_middle{display:none}#home_content .home_main .home_right_side{width:100%;margin-left:0}#home_content .home_main .mobile_window{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;border:1px solid #ccc;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;z-index:999}#home_content .home_main .mobile_window .middle_title{padding-left:10px;font-weight:500;font-size:1.1rem}#home_content .home_main .mobile_window .page_devices_btn{width:100%;text-align:left;padding:8px 10px 8px 27px;font-size:.9rem;background-color:transparent;border:none;cursor:pointer}#home_content .home_main .mobile_window .add_devices_button{font-size:1.1rem}#home_content .home_main .mobile_window .add_devices_button,#home_content .home_main .mobile_window .pages_container .add_page_button{display:flex;align-items:center;font-weight:600;padding-left:20px;width:100%;padding-top:6px;padding-bottom:6px;border:none;cursor:pointer}#home_content .home_main .mobile_window .pages_container .add_page_button{font-size:1rem;background-color:rgba(0,0,0,.04)}#home_content .home_main .mobile_window .pages_container .page_list_btn,#home_content .home_main .mobile_window .workspaces_container .page_workspaces_btn{width:100%;text-align:left;font-size:.9rem;padding:8px 10px 8px 46px;background-color:transparent;border:none;cursor:pointer}#home_content .home_main .mobile_window .workspaces_container .add_workspaces_button{display:flex;align-items:center;font-size:1rem;font-weight:600;padding-left:20px;width:100%;padding-top:6px;padding-bottom:6px;background-color:rgba(0,0,0,.04);border:none;cursor:pointer}#home_content .home_main .mobile_button_container{width:100%}#home_content .home_main .home_mobile_left_buttons{position:absolute;bottom:0;width:100%;background-color:#fff}#home_content .home_main .mobile_left_button{width:100%;padding:6px;background:linear-gradient(180deg,hsla(0,0%,85.1%,.97),hsla(0,0%,85.1%,0) 48.44%,#d9d9d9);border:none;font-size:1rem;font-weight:700}#home_content .home_main .mobile_left_button .nav_slider_link{text-decoration:none;color:#000}#home_content .home_main .mobile_left_button:hover{background:linear-gradient(180deg,rgba(115,118,118,.97),rgba(115,118,118,.69) 56.25%,#737676)}#home_content .home_main .home_mobile_left_middle{margin-top:80px;height:calc(100% - 293px);overflow-y:scroll}#home_content .home_main .mobile_window.hidden{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}#navbar{color:#f8f9fa;position:fixed;top:0;left:0;z-index:999}#navbar .nav_top{background-color:#050000;width:100vw;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0 0 0 30px;top:0;left:0;box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);height:4.75rem;z-index:999;transition:background-color .3s ease}#navbar .nav_top .nav_top_grid_item{display:flex;flex-direction:row-reverse;align-items:center;margin-right:50px}#navbar .nav_top .nav_top_grid_item .nav_top_menu_icon_wrap{display:flex}#navbar .nav_top .nav_top_grid_item #nav_top_menu_icon{font-size:25px;cursor:pointer}#navbar .nav_top .nav_top_grid_item span{font-size:1.4rem;font-weight:100;margin:0 20px}#navbar .nav_top .nav_top_grid_item .nav_top_title{max-width:400px;max-height:3.75rem}#navbar .nav_top .nav_top_grid_item .nav_profile_image{cursor:pointer;width:40px;height:40px;border-radius:50%;border:1px solid #424242}#navbar .nav_top .nav_top_grid_item #nav_profile_wrapper{background-color:#f8f9fa;display:flex;flex-direction:column;box-shadow:0 3px 5px rgba(0,0,0,.3);border-radius:.25rem;min-width:2rem;max-width:15rem;text-align:center;top:0;right:0;margin-top:4.75rem;margin-right:25px}#navbar .nav_top .nav_top_grid_item #nav_profile_wrapper[data-active=true]{display:flex}#navbar .nav_top .nav_top_grid_item #nav_profile_wrapper[data-active=false]{display:none}#navbar .nav_top .nav_top_grid_item #nav_profile_wrapper .nav_profile_item{color:#424242;text-decoration:none;padding:15px 10px;cursor:pointer}#navbar .nav_top .nav_top_grid_item #nav_profile_wrapper .nav_profile_item:hover{background-color:rgba(0,0,0,.04)}#navbar .nav_top .nav_top_grid_item #nav_profile_wrapper .nav_profile_item:nth-child(2){border-top:1px solid rgba(0,0,0,.14);color:#dc3545}#navbar .image_wrapper{display:flex;justify-content:center;margin-top:20px}#navbar .nav_body_main{position:relative}#navbar .nav_body_main .nav_slider_button{position:absolute;font-size:2rem;top:90vh;right:-3.8rem;height:40px;width:40px;border-radius:20px;border:none;background-color:rgba(194,225,255,.793);color:rgba(0,79,207,.8156862745098039);z-index:100099}#navbar .nav_body_main .nav_slider_button:hover{background-color:rgba(110,183,255,.793);box-shadow:0 0 10px rgba(0,0,0,.3);cursor:pointer}#navbar .nav_body_main .nav_slider_button:active{-webkit-transform:scale(.9);transform:scale(.9)}#navbar .nav_body_main .nav_body{margin-top:0;display:flex;flex-direction:row}#navbar .nav_body_main .nav_body .nav_slider{height:100vh;overflow-y:auto;transition:width .4s ease}#navbar .nav_body_main .nav_body .nav_slider,#navbar .nav_body_main .nav_body .nav_slider .nav_slider_in_wrap{background-color:#ebebeb;color:#424242;z-index:100;overflow-x:hidden;display:flex;flex-direction:column;position:relative}#navbar .nav_body_main .nav_body .nav_slider .nav_slider_in_wrap{width:100%;height:auto;padding-top:0;transition:all .4s ease;max-width:270px}#navbar .nav_body_main .nav_body .nav_slider .nav_dashboards_wrap{padding-left:0;padding-right:20px;margin-bottom:22px}#navbar .nav_body_main .nav_body .nav_slider .nav_dashboards_wrap .title{margin-bottom:10px;margin-top:20px;margin-left:10px}#navbar .nav_body_main .nav_body .nav_slider .nav_dashboards_wrap .nav_dashboards_wrapper{display:flex;flex-direction:row;grid-gap:10px;gap:10px;align-items:center;margin-left:10px}#navbar .nav_body_main .nav_body .nav_slider .nav_dashboards_wrap .nav_dashboards_wrapper .nav_dashboard_logo{width:40px;height:40px;border-radius:50%}#navbar .nav_body_main .nav_body .nav_slider .nav_slider_link_logout{display:flex;flex-direction:row;text-decoration:none;justify-content:flex-start;width:100%;padding:15px 10px 15px 20px;align-items:center;font-size:.9rem;transition:all .1s ease-in;overflow:hidden;min-height:50px;border:none;background-color:transparent;font-family:Arial,Helvetica,sans-serif;color:#424242;margin-top:30px;cursor:pointer}#navbar .nav_body_main .nav_body .nav_slider .nav_slider_link_logout .icon{pointer-events:none;font-size:1rem}#navbar .nav_body_main .nav_body .nav_slider .nav_slider_link_logout span{pointer-events:none;width:-webkit-max-content;width:max-content;font-size:.9rem;margin-left:30px;position:absolute}#navbar .nav_body_main .nav_body .nav_slider .nav_slider_link_logout[data-active=true]{background-color:rgba(0,0,0,.08);color:#050000}#navbar .nav_body_main .nav_body .nav_slider .nav_slider_link_logout[data-active=false]{background-color:transparent;color:#424242}#navbar .nav_body_main .nav_body .nav_slider .nav_slider_link_logout:hover{background-color:rgba(0,0,0,.04)}#navbar .nav_body_main .nav_body .nav_slider .nav_slider_link_logout[data-disabled=true]{background-color:rgba(0,0,0,.15);color:rgba(0,0,0,.4);pointer-events:none}#navbar .nav_body_main .nav_body .nav_slider .nav_slider_link{display:flex;flex-direction:row;text-decoration:none;justify-content:flex-start;width:100%;padding:15px 10px 15px 20px;align-items:center;font-size:.9rem;transition:all .1s ease-in;overflow:hidden;min-height:50px;border-bottom:1px solid #a8a8a8}#navbar .nav_body_main .nav_body .nav_slider .nav_slider_link .icon{pointer-events:none}#navbar .nav_body_main .nav_body .nav_slider .nav_slider_link span{pointer-events:none;width:-webkit-max-content;width:max-content;font-size:.9rem;margin-left:30px;position:absolute}#navbar .nav_body_main .nav_body .nav_slider .nav_slider_link[data-active=true]{background-color:rgba(0,0,0,.08);color:#050000}#navbar .nav_body_main .nav_body .nav_slider .nav_slider_link[data-active=false]{background-color:transparent;color:#424242}#navbar .nav_body_main .nav_body .nav_slider .nav_slider_link:hover{background-color:rgba(0,0,0,.04)}#navbar .nav_body_main .nav_body .nav_slider .nav_slider_link[data-disabled=true]{background-color:rgba(0,0,0,.15);color:rgba(0,0,0,.4);pointer-events:none}#navbar .nav_body_main .nav_body .nav_slider[data-active=true]{width:270px}#navbar .nav_body_main .nav_body .nav_slider[data-active=false]{width:70px}#navbar .nav_body_main .nav_body .nav_slider[data-active=false] .nav_slider_link span{display:none}#navbar .nav_body_main .nav_body .nav_slider[data-active=false] .nav_slider_link[data-active=true]{border-left:5px solid #050000;background-color:rgba(0,0,0,.08);color:#050000}#navbar .nav_body_main .nav_body .nav_containers{width:100%;transition:all .5s ease;overflow-x:hidden}@media screen and (max-width:770px){#navbar .nav_top .nav_top_grid_item .nav_top_menu_icon_wrap{display:flex;flex-direction:row;align-items:center}#navbar .nav_top .nav_top_grid_item .nav_top_title{max-width:120px}#navbar .nav_body .nav_slider{position:fixed}#navbar .nav_body .nav_slider[data-active=false]{width:0}#navbar .nav_body .nav_slider[data-active=false] .nav_slider_link span{display:block}#navbar .nav_body .nav_slider[data-active=false] .nav_slider_link[data-active=true]{border-left:0 solid #050000;background-color:rgba(0,0,0,.08);color:#050000}}@media screen and (min-width:1024px)and (max-width:1080px){#navbar .nav_top .nav_top_grid_item .nav_top_menu_icon_wrap{display:flex;flex-direction:row;align-items:center}#navbar .nav_body .nav_slider,#navbar .nav_body .nav_slider .nav_slider_in_wrap{position:fixed}#navbar .nav_body .nav_slider .nav_slider_link span{position:absolute;margin-left:40px}#navbar .nav_body .nav_slider[data-active=false]{width:0}#navbar .nav_body .nav_slider[data-active=false] .nav_slider_link span{display:block}#navbar .nav_body .nav_slider[data-active=false] .nav_slider_link[data-active=true]{border-left:0 solid #050000;background-color:rgba(0,0,0,.08);color:#050000}#navbar .nav_body .nav_containers{height:100%}}.pages_container{margin-top:30px;padding:5px 0;max-height:180px;overflow-y:auto}.pages_container .page_list_top{display:flex;align-items:center;padding-left:20px;justify-content:space-between}.pages_container .page_list_top .device_top_title{display:flex;justify-content:center;align-items:center}.pages_container .page_list{max-height:100%;overflow-y:auto}.pages_container .page_list .page_list_map{display:flex;justify-content:space-between;align-items:center;padding-right:10px}.pages_container .editSection .edit_button{padding-right:10px;color:#00f;cursor:pointer}.pages_container .editSection .delete_button{padding-right:10px;color:red;cursor:pointer}.pages_container .page_list_map .editSection{display:flex;justify-content:space-between;align-items:center}.pages_container .page_list li{list-style-type:none;font-size:.9rem}.pages_container .page_list_btn{width:100%;text-align:left;font-size:.7rem;padding:6px 10px 6px 46px;background-color:transparent;border:none;cursor:pointer}.pages_container .page_list_btn:hover{background-color:rgba(0,0,0,.09)}.pages_container .add_page_button{display:flex;align-items:center;font-size:.8rem;font-weight:700;padding-left:6px;width:100%;padding-top:6px;padding-bottom:6px;background-color:transparent;border:none;cursor:pointer}.pages_container .add_page_button:hover{background-color:transparent}.pages_container .middle_title{padding-left:10px;font-weight:500;font-size:.9rem}.devices_container{margin-top:30px;padding:5px 0}.devices_container .devices_list_top{display:flex;align-items:center;justify-content:space-between;padding-left:5px;padding-right:5px}.devices_container .devices_list_top .device_top_title{display:flex;justify-content:center;align-items:center}.devices_container .devices_list{max-height:100%;overflow-y:auto}.devices_container .devices_list li{list-style-type:none;font-size:.9rem}.devices_container .page_devices_btn{width:100%;text-align:left;padding:6px 10px 6px 20px;font-size:1rem;background:linear-gradient(rgba(69,71,75,.2),rgba(69,71,75,.1) 48.44%,rgba(69,71,75,.2));border:none;cursor:pointer}.devices_container .page_devices_btn:hover{background-color:rgba(0,0,0,.09)}.devices_container .add_devices_button{display:flex;align-items:center;font-size:.8rem;font-weight:700;padding-left:9px;width:100%;padding-top:6px;padding-bottom:6px;background:transparent;border:none;cursor:pointer}.devices_container .add_devices_button:hover{background:transparent}.devices_container .collapsed{display:none}.devices_container .expanded{display:block}.devices_container .collapsible{background:"rgb(182, 187, 196, 0.8)"}.devices_container .collapsible .icon_device{font-size:1rem}.devices_container .collapsible .icon{float:right;margin-left:5px;font-size:1rem}.devices_container .middle_title{padding-left:10px;font-weight:500;font-size:.9rem}.devices_container .middle_title_btn{padding-left:10px;display:flex;justify-content:space-between;align-items:center}.devices_container .middle_title_btn,.devices_container .middle_title_none_list{font-weight:500;font-size:.9rem;background-color:transparent;border:none;cursor:pointer}.devices_container .middle_title_none_list{padding:10px 5px 10px 15px}.devices_container .page_list{max-height:100%;overflow-y:auto}.devices_container .page_list .page_list_top{display:flex;align-items:center;padding-left:10px;justify-content:space-between;border-bottom:1px solid #e1e1e1}.devices_container .page_list .page_list_top .pages_top_title{display:flex;justify-content:center;align-items:center;width:100%}.devices_container .page_list .page_list_top .pages_top_title .wrap_btn{display:flex;justify-content:space-between;padding-left:14px;align-items:center;width:100%;padding-right:10px}.devices_container .page_list .page_list_top .pages_top_title .middle_title{font-size:.8rem}.devices_container .page_list .page_list_top_none_list{display:flex;align-items:center;padding-left:17px;justify-content:space-between;border-bottom:1px solid #e1e1e1}.devices_container .page_list .page_list_top_none_list .pages_top_title{display:flex;justify-content:center;align-items:center}.devices_container .page_list .page_list_top_none_list .pages_top_title .middle_title{font-size:.8rem}.devices_container .page_list .page_list_top_none_list:hover{background-color:rgba(0,0,0,.09)}.devices_container .page_list .active{background-color:rgba(61,61,61,.4)}.devices_container .page_list .page_list_map{display:flex;justify-content:space-between;align-items:center;padding-right:10px}.devices_container .editSection .edit_button{padding-right:10px;color:#00f;cursor:pointer}.devices_container .editSection .delete_button{padding-right:10px;color:red;cursor:pointer}.devices_container .page_list_map .editSection{display:flex;justify-content:space-between;align-items:center}.devices_container .page_list li{list-style-type:none;font-size:.9rem}.devices_container .page_list_btn{width:100%;text-align:left;font-size:.7rem;padding:6px 10px 6px 38px;background-color:transparent;border:none;cursor:pointer}.devices_container .page_list_btn:active{background-color:rgba(0,0,0,.09)}.devices_container .add_page_button{display:flex;align-items:center;font-size:.8rem;font-weight:700;width:100%;padding-top:6px;padding-bottom:6px;background-color:transparent;border:none;cursor:pointer}.devices_container .add_page_button:hover{background-color:transparent}@media screen and (max-width:400px){.devices_container .page_list .page_list_top .pages_top_title .wrap_btn{padding-left:24px}.devices_container .page_list .page_list_top_none_list{padding-left:30px}.devices_container .page_list_btn{padding-left:60px}.devices_container .page_list_btn:active{background-color:rgba(0,0,0,.09)}}.workspaces_container{margin-top:10px;padding:5px 0}.workspaces_container .workspaces_list_top{display:flex;align-items:center;padding-left:20px}.workspaces_container .workspaces_list{max-height:100%;overflow-y:auto}.workspaces_container .workspaces_list li{list-style-type:none;font-size:.9rem}.workspaces_container .page_workspaces_btn{width:100%;text-align:left;font-size:.7rem;padding:6px 10px 6px 46px;background-color:transparent;border:none;cursor:pointer}.workspaces_container .page_workspaces_btn:hover{background-color:rgba(0,0,0,.09)}.workspaces_container .add_workspaces_button{display:flex;align-items:center;font-size:.8rem;font-weight:700;padding-left:20px;width:100%;padding-top:6px;padding-bottom:6px;background-color:rgba(0,0,0,.04);border:none;cursor:pointer}.workspaces_container .add_workspaces_button:hover{background-color:rgba(0,0,0,.09)}.workspaces_container .middle_title{padding-left:10px;font-weight:500;font-size:.9rem}#numWrap,#numWrap *{box-sizing:border-box}#numWrap{position:fixed;top:0;left:0;z-index:999999;width:100vw;height:100vh;opacity:1;visibility:visible;display:flex;align-items:center;justify-content:center}#numPad{max-width:350px;padding:10px;background:#151515}#numDisplay{width:100%;border:0;padding:5px;margin-bottom:10px;background:#000;color:#fff;font-size:42px;text-align:right}#numDisplay:focus{outline:none}#numDisplay::selection{background:none}#numBWrap{display:grid;grid-gap:5px;grid-template-columns:repeat(4,minmax(0,1fr))}#numBWrap div{font-size:24px;color:#fff;text-align:center;padding:15px 0}#numBWrap div:hover{cursor:pointer}#numBWrap .dot,#numBWrap .num,#numBWrap .zero{background:#565656}#numBWrap .zero{grid-column:span 2}#numBWrap .clr,#numBWrap .del,#numBWrap .plusMinus{background:#333}#numBWrap .ok{background:#115296}#numWrap .cx{color:#fff;background:#940909;position:absolute;top:-20px;left:330px;border-radius:50%;width:40px;height:40px;padding:12px;text-align:center;justify-items:center;cursor:pointer}#numpadContainer,#numWrap .cx{align-items:center;display:flex}#numpadContainer{justify-content:center;min-height:100%;background-repeat:no-repeat;background-position:50%;background-size:cover}@media screen and (max-width:770px){#numWrap{width:60vw;left:auto}}.facePlateContainer{margin-top:2px;margin-right:2px;margin-left:2px;background-color:#e0e0e0;border:2px solid silver;overflow:hidden}.facePlateContainer .faceplate_container_top{display:flex;align-items:center;border-bottom:2px solid silver}.facePlateContainer .faceplate_container_top .second_spped_ref{margin-top:20}.facePlateContainer .faceplate_container_top .manual_mode,.facePlateContainer .faceplate_container_top .motor_controls{flex:1 1;margin-left:15px}.facePlateContainer .faceplate_container_top .numpad_icon{margin-left:10px;margin-right:10px}.facePlateContainer .interlock_container{display:flex;flex-direction:column;padding:0 10px}.facePlateContainer .interlock_container #variables-wrap{border:2px solid rgba(0,0,0,.3);border-radius:5px;padding:10px;margin-bottom:20px}.facePlateContainer .interlock_container .section{margin-top:10px;margin-bottom:10px}.facePlateContainer .interlock_container .variable-add{width:100%;margin-top:10px}.facePlateContainer .interlock_container .variable-add .variables-wrap{width:33%}.facePlateContainer .interlock_container .variable-add .variables-wrap[data-active=true]{width:50%}.facePlateContainer .interlock_container .variable_List{display:flex;flex-direction:column}.facePlateContainer .interlock_container .variable_List .variable-statement{display:flex;flex-direction:row;margin-top:10px}.facePlateContainer .interlock_container .variable_List .variable-statement .identifier-wrap{width:50%}.facePlateContainer .interlock_container .status_color_upper{background-color:#000;padding:5px;margin-left:auto;width:30px}.facePlateContainer .interlock_container .status_color_upper .status_color_inner{border-radius:10px;height:20px;width:20px}.facePlateContainer .interlock_container .condition_section{display:flex;flex-direction:column;margin-top:20px}.facePlateContainer .interlock_container .condition_section .add_condition_button{width:50px}.facePlateContainer .interlock_container .condition_section .condition_wrap{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.facePlateContainer .interlock_container .condition_section .condition_wrap .close_icon{font-weight:700;font-size:1.4rem;color:#dc3545;cursor:pointer}.facePlateContainer .interlock_container .condition_section .notification_statement{display:flex;flex-direction:row;grid-gap:15px;gap:15px;align-items:center;flex-flow:row wrap}.facePlateContainer .interlock_container .condition_section .notification_statement .input{width:100px;padding:5px}.facePlateContainer .spped_ref_container{padding-left:10px;padding-right:10px;border-bottom:none;margin-top:10px}.facePlateContainer .spped_ref_container .spped_ref_text{flex:1 1;font-size:15px}.facePlateContainer .spped_ref_container .spped_ref_input_container{position:relative;margin-left:20px;text-align:end;max-width:150px}.facePlateContainer .spped_ref_container .input-speed-ref-position-feedback[data-active=true]:after,.facePlateContainer .spped_ref_container .input-speed-ref-position-setpoint[data-active=true]:after{content:"%";position:absolute;top:50%;right:10px;-webkit-transform:translateY(-50%);transform:translateY(-50%);pointer-events:none;padding:0 5px}.facePlateContainer .spped_ref_container .input-speed-ref-position-feedback[data-active=true],.facePlateContainer .spped_ref_container .input-speed-ref-position-setpoint[data-active=true]{padding-right:20px}.facePlateContainer .facePlate_selector{display:flex;justify-content:space-around;align-items:center}.facePlateContainer .facePlate_selector .ampere_display{width:5vw;height:5vw;border:none;padding:0 6px;border-radius:50%;background-color:#f0f0f0;display:flex;justify-content:center;align-items:center;font-weight:700;font-size:1vw;margin-left:auto;margin-right:auto;overflow:hidden}.facePlateContainer .facePlate_selector .ampere_display span{display:inline-block;text-align:center;max-width:100%;white-space:normal;word-wrap:break-word}.facePlateContainer .imagcontainer{margin-left:auto;margin-right:auto;margin-top:10px}.facePlateContainer .imagcontainer .icon_container{display:flex;align-items:center;justify-content:space-between}.facePlateContainer .imagcontainer .icon_container .icon_dis{flex:1 1}.facePlateContainer .imagcontainer .icon_container .icon_dis .alert_icon_container{max-width:100px;position:absolute;right:0;top:10px}.facePlateContainer .motor_container_text{text-align:center;font-weight:600}.facePlateContainer .facePlate_dropdown{margin:3px}.facePlateContainer .switch_container{display:flex}.facePlateContainer .switch_container .switch_button{width:55%}.facePlate_top{display:flex;justify-content:space-between;background-color:#e0e0e0;padding:10px;border-bottom:2px solid silver}.facePlate_top .status_color_upper{background-color:#000;padding:5px;margin-left:auto;width:30px}.facePlate_top .status_color_upper .status_color_inner{border-radius:10px;height:20px;width:20px}.facePlate_buttons_container{display:flex;justify-content:center;margin-top:2px;margin-bottom:2px}.facePlate_buttons_container .facePlate_button{width:130px;font-size:medium;color:#e0e0e0;font-weight:300;padding-left:40%;padding-right:40%}.facePlate_buttons_container .facePlate_button_save{margin-right:15px}#login{min-height:100vh;padding:40px;background-color:var(--background-color);color:var(--text-color)}#login,#login .content{display:flex;justify-content:center;align-items:center}#login .content{flex-direction:column;grid-gap:20px;gap:20px;width:350px;-webkit-animation:fade-in .3s cubic-bezier(.39,.575,.565,1) both;animation:fade-in .3s cubic-bezier(.39,.575,.565,1) both}#login .content .logo{object-fit:contain;width:100%;max-width:300px;margin-bottom:30px}#login .content .input-wrap{display:flex;flex-direction:column;justify-content:center;position:relative;width:100%;height:60px;margin-bottom:10px}#login .content .input-wrap .input-label{position:absolute;font-size:.8rem;margin-top:0;margin-left:5px;transition:all .3s ease;z-index:1}#login .content .input-wrap #register-warning{font-size:.7rem;color:#dc3545;margin-top:5px;position:absolute;bottom:-20px;left:0}#login .content .input-wrap #register-warning[data-active=true]{display:block}#login .content .input-wrap .bottom{background-color:#d8dde2}#login .content .input-wrap .bottom,#login .content .input-wrap .error-bottom{position:absolute;height:2px;width:0;bottom:0;margin-bottom:11px;transition:all .3s ease}#login .content .input-wrap .error-bottom{background-color:#fc1919}#login .content .input-wrap .login-input{z-index:2;position:absolute;padding:10px;margin-top:0;outline:none;width:100%;border:0;background-color:transparent;border-bottom:2px solid;border-bottom:2px solid var(--inputBorderBottom);color:var(--text-color)}#login .content .input-wrap .login-input:focus~.bottom,#login .content .input-wrap .login-input:valid~.bottom,#login .content .input-wrap .login-input[data-active=true]~.bottom{width:100%}#login .content .input-wrap .login-input:focus+.input-label,#login .content .input-wrap .login-input:valid+.input-label,#login .content .input-wrap .login-input[data-active=true]+.input-label{-webkit-transform:translateY(-25px);transform:translateY(-25px)}#login .content .input-wrap .forgot-password{text-decoration:none;font-size:.7rem;font-weight:600;align-self:flex-end;color:var(--forgotPwd);margin-top:70px}#login .content .checkbox_wrap{display:flex;align-items:center;grid-gap:10px;gap:10px;font-size:.8rem;width:100%;margin-top:10px}#login .content .checkbox_wrap input[type=checkbox]{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:14px;height:14px;background-color:#fff;border-radius:2px;border:1px solid grey;position:relative;cursor:pointer;transition:all .3s ease-in-out}#login .content .checkbox_wrap input[type=checkbox]:checked{background-color:#007bff;border-color:#007bff}#login .content .checkbox_wrap input[type=checkbox]:checked:after{content:"✓";font-size:12px;color:#fff;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}#login .content .checkbox_wrap input,#login .content .checkbox_wrap label{cursor:pointer}#login .content .button{margin-top:20px;width:250px;background-color:var(--loginBtn);color:var(--background-color)}#login .content .link-wrap{color:var(--forgotPwd);font-size:.8rem}#login .content .link-wrap .link{text-decoration:none;transition:all .3s ease;color:#007bff}#login .content .link-wrap .link:hover{color:#6f42c1}#register{background-color:#050000;color:#fff}#register .top{padding:40px;position:absolute;z-index:2}#register .body{top:0;left:0;display:flex;flex-direction:row;width:100vw;min-height:100vh;justify-content:center;align-items:center;position:relative}#register .body .image-wrap{margin-right:250px;width:0;height:100%;overflow:hidden;-webkit-animation:expand .5s forwards;animation:expand .5s forwards}#register .body .image-wrap .image{object-fit:contain;width:470px;height:100%}#register .body .card{position:absolute;background-color:#fff;box-shadow:0 3px 10px hsla(0,0%,75.7%,.4);padding:30px;border-radius:5px;margin-left:400px;display:flex;flex-direction:column;grid-gap:30px;gap:30px;width:350px;background-color:#050000;-webkit-animation:fade-in .3s cubic-bezier(.39,.575,.565,1) both;animation:fade-in .3s cubic-bezier(.39,.575,.565,1) both}#register .body .card .register-title{display:none}#register .body .card .input-wrap{display:flex;flex-direction:column;justify-content:center;position:relative;width:100%;height:60px}#register .body .card .input-wrap #register-password-warning{font-size:.7rem;color:#dc3545;margin-top:80px;display:none}#register .body .card .input-wrap #register-password-warning[data-active=true]{display:block}#register .body .card .input-wrap #register-warning{font-size:.7rem;color:#dc3545;margin-top:80px;display:none}#register .body .card .input-wrap #register-warning[data-active=true]{display:block}#register .body .card .input-wrap .register-label{position:absolute;font-size:.8rem;margin-top:0;margin-left:5px;transition:all .3s ease;z-index:1}#register .body .card .input-wrap .bottom{position:absolute;height:2px;width:0;bottom:0;background-color:hsla(0,0%,100%,.4);margin-bottom:11px;transition:all .3s ease}#register .body .card .input-wrap .error-bottom{position:absolute;height:2px;width:0;bottom:0;background-color:#fc1919;margin-bottom:11px;transition:all .3s ease}#register .body .card .input-wrap .register-input{z-index:2;position:absolute;padding:10px;margin-top:0;outline:none;width:100%;border:0;background-color:transparent;border-bottom:2px solid hsla(0,0%,100%,.3);color:#fff}#register .body .card .input-wrap .register-input:focus~label,#register .body .card .input-wrap .register-input:valid~label{width:100%}#register .body .card .input-wrap .register-input:focus+.register-label,#register .body .card .input-wrap .register-input:valid+.register-label{-webkit-transform:translateY(-25px);transform:translateY(-25px)}#register .body .card .checkbox_wrap{display:flex;align-items:center;grid-gap:10px;gap:10px;font-size:.8rem;width:100%}#register .body .card .checkbox_wrap input[type=checkbox]{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:14px;height:14px;background-color:#fff;border-radius:2px;border:1px solid grey;position:relative;cursor:pointer;transition:all .3s ease-in-out}#register .body .card .checkbox_wrap input[type=checkbox]:checked{background-color:#007bff;border-color:#007bff}#register .body .card .checkbox_wrap input[type=checkbox]:checked:after{content:"✓";font-size:12px;color:#fff;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}#register .body .card .checkbox_wrap input,#register .body .card .checkbox_wrap label{cursor:pointer}#register .body .card .button{background-color:#fff;color:#050000}#register .body .card .button_wrap{display:flex;flex-direction:column;grid-gap:20px;gap:20px}#register .body .card .button_wrap .link-wrap{color:hsla(0,0%,100%,.7);font-size:.8rem}#register .body .card .button_wrap .link-wrap .link{text-decoration:none;transition:all .3s ease;color:#007bff}#register .body .card .button_wrap .link-wrap .link:hover{color:#6f42c1}@media screen and (max-width:960px){#register{padding:0}#register .top{width:100%;padding:20px}#register .body{flex-direction:column}#register .body .image{display:none}#register .body .card{top:0;left:0;margin:0;width:100vw;min-height:100vh;justify-content:center}#register .body .card .register-title{display:block}}@-webkit-keyframes expand{0%{width:0}to{width:480px}}@keyframes expand{0%{width:0}to{width:480px}}#forgot_pwd{width:100vw;height:100vh;padding:40px;text-align:center;display:flex;align-items:center;justify-content:center}#forgot_pwd .top{top:0;left:0;padding:40px;position:absolute}#forgot_pwd .body{display:flex;flex-direction:column;align-items:center;justify-content:center;height:50%;width:400px;grid-gap:30px;gap:30px;-webkit-animation:fade-in .3s cubic-bezier(.39,.575,.565,1) both;animation:fade-in .3s cubic-bezier(.39,.575,.565,1) both}#forgot_pwd .body .input{padding:10px}@media screen and (max-width:960px){#forgot_pwd{padding:30px}#forgot_pwd .top{width:100%;padding:30px}#forgot_pwd .body{width:100%}}#reset_pwd{width:100vw;height:100vh;padding:40px;display:flex;justify-content:center;align-items:center;text-align:center}#reset_pwd .input_wrap{text-align:left;width:100%}#reset_pwd .input_wrap #resetPwd-password-warning{margin-top:5px;font-size:.8rem;color:#dc3545;font-weight:500}#reset_pwd .input_wrap #resetPwd-password-warning[data-active=false]{display:none}#reset_pwd .body{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:400px;grid-gap:30px;gap:30px;-webkit-animation:fade-in .3s cubic-bezier(.39,.575,.565,1) both;animation:fade-in .3s cubic-bezier(.39,.575,.565,1) both}#reset_pwd .body .input{width:100%;padding:10px}#reset_pwd .body .button{width:150px}#reset_pwd .body .link-wrap{color:#6c757d;font-size:.8rem}#reset_pwd .body .link-wrap .link{text-decoration:none;transition:all .3s ease}#reset_pwd .body .link-wrap .link:hover{color:#444941}@media screen and (max-width:960px){#reset_pwd .body{width:100%}}#home .top{display:flex;flex-direction:column}#home .top .button_wrap{display:flex;justify-content:flex-end}#home .top .button_wrap .button{width:-webkit-max-content;width:max-content;padding-top:10px;padding-bottom:10px;grid-gap:10px;gap:10px}#home .body .device_row:hover{background-color:hsla(0,0%,93.3%,.9333333333333333)}#home .body .device_status_icon{font-size:large;transition:all .3s ease}#home .body .device_status_icon[data-active=true]{color:#28a745}#home .body .device_status_icon[data-active=false]{color:#dc3545}#device{color:#424242}#device .info{background-color:#f8f9fa;border-radius:5px;padding:20px 30px;margin-bottom:30px;display:flex;flex-direction:column;grid-gap:20px;gap:20px}#device .info .info_title{margin-bottom:15px}#device .info .info_wrap{background-color:#fff;padding:20px;box-shadow:0 3px 5px rgba(0,0,0,.2);border-radius:5px;width:100%}#device .info .info_wrap p{margin-bottom:5px}#device .info .info_wrap h3{word-wrap:break-word}#device .info .info_dynamic_wrap{display:flex;flex-direction:row;flex-flow:row wrap;justify-content:space-between;grid-gap:20px;gap:20px;grid-row-gap:20px;row-gap:20px;width:100%}#device .info .info_dynamic_wrap .info_wrap{width:100%;max-width:48%}#device .buttons_wrap .top_buttons{display:flex;flex-direction:row;flex-flow:row wrap;width:100%;justify-content:flex-end;align-items:center;transition:all .3s ease;grid-gap:10px;gap:10px}#device .buttons_wrap .top_buttons .top_button_wrap[data-active=false]{display:none}#device .buttons_wrap .top_buttons .top_button{padding:10px 15px;outline:none;border:none;background-color:#050000;color:#fff;font-weight:600;box-shadow:0 3px 5px rgba(0,0,0,.2);border-radius:5px;cursor:pointer;transition:all .2s ease;display:flex;grid-gap:4px;gap:4px;align-items:center}#device .buttons_wrap .top_buttons .top_button:active{-webkit-transform:scale(.97);transform:scale(.97)}#device .buttons_wrap .top_buttons .top_button[data-active=true]{display:flex}#device .buttons_wrap .top_buttons .top_button[data-active=false]{display:none}@media screen and (max-width:960px){#device .info .info_dynamic_wrap .info_wrap{max-width:100%}}@media screen and (max-width:770px){#device .info .info_wrap h3{font-size:1rem}}#profile .body .profile_form_center{display:flex;flex-direction:column;align-items:center;justify-content:center}#profile .body .profile_form_center #profile_name_tag{text-transform:capitalize;margin-top:20px}#profile .body .profile_form_center .profile_email_tag{font-size:.9rem;color:#6c757d;margin-top:7px;margin-bottom:30px}#profile .body .profile_form_center .profile_image_preview{width:250px;height:250px;cursor:pointer;border:4px solid #6c757d;padding:5px;text-align:center;border-radius:50%}#profile .body .profile_form{background-color:#fff;box-shadow:0 3px 5px rgba(0,0,0,.3);margin:30px 0;padding:40px;border-radius:5px}#profile .body .profile_form .profile_input_wrapper{margin-bottom:35px}#profile .body .profile_form .profile_input_wrapper .profile_input_title{margin-bottom:3px}#profile .body .profile_form .profile_input_wrapper .profile_input_desc{margin-bottom:10px}#profile .body .profile_form .profile_bottom .button{width:200px}#profile .body .passwordChangeForm{display:flex;justify-content:space-between}#profile .body .site_logo_double_wrap{display:flex;flex-direction:row;width:100%;grid-gap:30px;gap:30px}#profile .body .site_logo_double_wrap .profile_logo_change_wrap{background-color:#fff;box-shadow:0 3px 5px rgba(0,0,0,.3);padding:40px;border-radius:5px;width:100%}#profile .body .site_logo_double_wrap .profile_logo_change_wrap .profile_logo_image_change{display:flex;align-items:center;justify-content:space-between;grid-gap:40px;gap:40px;text-transform:capitalize}#profile .body .site_logo_double_wrap .profile_logo_change_wrap .profile_logo_image_change #profile_icon_logo_input,#profile .body .site_logo_double_wrap .profile_logo_change_wrap .profile_logo_image_change #profile_logo_input{display:none}#profile .body .site_logo_double_wrap .profile_logo_change_wrap .profile_logo_image_change .profile_input_title{font-weight:500}#profile .body .site_logo_double_wrap .profile_logo_change_wrap .profile_logo_image_change .profile_site_input_wrap{display:flex;flex-direction:column;grid-gap:10px;gap:10px}#profile .body .profile_input_desc{font-size:.8rem;font-weight:400;color:#6c757d;text-transform:none}#profile .body .profile_site_settings_wrap[data-active=false]{display:none}#profile .body .profile_site_settings_wrap .profile_site_settings_title{margin-bottom:20px}#profile .body .profile_site_settings_wrap .site_double_wrap{display:flex;flex-direction:row;align-items:center;grid-gap:10px;gap:10px}#profile .delete_section{display:flex;flex-direction:row;justify-content:space-between}#profile .delete_section .section{display:flex;flex-direction:column;justify-content:center}#profile .delete_section .section:first-child .subtitle{font-weight:500;margin-top:10px}#profile .delete_section .section:first-child .subtitle_desc{margin-top:5px;color:rgba(0,0,0,.6);font-size:.8rem}#profile .delete_section .section:nth-child(2) .button{border:2px solid #dc3545;color:#dc3545;padding-left:20px;padding-right:20px;background-color:rgba(220,53,69,.2)}#profile .token_section{display:flex;flex-direction:row;justify-content:space-between}#profile .token_section .section-left{display:flex;flex-direction:column;justify-content:start;width:80%;margin-top:auto}#profile .token_section .section-right{display:flex;flex-direction:column;justify-content:end;margin-top:auto}#profile .token_section .section-right:nth-child(2) .button{border:2px solid #000;color:#fff;padding-left:20px;padding-right:20px;background-color:#000}#profile .copy{display:flex;flex-direction:row;justify-content:space-between}#profile .copy .section{display:flex;flex-direction:column;justify-content:center}#profile .copy .section:first-child .subtitle{font-weight:500;margin-top:10px}#profile .copy .section:first-child .subtitle_desc{margin-top:5px;color:#000;font-size:.8rem}#profile .copy .section:nth-child(2) .button{border:2px solid #000;color:#fff;margin-top:-40px;margin-left:450px;padding-left:20px;padding-right:20px;background-color:#000}#profile .apitokenholder{margin-top:20px;margin-right:100px;margin-bottom:1px}#profile .apitokenholder .profile_input_title{margin-bottom:3px}#profile .apitokenholder .profile_input_desc{margin-bottom:10px}@media screen and (max-width:770px){#profile .body .profile_form{padding:40px 20px}#profile .body .profile_form .delete_section{display:flex;flex-direction:column;grid-gap:15px;gap:15px}#profile .body .site_logo_double_wrap{flex-direction:column}#profile .body .site_logo_double_wrap .profile_logo_change_wrap{padding:20px}#profile .body .site_logo_double_wrap .profile_logo_change_wrap .profile_logo_image_change{grid-gap:20px;gap:20px;flex-direction:column;align-items:flex-start}#profile .body .profile_site_settings_wrap .site_double_wrap{display:flex;flex-direction:column;align-items:flex-start}}#users .top,#users .top .users_search-wrap{display:flex;flex-direction:column}#users .top .users_search-wrap{margin-top:30px}#users .top .users_search-wrap .user_invite_wrap{display:flex;flex-direction:row;grid-gap:20px;gap:20px}#users .top .users_search-wrap .user_invite_wrap .button{width:100px}#users .top .users_search-wrap .users_search_label{margin-bottom:10px}@media screen and (max-width:770px){#users .top .users_search-wrap .user_invite_wrap{flex-direction:column;grid-gap:10px;gap:10px}}#configure .body .card{background-color:#fff;box-shadow:0 3px 5px rgba(0,0,0,.3);border-radius:5px;padding:30px;margin-bottom:30px}#configure .body .card[data-active=false]{display:none!important}#configure .body .card .title{margin-bottom:20px}#configure .body .card .delete_section{display:flex;flex-direction:row;justify-content:space-between}#configure .body .card .delete_section .section{display:flex;flex-direction:column;justify-content:center}#configure .body .card .delete_section .section:first-child .subtitle{font-weight:500}#configure .body .card .delete_section .section:first-child .subtitle_desc{margin-top:5px;color:rgba(0,0,0,.6);font-size:.8rem}#configure .body .card .delete_section .section:nth-child(2) .button{border:2px solid #dc3545;color:#dc3545;padding-left:20px;padding-right:20px;background-color:rgba(220,53,69,.2)}#configure .body .card .bottom{margin-top:30px;display:flex;flex-direction:row;justify-content:flex-end}#configure .body .card .input_wrap{margin-bottom:20px}#configure .body .card .input_wrap .title{margin-bottom:10px;font-weight:500}#configure .body .card .input_wrap .input{padding:10px 15px}#configure .body .card .input_wrap .input_with_icon_wrapper{display:flex;flex-direction:row;align-items:center;background-color:rgba(0,0,0,.2);border-radius:5px}#configure .body .card .input_wrap .input_with_icon_wrapper .input_icon{width:40px;font-size:1.2rem}#configure .body .card .input_wrap .input_with_icon_wrapper .input{padding:10px 15px}#configure .body .card .sub_row{background-color:rgba(0,0,0,.1)}#configure .body .card .sub_row .sub_row_icon{margin-right:10px;font-size:1.2rem}#configure .body .card .button_wrap{display:flex;flex-direction:row;justify-content:flex-end;margin-bottom:20px}#configure .body .card .button_wrap .button{grid-gap:7px;gap:7px}#configure .body .public_link .content{display:flex;flex-direction:row;justify-content:space-between;grid-gap:30px;gap:30px;align-items:center}#configure .body .public_link .content .note{font-size:.8rem}#configure .body .public_link .content .button{display:flex;grid-gap:10px;gap:10px}#configure .body .change_subscription{display:flex;flex-direction:row;justify-content:space-between;align-items:center}#configure .body .change_subscription .title{margin-bottom:0;margin-right:15px}#configure .body .change_subscription .title .package_name{color:#6c757d}#configure .body .mqtt-custom-user .input-wrap,#configure .body .offline-alert-wrap .input-wrap{display:flex;grid-gap:10px;gap:10px;margin-bottom:20px}#configure .body .mqtt-custom-user .input-wrap{flex-direction:column}#configure .body .mqtt-custom-user .input-wrap .title{margin-bottom:0}#configure .body .mqtt-custom-user .button-wrap{display:flex;grid-gap:20px;gap:20px;flex-wrap:wrap;justify-content:flex-end}#configure .body .mqtt-server-wrap .content{display:flex;flex-direction:column;grid-gap:20px;gap:20px}#configure .body .mqtt-server-wrap .content .note{color:#6c757d;font-size:.8rem;line-height:1.5rem;margin-bottom:20px}#configure .body .mqtt-server-wrap .content .note .highlight{color:#dc3545;background-color:rgba(231,150,150,.1);padding-left:7px;padding-right:7px;word-wrap:break-word}#configure .body .mqtt-server-wrap .input_wrap{display:flex;grid-gap:20px;gap:20px}#configure .body .mqtt-server-wrap .input_wrap .button{min-width:150px;width:-webkit-max-content;width:max-content}#configure .body .metadata{padding:30px 0}#configure .body .metadata .button-wrap,#configure .body .metadata .title{padding:0 30px}#configure .body .metadata .content{display:flex;flex-direction:column;grid-gap:15px;gap:15px}#configure .body .metadata .content .meta-tag{display:flex;flex-direction:row;grid-gap:10px;gap:10px;align-items:flex-start;padding:10px 30px}#configure .body .metadata .content .meta-tag:nth-child(2n){background-color:#ebebeb}#configure .body .metadata .content .meta-tag .tag-button-wrap{display:flex;flex-direction:row;grid-gap:10px;gap:10px}#configure .body .metadata .content .meta-tag .tag-button-wrap .button{font-size:1.1rem}#configure .body .metadata .content .meta-tag .tag-button-wrap .button.delete{background-color:#dc3545}#configure .body .metadata .content .meta-tag .input-wrap{width:100%;display:flex;flex-direction:row;grid-gap:10px;gap:10px}#configure .identifier-hover-btn{border:0;background-color:transparent;outline:none;cursor:pointer}@media screen and (max-width:770px){#configure .body .card .delete_section{display:flex;flex-direction:column;grid-gap:15px;gap:15px}#configure .body .public_link .content{flex-direction:column;align-items:flex-start;justify-content:flex-start}#configure .body .mqtt-server-wrap .input_wrap{display:flex;flex-direction:column}#configure .body .change_subscription{flex-direction:column;justify-content:flex-start;align-items:flex-start;grid-gap:20px;gap:20px}#configure .body .metadata .content .meta-tag .input-wrap,#configure .body .metadata .content .meta-tag .tag-button-wrap{flex-direction:column}}#workspace .card{box-shadow:0 3px 5px rgba(0,0,0,.2);border-radius:5px;padding:20px;display:flex;flex-direction:column;margin-bottom:30px}#workspace .card .title{margin-bottom:15px}#workspace .card .input{padding:10px;margin-bottom:30px}#workspace .card .button{align-self:flex-end}#workspace .card .logo_wrapper_form{display:flex;flex-direction:row;grid-gap:30px;gap:30px}#workspace .card .logo_wrapper_form #workspace_logo_preview{display:none}#workspace .card .logo_wrapper_form .workspace_logo_label{width:150px;height:150px;border:2px dashed #6c757d;border-radius:5px;display:flex;align-items:center;justify-content:center}#workspace .card .logo_wrapper_form .workspace_image_preview_icon{color:#6c757d}#workspace .card .logo_wrapper_form #workspace_logo_preview_img{max-width:150px;max-height:150px;border-radius:5px;transition:all .3s ease}#workspace .card .delete_section{display:flex;flex-direction:row;justify-content:space-between}#workspace .card .delete_section .section{display:flex;flex-direction:column;justify-content:center}#workspace .card .delete_section .section:first-child .subtitle{font-weight:500}#workspace .card .delete_section .section:first-child .subtitle_desc{margin-top:5px;color:rgba(0,0,0,.6);font-size:.8rem}#workspace .card .delete_section .section:nth-child(2) .button{border:2px solid #dc3545;color:#dc3545;padding-left:20px;padding-right:20px;background-color:rgba(220,53,69,.2)}#workspace .workspace_form{background-color:#fff;box-shadow:0 3px 5px rgba(0,0,0,.3);margin:30px 0;padding:40px;border-radius:5px}#workspace .workspace_form .workspace_input_wrapper{margin-bottom:35px}#workspace .workspace_form .workspace_input_wrapper .workspace_input_title{margin-bottom:3px}#workspace .workspace_form .workspace_input_wrapper .workspace_input_desc{margin-bottom:10px}#workspace .workspace_form .workspace_bottom .button{width:200px}#workspace .site_logo_double_wrap{display:flex;flex-direction:row;width:100%;grid-gap:30px;gap:30px}#workspace .site_logo_double_wrap .workspace_logo_change_wrap{background-color:#fff;box-shadow:0 3px 5px rgba(0,0,0,.3);padding:40px;border-radius:5px;width:100%}#workspace .site_logo_double_wrap .workspace_logo_change_wrap .workspace_logo_image_change{display:flex;align-items:center;justify-content:space-between;grid-gap:40px;gap:40px;text-transform:capitalize}#workspace .site_logo_double_wrap .workspace_logo_change_wrap .workspace_logo_image_change #workspace_icon_logo_input,#workspace .site_logo_double_wrap .workspace_logo_change_wrap .workspace_logo_image_change #workspace_logo_input{display:none}#workspace .site_logo_double_wrap .workspace_logo_change_wrap .workspace_logo_image_change .workspace_input_title{font-weight:500}#workspace .site_logo_double_wrap .workspace_logo_change_wrap .workspace_logo_image_change .workspace_site_input_wrap{display:flex;flex-direction:column;grid-gap:10px;gap:10px}#workspace .workspace_input_desc{font-size:.8rem;font-weight:400;color:#6c757d;text-transform:none}@media screen and (max-width:1036px){#workspace .workspace_form{padding:40px 20px}#workspace .site_logo_double_wrap{flex-direction:column}#workspace .site_logo_double_wrap .workspace_logo_change_wrap{padding:20px}#workspace .site_logo_double_wrap .workspace_logo_change_wrap .workspace_logo_image_change{grid-gap:20px;gap:20px;flex-direction:column;align-items:flex-start}#workspace .workspace_site_settings_wrap .site_double_wrap{display:flex;flex-direction:column;align-items:flex-start}}@media screen and (max-width:770px){#workspace .card .delete_section{display:flex;flex-direction:column;grid-gap:15px;gap:15px}#workspace .card .delete_section .section .button{align-self:flex-start}}#acceptWorkspace{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;grid-gap:20px;gap:20px;text-align:center;padding-top:70px}#acceptWorkspace .title{text-transform:uppercase}#acceptWorkspace .liner_progress{width:250px}#notifications .body .button_wrap{display:flex;flex-direction:row;justify-content:flex-end;margin-bottom:30px}#notifications .body .icons{font-size:1.1rem;color:#dc3545}#notifications .body .icons[data-active=true]{color:#28a745}#addNotification,#editNotification{display:contents}#addNotification .input_right,#editNotification .input_right{text-align:right}#addNotification .input_wrap,#editNotification .input_wrap{display:flex;flex-direction:column;grid-gap:7px;gap:7px;margin-bottom:5px;margin-top:20px}#addNotification .input_wrap .title,#editNotification .input_wrap .title{font-weight:500}#addNotification .input_wrap .input,#editNotification .input_wrap .input{padding:10px}#addNotification .condition_section,#editNotification .condition_section{display:flex;flex-direction:column;margin-bottom:20px}#addNotification .condition_section .add_condition_button,#editNotification .condition_section .add_condition_button{width:50px}#addNotification .condition_section .condition_wrap,#editNotification .condition_section .condition_wrap{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:20px}#addNotification .condition_section .condition_wrap .close_icon,#editNotification .condition_section .condition_wrap .close_icon{font-weight:700;font-size:1.4rem;color:#dc3545;cursor:pointer}#addNotification .condition_section .notification_statement,#editNotification .condition_section .notification_statement{display:flex;flex-direction:row;grid-gap:15px;gap:15px;align-items:center;flex-flow:row wrap}#addNotification .condition_section .notification_statement .input,#editNotification .condition_section .notification_statement .input{width:100px;padding:5px}#addNotification .trigger_wrap,#editNotification .trigger_wrap{display:flex;flex-direction:column;grid-gap:10px;gap:10px;margin-top:20px}#addNotification .trigger_wrap .bottom_text,#editNotification .trigger_wrap .bottom_text{display:flex;flex-direction:row;flex-flow:row wrap;align-items:center;grid-gap:7px;gap:7px;font-weight:600;font-size:.9rem}#addNotification .trigger_wrap .bottom_text .input,#editNotification .trigger_wrap .bottom_text .input{width:100px;padding:5px}#addNotification .trigger_wrap .check_box_wrap,#editNotification .trigger_wrap .check_box_wrap{display:flex;flex-direction:row;align-items:center;grid-gap:5px;gap:5px;font-weight:600;font-size:.9rem}#addNotification .trigger_wrap .check_box_wrap input,#addNotification .trigger_wrap .check_box_wrap label,#editNotification .trigger_wrap .check_box_wrap input,#editNotification .trigger_wrap .check_box_wrap label{cursor:pointer}#addNotification .trigger_wrap .warn_box,#editNotification .trigger_wrap .warn_box{padding:10px;border:2px solid #fc0;background-color:rgba(255,204,0,.2);color:#907404;font-size:.9rem}#addNotification .button_wrap,#editNotification .button_wrap{margin-top:20px;display:flex;flex-direction:row;grid-gap:15px;gap:15px}#addNotification .button_wrap .cancel,#editNotification .button_wrap .cancel{background-color:#dc3545}#reports .top_button_wrap{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;margin-bottom:15px}#reports .body .state_point{color:#dc3545;font-size:1.1rem;transition:all .3s ease}#reports .body .state_point[data-active=true]{color:#28a745}#addReport .input,#editReport .input{padding:10px}#addReport .input_wrap,#editReport .input_wrap{margin-bottom:20px}#addReport .input_wrap .note,#editReport .input_wrap .note{margin-top:5px;color:rgba(0,0,0,.6);font-size:.8rem}#addReport .input_wrap .title,#editReport .input_wrap .title{font-weight:500;margin-bottom:10px}#addReport .input_wrap .input_schedule_wrap,#editReport .input_wrap .input_schedule_wrap{display:flex;flex-direction:row;flex-flow:row wrap;align-items:center;grid-gap:10px;gap:10px}#addReport .input_wrap .input_emails_wrap,#editReport .input_wrap .input_emails_wrap{display:flex;flex-direction:row;grid-gap:15px;gap:15px;flex-flow:row wrap;align-items:center}#addReport .input_wrap .input_emails_wrap .input_email_wrap,#editReport .input_wrap .input_emails_wrap .input_email_wrap{display:flex;flex-direction:row;width:100%;grid-gap:7px;gap:7px}#addReport .input_wrap .input_emails_wrap .input_email_wrap .input,#editReport .input_wrap .input_emails_wrap .input_email_wrap .input{max-width:270px}#addReport .input_wrap .input_emails_wrap .input_email_wrap .button,#editReport .input_wrap .input_emails_wrap .input_email_wrap .button{padding:0 7px}#addReport .input_wrap .input_emails_wrap .input_email_wrap .add_button,#editReport .input_wrap .input_emails_wrap .input_email_wrap .add_button{font-size:1.4rem}#addReport .simple_cvs_body,#editReport .simple_cvs_body{background-color:#fff;border-radius:5px;box-shadow:0 3px 5px rgba(0,0,0,.3);margin-top:30px}#addReport .simple_cvs_body .top_wrap,#editReport .simple_cvs_body .top_wrap{margin-bottom:25px;background-color:#f8f9fa;padding:15px}#addReport .simple_cvs_body .top_wrap .note,#editReport .simple_cvs_body .top_wrap .note{margin-top:5px;color:rgba(0,0,0,.6);font-size:.8rem}#addReport .simple_cvs_body .body,#editReport .simple_cvs_body .body{display:flex;flex-direction:column;padding:0 15px 15px}#addReport .simple_cvs_body .body .row_wrap,#editReport .simple_cvs_body .body .row_wrap{display:flex;flex-direction:row;flex-flow:row wrap;align-items:center;grid-gap:15px;gap:15px}#addReport .simple_cvs_body .body .row_wrap .title,#editReport .simple_cvs_body .body .row_wrap .title{margin-bottom:0}#addReport .simple_cvs_body .body .input_wrap .note,#editReport .simple_cvs_body .body .input_wrap .note{margin-top:5px;color:rgba(0,0,0,.6);font-size:.8rem}#addReport .simple_cvs_body .body .input_wrap .report_name_input,#editReport .simple_cvs_body .body .input_wrap .report_name_input{max-width:350px}#addReport .buttons_wrap,#editReport .buttons_wrap{display:flex;flex-direction:row;justify-content:flex-start;grid-gap:15px;gap:15px;align-items:center;margin-top:40px}#addReport .buttons_wrap .cancel,#editReport .buttons_wrap .cancel{background-color:#dc3545}#addReport .save_button_wrap,#editReport .save_button_wrap{display:flex;flex-direction:row;justify-content:flex-end;margin:0}#whiteLabel{position:relative}#whiteLabel .whiteLabel_form{background-color:#fff;box-shadow:0 3px 5px rgba(0,0,0,.3);margin:30px 0;padding:40px;border-radius:5px}#whiteLabel .whiteLabel_form[data-active=false]{display:none}#whiteLabel .whiteLabel_form .whiteLabel_input_wrapper_bottom{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px}#whiteLabel .whiteLabel_form .whiteLabel_input_wrapper{margin-top:25px}#whiteLabel .whiteLabel_form .whiteLabel_input_wrapper .whiteLabel_input_title2{font-weight:700;margin-bottom:7px;padding-right:20px}#whiteLabel .whiteLabel_form .whiteLabel_input_wrapper .whiteLabel_input_title{margin-bottom:3px;font-weight:700}#whiteLabel .whiteLabel_form .whiteLabel_input_wrapper .whiteLabel_input_title-nav{background-color:#fff;box-shadow:0 3px 5px rgba(0,0,0,.3);border-radius:5px;padding:10px;width:100%}#whiteLabel .whiteLabel_form .whiteLabel_input_wrapper .whiteLabel_input_desc{margin-bottom:10px}#whiteLabel .whiteLabel_form .whiteLabel_bottom .button{width:200px}#whiteLabel .site_logo_double_wrap{display:flex;flex-direction:row;width:100%;grid-gap:30px;gap:30px;margin-top:25px}#whiteLabel .site_logo_double_wrap .whiteLabel_logo_change_wrap{background-color:#fff;box-shadow:0 3px 5px rgba(0,0,0,.3);padding:40px;border-radius:5px;width:100%}#whiteLabel .site_logo_double_wrap .whiteLabel_logo_change_wrap .nav-bar-color{margin-bottom:20px}#whiteLabel .site_logo_double_wrap .whiteLabel_logo_change_wrap .whiteLabel_input_title{font-weight:500}#whiteLabel .site_logo_double_wrap .whiteLabel_logo_change_wrap .colour_pick_wrap{display:flex;justify-content:space-between;flex-direction:row;grid-gap:5px;gap:5px;margin-top:10px}#whiteLabel .site_logo_double_wrap .whiteLabel_logo_change_wrap .colour_pick_wrap.no-bottom-margin{margin-bottom:0}#whiteLabel .site_logo_double_wrap .whiteLabel_logo_change_wrap .colour_pick_wrap .hex-input{text-align:center;height:30px;width:70px;padding:5px;border-radius:5px}#whiteLabel .site_logo_double_wrap .whiteLabel_logo_change_wrap .colour_pick_wrap .color_radiobtn{width:30px;height:30px;border-radius:5px;cursor:pointer;box-shadow:0 3px 5px rgba(0,0,0,.2);transition:all .3s ease}#whiteLabel .site_logo_double_wrap .whiteLabel_logo_change_wrap .colour_pick_wrap .color_radiobtn:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}#whiteLabel .site_logo_double_wrap .whiteLabel_logo_change_wrap .colour_pick_wrap .color_radiobtn:active{-webkit-transform:scale(.97);transform:scale(.97)}#whiteLabel .site_logo_double_wrap .whiteLabel_logo_change_wrap .colour_pick_wrap .color_radiobtn .bcp_cp_label,#whiteLabel .site_logo_double_wrap .whiteLabel_logo_change_wrap .colour_pick_wrap .color_radiobtn .lcp_cp_label{display:block;width:100%;height:100%;border-radius:5px;border:2px solid transparent;cursor:pointer;transition:all .3s ease}#whiteLabel .site_logo_double_wrap .whiteLabel_logo_change_wrap .colour_pick_wrap .color_radiobtn .bcp_cp_label[data-active=true],#whiteLabel .site_logo_double_wrap .whiteLabel_logo_change_wrap .colour_pick_wrap .color_radiobtn .lcp_cp_label[data-active=true]{border:2px solid grey}#whiteLabel .site_logo_double_wrap .whiteLabel_logo_change_wrap .colour_pick_wrap .color_radiobtn .lcp_cp_radiobtn{display:none}#whiteLabel .site_logo_double_wrap .whiteLabel_logo_change_wrap .colour_pick_wrap .color_radiobtn .lcp_cp_radiobtn:checked~label{border:2px solid #050000}#whiteLabel .site_logo_double_wrap .whiteLabel_logo_change_wrap .colour_pick_wrap .color_radiobtn .bcp_cp_radiobtn{display:none}#whiteLabel .site_logo_double_wrap .whiteLabel_logo_change_wrap .input-label-wrap{display:flex;grid-gap:5px;gap:5px}#whiteLabel .site_logo_double_wrap .whiteLabel_logo_change_wrap .whiteLabel_logo_image_change{display:flex;align-items:center;justify-content:space-between;grid-gap:40px;gap:40px}#whiteLabel .site_logo_double_wrap .whiteLabel_logo_change_wrap .whiteLabel_logo_image_change #whiteLabel_icon_logo_input,#whiteLabel .site_logo_double_wrap .whiteLabel_logo_change_wrap .whiteLabel_logo_image_change #whiteLabel_logo_input{display:none}#whiteLabel .site_logo_double_wrap .whiteLabel_logo_change_wrap .whiteLabel_logo_image_change .whiteLabel_input_title{font-weight:500;text-transform:capitalize}#whiteLabel .site_logo_double_wrap .whiteLabel_logo_change_wrap .whiteLabel_logo_image_change .whiteLabel_site_input_wrap{display:flex;flex-direction:column;grid-gap:10px;gap:10px}#whiteLabel .whiteLabel_site_settings_wrap .site_double_wrap{display:flex;flex-direction:row;grid-gap:10px;gap:10px;align-items:center}#whiteLabel .whiteLabel_domain .whiteLabel_domain_title{margin-bottom:25px}#whiteLabel .whiteLabel_domain .site_double_wrap{display:flex;flex-direction:row;grid-gap:10px;gap:10px;align-items:center}#whiteLabel .whiteLabel_domain .site_double_wrap .site_domain_double_wrap{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;background-color:#cfcfcf;border-radius:5px;width:100%}#whiteLabel .whiteLabel_domain .site_double_wrap .site_domain_double_wrap .site_domain_text{margin-left:10px;margin-right:10px}#whiteLabel .whiteLabel_domain .note{margin-top:5px;font-size:.8rem;color:#6c757d}#whiteLabel .whiteLabel_domain .bottom_button_wrapper{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;grid-gap:10px;gap:10px}#whiteLabel .whiteLabel_domain .bottom_button_wrapper .button{margin-top:20px}#whiteLabel .card{background-color:#fff;box-shadow:0 3px 5px rgba(0,0,0,.3);border-radius:5px;padding:30px;margin:0 0 30px}#whiteLabel .card[data-active=false]{display:none!important}#whiteLabel .card .title{margin-bottom:20px}#whiteLabel .card .delete_section{display:flex;flex-direction:row;justify-content:space-between}#whiteLabel .card .delete_section .section{display:flex;flex-direction:column;justify-content:center}#whiteLabel .card .delete_section .section:first-child .subtitle{font-weight:500}#whiteLabel .card .delete_section .section:first-child .subtitle_desc{margin-top:5px;color:rgba(0,0,0,.6);font-size:.8rem}#whiteLabel .card .delete_section .section:nth-child(2) .button{border:2px solid #dc3545;color:#dc3545;padding-left:20px;padding-right:20px;background-color:rgba(220,53,69,.2)}#whiteLabel .card .bottom{margin-top:30px;display:flex;flex-direction:row;justify-content:flex-end}#whiteLabel .card .input_wrap{margin-bottom:20px}#whiteLabel .card .input_wrap .title{margin-bottom:10px;font-weight:500}#whiteLabel .card .input_wrap .input{padding:10px 15px}#whiteLabel .card .input_wrap .input_with_icon_wrapper{display:flex;flex-direction:row;align-items:center;background-color:rgba(0,0,0,.2);border-radius:5px}#whiteLabel .card .input_wrap .input_with_icon_wrapper .input_icon{width:40px;font-size:1.2rem}#whiteLabel .card .input_wrap .input_with_icon_wrapper .input{padding:10px 15px}#whiteLabel .card .sub_row{background-color:rgba(0,0,0,.1)}#whiteLabel .card .sub_row .sub_row_icon{margin-right:10px;font-size:1.2rem}#whiteLabel .card .button_wrap{display:flex;flex-direction:row;justify-content:flex-end;margin-bottom:20px}#whiteLabel .card .button_wrap .button{grid-gap:7px;gap:7px}#whiteLabel .templatetags{padding:30px 0}#whiteLabel .templatetags .button-wrap,#whiteLabel .templatetags .title{padding:0 30px}#whiteLabel .templatetags .content{display:flex;flex-direction:column;grid-gap:15px;gap:15px}#whiteLabel .templatetags .content .meta-tag{display:flex;flex-direction:row;grid-gap:10px;gap:10px;align-items:flex-start;padding:10px 30px}#whiteLabel .templatetags .content .meta-tag:nth-child(2n){background-color:#ebebeb}#whiteLabel .templatetags .content .meta-tag .tag-button-wrap{display:flex;flex-direction:row;grid-gap:10px;gap:10px}#whiteLabel .templatetags .content .meta-tag .tag-button-wrap .button{font-size:1.1rem}#whiteLabel .templatetags .content .meta-tag .tag-button-wrap .button.delete{background-color:#dc3545}#whiteLabel .templatetags .content .meta-tag .input-wrap{width:100%;display:flex;flex-direction:row;grid-gap:10px;gap:10px}@media screen and (max-width:1036px){#whiteLabel .white_label_pricing{height:100vh}#whiteLabel .whiteLabel_form{padding:40px 20px}#whiteLabel .site_logo_double_wrap{flex-direction:column}#whiteLabel .site_logo_double_wrap .whiteLabel_logo_change_wrap{padding:20px}#whiteLabel .site_logo_double_wrap .whiteLabel_logo_change_wrap .whiteLabel_logo_image_change{grid-gap:20px;gap:20px;flex-direction:column;align-items:flex-start}#whiteLabel .whiteLabel_site_settings_wrap .site_double_wrap{display:flex;flex-direction:column;align-items:flex-start}#whiteLabel .templatetags .content .meta-tag .input-wrap,#whiteLabel .templatetags .content .meta-tag .tag-button-wrap{flex-direction:column}}@media screen and (max-width:770px){#whiteLabel .card .delete_section{display:flex;flex-direction:column;grid-gap:15px;gap:15px}}@media screen and (max-width:400px){#whiteLabel{padding-right:20px}}#checkout .body{display:grid;grid-template-columns:50% 50%;width:100%;height:100%}#checkout .body .grid-item:nth-child(2){display:flex;flex-direction:row;justify-content:center;align-items:flex-start;height:auto}#checkout .card{background-color:#fff;box-shadow:0 3px 5px rgba(0,0,0,.2);border-radius:5px;width:90%;min-height:20vh;padding:15px;display:flex;flex-direction:column;justify-content:space-evenly}#checkout .card .content{display:flex;flex-direction:row;flex-flow:row wrap;justify-content:space-between;align-items:center;margin-top:10px}#checkout .card .content .price{display:flex;flex-direction:row;grid-gap:10px;gap:10px;font-weight:600;font-size:1.6rem;align-items:baseline}#checkout .card .content .price .per_month{font-size:.9rem;color:#6c757d}#checkout .card .content .price .per_month[data-active=false]{display:none}#checkout .card .button_wrap{display:flex;flex-direction:row;width:100%;justify-content:flex-end;margin-top:15px;padding-top:15px;border-top:1px solid rgba(0,0,0,.2)}#checkout .checkout_form{display:flex;flex-direction:column;grid-gap:15px;gap:15px;max-width:500px}#checkout .checkout_form .button{width:150px}#checkout .checkout_form .checkout_form_label{display:flex;flex-direction:column;grid-gap:7px;gap:7px}#checkout .checkout_form .checkout_form_label .title .optional{font-size:.8rem;color:#6c757d;font-weight:500}#checkout .checkout_form .checkout_form_label .input{max-width:500px;padding:10px}@media screen and (max-width:960px){#checkout .body{display:flex;flex-direction:column-reverse;grid-gap:40px;gap:40px}#checkout .card{width:100%}}#global-dashboard .buttons_wrap{display:flex;flex-direction:row;justify-content:space-between}#global-dashboard .buttons_wrap .top_buttons{display:flex;flex-direction:row;flex-flow:row wrap;width:80%;justify-content:flex-end;align-items:center;transition:all .3s ease;grid-gap:5px;gap:5px}#global-dashboard .buttons_wrap .top_buttons .top_button_wrap[data-active=false]{display:none}#global-dashboard .buttons_wrap .top_buttons .top_button{padding:10px 15px;outline:none;border:none;background-color:#050000;color:#fff;font-weight:600;box-shadow:0 3px 5px rgba(0,0,0,.2);border-radius:5px;cursor:pointer;transition:all .2s ease;display:flex;grid-gap:4px;gap:4px;align-items:center}#global-dashboard .buttons_wrap .top_buttons .top_button:active{-webkit-transform:scale(.97);transform:scale(.97)}#global-dashboard .buttons_wrap .top_buttons .top_button[data-active=true]{display:flex}#global-dashboard .buttons_wrap .top_buttons .top_button[data-active=false]{display:none}#global-dashboard .buttons_wrap .select_list{margin-right:200px;width:100%}#global-dashboard .buttons_wrap #nav_top_menu_icon{display:none}@media screen and (max-width:770px){#global-dashboard .buttons_wrap{display:block}#global-dashboard .buttons_wrap .select_list-menu_icon{margin-bottom:20px;grid-gap:10px;gap:10px;display:flex;justify-content:space-between}#global-dashboard .buttons_wrap .select_list-menu_icon .select_list{margin-right:0;width:90%}#global-dashboard .buttons_wrap .top_buttons{width:100%;justify-content:flex-end}#global-dashboard .buttons_wrap #nav_top_menu_icon{margin:10px;display:flex;font-size:30px;cursor:pointer}}#notFound{position:fixed;flex-direction:column;justify-content:center;align-items:center;grid-gap:20px;gap:20px;text-align:center;height:60vh;width:100%}#notFound[data-active=true]{display:flex}#notFound .text{text-decoration:none}#notFound .not_found_image{width:450px}@media screen and (max-width:770px){#notFound .not_found_image{width:230px}}.rbc-day-bg{transition:all .3s ease;cursor:pointer}.rbc-day-bg:hover{background-color:rgba(130,196,253,.1)}@media screen and (max-width:960px){.rbc-toolbar{display:flex;flex-direction:column}}#calendarEvent{display:flex;flex-direction:column;grid-gap:20px;gap:20px}#calendarEvent .top .title{width:100%}#calendarEvent .double-wrap{display:flex;flex-direction:row;grid-gap:100px;gap:100px}#calendarEvent .input-wrap{display:flex;flex-direction:column;grid-gap:5px;gap:5px}#calendarEvent .input-wrap .event-textarea{min-width:100%;max-width:38vw}#calendarEvent .input-wrap .note{font-size:.8rem;color:#6c757d}#calendarEvent .input-wrap .reminders-content{display:flex;flex-flow:row wrap;grid-gap:10px;gap:10px}#calendarEvent .calendar-checkbox{width:-webkit-max-content;width:max-content}#calendarEvent .button-wrap{display:flex;grid-gap:10px;gap:10px;justify-content:flex-end}#calendarEvent .button-wrap .delete[data-active=true]{background-color:#dc3545}@media screen and (max-width:770px){#calendarEvent .double-wrap{flex-direction:column;justify-content:flex-start}#calendarEvent .input-wrap .event-textarea{max-width:100%}#calendarEvent .input-wrap .reminders-content{flex-direction:column}}#notebook .button-wrap{display:flex;flex-direction:row;justify-content:flex-end;margin-bottom:30px}#notebook .notes-wrap{width:100%;display:grid;grid-template-columns:32% 32% 32%;grid-gap:30px;gap:30px}#notebook .notes-wrap[data-active=false]{display:none}#notebook .notes-wrap .note-wrap{width:100%;background-color:rgba(255,193,7,.3764705882352941);max-width:400px;border-radius:7px}#notebook .notes-wrap .note-wrap .padding{padding:7px 15px}#notebook .notes-wrap .note-wrap .title{border-top-left-radius:7px;border-top-right-radius:7px;background-color:#ffc107;text-transform:uppercase;word-break:break-all}#notebook .notes-wrap .note-wrap .desc{word-break:break-all}#notebook .notes-wrap .note-wrap .files{display:flex;flex-flow:row wrap;grid-gap:10px;gap:10px;margin-top:10px;background-color:rgba(0,0,0,.1);word-break:break-all}#notebook .notes-wrap .note-wrap .files[data-active=false]{display:none}#notebook .notes-wrap .note-wrap .note-bottom{display:flex;align-items:center;justify-content:flex-end;padding:15px 20px;grid-gap:20px;gap:20px}#notebook .notes-wrap .note-wrap .note-bottom[data-active=false]{display:none}#notebook .notes-wrap .note-wrap .note-bottom .icon{color:#007bff;cursor:pointer;font-size:1.4rem}#notebook .notes-wrap .note-wrap .note-bottom .icon[data-active=false]{display:none}#notebook .notes-wrap .note-wrap .note-bottom .icon.delete{color:#dc3545}#notebook .notes-wrap .note-wrap .author-wrap{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;grid-gap:5px;gap:5px}#notebook .notes-wrap .note-wrap .author-wrap .author,#notebook .notes-wrap .note-wrap .author-wrap .time{font-size:.8rem}#notebook .notes-wrap .note-wrap .author-wrap .time{font-style:italic;color:#6c757d}@media screen and (max-width:960px){#notebook .notes-wrap{display:flex;flex-direction:column}}#billing .body{display:flex;flex-direction:column;transition:all .5s ease}#billing .card_item{display:flex;flex-direction:row;align-items:center;grid-gap:15px;gap:15px}#billing .section{display:flex;flex-direction:column;grid-gap:10px;gap:10px;padding-top:30px;padding-bottom:30px;border-top:1px solid rgba(0,0,0,.2)}#billing .section:first-child{padding-top:10px;border-top:1px solid transparent}#billing .section .section_top{justify-content:space-between}#billing .section .section_top,#billing .section .section_top .button_wrap{display:flex;flex-direction:row;align-items:center;grid-gap:20px;gap:20px}#billing .section .billing_details_body{display:flex;flex-direction:row;justify-content:space-between;flex-flow:row wrap;align-items:flex-start;grid-gap:20px;gap:20px}#billing .section .billing_details_body .address_wrap{display:flex;flex-direction:column}#billing .section .billing_details_body .address_wrap .address_item{display:flex;flex-flow:row wrap;max-width:90%;overflow-x:hidden}#billing .section .billing_details_body .address_wrap .address_item[data-active=false]{display:none}#billing .section .section_body{display:flex;flex-direction:row;justify-content:space-evenly;width:100%;grid-gap:25px;gap:25px;margin-top:10px;-webkit-animation:fade-in .5s cubic-bezier(.39,.575,.565,1) both;animation:fade-in .5s cubic-bezier(.39,.575,.565,1) both}#billing .section .section_body[data-active=false]{display:none}#billing .section .section_body .price_per_month{font-size:.8rem;color:#6c757d}#billing .section .section_body .icon{font-size:1.1rem;color:#dc3545}#billing .section .section_body .icon[data-active=true]{color:#28a745}#billing .section .section_body .package{width:90%;max-width:300px;background-color:#fff;border-radius:5px;box-shadow:0 3px 5px rgba(0,0,0,.2);padding:20px;display:flex;flex-direction:column;grid-gap:20px;gap:20px}#billing .section .section_body .package .title{font-weight:600}#billing .section .section_body .package .desc,#billing .section .section_body .package .price{align-self:center}#billing .section .section_body .package .price{margin-top:10px;margin-bottom:10px}#billing .section .section_body .package .price span{font-size:.8rem;font-weight:600;color:#6c757d}@media screen and (max-width:770px){#billing .profile_section .input_double_wrap{flex-direction:column}#billing .section .section_body{display:flex;flex-direction:column;align-items:center}}@media screen and (max-width:1024px){#billing .section .section_body{display:flex;flex-direction:column;align-items:center}}#cellular .top{display:flex;flex-direction:column}#cellular .top-content{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;grid-gap:20px;gap:20px}#cellular .top-content .input-wrap{display:flex;align-items:center;grid-gap:10px;gap:10px;max-width:350px;width:100%}#cellular .top-content .button_wrap{display:flex;flex-wrap:wrap;justify-content:flex-end;grid-gap:20px;gap:20px}#cellular .top-content .button_wrap .button{width:-webkit-max-content;width:max-content;padding-top:10px;padding-bottom:10px;grid-gap:10px;gap:10px}#cellular .cellular-connection-wrap{display:flex;align-items:center;padding:3px;grid-gap:10px;gap:10px}#cellular .cellular-connection-wrap .icon{display:flex;align-items:center;font-size:1rem}#cellular .cellular-connection-wrap .icon[data-color=grey]{color:#6c757d}#cellular .cellular-connection-wrap .icon[data-color=yellow]{color:#ffc107}#cellular .cellular-connection-wrap .icon[data-color=blue]{color:#007bff}#cellular .cellular-connection-wrap .icon[data-color=green]{color:#28a745}#cellular .cellular-connection-wrap .icon[data-color=orange]{color:#fd7e14}#cellular .cellular-connection-wrap .icon[data-color=red]{color:#dc3545}#cellular .body{margin-top:20px}#cellular .body .device_row:hover{background-color:hsla(0,0%,93.3%,.9333333333333333)}#cellular-sim .top .title{width:100%}#cellular-sim .top .back_icon_wrap{width:-webkit-max-content;width:max-content}#cellular-sim .body{display:flex;flex-direction:column;grid-gap:30px;gap:30px}#cellular-sim .body .card{background-color:#fff;box-shadow:0 3px 5px rgba(0,0,0,.3);border-radius:5px;padding:20px}#cellular-sim .body .card .card-title{font-weight:700}#cellular-sim .body .top-details-section{display:flex;flex-direction:column;width:100%;grid-gap:10px;gap:10px;margin-top:10px}#cellular-sim .body .top-details-section .inputs{display:flex;grid-gap:20px;gap:20px}#cellular-sim .body .top-details-section .inputs .input-wrap{width:100%}#cellular-sim .body .top-details-section .inputs .input-wrap .input-btn-wrap{display:flex;align-items:center;grid-gap:10px;gap:10px}#cellular-sim .body .top-details-section .inputs .input-wrap .input-btn-wrap .add-icon{font-size:1.2rem}#cellular-sim .body .top-details-section .inputs .input-wrap .title{margin-bottom:7px;font-weight:500}#cellular-sim .body .top-details-section .tags-wrap{display:flex;flex-direction:column;grid-gap:10px;gap:10px;padding:10px 0}#cellular-sim .body .top-details-section .tags-wrap .title{font-weight:500}#cellular-sim .body .top-details-section .tags-wrap .tags{display:flex;flex-wrap:wrap;grid-gap:10px;gap:10px}#cellular-sim .body .top-details-section .buttons-wrap{display:flex;flex-wrap:wrap;justify-content:flex-end;grid-gap:20px;gap:20px}#cellular-sim .body .sim-details{display:flex;flex-direction:column;grid-gap:10px;gap:10px}#cellular-sim .body .sim-details .section{width:100%}#cellular-sim .body .sim-details .section.details-section{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between;padding:10px;background-color:#ebebeb;grid-gap:20px;gap:20px;width:100%;max-width:1400px}#cellular-sim .body .sim-details .section.details-section .inner-section:first-child{display:flex;flex-wrap:wrap;grid-gap:20px;gap:20px;justify-content:space-between;align-items:center;max-width:800px;width:100%}#cellular-sim .body .sim-details .section.details-section .inner-section:first-child .status{font-weight:600;padding:5px 10px;background-color:#6c757d;color:#fff}#cellular-sim .body .sim-details .section.details-section .inner-section:first-child .status[data-color=grey]{background-color:#6c757d}#cellular-sim .body .sim-details .section.details-section .inner-section:first-child .status[data-color=yellow]{background-color:#ffc107}#cellular-sim .body .sim-details .section.details-section .inner-section:first-child .status[data-color=blue]{background-color:#007bff}#cellular-sim .body .sim-details .section.details-section .inner-section:first-child .status[data-color=green]{background-color:#28a745}#cellular-sim .body .sim-details .section.details-section .inner-section:first-child .status[data-color=orange]{background-color:#fd7e14}#cellular-sim .body .sim-details .section.details-section .inner-section:first-child .status[data-color=red]{background-color:#dc3545}#cellular-sim .body .sim-details .section.details-section .inner-section:first-child .detail-wrap{font-size:.8rem}#cellular-sim .body .sim-details .section.details-section .inner-section:first-child .detail-wrap .title{font-weight:500;text-transform:uppercase}#cellular-sim .body .sim-details .section.details-section .inner-section:first-child .detail-wrap .detail{word-break:break-all}#cellular-sim .body .sim-details .section.details-section .inner-section .button{display:flex;align-items:center;grid-gap:5px;gap:5px}#cellular-sim .body .sim-overview{display:flex;flex-direction:column;justify-content:space-between;grid-gap:10px;gap:10px;width:100%}#cellular-sim .body .sim-overview .row{display:flex;flex-wrap:wrap;grid-gap:20px;gap:20px;width:100%}#cellular-sim .body .sim-overview .row .row-item{max-width:350px;width:100%}#cellular-sim .body .sim-overview .row .row-item .title{color:#6c757d}#cellular-sim .body .sim-overview .row .row-item .value{font-size:1.1rem}#cellular-sim .body .sim-location{min-height:400px;width:100%;max-width:400px}#cellular-sim .body .sim-location .sim-location-map{padding:20px 0;width:100%;max-width:400px}#cellular-sim .body .cards-double-wrap{display:flex;width:100%;grid-gap:20px;gap:20px}@media screen and (max-width:960px){#cellular-sim .body .cards-double-wrap,#cellular-sim .body .top-details-section .inputs{flex-wrap:wrap}#cellular-sim .body .sim-details .section.details-section,#cellular-sim .body .sim-details .section.details-section .inner-section:first-child{flex-direction:column;align-items:flex-start}#cellular-sim .body .sim-location,#cellular-sim .body .sim-location .sim-location-map{max-width:100%}}#openDashboard{position:absolute;z-index:9999;width:100vw;min-height:100vh;background-color:#fff;-webkit-animation:fade-in .3s cubic-bezier(.39,.575,.565,1) both;animation:fade-in .3s cubic-bezier(.39,.575,.565,1) both}#openDashboard .top{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;padding:0 40px 0 30px;width:100vw;height:4.75rem}#openDashboard .top #open-dashboard-logo{max-width:400px;max-height:3.75rem}#openDashboard .backdrop .backDrop_content{min-height:100vh;padding:20px;justify-content:flex-start;-webkit-perspective:800px;perspective:800px}#openDashboard .backdrop .backDrop_content .login-container{display:flex;flex-direction:column;align-items:center;grid-gap:15px;gap:15px;border-radius:5px;padding:15px;background-color:#fff;text-align:center;width:100%;box-shadow:0 3px 5px rgba(0,0,0,.4);max-width:500px;-webkit-animation:swing-in-top-fwd .5s cubic-bezier(.175,.885,.32,1.275) .5s both;animation:swing-in-top-fwd .5s cubic-bezier(.175,.885,.32,1.275) .5s both}#openDashboard .backdrop .backDrop_content .login-container .icon{border:2px solid rgba(0,0,0,.2);border-radius:5px;padding:5px;font-size:4rem}#openDashboard .backdrop .backDrop_content .login-container .button-wrap{width:100%;display:flex;justify-content:flex-end;margin-top:10px}@media screen and (max-wdith:770px){#openDashboard .backdrop .backDrop_content{padding-left:0}}@media screen and (min-width:1023px)and (max-width:1080px){#openDashboard .backdrop .backDrop_content{padding-left:0}}
/*# sourceMappingURL=main.8facb9a2.chunk.css.map */