/*模組內（右下區塊）的共用元素*/
/*例如共用按鈕、文字樣式等等*/

/* * {
    font-family: 'San Francisco', 'Noto Sans TC' !important;
    transition: background-color 0.1s ease-in;
    font-weight: 400;
    list-style: none;
    padding: 0;
    margin: 0;
    text-decoration: none;
}

span:hover,
span:focus,
span:visited {
    text-decoration: none;
    outline: none;
}

body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    letter-spacing: 1px;
    background: #f5f7f9e0;
} */

.white-Box {
    background: #fff;
    padding: 15px 0;
    margin: 0;
    width: 100%;
}

/*訊息Alert*/
.Alert-Box {
    width: 40%;
    position: fixed;
    top: 146px;
    right: 30px;
    z-index: 10;
}

/*切換開關*/
.onoffswitch {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 48px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

/* .onoffswitch.disabled .onoffswitch-label {
  cursor: not-allowed;
}

.onoffswitch.disabled .onoffswitch-label,
.onoffswitch.disabled .onoffswitchchecked-label:before {
  background-color: #dddddd !important;
} */

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-checkbox:disabled + .onoffswitch-label {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.onoffswitch-checkbox:disabled + .onoffswitch-label:before {
    background-color: #e6e6e6;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    height: 17px;
    padding: 0;
    line-height: 17px;
    border-radius: 24px;
    background-color: #dddddd;
    margin-bottom: 0;
    outline: unset;
}

.onoffswitch-label:before {
    content: '';
    display: block;
    width: 24px;
    margin: -3.5px;
    background: #cccccc;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    border-radius: 24px;
}

/*勾選狀態加入這個class*/
.onoffswitchchecked-label {
    background-color: #b5ebfb;
}

.onoffswitchchecked-label:before {
    right: 0px;
    background-color: #14a2df;
}

/*覆蓋掉頁碼的外距*/

.pagination {
    margin: 0;
}

/*名稱組件*/
/*用在一串文字資料，需要用不同顏色區分功能的區塊*/
/*例如標題字區塊*/

.Module-TitleBox {
    margin-top: 0px;
    margin-bottom: 10px;
}

/*文字大小*/

/* h1 {
    font-size: 2.5em;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.8em;
}

h4 {
    font-size: 1.5em;
}

h5 {
    font-size: 1.2em;
} */

/* p {
    font-size: 1em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
} */

/*表格寬度比*/

.Flex1 {
    flex: 1;
    margin: 2px;
}

.Flex2 {
    flex: 2;
    margin: 2px;
}

.Flex3 {
    flex: 3;
    margin: 2px;
}

.Flex4 {
    flex: 4;
    margin: 2px;
}

.Flex5 {
    flex: 5;
    margin: 2px;
}

.Flex6 {
    flex: 6;
    margin: 2px;
}

.Flex10 {
    flex: 10;
    margin: 2px;
}

.Form-RedButton {
    border: 1px solid #ff9183;
    padding: 5px 10px;
    border-radius: 5px;
    color: #ff9183 !important;
    display: inline-block;
}

.Form-GreenButton {
    border: 1px solid #65bf02;
    padding: 5px 10px;
    border-radius: 5px;
    color: #65bf02 !important;
    display: inline-block;
}
/*百分比寬度*/

.width10 {
    width: 10%;
    margin-left: 2px;
    overflow: hidden;
    word-break: break-all;
}

.Margint0-width10 {
    margin-left: 0 !important;
    overflow: initial !important;
}

.width20 {
    width: 20%;
    margin-left: 2px;
    overflow: hidden;
    word-break: break-all;
}

.width25 {
    width: 25%;
    margin-left: 2px;
    overflow: hidden;
    word-break: break-all;
}

.width30 {
    width: 30%;
    margin-left: 2px;
    overflow: hidden;
    word-break: break-all;
}

.width40 {
    width: 40%;
    margin-left: 2px;
    overflow: hidden;
    word-break: break-all;
}

.width50 {
    width: 50%;
    margin-left: -2px;
    overflow: hidden;
    word-break: break-all;
}

.width60 {
    width: 60%;
    margin-left: 2px;
    overflow: hidden;
    word-break: break-all;
}

.width70 {
    width: 70%;
    margin-left: 2px;
    overflow: hidden;
    word-break: break-all;
}

.width80 {
    width: 80%;
    margin-left: 2px;
    overflow: hidden;
    word-break: break-all;
}

.width90 {
    width: 90%;
    margin-left: 2px;
    overflow: hidden;
    word-break: break-all;
}

.width100 {
    width: 100%;
    margin-left: 2px;
    overflow: hidden;
    word-break: break-all;
}

/*文字粗體*/

.Font-Bold {
    font-weight: 500;
}

/*一個搜尋框組件*/

.Padding-Box {
    width: 100%;
    padding-bottom: 15px;
    padding-top: 15px;
}

/*一個搜尋項目，名稱+搜尋框*/
.Padding-Box .Input-Item {
    display: inline-block;
    margin-right: 2px;
}

/*一個橫的搜尋框組件*/
.Search-Box {
    width: 100%;
    padding-bottom: 15px;
    padding-top: 15px;
}

.Padding10 {
    padding: 10px;
}

.Search-Box .Input-Item .BigTop-dropdown-list {
    position: absolute;
    width: inherit;
    bottom: 62.8%;
}

/*一個搜尋項目，名稱+搜尋框*/
.Search-Box .Input-Item {
    display: inline-block;
    margin: 0;
}

/*input搜尋框*/
.Input-One {
    border: 1px solid #cacaca;
    color: #4a4a4a;
    border-radius: 5px;
    font-size: 1em;
    padding: 8px 8px 8px 30px;
    width: 98%;
}

.Padding-Box .Input-Item .Input-One {
    border: 1px solid #cacaca;
    color: #4a4a4a;
    border-radius: 5px;
    font-size: 1em;
    padding: 8px 8px 8px 30px;
    width: 98%;
}

.Input-One::placeholder {
    color: #ccc;
}

.Padding-Box .Input-Item .Input-One:focus {
    outline: none;
    border: 1px solid #7ed2ff;
    transition: background-color 0.3s ease-in;
}

textarea.Input-One {
    padding: 8px 8px 8px 8px;
    resize: none;
    min-height: 120px;
}

textarea.Input-One.Input-Style {
    padding: 5px 8px 8px 28px;
    min-height: auto;
}

/*搜尋框錯誤*/
.Input-OneError,
.Input-OneError:focus {
    border: 1px solid #ff9183 !important;
    color: #ff9183 !important;
}

/*搜尋名稱*/
.Padding-Box .Input-Item .Input-Title {
    color: #666666;
    padding: 0 5px;
}

/*input框裡的小icon*/

/*放大鏡*/
.input-Icon-Search {
    background: url(../images/search-gray.svg) no-repeat #fff;
    background-size: 17px;
    background-position: 7px;
}

/*transfer*/
.input-Icon-Transfer {
    background: url(../images/transfer.svg) no-repeat #fff;
    background-size: 17px;
    background-position: 7px;
}

/*使用者*/
.input-Icon-User {
    background: url(../images/user-gray.svg) no-repeat #fff;
    background-size: 17px;
    background-position: 7px;
}

/*錢幣*/
.input-Icon-Coin {
    background: url(../images/coin-gray.svg) no-repeat #fff;
    background-size: 17px;
    background-position: 7px;
}

/*群組*/
.input-Icon-Group {
    background: url(../images/group-gray.svg) no-repeat #fff;
    background-size: 17px;
    background-position: 7px;
}

/*日期*/
.input-Icon-Date {
    background: url(../images/date-gray.svg) no-repeat #fff;
    background-size: 17px;
    background-position: 7px;
}

/*同搜尋框必須有兩個icon時，用div雙層包住*/

/*input框的另外一個icon*/
.input-Icon-DropDown {
    background: url(../images/arrow-gray.svg) no-repeat 5px;
    background-size: 17px;
    background-position: 94% 50%;
    height: 17px;
    position: absolute;
    width: 17px;
    top: 28%;
    right: 5%;
    cursor: pointer;
}

/*另外限制必須有兩個icon的input padding*/
.Relative input {
    padding: 8px 32px !important;
}

/*另外限制input框沒有icon的padding*/
.InputNoIcon input {
    padding: 8px !important;
}

.InputMultipleSelect input {
    cursor: pointer;
    text-overflow: ellipsis;
    padding: 8px 23px 8px 8px !important;
}

/*表格實心黃按鈕*/
.yellow-Button,
.yellow-Button:hover {
    background: #fec852;
    color: #fff;
    padding: 3px 8px;
    border-radius: 100px;
    font-weight: 300;
    display: inline-block;
}

/*表格實心綠按鈕*/
.green-Button,
.green-Button:hover {
    background: #65bf02;
    color: #fff;
    padding: 3px 8px;
    border-radius: 100px;
    font-weight: 300;
    display: inline-block;
}

/*表格實心紅按鈕*/
.red-Button,
.red-Button:hover {
    background: #ff9183;
    color: #fff;
    padding: 3px 8px;
    border-radius: 100px;
    font-weight: 300;
    display: inline-block;
}

/*表格實心大紅按鈕*/
.Bigred-Button,
.Bigred-Button:hover {
    background: #ea7465;
    color: #fff;
    padding: 3px 8px;
    border-radius: 100px;
    font-weight: 300;
    display: inline-block;
}

/*表格實心灰按鈕*/
.gray-Button,
.gray-Button:hover {
    background: #cccccc;
    color: #fff;
    padding: 3px 8px;
    border-radius: 100px;
    font-weight: 300;
    display: inline-block;
}

/*表格實心藍按鈕*/
.blue-Button,
.blue-Button:hover {
    background: #14a2df;
    color: #fff;
    padding: 3px 8px;
    border-radius: 100px;
    font-weight: 300;
    display: inline-block;
}

/*表格籃框線按鈕*/
.BlueLine-Button,
.BlueLine-Button:hover {
    background: transparent;
    color: #06bff3;
    padding: 3px 8px;
    border-radius: 100px;
    border: 2px solid #06bff3;
    display: inline-block;
}

/*基礎實心藍按鈕，submit/SEARCH/CHANGE之類的*/

.Button {
    color: #fff;
    border: 1px solid #333;
    display: inline-block;
    padding: 8px 25px;
    background: #666666;
    border-radius: 5px;
}

.Button-middle {
    vertical-align: top;
    transform: translateY(50%);
}

.Button:hover {
    text-decoration: none;
    background: #5f90cc;
    color: #fff;
    border: 1px solid #3d699e;
}

/*基礎邊框按鈕，例如新增項目的按鈕*/

.Border-Button,
.Border-Button:focus {
    color: #06bff3;
    border: 1px solid #06bff3;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 5px;
    font-size: 1.2em;
}

.Border-Button:hover {
    text-decoration: none;
    color: #06bff3;
    background: #e4e4e4;
}

/*邊框按鈕裡的icon*/

.Border-Button .Border-Button-Icon {
    width: 15px;
    margin-right: 5px;
}

/*基礎大按鈕，Add、Save之類的*/

.Big-Button {
    color: #fff;
    display: inline-block;
    padding: 8px 50px;
    border-radius: 5px;
    outline: none;
}

/*尚未選取完狀態，不可按*/
.Big-Button-NoDrop {
    border: 1px solid #b5ebfb;
    background: #b5ebfb;
    cursor: no-drop;
}

/*可按狀態*/
.Big-Button-Normal {
    color: #06bff3;
    border: 1px solid #06bff3;
    background: transparent;
    cursor: no-drop;
}

.Big-Button-Normal:hover {
    text-decoration: none;
    border: 1px solid #5f90cc;
    background: #5f90cc;
    cursor: pointer;
    color: #fff;
}

.Big-Button-Normal:disabled {
    border: 1px solid #b5ebfb;
    background: #b5ebfb;
    cursor: no-drop;
}

.Big-Button-Gray {
    border: 1px solid #d8d8d8;
    background: #d8d8d8;
    color: #fff;
}

.Big-Button-Gray:hover {
    border: 1px solid #ccc;
    background: #ccc;
    color: #fff;
}

.Big-Button-NoDrop:hover {
    text-decoration: none;
    color: #fff;
}

/*Modal文字按鈕*/
.ModalTextButton {
    color: #666;
    border: 1px solid transparent;
    display: inline-block;
    padding: 8px 50px;
    background: transparent;
    border-radius: 5px;
    outline: none;
}

.ModalTextButton:hover {
    text-decoration: none;
    color: #666;
}

/*多選方塊樣式*/

.Relative input[type='checkbox'] {
    padding: 0 !important;
}

input[type='checkbox']:checked:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 1.5em;
    text-align: center;
    color: #fff;
    content: '✓';
}

input[type='checkbox'] {
    -webkit-appearance: none;
    height: 1.5em;
    width: 1.5em;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    -webkit-transition: 0.15s;
    border: 1px solid #ccc;
    background-color: #fff;
}

input[type='checkbox']:checked {
    text-decoration: none;
    background-color: #06bff3;
    border: 1px solid #06bff3;
}

input[type='checkbox']:focus {
    outline: none;
}

/*隱藏（但空間還在）*/

.Item-Hidden {
    visibility: hidden;
}

/*隱藏（但空間已不在）*/
.Item-None {
    display: none;
}

/*區塊垂直置中*/
.Vertical-Center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.VerticalMiddle {
    vertical-align: middle;
}

.VerticalBaseline {
    vertical-align: baseline;
}

.VerticalBottom {
    vertical-align: bottom;
}

.VerticalSuper {
    vertical-align: super;
}

.VerticalTop {
    vertical-align: top;
}

.Align-Items-Start {
    align-items: flex-start;
}

.HorizontalRight {
    float: right;
}

/*背景強制透明*/
.Bg-Transparent {
    background: transparent !important;
}

/*灰底線*/
.Border-Gray {
    border-bottom: 1px solid #e2e2e2;
}

/*藍底線*/
.Border-Blue {
    border-bottom: 1px solid #b5ebfb;
}

/*白底線*/
.Border-White {
    border-bottom: 1px solid #fff;
}

/*連結藍底線*/
.Border-Link-Blue {
    border-bottom: 1px dashed #91dbf1;
    width: fit-content;
}

.Border-Link-Blue:hover .Border-Link-Blue .LightBlue-Text {
    color: #dda426;
}

.Border-Link-Blue:hover .Border-Link-Blue .Text-06bff3 {
    color: #dda426;
}

/* border 灰色線 */
.Border-Link-ccc {
    border: 1px solid #ccc !important;
}

/*Hover變色*/
.Hover-Blue:hover {
    color: #3d74b5;
}

.Hover-Yellow:hover {
    color: #dda426;
}

/*白背景*/
.Background-White {
    background-color: #fff;
}

/*滑鼠手指*/

.Pointer {
    cursor: pointer;
}

/*relative*/
.Relative {
    position: relative;
}

/*No Hover*/
.Hover-None:hover {
    background: transparent !important;
    text-decoration: none;
}

/*淺灰陰影*/

.Div-Shadow {
    box-shadow: 0 5px 4px -1px #93a3b92b;
}

.Margin-Zero {
    margin: 0 !important;
}

.Margin-Top5 {
    margin-top: 5px;
}

.Margin-Top15 {
    margin-top: 15px;
}

.Margin-Top20 {
    margin-top: 20px;
}

.Margin-Bottom-20 {
    margin-bottom: -20px;
}

.Margin-Bottom10 {
    margin-bottom: 10px;
}

.Margin-Bottom15 {
    margin-bottom: 15px;
}

.Margin-Bottom30 {
    margin-bottom: 30px;
}

.Margin-Bottom5 {
    margin-bottom: 5px;
}

.Margin-Left5 {
    margin-left: 5px;
}

.Margin-Left40 {
    margin-left: 40px;
}

.Margin-Left15 {
    margin-left: 15px;
}

.Margin-Right5 {
    margin-right: 5px;
}

.Margin-Right15 {
    margin-right: 15px;
}

.Margin0-15 {
    margin: 0 15px;
}

/*圖片旋轉*/

.ImgRotate {
    transform: rotate(180deg);
}

/*close*/
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

/*Modal*/

.Modal {
    padding: 20px;
}

.Padding-LR5 {
    padding: 0 5px !important;
}

/*Padding*/

.Padding-15 {
    padding: 15px;
}

.Padding-20 {
    padding: 20px;
}

.Padding-Left15 {
    padding-left: 15px;
}

.Padding-Left30 {
    padding-left: 30px;
}

.Padding-Left40 {
    padding-left: 40px;
}

.Padding-Left70 {
    padding-left: 70px;
}

.Padding-Left100 {
    padding-left: 100px;
}

.Padding-LR12 {
    padding-left: 12px;
    padding-right: 12px;
}

.Padding-TB5 {
    padding: 5px 0 !important;
}

.Padding-Top10 {
    padding-top: 10px;
}

.Padding-Bottom10 {
    padding-bottom: 10px;
}

.close:focus {
    outline: none;
}

/*清除浮動*/

.clearfix {
    clear: both !important;
}

/* .hidden {
    visibility: hidden;
} */

.visible {
    visibility: visible;
}

.remove {
    display: none;
}

.Hide {
    display: none;
}

.custom-DropDown {
    background: url(../images/arrow-gray.svg) no-repeat 5px;
    background-size: 17px;
    background-position: 94% 50%;
    width: 17px;
    top: 28%;
    right: 5%;
    cursor: pointer;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open[style],
.ReactModalPortal[style] {
    z-index: 1000;
    background: rgb(0, 0, 0, 0.5) !important;
}

.ReactModal__Content.ReactModal__Content--after-open[style] {
    /* margin: auto; */
    min-width: 60%;
    position: absolute;
    /*top: 20% !important;*/
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    border: 1px solid rgb(204, 204, 204);
    background: rgb(255, 255, 255);
    overflow: auto;
    border-radius: 4px;
    outline: none;
    padding: 20px;
    transform: translateX(-50%);
    max-height: 90%;

    /* margin-top: -9em; set to a negative number 1/2 of your height */
    /* margin-left: -15em; set to a negative number 1/2 of your width */
}

#root {
    z-index: 10;
}

.Padding-LR5 {
    padding: 0 5px !important;
}

.Padding-TB5 {
    padding: 5px 0 !important;
}

.close:focus {
    outline: none;
}

.Clickable {
    cursor: pointer;
    margin-inline-end: 4px;
}

.filterResult {
    background: skyblue;
}

.Margin-Right5 {
    margin-right: 5px;
}

.Margin-Right {
    margin-right: 10px;
}

.Margin-Left {
    margin-left: 10px;
}

/*垂直時間軸*/
.Timeline-Box {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    margin-top: 5px;
}

.Timeline-circle {
    position: relative;
}

.Timeline-circle:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 99px;
    position: absolute;
    left: -25.5px;
    top: 5px;
}

