@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap);.headerStructure{position:fixed;z-index:100;height:10vh;width:100%;top:0;left:0}.headerStructure .header{display:flex;justify-content:space-between;align-items:center;padding:0 3%;height:50%;background-color:#fefefe}.headerStructure .header .logo{width:7%;cursor:pointer}.headerStructure .header .userStructure{display:flex;justify-content:center;align-items:center;height:100%}.headerStructure .header .userStructure .avatar{height:100%}.headerStructure .header .userStructure .identity{padding:0 0 0 10%}.headerStructure .header .userStructure .identity .logout,.headerStructure .header .userStructure .identity .names{white-space:nowrap}.headerStructure .header .userStructure .identity .names,.headerStructure .header .userStructure .identity .names .lastName{font-size:2vh}.headerStructure .header .userStructure .identity .names .lastName{padding:0 0 0 .5vh;font-family:"Open Sans Extrabold";text-transform:uppercase}.headerStructure .header .userStructure .identity .logout{color:#494b52;font-size:1.5vh;font-style:italic;cursor:pointer;transition:.2s}.headerStructure .header .userStructure .identity .logout:hover{text-decoration:underline}.headerStructure .navigation{display:flex;justify-content:center;align-items:center;height:50%;background-color:#494b52}.headerStructure .navigation .link{display:flex;align-items:center;height:100%;padding:.7% 2%;font-family:"Open Sans Extrabold";color:#fefefe;font-size:2vh;-webkit-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;cursor:pointer;transition:.2s}.headerStructure .navigation .active,.headerStructure .navigation .link:hover{background-color:#bed425}.overlay,.spinner{display:flex;align-items:center;justify-content:center}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:1000}.ReactModal__Content{display:flex;flex-wrap:wrap;width:60%;height:70%;background-color:#fefefe}.ReactModal__Content .header{display:flex;justify-content:space-between;align-items:center;padding:0 2%;width:100%;height:10%;background-color:#bed425}.ReactModal__Content .header .title{padding:2vh}.ReactModal__Content .header .title,.ReactModal__Content .header .title .titleSpan{font-size:3vh;font-weight:lighter;padding:1.5vh 0;white-space:nowrap}.ReactModal__Content .header .title .titleSpan{font-family:"Open Sans Extrabold";color:#fefefe;padding:0 0 0 1vh;text-transform:uppercase}.ReactModal__Content .header .close{background-color:#494b52;color:#fefefe;font-family:"Open Sans Extrabold";font-size:2.5vh;text-transform:uppercase;border:none;width:4%;cursor:pointer}.ReactModal__Content .footer{display:flex;align-items:center;width:100%;height:12%;padding:0 2%}.ReactModal__Content .footer .cancel,.ReactModal__Content .footer .validate{height:65%;padding:0 3%}.ReactModal__Content .footer .cancel{margin:0 1% 0 0;text-transform:uppercase;color:#494b52;border:2px solid #494b52;border-radius:4px;background-color:#fefefe;cursor:pointer;transition:.2s}.ReactModal__Content .footer .cancel:hover{color:#fefefe;background-color:#494b52}.ReactModal__Content .footer .validate{text-transform:uppercase;color:#fefefe;border:2px solid #494b52;border-radius:4px;background-color:#494b52;cursor:pointer;transition:.2s}.ReactModal__Content .footer .validate:hover{border:2px solid #bed425;background-color:#bed425}.modalPicturePicker .container{display:flex;height:90%;width:100%}.modalPicturePicker .container .menu{display:flex;flex-direction:column;width:30%;padding:0 1% 6vh;background-color:#e1e1e1;overflow:scroll;overflow-x:hidden}.modalPicturePicker .container .menu .main{text-align:center;font-size:1.7vh;font-family:"Open Sans Extrabold";text-transform:uppercase;padding:3vh 0}.modalPicturePicker .container .menu .sub{font-weight:700;font-size:1.5vh;padding:2vh 0 2vh 5%;cursor:pointer;transition:.2s}.modalPicturePicker .container .menu .selected,.modalPicturePicker .container .menu .sub:hover{color:#fefefe;background-color:#bed425}.modalPicturePicker .container .menu::-webkit-scrollbar{width:10px}.modalPicturePicker .container .menu::-webkit-scrollbar-track{background-color:transparent}.modalPicturePicker .container .menu::-webkit-scrollbar-thumb{background-color:grey}.modalPicturePicker .container .menu::-webkit-scrollbar-thumb:hover{background-color:#494b52}.modalPicturePicker .container .bodyContainer{width:70%;padding:3%;overflow:scroll;overflow-x:hidden}.modalPicturePicker .container .bodyContainer .body{display:flex;flex-wrap:wrap}.modalPicturePicker .container .bodyContainer .body .picture{margin:3%;width:10.66%;cursor:pointer;transition:.2s}.modalPicturePicker .container .bodyContainer .body .picture:hover{fill:#bed425}.modalPicturePicker .container .bodyContainer::-webkit-scrollbar{width:10px}.modalPicturePicker .container .bodyContainer::-webkit-scrollbar-track{background-color:transparent}.modalPicturePicker .container .bodyContainer::-webkit-scrollbar-thumb{background-color:grey}.modalPicturePicker .container .bodyContainer::-webkit-scrollbar-thumb:hover{background-color:#494b52}.modalDayPicker .dayPickerContainer{display:flex;flex-direction:column;justify-content:space-between;width:100%;height:78%;padding:4vh 0 6vh;background-color:#f3f3f3}.modalDayPicker .dayPickerContainer .labelSwitch{display:flex;justify-content:center;align-items:center}.modalDayPicker .dayPickerContainer .labelSwitch .label{font-size:1.7vh;padding-right:1vh;cursor:pointer}.modalDayPicker .dayPickerContainer .error{text-align:center;font-size:1.5vh;color:#c00;font-weight:700}.modalDayPicker .footer{justify-content:flex-end}.modalSlideShowPicker .gridSlideShows{display:flex;flex-wrap:wrap;height:78%;width:100%;padding:1%;background-color:#f3f3f3;overflow:scroll;overflow-x:hidden}.modalSlideShowPicker .gridSlideShows .cellContainer{width:14.66%;height:29%;margin:1%}.modalSlideShowPicker .gridSlideShows .cellContainer .checkboxSlideShow{display:none}.modalSlideShowPicker .gridSlideShows .cellContainer .cell{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;width:100%;height:100%;background-color:#fefefe;box-shadow:6px 6px 3px 0 #bebebe;cursor:pointer;transition:.2s}.modalSlideShowPicker .gridSlideShows .cellContainer .cell .picture{max-width:45%;max-height:45%}.modalSlideShowPicker .gridSlideShows .cellContainer .cell .name{color:#494b52;font-size:1.5vh;text-transform:uppercase;font-family:"Open Sans Extrabold"}.modalSlideShowPicker .gridSlideShows .cellContainer .checkboxSlideShow:checked+.cell{background-color:#bed425}.modalSlideShowPicker .gridSlideShows .cellContainer .checkboxSlideShow:checked+.cell .picture{fill:#fefefe}.modalSlideShowPicker .gridSlideShows .cellContainer .checkboxSlideShow:checked+.cell .name{color:#fefefe}.modalSlideShowPicker .gridSlideShows .spinner{height:100%;width:100%}.modalSlideShowPicker .gridSlideShows::-webkit-scrollbar{width:10px}.modalSlideShowPicker .gridSlideShows::-webkit-scrollbar-track{background-color:transparent}.modalSlideShowPicker .gridSlideShows::-webkit-scrollbar-thumb{background-color:grey}.modalSlideShowPicker .gridSlideShows::-webkit-scrollbar-thumb:hover{background-color:#494b52}.modalSlideShowPicker .footer{justify-content:space-between}.modalSlideShowPicker .footer .checkboxAll{display:none}.modalSlideShowPicker .footer .labelCheckAll{position:relative;-webkit-user-select:none;-ms-user-select:none;user-select:none;font-size:1.5vh}.modalSlideShowPicker .footer .labelCheckAll:before{content:"";width:20px;height:20px;margin-right:1vh;border:1px solid #494b52;border-radius:4px;background-color:#fefefe;transition:.2s}.modalSlideShowPicker .footer .labelCheckAll:after{content:"";position:absolute;top:2px;left:7px;width:6px;height:10px;border:solid #fff;border-width:0 3px 3px 0;transform:rotate(45deg)}.modalSlideShowPicker .footer .checkboxAll+.labelCheckAll{display:flex;justify-content:center;align-items:center;cursor:pointer}.modalSlideShowPicker .footer .checkboxAll:checked+.labelCheckAll:before{background-color:#bed425;border:1px solid grey}.modalSlideShowPicker .footer .checkboxAll:hover+.labelCheckAll:before{background-color:#9db11f}.modalSlideShowPicker .footer .checkboxAll:hover:not(:checked)+.labelCheckAll:before{background-color:#e1e1e1}.modalMessageIconPicker .content{height:78%;width:100%;background-color:#f3f3f3}.modalMessageIconPicker .content .gridMessageSvg{display:flex;flex-wrap:wrap;align-items:flex-start;height:88%;padding:2vh 3%;overflow:scroll;overflow-x:hidden}.modalMessageIconPicker .content .gridMessageSvg .messageSvg{margin:2%;width:4.33%;cursor:pointer;transition:.2s}.modalMessageIconPicker .content .gridMessageSvg .messageSvg:hover,.modalMessageIconPicker .content .gridMessageSvg .selectedSvg{fill:#bed425}.modalMessageIconPicker .content .gridMessageSvg::-webkit-scrollbar{width:10px}.modalMessageIconPicker .content .gridMessageSvg::-webkit-scrollbar-track{background-color:transparent}.modalMessageIconPicker .content .gridMessageSvg::-webkit-scrollbar-thumb{background-color:grey}.modalMessageIconPicker .content .gridMessageSvg::-webkit-scrollbar-thumb:hover{background-color:#494b52}.modalMessageIconPicker .content .colorPickerStructure{display:flex;align-items:center;height:12%;padding:0 0 0 5%}.modalMessageIconPicker .content .colorPickerStructure .labelColor{height:2.3vh;width:2%;background-color:#494b52;cursor:pointer}.modalMessageIconPicker .content .colorPickerStructure .labelColor .inputColor{visibility:hidden}.modalMessageIconPicker .content .colorPickerStructure .colorHex{padding:0 0 0 1.5vh;text-transform:uppercase;font-size:2vh}.modalMessageIconPicker .footer{justify-content:flex-end}.modalMessageIconPicker .footer .disabledButton{background-color:#ccc;color:grey;border-color:#ccc;cursor:not-allowed}.modalMessageIconPicker .footer .disabledButton:hover{background-color:#ccc;border-color:#ccc}.modalMessageIconPicker .spinner{height:90%;width:100%}.modalValidation{width:40%;height:unset}.modalValidation .header{height:unset}.modalValidation .message{display:flex;justify-content:center;align-items:center;text-align:center;white-space:pre-wrap;width:100%;padding:3vh 6%;line-height:2em;font-size:2.5vh;background-color:#f3f3f3}.modalValidation .footer{display:flex;justify-content:space-evenly;padding:1vh 0}.modalValidation .footer .control{padding:1vh 3%}.modalBranchCardManager{width:40%;height:unset}.modalBranchCardManager .formStructure{height:90%;width:100%}.modalBranchCardManager .formStructure .form{display:flex;flex-wrap:wrap;height:90%;background-color:#f3f3f3;padding:2vh 2%}.modalBranchCardManager .formStructure .form .fieldset{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;width:100%;border:none;padding:0 0 2em}.modalBranchCardManager .formStructure .form .fieldset .label{width:40%;white-space:nowrap;font-size:2vh}.modalBranchCardManager .formStructure .form .fieldset .input{width:60%;background-color:#e1e1e1;border:none;font-size:2vh;color:#494b52;padding:.5vh 2%}.modalBranchCardManager .formStructure .form .fieldset .complexityScale{display:flex;justify-content:space-between;width:60%}.modalBranchCardManager .formStructure .form .fieldset .complexityScale .checkboxColor{display:none}.modalBranchCardManager .formStructure .form .fieldset .complexityScale .squareColor{display:block;height:30px;width:30px;cursor:pointer;transition:.2s}.modalBranchCardManager .formStructure .form .fieldset .complexityScale .checkboxColor:checked+.squareColor,.modalBranchCardManager .formStructure .form .fieldset .complexityScale .squareColor:hover{border:5px solid #bed425}.modalBranchCardManager .formStructure .form .fieldset .error{width:100%;color:#c00;font-weight:700;padding:1em 0 0}.modalBranchCardManager .formStructure .form .fieldset:last-child{padding:unset}.modalBranchCardManager .formStructure .footer{height:10%;justify-content:space-evenly;padding:1.5vh 2%}.modalBranchCardManager .formStructure .footer .cancel,.modalBranchCardManager .formStructure .footer .validate{padding:1vh 3%}.titleHeadband{padding:0 3%;background-color:#fefefe}.titleHeadband .title,.titleHeadband .title .titleSpan{font-size:3vh;font-weight:lighter;padding:1.5vh 0;white-space:nowrap}.titleHeadband .title .titleSpan{font-family:"Open Sans Extrabold";color:#bed425;padding:0 0 0 1vh;text-transform:uppercase}.createContent{display:flex;justify-content:space-around;align-items:flex-start;flex-wrap:wrap;padding:5vh}.createContent .pictureContainer{display:flex;flex-direction:column;width:20%}.createContent .pictureContainer .pictureStructure{display:flex;justify-content:center;height:33.6vh;background-color:#fefefe;box-shadow:6px 6px 3px 0 #bebebe}.createContent .pictureContainer .pictureStructure .picture{width:50%}.createContent .pictureContainer .picturePicker{border-style:solid;border-color:#494b52;border-radius:4px;font-size:2vh;color:#fefefe;background-color:#494b52;text-transform:uppercase;margin:5vh 0;padding:1.5vh 0;cursor:pointer;transition:.2s}.createContent .pictureContainer .picturePicker:hover{border-color:#bed425;background-color:#bed425}.createContent .form{display:flex;flex-direction:column;align-items:flex-end;width:60%}.createContent .form .fieldsContainer{display:flex;flex-direction:column;width:100%;padding:2vh 4%;margin:0 0 5vh;border:none;background-color:#fefefe;box-shadow:6px 6px 3px 0 #bebebe}.createContent .form .fieldsContainer .input,.createContent .form .fieldsContainer .select{width:100%;margin:2% 0;font-size:2.5vh;background-color:transparent;padding:0 0 1vh;border:transparent;border-bottom:1px solid grey}.createContent .form .fieldsContainer .input:focus,.createContent .form .fieldsContainer .input:hover,.createContent .form .fieldsContainer .select:focus,.createContent .form .fieldsContainer .select:hover{border-bottom:1px solid #494b52}.createContent .form .fieldsContainer .input::-webkit-input-placeholder{text-transform:uppercase;color:grey}.createContent .form .fieldsContainer .input:-ms-input-placeholder{text-transform:uppercase;color:grey}.createContent .form .fieldsContainer .input::-ms-input-placeholder{text-transform:uppercase;color:grey}.createContent .form .fieldsContainer .input::placeholder{text-transform:uppercase;color:grey}.createContent .form .fieldsContainer .select{width:50%;text-transform:uppercase;cursor:pointer}.createContent .form .fieldsContainer .error{color:#c00;font-weight:700}.createContent .form .button{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2% 0;width:18%;border-style:solid;border-color:#494b52;border-radius:10px;background-color:#494b52;cursor:pointer;transition:.2s}.createContent .form .button:hover{border-color:#bed425;background-color:#bed425}.createContent .form .button .svg{width:40%;margin:0 0 5%}.createContent .form .button .label{font-size:1.5vh;color:#fefefe;text-transform:uppercase}.tooltip{padding:5px 10px;border-radius:unset}.pictureContainer{display:flex;flex-direction:column;width:20%}.pictureContainer .pictureStructure{display:flex;justify-content:center;height:33.6vh;background-color:#fefefe;box-shadow:6px 6px 3px 0 #bebebe}.pictureContainer .pictureStructure .picture{width:50%}.pictureContainer .picturePicker{border-style:solid;border-color:#494b52;border-radius:4px;font-size:2vh;color:#fefefe;background-color:#494b52;text-transform:uppercase;margin:5vh 0;padding:1.5vh 0;cursor:pointer;transition:.2s}.pictureContainer .picturePicker:hover{border-color:#bed425;background-color:#bed425}.formCustomizeMessage{display:flex;flex-wrap:wrap;width:60%}.formCustomizeMessage .fieldsContainer{width:100%;border:none;margin:0 0 5vh;padding:2vh 4%;background-color:#fefefe;box-shadow:6px 6px 3px 0 #bebebe}.formCustomizeMessage .fieldsContainer .inputText{width:100%;padding:0 0 1vh;font-size:2vh;border:transparent;border-bottom:1px solid grey}.formCustomizeMessage .fieldsContainer .inputText:focus,.formCustomizeMessage .fieldsContainer .inputText:hover{border-bottom:1px solid #494b52}.formCustomizeMessage .fieldsContainer .inputTitle{font-weight:700;font-size:3vh}.formCustomizeMessage .fieldsContainer .inputMessage{padding:1%;resize:vertical;border:1px solid grey}.formCustomizeMessage .fieldsContainer .labelStructure{display:flex;align-items:center;padding:0 0 2vh}.formCustomizeMessage .fieldsContainer .labelStructure .labelText{font-size:2vh;text-transform:uppercase}.formCustomizeMessage .fieldsContainer .labelStructure .labelColor{margin:0 0 0 1.5vh;padding:0 9px;text-transform:uppercase;font-family:"Open Sans Extrabold";font-size:2vh;background-color:#fefefe;box-shadow:3px 3px 1.5px 0 #bebebe;cursor:pointer}.formCustomizeMessage .fieldsContainer .labelStructure .colorLabelMessage,.formCustomizeMessage .fieldsContainer .labelStructure .colorLabelTitle{border-bottom:10px solid}.formCustomizeMessage .fieldsContainer .inputColor{height:0;width:0;display:none}.formCustomizeMessage .fieldsContainer .error{color:#c00;font-weight:700;margin:1.5em 0 0}.messageSubmissionStructure{display:flex;width:100%;justify-content:flex-end}.messageSubmissionStructure .button{display:flex;flex-direction:column;justify-content:center;align-items:center;border-style:solid;border-color:#494b52;border-radius:10px;background-color:#494b52;margin:0 0 0 2%;width:14.5%;padding:2% 0;cursor:pointer;transition:.2s}.messageSubmissionStructure .button:hover{border-color:#bed425;background-color:#bed425}.messageSubmissionStructure .button .svgButton{width:40%;margin:0 0 5%}.messageSubmissionStructure .button .labelButton{font-size:1.5vh;color:#fefefe;text-transform:uppercase}.information{font-style:italic;color:grey;font-size:3vh;width:100%;text-align:center;padding:0 0 5vh}.submitStructure{display:flex;width:100%;justify-content:center}.submitStructure .button{display:flex;flex-direction:column;justify-content:center;align-items:center;border-style:solid;border-color:#494b52;border-radius:10px;background-color:#494b52;margin:0 1%;width:7.5%;padding:.6% 0;cursor:pointer;transition:.2s}.submitStructure .button:hover{border-color:#bed425;background-color:#bed425}.submitStructure .button .svgButton{width:40%;margin:0 0 5%}.submitStructure .button .labelButton{font-size:1.5vh;color:#fefefe;text-transform:uppercase}.formCustomizeHektorBranches{display:flex;flex-direction:column;width:100%}.formCustomizeHektorBranches .label{display:block;font-size:2vh;text-transform:uppercase;margin:0 0 2vh}.formCustomizeHektorBranches .fieldsContainer{width:30%;border:none;margin:0 0 5vh;padding:2vh 1%;background-color:#fefefe;box-shadow:6px 6px 3px 0 #bebebe}.formCustomizeHektorBranches .fieldsContainer .input{width:100%;padding:0 0 1vh;font-size:3vh;color:#494b52;border:transparent;border-bottom:1px solid grey}.formCustomizeHektorBranches .fieldsContainer .input:focus,.formCustomizeHektorBranches .fieldsContainer .input:hover{border-bottom:1px solid #494b52}.formCustomizeHektorBranches .fieldsContainer .select{width:100%;padding:0 0 1vh;font-size:3vh;color:#494b52;border:transparent;border-bottom:1px solid grey}.formCustomizeHektorBranches .fieldsContainer .select option{font-size:1.5vh}.formCustomizeHektorBranches .fieldsContainer .error{color:#c00;font-weight:700;margin:1.5em 0 0}.formCustomizeHektorBranches .fieldsContainer:last-child{margin:unset}.formCustomizeHektorBranches .card{min-width:12.28%;max-width:12.28%;height:20.6vh;margin:1%;background-color:#fefefe;box-shadow:6px 6px 3px 0 #bebebe}.formCustomizeHektorBranches .addCard{display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;cursor:pointer}.formCustomizeHektorBranches .addCard .picture{width:50%;height:50%}.formCustomizeHektorBranches .addCard .text{color:grey;text-transform:uppercase;font-size:1.7vh}.formCustomizeHektorBranches .addCard:hover{background-color:#bed425}.formCustomizeHektorBranches .addCard:hover .picture{fill:#fff}.formCustomizeHektorBranches .addCard:hover .text{color:#fff}.formCustomizeHektorBranches .branchCardsList{display:flex;overflow-x:auto}.formCustomizeHektorBranches .branchCardsList .branchCard{display:flex;flex-wrap:wrap;justify-content:center;cursor:pointer}.formCustomizeHektorBranches .branchCardsList .branchCard .branch,.formCustomizeHektorBranches .branchCardsList .branchCard .info,.formCustomizeHektorBranches .branchCardsList .branchCard .project{display:flex;justify-content:center;align-items:center;text-align:center;padding:0 5%;width:100%}.formCustomizeHektorBranches .branchCardsList .branchCard .project{font-family:"Open Sans Extrabold";text-transform:uppercase;font-size:2vh;color:#fefefe}.formCustomizeHektorBranches .branchCardsList .branchCard .branch,.formCustomizeHektorBranches .branchCardsList .branchCard .info{color:#494b52;font-size:2vh;word-break:break-word;text-align:center}.formCustomizeHektorBranches .branchCardsList .branchCard .branch{text-transform:uppercase}.hektorBranchesSubmissionStructure{display:flex;justify-content:flex-end;padding:3vh 0 0}.hektorBranchesSubmissionStructure .button{display:flex;flex-direction:column;justify-content:center;align-items:center;border-style:solid;border-color:#494b52;border-radius:10px;background-color:#494b52;margin:0 0 0 2%;width:8%;padding:1% 0;cursor:pointer;transition:.2s}.hektorBranchesSubmissionStructure .button:hover{border-color:#bed425;background-color:#bed425}.hektorBranchesSubmissionStructure .button .svgButton{width:40%;margin:0 0 5%}.hektorBranchesSubmissionStructure .button .labelButton{font-size:1.5vh;color:#fefefe;text-transform:uppercase}.formCustomizeExternalUrl{display:flex;flex-direction:column;width:100%}.formCustomizeExternalUrl .label{display:block;font-size:2vh;text-transform:uppercase;margin:0 0 2vh}.formCustomizeExternalUrl .fieldsContainer{width:40%;border:none;margin:0 0 5vh;padding:3vh 2%;background-color:#fefefe;box-shadow:6px 6px 3px 0 #bebebe}.formCustomizeExternalUrl .fieldsContainer .input{color:#494b52;border:transparent;border-bottom:1px solid grey}.formCustomizeExternalUrl .fieldsContainer .input:focus,.formCustomizeExternalUrl .fieldsContainer .input:hover{border-bottom:1px solid #494b52}.formCustomizeExternalUrl .fieldsContainer .inputTitle{width:100%;padding:0 0 1vh;font-size:3vh}.formCustomizeExternalUrl .fieldsContainer .configUrlStructure{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}.formCustomizeExternalUrl .fieldsContainer .configUrlStructure .select{width:10%;font-size:2vh;color:#494b52;border:transparent}.formCustomizeExternalUrl .fieldsContainer .configUrlStructure .select option{font-size:2vh}.formCustomizeExternalUrl .fieldsContainer .configUrlStructure .inputUrl{padding:0 0 1vh 1%;width:85%;font-size:2vh}.formCustomizeExternalUrl .fieldsContainer .configUrlStructure .inputUrl::-webkit-input-placeholder{font-style:italic;color:#e1e1e1;font-weight:lighter}.formCustomizeExternalUrl .fieldsContainer .configUrlStructure .inputUrl:-ms-input-placeholder{font-style:italic;color:#e1e1e1;font-weight:lighter}.formCustomizeExternalUrl .fieldsContainer .configUrlStructure .inputUrl::-ms-input-placeholder{font-style:italic;color:#e1e1e1;font-weight:lighter}.formCustomizeExternalUrl .fieldsContainer .configUrlStructure .inputUrl::placeholder{font-style:italic;color:#e1e1e1;font-weight:lighter}.formCustomizeExternalUrl .fieldsContainer .error{color:#c00;font-weight:700;margin:1.5em 0 0}.formCustomizeExternalUrl .fieldsContainer .information{width:100%;font-size:1.5vh;font-style:italic;color:#030303;padding:1vh 0 0}.formCustomizeExternalUrl .fieldsContainer .information .bold{font-weight:700}.formCustomizeExternalUrl .fieldsContainer80{width:80%}.externalUrlSubmissionStructure{display:flex;justify-content:flex-end;padding:3vh 0 0}.externalUrlSubmissionStructure .button{display:flex;flex-direction:column;justify-content:center;align-items:center;border-style:solid;border-color:#494b52;border-radius:10px;background-color:#494b52;margin:0 0 0 2%;width:8%;padding:1% 0;cursor:pointer;transition:.2s}.externalUrlSubmissionStructure .button:hover{border-color:#bed425;background-color:#bed425}.externalUrlSubmissionStructure .button .svgButton{width:40%;margin:0 0 5%}.externalUrlSubmissionStructure .button .labelButton{font-size:1.5vh;color:#fefefe;text-transform:uppercase}.customizeContent{justify-content:space-around;align-items:flex-start;padding:5vh}.customizeContent,.home{display:flex;flex-wrap:wrap}.home{margin:2vh}.home .cell{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;margin:1%;width:14.66%;height:25.5vh;background-color:#fefefe;box-shadow:6px 6px 3px 0 #bebebe;cursor:pointer;transition:.2s}.home .cell .picture{max-width:55%;max-height:55%}.home .cell .create,.home .cell .name{color:#494b52;font-size:2.5vh;text-transform:uppercase;font-family:"Open Sans Extrabold";width:90%;text-align:center}.home .cell .create{color:grey}.home .cell:hover{background-color:#bed425}.home .cell:hover .create,.home .cell:hover .name{color:#fff}.home .cell:hover .picture{fill:#fff}.home .spinner{width:100%;height:86vh}.lbidaypicker{display:flex;width:100%;justify-content:center;font-size:unset}.lbidaypicker .DayPicker-wrapper{padding:unset;background-color:#fefefe;box-shadow:6px 6px 3px 0 #bebebe}.lbidaypicker .DayPicker-wrapper .DayPicker-NavButton--next,.lbidaypicker .DayPicker-wrapper .DayPicker-NavButton--prev{margin:unset;top:1.2vh;width:2.5em;height:3vh}.lbidaypicker .DayPicker-wrapper .DayPicker-NavButton--prev{left:2vh;background-image:url(data:image/png;base64,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)}.lbidaypicker .DayPicker-wrapper .DayPicker-NavButton--next{right:2vh;background-image:url(data:image/png;base64,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)}.lbidaypicker .DayPicker-wrapper .DayPicker-Month{margin:unset}.lbidaypicker .DayPicker-wrapper .DayPicker-Month:last-child .DayPicker-Body{border-left:2px solid #e1e1e1}.lbidaypicker .DayPicker-wrapper .DayPicker-Caption{margin:unset;padding:1.5vh 0 0;text-align:center;background-color:#e1e1e1}.lbidaypicker .DayPicker-wrapper .DayPicker-Caption div{font-weight:700;font-size:1.7vh}.lbidaypicker .DayPicker-wrapper .DayPicker-Weekdays{background-color:#e1e1e1}.lbidaypicker .DayPicker-wrapper .DayPicker-Weekdays .DayPicker-Weekday{padding:1.5vh 0}.lbidaypicker .DayPicker-wrapper .DayPicker-Weekdays .DayPicker-Weekday abbr{color:grey;text-transform:uppercase;font-weight:700;font-size:1.5vh}.lbidaypicker .DayPicker-wrapper .DayPicker-Day{font-size:1.5vh;font-weight:700;padding:1vh;border-radius:0;transition:.2s}.lbidaypicker .DayPicker-wrapper .DayPicker-Day:hover:not(.DayPicker-Day--selected):not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside){background-color:#e5eda7!important}.lbidaypicker .DayPicker-wrapper .DayPicker-Day--today{color:#c00!important}.lbidaypicker .DayPicker-wrapper .DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside){background-color:#bed425;color:#030303}.lbidaypicker .DayPicker-wrapper .DayPicker-Day--selectedOnly:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside){border-radius:50%;background-color:#bed425!important}.lbidaypicker .DayPicker-wrapper .DayPicker-Day--selected:not(.DayPicker-Day--start):not(.DayPicker-Day--end):not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside){background-color:#e5eda7}.lbidaypicker .DayPicker-wrapper .DayPicker-Day--disabled,.lbidaypicker .DayPicker-wrapper .DayPicker-Day--outside{color:#e1e1e1;font-style:italic;font-weight:unset}.lbidaypicker .DayPicker-wrapper .DayPicker-Day--start{border-top-left-radius:50%;border-bottom-left-radius:50%}.lbidaypicker .DayPicker-wrapper .DayPicker-Day--end{border-top-right-radius:50%;border-bottom-right-radius:50%}.searchStructure{padding:4em 0 0;display:flex;justify-content:center;width:100%}.searchStructure .searchLabel{position:relative;width:30%}.searchStructure .searchLabel .searchSvg{position:absolute;right:3%;bottom:0;height:100%;width:25px}.searchStructure .searchLabel .searchInput{padding:15px 10% 15px 20px;border:none;width:100%;font-size:1.7vh}.searchStructure .searchLabel .searchInput::-webkit-input-placeholder{color:grey;font-style:italic}.searchStructure .searchLabel .searchInput:-ms-input-placeholder{color:grey;font-style:italic}.searchStructure .searchLabel .searchInput::-ms-input-placeholder{color:grey;font-style:italic}.searchStructure .searchLabel .searchInput::placeholder{color:grey;font-style:italic}.gridTemplates{display:flex;flex-wrap:wrap;margin:3vh}.gridTemplates .templateCell{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;margin:1%;width:14.66%;height:25.2vh;background-color:#fefefe;box-shadow:6px 6px 3px 0 #bebebe;cursor:pointer;transition:.2s}.gridTemplates .templateCell .picture{max-width:50%;max-height:50%}.gridTemplates .templateCell .name{color:#494b52;font-size:2vh;text-transform:uppercase;font-family:"Open Sans Extrabold";width:90%;text-align:center}.gridTemplates .templateCell:hover{background-color:#bed425}.gridTemplates .templateCell:hover .name{color:#fff}.gridTemplates .templateCell:hover .picture{fill:#fff}.gridTemplates .spinner{width:100%}.headbandStructure{display:flex;justify-content:space-between;align-items:center;padding:0 3%;background-color:#fefefe}.headbandStructure .titleStructure{display:flex;align-items:center;min-width:30%}.headbandStructure .titleStructure .title,.headbandStructure .titleStructure .title .titleSpan{font-size:3vh;font-weight:lighter;white-space:nowrap}.headbandStructure .titleStructure .title .titleSpan{font-family:"Open Sans Extrabold";color:#bed425;padding:0 2vh 0 1vh;text-transform:uppercase}.headbandStructure .titleStructure .link{display:flex;justify-content:center;align-items:center;width:4vh;height:4vh;border:unset;border-radius:5px;background-color:grey;cursor:pointer;transition:.2s}.headbandStructure .titleStructure .link .linkSvg{width:70%;height:70%}.headbandStructure .titleStructure .link:hover{background-color:#bed425}.headbandStructure .titleStructure .url{font-style:italic;padding:0 0 0 2vh}.headbandStructure .managementStructure{display:flex;justify-content:flex-end;align-items:center}.headbandStructure .managementStructure .control{display:flex;justify-content:center;align-items:center;width:6vh;height:6vh;border:unset;border-radius:5px;background-color:#494b52;margin:1vh;cursor:pointer;transition:.2s}.headbandStructure .managementStructure .control .controlSvg{width:70%;height:70%}.headbandStructure .managementStructure .control:hover{background-color:#bed425}.updateContent{display:flex;flex-direction:column;align-items:flex-start;padding:4vh 3%}.updateContent .titleContent{text-transform:uppercase;font-size:1.7vh;padding:0 0 3vh}.updateContent .headers{display:flex;width:100%;padding:0 1% 3vh}.updateContent .headers .sceneHeader{color:grey;text-align:center}.updateContent .headers .positionHeader{width:6%}.updateContent .headers .typeHeader{width:9%}.updateContent .headers .titleHeader{text-align:unset;width:32%;padding:0 0 0 4vh}.updateContent .headers .durationHeader{width:9%}.updateContent .headers .dateHeader{width:12%}.updateContent .headers .visibilityHeader{width:9%}.updateContent .headers .actionsHeader{width:23%}.updateContent .scenesList{width:100%;padding:0 1%;overflow:hidden}.updateContent .scenesList .updateScene{display:flex;margin:0 0 3vh;height:12vh;border-radius:5px;background-color:#fefefe;box-shadow:6px 6px 3px 0 #bebebe}.updateContent .scenesList .updateScene .position{display:flex;justify-content:center;align-items:center;width:6%;background-color:#bed425;color:#fefefe;font-family:"Open Sans Extrabold";font-size:3vh;border-radius:5px 0 0 5px}.updateContent .scenesList .updateScene .typeContainer{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;width:9%;padding:1vh;border-right:2px solid #e1e1e1}.updateContent .scenesList .updateScene .typeContainer .typeSvg{width:50%;height:50%;object-fit:contain}.updateContent .scenesList .updateScene .typeContainer .type{width:100%;text-align:center;text-transform:uppercase;font-family:"Open Sans Extrabold"}.updateContent .scenesList .updateScene .title{display:flex;align-items:center;width:32%;padding:0 0 0 4vh;font-size:2vh;font-weight:700}.updateContent .scenesList .updateScene .durationContainer{display:flex;justify-content:center;align-items:center;width:9%}.updateContent .scenesList .updateScene .durationContainer .duration,.updateContent .scenesList .updateScene .durationContainer .durationInputStructure{display:none;justify-content:center;align-items:center;width:80%;padding:1vh 0;border-radius:100px;background-color:grey}.updateContent .scenesList .updateScene .durationContainer .duration{color:#fefefe;cursor:pointer}.updateContent .scenesList .updateScene .durationContainer .durationInputStructure .durationInput,.updateContent .scenesList .updateScene .durationContainer .durationInputStructure .durationUnit{color:#fff}.updateContent .scenesList .updateScene .durationContainer .durationInputStructure .durationInput{width:31px;text-align:center;border:transparent;background-color:transparent;cursor:pointer}.updateContent .scenesList .updateScene .durationContainer .durationInputStructure .durationInput::-webkit-input-placeholder{color:#fefefe}.updateContent .scenesList .updateScene .durationContainer .durationInputStructure .durationInput:-ms-input-placeholder{color:#fefefe}.updateContent .scenesList .updateScene .durationContainer .durationInputStructure .durationInput::-ms-input-placeholder{color:#fefefe}.updateContent .scenesList .updateScene .durationContainer .durationInputStructure .durationInput::placeholder{color:#fefefe}.updateContent .scenesList .updateScene .durationContainer .duration-active{display:flex}.updateContent .scenesList .updateScene .dateContainer{display:flex;flex-direction:column;justify-content:center;align-items:center;width:12%}.updateContent .scenesList .updateScene .dateContainer .date,.updateContent .scenesList .updateScene .dateContainer .dateSpan{text-transform:uppercase;padding:.5vh;color:grey;font-weight:700;font-size:1.7vh;white-space:nowrap}.updateContent .scenesList .updateScene .dateContainer .dateSpan{font-weight:400}.updateContent .scenesList .updateScene .visibility{display:flex;justify-content:center;align-items:center;width:9%}.updateContent .scenesList .updateScene .actionContainer{display:flex;justify-content:space-evenly;align-items:center;width:23%}.updateContent .scenesList .updateScene .actionContainer .action{display:flex;justify-content:center;align-items:center;width:6vh;height:6vh;border:2px solid #e1e1e1;border-radius:5px;background-color:transparent;cursor:pointer;transition:.2s}.updateContent .scenesList .updateScene .actionContainer .action .actionSvg{width:70%;height:70%}.updateContent .scenesList .updateScene .actionContainer .action:hover{background-color:#bed425}.updateContent .scenesList .updateScene .actionContainer .action:hover .actionSvg{fill:#fefefe}.updateContent .spinner{width:100%;height:82vh}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,button,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,input,ins,kbd,label,legend,li,main,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,select,small,span,strike,strong,sub,summary,sup,svg,table,tbody,td,textarea,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;box-sizing:border-box;font-size:13px;color:#030303;font-family:"Open Sans",sans-serif;outline:none transparent!important}body{background-color:#efefef}#root{position:relative;min-height:100vh}#root .content{padding:10vh 0 0}a{text-decoration:none}:focus{outline:0 none transparent!important}@font-face{font-family:"Open Sans Extrabold";src:url(/static/media/OpenSans-ExtraBold.fb7e3a29.ttf) format("truetype");font-weight:400;font-style:normal}
/*# sourceMappingURL=main.c035241b.chunk.css.map */