.v-spinner .v-moon1{position:relative}.v-spinner .v-moon1,.v-spinner .v-moon2{-webkit-animation:v-moonStretchDelay .6s linear 0s infinite;animation:v-moonStretchDelay .6s linear 0s infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.v-spinner .v-moon2{opacity:.8;position:absolute}.v-spinner .v-moon3{opacity:.1}@-webkit-keyframes v-moonStretchDelay{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes v-moonStretchDelay{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes resizeSensorVisibility{0%{top:0}}@keyframes resizeSensorVisibility{0%{top:0}}.annotationLayer{left:0;top:0;right:0;bottom:0}.annotationLayer,.annotationLayer section{position:absolute}.annotationLayer .linkAnnotation>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%;background:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") 0 0 repeat}.annotationLayer .linkAnnotation>a:hover{opacity:.2;background:#ff0;-webkit-box-shadow:0 2px 10px #ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer}.annotationLayer .buttonWidgetAnnotation.checkBox input,.annotationLayer .buttonWidgetAnnotation.radioButton input,.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .textWidgetAnnotation input,.annotationLayer .textWidgetAnnotation textarea{background-color:rgba(0,54,255,.13);border:1px solid transparent;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:9px;height:100%;padding:0 3px;vertical-align:top;width:100%}.annotationLayer .textWidgetAnnotation textarea{font:message-box;font-size:9px;resize:none}.annotationLayer .buttonWidgetAnnotation.checkBox input[disabled],.annotationLayer .buttonWidgetAnnotation.radioButton input[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .textWidgetAnnotation input[disabled],.annotationLayer .textWidgetAnnotation textarea[disabled]{background:none;border:1px solid transparent;cursor:not-allowed}.annotationLayer .buttonWidgetAnnotation.checkBox input:hover,.annotationLayer .buttonWidgetAnnotation.radioButton input:hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .textWidgetAnnotation input:hover,.annotationLayer .textWidgetAnnotation textarea:hover{border:1px solid #000}.annotationLayer .choiceWidgetAnnotation select:focus,.annotationLayer .textWidgetAnnotation input:focus,.annotationLayer .textWidgetAnnotation textarea:focus{background:none;border:1px solid transparent}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:115%}.annotationLayer .buttonWidgetAnnotation.checkBox input,.annotationLayer .buttonWidgetAnnotation.radioButton input{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none}.annotationLayer .popupWrapper{position:absolute;width:20em}.annotationLayer .popup{position:absolute;z-index:200;max-width:20em;background-color:#ff9;-webkit-box-shadow:0 2px 5px #333;box-shadow:0 2px 5px #333;border-radius:2px;padding:.6em;margin-left:5px;cursor:pointer;word-wrap:break-word}.annotationLayer .popup h1{font-size:1em;border-bottom:1px solid #000;padding-bottom:.2em}.annotationLayer .popup p{padding-top:.2em}.annotationLayer .fileAttachmentAnnotation,.annotationLayer .highlightAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .underlineAnnotation{cursor:pointer}.step-progress__wrapper{margin:0 auto;position:relative;width:90%}.step-progress__wrapper-before{background-color:grey;-webkit-transform:translateY(-50%) perspective(1000px);transform:translateY(-50%) perspective(1000px)}.step-progress__wrapper-after,.step-progress__wrapper-before{content:"";height:12px;left:0;position:absolute;top:50%;width:100%}.step-progress__wrapper-after{background-color:red;-webkit-transform:scaleX(0) translateY(-50%) perspective(1000px);transform:scaleX(0) translateY(-50%) perspective(1000px);-webkit-transform-origin:left center;transform-origin:left center;-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}.step-progress__bar{margin-bottom:40px}.step-progress__step{--activeColor:red;--passiveColor:grey;--activeBorder:5px;--passiveBorder:5px;position:relative;z-index:2}.step-progress__step span{color:var(--passiveColor);display:block;font-size:50px;font-weight:900;opacity:1;text-align:center;-webkit-transform:translateZ(0) scale(1) perspective(1000px);transform:translateZ(0) scale(1) perspective(1000px);-webkit-transition:.3s ease;transition:.3s ease}@media(max-width:767px){.step-progress__step span{font-size:28px}}.step-progress__step--active .step-progress__step-label,.step-progress__step--active span{color:var(--activeColor)}.step-progress__step--active .step-progress__step-icon{opacity:1}.step-progress__step--valid .step-progress__step-icon{opacity:1;-webkit-transform:translate3d(-50%,-50%,0) scale(1) perspective(1000px);transform:translate3d(-50%,-50%,0) scale(1) perspective(1000px)}.step-progress__step--valid span{color:var(--activeColor);opacity:0;-webkit-transform:translateZ(0) scale(2) perspective(1000px);transform:translateZ(0) scale(2) perspective(1000px)}.step-progress__step--valid .step-progress__step-label{color:var(--activeColor)}.step-progress__step:after{background-color:#fff;border:var(--passiveBorder) solid var(--passiveColor);border-radius:50%;content:"";height:75px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%) perspective(1000px);transform:translate(-50%,-50%) perspective(1000px);-webkit-transition:.3s ease;transition:.3s ease;width:75px;z-index:-1}@media(max-width:767px){.step-progress__step:after{height:40px;width:40px}}.step-progress__step--active:after,.step-progress__step--valid:after{border:var(--activeBorder) solid var(--activeColor)}.step-progress__step--valid:after{background-color:var(--activeColor)}.step-progress__step-label{color:grey;font-size:18px;font-weight:600;left:50%;position:absolute;top:calc(100% + 25px);-webkit-transform:translateX(-50%) perspective(1000px);transform:translateX(-50%) perspective(1000px);-webkit-transition:.3s ease;transition:.3s ease;white-space:nowrap}.step-progress__step-icon{color:#fff;font-size:36px;left:50%;opacity:0;position:absolute;top:50%;-webkit-transform:translate3d(-50%,-50%,0) scale(0) perspective(1000px);transform:translate3d(-50%,-50%,0) scale(0) perspective(1000px);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}@media(max-width:767px){.step-progress__step-icon{font-size:22px}}.img-wrapper-apply .overlay-text{position:absolute;background:hsla(0,0%,100%,.8);height:100%;width:100%;font-size:1.2rem}.img-wrapper-apply .overlay-text.active,.img-wrapper-apply .overlay-text:hover{background:rgba(33,49,89,.5137254901960784);color:#fff!important;cursor:pointer}.step-progress__step--valid,.step-progress__step-label{font-size:14px!important}.step-progress__step--valid .step-progress__step-label{color:#262631!important}.step-progress__step-label{color:#a3a3a3;font-weight:500;font-family:Prompt,Inter;height:24px;font-weight:400;font-stretch:normal;font-style:normal;line-height:2;letter-spacing:normal;text-align:center;margin-top:-14px}.step-progress__step--valid .step-progress__step-label{font-weight:700}.step-progress__step--active .step-progress__step-label{color:#262631;font-weight:600}.step-progress__step span{font-size:18px;color:#fff!important;font-weight:400}.step-progress__wrapper-before{background:#a6a7a8!important}.step-progress__step:after{border-color:#a6a7a8!important;background:#acb5bd;width:32px;height:32px}.step-progress__step--valid span{opacity:1!important;font-size:18px;color:#fff!important}.step-progress__step--valid:after{border-color:#e66f16!important;background:#e66f16;border:none}.step-progress__step--active:after{background:#e66f16!important;border-color:#e66f16!important}.step-progress__step span{display:inline}.step-progress__step.step-progress__step--valid span,.step-progress__step .step-progress__step-icon{display:none}.step-progress__step.step-progress__step--active span,.step-progress__step.step-progress__step--valid .step-progress__step-icon{display:inline}.step-progress__step.step-progress__step--active .step-progress__step-icon{display:none}.step-progress__step-icon.fa.fa-check{background-repeat:no-repeat;width:12px;height:12px;content:"\00a0";font-size:12px}.step-progress__step--valid .step-progress__step-label{margin-top:0}@media screen and (max-width:576px){.step-progress__step-label{width:100px;overflow:hidden;text-align:center}}.step-progress__wrapper-after{-webkit-transform:scaleX(.5) translateY(-50%) perspective(1000px);transform:scaleX(.5) translateY(-50%) perspective(1000px);background-color:#ff4e36}.step-progress__bar{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;height:100px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:23px}.vc-py-2{padding-top:11px!important;padding-bottom:10px!important}.vc-rounded{border-radius:6px}.avatar-camera{position:absolute;margin-top:80px;margin-left:-22px;left:50%;z-index:100}@media screen and (max-width:767px){.avatar-camera{margin-top:-22px}}.avatar-camera:hover,.hover-pointer:hover{cursor:pointer}.block-document{height:120px;max-height:140px;display:inline}.block-document img.img-thumbnail{max-height:200px}.flex-space-between{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:44px}.dropdown[data-v-702af8f9]{position:relative;width:100%;max-width:400px;margin:0 auto}.dropdown-selected[data-v-702af8f9]{width:100%;padding:10px 16px;border:1px solid transparent;background:#edf2f7;line-height:1.5em;outline:none;border-radius:8px}.dropdown-input[data-v-702af8f9]:focus,.dropdown-selected[data-v-702af8f9]:hover{background:#fff;border-color:#e2e8f0}.dropdown-input[data-v-702af8f9]::-webkit-input-placeholder{opacity:.7}.dropdown-input[data-v-702af8f9]::-moz-placeholder{opacity:.7}.dropdown-input[data-v-702af8f9]:-ms-input-placeholder{opacity:.7}.dropdown-input[data-v-702af8f9]::-ms-input-placeholder{opacity:.7}.dropdown-input[data-v-702af8f9]::placeholder{opacity:.7}.dropdown-selected[data-v-702af8f9]{font-weight:700;cursor:pointer}.dropdown-list[data-v-702af8f9]{position:absolute;width:95%;max-height:400px;overflow-y:auto;background:#fff;-webkit-box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);border-radius:8px;z-index:1}.dropdown-item[data-v-702af8f9]{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;padding:11px 16px;cursor:pointer}.dropdown-item[data-v-702af8f9]:hover{background:#edf2f7}.dropdown-item-flag[data-v-702af8f9]{max-width:24px;max-height:18px;margin:auto 12px auto 0}.orgchart-container{position:relative;display:inline-block;height:420px;width:calc(100% - 24px);border:2px dashed #aaa;border-radius:5px;overflow:auto;text-align:center}.orgchart{-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;min-height:202px;min-width:202px;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:-webkit-gradient(linear,left top,right top,color-stop(10%,rgba(200,0,0,.15)),color-stop(0,transparent)),-webkit-gradient(linear,left top,left bottom,color-stop(10%,rgba(200,0,0,.15)),color-stop(0,transparent));background-image:linear-gradient(90deg,rgba(200,0,0,.15) 10%,transparent 0),linear-gradient(rgba(200,0,0,.15) 10%,transparent 0);background-size:10px 10px;border:1px dashed transparent;padding:20px}.orgchart .hidden,.orgchart~.hidden{display:none}.orgchart.b2t{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.orgchart.l2r{position:absolute;-webkit-transform:rotate(-90deg) rotateY(180deg);transform:rotate(-90deg) rotateY(180deg);-webkit-transform-origin:left top;transform-origin:left top}.orgchart .verticalNodes ul{list-style:none;margin:0;padding-left:18px;text-align:left}.orgchart .verticalNodes ul:first-child{margin-top:2px}.orgchart .verticalNodes>td:before{content:"";border:1px solid rgba(217,83,79,.8)}.orgchart .verticalNodes>td>ul>li:first-child:before{-webkit-box-sizing:border-box;box-sizing:border-box;top:-4px;height:30px;width:calc(50% - 2px);border-width:2px 0 0 2px}.orgchart .verticalNodes ul>li{position:relative}.orgchart .verticalNodes ul>li:after,.orgchart .verticalNodes ul>li:before{-webkit-box-sizing:border-box;box-sizing:border-box;content:"";position:absolute;left:-6px;border-color:rgba(217,83,79,.8);border-style:solid;border-width:0 0 2px 2px}.orgchart .verticalNodes ul>li:before{top:-4px;height:30px;width:11px}.orgchart .verticalNodes ul>li:after{top:1px;height:100%}.orgchart .verticalNodes ul>li:first-child:after{-webkit-box-sizing:border-box;box-sizing:border-box;top:24px;width:11px;border-width:2px 0 0 2px}.orgchart .verticalNodes ul>li:last-child:after{-webkit-box-sizing:border-box;box-sizing:border-box;border-width:2px 0 0}.orgchart.r2l{position:absolute;-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transform-origin:left top;transform-origin:left top}.orgchart>.spinner{font-size:100px;margin-top:30px;color:rgba(68,157,68,.8)}.orgchart table{border-spacing:0;border-collapse:separate}.orgchart>table:first-child{margin:20px auto}.orgchart td{text-align:center;vertical-align:top;padding:0}.orgchart .lines:nth-child(3) td{-webkit-box-sizing:border-box;box-sizing:border-box;height:20px}.orgchart .lines .topLine{border-top:2px solid rgba(217,83,79,.8)}.orgchart .lines .rightLine{border-right:1px solid rgba(217,83,79,.8)}.orgchart .lines .leftLine{border-left:1px solid rgba(217,83,79,.8)}.orgchart .lines .downLine{background-color:rgba(217,83,79,.8);height:20px}.orgchart .node{-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;position:relative;margin:0;padding:3px;border:2px dashed transparent;text-align:center;width:130px}.orgchart.l2r .node,.orgchart.r2l .node{width:50px;height:130px}.orgchart .node>.spinner{position:absolute;top:calc(50% - 15px);left:calc(50% - 15px);vertical-align:middle;font-size:30px;color:rgba(68,157,68,.8)}.orgchart .node:hover{-webkit-transition:.5s;transition:.5s;cursor:default;z-index:20}.orgchart .node.focused,.orgchart .node:hover{background-color:rgba(238,217,54,.5)}.orgchart .ghost-node{position:fixed;left:-10000px;top:-10000px}.orgchart .ghost-node rect{fill:#fff;stroke:#bf0000}.orgchart .node.allowedDrop{border-color:rgba(68,157,68,.9)}.orgchart .node .title{text-align:center;font-size:12px;font-weight:700;height:20px;line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background-color:rgba(217,83,79,.8);color:#fff;border-radius:4px 4px 0 0}.orgchart.b2t .node .title{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}.orgchart.l2r .node .title{-webkit-transform:rotate(-90deg) translate(-40px,-40px) rotateY(180deg);transform:rotate(-90deg) translate(-40px,-40px) rotateY(180deg);-webkit-transform-origin:bottom center;transform-origin:bottom center;width:120px}.orgchart.r2l .node .title{-webkit-transform:rotate(-90deg) translate(-40px,-40px);transform:rotate(-90deg) translate(-40px,-40px);-webkit-transform-origin:bottom center;transform-origin:bottom center;width:120px}.orgchart .node .title .symbol{float:left;margin-top:4px;margin-left:2px}.orgchart .node .content{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:20px;font-size:11px;line-height:18px;border:1px solid rgba(217,83,79,.8);border-radius:0 0 4px 4px;text-align:center;background-color:#fff;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.orgchart.b2t .node .content{-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-transform-origin:center top;transform-origin:center top}.orgchart.l2r .node .content{-webkit-transform:rotate(-90deg) translate(-40px,-40px) rotateY(180deg);transform:rotate(-90deg) translate(-40px,-40px) rotateY(180deg);-webkit-transform-origin:top center;transform-origin:top center;width:120px}.orgchart.r2l .node .content{-webkit-transform:rotate(-90deg) translate(-40px,-40px);transform:rotate(-90deg) translate(-40px,-40px);-webkit-transform-origin:top center;transform-origin:top center;width:120px}.orgchart .node .edge{font-size:15px;position:absolute;color:rgba(68,157,68,.5);cursor:default;-webkit-transition:.2s;transition:.2s}.orgchart.noncollapsable .node .edge{display:none}.orgchart .edge:hover{color:#449d44;cursor:pointer}.orgchart .node .verticalEdge{width:calc(100% - 10px);width:-moz-calc(100% - 10px);left:5px}.orgchart .node .topEdge{top:-4px}.orgchart .node .bottomEdge{bottom:-4px}.orgchart .node .horizontalEdge{width:15px;height:calc(100% - 10px);height:-moz-calc(100% - 10px);top:5px}.orgchart .node .rightEdge{right:-4px}.orgchart .node .leftEdge{left:-4px}.orgchart .node .horizontalEdge:before{position:absolute;top:calc(50% - 7px)}.orgchart .node .rightEdge:before{right:3px}.orgchart .node .leftEdge:before{left:3px}.orgchart .node .toggleBtn{position:absolute;left:5px;bottom:-2px;color:rgba(68,157,68,.6)}.orgchart .node .toggleBtn:hover{color:rgba(68,157,68,.8)}.oc-export-btn{display:inline-block;position:absolute;right:5px;top:5px;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff;background-color:#5cb85c;border:1px solid transparent;border-color:#4cae4c;border-radius:4px}.oc-export-btn[disabled]{cursor:not-allowed;-webkit-box-shadow:none;box-shadow:none;opacity:.3}.oc-export-btn:active,.oc-export-btn:focus,.oc-export-btn:hover{background-color:#449d44;border-color:#347a34}.orgchart~.mask{position:absolute;top:0;right:0;bottom:0;left:0;z-index:999;text-align:center;background-color:rgba(0,0,0,.3)}.orgchart~.mask .spinner{position:absolute;top:calc(50% - 54px);left:calc(50% - 54px);color:hsla(0,0%,100%,.8);font-size:108px}.orgchart .node{-webkit-transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s}.orgchart .slide-down{opacity:0;-webkit-transform:translateY(40px);transform:translateY(40px)}.orgchart.l2r .node.slide-down,.orgchart.r2l .node.slide-down{-webkit-transform:translateY(130px);transform:translateY(130px)}.orgchart .slide-up{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}.orgchart.l2r .node.slide-up,.orgchart.r2l .node.slide-up{-webkit-transform:translateY(-130px);transform:translateY(-130px)}.orgchart .slide-right{opacity:0;-webkit-transform:translateX(130px);transform:translateX(130px)}.orgchart.l2r .node.slide-right,.orgchart.r2l .node.slide-right{-webkit-transform:translateX(40px);transform:translateX(40px)}.orgchart .slide-left{opacity:0;-webkit-transform:translateX(-130px);transform:translateX(-130px)}.orgchart.l2r .node.slide-left,.orgchart.r2l .node.slide-left{-webkit-transform:translateX(-40px);transform:translateX(-40px)}.orgchart-container{border:none!important;height:auto!important;width:100%}.orgchart{background-image:none!important;min-height:420px!important;padding-left:0;padding-right:0}.orgchart table{width:100%}.orgchart .node{width:100%!important;padding:0!important;margin-left:-3px}.orgchart .node:hover{background:#fff}.orgchart .node-member{width:100%!important;border:0 solid #f3f0f0;border-radius:5px;padding:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}.orgchart .node-empty{width:160px!important}.orgchart .node span{font-size:.8rem!important}@media (max-width:991px){.orgchart .node span{font-size:.85em!important}}.btn i:not(:last-child),.btn svg:not(:last-child){margin-right:0!important}#modal-loading___BV_modal_content_{background-color:transparent!important;-webkit-box-shadow:none!important;box-shadow:none!important}.orgchart .lines .downLine{background-color:rgba(187,179,179,.8);margin:0 auto;height:50px;width:2px;float:none}.orgchart .lines .rightLine{border-right:1px solid #c9c3c3;float:none;border-radius:0}.orgchart .lines .leftLine{border-left:1px solid #c9c3c3;float:none;border-radius:0}.orgchart .lines .topLine{border-top:2px solid #c9c3c3}.orgchart .node-member.simple-short{border:none;padding:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}.orgchart .org-body .pv-container{overflow:auto;width:100%;min-height:25px}.orgchart .org-body .pv-container .pv-container-inner{overflow:auto}@keyframes pulse{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:0}50%{opacity:.3}to{-webkit-transform:scale(2);transform:scale(2);opacity:0}}@-webkit-keyframes pulse{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:0}50%{opacity:.3}to{-webkit-transform:scale(2);transform:scale(2);opacity:0}}.box-dashed{border:1px dashed}.box-solid{border:1px solid}.dropdown[data-v-e4c72dc2]{position:relative;width:100%;max-width:400px;margin:0 auto}.dropdown-input[data-v-e4c72dc2],.dropdown-selected[data-v-e4c72dc2]{width:100%;padding:10px 16px;border:1px solid transparent;background:#edf2f7;line-height:1.5em;outline:none;border-radius:8px}.dropdown-input[data-v-e4c72dc2]:focus,.dropdown-selected[data-v-e4c72dc2]:hover{background:#fff;border-color:#e2e8f0}.dropdown-input[data-v-e4c72dc2]::-webkit-input-placeholder{opacity:.7}.dropdown-input[data-v-e4c72dc2]::-moz-placeholder{opacity:.7}.dropdown-input[data-v-e4c72dc2]:-ms-input-placeholder{opacity:.7}.dropdown-input[data-v-e4c72dc2]::-ms-input-placeholder{opacity:.7}.dropdown-input[data-v-e4c72dc2]::placeholder{opacity:.7}.dropdown-selected[data-v-e4c72dc2]{font-weight:700;cursor:pointer}.dropdown-list[data-v-e4c72dc2]{position:absolute;width:100%;max-height:500px;margin-top:4px;overflow-y:auto;background:#fff;-webkit-box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);border-radius:8px;z-index:1}.dropdown-item[data-v-e4c72dc2]{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;padding:11px 16px;cursor:pointer}.dropdown-item[data-v-e4c72dc2]:hover{background:#edf2f7}.dropdown-item-flag[data-v-e4c72dc2]{max-width:24px;max-height:18px;margin:auto 12px auto 0}.otp-input{width:40px;height:40px;padding:5px;margin:0 10px;font-size:20px;border-radius:4px;border:1px solid rgba(0,0,0,.3);text-align:center}.otp-input::-webkit-inner-spin-button,.otp-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}