.custom-form-dropdown-group{display:flex;flex-direction:column;gap:9px}.custom-form-label{color:#5c5c5c;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.custom-form-label span{color:#ff0a0a;font-weight:400}.custom-form-dropdown{width:100%;display:flex;align-items:center;padding:8px 8px 8px 24px;color:rgba(92,92,92,.5);font-size:14px;font-style:normal;font-weight:400;line-height:20px;border-radius:8px;border:1px solid #d9d9d9;background:#fff;height:54px}.custom-form-dropdown-container{position:relative}.dropdown-btn-container{position:absolute;top:7px;right:8px}.custom-form-dropdown-list{top:63px;width:100%;position:absolute;border-radius:8px;background:#fff;padding:16px 8px 18px 24px;display:flex;flex-direction:column;gap:12px;overflow-y:scroll;max-height:300px;z-index:1000}.custom-form-dropdown-list::-webkit-scrollbar{width:2px;flex-shrink:0}.custom-form-dropdown-list::-webkit-scrollbar-track{border-radius:8px}.custom-form-dropdown-list::-webkit-scrollbar-thumb{height:137px;border-radius:8px;background:#d9d9d9}.custom-form-dropdown-list-item{color:#5c5c5c;font-size:14px;font-style:normal;font-weight:500;cursor:pointer}.dropdow-list-item-active{color:#ff5c25}.dropdown-error{border:1px solid red!important}.error-message{color:red;font-size:12px;margin-top:4px}@media screen and (max-width:767px){.custom-form-dropdown-list{width:100%;left:0;right:0;max-width:100%}.custom-form-dropdown-container{width:100%}.custom-form-dropdown{width:100%;box-sizing:border-box}}@media screen and (max-width:480px){.custom-form-dropdown-list{padding:12px 6px 12px 16px}}