.custom-select-wrapper{width:100%;margin-bottom:1rem;position:relative}.custom-select-wrapper #countrySearchInput{color:#fff;cursor:pointer;box-sizing:border-box;text-align:left;padding:.75rem 1rem;background-color:rgba(224,225,230,.1);background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M208.49%2096.49L136.49%20168.49a12%2012%200%2001-17%200L47.51%2096.49a12%2012%200%200117-17L128%20135.02l63.49-63.53a12%2012%200%200117%2017z%22%2F%3E%3C%2Fsvg%3E);background-position:right 1rem center;background-repeat:no-repeat;background-size:16px;border:1px solid rgba(224,225,230,.2);-webkit-border-radius:8px;border-radius:8px;width:100%;padding-right:2.5rem;font-size:1rem;transition:border-color .3s,box-shadow .3s}[data-theme=light] .custom-select-wrapper #countrySearchInput{color:#1e293b;background-color:rgba(30,41,59,.05);background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20fill%3D%22%231e293b%22%20d%3D%22M208.49%2096.49L136.49%20168.49a12%2012%200%2001-17%200L47.51%2096.49a12%2012%200%200117-17L128%20135.02l63.49-63.53a12%2012%200%200117%2017z%22%2F%3E%3C%2Fsvg%3E);border:1px solid rgba(30,41,59,.15)}.custom-select-wrapper #countrySearchInput:hover{border-color:#00aeef}.custom-select-wrapper #countrySearchInput:focus{cursor:text;background-image:none;border-color:#00aeef;outline:none;box-shadow:0 0 0 3px rgba(0,174,239,.3)}[data-theme=light] .custom-select-wrapper #countrySearchInput:hover{border-color:#3b82f6}[data-theme=light] .custom-select-wrapper #countrySearchInput:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.2)}.custom-select-wrapper #countrySearchInput.active-search{background-image:none}.country-dropdown-list{z-index:9999;background-color:#1c2a41;border:1px solid rgba(0,174,239,.3);-webkit-border-radius:8px;border-radius:8px;flex-direction:column;width:100%;max-height:200px;padding:.5rem 0;display:none;position:absolute;bottom:calc(100% + .5rem);left:0;overflow-y:auto;box-shadow:0 -4px 15px rgba(0,0,0,.2)}[data-theme=light] .country-dropdown-list{background-color:#fff;border:1px solid rgba(59,130,246,.2);box-shadow:0 -4px 15px rgba(0,0,0,.1)}.country-dropdown-list.active{display:flex}.country-dropdown-list .country-item{color:#fff;cursor:pointer;align-items:center;padding:.75rem 1rem;transition:background-color .2s;display:flex}[data-theme=light] .country-dropdown-list .country-item{color:#1e293b}.country-dropdown-list .country-item:hover{background-color:rgba(0,174,239,.2)}[data-theme=light] .country-dropdown-list .country-item:hover{background-color:rgba(59,130,246,.1)}.country-dropdown-list .country-item .flag-icon{-webkit-border-radius:3px;border-radius:3px;width:24px;height:16px;margin-right:10px}#loginTab .btn,#registerTab .btn{-webkit-border-radius:50px;border-radius:50px;align-self:center;width:auto!important;padding-left:2rem!important;padding-right:2rem!important}