.custom_select{flex-direction:column;gap:7px;width:100%;display:flex}.custom_select.inRow{flex-direction:row;align-items:center;gap:2px}.select_input_container{position:relative}.custom_select input,.custom_select select{color:#6e707e;border:1px solid #d1d3e2;border-radius:3px;outline:none;width:100%;padding:12px .75rem;transition:all .3s}.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 #4e73df40}.custom_select_list{background-color:#fff;border:1px solid #6e707e;border-radius:0 0 5px 5px;flex-direction:column;max-height:400px;display:flex;position:absolute;top:100%;left:0;right:0;overflow:auto;z-index:1000000000!important}.select_input_container .select_icon{color:#727272;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.select_input_container .select_icon.active svg{transform-origin:50%;transform:rotate(180deg)}.custom_select_list .custom_select_item{color:#727272;cursor:pointer;padding:4px 5px;font-size:13px}.custom_select_list .custom_select_item.active,.custom_select_list .custom_select_item:hover{color:#fff;background-color:#337ab7}
.custom_input{flex-direction:column;display:flex}.custom_input.inRow{flex-direction:row;align-items:center;gap:2px}.custom_input input,.custom_input select,.custom_input textarea{color:#6e707e;border:1px solid #d1d3e2;border-radius:3px;outline:none;padding:12px .75rem;transition:all .3s}.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 #4e73df40}
