.custom_select{display:flex;flex-direction:column;gap:7px;width:100%}.custom_select.inRow{flex-direction:row;align-items:center;gap:2}.select_input_container{position:relative}.custom_select input,.custom_select select{padding:12px .75rem;color:#6e707e;border:1px solid #d1d3e2;border-radius:3px;transition:all .3s;outline:none;width:100%}.custom_select label{color:#6e707e;font-size:14px}.custom_select label span{color:#e74a3b}.custom_select input:focus{border-color:#bac8f3;box-shadow:0 0 0 .2rem rgba(78,115,223,.25)}.custom_select_list{position:absolute;top:100%;background-color:#fff;border:1px solid #6e707e;border-radius:0 0 5px 5px;left:0;right:0;display:flex;flex-direction:column;z-index:1000000000!important;max-height:400px;overflow:auto}.select_input_container .select_icon{position:absolute;top:50%;right:10px;transform:translateY(-50%);color:#727272}.select_input_container .select_icon.active svg{transform:rotate(180deg);transform-origin:center}.custom_select_list .custom_select_item{font-size:13px;padding:4px 5px;color:#727272;cursor:pointer}.custom_select_list .custom_select_item.active{background-color:#337AB7;color:#FFF}.custom_select_list .custom_select_item:hover{background-color:#337AB7;color:#fff}.custom_input{display:flex;flex-direction:column}.custom_input.inRow{flex-direction:row;align-items:center;gap:2}.custom_input input,.custom_input select,.custom_input textarea{padding:12px .75rem;color:#6e707e;border:1px solid #d1d3e2;border-radius:3px;transition:all .3s;outline:none}.custom_input label{color:#6e707e;font-size:14px}.custom_input label span{color:#e74a3b}.custom_input input:focus,.custom_input textarea:focus{border-color:#bac8f3;box-shadow:0 0 0 .2rem rgba(78,115,223,.25)}@keyframes wind{0%{background-position:50% 100%;background-position:0 50%}}@keyframes slay-1{0%{transform:rotate(10deg)}50%{transform:rotate(-5deg)}to{transform:rotate(10deg)}}@keyframes slay-2{0%{transform:rotate(0deg)}50%{transform:rotate(15deg)}to{transform:rotate(0)}}@keyframes slay-3{0%{transform:rotate(0deg)}50%{transform:rotate(-5deg)}to{transform:rotate(0)}}.anim_button{position:relative;padding:4px 45px;border-radius:3px;font-size:17px;font-weight:500;width:100%;color:#fff;transition:.2s ease;cursor:pointer;filter:drop-shadow(2px 2px 3px rgba(0,0,0,.2));animation:wind 2s ease-in-out infinite}.anim_button:hover{text-shadow:-4px -2px 2px #5d5d5d;font-size:50px!important}.anim_button .icon-1{animation:slay-1 3s cubic-bezier(.52,0,.58,1) infinite}.anim_button .icon-2{animation:slay-2 3s cubic-bezier(.52,0,.58,1) 1s infinite;transform:rotate(0)}.anim_button .icon-3{animation:slay-3 2s cubic-bezier(.52,0,.58,1) 1s infinite;transform:rotate(0)}.anim_button .icon-1{position:absolute;top:0;right:0;width:25px;transform-origin:0 0;transform:rotate(10deg);transition:all .5s ease-in-out;filter:drop-shadow(2px 2px 3px rgba(0,0,0,.3))}.anim_button .icon-2{left:25px;width:12px;transform-origin:50% 0;transform:rotate(10deg)}.anim_button .icon-2,.anim_button .icon-3{position:absolute;top:0;transition:all 1s ease-in-out;filter:drop-shadow(2px 2px 3px rgba(0,0,0,.5))}.anim_button .icon-3{left:0;width:18px;transform-origin:50% 0;transform:rotate(-5deg)}