.Timeline-circle.Timeline-circle-Blue:before {
    background: #14a2df !important;
    z-index: 1;
}

.Timeline-Bar {
    width: 3px;
    background: #ccc;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.Timeline-txt-wrap {
    margin-left: 50px;
}
.Timeline-txt-block {
    padding-left: 20px;
    position: relative;
}

.Timeline-txt-block:after {
    content: '';
    position: absolute;
    left: -1px;
    top: 14px;
    width: 2px;
    height: 100%;
    background-color: #ccc;
}

.Timeline-txt-block:last-child:after {
    display: none;
}

.Timeline-circle-log {
    position: relative;
}

.Timeline-circle-log:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 99px;
    position: absolute;
    left: -25.5px;
    top: 5px;
}

.Timeline-circle-blue-log {
    position: relative;
}

.Timeline-circle-blue-log:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #14a2df !important;
    border-radius: 99px;
    position: absolute;
    left: -25.5px;
    top: 5px;
}

/*浮動*/

.float-right:after {
    content: '';
    width: 0;
    height: 0;
    clear: both !important;
}

.clearfix {
    clear: both !important;
}

/* dropdown */
.Small-dropdown-list {
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    width: 100%;
    z-index: 1;
    max-height: 120px;
    overflow-y: scroll;
}

