@charset "utf-8";

.role-select-section { width: 80%; margin-top: 20px; }

.role-select-section .Select { cursor: pointer; }

.role-select-section .select-label { font-size: 14px; margin-bottom: 4px; display: flex; align-items: center; justify-content: space-between; }

.role-select-section .select-label .label-text { font-weight: bold; color: rgb(75, 80, 86); font-family: open_sans, "Open Sans", sans-serif; }

.role-select-section .select-label .learn-more { cursor: pointer; color: rgb(169, 174, 178); text-decoration: underline; }

.role-select-section .custom-option-item { display: flex; align-items: center; justify-self: start; }

.role-select-section .custom-option-item .role-icon { width: 20px; height: 20px; margin-right: 10px; }

.role-select-section .custom-option-item .role-name { font-size: 14px; color: rgb(92, 102, 118); font-weight: 600; line-height: 1.4; }

.role-select-section .custom-option-item .role-label { font-size: 12px; line-height: 1.4; color: rgb(169, 174, 178); white-space: normal; }