.content-scroll {
    height: 500px;
    overflow: auto;
}

.Small-dropdown-list ul li {
    padding: 5px;
    text-align: left;
    color: #333;
    cursor: pointer;
}

.Dropdown-choose {
    background: #eee;
}

.widtp0 {
    width: 60%;
    margin-left: -2px;
    overflow: hidden;
    word-break: break-all;
}

/* affiliate list particapate_status input */
.onoffswitchchecked-pending-label {
    background-color: #f8c810;
}

/*Modal裡列表滾動*/
.Modal-Move {
    width: 100%;
    max-height: 80%;
    overflow-y: auto;
    overflow-x: hidden;
}

.Role-Dropdown {
    padding: 10px 15px;
}

.Modal-Content {
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 2px;
}

.InputSmall-One {
    border: 1px solid #cacaca;
    color: #4a4a4a;
    border-radius: 5px;
    font-size: 1em;
    width: 35px;
    padding: 8px;
}

/*button spinner*/
.ButtonSpinner {
    height: 32px;
    width: 32px;
    background-image: url('/images/loginSpinner.svg');
    background-repeat: no-repeat;
}

.ButtonSpinner2 {
    background-image: url('/images/loginSpinner.svg');
    background-repeat: no-repeat;
    background-position: center;
    cursor: no-drop;
}

.noDrop {
    cursor: no-drop;
}

/* list style */
.list-disc {
    list-style: disc;
}

.Small-dropdown-list {
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    width: 100%;
}

.Big-dropdown-list {
    padding: 10px 5px;
    text-align: center;
    position: relative;
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 2px;
    width: 98%;
}

.Small-dropdown-list ul li,
.Big-dropdown-list ul li {
    padding: 5px;
    text-align: left;
    color: #333;
    cursor: pointer;
}

.Big-dropdown-list ul {
    max-height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 5px 0;
}

.Padding-Box .Input-Item .BigTop-dropdown-list {
    position: absolute;
    width: 29.3%;
    bottom: 61.8%;
}

.Padding-Box .Input-Item .BigDown-dropdown-list {
    position: absolute;
    width: 20%;
    top: 73px;
}

.Padding-Box .Input-Item .BigTop-dropdown-list ul li:hover,
.Padding-Box .Input-Item .BigDown-dropdown-list ul li:hover {
    /* background: #bbc7d8; */
    box-shadow: inset 0px 0px 0px 2px #fcc80e;
}

.Dropdown-choose {
    background: #bbc7d8;
}

.no-focus-outline:focus {
    outline: none;
}

.ReactModal__Overlay {
    opacity: 0;
    transition: opacity 500ms ease-in-out;
}

.ReactModal__Overlay--after-open {
    opacity: 1;
}

.ReactModal__Overlay--before-close {
    opacity: 0;
}

.input-Icon-Position {
    width: 20px;
    position: absolute;
    top: 5px;
    left: 5px;
}
